@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: #333; overflow-x: hidden; font-family:"Microsoft YaHei","Source Han Sans CN","PingFang SC",Arial,sans-serif;}
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:"Microsoft YaHei","Source Han Sans CN",Helvetica,Arial,Verdana,sans-serif; }
svg{ border: none;}
::-webkit-input-placeholder {color: #fff;}
::-moz-placeholder {color: #fff;}
:-ms-input-placeholder {color: #fff;}

a { text-decoration: none; color:#333; transition: color 0.56s ease;}
a:hover{ color: #009933;}

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

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

.wrap{ width: 100%; padding: 0 60px;}
.w1500{ width: 1500px; margin: 0 auto;}
.ovh{overflow: hidden;}

.borderT{ border-top: 1px solid #dbdbdb;}

::-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%; height: 130px; padding: 0 60px; background:#fff; box-shadow: 0 0 10px rgba(0, 0, 0, .1); position: fixed; left: 0; top: 0; z-index: 9999; transition: background 0.4s ease;}
.header .logo{ height: 90px; padding: 11px 0; overflow: hidden; margin-right: 40px;}
.header .cityBtn{ background: url(../images/icon01.png) no-repeat right 8px center; border: #666 solid 1px; border-radius: 30px; line-height: 26px; padding: 0 17px 0 12px; cursor: pointer;}
.header .nav>ul>li{ margin-left: 5px;}
.header .nav>ul>li>a{ font-size: 16px; color: #000; line-height: 128px; padding: 0 25px;  transition: color .4s; display: block;}
.header .nav>ul>li a:hover{ color: #009933;}
.header .nav>ul>li.on>a{ color: #009933; border-bottom: 2px solid #009933; }
.header .nav>ul>li .subnav{ width: 100%; background: #f4f4f4; box-shadow: 0 5px 5px rgba(0, 0, 0, .1); position: fixed; left: 0; top: 130px; z-index: 111; overflow: hidden; display: none;}
.header .nav>ul>li .subnav .w1500{ height: 390px;}
.header .nav>ul>li .subnav .t{ width: 370px; border-right: #cbcbcb solid 1px; padding: 30px 70px 30px 0;}
.header .nav>ul>li .subnav .t h3{font-size: 24px; line-height: 1; margin: 25px 0 20px;}
.header .nav>ul>li .subnav .t p{font-size: 18px; line-height: 1.3; color: #666;}
.header .nav>ul>li .subnav .navlist{ }
.header .nav>ul>li .subnav .navlist ul>li>a{ color: #666; line-height: 46px;}
.header .nav>ul>li .subnav .navlist ul>li>a:hover{ color: #009933;}
.header .nav>ul>li .subnav .navPic{ width: 292px;}
.header .nav>ul>li .subnav .navPic dl{ padding-bottom: 60.6%; border-radius: 5px;}
.menu-toggle{display: none;}

.header.fixed{  background: none; }
.header.fixed .logo img{ filter: drop-shadow(#fff 0 150px); transform: translateY(-150px);}
.header.fixed .cityBtn{ background: url(../images/icon01_02.png) no-repeat right 8px center; border: #fff solid 1px; color: #fff;}
.header.fixed .nav>ul>li>a{ color: #fff;}
.header.fixed .nav>ul>li>a:hover{color: #009933; }

.menuDown{ width: 100%; height: 100%; position: fixed; left: 0; top: 130px; z-index: 99999; display: none;}
.menuDown .contentBox{ width: 100%; background: #f4f4f4; padding-bottom: 25px; font-size: 14px; position: relative; z-index: 11;}
.menuDown .contentBox .regionContainer{ width: 1170px; margin: 0 auto; }
.menuDown .contentBox .regionContainer .regionBox{ width: 20%;}
.menuDown .contentBox .regionContainer .regionBox dl{ line-height: 50px; border-bottom: #dfdfdf solid 1px;}
.menuDown .contentBox .regionContainer .regionBox ul{ height: 400px; display: flex; flex-direction: column; flex-wrap: wrap; align-content: start;}
.menuDown .contentBox .regionContainer .regionBox ul li{ width: 80px;  margin-top: 12px; }
.menuDown .contentBox .regionContainer .regionBox.region1 ul li{ width: 100%;  margin-top: 100px;}
.menuDown .contentBox .regionContainer .regionBox.region1 ul li a{ border-bottom: #aaa solid 2px; padding-bottom: 5px;}
.menuDown .bg{ width: 100%; height: 100%; background:rgba(0,0,0,0.5); position: absolute; left: 0; top: 0;}

/*首页bannner*/
.banner { position: relative;}
.banner .swiper{ width:100%; overflow:hidden;}
.banner .swiper .swiper-slide{ background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden;}
.banner .swiper .swiper-slide img{width:100%;}
.banner .pagination { width: 100% !important; position: absolute; left:0; bottom:40px!important;  z-index:111; text-align: center;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet { display: inline-block; width: 15px;height: 15px; background:none; border: #fff solid 2px; margin: 0 10px; border-radius:12px !important; opacity: 1; cursor: pointer;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #fff;}
.banner .swiper-slide-active{opacity:1;}

.neiBanner{ height: 450px; background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; align-items: center; justify-content: center; position: relative; margin-top: 130px;}

.title{ text-align: center; margin-bottom: 50px;}
.title h2{ font-size: 36px; line-height: 1;}
.title h3{ font-size: 36px; color: #666666; line-height: 1; margin-top: 15px;}
.title p{ font-size:16px; font-weight: bold; line-height: 1; background: #009933; border-radius: 5px; color: #fff; text-transform: uppercase; display: inline-block; padding: 5px 20px; margin-top: 30px;}
.title dl{ font-size: 36px; line-height: 1; margin-top: 30px;}

.ntitle{ display: flex; justify-content: center; align-items: center; font-size: 36px; color: #009933; font-weight: bold; margin-bottom: 38px;}
.ntitle h2{ font-size: 30px; color: #333333; padding: 0 10px;}

.more{ width: 156px; height: 44px; padding: 2px; background-image: linear-gradient(to right, #045675 , #109738); display: block;}
.more span{ line-height: 40px; background: #fff; font-size: 16px; text-align: center; display: block; }
.more:hover span{  background-image: linear-gradient(to right, #045675 , #109738); color: #fff;}

.indexOne{ padding: 80px 0;}
.indexOne .box{ padding: 60px 70px; background: #f6f6f6;}
.indexOne .box .con{ width: 50%; padding: 0 110px;}
.indexOne .box .con .tit{ margin-bottom: 35px;}
.indexOne .box .con .tit h3{ font-size: 36px; font-weight: normal; line-height: 1; margin-bottom: 12px;}
.indexOne .box .con .tit p{ font-size:16px; font-weight: bold; line-height: 1; background: #009933; border-radius: 5px; color: #fff; text-transform: uppercase; display: inline-block; padding: 5px;}
.indexOne .box .con .text{ line-height: 2.1; margin-bottom: 50px;}
.indexOne .box .con .more{ width: 104px; height: 34px;}
.indexOne .box .con .more span{ line-height: 30px; font-size: 14px;}
.indexOne .box .pic{ width: 50%;}

.indexTwo{ padding: 0 0 95px;}
.indexTwo .box { padding-top: 45px;}
.indexTwo .box ul li{ padding: 0 75px; text-align: center; border-left: 1px solid #dedede;}
.indexTwo .box ul li:nth-child(1){ border-left:none;}
.indexTwo .box ul li dl{ font-size:20px; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; color: #0060b6; font-weight: bold; display: flex; justify-content: center; margin-top: 30px;}
.indexTwo .box ul li dl span{ font-size:50px; font-weight: normal;}
.indexTwo .box ul li h3{ font-size: 18px; font-weight: normal; margin-bottom: 20px;}
.indexTwo .box ul li ol{ width: 166px; height: 166px; border:rgba(170,170,170,0) dashed 1px; border-radius: 166px; padding: 16px;}
.indexTwo .box ul li ol dt{ border-radius: 166px; overflow: hidden;}
.indexTwo .box ul li:hover ol{ border:rgba(170,170,170,1) dashed 1px}

.indexThree{ padding: 60px 0 80px; background:url(../images/indexThreeBg.jpg) no-repeat center; background-size: cover;}
.indexThree .box{ padding: 0 120px;}
.indexThree .box ul{ margin: 0 -30px;}
.indexThree .box ul li{ width: 25%; padding: 0 30px;}
.indexThree .box ul li:nth-child(2){ margin-top: 100px;}
.indexThree .box ul li:nth-child(3){ margin-top: 165px;}
.indexThree .item{border-radius: 15px; overflow: hidden; box-shadow: 0 0 20px rgba(0, 0, 0, .2);}
.indexThree .item .t{ height: 110px; background: #f2f2f2; padding: 0 30px; display: flex; align-items: center;}
.indexThree .item .t h3{ font-size: 33px; color: #666; font-weight: normal; margin-left: 10px;}
.indexThree .item .c{ position: relative;  background-image: linear-gradient(to left bottom, #045675 , #109738);}
.indexThree .item .c .linkList{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 111; opacity: 0;}
.indexThree .item .c .linkList ul li{ white-space: nowrap; margin: 7px 0;}
.indexThree .item .c .linkList ul li a{ font-size: 16px; color: #fff;}
.indexThree .item .c .linkList ul li a:hover{ color: #28ac54;}
.indexThree .item .c .pic{ opacity:1;}
.indexThree .item:hover .c .linkList{ opacity: 1;}
.indexThree .item:hover .c .pic{ opacity: 0.2;}

.indexFour{ padding: 60px 0 100px;}
.indexFour .itemNav{ margin-top: -15px; margin-bottom: 70px;}
.indexFour .itemNav ul li{ padding: 0 15px;}
.indexFour .itemNav ul li a{ font-size: 18px; padding: 5px 20px; border-radius: 5px; transition: all 0.4s ease;}
.indexFour .itemNav ul li a:hover{ background: #78abd8; color: #fff;}
.indexFour .box ul li{ width: 25%; padding: 0 25px;}
.indexFour .box ul li dl{ padding-bottom: 74%; margin-bottom: 10px;}
.indexFour .box ul li dd{ color: #666; font-size: 12px; line-height: 1; margin-bottom: 18px;}
.indexFour .box ul li h3{ font-size: 16px; font-weight: normal; line-height: 1; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; border-bottom: #e9e9e9 solid 1px; padding-bottom: 15px; margin-bottom: 15px;}
.indexFour .box ul li dt{ height: 50px; font-size: 14px; color: #999; line-height: 25px; overflow: hidden;}

.indexFive{ padding: 50px 0; background: #f3f2f2;}
.indexFive .itemNav{ margin-top: -20px; margin-bottom: 60px;}
.indexFive .itemNav ul li{ padding: 0 20px;}
.indexFive .box{ margin-bottom: 90px;}

.neiNav{ border-bottom: #e3e3e3 solid 1px;}
.neiNav ul li{ margin-right: 20px;}
.neiNav ul li a{ font-size: 15px; line-height: 70px; padding: 0 10px; display: block;}
.neiNav ul li.on a{ border-bottom: #009933 solid 2px;}
.neiNav.dangjian ul li a:hover{ color: #d60404;}
.neiNav.dangjian ul li.on a{ border-bottom: #d60404 solid 2px;}

.anchorPoint{ padding-top:129px; margin-top:-129px;}

.aboutOne{ padding: 60px 0; background: url(../images/aboutOneBg.jpg) no-repeat center bottom; background-size: 100% auto;}
.aboutOne .text{ color: #666; line-height: 2.2; margin-bottom: 80px;}
.aboutOne .num{ text-align: center;}
.aboutOne .num ul li{ width: 33.33%; text-align: center;}
.aboutOne .num h3{ font-size: 18px; font-weight: normal; color: #666; line-height: 1; display: flex; justify-content: center; margin: 30px 0;}
.aboutOne .num h3 b{ font-size: 67px; color: #333; font-weight: normal; line-height: 1;}
.aboutOne .num dd{ font-size: 18px; color: #333; font-weight: bold;}

.aboutTwo{ padding: 60px 0 80px; background: url(../images/aboutTwoBg.jpg) no-repeat center; background-size:cover; }
.aboutTwo .ntitle h2{ color: #fff;}
.aboutTwo .box ul li{ width: 25%; padding: 35px 20px;}
.aboutTwo .box ul li a{ height: 100%; background: #fff; padding: 15px; border-radius: 15px; overflow: hidden; display: block;}
.aboutTwo .box ul li a:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, .3);}
.aboutTwo .box ul li a dl{ padding-bottom: 23%;}
.aboutTwo .box ul li a h3{ font-size: 15px; color: #666; text-align: center; margin-top: 5px;}

.aboutTree{ padding: 60px 0; background: url(../images/aboutTreeBg.jpg) no-repeat center; background-size: cover;}

.aboutTree .content-swiper{ width: 660px; min-height: 300px; padding: 35px 70px; background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .2); align-self:center;}
.aboutTree .content-swiper .swiper-slide{ line-height:2; padding:0 25px;}
.aboutTree .content-swiper .swiper-slide .year{ display: none;}
.aboutTree .content-swiper .swiper-slide h3{ font-size: 18px; font-weight: normal; border-bottom: #109738 solid 2px; margin-bottom: 30px; padding-bottom: 20px;  position: relative; }
.aboutTree .content-swiper .swiper-slide h3::before{ content: ""; width: 10px; height: 10px; background: #109738; border-radius: 10px; position: absolute; left: -25px; top: 13px;}
.aboutTree .swiperBox .arrow-left, .aboutTree .swiperBox .arrow-right{ display: none;}
.aboutTree .timeline-swiper{width:510px;height:560px; overflow:hidden;position:relative;-ms-flex-negative:0;flex-shrink:0}
.aboutTree .timeline-swiper .swiper-container{width:100%;height:100%}
.aboutTree .timeline-swiper .swiper-slide,.aboutTree .timeline-swiper .swiper-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.aboutTree .timeline-swiper .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;cursor:pointer}
.aboutTree .timeline-swiper .year-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:0;-webkit-transform:translateX(100px);-o-transform:translateX(100px);transform:translateX(100px);-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}
.aboutTree .timeline-swiper .year{font-size:55px;font-weight:700;line-height:1;color:#bebebe;-webkit-transform-origin:right;-o-transform-origin:right;transform-origin:right;-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}
.aboutTree .timeline-swiper .dot{width:12px;height:12px;background-color:#bebebe;border-radius:9999px;margin-left:1rem;-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}
.aboutTree .timeline-swiper .swiper-slide .year-wrapper{opacity:1;-webkit-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}
.aboutTree .timeline-swiper .swiper-slide .year{-webkit-transform:scale(.75);-o-transform:scale(.75);transform:scale(.75)}
.aboutTree .timeline-swiper .swiper-slide-next .year-wrapper,.aboutTree .timeline-swiper .swiper-slide-prev .year-wrapper{-webkit-transform:translateX(-114px);-o-transform:translateX(-114px);transform:translateX(-114px)}

.aboutTree .timeline-swiper .swiper-slide-next .year,.aboutTree .timeline-swiper .swiper-slide-prev .year{-webkit-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
.aboutTree .timeline-swiper .swiper-slide-next .dot,.aboutTree .timeline-swiper .swiper-slide-prev .dot{width:16px;height:16px}
.aboutTree .timeline-swiper .swiper-slide-active .year-wrapper{-webkit-transform:translateX(-118px);-o-transform:translateX(-118px);transform:translateX(-118px)}

.aboutTree .timeline-swiper .swiper-slide-active .year{-webkit-transform:scale(1.75);-o-transform:scale(1.75);transform:scale(1.75);color:#414141}
.aboutTree .timeline-swiper .swiper-slide-active .dot{width:20px;height:20px;background-color:#414141;margin-right:20px}
.aboutTree .timeline-swiper .swiper-slide:hover .year{color:#009933}
.aboutTree .timeline-swiper .swiper-slide:hover .dot{background-color:#009933}
.aboutTree .timeline-swiper .swiper-slide-active:hover .year{color:#414141}
.aboutTree .timeline-swiper .swiper-slide-active:hover .dot{background-color:#414141}
.aboutTree .timeline-swiper .timeline-halfcircle{position:absolute;width:100%;padding-bottom:100%;top:50%;right:-71%;-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);border:1px solid #bebebe;border-radius:9999px}

.aboutTree .timeline-swiper .timeline-fade{pointer-events:none;position:absolute;width:25%;height:100%;top:0;right:0;z-index:1;background-image:-webkit-gradient(linear,left top,right top,color-stop(70%,hsla(0,0%,100%,0)),to(hsla(0,0%,100%,.85)));background-image:-webkit-linear-gradient(left,hsla(0,0%,100%,0) 70%,hsla(0,0%,100%,.85));background-image:-o-linear-gradient(left,hsla(0,0%,100%,0) 70%,hsla(0,0%,100%,.85));background-image:linear-gradient(90deg,hsla(0,0%,100%,0) 70%,hsla(0,0%,100%,.85))}

.aboutFour{ padding: 60px 0 80px; background: #fafafa;}
.aboutFour .ntitle{ color: #d60404;}
.aboutFour .authentication{ margin-bottom: 95px;}
.aboutFour .authentication ul li{ text-align: center;}
.aboutFour .authentication ul li dl{ width: 246px; height: 246px; line-height: 220px; background: #d30504; border: #fff solid 10px; border-radius: 246px; box-shadow: 0 0 15px rgba(0, 0, 0, .2);}
.aboutFour .authentication ul li h3{ font-size: 18px; color: #666; font-weight: normal; line-height: 1.6; margin-top: 45px;}
.aboutFour .tit{ font-size: 90px; text-transform: uppercase; color: #efefef; font-weight: bold; line-height: 1; margin-bottom: 40px;}
.aboutFour .swiperBox{ position: relative;}
.aboutFour .swiperBox .swiper{ overflow: hidden;}
.aboutFour .swiperBox .swiper-slide{ font-size: 18px;}
.aboutFour .swiperBox .swiper-slide a{ padding-left: 5px;}
.aboutFour .swiperBox .swiper-slide a:hover{ color: #d60404;}
.aboutFour .swiperBox .swiper-slide a.pic{ background:url(../images/icon24.png) no-repeat right center; padding-right: 28px;}
.aboutFour .swiperBox .swiper-slide a.pic:hover{ background:url(../images/icon24_02.png) no-repeat right center; }
.aboutFour .swiperBox .swiper-slide::before{ content: "▪ "; color: #d60404;}
.aboutFour .swiperBox .arrow-left,.aboutFour .swiperBox .arrow-right{ width: 52px; height: 52px; position: absolute; top: 50%; transform: translateY(-50%);}
.aboutFour .swiperBox .arrow-left{ background: url(../images/arrow-left.png) no-repeat center; left: -100px;}
.aboutFour .swiperBox .arrow-right{ background: url(../images/arrow-right.png) no-repeat center; right: -100px;}

.aboutFive{ padding: 135px 0;}
.aboutFive .con{ width: 50%;}
.aboutFive .con ul{ overflow: hidden;}
.aboutFive .con ul li{ padding-right: 135px; margin-top: -1px;}
.aboutFive .con ul li .item{ padding: 25px 0 25px 80px; border-top: 1px solid #d3d3d3;}
.aboutFive .con ul li .item .tit{ overflow: hidden;}
.aboutFive .con ul li .item h3{ font-size: 36px; color: #000; margin-bottom: 25px; margin-left: -52px; transition: all 0.4s ease;}
.aboutFive .con ul li .item h3 img{ width: 42px;}
.aboutFive .con ul li .item dt{ font-size: 18px; color: #999; font-weight: bold; line-height: 1; transition: all 0.4s ease;}
.aboutFive .pic{ width: 50%; padding-left: 90px;}
.aboutFive .pic img{ border-radius: 15px;}
.aboutFive .con ul li .item:hover h3{ margin-left: 0; color: #109738;}
.aboutFive .con ul li .item:hover dt{ color: #000;}

.solutionOne{ padding: 65px 0 75px; background: #fff;}
.solutionOne .title p{ font-size: 22px; font-weight: normal;}
.solutionOne .box{ padding:20px 0 0;}
.solutionOne .box ul li{ margin-top: 0 !important;}

.solutionTitle{text-align: center; margin-bottom: 45px;}
.solutionTitle h3{ font-size: 72px; color: #e8eaec; text-transform: uppercase; line-height: 1;}
.solutionTitle h2{ font-size: 36px; color: #000; text-transform: uppercase; line-height: 1; margin-top: -45px;}

.solutionTwo{ padding: 70px 0 1px; background: #f1f3f5;}
.solutionTwo .item{ background: #e9e9e9; background-position:right center; background-repeat: no-repeat; background-size: auto 100%;  margin-bottom: 75px;}
.solutionTwo .item:nth-child(even){ background-position:left center; display: flex; justify-content: flex-end;}
.solutionTwo .item .con{ width: 50%; padding:100px 65px; background-position:left -80px bottom -80px; background-repeat: no-repeat; }
.solutionTwo .item .con .tit{ margin-bottom: 50px;}
.solutionTwo .item .con .tit h3{ font-size: 36px; background-image: linear-gradient(to right, #0454c0, #4ab006);	color: transparent;	-webkit-background-clip: text;}
.solutionTwo .item .con .text{font-size: 18px; line-height: 1.8;}
.solutionTwo .item:nth-child(even) .con{  background-position:right -80px bottom -80px;}

.solutionThree{ padding: 70px 0 120px;}
.solutionThree .box ul{ margin: 0 -30px;}
.solutionThree .box ul li{ width: 25%; padding: 0 30px;}
.solutionThree .box ul li a{ display: block; background: url(../images/solutionThreeBg01.jpg) no-repeat center; background-size: cover; display: flex; flex-direction: column; align-items: center; justify-items: center; padding: 110px 0; transition:all .4s ease}
.solutionThree .box ul li a:hover{ box-shadow: 0 0 15px rgba(0, 0, 0, .3);}
.solutionThree .box ul li:nth-child(even) a{background: url(../images/solutionThreeBg02.jpg) no-repeat center;}
.solutionThree .box ul li h3{ font-size: 36px; color: #000; border-bottom: #0354c0 solid 3px; padding:0 15px 15px; margin-bottom: 15px;}
.solutionThree .box ul li dd{ font-size: 16px; background-image: linear-gradient(to right, #0454c0, #4ab006);	color: transparent;	-webkit-background-clip: text;  border: transparent solid 1px; padding: 2px 8px; transition:all .4s ease}
.solutionThree .box ul li a:hover dd{ border: #0454c0 solid 1px;}

.solutionViewTit{ padding: 37px 0 10px;}
.solutionViewTit h1{ font-size: 72px; color: #f3f3f3; line-height: 1; text-transform: uppercase;}
.solutionView{ padding-bottom: 100px;}
.solutionView .tit{ padding: 20px 0 30px;}
.solutionView .tit h2{ font-size: 36px; color: #fff; line-height: 1; background-image: linear-gradient(to right bottom, #109738 , #0690d5); display: inline-block; padding: 8px 35px 10px; border-radius: 8px;}
.solutionView .tit h3{ font-size: 30px; line-height: 1;}
.solutionView .tit h3::before{ content: "■"; color: #669933; line-height: 1; margin-right: 15px;}
.solutionView .text{ margin-bottom: 60px;}
.solutionView .item{ margin-bottom: 50px;}
.solutionView .item .context{ padding-top: 30px; text-align: center;}

.news{ padding: 60px 0 80px;}
.news .box{ padding-bottom: 30px;}
.news .box ul li { margin-bottom: 50px; position: relative;}
.news .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;}
.news .box ul li::after{ content: ""; width: 0; height: 4px; background: #009933; position: absolute; left: 0; bottom: 0; transition: width 0.4s ease;}
.news .box ul li:hover::after{ width: 100%;}
.news .box ul li a:hover{ background: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, .07);}
.news .box ul li .pic{ width: 254px;}
.news .box ul li .pic dl{ padding-bottom:57.8%; border-radius: 8px;}
.news .box ul li .con{ width: calc(100% - 434px); padding-right: 50px;}
.news .box ul li .con h3{ font-size: 20px; color: #000; line-height: 1; margin-bottom: 10px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.news .box ul li .con dt{ height: 48px; line-height: 24px; font-size: 14px; color: #666666; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; margin-bottom: 10px;}
.news .box ul li .con dd{ padding:0 10px; line-height: 26px; background: #cccccc; border-radius: 5px; color: #fff; font-size: 14px; display: inline-block;}
.news .box ul li .con .wapTime{ display: none;}
.news .box ul li .date{ width: 180px; display: flex;}
.news .box ul li .date .day{ font-size: 42px; color: #333; line-height: 1; margin-right: 5px;}
.news .box ul li .date .year{ font-size: 14px; color: #666666; line-height: 1.7;}
.news .box ul li a:hover .con dd{ background: #009933;}

.gonghui .box ul li .date .day{ color: #cc0000;}
.gonghui .box ul li::after{ content: ""; width: 0; height: 4px; background: #cc0000; position: absolute; left: 0; bottom: 0; transition: width 0.4s ease;}
.gonghui .box ul li a:hover .con dd{ background: #cc0000;}

.bread{ background: #009933; color: #fff; font-size: 15px; line-height: 50px; margin-top: 130px;}
.bread a{ color: #fff;}

.newsView{ padding: 45px 0 120px;}
.newsView .box{ box-shadow: 0 0 20px rgba(0, 0, 0, .08); padding: 95px; margin-bottom: 30px;}
.newsView .box .tit{ border-bottom: #d1d1d1 solid 1px; padding-bottom: 45px; margin-bottom: 45px;}
.newsView .box .tit h1{ font-size:24px; line-height: 1.2; margin-bottom: 10px;}
.newsView .box .tit p{ font-size:14px;}
.newsView .box .text{ line-height: 1.8;}
.newsView .neiPage{ font-size: 14px; display: flex; justify-content: space-between;}
.newsView .neiPage a{ display: flex; align-items: center;}
.newsView .neiPage a:hover h3{ color: #009933;}
.newsView .neiPage a span{ width: 30px; height: 30px; line-height: 30px; text-align: center; background: #ececec;}
.newsView .neiPage a h3{ font-size: 14px; color: #333; font-weight: normal; padding: 0 10px;}
.newsView .neiPage a.next{ flex-direction: row-reverse;}
.newsView .neiPage a:hover span{ color: #fff; background: #009933;}
.newsView .back{ color: #fff; font-size: 14px; background: #009933; border-radius: 5px; padding: 5px 10px;}

.industry{ padding: 60px 0 120px;}
.industry .box ul { margin: 0 -60px;}
.industry .box ul li{ width: 33.33%; padding: 0 60px; margin-bottom: 90px;}
.industry .box ul li a{ display: block; padding: 20px; background: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, .1);}
.industry .box ul li dl{ padding-bottom: 82.66%;}
.industry .box ul li h3{ font-size: 20px; line-height: 1; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; border-bottom: #d3d3d3 solid 1px; margin: 30px 0 20px; padding-bottom: 15px;}
.industry .box ul li dd{ font-size: 14px; color: #666; background:url(../images/icon29.png) no-repeat right center;}

.tongzhi{ padding: 60px 0 120px;}
.tongzhi .box{ padding-bottom: 50px;}
.tongzhi .box ul li{ margin-bottom: 20px;}
.tongzhi .box ul li a{ width: 100%; display: flex; align-items: center; padding: 30px; background: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, .1);}
.tongzhi .box ul li dl{ width: 180px; border-right: #ccc solid 1px; padding-left: 20px; color: #666666; font-size: 15px;}
.tongzhi .box ul li h3{ width: calc(100% - 300px); padding-left: 40px; font-size: 18px; font-weight: normal; line-height: 1; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.tongzhi .box ul li dd{ padding:0 10px; line-height: 26px; background: #959597; border-radius: 5px; color: #fff; font-size: 14px; margin-left: auto;}
.tongzhi .box ul li a:hover h3{ font-weight: bold;}

.dangjianBox{ padding: 50px 0 150px;}
.dangjianBox .tit{ margin-bottom: 30px;}
.dangjianBox .tit h3{ font-size: 60px; color:#ccc; line-height: 1; opacity: 0.23;}
.dangjianBox .tit h2{ font-size: 30px; color: #fff; line-height: 1; background-image: linear-gradient(45deg, #d10606 10%, #ffd200); border-radius: 5px; padding: 8px 20px 10px; margin-top: -10px;}
.dangjianBox .text{ line-height: 2.2;}

.dangjianBox .dangjianOne{ padding: 70px 0 50px;}
.dangjianBox .dangjianOne ul { margin: 0 -75px;}
.dangjianBox .dangjianOne ul li{ width: 50%; padding: 0 75px;}
.dangjianBox .dangjianOne ul li dl{ padding-bottom: 54.77%; border-radius: 15px; }

.dangjianBox .dangjianTwo{ margin: 20px 0 50px;}
.dangjianBox .dangjianTwo ul{ border-top: 1px solid #e5e5e5;}
.dangjianBox .dangjianTwo ul li{ padding: 50px 0; border-bottom: 1px solid #e5e5e5;}
.dangjianBox .dangjianTwo ul li h3{ display: flex; font-size: 30px; color: #b90707; margin-bottom: 30px;}
.dangjianBox .dangjianTwo ul li h3 p{ color: #333333;}
.dangjianBox .dangjianTwo ul li dt{ color: #666; line-height: 2;}

.dangjianBox .dangjianThree{ position: relative; padding: 0 90px; margin-top: 100px;}
.dangjianBox .dangjianThree .swiper{ overflow: hidden;}
.dangjianBox .dangjianThree .swiper dl{ padding-bottom: 58.33%; border-radius: 15px;}
.dangjianBox .dangjianThree .arrow-left,.dangjianBox .dangjianThree .arrow-right{ width: 52px; height: 52px; position: absolute; top: 50%; transform: translateY(-50%);}
.dangjianBox .dangjianThree .arrow-left{ background: url(../images/arrow-left.png) no-repeat center; left: 0px;}
.dangjianBox .dangjianThree .arrow-right{ background: url(../images/arrow-right.png) no-repeat center; right: 0px;}

.xieshou{ padding: 60px 0 100px;}
.xieshou .xieshouTit h2{ font-size: 64px; color: #f3f3f3; line-height: 1; text-align: center;}
.xieshou .item{padding-top: 20px;}
.xieshou .anchorPoint:nth-child(1) .item{ padding-top: 0;}
.xieshou .item .tit {background-image: linear-gradient(45deg, #109738 10%, #0790d5); border-radius: 5px; padding-bottom: 3px;}
.xieshou .item .tit h3{ font-size: 30px; color: #fff;  text-align: center; line-height: 46px;}
.xieshou .item .text{ padding: 50px 0; text-align: center;}

.mapCon{ height: 635px; overflow: hidden;  margin-top: 130px;}
.map{ height: 850px;}
.map .amap-info-content{ padding: 0;}
.map .amap-info-close{ right: 12px !important; top: 10px;}
.map .mapBox{ width: 590px; background: #e6e6e6; display: flex;}
.map .mapBox .tit{ width: 80px;}
.map .mapBox .tit h2{ width: 100%; writing-mode: vertical-rl; text-orientation: upright; background-image: linear-gradient(to bottom, #0690d4, #0f9658); display: flex; align-items: center; font-size: 24px; color: #fff; font-weight: normal; letter-spacing: 8px; padding: 40px 0 35px;}
.map .mapBox .mapText{ width: calc(100% - 80px); background: #fff; padding: 35px 30px 30px; color: #666;}
.map .mapBox .mapText h3{ font-size: 24px; color: #000; font-weight: normal; margin-bottom: 15px;}
.map .mapBox .mapText h4{ font-size: 18px; font-weight: normal; margin-bottom: 10px;}
.map .mapBox .mapText p{ line-height:1.7;}

.contact{ padding: 70px 0;}
.contact ul li{ width: 50%; margin-bottom: 30px;}
.contact ul li ol{ height: 100%; height: 235px; background: #f6f6f6; background-position: right 30px bottom -10px; background-repeat: no-repeat; padding: 35px; position: relative;}
.contact ul li ol::before{ content: ""; width: 1px; height:calc(100% - 70px); background: #d8d8d8; position: absolute; right: 1px; top: 35px;}
.contact ul li:nth-child(even) ol::before{ display: none;}
.contact ul li ol .t{ font-size: 25px; margin-bottom: 20px;}
.contact ul li ol .c{ font-size: 14px; line-height: 2.2;}

.message{ padding: 70px 0; background: url(../images/messageBg.jpg) no-repeat center; background-size: cover;}
.message .tit{ color: #fff; text-align: center; margin-bottom: 65px;}
.message .tit h2{ font-size: 36px; line-height: 1; padding-bottom: 25px; margin-bottom: 25px; position: relative;}
.message .tit h2::after{ content: ""; width: 106px; height: 2px; background: #91b4d1; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);}
.message .tit p{ font-size: 24px;}
.message .box{ font-size: 14px; color: #fff;}
.message .box a{ color: #fff;}
.message .box ul{ width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; position: relative;}
.message .box ul li{ width: 48%; margin-bottom: 40px; position: relative;}
.message .box ul li::before{ content: ""; width: 20px; height: 20px; position: absolute; left: 20px; top: 50%; transform: translateY(-50%); z-index: 11;}
.message .box .nameIcon::before{ background: url(../images/icon45.png) no-repeat center;}
.message .box .emaiIcon::before{ background: url(../images/icon46.png) no-repeat center;}
.message .box .companyIcon::before{ background: url(../images/icon47.png) no-repeat center;}
.message .box .serviceIcon::before{ background: url(../images/icon48.png) no-repeat center;}
.message .box .contentIcon::before{ content: ""; background: url(../images/icon49.png) no-repeat center; width: 20px; height: 20px; position: absolute; left: 20px; top: 25px; z-index: 11;}
.message .box input[type="text"]{ width: 100%; line-height: 62px; background: none; border: #fff solid 1px; border-radius: 15px; color: #fff; font-size: 14px; padding-left: 55px;}
.message .box input[type="checkbox"]{ border: none;}
.message .box textarea{ width: 100%; height: 162px; background: none; border: #fff solid 1px; border-radius: 15px; color: #fff; font-size: 14px; padding:24px 0 24px 55px; margin-bottom: 20px;}
.message .box button{ width: 130px; height: 38px; line-height: 32px; background: none; border: #fff solid 2px; margin: 40px auto 0; display: block; cursor: pointer; color: #fff; font-size: 16px;}
.message .box button:hover{ background: #fff; color: #000;}

.bottomContact{ padding: 70px 20px 45px; background: url(../images/bottomContactBg.jpg) no-repeat center; background-size: cover; color: #fff; text-align: center;}
.bottomContact h3{ font-size: 36px; line-height: 1; margin-bottom: 50px;}
.bottomContact p{ font-size: 24px; line-height: 1; margin-bottom: 60px;}
.bottomContact a{ border: #fff solid 2px; color: #fff; line-height: 1; padding: 5px 30px; transition: all 0.4s ease;}
.bottomContact a:hover{ background: #fff; color: #333;}

.footer{ background: #505559; font-size: 14px; color: #cccccc;}
.footer a{ color: #ccc;}
.footer a:hover{ color: #009933;}
.footer .footerMain{ padding: 70px 0 80px;}
.footer .footerLeft .logo{ width: 155px; overflow: hidden; margin-bottom: 20px;}
.footer .footerLeft .logo img{filter: drop-shadow(#fff 0 150px); transform: translateY(-150px);}
.footer .footerLeft .footerContact{ line-height: 2;}
.footer .footerNav ul li{padding: 0 18px; position: relative;}
.footer .footerNav ul li::after{ content: ""; width: 1px; height: 15px; background: #fff; position: absolute; left: 0; top: 0;}
.footer .footerNav ul li:nth-child(1)::after{ display: none;}
.footer .footerNav ul li>a{ color:#fff; line-height: 1; margin-bottom: 20px; display: block;}
.footer .footerNav ul li>a:hover{color: #009933}
.footer .footerNav ul li .subnav>a{ display:block; margin-bottom: 5px;}
.footer .footerNav ul li .subnav>a:hover{ color: #009933;}
.footer .footerRight dl{ text-align: center; color: #fff; margin-bottom: 30px;}
.footer .footerRight .box ul li{ position: relative; margin: 0 15px; cursor: pointer;}
.footer .footerRight .box ul li ol{ text-align: center;}
.footer .footerRight .box ul li ol p{ margin-top: 8px;}
.footer .footerRight .box ul li dt{ width: 120px; position: absolute; bottom: -125px; left: 50%; margin-left: -60px; display: none;}
.footer .footerRight .box ul li:hover dt{ display: block;}
.footer .copyright{ line-height: 78px; text-align: center; font-size: 14px; color: #cccccc; border-top: 1px solid #75797c;}
.footer .copyright a{ margin-left: 10px;}

/*===/分页=============================*/
.fenye { text-align: center; font-size: 16px; width: 100%; height: 40px;}
.fenye .prev, .fenye .next { width: 40px; height: 40px; line-height: 40px; color: #333;margin-right: 5px; display: inline-block; font-family: "宋体";font-size: 17px; background: #ececec;}
.fenye a { width: 40px; height: 40px; line-height: 40px;  color: #333; margin-right: 5px;display: inline-block; background: #ececec; transition: all 0.4s;}
.fenye a:hover {color: #fff; background: #009933;}
.fenye a.current { color: #fff;  background: #009933;}

.gonghui .fenye a:hover { background: #cc0000;}
.gonghui .fenye a.current { background: #cc0000;}

/*搜索框*/
.search-dialog-box{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999999;}
.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;}

/* 弹出框 */
.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: 29px; height: 29px; 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: 1680px) {
    .wrap{ padding: 0 30px;}

    .indexOne .box .con{padding: 0 90px 0 0;}
    .indexThree .box { padding: 0 60px; }
    .aboutFour .swiperBox{ padding: 0 50px;}
    .aboutFour .swiperBox .arrow-left{left: -50px;}
    .aboutFour .swiperBox .arrow-right{right: -50px;}
}

@media (max-width: 1550px) {
    .w1500{ width: 100%; padding: 0 50px;}
    .header{ padding: 0 50px;}
    .header .nav>ul>li .subnav .w1500 { height: 330px; }

    .neiBanner{ height: 400px;}

    .title h2{ font-size: 32px;}
    .title h3 { font-size: 32px;}
    .title dl{ font-size: 28px;}

    .indexTwo .box ul li{ width: 25%; padding: 0 30px;}
    .indexTwo .box ul li ol{ margin: 0 auto;}

    .indexThree .item .t h3{ font-size: 26px;}

    .aboutFour .swiperBox .arrow-left{ left: -25px;}
    .aboutFour .swiperBox .arrow-right{ right: -25px;}

    .aboutFive .con ul li .item { padding: 25px 0;}
    .aboutFive .con ul li .item h3 { font-size: 28px;}
    .aboutFive .con ul li .item h3 img{ height: 35px; margin-right: 8px;}

    .solutionOne .box{ padding:  0;}

    .xieshou .item .tit h3{ font-size: 24px;}

    .message .tit h2{ font-size: 32px;}
    .message .tit p{ font-size: 22px;}
    .message .box input[type="text"]{ line-height: 56px;}

    .bottomContact { padding: 70px 20px;}
    .bottomContact h3{ font-size: 30px; margin-bottom: 30px;}
    .bottomContact p{ font-size: 22px; margin-bottom: 45px;}
    .footer .footerLeft{ width: 260px;}
}
@media (max-width: 1440px) {
}

@media (max-width: 1366px) {
    .w1500{ width: 100%; padding: 0 30px;}
    .header{ padding: 0 30px;}
    .header .logo{ height: 80px;}
    .header .nav>ul>li>a{ padding: 0 20px;}

    .title h2{ font-size: 30px;}
    .title h3{ font-size: 30px;}
    .title dl { font-size: 24px;}
    .ntitle{ font-size: 30px;}

    .indexOne .box{ padding: 45px;}
    .indexOne .box .con { padding: 0 45px 0 0; }
    .indexOne .box .con .tit h3{ font-size: 30px;}
    .indexOne .box .con .tit p{ font-size: 14px; font-weight: normal;}
    .indexOne .box .con .text { line-height: 1.8; margin-bottom: 35px; }

    .indexThree .box { padding: 0 30px; }
    .indexThree .box ul li:nth-child(2) { margin-top: 60px; }
    .indexThree .box ul li:nth-child(3) { margin-top: 120px; }
    .indexThree .item .t { height: 80px;}
    .indexThree .item .t img{ height: 30px;}

    .indexFour .itemNav{ margin-bottom: 50px;}

    .indexFive .box { margin-bottom: 60px; }

    .aboutOne .num h3 { font-size: 13px; margin: 20px 0 10px;}
    .aboutOne .num h3 b { font-size: 50px;}

    .aboutTwo .box ul li{ padding: 20px;}

    .aboutTree .content-swiper{ width: 600px;}
    .aboutTree .content-swiper .swiper-slide h3{ font-size: 16px;}
    .aboutTree .timeline-swiper{ width: 450px; height: 470px; margin-right: 30px;}
    .aboutTree .timeline-swiper .year{ font-size: 40px;}
    .aboutTree .timeline-swiper .swiper-slide-active .year-wrapper { -webkit-transform: translateX(-78px); -o-transform: translateX(-78px); transform: translateX(-78px); }
    .aboutTree .timeline-swiper .swiper-slide-next .year-wrapper, .aboutTree .timeline-swiper .swiper-slide-prev .year-wrapper { -webkit-transform: translateX(-79px); -o-transform: translateX(-79px); transform: translateX(-79px); }
    .aboutTree .timeline-swiper .timeline-halfcircle{ right: -76%;}

    .aboutFour .authentication ul li dl { width: 220px; height: 220px; line-height: 190px;}
    .aboutFour .authentication ul li dl img{ padding: 20px;}
    .aboutFour .authentication ul li h3{ font-size: 16px;}
    .aboutFour .tit { font-size: 60px; padding-left: 50px;}
    .aboutFour .swiperBox .swiper-slide{ font-size: 16px;}

    .aboutFive { padding: 100px 0; }
    .aboutFive .con ul li .item h3{ margin-bottom: 10px;}
    .aboutFive .con ul li .item dt{ font-size: 16px;}

    .solutionTitle h3{ font-size: 60px;}
    .solutionTitle h2{ font-size: 30px; margin-top: -38px;}

    .solutionTwo{ padding: 70px 0 25px;}
    .solutionTwo .item{ margin-bottom: 45px;}
    .solutionTwo .item .con .tit { margin-bottom: 30px; }
    .solutionTwo .item .con .tit h3{ font-size: 30px;}
    .solutionTwo .item .con .tit h3 img{ width: 50px;}
    .solutionTwo .item .con .text{ font-size: 16px;}
    
    .solutionThree .box ul li h3{ font-size: 24px;}

    .news .box { padding-bottom: 15px; }
    .news .box ul li{ margin-bottom: 35px;}
    .news .box ul li .con h3{ font-size: 18px;}

    .industry .box ul { margin: 0 -50px;}
    .industry .box ul li { padding: 0 50px; margin-bottom: 60px;}
    .industry .box ul li h3{ font-size: 18px;}

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

    .newsView .box{ padding: 60px;}

    .dangjianBox .tit h3{ font-size: 50px;}
    .dangjianBox .tit h2{ font-size: 24px;}
    .dangjianBox .dangjianOne { padding: 50px 0 40px; }
    .dangjianBox .dangjianTwo ul li h3{ font-size: 25px;}

    .mapCon{ height: 560px;}
    .map .mapBox {width: 550px;}
    .map .mapBox .mapText h3{ font-size: 22px;}
    .map .mapBox .mapText h4{ font-size: 16px;}
    .map .mapBox .mapText p{ font-size: 15px;}

    .contact ul li ol{ height: 200px;}
    .contact ul li ol .t { font-size: 22px; margin-bottom: 15px; }

    .footer .footerLeft { width: 205px; }
    .footer .footerNav ul li { padding: 0 13px;}
    .footer .footerRight .box ul li ol p{ font-size: 12px;}
 
}

@media (max-width: 1300px) {
}

@media (max-width: 1240px) {
    .header{ height: 110px;}
    .header .nav>ul>li>a { padding: 0 15px; line-height: 107px;}
    .header .nav>ul>li .subnav{ top: 110px;}

    .neiBanner{ height: 350px; margin-top: 110px; }

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

    .anchorPoint {padding-top: 109px;margin-top: -109px;}

    .aboutTree .content-swiper{ width: 540px; padding: 35px 50px;}
    .indexThree .box{ padding: 0;}
    .indexThree .box ul{ margin: 0 -20px;}
    .indexThree .box ul li{ padding: 0 20px;}
    .indexThree .item .t h3 { font-size: 22px; }

    .aboutFour .authentication ul li dl { width: 190px; height: 190px; line-height: 160px; }
    .aboutFour .authentication ul li h3{ margin-top: 20px;}
    
    .aboutFive { padding: 70px 0 80px; }
    .aboutFive .con ul li .item { padding: 20px 0;}
    .aboutFive .con ul li .item h3 { font-size: 22px; }
    .aboutFive .con ul li .item dt { font-size: 15px; }

    .solutionTitle h3 {font-size: 50px;}
    .solutionTitle h2{ font-size: 28px; margin-top: -34px;}
    .solutionOne .title p{font-size: 20px;}

    .xieshou { padding: 50px 0 60px; }
    .xieshou .xieshouTit h2 { font-size: 50px;}
    .xieshou .item .tit h3 { font-size: 22px; }
    .xieshou .item .text { padding: 35px 0;}

    .map { height: 700px; }
    .mapCon{ height: 470px; margin-top: 110px;}
    .map .mapBox { width: 520px; }
    .map .mapBox .tit { width: 65px; }
    .map .mapBox .tit h2{ padding: 30px 0 20px;}
    .map .mapBox .mapText { width: calc(100% - 65px);}
    .map .mapBox .mapText{ padding: 30px;}
    .map .mapBox .mapText p { line-height: 1.5; }

    .message .tit h2{ font-size: 28px;}
    .message .tit p{ font-size: 20px;}
    .message .box ul li { width: 49%; margin-bottom: 20px;}

    .menuDown{ top: 110px;}
}

@media (max-width: 1200px) {
    body{ font-size: 15px;}
    .header .nav>ul>li>a{ font-size: 15px;}
    .header .nav>ul>li .subnav .t h3{ font-size: 20px; margin: 15px 0 10px;}
    .header .nav>ul>li .subnav .t p { font-size: 15px;}
    .header .nav>ul>li .subnav .navlist ul>li>a{ line-height: 38px;}

    .indexTwo .box { padding-top: 20px; }
    .indexTwo .box ul li dl { font-size: 14px;}
    .indexTwo .box ul li dl span { font-size: 38px;}
    .indexTwo .box ul li h3{ font-size: 16px;}

    .indexThree .item .c .linkList ul li a { font-size: 15px;}

    .indexFour .box ul li { padding: 0 15px; }

    .aboutTwo .box ul li a h3{font-size: 14px;}

    .aboutFour .swiperBox .swiper-slide{ font-size: 15px;}

    .solutionTwo .item .con .text{ font-size: 15px;}

    .bottomContact h3{ font-size: 25px;}
    .bottomContact p{ font-size: 16px;}

    .footer {font-size: 12px;}
}

@media (max-width: 1106px) {
    .header .logo { height: 70px; margin-right: 25px;}
    .header .cityBtn{ font-size: 12px;}
    .header .nav>ul>li>a{ padding: 0 10px;}

    .footer .footerMain{ padding: 50px 0;}
    .footer .footerLeft { width: 330px;}
    .footer .footerMiddle{ display: none;}
}

@media (max-width: 1030px) {
}

@media screen and (max-width:750px){
    body{ font-size: 14px; padding-top: 60px;}
    .wrap{ width: 100%; padding: 0 15px;}
    .w1500{ width: 100%; padding: 0 15px;}

    .header{ width: 100%; height:60px; background:#fff; padding: 0 15px; position: fixed; top: 0; left: 0; z-index: 99999999; }
    .header .logo{ height: 60px; padding: 12px 0; }
    .header .nav{  position: fixed; top: 60px; left: 0; width: 100%; height: calc(100vh - 60px);  background: #fff; display: none;}
    .header .nav>ul{ display: block;  position: relative; z-index: 111;}
    .header .nav>ul>li{ margin-left: 0; border-bottom: #eee solid 1px; position: relative;}
    .header .nav>ul>li>a{ padding: 0 15px; font-size: 15px; line-height: 46px;  display: block;}
    .header .nav>ul>li .subnav{ box-shadow:inherit; position: relative; left: 0; top: 0;}
    .header .nav>ul>li .subnav .w1500{ height: auto; padding:30px 0;}
    .header .nav>ul>li .subnav .t{ width: 50%; padding: 0 15px; text-align: center;}
    .header .nav>ul>li .subnav .t img{ width:30px;}
    .header .nav>ul>li .subnav .t h3{ font-size: 15px; margin: 10px 0 5px;}
    .header .nav>ul>li .subnav .t p { font-size: 12px; }
    .header .nav>ul>li .subnav .navlist{ width: 50%; padding-left: 35px;}
    .header .nav>ul>li .subnav .navlist ul>li>a{ line-height: 26px;}
    .header .nav>ul>li .subnav .navPic{ display: none;}

    .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 { position: relative;}
    .banner .swiper-container{ width:100%; overflow:hidden;}
    .banner .swiper-container .swiper-slide{ background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden;}
    .banner .swiper-container .swiper-slide a{  display: block; width:100%;}
    .banner .swiper-container .swiper-slide img{width:100%;}
    .banner .pagination { width: 100% !important; position: absolute; left:0; bottom:10px!important;  z-index:111; text-align: center;}
    .banner .swiper-pagination-clickable .swiper-pagination-bullet{ display: inline-block; width: 10px;height: 10px;  margin: 0 3px; border-radius:12px !important; opacity: 1; cursor: pointer;}
    .banner .swiper-pagination-bullet-active { background: #fff;}
    .banner .swiper-slide-active{opacity:1;}

    .neiBanner{ height: 130px; margin-top: 0;}

    .title { margin-bottom: 30px;}
    .title h2 { font-size: 19px; line-height: 1.2; }
    .title h3 { font-size: 19px; }
    .title p { font-size: 13px; font-weight: normal; margin-top: 15px;}
    .title dl { font-size: 16px; margin-top: 20px;}

    .ntitle{ font-size: 19px; margin-bottom: 30px;}
    .ntitle h2 { font-size: 19px; }

    .more { width: 100px; height: 32px;}
    .more span { line-height: 28px; font-size: 13px;}

    .indexOne { padding: 50px 0 60px; }
    .indexOne .box{ padding: 22px; display: block;}
    .indexOne .box .con{ width: 100%; padding: 0; margin-bottom: 25px;}
    .indexOne .box .con .tit{ text-align: center; margin-bottom: 18px;}
    .indexOne .box .con .tit h3 { font-size: 22px; }
    .indexOne .box .con .tit p { font-size: 12px;}
    .indexOne .box .con .text{ line-height: 1.7; margin-bottom: 25px;}
    .indexOne .box .con .more{ margin: 0 auto;}
    .indexOne .box .pic{ width: 100%;}

    .indexTwo { padding: 0 0 40px; }
    .indexTwo .box ul{ flex-wrap: wrap;}
    .indexTwo .box ul li{ width: 50%; margin-bottom: 20px;}
    .indexTwo .box ul li i img{ width: 40px;}
    .indexTwo .box ul li dl{ margin-top: 10px;}
    .indexTwo .box ul li dl span { font-size: 30px; }
    .indexTwo .box ul li h3 { font-size: 14px; }
    .indexTwo .box ul li ol { width: 120px; height: 120px; padding: 10px;}
   
    .indexThree { padding: 50px 0 40px;}
    .indexThree .item .t{ height: 60px; padding: 0 20px;}
    .indexThree .item .t h3 { font-size: 18px; }
    .indexThree .box ul{ flex-wrap: wrap; margin: 0 -10px;}
    .indexThree .box ul li{ width: 50%; margin-bottom: 15px; padding: 0 10px;}
    .indexThree .box ul li:nth-child(2) { margin-top: 0; }
    .indexThree .box ul li:nth-child(3) { margin-top: 0; }
    .indexThree .item .c .linkList{ opacity: 1;}
    .indexThree .item .c .linkList ul li {margin: 5px 0;}
    .indexThree .item .c .linkList ul li a { font-size: 13px; }
    .indexThree .item .c .pic{ opacity: 0.2;}

    .indexFour { padding: 50px 0 36px; }
    .indexFour .itemNav { margin-bottom: 24px; }
    .indexFour .itemNav ul li { padding: 0 5px; }
    .indexFour .itemNav ul li a { font-size: 14px; padding: 5px 10px;}
    .indexFour .box ul { flex-wrap: wrap; margin: 0 -6px;}
    .indexFour .box ul li{ width: 50%; padding: 0 6px; margin-bottom: 15px;}
    .indexFour .box ul li dd{ margin-bottom: 10px;}
    .indexFour .box ul li h3{ font-size: 14px; padding-bottom: 10px; margin-bottom: 6px;}
    .indexFour .box ul li dt { height: 36px; font-size: 12px; line-height: 18px;}

    .indexFive .itemNav { margin-bottom: 25px; margin-top: -10px;}
    .indexFive .itemNav ul li { padding: 0 8px; }
    .indexFive .box { margin-bottom: 35px; }

    .neiNav{ overflow-x: auto;}
    .neiNav::-webkit-scrollbar{ height: 0;}
    .neiNav ul li{ margin-right: 10px;}
    .neiNav ul li a{ line-height: 46px; font-size: 14px; white-space: nowrap; padding: 0 5px;}

    .anchorPoint { padding-top: 59px; margin-top: -59px; }

    .aboutOne{ padding: 45px 0;}
    .aboutOne .text{ line-height: 1.7; margin-bottom: 35px;}
    .aboutOne .text span{ font-size: inherit !important; }
    .aboutOne .text table tr{ display: block;}
    .aboutOne .text table tr td{ width: 100% !important; display: block;}
    .aboutOne .text table tr td img{ width: 100% !important;  margin-bottom: 10px;}
    .aboutOne .num ul li img{ height: 35px;}
    .aboutOne .num h3{ font-size: 12px; margin: 15px 0 5px;}
    .aboutOne .num h3 b{ font-size: 28px;}
    .aboutOne .num dd{ font-size: 14px;}

    .aboutTwo { padding: 45px 0 55px;}
    .aboutTwo .box ul li{ width: 50%; padding: 5px;}
    .aboutTwo .box ul li a h3 { font-size: 12px; margin-top: 8px;}

    .aboutTree .content-swiper{ width: 100%; min-height: 230px; padding: 0; box-shadow:inherit; background: none;}
    .aboutTree .content-swiper .swiper-slide { line-height: 1.6; padding: 0 20px 0 25px; }
    .aboutTree .content-swiper .swiper-slide .year{ font-size: 38px; font-weight: bold; color: #109738; line-height: 1; display: block; margin-bottom: 15px;}
    .aboutTree .content-swiper .swiper-slide h3 { font-size: 14px; border-bottom: #109738 solid 1px; margin-bottom: 15px; padding-bottom: 14px;}
    .aboutTree .content-swiper .swiper-slide h3::before{ left: -25px; top: 6px;}
    .aboutTree .content-swiper .arrow{ padding-top: 25px; display: flex; justify-content: center;}
    .aboutTree .content-swiper .arrow-left, .aboutTree .content-swiper .arrow-right{ width: 25px; height: 25px; background-size: 100% !important; display: block; margin: 0 5px;}
    .aboutTree .content-swiper .arrow-left {background: url(../images/arrow-left.png) no-repeat center; left: -5px; }
    .aboutTree .content-swiper .arrow-right {background: url(../images/arrow-right.png) no-repeat center; right: -5px; }
    .aboutTree .timeline-swiper{ display: none;}

    .aboutFour { padding: 45px 0 50px;}
    .aboutFour .authentication { margin-bottom: 40px; }
    .aboutFour .authentication ul li{ width: 33.33%; padding: 0 5px;}
    .aboutFour .authentication ul li dl { width: 110px; height: 110px; line-height: 100px; border: #fff solid 5px;}
    .aboutFour .authentication ul li h3 { font-size: 13px;    margin-top: 10px; }
    .aboutFour .tit { font-size: 36px; padding-left: 30px;margin-bottom: 20px; }
    .aboutFour .swiperBox { padding: 0 30px;}
    .aboutFour .swiperBox .swiper-slide { font-size: 13px; }
    .aboutFour .swiperBox .swiper-slide a.pic{ background-size: 14px auto; padding-right: 20px;}
    .aboutFour .swiperBox .arrow-left, .aboutFour .swiperBox .arrow-right{ width: 25px; height: 25px; background-size: 100%;}
    .aboutFour .swiperBox .arrow-left { left: -5px; }
    .aboutFour .swiperBox .arrow-right { right: -5px; }
    
    .aboutFive { padding: 35px 0 80px; }
    .aboutFive .w1500{ display: block;}
    .aboutFive .con{ width: 100%; margin-bottom: 20px;}
    .aboutFive .con ul li{ padding-right: 0;}
    .aboutFive .con ul li .item h3{ font-size: 17px; margin-left: 0;}
    .aboutFive .con ul li .item h3 img{ width: auto; height:22px;}
    .aboutFive .con ul li .item dt{ font-size: 12px;}
    .aboutFive .pic { width: 100%; padding-left: 0; }

    .solutionOne .title p { font-size: 15px; }
    .solutionTitle h3 { font-size: 32px; }
    .solutionTitle h2 { font-size: 20px; margin-top: -18px; }
    .solutionTwo{ padding: 45px 0;}
    .solutionTwo .item{ background-size: 0 auto !important; margin-bottom: 15px;}
    .solutionTwo .item .con { width: 100%; padding: 30px 20px; background-size: 120px auto !important; background-position: left -30px bottom -30px; }
    .solutionTwo .item .con .tit{ margin-bottom: 15px;}
    .solutionTwo .item .con .tit h3 { font-size: 20px; }
    .solutionTwo .item .con .tit h3 img { width: 22px; }
    .solutionTwo .item .con .text{ line-height: 1.6;}
    .solutionTwo .item:nth-child(even) .con { background-position: right -30px bottom -30px; }

    .solutionThree { padding: 45px 0 70px; }
    .solutionThree .box ul{ flex-wrap: wrap; margin: 0 -5px;}
    .solutionThree .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px;}
    .solutionThree .box ul li a{ padding: 45px 0;}
    .solutionThree .box ul li h3 { font-size: 16px; border-bottom: #0354c0 solid 1px; padding: 0 10px 10px; margin-bottom: 5px;}
    .solutionThree .box ul li dd{ font-size: 14px;}

    .news { padding: 30px 0 50px; }
    .news .box ul li{ margin-bottom: 0;}
    .news .box ul li a{ padding: 15px 0; box-shadow:inherit;}
    .news .box ul li .date{ display: none;}
    .news .box ul li .con{ width: calc(100% - 130px); padding-right: 15px;}
    .news .box ul li .con h3{ font-size: 15px; margin-bottom: 5px;}
    .news .box ul li .con dt { height: 32px; line-height: 16px; font-size: 12px; margin-bottom: 8px;}
    .news .box ul li .con dd{ display: none;}
    .news .box ul li .con .wapTime{ display: block; font-size: 12px; color: #999;}
    .news .box ul li .pic { width: 130px; }
    .news .box ul li:hover::after{ display: none;}
    .news .box ul li a:hover{ box-shadow: inherit;}

    .industry { padding: 30px 0 50px; }
    .industry .box { padding-bottom: 20px;}
    .industry .box ul{ margin: 0 -5px;}
    .industry .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px;}
    .industry .box ul li a{ padding: 7px 7px 10px;}
    .industry .box ul li h3 { font-size: 14px; margin: 10px 0 8px; padding-bottom: 10px;}
    .industry .box ul li dd{ font-size: 13px;}

    .tongzhi { padding: 35px 0 50px; }
    .tongzhi .box{ padding-bottom: 10px;}
    .tongzhi .box ul li{ margin-bottom: 12px;}
    .tongzhi .box ul li a{ padding: 15px;}
    .tongzhi .box ul li dl{ width: 115px; padding-left: 0; font-size: 13px;}
    .tongzhi .box ul li h3{ width: calc(100% - 110px); padding-left: 15px; font-size: 14px;}
    .tongzhi .box ul li dd{ display: none;}

    .bread{ font-size: 12px; margin-top: 0; }
    .bread .w1500{text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
    .newsView { padding: 15px 0 50px; }
    .newsView .box { padding:30px 20px; }
    .newsView .box .tit { padding-bottom: 20px; margin-bottom: 20px; }
    .newsView .box .tit h1{ font-size: 20px;}
    .newsView .neiPage{ margin-bottom: 20px;}
    .newsView .neiPage a h3{ font-size: 13px;}

    .dangjianBox { padding: 40px 0 80px; }
    .dangjianBox .tit h3 { font-size: 20px; }
    .dangjianBox .tit h2 { font-size: 18px; }
    .dangjianBox .dangjianOne { padding: 25px 0 30px; }
    .dangjianBox .dangjianOne ul{ margin: 0 -5px;}
    .dangjianBox .dangjianOne ul li { width: 50%; padding: 0 5px; }
    .dangjianBox .dangjianTwo ul li { padding: 25px 0; }
    .dangjianBox .dangjianTwo ul li h3 { font-size: 16px; margin-bottom: 10px;}
    .dangjianBox .dangjianThree .arrow-left, .dangjianBox .dangjianThree .arrow-right{ width: 25px; height: 25px; background-size: 100%;}
    .dangjianBox .dangjianThree{ padding: 0 40px; margin-top: 70px;}

    .xieshou { padding: 30px 0 50px; }
    .xieshou .xieshouTit h2 { font-size: 27px; }
    .xieshou .item .tit h3{ font-size: 15px; line-height: 30px;}
    .xieshou .item .text { padding: 15px 0; }

    .mapCon { height: 300px; margin-top: 0; }
    .map { height:460px; }
    .map .mapBox { width: 350px; }
    .map .mapBox .tit { width: 50px; }
    .map .mapBox .tit h2{ font-size: 16px;}
    .map .mapBox .mapText { width: calc(100% - 50px); padding: 18px;}
    .map .mapBox .mapText h3 { font-size: 17px; margin-bottom: 8px;}
    .map .mapBox .mapText h4 { font-size: 13px; margin-bottom: 5px; }
    .map .mapBox .mapText p { font-size: 13px; }

    .contact { padding: 30px 0; }
    .contact ul li{ width: 100%; margin-bottom: 12px;}
    .contact ul li ol { height: auto; padding: 22px;}
    .contact ul li ol::before{ display: none;}
    .contact ul li ol .t { font-size: 17px; font-weight: bold; margin-bottom: 15px; }
    .contact ul li ol .c { font-size: 13px; line-height: 2; }

    .message .tit{ margin-bottom: 35px;}
    .message .tit h2 { font-size: 20px;padding-bottom: 18px; margin-bottom: 15px; }
    .message .tit p { font-size: 14px; }
    .message .box ul li{ width: 100%; margin-bottom: 10px;}
    .message .box ul li::before{left: 13px;}
    .message .box input[type="text"] {border-radius: 6px; line-height: 42px; padding-left: 40px;}
    .message .box .contentIcon::before{ left: 13px; top: 16px;}
    .message .box textarea{ height: 120px; border-radius: 6px; padding: 15px 0 24px 40px;}
    .message .box button { width: 110px; height: 32px; line-height: 28px;font-size: 14px;}

    .bottomContact { padding: 45px 15px; }
    .bottomContact h3 { font-size: 20px; margin-bottom: 18px;}
    .bottomContact p { font-size: 14px; line-height: 1.2; margin-bottom: 30px;}
    .bottomContact a { border: #fff solid 1px; padding: 5px 20px;}

    .footer .footerMain { padding: 40px 0 35px; }
    .footer .footerLeft { width: 168px; }
    .footer .footerLeft .logo{ width: 120px; margin-bottom: 15px;}
    .footer .footerLeft .footerContact { line-height: 1.6; }
    .footer .footerRight dl{ display: none;}
    .footer .footerRight .box ul li{ margin: 0 8px;}
    .footer .footerRight .box ul li dt { width: 85px; bottom: -90px; margin-left: -42px;}
    .footer .copyright{ padding:10px 15px; font-size: 12px; line-height: 1.3;}

    .menuDown { top: 60px; }
    .menuDown .contentBox{ height: 100%;}
    .menuDown .contentBox .regionContainer{ width: 100%; display: block;}
    .menuDown .contentBox .regionContainer .regionBox{ width: 100%;}
    .menuDown .contentBox .regionContainer .regionBox dl{ line-height: 35px; background: #ddd;  padding: 0 15px;}
    .menuDown .contentBox .regionContainer .regionBox ul{ height: auto; flex-direction:row;  padding: 0 15px 15px;}
    .menuDown .contentBox .regionContainer .regionBox ul li{ width: 20%; }
    .menuDown .contentBox .regionContainer .regionBox.region1 ul li{ margin: 12px 0 5px;}

    /*===/分页=============================*/
    .fenye { text-align: center; font-size: 14px; width: 100%; height: 40px; margin: 10px 0 0px; justify-content: center;}
    .fenye .prev, .fenye .next { width: 34px; height: 34px; line-height: 32px; margin-right: 2px; font-size: 16px; }
    .fenye a { width: 34px; height: 34px; line-height: 32px; margin-right:2px;}
    .fenye a:hover {color: #fff; background: #009933; }
    .fenye a.current { color: #fff;  background: #009933; margin-right: 2px;}

    .tccBox .BoxCon{ width: 90%;}
    .tccBox .BoxCon ul video{ width: 100%;}
    .search-dialog{ width: 95%;}
}