body{font-family:'微软雅黑';margin:0px;padding:0px;}

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vone{width:100%;height:auto;overflow:hidden;}
.vone_main{width:1200px;height:auto;overflow:hidden;margin:0 auto;}

.vone-center{box-sizing: border-box;
    font-size: 30px;
    text-align: center;
    height: 60px;
    color: #e23c41;
    background: url(../image/van_tit.png) center bottom no-repeat;
    margin-bottom: 60px;
	margin-top: 30px;
	font-family: inherit;
    font-weight: 500;}

#service-logo{
    width: 100%;
    margin-top: 65px;
    height: 274px;
}

#service-logo ul li{
    width: 25%;
    float: left;
}

#service-logo ul li a{text-decoration: none;}

#service-logo ul li .img-div img{

    transition: transform .9s;
    -moz-transition: transform .9s;
    -webkit-transition: transform .9s;
    -o-transition: .5s;
}
#service-logo ul li .img-div:hover img{
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
}



#service-logo img{
    margin: 0 auto;
    width: 174px;
    height: 174px;
}


#service-logo li .wordCN{
    color: #f95a4d;
    font-size: 24px;
    width: 100%;
    text-align: center;
    margin-top: 37px;
    font-weight: 700;
}

#service-logo li .wordEN{
    color: #666666;
    font-size: 18px;
    margin-top: 8px;
    font-weight: 500;
    text-align: center;
}



#service-logo ul li{
    float: left;
    text-align: center
}

/**/
.vtwo{width:100%;height:auto;overflow:hidden;background-color:#f5f5f5;margin-top:50px;padding-bottom:50px;}
.vtwo_main{width:1200px;height:auto;overflow:hidden;margin:0 auto;}
.vtwo_ul{width:1200px;height:auto;overflow:hidden;}
.vtwo_li{border: 1px solid #dfe2e9;
    padding: 40px 7px;
    background: #fff;
	width:254px;
	height:435px;
	float:left;
	margin-left: 15px;
    margin-right: 15px;
	text-align:center;}

.vtwo_li .pic{width:100%;height:120px;text-align:center;}
.vtwo_li .pic img{ width:120px;height:120px;}
.vtwo_li h2{font-weight: 700;
    color: #81CED3;
	margin-top: 20px;
    font-size: 20px;
	margin-bottom: 10px;
	text-align:center;}
.vtwo_li span{display: block;
    margin: 10px auto;
    width: 40px;
    height: 2px;
	background: #81CED3;}

.vtwo_li .txt{padding:0px 10px;line-height:22px;font-size:12px;color:#333;
text-align:center;height:132px;}

.vtwo_li a{
	display: inline-block;
	padding: 0 20px;
    border-radius: 18px;
    line-height: 36px;
	text-align: center;
	color: #fff;
	background: #81CED3;
	text-decoration: none;
	font-size:16px;}
