@charset "utf-8";
.wrapper{width:1360px; margin: 0px auto;}
/*1480*/
@media (max-width:1480px){
  .wrapper{width: 1300px;}
}
/*1366*/
@media (max-width:1439px){
  .wrapper{width: 1280px;}
}
/*1280*/
@media (max-width:1365px){
  .wrapper{width: 1200px;}
}
/*MP*/
@media (max-width:1279px){
  .wrapper{width: 100%;}
}

.header {height: 95px;background: rgb(255, 255, 255,1); width: 100%;}
.header .logo {margin:15px 0 0; display:block;float:left; background:url(../images/logo.png) no-repeat;width:240px; height:60px; background-size: 100%;-webkit-transition: all .5s ease;transition: all .5s ease;}
.header .middlefont{ line-height:1.5; float:left; margin-left:20px; border-left:2px solid #ccc; padding-left:22px; margin-top:15px; font-size:16px}
.header .middlefont h1{font-weight:bold; color:#333; font-size: 24px;}
.telephone{float:right; margin-top:20px; background:url(../images/tel.png) no-repeat left center; background-size: 50px; color:#005197; padding-left: 70px; font-family:'Montserrat'; font-size:24px; font-weight:bold; line-height:1.4}
.telephone em{font-size: 15px; color:#666; font-weight:normal; display:block;}
.navmenu {width:100%; height: 60px;line-height: 60px;background: linear-gradient(to right, #058053, #005197)!important;}
.navmenu li {float: left; display: block; text-align: center; font-size: 15px; -webkit-transition: all 0.3s ease;transition: all 0.3s ease; width:calc(100% / 8)}
.navmenu li>a:hover {color: #ffff00 !important;}
.navmenu li>a {color: #fff;display: block; font-size: 16px; text-transform: uppercase}
/*广告位*/
.PC_ban{display: block;}
.Mob_ban,.Fast-nav{display: none;}
.banner{width: 100%;position: relative; background: #000000;}
.banner .swiper-button-next,.banner .swiper-button-prev{width: 44px;height: 44px; border-radius:50%; border:1px solid #fff; right:0px;}
.banner .swiper-button-next i,.banner .swiper-button-prev i { position: absolute; left:12px; top:7px; font-size: 30px; line-height: 1; color:#fff}
.banner .swiper-button-prev{left:0px;}
.banner .swiper-button-next {transform: rotate(-180deg);-ms-transform: rotate(-180deg);-webkit-transform: rotate(-180deg);}
.banner .swiper-slide {overflow: hidden;text-align: center;}
.banner .swiper-slide img{width:100%}
.banner .swiper-pagination{bottom:10px;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet{height: 4px;width:15px;border-radius: 2px;margin: 0 3px;opacity:1;background-color: #fff;}
.banner .swiper-pagination-bullet-active{width:35px !important;background: #ffff00 !important;opacity: 1 !important;}
.banner .swiper-button-next{right: 40px!important;left: auto!important;}
.banner .swiper-button-prev{left: 40px!important;}
.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'; display: none;}
.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'; display: none;}
.pd60{padding:80px 0}

.maintit{text-align: center; font-size:16px; line-height: 1.6; color: #777;}
.maintit h3{ position: relative; margin-bottom:5px}
.maintit span{color: #333; font-weight: bold; font-size: 32px; display: inline-block; padding:0 40px}
.maintit em {display: inline-block; width: 20%; height: 1px; background-color: #ddd; position: relative; top: -10px;}
.maintit em:after {content: ''; display: block; width: 20px; height: 1px; background: #e76517; position: absolute; top: 0; z-index: 2;}
.maintit em.left:after { right: 0;}
.maintit em.right:after { left: 0;}
.sortmenu{font-size: 0;text-align: center; padding:40px 0 0}
.sortmenu li{display: inline-block;margin:0 5px}
.sortmenu li a{display: block; padding:10px 20px; border-radius: 5px; font-size:14px; background:#005197; color:#fff;}
.sortmenu li a:hover,.sortmenu li .active{background:#ff3300;}

.productlist{padding:30px 0 0}
.productlist ul{overflow: hidden; margin-left: -25px;}
.productlist li{float:left; width:calc(25% - 25px); margin-left: 25px; margin-top: 25px;}
.productlist li:nth-child(4n+1){clear: both;}
.productlist h2{font-size: 16px; background: #fff; text-align: center; padding:18px 0;}
.productlist .proimg{overflow: hidden;/* border:1px solid #ddd */}
.productlist .proimg img{-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.productlist li:hover .proimg img{transform: scale(1.1);}
.productlist li a{display: block;}

.tabpanel .maintit{color: #fff;}
.tabpanel .maintit h3{ position: relative; margin-bottom:5px}
.tabpanel .maintit span{color: #fff;}
.tabpanel .maintit em {background-color: #407db1;}
.tabpanel .maintit em:after {background: #ff3300;}

.tabpanel {background:url(../images/ysbg.jpg) no-repeat center/cover #005197;}
.tabpanel .wrapper{position: relative;}
.tabpanel .tableft{ position: absolute; left:0; bottom:0; width:100%;}
.tabpanel .tableft ul{}
.tabpanel .tableft ul li{width: 25%; float:left; background: #fff; line-height:105px; height:105px; overflow: hidden; display:block; text-align:center; color:#555; font-size: 24px; font-weight: bold; cursor:pointer; box-sizing: border-box; -webkit-box-sizing: border-box;}
.tabpanel .tableft ul li .iconfont{margin-right: 15px; font-size: 30px; font-weight: normal;}
.tabpanel .tableft ul li:last-child{border-right:0}
.tabpanel .tableft ul li.hit,.tabpanel ul li.hit a{background:#5f8cec;color:#fff; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; display:block;}
.panes {width:100%; margin-top: 60px;}
.panes .pane {display:none; min-height:525px;}
.yousifonttit{font-size: 45px; color:#ffff00; line-height: 1.5; font-weight: bold; font-family:'Montserrat';}
.yousifonttit span{display: block; font-size: 26px; color:#fff; margin-top:5px;}
.yousifonttop{font-size: 16px; line-height: 2; color:#eee; padding:30px 0}
.panes .pane .yousimage{float:right; width:40%; border-radius:30px 10px 30px 10px; overflow: hidden;}
.panes .pane .yousimage img{display: block;}
.panes .pane .yousifont{float:left; width:50%;}
.panes .pane .ysbtn{color:#fff; font-size:16px;}
.panes .pane .ysbtn strong{font-family:'Montserrat'; color:#ffff00; font-size:24px;}

.application{padding:20px 0 60px}
.appno{padding:20px 0 0}
.application ul{/* overflow: hidden; */ display:flex; display:-webkit-flex; flex-wrap:wrap; justify-content:space-between; flex-direction: row;}
.application li{width:15%; margin-top: 30px; border-radius: 6px; text-align: center; color:#999; background: #f9f9f9;box-shadow: 0 0 2px rgba(0,0,0, .25); padding:15px 0}
.application .proimg{ text-align:center; overflow: hidden;}
.application .proimg img{width:80px;}
.application h2{font-size: 18px; padding:18px 0 8px; color:#005197;}
.application span{padding:0 15px; display:block}

.home-about{ background: #eee; margin-top:40px; display:flex; display:-webkit-flex; flex-wrap:wrap; justify-content:space-between; flex-direction: row;}
.leftbox{width:50%; padding:50px 60px 0; box-sizing:border-box; -webkit-box-sizing:border-box}
.leftbox .tit{color: #1f53be; font-size:22px;}
.leftbox .con{font-size: 16px; margin-top: 25px; line-height:2;}
.leftbox .con p{ margin-top: 20px;}
.leftbox .more{display: block; width: 120px; height: 40px; background: #1f53be; color: #fff; text-align: center; line-height: 40px; margin-top: 30px; border-radius: 30px; transition: background-color .35s;}
.leftbox .more:hover{background: #5f8cec;}
.rightbox{width:50%}
.zslist{ /* height:300px; */ display:flex; display:-webkit-flex; flex-wrap:wrap; justify-content:space-between; flex-direction: row;}
.zsitem{margin-top:1.6%; width:24%; height: 100%; border:2px solid #eee; display: flex; box-sizing: border-box; align-items: center; justify-content:center;}
.img-responsive{ max-height:auto; max-width:92%; padding:4% 0}
@media(max-width:1480px){
	.leftbox{padding:50px 60px 0;}
	.leftbox .con{font-size: 14px;}
}
.newswrap{background:#f7f7f7}
.newslist{padding:40px 0 0}
.newslist li{float:left; width:30%; margin-right:5%; padding:30px 0; border-bottom:1px solid #ddd;}
.newslist li:nth-child(3n){margin-right:0}
.newslist li:nth-child(3n+1){clear:both}
.newslist h2,.newslist h2 a{font-size: 18px; color:#005197; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.newslist .newsdesc{margin:10px 0; line-height:1.8; color:#999; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

.btnmore{text-align: center; padding: 50px 0 0;}
.btnmore a{font-size: 14px; position: relative; line-height: 1.5;}
.btnmore a:after{content: ''; width:54px; height: 1px; background:#aaa; display: block; margin-left: -27px; position: absolute; left:50%; bottom:-10px;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.btnmore a:hover{color:#005197;}
.btnmore a:hover:after{width:90px; margin-left: -45px;}
/*底部*/
.footer{background: #005197; padding:50px 0 30px; color:#c6d2e0; font-family:'Montserrat';}
.footer .footmenu{display: -webkit-box; display: -ms-flexbox; display: flex; display: -webkit-flex; -ms-flex-line-pack: center; align-content: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between}
.footer h2{font-size: 16px; padding:10px 0 15px; color: #fff;}
.footer dd{line-height: 28px;}
.footer dd img{width:135px; margin-bottom:5px}
.footer dt{margin-top:10px}
.footer a{color: #c6d2e0;}
.footer a:hover{color: #fff;}
.friendlink{margin-top: 40px; border-top:1px solid rgba(255,255,255,.2); padding-top:20px}
.friendlink a{margin-left:10px}
/*右侧客服*/
.toolbar {position: fixed; z-index: 999; right: 5px;bottom: 100px; width: 65px;}
@media (max-width:1024px) {
.toolbar {display: none}
}
.toolbar .toolitem {position: relative; width: 65px; padding: 12px 0; background: #018be5; margin-top: 2px; text-align: center; color: #fff;}
.toolbar .toolitem p{line-height: 20px; font-size: 12px;}
.toolbar .toolitem:hover {background:#0a72a1}
.toolbar .toolitem:hover .toolbox {opacity: 1;display: block;-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease}
.toolbar .toolbox {display: none;position: absolute;text-align: center;right: 65px;top: 20px;width: 140px;height: auto; padding: 20px 15px; opacity: 0; background: #fff;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;border:1px solid #e2e2e2;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.toolbar .toolitem .iconfont{font-size: 22px;}
.toolbar .tooltit {font-size: 14px; color: #444; line-height: 24px; text-align: left;}
.toolbar .toolfont {text-align: left; margin: 10px 0; font-size: 18px;font-weight: bold;color: #0a72a1;font-family: 'Montserrat';}
.toolbar .tooltext {font-size: 12px;color: #888;text-align: left;}
.toolbar .tce{text-align: center;}
.toolbar a {display: block; color: #fff;}

/* 当前位置 */
.pt30{padding:40px 0 0}
.location{ color:#888; margin-top: -30px; padding:0 0 10px}
.location a{color:#888;}
.location a:hover{color:#005197}
.location .iconfont{margin-right: 10px;}
.aboutcontent{padding:40px 0 0; line-height: 2; font-size: 16px;}
.sblist{ display:flex; display:-webkit-flex; flex-wrap:wrap; justify-content:space-between; flex-direction: row; margin-top:50px}
.sbitem{ width:33%;}
.font22{font-size: 22px; text-align: center; line-height:1; padding:0 0 15px}
table,td,tr,th{border-collapse:collapse; width: 100%; color:#222; margin-top:15px}
table td{width:auto; font-size: 16px; border: #fff solid 1px; padding:10px 5px; line-height: 1.5;} 
.tabblue{background:#95cfef; color:#000; text-align:center}
.tabgray{background:#d7edfb; text-align:center}
.tabgraybig{background:#ddd; text-align:center}
@media(max-width:1024px){
	.equipment{white-space: nowrap; overflow: hidden; overflow-x: scroll;}
	table td{font-size: 14px; padding:6px 5px;} 
}

.page_banner{min-height: 330px; background:no-repeat center/cover;}
.page_banner img{display: none;}
.newscontent{border: 1px solid #ddd; padding: 30px;}
.newscontent-left{float:left; width:75%;}
.newscontent-right{float:right; width:23%}
.news_righttit {font-size: 18px; border-bottom: 1px solid #ddd; height: 36px; line-height: 18px; position: relative;}
.news_righttit span{color:#005197;}
.news_righttit:before {content: ""; width: 75px; height: 1px; background: #005197; position: absolute; left: 0; bottom: -1px;}
.prosmfont{ padding-bottom: 10px; text-align:center;}
.prosmfont h1{font-size: 24px; line-height:1.5; padding-bottom:25px; color: #333;}

.viewbox{ line-height:1.8; color: #888; border-bottom: 1px solid #ddd; padding-bottom: 10px;}
.viewbox h3{font-size: 22px; color: #333;}
.viewbox .iconfont{margin-right: 10px;}
.viewcontent{line-height: 2; color: #666; padding: 25px 0; font-size: 16px;}
.viewcontent img{margin: 10px auto; display: block; text-align: center;}
.context{border: 1px solid #ddd; border-top:0; height: 70px; font-size: 15px;}
.context li{line-height: 70px; float:left; width:50%; border-right: 1px solid #ddd; padding:0 30px; box-sizing: border-box; -webkit-box-sizing: border-box; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.context li:last-child{border-right:0; text-align: right;}
.context a{color:#333;}
.context a:hover{ color:#0456b7;}
.mt20{margin-top: 12px;}
.newstj{ margin-top:20px; line-height:22px;}
.newstj a{ display:block; color:#666; background:url(../images/newswenzhagn.png) left 1px no-repeat; padding-left:25px; margin-top: 10px;}
.newstj a:hover{color:#0456b7;}
.protj{padding-top:5px;}
.protj li{padding-top:20px;}
.protj h2{font-size: 14px; line-height:1.2; padding:15px 0 0}
/*联系*/
.contact{padding:0 7%}
.contact_box{display: flex; flex-direction: row; flex-wrap: wrap; justify-content:space-between; font-family: 'Montserrat'; line-height: 2.2; font-size: 16px; margin-top:40px}
.contact_box h3{display: block; font-weight:bold; margin-bottom:20px; font-size: 22px; color: #0456b7;}
.contact_box img{width:160px;}
.contact_right{text-align:center; padding-top:60px}
.mapok{width:100%; height: 420px; margin-top:30px}
.wenhua{/* display:flex; display:-webkit-flex; flex-wrap:wrap; justify-content:space-between; flex-direction: row; */}
.wenhuaitem{width:50%; float:left; background: #0456b7;}
.wenhua-l{width:50%; float:left}
.wenhua-r{width:40%; float:right; padding:5%; color:#c6d2e0; line-height:2;}
.wenhua-r h3{font-size: 18px; font-weight:bold; padding:10px 0; color:#fff;}
.wenhuaitem:nth-child(3) .wenhua-l,.wenhuaitem:nth-child(4) .wenhua-l{float:right}
.wenhuaitem:nth-child(3) .wenhua-r,.wenhuaitem:nth-child(4) .wenhua-r{float:left}
@media(max-width:1024px){
	.banner .swiper-pagination{}
	.PC_ban{display: none;}
	.Mob_ban{display: block;}
	.banner .swiper-button-next{width:25px;height:25px;right:0; background-size:80%;}
	.banner .swiper-button-next{right: 10px!important;left: auto!important;}
	.banner .swiper-button-prev{left: 10px!important;}
	.header .navmenu{display: none;}
	.wrapper{width:auto; margin: 0px auto; padding: 0 3%;}
	.header {height: 55px;top: 0; z-index:99; position: fixed; left:0; width:100%; background:#fff;}
	.topblank{height: 55px;}
	.header .logo {margin:7px 0 0; width:160px; height:40px; background-size:100%;}
	.pd60{padding:20px 0;}
	.navmenu,.middlefont,.telephone{display: none;}
	
	.footer{padding:15px 0; font-size:13px;}
	.footer .footmenu{display:initial}
	.footer .footmenu dl:nth-child(1),.footer .footmenu dl:nth-child(2){display:none;}
	.footer h2{font-size: 14px; padding:10px 0 5px; text-align:center;}
	.footer dd{line-height: 18px; margin-top:5px; text-align:center;}
	.footer dt{margin-top:15px; text-align:center;line-height: 22px;}
	.friendlink{display:none}
}