@charset "utf-8";
section{padding-left: 10%;padding-right: 10%}
.index-banner {position: relative;width: 100%;overflow: hidden;}
.index-banner .text {position: absolute;width:60%;top: 50%;transform: translateY(-50%);z-index: 11;color: #fff;text-align:center;left: 20%}
.index-banner .text h1{width: 100%;font-size: 45px;line-height: 50px;font-weight:bold;color: #fff;}
.index-banner .text h1 i{border-radius:50%;height: 11px;width: 11px;border:2px #e24426 solid;display: inline-block;margin-left: 10px;vertical-align: top;margin-top:15px}
.index-banner .text h2{margin-top:3%;line-height:30px;font-size: 22px;text-transform: capitalize;color: #fff;}
.index-banner .text h3{margin-top:5%;font-size: 18px;line-height:26px;width:80%;font-weight: 200;color: #fff}
.index-banner .text .more{margin-top:6%;display: block;}
.index-banner .text .more a{line-height: 45px;padding: 0 45px;background: #e24426;margin-right:15px;display: inline-block;text-transform: uppercase;font-weight: 400;border-radius:60px;}
.index-banner .text .more a h6{color: #fff}
.index-banner .text .more a i{line-height: 45px;display: inline-block;margin-left: 10px;color: #fff;font-size: 16px}
.index-banner .text .more a.cur{background: #b1b2b3;border-color: #b1b2b3}
.index-banner .text .more a:hover{background: #003D7A;color: #333;border-color: #003D7A}
.index-banner-swiper .swiper-slide .video,.index-banner-swiper .swiper-slide .img{background: #000;position: relative;}
.index-banner-swiper .swiper-slide .video video{width: 100%;opacity: 0.5;display: inline-block;vertical-align: top}
.index-banner-swiper .swiper-slide .img img{width: 100%;opacity: 0.8;display: inline-block;vertical-align: top}
.index-banner-swiper .swiper-slide .text h1,.index-banner-swiper .swiper-slide .text h2,.index-banner-swiper .swiper-slide .text h3,.index-banner-swiper .swiper-slide .text .more{opacity: 0;transform:translateY(-60px);transition:all 0.8s;}
.index-banner-swiper .swiper-slide .text h2,.index-banner-swiper .swiper-slide .text h3{transition-delay: .4s;position: relative;padding-top: 20px}
.index-banner-swiper .swiper-slide .text h3{transition-delay: .6s;}
.index-banner-swiper .swiper-slide .text .more{transition-delay: 0.8s;}
.index-banner-swiper .swiper-slide-active .text h1,.index-banner-swiper .swiper-slide-active .text h2,.index-banner-swiper .swiper-slide-active .text h3,.index-banner-swiper .swiper-slide-active .text .more{transform: translateY(0px);opacity: 1;}
.swiper-ctrl {position: absolute;width: 100%;left: 0;bottom: 45px;z-index: 11;font-size: 0;text-align: center;}
.scroll-center {display: inline-block;position: absolute;right: 0;bottom: 0;width: 80px;text-align: center;}
.scroll-center .scroll {text-transform: uppercase;color: #fff;position: relative;font-size: 12px;width: 50px;vertical-align: top}
.scroll-center .scroll::before,.scroll-center .scroll::after{content: '';width: 1px;height: 35px;background: #fff;position: absolute;right: 26px;top: -40px;opacity: .5;}
.scroll-center .scroll::after{height: 15px;background: #b71b33;opacity: 1;z-index: 11;top: -36px;width: 3px;right: 25px;-webkit-animation: rotateplane 3s infinite ease-in-out;animation: rotateplane 3s infinite ease-in-out;}
@keyframes rotateplane{ 
    0%{transform: translateY(0px);-ms-transform:translateY(0px);-moz-transform:translateY(0px);-webkit-transform:translateY(0px);-o-transform:translateY(0px)}
    50%{transform: translateY(12px);-ms-transform:translateY(12px);-moz-transform:translateY(12px);-webkit-transform:translateY(12px);-o-transform:translateY(12px)}
    100%{transform: translateY(0px);-ms-transform:translateY(0px);-moz-transform:translateY(0px);-webkit-transform:translateY(0px);-o-transform:translateY(0px)}
}
.left-pagination {position: absolute;left: 50%;transform: translateX(-50%);z-index: 11;bottom: 0}
.index-banner-swiper .banner-pagination {text-align: center;left: auto;bottom:auto!important;right:auto!important;left:auto!important;width: auto;color: #fff;width:auto;transform:none;position: relative}
.index-banner-swiper .banner-pagination span{opacity: 1;margin: 0 3px!important;position: relative;width: 32px;height: 32px;background: transparent;display: inline-block;vertical-align: middle;}
.index-banner-swiper .banner-pagination span::before {content: '';width:5px;height:5px;position: absolute;left:50%;top:50%;border-radius: 100%;transform: translate(-50%,-50%);background: #fff;transition:all .4s ease;opacity: .5;}
.index-banner-swiper .banner-pagination span::after {content: '';width:32px;height:32px;position: absolute;left:50%;top:50%;border-radius: 100%;transform: translate(-50%,-50%);z-index: 1;border: 2px solid rgba(255,255,255,.5);opacity: 0;transition:all .4s ease;}
.index-banner-swiper .swiper-button-prev:after,.index-banner-swiper .swiper-button-next:after{color: #fff;font-size: 30px}
.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active::before {background: #fff!important;opacity: 1;}
.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active::after {opacity: 1;}
.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active .content {opacity: 1;}
.index-banner-swiper .banner-pagination span .content {position: absolute;top: 0;width: 50%;height:100%;margin: 0;padding: 0;overflow: hidden;opacity: 0;transition:all .4s ease;z-index: 11;}
.index-banner-swiper .banner-pagination span .left {left: 0;}
.index-banner-swiper .banner-pagination span .right {right: 0;}
.index-banner-swiper .banner-pagination span .circle {position: absolute;margin: 0;width: 32px;height: 32px;border-radius: 50%;border: 2px solid transparent;transform: rotate(135deg);box-sizing: border-box;}
.index-banner-swiper .banner-pagination span .left-circle {left: 0;border-top-color: #fff;border-left-color: #fff;}
.index-banner-swiper .banner-pagination span .right-circle {right: 0;border-bottom-color: #fff;border-right-color: #fff;}
.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active .left-circle {animation: circleleft 5s linear forwards;}
.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active .right-circle {animation:circleright 5s linear forwards;}
.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active:first-child .left-circle {animation: circleleft 5s linear forwards;}
.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active:first-child .right-circle {animation:circleright 5s linear forwards;}
@keyframes circleright {0% {transform: rotate(135deg);}50%,100% {transform: rotate(315deg);}}
@keyframes circleleft {0%,50% {transform: rotate(135deg);}100% {transform: rotate(315deg);}}

@media screen and (max-width: 1499px) {
	.index-banner .text h1{line-height: 45px;font-size: 38px}
	.index-banner .text h2{font-size: 26px}
}
@media screen and (max-width: 1299px) {
	header .logo a i{font-size: 40px;}
	.index-banner .text h1{line-height: 35px;font-size: 30px}
	.index-banner .text h1 i{margin-top: 8px}
	.index-banner .text h2{font-size: 18px}
	.index-banner-swiper .swiper-slide .text h2,.index-banner-swiper .swiper-slide .text h3{padding-top: 0px}
	.index-banner .text{left: 5%;width: 60%}
	section{padding-left: 5%;padding-right: 5%}
}

@media screen and (max-width: 991px) {
	section{padding-left: 3%;padding-right: 3%}
	.index-banner .text{width: 90%}
	.index-banner .text h1{line-height: 28px;font-size: 24px}
	.index-banner .text h2{font-size: 18px}
	.index-banner .text .more a{line-height: 35px;padding: 0 35px;}
	.index-banner .text .more a i{line-height:35px}
    .index-banner-swiper .swiper-slide .img:after{height:450px;content:'';display:block}
    .index-banner-swiper .swiper-slide .img img{position:absolute;left:50%;height:100%;width:auto;top:0;-moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -webkit-transform: translateX(-50%);transform: translateX(-50%);}
}

@media screen and (max-width:767px) {
	.index-banner .text h1{line-height: 25px;font-size: 20px}
	.index-banner .text h2{font-size: 16px}
}
.comm-title{text-align: center;}
.comm-title h1{font-size: 45px;font-weight: bold;color: #222;z-index: 10;position: relative;padding-bottom: 25px;text-transform:uppercase;}
.comm-title h2{color:rgba(0,0,0,0.03);font-size: 80px;font-family:'Poppins-Bold';text-transform: uppercase;line-height:70px;margin-top: -160px}
.comm-title p{margin-top: 20px;font-size: 16px;color: #666;}
.comm-title h1:after,.comm-title h1:before{content:'';position: absolute;left: 50%;bottom: 0;width: 150px;height: 1px;background: #aaa;transform: translateX(-50%);}
.comm-title h1:after{background:#e24426;width:25px;height: 3px;bottom: -1px;}
.comm-title h3{font-size: 18px;padding-bottom: 10px;color: #003D7A;text-transform:uppercase;}
.comm-title h4{font-size: 40px;font-weight: bold;color: #222;position: relative;padding-bottom:25px;text-transform:uppercase;}
.comm-title h4:after,.comm-title h4:before{content:'';position: absolute;left: 0;bottom: 0;width: 150px;height: 1px;background: #aaa;}
.comm-title h4:after{background:#e24426;width:25px;height: 3px;bottom: -1px;}
.comm-title.left{text-align: left;}
.comm-title.left h1::after,.comm-title.left h1:before{left: 0;transform: translateX(0);}
.comm-title.left h1:after{width:25px;}

@media (max-width:1199px){
	.comm-title h1{font-size: 30px;padding-bottom: 25px;}
	.comm-title h2{font-size: 70px;line-height:60px;margin-top: -140px}
	.comm-title h1:before{width: 60px;}
	.comm-title h4{font-size: 30px;}
}
@media (max-width:991px){
	.comm-title h1{font-size: 22px;padding-bottom: 15px;}
	.comm-title h2{font-size: 50px;line-height:45px;margin-top: -105px}
	.comm-title h3{font-size: 15px;}
	.comm-title h4{font-size: 20px;padding-bottom:15px;}
}

.home-numblock{background:linear-gradient(135deg, #e24426,#d97100,#d97100);padding-top: 55px;padding-bottom: 55px}
.home-numblock .num-block{width: 100%;font-size: 0;display: block}
.home-numblock .num-block dl{display: inline-block;vertical-align: top;padding-bottom: 15px;width: 33.333%;text-align: center;padding: 0 3%;position: relative;}
.home-numblock .num-block dl:after{content: '';position: absolute;right: 0;top: 0px;height: 100%;width: 1px;background:#ffffff15;}
.home-numblock .num-block dl:last-child:after{display: none}
.home-numblock .num-block dl dt{font-size:70px;display: block;font-weight: bold;color: #fff}
.home-numblock .num-block dl dt sup{font-size: 13px;font-weight: normal;top: -35px;left: 5px;color: #fff}
.home-numblock .num-block dl dd{font-size:18px;color: #fff;height:66px;line-height: 22px}
@media (max-width:991px){
	.home-numblock{padding-bottom: 20px}
	.home-numblock .num-block dl{width:50%;margin-bottom: 25px}
	.home-numblock .num-block dl:nth-child(2n):after{display: none}
	.home-numblock .num-block dl dt{font-size:50px;}
	.home-numblock .num-block dl dt sup{top: -25px}
	.home-numblock .num-block dl dd{font-size:14px;height:54px;line-height:18px}
}
.home-about{padding-top:100px;padding-bottom:100px}
.home-about .row > div{padding: 0}
.home-about .row > div:first-child{position: relative;}
.home-about .row > div:first-child img{width: 100%}
.home-about .row .about-img{position: relative;}
.home-about .row .year-experience{position: absolute;right: -20px;bottom: -18px;background:#fff;padding: 20px;box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.2);text-align: center;color: #e24426}
.home-about .row .year-experience strong {font-size: 50px;font-weight: bold;display: block;line-height: 50px}
.home-about .row > div.intros{padding-left: 80px;padding-top: 5px}
.home-about .content{padding-top: 60px;display: block;}
.home-about .content p{font-size: 16px;line-height: 26px;color: #777}
.learn-more{display: block;margin-top: 60px}
.learn-more a,.learn-more b{font-size: 14px;line-height: 20px;font-weight: normal;}
.learn-more a span,.learn-more b span{background: linear-gradient(125deg, rgba(226,68,38,1), rgba(0,41,122,1), rgba(0,61,122,1));border-top-right-radius: 30px;border-bottom-right-radius: 30px;overflow: hidden;width: 45px;display: inline-block;position: relative;height: 20px;vertical-align: sub;margin-left: 10px;transition: all .2s}
.learn-more a span i,.learn-more b span i{color: #fff;font-size: 12px;left:-15px;position:absolute;top:3px;transition: all .2s}
.learn-more a:hover span,.th-block a:hover .learn-more b span{width: 60px;}
.learn-more a:hover span i,.th-block a:hover .learn-more b span i{left:0;}
@media (max-width:1099px){
    .home-about .intros{width: 90%}
}
@media (max-width:991px){
	.home-about{padding-top:40px;padding-bottom:40px}
	.home-about .row > div.intros{padding-left: 0;padding-top: 25px}
	.home-about .content{padding-top: 30px}
	.learn-more{margin-top:30px}
	.home-about .row .year-experience{right: 0}
}
@media (max-width:767px){
	.home-about .intros{width: 100%}
	.home-about .intros p,.home-about .intros.en p{font-size: 13px;line-height:20px;}
	.home-about .intros .num-block dl dt{font-size:35px;}
	.home-about .intros .num-block dl dd{font-size: 14px;}
	.home-about .intros.en .num-block dl dd{font-size: 14px;}
	.home-about .intros .num-block dl{margin-right:2%;min-width: 49%;}
	.home-about .intros .num-block dl:nth-child(2n){margin-right:0}
}

.home-product{background: url(../images/pattern.png);padding-bottom: 100px;padding-top: 100px}
.home-product .th-block{width: 100%;font-size: 0;display: table;padding-top: 40px}
.home-product .th-block dl{position: relative;background:#fff;box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.2);width:28%;margin-right: 2%;display: table-cell;vertical-align: top;padding-top: 50px;padding-bottom: 50px;}
.home-product .th-block dl:nth-child(2){width: 40%}
.home-product .th-block dl:last-child{margin-right: 0}
.home-product .th-block dl dt{width: 100%;display: block;text-align: center;}
.home-product .th-block dl dt img{width: 200px;transition: all .3s}
.home-product .th-block dl a:hover img{transform: scale(1.1);}
.home-product .th-block dl h1{font-size:25px;font-weight: bold;position: relative;display: block;padding-bottom: 20px;}
.home-product .th-block dl p{font-size: 14px;display: block;padding-top: 20px;font-weight: normal;line-height: 18px;color: #777}
.home-product .th-block dl h1:after{content: '';position: absolute;background:#e24426;width: 25px;height: 2px;left: 0;bottom: 0}
.home-product .th-block dl dd{display: block;text-align: left;padding:0 8%;padding-bottom: 50px}
.home-product .th-block dl dt .submeu{display: block;font-size: 0;border-top: 1px #eee solid;padding-top:30px;margin-top: 40px}
.home-product .th-block dl dt .submeu a{display:inline-block;width: calc(100%/3);vertical-align: top;font-size: 14px;text-align: center;}
.home-product .th-block dl dt .submeu a i{display: block;font-size: 50px;margin-bottom: 10px}
.home-product .th-block a .learn-more{left: 8%;position: absolute;bottom: 50px;}
@media (max-width:1199px){
	.home-product{padding-bottom: 80px;padding-top: 80px}
	.home-product .th-block dl h1{font-size:20px;}
}
@media (max-width:991px){
	.home-product{padding-bottom: 40px;padding-top: 40px}
	.home-product .th-block{padding-top: 20px}
	.home-product .th-block dl,.home-product .th-block dl:nth-child(2){width: 100%;display:block;padding-top: 30px;padding-bottom: 30px;margin-right:0;}
	.home-product .th-block dl dd{padding:0 4%;padding-bottom:10px}
	.home-product .th-block dl h1{font-size:18px;}
	.home-product .th-block dl dt .submeu a{font-size: 13px}
	.home-product .th-block dl dt img{width:180px;}
	.home-product .th-block a .learn-more{bottom: 25px}
}

.prut-list{padding-top:30px;padding-bottom:0;margin-left: -15px;margin-right: -15px}
.prut-list dl{text-align: center;padding:15px;}
.prut-list dl a{display: block;width:100%;height:100%;background: #fff;padding:50px 20px;box-shadow: 4px 4px 8px rgb(0 0 0 / 3%);border:1px rgba(0,0,0,0.05) solid;}
.prut-list dl a:hover{box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);}
.prut-list dl a dd,.prut-list dl a dt{width:100%;display: block;overflow: hidden;}
.prut-list dl a dd{margin-bottom: 30px;padding:25px 0;}
.prut-list dl a dd img{width:60%;transition: all .2s;}
.prut-list dl a:hover dd img{transform: scale(1.05);}
.prut-list dl a dt h1{color:#e24426;font-size:24px;min-height:60px;font-weight: bold;margin-bottom: 10px;line-height:30px}
.prut-list dl a dt p{font-size: 15px}
.prut-list dl a span{display: inline-block;padding:6px 30px;border-radius: 30px;border:2px #666 solid;line-height: 26px;transition: all .2s}
.prut-list dl a:hover span{background: #e24426;border-color: #e24426;color: #fff}
.prut-list dl a span i{margin-left: 5px;transition: all .2s;vertical-align: top;line-height: 26px}
.prut-list dl a:hover span i{margin-left: 25px}
@media (max-width:1399px){
	.prut-list dl a dt h1{font-size:22px;}
}
@media (max-width:1199px){
	.prut-list dl{margin-bottom: 20px;}
	.prut-list dl a dt h1{font-size:20px;}
}
@media (max-width:991px){
	.prut-list{padding-top: 80px;}
	.prut-list dl{margin-bottom: 0;}
	.prut-list dl a dt h1{font-size:18px;min-height:auto;line-height:25px}
	.prut-list dl a span{padding:2px 25px;border-radius: 30px;}
}
@media (max-width:767px){
	.prut-list{padding-top: 200px;}
	.prut-list dl{padding:0px;margin-bottom:20px;}
}

.home-whyus{background:url(../images/whyus.jpg) no-repeat center center fixed;background-size: cover;position: relative;padding-top: 100px;padding-bottom: 80px;font-size: 0}
.home-whyus .block{display: block;padding-top: 50px;padding-bottom: 50px}
.home-whyus .comm-title h3{color: #e24426}
.home-whyus .comm-title h4{color: #fff}
.home-whyus .comm-title p{width:70%;color: #eee}
.home-whyus dl{position: relative;width: 32%;background:#fff;margin-right:2%;display: inline-block;vertical-align: top;box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.3);margin-bottom: 40px;cursor: pointer;text-align: center;padding:50px 20px;}
.home-whyus dl:after{content: '';position: absolute;background:#ae2d14;height: 3px;width: 0;left: 0;bottom: 0;transition: all .6s}
.home-whyus dl:hover:after{width: 100%}
.home-whyus dl:nth-child(3n){margin-right:0}
.home-whyus dl dt{font-size: 90px;opacity: 1;}
.home-whyus dl dd{display: block;font-size: 17px;font-weight: bold;transition: all .5s;margin-top: 20px;height: 44px;line-height: 22px}
.home-whyus dl:hover dd{color: #e24426}

.home-project{padding-top: 5%;padding-bottom: 5%}
.home-project .row > div{padding: 0}
.home-project .row > div.project-nav{padding-right: 30px}
.home-project .project-nav{display: block;}
.home-project .project-nav ul{display: block;padding-top: 20px;height: auto;}
.home-project .project-nav li{line-height: 50px;height: 50px;font-size: 18px;color: #333;padding:0;position: relative;font-weight: bold;cursor: pointer;display: block;}
.home-project .project-nav li.this{color: #e24426;}
.home-project .project-nav li:before{margin-right:10px;font-size:25px;line-height: 52px; vertical-align: top;font-weight: normal;}
.home-project .project-nav li:after{content: '';height: 30px;width:1px;position: absolute;right:-20px;top: 5px;background:rgba(255,255,255,.15);}
.home-project .project-nav li:last-child:after{display: none}
.home-project .learn-more{margin-top: 80px}

.home-project .project-list {margin-top: 12px}
.home-project .comm-title h1{font-size: 40px}
.home-project .project-list dl {padding-bottom: 25px}
.home-project .project-list dl a{display: block;transition: all .2s;width: 100%;position: relative;text-align: center;border:1px #00000010 solid;}
.home-project .project-list dl a:hover{background: rgba(255,255,255,.1);}
.home-project .project-list dl a dt{display: block;overflow: hidden;width: 100%;background: #000;position:relative;}
.home-project .project-list dl a dt img{width: 100%;transition: all .2s;opacity: 0.8;}
.home-project .project-list dl a dt i{position: absolute;left: 50%;top: 60%;transform: translate(-50%,-50%);color: #fff;font-size:30px;opacity: 0;transition: all .3s}
.home-project .project-list dl a:hover dt img{opacity: 0.5;}
.home-project .project-list dl a:hover dt i{opacity: 1;top: 50%;}
.home-project .project-list dl a dd{padding-bottom: 40px;width: 100%;display: block;border-top:1px rgba(255,255,255,0.3) solid;transition: all .3s}
.home-project .project-list dl a dd > i{display: block;font-size: 20px;margin-bottom: 20px}
.home-project .project-list dl a dd h1{font-size:22px;display: block;position:relative;font-weight: bold;}
.home-project .project-list dl a dd h1 b{display: block;color: #999;font-size: 14px;font-weight: normal;line-height: 28px}
.home-project .project-list dl a dd p{display: block;margin-top: 10px;font-size: 16px}
.home-project .project-list dl a dd p span{display: block;line-height: 28px}
.home-project .project-list dl a dd p b{display: block;color: #e24426;font-weight: normal;font-size: 16px}
.home-project .project-list dl a .more{line-height: 20px;display: inline-block;position: absolute;bottom:-25px;left:50%;transform: translateX(-50%);background:#e24426;line-height: 50px;width: 50px;text-align: center;border-radius: 50%;overflow: hidden;}
.home-project .project-list dl a .more i{color: #fff;font-size: 20px;line-height: 50px;display: inline-block;vertical-align: top}
.home-project .project-list .swiper-button-prev,.home-project .project-list .swiper-button-next{top: 35%;z-index: 1000;}
.home-project .project-list .swiper-button-prev:after,.home-project .project-list .swiper-button-next:after{color: #fff;font-size: 20px}
@media (max-width:1299px){
	.home-project .comm-title h1{font-size: 30px}
	.home-project .learn-more{margin-top: 40px}
}
@media (max-width:991px){
	.home-whyus{padding-top: 50px;padding-bottom: 40px;}
	.home-whyus .block{padding-top: 20px;padding-bottom: 0px}
	.home-whyus .comm-title h4{font-size:20px}
	.home-whyus .comm-title h3{font-size: 15px}
	.home-whyus .comm-title p,.comm-title p{width: 100%;font-size: 14px;line-height: 18px}
	.home-project .row > div.project-nav{padding-right: 0}
	.home-project .comm-title h1{font-size:20px}
	.home-project .project-nav li{line-height: 40px;height: 40px;font-size: 15px;display: inline-block;margin-right:15px;padding: 0 5px}
	.home-project .project-nav li:last-child{margin-right:0}
	.home-project .project-nav li:before{font-size:22px;line-height: 40px;margin-right:5px;}
	.home-project .project-list dl a dd h1{font-size:18px;}
	.home-project .project-list dl a dd p span{font-size: 14px;}
	.home-project .project-list dl a dd h1 b{font-size: 12px}
	.home-project .learn-more{margin-top: 30px;margin-bottom: 20px}
	.home-whyus dl,.home-whyus dl:nth-child(3n){position: relative;width: 49%;background:#fff;margin-right:2%;padding:25px 10px;}
	.home-whyus dl:nth-child(2n){margin-right:0}
	.home-whyus dl dt{font-size: 60px}
	.home-whyus dl dd{font-size: 14px;line-height: 18px;height: 54px}
}


.home-contact{background:url(../images/202311_vm2.jpg) no-repeat center center fixed;background-size: cover;padding-top:100px;padding-bottom: 100px}
.home-contact dl{display: block;font-size: 0}
.home-contact dl dt{color: #fff;font-weight: bold;font-size: 30px;line-height: 55px;display: inline-block;width: 80%;vertical-align:top}
.home-contact dl dd{text-align: right;display: inline-block;width: 20%;vertical-align:top;}
.home-contact dl dd a{background:#e24426;color: #fff;font-size: 16px;border-radius: 30px;padding:0 40px;line-height: 55px;display: inline-block;}
.home-contact dl dd i{font-size: 16px;padding-left: 5px}
.home-contact dl dd a:hover{background:#003D7A;}
@media (max-width:1399px){
	.home-contact dl dt{font-size: 24px;line-height:45px;width: 70%}
	.home-contact dl dd{width: 30%}
	.home-contact dl dd a{font-size: 15px;padding:0 30px;line-height:45px}
}
@media (max-width:991px){
	.home-contact{padding-top:60px;padding-bottom:60px}
	.home-contact dl dt{width: 100%;text-align: center;font-size: 20px}
	.home-contact dl dd{width: 100%;text-align: center;margin-top: 20px;}
	.home-contact dl dd a{font-size: 14px;line-height:40px}
	.home-contact dl dd i{font-size: 14px;line-height:40px}
}
@media (max-width:576px){
	.home-contact dl dt{font-size: 18px}
}
.home-news{padding-top:6%;padding-bottom: 4%}
.home-news .news-list {padding-top: 50px;padding-bottom: 50px}
.home-news .news-list dl{padding: 20px 0}
.home-news .news-list dl a{display: block;width:100%;}
.home-news .news-list dl a dt{display: block;overflow: hidden;}
.home-news .news-list dl a dt img{width:100%;transition: all .2s}
.home-news .news-list dl a:hover dt img{transform: scale(1.05);}
.home-news .news-list dl a dd{padding:20px 0;display: block;}
.home-news .news-list dl a dd span{display: block;padding-bottom: 10px;color: #bbb;font-size: 14px;line-height: 20px}
.home-news .news-list dl a dd span i{font-size: 15px;display: inline-block;vertical-align: top;padding-right: 3px;line-height: 20px}
.home-news .news-list dl a dd h1{height: 50px;font-size:18px;line-height: 25px;font-weight: bold;color:#222;overflow: hidden;}
.home-news .news-list dl a dd p{color: #999;font-family: 'Arial';margin-top: 20px;margin-bottom: 0;border-top: 1px #f3f3f3 solid;padding-top:20px;line-height: 22px;height: 86px;overflow: hidden;}
.home-news .news-list dl a:hover dd h1{color: #003D7A}
.home-news .news-list .swiper-pagination .swiper-pagination-bullet{width: 18px;height: 2px;border-radius: 0;transition: all .3s;background:#ddd;}
.home-news .news-list .swiper-pagination .swiper-pagination-bullet-active{width: 40px;background: #e24426;margin-top: 5px}
@media (max-width:1599px){
	.home-news .containerfull{padding-top:15%}
}
@media (max-width:1399px){
	.home-news .containerfull{padding-top:18%}
}
@media (max-width:1199px){
	.home-news .containerfull{padding-top:22%}
}
@media (max-width:991px){
	.home-news .news-list{margin:0 3%;width: 94%;padding-top:0;padding-bottom: 20px}
	.home-news .containerfull{padding-top:25%}
	.home-news .news-list dl a dd p{font-size: 13px;line-height: 18px;height: 74px;}
}
@media (max-width:767px){
	.home-news .containerfull{padding-top:35%}
	.home-news .news-list dl a dd h1{min-height: 40px;font-size:18px;}
}
@media (max-width:576px){
	.home-news .containerfull{padding-top:45%}
}