@charset "utf-8";
/* CSS Document */
.header{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100px;
	background-color: #fff;
	min-width: 1200px;
	position:fixed;
	top: 0;
	left: 0;
	z-index: 9;
    border-bottom:1px solid #f7f7f7;
}
.logo{
	margin-left: 82px;
}
.logo>a>img{
	display: block;
	width: 280px;
}
.navBar{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.navBar>ul{
	display: flex;
}
.navBar>ul>li{
    height:88px;
    line-height:88px;
}
.navBar>ul>li>a{
	font-size: 17px;
	margin: 0 30px;
	font-weight: 500;
    position:relative;
}

.subNav {
    position: absolute;
    top: 89px;
    left: 0;
    width: 100%;
    z-index: 66;
    height: 80px;
    background: rgba(255, 255, 255, 1);
    display: none;
}
.subNav > ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.subNav > ul > li {
    height: 80px;
    line-height: 80px;
    margin: 0 30px;
}

.subNav > ul > li > a {
    font-size: 16px;
    color:#202020;
}
.navBar > ul > li > a:hover, .subNav > ul > li:hover a {
    color: #1155aa;
}
.topTel{
	background: url(../images/topTel.png)  no-repeat left center;
	height: 40px;
	display: flex;
	margin-right: 82px;
}
.topTel>span{
	line-height: 40px;
	text-indent: 48px;
	font-size: 22px;
}
.close{
	background: url(../images/colse.png)  no-repeat left center;
	width: 40px;
	height: 40px;
	display: none;
}
.banner{
	margin-top: 88px;
}
#banner{
	min-width: 1200px;
}
#banner .swiper-slide img{
	display: block;
	width: 100%;
}
#bannerBtn>span.swiper-pagination-bullet{
	background-color: #fff;
	width: 66px;
	height: 3px;
	margin: 0 10px;
	border-radius: 0;
}
#bannerBtn{
	bottom: 30px
}
.swiper-button-next,.swiper-button-prev{
	opacity: 0;
	color: #fff !important;
	transition: 1s;
}
.swiper-button-next{
	right: 30px !important;
}
.swiper-button-prev{
	left: 30px !important;
}
#banner:hover .swiper-button-next{
	opacity: 1;
}
#banner:hover .swiper-button-prev{
	opacity: 1;
}
.scene{
	padding: 0 15%;
}
.title{
	width: 100%;
	height: 200px;
	line-height: 200px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	position: relative;
}
.title:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 140px;
	width: 80px;
	height: 4px;
	background-color: #1155aa;
	margin-left:-40px ;
}
.InfoScene {
    margin:88px 0;
}
.sceneList {
    width: 100%;
    margin-top: 6%;
}
.sceneList>ul{
	display: flex;
	flex-wrap: wrap;
}
.sceneList>ul>li{
	overflow: hidden;
}
.sceneList>ul>li.sceneW1{
	width: 65%;
	margin-bottom: 3%;
}
.sceneList>ul>li.sceneW2{
	width: 32%;
	margin-left: 3%;
}
.sceneList>ul>li.sceneW3{
	width: 32%;
	margin-right: 3%;
}
.sceneList > ul > li.sceneW4 {
    width: calc(94% / 3);
    margin-right: 3%;
}
.sceneList > ul > li.sceneW4:nth-child(7n) {
    margin-right: 0;
}

