@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900');
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}
body{ font-size: 16px; color: #666; overflow-x: hidden; font-family:'Noto Sans SC',"Microsoft YaHei",'微软雅黑',sans-serif; font-weight: 300;}
ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,header,footer{ list-style: none; padding: 0; margin: 0; display: block;}
input,textarea,select{ outline:none; font-family:"Microsoft YaHei",微软雅黑, sans-serif; }
::-webkit-input-placeholder {color: #666;}
::-moz-placeholder {color: #666;}
:-ms-input-placeholder {color: #666;}

a { text-decoration: none; color:#666; transition: color 0.56s ease;}
a:hover{ color: #2852a1;}

.clearfix:after{content:"";height:0;line-height:0;display:block;visibility:hidden;clear:both}
.clearfix{zoom:1;}
.clear{ clear:both}
.overflow{overflow-y:hidden;}

.fl{float: left;}
.fr{float: right;}

/* 水平镜像翻转 */
.mirrorRotateLevel img{transition: all .4s;-webkit-transition: all .4s;}
.mirrorRotateLevel:hover img {-moz-transform:scaleX(-1);-webkit-transform:scaleX(-1);-o-transform:scaleX(-1);transform:scaleX(-1);/*兼容IE*/ filter:FlipH;}
/*图片放大*/
.imgZoom img{transition: all .4s;-webkit-transition: all .4s;}
.imgZoom:hover img{transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1);}
/*图片旋转*/
.imgRotate img{-webkit-transition:-webkit-transform 2s ease-out;-moz-transition:-moz-transform 2s ease-out;-o-transition:-o-transform 2s ease-out;-ms-transition:-ms-transform 2s ease-out;}
.imgRotate img:hover{-webkit-transform:rotateZ(360deg);-moz-transform:rotateZ(360deg);-o-transform:rotateZ(360deg);-ms-transform:rotateZ(360deg);transform:rotateZ(360deg);}
/*按钮鼠标经过变暗*/
.wlp-button:hover{filter:alpha(opacity=90);background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))!important;background-image:linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))!important;}
/*鼠标经过有阴影*/
.wlp-shadow:hover{box-shadow: 0 0 20px rgba(0,0,0,0.3)!important;}
/*鼠标经过上浮并加阴影*/
.wlp-flow-shadow{-webkit-transition:all .5s;transition:all .5s;}
.wlp-flow-shadow:hover{transform:translate3d(0, -5px, 0);-webkit-transform:translate3d(0, -8px, 0);-webkit-box-shadow:0 0px 10px #e9e9e9;box-shadow:0 0px 10px #e9e9e9;}
/*图片经过遮罩*/
.wlp-filter:hover img{ filter:alpha(opacity=70); -moz-opacity:0.7; -webkit-opacity: 0.7; opacity: 0.7;}

img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none;}

.wrap{ width: 1200px; margin: 0 auto;}
.w1500{ width: 1500px; margin: 0 auto;}

/*顶部*/
.header{ width: 100%; height: 80px; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.2); position: relative; z-index: 1111;}
.header .logo{ float: left; padding-left: 20px; }
.header .logo .logo01{ float: left; height: 80px; padding-top: 8px; padding-right: 20px; border-right: #f3f3f3 solid 1px;}
.header .logo .logo02{ float: left; padding-left: 10px; padding-top: 14px;}
.header .headRight{ float: right; }
.header .nav{float: left; padding-right:10px; }
.header .nav ul li{ height: 80px; float: left; position: relative;}
.header .nav ul li a{ font-size: 18px; color: #585858; font-weight: normal; line-height: 80px;  padding: 0 30px; display: block;  }
.header .nav ul li a:hover{ color: #2852a1; }
.header .nav ul li.on a{color: #2852a1; }
.header .nav ul li.on:after{ content: ""; width:40px; height: 3px; background: #2852a1; position: absolute; left: 50%; bottom: 0px; margin-left: -20px;}
.header .searchBtn{ width: 70px; height: 80px; background:#f3f3f3 url(../images/icon01.png) no-repeat center; float: left; cursor: pointer;}
.header .lang{ float: left; width: 90px; height: 80px; background: #f3f3f3; }
.header .lang a{ color: #000; font-size: 20px; line-height: 30px; font-weight: normal; border-left: 1px solid #d3d3d3; padding-left: 20px; margin-top: 25px; display: block;}
.header .menu-toggle{display: none;}

/*首页bannner*/
.banner {height:700px; position: relative; width: 100%;}
.banner .swiper-container{ width:100%; height:700px; overflow:hidden;}
.banner .swiper-container .swiper-slide{width:100%; height: 700px; background-position:center; background-repeat: no-repeat; background-size: cover;}
.banner .swiper-container .swiper-slide a{width:100%; height: 700px;display: block;}
.banner .pagination {position: absolute;z-index: 20;bottom:30px;width: 100%;text-align: center;}
.banner .swiper-pagination-switch {display: inline-block; width:12px; height: 12px; background:#fff; margin: 0 4px; border-radius: 10px; cursor: pointer;}
.banner .swiper-active-switch { background: #006cff; opacity: 1;}

.neibanner{ width: 100%; height:450px; background-position:center; background-repeat: no-repeat; background-size: cover; display: table; text-align: center;}
.neibanner .bannerText{ display: table-cell; vertical-align: middle; color: #fff;}
.neibanner .bannerText h2{ font-size: 60px; line-height: 1; margin-bottom: 15px;}
.neibanner .bannerText p{ font-size: 30px; font-weight: bold; line-height: 1;}

/* 首页产品 */
.ipro{ background: #f6f6f6; padding: 50px 80px 60px;}
.ipro .fenlei{ overflow: hidden; margin-bottom: 40px;}
.ipro .fenlei h2{ float: left; font-size: 30px; color: #000; line-height: 1; margin-right: 40px;}
.ipro .fenlei ul{ float: left;}
.ipro .fenlei ul li{ float: left; font-size: 18px; font-weight: normal; line-height: 30px; margin-right: 30px;}

.proBox{}
.proBox ul{ margin: 0 -8px;}
.proBox ul li{ width:20%; padding: 0 8px; margin-bottom: 17px; float: left;}
.proBox ul li a{ background: #fff; display: block; padding: 20px; overflow: hidden;}
.proBox ul li .proPic{ width: 100%;}
.proBox ul li dl {padding-bottom:100%; position: relative; overflow: hidden;}
.proBox ul li dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.proBox ul li ol { width: 100%; padding-top: 10px; text-align: center;}
.proBox ul li ol h3{ font-size: 16px; color: #000; font-weight: bold; line-height: 1; margin-bottom: 10px; overflow: hidden; text-overflow:ellipsis;  white-space: nowrap;}


.by_fzlc{ background:url(../images/fzlcBg.jpg) no-repeat center; background-size: cover; padding: 30px 0 40px;}
.biaoyu{background:url(../images/fzlc02.png) no-repeat left top; padding-left: 430px;}
.biaoyu .tit{ font-size: 36px; color: #000; text-align: center; padding-top: 60px; margin-bottom: 45px;}
.biaoyu .tit span{ font-weight: bold;}
.biaoyu .box{ color: #999; font-weight: normal; line-height: 2; padding:90px 70px;}
.fzlc{ padding-top: 40px;}
.fzlc .tit{ text-align: center;}
.fzlc .tit h2{ font-size: 36px; color: #000;}
.fzlc .tit p{ font-size: 30px; color: #000; font-weight: normal;}
.fzlc .box{ padding: 50px 0; position: relative;}
.fzlc .box .arrow-left,.fzlc .box .arrow-right{ width: 50px; height: 50px; position:absolute; top: 50%; margin-top: -25px; z-index: 11;}
.fzlc .box .arrow-left{ background: url(../images/arrow-left.png) no-repeat center; left: 0;}
.fzlc .box .arrow-right{background: url(../images/arrow-right.png) no-repeat center; right: 0;}
.fzlc .box .swiper-slide{ text-align: center;}
.fzlc .box .swiper-slide dl{ height: 60px; line-height:60px; color: #000; font-size: 60px; font-weight: bold;  display: inline-block; vertical-align: middle; margin-right: 40px;}
.fzlc .box .swiper-slide ol{ height: 60px; line-height:60px; color: #4a4a4b; font-size:30px; font-weight: normal; display: inline-block; vertical-align: middle;}
.fzlc .year{ background:url(../images/fzlc01.png) repeat-x left top; padding-top: 60px; overflow: hidden;}
.fzlc .year li{ float: left; font-size: 26px; font-weight: bold; color: #777676; line-height: 40px; margin-right: 90px; cursor: pointer;}
.fzlc .year li.on{ color: #000; font-size: 38px;}

.liucheng{ background: #fff; padding: 50px 100px;}
.liucheng .tit{text-align: center; margin-bottom: 70px;}
.liucheng .tit h2{ font-size: 48px; font-weight: 300; color: #325593; line-height: 1; margin-bottom: 30px;}
.liucheng .tit p{ font-size: 18px; font-weight: normal; color: #8d8d8d;}
.liucheng .box ul{ margin: 0 -32px; overflow: hidden;}
.liucheng .box ul li{ width: 16.66%; padding: 0 32px; text-align: center; float: left;}
.liucheng .box ul li h3{ font-size: 24px; font-weight: normal; color: #585858;}
.liucheng .box ul li dd{ font-size: 14px; font-weight: normal; color: #8d8d8d;}
.liucheng .box ul li .con{ margin-top: 30px;border-radius:50%; padding-bottom: 100%; position: relative; overflow: hidden;
    background-image: -webkit-linear-gradient(left, #82c04e 0%, #17a6e3 100%);
}
.liucheng .box ul li .con dl{ width: 98%; height: 98%; background: #fff; border-radius: 50%; padding: 35px; overflow: hidden; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.liucheng .box ul li .con dl .conBox{ width: 100%; position: relative; padding-bottom: 100%;  border-radius: 50%;  overflow: hidden;}
.liucheng .box ul li .con dl .conBox ol{ border-radius: 50%; overflow: hidden; position:absolute;}
.liucheng .box ul li .con dl .conBox dt{ width: 100%; height: 100%; background: #000;  border-radius: 50%; overflow: hidden; position: absolute; left: 0; top: 70%; transition: top 0.56s ease;
    background-image: -webkit-linear-gradient(left, #82c04e 0%, #17a6e3 100%);
}
.liucheng .box ul li .con dl .conBox dt h4{color: #fff; font-size: 24px; text-align: center; font-weight: 500; line-height: 1; margin: 15px 0 20px;}
.liucheng .box ul li .con dl .conBox dt p{ color: #fff; font-weight: normal; padding:0 10px}
.liucheng .box ul li:hover h3{ color: #2579b8;}
.liucheng .box ul li:hover dd{ color: #2579b8;}
.liucheng .box ul li:hover .con dl .conBox dt{ top: 0;}

.iabout{ background:url(../images/aboutBg.jpg) no-repeat center; background-size: cover; padding: 80px;}
.iabout .tit{ margin-bottom: 90px;}
.iabout .tit h2{ font-size: 48px; color: #898989; line-height: 1; margin-bottom: 25px;}
.iabout .tit p{ font-size: 30px; font-weight: bold; color: #000; line-height: 1;}
.iabout .box{ background:rgba(50,85,147,0.35); padding: 50px 60px 40px; border-top-left-radius: 50px; border-bottom-right-radius: 50px; margin-bottom: 50px;}
.iabout .box dl{ text-align: center; font-size: 24px; color: #000; font-weight: bold; margin-bottom: 30px;}
.iabout .box ol{ color: #000; font-size: 18px; line-height: 1.8; font-weight: normal;}
.iabout .aboutNav{ background:rgba(255,255,255,0.7); border-radius: 10px;}
.iabout .aboutNav ul{ overflow: hidden; }
.iabout .aboutNav ul li{ width: 25%; border-left: 1px solid #eee; padding:20px 60px;margin-left: -1px; overflow: hidden; float: left;}
.iabout .aboutNav ul li a{display: block;}
.iabout .aboutNav ul li a:hover h3{ color: #325593;}
.iabout .aboutNav ul li a:hover dt{ color: #98a5c2;}
.iabout .aboutNav ul li dl{ float: left; margin-right: 20px;}
.iabout .aboutNav ul li ol{ padding-top: 18px;}
.iabout .aboutNav ul li h3{ font-size: 24px; font-weight: normal; color: #000; line-height: 1; margin-bottom: 6px;}
.iabout .aboutNav ul li dt{ font-weight: normal; color: #8b8b8b;}

.youshi{ background: #fff; padding: 60px 80px 10px;}
.youshi .tit{ text-align: center; margin-bottom: 60px;}
.youshi .tit h2{ font-size: 36px; color: #000; font-weight: 700; line-height: 1; padding-bottom: 15px; position: relative;}
.youshi .tit h2::after{ content: ""; width: 62px; height: 4px; background: #163f7c; position:absolute; left: 50%; bottom: 0; margin-left: -31px;}
.youshi .box{ overflow: hidden; margin:0 -5px;}
.youshi .box ul{ overflow: hidden; margin: 0 -5px;}
.youshi .box ul li{ float: left; width: 50%; margin-bottom: 10px; padding: 0 5px;}
.youshi .box ul li img{ width: 100%;}
.youshi .box ul li.ysd{ width: 100%;}
.youshi .box .youshiLeft{ float: left; width: 50%; padding: 0 5px;}
.youshi .box .youshiRight{ float: right; width: 50%; padding: 0 5px;}

.news{ background: #f8f8f8; padding: 60px 80px 10px;}
.news .tit{ text-align: center; margin-bottom: 60px;}
.news .tit h2{ font-size: 36px; color: #000; font-weight: 700; line-height: 1; padding-bottom: 15px; position: relative;}
.news .tit h2::after{ content: ""; width: 62px; height: 4px; background: #163f7c; position:absolute; left: 50%; bottom: 0; margin-left: -31px;}
.news .box ul{ margin: 0 -33px;}
.news .box ul li{ width: 25%; padding:0 33px; margin-bottom: 50px; float: left;}
.news .box ul li a{ background: #fff; border:#ccc solid 1px; display: block;}
.news .box ul li dl{ padding-bottom: 56.7%; position: relative;}
.news .box ul li dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.news .box ul li dl dd{ width: 83px; font-size: 18px; color: #989898; text-align: center; font-weight: bold; padding: 5px; background: #eeeeee; border-top: #325593 solid 5px; position: absolute; right: 30px; bottom: -30px;}
.news .box ul li dl dd b{display: block; font-size: 48px; color: #525252; line-height: 1;}
.news .box ul li ol{ padding: 55px 18px 20px;}
.news .box ul li ol h3{ font-size: 20px; line-height: 1; font-weight: 400; color: #000; overflow: hidden;  text-overflow:ellipsis; white-space: nowrap; margin-bottom: 30px;}
.news .box ul li ol dt{ line-height:1.8; display: -webkit-box; -webkit-box-orient: vertical;  -webkit-line-clamp: 3; overflow: hidden;}
.news .box ul li a:hover{ border: #163f7c solid 1px; box-shadow:0 0 10px rgba(0,0,0,0.2);}
.news .box ul li a:hover h3{ color: #163f7c;}

.newsview{ margin:60px 0 70px;}
.newsview .wrap{ position: relative;}
.newsview .boxcon{ padding-right: 400px;}
.newsview .boxcon .newsHead{ border-bottom: #cccccc solid 1px; padding-bottom: 20px; margin-bottom: 20px;}
.newsview .boxcon .newsHead h1{ font-size: 32px; font-weight: normal; color: #000; margin-bottom: 10px; }
.newsview .boxcon .box{ line-height: 2; min-height: 500px;}
.newsview .newspage{ width: 350px; position: absolute; right: 0; top: 0;}
.newsview .newspage dl{ border: #e6e6e6 solid 8px; margin-bottom: 20px; padding: 30px;}
.newsview .newspage dl:hover{ border:#015db3 solid 8px; }
.newsview .newspage dl ol{font-size: 16px; margin-bottom: 10px;}
.newsview .newspage dl a{font-size: 18px; font-weight: normal; color: #000;}

.about{ overflow: hidden;}
.about .box{ width: 50%; padding: 50px 80px; float: left;}
.about .box .tit{ margin-bottom: 30px;}
.about .box .tit h2{ font-size: 60px; line-height: 1; color: #000; margin-bottom: 30px;}
.about .box .tit h2 span{ font-size: 18px; color: #8d8d8d; font-weight: normal; margin-left: 15px;}
.about .box .tit h3{ font-size: 30px; color: #000; line-height: 1; padding-bottom: 30px; position: relative;}
.about .box .tit h3::before{content: ""; width: 58px; height: 4px; background: #000; position: absolute; left: 0; bottom: 0;}
.about .box .con{ font-size: 18px; line-height: 2.2;}
.about .box .con p{ text-indent: 2em;}
.about .pic{ width: 50%; float: left;}
.about .pic img{ width: 100%;}

.by_fzlc.aboutfz{background:url(../images/fzlcBg.jpg) no-repeat center top; padding:30px 80px 80px; }

.yuanjing{ padding-top: 60px;}
.yuanjing .tit{ text-align: center; margin-bottom: 50px;}
.yuanjing .tit h2{ font-size: 36px; color: #000; line-height: 1; margin-bottom: 15px;}
.yuanjing .tit p{ font-size: 30px; color: #000; line-height: 1; font-weight: normal;}
.yuanjing .item{ overflow: hidden; position: relative;}
.yuanjing .item dl{ width: 50%;}
.yuanjing .item ul{ width: 50%; position: absolute; left: 50%; top: 50%; transform: translate(0, -50%);}
.yuanjing .item.on dl{ float: right;}
.yuanjing .item.on ul{ left: 0; text-align: right;}
.yuanjing .item.on ul ol{ padding: 0 20px 0 300px;}
.yuanjing .item ul ol{ padding: 0 300px 0 20px;}
.yuanjing .item ul ol h3{ font-size: 30px; font-weight: normal; color: #000; line-height: 1; margin-bottom: 25px;}
.yuanjing .item ul ol h3 span{ color: #8d8d8d;}
.yuanjing .item ul ol dt{ line-height: 2;}

.products{ background: #f6f6f6; padding: 30px 80px; overflow: hidden;}
.products .proNav{ width: 250px; float: left; }
.products .proNav dl{ background: #fff; color: #bfbfbf; font-size: 16px; font-weight: bold; margin: 0; padding:20px; }
.products .proNav dl h3{ color: #2679b7; font-size: 28px; font-weight: bold; margin: 0 0 5px; }
.products .proNav ul li{ margin-bottom: 8px; }
.products .proNav ul li ol{ background: #2679b7; height: 46px; position: relative; }
.products .proNav ul li ol a{ color: #fff; font-size: 17px; background:url(../images/icon12.png) no-repeat 14px center; padding-left: 36px; line-height: 46px;}
.products .proNav ul li ol span{ width: 46px; height: 46px; background:url(../images/icon13.png) no-repeat right 10px center; position: absolute; right: 0; top: 0; cursor: pointer; }
.products .proNav ul li .subnav a{display: block; font-size: 16px; color: #333; padding-left: 36px; line-height: 46px; background: #fff; margin-bottom: 2px;}
.products .proNav ul li .subnav a:hover{ color: #2679b7; }

.products .rightBox{ padding-left: 280px;}
.rightBox .proBox ul li{ width: 25%;}

.proHead{ background: #fff; padding: 32px; overflow: hidden; margin-bottom: 35px;}
.proHead .proPic{ width:400px; margin-right: 45px; float: left;}
.proHead .proPic dl{ position: relative; padding-bottom: 100%; overflow: hidden;}
.proHead .proPic dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.proHead .proPic ul{ overflow: hidden; margin: 0 -10px; padding-top: 16px;}
.proHead .proPic ul li{ width: 25%; padding: 0 10px; float: left;}
.proHead .proPic ul li img{ cursor: pointer;}
.proHead .proPic ul li img.on{ border: steelblue solid 2px;}
.proHead .proHead_r h1{ font-size: 24px; color: #000; line-height: 1; margin-bottom: 20px;}

.proviewBox{ background: #fff; padding: 32px; line-height: 1.8;}
.proviewBox table{ border-top: 1px solid #666; border-left: 1px solid #666;}
.proviewBox table tr td{ border-bottom: 1px solid #666; border-right: 1px solid #666; padding: 5px; text-align: center;}

.equipment{ padding:50px 80px 10px; }
.equipment .box{ padding-bottom: 20px;}
.equipment .box ul{ margin: 0 -17px; }
.equipment .box ul li{ width: 25%; padding:0 17px; margin-bottom: 26px; float: left; }
.equipment .box ul li dl{ position: relative; overflow: hidden; padding-bottom: 75.961%; }
.equipment .box ul li dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.equipment .box ul li p{ text-align: center; font-size: 18px; color: #000; margin-top: 10px; font-weight: 500;}

.service{ background: #f6f6f6; padding: 40px 0 20px;}
.service ul li{ background: #fff; margin-bottom:20px; padding: 0 50px; overflow: hidden; position: relative;}
.service ul li dl{ width: 115px; height: 142px; line-height: 142px;}
.service ul li ol{ font-size: 24px; color: #000; font-weight: 400; position: absolute; left: 155px; top: 50%; transform: translate(0, -50%); padding-right: 50px;}

.job{ background:url(../images/jobBg.jpg) no-repeat center top; background-size: cover; padding-bottom: 120px;}
.job .tit{ text-align: center; padding: 125px 0 30px;}
.job .box{ overflow: hidden;}
.job .item{ width: 50%; border-left: 1px solid #fff; float: left; margin-left: -1px;}
.job .item dl{ background: #252525; color: #fff; font-size: 24px; font-weight: normal; line-height: 70px; text-align: center;}
.job .item .con{ font-size: 18px; background:rgba(255,255,255,0.93); padding: 30px;}
.job .item .con .conAuto{ height: 378px; overflow-y: auto;}
.job .item .conList{ height: 438px; padding: 30px; background: #fff;}
.job .item .conList ul{height: 378px; overflow-y: auto;}
.job .item .conList ul li{ position: relative; line-height: 60px; border-top: 1px dashed #ccc; margin-top: -1px;}
.job .item .conList ul li a{ font-size: 18px; display: block;}
.job .item .conList ul li span{ position: absolute; top: 0; right: 0;}

.contactBanner{ height: 450px; border-bottom: #dcdcdc solid 3px; overflow: hidden;}
#map{ height:500px; }
#map img{max-height:inherit;max-width:inherit; }
.contact{ background: #f6f6f6; padding: 45px 0 40px;}
.contact .contactBox{ float: left; width: 50%;}
.contact .contactBox dl{ font-size: 30px; font-weight: bold; color: #000; margin-bottom: 25px;}
.contact .contactBox ul li{ margin-bottom: 15px; color: #666; font-size: 18px; font-weight: normal;}
.contact .contactBox ul li img{ margin-right: 15px;}
.contact .message{ float: left; width: 50%;}
.contact .message dl{  font-size: 30px; font-weight: bold; color: #000; margin-bottom: 25px;}
.contact .message .messagebox{}
.contact .message .messagebox ul { overflow: hidden; margin: 0 -10px}
.contact .message .messagebox ul li{ float: left; width: 50%; padding: 0 10px;}
.contact .message .messagebox ul input{ width: 100%; height: 40px; border:#dcdcdc solid 1px; background: #f6f6f6; margin-bottom: 15px; text-indent: 10px; font-size: 15px; }
.contact .message .messagebox textarea{width: 100%; height: 100px;  border:#dcdcdc solid 1px; background: #f6f6f6;  padding: 10px; font-size: 15px; margin-bottom: 10px;}
.contact .message .messagebox button{ width: 120px; height: 40px; background: #325593; color: #fff; font-size: 18px; border: none; display: block; cursor: pointer;}

.footer{ background: #474747;}
.footer .fmain{ padding:30px 0;}
.footer .fcontact{ float: left; width: 33.33%;}
.footer .fcontact dl{ font-size: 18px; font-weight: bold; color: #fff; margin-bottom: 25px;}
.footer .fcontact ul li{ margin-bottom: 15px; color: #c3c3c3; font-size: 14px;}
.footer .fcontact ul li img{ margin-right: 15px;}
.footer .fnav{ float: left; width: 25%;}
.footer .fnav dl{ font-size: 18px; font-weight: bold; color: #fff; margin-bottom: 25px;}
.footer .fnav ul li{ width: 50%; padding-right: 80px; margin-bottom: 6px; float: left;}
.footer .fnav ul li a{ background:url(../images/icon06.png) no-repeat left center; color: #c3c3c3; line-height: 36px; border-bottom:#919191 solid 1px; padding-left: 20px; display: block;}
.footer .ewm{ float: right;}
.footer .ewm dl{ font-size: 18px; font-weight: bold; color: #fff; margin-bottom: 25px;}
.footer .ewm ul{ overflow: hidden;}
.footer .ewm ul li{ margin-right: 50px; display: inline-block;}
.footer .ewm ul ol{ color: #c3c3c3; margin-right: 50px; display: inline-block;}
.footer .copyright{background: #7f7f7f; line-height: 50px; text-align: center; color: #fff;}

/*===/分页=============================*/
.fenye { text-align: center; font-size: 15px; width: 100%; height: 50px; margin: 20px 0 30px;}
.fenye .prev, .fenye .next {line-height: 1; color: #8a8a8a; padding: 8px 14px; margin-right: 8px; display: inline; font-family: "宋体";font-size: 17px; background: #fff; border: #EBEBEB solid 1px;border-radius: 6px;}
.fenye a {line-height: 1; color: #8a8a8a; padding: 8px 14px;margin-right: 8px;display: inline; background: #fff; border: #EBEBEB solid 1px;border-radius: 6px;}
.fenye a:hover {color: #fff; background: #242a34;border: #242a34 solid 1px;}
.fenye a.current { line-height: 1; color: #fff;  background: #242a34; padding: 8px 14px; margin-right: 8px; border: #242a34 solid 1px;}

/*搜索框*/
.search-dialog-box{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;}
.search-dialog-box .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.search-dialog{position: absolute;left:50%;top:50%;box-sizing:border-box;width: 680px;padding: 20px 30px;transform: translate(-50%,-50%);background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,.33);border-radius:50px;}
.search-dialog input[type=text]{float: left;width: 86%;border: none; padding: 0;font-size:18px;line-height: 28px; height:28px;color: #999; background-color: #fff;border-radius: 0;}
.search-dialog input[type=submit] {float: right; width:28px; height:28px; background-repeat: no-repeat; background-position: center; background-size: 100%; border: none; padding: 0; background-image: url(../images/search-btn.png);background-color: transparent; cursor: pointer;}

@media screen and (max-width:1700px){
.logo02{display: none;}
.products{ padding: 30px;}
}

@media screen and (max-width:1520px){
.w1500{ width: 100%; padding: 0 15px;}
.ipro{ padding: 50px 30px 60px;}
.liucheng{ padding: 50px 30px;}
.liucheng .box ul{ margin: 0 -15px;}
.liucheng .box ul li{ padding: 0 15px;}
.iabout{ padding: 50px 30px;}
.iabout .tit{ margin-bottom: 50px;}
.youshi{ padding: 60px 30px 10px;}
.news{ padding: 60px 30px 10px;}
.about .box{ padding: 40px 30px;}
.about .box .tit h2{ font-size: 50px;}
.about .box .tit h3{ font-size: 22px;}
.about .box .con{ font-size: 17px; font-size: 2;}
.yuanjing .item ul ol{ padding: 0 80px 0 20px;}
.yuanjing .item.on ul ol{ padding: 0 20px 0 80px;}
.rightBox .proBox ul li{ width: 25%;}
.rightBox .proBox ul li a{ padding: 15px;}
.equipment{ padding: 50px 30px 10px;}
.service ul li ol{ font-size: 20px;}
.news .box ul{ margin: 0 -15px;}
.news .box ul li{ padding: 0 15px;}
}

@media screen and (max-width:1220px){
.wrap{ width: 100%; padding: 0 15px;}

.header .nav ul li a{ padding: 0 15px;}
.header .lang{ width: 75px;}

/*首页bannner*/
.banner {height:500px; position: relative; width: 100%;}
.banner .swiper-container{ width:100%; height:500px; overflow:hidden;}
.banner .swiper-container .swiper-slide{width:100%; height:500px; background-position:center; background-repeat: no-repeat; background-size: cover;}
.banner .swiper-container .swiper-slide a{width:100%; height:500px;display: block;}

.proBox ul li{ width: 50%;}
.rightBox .proBox ul li{ width: 50%;}

.liucheng .tit{ margin-bottom: 50px;}
.liucheng .tit h2{ font-size: 40px;}
.liucheng .box ul li h3{ font-size: 20px;}
.liucheng .box ul li dd{ font-size: 12px;}
.liucheng .box ul li .con dl{ padding: 15px;}
}

@media screen and (max-width:1025px){
    .header .logo{ width: 160px;}
    .header .logo .logo01{ height: 70px; padding-top: 15px;}
    .header .nav ul li a{font-size: 15px;}
    .header .searchBtn{ width: 60px;}
    .header .lang{ width: 60px;}
    .header .lang a{ font-size: 17px;}
}

@media screen and (max-width:1000px){
body{ padding-top: 60px; }

/*顶部*/
.header{ width: 100%; height: 60px; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,.1); position: fixed; top: 0; left: 0; z-index: 1111;}
.header .logo{ float: left; padding-top: 10px; padding-left: 10px; }
.header .logo .logo01{ height: 40px; padding-top: 0; border: none;}
.header .headRight{ float: none; margin-top: 0; }
.header .nav{float: none; padding-right: 0; width: 100%; height:calc(100vh - 60px); background: #fff; border-top: 1px solid #eee; position:fixed; top: 60px; left: 0; display: none;}
.header .nav ul li{ height: 50px; float: none; position: relative; margin-left: 0; border-bottom: 1px solid #eee;}
.header .nav ul li a{ font-size: 15px; color: #585858; font-weight: 400; line-height: 50px;  padding: 0 20px; display: block;  }
.header .nav ul li a:hover{ color: #2852a1; }
.header .nav ul li.on:after{ content: ""; width:100%; height: 2px; background: #2852a1; position: absolute; left: 0; bottom:0; margin-left: 0;}
.header .searchBtn{ height: 60px; border-left: 1px solid #ddd; background: url(../images/icon01.png) no-repeat center; position: absolute; right: 120px;}
.header .lang{ float: none; width: 60px; height: 60px; background: #fff; border-right: 1px solid #ddd; position: fixed; right: 60px; top: 0px;}
.header .lang a{ color: #333; font-size: 18px; line-height:60px; margin-top: 0;}

.header .menu-toggle{ width:60px; height:60px; position:absolute; right:0px; top:0;  float:right; z-index:99999; display:block;}
.header .menu-toggle span{ width:35px; height:2px; background:#333;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;}
.header .menu-toggle span:before{ content:"";width:35px; height:2px; background:#333;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}
.header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#333;display:block;position:absolute; left:0; top:10px;transition:all 300ms;}
.header .menu-toggle.cur span{background-color:transparent;}
.header .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;}
.header .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;}

/*首页bannner*/
.banner {height:200px; position: relative; width: 100%;}
.banner .swiper-container{ width:100%; height:200px; overflow:hidden;}
.banner .swiper-container .swiper-slide{width:100%; height: 200px; background-position:center; background-repeat: no-repeat; background-size: cover;}
.banner .swiper-container .swiper-slide a{width:100%; height: 200px;display: block;}
.banner .pagination {position: absolute;z-index: 20;bottom:10px;width: 100%;text-align: center;}
.banner .swiper-pagination-switch {display: inline-block; width:12px; height: 12px; background:#fff; margin: 0 4px; border-radius: 10px; cursor: pointer;}
.banner .swiper-active-switch { background: #006cff; opacity: 1;}

.neibanner{ width: 100%; height:150px; }
.neibanner .bannerText h2{ font-size: 20px;  margin-bottom: 5px;}
.neibanner .bannerText p{ font-size: 15px;}

.ipro{ padding: 30px 15px 30px;}
.ipro .fenlei{  margin-bottom: 20px;}
.ipro .fenlei h2{font-size: 22px;  margin-right: 0; font: none; margin-bottom: 5px;}
.ipro .fenlei ul li{ float: left; font-size: 16px; line-height: 30px; margin-right: 15px;}

.proBox ul{ margin: 0 -5px;}
.proBox ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px;}
.proBox ul li a{ background: #fff; display: block; padding: 5px;}
.proBox ul li .proPic{ width: 100%; ;}
.proBox ul li ol { width: 100%; text-align: center; padding-top: 8px;}
.proBox ul li ol h3{ font-size: 15px; line-height: 1; margin-bottom:5px; }

.by_fzlc{ background:url(../images/fzlcBg.jpg) no-repeat center; background-size: cover; padding: 30px 0 40px;}
.biaoyu{background:#fff; padding-left: 0;}
.biaoyu .tit{ font-size: 20px; color: #000; text-align: center; padding-top: 40px; margin-bottom: 0;}
.biaoyu .box{ line-height:1.6; padding:20px 30px 30px;}
.fzlc{ padding-top: 40px;}
.fzlc .tit h2{ font-size: 26px; }
.fzlc .tit p{ font-size: 20px;}
.fzlc .box{ padding: 30px 0; position: relative;}
.fzlc .box .arrow-left,.fzlc .box .arrow-right{ width: 30px; height: 30px; position:absolute; top: 50%; margin-top: -15px; z-index: 11;}
.fzlc .box .arrow-left{ background: url(../images/arrow-left.png) no-repeat center; background-size: cover; left: 0;}
.fzlc .box .arrow-right{background: url(../images/arrow-right.png) no-repeat center;background-size: cover; right: 0;}
.fzlc .box .swiper-container{ width: 90%;; margin: 0 auto;}
.fzlc .box .swiper-slide{ text-align: center;}
.fzlc .box .swiper-slide dl{ height:40px; line-height:40px; font-size: 30px; margin-right: 0; display: block;}
.fzlc .box .swiper-slide ol{ height: 40px; line-height:40px;  font-size:20px; display: block;}
.fzlc .year{ background:url(../images/fzlc01.png) repeat-x left top; padding-top: 60px; overflow: hidden;}
.fzlc .year li{ width: 25%; float: left; font-size: 18px;  line-height: 40px; margin-right: 0; text-align: center;}
.fzlc .year li.on{ font-size: 20px;}

.liucheng{ background: #fff; padding: 50px 15px 30px;}
.liucheng .tit{text-align: center; margin-bottom: 25px;}
.liucheng .tit h2{ font-size: 25px; margin-bottom: 10px;}
.liucheng .tit p{ font-size: 16px;}
.liucheng .box ul{ margin: 0 -10px; overflow: hidden;}
.liucheng .box ul li{ width: 33.33%; padding: 0 10px; text-align: center; margin-bottom: 20px; float: left;}
.liucheng .box ul li h3{ font-size:18px;}
.liucheng .box ul li dd{ font-size: 12px; line-height: 1.2; height: 26px; }
.liucheng .box ul li .con{ margin-top: 12px;}
.liucheng .box ul li .con dl{ width: 98%; height: 98%; }
.liucheng .box ul li .con dl .conBox{ width: 100%; position: relative; padding-bottom: 100%;  border-radius: 50%;  overflow: hidden;}
.liucheng .box ul li .con dl .conBox dt{ display: none;}


.iabout{ background:url(../images/aboutBg.jpg) no-repeat center; background-size: cover; padding: 30px 15px;}
.iabout .tit{ margin-bottom: 20px; text-align: center;}
.iabout .tit h2{ font-size:28px; margin-bottom:5px;}
.iabout .tit p{ font-size: 20px; }
.iabout .box{ padding: 30px 10px 30px; border-top-left-radius: 20px; border-bottom-right-radius: 20px; margin-bottom: 20px;}
.iabout .box dl{font-size: 20px; margin-bottom: 20px;}
.iabout .box ol{font-size: 14px; line-height: 1.7;}
.iabout .aboutNav{ background:rgba(255,255,255,0.7); border-radius: 10px;}
.iabout .aboutNav ul li{ width: 50%;  text-align: center; border-left: 1px solid #eee; padding:20px 10px;margin-left: -1px; overflow: hidden; float: left;}
.iabout .aboutNav ul li a{display: block;}
.iabout .aboutNav ul li a:hover h3{ color: #325593;}
.iabout .aboutNav ul li a:hover dt{ color: #98a5c2;}
.iabout .aboutNav ul li dl{ float: none; margin: 0 auto;}
.iabout .aboutNav ul li dl img{ width: 50px;}
.iabout .aboutNav ul li ol{ padding-top: 10px;}
.iabout .aboutNav ul li h3{ font-size: 16px; text-align: center; margin-bottom: 6px;}
.iabout .aboutNav ul li dt{ font-size: 12px;}

.youshi{ background: #fff; padding:40px 15px 10px;}
.youshi .tit{ text-align: center; margin-bottom: 20px;}
.youshi .tit h2{ font-size: 24px; padding-bottom: 15px; position: relative;}
.youshi .tit h2::after{ content: ""; width: 62px; height: 4px; background: #163f7c; position:absolute; left: 50%; bottom: 0; margin-left: -31px;}
.youshi .box{ overflow: hidden; margin:0 -5px;}
.youshi .box ul{ overflow: hidden; margin: 0 -3px;}
.youshi .box ul li{ float: left; width: 50%; margin-bottom: 5px; padding: 0 3px;}
.youshi .box ul li img{ width: 100%;}
.youshi .box ul li.ysd{ width: 100%;}
.youshi .box .youshiLeft{ float: none; width: 100%; padding: 0 5px;}
.youshi .box .youshiRight{ float: none; width: 100%; padding: 0 5px;}

.news{ background: #f8f8f8; padding: 30px 15px 10px;}
.news .tit{ text-align: center; margin-bottom: 30px;}
.news .tit h2{ font-size: 24px; color: #000; font-weight: 700; line-height: 1; padding-bottom: 15px; position: relative;}
.news .tit h2::after{ content: ""; width: 50px; height: 2px; margin-left: -25px;}
.news .box ul{ margin: 0;}
.news .box ul li{ width: 100%; padding:0; margin-bottom: 15px; float: none;}
.news .box ul li dl dd{ width: 80px; font-size: 16px; border-top: #325593 solid 3px; right:20px; bottom: -20px;}
.news .box ul li dl dd b{ font-size: 30px; }
.news .box ul li ol{ padding:40px 15px 20px;}
.news .box ul li ol h3{ font-size: 17px;  margin-bottom: 15px;}
.news .box ul li ol dt{ font-size: 14px; line-height:1.6;-webkit-line-clamp: 3; }

.newsview{ margin:30px 0 50px;}
.newsview .wrap{ position: relative;}
.newsview .boxcon{ padding-right: 0; margin-bottom: 30px;}
.newsview .boxcon .newsHead{  font-size: 14px; padding-bottom: 20px; margin-bottom: 20px;}
.newsview .boxcon .newsHead h1{ font-size: 20px; margin-bottom: 10px; }
.newsview .boxcon .box{ font-size: 14px; line-height: 1.7; min-height: 500px;}
.newsview .newspage{ width: 100%; position: relative; right: 0; top: 0;}
.newsview .newspage dl{ border: #e6e6e6 solid 4px; margin-bottom: 10px; padding: 20px;}
.newsview .newspage dl:hover{ border:#015db3 solid 4px; }
.newsview .newspage dl ol{font-size: 14px; margin-bottom: 10px;}
.newsview .newspage dl a{font-size: 15px; font-weight: normal; color: #000;}

.about{ overflow: hidden;}
.about .box{ width: 100%; padding: 20px 15px; float: none;}
.about .box .tit{ margin-bottom: 20px;}
.about .box .tit h2{ font-size: 26px;  margin-bottom: 10px;}
.about .box .tit h2 span{ font-size: 15px; margin-left: 15px;}
.about .box .tit h3{ font-size:16px;  padding-bottom:10px; position: relative;}
.about .box .tit h3::before{content: ""; width: 30px; height: 2px; }
.about .box .con{ font-size: 15px; line-height: 1.8;}
.about .pic{ width: 100%; float: none;}
.about .pic img{ width: 100%;}

.by_fzlc.aboutfz{background:url(../images/fzlcBg.jpg) no-repeat center top; padding:10px 10px 40px; }

.yuanjing{ padding-top: 30px;}
.yuanjing .tit{ text-align: center; margin-bottom: 30px;}
.yuanjing .tit h2{ font-size: 24px;  margin-bottom: 10px;}
.yuanjing .tit p{ font-size: 18px; }
.yuanjing .item{ overflow: hidden; position: relative;}
.yuanjing .item dl{ width: 100%;}
.yuanjing .item ul{ width: 100%; position: relative; left:0; top:0; transform: translate(0, 0);}
.yuanjing .item.on dl{ float: none;}
.yuanjing .item.on ul{ left: 0; text-align: left;}
.yuanjing .item.on ul ol{ padding: 15px;}
.yuanjing .item ul ol{ padding: 15px;}
.yuanjing .item ul ol h3{ font-size: 24px;  margin-bottom: 15px;}
.yuanjing .item ul ol h3 span{ color: #8d8d8d;}
.yuanjing .item ul ol dt{ line-height: 1.6; font-size: 15px;}

.products{ background: #f6f6f6; padding: 30px 15px; overflow: hidden;}
.products .proNav{ width: 100%; float: none; margin-bottom: 20px; }
.products .proNav dl{ background: #fff; color: #bfbfbf; font-size: 15px; font-weight: bold; margin: 0; padding:10px 20px; }
.products .proNav dl h3{ font-size: 20px; line-height: 1; font-weight: bold; margin: 0 0 5px; }
.products .proNav ul li{ margin-bottom:2px; }
.products .proNav ul li ol{ height: 40px; position: relative; }
.products .proNav ul li ol a{ color: #fff; font-size: 17px; background:url(../images/icon12.png) no-repeat 14px center; padding-left: 36px; line-height: 40px;}
.products .proNav ul li ol span{ width: 40px; height: 40px; background:url(../images/icon13.png) no-repeat right 10px center; position: absolute; right: 0; top: 0; cursor: pointer; }
.products .proNav ul li .subnav{display: none;}
.products .proNav ul li .subnav a{display:block ; font-size: 15px;  padding-left: 36px; line-height: 38px; margin-bottom: 2px;}
.products .rightBox{ padding-left: 0;}

.proHead{ background: #fff; padding: 15px; overflow: hidden; margin-bottom: 10px;}
.proHead .proPic{ width:100%; margin-right: 0; float: none;}
.proHead .proPic ul{ overflow: hidden; margin: 0 -5px; padding-top: 10px;}
.proHead .proPic ul li{ width: 25%; padding: 0 5px; float: left;}
.proHead .proPic ul li img{ cursor: pointer;}
.proHead .proPic ul li img.on{ border: steelblue solid 2px;}
.proHead .proHead_r{ padding-top: 25px; font-size: 15px;}
.proHead .proHead_r h1{ font-size: 22px; margin-bottom: 20px;}

.proviewBox{padding: 15px; line-height: 1.6; font-size: 15px;}
.proviewBox table{ border-top: 1px solid #666; border-left: 1px solid #666;}
.proviewBox table tr td{ border-bottom: 1px solid #666; border-right: 1px solid #666; padding: 5px; text-align: center;}

.equipment{ padding:40px 15px 10px; }
.equipment .box{ padding-bottom: 0px;}
.equipment .box ul{ margin: 0 -5px; }
.equipment .box ul li{ width: 50%; padding:0 5px; margin-bottom: 20px; float: left; }
.equipment .box ul li p{ font-size: 16px;  margin-top: 5px; }

.service{ background: #f6f6f6; padding: 40px 0 20px;}
.service ul li{ background: #fff; margin-bottom:10px; padding: 0 30px;}
.service ul li dl{ width: 60px; height: 120px; line-height: 120px;}
.service ul li ol{ font-size: 15px; position: absolute; left: 125px; top: 50%; transform: translate(0, -50%); padding-right: 20px;}

.job{ background:url(../images/jobBg.jpg) no-repeat center top; background-size: cover; padding-bottom: 50px;}
.job .tit{ text-align: center; padding: 50px 40px 30px;}
.job .box{ overflow: hidden;}
.job .item{ width: 100%; border-left: none; float: none; margin-left: 0;}
.job .item dl{  font-size: 20px; line-height:50px;}
.job .item .con{ font-size: 15px; background:rgba(255,255,255,0.93); padding: 20px;}
.job .item .con .conAuto{ height: auto; overflow-y:inherit;}
.job .item .conList{ height: auto; padding: 20px; background: #fff;}
.job .item .conList ul{height: auto; overflow-y:hidden;}
.job .item .conList ul li{ position: relative; line-height: 50px; border-top: 1px dashed #ccc; margin-top: -1px;}
.job .item .conList ul li a{ font-size: 15px; display: block;}
.job .item .conList ul li span{ position: absolute; top: 0; right: 0;}

.contactBanner{ height: 150px; border-bottom: #dcdcdc solid 3px; overflow: hidden;}
#map{ height:170px; }
#map img{max-height:inherit;max-width:inherit; }
.contact{ background: #f6f6f6; padding: 40px 0 40px;}
.contact .contactBox{ float: none; width: 100%; margin-bottom:40px;}
.contact .contactBox dl{ font-size:22px; margin-bottom: 15px;}
.contact .contactBox ul li{ margin-bottom: 15px; color: #666; font-size: 15px; }
.contact .contactBox ul li img{ margin-right: 15px;}
.contact .message{ float: none; width: 100%;}
.contact .message dl{  font-size: 22px; margin-bottom: 15px;}
.contact .message .messagebox{}
.contact .message .messagebox ul { overflow: hidden; margin: 0;}
.contact .message .messagebox ul li{ float: left; width: 100%; padding: 0;}
.contact .message .messagebox ul input{ width: 100%; height: 40px;  margin-bottom: 10px; text-indent: 10px; font-size: 15px; }
.contact .message .messagebox textarea{width: 100%; height: 100px;   padding: 10px; font-size: 15px; margin-bottom: 10px;}
.contact .message .messagebox button{ width: 120px; height: 40px; font-size: 16px; }

.footer{ background: #474747;}
.footer .fmain{ padding:30px 0;}
.footer .fcontact{ float: none; width: 100%;}
.footer .fcontact dl{ font-size: 18px;  margin-bottom: 15px; text-align: center;}
.footer .fcontact ul li{ margin-bottom: 15px;  font-size: 14px;}
.footer .fcontact ul li img{ margin-right: 15px;}
.footer .fnav{display: none; float: none;}
.footer .ewm{ float: none; text-align: center;}
.footer .ewm dl{ font-size: 18px;  margin-bottom:15px;}
.footer .ewm ul{ overflow: hidden;}
.footer .ewm ul li{ margin-right: 0; display: inline-block;}
.footer .ewm ul ol{ display: none;}
.footer .copyright{ line-height: 50px; font-size: 13px;}

/*===/分页=============================*/
.fenye { font-size: 15px; width: 100%; height: 50px; margin: 30px 0 10px;}
.fenye .prev, .fenye .next { padding: 7px 10px; margin-right: 3px;font-size: 17px; }
.fenye a {padding: 5px 10px;margin-right: 3px; font-size: 14px;}
.fenye a.current { padding: 5px 10px; margin-right: 3px;}

.search-dialog{ width: 90%;}
}
