
.swiper{
	background-image: url(../images2/ibg1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 500px;
	z-index: 1;
	
}
.swiper:after {
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	content: attr(data-text);
	transition: all 1s ease;
	transform: translateY(0%);
	color: #FFF;
}
.swiper .row{
	position:inherit;
}
.swiper-txt{
	position: absolute;
	line-height: 30px;	
	color: #FFF;
	margin-top: 220px;
	margin-left: 80px;
	text-align: left;
	z-index: 99;
	white-space: nowrap;
}
.swiper-txt h1{
	line-height: 75px;	
	color: #FFF;
	font-size: 54px;
}
.swiper-txt h2{
	line-height: 40px;	
	color: #FFF;
	font-size: 28px;
	margin-top: 10px;
	letter-spacing:5px;
}
.swiper-txt p{
	line-height: 30px;	
	color: #FFF;
	font-size: 19px;
}

.about{
	position:inherit;
	margin-top: 100px;
	width: 1100px;
}
.about .about-img{

	width: 460px;
    height: 364px;
    float: left;
}
.about .about-img img{
	width: 460px;
    height: 364px;
}
.about .about-desc{
	width:600px;
	height: 364px;
	float:left;
	text-align: left;
	margin-left: 40px;
}

.service-c{
	margin-top: 30px;
	width: 1100px;	
	text-align: center;
	box-sizing: border-box;
}
.service-c .item{
	width: 350px;
	height: 280px;
	background-color: #FFF;
	margin-bottom: 25px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
	display:table;
	-webkit-transition: all .5s; 
    -moz-transition: all .5s; 
    -ms-transition: all .5s; 
    -o-transition: all .5s; 
    transition: all .5s;
    cursor:pointer;

}
.service-c .item:hover{
	background-color: #DC303C;
}
.service-c .mr{
	margin-right: 25px;
}
.service-c .item img{
	width: 68px;
	height: 68px;
	margin-top: 86px;	
	margin-bottom: 10px;	
}
.service-c .item:hover img{
display: none;
}
.service-c .item h3{
	font-size: 22px;
	line-height: 40px;
	color: #333;		
}
.service-c .item:hover h3{
	font-size: 26px;
	line-height: 40px;
	color: #FFF;
	margin-top: 90px;
}
.service-c .item p{
	font-size: 16px;
	line-height: 26px;
	color: #FFF;
	display: none;
}
.service-c .item:hover p{
	display:block;
}
.service-c .item h4{
	font-size: 18px;
	line-height: 40px;
	color: #DC303C;	
	margin-top: 120px;
}
.service-c .item:hover h4{
	color: #fff;	
}
.service-c .item-more img{
	width: 120px;
	height: auto;
	margin-top: 120px;
	margin: 120px auto 0 auto ;
}
.service-c .item-more:hover p{
	margin-top: 120px;
}
/*服务流程*/
.serviceflow{
	margin-top: 30px;
	text-align: center;
	box-sizing: border-box;
	background-image: url(../images2/ibg1-1.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 500px;
	width: 100%;
	z-index: 1;	
	display: block;
	overflow: hidden;

}
.serviceflow:after {
	left: 0;
	top: 0;
	display:block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	content: attr(data-text);
	transition: all 1s ease;
	transform: translateY(0%);
	color: #FFF;
}
.serviceflow .flow-c{
	position:absolute;
	width: 100%;
	height: 500px;
	color: #FFF;	
	overflow: hidden;
	z-index: 999;
}

.serviceflow .flow-c .flow-line{
	position:relative;
	background-image: url(../images2/flowline.png);
	background-repeat: no-repeat;
	background-size: 1558px 36px;
	background-position-y:40px ;
	background-position-x:66px ;
	left: 50%;
	margin-left: -550px;
	height: 150px;
	width: 1800px;
	margin-top: 180px;
}
.serviceflow .flow-c .flow-line li{
	float: left;
	width:169px ;
	margin-right: 48px;
}
.serviceflow .flow-c .flow-line li h3{
	font-size: 22px;	
	line-height: 24px;
	font-weight: 500;	
}
.serviceflow .flow-c .flow-line li p{
	font-size: 14px;	
	line-height: 22px;
	margin-top: 80px;
}
.serviceflow:hover .flow-c .flow-line{
	animation:myfirst 10s;
-moz-animation:myfirst 10s; /* Firefox */
-webkit-animation:myfirst 10s; /* Safari and Chrome */
-o-animation:myfirst 10s; /* Opera */
}

@keyframes myfirst
{
0% {left:50%;}
50% {left: -5%;}
100% {left:50%;}
}
 
@-moz-keyframes myfirst /* Firefox */
{
0% {left:50%;}
50% {left: -5%;}
100% {left:50%;}
}
 
@-webkit-keyframes myfirst /* Safari and Chrome */
{
0% {left:50%;}
50% {left: -5%;}
100% {left:50%;}
}
 
@-o-keyframes myfirst /* Opera */
{
0% {left:50%;}
50% {left: -5%;}
100% {left:50%;}
}
.serviceflow .flow-c .flow-link{
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
}
.serviceflow .flow-c .flow-link .desc-more{
	display: block;
	margin: 20px auto;
}
/*服务案例*/
.servicecase{	
	margin-top: 30px;
	width: 1100px;	
	height: 320px;
	font-family:PingFang-SC-Regular;
    z-index: 0;
    text-align: center;
    overflow: hidden;
}
.servicecase li img{
	display: block;
	float: left;
	width: 254px;
	height: 130px;
	margin-bottom: 30px;
	background-color: #FFF;
	border: 1px solid #eee;
	}
.servicecase .mr{
		margin-right: 25px;
	}

.servicecase ul {
    margin: 10px 0;
    padding: 0;
    width: 9999px;
    transition: all 0.5s;
}
.casemore{
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.casemore a{
	margin: 30px auto 0 auto;
}

/*//自动播放*/
.servicecase .slide-auto {
    animation: marginLeft 10.5s infinite;
}

.servicecase li {
    float: left;
    width: 1100px;
    height: 320px;
    list-style: none;
    line-height: 130px;
    font-size: 36px;
}

.servicecase li:nth-child(1) {
    
}

.servicecase li:nth-child(2) {
    
}

.servicecase li:nth-child(3) {
    
}

@keyframes marginLeft {
    0% {
        margin-left: 0;
    }

    28.5% {
        margin-left: 0;
    }

    33.3% {
        margin-left: -1100px;
    }

    62% {
        margin-left: -1100px;
    }

    66.7% {
        margin-left: -2200px;
    }

    95.2% {
        margin-left: -2200px;
    }

    100% {
        margin-left: 0;
    }
}
