/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input,button,textarea,dl,dt{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;font-family: normal;font-weight: normal;}
body{ font-size:14px;font-family:' '; color:#111;overflow-x: hidden;}
a img{
  border: 0;
}
em {
  font-style: normal;
}
body.head_on{overflow:hidden;}
a{text-decoration:none;color: #333;transition: all .3s;}


.clear{ margin:0; padding:0; font-size:0; clear:both; }

.wapper{ width:1200px; margin:0 auto;}


/* 轮播图通用 */
 .swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	  text-align: center;
	  font-size: 18px;
	  background: #fff;
	  display: flex;
	  justify-content: center;
	  align-items: center;
}

.swiper-slide img {
	  display: block;
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
}

.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.time03 {
    transition: all 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
/* 头部 */
.headerbox{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	width: 100%;
	height: 90px;
	transition:top .5s;
/* 	background: #000; */
}
.yya{
	position:fixed;
	left:0;
	top:0;
	background: white;
	box-shadow: 0px 20px 40px 0px rgb(64 72 82 / 10%);
}
.yya .im_right ul li h3 a{
	color: #16171c;
}
.yya .logo{
	display: none !important;
}
.yya .logo1{
	display: block !important;
}
.gizle{top:-90px;}
.sabit{top:0;z-index:999;}
.header {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
}
.header .logo {
    display: block;
    z-index: 8;

}
.header .logo img {
    max-width: 100%;
    display: block;
}
.header .logo1 {
    display: none;
    z-index: 8;

}
.header .logo1 img {
    max-width: 100%;
    display: block;
}
.im_right {
    height: 100%;
    z-index: 5;
	flex: 1;
}
.im_right ul {
    height: 100%;
	display: flex;
	justify-content: center;
}
.im_right ul li {
    position: relative;
    height: 90px;
    float: left;
    padding: 0 30px;
	box-sizing: border-box;
}

.im_right ul li h3 a {
    font-size: 17px;
    width: 100%;
    text-align: center;
    line-height: 1.8em;
    color: #fff;
    margin-top: 30px;
    display: block;
	font-weight: bold;
	box-sizing: border-box;
	position: relative;
	z-index: 9;
}
.im_right ul li:hover h3 a:after {
    background: currentColor;
}
.im_right ul li:hover h3 a{
	color: #2173ff;
	
}
.im_right ul li h3 a:after{
	position: absolute;
	content: "";
	left: -22px;
	top: 16px;
	border-radius: 5px;
	opacity: 0.055;
	width: 180%;
	height: 110%;
	transform: translateY(-50%);
	z-index: 7;
	transition: background-color .3s ease;
}
.im_right ul li:hover h3 a .underline {
    width: 100%;
}
.header_right{
	display: flex;
	align-items: center;
}
.language{display: flex;align-items: center;color: #fff;font-weight: 600;font-size: 17px;margin-right: 15px;}
.language a{
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	padding: 0 10px;
	box-sizing: border-box;
}
.language a.curr{
	color: #fff;
}
.yya .language{
	color: #16171c;
}
.yya .language a{
    color: #16171c;
}
.yya .language a.curr{
	color: #000;
}

/* 移动端 */
.headBox {
    background: #fff url(../images/2.png) center no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    overflow: hidden;
    position: fixed;
    top: 0;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    visibility: hidden !important;
    width: 100%;
    z-index: 900;
    padding: 5%;
	box-sizing: border-box;
}
.headBox.open {
    opacity: 1 !important;
    visibility: visible !important;
    display: block;
}
.headBox ul {
    width: 90%;
    height: 80%;
    margin: 10% auto 0;
    overflow-y: auto;
}
.headBox li a {
    display: block;
    font-size: 20px;
    padding: 15px 0;
    outline: none;
    color: #16171c;
}
.headMenu {
    position: relative;
    width: 22px;
    height: 20px;
    display: none;
    cursor: pointer;
    margin-top: 3px;
}
.headMenu span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: width 0.3s ease 0s;
}
.headMenu span.on{
	background-color: #000;
}
.headMenu .headMenu_span1 {
    width: 20px;
    top: 0;
}
.headMenu .headMenu_span2 {
    width: 15px;
    top: 6px;
}
.headMenu .headMenu_span3 {
    width: 20px;
    top: 13px;
}
.headMenu.click .headMenu_span1 {
    width: 20px;
    transform: rotate(-45deg) translateY(9px);
}
.headMenu.click .headMenu_span3 {
    width: 20px;
    transform: rotate(45deg) translateY(-9px);
}
.headMenu.click .headMenu_span2 {
    opacity: 0;
}


/* main */
.banner{
	width: 100%;
	background-size: 100% 100%;
	position: relative;
}
.banner .zhao{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #001726;
    opacity: 0.88;
	z-index: 8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.banner_contentbox{
	padding-top: 90px;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	z-index: 10;
}
.banner_content{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0;
	box-sizing: border-box;
	justify-content: space-between;
}
.banner_content .content_left{
	width: 48%;
	color: white;
	text-align: left;
}


.banner_content .content_left .worldbox{
	display: inline-flex;
	align-items: center;
	background: rgb(255, 255, 255,0.5);
	border: 1px solid #fff;
	padding: 0px 10px;
	border-radius: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.banner_content .content_left .worldbox img{
	max-width: 100%;
	width: auto;
}
.banner_content .content_left .worldbox p{
	color: white;
	font-size: 12px;
	padding-left: 10px;
	box-sizing: border-box;
}
.banner_content .content_left .title{
	margin-bottom: 30px;
}
.banner_content .content_left .title h1{
	font-size: 47px;
	color: white;
	font-weight: bold;
}
.banner_content .content_left .title h1 span{
	color: #2173ff;
	font-weight: bold;
}
.banner_content .content_left .desc{
	margin-bottom: 50px;
}
.banner_content .content_left .desc p{
	color: #f3f4f6;
	font-size: 20px;
}
.banner_content .content_left .else_list ul li{
	width: 100%;
	margin-bottom: 5px;
}
.banner_content .content_left .else_list ul li p{
	display: flex;
	align-items: center;
	font-size: 18px;
	color: white;
}
.banner_content .content_left .else_list ul li p img{
	max-width: 100%;
	width: 20px;
	margin-right: 15px;
}

.banner_content .content_right{
	width: 45%;
	position: relative;
}
.banner_content .content_right .left_icon{
	position: absolute;
	left: -60px;
	top: -40px;
}
.banner_content .content_right .left_icon img{
	width: 125px;
}
.banner_content .content_right .right_icon{
	position: absolute;
	right: -5px;
	bottom: 0;
	transform: rotate(180deg);
}
.banner_content .content_right .right_icon img{
	width: 125px;
}
.banner_content .content_right .formbox{
	width: 90%;
	padding: 50px;
	box-sizing: border-box;
	background: white;
	margin-top: 20px;
	border-radius: 20px;
}
.banner_content .content_right .formbox h2{
	font-size: 24px;
	color: #16171c;
	text-align: center;
	margin-bottom: 15px;
	font-weight: bold;
}
.banner_content .content_right .formbox h3{
	color: #4A4F5C;
	font-size: 18px;
	margin-bottom: 30px;
	text-align: center;
}
.banner_content .content_right .formbox .text{
	width: 100%;
	background-color: #f5f8fa;
	border: 1px solid #cbd6e2;
	line-height: 22px;
    color: #33475b;
	margin-bottom: 15px;
	height: 40px;
	padding: 0 15px;
	box-sizing: border-box;
	min-height: 27px;
	color: #bfbfcc;
	font-size: 16px;
}
.banner_content .content_right .formbox .text::placeholder{
	color: #bfbfcc;
}
.banner_content .content_right .formbox .btn{
	margin-top: 30px;
	padding: 10px 20px;
	box-sizing: border-box;
	background: #1b75bb;
	color: white;
	font-weight: bold;
	font-size: 12px;
	border-radius: 5px;
}




/* index1 */
.index1box{
	padding: 84px 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}
.index1box .wapper{
	width: 1380px;
}
.index1box .index1{
	width: 100%;
	margin: 0 auto;
	background: #EFF7FE;
	border-radius: 15px;
	min-height: 600px;
	padding: 84px 16px 68px 16px;
	box-sizing: border-box;
}

.index1box .index1 h1{
	font-size: 38px;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}

.index1box .index1 h1 span{
	font-size: 38px;
	color: #2173ff;
	font-weight: bold;
	box-sizing: border-box;
	text-align: center;
	display: block;
}
.index1box .index1 .desc{
	width: 40%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.index1box .index1 .desc p{
	text-align: center;
	color: #4A4F5C;
	font-size: 18px;
}
.index1box .index1 .index1_list{
	padding: 0 30px;
	box-sizing: border-box;
}

.index1_list ul{
	display: flex;
	flex-wrap: wrap;
}
.index1_list ul li{
	width: 31.33%;
	box-sizing: border-box;
	margin: 1%;
	margin-bottom: 20px;
}
.index1_list ul li .item{
	width: 100%;
	box-shadow: 0px 20px 40px 0px rgb(64 72 82 / 10%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 32px;
	box-sizing: border-box;
	border-radius: 12px;
	background-color: white;
	height: 263px;
}

.index1_list ul li .item .iconbox{
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #EDF7FF;
	border-radius: 10px;
	margin-bottom: 30px;
}
.index1_list ul li .item h3{
	font-size: 22px;
	color: #16171c;
	font-weight: bold;
	margin-bottom: 10px;
}
.index1_list ul li .item p{
	font-size: 16px;
	color: #4A4F5C;
	line-height: 25px;
}



/* index2 */
.index2box{
	padding: 84px 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}
.index2box .index2{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index2box .index2 .index2_left{
	width: 50%;
}
.index2box .index2 .index2_right{
	width: 50%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index2box .index2 .index2_right img{
	max-width: 100%;
}
.index2box .index2 .index2_left h3{
	border-left: 2px solid #2173ff;
	letter-spacing: 2px;
	font-size: 12px;
	color: #000;
	padding-left: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.index2box .index2 .index2_left h1{
	font-size: 40px;
	color: #16171c;
	margin-bottom: 20px;
	font-weight: bold;
}

.index2box .index2 .index2_left p{
	font-size: 18px;
	color: #4A4F5C;
	margin-bottom: 40px;
}

.index2box .index2 .index2_left .index2_list{
	width: 100%;
}
.index2box .index2 .index2_left .index2_list ul li{
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	color: #16171c;
}
.index2_list ul li i{
	font-style: normal;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background:#EDF7FF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}




/* index3 */
.index3box{
	background-color: #001726;
	padding: 84px 0;
	box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
}

.index3box .index3{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index3box .index3 .index3_left{
	width: 48%;
	display: flex;
	justify-content: center;
}
.index3box .index3 .index3_left img{
	max-width: 100%;
}
.index3box .index3 .index3_right{
	width: 48%;
}

.index3box .index3 .index3_right h3{
	border-left: 2px solid #2173ff;
	letter-spacing: 2px;
	font-size: 12px;
	color: #E1E2E4;
	padding-left: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.index3box .index3 .index3_right h1{
	font-size: 40px;
	color: white;
	margin-bottom: 20px;
	font-weight: bold;
}
.index3box .index3 .index3_right p{
	font-size: 18px;
	color: #E1E2E4;
	margin-bottom: 40px;
}
.index3box .index3 .index3_right .index3_btn{
	padding: 15px 30px;
	box-sizing: border-box;
	background: #2173ff;
	color: white;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
}
.index3box .index3 .index3_right .index3_btn:hover{
	background: #004DD1;
}
.index3box .index3 .index3_right .index3_btn i{
	padding-left: 10px;
	box-sizing: border-box;
	font-weight: bold;
	font-style: normal;
}




/* index4 */
.index4box{
	padding: 84px 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}
.index4box .index4{
	width: 100%;
	margin: 0 auto;
}
.index4box .index4 h3{
	letter-spacing: 2px;
	font-size: 12px;
	color: #16171c;
	padding-left: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
.index4box .index4 h3 i{
	border-left: 2px solid #2173ff;
	padding-right: 10px;
	box-sizing: border-box;
}
.index4box .index4 .index4_content{
	display: flex;
	justify-content: center;
}
.index4box .index4 .index4_content img{
	max-width: 100%;
	width: auto;
}




/* index5 */
.index5box{
	padding: 84px 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	background-color: #EFF7FE;
}
.index5box .index5{
	width: 100%;
	margin: 0 auto;
}
.index5box .index5 h3 i {
    border-left: 2px solid #2173ff;
    padding-right: 10px;
    box-sizing: border-box;
}
.index5box .index5 h3{
	letter-spacing: 2px;
	font-size: 12px;
	color: #16171c;
	padding-left: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
.index5box .index5 h1{
	font-size: 48px;
	color: #16171c;
	text-align: center;
	margin-bottom: 40px;
}

.index5box .index5 .index5_list{
	width: 100%;
	text-align: center;
	max-width: 840px;
	margin: 0 auto;
}
.index5box .index5 .index5_list ul li{
	margin-bottom: 30px;
	width: 100%;
	background-color: white;
	border-radius: 12px 12px 12px 12px;
	overflow: hidden;
	padding: 32px 32px 32px 32px;
	box-sizing: border-box;
}
.index5box .index5 .index5_list ul li .index5_title{
	display: flex;
	align-items: center;
	justify-content: space-between	
}
.index5box .index5 .index5_list ul li .index5_title span{
	width: 90%;
    font-size: 24px;
    font-weight: 600;
	text-align: center;
	
}
.index5box .index5 .index5_list ul li .index5_title .index5_btn{
	width: 20px;
	height: 20px;
	background: #2173ff;
	border-radius: 100%;
	position: relative;
	display: block;
}
.index5box .index5 .index5_list ul li .index5_title .index5_btn:after{
	width: 60%;
	height: 2px;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	background-color: white;
	content: "";
}
.index5box .index5 .index5_list ul li .index5_title .index5_btn:before{
	height: 60%;
	content: "";
	width: 2px;
	background-color: white;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
}
.index5box .index5 .index5_list ul li .index5_title .index5_btn.on:before{
	display: none;
}
.index5box .index5 .index5_list ul li .index5_content{
	display: none;
	box-sizing: border-box;
	overflow: hidden;
	padding:32px 0 0 0;
}
.index5box .index5 .index5_list ul li .index5_content.on{
	display: block;
}
.index5box .index5 .index5_list ul li .index5_content p{
	font-size: 18px;
	color: #4A4F5C;
	text-align: left;
}





/* index6 */
.index6box{
/* 	padding: 84px 0; */
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	min-height: 500px;
	background-color: transparent;
	background-image: linear-gradient(180deg,#EFF7FE 45%, #001726 45%);
}
.index6box .index6{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.index6box .index6 .index6_content{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #092537;
	border-radius: 16px;
}
.index6_content .index6_left{
	width: 63%;
	background-image: url(../images/bg2.png);
	background-size: contain;
	position: relative;
	background-repeat: no-repeat;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 80px 0px 80px 80px;
	box-sizing: border-box;
}
.index6_content .index6_left h1{
	font-size: 48px;
	font-weight: bold;
	color: white;
	margin-bottom: 40px;
}
.index6_content .index6_left .index3_btn{
	padding: 15px 40px;
	box-sizing: border-box;
	background: #2173ff;
	color: white;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
}
.index6_content .index6_left .index3_btn:hover{
	background: #004DD1;
}
.index6_content .index6_left .index3_btn i{
	padding-left: 10px;
	box-sizing: border-box;
	font-weight: bold;
	font-style: normal;
}


.index6_content .index6_right{
	width: 37%;
	position: relative;
	border-radius: 0px 16px 16px 0px;
	background-image: url(../images/bg1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.index6_content .index6_right .zhao{
	position: absolute;left: 0;top: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-image: linear-gradient(
	90deg
	, #092537 10%, #09253700 100%);
	opacity: 1;
}




/* footer */
.footerbox{
	background-color: #001726;
	padding: 84px 0;
	box-sizing: border-box;
	width: 100%;
}
.footerbox .footer{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footerbox .footer img{
	max-width: 100%;
}
.footerbox .footer .footer_list{
	width: 100%;
	margin-top: 30px;
}
.footerbox .footer .footer_list ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.footerbox .footer .footer_list ul li{
	padding: 0 15px;
	box-sizing: border-box;
}
.footerbox .footer .footer_list ul li a{
	font-size: 16px;
	color: white;
}
.footerbox .footer .footer_list ul li a:hover{
	color: #2173ff;
}
.footerbox .footer .footer_bottom{
	margin-top: 50px;
	padding-top: 50px;
	box-sizing: border-box;
	border-top: 1px solid #363A45;
	display: flex;
	width: 100%;
	justify-content: space-between;	
}
.footerbox .footer .footer_bottom .footer_left p{
	color: #777c85;
	font-size: 16px;
	line-height: 30px;
}
.footerbox .footer .footer_bottom .footer_right a{
	color: #777c85;
	font-size: 16px;
	line-height: 30px;
	padding: 0 15px;
	box-sizing: border-box;
}
.footerbox .footer .footer_bottom .footer_right a:hover{
	color: #2173ff;
}







/* 电话固定 */
.phonebox{
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 10000;
}

.phonebox a{
	display: block;
}
.phonebox a img{
	max-width: 100%;
}


/* inbanner */
.inbanner{
	width: 100%;
	background-color: #001726;
	padding: 84px 0;
	padding-top: 112.5px;
	box-sizing: border-box;
}

.inbanner .textbox{
	width: 100%;
	color: white;
	padding-top: 112.5px;
	box-sizing: border-box;
}
.inbanner .textbox p{
	margin-bottom: 20px;
}
.inbanner .textbox p a{
	color: white;
	opacity: 0.6;
	transition: opacity .3s ease;
	padding-right: 5px;
	box-sizing: border-box;
	font-size: 18px;
}
.inbanner .textbox p a:hover{
	opacity: 1;
}
.inbanner .textbox p span{
	color: white;
	padding-left: 5px;
	font-size: 18px;
}
.inbanner .textbox h1{
	color: white;
	font-size: 60px;
	font-weight: bold;
}

/* 按钮 */
.fees_btn{
	padding: 15px 30px;
	box-sizing: border-box;
	background: #2173ff;
	color: white;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
}
.fees_btn:hover{
	background: #004DD1;
}
.fees_btn i{
	padding-left: 10px;
	box-sizing: border-box;
	font-weight: bold;
	font-style: normal;
}

/* Fees & Process */
.feesbox{
	padding: 84px 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

.feesbox .fees{
	width: 100%;
}
.feesbox .fees p{
	font-size: 18px;
	color: #4A4F5C;
	margin-bottom: 20px;
}
.feesbox .fees .fees_index1{
	padding: 20px 0;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fees_index1 .fees_index1_left{
	width: 49%;
}
.fees_index1 .fees_index1_right{
	width: 49%;
}

.fees_index1 .fees_index1_left h2{
	font-size: 48px;
	color: #2173ff;
	margin-bottom: 20px;
	font-weight: bold;
}
.fees_index1 .fees_index1_right h2{
	font-size: 48px;
	color: #2173ff;
	margin-bottom: 20px;
	font-weight: bold;
}

.fees_index2 h2{
	font-size: 48px;
	color: #2173ff;
	margin-bottom: 20px;
	font-weight: bold;
}

.fees_index1 .fees_index1_left .fe_l_list{
	padding: 20px 0;
	box-sizing: border-box;
}
.fees_index1 .fees_index1_left .fe_l_list ul li{
	background-color: #EDF7FF;
	font-size: 16px;
	color: #4A4F5C;
	border-radius: 20px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.fees_index1 .fees_index1_left p strong{
	font-weight: bold;
	padding-left: 5px;
	box-sizing: border-box;
}

.fees_index1 .fees_index1_left .fe_r_list{
	padding: 20px 0;
	box-sizing: border-box;
}
.fe_r_list ul li{
	margin-bottom: 20px;
}
.fe_r_list ul li a{
	display: flex;
	align-items: center;
}
.fe_r_list ul li a h3{
	font-size: 19px;
	color: #16171c;
}
.fe_r_list ul li a span{
	border-bottom-style: dashed;
    border-bottom-width: 1px;
	display: inline-block;
	color: #cccccc;
	flex: 1;
	margin-left: 10px;
	min-width: 1px;
}
.fe_r_list ul li a em{
	font-style: normal;
	font-size: 16px;
    font-weight: 700;
	color: #4A4F5C;
	background-color: #EDF7FF;
	padding: 5px 15px;
	box-sizing: border-box;
	border-radius: 20px;
	width: 150px;
}

.fees_index2 .fees_index2_list{
	margin-bottom: 40px;
}
.fees_index2 .fees_index2_list ul li{
	ma
}
.fees_index2 .fees_index2_list ul li img{
	width: 20px;
	padding-right: 5px;
	box-sizing: border-box;
}
.fees_index2 .fees_index2_list ul li span{
	font-size: 20px;
	color: #4A4F5C;
}




/* contact */
.contactbox{
	padding: 84px 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

.contactbox .contact{
	width: 100%;
	margin: 0 autp;
}
.contactbox .contact h1{
	font-size: 48px;
	margin-bottom: 20px;
	color: #2173FF;
	font-weight: bold;
}
.contactbox .contact p{
	font-size: 18px;
	color: #4A4F5C;
	margin-bottom: 20px;
}
.contactbox .contact p a{
	color: #2173FF;
}
.contact_content{
	padding: 20px 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact_content .contact_left{
	width: 49%;
}
.contact_content .contact_right{
	width: 49%;
}


.contact_left h1{
	font-size: 48px;
	margin-bottom: 20px;
	color: #2173FF;
	font-weight: bold;
}

.contact_right h1{
	font-size: 48px;
	margin-bottom: 20px;
	color: #2173FF;
	font-weight: bold;
}


.c_l_list ul li{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.c_l_list ul li img{
	width: 25px;
}

.c_l_list ul li span{
	font-size: 18px;
	color: #4A4F5C;
	margin-left: 5px;
}
.c_l_list ul li span strong{
	font-weight: bold;
}















.contact_right .formbox .text{
	width: 100%;
	background-color: #f5f8fa;
	border: 1px solid #cbd6e2;
	line-height: 22px;
    color: #33475b;
	margin-bottom: 15px;
	height: 40px;
	padding: 0 15px;
	box-sizing: border-box;
	min-height: 27px;
	color: #bfbfcc;
	font-size: 16px;
}
.contact_right .formbox .text::placeholder{
	color: #bfbfcc;
}
.contact_right .formbox .btn{
	margin-top: 30px;
	padding: 10px 20px;
	box-sizing: border-box;
	background: #1b75bb;
	color: white;
	font-weight: bold;
	font-size: 12px;
	border-radius: 5px;
}











@media (max-width: 980px){
	.wapper{
		width: 90%;
	}
	.header {
		padding: 13px 15px;
		box-sizing: border-box;
		justify-content: space-between;
	}
	.logo.on{
		display: none;
	}
	.logo1.on{
		display: block;
	}
	.header .logo {
	    position: initial;
	    width: auto;
	}
	.im_right {
	    display: none;
	}
	.headMenu {
	    display: block;
	}
	.nav-lang {
	    display: none;
	}
	.yya .headMenu span {background-color: #000;}
	.index1box .wapper {width: 90%;}
	.banner_content .content_left {
	    width: 100%;
		margin-bottom: 20px;
	}
	.banner_content .content_right {
	    width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.banner_content .content_right .left_icon {display: none;}
	.banner_content .content_right .right_icon {display: none;}
	.index1box .index1 h1{
		font-size: 26px;
	}
	.index1box .index1 h1 span {display: inline;font-size: 26px;}
	.index1box .index1 .desc {
	    width: 100%;
	}
	.index2box .index2 .index2_left{
		width: 100%;
	}
	.index2box .index2 .index2_right{
		width: 100%;
	}
	.index2box .index2 .index2_left h1 {font-size: 26px;}
	.index2box .index2 .index2_left .index2_list ul li {font-size: 16px;}
	.index1box .wapper{
		width: 85%;
	}
	.index3box .index3 .index3_left{
		width: 100%;
		margin-bottom: 20px;
	}
	.index3box .index3 .index3_right{
		width: 100%;
	}
	.index3box .index3 .index3_right h1 {
	    font-size: 26px;
	}
	.index5box .index5 h1 {font-size: 26px;}
	.index5box .index5 .index5_list ul li .index5_title span {
	    font-size: 18px;
	}
	.index6_content .index6_left h1 {
	    font-size: 26px;
	}
	.index6_content .index6_left{
		width: 100%;
	}
	.index6_content .index6_right{
		width: 100%;
		min-height: 250px;
		border-radius: 0 0 16px 0;
	}
	.banner_content .content_left .title h1 {
	    font-size: 40px;
	}
	.fees_index1 .fees_index1_left{
		width: 100%;
	}
	.fees_index1 .fees_index1_right{
		width: 100%;
	}
	.fees_index1 .fees_index1_left h2 {
	    font-size: 26px;
	}
	.fees_index1 .fees_index1_right h2 {
	    font-size: 26px;
	}
	.fees_index2 h2 {
	    font-size: 26px;
	}
	.inbanner .textbox h1 {
	    font-size: 40px;
	}
	.contact_content .contact_left{
		width: 100%;
		margin-bottom: 30px;
	}
	.contact_content .contact_right{
		width: 100%;
	}
	.contactbox .contact h1{
		font-size: 26px;
	}
	.contact_left h1{
		font-size: 26px;
	}
	
	.contact_right h1{
		font-size: 26px;
	}
}
@media (max-width: 780px){
	.index1_list ul li {
	    width: 100%;
	}
	.banner_content .content_left .title h1 {
	    font-size: 36px;
	}
}











