@charset "utf-8";
*{margin: 0 auto;padding: 0;}
ul li{list-style: none;}
a{text-decoration: none;}
input{outline: none;}
button {outline:none;}
body{min-width: 1263px;background: #FFFFFF;position: relative;}
body{font-family: "Noto Sans SC";}
input{border: none;}
.clearfix:after{ content: ""; display: block; height: 0; font-size: 0; clear: both; visibility: hidden;}
.wrapper{width: 100%;}
textarea{outline: none;}

/* 头部 */
.head{max-width: 1760px;height: 100px;position:relative; }
.head .logo{float: left;width: 195px;height: 54px;margin-top: 23px;margin-left: 20px;position: absolute;z-index: 99;}
.head .logo img{display: block;height: 100%;}
.head .nav{/*float: right;box-sizing: border-box;*/position: absolute;top: 0;left: 0;width: 100%;padding-left: 24.25%;box-sizing: border-box;}
.head .nav li{float: left;margin-right: 2vw;position: relative;transition: .5s;}
.head .nav li .na{color: #373636;font-size: 18px;line-height: 100px;text-align: center;transition: .5s;}
.head .nav li:after{content: '';display:block;width: 0;height: 2px;position: absolute;bottom: 0;left: 0;right: 0;margin: 0 auto;background: #0199ae;transition: .5s;}
.head .nav li .drop-down{background: #fff;position: absolute;top: 100%;left: -15px;right: -15px;z-index: 9;padding: 15px 0;box-shadow: 3px 0 5px rgba(0,0,0,.15);display: none;}
.head .nav li .drop-down-product{width: 200px;left: 50%;transform: translateX(-50%);margin: 0 auto;}
.head .nav li .drop-down a{display: block;font-size: 18px;line-height: 1.5;padding: 10px;margin-bottom: 10px;text-align: center;color: #373636;transition: .5s;}
.head .nav li .drop-down a:last-child{margin-bottom: 0;}
.head .nav li .drop-down a:hover{background: rgba(93,180,171,1);color: #fff;}
.head .nav li:hover:after,.head .nav li.active:after{width: 80%;}
.head .nav li:hover .na,.head .nav li.active .na{color: #0199AE;}
.head .searchImg{float: right;width: 23px;height: 100px;background: url(../images/search.png) center center no-repeat;background-size: 100% auto;margin: 0 1%;}
.head .world{float: right;/*width: 23px;*/height: 100px;/*background: url(../images/word.png) center center no-repeat;background-size: 100% auto;*/margin: 0 1%;line-height: 100px;font-size: 18px;color: #373636;position:relative;z-index: 2;position: relative;cursor: pointer;}
.head .world ul{display: none;position: absolute;top: 100%;left: 50%;transform: translateX(-50%);background-color: #fff;}
.head .world ul a{display: block;text-align: center;line-height: 32px;padding: 0 20px;margin-bottom: 10px;color: #373636;}
.head .world ul a:hover{color: #0199AE;}
.head .us{float: right;width: 23px;height: 100px;background: url(../images/us.png) center center no-repeat;background-size: 100% auto;margin: 0 1%;}
.head img{width: 100%}
.head .moreImg{float: right;width: auto;margin-top: 37px;}
@media screen and (max-width: 1440px) {
	.head .nav a,.head .world{font-size: 16px;}
}

/* banner */
.banner{width: 100%;overflow: hidden;position: relative;}
.banner img{display: block;width: 100%;}
.banner .swiper-button-next:after , .banner .swiper-button-prev:after{color: #0199ae}



/* 搜索 */
.search{width: 100%; height: 108px;position: relative;}
.search form{width: 1200px;height: 161px;padding:33px 51px 0;box-sizing: border-box;position: absolute;top: -73px;left: 50%;transform: translateX(-50%);z-index: 99;background: #FFFFFF;box-shadow: 0 5px 20px #efefef;}
.search input{float: left;width: 886px;height: 67px;background: #eaeaea;border-radius: 3px;outline: none;font-size:20px;text-indent: 24px;}
.search .btn{float: right;width: 203px;height: 67px;background: #5db4ab;font-size: 20px;color: #FFFFFF;border-radius: 3px;outline: none;border: none;cursor: pointer;text-indent: 0;opacity: .8;transition:.2s}
.search .btn:hover{opacity: 1}
.search a{float: left;margin-right: 24px;font-size: 16px;color: #525252;margin-top: 12px;}


/* footer */
.footerBg{width: 100%;/*height: 596px;*/margin-top: 101px;position: relative;background: #5db4ab;padding: 95px 0;color: #fff;}
.footerBg .p22{font-size: 22px;padding-bottom: 30px;text-align: center;}
.footerBg .footerContact{text-align: center;}
.footerBg .footerContact a{display: block;text-align: center;font-size: 18px;font-weight: bold;color: #FFFFFF;padding-bottom: 10px;}
.footerBg .footerContact p{font-size: 14px;opacity: .7;line-height: 24px;}

/*.footerBg .textLe{float: left;width: 50%;height: 100%;background: #5db4ab;padding: 96px 112px 0 0;box-sizing: border-box;}
.footerBg .textLe p{text-align: right;color: #FFFFFF;}
.footerBg .textLe .p22{font-size: 22px;padding-bottom: 30px;}
.footerBg .textLe .qrImg .img{float: right;width: 175px;margin-left: 49px;}
.footerBg .textLe .qrImg .img .QR{display: block;width: 110px;}
.footerBg .textLe .qrImg .img a{display: block;width: 100%;height: 34px;border-radius: 16px;background: #FFFFFF;margin-top: 37px;text-align: center;line-height: 34px;font-size: 12px;color: #004db4;overflow: hidden;}
.footerBg .textLe .qrImg .img a img{margin-left: 10px;vertical-align: middle;height: 10px;}
.footerBg .textLe .qrImg .img a p{display: block;color: #004db4;width: 100%;text-align: center;transition:.3s}
.footerBg .textLe .qrImg .img a:hover p{transform:translateY(-100%)}
.footerBg .textLe .footerContact{margin-top: 50px;}
.footerBg .textLe .footerContact a{display: block;text-align: right;font-size: 18px;font-weight: bold;color: #FFFFFF;padding-bottom: 10px;}
.footerBg .textLe .footerContact p{font-size: 14px;opacity: .7;line-height: 24px;}*/
.footerBg .mapRi{float: right;width: 50%;height: 100%;}
.footerBg .positionPic{width: auto;position: absolute;top: 50%;left: 50%;transform: translate(-50% , -50%);}
.footerBg .positionPic img{display: block;width: auto;}
.footerBg .positionPic a{display: block;margin: 23px 0}
.footerBg .headTop{display: block;width: auto;position: absolute;right: 37px;bottom: 37px;}

/* 底部 */
.bot{width: 100%;padding: 45px 0;}
.bot .list{width: 100%;text-align: center;}
.bot .list  a{display: inline-block;font-size: 14px;color: #737373;padding: 0 55px;box-sizing: border-box;border-right: 2px solid #737373;line-height: 14px;}
.bot .list  a:last-child{border: none;}
.bot p{font-size: 14px;color: #737373;text-align: center;padding-top: 15px;}
.bot a{color: #737373;}


/* 公用标题 */
.h{width: 100%;height: auto;height: 95px;position: relative;}
.h:after{content: '';display: block;width: 120px;height: 2px;background: #76cad6;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
.h .title{font-size: 48px;color: #000000;text-align: center;line-height: 48px;font-weight: bold;}


/* 联系我们 */
/* 地图展示 */
.mapDisplay{width: 100%;padding-top: 100px;}
.mapDisplay .map{width: 100%;height: 710px;border-bottom: 3px solid #f2f2f2;margin-top: 42px;}



/* 联系方式 */
.contact{max-width: 1360px;padding: 254px 0 99px;position: relative;}
.contact .text{float: left;background: #76cad6;width: 640px;height: 413px;padding: 140px 90px 0 80px;box-sizing: border-box;position: relative;}
.contact .text .name{display: block;width: 567px;height: 66px;color: #FFFFFF;font-size: 24px;line-height: 66px;background: rgba(255,255,255,.5);position: absolute;top: 44px;left: 0;text-align: center;font-weight: bold;}
.contact .text .p18{font-size: 18px;color: #3a3a3a;font-weight: 100;line-height: 36px;}
.contact .contanctImg{display: block;width: auto;height: auto;position: absolute;right: 0;top: 110px;}

/* 在线留言 */
.formBg{width: 100%;height: 1062px;padding: 134px 0;box-sizing: border-box;background: url(../images/formBg_02.jpg) no-repeat center top;}
.formBg .textForm{max-width: 1360px;height: 100%;background: #FFFFFF;border-top:27px solid #5db4ab;box-sizing: border-box;padding: 70px 103px 0 70px;}
.textForm .text{float: left;}
.textForm .text .name{font-size: 33px;color: #000000;padding-bottom: 15px;}
.textForm .text .ftitle{font-size: 40px;color: #000000;position: relative;font-weight: bold;line-height: 45px;padding-bottom: 15px;margin-bottom: 120px;}
.textForm .text .ftitle:after{content: '';display: block;width: 60px;height: 4px;background: #5db4ab;position: absolute;left: 0;bottom: 0;border-radius: 2px;}
.textForm .text .desc{font-size: 16px;color: #010101;line-height: 22px;padding-bottom: 153px;}
.textForm .text .p20{font-size: 20px;color: #010101;padding-bottom: 10px;}
.textForm .text .phone{font-size: 34px;color: #000000;}

/* 表单 */
.textForm form{float: right;width: 576px;}
.textForm form .input{width: 100%;margin-bottom: 45px;outline: none;}
.textForm form .p18{font-size: 18px;color: #010101;}
.textForm form .input input{display: block;width: 100%;height: 35px;border:none;border-bottom: 1px solid #efefef;font-size: 14px;color: #000000;}
.textForm form .textarea{width: 100%;}
.textForm form .textarea textarea{width: 100%;height: 118px;border: 1px solid #eeeeee;background: #fafafa;padding: 13px 7px ;box-sizing: border-box;font-size: 14px;color: #000000;font-family: "Noto Sans SC";margin-top: 10px;resize: none;margin-bottom: 12px;}
.textForm form .btn{display: block;width: 100%;height: 53px;background: #5db4ab;font-size: 22px;color: #FFFFFF;font-weight: bold;border: none;outline: none;}
::-webkit-input-placeholder { 
/* WebKit browsers */ 
color: #a8a7a7; 
} 
:-moz-placeholder { 
/* Mozilla Firefox 4 to 18 */ 
color: #a8a7a7; 
} 
::-moz-placeholder { 
/* Mozilla Firefox 19+ */ 
color: #a8a7a7; 
} 
::-ms-input-placeholder { 
/* Internet Explorer 10+ */ 
color: #a8a7a7; 
}

/* 新闻动态 */
.subNews{width: 100%;padding-top: 100px;}
.subNews .content{max-width: 1360px;height: 460px;margin-top: 48px;}
.subNews .content .leText{float: left;width: 49.26%;height: 100%;position: relative;overflow: hidden;}
.subNews .content .leText img{display: block;width: 100%;min-height: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50% , -50%);z-index: 1;transition: .3s;}
.subNews .content .leText .title{display: block;width: 100%;height: 40px;font-size: 18px;color: #fefefe;line-height: 40px;text-align: center;background: #a4a4a4;position: absolute;bottom: 0;z-index: 9;white-space:nowrap;text-overflow:ellipsis;overflow: hidden;transition: .3s;}
.subNews .content .leText:hover img{width: 110%;}
.subNews .content .leText:hover p{background: #5DB4AB;}
.subNews .content .riText{float: right;width: 49.26%;height: 100%;}
.subNews .content .riText .list{display: block;width: 100%;height: calc(100% / 8);background: #8d8d8c;padding: 0 20% 0 68px;box-sizing: border-box;transition: .3s;position: relative;}
.subNews .content .riText .list .title{display: block;width: 100%;color: #FFFFFF;line-height: 57.5px;white-space:nowrap;text-overflow:ellipsis;overflow: hidden;font-size: 18px;font-weight: 100;}
.subNews .content .riText .list:nth-child(2n){background: #b5b5b5;}
.subNews .content .riText .list:hover{background: #5DB4AB;}
.subNews .content .riText .list .vImg{display: block;position: absolute;top: 50%;right: 30px;transform:translateY(-50%);height: 35px;cursor: pointer;}
.subNews .content .riText .list .sp{position:absolute;top: 50%;left: 50%;transform: translate(-50% , -50%)}
.subNews .content .riText .list .sp iframe{width: 800px;height: 600px;}
.subNews .content .riText .list .video{display: none;}




/* 招贤纳士 */

.subRecruit{max-width: 100%;padding-top: 100px;padding-bottom: 106px;}
.subRecruit .content{width: 100%;margin-top: 48px;margin-bottom: 50px;}
.subRecruit .content .topTitle{width: 100%;height: 82px;line-height: 82px;text-align: center;background: #f7f7f7;}
.subRecruit .content .topTitle p{width: 620px;font-size: 24px;color: #403e55;font-weight: bold;}
.subRecruit .content .le{float: left;}
.subRecruit .content .ri{float: right;}
.subRecruit .content .hafl{width: 50%;float: left;}
.subRecruit .content .list{display: block;width: 100%;height: 69px;line-height: 69px;text-align: center;background: #FFFFFF;transition: .3s;}
.subRecruit .content .list:nth-child(2n){background: #fafafa;}
.subRecruit .content .list p{width: 620px;font-size: 18px;color: #010101;transition: .3s;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.subRecruit .content .listContent{width: 1240px;padding: 20px 0 20px 260px;font-size: 16px;color: #333333;line-height: 28px;display: none;box-sizing: border-box;}
.subRecruit .content .list:hover{background: #5DB4AB;}
.subRecruit .content .list:hover p{color: #FFFFFF;}


/* 福利一览 */
.welfare{width: 100%;height: 450px;background: url(../images/flBg.jpg)no-repeat center;padding-top: 105px;box-sizing: border-box;}
.welfare .h .title{color: #FFFFFF;}
.welfare .content{font-size: 18px;color: #FFFFFF;font-weight: 100;text-align: center;line-height: 32px;margin-top: 40px;}


/* 服务理念 */
.subService{width: 100%;padding-top: 100px;}
.subService .slogan{font-size: 24px;color: #010101;text-align: center;font-weight: 100;padding-top: 32px;}
.subService .content{max-width: 1360px;display: flex;justify-content: space-between;white-space:nowrap;margin-top: 48px;margin-bottom: 107px;}
.subService .content a{display: block;width: calc((100% - 39px) / 4);padding-top: 35.29%;position: relative;overflow: hidden;box-shadow: 0 5px 10px #dfdfdf;}
.subService .content a img{display: block;width: 100%;min-height: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50% , -50%);z-index: 1;transition: .3s;}
.subService .content a .title{display: block;width: 100%;height: 70px;font-size: 17px;color: #FFFFFF;text-align: center;line-height: 70px;position: absolute;bottom: 0;z-index: 9;background: rgba(160,160,160,.8);transition: .3s;}
.subService .content a:hover img{width: 110%;}
.subService .content a:hover .title{background: #5DB4AB;color: #FFFFFF;}
.fwPhone{display: block;width: 100%;margin-bottom: 107px;}

/* 服务简介 */
.serviceText{max-width: 1360px;height: 364px;padding-top: 67px;background: url(../images/logoBg.png)no-repeat top right;}
.serviceText .text{float: left;width: 49.5%;height: 100%;border: 1px solid #eeeeee;box-sizing: border-box;position: relative;}
.serviceText .text .desc{width: 100%;padding: 0 31px;font-size: 16px;color: #383838;box-sizing: border-box;line-height: 30px;position: absolute;top: 50%;transform: translateY(-50%);font-weight: 100;text-align: justify;}
.serviceText .img{float: right;width: 49.5%;height: 100%;position: relative;overflow: hidden;}
.serviceText .img img{display: block;width: 100%;height: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50% , -50%);}
.serviceText .img .posi{position: absolute;bottom: 0;right: 0;width: 85px;height: 42px;}
.serviceText .img .posi .swiper-button-next , .serviceText .img .posi .swiper-button-prev{width: 42px!important;height: 42px!important;background: rgba(255,255,255,.8);}
.serviceText .img .posi .swiper-button-next:after , .serviceText .img .posi .swiper-button-prev:after{font-size: 22px;color: #151515;}
.serviceText .img .posi .swiper-button-next{right: 0!important}
.serviceText .img .posi .swiper-button-prev{left: 0!important}



/* 公司简介 */
.subAbout{max-width: 1360px;padding-top: 100px;margin-bottom: 90px;}
.subAbout .desc{display: block;width: 100%;padding: 48px 0;font-size: 20px;color: #5b5a5a;line-height: 32px;}
.subAbout .desc img{max-width: 100%;}
.subAbout .content{width: 100%;overflow: hidden;}
.subAbout .content img{width: 49.5%;}



/* 获得专利 、 品牌荣誉 */
.patent{max-width: 1360px;margin-bottom: 60px}
.patent:last-child{margin-bottom: 0}
.patent .picScroll-left{width: 100%;padding: 73px 100px;box-shadow: 0 6px 10px #ddd;position: relative;box-sizing: border-box;margin-top: 85px;}
.picScroll-left .hd{ width: 100%;height:80px;position: absolute;top: 50%;left: 50%;transform: translate(-50% , -50%);cursor: pointer;}
.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:75px; height:100%;}
.picScroll-left .bd{overflow: hidden;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .hd .prev{float: left;background: url(../images/lePic.png)no-repeat ;margin-left: 10px;}
.picScroll-left .hd .next{float: right;background: url(../images/riPic.png)no-repeat ;margin-right: 10px;}
.picScroll-left .bd ul li{ float:left;overflow:hidden; text-align:center;  }
.patent .picScroll-left .bd li a{display: block;width: 355px;height: 290px;margin-right: 42px;position: relative;opacity: inherit;}
.patent .picScroll-left .bd li a img{display: block;width: 100%;min-height: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50% , -50%);z-index: 1;}
.patent .picScroll-left .bd li a .title{display: block;width: 100%;height: 48px;position: absolute;bottom: 0;z-index: 9;font-size: 20px;color: #FFFFFF;line-height: 48px;text-align: center;background: rgba(0,0,0,.2);}

/* 技术团队 */
.team{max-width: 100%;padding: 65px 0 0;background: url(../images/teamBg.jpg) no-repeat top;height: 637px;box-sizing: border-box;margin: 113px 0 100px;}
.team .picScroll-left{box-shadow: none!important;margin-top: 0;}


/* 产品中心 */
.subProduct{max-width: 1360px;padding-top: 70px;}
.subProduct .productNav{width: 100%;}
.subProduct .productNav a{float: left;color: #000000;line-height: 60px;font-size: 18px;padding-left: 30px;position: relative;margin-bottom: 10px;/*max-width: calc((100% - 60px) / 3);*/width: auto;box-sizing: border-box;margin-right: 30px;}
/* .subProduct .productNav a:nth-child(3n){margin-right: 0;} */
.subProduct .productNav a::before{content: '';display: block;width: 10px;height: 10px;background: #000000;border-radius: 10px;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
.subProduct .productNav a:hover{color: #0199ae;}
.subProduct .productNav a:hover::before{background: #0199ae;}
.subProduct .productNav a:hover::after{content: '';display: block;width: 100%;height: 2px;background: #0199ae;border-radius: 10px;position: absolute;bottom: 0;left: 0;transform: translateY(-50%);}

.productContent{width: 100%;}
.productContent .list{padding: 95px 0 77px;border-bottom: 1px solid #e7e7e7;position: relative;transition: .5s;padding-left: 30px;}
.productContent .list .img{float: left;width: 436px;height: 392px;border-radius: 40px;position: relative;overflow: hidden;}
.productContent .list .img img{display: block;width: 100%;height: 100%;transition: .5s;object-fit: cover;}
.productContent .list .text{float: left;width: 681px;padding-left: 63px;box-sizing: border-box;}
.productContent .list .text .title{font-size: 30px;color: #0199ae;padding-bottom: 20px;padding-top: 10px;}
.productContent .list .text .content{font-size: 22px;color: #000;line-height: 45px;}
.productContent .list .download{display: block;width: 210px;height: 43px;background: url(../images/proA.png)no-repeat center;border-radius: 20px;font-size: 20px;color: #FFFFFF;line-height: 42px;text-align: center;position: absolute;bottom: 185px;right: 10px;opacity: .7;transition: .3s;}
.productContent .list .on{display: block;width: 210px;height: 43px;background: url(../images/proA.png)no-repeat center;border-radius: 20px;font-size: 20px;color: #FFFFFF;line-height: 42px;text-align: center;position: absolute;bottom: 77px;right: 10px;opacity: .7;transition: .3s;}
.productContent .list .vi{display: block;width: 210px;height: 43px;background: url(../images/proA.png)no-repeat center;border-radius: 20px;font-size: 20px;color: #FFFFFF;line-height: 42px;text-align: center;position: absolute;bottom: 130px;right: 10px;opacity: .7;transition: .3s;}
.productContent .list .vi img{height: 31px}
.productContent .list a img{width: auto;margin-right: 10px;vertical-align: middle;margin-top: -5px;}
.productContent .list:hover{box-shadow: 0 10px 20px rgba(1,153,174,.2);}
.productContent .list:hover .img img{transform: scale(1.1);}
.productContent .list  a:hover{opacity: 1;}

.proBanner{width: 60%;overflow: hidden;position: absolute;padding-bottom: 45px;background: #fff;top: 50%;left: 50%;transform: translate(-50% , -50%)}
.proBanner .swiper-slide{box-sizing: border-box;padding: 0 70px;}
.proBanner img{display: block;width: 100%;height:100%;object-fit: contain;max-height: 70vh;}
.proBanner .swiper-pagination-bullet {
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      font-size: 12px;
      color:#000;
      opacity: 1;
      background: rgba(0,0,0,0.2);
    }
.productContent .Bg{position: fixed;width: 100%;height: 100vh;background: rgba(0,0,0,.2);top: -200vh;left: 0;z-index: 10}
.video{position: fixed;width: 100%;height: 100vh;background: rgba(0,0,0,.2);top: -101vh;left: 0;z-index: 10}

.proBanner .swiper-pagination-bullet-active {
      color:#fff;
      background: #0199ae;
    }
.productContent .swiper-button-next:after , .productContent .swiper-button-prev:after{color: #0199ae}
.productContent  iframe{width:800px;height: 600px;position: absolute;top: 50%;left: 50%;transform:translate(-50% , -50%);}

.bgactive{top: 0!important;z-index: 10!important}

.gb{display: block;width: 45px;height: 45px;position: absolute;top: 60px;right: 60px;cursor: pointer;}
.gb img{display: block;width: 100%;height: 100%;}

.off{display: block;width: 45px;height: 45px;position: absolute;top: 60px;right: 60px;cursor: pointer;}
.off img{display: block;width: 100%;height: 100%;}

.productContent .list .text .contentTwo{font-size: 22px;color: #000;line-height: 45px;}


/* 产品详情 */
.proContent{max-width: 1360px;padding-top: 70px;}
.proContent .list{padding: 55px 8% 30px;border-bottom: 1px solid #e7e7e7;position: relative;transition: .5s;}
.proContent .list .img{float: left;width: 200px;height: 179px;border-radius: 20px;position: relative;overflow: hidden;}
.proContent .list .img img{display: block;width: 100%;min-height: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50% , -50%);transition: .5s;}
.proContent .list .text{float: left;width: 681px;padding-left: 63px;box-sizing: border-box;}
.proContent .list .text .title{font-size: 30px;color: #0199ae;padding-bottom: 10px;padding-top: 5px;}
.proContent .list a{display: block;width: 210px;height: 43px;background: url(../images/proA.png)no-repeat center;border-radius: 20px;font-size: 20px;color: #FFFFFF;line-height: 42px;text-align: center;position: absolute;bottom: 58px;right: 20px;opacity: .7;transition: .3s;}
.proContent .list .text .contentTwo{font-size: 22px;color: #000;line-height: 45px;}
.proContent .list a img{width: auto;margin-right: 10px;vertical-align: middle;margin-top: -5px;}
.proContent .list:hover{box-shadow: 0 10px 20px rgba(1,153,174,.2);}
.proContent .list:hover .img img{width: 110%;}
.proContent .list a:hover{opacity: 1;}
.proContent .content{width: 100%;font-size: 16px;color: #5B5A5A;line-height: 28px;text-align: justify;margin: 10px 0 20px;display: -webkit-box;-webkit-line-clamp: 2;overflow: hidden;-webkit-box-orient: vertical;width: 100%}
.proContent .content img{display: block;max-width: 100%;}


/* 视频专区 */
.videoContent{width:1200px;padding-top: 70px;}
.videoContent .content{width: 100%;font-size: 16px;color: #333;line-height: 28px;ttext-align: justify;margin-top: 30px}
.videoContent .content p{margin-bottom: 10px;display: block;}
.videoContent .content img{display: block;max-width: 100%;width: auto;margin: 10px 0 ;}
.videoContent .content iframe{width: 800px;height: 600px;margin: 0 auto;display: block;}
.videoContent .content iframe html body .txp_tipbar{display: none}

/* 详情 */
.newsDetails{max-width: 1200px;padding: 80px 0 50px;background: #fff;}
.newsDetails .title{font-size: 30px;color: #000000;font-weight: bold;text-align: center;padding: 0 100px 20px;}
.newsDetails .time{font-size: 16px;color: #999;text-align:center;}
.newsDetails .content{font-size: 16px;color: #333;line-height: 28px;text-indent: 32px;padding-top: 45px;text-align: justify;padding-bottom: 30px;}
.newsDetails .content img{display: block;max-width: 100%;margin: 20px 0;}
/*    @media screen and (max-width: 1280px){
    .newsDetails{width: 1220px;}
} */
/*.column{padding-bottom: 0!important;}*/

.newsDetails .title1{font-size: 32px;color: #76cad6;font-weight: bold;}


.a-factory{margin-top: 75px;}
.a-factory .h{margin-bottom: 50px;}
.a-factory .pic{width: 24.625%;overflow: hidden;position: relative;float: left;margin: 0 0.5% 6px 0;transition: .5s;}
.a-factory .pic:nth-child(4n){margin-right: 0;}
.a-factory .pic figure{padding-top: 75%;overflow: hidden;position: relative;}
.a-factory .pic figure img{display: block;width: 100%;height: auto;min-height: 100%;position: absolute;top: 50%;left: 50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);}
.a-factory .pic:hover{box-shadow: 3px 3px 5px rgba(0,0,0,.15);}


.m-clips{margin: 40px 0 0;font-size: 16px;color: #333;line-height: 2;border-top: 1px solid #dcdcdc;padding-top: 35px;}
.m-clips a{color: #333;line-height: 2;}

