/* banner */
.banner {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 750px;
}

.banner .banner_tet {
	padding-top: 305px;
	width: 92%;
	margin: 0 auto;
	text-align: center;
}

.banner h1 {
	font-size: 38px;
	line-height: 1.1;
	color: #524886;
	font-weight: normal;
	margin-top: 10px;
}

.banner h2 {
	font-size: 52px;
	line-height: 1.1;
	color: #524886;
	font-family: "milanb";
	text-transform: uppercase;
}
/*联系我们*/
#main{
	background-color: #f6f6f6;
	padding: 80px 0  165px;
}
.sec1{
	margin-bottom: 188px;
	overflow: hidden;
}
.sec1 .title{
	font-size: 32px;
	color: #222;
	text-align: center;
	margin-bottom: 64px;
}
.sec1 .inner{
	position: relative;
	margin-bottom: 47px;
}
.sec1 .img-part{
	height: 100%;
	width: 100vw;
	position: absolute;
	right: 50%;
	top: 47px;
	margin-right: -4.0625%;
	z-index: 1;
}
.sec1 .img-part img{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: auto;
}
.sec1 .text-part{
	background-color: #fff;
	position: relative;
	width: 54.0625%;
	float: right;
	height: 555px;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: flex-end;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: flex-end;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: flex-end;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.text-box .sec_cont{ position:relative;display: -webkit-flex; /* Safari */display: flex;flex-direction: row;flex-wrap:wrap;align-items:flex-start; justify-content:flex-start;}
.sec1 .text-part .whitebg{
	position: absolute;
	height: 100%;
	width: 100vw;
	top: 0;
	left: 100%;
	background-color: #fff;
}
.sec1 .text-box h3{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #444;
	font-family: "milanb";
	writing-mode: vertical-lr; letter-spacing:2px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sec1 .text-box h4{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #666;
	font-weight: normal;
	line-height: 2.222;
	margin-top: -0.611em;
	margin-left: 60px;
}
.sec1 .text-box .line{
	width: 1px;
	height: 40px;
	margin: 32px 0 30px;
	background-color: rgba(0,0,0,0.22);
}
.sec1 .text-box li{
	display: inline-block;
	vertical-align: top;
	margin-right: 80px;	
}
.sec1 .text-box li:last-child{
	margin-right: 0;
}
.sec1 .text-box h5{
	font-size: 22px;
	color: #222;
	font-weight: bold;
	margin-bottom: 15px;
}
.sec1 .text-box p{
	font-size: 18px;
	color: #222;
	line-height: 1.8;
}
.sec2{
	margin-bottom: 133px;
}
.sec2 .title{
	font-size: 32px;
	color: #222;
	text-align: center;
	margin-bottom: 100px;
}
.sec2 .inner{
	position: relative;
}
.sec2 .img-part{
	width: 50%;
	position: absolute;
	right: 0;
	bottom: 47px;
	z-index: 1;
}
.sec2 .img-part img{
	width: 100%;
}
.sec2 .text-part{
	background-color: #fff;
	position: relative;
	width: 83%;
	height: 564px;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: flex-start;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: flex-start;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: flex-start;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.sec2 .text-part .whitebg{
	position: absolute;
	height: 100%;
	width: 100vw;
	top: 0;
	right: 100%;
	background-color: #fff;
}
.sec2 .text-box{
	width: 100%;
}
.sec2 .text-box h3{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #444;
	font-family: "milanb";
	writing-mode: vertical-lr; letter-spacing:2px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sec2 .text-box h4{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #666;
	font-weight: normal;
	line-height: 2.222;
	margin-top: -0.611em;
	margin-left: 60px;
}
.sec2 .text-box .line{
	width: 1px;
	height: 40px;
	margin: 32px 0 30px;
	background-color: rgba(0,0,0,0.22);
}
.sec2 .text-box li{
	display: inline-block;
	vertical-align: top;
	margin-right: 80px;	
}
.sec2 .text-box li:last-child{
	margin-right: 0;
}
.sec2 .text-box h5{
	font-size: 22px;
	color: #222;
	font-weight: bold;
	margin-bottom: 15px;
}
.sec2 .text-box p{
	font-size: 18px;
	color: #222;
	line-height: 1.8;
}
.sec3 .map-box{
	position: relative;
	border: 1px solid #e9e9e9;
}
.sec3 .map-box .bg{
	width: 100%;
}
.sec3 .map-box .icon{
	 width: 1.9375%;
	 position: absolute;
	 left: 50.3125%;
	 top: 41.25%;
	 -webkit-animation: icon 1s infinite both;
	 -moz-animation: icon 1s infinite both;
	 -o-animation: icon 1s infinite both;
	 animation: icon 1s infinite both;
}
@-webkit-keyframes icon {
	0%{
		-webkit-transform: translateY(-50%);
	}
	100%{
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes icon {
	0%{
		-moz-transform: translateY(-50%);
	}
	100%{
		-moz-transform: translateY(0);
	}
}
@-o-keyframes icon {
	0%{
		-o-transform: translateY(-50%);
	}
	100%{
		-o-transform: translateY(0);
	}
}
@keyframes icon {
	0%{
		transform: translateY(-50%);
	}
	100%{
		transform: translateY(0);
	}
}
.sec3 .info-box{
	background-color: #e2e2ef;
	width: 89.375%;
	margin: -95px auto 0;
	text-align: center;
}
.sec3 .info-box .text-box{
	display: inline-block;
	vertical-align: top;
	width: 74.126%;
	background-color: #524886;
	height: 190px;
	line-height: 190px;
}
.sec3 .info-box ul{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.sec3 .info-box li{
	border-right: 1px solid rgba(255,255,255,0.2);
	padding: 0 50px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.sec3 .info-box li:first-child{
	padding-left: 0;
}
.sec3 .info-box li:last-child{
	border-right: 0 none;
	padding-right: 0;
}
.sec3 .info-box li h5{
	margin-bottom: 18px;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
}
.sec3 .info-box li h5 img{
	height: 1em;
	margin-right: 0.6em;
	vertical-align: middle;
}
.sec3 .info-box li h5 span{
	vertical-align: middle;
}
.sec3 .info-box li p{
	font-size: 18px;
	color: #e2e2ef;
}
.sec3 .info-box li p span{
	font-size: 0.78em;
	color: #afafd6;
}
.sec3 .info-box .img-box{
	display: inline-block;
	vertical-align: top;
	width: 25.874%;
	height: 190px;
	line-height: 190px;
}
.sec3 .info-box .img-box img{
	vertical-align: bottom;
	width: 91.0811%;
}


@media only screen and (max-width:1680px) {

	/* banner */
	.banner {
		height: 675px;
	}

	.banner .banner_tet {
		padding-top: 264px;
	}

}
@media only screen and (max-width:1500px) {
	.sec1 .text-box li{ margin-right:40px;}
}
@media only screen and (max-width:1440px) {

	/* banner */
	.banner {
		height: 600px;
	}

	.banner .banner_tet {
		padding-top: 240px;
	}

	.banner h1 {
		font-size: 30px;
	}

	.banner h2 {
		font-size: 42px;
	}
	
	
	
	#main{
		padding: 64px 0  130px;
	}
	.sec1{
		margin-bottom: 150px;
	}
	.sec1 .title{
		font-size:24px;
		margin-bottom: 52px;
	}
	.sec1 .inner{
		margin-bottom:38px;
	}
	.sec1 .img-part{
		height: 100%;
		width:50%;
		position: absolute;
		right: 50%;
		top: 38px;
		margin-right:0;
		z-index: 1;
	}

	.sec1 .text-part{
		width: 54.0625%;
		height: 555px;
	}
	.sec1 .text-part .whitebg{
		width: 100vw;
	}
	.sec1 .text-box h3{
		font-size: 14px;

	}
	.sec1 .text-box h4{

		font-size: 14px;

		line-height: 2.222;
		margin-top: -0.611em;
		margin-left: 60px;
	}
	.sec1 .text-box .line{
		width: 1px;
		height: 32px;
		margin: 24px 0;
	}
	.sec1 .text-box li{
		margin-right: 64px;	
	}
	.sec1 .text-box h5{
		font-size: 18px;
		margin-bottom: 12px;
	}
	.sec1 .text-box p{
		font-size: 14px;
		color: #222;
		line-height: 1.8;
	}
	.sec2{
		margin-bottom: 106px;
	}
	.sec2 .title{
		font-size: 26px;
		margin-bottom: 80px;
	}

	.sec2 .img-part{
		width: 50%;
		bottom: 47px;
		z-index: 1;
	}
	.sec2 .text-part{
		width: 83%;
		height: 450px;
	}
	.sec2 .text-part .whitebg{
		position: absolute;
		height: 100%;
		width: 100vw;
		top: 0;
		right: 100%;
		background-color: #fff;
	}
	.sec2 .text-box h3{
		font-size: 14px;
		letter-spacing:1px;
	}
	.sec2 .text-box h4{
		font-size: 14px;
		line-height: 2.222;
		margin-top: -0.611em;
		margin-left: 60px;
	}
	.sec2 .text-box .line{
		width: 1px;
		height: 32px;
		margin: 24px 0;
	}
	.sec2 .text-box li{
		margin-right: 64px;	
	}
	.sec2 .text-box h5{
		font-size: 18px;
		margin-bottom: 12px;
	}
	.sec2 .text-box p{
		font-size: 14px;
		color: #222;
		line-height: 1.8;
	}
	.sec3 .map-box .icon{
		 width: 1.9375%;
		 position: absolute;
		 left: 50.3125%;
		 top: 41.25%;
		 -webkit-animation: icon 1s infinite both;
		 -moz-animation: icon 1s infinite both;
		 -o-animation: icon 1s infinite both;
		 animation: icon 1s infinite both;
	}

	.sec3 .info-box{
		background-color: #e2e2ef;
		width: 89.375%;
		margin: -95px auto 0;
		text-align: center;
	}
	.sec3 .info-box .text-box{
		display: inline-block;
		vertical-align: top;
		width: 74.126%;
		background-color: #524886;
		height: 190px;
		line-height: 190px;
	}
	.sec3 .info-box ul{
		display: inline-block;
		vertical-align: middle;
		line-height: 1;
	}
	.sec3 .info-box li{
		border-right: 1px solid rgba(255,255,255,0.2);
		padding: 0 50px;
		display: inline-block;
		vertical-align: middle;
		text-align: left;
	}
	.sec3 .info-box li:first-child{
		padding-left: 0;
	}
	.sec3 .info-box li:last-child{
		border-right: 0 none;
		padding-right: 0;
	}
	.sec3 .info-box li h5{
		margin-bottom: 18px;
		font-size: 18px;
		color: #fff;
		font-weight: normal;
	}
	.sec3 .info-box li h5 img{
		height: 1em;
		margin-right: 0.6em;
		vertical-align: middle;
	}
	.sec3 .info-box li h5 span{
		vertical-align: middle;
	}
	.sec3 .info-box li p{
		font-size: 14px;
		color: #e2e2ef;
	}
	.sec3 .info-box li p span{
		font-size: 0.78em;
		color: #afafd6;
	}
	.sec3 .info-box .img-box{
		display: inline-block;
		vertical-align: top;
		width: 25.874%;
		height: 190px;
		line-height: 190px;
	}
	.sec3 .info-box .img-box img{
		vertical-align: bottom;
		width: 91.0811%;
	}



}

@media only screen and (max-width:1280px) {

	/* banner */
	.banner {
		height: 525px;
	}

	.banner .banner_tet {
		padding-top: 205px;
	}
	
	.sec1{ margin-bottom:100px;}
	.sec1 .img-part img{

		height: 80%;

	}

}
@media only screen and (max-width:1200px) {
	.sec3 .info-box .text-box{ width:100%;}
	.sec3 .info-box .img-box{ height:50px; line-height:50px}
	.sec3 .info-box .img-box img{ height:40px; width:auto;}
}
@media only screen and (max-width:1152px) {

	/* banner */
	.banner {
		height: 450px;
	}

	.banner .banner_tet {
		padding-top: 170px;
	}


}
@media only screen and (max-width:1151px) {

	.sec1 .img-part img{

		height: 60%;

	}

	.sec1 .text-box h4{ margin-left:20px;}
	.sec1 .text-box li{ margin-right:20px;}
	.sec1 .text-box p{ font-size:12px;}
	
	.sec2 .text-box h4{ margin-left:20px;}
	.sec2 .img-part{ width:45%; bottom:65px;}
}
@media only screen and (max-width:1024px) {

	/* banner */
	.banner {
		height: 375px;
	}

	.banner .banner_tet {
		padding-top: 145px;
	}

	.banner h1 {
		font-size: 2.3rem;
		margin-top: 5px;
	}

	.banner h2 {
		font-size: 3rem;
	}
	
	
	
	#main{
		padding: 50px 0 82px;
	}
	.sec1{
		margin-bottom:50px;
	}
	.sec1 .title{
		font-size:2rem;
		margin-bottom: 30px;
	}
	.sec1 .inner{
		margin-bottom:0;
	}
	.sec1 .img-part{
		height:auto; position:static;
		width: 100%;
		margin-right:0;
		z-index: 1;
	}
	.sec1 .img-part img{
		position:static;
		height: auto;
		width: 100%;
	}
	.sec1 .text-part{
		width: 100%;
		float: right;
		height: auto;
	}
	.text-box .sec_cont{ justify-content:space-between;}
	.sec1 .text-part .text-box{ padding:20px;}
	.sec1 .text-part .whitebg{
		position: absolute;
		height: 100%;
		width: 0;
		top: 0;
		left: 100%;
		background-color: #fff;
	}
	.sec1 .text-box h3{
		font-size: 1.3rem;
		color: #444;
		letter-spacing:1px;
	}
	.sec1 .text-box h4{
		font-size: 1.3rem; width:100%;
		line-height: 1.5;
		margin-top: 0;
		margin-left:0; margin-bottom:20px;
	}
	
	.sec_right{ width:90%;}
	.sec1 .text-box ul.mobile{  display:inline-block;width:100%;}
	.sec1 .text-box .line{ display:none; 
		width: 1px;
		height: 20px;
		margin: 16px 0;
	}
	.sec1 .text-box li{
		margin-right:10px; margin-bottom:10px;
	}
	.sec1 .text-box h5{
		font-size: 1.5rem;
		margin-bottom: 8px;
	}
	.sec1 .text-box p{
		font-size: 1.3rem;
		color: #222;
		line-height: 1.8;
	}
	.sec2{
		margin-bottom:50px;
	}
	.sec2 .title{
		font-size:2rem;
		margin-bottom:30px;
	}
	.sec2 .img-part{
		width: 100%;
		position:static;
	}
	.sec2 .text-part{
		width: 100%;
		height:auto; padding:20px;
	}
	.sec2 .text-part .whitebg{
		position: absolute;
		height: 100%;
		width:0;
		top: 0;
		right: 100%;
		background-color: #fff;
	}
	.sec2 .text-box h3{
		font-size: 1.3rem;
		letter-spacing:1px;
	}
	.sec2 .text-box h4{
		font-size: 1.3rem; width:100%;
		line-height: 1.5;
		margin-top: 0;
		margin-left:0; margin-bottom:10px;
	}
	.sec2 .text-box .line{
		width: 1px; display:none;
		height: 20px;
		margin: 16px 0;
	}
	.sec2 .text-box ul.mobile{ display:inline-block; width:100%;}
	.sec2 .text-box li{
		margin-right: 0;	
	}
	.sec2 .text-box h5{
		font-size: 1.5rem;
		margin-bottom: 8px;
	}
	.sec2 .text-box p{
		font-size: 1.3rem;
		color: #222;
		line-height: 1.8;
	}
	.sec3 .map-box .icon{
		 width: 5%;
		 position: absolute;
		 left: 50.3125%;
		 top: 24%;
		 -webkit-animation: icon 1s infinite both;
		 -moz-animation: icon 1s infinite both;
		 -o-animation: icon 1s infinite both;
		 animation: icon 1s infinite both;
	}
	
	.sec3 .info-box{
		width: 100%;
		margin: 0 auto;
	}
	.sec3 .info-box .text-box{
		height:auto;
		line-height:normal; padding:10px 0;
	}
	.sec3 .info-box li{
		padding: 10px 4%; border-right:none; text-align:left; width:100%; 
	}
	.sec3 .info-box li:first-child{
		padding-left: 4%;
	}
	.sec3 .info-box li:last-child{
		border-right: 0 none;
		padding-right: 4%;
	}
	.sec3 .info-box li h5{
		margin-bottom:10px;
		font-size:1.6rem;
	}
	.sec3 .info-box li h5 img{
		height: 1em;
		margin-right: 0.6em;
		vertical-align: middle;
	}
	.sec3 .info-box li h5 span{
		vertical-align: middle;
	}
	.sec3 .info-box li p{
		font-size: 1.3rem;
	}
	.sec3 .info-box li p span{
		font-size: 0.78em;
	}


}

@media only screen and (max-width:1023px) {

	/* banner */
	.banner {
		height: 250px;
		background-position: 40% center;
	}

	.banner .banner_tet {
		padding-top: 115px;
	}


	.banner h1 {
		font-size: 2rem;
	}

	.banner h2 {
		font-size: 2.6rem;
	}

}