.i_box1{}
.i_box1 .fl{
	position: relative;
	width: 50%;
	padding: 1.2rem 0 3rem;
}
.i_box1 .pst-pic{
	top: 1.2rem;
	height: 6.7rem;
	width: 52%;
}
.i_box1 .fl::after{
	position: absolute;
	content: "";
	display: block;
	left: 0;
	bottom: 0.75rem;
	width: 13.86rem;
	height: 1.33rem;
	background: url('../image/i_box_02.png') no-repeat center;
	background-size: 100% auto;
	
}
.i_box1 .fl .tit{
	font-size: 0.24rem;
	line-height: 1.3;
	color: #000;
}
.i_box1 .fl .info{
	font-size: 14px;
	line-height: 2;
	color: #000;
	margin: 0.35rem 0 0.4rem;
}
.i_box1 .fl .ico{}
.i_box1 .fl .ico img{}



.i_ab{
	background: url('../image/i_ab_bg.jpg') no-repeat center/cover;
}
.i_ab .fl{
	width: 32.8125%;
}
.i_ab .fl img{
	width: 100%;
}
.i_ab .fr{
	width: 63.4375%;
	padding: 0.6rem 1.7rem 0.4rem 1.05rem;
	background-color: #ffffff;
	box-shadow: -0.2rem 0.2rem 0.4rem rgb(0,0,0,.3);
}
.i_ab .fr .tit{
	color: #000000;
	line-height: 1.3;
}
.i_ab .fr .tit h3{
	font-size: 0.36rem;
}
.i_ab .fr .tit p{
	font-size: 0.26rem;
	margin-top: 0.1rem;
}
.i_ab .fr .info{
	font-size: 14px;
	line-height: 1.75;
	color: #000000;
	margin: 0.4rem 0 0.35rem;
}
.i_ab .fr .ico{}
.ab_ul{
	margin-top: 0.35rem;
	color: #040000;
}
.ab_ul li{}
.ab_ul li .num{}
.ab_ul li .num span{
	font-size: 0.58rem;
	font-family: 'HW';
}
.ab_ul li .num i{
	font-size: 18px;
	font-family: 'PR';
}
.ab_ul li p{
	font-size: 14px;
	font-family: 'PR';
	margin-top: 0.1rem;
}
.ab_ul li .line{
	content: "";
	display: block;
	width: 1px;
	height: 0.8rem;
	background-color: #939090;
	margin: 0 0.25rem;
}



.i_join_01{}
.i_join_01 ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.i_join_01 ul li{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 22%;
	border: 1px solid #8d9aa1;
	padding: 0.4rem 0.15rem 0.2rem;
}
.i_join_01 ul li:hover{
	background-color: #000000;
	border-color: #000000;
	transform: -webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);;
}
.i_join_01 ul li .ico{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.7rem;
	height: 0.7rem;
}
.i_join_01 ul li:hover .ico{
	filter: drop-shadow(100vw 0px 0 white);
	-webkit-filter: drop-shadow(100vw 0px 0 white);
	right: 100vw;
}
.i_join_01 ul li .ico img{
	max-width: 100%;
	max-height: 100%;
}
.i_join_01 ul li .info{}
.i_join_01 ul li .tit{
	font-size: 16px;
	color: #000000;
	margin: 0.22rem 0 0.2rem;
	text-align: center;
}
.i_join_01 ul li .des{
	font-size: 13px;
	line-height: 1.6;
	height: 11.2em;
	color: #666666;
	overflow-y: auto;
}
.i_join_01 ul li:hover .tit,.i_join_01 ul li:hover .des{
	color: white;
}



.i_network{
	color: white;
	font-family: 'PR';
	background: url('../image/i_network_bg.jpg') no-repeat center/cover;
	background-position: center bottom;
}
.i_network .txt{
	position: absolute;
	left: 6.785%;
	top: 14.268%;
}
.i_network ul{}
.i_network ul li{
	margin-bottom: 0.5rem;
}
.i_network ul li .num{}
.i_network ul li .num span{
	font-family: 'HW';
	font-size: 0.58rem;
}
.i_network ul li .num i{
	font-size: 18px;
}
.i_network ul li p{
	font-size: 14px;
	margin-top: 0.1rem;
}
.i_network .info{}
.i_network .info p{
	position: relative;
	font-size: 14px;
	line-height: 2;
	padding-left: 16px;
}
.i_network .info p::before{
	position: absolute;
	content: "";
	width: 0.08rem;
	height: 0.08rem;
	border-radius: 50%;
	background-color: #be9662;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.i_network .pic{
	margin-right: 0.5rem;
}
.i_network .pic img{}



