@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700&display=swap');

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}
body{ font-size: 14px; color: #666; background: #fff; font-family:Arial,sans-serif; font-weight: 300; overflow-x: hidden; padding-top: 75px;}

ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6{ list-style: none; padding: 0; margin: 0; }
input,textarea{ outline:none; font-family:Arial,sans-serif; }
::-webkit-input-placeholder {color: #bdbdbd;}
::-moz-placeholder {color: #bdbdbd;}
:-ms-input-placeholder {color: #bdbdbd;} 

a { text-decoration: none; color:#666;}
a:hover{ color: #0068b7;}

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

/*图片放大*/
.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: 1380px; margin: 0 auto;}

.header{ width: 100%; height: 75px; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.1); position: fixed; top: 0; left: 0; z-index: 99999;}
.header .logo{ position: absolute; left:60px; top:8px;}
.header .nav{ text-align: center; margin-top: 14px; margin-left: -120px;}
.header .nav ul li{display: inline-block; position: relative; transition: all .4s;-webkit-transition: all .4s;}
.header .nav ul li a{font-size: 17px; line-height: 40px; color: #000; position: relative; display: block; padding:0 30px;transition: all .4s;-webkit-transition: all .4s;}
.header .nav ul li a.tit,.header .nav ul li a.pro{ padding:0 35px 0 20px; }
.header .nav ul li a.tit:after,.header .nav ul li a.pro:after{ content:""; width: 10px; height: 6px; background: url(../images/icon06.png) no-repeat center; position: absolute; right:20px; top: 50%; margin-top: -3px;}
.header .nav ul li:hover{ background: #0168b7; }
.header .nav ul li:hover a.tit:after,.header .nav ul li:hover a.pro:after{background: url(../images/icon07.png) no-repeat center;}
.header .nav ul li:hover a{color: #fff;}
.header .nav ul li.focus a,.header .nav ul li.cur a{color: #fff;}
.header .nav ul li.focus,.header .nav ul li.cur{color: #fff;background: #0168b7;}
.header .nav ul li.focus a.tit:after,.header .nav ul li.cur a.pro:after{background: url(../images/icon07.png) no-repeat center;}
.header .nav ul li .subnav{ position: absolute; top:45px; left: 0; width: 100%; background:#0168b7; padding: 20px 0; display: none}
.header .nav ul li .subnav dl a{ font-size: 14px; color: #fff; line-height: 30px; padding: 0;}
.header .nav ul li .subnav dl a:hover{ background: #002847;}
.header .headRight{ position: absolute; right: 0;top: 0;}
.header .headRight a.lang{ width: 90px; height: 30px; line-height:26px; border: #bfbfbf solid 1px; border-radius: 6px; text-align: center; margin-top: 22px; margin-right: 40px; float: left;}
.header .headRight a.lang:hover{ border: #0068b7 solid 1px; }
.header .headRight .tel{ height: 75px; line-height: 75px; font-size: 30px; font-weight: 100; background: url(../images/icon01.png) no-repeat left center; padding-left:45px; margin-right: 36px; float: left;}
.header .headRight .search_btn{ width: 75px; height: 75px; background: #0068b7 url(../images/icon02.png) no-repeat center; float: left; cursor: pointer;}
.header .menu-toggle{display: none;}

.pro_subnav{ width: 100%; background: #fff; border-top: #dddddd solid 1px; padding: 50px; position: fixed; top: 75px; left: 0; z-index: 9999; box-shadow: 0 5px 3px rgba(0,0,0,0.1); display: none;}
.pro_subnav .box{ overflow: hidden; margin-left: -1px;}
.pro_subnav ul{ float: left; width: 12.28%; padding: 0 26px; border-left: #dddddd solid 1px; padding-bottom: 999px; margin-bottom: -999px;}
.pro_subnav ul:first-of-type{ border-left: none;}
.pro_subnav ul dl{ margin-bottom: 10px; overflow: hidden;}
.pro_subnav ul ol{padding: 5px 0; color: #000; font-weight: normal; font-size: 18px;}
.pro_subnav ul li{ line-height:22px;}
.pro_subnav ul li a{ font-size: 15px;}
.pro_subnav ul li a:hover{background:#0068b7;color: #fff;padding:0 0;}


/*首页bannner*/
.banner { width: 100%; position: fixed; top:75px;}
.banner .swiper-container{ height:600px; overflow:hidden; width: 100%;}
.banner .swiper-container .swiper-slide{height:600px; width:100%; background: #000; position:relative;}
.banner .swiper-container .swiper-slide video{opacity: 1;width:100%;height:auto;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.banner .pagination {position: absolute;z-index: 20;bottom:20px;width: 100%;text-align: center;}
.banner .swiper-pagination-switch {display: inline-block; width:13px; height: 13px; border-radius: 20px;background:#0068b7; margin: 0 5px; cursor: pointer;}
.banner .swiper-active-switch { background: #ce0018;}

.nei_banner{ background-repeat: no-repeat; background-position: center; background-size: cover;}
.nei_banner .wrap{ height: 380px; display: table}
.breadcrumb{color: #fff; text-align: right; line-height: 1; display: table-cell; vertical-align: bottom; padding-bottom: 24px;}
.breadcrumb a{color: #fff; transition: all .4s;-webkit-transition: all .4s;}
.breadcrumb a:hover{color: #0068b7;}

.nei_banner.newsView{ background: #e9e9e9;}
.nei_banner.newsView .wrap{ height: 150px;}
.nei_banner.newsView .breadcrumb{color: #666;}
.nei_banner.newsView .breadcrumb a{color: #666;}
.nei_banner.newsView .breadcrumb a:hover{color: #0068b7;}

/*首页产品*/
.ipro{ background: #e4e4e4; padding-top: 100px; margin-top: 600px;  position: relative; z-index: 22;}
.ipro .ititle{ text-align: center; margin-bottom: 80px;}
.ipro .ititle h2{ font-size: 35px; color: #000; line-height: 1; font-weight: normal; margin-bottom: 18px;}
.ipro .ititle p{ font-size: 18px; color: #666; line-height: 1; }
.ipro .ipronav{ position: relative; z-index:2;}
.ipro .ipronav ul{ margin: 0 -7px;}
.ipro .ipronav ul li{ width: 12.45%; float: left; padding: 0 7px;}
.ipro .ipronav ul li a{ background: #0068b7  repeat-x top;  height: 111px;  font-size: 18px; color: #fff; text-align: center; border-top: #003964 solid 3px; display: block; padding-top: 43px; position: relative; transition: all .4s;-webkit-transition: all .4s; border-radius:5px;}
.ipro .ipronav ul li a:hover{ background: #fff url(../images/icon18.png) repeat-x top; font-size: 20px;color: #0068b7;border-top: #0068b7 solid 3px; padding-top: 30px; margin-top: -15px;}
.ipro .ipronav ul li a::after{ content: ""; width: 100%; height: 100%; background:url(../images/icon03.png) no-repeat center bottom -20px; position: absolute; top: 0; left: 0;transition: all .4s;-webkit-transition: all .4s;}
.ipro .ipronav ul li a:hover:after{background:url(../images/icon03-1.png) no-repeat center bottom 22px;}
.ipro .box{ height: 556px; margin-top: -48px; position: relative; z-index: 1;background: url(../images/ipro.jpg) no-repeat center;}

/*首页案例*/
.icase{ background: #fff; padding: 30px 0; position: relative; z-index: 22;}
.icase .ititle{ overflow: hidden; margin-bottom: 17px;}
.icase .ititle h2{ font-size: 35px; color: #000; font-weight: normal; line-height: 1; float: left;}
.icase .ititle ul{float: right; font-size: 18px; color: #000;}
.icase .ititle ul li{float: left; background: #fff; line-height: 35px; padding: 0 15px; margin-right: 1px; cursor: pointer; transition: all .4s;-webkit-transition: all .4s;}
.icase .ititle ul li.cur{ background: #000000; color: #fff; border-radius: 10px;}
.icase .ititle ul a{ color: #da251c; line-height: 35px; padding-left: 15px;}
.icase .box{ background: #fff; display: none;}
.icase .box.cur{display: block;}
.icase .box ul{ overflow: hidden; margin: 0 -10px;}
.icase .box ul li{ width: 25%; margin-bottom: 38px;float: left; padding: 0 10px;}
.icase .box ul li a{display: block; position: relative; overflow: hidden;}
.icase .box ul li dl{ padding-bottom:65%; position: relative; overflow: hidden;}
.icase .box ul li dl img{ position: absolute; top: 0;bottom:0;left:0;right:0;width:100%; height: 100%; margin:auto;}
.icase .box ul li ol{ height: 68px; padding: 10px;transition: all .4s;-webkit-transition: all .4s;}
.icase .box ul li ol h3{color: #000;font-size: 18px; font-weight: normal; line-height: 1; margin-bottom: 5px;transition: all .4s;-webkit-transition: all .4s;}
.icase .box ul li ol p{color: #999999; line-height: 1;transition: all .4s;-webkit-transition: all .4s;}
.icase .box ul li a:hover ol{ background: #0068b7;}
.icase .box ul li a:hover ol h3{ color:#fff;}
.icase .box ul li a:hover ol p{ color:#fff;}

/*首页新闻*/
.inews{ background: #e4e4e4; padding: 60px 0 85px; position: relative; z-index: 22;}
.inews .ititle{ margin-bottom: 45px; text-align: center;}
.inews .ititle h2{ font-size: 35px; color: #000; line-height: 1; font-weight: normal;}
.inews .box{ margin-bottom: 50px;}
.inews .box .newsPic{width:50%;height: 450px; float: left; position: relative;}
.inews .box .newsPic dl.cur{ z-index: 3; opacity: 1;}
.inews .box .newsPic dl{ width: 100%; position: absolute; left: 0; top:0; z-index: 1; opacity: 0; transition: all .4s;-webkit-transition: all .4s;}
.inews .box .newsPic a{width:100%; height: 450px; display: block;}
.inews .box .newslist{width:50%; float: right; padding-left: 34px;}
.inews .box .newslist ul{ height: 140px; background: #fff url(../images/icon04.png) no-repeat right 30px center; margin-bottom: 15px; padding:30px 75px 30px 20px;transition: all .4s;-webkit-transition: all .4s;}
.inews .box .newslist ul dl{display: none;}
.inews .box .newslist ul dt{ font-size: 14px; color: #888; text-align: center; border-right: #d5dde6 solid 1px; padding-right: 26px; margin-right: 26px; float: left;}
.inews .box .newslist ul dt b{ font-size: 48px; color: #333; line-height: 1; margin-bottom: 10px; display: block;}
.inews .box .newslist ul ol h3{ font-size: 18px; font-weight: normal; color: #000; margin-bottom: 10px;}
.inews .box .newslist ul ol p{ font-size: 15px; color: #888888; line-height: 1.2;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2; overflow: hidden;}
.inews .box .newslist ul:hover{ background: #0068b7 url(../images/icon05.png) no-repeat right 30px center;}
.inews .box .newslist ul:hover dt{ color: #fff;}
.inews .box .newslist ul:hover dt b{ color: #fff;}
.inews .box .newslist ul:hover ol h3{ color: #fff;}
.inews .box .newslist ul:hover ol p{ color: #fff;}
.inews a.more{ width:136px; height: 45px; line-height: 45px; text-align: center; font-size: 18px; background: #fff; color: #000; display: block; margin: 0 auto;transition: all .4s;-webkit-transition: all .4s;}
.inews a.more:hover{ background: #0068b7; color: #fff;}

/*首页简介*/
.iabout{ background: #0068b7; color: #FFFFFF; padding: 60px 0; position: relative; z-index: 22;}
.iabout .wrap{ position: relative;}
.iabout .ititle{float: left;}
.iabout .ititle h2{ font-size: 35px; font-weight: normal;}
.iabout .ititle a.more{ width: 138px; height: 46px; line-height: 46px; font-size: 18px; text-align: center; color: #000; background: #fff; display: block; position: absolute; bottom: 0;transition: all .4s;-webkit-transition: all .4s;}
.iabout .ititle a.more:hover{ color: #fff; background: #3dabff; }
.iabout .box{ padding-left: 390px; font-size: 18px; font-weight: 100; line-height: 1.8;}

.title{ margin-bottom: 50px;}
.title h2{ font-size: 35px; color: #000; font-weight: normal; line-height: 1; padding-bottom: 20px; position: relative;}
.title h2:before{ content:""; width: 64px; height: 3px; background: #0168b7; position: absolute; left: 0; bottom: 0;}

.neiNav{ margin-bottom: 40px; margin-top: -86px; text-align: right;}
.neiNav li{ display: inline-block; background: #efefef; margin-left: 2px;}
.neiNav li a{ color: #000; display: inline-block; line-height: 36px; padding: 0 15px;}
.neiNav li:hover a,.neiNav li.focus a{background: #0068b7; color: #fff;}

.proCon{ position: relative;}
.proCon .pronav{ width: 100%; height: 56px;  background:rgba(0,0,0,0.7); position: fixed; left: 0; top: 75px; z-index: 11;}
.proCon .pronav .breadcrumb{ line-height: 56px; float: left;}
.proCon .pronav .neiNav{ text-align: right; margin-top: 10px; float: right;}
.proCon .pronav .neiNav li{ display: inline-block; background:none;  margin-left: 2px;}
.proCon .pronav .neiNav li a{ color: #fff; display: inline-block; line-height: 36px; padding: 0 15px;}

.proCon .proInfoImg{ min-height: 768px; background-position: center; background-repeat: no-repeat; background-size: cover;}
.proCon .proInfoImg .wrap{height: 768px; display: table;}
.proCon .proInfoImg .proImg{ width: 50%; display: table-cell; vertical-align: middle; padding:50px;text-align:center;}
.proCon .proInfoImg .proInfo{width: 50%; display: table-cell; vertical-align: middle; padding-left: 60px; color: #fff; line-height: 1.8; padding-top:80px;padding-bottom:80px;}
.proCon .proInfoImg .proInfo h1{ font-size: 33px; font-weight: 300; line-height: 1.2; position: relative; padding-bottom: 26px; margin-bottom: 30px;}
.proCon .proInfoImg .proInfo h1::after{ content: ""; width:66px; height: 2px; background: #fff; position: absolute; left: 0; bottom: 0;}
.proCon .proInfoImg .proInfo li{background: url(../images/icon14.png) no-repeat left top 10px; padding-left: 32px;}
.proCon .proVideo{ background:url(../images/proVideoBg.jpg) no-repeat left bottom; padding: 55px 0 100px;}
.proCon .proVideo h3{ font-size: 33px; font-weight: 400; text-align: center; line-height: 1; color: #000; margin-bottom: 38px;}
.proCon .proVideo .proVideoBox{ height: 670px; position: relative; cursor: pointer;}
.proCon .proVideo .proVideoBox:after{content:""; width: 100%; height: 100%; background:rgba(0,0,0,0.6); position: absolute;top:0; left: 0;}
.proCon .proVideo .proVideoBox:before{content:""; width: 100%; height: 100%; background:url(../images/icon15.png) no-repeat center; position: absolute;top:0; left: 0; z-index: 11;}
.proCon .proVideo .proVideoCon{height: 670px; overflow: hidden;display: none;}
.proCon .proVideo .proVideoCon video{width: 100%; height: 670px; background: #000; margin: 0; padding: 0;}
.proCon .relevantPro{ padding: 60px 0 90px}
.proCon .relevantPro .protit{ font-size: 30px; line-height: 1; color: #000; font-weight: 400; margin-bottom: 30px;}
.proCon .relevantPro .box{ margin:0 -24px; position: relative;}
.proCon .relevantPro .box .arrow-left,.proCon .relevantPro .box .arrow-right{ width: 31px; height: 35px; position: absolute; top: 50%; margin-top: -30px;}
.proCon .relevantPro .box .arrow-left{ left: -40px; background: url(../images/arrow-left.png) no-repeat center;}
.proCon .relevantPro .box .arrow-right{ right: -40px; background: url(../images/arrow-right.png) no-repeat center;}
.proCon .relevantPro .swiper-slide{ padding: 0 24px; box-sizing: border-box;}
.proCon .relevantPro .swiper-slide .con{}
.proCon .relevantPro .swiper-slide .con dl{ background: #f2f2f2; padding-bottom: 64%; overflow: hidden; position: relative;}
.proCon .relevantPro .swiper-slide .con dl img{ position: absolute; top: 0;bottom:0;left:0;right:0; margin:auto; padding: 45px;}
.proCon .relevantPro .swiper-slide .con p{ text-align: center; font-size: 18px; margin-top: 10px;}
.proCon .relevantPro .conBox{margin:0 -24px; position: relative;}
.proCon .relevantPro .conBox ul{ overflow: hidden;}
.proCon .relevantPro .conBox ul li{ width: 33.33%; float: left; padding: 0 24px; margin-bottom:15px;}
.proCon .relevantPro .conBox .con dl{ background: #f2f2f2; padding-bottom: 64%; overflow: hidden; position: relative;}
.proCon .relevantPro .conBox .con dl img{ position: absolute; top: 0;bottom:0;left:0;right:0; margin:auto; padding: 45px;}
.proCon .relevantPro .conBox .con p{ text-align: center; font-size: 18px; margin-top: 10px;}

.proCon .features{ padding-top: 55px;}
.proCon .features .featuresTit{ font-size: 30px;color: #0168b7; font-weight: 500; line-height: 1; text-align: center; margin-bottom: 45px;}
.proCon .features ul{background-repeat: no-repeat; background-size: cover; background-position: center; min-height:584px;}
.proCon .features ul ol{ position: absolute; top:50%; left: 50%; transform: translate(-50%,-50%); width: 100%;}
.proCon .features ul .featuresTxt{ float: left; width:43%; height: 584px; color: #333; position: relative;}
.proCon .features ul .featuresTxt ol{ padding: 0 80px;}
.proCon .features ul .featuresTxt h3{ font-size: 37px; text-align: center; font-weight:400; line-height: 1; position: relative; margin-bottom: 20px; padding-bottom: 0px;}
.proCon .features ul .featuresTxt h3:after{content:""; width:56px; height: 0px; background: #333; position: absolute; left:50%; bottom: 0; margin-left: -28px;}
.proCon .features ul .featuresTxt dl{ font-size: 20px; text-align: center; }
.proCon .features ul.white .featuresTxt{ color: #fff;}
.proCon .features ul.white .featuresTxt h3:after{ background: #fff;}
.proCon .features ul .featuresImg{ float: right; width:56.5%; height: 584px; position: relative;}
.proCon .features ul .featuresImg ol{ padding: 50px 0;}
.proCon .features ul.cur .featuresTxt{ float: right;}
.proCon .features ul.cur .featuresImg{ float: left;}

.proCon .features ul.left_right .featuresTxt{ float: left; }
.proCon .features ul.left_right .featuresImg{ float: right; }

.proCon .features ul.right_left .featuresTxt{ float: right; }
.proCon .features ul.right_left .featuresImg{ float: left; }

.proCon .features ul.up_down .featuresTxt{ float: none; width: 100%; height: auto; }
.proCon .features ul.up_down .featuresTxt ol{ padding: 80px 0 0; position: relative; top:0; left:0; transform: translate(0,0);}
.proCon .features ul.up_down .featuresImg{ float: none; width: 100%; height: auto; text-align: center; }
.proCon .features ul.up_down .featuresImg ol{ padding: 50px 0 80px; position: relative; top:0; left:0; transform: translate(0,0);}

.proCon .features ul.down_up .featuresTxt{ float: none; width: 100%; height: auto; }
.proCon .features ul.down_up .featuresTxt ol{ padding: 0 0 80px; position: relative; top:0; left:0; transform: translate(0,0);}
.proCon .features ul.down_up .featuresImg{ float: none; width: 100%; height: auto; text-align: center; }
.proCon .features ul.down_up .featuresImg ol{ padding: 80px 0 50px; position: relative; top:0; left:0; transform: translate(0,0);}

.proCon .parameter{ background: #e5e5e5; padding: 128px 0 86px;}
.proCon .parameter .box{ background: #fff; padding: 50px 50px 70px;}
.proCon .parameter .box .parameterTit{ text-align: center; font-size: 20px; font-weight: 500; color: #000; margin-bottom: 30px;}

.proCon .prodown{background: #e5e5e5; padding: 128px 0 86px; min-height: 870px;}
.proCon .prodown .table {display: table; width: 100%; border-collapse: collapse; }
.proCon .prodown .table-tr {display: table-row;  background: #fff; border-bottom: #e5e5e5 solid 10px;}
.proCon .prodown .table-td { display: table-cell; vertical-align: middle;padding: 0 25px; color: #000;}
.proCon .prodown .table-td a{ line-height: 60px; display: block; color: #000;}
.proCon .prodown .table-tr:hover .table-td{ color: #0168b7;}
.proCon .prodown .table-tr:hover .table-td a{ color: #0168b7;}
.proCon .prodown .downBtn{ text-align: center;}
.proCon .prodown .downBtn i{ width: 27px; height: 23px; display: inline-block; vertical-align: middle; background:url(../images/icon12.png) no-repeat center; margin-top: -5px;}
.proCon .prodown .table-tr:hover .table-td i{ background:url(../images/icon13.png) no-repeat center;}

.proCon .procase{padding: 128px 0 60px;}
.proCon .procase .procaseTit{ font-size: 20px; color: #000; line-height: 1; font-weight: 500; margin-bottom: 46px;}
.proCon .procase .box ul{ overflow: hidden; margin: 0 -32px;}
.proCon .procase .box ul li{ width:50%; margin-bottom: 20px;float: left; padding: 0 32px;}
.proCon .procase .box ul li a{display: block; position: relative; overflow: hidden;}
.proCon .procase .box ul li dl{ padding-bottom:65%; position: relative; overflow: hidden;}
.proCon .procase .box ul li dl img{ position: absolute; top: 0;bottom:0;left:0;right:0;width:100%; height: 100%; margin:auto;}
.proCon .procase .box ul li ol{ overflow: hidden;}
.proCon .procase .box ul li ol h3{ float: left; color: #000;font-size: 18px; font-weight: normal;line-height: 60px;}
.proCon .procase .box ul li ol p{ float: right; color: #999999; line-height: 60px;}

.case{padding: 70px 0 60px;}
.case .box ul{ overflow: hidden; margin: 0 -10px;}
.case .box ul li{ width: 25%; margin-bottom: 38px;float: left; padding: 0 10px;}
.case .box ul li a{display: block; position: relative; overflow: hidden;}
.case .box ul li dl{ padding-bottom:65%; position: relative; overflow: hidden;}
.case .box ul li dl img{ position: absolute; top: 0;bottom:0;left:0;right:0;width:100%; height: 100%; margin:auto;}
.case .box ul li ol{ height: 68px; padding: 10px;transition: all .4s;-webkit-transition: all .4s;}
.case .box ul li ol h3{color: #000;font-size: 18px; font-weight: normal; line-height: 1; margin-bottom: 5px;transition: all .4s;-webkit-transition: all .4s;}
.case .box ul li ol p{color: #999999; line-height: 1;transition: all .4s;-webkit-transition: all .4s;}
.case .box ul li a:hover ol{ background: #0068b7;}
.case .box ul li a:hover ol h3{ color:#fff;}
.case .box ul li a:hover ol p{ color:#fff;}

.down{padding: 70px 0 60px;}
.down .table {display: table; width: 100%; border-collapse: collapse; border-top: 1px solid #dddddd; margin-bottom: 35px;}
.down .table-tr {display: table-row; line-height: 66px; border-bottom: 1px solid #dddddd;}
.down .table-td {display: table-cell; vertical-align: middle;padding: 0 25px;}
.down .table-td a{ line-height: 66px; display: block;}
.down .table-tr:hover{ background:#f3f3f3;}
.down .table-tr:hover .table-td{ color: #0168b7;}
.down .table-tr:hover .table-td a{ color: #0168b7;}
.down .downTit{ background:url(../images/icon11.png) no-repeat left center;}
.down .table-tr:hover .downTit{ background:none;}
.down .downBtn{ text-align: center;}
.down .downBtn i{ width: 27px; height: 23px; display: inline-block; vertical-align: middle; background:url(../images/icon12.png) no-repeat center;}
.down .table-tr:hover .table-td i{ background:url(../images/icon13.png) no-repeat center;}

.yuyue{padding: 70px 0 90px;}
.yuyue .box dl{font-size: 22px; color: #0168b7; font-weight: normal; margin-bottom: 20px;}
.yuyue .box ul{ overflow: hidden; margin:0 -18px;}
.yuyue .box ul li{ width: 50%; float: left; padding: 0 18px; margin-bottom: 28px;}
.yuyue .box ol{ margin-bottom: 28px;}
.yuyue .box input{ width: 100%; height: 66px; line-height: 62px; border:solid 2px #dfdfdf; font-size: 18px; padding-left: 20px;}
.yuyue .box select{ width: 100%; height: 66px; line-height: 62px; border:solid 2px #dfdfdf; font-size: 18px; padding-left: 20px;}
.yuyue .box textarea{ width: 100%; height: 180px; border:solid 2px #dfdfdf; font-size: 18px; padding: 20px;}
.yuyue .box .yzm{ width: 340px; float: left; margin-right: 10px;}
.yuyue .box img{ width:320px; height: 66px;}
.yuyue .box button{ width: 340px; height: 66px; background: #0168b7; border: none; color: #fff; font-size: 20px; cursor: pointer;}


.news{ padding: 70px 0 60px;}
.news .box ul{ margin: 0 -18px; overflow: hidden;}
.news .box ul li{ width: 25%; padding:0 18px; margin-bottom: 50px; float: left;}
.news .box ul li a{display: block;}
.news .box ul li dl{ padding-bottom:62.9%; position: relative; overflow: hidden; margin-bottom: 14px;}
.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 span{ position: absolute; left: 0; bottom: 0; background: #0168b7; color: #fff; font-size: 14px; height: 24px; line-height:24px; padding: 0 20px;}
.news .box ul li ol{ height: 120px;}
.news .box ul li ol h3{ font-size: 14px; font-weight: 400; color: #000; line-height: 1; padding-bottom: 18px; margin-bottom: 12px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; position: relative}
.news .box ul li ol h3:before{ content: ""; width: 30px; height: 1px; background: #000; position: absolute; left: 0; bottom: 0;}
.news .box ul li ol dt{ color: #999; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}

.news_view{padding: 50px 0 90px;}
.news_view .newsHead{ margin-bottom: 20px;}
.news_view .newsHead h1{ font-size: 25px; color: #0168b7; font-weight: 400; position: relative; padding-bottom: 18px; margin-bottom: 20px;}
.news_view .newsHead h1::before{ content: ""; width:64px; height: 3px; background: #0168b7; position: absolute; left: 0; bottom: 0; }
.news_view .newsHead span{ font-size: 18px; color: #0168b7; line-height: 1;}
.news_view .newspage{ margin-top: 60px; font-size: 18px;  color: #0168b7; line-height: 56px; border-top: 1px solid #dddddd;}
.news_view .newspage ul li{ border-bottom: 1px solid #dddddd;}
.news_view .newspage a{}

.text{font-size: 18px; line-height: 1.7;}
.text table{border-top: #dddddd solid 1px;border-left: #dddddd solid 1px;float: none;}
.text table tr td{border-bottom: #dddddd solid 1px;border-right: #dddddd solid 1px; padding: 10px; font-size: 14px; color: #000;}
.text table tr td:first-child{ background: #f0f0f0;}
.text table tr td b,.text table tr td strong{ font-weight: 500;}
.text table tr:hover td{ background: #ccc;}

.text_case{font-size: 18px; line-height: 1.7;}
.text_case dl{text-align:center; margin:0 0 30px 0;}

.about{ padding: 70px 0 85px; color: #000; font-weight: 100;}
.about .jjGp{ margin-top: 30px;}
.about .jjGp a{display: inline-block; height: 52px; line-height: 52px; color: #fff; padding: 0 14px; margin-right: 10px;transition: all .4s;-webkit-transition: all .4s;}
.about .jjGp a.blue{ background: #0168b7;}
.about .jjGp a.blue:hover{ background: #004d88;}
.about .jjGp a.red{ background: #da251c;}
.about .jjGp a.red:hover{ background: #b40900;}

.aboutContact{ background: #ececec; padding: 80px 0 110px;}
.aboutContact .box{ overflow: hidden;}
.aboutContact .box .ewm{ float: left; text-align: center; color: #000; margin-right: 60px;}





/*  */

.content{ padding: 50px 0 70px;}

.rightBox{ padding-left: 430px;}



/* 左侧分类 */

.pronav{  width: 300px; float: left; position: relative; z-index: 11;}

.pronav dl{  color: #000; font-size: 18px; line-height: 50px; font-weight: 700; margin-bottom: 3px;border-bottom: #d9d9d9 solid 1px;}

.pronav ul li{ line-height: 44px; border-bottom: #d9d9d9 solid 1px;}

.pronav ul li a{ position: relative; display: block; }

.pronav ul li a.tit:after{content:"+"; font-size:32px; color: #666666; position: absolute; right:10px; }

.pronav ul li a:hover{color: #ff8450;}

.pronav ul li a.tit:hover:after{ color: #ff8450;}

.pronav ul li.focus a{ color: #ff8450;}

.pronav ul li.focus a.tit:after{content:"-"; color: #ff8450;}

.pronav ul li.focus .subnav{display: block;}

.pronav ul li .subnav{ background: #fff; display: none; padding-bottom: 10px;}

.pronav ul li .subnav ol{ font-size: 14px; line-height: 36px; border-bottom: #e7e7e7 solid 1px;}

.pronav ul li .subnav ol:last-child{ border: none;}

.pronav ul li .subnav ol strong{ color: #949494; margin-right: 10px;}

.pronav ul li .subnav ol a{ color: #666; display: block; background: none;}

.pronav ul li .subnav ol a:hover{ color: #ff8450;}

.pronav ul li .subnav ol.cur a{ color: #ff8450;}



/* 产品 */

.products { border-bottom: #c9c9c9 solid 0px; position: relative;}
.products .subtit{ font-size: 17px; color:#333; margin-top:-30px; margin-bottom: 40px;}
.products .proVideo{ height:510px; margin-bottom:40px; overflow:hidden;}
.products .proVideo iframe{ width:100%; height:560px;}
.products ul{ margin: 0 -10px; overflow:hidden;}
.products ul li{ width: 33.33%; padding: 0 10px; margin-bottom:20px; float: left; }
.products ul li a{display:block; border: #e1e1e1 solid 1px; padding:20px;}
.products ul li dl{ padding-bottom: 80%; position: relative; overflow: hidden; cursor: pointer; margin-bottom:10px;}
.products ul li dl img{ position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;}
.products ul li ol{ padding-top: 10px; text-align:center;}
.products ul li ol h3{ height:18px; font-size: 17px; color: #333; line-height: 1; margin-bottom: 10px; font-weight:normal;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.products ul li ol dt{ height:105px; font-size: 14px; color: #999;line-height: 1.5;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden;margin-bottom:10px;}
.products ul li ol i{ font-style: normal; color:#0068b7; font-size: 15px; }


.qualification{ padding: 70px 0 85px;}
.qualification .box ul{ margin: 0 -12px 0 -8px;}
.qualification .box ul li{ width: 20%; float: left; padding: 0 8px; margin-bottom: 48px;}
.qualification .box ul li:first-child{ width: 40%;}
.qualification .box ul li:first-child .con dl{ padding-bottom:69.629%;}
.qualification .box ul li .con{ position: relative; border: #ececec solid 2px; cursor: pointer;}
.qualification .box ul li .con dl{ padding-bottom:144.615%; position: relative; overflow: hidden;}
.qualification .box ul li .con dl img{ position: absolute; top: 0;bottom:0;left:0;right:0;width:100%; height: 100%; margin:auto;}
.qualification .box ul li .con ol{ position: absolute; top: 0;bottom:0;left:0;right:0;width:100%; height: 100%; margin:auto; background:rgba(1,104,183,0.85); opacity: 0;transition: all .4s;-webkit-transition: all .4s;}
.qualification .box ul li .con ol dt{width: 80%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); text-align: center;}
.qualification .box ul li .con ol dt h3{color: #fff; font-size: 18px; font-weight: 100; margin-bottom: 20px;}
.qualification .box ul li .con:hover ol{ opacity: 1;}

.job{ padding: 70px 0 95px;}
.job .mailto{ font-size: 18px; color: #000;}
.job .mailto a{ color: #ff0000; font-weight: 500; }
.job .mailto a::after{ content:""; width: 0; height: 1px; background: #ff0000; position: absolute; left: 0; bottom: 0; transition: all .4s;-webkit-transition: all .4s;}
.job .mailto a:hover:after{ width: 100%; }
.job .box ul{ margin: 0 -20px;}
.job .box ul li.cur{ position: relative; z-index: 111;}
.job .box ul li.cur .con .boxcon{ height: auto; position: absolute; z-index: 99; box-shadow: 0 5px 10px rgba(0,0,0,0.4);}
.job .box ul li.cur .con .boxcon .drop-down{ background:#ececec url(../images/icon10.png) no-repeat center; }
.job .box ul li{ width: 50%; height: 390px; float: left; padding: 0 20px; margin-top: 50px; }
.job .box ul li .con{ width: 100%;  color: #333; line-height:1.8;position: relative;}
.job .box ul li .con h3{ font-size: 20px; font-weight: 500; line-height: 56px; color: #fff; background: #0168b7; padding: 0 36px; }
.job .box ul li .con .boxcon{width: 100%; height: 390px;  background: #ececec;  padding-bottom: 50px; overflow: hidden; position: relative; top: 0; left: 0; z-index: 11;transition: all .4s;-webkit-transition: all .4s;}
.job .box ul li .con .boxcon dl{ margin-top: 30px; padding: 0 36px;}
.job .box ul li .con .boxcon dl dt{ color: #0168b7; font-weight: 500;}
.job .box ul li .con .boxcon .drop-down{ width: 100%;  background:#ececec url(../images/icon09.png) no-repeat center; height:50px; position: absolute; bottom: 0; left: 0; cursor: pointer; transition: all .4s;-webkit-transition: all .4s;}

.contact{ padding: 70px 0 60px;}
.contact .contactMap{ background: #0168b7; overflow: hidden;}
.contact .contactMap .map{ width: 50%; height: 470px; font-size: 14px; float: left;}
.contact .contactMap .map img{max-height:inherit;max-width:inherit; }
.contact .contactMap .contactBox{ width: 50%; background: #0168b7; padding: 50px 60px; color: #fff; float: left;}
.contact .contactMap .contactBox b{ font-weight: 500;}
.contact .contactBsc{ padding-top: 50px;}
.contact .contactBsc .contactTit{ font-size: 23px; color: #0168b7; line-height: 1; font-weight: 500; margin-bottom: 20px;}
.contact .contactBsc ul{ margin: 0 -12px; overflow: hidden;}
.contact .contactBsc ul li{ width: 25%; padding:0 12px; margin-bottom: 20px; float: left;}
.contact .contactBsc ul li .con{ border: #ececec solid 3px; padding: 28px;}
.contact .contactBsc ul li .con dl{color: #0168b7;}

/*footer*/
.footer{ position: relative; z-index: 22;}
.footer .fmain{ background: #343b41; padding: 32px 0; overflow: hidden;}
.footer .fmain .fcontact{float: left;width:25%;}
.footer .fmain .fnav{float: right;}
.footer .fmain .fnav ul{ margin-left: 90px; float: left;}
.footer .fmain ul{ margin-bottom: 20px;}
.footer .fmain ul dl{color: #fff; font-size: 18px; margin-bottom: 20px;}
.footer .fmain ul dl a{ color: #fff;}
.footer .fmain ul dl a:hover{ color: #fff; text-decoration: underline;}
.footer .fmain ul li{color: #777d83; line-height: 1.7;}
.footer .fmain ul li a{color: #777d83;transition: all .4s;-webkit-transition: all .4s;}
.footer .fmain ul li a:hover{color: #fff; }
.footer .copyright{ color: #87b8dd; background: #0068b7; line-height: 60px;}
.footer .copyright a{color: #87b8dd;transition: all .4s;-webkit-transition: all .4s;}
.footer .copyright a:hover{ text-decoration: underline;}
.footer .copyright dl{ float: left;}
.footer .copyright ol{ float: right;}

/*===/分页=============================*/
.fengye{ padding: 30px 0; text-align: center; font-size:18px;}
.off{  padding:8px 17px; background:#e7e7e7; color:#000; margin:0 8px;}
a.off:hover{ background:#0168b7; color:#fff; }
.fengye a{ line-height:1;color:#000; padding:8px 17px; margin-right:8px;background:#e7e7e7;}
.fengye a:hover{color:#fff;background:#0168b7; }
.fengye a.fenyeon{ line-height:1; background:#0168b7; 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:1680px){
.header .nav ul li a.tit{ padding: 0 35px 0 20px;}
.header .headRight .tel{ font-size: 25px;margin-right:20px;}

.header .headRight a.lang{margin-right: 20px;}
}
@media screen and (max-width:1570px){
.header .headRight a.lang{ width: 70px; height: 26px; line-height: 24px; font-size:15px; margin-top: 24px; margin-right:26px;}
.header .headRight .tel{ font-size: 25px; margin-right: 15px; }
.header .headRight a.lang{margin-right: 15px;}
.header .nav ul li a{ font-size: 14px;}
.header .nav ul li a.tit{ padding: 0 35px 0 20px;}
}
@media screen and (max-width:1440px){
.wrap{ width: 100%;padding: 0 20px;}
.header .logo{ left: 20px;}

.header .nav ul li a.tit{ padding: 0 26px 0 12px;}
.header .nav ul li a.tit:after, .header .nav ul li a.pro:after{right: 11px;}
.header .nav ul li a.tit, .header .nav ul li a.pro{padding: 0 26px 0 12px;}

.title{ margin-bottom: 30px;}
.title h2{ font-size: 30px; padding-bottom: 20px; }
.title h2:before{ content:""; width: 50px; height: 2px;}

.neiNav{ margin-bottom: 40px; margin-top: -65px;}

.text{font-size: 14px;}

.qualification .box ul li:first-child .con dl{ padding-bottom:69.2%;}
}
@media screen and (max-width:1320px){
    
.header .nav{margin-left:60px;}
.header .headRight .tel{ display: none;}

.nei_banner .wrap{ height: 300px;}

.qualification .box ul li:first-child .con dl{ padding-bottom:69%;}

.pronav{ width:250px;}
.rightBox{ padding-left:350px;}

.footer .fmain .fnav ul{ margin-left: 60px;}
} 
@media screen and (max-width:1200px){

.header .logo{ width: 150px; top: 18px;}
.header .nav{margin-left:40px;}
.header .headRight .tel{ font-size: 20px;}

.iabout .box{ padding-left: 210px; font-size: 14px;}

.qualification .box ul li:first-child .con dl{ padding-bottom:68.3%;}

.footer .fmain .fnav ul{margin-left: 40px;}
.footer .fmain ul dl{ font-size: 14px;}
.footer .fmain ul li{font-size: 14px;}
.footer .copyright{ font-size: 14px;}
}
@media screen and (max-width:1020px){
body{ padding-top: 60px;}
.wrap{ width: 100%;padding: 0 15px;}

.header{ height: 60px; z-index: 9999;}
.header .logo{ top: 9px; left: 15px;}

.header .nav{ position: fixed; width: 140px; height: 100%; top: 0; left:-150px; margin-left: 0; margin-top: 0; z-index: 99999;}
.header .nav ul{ height: 100%; background: #fff; position: relative; z-index: 11;}
.header .nav ul li{display:block; position: relative; text-align: left;}
.header .nav ul li a{font-size: 17px; line-height: 50px; color: #000; position: relative; display: block; padding:0 20px;transition: all .4s;-webkit-transition: all .4s;}
.header .nav ul li a.tit,.header .nav ul li a.pro{ padding:0 40px 0 20px; }
.header .nav ul li a.tit:after,.header .nav ul li a.pro:after{ content:""; width:6px; height: 10px; background: url(../images/icon16.png) no-repeat center; position: absolute; right:20px; top: 50%; margin-top: -5px;}
.header .nav ul li:hover{ background: #0168b7; }
.header .nav ul li:hover a.tit:after,.header .nav ul li:hover a.pro:after{background: url(../images/icon17.png) no-repeat center;}
.header .nav ul li:hover a{color: #fff;}
.header .nav ul li.focus a,.header .nav ul li.cur a{color: #fff;}
.header .nav ul li.focus,.header .nav ul li.cur{color: #fff;background: #0168b7;}
.header .nav ul li.focus a.tit:after,.header .nav ul li.cur a.tit:after{background: url(../images/icon17.png) no-repeat center;}
.header .nav ul li .subnav{ height: 100vh; position: fixed; top:0; left: -210px; width: 200px; background:#0168b7; padding: 0 20px; display: block}
.header .nav ul li .subnav dl a{ font-size: 14px; color: #fff; line-height: 50px; padding: 0;}
.header .nav ul li .subnav dl a:hover{ background: #002847;}

.header .headRight a.lang{ width: 60px; height: 60px; background: url(../images/lang.png) no-repeat center; line-height: 60px; font-size:0; margin-top: 0; margin-right:0; border: none;border-left: #eee solid 1px; border-radius: 0;}
.header .headRight a.lang:hover{ border: none;border-left: #eee solid 1px;}
.header .headRight .tel{ display: none;}
.header .headRight .search_btn{ width: 60px; height: 60px; margin-right: 60px; background: url(../images/search-btn.png) no-repeat center; background-size: 22px auto; border-left: #eee solid 1px;border-right: #eee solid 1px;}

.pro_subnav{ width: 200px; height: 100vh; overflow-y: auto; background: #fff; border-top:none; padding:20px 10px; position: fixed; top: 0; left:-210px; z-index: 99998; box-shadow: 0 0px 3px rgba(0,0,0,0.2); display: block;}
.pro_subnav .box{ overflow: hidden; margin-left: -1px;}
.pro_subnav ul{ float: none; width: 100%; padding: 0 15px 10px; border-left: none; padding-bottom:10px; margin-bottom:0;}
.pro_subnav ul:first-of-type{ border-left: none;}
.pro_subnav ul dl{ margin-bottom: 5px; overflow: hidden;}
.pro_subnav ul ol{padding: 2px 0; color: #000; font-weight: normal; font-size: 14px;}
.pro_subnav ul li a{ font-size: 15px;}

.navbg{width: 100%; height: 100%; position: fixed; top:0; left: 0; background: rgba(0,0,0,0.5); z-index: 9999;}

.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:#000;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:#000;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}
.header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#000;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: #fff;}
.header .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px; background: #fff;}

/*首页bannner*/
.banner { width: 100%; position: fixed; top:60px;}
.banner .swiper-container{ height:210px; overflow:hidden; width: 100%;}
.banner .swiper-container .swiper-slide{height:210px; width:100%;}
.banner .swiper-container .swiper-slide video{ width:100%; height:500px;}
.banner .pagination {position: absolute;z-index: 20;bottom:20px;width: 100%;text-align: center;}
.banner .swiper-pagination-switch {display: inline-block; width:13px; height: 13px; border-radius: 20px;background:#0068b7; margin: 0 5px; cursor: pointer;}
.banner .swiper-active-switch { background: #ce0018;}

/*内页banner*/
.nei_banner .wrap{ height: 130px;}
.breadcrumb{ font-size: 14px; padding-bottom: 15px;}

.nei_banner.newsView .wrap{ height:70px;}

/*首页产品*/
.ipro{  padding-top: 50px; margin-top: 210px; position: relative; z-index: 22;}
.ipro .ititle{ text-align: center; margin-bottom: 30px; padding: 0 20px;}
.ipro .ititle h2{ font-size: 26px;  line-height: 1; font-weight: normal; margin-bottom: 15px;}
.ipro .ititle p{ font-size: 14px; color: #666; line-height: 1.4; }
.ipro .ipronav{ position: relative; z-index:2; overflow-x: auto;white-space: nowrap;}
.ipro .ipronav ul{ margin: 0px;display: inline-block;}
.ipro .ipronav ul li{ width: auto; float: none; padding: 0 2px; display: inline-block;}
.ipro .ipronav ul li a{ height: 60px; line-height: 60px; background: #0068b7; font-size: 17px;border-top: #9d9d9d solid 2px; padding: 0 15px; }
.ipro .ipronav ul li a:hover{ background: #0068b7; color: #fff;font-size: 17px; border-top: #000 solid 2px; padding-top: 0; margin-top: 0;}
.ipro .ipronav ul li a::after{display: none;}
.ipro .box{ height:250px; margin-top: -30px;background-size: cover}

/*首页案例*/
.icase{  padding: 50px 0 30px;}
.icase .ititle{ overflow: hidden; margin-bottom: 17px;}
.icase .ititle h2{ font-size: 26px; float: none; text-align: center; margin-bottom: 20px;}
.icase .ititle ul{float: none; font-size: 14px;}
.icase .ititle ul li{float: left; background: #fff; line-height: 35px; padding: 0 15px;}
.icase .ititle ul li.cur{ background: #000000; color: #fff; border-radius: 10px;}
.icase .ititle ul a{ color: #da251c; line-height: 35px; padding-left: 15px;}
.icase .box ul{ overflow: hidden; margin: 0 -5px;}
.icase .box ul li{ width: 50%; margin-bottom:10px; padding: 0 5px;}
.icase .box ul li a:after{ display: none;}
.icase .box ul li dl{ overflow: hidden;}
.icase .box ul li ol{ height: 68px; padding: 10px 0;}
.icase .box ul li ol h3{font-size: 14px;  margin-bottom: 5px;}
.icase .box ul li ol p{ font-size: 14px;}
.icase .box ul li dt{ display: none;}
.icase .box ul li a:hover ol{ opacity:1;}

/*首页新闻*/
.inews{padding: 50px 0;}
.inews .ititle{ margin-bottom:30px; }
.inews .ititle h2{ font-size: 26px;}
.inews .box{ margin-bottom: 20px;}
.inews .box .newsPic{display: none;}
.inews .box .newslist{width:100%; float: none; padding-left: 0;}
.inews .box .newslist ul{ height: auto; background: #fff; margin-bottom: 15px; padding:0;}
.inews .box .newslist ul dl{display: block; overflow: hidden; margin-bottom: 10px;}
.inews .box .newslist ul ol { padding: 15px;}
.inews .box .newslist ul dt{ font-size: 13px;padding-right: 15px; margin-right: 15px;}
.inews .box .newslist ul dt b{ font-size: 30px; margin-bottom:3px; }
.inews .box .newslist ul ol h3{ font-size: 14px; margin-bottom: 5px; line-height: 1;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.inews .box .newslist ul ol p{ font-size: 14px; line-height: 1.2;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2; overflow: hidden;}
.inews .box .newslist ul:hover{ background: #0068b7;}
.inews a.more{  font-size: 14px; }

/*首页简介*/
.iabout{padding: 30px 0 50px; position: relative; z-index: 22;}
.iabout .wrap{ position: relative;}
.iabout .ititle{float: none; text-align: center; margin-bottom: 10px;}
.iabout .ititle h2{ font-size: 26px; font-weight: normal;}
.iabout .ititle a.more{ width: 120px; height: 40px; line-height: 40px; font-size: 14px; bottom: -65px; left: 50%; margin-left: -60px;}
.iabout .ititle a.more:hover{ color: #fff; background: #3dabff; }
.iabout .box{ padding-left: 0; font-size: 14px; line-height: 1.7;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; margin-bottom: 50px;}

.title{ margin-bottom: 26px;}
.title h2{ font-size: 24px; padding-bottom:14px; }
.title h2:before{ width: 40px; height: 2px; }

.neiNav{ margin-bottom: 5px; margin-top:0; text-align: left; font-size: 15px;}
.neiNav li{ display: inline-block; background: #efefef; margin-left: 2px; margin-bottom: 5px;}
.neiNav li a{ color: #000; display: inline-block; line-height: 36px; padding: 0 9px;}
.neiNav li:hover a,.neiNav li.focus a{background: #0068b7; color: #fff;}

.proCon{ position: relative;}
.proCon .pronav{ height: auto; top: 60px; z-index: 99;}
.proCon .pronav .wrap{ padding: 0 10px;}
.proCon .pronav .breadcrumb{display: none;}
.proCon .pronav .neiNav{ text-align: left; margin-top: 8px; float: left;}
.proCon .pronav .neiNav li{ display: inline-block; background:none;  margin-left: 2px;}
.proCon .pronav .neiNav li a{ color: #fff; display: inline-block; line-height: 30px; padding: 0 15px; font-size: 14px;}

.proCon .proInfoImg{ height: auto;}
.proCon .proInfoImg .wrap{height: auto; display: block;}
.proCon .proInfoImg .proImg{ width:100%; display:block; padding:130px 20px 50px;}
.proCon .proInfoImg .proInfo{width: 100%; display:block; padding-left: 0; padding-bottom:40px; padding-top:40px; line-height: 1.6; font-size: 14px;}
.proCon .proInfoImg .proInfo h1{ font-size: 22px; padding-bottom:15px; margin-bottom: 20px;}
.proCon .proInfoImg .proInfo h1::after{ content: ""; width:66px; height: 2px; background: #fff; position: absolute; left: 0; bottom: 0;}
.proCon .proInfoImg .proInfo li{background: url(../images/icon14.png) no-repeat left top 6px; padding-left: 20px;}
.proCon .proVideo{ background-size:contain;padding: 50px 0px;}
.proCon .proVideo h3{ font-size: 24px;margin-bottom: 30px;}
.proCon .proVideo .proVideoBox{ height: 220px; position: relative; cursor: pointer;}
.proCon .proVideo .proVideoCon{height: 220px; overflow: hidden;display: none;}
.proCon .proVideo .proVideoCon video{width: 100%; height:220px;}
.proCon .relevantPro{ padding: 50px 0 60px}
.proCon .relevantPro .protit{ font-size: 24px; margin-bottom:26px;}
.proCon .relevantPro .box{ margin:0 -8px; position: relative;}
.proCon .relevantPro .box .arrow-left,.proCon .relevantPro .box .arrow-right{ display: none;}
.proCon .relevantPro .swiper-slide{ padding: 0 8px;}
.proCon .relevantPro .swiper-slide .con dl img{padding: 20px;}
.proCon .relevantPro .swiper-slide .con p{ font-size: 14px; margin-top: 10px;}

.proCon .relevantPro .conBox{margin:0 -8px; position: relative;}
.proCon .relevantPro .conBox ul{ overflow: hidden;}
.proCon .relevantPro .conBox ul li{ width: 50%; float: left; padding: 0 8px; margin-bottom: 10px;}
.proCon .relevantPro .conBox .con dl{ background: #f2f2f2; padding-bottom: 64%; overflow: hidden; position: relative;}
.proCon .relevantPro .conBox .con dl img{ position: absolute; top: 0;bottom:0;left:0;right:0; margin:auto; padding: 45px;}
.proCon .relevantPro .conBox .con p{ font-size: 14px; margin-top: 10px;}

.proCon .features{ padding-top: 110px;}
.proCon .features .featuresTit{ font-size:24px;font-weight: 500; margin-bottom:25px;}
.proCon .features ul{ padding: 30px 0;}
.proCon .features ul ol{ position: relative; top:0; left: 0; transform: translate(0,0); width: 100%;}
.proCon .features ul .featuresTxt{ float: none; width:100%; height: auto; color: #333; position: relative;}
.proCon .features ul .featuresTxt ol{ padding: 20px 30px 10px;}
.proCon .features ul .featuresTxt h3{ font-size:26px; margin-bottom:15px; padding-bottom:15px;}
.proCon .features ul .featuresTxt h3:after{ width:40px; margin-left: -20px;}
.proCon .features ul .featuresTxt dl{ font-size: 15px; }
.proCon .features ul.white .featuresTxt{ color: #fff;}
.proCon .features ul.white .featuresTxt h3:after{ background: #fff;}
.proCon .features ul .featuresImg{ float: none; width:100%; height: auto; position: relative;}
.proCon .features ul .featuresImg ol{ padding: 30px 20px;}
.proCon .features ul.cur .featuresTxt{ float: none;}
.proCon .features ul.cur .featuresImg{ float: none;}

.proCon .features ul.left_right .featuresTxt{ float: left; }
.proCon .features ul.left_right .featuresImg{ float: right; }

.proCon .features ul.right_left .featuresTxt{ float: right; }
.proCon .features ul.right_left .featuresImg{ float: left; }

.proCon .features ul.up_down .featuresTxt{ float: none; width: 100%; height: auto; }
.proCon .features ul.up_down .featuresTxt ol{ padding: 20px 0 0; position: relative; top:0; left:0; transform: translate(0,0);}
.proCon .features ul.up_down .featuresImg{ float: none; width: 100%;text-align: center; }

.proCon .features ul.down_up .featuresTxt{ float: none; width: 100%; height: auto; }
.proCon .features ul.down_up .featuresTxt ol{ padding: 0 0 20px; position: relative; top:0; left:0; transform: translate(0,0);}
.proCon .features ul.down_up .featuresImg{ float: none; width: 100%;text-align: center; }

.proCon .parameter{ background: #e5e5e5; padding: 110px 0 50px;}
.proCon .parameter .box{ padding: 30px 15px 30px;}
.proCon .parameter .box .parameterTit{ font-size: 20px; margin-bottom:20px;}

.proCon .prodown{background: #e5e5e5; padding: 110px 0 50px; min-height: 620px;}
.proCon .prodown .table {display: block; width: 100%; }
.proCon .prodown .table-tr {display: block;  background: #fff; border-bottom: #e5e5e5 solid 10px;}
.proCon .prodown .table-td { display: block; vertical-align: middle;padding: 0 15px; color: #000;}
.proCon .prodown .table-td:nth-child(2){display: none;}
.proCon .prodown .table-td:nth-child(3){display: none;}
.proCon .prodown .table-td a{ line-height: 50px;font-size: 15px;overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.proCon .prodown .downBtn{display: none;}

.proCon .procase{padding: 110px 0 60px;}
.proCon .procase .procaseTit{ font-size: 20px; margin-bottom: 20px;}
.proCon .procase .box ul{ overflow: hidden; margin: 0 -5px;}
.proCon .procase .box ul li{ width:50%; margin-bottom: 10px;float: left; padding: 0 5px;}
.proCon .procase .box ul li ol{ overflow: hidden; height: 65px;}
.proCon .procase .box ul li ol h3{ float: none; font-size: 14px; font-weight: normal;line-height:2;}
.proCon .procase .box ul li ol p{ float: none; line-height:1.2; font-size: 14px;}




/* 左侧分类 */

  .pronav{ display: none;}

.rightBox{ padding-left:0;}



  /* 产品 */
  .products {  position: relative; }
  
  .products .subtit{ font-size: 14px; margin-bottom: 20px;}
  
  .products .proVideo{ margin-bottom:20px;}
  .products .proVideo{ height:250px; margin-bottom:20px; overflow:hidden;}
  .products .proVideo iframe{ width:100%; height:250px;}

  .products ul{ margin: 0 -5px;}

  .products ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px; float: left;}
  
  .products ul li a{ padding:12px;}

  .products ul li ol{ padding-top: 10px; position: relative;}
  
  .products ul li ol dt{ height:57px; font-size: 13px; -webkit-line-clamp: 3;}

  .products ul li ol h3{ font-size: 15px; color: #333; line-height: 1; margin-bottom: 5px;}

  .products ul li ol i{ font-size: 13px;}




.case{padding:50px 0;}
.case .box ul{margin: 0 -5px;}
.case .box ul li{ width: 50%; margin-bottom:14px; padding: 0 5px;}
.case .box ul li ol{ height:64px; padding: 10px 0 0;}
.case .box ul li ol h3{font-size: 14px;margin-bottom: 5px;}
.case .box ul li ol p{font-size: 14px; line-height: 1.2}
.case .box ul li a:hover ol{ background: #fff;}
.case .box ul li a:hover ol h3{ color:#000;}
.case .box ul li a:hover ol p{ color:#999999;}

.down{padding: 110px 0 60px;}
.down .neiNav{ margin-bottom: 90px; margin-top: -124px; text-align: left; font-size: 15px;}
.down .table {display: block; margin-bottom: 20px;}
.down .table-tr {display:block; line-height: 50px;}
.down .table-td {display: block; vertical-align: middle;padding: 0 0 0 15px; box-sizing: border-box;}
.down .table-td:nth-child(2){display: none;}
.down .table-td:nth-child(3){display: none;}
.down .table-td a{ line-height: 50px; display: block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; font-size: 15px;}
.down .table-tr:hover .downTit{ background:none;}
.down .downBtn{ display: none;}

.yuyue{padding: 110px 0 60px;}
.yuyue .neiNav{ margin-bottom: 90px; margin-top: -124px; text-align: left; font-size: 15px;}
.yuyue .box dl{font-size: 18px; color: #0168b7; font-weight: normal; margin-bottom: 10px;}
.yuyue .box ul{ overflow: hidden; margin:0 ;}
.yuyue .box ul li{ width: 100%; float: none; padding: 0; margin-bottom:10px;}
.yuyue .box ol{ margin-bottom: 10px;overflow: hidden;}
.yuyue .box input{ width: 100%; height: 50px; line-height: 48px; border:solid 1px #dfdfdf; font-size: 14px; font-weight: 300; padding-left:10px;}
.yuyue .box textarea{ width: 100%; height: 130px; border:solid 1px #dfdfdf; font-size: 14px; font-weight: 300; padding: 10px;}
.yuyue .box .yzm{ width: 48%; float: left; margin-right: 0; }
.yuyue .box img{ width:48%; height: 50px; float: right;}
.yuyue .box button{ width: 100%; height: 50px; border: none; font-size:14px;}

.news{ padding:50px 0 60px;}
.news .box ul{ margin: 0; overflow: hidden;}
.news .box ul li{ width: 100%; padding:0; margin-bottom: 20px; float: none;}
.news .box ul li ol{ height: 105px;}
.news .box ul li ol h3{ font-size: 14px; padding-bottom: 10px; margin-bottom: 12px;}
.news .box ul li ol dt{ font-size: 14px;}

.news_view{padding: 50px 0 70px;}
.news_view .newsHead{ margin-bottom: 20px;}
.news_view .newsHead h1{ font-size: 22px; padding-bottom: 12px; margin-bottom: 10px;}
.news_view .newsHead h1::before{ width:60px; height: 2px; }
.news_view .newsHead span{ font-size: 14px;}
.news_view .newspage{ margin-top: 40px; font-size: 15px; line-height: 50px;}
.news_view .newspage ul li{ overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}

.text{font-size: 15px; line-height: 1.7;}
.text table tr td{ padding: 6px; font-size: 15px; }

.about{ padding: 50px 0 60px;}
.about .jjGp a{ height: 44px; line-height:44px; margin-right: 10px; font-size: 15px;}

.aboutContact{ padding: 40px 0 40px;}
.aboutContact .box{ overflow: hidden; font-size: 13px; line-height: 1.4;}
.aboutContact .box .ewm{color: #000; margin-right:15px; width:125px;}
.aboutContact .box .con{ padding-left:140px;}

.qualification{ padding: 50px 0 60px;}
.qualification .box ul{ margin: 0 -5px;}
.qualification .box ul li{ width: 50%;padding: 0 5px; margin-bottom:10px;}
.qualification .box ul li:first-child{ width: 100%;}
.qualification .box ul li:first-child .con dl{ padding-bottom:69.629%;}
.qualification .box ul li .con ol dt{width: 90%; }
.qualification .box ul li .con ol dt h3{ font-size: 15px;  margin-bottom: 15px;}

.job{ padding: 50px 0 60px;}
.job .mailto{ font-size: 14px;}
.job .box ul{ margin: 0;}
.job .box ul li{ width: 100%; height: 390px; float: left; padding: 0; margin-top: 20px; }
.job .box ul li .con{line-height:1.8;position: relative;}
.job .box ul li .con h3{ font-size: 18px; line-height: 50px;  padding: 0 20px; }
.job .box ul li .con .boxcon dl{ margin-top: 25px; padding: 0 20px; font-size: 15px; line-height: 1.5;}

.contact{ padding: 50px 0;}
.contact .contactMap{ background: #0168b7; overflow: hidden;}
.contact .contactMap .map{ width: 100%; height: 260px; float: none;}
.contact .contactMap .contactBox{ width: 100%; padding: 40px 20px; float: none; font-size: 15px;}
.contact .contactBsc{ padding-top: 50px;}
.contact .contactBsc .contactTit{ font-size: 22px; margin-bottom: 20px;}
.contact .contactBsc ul{ margin: 0;}
.contact .contactBsc ul li{ width:100%; padding:0; margin-bottom: 10px; float: none;}
.contact .contactBsc ul li .con{ border: #ececec solid 2px; padding: 22px; font-size: 15px; height: auto !important;}

.footer .fmain{display: none;}
.footer .copyright{ font-size: 12px; line-height: 20px; padding: 15px 0;}
.footer .copyright dl{float: none; text-align: center;}
.footer .copyright ol{ float: none; text-align: center;}

/*===/分页=============================*/
.fengye{ padding:20px 0; font-size:14px;}
.off{  padding:4px 12px; margin:0 6px;}
.fengye a{  padding:4px 12px; margin-right:6px;}

/*搜索框*/
.search-dialog{width: 90%;}

}
