.wp {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.h50 {
	height: 50px;
	clear: both;
	overflow: hidden;
}

.h100 {
	height: 100px;
	clear: both;
	overflow: hidden;
}

.g-tit01 {
	text-align: center;
}

.g-tit01 .tit {
	font-size: 30px;
	color: #0736af;
	font-weight: 400;
	margin-bottom: 5px;
}

.g-tit01 .tit .coo a {
	color: #fff;
}

.g-tit01 .tit-sj {
	display: none;
}

.g-tit01 .tit-sj a {
	position: relative;
	display: inline-block;
	color: #0736af;
	padding: 0 10px;
}

.g-tit01 .tit-sj a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 100%;
	width: 48px;
	height: 1px;
	background-color: #ebebeb;
}

.g-tit01 .tit-sj a:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	width: 48px;
	height: 1px;
	background-color: #ebebeb;
}

.g-tit01 p {
	font-size: 16px;
	color: #414141;
}

.g-tit01 span {
	display: block;
	font-size: 12px;
	color: #e6e6e6;
}

.g-tit01_bai .tit,
.g-tit01_bai p {
	color: #fff;
}


.g-more01 {
	display: block;
	width: 300px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #000;
	transition: .6s;
	-ms-transition: .6s;
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
}

.g-more01:hover {
	background-color: transparent;
	color: #0736af;
	border: 1px solid #0736af;
}

/* 企业优势 */
.row-a4 {
	overflow: hidden;
	margin: 0 0;
	background: #f3f7fc;
	padding-bottom: 75px;
}


.row-a4 .in_ystitle {
	background: url(../image/ys_bg.jpg) no-repeat center 0;
	padding: 90px 0 30px 0;
	margin-bottom: 40px;
	text-align: center;
	font-size: 40px;
	line-height: 42px;
	color: #fff;
}

.row-a4 .in_ystitle b {
	color: #043b9e;
}

.row-a4 .in_ystitle p {
	margin: 0;
	font-size: 0;
}

.row-a4 .in_ystitle span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 20px;
	padding: 0 20px;
}


.row-a4 .g-tit01 .tit {
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 44px;
	color: #333;
	font-weight: 600;
	height: 90px;
	line-height: 90px;
}

.row-a4 .g-tit01 p {
	display: none;
	font-size: 20px;
	color: #999;
}

.m-imgtxt04.swiper-container {
	overflow: hidden;
	margin: 0 -9px 0;
}

.m-imgtxt04 .swiper-slide {
	float: left;
	width: 33.33%;
	cursor: pointer;
}

.m-imgtxt04 .swiper-slide .con {
	margin: 0 19px;
	background-color: #fff;
}

.m-imgtxt04 .swiper-slide .pic {
	overflow: hidden;
	position: relative;
	height: 0;
	padding-top: 89%;
}

.m-imgtxt04 .swiper-slide .pic img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	transition: .6s;
	-ms-transition: .6s;
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
}

.m-imgtxt04 .swiper-slide:hover .pic img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.m-imgtxt04 .swiper-slide .txt {
	padding: 30px 42px 50px;
	color: #333;
}

.m-imgtxt04 .swiper-slide .txt .tit {
	text-align: center;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	font-weight: 400;
	border-bottom: 1px solid #bababa;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.m-imgtxt04 .swiper-slide .txt p {
	font-size: 15px;
	line-height: 26px;
	margin: 20px 0;
}

.m-imgtxt04 .swiper-slide .txt .btn {
	display: none;
	width: 150px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	background-color: #0736af;
}

.m-imgtxt04.swiper-container .swiper-pagination {
	bottom: 0;
}

.m-imgtxt04.swiper-container .swiper-pagination-bullet-active {
	background-color: #0736af;
}
