@charset "utf-8";
.topblank{height: 80px;}
.wrapper{width:1480px; margin: 0px auto;}
/*1440*/
@media (max-width:1679px){
  .wrapper{width: 1380px;}
}
/*1480*/
@media (max-width:1480px){
  .wrapper{width: 1300px;}
}
/*1366*/
@media (max-width:1439px){
  .wrapper{width: 1280px;}
}
/*1280*/
@media (max-width:1365px){
  .wrapper{width: 1200px;}
}
/*MP*/
@media (max-width:1279px){
  .wrapper{width: 100%;}
}
*,:after,:before{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.header {z-index: 99;height: 80px;position: fixed;left:0; top:0; background: rgb(255, 255, 255,1); width: 100%; -webkit-transition: all .5s ease;transition: all .5s ease; border-bottom:1px solid #dddddd;}
.header .fr{font-size: 0;}
.top-item .iconfont{font-size: 18px; color:#777}
.top-item{margin-top:23px; border-radius: 40px; width:32px; height: 32px; border:1px solid #ccc; line-height:32px; text-align: center; display: inline-block; margin-left: 10px;}
.top-item a{display: block;}
.top-item:hover{background: #da0000; border:1px solid #da0000;}
.top-item:hover .iconfont{color:#fff;}
.header .wrapper{width:auto; padding: 0 5%;}
.header .logo {margin:20px 0 0; display:block;float:left; background:url(../images/logo.png) no-repeat;width:160px; height:50px; background-size: 100%;-webkit-transition: all .5s ease;transition: all .5s ease;}
.header .navmenu {float: right;height:80px;line-height: 80px;}
.header .navmenu li {float: left;display: inline-block;text-align: center;}
.header .navmenu li>a:hover {background:#da0000; color: #fff !important;}
.header .navmenu li:hover a{background:#da0000; color: #fff !important;}
.nav-left {vertical-align: middle;position: relative;}
.header .navmenu li>a {color: #333; display: block; padding: 0 28px; font-size: 16px; font-family: 'Montserrat-R'; -webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
.header .nav-sub {width: 200px;background: #fff;position: absolute;top: 80px;left: 0px;height: auto;box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);-webkit-transform-origin: top center;-ms-transform-origin: top center;transform-origin: top center;-webkit-transform: scaleY(0);-ms-transform: scaleY(0);transform: scaleY(0);-webkit-transition: -webkit-transform .3s;transition: transform .3s;}
.header .nav-sub.active {-webkit-transform: scaleY(1);	-ms-transform: scaleY(1);transform: scaleY(1);-webkit-transition: -webkit-transform .3s;transition: transform .3s;}
.header .nav-sub.active .se-nav-sub { opacity: 1;-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);-webkit-transition: all .3s ease;transition: all .3s ease;}
.header .nav-sub .se-nav-sub {opacity: 0;-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);-webkit-transition: all .3s ease;transition: all .3s ease; padding:5px 0}
.header .nav-sub a {height: auto;line-height:20px;display: block;padding: 5px 10px 5px 20px;text-align: left;color: #222;font-size: 14px;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
.header .nav-sub a:hover {background: #210091; color: #fff;}
.header .navmenu li:hover .nav-sub a {background:#fff; color: #555 !important;}
.header .navmenu li:hover .nav-sub a:hover{background: #666; color: #fff !important;}
/*广告位*/
.PC_ban{display: block;}
.Mob_ban,.Fast-nav{display: none;}
.banner{width: 100%;position: relative; background: #000000;}
.banner .swiper-button-next,.banner .swiper-button-prev{width: 44px;height: 44px; border-radius:50%; border:1px solid #fff; right:0px;}
.banner .swiper-button-next i,.banner .swiper-button-prev i { position: absolute; left:12px; top:7px; font-size: 30px; line-height: 1; color:#fff}
.banner .swiper-button-prev{left:0px;}
.banner .swiper-button-next {transform: rotate(-180deg);-ms-transform: rotate(-180deg);-webkit-transform: rotate(-180deg);}
.banner .swiper-slide {overflow: hidden;text-align: center;}
.banner .swiper-slide img{width:100%}
.banner .swiper-pagination{bottom:10px;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet{height: 4px;width:15px;border-radius: 2px;margin: 0 3px;opacity:1;background-color: #fff;}
.banner .swiper-pagination-bullet-active{width:35px !important;background: #ffff00 !important;opacity: 1 !important;}
.banner .swiper-button-next{right: 40px!important;left: auto!important;}
.banner .swiper-button-prev{left: 40px!important;}
.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'; display: none;}
.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'; display: none;}
.pd60{padding:80px 0}
.pd40{padding:60px 0}
.ptd40{padding:60px 0 0}
/*主内容*/
.sortitem{display:flex; display:-webkit-flex; flex-wrap:wrap; justify-content:space-between; flex-direction: row; padding:60px 0}
.sortitem .item{width:23%; margin:40px 0; text-align: center;}
.sortitem .item img{-webkit-transition: all .5s ease;transition: all .5s ease;}
.sortitem .item:hover img{transform: scale(1.1);}
.sortitem .item .info{display:block}
.sortitem .item .info h3{font-size:16px; line-height: 1.5; font-family: 'Montserrat-B'; margin-bottom: 15px; color:#333}
.sortitem .item .info p{font-size: 16px; line-height:24px; min-height: 48px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.sortitem .item .sortimg{margin:30px 30px}
.sortitem .item:hover .btmore{border: 1px solid #da0000; background: #da0000; color: #fff;}
.sortitem .item:hover .info h3{color: #da0000;}

.center{text-align: center;}
.servicemap{border-bottom:1px solid #e2e2e2}
.btmore{border: 1px solid #999; font-size: 15px; border-radius: 30px; line-height: 42px; padding:0 45px; display: inline-block;-webkit-transition: all .5s ease;transition: all .5s ease;}
.btmore:hover{border: 1px solid #da0000; background: #da0000; color: #fff;}

.homeabout-l{float:left; width:40%}
.hometitle{font-size: 20px; margin-top:15px; line-height: 1.5; text-transform: uppercase; font-family: 'Montserrat-B'; color:#333}
.hometitle:before{content:''; width:60px; height: 3px; background: #da0000; display: block; margin-bottom: 20px;}
.hometitleno{font-size: 16px; display: block; margin-top: 5px;}
.font24{font-size: 24px;}
.homeabout-l h3{font-size: 16px; padding:30px 0; text-transform: uppercase; color:#666}
.homeabout-l h4{font-size: 16px; padding:30px 0; color:#666}
.homeabout-r{float:right; width:50%; font-size: 15px;}
.aboutfont{line-height: 1.8; padding:0;}
.fangantit{font-size: 26px; color:#000; font-family: 'Montserrat-B'; text-align: center; padding-bottom:70px}
.fanganbg{background:url(../images/fanganbg.jpg) no-repeat center/cover #e5eff7; padding:80px 0 100px}

.careerbox { position: relative; padding-top:30px;}
.centerimg { position: absolute; top: 295px; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border-radius: 300px; overflow: hidden; border:2px solid #fff; box-shadow: 0 0 8px rgba(0,0,0,.15);}
.centerimg img { display: block; width: 100%;}
/* .careerul li .career-con { position: relative; margin:0; padding-left: 0px; min-height: 40px;}
.careerul li:nth-child(1) .carnum { background: #1E67A6;}
.careerul li:nth-child(2) .carnum { background: #2F4899;}
.careerul li:nth-child(3) .carnum { background: #289873;}
.careerul li:nth-child(4) .carnum { background: #24A2A7;} */
.careerul li { float: left; width: 50%; padding-right: 280px;}
.careerul li:nth-child(3),.careerul li:nth-child(4){ margin:40px 0 0;}
.careerul li:nth-child(even) { padding-left: 280px; padding-right: 0;}
.careerul li:nth-child(2n+1) { clear: both;}
.careerul .descfont{line-height: 1.3; font-size: 14px; position: relative; border:0px solid #ddd; border-radius: 6px; background: rgba(255,255,255,.6); min-height:200px; padding:20px; box-shadow: 0 0 8px rgba(0,0,0,.1);}
.careerul .num{font-size: 20px; font-family: 'Montserrat-B'; color: #000; position: absolute; right: 15px; top: -20px; background: #fff; border-radius: 50px; width:45px; height: 45px; line-height: 45px; text-align: center;border:1px solid #ddd;}
.careerul .descfont h2{font-size:16px; font-weight: bold; color:#da0000; margin-bottom: 0;}
.careerul .descfont p{padding-top: 10px;}
.careerul li:last-child .descfont{line-height: 1.6;}

.mapsales{margin-top: 50px; position: relative;}
.mapsales img{opacity: .4; color: #1f53be}
.mapsales .point{position: absolute;}
.mapsales .point>span{display: block; width: 16px; height: 16px; background: #ec2d23; border-radius: 50%; position: relative; z-index: 3;}
.mapsales .point::before{content: ''; border-radius: 50%; position: absolute; z-index: 1; width: 16px; height: 16px; background: #ec2d23; opacity: .5; animation: zoom 1.3s linear infinite;}
@keyframes zoom{
  0%{transform: scale(1); opacity: .5;}
  25%{transform: scale(1.4); opacity: .38;}
  50%{transform: scale(1.9); opacity: .26;}
  75%{transform: scale(2.4); opacity: .12;}
  100%{transform: scale(3); opacity: 0;}
}
.mapsales .p1{left: 21.5%; top: 44%;}
.mapsales .p2{left: 48.5%; top: 29.5%;}
.mapsales .p3{left: 74.5%; top: 52.5%;}
.mapsales .p4{left: 79%; top: 49%;}
.mapsales .p5{left: 55.5%; top: 67%;}
.mapsales .p6{left: 26%; top: 70%;}
.mapsales .p7{left: 63.5%; top: 32%;}

.inxcase{ padding: 60px 0 80px;}
.inxcase .wrapper { position: relative;}
.inxcase .pro_swiper { overflow: hidden; margin-top: 40px;}
.inxcase .pro_swiper .swiper-slide { text-align: center;}
.inxcase .swiper-button-prev{ top:45%; left:0; width: 40px; height: 40px; background:#c5ddf4; border-radius: 50%; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.inxcase .swiper-button-prev i,.inxcase .swiper-button-next i{ position: absolute; left:12px; top:8px; font-size: 24px; line-height: 1; color:#222;}
.inxcase .swiper-button-next{top:45%; right:0; width: 40px; height: 40px; background:#c5ddf4; border-radius: 50%; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.inxcase .swiper-button-next i{ position: absolute; left:5px; transform:rotate(-180deg);-ms-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-webkit-transform:rotate(-180deg);-o-transform:rotate(-180deg);}
.inxcase .swiper-button-prev.swiper-button-disabled { opacity: 1;}
.inxcase .swiper-button-next.swiper-button-disabled { opacity: 1;}

.inxcase .swiper-button-prev:hover,.inxcase .swiper-button-next:hover {background:#9fc0df;}
.inxcase h3{font-size: 16px; height: 70px; padding: 0 20px; box-sizing: border-box; -webkit-box-sizing: border-box; line-height:1.4; color:#222; background: #F5F5F5; border:1px solid #e2e2e2; border-top:0;  display:flex; display:-webkit-flex; align-items: center; -webkit-align-items: center; justify-content: center; -webkit-justify-content: center; transition: all 0.5s ease;}
.inxcase a:hover h3 { background: #0078f3; color: #fff;}
.inxcase a .img{padding:25px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e2e2e2; border-bottom: 0;}
.inxcase a .img img { width: 100%; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.inxcase a:hover .img img { -webkit-transform: translate(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); transform: translateY(-10px);}
.contactlist ul{ margin-top: 20px;}
.contactlist ul:first-child{margin-top: 5px;}
.contactlist li{line-height: 1.6; padding: 3px 0;}
.contactlist li .iconfont{display: inline-block; margin-right: 10px;}
.contactlist h2{font-size: 18px; line-height: 1.8; color:#000; margin-bottom: 5px;}
/*底部*/
.footer{background: #1c1c1c;color: #aaa;}
.footer .foot{ padding: 50px 0; display: -webkit-box; display: -ms-flexbox; display: flex; flex-direction: row; display: -webkit-flex; -ms-flex-line-pack: center; align-content: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between}
.footer h2{font-size: 16px; padding:10px 0; color: #fff;}
.footer dd{line-height: 22px; margin: 6px 0;}
.footer dd i{vertical-align: middle; margin-right: 10px; color: #aaa;}
.footer dd span{display: block;}
.footer a{color: #aaa;display:block;/* position: relative; padding-left: 15px; */}
.footer a:hover{color: #0078f3;}
.footer .foot dl:first-child{max-width:450px}
.footer .foot dl:last-child{max-width:500px}
.copyright{text-align: center;padding: 18px; border-top:1px solid #313131;}
.footer .iconfont{font-size: 18px;}
.foot-item{margin-top:10px; border-radius: 40px; width:36px; height: 36px; line-height:36px; border:1px solid #888; text-align: center; display: inline-block; margin-right: 10px;}
.footer img {margin:10px 0}

#m5{background: no-repeat center center;}
#m5 .wrapper{min-height: 420px; display: flex; justify-content: space-between; align-items: center;}
#m5 .l{width: 55%; line-height: 1.8;}
#m5 .tit{color: #fff; font-size: 32px; font-family: 'Montserrat-B';}
#m5 .tit-en{color: rgb(255, 255, 255,.8); font-size:18px; margin-top: 30px;}

#m5 .r{width: 40%; position: relative;}
#m5 .r .more{display: block; width: 46px; height: 46px; border: 1px solid #eee; text-align: center; line-height: 46px; color: #fff; position: absolute; right: 0; top: 40%; border-radius: 3px; overflow: hidden; transition: all .3s; margin-top: -22px;}
#m5 .r .more:hover{width: 180px;}
#m5 .r .more i{font-size:22px; position: absolute; top: 1px; right: 0; display: block; width: 40px; height: 46px; line-height: 46px; transition: all .3s;}
#m5 .r .more div{height: 46px; line-height: 44px; width: 120px; position: absolute; left: -120px; font-size: 14px; top: 0px; transition: all .3s;}
#m5 .r .more:hover div{left: 15px;}

@media(max-width:1480px){
	.header .wrapper{width:auto; padding: 0 2%;}
	.header .navmenu li {font-size: 14px;}
	.pd60{padding:55px 0}
	.aboutfont{font-size: 14px;}
	.hometitle{font-size: 18px;}
	.hometitle:before{content:''; width:45px; height: 2px; margin-bottom: 15px;}
	.sortitem .item .info h3{font-size:18px;}
	.sortitem .item .info p{font-size: 14px; line-height:22px; min-height: 44px;}
	.btmore{font-size: 14px; line-height: 40px; padding:0 35px;}
	#m5 .tit{font-size: 28px;}
	#m5 .tit-en{ font-size:16px; margin-top: 20px;}
	.homeabout-r{font-size: 14px;}
	.fanganbg .wrapper{width:auto; padding:0 2%}
	.careerbox { position: relative; padding-top:30px;}
	.centerimg { position: absolute; top: 260px;}
	.careerul li { float: left; width: 50%; padding-right: 270px;}
	.careerul li:nth-child(3),.careerul li:nth-child(4){ margin:35px 0 0;}
	.careerul li:nth-child(even) { padding-left: 270px; padding-right: 0;}
	.careerul .descfont{min-height:170px; padding:16px; font-size: 13px;}
	.careerul .descfont h2{font-size:15px;}
	.careerul .descfont p{padding-top: 7px;}
}
@media(max-width:1366px){
	.centerimg { position: absolute; top: 250px;}
	.careerul li { float: left; width: 50%; padding-right: 265px;}
	.careerul li:nth-child(3),.careerul li:nth-child(4){ margin:30px 0 0;}
	.careerul li:nth-child(even) { padding-left: 265px; padding-right: 0;}
}
@media(max-width:1024px){
	.banner .swiper-pagination{}
	.PC_ban{display: none;}
	.Mob_ban{display: block;}
	.banner .swiper-button-next{width:25px;height:25px;right:0; background-size:80%;}
	.banner .swiper-button-next{right: 10px!important;left: auto!important;}
	.banner .swiper-button-prev{left: 10px!important;}
	.header .navmenu{display: none;}
	.wrapper{width:auto; margin: 0px auto; padding: 0 3%;}
	.header {height: 50px;top: 0; z-index:99}
	.topblank{height: 50px;}
	.header.active2 { height:50px;}
	.header .logo {margin:8px 0 0; width:112px; height:35px;background:url(../images/logo.png) no-repeat; background-size:100%}
	.header:hover .logo{background-size:100%}
	.header.active2 .logo {margin:8px 0 0; width:112px; height:35px; background-size:100%}
	.header .fr{display: none;}
	.pd60{padding:20px 0;}
	.ptd40{padding-top:20px}
	.sortitem{display:flex; display:-webkit-flex; flex-wrap:wrap; justify-content:space-between; flex-direction: row; padding:5px 0 25px}
	.sortitem .item{width:49%; margin:20px 0 0; text-align: center;}
	.sortitem .item .info h3{font-size:14px; margin-bottom: 10px; color:#333}
	.sortitem .item .info p{font-size: 16px; line-height:24px; min-height: 48px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: none;}
	.sortitem .item .sortimg{margin:10px 5px}
	
	.btmore{border: 1px solid #ccc; font-size: 12px; border-radius: 30px; line-height: 28px; padding:0 20px;}
	.homeabout-l{float:none; width:100%}
	.hometitle{font-size: 20px; margin-top:0; line-height: 1.5;}
	.hometitleno{font-size: 16px; display: none; margin-top: 5px;}
	
	.font24{font-size: 16px;}
	.homeabout-l h3{font-size: 14px; padding:10px 0 15px; text-transform: uppercase; color:#666; display: none;}
	.homeabout-l h4{font-size: 14px; padding:10px 0 15px; color:#666; display: none;}
	.homeabout-l .btmore{display:none}
	.homeabout-r{float:none; width:100%; font-size: 14px; padding-top: 20px;}
	.aboutfont{line-height: 1.6; padding:0;}
	.fangantit{font-size: 16px; padding-bottom:20px}
	.fanganbg{background:#e5eff7; padding:20px 0 20px}
	
	.careerbox { position: static; padding-top:0px;}
	.centerimg { position: static; top: 0; left: 0; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); border-radius: 0; overflow: hidden; border:0px solid #fff; box-shadow: 0 0 8px rgba(0,0,0,.15);}
	.careerul li { float: none; width: 100%; padding-right: 0; margin:40px 0 0;}
	.careerul li:nth-child(3),.careerul li:nth-child(4){ margin:40px 0 0;}
	.careerul li:nth-child(even) { padding-left: 0; padding-right: 0;}
	.careerul li:nth-child(2n+1) { clear: both;}
	.careerul .descfont{min-height:auto; padding:12px;}
	.careerul .num{font-size: 18px; right: 0; left:50%; margin-left:-19px; top: -20px; background: #fff; border-radius: 50px; width:38px; height: 38px; line-height: 38px;}
	.careerul .descfont h2{font-size:15px;}
	.careerul .descfont p{padding-top: 8px;}
	
	.mapsales{margin-top: 30px; position: relative;}
	.mapsales .point>span{ width: 8px; height: 8px;}
	.mapsales .point::before{width: 8px; height: 8px;}
	
	#m5{background: no-repeat center center; padding:30px 10px}
	#m5 .wrapper{min-height: 180px; display: flex; justify-content: space-between; align-items: center; flex-direction: column;}
	#m5 .l{width: 100%; line-height: 1.5; display: block;}
	#m5 .tit{color: #fff; font-size: 18px; font-family: 'Montserrat-B';}
	#m5 .tit-en{font-size:14px; margin-top:5px;}
	#m5 .r{width: 100%; position: static; display: block;}
	#m5 .r .more{display: block; width: 36px; height: 36px; border: 1px solid #eee; text-align: center; line-height: 36px; top: 40%; border-radius: 3px; overflow: hidden; transition: all .3s; margin-top: -18px; position: relative;}
	#m5 .r .more:hover{width: 180px;}
	#m5 .r .more i{font-size:22px; position: absolute; top: 0; right: 0; left:0; display: block; width: 40px; height: 36px; line-height: 36px; transition: all .3s;}
	#m5 .r .more div{height: 36px; line-height: 34px; width: 120px; position: absolute; left: -120px; font-size: 14px; top: 0px; transition: all .3s;}
	#m5 .r .more:hover div{left: 15px;}
	
	.contactlist ul{ margin-top: 0px; padding-top: 15px;}
	.contactlist ul:nth-of-type(1){ margin-top: 0px; padding-top: 0;}
	.contactlist li{line-height: 1.5;}
	.contactlist li .iconfont{display: inline-block; margin-right: 5px;}
	.contactlist h2{font-size: 15px; line-height: 1.5;}
	
	.footer{background: #1c1c1c;color: #aaa; padding:10px 0}
	.footer .foot{ padding:0; display:initial; flex-direction: column;}
	.footer h2{font-size: 14px; padding:10px 0 5px; color: #fff; display: none;}
	.footer dd{line-height: 18px; margin: 6px 0;}
	.footer dd i{margin-right: 6px;}
	.footer .foot dl:first-child{max-width:100%; display: none;}
	.footer .foot dl:nth-of-type(2){text-align: center; padding-bottom: 10px;}
	.footer .foot dl:last-child{max-width:100%; padding-bottom: 10px;}
	.copyright{text-align: center; line-height: 1.5; font-size: 13px; padding: 10px;}
	.footer .iconfont{font-size: 14px;}
	.foot-item{margin-top:10px; border-radius: 40px; width:30px; height: 30px; line-height:30px; margin-right: 5px; text-align: center;}
}
/*内页*/
.pagebanner{width:100%; height: 380px; background:no-repeat center/cover #fafafa; display: flex; align-items:center;}
.pagebanner .wrapper>span{display: block; width: 50%; line-height: 1.8; font-size:18px; padding-bottom: 50px; animation: bannertexttop 1s ease both 300ms; color:#fff}
@keyframes bannertexttop {0% {transform: translateY(30px);opacity: 0;}100% {transform: translateY(0);opacity: 1;}}

.childmenu{height: 75px; box-shadow: 0 10px 25px -4px rgba(24, 92, 197, 0.1); display: flex; justify-content: space-between; overflow: hidden; margin-top: -40px;}
.childmenu>a{display: block; height: 100%; text-align: center; width: 33.333333%; line-height: 75px; background: #fff; color: #2e2d3c; font-size: 16px; position: relative; transition: all .35s;}
.childmenu>a::after{content: ''; display: block; width: 1px; height:24px; background: #ccc; position: absolute; right: 0; top: 26px;}
.childmenu>a:last-child::after{display: none;}
.childmenu>a:hover{background: #da0000; color: #fff;}
.childmenu>a.active{background: #da0000; color: #fff;}
.childmenu>a:hover::after,.childmenu>a.active::after{display: none;}

.aboutcontent{padding:0; font-size: 16px; line-height: 2;}
.abttitle{font-size: 24px; font-family:'Montserrat-B'; line-height: 30px; padding-bottom: 40px;}

.productlist{padding:0;}
.productlist ul{display: flex; flex-wrap: wrap;}
.productlist li{width: calc(25% + 1px); box-sizing: border-box; border: 1px solid #e2e2e2; padding: 20px; background: #fff; margin-right: -1px; margin-bottom: -1px; position: relative; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}
.productlist h2{font-size:15px; color:#222; text-align: center; line-height:22px; min-height: 44px; margin-top: 25px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.productlist li a{display: block; position: relative;}
.productlist li .imgbox{margin: 0 10px; overflow: hidden;}
.productlist li .imgbox img{transition: transform .35s;}
.productlist li:hover .imgbox img{transform: scale(.94);}
.productlist li:hover{box-shadow: 0 8px 16px rgba(0,0,0, .1); position: relative; z-index: 1;}
.productlist li .view{display: block; line-height: 32px; background: #b9c9eb; color: #fff; text-align: center; font-size:12px; margin-top:20px;}
.productlist li:hover .view{background: linear-gradient(#85a8f1, #5f8cec);}

.proinfo{ line-height: 1.8;}
.proinfo h1{font-size: 24px; font-weight:bold;}
.proinfo h3{color:#999; font-size: 14px; padding:20px 0 20px}
.proinfo-l{float:left; width:50%; border:1px solid #e2e2e2;}
.proinfo-l img{max-width:90%; display:block; margin:0px auto;}
.proinfo-r{float:right; width:45%; padding-top: 30px;}
.enquiry_btn{width:200px}
.enquiry_btn a.on_enquiry {background:#888; color:#fff; display:flex; justify-content:space-between; align-items:center; padding:10px 15px; margin-top: 20px; border-radius: 2px;}
.enquiry_btn a.on_enquiry:after{display:inline-block;content:'>'; transition:transform 0.5s;}
.enquiry_btn a.on_enquiry:hover {background:#da0000; color:#fff;}

.infosm{font-size: 15px; color: #666; line-height: 1.8;}
.infoxxcs{font-size: 15px; color: #666; line-height: 2; padding:40px 0 80px}
.productmain{background: #f6f7fb; border-top: 1px solid #e6e7e7;}
.cpxxcs{display: flex;}
.cpxxcs a{padding:16px 40px; font-weight: bold; font-size:16px; background: #fff; border: 1px solid #e6e7e7; margin-right: -1px; margin-bottom: -1px;}
.cpxxcs a.active{background: #f6f7fb; color: #000; position: relative; border-bottom: 0px none;}
.cpxxcs a.active::before{content: ''; display: block; width: calc(100% + 3px); height: 3px; background: #da0000; position: absolute; left: -1px; top: -1px;}
.cpxxcs a:hover{color: #da0000;}

.contactinfo{background: #FFFFFF; border-radius: 4px; box-shadow: 0 0 40px 0 rgba(0,0,0,0.08); padding: 60px;}
	.contactinfo .left{width: calc(100% - 610px);}
	.contactinfo .left .feedback{margin-top: 40px;}
	.contactinfo .left .feedback dl dd{width: calc((100% - 20px) / 2); margin-bottom: 20px;}
	.contactinfo .left .feedback dl dd:nth-child(5){width: 100%; margin-bottom: 30px;}
	.contactinfo .left .feedback dl dd input{display: block;width: 100%; line-height: 55px; border: 1px solid #e5e5e5;background: #f5f5f5;padding: 0 15px;border-radius: 4px;font-size: 14px;}
	.flexcsb{display: flex;	flex-wrap: wrap; align-items: center; justify-content: space-between;}
	.sitebtn { width: 100%;line-height: 60px; font-size: 16px;cursor: pointer; border-radius: 4px; background-image: linear-gradient(135deg, #e5801f 0%, #e6291e 100%); overflow: hidden; color: #fff; text-align: center; transition: all 1.5s ease;}
	.sitebtn:hover{background-image: linear-gradient(135deg, #e6291e 0%, #e5801f 100%); }
	.contactinfo .left .feedback dl dd textarea{display: block; width: 100%;border: 1px solid #e5e5e5;background: #fafafa;padding: 10px 15px;border-radius: 4px;font-size: 14px;height: 180px;line-height: 28px;}
	.contactinfo .left .feedback dl dd input:focus,.contactinfo .left .feedback dl textarea:focus{border-color: #e5801f;}
	.contactinfo .left .feedback dl dt{width: 180px;}
	.contactinfo .left .feedback dl dt button{width: 100%;line-height: 60px;font-size: 16px;cursor: pointer;}
	.contactinfo .right{width: 550px;border-radius: 4px;overflow: hidden;position: relative;z-index: 0;	padding: 45px 45px 20px;}
	.contactinfo .right:before{	content: "";width: 100%;height: 100%;background: linear-gradient(135deg, #e5801f, #e6291e);position: absolute;z-index: -1;left: 0;top: 0;opacity: 0.95;}
	.contactinfo .title h2{font-size: 24px; line-height: 1;}
	.contactinfo .title em{display: block;width: 40px;height: 2px;background: #e6291e;border-radius: 2px;margin: 20px 0 15px;}
	.contactinfo .title h3{font-size: 15px; line-height: 26px;}
	.contactinfo .right h2,.contactinfo .right h3{color: #fff;}
	.contactinfo .right .title em{background: #fff;}
	.contactinfo .right .details{margin-top: 15px;}
	.contactinfo .right .details li{border-bottom: 1px dashed rgba(255,255,255,0.5); padding: 20px 0; display: flex; align-items: flex-start; align-items: center; color: #fff;}
	.contactinfo .right .details li:last-child{border-bottom:0}
	.contactinfo .right .details li i{width: 44px;height: 44px;background: #111;border-radius: 3px;display: flex;align-items: center;justify-content: center;margin-right: 16px; font-size: 20px;}
	.contactinfo .right .details li dl{width: calc(100% - 58px);}
	.contactinfo .right .details li dt{line-height: 1.2; margin-bottom: 6px; font-size: 13px;}
	.contactinfo .right .details li dl dd,.contactinfo .right .details li dl a{line-height: 1.2;color: #fff; font-size: 15px;}
	.contactinfo .right .details li dl a:hover{text-decoration: underline;}

.fangan {}
.fangan .allitems { width: 100%; display: flex; display:-webkit-flex; flex-wrap:wrap; flex-direction: row; justify-content: space-between;}
.fangan .allitems .item { width: 48%; background: #F4F4F4; margin-top: 70px; border-radius: 10px; padding-top: 30px; position: relative;}
.fangan .allitems .item:nth-child(-n+2) { margin-top: 40px;}
.fangan .allitems .item .num { font-size: 60px; color: rgba(245, 245, 246, 0); line-height: 1; -webkit-text-stroke: 1px rgba(218, 0, 0, 0.8); position: absolute; font-family: "Montserrat-B"; top: -30px; left: 5%;}
.fangan .allitems .item .ptit { padding: 15px 25px; line-height: 22px; color: #000; font-size: 18px; font-family: "Montserrat-B"; border-bottom: 1px solid #DBDBDB;}
.fangan .allitems .item .des { padding: 15px 25px 0; color:#333; font-size: 15px; line-height: 24px; min-height: 300px;}
.fangan .allitems .item:nth-child(3) .des,.fangan .allitems .item:nth-child(4) .des{ min-height: 220px;}
.fangan .allitems .item .des p{ padding: 3px 0;}
.fangan .allitems .item .pic { width: 100%; overflow: hidden;}
.fangan .allitems .item .pic img { width: 100%; display: block; object-fit: cover; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;-webkit-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease}
.fangan .allitems .item:hover img{transform: scale(1.1);}
.fangan .allitems .item:hover .ptit{color:#da0000;}
.supportleft{width: calc(100% - 470px); float:left;}
.supportright{width:420px; float:right; padding-top: 70px;}

.problemlist {padding:20px 18px 25px; box-shadow: 0 0 20px 0 rgba(0,0,0,0.08);}
.problemlist .abttitle{padding-bottom: 20px;color: #da0000;}
.problemlist .problem-item { cursor: pointer; border-bottom: 1px solid #eee; width:100%;}
.problemlist .problem-tit { position: relative; line-height: 26px; padding:15px 30px 15px 5px; font-size: 16px; color: #333; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.problemlist .problem-tit span{width:40px; height: 40px; position:absolute; right:0; top:0;}
.problemlist .problem-tit:after{ position: absolute; content: ""; display: block; width: 8px; height: 8px; top: 22px; right: 10px; border-left: 2px solid #666; border-top: 2px solid #666; -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); -o-transform: rotate(225deg); transform: rotate(225deg); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.problemlist .problem-item.cur .problem-tit {color: #da0000;}
.problemlist .problem-item.cur .problem-tit:after {border-color: #da0000; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 26px;}
.problemlist .problem-detail { padding: 15px 5px; display: none; color: #666; border-top: 1px solid #dedede;}
	@media(max-width:1480px){
		.contactinfo{padding: 50px;}
		.contactinfo .left{width: calc(100% - 560px);}
		.contactinfo .right{width: 500px; padding: 40px 45px 20px;}
		.supportleft{width: calc(100% - 420px); float:left;}
		.supportright{width:380px; float:right; padding-top: 70px;}
	}
.supporttop{padding-top: 5px;}
/*案例*/
.project_list{padding:0}
.project_list li{float:left; width:48.5%; margin-right:3%; margin-top: 3%; overflow: hidden;-webkit-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;box-shadow: 0 0 20px 0 rgba(0,0,0,0.08);}
.project_list li:nth-child(-n+2){margin-top: 0;}
.project_list li:nth-child(2n){ margin-right:0}
.project_list li .wrap{background:#efefef; display: flex; display:-webkit-flex; justify-content: space-between; align-items: center;}
.project_list li .wrap i{background: url(../images/logo3.png) no-repeat center center #da0000; background-size: 70px; min-height: 50px; display: block; width:100px;}
.project_list li .text{ width:calc(100% - 120px); color:#333333; font-size:15px; text-align: left; line-height:26px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition:all .5s;}
.project_list li:hover .text{color:#da0000;text-decoration: none;}
.project_list li:hover .wrap i{background: url(../images/logo3.png) no-repeat center center #000; background-size: 70px;}
.project_list li .image{overflow: hidden;}
.project_list li .image img{ transition: all .9s; width:100%;}
.project_list li:hover .image img {transform: scale(1.1); opacity: 0.8;}
/*证书*/
.honorlist{}
.honorlist ul li{background:#fff; transition:all .5s ease; float:left; width:23.5%; margin-right: 2%; margin-top:1%; margin-bottom:1%; box-shadow:0 0 6px rgba(0,0,0,0.1);border-radius: 4px; overflow: hidden;}
.honorlist ul li:nth-child(4n){margin-right:0}
.honorlist ul li:hover{background:#fff;box-shadow:0 5px 9px rgba(0,0,0,0.1);-webkit-box-shadow:0 5px 9px rgba(0,0,0,0.1);-moz-box-shadow:0 5px 9px rgba(0,0,0,0.1); transform:translate3d(0,-10px,0);-webkit-transform:translate3d(0,-10px,0);}					
.honorlist ul li h2{font-size:14px; line-height:24px; text-align: center; margin: 13px 0;}
.honorlist ul li:hover h2{color:#da0000;}			
.honorlist ul li .image{ position:relative; z-index:10;}
.honorlist ul li .mr10{margin:12px}
.honorlist ul li .image::before{background: rgba(229,128,31,0); content: ''; position: absolute; left:0; top:0; width:100%; height: 100%; z-index: 0; display: block;}
.honorlist ul li:hover .image::before{background: rgba(229,128,31,0.7);}
.honorlist ul li .image img{width:100%}
.honorlist ul li .image .icon{position: absolute;text-align:center;left:50%;top:50%;display: inline-flex;width: 50px;height: 50px;margin-left:-25px;margin-top:-25px;align-items: center;justify-content: center;border-radius: 0;border-radius:6px;background:#da0000;-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);transform: scale(0);opacity: 0;filter: alpha(opacity=0);-webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);-moz-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);-o-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);}
.honorlist ul li .image .icon:before{font-size:24px; content:'\e726'; font-family: 'iconfont'; color:#fff;}
.honorlist ul li:hover .image .icon {-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);opacity: 1;}
/*新闻*/
.newslist{margin-top: -30px;}
.newslist li{float:left; width:30%; margin-right:5%; margin-top:40px}
.newslist li:nth-child(3n){margin-right:0}
.newslist li:nth-child(3n+1){clear: both;}
.newslist .newsbox{overflow: hidden;}
.newslist .newsbox img{transition: all .5s ease;}
.newslist li:hover .newsbox img{transform: scale(1.1);}
.newstitle{font-size: 18px; color: #222; padding:20px 0 10px}
.newsdesc{ color: #999; line-height: 1.8; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.newslist span{font-size: 12px; font-weight: bold; display: block; padding-top: 20px;}

.viewbox{ color: #777; font-size: 14px; border-bottom: 1px dotted #ccc;}
.viewbox h2{font-size: 24px; line-height:2; color: #000; padding-bottom: 5px;}
.viewstatus{line-height: 1.8; padding:35px 0 0; font-size: 15px;}
.viewcontent{line-height: 1.8; padding:35px 0}
.viewcontent img{display: block; margin: 15px auto; text-align: center;}
.context{min-height:auto; padding: 20px 0 0; font-size: 14px; border-top: 1px dotted #ccc; position: relative;}
.context li{ line-height: 38px; position: relative; padding-left: 20px;}
.context li:nth-of-type(1):before{position: absolute; content: ""; display: block; width: 8px; height: 8px; top: 50%; left: 0; margin-top: -6px; border-left: 1px solid #444; border-top: 1px solid #444; -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); -o-transform: rotate(225deg); transform: rotate(225deg);}
.context li:nth-of-type(2):before{position: absolute; content: ""; display: block; width: 8px; height: 8px; top: 50%; left: 0; margin-top: -1px; border-left: 1px solid #444; border-top: 1px solid #444; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}
.context .context-a{position: absolute; z-index: 9; right:0; top:50%; line-height: 46px; background: #da0000; color:#fff; margin-top: -12px; border-radius: 5px;}
.context .context-a a{color:#fff; display: block; padding:0 30px}
.context .context-a:hover{background: #ad0000;}
/*右侧客服*/
.toolbar {position: fixed; z-index: 999; right: 5px;bottom: 100px; width: 65px;}
@media (max-width:1024px) {
.toolbar {display: none}
}
.toolbar .toolitem {position: relative; width: 65px; padding: 5px 0; background: #210091; margin-top: 2px; text-align: center; color: #fff;}
.toolbar .toolitem p{line-height: 20px; font-size: 12px;}
.toolbar .toolitem:hover {background:#6250bd}
.toolbar .toolitem:hover .toolbox {opacity: 1;display: block;-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease}
.toolbar .toolbox {display: none;position: absolute;text-align: center;right: 65px;top: 31px;width: 140px;height: auto; padding: 20px 15px; opacity: 0; background: #fff;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease; box-shadow:0px 0px 5px rgba(0, 0, 0, 0.2);}
.toolbar .toolbox img{max-width: 120px; margin-top: 10px;}
.toolbar .tooltit {font-size: 14px; color: #444; line-height: 24px; text-align: left;}
.toolbar .toolfont {text-align: left; margin: 7px 0; font-size: 18px;font-weight: bold;color: #210091;}
.toolbar .tooltext {font-size: 12px;color: #888;text-align: left;}
.toolbar .tce{text-align: center;}
.toolbar a {display: block; color: #fff;}
.wxico{width:46px; height: 40px; margin: 0px auto; display:block; background: url(../images/wxico.png);}
.jtico{width:46px; height: 40px; margin: 0px auto; display:block; background: url(../images/zxico.png);}
.telico{width:46px; height: 40px; margin: 0px auto; display:block; background: url(../images/telico.png);}
.indexvideo{margin:0px auto; display:block; max-width: 100%;}
.videobox{display: flex; justify-content: space-between; flex-direction: row; flex-wrap: wrap;}
.video-l{border: 1px solid #eee; border-radius:6px; padding:40px; width:48%; box-sizing: border-box; -webkit-box-sizing:border-box; margin-top:4%;}
.video-l h3{text-align: center; font-size: 18px; font-weight: bold; padding-bottom:20px; line-height: 1;}
/*弹窗和按钮*/
#message_model,#share_model { position: fixed; z-index: 9999; width: 100%; height: 100%; left: 0; top: 0; display: none;}
#message_model .mask,#share_model .mask { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0, 0, 0, 0.6);}
#message_model .message,#share_model .message {position: absolute; background: #eee; left: 0; right: 0; margin: auto; top: 0; width: 94%; max-width: 680px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); z-index: 9;}
#message_model .message .close,#share_model .message .close {position: absolute; right: 0px; top: 20px; width: 40px;z-index: 99999;cursor: pointer;}
#message_model .message .messagebox,#share_model .message .messagebox{padding:50px}
#message_model .message .messagebox .row,#share_model .message .messagebox .row{padding:10px 0 0}
#message_model .message .messagebox .row-label,#share_model .message .messagebox .row-label{padding:0 0 5px}
#message_model .message .messagebox .row-input input,#share_model .message .messagebox .row-input input {background: #fff; width: 100%; height: 44px; line-height: 44px; font-size: 14px; padding-left: 2%; border: 1px solid #ccc; box-sizing: border-box; -webkit-box-sizing: border-box;}
#message_model .message .messagebox .row-input textarea{background: #fff; width: 100%; height: 100px; font-size: 14px; padding:2%; line-height: 24px; resize: none; border: 1px solid #ccc; box-sizing: border-box; -webkit-box-sizing: border-box;}
#message_model .message .messagebox .row-left{text-align: left; margin-top:10px;}
#share_model .message .messagebox .row-left{text-align: left; margin-top:20px;}
#message_model .message .messagebox .row-left input,#share_model .message .messagebox .row-left input{background: #00263e; display: block; border:0; padding:15px 30px; font-size: 16px; color: #fff; cursor: pointer; font-family:'Montserrat-R'; text-transform: uppercase;}
.mesphone{font-family: 'Montserrat-R'; font-size: 18px; color:#00263e; background: url(../images/phone-icon.png) no-repeat left 50%; background-size: 26px; padding-left: 38px; margin-top: 18px;}
.mesdesc{}
.mestitle{font-family: 'Montserrat-B'; font-size: 30px; color:#00263e; padding-bottom: 18px;}
.mesline{border-bottom:1px solid #ccc; padding-bottom: 25px; margin-bottom: 15px;}