.sceneList>ul>li>a{
	position: relative;
	display: block;
	color: #fff;
	overflow: hidden;
}
.sceneList>ul>li>a>h4{
	width: 82%;
	position: absolute;
	bottom: 40px;
	left: 0;
	color: #fff;
	font-size: 18px;
	z-index: 3;
	margin-left: 40px;
}
.sceneList>ul>li>a>h4>p{
	font-size: 22px;
	padding-top: 4px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sceneList>ul>li>a>div{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .03);
	z-index: 1;
	transition: all .3s;
}
.sceneList>ul>li>a>div:hover{
	background-color: rgba(24, 80, 150, .3);
}
.sceneList>ul>li>a>img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.sceneList>ul>li:hover a>img{
	-webkit-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
}
.project{
	width: 100%;
	height: 600px;
	background: url(../images/projectImg.jpg)  no-repeat top center;
	background-size: cover;
	margin-top: 2%;
	min-width: 1200px;
}
.projectTitle{
	padding: 0 13%;
}
.projectTitle>h4{
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #fff;
	padding-top: 5%;
	letter-spacing: 2px;
}
.projectTitle>p{
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding: 1% 0 2% 0;
}
 .projectTab{
	 display: flex;
	 padding: 0 13%;
 }
 .projectList{
	 width: 16%;
	 border-right:2px solid #597190 ;
 }
 .projectList>ul{
	width: 100%;
}
.projectList>ul>li{
	width: 60%;
	height: 44px;
	line-height: 44px;
	margin: 20px auto;
	color: #fff;
	text-align: center;
	font-size: 16px;
	border-radius: 6px;
    cursor:pointer;
}
.projectList>ul>li.active{
	background-color: #1256aa;
}
.projectText{
	width: 81%;
	margin-left: 3%;
}
.projectText .item{
    display:none;
}
.projectText .item:first-child{
    display: block;
}
.projectText .item>h4{
	font-size: 24px;
	color: #fff;
	margin-top: 15px;
}
.projectText .item>p{
	font-size: 15px;
	line-height: 32px;
	color: #fff;
	margin-top: 15px;
}
.projectText .item>ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 6%;
}
.projectText .item>ul>li{
	margin-right: 50px;
}
.projectText .item>ul>li img{
	display: block;
    margin:0 auto;
}
.projectText .item>ul>li p{
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
}
.case,.news{
	padding: 0 15%;
}
.caseList>ul{
	display: flex;
	flex-wrap: wrap;
}
.caseList>ul>li{
	width: 22.75%;
	margin-bottom: 3%;
	margin-left: 3%;
}
.caseList>ul>li>a{
	display: block;
	width: 100%;
}
.caseList>ul>li:first-child{
	margin-left: 0;
}
.caseList>ul>li>a>div{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.caseBg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .15);
}
.caseBg:hover{
	background-color: rgba(24, 80, 150, .3);
}
.caseList>ul>li div>img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.caseList>ul>li div:hover img{
	-webkit-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
}
.caseList>ul>li>a h4{
	font-size: 20px;
	margin-top: 30px;
	line-height:1.5
}
.caseList>ul>li:hover a>h4{
	color: #1256aa;
}
.caseList>ul>li>a p{
	font-size: 16px;
	margin-top: 15px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;
}
.more{
	width: 240px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #d9d9d9;
	margin: 20px auto 80px auto;
}
.more>a{
	display: block;
	width: 100%;
	font-size: 18px;
	color: #a6a6a6;
	text-align: center;
}
.news{
	background-color: #f7f7f7;
	padding-bottom: 40px;
}
.newsList>ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.newsList>ul>li{
	width: 30%;
	border-bottom: 1px solid #e5e5e5;
	margin-right: 5%;
	padding-bottom: 4%;
	margin-bottom: 3%;
}
.newsList>ul>li:hover{
	border-bottom: 1px solid #185096;
}
.newsList>ul>li:nth-child(3n){
	margin-right: 0;
}
.newsList>ul>li>a{
	display: block;
	width: 100%;
}
.newsList>ul>li>a>h4{
	font-size: 22px;
	margin: 22px 0;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newsList>ul>li:hover a>h4{
	color: #1256aa;
}
.newsList>ul>li>a>h5{
	font-size: 16px;
	color: #a6a6a6;
}
.newsList>ul>li>a>p{
	font-size: 15px;
	line-height: 2;
	margin-top: 30px;
	color: #808080;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.coverage{
	padding:2% 13%;
	display:flex;
}
.coverageTitle{
	width:9%
}
.coverageTitle>span{
	font-size:16px
}
.coverageCitys{
	width:91%;
	display:flex;
}
.coverageCitys>a{
	display:block;
	width:6%;
	font-size:16px;
	color:#999;
}
.footer{
	padding: 80px 13% 50px 13%;
	display: flex;
	border-top: 1px solid #f5f5f5;
}
.bottomLogo{
	width: 19%;
}
.bootomTel{
	width: 22%;
}
.bottomNav{
	width: 59%;
}
.code{
	text-align: center;
	margin-top: 15px;
}
.code>img{
	width: 128px;
	height: 128px;
}
.code>p{
	font-size: 14px;
	color: #bfbfbf;
}
.logoImg>a>img{
	display: block;
	width: 100%;
}
.bootomTel>ul{
	margin-left: 15%;
}
.bootomTel>ul>li>h4{
	font-size: 22px;
}
.bootomTel>ul>li>p{
	font-size: 16px;
	margin: 30px 0;
	color: #999;
}
.bottomNav>ul{
	display: flex;
}
.bottomNav>ul>li{
	width: 44%;
}
.bottomNav>ul>li.width60{
	width: 56%;
}
/*.bottomNav>ul>li.width50{
	width: 32%;
	overflow: hidden;
}
.bottomNav>ul>li.width50>a{
	width: 50%;
	float: left;
	margin: 30px 0 0 0;
}*/
.bottomNav>ul>li>h4{
	font-size: 22px;
	width: 100%;
}
.bottomNav>ul>li>a{
	display: block;
	font-size: 16px;
	margin: 10px 0;
	color: #999;
	line-height: 1.8;
}
.copyright{
	border-top:1px solid #f5f5f5;
	padding: 30px 0;
}
.copyright>p{
	text-align: center;
	font-size: 14px;
	color: #999;
	line-height: 28px;
}
.copyright>p>a{
	font-size: 14px;
	color: #999;
}
.infonews{
	background-color: #fff;
}
/*Page*/
.Pages2 {
    padding: 40px 0;
	text-align: right;
}
.pageinfo>span,.pageinfo>a{
	display:inline-block;
    margin: 0px 6px;
    padding: 12px 18px;
    color: #acacac;
    background-color: #fff;
    border: 1px solid #e6e6e6;
	font-size:14px;
	line-height: 18px;
}
.pageinfo>span:hover,.pageinfo>a:hover,.pageinfo>span.current {
    color: #fff;
    background-color: #185096;
    border-color: #185096;
}
.pageinfo>span.disable{
	background:#e5e5e5;
}
.pageinfo>span.disable:hover{
	background:#e5e5e5;
	border-color: #e5e5e5;
	color:#acacac;
}
.infoBanner{
	width: 100%;
	margin-top: 88px;
}
.infoBanner>img{
	display: block;
	width: 100%;
}
.aboutContent{
	display: flex;
	padding: 0 13%;
}
.aboutContent>p{
	width: 56%;
	font-size: 15px;
	line-height: 2.8;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
	margin: 10px 0 0 35px;
}
.aboutContentImg{
	width: 44%;
}
.aboutContentImg>img{
	display: block;
	width: 100%;
}
.aboutText{
	
}
.aboutNumber{
	background-color: #f7f7f7;
	margin-top: 88px;
}
.aboutNumber>ul{
	display: flex;
	flex-wrap: wrap;
}
.aboutNumber>ul>li{
	width: 50%;
	padding: 6% 0;
	box-sizing: border-box;
	-webkit-box-sizing:border-box; ;
}
.aboutNumber>ul>li.border1,
.aboutNumber>ul>li.border2{
	border-bottom: 1px solid #ebebeb;
}
.aboutNumber>ul>li.border1,
.aboutNumber>ul>li.border3{
	border-right: 1px solid #ebebeb;
}
.aboutNumber>ul>li>h4{
	width: 100%;
	text-align: center;
	font-size: 54px;
	font-weight: bold;
}
.aboutNumber>ul>li>p{
	width: 100%;
	text-align: center;
	font-size: 17px;
	margin-top: 6px;
}
.brandList{
	padding: 0 13%;
	margin-bottom: 100px;
}
.brandList>ul{
	width: 100%;
	display: flex;
}
.brandList>ul>li{
	width: 45%;
	background-color: #f7f7f7;
	margin: 0 5%;
	padding: 14% 0;
	position: relative;
	margin-top: 88px;
}
.brandList>ul>li>h4{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
}
.brandList>ul>li>p{
	font-size: 16px;
	line-height: 2.2;
	padding: 0 60px;
	margin-top: 40px;
}
.brandLogo{
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background-color: #2842e0;
	position: absolute;
	left: 50%;
	top: -110px;
	margin-left: -110px;
	overflow: hidden;
}
.brandLogo>img{
	display: block;
	width: 100%;
}
.partnerBg{
	background-color: #f7f7f7;
	padding-bottom: 68px;
}
.partner{
	padding: 0 13%;
}
.partnerLogo>ul{
	display: flex;
	flex-wrap: wrap;
}
.partnerLogo>ul>li{
	width: 25%;
}
.partnerLogo>ul>li{
	width: 25%;
	margin-bottom: 30px;
}
.partnerLogo>ul>li>div{
	width: 90%;
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(58, 43, 43, 0.08);
}
.partnerLogo>ul>li>div>img{
	display: block;
	width: 100%;
}
.infoHonor{
	padding: 0 13%;
	padding-bottom: 40px;
}
.honorList{
	width: 100%;
}
.honorList>ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.honorList>ul>li{
	width: 25%;
	margin-bottom: 40px;
}
.honorList>ul>li>div{
	width: 88%;
	margin: 0 auto;
	overflow: hidden;
}
.honorList>ul>li>h4{
	width: 100%;
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
	color: #666;
}
.honorList>ul>li>div>img{
	display: block;
	width: 100%;
}
.honorList>ul>li>div>p{
	display: block;
	width: 100%;
    padding: 25px 0 5px 0;
	font-size: 22px;
	text-align: center;
	transition: all .5s;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.honorList>ul>li:hover >div>p{
	bottom: 0;
}
.infoDetail{
	padding: 0 13%;
}
.siteMap{
	width:100%;
	padding: 45px 0;
	font-size: 15px;
	color: #808080;;
}
.siteMap>span{
	padding:0 4px;
	font-size: 15px;
}
.siteMap>a{
	color: #808080;;
	font-size: 16px;
}
.infoDetail>h1{
    text-align: center;
    font-size: 26px;
    border-bottom: 1px solid #efefef;
    line-height: 80px;
}
.info_time{
	padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #efefef;
}
.info_time,.info_time span{
  font-size: 16px;
}
.info_time span:last-child {
    color: #0090d9;
}
.showContent {
	padding: 40px 0;
}
.infoContact{
	padding: 8% 13%;
	display: flex;
	flex-wrap: wrap;
}
.contactText{
	width: 40%;
}
.map{
	width: 50%;
	background-color: #f7f7f7;
	padding: 5%;
}
.contactText>h4{
	font-size: 24px;
}
.contactText>p{
	font-size: 16px;
	padding-top: 28px;
	color: #666;
}
.dsContent{
	width: 100%;
}
.block1{
	display: flex;
	flex-wrap: wrap;
	padding: 6% 13%;
}
.dsDetail{
	width: 100%;
}
.dsDetail>h4{
	width: 100%;
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	color: #05348d;
}
.dsDetail>p{
	width: 95%;
	font-size: 16px;
	line-height: 2.6;
	color: #666;
	margin-top: 25px;
}
.dsImg{
	width: 42%;
	display: flex;
	align-items: center;
}
.dsImg>img{
	display: block;
	width: 100%;
}
.block2{
	background-color: #f7f7f7;
	padding: 6% 0;
}
.block2>h4{
	width: 100%;
	font-size: 28px;
	text-align: center;
}
.block2>p{
	width: 100%;
	font-size: 16px;
	text-align: center;
	color: #666;
	padding-top: 15px;
}
.dsList{
	padding: 0 13%;
}
.dsList>ul{
	display: flex;
	align-items: center;
	margin-top: 60px;
}
.dsList>ul>li{
	width: 18%;
}
.dsList>ul>li.liWidth3{
	width: 28%;
}
.dsList>ul>li>div{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: 0 auto;
	background-color: #4661e4;
	border: 15px solid #c2caf1;
}
.dsList>ul>.liWidth3>div{
	width: 260px;
	height: 260px;
	border-width: 35px;
}
.dsList>ul>li>div>img{
	display: block;
	margin: 7px auto;
}
.dsList>ul>li.liWidth3>div>img{
	padding-top: 44px;
	margin: 0 auto;
}
.dsList>ul>li>p{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	padding-top: 22px;
}
.dsList>ul>li>div>p{
	display: block;
	text-align: center;
	font-size: 22px;
	color: #fff;
}
.block3{
	padding: 0 13%;
	margin: 8% 0 6% 0;
}
.block3>ul{
	display: flex;
	flex-wrap: wrap;
}
.block3>ul>li{
	width: 20%;
}
.block3>ul>li>div{
	width: 85%;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	padding: 30% 0;

}
.block3>ul>li>div>img{
	display: block;
	margin: 0 auto;
}
.block3>ul>li>p{
	width: 100%;
	font-size: 18px;
	text-align: center;
	padding-top: 35px;
}
.block4{
	padding: 0 13%;
	margin-bottom: 88px;
}
.block4>h4{
	width: 100%;
	font-size: 28px;
	text-align: center;
}
.block4>ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 45px;
}
.block4>ul>li{
	width: 25%;
	overflow: hidden;
}
.block4>ul>li>div{
	width: 100%;
	position: relative;
}
.block4>ul>li>div>img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.block4>ul>li>div:hover img{
	-webkit-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
}
.block4>ul>li>div>div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(70, 97,228, .3);
}
.block4>ul>li>div>div:hover{
	background-color: rgba(0, 0, 0, .3);
}
.block4>ul>li>div>p{
	width: 88%;
	position: absolute;
	left: 0;
	bottom: 20px;
	font-size: 18px;
	color: #fff;
	margin-left: 6%;
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blockBg{
	width: 100%;
	background: url(../images/blockBg.jpg) no-repeat left bottom #fafafa;
	min-width: 1200px;
}
.blockPadding{
	padding-bottom: 3%;
}
.featureList{
	padding: 0 13%;
}
.featureList>ul{
	display: flex;
	flex-wrap: wrap;
}
.featureList>ul>li{
	width: calc(100% / 6);
	padding-bottom: 3%;
}
.featureList>ul>li>div{
	display: flex;
	width: 88px;
	height: 88px;
	background-color: #1155aa;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.featureList>ul>li>div>img{
	display: block;
	width: 77%;
}
.featureList>ul>li>p{
	width: 100%;
	text-align: center;
	font-size: 16px;
	padding-top: 20px;
}
.block5{
	padding: 8% 13% 5% 13%;
}
.block5>ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.block5>ul>li{
	width: 25%;
}
.block5>ul>li>div{
	width: 136px;
	margin: 0 auto;
}
.block5>ul>li>div>img{
	display: block;
	width: 100%;
}
.block5>ul>li>h4{
	width: 100%;
	font-size: 22px;
	text-align: center;
	padding: 30px 0 15px 0;
}
.block5>ul>li>p{
	padding: 0 50px;
	font-size: 15px;
	line-height: 1.8;
	color: #666;
}
.block6{
	padding: 0 13%;
	margin-bottom: 88px;
}
.block6>h4{
	width: 100%;
	text-align: center;
	font-size: 28px;
}
.block6>ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 45px;
}
.block6>ul>li:first-child{
	width: calc(100% - 33.33333%);
}
.block6>ul>li{
	width: calc(100% / 3);
}
.block6>ul>li>div{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.block6>ul>li>div>img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.block6>ul>li>div:hover >img{
	-webkit-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
}
.block6>ul>li>div>div{
	display: flex;
	align-items: center;
	background-color: rgba(0, 0,0, .1);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 24px;
	justify-content: center;
}
.block6>ul>li>div>div:hover{
	background-color: rgba(70, 97,228, .3);
}
.blockIndex{
	padding: 0 13%;
}
.znh{
	padding: 0 13%;
	margin-top: 100px;
}
.znh>h4{
	font-size: 34px;
	margin-bottom: 10px;
}
.znh>p{
	font-size: 18px;
	margin-bottom: 70px;
	color: #888;
}
.znh>ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 28px;
}
.znh>ul>li{
	width: calc(50% - 30px);
	margin-bottom: 60px;
}
.znh>ul>li:nth-child(2n){
	transform: translateY(-140px);
	margin-left: 60px;
}
.znh>ul>li>a,.znhImg{
	display: block;
	width: 100%;
	overflow: hidden;
}
.znhImg{
	position: relative;
}
.znh>ul>li>a>.znhImg>p{
	width: 100%;
	height: 70px;
	line-height: 70px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	text-align: center;
	font-size: 20px;
	color: #333;
}
.znhBg{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0,0, .05);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.znhImg>img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.znhImg:hover >.znhBg{
	background-color: rgba(0, 0,0, .13);
}
.znhImg:hover >img{
	-webkit-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
}
.dsj{
	padding: 0 13%;
}
    .dsj > h4 {
        font-size: 34px;
        margin-top: 88px;
        margin-bottom: 10px;
        text-align:center;
    }
    .dsj > p {
        font-size: 18px;
        margin-bottom: 40px;
        color: #888;
        text-align: center;
    }
