@charset "utf-8";
/* CSS Document */
@import url('https://fonts.font.im/css?family=Oswald:300');

* {-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:Arial, sans-serif; padding-top: 80px;}
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{ outline:none; font-family: Arial, sans-serif; }
::-webkit-input-placeholder {color: #bdbdbd;}
::-moz-placeholder {color: #bdbdbd;}
:-ms-input-placeholder {color: #bdbdbd;}

input[type=number]{-moz-appearance:textfield;}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none;margin: 0;}

a { text-decoration: none; color:#666; transition: all 0.56s ease;}
a:hover{ color: #eb5903;}

.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;}
.w1526{ width: 1526px; margin: 0 auto;}

.header{ width: 100%; height: 80px; background: #fff; position: fixed; left: 0; top: 0; z-index: 99999; box-shadow: 0 0 5px rgba(0,0,0,0.2);}
.header .logo{ float: left; margin-top: 20px;}
.header .topRight{ float: right; }
.header .nav{ height: 28px; float: left; font-family:Arial, Helvetica, sans-serif; margin-top: 27px; margin-right:20px;}
.header .nav ul li.focus a{ color:#fff; background: #004f70;}
.header .nav ul li{float: left; margin-right:10px; position: relative; z-index: 999;}
.header .nav ul li a{ color: #333; line-height:28px; display: block; padding: 0 20px; font-size: 15px; font-weight: bold;}
.header .nav ul li a.tit{  padding: 0 30px 0 20px; background: url(../images/icon03.png) no-repeat right 13px center;} 
.header .nav ul li.focus a.tit{ color:#fff; background:#004f70 url(../images/icon04.png) no-repeat right 13px center;}
.header .nav ul li a:hover{ color: #fff; background: #004f70;}
.header .nav ul li:hover a.tit{color: #fff; background:#004f70 url(../images/icon04.png) no-repeat right 13px center;}
.header .nav ul li:hover .subnav{display: block; }
.header .nav ul li .subnav{ width: 260px; background: #004f70; padding: 10px 0; position: absolute; top: 28px;  display: none; transition: all 0.56s ease;}
.header .nav ul li .subnav dl{ position: relative;}
.header .nav ul li .subnav dl a{font-size: 15px; color: #fff; font-weight: 300; line-height: 34px; padding: 0 20px; display: block;}
.header .nav ul li .subnav dl a:hover{ color: #004f70; background: #fff;}

.header .nav ul li .subnav dl .subnav2{ position: absolute; top: -10px; left:260px; background: #003c55; padding: 10px 0;  width: 250px; display: none;}
.header .nav ul li .subnav dl .subnav2 a{ background: #003c55; color: #fff;}
.header .nav ul li .subnav dl .subnav2 a:hover{ background: #fff; color: #003c55;}
.header .nav ul li .subnav dl:hover a.tit2{ background: #fff; color: #004f70;}
.header .nav ul li .subnav dl:hover .subnav2{display: block;}

.header .tel{ float: left; font-size: 18px; color: #eb5903; font-weight: bold; margin-top: 28px; background:url(../images/icon02.png) no-repeat left center; padding-left: 30px; margin-right: 20px; padding-right: 20px; border-right: #ddd solid 1px; }
.header .searchBtn{ width: 18px; height: 18px; background:url(../images/icon01.png) no-repeat right center; float: left; margin-top: 30px; cursor: pointer; }

.menu-toggle{display: none;}

/*首页bannner*/
.banner .swiper-container{ height:650px; overflow:hidden; text-align:center;width: 100%;}
.banner .swiper-container .swiper-slide{height:650px; width:100%;}
.banner .swiper-container .swiper-slide a{height:650px; width:100%; display: block;}
.banner .pagination {position: absolute;z-index: 20;bottom: 30px;width: 100%;text-align: center;}
.banner .swiper-pagination-switch {display: inline-block; width:14px; height: 14px; border-radius: 20px; background: #fff; margin: 0 5px; cursor: pointer;}
.banner .swiper-active-switch {background:#eb5903; }

.nei_banner{ width: 100%; height: 330px; background-repeat:no-repeat; background-position: center; background-size: cover; }

.title{ margin-bottom: 28px; }
.title h2{font-family: 'Oswald', sans-serif; color: #000; font-size: 45px; font-weight: 300; line-height: 1;position: relative; padding-bottom: 26px;}
.title h2:after{ content:''; width: 60px; height: 3px; background: #eb5903; position: absolute; left: 0; bottom: 0; }

.iabout{ background:url(../images/aboutBg.jpg) no-repeat center; background-size: 100% 100%; padding: 110px 0 125px; }
.iabout .pic{ float: left; width: 45%; padding-right: 70px; }
.iabout .box{ float: right; width: 55%; }
.iabout .box .boxcon{ margin-bottom: 30px; }
.iabout .box .more{ width: 250px; height: 55px; line-height: 55px; background: #004f70; color: #fff; font-size:18px; font-weight: bold; text-align: center; display: block; }
.iabout .box .more:hover{ background: #002c3f; color: #fff; }

.ipro{ background: #f5f5f5; padding: 85px 0 75px; }
.ipro .title h2{text-align: center;}
.ipro .title h2:after{ left: 50%; margin-left: -30px; }
.ipro .box{ margin-bottom: 50px; }
.ipro .box ul{ margin: 0 -9px; }
.ipro .box ul li{ width: 20%; padding: 0 9px; float: left; }
.ipro .box ul li a{ background: #fff; display: block; box-shadow: 0 0 10px rgba(0,0,0,0.2) }
.ipro .box ul li dl{ overflow: hidden; position: relative; padding-bottom: 89.655%;}
.ipro .box ul li dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height: 100%; margin:auto;}
.ipro .box ul li ol{ height: 108px; padding: 20px; background:url(../images/icon05.png) no-repeat center bottom 40px; transition: all 0.56s ease;}
.ipro .box ul li ol h3{ color: #fff; font-weight: normal; transition: all 0.56s ease;}
.ipro .box ul li:hover ol{ color: #fff; background:#e77817 url(../images/icon05.png) no-repeat center bottom 40px;}
.ipro .box ul li:hover ol h3{ color: #fff; }
.ipro .box ul li ol h3{ text-align: center; color: #666 }
.ipro a.more{ width: 250px; height: 55px; line-height: 55px; color: #9d9d9d; font-weight: bold; text-align: center; border:#c9c9c9 solid 2px; display: block; margin: 0 auto;}
.ipro a.more:hover{background: #e77817; color: #fff;border:#e77817 solid 2px;}

.products{ padding: 70px 0; }
.products .pronav{ float: left; width: 270px; position: relative; z-index: 11; }
.products .pronav ul li{ line-height: 45px;}
.products .pronav ul li a{position: relative; display: block; color: #333; font-size: 18px}
.products .pronav ul li a.tit:after{content:"+"; font-size:20px; color: #333; position: absolute; right:0; font-weight: normal;}
.products .pronav ul li a:hover{color: #eb5903;}
.products .pronav ul li a.tit:hover:after{ color: #eb5903;}
.products .pronav ul li.focus a{ color: #000;}
.products .pronav ul li.focus a.tit:after{content:"-"; color: #333; font-size: 22px;}
.products .pronav ul li.focus .subnav{display: block;}
.products .pronav ul li .subnav{ background: #fff; display: none;}
.products .pronav ul li .subnav dl{ font-size: 14px; line-height: 28px;}
.products .pronav ul li .subnav dl a{ color: #999999; display: block;  font-weight: normal; font-size: 15px;}
.products .pronav ul li .subnav dl a:hover{ color: #eb5903;}
.products .pronav ul li .subnav dl.cur a{ color: #eb5903;}

.proBox{ padding-left: 300px; }
.proBox .subtit{ overflow: hidden; margin-bottom: 20px; }
.proBox .subtit h2{ color: #000; font-size: 24px; line-height: 1; float: left; }
.proBox .subtit dl{ float: right; }
.proBox .subtit dl a{color: #999999; }
.proBox .subtit dl a:hover{color: #eb5903; }

.proBox .prolist{}
.proBox .prolist ul{ margin: 0 -6px; overflow: hidden; }
.proBox .prolist ul li{ width: 33.33%; padding: 0 6px; float: left; }
.proBox .prolist ul li dl{padding-bottom:63.034%; position: relative; overflow: hidden;}
.proBox .prolist ul li dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height: 100%; margin:auto;}
.proBox .prolist ul li ol{ text-align: center; padding: 10px 10px 15px; height:45px;}

.proview{}
.proview .proviewTit{ margin-bottom: 15px; }
.proview .proviewTit h1{ font-size: 25px; color: #000; line-height: 1; }
.proview .box{ overflow: hidden; }
.proview .box dl{ float: left; border-right: #fff solid 35px; position: relative; margin-bottom: 10px;}
.proview .box .model{ font-size: 18px; color: #333; font-weight: bold; border-bottom: #dcdcdc solid 1px; padding-bottom:10px; margin-bottom: 10px;}
.proview .box .model b{ color: #0d3983;  margin-right: 5px; }
.proview .box .specification{ line-height: 1.8; min-height: 235px; padding-bottom: 10px;}
.proview .box .specification dd{ font-size: 18px; font-weight: bold; color: #0d3983; line-height: 1; margin-bottom: 10px; }
.proview .box .more{ width: 172px; height: 40px; line-height: 40px; text-align: center; background: #0d3983; color: #fff;  padding: 12px 50px;}


.about{ padding: 70px 0 120px; }
.about .boxcon{ font-size: 17px; line-height: 1.5; padding-right: 505px; }
.about .pic{ float: right; }

.catalogues{padding: 70px 0;}
.catalogues .box ul{ margin: 0 -15px; }
.catalogues .box ul li{ width: 50%; padding: 0 15px; margin-bottom: 30px; float: left; }
.catalogues .box ul li a{ background: #f3f3f3; display:block; overflow: hidden; box-shadow: 0 0 5px rgba(0,0,0,0.2); }
.catalogues .box ul li a:hover{ background: #eb5903; }
.catalogues .box ul li a:hover h3{ color: #fff; }
.catalogues .box ul li dl{ float: left; width: 50%; padding-bottom: 33.219%; position: relative; overflow: hidden;}
.catalogues .box ul li dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height: 100%; margin:auto;}
.catalogues .box ul li ol{ float:left; width:50%; padding-bottom: 33.219%; position: relative;}
.catalogues .box ul li ol dd{ position: absolute; left: 50%; top: 50%; transform:translate(-50%, -50%); text-align: center;white-space:nowrap;}
.catalogues .box ul li ol dd h3{ font-size: 19px; font-weight: normal; margin-bottom: 20px; }
.catalogues .box ul li ol dd p{ width: 180px; height: 40px; line-height:36px; color: #999; background: #fff; border:#e8e8e8 solid 2px; margin: 0 auto; }

.contact{ padding: 70px 0 30px; }
.contact .box{font-size: 18px; line-height:2;}

.message{padding: 45px 0 60px; position: relative;}
.message:after{ content: ""; width: 100%; height: 256px; background: #eaeaea; position:absolute; left: 0; bottom: 0; }
.message .box{box-shadow: 0 0 5px rgba(0,0,0,0.2); padding:40px 65px; background: #fff; position: relative; z-index: 11;}
.message dl{font-size: 16px;margin-bottom: 20px; }
.message ul{ overflow: hidden; margin:0 -10px 10px;}
.message ul li{ width: 50%; float: left; padding: 0 10px;}
.message ol{ margin-bottom: 10px;}
.message ul input{ width: 100%; height: 50px; line-height: 50px; border: #d3d3d3 solid 1px; font-size: 17px; padding-left: 20px;}
.message ol textarea{ width: 100%; height: 150px; border: #d3d3d3 solid 1px; font-size: 17px; padding: 20px;}
.message button{ width: 100%; height: 50px; background: #0d3983; border:none; font-size: 20px; color: #fff; cursor: pointer;}

.footer{ background: #0d3983; color: #fff; padding: 40px 0; }
.footer .fcontact{ width: 500px; float: left; }
.footer .fcontact dl{ color: #e77817; font-size: 35px; line-height: 1; font-family: 'Oswald', sans-serif; margin-bottom: 10px;}
.footer .fcontact ol{ line-height: 1.6; font-size: 15px; }
.footer .fbiaodan{ width: 490px; float: right; padding-top:50px; }
.footer .fbiaodan dl{ font-size: 15px; line-height: 1; }
.footer .fbiaodan ol{position: relative; margin: 10px 0 20px;}
.footer .fbiaodan ol input{ width: 100%; height: 50px; line-height: 50px; font-size: 18px; background: #fff; border:none; padding-left: 20px;}
.footer .fbiaodan ol button{ width:138px; height: 50px; background: #e77817; border:none; color: #fff; font-size: 18px; cursor: pointer; position: absolute; right: 0;}

/*===/分页=============================*/
.fenye{ padding: 50px 0 30px; font-size:16px;}
.off{  padding:10px 15px; background:#e2e2e2; color:#000; }
a.off:hover{ background:#ff7100; color:#fff; }
.fenkong{padding:0 10px;}
.fenkong a{ line-height:1;color:#000; padding:10px 15px; margin-right:10px;background:#e2e2e2;}
.fenkong a:hover{color:#fff;background:#ff7100; }
.fenkong a.fenyeon{ line-height:1; background:#ff7100; color:#FFF;}

/*搜索框*/
.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:1540px){
.w1526{ width: 100%; margin: 0 auto; padding: 0 20px;}
}

@media screen and (max-width:1240px){
.wrap{ width: 100%; margin: 0 auto; padding: 0 20px;}
.header .nav ul li{margin-right:3px; }
.header .nav ul li a{ padding: 0 15px; font-size: 14px; }

.header .tel{ font-size: 15px; line-height: 2; }
}

@media screen and (max-width:1100px){
.wrap{ width: 100%; margin: 0 auto; padding: 0 15px;}
.w1526{ width: 100%; margin: 0 auto; padding: 0 15px;}
.footer .fcontact{ width: 445px; }
}

@media screen and (max-width:1030px){
body{ padding-top: 60px;}
.header{ width: 100%; height: 60px; background: #fff; position: fixed; left: 0; top: 0; z-index: 99999; box-shadow: 0 0 5px rgba(0,0,0,0.2);}
.header .logo{ float: left; width: 120px; margin-top: 13px;}
.header .topRight{ float: none; position:fixed; top: 60px; left: 0; background: #fff; border-top: #eee solid 1px; width: 100%; height: calc(100vh - 60px); display: none;}
.header .nav{ width: 100%; height: auto; float: none; font-family:Arial, Helvetica, sans-serif; margin-top: 27px; margin-right:20px;}
.header .nav ul li.focus a{ color:#fff; background: #004f70;}
.header .nav ul li{float: none; margin-right:0; position: relative; z-index: 999;}
.header .nav ul li a{ color: #333; line-height:36px; display: block; padding: 0 15px; font-size: 15px; font-weight: bold;}
.header .nav ul li a.tit{  padding: 0 30px 0 15px; background: url(../images/icon03.png) no-repeat right 13px center;} 
.header .nav ul li.focus a.tit{ color:#fff; background:#004f70 url(../images/icon04.png) no-repeat right 13px center;}
.header .nav ul li a:hover{ color: #fff; background: #004f70;}
.header .nav ul li:hover a.tit{color: #fff; background:#004f70 url(../images/icon04.png) no-repeat right 13px center;}
.header .nav ul li:hover .subnav{display: block; }
.header .nav ul li .subnav{ width: 100%; background: #004f70; padding:0; position: relative; top: 0;  display: none; transition: all 0.56s ease;}
.header .nav ul li .subnav dl{ position: relative;}
.header .nav ul li .subnav dl a{font-size: 15px; color: #fff; font-weight: 300; line-height: 34px; padding: 0 15px; display: block;}
.header .nav ul li .subnav dl a:hover{ color: #004f70; background: #fff;}

.header .nav ul li .subnav dl .subnav2{ position: relative; top: 0; left:0; z-index: 99; background: #003c55; padding: 10px 0;  width: 100%; display: none;}
.header .nav ul li .subnav dl .subnav2 a{ background: #003c55; color: #fff; font-size: 14px;}
.header .nav ul li .subnav dl .subnav2 a:hover{ background: #fff; color: #003c55;}
.header .nav ul li .subnav dl:hover a.tit2{ background: #fff; color: #004f70;}
.header .nav ul li .subnav dl:hover .subnav2{display: block;}

.header .tel{ float:left; font-size: 18px; margin-top: 28px; background:url(../images/icon02.png) no-repeat left 15px center; padding-left: 45px; margin-right: 20px; padding-right: 20px; border-right: #ddd solid 1px; }
.header .searchBtn{ width: 18px; height: 18px;  float: left; margin-top: 36px; cursor: pointer; }

.header .menu-toggle{ width:60px; height:60px; position:absolute; right:0px; top:0px;  float:right; z-index:999999; 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{ z-index: 9999999;}
.header .menu-toggle.cur span{background-color:transparent;}
.header .menu-toggle.cur span:before{transform:rotate(45deg); top:0px; background: #333;}
.header .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px; background: #333;}

/*首页bannner*/
.banner .swiper-container{ height:250px; overflow:hidden; text-align:center;width: 100%;}
.banner .swiper-container .swiper-slide{height:250px; width:100%;}
.banner .swiper-container .swiper-slide a{height:250px; width:100%; display: block;}
.banner .pagination {position: absolute;z-index: 20;bottom: 10px;width: 100%;text-align: center;}
.banner .swiper-pagination-switch {display: inline-block; width:10px; height: 10px; border-radius: 20px; background: #fff; margin: 0 2px; cursor: pointer;}
.banner .swiper-active-switch {background:#eb5903; }

.nei_banner{ width: 100%; height: 130px;}

.title{ margin-bottom: 25px; }
.title h2{font-family: 'Oswald', sans-serif; color: #000; font-size: 30px; font-weight: 300; line-height: 1;position: relative; padding-bottom: 15px;}
.title h2:after{ content:''; width: 50px; height: 2px; background: #eb5903; position: absolute; left: 0; bottom: 0; }

.iabout{ background:url(../images/aboutBg.jpg) no-repeat center; background-size: 100% 100%; padding: 50px 0 120px; }
.iabout .wrap{ position: relative;}
.iabout .pic{ float: none; width: 100%; padding-right: 0; }
.iabout .box{ float: none; width: 100%; }
.iabout .box .boxcon{ margin-bottom: 20px; font-size: 14px; }
.iabout .box .more{ width: 250px; height: 40px; line-height: 40px; font-size:15px; position: absolute; bottom: -60px; left: 50%; margin-left: -125px; }


.ipro{ background: #f5f5f5; padding:50px 0 50px; }
.ipro .title h2{text-align: center;}
.ipro .title h2:after{ left: 50%; margin-left: -30px; }
.ipro .box{ margin-bottom: 25px; }
.ipro .box ul{ margin: 0 -5px; }
.ipro .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px; float: left; }
.ipro .box ul li a{ background: #fff; display: block; box-shadow: 0 0 10px rgba(0,0,0,0.2) }
.ipro .box ul li dl{ overflow: hidden; position: relative; padding-bottom: 89.655%;}
.ipro .box ul li dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height: 100%; margin:auto;}
.ipro .box ul li ol{ height: 108px; padding: 20px; background:url(../images/icon05.png) no-repeat center bottom 40px; transition: all 0.56s ease;}
.ipro .box ul li ol h3{ color: #fff; font-weight: normal; transition: all 0.56s ease;}
.ipro .box ul li:hover ol{ color: #fff; background:#e77817 url(../images/icon05.png) no-repeat center bottom 40px;}
.ipro .box ul li:hover ol h3{ color: #fff; }
.ipro .box ul li ol h3{ text-align: center; color: #666 }
.ipro a.more{ width: 220px; height: 45px; line-height: 45px; font-size: 15px;}

.products{ padding: 50px 0; }
.products .pronav{display: none; }

.proBox{ padding-left: 0; }
.proBox .subtit{ overflow: hidden; margin-bottom: 20px; }
.proBox .subtit h2{ color: #000; font-size: 24px; line-height: 1; float: left; }
.proBox .subtit dl{ float: right; font-size: 14px;}
.proBox .subtit dl a{color: #999999;}
.proBox .subtit dl a:hover{color: #eb5903; }

.proBox .prolist{}
.proBox .prolist ul{ margin: 0 -6px; overflow: hidden; }
.proBox .prolist ul li{ width: 50%; padding: 0 6px; float: left; }
.proBox .prolist ul li dl{padding-bottom:70.034%; position: relative; overflow: hidden;}
.proBox .prolist ul li dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height: 100%; margin:auto;}
.proBox .prolist ul li ol{ text-align: center; padding: 10px 10px 15px; font-size: 15px; }

.proview{}
.proview .proviewTit{ margin-bottom: 15px; }
.proview .proviewTit h1{ font-size: 22px; color: #000; line-height: 1; }
.proview .box{ overflow: hidden; }
.proview .box dl{ float: none; border-right:none; position: relative; margin-bottom: 20px;}
.proview .box dl img{ width: 100%; height:auto; }
.proview .box .model{ font-size: 17px; color: #333; font-weight: bold; border-bottom: #dcdcdc solid 1px; padding-bottom:10px; margin-bottom: 10px;}
.proview .box .model b{ color: #0d3983;  margin-right: 5px; }
.proview .box .specification{ line-height: 1.8; min-height:100px; padding-bottom: 10px;}
.proview .box .specification dd{ font-size: 17px; font-weight: bold; color: #0d3983; line-height: 1; margin-bottom: 10px; }
.proview .box .more{ width: 172px; height: 40px; line-height: 40px; text-align: center; background: #0d3983; color: #fff;  padding:0; display: block;}


.about{ padding: 50px 0; }
.about .boxcon{ font-size: 15px; line-height: 1.5; padding-right: 0; }
.about .pic{ float: none; margin-bottom: 15px; }
.about .pic img{ width: 100%; height:auto; }

.catalogues{padding: 50px 0;}
.catalogues .box ul{ margin: 0 ; }
.catalogues .box ul li{ width: 100%; padding: 0; margin-bottom: 10px; float: none; }
.catalogues .box ul li a{ background: #f3f3f3; display:block; overflow: hidden; box-shadow: 0 0 5px rgba(0,0,0,0.2); }
.catalogues .box ul li a:hover{ background: #eb5903; }
.catalogues .box ul li a:hover h3{ color: #fff; }
.catalogues .box ul li dl{ float: left; width: 50%; padding-bottom: 33.219%; position: relative; overflow: hidden;}
.catalogues .box ul li dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height: 100%; margin:auto;}
.catalogues .box ul li ol{ float:left; width:50%; padding-bottom: 33.219%; position: relative;}
.catalogues .box ul li ol dd{ position: absolute; left: 50%; top: 50%; transform:translate(-50%, -50%); text-align: center;white-space:nowrap;}
.catalogues .box ul li ol dd h3{ font-size: 14px; font-weight: normal; margin-bottom: 10px; }
.catalogues .box ul li ol dd p{ width: 150px; height: 30px; line-height:26px; color: #999; background: #fff; border:#e8e8e8 solid 2px; margin: 0 auto; }

.contact{ padding: 50px 0 20px; }
.contact .box{font-size: 15px; line-height:2;}

.message{padding: 20px 0 60px; position: relative;}
.message:after{ content: ""; width: 100%; height: 256px; background: #eaeaea; position:absolute; left: 0; bottom: 0; }
.message .box{box-shadow: 0 0 5px rgba(0,0,0,0.2); padding:30px 20px; background: #fff; position: relative; z-index: 11;}
.message dl{font-size: 14px;margin-bottom: 20px; }
.message ul{ overflow: hidden; margin:0;}
.message ul li{ width: 100%; float: left; padding: 0; margin-bottom: 10px;}
.message ol{ margin-bottom: 10px;}
.message ul input{ width: 100%; height: 40px; line-height: 40px; font-size: 15px; padding-left: 10px;}
.message ol textarea{ width: 100%; height: 150px;font-size: 15px; padding: 10px;}
.message button{ width: 100%; height: 50px; background: #0d3983; border:none; font-size:18px; color: #fff; cursor: pointer;}

.footer{ background: #0d3983; color: #fff; padding: 40px 0; }
.footer .fcontact{ width: 100%; float: none; }
.footer .fcontact dl{ font-size: 30px; margin-bottom: 10px;}
.footer .fcontact ol{ line-height: 1.6; font-size: 14px; }
.footer .fbiaodan{ width: 100%; float: none; padding-top:30px; }
.footer .fbiaodan dl{ font-size: 14px; line-height: 1; }
.footer .fbiaodan ol{position: relative; margin: 10px 0 20px;}
.footer .fbiaodan ol input{ width: 100%; height: 40px; line-height: 40px; font-size: 16px; background: #fff; border:none; padding-left: 20px;}
.footer .fbiaodan ol button{ width:138px; height: 40px; background: #e77817; border:none; color: #fff; font-size: 16px; cursor: pointer; position: absolute; right: 0;}

/*搜索框*/
.search-dialog{width: 90%;}
}