﻿*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	white-space:normal !important;
}
a{
	text-decoration: none;
	color: #333;
}
li{
	list-style: none;
}
img{
	vertical-align: middle;
	max-width: 100%;
}
body{
	width: 100%;
	max-width: 1920px;
	/*max-width: 1380px;
	padding: 0 50px;*/
	margin: 0 auto;
	font-size: 14px;
	color: #222;
	overflow: hidden;
	position: relative;
	font-family:"微软雅黑", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	font-family: arial;
	line-height: 1.5;
}

@font-face {
	font-family: DIN-Alternate-Bold;
	src: url(../fonts/DIN-Alternate-Bold.eot);
	src: url(../fonts/DIN-Alternate-Bold.eot#iefix) format("embedded-opentype"), url(../fonts/DIN-Alternate-Bold.woff2) format("woff2"), url(../fonts/DIN-Alternate-Bold.woff) format("woff"), url(../fonts/DIN-Alternate-Bold.ttf) format("truetype"), url(../fonts/DIN-Alternate-Bold.svg#DIN-Alternate-Bold) format("svg")
}

@font-face {
	font-family: DIN-Condensed-Bold;
	src: url(../fonts/DIN-Condensed-Bold.eot);
	src: url(../fonts/DIN-Condensed-Bold.eot#iefix) format("embedded-opentype"), url(../fonts/DIN-Condensed-Bold.woff2) format("woff2"), url(../fonts/DIN-Condensed-Bold.woff) format("woff"), url(../fonts/DIN-Condensed-Bold.ttf) format("truetype"), url(../fonts/DIN-Condensed-Bold.svg#DIN-Condensed-Bold) format("svg")
}

.Tit28{
	font-family: DIN-Condensed-Bold;
}



/*头部*/
header{
	position: fixed;
	z-index: 39;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 1px #999;
}
.header{
	overflow: hidden;
	padding-top: 20px;
}
.logo{
	float: left;
	padding-top: 42px;
}
.header-rt{
	float: right;
	overflow: hidden;
}
.header-rt-a{
	display: inline-block;
	font-size: 14px;
	color: #666;
	line-height: 35px;
	padding-left: 20px;
	float: left;
	background: url(../img/ico01.png) no-repeat left center;
}
.header-rt-b{
	display: inline-block;
	font-size: 14px;
	color: #222;
	line-height: 35px;
	padding-right: 15px;
	float: left;
	background: url(../img/ico03.png) no-repeat right center;
}
.header-rt a:hover{
	color: #2178df;
}
.header-rt-c{
	display: inline-block;
	width: 1px;
	height: 15px;
	background: #E5E5E5;
	margin:10px 15px;
	float: left;
}
.header-rt-d{
	display: inline-block;
	margin-left: 15px;
	width: 20px;
	height: 35px;
	float: left;
	background: url(../img/ico02.png) no-repeat center;
	cursor: pointer;
}

.header-nav{
	float: right;
	width: calc(100% - 180px);
	width: -webkit-calc(100% - 180px);
	margin-top: 15px;
	text-align: right;
}
.header-nav a{
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 20px;
	color: #222;
	margin-left: 60px;
	font-family: DIN-Condensed-Bold;
}
.header-nav a:hover{
	color: #2178df;
}
.header-nav a.on{
	color: #2178DF;
	border-bottom: 3px solid #2178DF;
}

.header-dx{
	width: 35px;
	margin-top: 35px;
	text-align: right;
	margin-left:15px ;
	overflow: hidden;
	display: none;
}
.header-dx1,.header-dx2,.header-dx3{
	width: 100%;
	height: 4px;
	margin-bottom: 8px;
	background: #000;
	float: right;
	
}
.header-dx2{
	width: 80%;
}

.header-dx div{
	transition: all .5s; 
}
.header-dx.cli .header-dx1{
	-webkit-transform: rotate(44deg);
   -ms-transform: rotate(44deg);
   transform: rotate(44deg);
  transform-origin:0%;
  -ms-transform-origin:0%;
  -webkit-transform-origin:0%;
  -moz-transform-origin:0%;
  transition: all .5s; 
}
.header-dx2{
	display: none;
}
.header-dx.cli .header-dx2{
   opacity: 0;
   transition: all .5s; 
}
.header-dx.cli .header-dx3{
	-webkit-transform: rotate(-44deg);
   -ms-transform: rotate(-44deg);
   transform: rotate(-44deg);
   position: relative;
   top:1px;
  transform-origin:0%;
  -ms-transform-origin:0%;
  -webkit-transform-origin:0%;
  -moz-transform-origin:0%;
  transition: all .5s; 
}

.header-ss{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
	background: rgba(0,0,0,.8);
	display: none;
}
.header-ss-a{
	width: 600px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -300px;
}
.header-ss-a .int1{
	width: 540px;
	height: 50px;
	line-height: 50px;
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
	font-size: 18px;
	color: #fff;
	padding:  0 10px;
	padding-right: 60px;
}
.header-ss-a .int2{
	width: 50px;
	height: 50px;
	border: none;
	background: no-repeat center;
	background-image: url(../img/ss03.png);
	position: absolute;
	top: 0;
	right: 60px;
	cursor: pointer;
}
.header-ss-x{
	width: 50px;
	height: 50px;
	background: url(../img/x01.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

@media(max-width:1600px){
	.header-nav{
		margin-top: 0px;
	}
	.header{
		padding-top: 10px;
	}
	.header-nav a{
		padding-bottom: 5px;
	}
	.logo{
		padding-top: 20px;
	}
}
@media(max-width:1200px){
	.header-nav a{
		font-size: 16px;
		margin-left: 25px;
	}
}

.header-nav-fm{
	display: none;
}
@media(max-width:750px){
	.header-dx{
		display: block;
		width: .45rem;
		margin-top: .1rem;
		margin-left: .5rem;
	}
	.header-dx1, .header-dx2, .header-dx3{
		height: .05rem;
		margin-bottom: .25rem;
	}
	
	header{
		height: 1rem;
		
	}
	.header{
		padding-top: 0;
	}
	.logo{
		float: left;
		max-width: 1.5rem;
		line-height: 1rem;
		padding: 0;
	}
	.header-rt{
		padding-top: .3rem;
	}
	.header-rt-a{
		font-size: .24rem;
		line-height: .5rem;
		display: none;
	}
	.header-rt-b{
		font-size: .28rem;
		line-height: .5rem;
	}
	.header-rt-d{
		display: none;
	}
	.header-rt-c{
		margin-top: .15rem;
		display: none;
	}
	.header-nav{
		position: fixed;
		width: 100%;
		height: calc(100% - 1rem);
		height: -webkit-calc(100% - 1rem);
		top: 1rem;
		left: 0;
		background: #fff;
		padding: .5rem;
		display: none;
		border-top: 1px solid #E5E5E5;
	}
	.header-nav a{
		text-align: center;
		width: 100%;
		margin:.2rem 0;
		font-size: .32rem;
		line-height: .8rem;
	}
	.header-nav a.on{
		border-bottom: 0;
	}
	
	.header-nav-fm{
		display: block;
		width: 100%;
		height: 1.2rem;
		border-top: 1px solid #E5E5E5;
		position: absolute;
		left: 0;
		bottom: 0;
		padding: .2rem;
	}
	.header-nav-fm .int1{
		width: 100%;
		height: .8rem;
		padding: 0 .2rem;
		padding-right: 1rem;
		font-size: .28rem;
		line-height: .8rem;
		border: 0;
	}
	.header-nav-fm .int2{
		width: .8rem;
		height: .8rem;
		background: url(../img/ico02.png) no-repeat center;
		position: absolute;
		top: .2rem;
		right: .15rem;
		border: 0;
	}
}



/*底部*/
footer{
	border-top:1px solid #E5E5E5;
	padding-top: 60px;
	padding-bottom: 40px;
	position: relative;
	z-index: 29;
	box-shadow: 0 0 10px #ccc;
}
footer a{
	color: #222;
}
footer a:hover{
	color: #2178DF;
}
.footer{
	position: relative;
	overflow: hidden;
	padding-right: 190px;
}
.footer-a{
	float: left;
}
.footer-a1{
	font-size: 18px;
	line-height: 30px;
	display: inline-block;
	margin-right: 35px;
	margin-bottom: 5px;
	color: #666;
	font-family: DIN-Condensed-Bold;
}
.footer-a1>div{
	display: none;
}
.footer-a1-md{
	display: none;
}
.footer-b{
	font-size: 14px;
	color: #999;
	line-height: 20px;
	margin-top: 5px;
	float: left;
	width:calc(100% - 200px);
	width: calc(100% - 200px);
}
.footer-b a{
	color: #999;
}
.footer-c{
	position: absolute;
	top: 0;
	right: 50px;
}
@media(max-width:1200px){
	.footer-c{
		right: 30px;
	}
	.footer-a1{
		font-size: 16px;
		margin-right: 20px;
	}
	.footer-b{
		font-size: 13px;
	}
}

@media(max-width:750px){
	footer{
		padding: .5rem 0;
	}
	.footer{
		padding: 0 .4rem;
	}
	.footer-a{
		width: 100%;
	}
	.footer-a1{
		width: 100%;
		font-size: .28rem;
		line-height: .85rem;
		border-bottom: 1px solid #E5E5E5;
		margin: 0;
		padding: 0;
	}
	.footer-b{
		width: 100%;
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .15rem;
		text-align: center;
		/*float: left;
		width: calc(100% - 1.8rem);
		width: -webkit-calc(100% - 1.8rem);*/
	}
	.footer-b a{
		display: block;
	}
	.footer-b span{
		display: block;
	}
	.footer-c{
		position: relative;
		top: 0;
		right: 0;
		margin-top: .2rem;
		text-align: center;
		float: left;
		/*width: 1.5rem;
		float: left;*/
		position: relative;
		text-align: center;
		width: 100%;
	}
	.footer-c img{
		width: 1.8rem;
	}
	
	.footer-a1-pc{
		display: none;
	}
	.footer-a1-md{
		display: block;
	}
	.footer-a1-md span{
		display: block;
		position: relative;
	}
	.footer-a1-md span:after{
		content: '+';
		font-size: .3rem;
		color: #666;
		line-height: .7rem;
		position: absolute;
		top: 0;
		right: 0;
	}
	.footer-a1-md>div{
		/*display: block;*/
	    border-top: 1px solid #E5E5E5;
	    padding: .3rem 0;
	}
	.footer-a1-md>div a{
		display: block;
		width: 100%;
		font-size: .26rem;
		line-height: .5rem;
		margin: .1rem 0;
	}
	.footer-a1-md span.on{
		color: #2178DF;
	}
	.footer-a1-md span.on:after{
		content: '-';
		color: #2178DF;
	}
}








/*banner*/
.ban-swiper{
	width: 100%;
	height: 850px;
	max-height: 100vh;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
}
.ban-slide{
	background: no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.ban-slide-bj{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	background: no-repeat center;
	background-size: cover;
}
.ban-slide.swiper-slide-active .ban-slide-bj{
	/*transform: scale(1.15);
	-ms-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transition:all linear 5s;
	-webkit-transition:all linear 5s;*/
}
.ban-video{
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.ban-span>span{
	background: #fff;
	margin-right: 3px;
	width: 50px;
	height: 3px;
	border-radius: 0;
	display: none;
}
.ban-span span.swiper-pagination-bullet-active{
	background: #fff;
}

.ban-div{
	color: #fff;
	overflow: hidden;
	padding-top: 420px;
	position: relative;
	z-index: 3;
}
.ban-div-lt{
	max-width: 300px;
	min-width: 230px;
	text-align: right;
	float: left;
	position: relative;
	right: 10px;
	opacity: 0;
}
.ban-div-lt>div{
	font-size: 28px;
	font-family: impact;
	text-align: right;
	margin-top: 12px;
	line-height: 1;
}
.ban-div-rt{
	float: left;
	margin-left: 70px;
	max-width: 760px;
	position: relative;
	left: 10px;
	opacity: 0;
}
.ban-div-rt .div1{
	font-size: 40px;
	line-height: 1.3;
	padding-top: 18px;
}
.ban-div-rt .div11{
	font-size: 30px;
	padding-top: 0px;
}
.ban-div-rt .div2{
	font-size: 22px;
	/*line-height: 30px;*/
	padding-top: 40px;
}
.ban-slide.swiper-slide-active .ban-div-lt{
	right: 0;
	opacity: 1;
	transition: all .5s linear .3s;
}
.ban-slide.swiper-slide-active .ban-div-rt{
	left: 0;
	opacity: 1;
	transition: all .5s linear .3s;
}

.ban-ymbj{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 50px;
	z-index: 4;
}
.ban-ym-mx{
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
	position: relative;
}
.ban-ym-mx:after{
	content: '';
	width: 38px;
	height: 38px;
	background: url(../img/ico33.png) no-repeat center;
	position: absolute;
	left: 0;
	bottom: 45px;
}
.ban-ym{
	position: absolute;
	right: 0;
	bottom: 45px;
	color: #fff;
	overflow: hidden;
}
.ban-ym-a{
	font-size: 16px;
	line-height: 30px;
	float: left;
	margin-right: 15px;
}
.ban-ym-b{
	width: 20px;
	height: 30px;
	float: left;
	background: url(../img/ico18.png) no-repeat center;
	margin: 0 5px;
	cursor: pointer;
}
.ban-ym-c{
	font-size: 30px;
	line-height: 30px;
	float: left;
}
.ban-ym-b2{
	background-image:url(../img/ico19.png);
}
.ban-next{
	right: 30px;
	opacity: 0;
	transition: all .3s;
-webkit-transition: all .3s;
}
.ban-prev{
	left: 30px;
	opacity: 0;
	transition: all .3s;
-webkit-transition: all .3s;
}
.ban-swiper:hover .ban-next,.ban-swiper:hover .ban-prev{
	opacity: 1;
	transition: all .3s;
-webkit-transition: all .3s;
}
@media(max-width:1600px){
	.ban-div{
		padding-left: 60px;
		padding-right: 60px;
	}
	.ban-div-rt .div1{
		font-size: 30px;
		/*line-height: 40px;*/
		
	}
	.ban-div-rt .div11{
		font-size: 28px;
		/*line-height: 40px;*/
	}
	.ban-next{
		right: 20px;
	}
	.ban-prev{
		left: 20px;
	}
}

@media(max-width:1200px){
	.ban-video{
		display: none;
	}
	.ban-next{
		right: 10px;
		opacity: 1;
	}
	.ban-prev{
		left: 10px;
		opacity: 1;
	}
}

@media(max-width:750px){
	.ban-ym-mx:after{
		background-size: cover;
		width: .5rem;
		height: .5rem;
		bottom: .3rem;
	}
	.ban-div{
		padding-left: .45rem;
		padding-right: .45rem;
	}
	.ban-next,.ban-prev{
		width: .25rem;
		height: .45rem;
		background-size: cover;
	}
}

.idata{
	padding-top: 220px;
	padding-bottom: 180px;
	position: relative;
	overflow: hidden;
}
.idata>i{
	width: 826px;
	height: 621px;
	background: url(../img/ico20.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 60px;
	right: 20px;
}
.idata-tit{
	font-size: 30px;
	line-height: 40px;
	color: #2178DF;
	font-weight: bold;
}
.idata-tit span{
	display: block;
}
.idata-ul{
	margin-top: 130px;
	overflow: hidden;
}
.idata-ul li{
	width: 30%;
	float: left;
	text-align: center;
	font-size: 0;
}
.idata-ul li:nth-child(2){
	width: 40%;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	padding: 0 15px;
}
.idata-ul li:nth-child(1){
	padding-right: 15px;
	text-align: left;
}
.idata-ul li:nth-child(3){
	padding-left: 15px;
	text-align: right;
}
.idata-div{
	display: inline-block;
	max-width: 390px;
	text-align: left;
}
.idata-a{
	font-size: 80px;
	line-height: 1;
	color: #2178DF;
}
.idata-a .sp1{
	font-family: DIN-Alternate-Bold;
}
.idata-a .sp2{
	font-size: 17px;
	position: relative;
	top: -40px;
	left: -20px;
	font-weight: bold;
	
}
.idata-b{
	font-size: 16px;
	line-height: 25px;
	margin-top: 30px;
	color: #222;
}

.business{
	position: relative;
	height: 845px;
}
.business-img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.business-img li{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.business-a{
	overflow: hidden;
	padding-top: 160px;
}
.business-a1{
	color: #fff;
	float: left;
	font-size: 34px;
	text-transform: uppercase;
	font-family: DIN-Condensed-Bold;
}
.business-a1:after{
	background: #fff;
}
.business-a2{
	float: right;
	max-width: 525px;
	color: #fff;
}
.business-a3{
	font-size: 34px;
	line-height: 1;
}
.business-a4{
	font-size: 18px;
	/*line-height: 35px;*/
	margin-top: 20px;
	
}
.business-a5{
	margin-top: 50px;
}
.gybut,.gybuth{
	display: inline-block;
	width: 145px;
	height: 45px;
	font-size: 14px;
	line-height: 43px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.gybuth{
	color: #222;
	border-color: #222;
}
.gybut:hover,.gybuth:hover{
	background: #2178DF;
	color: #fff;
	border-color: #2178DF;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.business-txt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 3;
}
.business-txt li{
	width: 33.333%;
	float: left;
	padding: 25px 40px;
	border: 1px solid rgba(255,255,255,.1);
	border-left: 0;
	cursor: pointer;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.business-txt li>div{
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	background: no-repeat right center;
}
.business-txt li:hover{
	background: url(../img/ico21_5.png) no-repeat center;
	background-size: cover;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.business-txt li:hover{
	background: url(../img/ico21_5.png) no-repeat center;
	background-size: cover;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.business-txt li.on{
	background: url(../img/ico21_5.png) no-repeat center;
	background-size: cover;
	transition: all .3s;;
-webkit-transition: all .3s;
}

.investment{
	padding-top: 90px;
	padding-bottom: 110px;
	pointer-events: inherit;
	z-index: 2;
}
.investment-tit{
	margin-bottom: 70px;
	text-transform: uppercase;
	font-family: DIN-Condensed-Bold;
}

.investment-logo{
	font-size: 0;
}
.investment-logo>span{
	display: block;
	font-size: 21px;
}
.investment-logo{
	width: 100%;
	font-size: 0;
	border-top: 1px solid rgba(34,34,34,.1);
	border-left: 1px solid rgba(34,34,34,.1);
}
.investment-logo li{
	display: inline-block;
	width: 25%;
	padding: 15px;
	height: 160px;
	text-align: center;
	font-size: 0;
	overflow: hidden;
	border-bottom: 1px solid rgba(34,34,34,.1);
	border-right: 1px solid rgba(34,34,34,.1);
}
.investment-logo li img{
	/*max-height: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;*/
}
.investment-logo li:hover{
	box-shadow: 0 0 10px #E5E5E5;
}
.investment-logo li.on{
	box-shadow: 0 0 10px #E5E5E5;
}
/*.investment-logo li:hover img{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: gray;
}
.investment-logo li.on img{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: gray;
}*/
.investment-logo li{
	padding: 35px;
}
.investment-logo li .div3{
	width: 110px;
	height: 90px;
	text-align: right;
	float: right;
	color: #333;
	position: relative;
}
.investment-logo li .div3 .psat{
	position: absolute;
	top: 50%;
	right: 0;
	width: 100%;
	padding-left: 10px;
	transform:translateY(-50%);
-ms-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-webkit-transform:translateY(-50%);
}
.investment-logo li .div3 div{
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
.investment-logo li .div3 p {
	font-size: 16px;
	line-height: 20px;
	font-family: DIN-Condensed-Bold;
}
.investment-logo li .div2{
	width: calc(100% - 110px);
	width: -webkit-calc(100% - 110px);
	float: left;
	text-align: left;
	height: 90px;
	line-height: 90px;
	font-size: 0;
}
.investment-logo li .div2 img{
	max-height: 100%;
}
.investment-txt{
	width: 100%;
	display: none;
}
.investment-txt li,.investment-cont{
	overflow: hidden;
	padding: 70px 100px;
	border: 1px solid #E5E5E5;
	display: none;
}
.investment-cont{
	
}
.investment-lt{
	width: 500px;
	float: left;
	color: #222;
}
.investment-a{
	font-size: 24px;
	line-height: 30px;
}
.investment-b{
	font-size: 20px;
	line-height: 30px;
}
.investment-c{
	width: 30px;
	height: 2px;
	background: #2178DF;
	margin: 20px 0;
}
.investment-d{
	font-size: 16px;
	line-height: 25px;
	color: #666;
}
.investment-rt{
	width: 300px;
	float: right;
	text-align: right;
	overflow: hidden;
}
.investment-e{
	font-size: 16px;
	line-height: 1;
}
.investment-f{
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	margin-top: 10px;
}
.investment-g{
	margin-top: 90px;
	font-size: 14px;
	color: #666;
	padding-left:20px ;
	padding-right: 50px;
	line-height: 44px;
	border: 1px solid #E5E5E5;
	border-radius: 23px;
	background: url(../img/ico23.png) no-repeat right center;
	text-align: left; 
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.investment-mr{
	margin: 0 auto;
	color: #222;
	border-color: #E5E5E5;
	position: relative;
	left: 50%;
	z-index: 3;
	margin-left: -70px;
	margin-top: 85px;
}

.advantage-bj{
	background: #edf4f9;
	position: relative;
	z-index: 1;
}
.advantage-bj i{
	display: block;
	width: 826px;
	height: 621px;
	background: url(../img/ico20.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: -145px;
	left: 100px;
	
}
.advantage{
	padding-top: 70px;
	padding-bottom: 100px;
	position: relative;
	z-index: 3;
}
.advantage-tit{
	/*text-align: center;*/
	text-transform: uppercase;
	font-family: DIN-Condensed-Bold;
}
.advantage-tit:after{
	/*left: 50%;
	margin-left: -17.5px;*/
}
.advantage-ul{
	width: calc(100% + 10px);
	width: -webkit-calc(100% + 10px);
	margin-top: 50px;
	display: flex;
}
.advantage-ul li{
	width: calc(33.333% - 10px);
	height: 100%;
	margin-right: 10px;
	margin-bottom: 10px;
	min-height: 475px;
	background: #fff;
	padding: 50px;
}
.advantage-a{
	font-size: 24px;
	line-height: 30px;
	color: #222;
}
.advantage-b{
	font-size: 16px;
	/*line-height: 35px;*/
	height: 210px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #222;
}
.advantage-c .img2{
	display: none;
}
.advantage-ul li:hover{
	border-bottom: 2px solid #3081E1;
}
.advantage-ul li:hover .advantage-a{
	color: #3081E1;
}
.advantage-ul li:hover .advantage-c .img1{
	display: none;
}
.advantage-ul li:hover .advantage-c .img2{
	display: inline-block;
}


.address-bj{
	height: 730px;
	width: 100%;
	position: relative;
}
.address-lt{
	width: 330px;
	float: left;
	padding-top: 150px;
	color: #fff;
}
.address-tit{
	color: #fff;
}
.address-tit:after{
	background: #fff;
}
.address-b{
	font-size: 40px;
	line-height: 1.2;
	margin-top: 40px;
}
.address-c{
	font-size: 0;
	
}
.address-c a{
	line-height: 60px;
	display: inline-block;
	margin-right: 15px;
	position: relative;
}
.address-c a>div{
	width: 120px;
	height: 120px;
	padding: 5px;
	box-shadow: 0 0 3px #999;
	text-align: center;
	line-height: 11px;
	background: #fff;
	position: absolute;
	bottom:59px; 
	left: 0;
	display: none;
}
.address-c a:hover>div{
	display: block;
}
.address-d{
	overflow: hidden;
	margin-top: 80px;
	max-width: 230px
}
.address-d a{
	display: inline-block;
	font-size: 30px;
	color: #fff;
	opacity: .7;
	float: left;
	margin-right: 50px;
}
.address-d a:hover{
	opacity: 1;
}
.address-d a.on{
	opacity: 1;
}
.address-e{
	width: 500px;
	height: 218px;
	background: url(../img/ico31.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -95px;
	color: #fff;
	padding: 0 25px;
	padding-top: 60px;
}
.address-e li{
	display: none;
}
.address-e1{
	font-size: 24px;
	line-height: 1;
}
.address-e2{
	font-size: 18px;
	/*line-height: 25px;*/
	margin: 15px 0;
}
.address-e2 img{
	position: relative;
	top: -2px;
}
.address-e3{
	font-size: 16px;
	line-height: 1;
}
.address-e>i{
	width: 44px;
	height: 44px;
	background: url(../img/ico30.png) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 0;
	bottom: -85px;
}

@media(max-width:1600px){
	.ban-swiper{
		height: 700px;
	}
	.ban-div{
		padding-top: 240px;
	}
	.ban-div{
		font-size: 30px;
		line-height: 1.3;
	}
	.ban-div-lt{
		max-width: 260px;
		min-width: 200px;
	}
	.ban-div-rt{
		max-width: 550px;
		margin-left: 50px;
	}
	.ban-div-rt .div2{
		font-size: 18px;
	}
	.idata-a{
		font-size: 60px;
	}
	.idata-a .sp2{
		font-size: 16px;
		top: -30px;
		left: -5px;
	}
	.business{
		height: 720px;
	}
	.advantage-ul li{
		padding: 35px;
	}
	.advantage-b{
		font-size: 14px;
		line-height: 25px;
	}
	.advantage-a{
		font-size: 20px;
		line-height: 30px;
	}
	.idata-tit{
		font-size: 24px;
	}
	.investment-logo li{
		height: auto;
		padding: 15px;
	}
}
@media(max-width:1200px){
	.investment-txt li,.investment-cont{
		padding: 30px;
	}
}
@media(max-width:1000px){
	.ban-div{
		padding-top: 180px;
	}
	.ban-div-rt{
		margin: 0;
		float: right;
		margin-top: 30px;
	}
	.idata{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.idata-ul{
		margin-top: 30px;
	}
	.idata-ul li{
		width: 100% !important;
		padding:30px 0 !important;
		
	}
	.idata-ul li:nth-child(2){
		border: 0;
		border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
	}
	.idata-div{
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}
	.idata-a{
		float: left;
	}
	.idata-b{
		max-width: 400px;
		float: right;
		text-align: right;
		margin-top: 0;
	}
	.business-a{
		padding-top: 100px;
	}
	.business-a1{
		font-size: 26px;
		width: 100%;
	}
	.business-a2{
		margin-top: 30px;
	}
	.business-a3{
		font-size: 26px;
	}
	.business-a4{
		font-size: 16px;
		/*line-height: 30px;*/
	}
	.business-txt li{
		padding: 15px 20px;
	}
	.business-txt li>div{
		font-size: 14px;
		line-height: 25px;
	}
	.business{
		height: 650px;
	}
	.investment-logo li{
	}
	.investment-logo li{
	}
	.investment-logo li .div3{
		width: 70px;
		height: 70px;
	}
	.investment-logo li .div2{
		    width: calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    height: 70px;
    line-height: 70px;
	}
	.investment-logo li .div3 .psat{
		padding-left: 10px;
	}
		
	.investment-logo li .div3 div{
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 0px;
	}
	.investment-logo li .div3 p{
		font-size: 12px;
		line-height: 18px;
	}
	.investment-txt li,.investment-cont{
		padding: 30px;
	}
	.advantage-ul{
		display: block;
		width: 100%;
	}
	.advantage-ul li{
		width: 100%;
		margin-bottom: 20px;
		height: auto;
		min-height: auto;
	}
	.advantage-b{
		height: auto;
		min-height: auto;
	}
	.address-bj{
		height: 650px;
	}
	.address-e{
		width: 400px;
		margin-left: -40px;
		top: 100px;
	}
	.address-lt{
		padding-top: 100px;
	}
	.advantage-bj i{
		width: 413px;
		height: 310px;
		top: -60px;
		left: 20px;
	}
	.investment-lt{
		width: 100%;
		margin-bottom: 40px;
	}
	.investment-g{
		margin-top: 30px;
	}
}

@media(max-width:750px){
	.ban-swiper{
		height: calc(100vh - 1rem);
	}
	.ban-div{
		padding-top: 2rem;
	}
	.ban-div-lt{
		width: 3rem;
		min-width: initial;
	}
	.ban-div-lt>div{
		font-size: .3rem;
		margin-top: .15rem;
	}
	.ban-div-rt{
		width: 5.5rem;
		margin-top: .5rem;
	}
	.ban-div-rt .div1{
		font-size: .35rem;
		/*line-height: .5rem;*/
		font-weight: 700;
	}
	.ban-div-rt .div2{
		font-size: .26rem;
		line-height: .45rem;
		padding-top: .25rem;
	}
	.ban-ym{
		bottom: .2rem;
	}
	.ban-ym-a{
		font-size: .24rem;
	}
	.ban-ym-c{
		font-size: .32rem;
	}
	.ban-ym-b{
		background-size: .2rem .4rem;
	}
	.ban-ymbj{
		padding: 0 .3rem;
	}
	
	.idata{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.idata>i{
		width: 6.13rem;
		height: 4.8rem;
		top: 0;
		left: 0;
	}
	.idata-tit{
		font-size: .32rem;
		line-height: .5rem;
	}
	.idata-tit span{
		display: initial;
	}
	.idata-a{
		font-size: .7rem;
		font-weight: bold;
	}
	.idata-a .sp2{
		font-size: .24rem;
		top: -.3rem;
		left: -.15rem;
	}
	.idata-b{
		width: 5rem;
		font-size: .26rem;
		line-height: .4rem;
	}
	.business-a{
		padding-top: 1rem;
	}
	.business-a1{
		font-size: .36rem;
	}
	.business-a2{
		max-width: 6rem;
		margin-top: .6rem;
	}
	.business-a3{
		font-size: .34rem;
		font-weight: bold;
	}
	.business-a4{
		font-size: .26rem;
		/*line-height: .45rem;*/
		margin-top: .3rem;
	}
	.gybut, .gybuth{
		width: 1.8rem;
		height: .8rem;
		font-size: .24rem;
		line-height: .78rem;
	}
	.business-a5{
		margin-top: .4rem;
	}
	.business-txt li{
		width: 50%;
	}
	.business{
		height: 12rem;
	}
	
	.investment{
		padding-top: .8rem;
		padding-bottom: .8rem;
	}
	.investment-tit{
		margin-bottom: .6rem;
	}
	.investment-logo li{
		padding: .2rem;
		width: 50%;
	}
	.investment-logo li .div3{
		width: 1.4rem;
		padding-left: .15rem;
		height: 1.4rem;
	}
	.investment-logo li .div3 .psat{
		padding-left: .15rem;
	}
	.investment-logo li .div2{
		    width: calc(100% - 1.4rem);
	    width: -webkit-calc(100% - 1.4rem);
	    height: 1.2rem;
	    line-height: 1.2rem;
	}
	.investment-logo li .div3 div{
		font-size: .24rem;
		line-height: .3rem;
		margin-bottom: 0px;
	}
	.investment-logo li .div3 p{
		font-size: .24rem;
		line-height: .4rem;
	}
	.investment-txt li,.investment-cont{
		padding: .3rem;
	}
	.investment-cont{
		padding-bottom: .8rem;
	}
	.investment-lt{
		width: 100%;
		margin-bottom: 0;
	}
	.investment-a{
		font-size: .34rem;
		font-weight: bold;
	}
	.investment-b{
		font-size: .28rem;
		line-height: .45rem;
	}
	.investment-c{
		width: .4rem;
		margin: .2rem 0;
	}
	.investment-d{
		font-size: .26rem;
		line-height: .4rem;
	}
	.investment-rt{
		width: 100%;
		margin-top: .6rem;
		overflow: hidden;
	}
	.investment-g{
		margin-top: .4rem;
		height: .6rem;
		font-size: .24rem;
		line-height: .58rem;
		padding-left: .2rem;
		padding-right: .8rem;
		background-size: .6rem;
	}
	.business-txt li{
		padding: .2rem;
		font-size: .26rem;
	}
	.investment-mr{
		margin-left: -1.1rem;
		margin-top: .6rem;
	}
	.advantage{
		padding-top: .8rem;
		padding-bottom: .8rem;
	}
	.advantage-a{
		font-size: .32rem;
		line-height: .45rem;
		font-weight: bold;
	}
	.address-bj{
		height: auto;
	}
	.address{
		padding: 0 .5rem;
		padding-top: .8rem;
	}
	.address-lt{
		width: 100%;
		padding-top: 0;
	}
	.address-b{
		font-size: .5rem;
		margin-top: .3rem;
		text-align: right;
	}
	.address-e{
		position: relative;
		top: inherit;
		left: inherit;
		margin: 0;
		width: 5rem;
		float: left;
	}
	.address-c{
		text-align: right;
	}
	.address-c a>div{
		
		left: initial;
		right: 0;
	}
	.address-d{
		width: 100%;
		margin-top: .3rem;
	}
	.address-d{
		margin-top: .2rem;
		width: 100%;
		max-width: 100%;
		text-align: right;
	}
	.address-d a{
		float: initial;
		font-size: .3rem;
		line-height: .5rem;
		margin-right: 0;
		margin-left: .4rem;
	}
	.address-c a{
		line-height: 40px;
	}
	.address-e{
		width: 100%;
		margin-top: .5rem;
		height: 3rem;
		padding-top: .7rem;
	}
	.address-e1{
		font-size: .32rem;
		font-weight: bold;
	}
	.address-e2{
		margin: .15rem 0;
		font-size: .24rem;
	}
	.address-e3{
		font-size: .24rem;
	}
	.address-bj{
		background-image: url(../img/img16.jpg) !important;
		height: 10rem;
	}
	.address-e>i{
		width: .6rem;
		height: .6rem;
		bottom: -.8rem !important;
		right: .2rem !important;
	}
	
	.address-c a:hover>div{
		width: 2rem;
		height: 2rem;
		padding: .1rem;
		line-height: 1.8rem;
		bottom: 40px;
	}
}






/*关于我们*/
.about-a{
	margin-top: 290px;
	overflow: hidden;
	margin-bottom: 80px;
}
.about-a1{
	float: left;
}
.about-a2{
	width: calc(100%- 150px);
	width: -webkit-calc(100% - 150px);
	float: right;
	max-width:600px;
	overflow: hidden;
	display: flex;
    justify-content: space-between;
}
.about-a2 li{
	display: inline-block;
	/*float: left;
	text-align: right;*/
}
.about-a2 li:nth-child(4){
	display: none;
}
.about-a2-a{
	display: inline-block;
	text-align: center;
}
.about-a2-a{
	font-size: 40px;
	font-family: DIN-Condensed-Bold;
	color: #2178DF;
	line-height: 1;
}
.about-a2-a .sp2{
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	color: #2178DF;
	position: relative;
	top: -20px;
	left: 0px;
	margin-left: 3px;
	font-weight: bold;
}
.about-a2-b{
	font-size: 14px;
	line-height: 20px;
	margin-top: 5px;
	color: #666;
}
.about-b{
	margin-bottom:50px ;
}

.about-c{
	font-size: 24px;
	line-height: 40px;
	color: #666;
	margin-bottom: 100px;
}
.about-c>div>div{
	display: inline;
	line-height: 40px;
}
.about-c>div>div>p{
	display: inline;
	line-height: 1;
	color: #000;
	border-bottom: 6px solid #2178df;
}
.about-e{
	padding-top: 140px;
	padding-bottom: 70px;
	overflow: hidden;
}
.about-e1 {
	float: left;
	text-transform: uppercase;
}
.about-e2{
	float: right;
	overflow: hidden;
}
.about-e2 li{
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
	margin-left: 35px;
}
.about-e2-a{
	font-size: 0;
	line-height: 30px;
	float: left;
}
.about-e2-a>.img2{
	display: none;
}
.about-e2-b{
	float: left;
	font-size: 18px;
	color: #222;
	line-height: 30px;
	margin-left: 8px;
}
.about-e2 li:hover .about-e2-a>.img1{
	display: none;
}
.about-e2 li:hover .about-e2-a>.img2{
	display: inline-block;
}
.about-e2 li:hover .about-e2-b{
	color: #2178df;
}
.about-e2 li.on .about-e2-a>.img1{
	display: none;
}
.about-e2 li.on .about-e2-a>.img2{
	display: inline-block;
}
.about-e2 li.on .about-e2-b{
	color: #2178df;
}

.about-e3{
	width: 100%;
	margin-top: 100px;
	float: left;
}
.about-e3 li{
	display: block;
	height: 265px;
	float: left;
	width: 48%;
	overflow: hidden;
	padding: 30px 0;
	color: #222;
	border-top: 1px solid #E5E5E5;
	cursor: pointer;
}
.about-e3 li:nth-child(2n + 0){
	float: right;
}
.about-e3-a{
	width: 65px;
	float: left;
	font-size: 30px;
	line-height: 30px;
	font-family: DIN-Condensed-Bold;
	text-align: left;
}
.about-e3-b{
	float: right;
	width: calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
	max-width: 500px;
	font-size: 16px;
	line-height: 25px;
}
.about-e3 li:hover{
	color: #2178DF;
}
.about-f-bj{
	height: 675px;
	padding-top: 100px;
}
.about-f{
	overflow: hidden;
}
.about-f1{
	float: left;
	text-transform: uppercase;
}
.about-f2{
	float: right;
	overflow: hidden;
}
.about-f .about-f2{
	display: none;
}
.about-f2-a,.about-f2-d{
	display: inline-block;
	float: left;
	width: 25px;
	height: 40px;
	background: no-repeat center;
	margin:  0 3px;
}
.about-f2-a{
	background-image: url(../img/ico08_1.png);
}
.about-f2-a:hover{
	background-image: url(../img/ico08_2.png);
}
.about-f2-d{
	background-image: url(../img/ico09_1.png);
}
.about-f2-d:hover{
	background-image: url(../img/ico09_2.png);
}
.about-f2-b,.about-f2-c{
	display: inline-block;
	float: left;
	font-size: 30px;
	color: #555;
	line-height: 40px;
	margin: 0 5px;
}
.about-f2-b{
	color: #2178DF;
}
.about-swiper{
	width: 100%;
	margin-top: 110px;
	float: left;
}
.about-slide{
	
	
	background: #fff;
	height: 260px;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.about-slide-img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.about-slide-img img{
	position: absolute;
	top: 50px;
	right: 50px;
	transition: all .3s;
-webkit-transition: all .3s;
}
.about-slide-img .img2{
	opacity: 0;
}
.about-slide a{
	position: relative;
	z-index: 2;
	display: block;
	color: #222;
	padding: 60px;
	width: 100%;
	height: 100%;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.about-f3{
	font-size: 24px;
	line-height: 1.3;
}
.about-f4{
	font-size: 16px;
	line-height: 25px;
	margin-top: 20px;
}
.about-slide:hover{
	background: #3081e1;
	transition: all .3s;
-webkit-transition: all .3s;
}
.about-slide:hover a{
	
	color: #fff;
	transition: all .3s;
-webkit-transition: all .3s;
}
.about-slide:hover .about-slide-img .img1{
	opacity: 0;
	transition: all .3s;
-webkit-transition: all .3s;
}
.about-slide:hover .about-slide-img .img2{
	opacity: 1;
	transition: all .3s;
-webkit-transition: all .3s;
}
.about-gbj{
	background: #f7f8fa;
}
.about-g{
	padding-top: 100px;
	padding-bottom: 80px;
	overflow: hidden;
}
.about-grt{
	width: 100%;
	float: right;
	margin-top: 90px;
	text-align: center;
}
.about-glt{
	width: 100%;
	max-width: 865px;
	float: left;
}
.about-g2{
	width: 100%;
	border: 1px solid #E5E5E5;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 65px;
}
.about-g2 li{
	width: 25%;
	float: left;
	height: 165px;
	border: 1px solid #E5E5E5;
	padding: 10px;
	position: relative;
}
.about-g2-a{
	font-size: 12px;
	line-height: 1;
	color: #222;
	opacity: .3;
	text-align: right;
}
.about-g2-b{
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	margin-top: 35px;
}
.about-g2-c{
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	margin-top: 5px;
	font-family: DIN-Condensed-Bold;
}
.about-g2-d{
	width: 20px;
	height: 8px;
	position: absolute;
	right: 0;
	bottom: 0;
}

@media(max-width:1600px){
	.about-a{
		margin-top: 190px;
	}
	
}
@media(max-width:1200px){
	/*.about-grt{
		width: 370px;
	}
	.about-glt{
	    width: calc(100% - 400px);
        width: -webkit-calc(100% - 400px);
	}*/
	.about-slide a{
		padding: 40px;
	}
	.about-e3-b{
		font-size: 14px;
		line-height: 22px;
	}
	.about-f .about-f2{
		display: block;
	}
	.about-a2{
		max-width: 650px
	}
}
@media(max-width:1000px){
	.about-e3-b{
		font-size: 14px;
		line-height: 22px;
	}
	/*.about-grt{
		width: 300px;
	}
	.about-glt{
	    width: calc(100% - 340px);
        width: -webkit-calc(100% - 340px);
	}*/
	.about-a2{
		width: 100%;
		margin-top: 30px;
		max-width: 100%
	}
	.about-g2 li{
		width: 33.333%;
	}
	.about-g2-b,.about-g2-c{
		font-size: 16px;
		line-height: 23px;
	}
	.about-e3 li{
		width: 100%;
		height: auto;
	}
}

@media(max-width:750px){
	.about-a{
		margin-top: 1.8rem;
		margin-bottom: .6rem;
	}
	.about-a2{
		width: 100%;
		margin-top: .5rem;
		display: block;
	}
	.about-a2 li{
		width: 50%;
		float: left;
		text-align: center;
		margin-bottom: .4rem;
	}
	.about-a2-a{
		font-size: .55rem;
	}
	.about-a2-a .sp2{
		font-size: .24rem;
		top: -.2rem;
		left: .05rem;
	}
	.about-a2-b{
		font-size: .24rem;
		line-height: .35rem;
		margin-top: 0rem;
	}
	.about-b{
		margin-bottom: .5rem;
	}
	.about-c{
		font-size: .3rem;
		line-height: .5rem;
		margin-bottom: 1.4rem;
	}
	.about-c>div>div{
		line-height: .45rem;
	}
	.about-c>div>div>p{
		border-bottom: 3px solid #2178DF;
	}
	.about-e{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.about-e2{
		width: 100%;
		margin-top: .4rem;
	}
	.about-e2 li{
		margin-left: 0;
		margin-right: .3rem;
	}
	.about-e2-b{
		font-size: .28rem;
		line-height: .5rem;
	}
	.about-e2-a{
		width: .4rem;
		line-height: .5rem;
	}
	.about-e3{
		margin-top: .6rem;
	}
	.about-e3 li{
		width: 100%;
		height: auto;
		padding: .2rem 0;
		min-height: 2rem;
	}
	.about-e3-a{
		font-size: .35rem;
		line-height: .45rem;
		width: 1rem;
	}
	.about-e3-b{
		    width: calc(100% - 1.2rem);
    width: -webkit-calc(100% - 1.2rem);
    font-size: .24rem;
    line-height: .4rem;
    
	}
	.about-f-bj{
		height: auto;
		padding: 1rem 0;
	}
	.about-f2-a, .about-f2-d{
		width: .3rem;
		height: .6rem;
		background-size: .2rem .4rem;
	}
	.about-f2-b, .about-f2-c{
		font-size: .3rem;
		line-height: .6rem;
	}
	.about-swiper{
		margin-top: .6rem;
		padding-right: 0rem;
	}
	.about-slide{
		height: 3rem;
	}
	.about-slide a{
		padding: .4rem;
	}
	.about-f3{
		font-size: .34rem;
		font-weight: bold;
	}
	.about-f4{
		font-size: .26rem;
		line-height: .45rem;
		margin-top: .3rem;
	}
	.about-g{
		padding-top: .8rem;
		padding-bottom: .7rem;
	}
	.about-grt{
		width: 100%;
		margin-top: .6rem;
	}
	.about-g2{
		margin-top: .6rem;
	}
	.about-g2 li{
		height: 2rem;
	}
	.about-g2-b, .about-g2-c{
		font-size: .3rem;
		line-height: .4rem;
	}
	.about-g2-b{
		margin-top: .2rem;
	}
	.about-slide-img img{
		width: 3rem;
		top: .5rem;
		right: .4rem;
	}
}



.responsibility-bj{
	width: 100%;
	min-height: 795px;
	padding: 75px 0;
}
.responsibility{
	overflow: hidden;
}
.responsibility-a{
	float: left;
}
.responsibility-b{
	max-width: calc(100% - 200px);
	max-width: -webkit-calc(100% - 200px);
	float: right;
	overflow: hidden;
	
}
.responsibility-b a{
	display: inline-block;
	height: 70px;
	font-size: 18px;
	line-height: 70px;
	padding-left: 20px;
	padding-right: 60px;
	background: #fff;
	margin-left: 20px;
	margin-bottom: 10px;
	color: #222;
	position: relative;
}
.responsibility-b a>span{
	display: block;
	position: relative;
	z-index: 2;
}
.responsibility-b a.on{
	background: #3081e1;
	color: #fff;
}
.responsibility-b .about-slide-img img{
	width: 50px;
	top: 18px;
	right: 12px;
} 
.responsibility-b a.on .about-slide-img .img1{
	opacity: 0;
}
.responsibility-b a.on .about-slide-img .img2{
	opacity: 1;
}
.responsibility-c{
	font-size: 16px;
	color: #666;
	line-height: 25px;
	width: 100%;
	float: left;
	margin-top: 20px;
}
.responsibility-d{
	margin-top: 70px;
	float: left;
	width: 100%;
}
.responsibility-d li{
	width: 100%;
	height: auto;
	padding: 20px 40px;
	background: rgba(255,255,255,.8);
	margin-bottom: 2px;
	overflow: hidden;
	cursor: pointer;
}
.responsibility-d1{
	font-size: 20px;
	line-height: 30px;
	color: #222;
	font-family: impact;
	float: left;
}
.responsibility-d2{
	max-width: calc(100% - 100px);
	max-width: -webkit-calc(100% - 100px);
	float: right;
	font-size: 18px;
	line-height: 30px;
	color: #222;
}
.responsibility-d li:hover{
	background: rgba(238,242,246,.8);
	border-bottom: 1px solid #3081e1;
}
.responsibility-d li:hover .responsibility-d2,.responsibility-d li:hover .responsibility-d1{
	color: #3081e1;
}
.responsibility-e{
	width: 100%;
	float: left;
	margin-top: 55px;
}
@media(max-width:1200px){
	.responsibility-b{
		width: 100%;
		max-width: 100%;
		margin-top: 20px;
	}
	.responsibility-b a{
		margin-left: 0;
		margin-right: 15px;
	}
	.responsibility-d2{
		font-size: 14px;
	}
}
@media(max-width:750px){
	.responsibility-bj{
		padding: .8rem 0;
	}
	.responsibility-b{
		margin-top: .3rem;
	}
	.responsibility-b a{
		height: .7rem;
		line-height: .7rem;
		font-size: .24rem;
		padding-left: .2rem;
		padding-right: .5rem;
		margin-right: .05rem;
		margin-bottom: .1rem;
	}
	.responsibility-c{
		font-size: .26rem;
		line-height: .4rem;
		margin-top: .3rem;
	}
	.responsibility-d{
		margin-top: .6rem;
	}
	.responsibility-d li{
		padding: .2rem .3rem;
	}
	.responsibility-d1{
		font-size: .28rem;
		line-height: .4rem;
	}
	.responsibility-d2{
		width: calc(100% - 1.5rem);
       width: -webkit-calc(100% - 1.5rem);
       max-width: initial;
        font-size: .24rem;
        line-height: .4rem;
        text-align: left;
	}
	.responsibility-bj{
		min-height: auto;
	}
	.responsibility-e{
		margin-top: .5rem;
	}
	.responsibility-b .about-slide-img img{
		width: .3rem;
		top:.12rem;
		right: .0rem;
	}
}


.page{
	width: 100%;
	text-align: center;
}
.page a{
	display:inline-block;
	font-size: 20px;
	padding: 0 5px;
	color: #666;
	line-height: 48px;
	font-family: DIN-Condensed-Bold;
}
.page a:hover{
	color: #2178df;
}
.page a.active{
	color: #2178df;
}
.page a.prev{
	width: 48px;
	height: 48px;
	background: url(../img/ico10_1.png) no-repeat center;
	background-size: cover;
	margin-right: 90px;
}
.page a.prev:hover{
	background-image: url(../img/ico10_2.png);
}
.page a.next{
	width: 48px;
	height: 48px;
	background: url(../img/ico11_1.png) no-repeat center;
	background-size: cover;
	margin-left: 90px;
}
.page a.next:hover{
	background-image: url(../img/ico11_2.png);
}
@media(max-width:1200px){
	.page a.prev{
		margin-right: 20px;
	}
	.page a.next{
		margin-left: 20px;
	}
}
@media(max-width:750px){
	.page a{
		font-size: .26rem;
		line-height: .6rem;
		padding: 0 .05rem;
		margin: 0 .05rem;
	}
	.page a.prev{
		width: .6rem;
		height: .6rem;
		margin-right: .2rem;
	}
	.page a.next{
		width: .6rem;
		height: .6rem;
		margin-left: .2rem;
	}
}



/*基金公告*/
.fund{
	padding-top: 115px;
	padding-bottom: 80px;
	overflow: hidden;
}
.fund-lt{
	width: 180px;
	float: left;
}
.fund-b{
	margin-top: 15px;
	width: 115px;
	cursor: pointer;
	position: relative;
	z-index: 3;
}
.fund-b1{
	font-size: 20px;
	line-height: 80px;
	border-bottom: 1px solid #E5E5E5;
	font-family: DIN-Condensed-Bold;
	background: url(../img/ico12.png) no-repeat right center;
}
.fund-b2{
	width: 100%;
	position: absolute;
	top: 80px;
	left: 0;
	background: #fff;
	box-shadow:  0 0 3px #ccc;
	display: none;
}
.fund-b2 a{
	display: block;
	width: 100%;
	font-size: 18px;
	line-height:40px;
	border-bottom: 1px solid #E5E5E5;
	text-align: center;
	font-family: DIN-Condensed-Bold;
}
.fund-b2 a:hover{
	color: #2178DF;
}
.fund-rt{
	width: calc(100% - 180px);
	width: -webkit-calc(100% - 180px);
	max-width: 1080px;
	float: right;
}
.fund-c li{
	width: 100%;
	height: auto;
	background: #fff;
	border: 1px solid #E5E5E5;
	overflow: hidden;
	margin-bottom: 15px;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.fund-clt{
	width: 22%;
	float: left;
	padding-top: 55px;
	font-size: 40px;
	font-family: DIN-Condensed-Bold;
	line-height: 45px;
	color: #222;
	text-align: center;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.fund-crt{
	width: 78%;
	float: right;
	border-left: 1px solid #E5E5E5;
	padding: 50px 70px;
}
.fund-c1{
	font-size: 20px;
	line-height: 30px;
	color: #222;
	max-width: 380px;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.fund-c2{
	display: inline-block;
	width: 150px;
	height: 45px;
	line-height: 43px;
	border: 1px solid #E5E5E5;
	text-align: center;
	font-size: 14px;
	color: #222;
	margin-top: 25px;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.fund-c li:hover{
	background: url(../img/img05.jpg) no-repeat center;
	background-size: cover;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.fund-c li:hover .fund-clt,.fund-c li:hover .fund-c1{
	color: #fff;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.fund-c li:hover .fund-crt{
	border-color: rgba(255,255,255,.2);
}
.fund-c li:hover .fund-c2{
	border-color: #fff;
	background: #fff;
	color: #2178DF;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.fund-d{
	width: 100%;
	margin-top: 70px;
}
@media(max-width:1000px){
	.fund-rt{
		width: 100%;
		margin-top: 50px;
	}
	.fund-crt{
		padding: 30px;
	}
}

@media(max-width:750px){
	.fund{
		padding-top: .8rem;
		padding-bottom: .7rem;
	}
	.fund-lt{
		width: 100%;
	}
	.fund-a{
		width: auto;
		float: left;
	}
	.fund-b{
		float: right;
		margin: 0;
		margin-top: -.2rem;
	}
	.fund-b1{
		font-size: 15px;
		line-height: 40px;
	}
	.fund-b2{
		top: 40px;
	}
	.fund-b2 a{
		font-size: 14px;
		line-height: 30px;
	}
	.fund-rt{
		margin-top: .6rem;
	}
	.fund-clt{
		font-size: .35rem;
		line-height: .45rem;
		padding-top: .5rem;
	}
	.fund-crt{
		padding: .3rem;
	}
	.fund-c1{
		font-size: .26rem;
		line-height: .45rem;
	}
	.fund-c2{
		width: 2rem;
		height: .7rem;
		font-size: .24rem;
		line-height: .68rem;
		margin-top: .3rem;
	}
	.fund-d{
		margin-top: .5rem;
	}
}



/*投教基地*/
.base-ul{
	overflow: hidden;
}
.base-ul li{
	width: 48%;
	float: left;
	color: #222;
	background: #fff;
	border: 1px solid #E5E5E5;
	padding: 45px;
	margin-bottom: 40px;
}
.base-ul li:nth-child(2n + 0){
	float: right;
}
.base-a{
	font-size: 18px;
	line-height: 1;
	font-family: DIN-Condensed-Bold;
}
.base-b{
	max-width: 335px;
	font-size: 22px;
	line-height: 30px;
	height: 120px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.base-ul li:hover{
	color: #fff;
	background-image: url(../img/img06.jpg);
}
.base-page{
	margin-top: 50px;
}

@media(max-width:1200px){
	.base-b{
		font-size: 18px;
		
	}
}
@media(max-width:750px){
	.base-ul li{
		width: 100%;
		margin-bottom: .3rem;
		padding: .3rem;
	}
	.base-a{
		font-size: .26rem;
	}
	.base-b{
		font-size: .28rem;
		line-height: .45rem;
		margin-top: .2rem;
		height: auto;
		-webkit-line-clamp:initial;
	}
	.base-page{
		margin-top: .2rem;
	}
}



/*联系*/
.contact-bj{
	height: 945px;
}
.contact{
	padding-top: 185px;
}
.contact-a{
	float: left;
	max-width: 320px;
	color: #fff;
	position: relative;
}
.contact-a1{
	width: 100%;
	font-size: 30px;
	line-height: 30px;
	float: left;
	position: relative;
	z-index: 2;
}
.contact-a2{
	width: 100%;
	float: right;
	font-size: 14px;
	line-height: 22px;
	min-height: 66px;
	position: relative;
	z-index: 2;
	margin-top: 10px;
}
.contact-a3{
	width: 100%;
	float: left;
	font-size: 24px;
	font-family: DIN-Condensed-Bold;
	line-height: 1.2;
	margin-top: 15px;
	position: relative;
	z-index: 2;
}
.contact-aa{
	float: right;
}
.contact-b{
	width: 100%;
	float: left;
	height: 1px;
	margin: 60px 0;
	background: rgba(255,255,255,.6);
}
.contact-abj1:after{
	content: '';
	width: 147px;
	height: 116px;
	background: url(../img/ico13_1.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: -25px;
	right: -15px;
	z-index: 1;
}
.contact-abj2:after{
	content: '';
	width: 309px;
	height: 90px;
	background: url(../img/ico13_2.png) no-repeat center;
	background-size: cover;
	position: absolute;
	bottom: -50px;
	right: -170px;
	z-index: 1;
}
.contact-abj3:after{
	content: '';
	width: 67px;
	height: 85px;
	background: url(../img/ico13_3.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: -30px;
	left: -40px;
	z-index: 1;
}

@media(max-width:750px){
	.contact-bj{
		height: auto;
	}
	.contact{
		padding-top: 1rem;
		padding-bottom: 1rem;
		overflow: hidden;
	}
	.contact-a{
		width: 100%;
		max-width: 100%;
		padding-bottom: .5rem;
		margin-bottom: .5rem;
		border-bottom: 1px solid rgba(255,255,255,.5);
	}
	.contact-b{
		display: none;
	}
	.contact-a1{
		font-size: .35rem;
		font-weight: bold;
	}
	.contact-a2{
		font-size: .26rem;
		line-height: .45rem;
		min-height: auto;
		margin-top: .15rem;
	}
	.contact-a3{
		font-size: .6rem;
		text-align: right;
	}
}




/*投资团队*/
.team{
	padding-top: 120px;
	padding-bottom: 20px;
	overflow: hidden;
}
.team-a{
	float: left;
	/*width: 220px;*/
	text-transform: uppercase;
}
.team-b,.team-c{
	width: calc(100% - 180px);
	width: -webkit-calc(100% - 180px);
	max-width: 820px;
	float: right;
}
.team-c{
	overflow: hidden;
	margin-top: 50px;
}
.team-c li{
	width: calc(33.333% - 30px);
	width: -webkit-calc(33.333% - 30px);
	float: left;
	text-align: left;
	padding-right: 15px;
}
.team-c li:last-child{
	width: 90px;
	text-align: right;
}
.team-cc{
	display: inline-block;
	text-align: center;
}
.team-c1{
	font-size:60px;
	line-height: 1;
	font-family: DIN-Condensed-Bold;
	color: #2178df;
}
.team-c1 .sp2{
	font-size: 30px;
	position: relative;
	top: -28px;
}
.team-c2{
	font-size: 14px;
	line-height: 20px;
	margin-top: 5px;
}
.team-d{
	margin-top: 90px;
	overflow: hidden;
	float: left;
	width: calc(100% + 40px);
	width: -webkit-calc(100% + 40px);
	font-size: 0;
	text-align: center;
}
.team-d li{
	display: inline-block;
	width: calc(33.333% - 40px);
	width: -webkit-calc(33.333% - 40px);
	margin-right: 40px;
	margin-bottom: 60px;
	text-align: center;
	cursor: pointer;
}


@media(min-width:1001px){
	.team-d li:nth-child(2),.team-d li:nth-child(4){
		margin-right: 45px;
	}
}
.team-d1{
	position: relative;
}
.team-d1>div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.team-d1>img{
	opacity: 0;
	position: relative;
	z-index: 2;
}
.team-d1:after{
	content: '';
	width: calc(100% - 2px);
	width: -webkit-calc(100% - 2px);
	height: calc(100% - 2px);
	height: -webkit-calc(100% - 2px);
	background: #2178df;
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: 1;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.team-d2{
	font-size: 24px;
	color: #222;
	margin-top: 20px;
	line-height: 30px;
}
.team-d3{
	font-size: 16px;
	color: #999;
	margin-top: 10px;
	line-height: 1;
}
.team-d li:hover .team-d1:after{
	top: 10px;
	left: 10px;
	transition: all .3s;;
-webkit-transition: all .3s;
}

.team-spbj{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 49;
	background: rgba(0,0,0,.6);
	opacity: 0;
	/*display: none;*/
}
.team-sp{
	width: 92%;
	max-width: 1400px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	padding: 80px;
	overflow: hidden;
	transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
}
.team-sp-x{
	width: 26px;
	height: 26px;
	background: url(../img/ico14.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 20px;
	right: 30px;
	z-index: 1;
}
.team-sp-t{
	width: 100%;
	height: 1px;
	background: #E3E3E3;
	position: absolute;
	top: 190px;
	left: 0;
}
.team-swiper{
	width: 100%;
	z-index: 3;
}
.team-slide{
	overflow: hidden;
}
.team-lt{
	width: 455px;
	float: left;
	padding-bottom: 20px;
}
.team-lt .team-d1{
	width: 375px;
}
.team-lt .team-d1:after{
	top: 10px;
	left: 10px;
}
.team-rt{
	width: calc(100% - 455px);
	width: -webkit-calc(100% - 455px);
	float: right;
	color: #222;
}
.team-rt-a{
	font-size: 30px;
	line-height: 1.3;
}
.team-rt-b{
	font-size: 16px;
	line-height: 1.3;
	margin-top: 5px;
}
.team-rt-c{
	margin-top: 80px;
}
.team-sp-cl{
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
}
.team-prev{
	width: 48px;
	height: 48px;
 	background: url(../img/ico10_1.png) no-repeat center;
 	background-size: cover;
 	left: 0;
 	margin-top: -24px;
}
.team-prev:hover{
	background-image: url(../img/ico10_2.png);
}
.team-next{
	width: 48px;
	height: 48px;
 	background: url(../img/ico11_1.png) no-repeat center;
 	background-size: cover;
 	right: 0;
 	margin-top: -24px;
}
.team-next:hover{
	background-image: url(../img/ico11_2.png);
}

@media(max-width:1200px){
	.team-lt{
		width: 380px;
	}
	.team-lt .team-d1{
		width: 350px;
	}
	.team-sp{
		padding:60px 30px;
	}
	.team-rt{
		    width: calc(100% - 380px);
    width: -webkit-calc(100% - 380px);
	}
	.team-sp-t{
		top: 165px;
	}
}
@media(max-width:1000px){
	.team-lt{
		width: 280px;
	}
	.team-lt .team-d1{
		width: 250px;
	}
	.team-sp{
		padding:60px 30px;
	}
	.team-rt{
		    width: calc(100% - 280px);
    width: -webkit-calc(100% - 280px);
	}
	.team-sp-t{
		top: 165px;
	}
	.team-rt-c{
		max-height: 500px;
		overflow-y: auto;
	}
	.team-d li{
		width: calc(50% - 40px);
        width: -webkit-calc(50% - 40px);
        margin-right: 40px;
        float: left;
	}
}
@media(max-width:750px){
	.team{
		padding-top: .8rem;
		padding-bottom: .5rem;
	}
	.team-b, .team-c{
		width: 100%;
		margin-top: .6rem;
	}
	.team-c li{
		width: 25% !important;
		text-align: left !important;
	}
	.team-c1{
		font-size: .5rem;
	}
	.team-c1 .sp2{
		font-size: .24rem;
		top: -.25rem;
	}
	.team-c2{
		font-size: .24rem;
		line-height: .4rem;
	}
	.team-d{
		margin-top: .6rem;
		    width: calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
	}
	.team-d li{
		width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    margin-bottom: 30px;
    margin-right: 20px;
	}
	.team-d2{
		font-size: .32rem;
		font-weight: bold;
		margin-top: .1rem;
	}
	.team-d3{
		font-size: .24rem;
		margin-top: .1rem;
	}
	.team-spbj{
		display: block;
	}
	.team-lt{
		width: 100%;
	}
	.team-rt{
		width: 100%;
	}
	.team-rt-a{
		font-size: .36rem;
		font-weight: bold;
		margin-top: .2rem;
	}
	.team-rt-b{
		font-size: .24rem;
		margin-top: .1rem;
		margin-top: .2rem;
	}
	.team-rt-c{
		margin-top: .3rem;
		max-height: 3.2rem;
	}
	.team-sp{
		padding: .3rem;
		padding-top: .6rem;
	}
	.team-lt .team-d1{
		width: calc(100% - 10%);
	}
	.team-slide{
		padding: 0 .7rem;
		padding-right: .55rem;
	}
	.team-sp-x{
		top: 5px;
		right: 5px;
	}
	.team-sp-cl{
		width: 100%;
		top: 1rem;
		
	}
	.team-next,.team-prev{
		width: .5rem;
		height: .5rem;
		margin-top: -.25rem;	
	}
}



/*新闻*/

.news-nav-bj{
	width: 100%;
	position: relative;
}
.news-nav{
	overflow: hidden;
}
.news-nav a{
	display: inline-block;
	font-size: 16px;
	color: #666;
	height: 100px;
	line-height: 100px;
	margin-right: 90px;
	position: relative;
}
.news-nav a:after{
	content: '';
	width: 1px;
	height: 15px;
	background: #E5E5E5;
	position: absolute;
	top: 44px;
	right: -45px;
}
.news-nav a:last-child{
	margin-right: 0;
	
}
.news-nav a:last-child:after{
	display: none;
}
.news-nav a:hover{
	color: #2178df;
}
.news-nav a.on{
	color: #2178df;
	border-bottom: 2px solid #2178DF;
}
.gynav-sp{
	width: 0;
    height: 3px;
    background: #2178df;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: all .3s;
    -webkit-transition: all .3s;
    
    display: none;
}

.news-tj-bj{
	background: #e4eaef;
	position: relative;
	z-index: 11;
}
.news-tj{
	padding-top: 90px;
	padding-bottom: 90px;
}
.news-tj{
	overflow: hidden;
}
.news-tj-a{
	float: left;
}
.news-tj-b{
	float: right;
	position: relative;
	margin-top: 0;
}
.news-tj-b .fund-b1{
	line-height: 60px;
	border-color: #666;
}
.news-tj-b .fund-b2{
	top: 60px;
}
.news-ti-c{
	width: 100%;
	float: left;
	overflow: hidden;
	margin-top: 50px;
}
.news-ti-clt{
	float: left;
	width: 59.5%;
	height: 440px;
}
.news-ti-crt{
	width: 40%;
	float: right;
	height: 440px;
	background-image: url(../img/img09.jpg);
	padding: 45px;
}
.news-ti-c1{
	font-size: 24px;
	line-height: 35px;
	height: 70px;
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-ti-c2{
	width: 35px;
	height: 1px;
	background: #2178DF;
	margin:20px 0;
	
}
.news-ti-c3{
	color: #666;
	height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.news-ti-c4{
	margin-top: 110px;
	font-size: 30px;
	font-family: DIN-Condensed-Bold;
	line-height: 50px;
	background: url(../img/ico15.png)no-repeat right center;
}


.news{
	margin-bottom: 110px;
}
.news>a{
	display: block;
	overflow: hidden;
	padding: 85px 0;
	border-bottom: 1px solid #E5E5E5;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.news-a{
	font-size: 28px;
	line-height: 1;
	width: 12%;
	float: left;
	color: #222;
	
	font-family: DIN-Condensed-Bold;
	padding-top: 10px;
}
.news-b{
	width: 39%;
	max-width: 395px;
	float: left;
	font-size: 18px;
	line-height: 30px;
	height: 60px;
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-c{
	width: 39%;
	float: right;
}
.news-c1{
	color: #666;
	height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.news-c2{
	width: 150px;
	height: 45px;
	line-height: 43px;
	border: 1px solid #E5E5E5;
	margin-top: 40px;
	text-align: center;
	font-size: 16px;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.news-pg{
	margin-bottom: 75px;
}
.news>a:hover{
	border-bottom: 2px solid #2178DF;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.news>a:hover .news-c2{
	background: #2178DF;
	border-color: #2178DF;
	color: #fff;
	transition: all .3s;;
-webkit-transition: all .3s;
}
@media(max-width:1600px){
	.news-nav a{
		line-height: 60px;
		height: 60px;
	}
	.news-nav a:after{
		top:24px
	}
}
@media(max-width:1000px){
	.news-ti-clt{
		width: 100%;
		height: 300px;
	}
	.news-ti-crt{
		width: 100%;
		height: auto;
	}
	.news-ti-c4{
		margin-top: 20px;
	}
}
@media(max-width:750px){
	.news-nav a{
		font-size: .26rem;
		line-height: .8rem;
		height: .8rem;
		margin-right: .4rem;
	}
	.news-nav a:after{
		display: none;
	}
	.news-tj{
		padding-top: .8rem;
		padding-bottom: .8rem;
	}
	.news-tj-b .fund-b1{
		line-height: .8rem;
	}
	.news-tj-b{
		margin-top: -.1rem;
	}
	.news-tj-b .fund-b2{
		top: .8rem;
	}
	.news-ti-c{
		margin-top: .7rem;
	}
	.news-ti-clt{
		height: 3rem;
	}
	.news-ti-crt{
		padding: .35rem;
	}
	.news-ti-c1{
		font-size: .32rem;
		line-height: .45rem;
		height: .9rem;
	}
	.news-ti-c3{
		height: 1.3rem;
	}
	.news-ti-c4{
		font-size: .4rem;
		height: .6rem;
		line-height: .6rem;
		background-size: .6rem .3rem;
		
	}
	.news{
		margin-top: .3rem;
		margin-bottom: .6rem;
	}
	.news>a{
		padding: .3rem 0;
	}
	.news-a{
		width: 100%;
		font-size: .35rem;
	}
	.news-b{
		width: 100%;
		font-size: .32rem;
		line-height: .45rem;
		height: .9rem;
		margin-top: .2rem
	}
	.news-c{
		width: 100%;
	}
	.news-c1{
		height: 1.3rem;
		margin-top: .2rem;
	}
	.news-c2{
		width: 2rem;
		height: .7rem;
		line-height: .68rem;
		font-size: .26rem;
		margin-top: .2rem;
	}
	.news-pg{
		margin-bottom: .7rem;
	}
}




/*新闻详情*/
.newsinfo-bj{
	background: #e4eaef;
}
.newsinfo{
	position: relative;
	padding-top: 95px;
	padding-bottom: 80px;
}
.newsinfo-a{
	font-size: 28px;
	line-height: 35px;
	color: #222;
}
.newsinfo-b{
	font-size: 18px;
	line-height: 1;
	color: #666;
	margin-top: 15px;
	font-family: DIN-Condensed-Bold;
}
.newsinfo-c{
	padding: 40px 0;
	margin-top: 40px;
	border-top: 1px solid #ccc;
}
.newsinfo-c img{
	width: auto !important;
	height: auto !important;
}
.newsinfo-d{
	margin-top: 20px;
	overflow: hidden;
}
.newsinfo-d a{
	display: block;
	width: 48%;
	float: left;
	font-size: 16px;
	color: #222;
	line-height: 70px;
	height: 70px;
	padding: 0 30px;
	position: relative;
	background: #fff;
	border-left: 4px solid #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.newsinfo-d a:nth-child(2n + 0){
	float: right;
}
.newsinfo-d a:hover{
	border-color: #2178DF;
}
.newsinfo-ef{
	padding-top: 90px;
	padding-bottom: 80px;
	position: relative;
}
.newsinfo-swiper{
	margin-top: 45px;
}
.newsinfo-slide{
	display: block;
	background: #fff;
	padding: 40px;
	height: 315px;
	border: 1px solid #E5E5E5;
	color: #222;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.newsinfo-e1{
	font-size: 14px;
	line-height: 1;
}
.newsinfo-e2{
	font-size: 24px;
    line-height: 35px;
    height: 70px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsinfo-e3{
	margin-top: 110px;
    font-size: 16px;
    font-family: impact;
    line-height: 40px;
    background: url(../img/ico16_1.png)no-repeat right center;
}
.newsinfo-slide:hover{
	background-image: url(../img/img12.jpg);
	color: #fff;
	transition: all .3s;;
-webkit-transition: all .3s;
}
.newsinfo-slide:hover .newsinfo-e3{
	background-image: url(../img/ico16_2.png);
}
.newsinfo-f{
	width: 100%;
	height: 1px;
	position: relative;
}
.newsinfo-f1{
	position: absolute;
	right: 0;
	top: -40px;
	width: 60px;
	height: 38px;
	
}
.newsinfo-prev{
	width: 22px;
	height: 38px;
 	background: url(../img/ico08_1.png) no-repeat center;
 	background-size: cover;
 	left: 0;
 	margin-top: -19px;
}
.newsinfo-prev:hover{
	background-image: url(../img/ico08_2.png);
}
.newsinfo-next{
	width: 22px;
	height: 38px;
 	background: url(../img/ico09_1.png) no-repeat center;
 	background-size: cover;
 	right: 0;
 	margin-top: -19px;
}
.newsinfo-next:hover{
	background-image: url(../img/ico09_2.png);
}

@media(max-width:1200px){
	.newsinfo-e2{
		font-size: 20px;
	}
}
@media(max-width:1000px){
	.newsinfo-d a{
		width: 100%;
		margin-bottom: 15px;
	}
}
@media(max-width:750px){
	.newsinfo{
		padding-top: .8rem;
		padding-bottom: .8rem;
	}
	.newsinfo-a{
		font-size: .32rem;
		font-weight: bold;
		line-height: .45rem;
	}
	.newsinfo-b{
		font-size: .24rem;
		margin-top: .15rem;
	}
	.newsinfo-c{
		margin-top: .4rem;
		padding: .4rem 0;
	}
	.newsinfo-d a{
		font-size: .26rem;
		line-height: .7rem;
		height: .7rem;
		padding: 0 .2rem;
		margin-bottom: .2rem;
	}
	.newsinfo-ef{
		padding: .8rem .3rem;
	}
	.newsinfo-slide{
		padding: .4rem;
		height: 4rem;
	}
	.newsinfo-e1{
		font-size: .24rem;
	}
	.newsinfo-e2{
		font-size: .34rem;
		line-height: .45rem;
		font-weight: bold;
		height: .9rem;
		margin-top: .4rem
	}
	.newsinfo-e3{
		font-size: .26rem;
		margin-top: .6rem;
	}
	.newsinfo-next,.newsinfo-prev{
		width: .3rem;
		height: .6rem;
		background-size:.25rem .5rem ;
	}
	.newsinfo-f1{
		width: .9rem;
		top: -.3rem;
		height: .6rem;
	}
	.newsinfo-swiper{
		width: 7.5rem;
		margin-left: -.3rem;
		padding: 0 .8rem;
	}
	
}



/*投资企业*/
.business-lt{
	float: left;
	color: #fff;
}
.business-lt-a{
	font-size: 40px;
	line-height: 1;
}
.business-lt-a>span{
	width: 90px;
	height: 3px;
	background: #fff;
	display: inline-block;
	margin-left: 20px;
	position: relative;
	top: -12px;
}
.business-lt-b{
	margin-top: 40px;
}
.business-lt-b1{
	float: left;
	margin-right: 35px;
	text-align: center;
}
.business-lt-b1>div{
	font-size: 70px;
	font-family: DIN-Condensed-Bold;
	line-height: 1;
}
.business-lt-b1>div .sp2{
	font-size: 30px;
	position: relative;
	top: -30px;
	left: -10px;
}
.business-lt-b1>p{
	font-size: 16px;
	line-height: 1.3;
	margin-top: 5px;
}
.business-rt{
	width: 370px;
	float: right;
	color: #fff;
	text-align: right;
	padding-top: 240px;
}
.business-rt-a{
	font-size: 40px;
	line-height: 1;
	position: relative;
}
.business-rt-a span{
	display: inline-block;
	width: 200px;
	height: 3px;
	background: #fff;
	position: absolute;
	left:0;
	top: 17px;
	margin-right: 10px;
	float: left;
}
.business-rt-b{
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
}
.gohome{
	float: right;
	padding-right: 20px;
	background: url(../img/ico32.png) no-repeat right center;
}
.investment-nav a:after{
	display: none;
}
.investment2{
	border-top: 1px solid #E5E5E5;
}
.investment2 .investment-logo li{
	/*width: 16.666%;*/
}
.investment2 .investment-mr{
	background: #3081E1;
	color: #fff;
	border-color: #3081E1;
}
.investment2 .investment-mr:hover{
	border-radius: 25px !important;
}
.investment-bj{
	height: 400px;
}
.investment-bj-a{
	padding-top: 130px;
	font-size: 28px;
	line-height: 1.2;
	color: rgba(255,255,255,.7);
}
.investment-bj-a>span{
	color: #fff;
}
@media(max-width:1400px){
	.investment-bj{
		height: 350px;
	}
	.investment-bj-a{
		padding-top: 100px;
		font-size: 22px;
	}
}
@media(max-width:1000px){
	.investment-bj{
		height: 300px;
	}
	.investment-bj-a{
		padding-top: 100px;
		font-size: 16px;
	}
}
@media(max-width:750px){
	.investment-bj{
		height: 4.5rem;
	}
	.investment-bj-a{
		padding-top: 1.2rem;
		font-size: .28rem;
	}
}

@media(max-width:1600px){
	.business-lt-a{
		font-size: 30px;
	}
	.business-lt-a>span{
		width: 60px;
		height: 2px;
		top: -8px;
	}
	.business-lt-b1>div{
		font-size: 50px;
	}
	.business-lt-b1>div .sp2{
		font-size: 20px;
		left: -5px;
	}
	.business-lt-b1>p{
		font-size: 14px;
	}
	.business-rt{
		padding-top: 100px;
		width: 335px;
	}
	.business-rt-a{
		font-size: 30px;
	}
	/*.business-rt-a span{
		width: 120px;
		height: 2px;
		top: -8px;
	}*/
	.business-rt-b{
		font-size: 14px;
		line-height: 25px;
	}
}
@media(max-width:1200px){
	.investment2 .investment-logo li{
		width: 25%;
	}
}
@media(max-width:750px){
	.investment2 .investment-logo li{
		width: 50%;
	}
	
	.business-lt-a{
		font-size: .42rem;
	}
	.business-lt-a>span{
		width: .8rem;
		height: 2px;
		top: -.1rem;
	}
	.business-lt-b1>div{
		font-size: .6rem;
	}
	.business-lt-b1>div .sp2{
		font-size: .3rem;
		top: -.22rem;
		left: -.05rem;
	}
	.business-lt-b1>p{
		font-size: .24rem;
	}
	.business-rt{
		padding-top:.8rem;
		width: 5rem;
	}
	.business-rt-a{
		font-size: .45rem;
	}
	.business-rt-a span{
		width: 2.8rem;
		height: 2px;
		top: .26rem;
		left: .1rem;
	}
	.business-rt-b{
		font-size: .24rem;
		line-height: .4rem;
	}
	.business-lt-b1{
		margin-right: .3rem;
	}
	.business-lt-b{
		margin-top: .4rem;
	}
}


.searchs{
	padding-top: 100px;
	padding-bottom: 100px;
}
.searchs-a{
	margin-top: 0;
	overflow: hidden;
}
.searchs-a form{
	width: 600px;
	float: left;
	position: relative;
}
.searchs-a form .int1 {
    width: 100%;
    height: 60px;
    font-size: 18px;
    color: #000;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 70px;
    border: 0px;
    background: #fff;
}
.searchs-a form .sub1 {
    width: 50px;
    height: 60px;
    background: url(../img/ico02.png) no-repeat center;
    border: 0px;
    position: absolute;
    top: 0;
    right: 10px;
}
.searchs-b{
	font-size: 24px;
	line-height: 1.2;
	margin-top: 20px;
	color: #666;
}
.searchs-c1{
	margin-top: 50px;
	padding: 30px 0;
	border-top: 1px solid #ccc;
	margin-bottom: 30px;
}
.searchs-c1 a{
	background: ;
	display: block;
	padding: 20px;
	color: #000;
	margin-bottom: 15px;
	padding-right: 40px;
	background:#fff url(../img/ico09_1.png) no-repeat 99% center;
}
.searchs-c1 a:hover{
	box-shadow:5px 5px 10px #999;
}
.searchs-c1 a>div{
	font-size: 18px;
	line-height: 1;
	margin-bottom: 5px;
	color: #666;
}
.searchs-c1 a>p{
	
	font-size: 24px;
	line-height: 30px;
	color: #333;
}
.searchs-mr{
	margin-top: 30px;
	text-align: center;
}
@media(max-width:750px){
	.searchs{
		padding-top: .7rem;
		padding-bottom: .7rem;
	}
	.searchs-a form{
		width: 100%;
	}
	.searchs-b{
		font-size: .32rem;
		margin-top: .2rem;
	}
	.searchs-c1{
		margin-top: .5rem;
		padding: .4rem 0;
	}
	.searchs-c1 a{
		padding: .2rem;
		padding-right: .4rem;
	}
	.searchs-c1 a>div{
		font-size: .24rem;
	}
	.searchs-c1 a>p{
		font-size: .3rem;
		line-height: .45rem;
	}
	.searchs-c1{
		margin-bottom: .0rem;
	}
	.searchs-c1 a{
		background-size: .15rem .3rem;
	}
	.searchs-mr{
		margin-top: .1rem;
	}
}




.join-ban{
	height: 400px;
}
.join-ban-a{
	font-size: 30px;
	color: #fff;
	line-height: 1.3;
	padding-top: 180px;
}
.join{
	padding-top: 65px;
	padding-bottom: 85px;
}
.join-a{
	margin-top: 50px;
}
.join a{
	display: block;
	padding: 40px 0;
	padding-right: 50px;
	background: url(../img/tb01.png) no-repeat right center;
	font-size: 22px;
	line-height: 30px;
	color: #727272;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	transition: all .3s;
-webkit-transition: all .3s;
}
.join a:hover{
	color: #222;
	background-image: url(../img/tb02.png);
	font-weight: bold;
	transition: all .3s;
-webkit-transition: all .3s;
}
.join a:after{
	content: '';
	width: 0%;
	height: 2px;
	background: url(../img/tb04.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .3s;
-webkit-transition: all .3s;
}
.join a:hover:after{
	width: 100%;
	transition: all .3s;
-webkit-transition: all .3s;
}
.join-b{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: url(../img/tb03.png) no-repeat center;
	background-size: cover;
	margin-left: 50%;
	margin-top: 130px;
	position: relative;
	left: -25px;
	cursor: pointer;
	transition: all .3s;
-webkit-transition: all .3s;
}
.join-b:hover{
	
	transition: all .3s;
-webkit-transition: all .3s;
}

@media(max-width:1600px){
	.join-ban{
		height: 320px;
	}
	.join-ban-a{
		padding-top: 150px;
	}
}
@media(max-width:1200px){
	.join a{
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 18px;
	}
}
@media(max-width:750px){
	.join-a{
		margin-top: .6rem;
	}
	.join-ban{
		height: 3rem;
	}
	.join-ban-a{
		padding-top: 1.3rem;
		font-size: .3rem;
	}
	.join{
		padding-top: .8rem;
		padding-bottom: .8rem;
	}
	.join a{
		padding: .3rem 0;
		padding-right: .6rem;
		font-size: .28rem;
		line-height: .45rem;
		background-size: .4rem auto;
	}
	.join-b{
		margin-top: .5rem;
		width: .6rem;
		height: .6rem;
		left: -.3rem;
	}
}


.joinfo{
	overflow: hidden;
	
}
.joinfo-lt{
	width: 300px;
	float: left;
	min-height: 710px;
	padding: 60px 0;
	padding-right: 40px;
}
.joinfo-a{
	font-size: 34px;
	line-height: 44px;
	color: #555;
	margin-bottom: 30px;
}
.joinfo-b{
	font-size: 18px;
	color: #555;
	line-height: 30px;
	margin-bottom: 3px;
}
.joinfo-c{
	width: 185px;
	height: 65px;
	display: inline-block;
	border-radius: 40px;
	background: #e9e9e9;
	font-size: 16px;
	line-height: 65px;
	text-align: center;
	color: #222;
	margin-bottom: 12px;
	transition: all .3s;
-webkit-transition: all .3s;
}
.joinfo-c:hover{
	color: #fff;
	background: url(../img/tb05.png) no-repeat center;
	background-size: cover;
	transition: all .3s;
-webkit-transition: all .3s;
}
.joinfo-c1{
	margin-top: 40px;
}

.joinfo-rt{
	width: calc(100% - 300px);
	width: -webkit-calc(100% - 300px);
	float: left;
	min-height: 710px;
	padding: 60px 0;
	padding-left: 70px;
	border-left: 1px solid #e5e5e5;
}
.joinfo-f{
	font-size: 20px;
	line-height: 1.3;
	color: #222;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 55px;
}
.joinfo-f:first-child{
	margin-top: 0;
}
.joinfo-g{
	font-size: 18px;
	color: #555;
	line-height: 25px;
}

@media(max-width:1600px){
	.joinfo-rt{
		padding-left: 40px;
	}
}
@media(max-width:1000px){
	.joinfo-lt{
		width: 100%;
		padding-right: 0;
		min-height: auto;
	}
	.joinfo-rt{
		width: 100%;
		padding-left: 0;
		border: 0;
		min-height: auto;
		border-top: 1px solid #e5e5e5;
	}
	.joinfo-c{
		margin-right: 20px;
	}
}
@media(max-width:750px){
	.joinfo-lt{
		padding-top: .8rem;
		padding-bottom: .8rem;
	}
	.joinfo-a{
		font-size: .34rem;
		line-height: .45rem;
		font-weight: bold;
		margin-bottom: .3rem;
	}
	.joinfo-b{
		font-size: .28rem;
		line-height: .45rem;
		margin-bottom: .05rem;
	}
	.joinfo-c{
		width: 2.4rem;
		height: .8rem;
		font-size: .26rem;
		line-height: .8rem;
		margin-right: .3rem;
		margin-top: .4rem;
	}
	.joinfo-rt{
		padding-top: .8rem;
		padding-bottom: .8rem;
	}
	.joinfo-f{
		font-size: .3rem;
		margin-bottom: .3rem;
		margin-top: .5rem;
	}
	.joinfo-g{
		font-size: .26rem;
		line-height: .4rem;
	}
}



.resume{
	padding-top: 80px;
	padding-bottom: 85px;
	overflow: hidden;
}
.resume .joinfo-lt{
	padding-top: 0;
	padding-bottom: 0;
	min-height: auto;
}
.resume .joinfo-a{
	margin: 0;
}
.resume-go{
	font-size: 16px;
	display: inline-block;
	line-height: 30px;
	margin-top: 15px;
	color: #555;
	padding-right: 20px;
	background: url(../img/tb06.png) no-repeat right center;
	transition: all .3s;
-webkit-transition: all .3s;
}
.resume-go:hover{
	color: #2178DF;
	background-image: url(../img/tb07.png);
	transition: all .3s;
-webkit-transition: all .3s;
}

.resume .joinfo-rt{
	padding-left: 40px;
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
	min-height: auto;
}
.resume-fm{
	width: 100%;
	max-width: 900px;
	float: right;
	overflow: hidden;
}
.resume-fm input,.resume-fm button,.resume-fm select,.resume-fm textarea{outline:none}
.resume-fm li{
	width: 100%;
	float: left;
	height: 90px;
	background: #fff;
	border-radius: 10px;
	padding: 0 25px;
	margin-bottom: 10px;
	position: relative;
}
.resume-a{
	font-size: 16px;
	line-height: 90px;
	color: #888;
}
.resume-a>span{
	color: #f40202;
	position: relative;
	z-index: 2;
}
.resume-fm .int1{
	width: calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
	position: absolute;
	height: 100%;
	top: 0;
	left: 90px;
	z-index: 2;
	border: 0;
	border-radius: 10px;
	background-color: #fff !important;
	padding: 0 10px;
	line-height: 90px;
	color: #000;
	
}
.resume-fm .lipl .int1{
	width: calc(100% - 110px);
	width: -webkit-calc(100% - 110px);
	left: 110px;
}

/*.resume-fm .int1.on{
	color: #fff;
	background: url(../img/Bg1.jpg) no-repeat center;
	background-size: cover;
}
.resume-fm .int1.txt{
	background-color: #fff;
}*/

.resume-b{
	font-size: 16px;
	color: #000;
	width: 100%;
	position: absolute;
	right: 25px;
	top: 0;
	z-index: 3;
	line-height: 90px;
	padding-right: 30px;
	text-align: right;
	background: url(../img/tb09.png) no-repeat right center;
}
.resume-fm .int2{
	display: none;
}
.resume-c{
	width: 100%;
	position: absolute;
	top: 90px;
	left: 0;
	z-index: 5;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 15px 0;
	display: none;
}
.resume-c div{
	width: 100%;
	font-size: 16px;
	line-height: 40px;
	padding: 0 25px;
	color: #888;
	cursor: pointer;
}
.resume-c div:hover{
	color: #2178DF;
}
.resume-fm .int3{
	
}
.resume-d{
	width: 100%;
	font-size: 16px;
	line-height: 90px;
	background: url(../img/tb10.png) no-repeat right center;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	color: #888;
	overflow: hidden;
}
.resume-d span{
	position: relative;
}
.resume-e{
	position: absolute;
	top: 0;
	left: 100px;
	z-index: 1;
	width: calc(100% - 160px);
	width: -webkit-calc(100% - 160px);
	height: 100%;
	overflow: hidden;
	display: block;
	display: none;
}
.resume-e .int3{
	font-size: 16px;
	line-height: 90px;
	position: relative;
	left: -82px;
	color: #000;
}

.resume-fm .li2{
	width: calc(50% - 5px);
	width: -webkit-calc(50% - 5px);
}
.resume-fm .li3{
	float: right;
}
.resume-fm .li4{
	height: 240px;
}
.resume-fm .li4 .resume-a{
	line-height: 60px;
}
.resume-fm .textarea{
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	border: 0;
	border-radius: 10px;
	background-color: initial;
	padding: 25px;
	padding-top: 50px;
	line-height: 30px;
	color: #000;
	resize: none;
}

/*.resume-fm .textarea.on{
	color: #fff;
	background: url(../img/Bg1.jpg) no-repeat center;
	background-size: cover;
}
.resume-fm .textarea.txt{
	background-color: #fff;
}*/
.resume-ee{
	background-image: url(../img/tb11.jpg)
}

.resume-mt{
	overflow: hidden;
	margin-top: 90px;
	float: left;
}
.resume-mt .sub{
	border: 0;
	margin-right: 20px;
}
.resume-mt .joinfo-c{
	margin-top: 0;
}

.resume-h{
	width: calc(100% - 150px);
	max-width: 700px;
	position: absolute;
	top: 0;
	right: 25px;
}
.resume-h select{
	width: calc(33.333% - 25px);
	width: -webkit-calc(33.333% - 35px);
	margin: 0;
	margin-left: 25px;
	font-size: 16px;
	color: #666;
	line-height: 90px;
	border: 0;
	height: 90px;
}



@media(max-width:1000px){
	.resume .joinfo-rt{
		width: 100%;
		padding: 0;
		margin-top: 50px;
	}
}
@media(max-width:750px){
	.resume{
		padding-top: .8rem;
		padding-bottom: .8rem;
	}
	.resume-go{
		font-size: 13px;
		margin-top: .4rem;
	}
	.resume .joinfo-rt{
		margin-top: .6rem;
	}
	.resume-fm li{
		height: 1rem;
		padding: 0 .3rem;
	}
	.resume-fm .int1{
		font-size: .26rem;
		line-height: 1rem;
		padding: 0 .3rem;
		width: calc(100% - 1.1rem);
		width: -webkit-calc(100% - 1.1rem);
		left: 1.1rem;
	}
	.resume-fm .lipl .int1{
		width: calc(100% - 1.6rem);
		width: -webkit-calc(100% - 1.6rem);
		left: 1.6rem;
	}
	.resume-fm .li4 .resume-a{
		height: .6rem;
		line-height: .6rem;
	}
	.resume-a{
		font-size: .26rem;
		line-height: 1rem;
	}
	.resume-b,.resume-d{
		font-size: .26rem;
		line-height: 1rem;
		right: .3rem;
	}
	.resume-c{
		top: 1rem;
		padding: .3rem 0;
		 
	}
	.resume-c div{
		font-size: .26rem;
		line-height: .5rem;
	}
	.resume-e{
		width: calc(100% - 2.3rem);
		width: -webkit-calc(100% - 2.3rem);
		left: 1.5rem;
		font-size: .26rem;
		line-height: 1rem;
	}
	.resume-e .int3{
		font-size: .26rem;
		line-height: 1rem;
		left: -1.4rem;
	}
	.resume-fm .li2{
		width: 100%;
		
	}
	.resume-fm .li4{
		height: 2.4rem;
	}
	.resume-fm .textarea{
		padding: .3rem;
		font-size: .26rem;
		line-height: .45rem;
		padding-top: .6rem;
	}
	.resume-mt{
		margin-top: .6rem;
	}
	
	.resume-fm .li6{
		height: auto;
	}
	.resume-h{
		width: 100%;
		position: relative;
		
		right: initial;
	}
	.resume-h select{
		width: 100%;
		margin: 0;
		font-size: .26rem;
		line-height: .8rem;
		height: 1rem;
		margin-bottom: .2rem;
	}
	.resume-mt .sub{
		margin-right: .2rem;
	}
}