body { font-family: Microsoft YaHei; font-size: 14px; line-height: 24px; }
.container { width: 1200px; margin: 0 auto; }
* { outline: none; }
:focus,input::-moz-focus-inner, button::-moz-focus-inner{ outline: 0; }
img { vertical-align: top; }
.transition { transition: all ease-in-out .3s; }

/* header */
#header { position: relative; height: 80px; background-color: #fff; }
#header .logo { float: left; margin-top: 18px; }
#header .logo img { height: 44px; }
#header .nav { float: right; }
#header .nav > ul > li { float: left; line-height: 80px; }
#header .nav > ul > li > a { position: relative; display: block; padding: 0 25px; color: #333; font-size: 16px; transition: all .3s; }
#header .nav > ul > li.active > a,
#header .nav > ul > li:hover > a { box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1); }
#header .nav > ul > li > a:after { content:''; position: absolute; z-index: 1; left: 0; bottom: 0; display: block; width: 0px; height: 2px; background-color: #0059db; transition: all .3s; }
#header .nav > ul > li.active > a:after,
#header .nav > ul > li:hover > a:after { width: 100%; }
.submenu { display: none; position: absolute; z-index: 999; top: 80px; left: 0; right: 0; background-color: #a3a9ad; }
#header .nav > ul > li:hover .submenu { display: block; }
.submenu .container { overflow: hidden; }
.submenu ul { display: flex; flex-direction: row; flex-wrap: wrap; }
.submenu ul li { flex: 1; text-align: center; }
.submenu ul li a { display: block; width: calc(100% - 30px); padding: 30px 15px 40px; transition: all 0.3s ease-out 0s; }
.submenu ul li a p { color: #fff; font-size: 15px; line-height: 24px; margin-bottom: 10px; font-weight: 700; transition: all 0.3s ease-out 0s; }
.submenu ul li a img { max-width: 100%; }
.submenu ul li:hover a { background-color: #c3c9cd; }
.submenu ul li:hover a p { color: #0059db; }

#header .search { float: right; padding: 30px 15px 22px; cursor: pointer; transition: all 0.3s ease-out 0s; }
#header .search i.iconfont { font-size: 24px; line-height: 24px; }
#header .search:hover { box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1); }
.search-sub { display: none; position: absolute; z-index: 999; top: 80px; left: 0; right: 0; padding: 50px 0; background-color: #a3a9ad; transition: all 0.3s ease-out 0s; }
#header .search:hover .search-sub { display: block; }
.search-sub form { display: flex; justify-content: center; }
.search-input { width: 270px; height: 48px; padding: 0 15px; line-height: 48px; border: none; background-color: #fff; }
.search-btn { width: 48px; height: 48px; border: none; cursor: pointer; }
.search-btn i.iconfont { font-size: 24px; color: #2aa3ec; line-height: 24px; }

/* banner */
#banner { background-color: #aab6f9; }
#banner .swiper-slide img { width: 100% }
#banner .swiper-pagination-bullet { background-color: #fff; transition: opacity .5s, background-color .5s, width .5s; border-radius: 8px; opacity: .6; }
#banner .swiper-pagination-bullet-active { width: 20px; opacity: 1; }

/* index title */
.index-tit { text-align: center; }
.index-tit p.title { position: relative; font-size: 32px; color: #666; line-height: 32px; font-weight: 700; }
.index-tit p.title:after { content: ''; position: absolute; z-index: 1; bottom: -13px; left: 50%; margin-left: -8px; display: block; width: 16px; height: 3px; background-color: #0059db; }
.index-tit p.desc { color: #999; margin-top: 23px; }
/* white */
.index-tit.white p.title { color: #fff; }
.index-tit.white p.title:after { background-color: #fff; }
.index-tit.white p.desc { color: #fff; }

/* home-about */
#home-about { padding-top: 75px; background-color: #fff; }
.home-about-content { display: flex; padding: 35px 0 50px; }
.home-about-thumb { width: 600px; margin-right: 35px; margin-top: 8px; }
.home-about-info { flex: 1; }
.home-about-info p.desc { font-size: 16px; color: #333; line-height: 32px; }
.home-about-info a.more { display: block; width: 200px; color: #666; height: 40px; text-align: center; line-height: 40px; background-color: #eee; margin-top: 50px; transition: all 0.4s ease-out 0s; }
.home-about-info a.more::after { content: ""; display: block; width: 0; height: 40px; background-color: #0059db; margin-top: -41px; transition: all 0.4s ease-out 0s; }
.home-about-info a.more span { display: inline-block; width: 21px; height: 8px; margin-left: 15px; margin-top: 16px; background: url('/index/images/icon_more.png') no-repeat -21px 0; transition: all 0.4s ease-out 0s; }

.home-about-info a.more:hover::after { width: 200px; height: 40px; }
.home-about-info a.more:hover { color: #fff; }
.home-about-info a.more:hover span { background-position: 0 0; }

/* home-point */
#home-point { width: 100%; height: 230px; padding-top: 60px; background: url('/index/images/point_bg.jpg') no-repeat center top; }
.home-point-item { text-align: center; }
.home-point-item i.iconfont { font-size: 48px; color: #fff; line-height: 48px; }
.home-point-item p.title { font-size: 48px; color: #fff; line-height: 48px; margin: 30px 0 20px; }
.home-point-item p.desc { font-size: 16px; color: #eaeaea; }

/* home-product */
#home-product { padding: 60px 0 80px; background-color: #fff; }
.home-pro-subcate { margin: 25px 0 50px; text-align: center; }
.home-pro-subcate li { display: inline-block; padding: 0 10px; }
.home-pro-subcate li a { display: block; padding: 5px 24px; border: 1px solid #e2e2e2; color: #999; transition: all 0.4s ease-out 0s; }
.home-pro-subcate li a:hover { background-color: #0059db; border-color: #0059db; color:#fff; }
.home-pro-item { position: relative; display: block; width: 100%; border-bottom: 4px solid #c5c5c5; }
.home-pro-item:after { content: ''; position: absolute; z-index: 1; left: 0; bottom: -4px; display: block; width: 0; height: 4px; background-color: #0059db; transition: all 0.4s ease-out 0s; }
.home-pro-item-thumb { width: 100%; overflow: hidden; }
.home-pro-item-thumb img { max-width: 100%; }
.home-pro-item-info { text-align: center; padding: 15px 30px 30px; }
.home-pro-item-info p.title { font-size: 18px; color: #333; margin-bottom: 15px; transition: all 0.4s ease-out 0s; }
.home-pro-item-info i.iconfont { font-size: 24px; color: #c7c7c7; transition: all 0.4s ease-out 0s; }

.home-pro-item:hover:after { width: 100%; }
.home-pro-item:hover .home-pro-item-info p.title { color: #0059db; }
.home-pro-item:hover .home-pro-item-info i.iconfont { color: #0059db; }

/* home-case */
#home-case { width: 100%; height: 750px; padding-top: 85px; background: url('/index/images/case_bg.jpg') no-repeat center top; }
.home-case-content { margin-top: 85px; }
.home-case-content .swiper-slide { width: 760px; padding: 0 85px; }
.home-case-item { display: block; width: 100%; text-align: center; }
.home-case-item-thumb { position: relative; width: 100%; height: 400px; background-size: cover; background-repeat: no-repeat; background-position: center; }
.home-case-item-thumb:after { content: ''; position: absolute; z-index: 1; top: 0; left: 0; display: block; width: 100%; height: 100%; background-color: rgba(0,0,0,.4); }
.swiper-slide-active .home-case-item-thumb:after { display: none; }
.home-case-item p.title { display: none; font-size: 24px; color: #fff; line-height: 28px; padding: 30px 60px 0; }
.swiper-slide-active .home-case-item p.title { display: block; }
.home-case-content .swiper-button-prev, .home-case-content .swiper-button-next { width: 53px; height: 42px; border: 1px solid #808080; margin-top: -51px!important; transition: all 0.4s ease-out 0s; }
.home-case-content .swiper-button-prev { left: 50%; margin-left: -510px; }
.home-case-content .swiper-button-next { right: 50%; margin-right: -510px; }
.home-case-content .swiper-button-prev:hover, .home-case-content .swiper-button-next:hover { border-color: #fff; }
.home-case-content .swiper-button-prev:after, .home-case-content .swiper-button-next:after { display: none; } 

/* home-news */
#home-news { padding: 60px 0; background-color: #fff; }
.home-news-content { margin-top: 50px; }
.home-news-item { display: flex; margin-bottom: 30px; transition: all .4s ease-in-out; }
.home-news-item-date { width: 120px; height: 80px; padding-top: 20px; background-color: #3279e1; font-family: Arial; color: #fff; text-align: center; }
.home-news-item-date p.day { font-size: 36px; line-height: 36px; }
.home-news-item-date p.ymd { font-size: 16px; }
.home-news-item-info { flex: 1; padding: 20px 40px 20px 30px; line-height: 30px; border: 1px solid #f1f1f1; border-left: none; }
.home-news-item-info p.title { width: 650px; font-size: 20px; color: #333; transition: all .4s ease-in-out; }
.home-news-item-info p.desc { height: 24px; overflow: hidden; font-size: 15px; color: #999; }
.home-news-item:hover { box-shadow: 0 0 15px rgba(0,0,0,.1); }
.home-news-item:hover .home-news-item-info p.title { color: #0059db; }

/* -----------------------page ------ */
.banner-page { height: 400px; background-color: #fefefe; background-repeat: no-repeat; background-position: center; }
.page-breadcrumb { padding: 20px 0 15px; background-color: #f8f8f8; }
.breadcrumb { float: left; }
.layui-breadcrumb a:hover { color: #0059db!important; }

/* sub-menu */
.sub-menu { float: right; }
.sub-menu ul li { display: inline-block; }
.sub-menu ul li a { padding: 0 20px; }
.sub-menu ul li.active>a { color: #0059db; font-weight: 600; }
.sub-menu ul li ul { display: none; }

/* page-sidermenu */
.page-sidermenu-title { height: 64px; font-size: 16px; color: #15191b; line-height: 64px; padding-left: 40px; background-color: #fff; border: 1px solid #ebebeb; }
.page-sidermenu-title p { position: relative; }
.page-sidermenu-title p:after { content: ''; position: absolute; z-index: 1; left: -15px; top: 24px; display: block; width: 2px; height: 16px; background-color: #54c3f1; }
.page-sidermenu { border: 1px solid #ebebeb; border-top: none; }
.page-sidermenu .sub-menu { float: none; background-color: #fff; padding: 20px 30px 20px 20px; }
.page-sidermenu .sub-menu > ul > li { display: block; padding: 10px 0; background: url('/index/images/paq.png') no-repeat right center; }
.page-sidermenu .sub-menu > ul > li > a { display: block; }
.page-sidermenu .sub-menu > ul > li.active > a { color: #0059db; font-weight: 600; }
.page-sidermenu .sub-menu > ul > li ul { display: none; padding: 5px 0 0 20px; }
.page-sidermenu .sub-menu > ul > li.active > ul { display: block; }
.page-sidermenu .sub-menu > ul > li ul li { padding: 5px 0; }
.page-sidermenu .sub-menu > ul > li ul li.active > a { color: #0059db; font-weight: 600; }

.page { padding: 50px 0 60px; }
.page img { max-width: 100%; }
.page-tit { position: relative; font-size: 20px; font-weight: 700; margin-bottom: 40px; }
.page-tit::after { position: absolute; content: ""; width: 40px; height: 3px; background-color: #0068b6; left: 0; bottom: -15px; }
.page-content { line-height: 30px; }
.page-content img { max-width: 100%; }

/* page about ---------- start */
.about-container { padding: 80px 0; background-repeat: no-repeat; background-position: center top; background-size: cover; }
.about-tit { font-size: 30px; font-weight: 600; margin-bottom: 40px; }
.about-con { font-size: 16px; line-height: 36px; }
.about-con img { max-width: 100%; }
/* 公司简介滚动条 */
.about-company-profile .about-con .layui-col-md6 { max-height: 290px; overflow: auto; padding-right: 30px; }
.about-company-profile .about-con .layui-col-md6::-webkit-scrollbar { width: 5px; height: 1px; }
.about-company-profile .about-con .layui-col-md6::-webkit-scrollbar-thumb { border-radius: 5px; background-color: #ddd; }
.about-company-profile .about-con .layui-col-md6::-webkit-scrollbar-track { border-radius: 5px; background-color: #f7f7f7; }

.about-partner, .about-honor { background-color: #f8f8f8; }
.about-manager, .about-history { color: #fff; }
/* history */
.about-history { height: 400px; }
.about-history .container { position: relative; width: 1180px; padding: 0 10px; }
.about-history .swiper-container { position: relative; overflow: hidden; z-index: 1; margin: 100px 25px 0; }
.about-history .swiper-container:after{ content: ""; width: 100%; height: 1px; background-color: #ccc; position: absolute; top: 52px; left: 0; z-index: 0; }
.about-history-item { position: relative; float: left; }
.about-history-item>* { text-align: center; }
.about-history-item h3 { font-size: 16px; line-height: 28px; margin-bottom: 50px; color: #fff; opacity: .8; transition: all .1s; }
.about-history-item i { position: absolute; width:75%; height: 33px; background: url('/index/images/history/history-timeline.png') no-repeat right center; background-size: contain; left: -25%; margin-left: 10px; top: 35px; z-index: 3; }
.about-history-info { display: block; margin: 0 auto; padding: 20px 53px; transition: all .3s; border-radius: 2px; }
.about-history-info p.desc { font-size: 16px; color: #fff; line-height: 24px; overflow: hidden; }
.about-history-item:hover h3 { font-size: 22px; line-height: 28px; opacity: 1; }
.about-history-item:hover i { width:75%; margin-left: 13px; background: url('/index/images/history/history-timeline-hover.png') no-repeat right center; background-size: contain; }
.about-history-item:hover a { background: url('/index/images/history/history-info.png') no-repeat; background-size: 100% 100%; }
.about-history-prev { left:-30px; top: 175px; }
.about-history-next { right:-30px; top: 175px; }
/* honor */
.about-honor .container { position: relative; }
.about-honor-container { margin: 60px auto }
.about-honor-item { display: flex; justify-content: space-between; align-items: center; }
.about-honor-desc { font-size: 16px; line-height: 36px; padding-left: 50px; }
.about-honor-img { padding-right: 50px; }
.about-honor-img img { max-width: 100%; }
.honor-swiper-pagination { left: 0; right: 0; text-align: center; }
.honor-swiper-pagination .swiper-pagination-bullet { width: 10px; height: 10px; margin: 0 10px; }
.about-honor-prev { left:-50px; color: #ccc; }
.about-honor-next { right:-50px; color: #ccc; }
/* page about ---------- end */

/* newslist */
.news-item { position: relative; padding: 30px 0; display: flex; border-bottom: 1px solid #eee; align-items: center; }
.news-item:first-child { padding-top: 0; }
.news-item .news-info { flex: 1; padding-left: 27px; transform: translateX(-27px); transition: all .4s ease-in-out; }
.news-item .news-info p.date { font-size: 14px; color: #999; font-family: Arial; line-height: 30px; }
.news-item .news-info p.description { height: 48px; overflow: hidden; line-height: 24px; margin-top: 10px; font-size: 12px; color: #999; }
.news-item .news-thumb { position: relative; width: 200px; height: 120px; margin-right: 30px; overflow: hidden; }
.news-item .news-thumb img { max-width: 100%; }
.news-item .news-thumb .news-thumb-mask { position: absolute; z-index: 1; top: -120px; left: 0; width: 200px; height: 120px; background-color: rgba(0,89,219,.4); text-align: center; line-height: 120px; transition: all .4s ease-in-out; }
.news-item .news-thumb .news-thumb-mask i.iconfont { font-size: 32px; color: #fff; }
.news-item:hover .news-info { transform: translateX(-17px) }
.news-item:hover .news-info p.title { color: #0059db; }
.news-item:hover .news-thumb .news-thumb-mask { top: 0; }

/* page-search */
.page-search { width: 30%; height: 40px; border: 1px solid #e1e1e1; margin: 0 auto 30px; }
.page-search form { display: flex; }
.page-search-input { flex: 1; padding: 0 10px; border: none; }
.page-search-btn { width: 40px; height: 40px; border: none; cursor: pointer; }
.page-search-btn i.iconfont { font-size: 24px; color: #3aa9ec; line-height: 1; }

/* media list */
.media-item { position: relative; display: block; border: 1px solid #eee; transition: all .4s ease-in-out; }
.media-thumb { border-bottom: 1px solid #eee; overflow: hidden; }
.media-thumb img { max-width: 100%; transition: all .4s ease-in-out; }
.media-txt { padding: 15px 20px; background-color: #fff; font-size: 18px; font-weight: 700; text-align: center; transition: all .4s ease-in-out; }
.media-item:hover { box-shadow: 0 0 15px rgba(0,0,0,.1); }
.media-item:hover .media-thumb img { transform: scale(1.1); }
.media-item:hover .media-txt { background-color: #0059db; color: #fff; }

/* case list */
.case-item { display: flex; }
.case-info { display: flex; flex: 1; width: 100%; height: 300px; padding: 25px 60px; background-color: #f5f5f5; text-align: center; justify-content: center; flex-direction: column; }
.case-info p.cname { position: relative; font-size: 13px; color: #0059db; line-height: 14px; align-self: center; }
.case-info p.cname:after { content: ''; position: absolute; z-index: 1; left: 0; bottom: -5px; display: block; width: 100%; height: 1px; background-color: #0059db; }
.case-info p.title { max-height: 72px; font-size: 22px; color: #404040; line-height: 36px; margin: 30px 0; overflow: hidden; }
.case-info p.more { display: block; width: 150px; height: 40px; font-size: 15px; color: #fff; text-align: center; line-height: 40px; border-radius: 40px; background-color: #0059db; margin: 0 auto; }
.case-thumb { position: relative; width: 730px; background-size: cover; background-repeat: no-repeat; background-position: center; }
.case-thumb:after { content: ''; position: absolute; z-index: 1; left: 0; top: 0; display: block; width: 100%; height: 100%; background-color: rgba(0,89,219,.4); opacity: 0; filter: alpha(opacity=0); transition: all .4s ease-in-out; }
.case-item:hover .case-thumb:after { opacity: 1; filter: alpha(opacity=100); }

/* download list */
.download-item { display: block; padding: 20px 30px; border: 1px solid #ebebeb; border-top: 2px solid #0059db; transition: all .4s ease-in-out; }
.download-item:hover { box-shadow: 0 0 15px rgba(0,0,0,.1); }
.download-item-info { float: left; }
.download-item-info p.title { width: 240px; font-size: 16px; color: #666; }
.download-item-info p.date { font-size: 13px; color: #009cff; margin-top: 5px; }
.download-item-btn { float: right; height: 48px; }
.download-item-btn i.iconfont { font-size: 48px; color: #0059db; line-height: 48px; }

/* show product */
.show-pro { background-color: #f8f8f8; overflow: hidden; }
.show-pro .page { padding: 50px; background-color: #fff; box-sizing: border-box; }
.page-show-title { border-bottom: 1px solid #ebebeb; line-height: 60px; font-size: 24px; color: #15191b; }
.page-show-content { padding: 40px 155px; background-color: #fff; }

/* show */
.show-info { background-color: #f8f8f8; overflow: hidden; }
.show-info .page { padding: 50px 150px; background-color: #fff; box-sizing: border-box; }
.show-title { font-size: 24px; font-weight: 600; text-align: center; line-height: 60px; }
.show-para { color: #ccc; text-align: center; padding-bottom: 15px; border-bottom: 1px solid #ebebeb; }
.show-content { padding: 20px 0; line-height: 30px; }
.show-content img { max-width: 100%; }

/* pagination */
.pagination { clear: both; margin-top: 30px; }
.report-list+.pagination { margin-top: 0; }
.pagination li { display: inline-block; margin: 0 5px; }
.pagination li a,
.pagination li span { display: inline-block;  line-height: 30px; padding: 2px 15px; background-color: #fff; border-radius: 3px; }
.pagination li a:hover { color: #0059db; }
.pagination li.active span { background-color: #0059db; color: #fff; }

.footer { background-color: #f8f8f8; color: #8a8a8a; padding-top: 60px; }
.foot-menu-contact { width: 800px; margin-right: 80px; }
.foot-menu { float: left; padding-bottom: 50px; }
.foot-menu > ul > li { float: left; line-height: 34px; margin-right: 50px; }
.foot-menu > ul > li:first-child { display: none; }
.foot-menu > ul > li > a { font-size: 16px; color: #5a5a5a; }
.foot-menu > ul > li > ul { margin-top: 15px; }
.foot-menu > ul > li > ul > li { float: none;  }
.foot-menu > ul > li > ul > li > a { font-size: 15px; color: #8a8a8a; }
.foot-menu > ul > li > ul > li ul { display: none; }
.foot-tel-qrcode { float: right; }
.foot-tel { line-height: 40px; }
.foot-tel i.iconfont { font-size: 40px; color: #aeaeae; vertical-align: middle; margin-right: 10px; }
.foot-tel span { display: inline-block; font-size: 16px; }
.foot-qrcode { margin-top: 25px; }
.foot-qrcode img { width: 101px; height: 101px; }
.qrcode-item { float: left; text-align: center; margin-right: 30px; }
.qrcode-item p { margin-top: 10px; }
.copyright { border-top: 1px solid #e6e6e6; padding: 15px 0; text-align: center; }

.table-responsive { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.table-responsive .layui-table th,
.table-responsive .layui-table td { white-space: nowrap; }

/* 在线客服 */
.custom_service p img {display: inline; vertical-align:middle;}
.scrollsidebar{position:absolute; z-index:999; top:350px;right:0}
.side_content{width:154px; height:auto; overflow:hidden; float:left; }
.side_content .side_list {width:154px;overflow:hidden;}
.show_btn{ width:0; height:112px; overflow:hidden; margin-top:50px; float:left; cursor:pointer;}
.show_btn span { display:none;}
.close_btn{width:24px;height:24px;cursor:pointer;}
.side_title,.side_bottom,.close_btn,.show_btn {background:url('/index/js/kefu/sidebar_bg.png') no-repeat;}
.side_title {height:46px;}
.side_bottom { height:8px;}
.side_center {font-family:Verdana, Geneva, sans-serif; padding:5px 12px; font-size:12px;}
.close_btn { float:right; display:block; width:21px; height:16px; margin:16px 10px 0 0; _margin:16px 5px 0 0;}
.close_btn span { display:none;}
.side_center .custom_service p { text-align:center; padding:6px 0; margin:0; vertical-align:middle;}
.other  { text-align:center;border-bottom:1px solid #ddd;border-top:1px solid #ddd}
.other p { padding:5px 0; _height:16px; margin:0;color: #666666;}
.msgserver { text-align:center; margin-bottom:5px;}
.msgserver a { background:url('/index/js/kefu/sidebar_bg.png') no-repeat -119px -115px; padding-left:22px;}

/* blue skin as the default skin */
.side_title, .side_blue .side_title {background-position:-195px 0;}
.side_center, .side_blue .side_center {background:url('/index/js/kefu/blue_line.png') repeat-y center;}
.side_bottom, .side_blue .side_bottom {background-position:-195px -50px;}
.close_btn, .side_blue .close_btn {background-position:-44px 0;}
.close_btn:hover, .side_blue .close_btn:hover {background-position:-66px 0;}
.show_btn , .side_blue .show_btn {background-position:-119px 0;}
.msgserver a, .side_blue .msgserver a {color:#06C;}

/* green skin  */
.side_green .side_title {background-position:-349px 0;}
.side_green .side_center {background:url('/index/js/kefu/green_line.png') repeat-y center;}
.side_green .side_bottom {background-position:-349px -50px;}
.side_green .close_btn {background-position:-44px -23px;}
.side_green .close_btn:hover {background-position:-66px -23px;}
.side_green .show_btn {background-position:-147px 0;}
.side_green .msgserver a {color:#76a20c;}