.dsjText{
	font-size: 16px;
	padding: 0px 0 25px 0;
	line-height: 2.2;
}
.dsjImg{
	width: 100%;
}
.dsjImg>img{
	display: block;
	width: 100%;
}
.dslDetail{
	width: 100%;
	padding: 8% 0;
}
.dslDetail>ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.dslDetail>ul>li{
	width: 25%;
}
.dslDetail>ul>li>h4{
	font-size: 22px;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.dslDetail>ul>li>p{
	padding: 0 20%;
	font-size: 15px;
	color: #888;
	line-height: 2;
	margin-top: 15px;
}
.sjIcon{
	width: 136px;
	height: 136px;
	border-radius: 50%;
	background-color: #f6f6f6;
	margin: 0 auto;
}
.sjIcon>img{
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 10% 0;
}
.advBg{
	background-color: #f6f6f6;
	padding: 5% 0 2% 0;
}
.adv{
	padding: 0 13%;
}
.adv>h4{
	width: 100%;
	text-align: center;
	font-size: 26px;
	padding-bottom: 3%;
}
.adv>ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.adv>ul>li{
	width: calc(25% - 30px);
	margin-bottom: 50px;
	margin-right: 40px;
}
.adv>ul>li:nth-child(4n){
	margin-right: 0;
}
.adv>ul>li>div{
	width: 100%;
	height: 240px;
	background-color: #fff;
	margin: 0 auto;
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.adv>ul>li>div>img{
	display: block;
}
.adv>ul>li>p{
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
}
.systemUI{
	padding: 6% 13%;
}
.systemUI>h4{
	width: 100%;
	font-size: 28px;
	text-align: center;
	padding-bottom: 1%;
}
.systemUI>ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.systemUI>ul>li{
	width: 32%;
	margin-right: 2%;
	margin-top: 2%;
}
.systemUI>ul>li:nth-child(3n){
	margin-right: 0%;
}
.systemUI>ul>li>div{
	display: block;
	width: 100%;
	overflow: hidden;
}
.systemUI>ul>li>div>img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.systemUI>ul>li>div:hover >img{
	-webkit-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
}
.systemUI>ul>li:nth-child(3n){
	margin-right: 0;
}
.trait{
	padding: 0 13%;
	margin-top: 60px;
}
.trait>ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.trait>ul>li{
	width: calc(25% - 30px);
	margin-right: 40px;
}
.trait>ul>li:nth-child(4n){
	margin-right: 0px;
}
.trait>ul>li>.fzText{
	width: 100%;
	min-height: 190px;
	background-color: #fff;
	margin-bottom: 40px;
	padding-bottom: 20px;
}
.trait>ul>li>h4{
	width: 100%;
	text-align: center;
	font-size: 22px;
	background-color: #fff;
}
.fxIcon{
	background-color: #fff;
	padding-top: 20px;
}
.fxIcon>img{
	display: block;
	margin: 0 auto;
}
.trait>ul>li>.fzText{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-content: flex-start;
}
.trait>ul>li>.fzText>p{
	width: 50%;
	text-align: center;
	font-size: 16px;
	color: #666;
	padding-top: 22px;
}
.fxStructure{
	padding: 5% 13%;
}
.fxStructure>h4{
	width: 100%;
	text-align: center;
	font-size: 28px;
}
.fxStructure>p{
	padding-top: 40px;
}
.fxStructure>p>img{
	display: block;
}
.case{
	padding: 0 15%;
	margin-top: 100px;
}
.case>h4{
	font-size: 34px;
}
.case>p{
	font-size: 18px;
    color: #888;
	margin-bottom: 30px;
}
.case>p>span{
	font-size: 22px;
	padding: 0 10px;
    color: #1155aa;
	font-weight: bold;
}
.infoCaseList{
	padding-bottom: 40px;
}
.infoCaseList>ul>li{
	width: calc(94% / 3);
}
.infoCaseList>ul>li{
	margin-left: 3%;
}
.infoCaseList>ul>li:nth-child(3n+1){
	margin-left: 0;
}
.travelTitle{
	padding: 0 13%;
}
.travelTitle>h4{
	width: 320px;
	height: 62px;
	line-height: 62px;
	background-color: #1155aa;
	color: #fff;
	font-size: 22px;
	text-align: center;
	margin: 0 auto;
	border-radius: 6px;
	margin-top: 88px;
}
.travelTitle>p{
	font-size: 16px;
	line-height: 2.4;
	text-indent: 40px;
	color: #666;
}
.frame{
	padding: 0 13%;
	margin-top: 60px;
}
.frame>h4{
	width: 100%;
	text-align: center;
	font-size: 28px;
	padding-top: 38px;
	padding-bottom: 20px;
}
.frame>ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.frame>ul>li{
	width: 25%;
}
.frame>ul>li>div{
	width: 85%;
	min-height: 280px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	padding: 35px 0;
}
.frame>ul>li>div>h4{
	font-size: 20px;
	width: 100%;
	text-align: center;
	margin: 20px 0 10px 0;
}
.sublevel{
	padding-top: 15px;
}
.sublevel>p{
	font-size: 16px;
	padding:0 22px;
	text-align: center;
	color: #666;
	line-height: 2.6;
}
.frameSystem{
	padding: 0 13% 6% 13%;
	background-color: #f7f7f7;
	margin-top: 88px;
}
.frameSystem>h4{
	width: 100%;
	font-size: 28px;
	text-align: center;
	padding-top: 88px;
}
.frameSystem>p{
	width: 100%;
	font-size: 15px;
	text-align: center;
	padding-top: 20px;
}
.frameList{
	width: 100%;
	margin-top: 88px;
}
.frameList>ul{
	display: flex;
	flex-wrap: wrap;
}
.frameList>ul>li{
	width: 25%;
}
.frameList>ul>li>div{
	width: 160px;
	height: 160px;
	border-radius: 50%;
    margin: 0 auto;
    background-color: #fff;
	display: flex;
	align-items: center;
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	cursor: pointer;
}
.frameList>ul>li>div>h4{
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 18px;
}
.frameList>ul>li>div>h4>span{
	font-size: 50px;
	color: #000;
	display: block;
}
.frameList>ul>li>div.divRadius{
	background-color: #1155aa;
	position: relative;
}
.frameList>ul>li>div:hover{
	background-color: #1155aa;
}
.frameList>ul>li>div.divRadius::after{
	content: '';
	position: absolute;
	bottom: -12px;
	left: 50%;
	width:0;
	height:0;
	border-right:16px solid transparent;
	border-left:16px solid transparent;
	border-top:15px solid #1155aa;
	margin-left: -16px;
}
.frameList>ul>li>div.divRadius>h4,
.frameList>ul>li>div.divRadius>h4>span{
	color: #fff;
}
.frameList>ul>li>div:hover >h4,
.frameList>ul>li>div:hover >h4>span{
	color: #fff;
}
.frameBlock{
	width: 100%;
	border: 2px solid #1155aa;
	border-radius: 30px;
	background-color: #fff;
	position: relative;
	margin-top: 30px;
}
.frameBlock>ul>li{
	display: none;
}
.frameBlock>ul>li:first-child{
	display: block;
}
.centerBlock{
	width: 100%;
	display: flex;
	padding: 6% 0;
}
.centerBlock>div{
	width: 50%;
}
.frameText>h4{
	width: 100%;
	text-align: center;
	font-size: 22px;
	padding-top: 30px;
}
.frameText>img{
	display: block;
	width: 88px;
	margin: 0 auto;
}
.frameDetail{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	margin-top: 15px;
}
.frameDetail>p{
	font-size: 16px;
	padding-top: 5px;
	color: #666;
	line-height: 1.8;
}
.treePlatform{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.treePlatform>li{
	width: calc(100% / 3);
}
.treePlatform>li>h4{
	width: 100%;
	text-align: center;
	font-size: 20px;
	margin: 30px 0 0 0;
}
.treePlatform>li>div{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: 0 auto;
}
.treePlatform>li>p{
	font-size: 16px;
	margin-top: 20px;
	line-height: 2.2;
	padding: 0 30px;
	color: #666;
}
.ptIcon{
	display: flex;
	align-items: center;
	justify-content: center;
}
.ptIcon>img{
	display: block;
}
.PlatformList>ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 5% 0 4% 0;
}
.PlatformList>ul>li{
	width: 20%;
	margin-bottom: 20px;
}
.PlatformList>ul>li>div{
	width: 80%;
	height: 48px;
	line-height: 48px;
	background-color: #f7f7f7;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
}
.value{
	padding: 5% 13%;
}
.value>h4{
	width: 100%;
	text-align: center;
	font-size: 28px;
}
.value>p{
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	padding-top: 15px;
}
.value>ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 60px;
}
.value>ul>li{
	width: calc(100% / 3);
	margin-bottom: 50px;
}
.value>ul>li>div{
	width: 500px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.value>ul>li>div>img{
	display: block;
	width: 75%;
}
.value>ul>li>h4{
	width: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 1.6;
	margin-top: 25px;
}
.newslink {
    display: block;
	margin-top: 15px;
	font-size: 15px;
}
.newslink2{
	margin-bottom: 40px;
}
.newslink a {
    color: #a3a8aa;
    font-size: 15px;
}
.lyLeywords{
	line-height: 2;
}
.lyLeywords>span{
	font-size: 15px;
}
.lyLeywords>a{
	font-size: 15px;
	color: #a3a8aa;
}
.americanImmigrant{
	padding: 0 15%;
	margin-top: 6%;
}
.titleText{
	display: flex;
	align-items: center;
	justify-content: center;
}
.titleText .titleImg{
	width: 120px;
}
.titleText>span{
	margin: 0 5%;
	font-size: 34px;
	font-weight: bold;
	color: #05348d;
}
.titleText>span>b{
	font-size: 34px;
	font-weight: bold;
	color: #d6192a;
}
.advantageContent>ul{
	display: flex;
	flex-wrap: wrap;
}
.advantageContent>ul>li{
	width: calc(100% / 3);
	margin-top: 40px;
}
.advantageImg{
	width: 90%;
	display: flex;
    align-items: center;
	justify-content: center;
	position: relative;
}
.advantageImg>img{
	display: block;
	width: 100%;
}
.advantageIcon{
	position: absolute;
	left: 50%;
	bottom: -50px;
	margin-left: -50px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #05348d;
    display: flex;
    align-items: center;
    justify-content: center;
}
.advantageIcon>img{
	display: block;
	width: 45%;
	margin: 0 auto;
}
.advantageContent>ul>li>h4{
	width: 90%;
	font-size: 22px;
	margin: 80px 0 20px 0;
	text-align: center;
}
.advantageContent>ul>li>p{
	width: 90%;
	font-size: 16px;
	color: #666;
	line-height: 1.8;
}
.way{
	background-color: #f7f7f7;
	padding: 80px 0;
	margin-top: 80px;
}
.way>h5{
	font-size: 18px;
	line-height: 1.8;
	padding: 0 15%;
	text-align: center;
	margin-top: 20px;
}
.way>h5>span{
	font-weight: bold;
	font-size: 22px;
}
.wayList{
	padding: 0 15%;
	margin-top: 40px;
}
.wayList>ul{
	display: flex;
}
.wayList>ul>li{
	width: 18%;
}
.wayList>ul>li:first-child{
	width: 28%;
}
.wayList>ul>li>h4{
	font-size: 22px;
}
.wayList>ul>li>h5{
	font-size: 20px;
	margin-top: 20px;
	font-weight: bold;
}
.wayList>ul>li>p{
	font-size: 16px;
	margin-top: 15px;
	line-height: 1.8;
}
.wayList>ul>li>p.slectClass{
	font-weight: bold;
	color: #d6192a;
	font-size: 18px;
}
.typeUSA{
	padding: 4% 0;
}
.typeUSA>ul{
	width: 100%;
	display: flex;
}
.typeUSA>ul>li{
	width: 48%;
}
.typeUSA>ul>li:first-child{
	margin-right: 4%;
}
.typeUSA>ul>li>p{
	width: 100%;
	font-size: 18px;
	line-height: 2;
}
.typeUSA>ul>li>p>span{
	font-size: 24px;
	font-weight: bold;
	color: #d6192a;
}
.number{
	font-size: 60px;
	color: #e5e5e5;
	font-weight: bold;
	letter-spacing: 6px;
	font-style: italic;
}
.dataUSA{
	margin-top: 4%;
}
.dataUSA>ul{
	width: 100%;
	display: flex;
}
.dataUSA>ul>li>div{
	width: 100%;
}
.dataUSALeft{
	position: relative;
}
.dataUSALeft>p{
	position: absolute;
	bottom: -78px;
	right: 0;
	background-color: #05348d;
	color: #fff;
	padding: 35px 30px;
	font-size: 18px;
	line-height: 1.8;
	width: 80%;
}
.dataUSALeft>p>span{
	font-size: 36px;
	font-weight: bold;
}
.dataUSA>ul>li>div>img{
	display: block;
	width: 100%;
}
.dataUSA>ul>li{
	width: 45%;
}
.dataUSA>ul>li>img{
	display: block;
	width: 100%;
}
.dataUSA>ul>li:first-child{
	width: 55%;
}
.advantageEB{
	display: flex;
	margin-top: 50px;
}
.advantageEBBG{
	width: 100%;
	height: 500px;
	background: url(../images/imgBg1.jpg) no-repeat center center;
	position: relative;
}
.advantageEBBG1{
	width: 100%;
	height: 600px;
	background: url(../images/imgBg2.jpg) no-repeat center top;
	position: relative;
}
.advantageEBRight{
	width: 600px;
	height: 400px;
	background-color: rgba(0, 0, 0, .6);
	position: absolute;
	top: 50%;
	margin-top: -200px;
	right: 60px;
}
.advantageEBRight>p{
	font-size: 20px;
	color: #fff;
	padding: 0 60px;
	margin-top: 5px;
	line-height: 1.6;
}
.advantageEBRight>p>span{
	font-weight: bold;
	font-size: 24px;
}
.advantageEBRight>p:first-child{
	margin-top: 35px;
}
.advantageEBLeft{
	width: 640px;
	background: none;
	left: 60px;
}
.advantageEBLeft>p{
	margin-top: 20px;
}
.subtitle{
	width: 100%;
    font-size: 18px;
	text-align: center;
	margin-top: 30px;
}
.subtitle>span{
	font-weight: bold;
	font-size: 20px;
	margin: 0 5px;
}
.contrast{
	margin-top: 30px;
}
.tableBox{
	border-collapse: collapse;
}
.tableBox>tbody tr:nth-child(odd) {
    background-color: #f6f4f0;
}
.tableBox>tbody tr th{
	color: #fff;
    background-color: #555;
    border: 1px solid #555;
    font-size: 18px;
    padding: 20px 10px;
    vertical-align: top;
    text-align: left;
}
.tableBox>tbody tr th:first-child{
	width: 160px;
}
.tableBox>tbody td {
    line-height: 1.6;
    min-width: 24px;
    border: 1px solid #d4d4d4;
    padding: 10px;
	vertical-align: top;
	font-size: 16px;
}
.tableBox>tbody td b{
	font-size: 18px;
	font-weight: bold;
}
.flowChart{
	margin-top: 40px;
}
.ysul{
	margin-top: 50px;
}
.ysul>ul{
	display: flex;
}
.ysul>ul>li{
	width: 25%;
}
.ysul>ul>li>img{
	display: block;
	width: 88%;
	margin: 0 auto;
}
.ysul>ul>li>h4{
	width: 100%;
	text-align: center;
	font-size: 22px;
	margin-top: 30px;
}
.ysul>ul>li>p{
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
	padding-top: 20px;
	color: #666;
}

        .ServerTab {
            padding: 0 13%;
            margin-top: 80px;
        }

        .ServerTab>ul {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .ServerTab>ul>li {
            font-size: 28px;
            margin-left: 60px;
            cursor: pointer;
            color: #999;
        }

        .ServerTab>ul>li:first-child {
            margin-left: 0;
        }

        .ServerTab>ul>li.activeBor {
            position: relative;
            color: #262626;
            font-weight: bold;
        }

        .ServerTab>ul>li.activeBor::after {
            content: "";
            position: absolute;
            left: 50%;
            top: 55px;
            width: 80px;
            height: 4px;
            background-color: #1155aa;
            margin-left: -40px;
        }
        .serverList{
            margin-top: 60px;
        }
        .serverList>ul>li{
            display: none;
        }
        .serverList>ul>li:first-child{
            display: block;
        }
        .paddingNum{
            padding: 1% 13%;
		}

		/*06-21*/
		.eb1a_condition{
			padding: 0 15%;
			display: flex;
			margin-top:5%;
		}
		.left_cond{
			width: 45%;
		}
		.left_cond>p{
			font-size: 18px;
			line-height: 2;
		}
		.left_cond>p span{
			font-size: 20px;
			font-weight: bold;
			color: #d6192a;
		}
		.left_cond>ul{
			margin-top: 15px;
		}
		.left_cond>ul>li{
			font-size: 18px;
			line-height: 2;
		}
		.left_cond>ul>li span{
			font-size: 22px;
			font-weight: bold;
			color: #05348d;
		}
		.right_cond_img{
			width: 52%;
			border-radius: 20px;
			overflow: hidden;
			margin-left: 3%;
		}
		.right_cond_img img{
			display: block;
			width: 100%;
		}
		.eb1a_scope{
			margin-top: 5%;
		}
		.eb1a_type{
			padding: 0 15%;
		}
		.eb1a_type>ul{
			display: flex;
			margin-top: 40px;
		}
		.eb1a_type>ul>li{
			width: calc(25% - 24px);
			margin-left: 30px;
		}
		.eb1a_type>ul>li:first-child{
			margin-left: 0;
		}
		.eb1a_type>ul>li .imgs{
			width: 100%;
			border-radius: 10px;
			overflow: hidden;
		}
		.eb1a_type>ul>li .imgs img{
			display:bolck;
			width: 100%;
		}
		.eb1a_type>ul>li h4{
			width: 100%;
			font-size: 20px;
			font-weight: bold;
			text-align: center;
			margin-top: 20px;
		}
		.eb1a_type>ul>li p{
			font-size: 16px;
			line-height: 1.8;
			margin-top: 15px;
		}
		.eb1a_list{
			margin-top: 5%;
		}
		.eb1a_list_cond{
			display: flex;
			padding: 0 15%;
			margin-top: 40px;
		}
		.left_list_cond_img{
			width: 52%;
			border-radius: 20px;
			overflow: hidden;
			margin-right: 3%;
		}
		.left_list_cond_img img{
			display: block;
			width: 100%;
		}
		.right_list_cond{
			width: 45%;
		}
		.right_list_cond h3{
			font-size: 22px;
			line-height: 1.6;
			font-weight: bold;
			color: #05348d;
			margin: 10px 0 20px 0;
		}
		.right_list_cond>ul>li{
			display: flex;
			align-items: center;
		}
		.right_list_cond>ul>li span{
			display: block;
			width: 6px;
			height: 6px;
			border-radius: 50%;
			background-color:#05348d ;
		}
		.right_list_cond>ul>li p{
			font-size: 18px;
			line-height: 2.5;
			margin-left: 15px;
		}
		.eb1a_process{
			margin-top: 5%;
			padding: 0 15%;
		}
		.eb1a_process_grap>ul{
			display: flex;
			flex-wrap: wrap;
			position: relative;
		}
		.eb1a_process_grap>ul::after{
			content: '';
			position: absolute;
			top: 130px;
			left: 50%;
			width: 84%;
			border-top: 1px dashed #ccc;
			margin-left: -42%;
		}
		.eb1a_process_grap>ul::before{
			content: '';
			position: absolute;
			bottom: 141px;
			left: 50%;
			width: 63%;
			border-top: 1px dashed #ccc;
			margin-left: -21%;
			z-index: 7;
		}
		.eb1a_process_grap>ul>li.circle{
			width: 308px;
			height: 308px;
			border: 1px dashed #ccc;
			border-radius:50% ;
			position: absolute;
			top: 80px;
			right: -90px;
		}
		.eb1a_process_grap>ul>li.circle::after{
			content: '';
			width: 308px;
			height: 308px;
			background-color: #fff;
			position: absolute;
			top: 0;
			left: -50%;
			z-index: 2;
		}
		.eb1a_process_grap>ul>li{
			width: calc(20% - 52px);
			margin-right: 65px;
			margin-top: 50px;
			position: relative;
		}
		.eb1a_process_grap>ul>li:nth-child(5n){
			margin-right: 0;
		}
		.eb1a_process_grap>ul>li>h3{
			font-size: 18px;
			text-align: center;
			position: relative;
			z-index: 3;
		}
		.eb1a_process_grap>ul>li>h4{
			font-size: 20px;
			font-weight: bold;
			margin: 10px 0;
			text-align: center;
			position: relative;
			z-index: 3;
		}
		.eb1a_process_grap>ul>li>p{
			font-size: 16px;
			line-height: 2;
			margin-top: 40px;
			position: relative;
			z-index: 3;
		}
		.eb1a_process_grap>ul>li>span{
			display: block;
			width: 8px;
			height: 8px;
			border-radius: 50%;
			background-color: #05348d;
			position: absolute;
			top: 78px;
			left: 50%;
			margin-left: -4px;
			z-index: 8;
		}
		.visa_about{
			padding: 0 15%;
			margin-top: 40px;
		}
		.visa_about>p{
			font-size: 18px;
			line-height: 2;
		}
		.visa_condition{
    		padding: 0 15%;
    		margin-top: 30px;
		}
		.visa_condition>ul {
			width: 100%;
			display: flex;
		}
		.visa_condition>ul>li {
			width: calc(50% - 20px);
			margin-left: 40px;
		}
		.visa_condition>ul>li:first-child{
			margin-left: 0;
		}
		.visa_condition>ul>li>div{
			position: relative;
		}
		.visa_condition>ul>li>div>img {
			display: block;
			width: 100%;
			border-radius: 20px;
		}
		.visa_pos{
			width: 86%;
			position: absolute;
			bottom: -180px;
			left: 0;
			background-color: #05348d;
			padding: 35px 30px;
			min-height: 210px;
			border-radius: 0 20px 20px 20px;
		}
		.visa_pos>p{
			font-size: 16px;
			line-height: 1.8;
			color: #fff;
		}
		.visa_list_text>ul>li{
			font-size: 14px;
			line-height: 2;
			margin-top: 5px;
			color: #fff;
		}
		.visa_list_text>ul>li>span{
			font-size: 18px;
			font-weight: bold;
		}
		.visa_list{
			padding: 3% 15%;
			background-color: #f4f4f4;
			margin-bottom: 80px;
		}
		.visa_list>ul{
			display: flex;
			margin-top: 50px;
		}
		.visa_list>ul>li{
			width: calc(25% - 15px);
			margin-left: 30px;
		}
		.visa_list>ul>li:first-child{
			margin-left: 0;
		}
		.visa_list>ul>li>h4{
			font-size: 22px;
			font-weight: bold;
		}
		.visa_list>ul>li>h5{
			font-size: 16px;
			margin-top: 15px;
			color: #666;
		}
		.visa_list>ul>li>h5>span{
			color: #f00;
			margin-right: 5px;
		}
		.visa_list>ul>li>p{
			font-size: 16px;
			margin-top: 20px;
			line-height: 1.8;
		}
		.visa_cont{
			display: flex;
			padding: 0 15%;
			margin-top: 40px;
			margin-bottom: 80px;
		}
		.visa_cont_left{
			border-radius: 20px;
			overflow: hidden;
		}
		.visa_cont_left img{
			display: block;
			width: 100%;
		}
		.visa_cont_right>p{
			font-size: 18px;
			line-height: 2;
		}
		.visa_cont_right>p span{
			font-size: 20px;
			font-weight: bold;
			color: #d6192a;
		}

		.visa_cont_right>ul{
			margin-top: 15px;
		}
		.visa_cont_right>ul>li{
			font-size: 16px;
			line-height: 2.2;
		}
		.visa_cont_right>ul>li span{
			font-size: 22px;
			font-weight: bold;
			color: #05348d;
		}
		.w51per{
			width: 51%;
		}
		.w45per{
			width: 45%;
		}
		.mr4per{
			margin-right: 4%;
		}
		.ml4per{
			margin-left: 4%;
		}