@charset "utf-8";



* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}

body{ font-size: 18px; color:#666; overflow-x: hidden; font-family: "Source Han Sans CN",'Noto Sans SC',"Microsoft YaHei",Arial,sans-serif; padding-top: 120px;}

ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,header,footer{ list-style: none; padding: 0; margin: 0; display: block;}

input,textarea,select,button{ font-size: 16px; outline:none;  font-family: "Source Han Sans CN",'Noto Sans SC',"Microsoft YaHei",Arial,sans-serif;}

svg{ border: none;}

::-webkit-input-placeholder {color: #b2b2b2;}

::-moz-placeholder {color: #b2b2b2;}

:-ms-input-placeholder {color: #b2b2b2;}



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

a:hover{ color:#00a8dd;}



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



.wrap{ width: 100%; max-width: 1620px; margin: 0 auto; padding: 0 50px;}

.ovh{overflow: hidden;}



::-webkit-scrollbar { width: 6px; background-color: rgba(24, 24, 24, .07); }

::-webkit-scrollbar-thumb {background: rgba(24, 24, 24, .3); border-radius: 8px; transition: background 0.4s ease;}

::-webkit-scrollbar-thumb:hover {background: #666;}



/*顶部*/

.header{ width: 100%; background:#fff; box-shadow: 0 0 10px rgba(0, 0, 0, .1);  position: fixed; left: 0; top: 0; z-index: 99999; }

.header .logo{height:120px; padding: 24px 0;}

.header .nav{ position: relative; margin-top: 58px;}

.header .nav>ul>li{ position: relative; margin-right: 58px;}

.header .nav>ul>li:nth-last-child(1){ margin-right: 0;}

.header .nav>ul>li:nth-last-child(2){ margin-right: 20px;}

.header .nav>ul>li>a{ font-size:20px; color:#333; line-height:30px; transition: color .4s; display: block; position: relative;}

.header .nav>ul>li>a.tit::before{ content: ""; width: 8px; height: 6px; background:url(../images/icon03.png) no-repeat center; position: absolute; right:-10px; top: 50%; transform: translateY(-50%);}

.header .nav>ul>li>a:hover,.header .nav>ul>li.on>a,.header .nav>ul>li:hover>a{ color:#00a8dd;}

.header .nav>ul>li .subnav{ width: 150px; padding:20px 10px; background: #fff; box-shadow: 0 15px 15px rgba(0, 0, 0, .05); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; text-align: center; font-weight: 300; position: absolute; left: 50%; top: 30px; z-index: 111; transform: translateX(-50%); display: none;}

.header .nav>ul>li .subnav a{ display: block; padding: 6px 0;}

.header .nav>ul>li .otherLink a{ margin-left: 20px;}

.menu-toggle{display: none;}



/*首页bannner*/

.banner { position: relative; overflow: hidden;}

.banner>img{ width: 100%;}

.banner .bannerText{ width: 100%; color: #fff; position: absolute; left: 0; bottom: 10px; z-index: 11;}

.banner .bannerText .titb{text-align: center; margin-bottom: 25px;}

.banner .bannerText .titb h2{ font-size: 72px; font-weight: 500; line-height: 1; text-shadow: 0 0 10px rgba(0, 0, 0, .1); margin-bottom: 35px;}

.banner .bannerText .titb p{ font-size: 36px; line-height: 1;text-shadow: 0 0 10px rgba(0, 0, 0, .1);}

.banner .bannerText .box .item.on .con{ display: block;}

.banner .bannerText .box .item{ width: 20%; padding: 0 30px; text-align: center;}

.banner .bannerText .box .item a{ width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;}

.banner .bannerText .box .item .con{ background: #00a8dd; padding: 30px 35px;  display: none;}

.banner .bannerText .box .item .con h3{ color: #fff; font-size: 30px;}

.banner .bannerText .box .item .con dl{ color: #fff; font-size: 14px; text-transform: uppercase;}

.banner .bannerText .box .item .con ol{ width: 100%; height: 168px; display: flex; align-items: center; justify-content: center;}

.banner .bannerText .box .item .con dt{ color: #fff; font-size: 16px; text-align: left; font-weight: 300; line-height: 1.5;}

.banner .bannerText .box .item.on .tit{ display: none;}

.banner .bannerText .box .item .tit{ width: 100%; padding: 20px 0; position: relative;}

.banner .bannerText .box .item .tit::before{ content: ""; width: 100%; height: 2px; background:rgba(255,255,255,0.46); position: absolute; left: 0; top: 0;}

.banner .bannerText .box .item .tit::after{ content: ""; width: 100px; height: 2px; background:#fff; position: absolute; left: 0; top: 0; z-index: 11;}

.banner .bannerText .box .item .tit h3{ font-size: 30px; color: #fff; line-height: 1;}



.neiBanner{ height: 450px; background-position: center; background-repeat: no-repeat;}



.ntitle{ margin-bottom: 60px}

.ntitle h2{ font-size: 60px; color: #00a8dd; line-height: 1; text-transform: uppercase;}

.ntitle p{ font-size: 24px; color: #000; font-weight: bold;}



.indexOne{ padding: 70px 0 150px;}

.indexOne .textBox{ width: 60%; padding-right: 50px;}

.indexOne .textBox .tit{ margin-bottom: 60px}

.indexOne .textBox .tit h2{ font-size: 60px; color: #00a8dd; line-height: 1;}

.indexOne .textBox .tit p{ font-size: 24px; color: #000; font-weight: bold;}

.indexOne .textBox .text{ font-size: 17px; color: #666; line-height: 1.8; margin-bottom: 80px;}

.indexOne .textBox .more{ width: 160px; height: 46px;line-height: 46px; background: #00a8dd; color: #fff; font-size: 16px; text-align: center; display: block;}

.indexOne .textBox .more:hover{ background: #0393be;}

.indexOne .num ul li{ padding: 30px 0;}

.indexOne .num ul li dl{ font-size: 16px; color: #333; margin-bottom: 10px;}

.indexOne .num ul li dl strong{ font-size: 48px; line-height: 1; font-weight: 900;}

.indexOne .num ul li ol{ font-size: 16px; color: #666;}

.indexOne .num ul li ol img{ margin-right: 5px;}

.indexOne .pic{ cursor: pointer; position: relative;}
.indexOne .pic::after{ content: ""; width: 102px; height: 102px; background: url(../images/play.png) no-repeat center; background-size: cover; position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%); z-index: 11;}
.indexOne .pic:hover::after{ opacity: 0.9;}

.indexTwo { overflow: hidden;}
.indexTwo .thumbsSlider{ background: #eee;}

.indexTwo .thumbsSlider .swiper-slide{ text-align: center; padding: 20px 0; position: relative;}

.indexTwo .thumbsSlider .swiper-slide i{ height: 68px; display: block; overflow: hidden;}

.indexTwo .thumbsSlider .swiper-slide i img{ filter: drop-shadow(#5c5c66 0 150px); transform: translateY(-150px);}

.indexTwo .thumbsSlider .swiper-slide p{ margin-top: 10px;}

.indexTwo .thumbsSlider .swiper-slide.swiper-slide-thumb-active::before { content: ""; width: 166px; height: 6px; background: #00a8dd; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);}

.indexTwo .bigSlider{ position: relative; background: #f6f7f6; padding: 80px 0;}
.indexTwo .bigSlider .tit{ text-align: center; margin-bottom: 75px;}
.indexTwo .bigSlider .tit h2{ font-size: 36px; color: #000; font-weight: normal;}
.indexTwo .bigSlider .wrap{ position: relative;}

.indexTwo .bigSlider .swiper{ overflow: inherit;}
.indexTwo .bigSlider .swiper-slide{  position: relative;}

.indexTwo .bigSlider .swiper-slide .con{ width: 100%; margin-top: 15px;}

.indexTwo .bigSlider .swiper-slide .con .t{ font-size: 20px; color: #000; margin-bottom: 10px;}

.indexTwo .bigSlider .swiper-slide .pic{ width:100%; }

.indexTwo .bigSlider .swiper-slide .pic dl{ padding-bottom: 68.9%;}

.indexTwo .bigSlider .arrow-left,.indexTwo .bigSlider .arrow-right{ width: 56px; height: 27px; position: absolute; top:calc(50% - 40px); z-index: 11;}

.indexTwo .bigSlider .arrow-left{ background: url(../images/arrow-left.png) no-repeat center; left: -30px;}

.indexTwo .bigSlider .arrow-right{ background: url(../images/arrow-right.png) no-repeat center; right: -30px;}



.indexThree{ padding: 70px 0 120px;}

.indexThree .tit{ text-align: center; margin-bottom: 75px;}

.indexThree .tit h2{ font-size: 36px; color: #000; font-weight: normal;}

.indexThree .box ul{ margin: 0 -45px;}

.indexThree .box ul li{ width: 33.33%; padding: 0 45px;}

.indexThree .box ul li a{ display: block;}

.indexThree .box ul li .pic{ width: 100%;}
.indexThree .box ul li .pic dl{ padding-bottom: 68%;}

.indexThree .box ul li .con{ width: 100%; margin-top: 15px;}

.indexThree .box ul li .con .t{ color: #666; margin-bottom: 15px;}

.indexThree .box ul li .con .c{ font-size: 24px; color: #000; margin-bottom: 45px;}

.indexThree .box ul li .con .l{ color: #0099cc; font-size: 18px;}




.neiNav{ margin-top: -84px; border-top: 1px solid rgba(255,255,255,0.54);}

.neiNav ul li{ margin-right: 20px; position: relative;}

.neiNav ul li a{ font-size: 20px; color: #fff; line-height: 84px; padding: 0 40px; display: block;}

.neiNav ul li a:hover{ color: #0099cc;}

.neiNav ul li.on::before{ content: ""; width: 100%; height: 6px; background: #0099cc; position: absolute; left: 0; top: -1px; z-index: 11;}



.content{ padding: 60px 0 180px;}



.about{ background: url(../images/aboutBg.jpg) no-repeat center bottom; background-size: 100% auto;}

.about .side{ width: 400px;}

.about .side .pic{ margin-bottom: 30px;}

.about .side .num ul li{ padding: 30px;}

.about .side .num ul li dl{ font-size: 16px; color: #333; margin-bottom: 10px;}

.about .side .num ul li dl strong{ font-size: 48px; line-height: 1; font-weight: 900;}

.about .side .num ul li ol{ font-size: 16px; color: #666;}

.about .side .num ul li ol img{ margin-right: 5px;}

.about .text{ width: 100%; font-size: 17px; line-height:2; }

.about .text span{ color: #00a8dd;}

.about .text pre{ border-top: 1px solid #ddd; margin: 50px 0;}



.zhici .pic{ width: 50%; padding-right: 100px;}

.zhici .pic dl{ display: inline-block; border-top-right-radius: 20px; border-bottom-left-radius: 20px; overflow: hidden;}

.zhici .text{ width: 50%; line-height: 2;}

.zhici .text pre{ border-top: 1px solid #ddd; margin: 50px 0;}



.honor .box ul{ margin: 0 -40px;}

.honor .box ul li{ width: 25%; padding: 0 40px; margin-bottom: 50px;}

.honor .box ul li dl{ border: #996600 solid 5px; padding-bottom: 70%;}

.honor .box ul li dl img{ padding: 18px;}

.honor .box ul li h3{ font-size: 18px; font-weight: normal; margin-top: 15px;}



.case .box ul{ margin:0 -40px;}

.case .box ul li{ width: 33.33%; padding: 0 40px; margin-bottom: 100px;}

.case .box ul li a{ display: block; padding-bottom: 20px; position: relative;}

.case .box ul li a::after{ content: ""; width: 100%; height: 2px; background: #ddd; position: absolute; left: 0; bottom:0;  transition: all 0.4s ease;}

.case .box ul li dl{ padding-bottom: 66.36%;}

.case .box ul li dd{ color: #00a8dd; font-size: 18px; line-height: 1; margin: 20px 0;}

.case .box ul li h3{ background: url(../images/icon09.png) no-repeat right center; font-size: 22px; color: #000; font-weight: normal; line-height: 1; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; padding-right: 36px;}

.case .box ul li a:hover::after{ background: #00a8dd;}

.case .box ul li a:hover h3{ background: url(../images/icon09_02.png) no-repeat right center; }



.caseView .tit{ padding-bottom: 20px; border-bottom: #ddd solid 1px;}

.caseView .tit h3{ font-size: 36px; color: #000; font-weight: normal; margin-bottom: 10px;}

.caseView .tit ol{ font-size: 18px;}

.caseView .box{ padding:50px 230px 0;}

.caseView .box .bigSlider{ position: relative; margin-bottom: 30px;}

.caseView .box .bigSlider .arrow-left,.caseView .box .bigSlider .arrow-right{ width: 39px; height: 72px; position: absolute; top: 50%; transform: translateY(-50%);}

.caseView .box .bigSlider .arrow-left{ left: -100px; background: url(../images/arrow-left02.png) no-repeat center;}

.caseView .box .bigSlider .arrow-right{ right: -100px; background: url(../images/arrow-right02.png) no-repeat center;}

.caseView .swiper-slide dl{ padding-bottom: 70%;}

.caseView .back{ font-size: 24px; border-bottom: #00a8dd solid 3px; padding: 0 10px; margin-top: 60px;}



.fengcai .box ul{ margin: 0 -40px;}

.fengcai .box ul li{ width: 33.33%; padding: 0 40px; margin-bottom: 70px;}

.fengcai .box ul li ol{ padding: 28px; background: #fff; box-shadow:0 0 15px rgba(0, 0, 0, .1);}

.fengcai .box ul li dl{ padding-bottom: 82.38%;}

.fengcai .box ul li h3{ font-size: 23px; color: #000; line-height: 60px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; border-bottom: #ddd solid 1px; margin-top: 40px;}

.fengcai .box ul li dd{ font-size: 17px; color: #888; background: url(../images/icon10.png) no-repeat right center; margin-top: 22px;}



.ganyan .item{ padding: 115px 0; background: #f8f8f8;}

.ganyan .item:nth-child(even){ background: #fff;}

.ganyan .item:nth-child(even) .wrap{ flex-direction: row-reverse;}

.ganyan .item .pic{ width: 50%; padding-right: 30px;}

.ganyan .item .con{ width: 50%; font-size: 18px; line-height: 1.6;}

.ganyan .item:nth-child(even) .pic{ padding-right: 0; padding-left: 30px;}



.huodong .box{ padding-bottom: 30px;}

.huodong .box ul li { margin-bottom: 50px; position: relative;}

.huodong .box ul li a{ display: flex; flex-direction: row-reverse; align-items: center; box-shadow: 0 0 15px rgba(0, 0, 0, .07); padding: 30px 60px;  transition: box-shadow 0.4s ease;}

.huodong .box ul li::after{ content: ""; width: 0; height: 4px; background: #00a8dd; position: absolute; left: 0; bottom: 0; transition: width 0.4s ease;}

.huodong .box ul li:hover::after{ width: 100%;}

.huodong .box ul li a:hover{ background: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, .07);}

.huodong .box ul li .pic{ width: 254px;}

.huodong .box ul li .pic dl{ padding-bottom:57.8%; border-radius: 8px;}

.huodong .box ul li .con{ width: calc(100% - 434px); padding-right: 50px;}

.huodong .box ul li .con h3{ font-size: 24px; color: #000; line-height: 1; margin-bottom: 10px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}

.huodong .box ul li .con dt{ height: 48px; line-height: 24px; font-size: 18px; color: #666666; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; margin-bottom: 10px;}

.huodong .box ul li .con dd{ padding:0 10px; line-height: 26px; background: #cccccc; border-radius: 5px; color: #fff; font-size: 14px; display: inline-block;}

.huodong .box ul li .con .wapTime{ display: none;}

.huodong .box ul li .date{ width: 180px; display: flex;}

.huodong .box ul li .date .day{ font-size: 42px; color: #333; line-height: 1; margin-right: 5px;}

.huodong .box ul li .date .year{ font-size: 15px; color: #666666; line-height: 1.7;}

.huodong .box ul li a:hover .con dd{ background: #00a8dd;}



.picNews{ margin-bottom: 115px;}

.picNews ul{ margin: 0 -8px;}

.picNews ul li{ width: 33.33%; padding: 0 8px;}

.picNews ul li a{ background: #f8f8f8; padding:40px 20px; display: block;}

.picNews ul li dl{ padding-bottom: 62.38%;}

.picNews ul li h3{ font-size: 24px; color: #000; font-weight: normal; line-height: 60px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;  transition: all 0.4s ease;}

.picNews ul li ol{ font-size: 18px; color: #333; overflow: hidden;text-overflow: ellipsis;	display: -webkit-box;	-webkit-line-clamp: 2;	-webkit-box-orient: vertical;}

.picNews ul li dd{ font-size: 18px; color: #00a8dd; background: url(../images/icon09_02.png) no-repeat right center; margin-top: 20px;}

.picNews ul li a:hover h3{ color: #00a8dd;}



.news .box{ padding-bottom: 50px;}

.news .box ul{ margin: 0 -60px;}

.news .box ul li{ width: 50%; padding: 0 60px; margin-bottom: 25px;}

.news .box ul li a{ height:100%; padding: 30px; display: block;}

.news .box ul li ol{ display: flex; align-items: flex-end; margin-bottom:20px;}

.news .box ul li ol dd{ font-size: 30px; margin-right: 12px;}

.news .box ul li ol em{ font-size: 20px; color: #666; font-style: normal;}

.news .box ul li h3{ font-size: 24px; font-weight: normal; color: #333; margin-bottom: 20px; 	text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}

.news .box ul li dt{ font-size: 18px; color: #999; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3;	-webkit-box-orient: vertical;}

.news .box ul li a:hover{ background: #00a8dd;}

.news .box ul li a:hover ol dd{ color: #fff;}

.news .box ul li a:hover ol em{ color: #fff;}

.news .box ul li a:hover h3{ color: #fff;}

.news .box ul li a:hover dt{ color: #fff;  text-decoration:underline;}



.newsView .viewHead{ padding-bottom: 50px; text-align: center; border-bottom: #ddd solid 1px;}

.newsView .viewHead h1{ font-size: 36px; font-weight: normal; color: #000; margin-bottom: 20px;}

.newsView .viewHead p{font-size: 16px;}

.newsView .text{ padding: 50px 0; font-size: 18px; line-height: 1.8;}

.newsView .back{ font-size: 24px; border-bottom: #00a8dd solid 3px; padding: 0 10px; margin-top: 60px;}



.company .tit{ font-size: 90px; color: #f3f3f3; font-weight: bold; text-transform: uppercase; line-height: 1; margin-bottom: 30px;}

.company .box{ position: relative;}

.company .swiper-slide{ display: flex; justify-content: space-between;}

.company .swiper-slide .list{ width: 70%;}

.company .swiper-slide .list ul{ display: flex; flex-wrap: wrap;}

.company .swiper-slide .list ul li{ width: 50%;}

.company .swiper-slide .list ul li .t{ padding: 20px 0; padding-right: 45px; display: inline-block; cursor: pointer;}

.company .swiper-slide .list ul li .t:hover{ color: #d60404;}

.company .swiper-slide .list ul li .t::before{ content: "▪"; color: #d60404; font-size: 16px; margin-right: 5px;}

.company .swiper-slide .list ul li .t.img{ background: url(../images/icon16.png) no-repeat right center;}

.company .swiper-slide .list ul li .t.img:hover{  background: url(../images/icon16_02.png) no-repeat right center;}

.company .swiper-slide .list ul li .c{ display: none;}

.company .swiper-slide .pic{ width: 25%;}

.company .swiper-slide .pic dl{ padding-bottom: 66.66%;}

.company .box .arrow-left,.company .box .arrow-right{ width: 52px; height: 52px; position: absolute; top: 50%; transform: translateY(-50%);}

.company .box .arrow-left{ left: -100px; background: url(../images/arrow-left03.png) no-repeat center;}

.company .box .arrow-right{ right: -100px; background: url(../images/arrow-right03.png) no-repeat center;}

.company .text{ padding-top: 50px; margin-top: 50px; border-top: 1px solid #eee;}



.job .box{ padding-bottom: 50px;}

.job .item{ margin-bottom: 3px;}

.job .item:nth-child(1) ul{ background: #00a8dd !important; color: #fff; cursor: auto;}

.job .item:nth-child(1) ul li:nth-last-child(1){ background: none;}

.job .item ul{ background: #f0f0f0; color: #000; line-height: 76px; padding: 0 45px; cursor: pointer;}

.job .item ul li{ width: 30%;}

.job .item ul li:nth-last-child(1){ width: 150px; background: url(../images/icon15.png) no-repeat center; flex: 0 0 auto; text-align: center;}

.job .item ul.on  li:nth-last-child(1){ background: url(../images/icon15_02.png) no-repeat center;}

.job .item ol{ background: #f0f0f0; padding: 45px; font-size: 16px; line-height: 1.8; margin-top: 3px; display: none;}

.job .item ol .tit{ color: #00a8dd;}

.job .item ul:hover{ background: #e2e2e2;}

 

.contact .box{ margin-bottom: 100px;}

.contact .box ul li{ width: 25%; color: #333; padding-bottom: 65px; padding-right: 20px; position: relative;}

.contact .box ul li::before{ content: ""; width: 60px; height: 3px; background: #aaa; position: absolute; left:0; bottom: 0;}
.contact .box ul li i{ height: 44px; display: flex; align-items: center; }
.contact .box ul li h3{ font-size: 24px; font-weight: normal; margin: 20px 0 30px;}

.contact .box ul li dt{ font-size: 24px; font-weight: normal;}



#map{ height: 520px;}



.footer{ background: #eee; padding: 60px 0;}

.footer .nav{ margin-bottom: 70px;}

.footer .nav ul li{ margin-right: 50px;}

.footer .nav ul li a{ font-size: 24px;}

.footer .link{ margin-bottom: 58px;}

.footer .link ul li{ margin-right: 50px;}

.footer .copyright{ color: #999; border-top: 1px solid #dbdbdb; padding-top: 15px;}

.footer .copyright a{ color: #999;}

.footer .ewm{ width: 148px; text-align: center;}

.footer .ewm p{ color: #999; margin-top: 10px;}



/*===/分页=============================*/

.fenye { text-align: center; font-size: 18px; width: 100%; display: flex; justify-content: center; }

.fenye .prev, .fenye .next { width: 50px; height: 50px; line-height: 50px; color: #666;margin-right: 10px; border-radius: 50px; display: block; font-family: "宋体";font-size: 18px; background: #ddd;}

.fenye a { width: 50px; height: 50px; line-height: 50px; color: #666; border-radius: 50px; margin-right: 10px;display: block; background: #ddd; transition: all 0.4s;}

.fenye a:hover {color: #fff; background: #00a8dd;}

.fenye a.current { color: #fff;  background: #00a8dd;}





/* 弹出框 */

.tccBox{display: none; position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;}

.tccBox .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}

.tccBox .BoxCon{padding: 20px;position: absolute;left:50%;top:50%;box-sizing:border-box;transform: translate(-50%,-50%); color: #999;}

.tccBox .BoxCon .off{ width: 30px; height: 30px; background:url(../images/off.png) no-repeat center; position: absolute; top: -15px; right: -15px;  cursor: pointer;}

.tccBox .BoxCon ul video{ max-width: 1000px;}





@media (max-width: 1800px) {



}



@media (max-width: 1650px) {



    .header .nav>ul>li{ margin-right: 50px;}



    .indexTwo .bigSlider .arrow-left, .indexTwo .bigSlider .arrow-right{ width: 40px; background-size: 100% auto !important;}

    .indexTwo .bigSlider .arrow-left{ left: 10px;}

    .indexTwo .bigSlider .arrow-right{ right: 10px;}



    .company .box{ padding: 0 20px;}

    .company .box .arrow-left, .company .box .arrow-right{ width: 40px; height: 40px; background-size: contain !important;}

    .company .box .arrow-left { left: -40px;}

    .company .box .arrow-right { right: -40px;}

}



@media (max-width: 1550px) {
    .header .nav>ul>li{ margin-right: 45px;}
    .header .nav>ul>li>a{ font-size: 18px;}

    .banner .bannerText .titb h2{ font-size: 54px;}
    .banner .bannerText .titb p{ font-size: 28px;}
    .banner .bannerText .box .item .con h3{ font-size: 26px;}
    .banner .bannerText .box .item .con dl{ font-size: 15px;}
    .banner .bannerText .box .item .con ol{ height: 95px; padding: 20px 0;}

    .ntitle h2{ font-size: 50px;}

    .indexOne .textBox .tit h2{ font-size: 50px;}
    .indexOne .num{ width: 250px;}

    .indexThree .box ul li .con .c{ font-size: 18px;}

    .case .box ul li{ margin-bottom: 70px;}
    .case .box ul li h3{ font-size: 18px;}

    .fengcai .box ul li h3{ font-size: 20px;}

    .ganyan .item {  padding: 80px 0;}

    .huodong .box ul li .con h3{ font-size: 20px;}
    .huodong .box ul li .con dt{ font-size: 17px;}

    .picNews ul li h3{ font-size: 20px;}
    .picNews ul li ol{ font-size: 16px;}
    .news .box ul li h3{ font-size: 20px;}

    .contact .box ul li h3{ font-size: 20px;}
    .contact .box ul li dt{ font-size: 20px;}

    .footer .nav{  margin-bottom: 30px;}
    .footer .nav ul li a{ font-size: 20px;}
}

@media (max-width: 1445px) {
    .header .nav>ul>li { margin-right: 36px; }

    .neiBanner { height: 370px;}
}

@media (max-width: 1400px) {

    .banner .bannerText .box .item .con{ padding: 20px;}
    .banner .bannerText .box .item .tit h3{ font-size: 25px;}

    .neiBanner{ height: 440px;}

    .ntitle { margin-bottom: 50px; }

    .indexOne .num ul li dl strong{ font-size: 40px;}

    .indexTwo .bigSlider .swiper-slide .con { padding-right: 65px; }
    .indexTwo .bigSlider .swiper-slide .con .t { font-size: 22px; margin-bottom: 25px; }

    .content { padding: 60px 0 130px; }

    .neiNav ul li a{ font-size: 18px;}

    .about .side .num ul li dl strong{ font-size: 40px;}

    .honor .box ul li h3{ font-size: 16px;}

    .fengcai .box ul li h3{ margin-top: 10px;}

    .picNews ul li dd{ font-size: 16px;}

    .news .box ul li ol dd{ font-size: 25px;}

    .news .box ul li dt{ font-size: 16px;}

    .newsView .viewHead h1{ font-size: 30px;}
    .newsView .back{ font-size: 20px;}

    .company .tit{ font-size: 60px;}
    .company .swiper-slide .list ul li .t { padding: 12px 0; padding-right: 45px;}

    .contact .box ul li{ padding-bottom: 30px;}

    .footer .nav ul li { margin-right: 40px; }
}



@media (max-width: 1370px) {

    body{ font-size: 16px;}
    .header .nav>ul>li { margin-right: 28px; }
}



@media (max-width: 1300px) {

    .header .logo { padding: 35px 0; }

    .header .nav>ul>li { margin-right: 24px; }

    .header .nav>ul>li>a{ font-size: 16px;}

    .header .nav>ul>li .otherLink a { margin-left: 10px; }


    .banner .bannerText .titb h2{ font-size: 45px; margin-bottom: 20px;}

    .banner .bannerText .titb p{ font-size: 22px;}

    .banner .bannerText .box .item .con h3{ font-size: 22px;}

    .banner .bannerText .box .item .con dl{ font-size: 13px;}

    .banner .bannerText .box .item .con ol { height: 80px; padding: 18px 0; }

    .banner .bannerText .box .item .con dt{ font-size: 15px;}



    .neiBanner{ height: 400px;}



    .ntitle h2 { font-size: 40px; }

    .ntitle p{ font-size: 20px;}



    .indexOne .textBox .tit { margin-bottom: 40px; }

    .indexOne .textBox .tit h2 { font-size: 40px; }

    .indexOne .textBox .tit p { font-size: 20px;}

    .indexOne .textBox .text{ margin-bottom: 40px;}

    .indexOne .pic{ width: 33.33%;}



    .indexThree .tit h2{ font-size: 32px;}

    .indexThree .box ul li{ padding: 0 25px;}



    .caseView .tit h3{ font-size: 30px;}



    .ganyan .item .con{ font-size: 16px;}



    .company .tit{ font-size: 46px;}



    .footer .nav ul li a{ font-size: 18px;}

}



@media (max-width: 1240px) {

    .wrap{ padding: 0 20px;}



    .indexOne { padding: 70px 0 100px; }

    .indexOne .num ul li dl strong{ font-size: 32px;}



    .indexTwo .thumbsSlider .swiper-slide i{ height: 45px;}

    .indexTwo .bigSlider .wrap{ padding: 0 55px;}



    .case .box ul li { margin-bottom: 50px; }



    .company .box { padding: 0 45px; }

    .company .box .arrow-left { left: -10px; }

    .company .box .arrow-right { right: -10px; }



    .contact .box ul li dt { font-size: 16px; }

}



@media (max-width: 1180px) {

    .banner .bannerText .box .item .tit h3 { font-size: 22px; }

    .banner .bannerText .box .item{ padding: 0 10px;}



    .footer .nav ul li { margin-right: 28px; }

}



@media (max-width: 1050px) {
    .footer .nav ul li {
        margin-right: 22px;
    }
}



@media screen and (max-width:750px){

    body{ font-size: 14px; padding-top: 60px;}

    .wrap{ padding: 0 15px;}



    .header{ width: 100%; height: 60px;}

    .header .wrap{ height: 60px;}

    .header .logo{ height: 60px; padding: 12px 0; }



    .header .headRight { position: fixed; top: 60px; left: 0; width: 100%; height: calc(100vh - 60px);  background: #fff; display: none; padding-left: 0;}

    .header .nav{ margin-top: 0;}

    .header .nav>ul{ display: block;  position: relative; z-index: 111; border-top: #eee solid 1px; }

    .header .nav>ul>li{ border-bottom: #eee solid 1px; margin-right: 0; margin-left: 0; position: relative;}

    .header .nav>ul>li:nth-last-child(2){ margin-right: 0;}

    .header .nav>ul>li:nth-last-child(1){ border-bottom: none;}

    .header .nav>ul>li .otherLink{  margin-top: 10px;}

    .header .nav>ul>li>a{ padding: 0 15px; font-size: 15px; color: #000;  font-weight: normal; line-height: 46px;  display: block;}

    .header .nav>ul>li>a.tit::before{ right: 15px;}

    .header .nav>ul>li .subnav{ width: 100%; background: #f2f2f2; position: relative; top:0; left: 0; transform: translateX(0);}



    .header .menu-toggle{ width:60px; height:60px; position:absolute; right:0; top:0; z-index:99999; 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 span{background-color:transparent;}

    .header .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;}

    .header .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;}



    .banner .bannerText{ bottom: 50%; transform: translateY(50%);}

    .banner .bannerText .titb{ margin-bottom: 0;}

    .banner .bannerText .titb h2{ font-size: 25px; margin-bottom: 8px;}

    .banner .bannerText .titb p{ font-size: 12px;}

    .banner .bannerText .box{ display: none;}



    .neiBanner{ height: 125px;}



    .ntitle{ text-align: center; margin-bottom: 35px;}

    .ntitle h2 { font-size: 28px; }

    .ntitle p { font-size: 18px; }



    .indexOne { padding: 40px 0 60px; }

    .indexOne .wrap{display: block;}

    .indexOne .textBox{ width: 100%; padding: 0;}

    .indexOne .textBox .tit{text-align: center;}

    .indexOne .textBox .tit h2{ font-size: 28px;}

    .indexOne .textBox .tit p{ font-size: 18px;}

    .indexOne .textBox .text{ font-size: 15px;}

    .indexOne .textBox .more { width: 130px; height: 40px; line-height: 40px; font-size: 14px; margin: 0 auto 20px;}

    .indexOne .num{ width: 100%; text-align: center; margin-bottom: 25px;}

    .indexOne .num ul li { padding: 15px; }

    .indexOne .num ul li dl strong { font-size: 25px; }

    .indexOne .num ul li ol img{ height: 30px;}

    .indexOne .pic{ width: 100%;}
    .indexOne .pic::after { width: 74px; height: 74px;}

    .indexTwo .bigSlider{ padding: 45px 0;}
    .indexTwo .bigSlider .tit h2 { font-size: 25px; }
    .indexTwo .bigSlider .tit{ margin-bottom: 35px;}
    .indexTwo .bigSlider .wrap { padding: 0 42px; }

    .indexTwo .bigSlider .swiper-slide{ display: block; }

    .indexTwo .bigSlider .swiper-slide .con{ width: 100%; padding: 0; margin-top: 10px;}

    .indexTwo .bigSlider .swiper-slide .con .t { font-size: 16px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;  margin-bottom: 16px; }

    .indexTwo .bigSlider .swiper-slide .pic{ width: 100%; padding: 0;}

    .indexTwo .bigSlider .arrow-left, .indexTwo .bigSlider .arrow-right { display: none;}

    .indexTwo .bigSlider::after{ width: 100%;}



    .indexThree { padding: 45px 0 50px; }

    .indexThree .tit h2 { font-size: 25px; }

    .indexThree .tit{ margin-bottom: 35px;}

    .indexThree .box ul { display: block; margin: 0;}

    .indexThree .box ul li{ width: 100%; padding: 0; margin-bottom: 30px;}

    .indexThree .box ul li a{ display: block;}

    .indexThree .box ul li .pic{ width: 100%; margin-bottom: 15px;}

    .indexThree .box ul li .con{ width: 100%; padding: 0;}

    .indexThree .box ul li .con .t{ margin-bottom: 5px;}

    .indexThree .box ul li .con .c{ font-size: 15px; margin-bottom: 0;}

    .indexThree .box ul li .con .l{ display: none;}



    .neiNav{ margin-top: 0; border-top:none; border-bottom: #ddd solid 1px; overflow: hidden;}

    .neiNav ul{ overflow-x: auto;}

    .neiNav ul::-webkit-scrollbar{ height: 0;}

    .neiNav ul li{ margin-right: 10px;}

    .neiNav ul li a{ white-space:nowrap; color: #000; line-height: 52px; font-size: 15px; padding: 0 10px;}

    .neiNav ul li.on::before{ height: 2px; top: inherit; bottom:0px;}



    .content { padding: 40px 0 55px; }



    .about .box{ display: block;}

    .about .side{ width: 100%;}

    .about .text{ width: 100%; font-size: 15px; line-height: 1.8; padding-top: 20px;}

    .about .text pre{ margin: 15px 0;}

    .about .side .num ul li { padding: 15px; }

    .about .side .num ul li dl strong { font-size: 25px; }

    .about .side .num ul li ol img{ height: 30px;}



    .zhici .box{ display: block;}

    .zhici .pic{ width: 100%; padding: 0; margin-bottom: 15px;}

    .zhici .text{ width: 100%;}

    .zhici .text pre{ margin: 15px 0;}



    .honor .box ul { margin: 0 ;}

    .honor .box ul li{ width: 100%; padding: 0; margin-bottom: 25px;}

    .honor .box ul li dl{ border: #996600 solid 3px;}

    .honor .box ul li h3{ font-size: 15px; margin-top: 10px;}



    .case .box ul { margin: 0;}

    .case .box ul li{ width: 100%; padding: 0; margin-bottom: 20px;}

    .case .box ul li dd{ font-size: 14px; margin: 10px 0;}

    .case .box ul li h3{ font-size: 16px;}



    .caseView .tit h3 { font-size: 22px; }

    .caseView .tit ol { font-size: 14px; }

    .caseView .box { padding: 30px 0 0; }

    .caseView .box .bigSlider{ margin-bottom: 10px;}

    .caseView .back{ font-size: 16px; margin-top: 50px;}

    .caseView .box .bigSlider .arrow-left, .caseView .box .bigSlider .arrow-right{ display: none;}



    .fengcai .box ul{ margin: 0;}

    .fengcai .box ul li{ width: 100%; padding: 0; margin-bottom: 15px;}

    .fengcai .box ul li ol{ padding: 10px;}

    .fengcai .box ul li h3{ font-size: 16px; line-height: 46px; margin-top: 5px;}

    .fengcai .box ul li dd{ font-size: 14px; margin-top: 10px; background-size: 8px auto;}



    .ganyan .item { padding: 30px 0; }

    .ganyan .item .wrap{ display: block;}

    .ganyan .item .pic{ width: 100%; padding: 0 !important; margin-bottom: 15px;}

    .ganyan .item .con{ width: 100%; font-size: 14px;}



    .huodong .box ul li{ margin-bottom: 0;}

    .huodong .box ul li a{ padding: 15px 0; box-shadow:inherit;}

    .huodong .box ul li .date{ display: none;}

    .huodong .box ul li .con{ width: calc(100% - 130px); padding-right: 15px;}

    .huodong .box ul li .con h3{ font-size: 15px; margin-bottom: 5px;}

    .huodong .box ul li .con dt { height: 32px; line-height: 16px; font-size: 12px; margin-bottom: 8px;}

    .huodong .box ul li .con dd{ display: none;}

    .huodong .box ul li .con .wapTime{ display: block; font-size: 12px; color: #999;}

    .huodong .box ul li .pic { width: 130px; }

    .huodong .box ul li:hover::after{ display: none;}

    .huodong .box ul li a:hover{ box-shadow: inherit;}



    .picNews { margin-bottom: 30px; }

    .picNews ul{ display: block; margin: 0;}

    .picNews ul li{ width: 100%; padding: 0; margin-bottom: 10px;}

    .picNews ul li a{ padding: 18px;}

    .picNews ul li h3 { font-size: 16px; line-height: 48px; }

    .picNews ul li ol{ font-size: 14px;}

    .picNews ul li dd{ font-size: 14px; margin-top: 10px;}



    .news .box { padding-bottom: 15px; }

    .news .box ul{ margin: 0 ;}

    .news .box ul li{ width: 100%; padding: 0; margin-bottom: 12px;}

    .news .box ul li a{ padding: 15px;}

    .news .box ul li ol{ margin-bottom: 10px;}

    .news .box ul li ol dd{ font-size: 20px;}

    .news .box ul li ol em{ font-size: 15px;}

    .news .box ul li h3 { font-size: 16px; margin-bottom: 10px;}

    .news .box ul li dt{ font-size: 14px;}



    .newsView .viewHead h1 { font-size: 18px; }

    .newsView .viewHead p{ font-size: 12px;}

    .newsView .text { padding: 30px 0; font-size: 14px; line-height: 1.7; }

    .newsView .back { font-size: 17px; margin-top: 20px;}



    .company .tit { font-size: 24px; text-align: center; margin-bottom: 15px; }

    .company .box { padding: 0 22px; }

    .company .swiper-slide{ display: block;}

    .company .swiper-slide .list{ width: 100%; margin-bottom: 20px;}

    .company .swiper-slide .list ul li{ width: 100%;}

    .company .swiper-slide .list ul li .t { padding: 3px 0; padding-right: 20px; }

    .company .swiper-slide .list ul li .t.img{ background-size: 10px auto !important;}

    .company .swiper-slide .pic{ width: 100%;}

    .company .box .arrow-left, .company .box .arrow-right { width: 22px; height: 22px;}

    .company .text { padding-top: 20px; margin-top: 25px;}



    .job .box { padding-bottom: 10px; }

    .job .item ul{ padding: 0 15px; line-height: 50px;}

    .job .item ul li:nth-last-child(1){ width: 60px;}

    .job .item ol { padding: 20px; font-size: 14px; line-height: 1.6;}



    .contact .box{ margin-bottom: 50px;}

    .contact .box ul{ flex-wrap: wrap;}

    .contact .box ul li{ width: 50%; padding:0 10px 15px; text-align: center; margin-bottom: 30px;}

    .contact .box ul li::before { width: 40px; height: 2px; left: 50%; transform: translateX(-50%);}

    .contact .box ul li i{ justify-content: center;}
    .contact .box ul li img{ height: 25px;}

    .contact .box ul li h3 { font-size: 16px; margin: 12px 0 5px }

    .contact .box ul li dt{ font-size: 15px;}



    #map { height: 350px; }



    .footer{ padding: 30px 0;}

    .footer .wrap{ flex-direction: column-reverse;}

    .footer .nav{ display: none;}

    .footer .link{ display: none;}

    .footer .copyright{ text-align: center;}

    .footer .ewm{ width: 100px; margin: 0 auto 20px;}



    /*===/分页=============================*/

    .fenye { text-align: center; font-size: 14px; width: 100%; padding-top: 20px;}

    .fenye .prev, .fenye .next { width: 34px; height: 34px; line-height: 32px; margin-right: 3px; font-size: 16px; }

    .fenye a { width: 34px; height: 34px; line-height: 32px; margin-right:3px;}

    .fenye a:hover {color: #fff; }

    .fenye a.current { color: #fff;  margin-right: 3px;}

    .footer .gotop{ display: none;}



    .tccBox .BoxCon{ width: 94%;}

    .tccBox .BoxCon .off{ width: 18px; height: 18px; right: 18px;}

    .tccBox .BoxCon ul video{ width: 100%;}

    .search-dialog{ width: 95%;}

}