/* banner start*/

/* .global-banner .center .banner-info-btn{
    position: absolute;
    top: 200px;
    left: 111px;
	animation: virtualBannerh1 1s ease-in-out
}
.global-banner .center .banner-info-btn>a{
    display: block;
    width: 230px;
    height: 46px;
    border: solid 2px #ffffff;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
	color: #ffffff;
} */
.global-banner .center .icon {
	position: absolute;
	background-image: url(img/banner.png);
    background-repeat: no-repeat;
    top: 0;
	right: 0;
	width: 717px;
	height: 300px;
	animation: virtualBannerimg 1s ease-in-out
}

/* banner end */
.server-module{
    padding-bottom: 40px;
}
.function-module{
    padding-bottom: 0;
}
.top-title {
    position: relative;
    height: 117px;
}
.top-title h2 {
    width: 111px;
    height: 117px;
    top: 0;
    left: 0;
    position: absolute;
    font-size: 22px;
    line-height: 117px;
    color: #333;
    font-weight: 400;
}
.top-title .line-box {
    height: 100%;
    padding-left: 111px;
    position: relative;
    overflow: hidden;
    line-height: 117px;
}
.top-title .line-box .line {
    background: #e4e4e4;
    width: 100%;
    height: 1px;
    display: inline-block;
    *background: #fff;
    *border-bottom: 1px solid #e4e4e4;
    *margin-top: 58px;
}
.service-content{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.service-content .service-item{
    width: 386px;
    margin-right: 20px;
    display: flex;
    margin-bottom: 63px;
}
.service-content .service-item .service-item-info{
    flex:1 ;
}

.service-content .service-item:nth-child(3n){
    margin-right: 0;
}
.service-content .service-item .service-item-icon{
    height: 40px;
    width: 40px;
    margin-right: 17px;
}
.service-content .service-item .service-item-icon-1{
    height: 42px;
    width: 42px;
    background: url(./img/1.png) no-repeat;
}
.service-content .service-item .service-item-icon-2{
    height: 45px;
    width: 42px;
    background: url(./img/2.png) no-repeat;
}
.service-content .service-item .service-item-icon-3{
    background: url(./img/3.png) no-repeat;
}
.service-content .service-item .service-item-icon-4{
    background: url(./img/4.png) no-repeat;
}
.service-content .service-item .service-item-icon-5{
    height: 38px;
    width: 44px;
    background: url(./img/5.png) no-repeat;
}
.service-content .service-item .service-item-icon-6{
    background: url(./img/6.png) no-repeat;
}
.service-content .service-item .service-item-icon-7{
    background: url(./img/7.png) no-repeat;
}
.service-content .service-item .service-item-icon-8{
    height: 38px;
    width: 38px;
    background: url(./img/8.png) no-repeat;
}
.service-content .service-item .service-item-icon-9{
    height: 40px;
    width: 38px;
    background: url(./img/9.png) no-repeat;
}
.service-content .service-item .service-item-info .title{
    font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.service-content .service-item .service-item-info .des{
    font-size: 12px;
    color: #999999;
    margin-top: 16px;
}
/* 优势 */
.youshi-module{
    background-color: #f2f2f2;
}
.adv-wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.adv-wrap li{
    width: 386px;
    margin-right: 20px;
    padding-top: 27px;
    padding-bottom: 19px;
    background: #fff;
    margin-bottom: 20px;
}
.adv-wrap li .adv-icon{
    width: 94px;
    height: 94px;
    margin: 0 auto 24px auto;
}
.adv-wrap li .adv-icon-1{
    background: url(./img/10.png) no-repeat;
}
.adv-wrap li .adv-icon-2{
    background: url(./img/11.png) no-repeat;
}
.adv-wrap li .adv-icon-3{
    background: url(./img/12.png) no-repeat;
}
.adv-wrap li .adv-icon-4{
    background: url(./img/13.png) no-repeat;
}
.adv-wrap li .adv-icon-5{
    background: url(./img/14.png) no-repeat;
}
.adv-wrap li .adv-icon-6{
    background: url(./img/15.png) no-repeat;
}
.adv-wrap li:nth-child(3n){
    margin-right: 0;
}
.adv-wrap li .adv-title{
    text-align: center;
    font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.adv-wrap li .adv-content{
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
    padding: 0 18px;
}
/* 常见问题 */
.question-module .content a {
	display: inline-block;
	width: 33%;
	box-sizing: border-box;
	padding-left: 20px;
	height: 34px;
	line-height: 34px;
	position: relative;
	color: #666
}

.question-module .content a .point {
	position: absolute;
	display: block;
	height: 2px;
	width: 2px;
	top: 16px;
	left: 9px;
	background: #999
}

.question-module .content a:hover {
	color: #f00909
}