.i_deco{
	overflow: hidden;
}
.i_deco .top{
	position: relative;
}
.i_deco .top::after{
	position: absolute;
	content: "";
	width: 14rem;
	height: 1.4rem;
	right: 0;
	bottom: -0.46rem;
	background-image: linear-gradient(to right, #cea27e 0%, #986e43 100%);
	z-index: 2;
}
.i_deco .top .pst-pic{
	width: 42.45%;
	height: 100%;
	left: 0;
	right: auto;
}
.i_deco .top .fr{
	position: relative;
	padding-right: 2.2rem;
	padding-top: 1.05rem;
	z-index: 3;
}
.i_deco .top .tit{}
.i_deco .top .tit h3{
	font-size: 0.36rem;
	color: #c2a080;
	font-family: 'PH';
	text-transform: uppercase;
}
.i_deco .top .tit p{
	font-size: 0.3rem;
	color: #000000;
	font-family: 'PR';
	margin-top: 0.15rem;
}
.i_deco .top i{
	display: block;
	width: 0.8rem;
	height: 1px;
	background-color: #303030;
	margin: 0.36rem 0;
}
.i_deco .top span{
	font-size: 14px;
	font-family: 'PH';
}
.i_deco .top ul{
	display: flex;
	align-items: center;
}
.i_deco .top ul li{}
.i_deco .top ul li:first-child{
	margin-right: 0.25rem;
}
.i_deco .top ul li .pic{}
.i_deco .top ul li .pic img{}
.i_deco .top ul li p{
	font-size: 0.22rem;
	line-height: 1.3;
	color: white;
	margin-top: 0.25rem;
	text-align: center;
	text-transform: uppercase;
}
.i_deco .top .btn{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 16px;
	color: white;
}
.i_deco .top .btn em{
	font-size: 18px;
}

.i_deco .bot{
	position: relative;
}
.i_deco .bot .pst-pic{
	height: 100%;
}
.i_deco .bot .fl{
	width: 42%;
	font-family: 'PR';
	padding: 0.45rem 0 0.9rem;
}
.i_deco .bot .fl .tit{
	color: #000;
	line-height: 1.3;
}
.i_deco .bot .fl .tit h3{
	font-size: 0.32rem;
}
.i_deco .bot .fl .tit h3 span{
	color: #c2a080;
}
.i_deco .bot .fl .tit p{
	font-size: 0.24rem;
	margin-top: 0.1rem;
}
.i_deco .bot .fl .info{
	font-size: 14px;
	line-height: 1.75;
	color: #000000;
	margin: 0.6rem 0;
}
.i_deco .bot .fl .btn{
	font-size: 18px;
	color: #c2a080;
}
.i_deco .bot .fl .btn i{
	font-size: 18px;
}



.i_pic_01{
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 6rem;
}
.i_pic_01 .txt{
	position: absolute;
	right: 13.54%;
	top: 35.84%;
	color: white;
	line-height: 1.4;
}
.i_pic_01 .txt h3{
	font-size: 0.32rem;
	text-transform: uppercase;
	letter-spacing: 0.02rem;
}
.i_pic_01 .txt p{
	font-size: 0.22rem;
	margin-top: 0.1rem;
	padding-left: 28%;
}
.i_pic_01 .txt p span{
	display: block;
	font-size: 0.28rem;
}



.i_partner{}
.i_partner .c_tit h3{
	font-size: 0.3rem;
}
.i_partner .pic{
	margin: 0 auto;
}
.i_partner .pic img{
	
}



.i_pic_02{
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 6rem;
}



.i_contact{}
.i_contact .tit{
	color: #000000;
	font-size: 0.3rem;
	line-height: 1.3;
	text-align: center;
}
.i_contact .tit h3{}
.i_contact .tit h3::after{
	content: "";
	display: block;
	margin: 0.2rem auto;
	width: 0.6rem;
	height: 1px;
	background-color: black;
}
.i_contact .tit p{}
.i_contact ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.i_contact ul li{
	width: 47.5%;
	background-color: #000;
	padding: 0.4rem 0.4rem 0.35rem 0.6rem;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.i_contact ul li .txt{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.i_contact ul li .ico{
	width: 1.11rem;
	margin-right: 0.36rem;
}
.i_contact ul li .ico img{}
.i_contact ul li .t1{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.3rem;
}
.i_contact ul li .t1 img{}
.i_contact ul li .t1 p{
	font-size: 22px;
	margin-left: 0.12rem;
	color: white;
}
.i_contact ul li .info{
	flex: 1;
	font-size: 18px;
	line-height: 1.4;
	color: white;
}
.i_contact ul li .info p{}
.i_contact ul li .info h4{
	font-family: 'HW';
	font-size: 0.28rem;
	line-height: 1.1;
	letter-spacing: 0.04rem;
}



@media all and (max-width:1700px) {
    
	
}

@media all and (max-width:1599px) {
    
	
}

@media all and (max-width:1439px) {
    
}

@media all and (max-width:1359px) {
    
}

@media all and (max-width:1279px) {
    
}

@media all and (max-width:1151px) {
    
}



@media all and (max-width:1000px) {
    
	.i_box1 .pst-pic{
		position: relative;
		width: 92%;
		margin: 0 auto;
		top: 0;
	}
	.i_box1 .fl{
		width: 100%;
		padding: 0.9rem 0 2.4rem;
	}
	.i_box1 .fl::after{
		bottom: 0;
	}
	.i_box1 .fl .tit{
		font-size: 0.32rem;
	}
	
	.i_ab .fl,.i_ab .fr{
		width: 100%;
	}
	.i_ab .fr{
		padding: 0.45rem;
	}
	.i_ab .fr .tit h3{
		font-size: 0.42rem;
	}
	.i_ab .fr .tit p{
		font-size: 0.3rem;
	}
	.ab_ul{
		justify-content: space-between;
	}
	.ab_ul li .num i{
		font-size: 14px;
	}
	.ab_ul li .line{
		margin: 0 0.2rem;
	}
	.ab_ul li p{
		font-size: 12px;
	}
	
	.i_join_01 ul{
		flex-wrap: wrap;
	}
	.i_join_01 ul li{
		width: calc((100% - 0.3rem)/2);
		margin-bottom: 0.3rem;
	}
	.i_join_01 ul li .tit{
		font-size: 14px;
		margin: 0.35rem 0;
	}
	.i_join_01 ul li .des{
		font-size: 12px;
		height: 12.8em;
	}
	
	.i_network .txt{
		position: relative;
		left: 4%;
		top: auto;
	}
	.i_network ul{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.i_network ul li{
		width: 33.333%;
	}
	.i_network ul li .num span{
		font-size: 0.72rem;
	}
	
	.i_deco .top .pst-pic{
		position: relative;
		width: 92%;
		height: 7rem;
		margin: 0 auto;
	}
	.i_deco .top .tit h3{
		font-size: 0.45rem;
	}
	.i_deco .top .tit p{
		font-size: 0.32rem;
		margin-top: 0.2rem;
	}
	.i_deco .top .fr{
		padding-right: 1.2rem;
	}
	.i_deco .bot .pst-pic{
		position: relative;
		width: 92%;
		height: 6rem;
		margin: 0 auto;
	}
	.i_deco .bot .fl{
		width: 100%;
		padding: 0.6rem 0 0;
	}
	.i_deco .bot .fl .tit h3{
		font-size: 0.4rem;
	}
	.i_deco .bot .fl .tit p{
		font-size: 0.3rem;
		margin-top: 0.15rem;
	}
	.i_deco .bot .fl .info{
		margin-top: 0.45rem;
	}
	
	.i_pic_01 .txt{
		width: 92%;
		left: 4%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		text-align: center;
	}
	.i_pic_01 .txt h3{
		font-size: 0.4rem;
	}
	.i_pic_01 .txt p{
		font-size: 0.28rem;
		padding: 0;
		margin-top: 0.16rem;
	}
	
	.i_partner .c_tit h3{
		font-size: 0.4rem;
	}
	
	.i_contact .tit{
		font-size: 0.36rem;
	}
	.i_contact ul{
		flex-wrap: wrap;
	}
	.i_contact ul li{
		width: 100%;
		height: auto;
		padding: 0.4rem;
	}
	.i_contact ul li:last-child{
		margin-top: 0.3rem;
	}
	.i_contact ul li .t1 p{
		font-size: 16px;
		margin-left: 0.2rem;
	}
	.i_contact ul li .info h4{
		font-size: 0.4rem;
	}
	
}

@media all and (max-width:768px) {
	
}

@media all and (max-width:640px) {
    
}

@media all and (max-width:480px) {
	
}

@media all and (max-width:420px) {
	.i_deco .bot .fl .btn,.i_contact ul li .info{
		font-size: 16px;
	}
	.i_network ul li .num i,.i_deco .top .btn{
		font-size: 14px;
	}
	.i_network .info p,.i_network ul li p{
		font-size: 12px;
	}
}

@media all and (max-width:376px) {
	
}