/*banner部分*/
.banner-engine .header-container {
    height: 0;
}
.banner-engine .news-casting {
    display: none;
}
.info-banner {
    position: relative;
    padding-top: 80px;
    width: 100%;
    height: 508px;
    margin-bottom: 68px;
}
.banner-nav {
    transition: width ease .8s;
}
.info-box {
    height: 100%;
}
.info-nav {
    position: relative;
    padding-top: 70px;
}
.product-info-title {
    margin-bottom: 19px;
    height: 46px;
    line-height: 46px;
    font-size: 46px;
    color: #fff;
    font-weight: normal;
}
.product-info-detail {
    margin-bottom: 36px;
    width: 628px;
    font-size: 14px;
    color: #c8cbcf;
    line-height: 25px;
}
.product-info-btn {
    margin-top: 20px;
}
.product-info-btn a.btn {
    display: inline-block;
    margin-right: 20px;
    width: 118px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
}
.info-btn1 {
    background: #00aaff;
    border: 1px solid #00a1f2;
}
.info-btn1:hover {
    background: #0099e5;
    border: 1px solid #0090d9;
}
.info-btn2 {
    background: transparent;
    border: 1px solid #919396;
}
.product-info-btn a.btn.info-btn2:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #333333;
}
a.info-btn3 {
    margin-left: 20px;
    background: #fff;
    color: #009FD9;
    border: 1px solid #009FD9;
    line-height: 28px;
}
a.info-help-link {
    display: inline-block;
    margin-right: 20px;
    height: 40px;
    line-height: 40px;
    color: #00aaff;
    font-size: 14px;

}
.product-info-stand {
    margin-top: 13px;
    padding-left: 20px;
    font-size: 14px;
    color: #4c4c4c;
    background: url(../images/icon_product_info.png) no-repeat left 3px;
}
.product-info-stand a {
    margin: 0px 2px;
    display: inline-block;
    color: #009fd9;
}
/*区块统一样式*/
.server-module.double {
    padding-bottom: 48px;
    background: #e9e9e9;
}
.server-module.single {
    padding-bottom: 48px;
    background: #fff;
}
.server-module.server-question-module {
    padding-bottom: 75px;
}
/*公共标题*/
.module-title {
    position: relative;
    text-align: center;
    height: 172px;
    line-height: 172px;
    font-size: 24px;
}
.module-title2 {
    text-align: center;
    padding-top: 62px;
    font-size: 24px;
    line-height: 24px;
}
.module-title-explain {
    margin-top: 18px;
    margin-bottom: 40px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    font-size: 14px;
    color: #999;
}
.module-title span {
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
    color: #666;
}
.group-title .group-name {
    display: inline-block;
    color: #009fd9;
    font-size: 20px;
    background: #fff;
    padding-right: 5px;
}
.group-title .group-span {
    float: right;
    margin-top: -20px;
    width: 100%;
    height: 20px;
    display: inline-block;
    background: url(../images/line_ico.png) repeat-x;
    z-index: 10;
}

/*通用标题*/
.panel-title {
    display: inline-block;
    border-left: 4px solid #00AAFF;
    margin: 46px 0 4px 0;
    height: 22px;
    line-height: 22px;
    text-indent: 1em;
    font-size: 22px;
    color: #272829;
}
.panel-content {
    margin-top: 32px;
}
.panel-p {
    font-size: 12px;
    color: #6f6f6f;
    margin-top: 12px;
}
