.all {
	min-width: 1200px;
}
/*swiper轮播图*/
.swiper-container .swiper-wrapper .swiper-slide {
	position: relative;
}
.swiper-container .swiper-wrapper .swiper-slide p {
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.swiper-container .swiper-wrapper .swiper-slide img{
	width: 100%;
	height: 100%;
}
.swiper-container .swiper-button-prev, .swiper-button-next {
	width: 81px;
	height: 81px;
	color: #878686 ;
	background-color: rgba(0, 0, 0, .5);
}
.swiper-container .swiper-button-prev {
	left: 0;
}
.swiper-container .swiper-button-next {
	right: 0;
}
.swiper-container .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 21px !important;
}
.swiper-pagination-bullet-active {
	width: 16px;
	height: 16px;
	border-radius: 0;
	background-color: #238EF8;
	border: 1px solid #fff;
	opacity: 1;
}
.swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	border-radius: 0;
	background-color: #238EF8;
	opacity: 1;
	margin: 0 15px 0 0 !important;
}
/*product核心产品部分*/
.product{
	padding: 80px 0;
}
.product .main{
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: space-between;
}
.product .main .title{
	height: 63px;
	line-height: 63px;
	text-align: center;
	position: relative;
	width: 176px;
	background: url("../images/index-product.png") no-repeat;
}
.product .main .title span{
	font-size: 33px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #203457;
}
.product .main .title::after{
	content: '';
	position: absolute;
	width: 44px;
	height: 2px;
	background: #238EF8;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.product .main .product-con{
	padding: 0 135px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product .main .product-con .product-item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 99px;
	width: 468px;
	transition: .4s;
}
.product .main .product-con .product-item.left-hide{
	opacity: 0;
	transform: translateX(-50%);
}
.product .main .product-con .product-item.right-hide{
	opacity: 0;
	transform: translateX(50%);
}
.product .main .product-con .product-item .infos{
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	justify-content: space-between;
	flex: 1;
}
.product .main .product-con .product-item .infos .product-title{
	   font-size: 24px;
	   font-family: Microsoft YaHei;
	   font-weight: 400;
	   color: #434F64;
}
.product .main .product-con .product-item .infos .info{
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #7F8794;
		line-height: 28px;
		margin-top: 23px;
}
.product .main .product-con .product-item .infos .product-title:hover,
.product .main .product-con .product-item .infos .info:hover {
	 color: #238EF8;
	 cursor: pointer;
 }
.product .main .product-con .product-item .image{
	margin-right: 34px;
	margin-top: -20px;
}
/*service核心服务*/
.core-service {
	padding-top: 76px;
}
.core-service .service {
	position: relative;
}
.core-service .service .title-service {
	display: flex;
	flex-flow: column;
	align-items: center;
}
.core-service .service .title-service .title-ser {
	width: 155px;
	height: 63px;
	position: relative;
	line-height: 63px;
	text-align: center;
	background: url("../images/index-service.png") no-repeat 0 0;
}
.core-service .service .title-service .title-ser::after {
	content: '';
	width: 43px;
	height: 2px;
	position: absolute;
	background: #238EF8;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.core-service .service .title-service .title-ser span {
	font-size: 33px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #203457;
}
.core-service .service .options-ser {
	display: flex;
	margin-top: 94px;
}
.core-service .service .options-ser .option-item {
	width: 156px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #5E5E5E;
}
/*.core-service .service .options-ser .option-item:hover {
	background: #006EDB;
	color: #fff;
	cursor: pointer;
}*/
.core-service .service .options-ser .option-item.active {
	background: #006EDB;
	color: #fff;
	cursor: pointer;
}
.core-service .service .opt-content {
	position: absolute;
	top: 270px;
	left: 0;
}
.core-service .service .opt-content .opt {
	display: none;
}
.core-service .service .opt-content .opt.show {
	display: block;
}

.core-service .service .opt-content .opt-title {
	line-height: 67px;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #fff;
}
.core-service .service .opt-content .opt-font {
	width: 720px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	word-wrap:break-word
}
.core-service .service .opt-content .opt-more {
	width: 130px;
	height: 40px;
	margin-top: 20px;
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height: 40px;
}
.core-service .service .opt-content .opt-more a {
	color: #F0F0F0;
}

.core-service .background {
	margin-top: 24px;
	width: 100%;
	min-width: 1000px;
	height: 321px;
	background: url("../images/people.png") no-repeat ;
	background-size: cover;
    -webkit-background-size: cover;/*兼容chrome*/
    -o-background-size: cover;/*兼容opera*/
    background-position: center 0;/*图片的位置，居中，靠左对齐*/
}
/*Customer service服务客户*/
.customer {
	padding-top: 138px;
}
.customer .cust-main {
	display: flex;
	flex-flow: column;
	align-items: center;
}
.customer .cust-main .title-cust {
	width: 155px;
	height: 63px;
	position: relative;
	line-height: 63px;
	text-align: center;
	background: url("../images/customer.png") no-repeat 0 0;
}
.customer .cust-main .title-cust span {
	font-size: 33px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #203457;
}
.customer .cust-main .title-cust::after {
	content: '';
	width: 43px;
	height: 2px;
	position: absolute;
	background: #238EF8;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.customer .cust-main .list-cust {
	margin-top: 83px;
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
}
.customer .cust-main .list-cust .case {
	width: 290px;
	height: 150px;
	margin-right: 35px;
	margin-bottom: 30px;
	position: relative;
	border: #BFBFBF 1px solid;
	box-sizing: border-box;
	background: #fff;
	overflow: hidden;
}
.customer .cust-main .list-cust .case:hover .cust-logo {
	transform: scale(1.1);
}
.customer .cust-main .list-cust .case:hover .cust-font {
	opacity: 1;
}
.customer .cust-main .list-cust .case:hover .cust-font .font-border {
	transform: scale(0.95, 0.9);
}
.customer .cust-main .list-cust .case .cust-logo {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s;
}
.customer .cust-main .list-cust .case .cust-font {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(34, 116, 230, .9);
	opacity: 0;
	transition-property: opacity;
	transition-duration: 0.2s;
}
.customer .cust-main .list-cust .case .cust-font .font-border {
	width: 100%;
	height: 100%;
	border: #fff 1px solid;
	background-color: transparent;
	text-align: center;
	transition-property: transform;
	transition-duration: 0.2s;
}
.customer .cust-main .list-cust .case .cust-font .font-border h5 {
	margin-top: 25px;
	margin-bottom: 6px;
	font-size: 16px;
}
 .customer .cust-main .list-cust .case .cust-font .font-border p {
	font-size: 12px;
	line-height: 1.4;
	padding: 0 20px;
 }
.customer .cust-main .list-cust .case .cust-logo img {
	flex: 0;
}
.customer .cust-main .list-cust .case:nth-child(4n) {
	margin-right: 0;
}
