.banner{
	width: 100%;
	overflow: hidden;
	margin-top: 44px;
	height: 137px;
	background: url(../img/gywm/banner.jpg);
	background-size: 100% 100%;
}
.banner>p:nth-child(1){
	font-size: 1.5rem;
	color: #fff;
	margin: 35px 0 10px 35px;
	font-weight: bold;
}
.banner>p:nth-child(2),.banner>p:nth-child(3){
	font-size: 1.2rem;
	color: #fff;
	margin: 0px 0 4px 35px;
}
.gywm{
	width: 92%;
	overflow: hidden;
	margin: 0 auto;
}
.gywm>p:nth-child(1){
	text-align: center;
	margin-top: 35px;
	font-size: 1.2rem;
	color: #666;
}.gywm_ul{
	margin: 25px auto 0;
	width: 319px;
	display: flex;
	justify-content: space-around;
}

.gywm_ul li:nth-child(1){
	width: 75px;
	text-align: center;
}
.gywm_ul li:nth-child(2){
	width: 114px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
}
.gywm_ul li:nth-child(3){
	width: 90px;
	text-align: center;
}
.gywm_ul li p:nth-child(1){
	letter-spacing:1px;
	font-size: 2.1rem;
	color: #333;
	font-weight: bold;
	margin: 8px 0 8px;
}
.gywm_ul li p:nth-child(2){
	font-size: 1.2rem;
	color: #999;
	margin: 0 0 9px;
}
.tu img{
	width: 100%;
	margin-top: 25px;
}
.gywm>p:nth-child(4),.gywm>p:nth-child(5){
	margin-top: 25px;
	font-size: 1.2rem;
	color: #666;
}
.biaoti>p:nth-child(1){
	color: #333;
	margin-top: 35px;
	text-align: center;
	font-size: 1.4rem;
}
.biaoti>p:nth-child(2){
	color: #333;
	margin-top: 10px;
	text-align: center;
	font-size: 1.1rem;
}
/*主营业务*/
.zyyw{
	overflow: hidden;
	/*background: pink;*/
}
.zhuying_ul{
	width: 100%;
	height: 25px;
	margin-top: 35px;
	text-align: center;
	border-bottom: 1px solid rgba(153,153,153,0.5);
}
.zhuying_ul li{
	display: inline-block;
	margin: 0 12px;
	height: 24px;
	color: #999;
	font-size: 1.2rem;
}
.zhuying_bian{
	border-bottom: 2px solid #2458eb;
	color: #2458eb !important;
}
.zy_ul{
	width: 100%;
	height: 385px;
	margin-top: 35px;
	overflow: hidden;
}
.zy_ul>li{
	width: 100%;
	height: 405px;
	float: left;
}
.swiper2 .swiper-slide{
	height: 350px;
}
.swiper2{
	height: 380px;
}
.swi2_ul{
	width: 92%;
	margin: 5px auto 0;
}
.swi2_ul li{
	float: left;
	width: 48%;
	height: 160px;
	border-radius: 5px;
	margin-bottom: 16px;
	box-shadow: 0px 0px 7px 0px rgba(207,207,207,.5);
	/*background: pink;*/
}
.pag2 .swiper-pagination-bullet-active{
	width: 16px;
	transition: 0.5s;
	border-radius: 8px;
}
.pag2{
	bottom: 7px !important;
}
.swi2_ul li:nth-child(2n){
	margin-left: 4%;
}
.swi2_ul li p:nth-child(1){
	text-align: center;
}
.swi2_ul li p:nth-child(1) img{
	height: 75px;
	margin-top: 20px;
}
.swi2_ul li p:nth-child(2){
	text-align: center;
	font-size: 1.1rem;
	color: #333;
	margin-top: 10px;
}
/*企业文化*/
.qywh{
	overflow: hidden;
}
.wenhua{
	width: 92%;
	margin: 35px auto 0;
}
.wenhua_ul li{
	width: 100%;
	margin-bottom: 15px;
}
.wenhua_ul li p:nth-child(1){
	overflow: hidden;
}
.wenhua_ul li p:nth-child(1) i{
	float: left;
}
.wenhua_ul li p:nth-child(1) img{
	height: 13px;
	margin: 0 8px 0 12px;
}
.wenhua_ul li p:nth-child(1) span{
	float: left;
	color: #333;
	margin-top: -2px;
	font-size: 1.3rem;
}
.wenhua_ul li p:nth-child(2){
	padding-left: 10px;
	color: #2458eb;
	margin-top: 5px;
	background: #f0f0fa;
	font-size: 1.2rem;
	line-height: 30px;
}
/*联系我们*/
.lianxi{
	width: 92%;
	margin: 35px auto 0;
	overflow: hidden;
	/*background: pink;*/
}
.youshi_ul {
	margin-top: 35px;
	justify-content: space-around;
	flex-wrap: wrap;
	display: flex;
}

.youshi_ul li:nth-child(1),.youshi_ul li:nth-child(2) {
	position: relative;
	width: 150px;
	height: 134px;
	/*background: pink;*/
}
.youshi_ul li:nth-child(4),.youshi_ul li:nth-child(3) {
	position: relative;
	width: 150px;
	height: 156px;
		margin-bottom: 8px;
		margin-top: 25px;
	/*background: pink;*/
}

.yuan {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	width: 44px;
	height: 44px;
	/*margin: 0 auto;*/
	border-radius: 50%;
	text-align: center;
	background: #fff;
	z-index: 10;
	box-shadow: 0px 3px 5px 0px rgba(153, 153, 153, 0.15);
}

.yuan img {
	height: 26px;
	margin-top: 9px;
}
.youshi_ul li:nth-child(1) p:nth-child(1),.youshi_ul li:nth-child(2) p:nth-child(1){
	margin-top: 30px;
}
.youshi_ul li:nth-child(4) p:nth-child(1),.youshi_ul li:nth-child(3) p:nth-child(1){
	margin-top: 34px;
}
.youshi_b p:nth-child(1) {
	text-align: center;
	font-size: 1.4rem;
	
	color: #333;
}

.youshi_b p:nth-child(2) {
	text-align: center;
	font-size: 1.2rem;
	margin-top: 5px;
	color: #666;
}
.youshi_b p:nth-child(2) a{
	-webkit-tap-highlight-color:#666;
		color: #666;
		font-size: 1.2rem;
}
.youshi_ul li:nth-child(1) .youshi_b,.youshi_ul li:nth-child(2) .youshi_b{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 110px;
	background: #fff;
	z-index: 8;
	box-shadow: 0px 3px 5px 0px rgba(153, 153, 153, 0.15);
}
.youshi_ul li:nth-child(3) .youshi_b,.youshi_ul li:nth-child(4) .youshi_b{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 134px;
	background: #fff;
	z-index: 8;
	box-shadow: 0px 3px 5px 0px rgba(153, 153, 153, 0.15);
}