body{
	position: relative;
}
/* 顶部 */
.pagebox {
	width: 100%
}
.title-text:after{
	content: '';
	width: 44px;
	height: 2px;
	background: #e8f2fd;
	margin: 18px 0 25px;
}
.mask-overlay:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
/* 公共样式 end */


/* 轮播图 */
.swiper-container{
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.swiper-container .swiper-fixed-handle{
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 20;
	height: 100px;
	color: #fff;
	background: #207deb;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.swiper-fixed-handle .swiper-handle-right div:hover{
	transition: all .5s ease;
	background: #fff;
}
.swiper-fixed-handle .swiper-handle-right div:hover span,.swiper-handle-right div:hover i{
	transition: all .5s ease;
	color: #207deb;
}
.swiper-fixed-handle i{
	margin-right: 16px;
}
.handle-select{
	padding: 10px 20px;
	width: 100%;
}
.handle-select-bottom{
	padding-top: 7px;
}
.handle-select-search{
    width: 80%;
	height: 54px;
	color: #666;
	padding: 0 15px;
	border: 0;
}
.swiper-query{
	width: 20%;
	height: 54px;
	font-size: 18px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	background: #207deb;
}
.swiper-query:hover{
	color: #fff;
	background: #207deb;
}
.swiper-query:focus {
	color: #fff;
	background: #207deb;
}

/* 关于我们 */
.about-us{
	margin: 110px auto 78px;
	background: #fff;
}
.about-us-item:nth-of-type(1){
	margin-right: 24px;
}
.about-us-item p{
	text-indent: 2em;
	line-height: 1.8;
	margin: 15px 0 10px;
}
.about-us-item img{
	border: 1px solid #ccc;
}

.query-detail{
	width: 150px;
	height: 36px;
	border-radius: 4px;
	color: #3c3a7a;
	background: transparent;
	border: 1px solid #3c3a7a;
}

/* 服务项目 */
.service{
	overflow: hidden;
	position: relative;
}
.bg-fixed{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}
.bg-fixed img{
	display: none;
	animation-duration: 3s;
	transition: all 2s;
	-webkit-transition: all 2s;
}
.bg-fixed .bg-show{
	display: inline-block;
	animation-duration: 3s;
	transition: all 2s;
	-webkit-transition: all 2s;
	animation:mymove 5s 1;
	-webkit-animation:mymove 5s 1;
}
.service-item{
	position: relative;
	height: 639px;
	padding-top: 72px;
	box-sizing: border-box;
	margin: 0 auto;
	z-index: 2;
}
.service-item-title{
	margin-bottom: 40px;
}
.service-handle-slider{
	width: 25%;
	color: #fff;
}
.service-handle-slider:hover{
	color: #fff;
}
.service-handle-slider i{
	transition: all 1s ease;
}
.service-handle-slider:hover i{
	transform: rotateY(180deg);
	transition: all 1s ease;
}
.service-item-handle .service-handle-slider p{
	margin: 20px 0;
}
/* 图片缩小 */
@keyframes mymove {
	from {transform: scale(1.2);}
	to {transform: scale(1);}
}

@-webkit-keyframes mymove{
	from {transform: scale(1.2);}
	to {transform: scale(1);}
}




/* 合作伙伴 */
.customer-case{
	margin: 30px auto 0;
}
.customer-case-item{
	padding: 30px 0 15px 0;
}
.case-item-slider{
	width: 20%;
}
.case-slider-img{
	width: 196px;
	height: 74px;
	border: 1px solid #e4ebf1; position: relative;  
	margin-bottom: 40px; -webkit-transition: all .3s linear;  transition: all .3s linear;  top: 0px;
	
}
.case-slider-img:hover{
    border: 1px solid #207deb;
     cursor: pointer;  top: -8px;    -webkit-box-shadow: 0px 2px 5px 4px rgba(0, 0, 0, 0.05);    box-shadow: 0px 2px 5px 4px rgba(0, 0, 0, 0.05);
}

/* 企业优势 */
.business-box{
	background: url(../images/home/businessBg.jpg) no-repeat;
	background-size: cover;
	position: relative;
}
.business-case-item{
	padding: 60px 0 64px;
	margin: 0 auto;
}
.business-item{
	margin: 54px 0 0;
}
.business-item li{
	width: 250px;
	min-height: 289px;
	background: #fff;
	margin-bottom: 40px;
	padding-bottom: 26px;
	box-sizing: border-box; position: relative; -webkit-transition: all .3s linear;  transition: all .3s linear; top: 0px;
}
.business-item li:hover{
	transition: all .5s ease;
	background: #207deb;  cursor: pointer;  top: -10px;    -webkit-box-shadow: 0px 2px 5px 4px rgba(0, 0, 0, 0.05);    box-shadow: 0px 2px 5px 4px rgba(0, 0, 0, 0.05);
}
.business-item li:hover h4,.business-item li:hover h5,.business-item li:hover i{
	transition: all 1s ease;
	color: #fff;
}
.business-item li i{
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-top: 24px;
}
.business-item li img{
	margin-top: 24px;
}
.business-item li h4{
	margin: 14px 0 25px;
}
.business-item li h5{
	margin: 0 18px;
	line-height: 1.5;
}

/* 新闻中心 */
.news{
	padding: 30px 0 30px;
	margin: 0 auto;
}
.news-title{
	margin-bottom: 40px
}
.news-item-right{
	width: 100%;
	overflow: hidden;
}
.news-item-left{
	background: #fbfbfb;
	margin-right: 20px;
	overflow: hidden;
}
.left-img{
	width: 100%;
	/*height: 334px;*/
	overflow: hidden;
}

.left-img img,.right-item-img img{
	transition: all 1.5s;
}
.left-img:hover img,.right-item-img:hover img{
	transform: scale(1.1);
}
.item-content{
	width: 100%;
	padding: 46px 30px 46px 40px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	transition: all .5s ease;
}
.left-content:before{
	content: '';
	position: absolute;
	left: 26px;
	top: 50px;
	width: 0;
	height: 1px;
	background: #00a4ff;
	transition: all .5s ease;
}
.left-content:hover:before{
	width: 90px;
	transition: all .5s ease;
}
.left-content:hover{
	padding-left: 130px;
	box-sizing: border-box;
	transition: all .5s ease;
}
.item-content h4{
	width: 100%;
	margin-bottom: 8px;
	color: #207deb;
}
.item-content h4:hover{
	color: rgba(0,164,255);
}
.item-content h5{
	line-height: 1.4;
}
.right-item{
	padding: 15px 16px;
	box-sizing: border-box;
	background: #fbfbfb;
	margin-bottom: 10px;
}
.right-item-img{
	width: 250px;
	height: 86px;
	overflow: hidden;
}
.right-item:nth-last-of-type(1){
	margin: 0;
}
.right-content{
	margin-left: 32px;
	padding: 0;
}







@media only screen and (max-width:1200px) {
	/* .box-width{
		width: 90%;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	} */
.business-item {
    margin: 35px 0 0;
}
.about-us {
    margin: 125px auto 78px;
    background: #fff;
}
	.title-text:after {
    content: '';
    width: 44px;
    height: 2px;
    background: #e8f2fd;
    margin: 12px 0 12px;
	}
	.swiper-fixed-handle{
		width: 90%;
	}
	/* 关于我们 */
	.about-us{
		flex-direction: column !important;
		margin-bottom: 20px;
	}
	.about-us-item:nth-of-type(1){
		align-items: center !important;
		padding: 0 5px;
		box-sizing: border-box;
	}
	.about-us-item:nth-of-type(1){
		margin: 0;
	}
	.about-us-item h2{
		align-items: center;
		font-size: 25px;
	}
	.query-detail{
		margin: 15px auto 25px;
	}
	.query-detail:hover{
		background: #207deb;
		color: #fff;
		border: none;
	}
	.service-item-title h2{
	    font-size: 25px;
	}
	.news-title h2{
	    font-size: 25px;
	}
	/* 合作伙伴 */
	.customer-case-item {
		padding: 60px 30px 20px;
	}
	.case-item-slider{
		width: 196px;
	}
	
	.business-item{
		padding: 0 30px;
	}
	
	
	/* 新闻 */
	.news .news-item{
		padding: 0 0px;
		flex-direction: column;
		align-items: center;
		box-sizing: border-box;
	}
	.news-item-left{
		width: 100%;
		margin: 0 0 20px;
	}
	
}

@media only screen and (max-width:992px) {
	.swiper-fixed-handle{
		width: 100%;
	}
	.swiper-handle-left,.swiper-handle-right{
		flex-basis: 50%;
	}
}

@media only screen and (max-width:768px) {
.web-app{
    color: #999;
}
.item-content {
    width: 100%;
    padding: 15px 10px 15px 14px;
}
.item-content h4 {
    font-size: 16px;
}
.right-item {
    padding: 5px 5px;
    margin-bottom: 10px;
}
.right-content {
    margin-left: 10px;
    margin-top: 10px;
    padding: 0;
}
.business-case-item {
    padding: 45px 0 40px;
    margin: 0 auto;
}
.news-title {
    margin-bottom: 25px;
}
.case-slider-img {
    width: 196px;
    height: 74px;
    border: 1px solid #e4ebf1;
    position: relative;
    margin-bottom: 15px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    top: 0px;
}
    .handle-select-search {
    width: 80%;
    height: 45px;
    color: #666;
    padding: 0 15px;
    border: 0;
    }
.swiper-query {
    width: 20%;
    height: 45px;
    font-size: 18px;
    color: #fff;
    border: 0px solid #fff;
    border-radius: 0;
    background: #207deb;
}
	.box-width{
		width: 95%;
		transition: all .5s ease;
	}
	.swiper-container .swiper-fixed-handle{
		width: 100%;
		position: relative;
		height: auto;
		flex-direction: column;
		align-items: center;
		bottom: -96px;
		margin-top: -96px;
		background: #ededed;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	.swiper-handle-left,.swiper-handle-right{
		width: 100%;
	}
	.swiper-handle-right{
		background: #fff;
	}
	.swiper-handle-right div{
		background: #207deb;
		height: 45px;
	}
	.swiper-handle-right div:first-child{
		margin-right: 1px;
	}
	.swiper-fixed-handle .handle-active{
		height: 80px;
		background: #207deb;
		color: #fff;
	}
	
	/* 服务项目 */
	.service-item{
		height: auto;
	}
	.service-item-handle a{
		width: 50%;
		margin-bottom: 65px;
	}
	
	/* 合作伙伴 */
	.customer-case{
		margin-bottom: 20px;
	}
	.customer-case-item{
		justify-content: space-around !important;
		padding: 30px 0 20px;
	}
	.case-item-slider{
		width: 46%;
	}
	
	
	/* 企业优势 */
	.business-case-item{
		width: 95%;
	}
	.business-advantage{
		margin-bottom: 20px;
	}
	.service-item-title{
		margin-bottom: 35px;
	}
	.business-item{
		padding: 0;
	}
	.business-item li{
		width: 49%;
		margin-bottom: 10px;
    padding-bottom: 15px;
	}

}


/* av-animation插件 animate动画速度 */
.aniview.av-fast {
    animation-duration: 1s;
    animation-delay: 0s;
}
.aniview.av-middle-one {
    animation-duration: 1.5s;
    animation-delay: 0s;
}
.aniview.av-middle-two {
    animation-duration: 2s;
    animation-delay: 0.5s;
}
.aniview.av-slow {
    animation-duration: 3s;
    animation-delay: 1s;
}
.aniview.av-reallyslow {
    animation-duration: 6s;
    animation-delay: 3s;
}
