/*banner背景图片动画*/
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
/*banner */
.index_main{
	background: #f7f7f7;
}
.index_main .section1{
	position: relative;
}
.index_main .section1 .index_banner .item{
	background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:100vh;
	position: relative;
}
.index_main .section1 .index_banner .item.slick-current .scaleBg{
	visibility: visible; 
	-webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 6s linear forwards;
}
.index_main .section1 .index_banner .items{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.index_main .section1 .index_banner .items:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0);
}
.index_main .section1 .index_banner .item .inner .block_txt{
	position: absolute;
	top: 48%;
	right: 10px;
	left:10px;
	opacity: 0; 
	transform: translateY(60px);
	-webkit-transform: translateY(60px); 
	-webkit-transition: all 1000ms ease; 
	transition: all 1000ms ease;
}
.index_main .section1 .index_banner .item.active .inner .block_txt{
	opacity: 1; 
	-webkit-transform: translateY(0); 
	transform: translateY(0); 
	-webkit-transition-delay: 100ms; 
	transition-delay: 100ms;
}
.index_main .section1 .index_banner .item .inner .block_txt h4{
	font-size: 30px;
	color: #fff;
	text-align: center;
}
.index_main .section1 .index_banner .item .inner .block_txt h2{
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	text-align:center;
	letter-spacing:5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 span{
	color: #fcff00;
	display: inline-block;
	letter-spacing: 5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3{
	color: #fff;
	font-size: 22px;
	text-align:center;
	margin-top: 10px;
	letter-spacing: 3px;
}
.index_main .section1 .slick_txt{
	width:30%;
	height: 100%;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease; 
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	font-size: 0;
	outline: none;
	border:0;
	display:none;
}
.index_main .section1 .left{
	left: 0;
}
.index_main .section1 .right{
	right:0;
}
.index_main .section1 .slick_txt:hover .slick_arrow{
	opacity: 1;
	visibility: visible;
}
.index_main .section1 .slick_txt .slick_arrow{
	width: 20px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	opacity: 0;
	visibility: hidden;
}
.index_main .section1 .slick_txt .prev{
	background-image:url(../images/ban_prev.png);
	left:60px;
}
.index_main .section1 .slick_txt .next{
	background-image:url(../images/ban_next.png);
	right:60px;
}
.index_main .section1 .slick_txt .prev:hover{
	background-image:url(../images/ban_prev_hover.png);
}
.index_main .section1 .slick_txt .next:hover{
	background-image:url(../images/ban_next_hover.png);
}
.index_main .section1 .number{
	position: absolute;
	bottom:1%;
	left: calc(50% - 33px);
	padding-bottom: 5px;
	display: table;
	padding: 0 0px;
	width: auto;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	animation: shake-up-down 3s infinite;
}
@keyframes shake-up-down {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}
.index_main .section1 .number span{
	font-family: "Myriad Pro","Microsoft YaHei";
	font-size: 14px;
	color: #fff;
	margin-right:100px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span:last-child{
	margin-right: 0;
}
.index_main .section1 .number span:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom:-20px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active:after{
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.index_main .section2{
	width: 100%;
	height: 100%;
	background: url(../images/servicebg.jpg) no-repeat;
	background-size: 100% 100%;
}
.index_main .section2 h3,.index_main .section3 h3{
	text-align: center;
	font-size:30px;
}
.index_main .section2 h4,.index_main .section3 h4{
	font-size:27px;
	color:#053982;
	margin-top:130px;
	display: flex;
	justify-content: center;
   align-items: center;
}
.index_main .section2 h4 img,.index_main .section3 h4 img{
	height:27px;
	vertical-align: middle;
	line-height:1;
}
.case_index{
	width: 100%;
	margin-top:50px;
}
.service_index{
	width: 100%;
	padding:30px!important;
}
.service_index_li,.case_index_li{
	position: relative;
	width: 100%;
	box-shadow: 0 5px 15px rgba(0,0,0,0);
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.service_index_li img,.case_index_li img {
	width: 100%;
}
.service_index_li:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
-webkit-transform: scale3d(1.02,1.02,1.02);
    transform: scale3d(1.02,1.02,1.02);
}
.service_index_li .stitle{
position: absolute;
    top: 50px;
    left: 50px;
	font-size:30px;
	color:#fff;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.service_index_li .slink{
position: absolute;
    bottom: 50px;
    right: 0px;
    padding-right: 50px;
	font-size:18px;
	line-height:50px;
	color:#fff;
    border-bottom:3px solid #fff;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.service_index_li:hover .stitle{
    left: 30px;
}
.service_index_li:hover .slink{
    padding-right: 30px;
}
.index_main .section2 .number{
	width: auto;
	margin-top:30px;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	animation: shake-up-down 3s infinite;
}
.case_index_li .bgmask{
position: absolute;
    top: 0;
    left: 0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,.2);
	-webkit-transition: all 500ms ease; 
	transition: all 500ms ease;
}
.case_index_li:hover .bgmask{
	background: rgba(0,0,0,.6);
	-webkit-transition-delay: 100ms; 
	transition-delay: 100ms;
}
.case_index_li .ctitle{
position: absolute;
    top: 45%;
    left: 5%;
	width:90%;
	margin:0 auto;
	font-size:30px;
	color:#fff;
	text-align:center;
	opacity: 0; 
	transform: translateY(60px);
	-webkit-transform: translateY(60px); 
	-webkit-transition: all 1000ms ease; 
	transition: all 1000ms ease;
}

.case_index_li:hover .ctitle{
	opacity: 1; 
	-webkit-transform: translateY(0); 
	transform: translateY(0); 
	-webkit-transition-delay: 100ms; 
	transition-delay: 100ms;
}
.case_index .swiper-button-prev,.case_index  .swiper-button-next{display: block;width: 60px;height: 60px;line-height: 60px;font-size: 16px;text-align: center;padding:0;background: #373D48;border-radius: 50%;}
.case_index .swiper-button-next:after, .case_index  .swiper-button-prev:after{display: block;width: 60px;height: 60px;line-height: 60px;font-size: 20px;font-weight:600;color:#fff;text-align: center;padding:0;transition: all 500ms ease; -webkit-transition:all 500ms ease;}
.case_index .swiper-button-next:hover:after, .case_index  .swiper-button-prev:hover:after{color:#a6ce39;}
.index_main .section3{
	background: #fff;
	width: 100%;
	height: 100%;
}
.index_main .section3 h3{
	text-align: center;
}
.index_main .section4{
	background: #fff;
	width: 100%;
	height: 100%;
}
.contact_index_left{
margin-top:200px;
float:left;
width:35%;
}
.contact_index_right{
position: relative;
margin-top:10px;
float:right;
width:65%;
}
.contact_index_left_l{
width:100%;
}
.contact_index_left_r{
width:100%;
}

.contact_index_left h3{
	font-size: 30px;font-weight:500;color:#000;
}
.contact_index_left h4{
	font-size: 24px;font-weight:500;color:#053982;
}
.contact_index_left h2{
	font-size: 30px;line-height:40px;font-weight:500;color:#f4d03a!important; -webkit-text-fill-color:#f4d03a!important;/*针对苹果手机颜色显示不正常*/  display: flex;  align-items: center;margin-top:50px;   
    -webkit-opacity:1;  
    opacity: 1;  
}

.contact_index_left h2 img{
	height:40px;
	 vertical-align: middle;
}
.contact_index_left h5{
	font-size: 16px;font-weight:500;color:#B4B4B4;margin-left:50px;
}
.contact_index_left p{
	margin-top:50px;
}
.contact_container{width:90%;margin:0 auto;}

.contact_index_right .box.pc1,.contact_index_right .box.pc2{display:block;}
.contact_index_right .box.mob{display:none;}

.contact_index_right .box.pc1{
position: absolute;
    top:7vh;
    right: 9vw;
}
.contact_index_right .box.pc2{
position: absolute;
    top: 47vh;
    right: 1.5vw;
}


.contact_index_right .box{
width:220px;
	background: rgba(255,255,255,1);
margin-right:0%;
}
.contact_index_right .box .pic img{
width:100%;
}
.contact_index_right .box .local{
padding:20px 20px 0px 20px;
}
.contact_index_right .box .local h2{
	font-size: 18px;line-height:20px;font-weight:500;display: flex;  align-items: center;margin:0;
}
.contact_index_right .box .local h2 img{
	height:20px;
	 vertical-align: middle;
}
.contact_index_right .box .local h5{
	font-size: 13px;font-weight:500;margin-bottom: 15px;
}

.mapbg{
margin-top:100px;
	width: 100%;
	height: calc(100% - 100px);
	background: url(../images/map.png) no-repeat;
  background-size: 60% auto;
  background-position: right center;
}
.case_index.pc{display: block;}
.case_index.mob{display: none;}

.copyright{
position: absolute;
bottom: 0;
left: 0;
text-align: center;
width: calc(100% - 30px);
height:auto;
padding:10px 15px;
line-height:1;
}
.copyright a{
color:#333;
}

.sub_banner{
position: relative;
	width: 100%;
	height: 100vh;
  background-size: cover;
  background-position: center center;
}
.sub_banner_txt{
position: absolute;
width:100%;
text-align:center;
top: 48vh;
left:0;
}
.sub_banner_txt img{
width:360px;
}
.sub_contact{
position: relative;
	width: 100%;
	height: 100vh;
}
.sub_contact .mapbg{
margin-top:0px;
	width: 100%;
	height: 100%;
	background: url(../images/map.png) no-repeat;
  background-size: 60% auto;
  background-position: right center;
}
.sub_contact .contact_index_left{
margin-top:300px;
float:left;
width:35%;
}
.sub_contact .contact_index_right{
position: relative;
margin-top:110px;
float:right;
width:65%;
}



.sub_container{width:90%;margin:0 auto;}
.sub_about{
position: relative;
	width: 100%;
	height: 100vh;
	background: url(/uploads/allimg/20250210/about_bg.png) no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.about_left{
margin-top:240px;
float:left;
width:40%;
}
.about_left h3{
position: relative;
	width:auto;font-size: 30px;font-weight:500;
height:50px;
overflow:hidden;
margin-bottom:50px;
}
.about_left h3:before{
position: absolute;
content: "";
width:360px;
height:8px;
bottom: 0;
left:0;
background:#053981;
}
.about_left h3:after{
position: absolute;
content: "";
width:130px;
height:8px;
bottom: 0;
left:-10px;
background:#4A96D3;
transform: translate(0%, 0%) rotate(0deg) skew(-45deg);
}
.about_left p{
font-size: 20px;font-weight:500;line-height:1.8;margin-bottom:20px;color:#666;
}
.sub_about img{
width:100%;
display:none;
}
.sub_service{
position: relative;
	width: 100%;
	display:block;
	overflow:auto;
	background: url(../images/service_bg.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.service_nav{
margin-top:0px;
width:100%;
padding:30px 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.service_nav ul{width:100%;max-width:600px;margin: 0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;list-style:none;}
.service_nav ul li{cursor: pointer;width:30%;text-align:center;position:relative;transition:all .1s linear}
.service_nav ul li a{text-decoration:none;width:100%;height:100%;text-align:center;background:#F4F4F4;color:#000;padding:10px 30px;border-radius: 5px;position:relative;font-size:24px;transition:all .1s linear}
.service_nav ul li:hover a,.service_nav ul li a.on{background:#053981;color:#fff;}
.service_nav ul li a:hover:before,.service_nav ul li a.on::before{content:"";position:absolute;left:10%;bottom:-2px;width:80%;height:4px;background:#a6ce39}
.service_left{
margin-top:50px;
width:100%;
	display:block;
}
.service_left h3{
position: relative;
width:auto;font-size: 40px;font-weight:500;
height:60px;
overflow:hidden;
margin-bottom:50px;
}
.service_left h3:before{
position: absolute;
content: "";
width:160px;
height:8px;
bottom: 0;
left:0;
background:linear-gradient(45deg, rgb(5, 57, 129) 0%, transparent 100%);
}
.service_left p{
font-size: 20px;font-weight:500;line-height:1.8;margin-bottom:20px;color:#666;
}
.service-list{width:100%;max-width:1200px;padding:50px 0 50px;margin: 0 auto;}
.service-list.three{width:100%;max-width:1600px;padding:50px 0 50px;margin: 0 auto;}
.service-list.three ul li{	cursor: pointer;margin-bottom:20px;width:32%;box-shadow:0 6px 13px 0 rgba(19,20,21,0);padding:50px 9%;position:relative;transition:all .1s linear}
.service-list ul{display:flex;flex-wrap:wrap;justify-content:space-between;list-style:none;}
.service-list ul li{	cursor: pointer;margin-bottom:20px;width:48%;box-shadow:0 6px 13px 0 rgba(19,20,21,0);padding:50px 15%;position:relative;transition:all .1s linear}
.service-list ul li:hover{box-shadow:0 6px 13px 0 rgba(19,20,21,.2)}
.service-list ul li::before{content:"";position:absolute;right:-4%;top:0px;width:2px;height:100%;background:#ccc}
.service-list ul li:last-child:before{display:none}
.service-list ul li .title{font-weight:500;padding:0px 0px 20px;color:#053981;font-size:24px;text-align:center;}
.service-list ul li .text{text-align:center;font-size:20px;color:#666;}
.service-list ul li .icon{text-align:center;margin-bottom:20px;}



.case-popup{position: relative;width:95%;margin:0 auto;text-align:center}
.case-popup img{width:100%;}
.case-popup .title{position: absolute;width:100%;padding:20px 0;line-height:1.5;overflow:auto;left:0;bottom: 0; background:rgb(0,0,0,.6);color:#fff;font-size:24px;}
.case-popup .title .title_left{float:left;padding:0 15px;text-align:left}
.case-popup .title .title_right{float:right;padding:0 15px;text-align:right}


.case_list{width:100%;padding:50px 0;margin: 0 auto;}
.case_list ul{list-style:none;}
.case_list ul li{cursor: pointer;margin-bottom:20px;width:100%;box-shadow:0 6px 13px 0 rgba(19,20,21,.08);padding:15px;overflow:auto;display: flex;align-items: center;transition:all .1s linear}
.case_list ul li:hover{box-shadow:0 6px 13px 0 rgba(19,20,21,.2)}
.case_list ul li .case_list_left{float:left;width:20%;}
.case_list ul li .case_list_left img{width:100%;}
.case_list ul li .case_list_right{float:right;width:79%;padding-left:1%;}
.case_list ul li .case_list_right .title{font-weight:500;padding:0px 0px 10px;color:#000;font-size:24px;text-align:left;}
.case_list ul li .case_list_right .text{text-align:left;font-size:20px;color:#666;}

.digg{text-align: center;width: 100%;}
.fenye > li {padding: 0px;color: #000;margin-right: 8px;display: block;font-size: 18px;text-align: center;line-height: 60px;width:60px;height:60px; text-decoration:none;}
.fenye > li > a{padding: 0px;color: #000;margin-right: 8px;display: block;font-size: 18px;text-align: center;line-height: 60px;width:60px;height:60px; border-radius: 30px;text-decoration:none;}
.fenye > li:hover a,.fenye > .active > a, .fenye > .active > a:hover{background: #053981;color: #fff;}
.fenye li{float: left;color: #08AB86;}
.fenye{margin: 0;margin: 50px 0;display: inline-block;}















@media only screen and (max-width: 1400px){
.about_left{
margin-top:180px;
}
.about_left p{
font-size: 18px;margin-bottom:10px;
}
.case_list ul li .case_list_left{float:left;width:25%;}
.case_list ul li .case_list_right{float:right;width:73%;padding-left:2%;}
.case_list ul li .case_list_right .title{font-weight:500;padding:0px 0px 10px;color:#000;font-size:22px;text-align:left;}
.case_list ul li .case_list_right .text{text-align:left;font-size:18px;color:#666;}

}
@media only screen and (max-width: 1280px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 24px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 50px;
		}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 20px;
	}
.contact_index_left{
margin-top:120px;
}
.contact_index_right{
margin-top:100px;
}
.mapbg{
margin-top:50px;
	width: 100%;
	height: calc(100% - 100px);
	background: url(../images/map.png) no-repeat;
  background-size: 75% auto;
  background-position: right center;
}
.contact_index_right .box{
width:200px;
}
.contact_index_right .box.pc1{
position: absolute;
    top: 0px;
    right: 10%;
}
.contact_index_right .box.pc2{
position: absolute;
    top: 250px;
    right: 0%;
}
.about_left{
margin-top:120px;
}
.about_left p{
font-size: 16px;margin-bottom:10px;
}
.case_list ul li .case_list_left{float:left;width:30%;}
.case_list ul li .case_list_right{float:right;width:68%;padding-left:2%;}
.case_list ul li .case_list_right .title{font-weight:500;padding:0px 0px 10px;color:#000;font-size:20px;text-align:left;}
.case_list ul li .case_list_right .text{text-align:left;font-size:17px;color:#666;}


}

@media only screen and (max-width: 1024px){
	.index_main .section1 .index_banner .item{
		height: 100vh;
	}
	.index_main .section1 .index_banner .item .inner .block_txt{
		left: 0;
		right:0;
		margin: 0 auto;
		padding: 0 20px;
		top: 42%;
	}
	.index_main .section1 .index_banner .slick-arrow{
		display: none !important;
	}
    .index_main .section1 .index_banner .slick-dots{
    	position: absolute;
    	bottom: 12px;
		display: none;
    }
    .index_main .section1 .index_banner .slick-dots li{
    	width: 12px;
    	height: 12px;
    	border-radius: 50%;
    	border:2px solid #fff;
    }
    .index_main .section1 .index_banner .slick-dots li button{
    	display: none;
    }
    .index_main .section1 .index_banner .slick-dots li.slick-active{
    	background: #fff;
    }
	.index_main .section1 .number{
		bottom: 2%;
	}
	.index_main .section1 .number span{
		margin-right: 22px;
	}
	.index_main .section1 .number span:after{
		bottom: -14px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 18px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 24px;
	    letter-spacing: 0px;
		}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 14px;
	    letter-spacing: 0px;
	}
.index_main .section2 h3,.index_main .section3 h3{
	text-align: center;
	font-size:16px;
}
.index_main .section2 h4,.index_main .section3 h4{
	text-align: center;
	font-size:20px;
	color:#053982;
	margin-top:90px;
}
.index_main .section2 h4 img,.index_main .section3 h4 img{
	height:20px;
}

.service_index_li .stitle{
position: absolute;
    top: 40px;
    left: 40px;
	font-size:24px;
}
.service_index_li .slink{
position: absolute;
    bottom: 40px;
    right: 0px;
    padding-right: 40px;
	font-size:16px;
	line-height:40px;
}
.service_index_li:hover .stitle{
    left: 20px;
}
.service_index_li:hover .slink{
    padding-right: 20px;
}

.case_index{
	width: 90%;
    padding-bottom: 50px!important;
}
.contact_index_left{
margin-top:0px;
float:left;
width:100%;
}
.contact_index_right{
margin-top:0px;
float:right;
width:100%;
}
.contact_index_right .box{
float:right;
width:100%;
background: rgba(255,255,255,.8);
margin-right:0%;
}
.contact_index_left h3{
	font-size: 24px;margin-bottom:0px;
}
.contact_index_left h4{
	font-size: 18px;margin-top:0px;
}
.contact_index_left h2{
	font-size: 24px;line-height:30px;margin-top:0px;margin-bottom:0;
}
.contact_index_left h2 img{
	height:30px;
	 vertical-align: middle;
}
.contact_index_left h5{
	font-size: 14px;margin-left:40px;margin-top:0;
}
.contact_index_left p{
	margin-top:0px;
	clear: both;
}
.mapbg{
margin-top:70px;
	width: 100%;
	height: calc(100% - 100px);
	background: url(../images/map132.png) no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
.contact_index_right .box .local {
    padding: 20px 0;
}
.contact_index_right .box.pc1,.contact_index_right .box.pc2{display:none;}
.contact_index_right .box.mob{display:block;}

.case_index.pc{display: none;}
.case_index.mob{display: block;}
.case_index_li .ctitle{
position: absolute;
    top: 45%;
    left: 2%;
	width:96%;
	margin:0 auto;
	font-size:16px;
	color:#fff;
	text-align:center;
	opacity: 0; 
	transform: translateY(30px);
	-webkit-transform: translateY(30px); 
	-webkit-transition: all 1000ms ease; 
	transition: all 1000ms ease;
}
/*
.contact_index_left_l{
float:left;
width:40%;
}
.contact_index_left_r{
float:left;
width:60%;
}
*/
.sub_contact{
	height: auto;
}
.sub_contact .contact_index_left{
margin-top:30px;
float:left;
width:100%;
}
.sub_contact .contact_index_right{
position: relative;
margin-top:0px;
float:right;
width:100%;
}
.sub_banner_txt img{
width:260px;
}
.sub_about{
	height: auto;
	background: url() no-repeat;
}
.about_left{
margin-top:30px;
float:left;
width:100%;
}
.about_left h3{
position: relative;
	width:auto;font-size: 24px;font-weight:500;
height:40px;
overflow:hidden;
margin-bottom:30px;
}
.about_left h3:before{
position: absolute;
content: "";
width:286px;
height:8px;
bottom: 0;
left:0;
background:#053981;
}
.about_left h3:after{
position: absolute;
content: "";
width:80px;
height:8px;
bottom: 0;
left:-10px;
background:#4A96D3;
transform: translate(0%, 0%) rotate(0deg) skew(-45deg);
}
.about_left p{
font-size: 16px;margin-bottom:10px;
}
.sub_about img{
display:block;
}
.service_nav{padding:30px 15px;}
.service_nav ul li{width:33%;}
.service_nav ul li a{padding:10px 15px;font-size:18px;}
.service_left{
margin-top:50px;
width:100%;
	display:block;
}
.service_left h3{
position: relative;
width:auto;font-size: 30px;font-weight:500;
height:50px;
overflow:hidden;
margin-bottom:30px;
}
.service_left h3:before{
position: absolute;
content: "";
width:120px;
height:8px;
bottom: 0;
left:0;
background:linear-gradient(45deg, rgb(5, 57, 129) 0%, transparent 100%);
}
.service_left p{
font-size: 16px;font-weight:500;line-height:1.8;margin-bottom:20px;color:#666;
}
.service-list.three ul li{	cursor: pointer;margin-bottom:20px;width:100%;box-shadow:0 6px 13px 0 rgba(19,20,21,0);padding:30px 30px;position:relative;transition:all .1s linear}
.service-list ul li{	cursor: pointer;margin-bottom:20px;width:100%;box-shadow:0 6px 13px 0 rgba(19,20,21,0);padding:30px 30px;position:relative;transition:all .1s linear}
.service-list ul li:hover{box-shadow:0 6px 13px 0 rgba(19,20,21,.2)}
.service-list ul li::before{display:none}
.service-list ul li:last-child:before{display:none}
.service-list ul li .title{font-weight:500;padding:0px 0px 20px;color:#053981;font-size:20px;text-align:center;}
.service-list ul li .text{text-align:center;font-size:16px;color:#666;}
.service-list ul li .icon{text-align:center;margin-bottom:20px;}
.case-popup{position: relative;width:100%;margin:0 auto;text-align:center}
.case-popup img{width:100%;}
.case-popup .title{position: relative;width:100%;overflow:auto;left:0;bottom: 0; background:rgb(0,0,0,.6);color:#fff;font-size:14px;}

.case_list ul li{display: block;align-items: center;}
.case_list ul li .case_list_left{float:left;width:100%;}
.case_list ul li .case_list_right{float:right;width:100%;margin-top:20px;padding-left:0%;}
.case_list ul li .case_list_right .title{font-weight:500;padding:0px 0px 10px;color:#000;font-size:18px;text-align:left;}
.case_list ul li .case_list_right .text{text-align:left;font-size:16px;color:#666;}

.fenye > li {padding: 0px;color: #000;margin-right: 5px;display: block;font-size: 16px;text-align: center;line-height: 40px;width:40px;height:40px; text-decoration:none;}
.fenye > li > a{padding: 0px;color: #000;margin-right: 5px;display: block;font-size: 16px;text-align: center;line-height: 40px;width:40px;height:40px; border-radius: 20px;text-decoration:none;}
.fenye > li:hover a,.fenye > .active > a, .fenye > .active > a:hover{background: #053981;color: #fff;}
.fenye li{float: left;color: #08AB86;}
.fenye{margin: 0;margin: 20px 0 50px;display: inline-block;}














}
@media only screen and (max-width: 649px){
.index_main .section2 .number{
	margin-top:10px;
}
.mapbg{
margin-top:70px;
}
.service_index{
	width: 100%;
	padding:20px 20px 30px 20px !important;
}

.case_index .swiper-button-prev,.case_index  .swiper-button-next{width: 40px;height: 40px;line-height: 40px;display:none;}
.case_index .swiper-button-next:after, .case_index  .swiper-button-prev:after{width: 40px;height: 40px;line-height: 40px;font-size: 16px;}


}


.service_container {
    width: 80%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .service_container {
    width: 600px;
  }
}
@media (min-width: 992px) {
  .service_container {
    width: 700px;
  }
}
@media (min-width: 1200px) {
  .service_container {
    width: 900px;
  }
}
@media (min-width: 1400px) {
  .service_container {
    width: 1160px;
  }
@media (min-width: 1600px) {
  .service_container {
    width: 1420px;
  }
}



