.section {
    overflow: hidden;
}
/* .banner img{
    width: 100%;
    margin: 0 auto;
    height: 100%;
} */
/* 滚动 */
.fp-tableCell{
    vertical-align: initial;
}
.about{
    background-image: url(../img/index_aboutBj.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.index_head{
    margin-top: 60px;
    padding-bottom: 14px;
    margin-bottom: 60px;
}
.about .index_head{
    margin-bottom: 62px;
}
.index_head_title{
    height: 44px;
}
.index_head_title h1{
    width: 38%;
    display: inline-block;
    font-size: 28px;
    color: #1469c4;
    line-height: 44px;
    /* background: #fff; */
    float: left;
}
.small{
    font-size: 16px;
}
.hx{
    float: left;
    width: 62%;
    background: #ececec;
    height: 1px;
    margin-top: 22px;
}
.index_head_desc{
    margin-top: 20px;
    line-height: 30px;
    font-size: 16px;
    color: #999999;
}
.about .index_box{
    padding: 0 38px;
    box-sizing: border-box;
}
.aboutLi{
    float: left;
    width: 32.78%;
    height: 282px;
    text-align: center;
    background-position: center 56px;
    background-repeat: no-repeat;
}
.aboutLi:nth-child(2n-1){
    background-color: #f0f0f0;
}
.aboutLi:nth-child(2n){
    background-color: #1469c4;
}
.aboutLi1{
    background-image:url("../img/index_about1.png");
}
.aboutLi2{
    background-image:url("../img/index_about2ho.png");
}
.aboutLi3{
    background-image:url("../img/index_about3.png");
}
.aboutLi4{
    background-image:url("../img/index_about4ho.png");
}
.aboutLi5{
    background-image:url("../img/index_about5.png");
}
.aboutLi6{
    background-image:url("../img/index_about6ho.png");
}
.aboutNum{
    display: block;
    margin-top: 154px;
    line-height: 42px;
    font-size: 30px;
    color: #333333;
    font-weight: bold;
}
.aboutName{
    display: block;
    line-height: 42px;
    font-size: 24px;
    color: #333333;
}
.aboutLi:hover{
    transform:scale(1.04,1.04);
}
 .aboutLi:nth-child(2n) .aboutNum,.aboutLi:nth-child(2n) .aboutName{
    color: #fff;
}
/* 产品中心 */
.pro_head{
    /* padding-top: 20px; */
    background: #f9f9f9;
}
.pro_head .index_head_title h1{
    width: 30%;
}
.pro_head .hx{
    width: 70%;
}
.pro_box{
    padding-bottom: 20px;
    background: #f9f9f9 url("../img/index_pro.jpg") no-repeat center top;
}
.layui-tab{
    margin: 0;
}
.layui-tab-title{
    height: 45px;
}
.layui-tab-title li{
    margin-left: 10px;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    color: #fff;
    background: #1469c4;
    border:3px solid #1469c4;
}
.layui-tab-title li:first-child{
    margin-left: 0;
}
.layui-tab-title .layui-this {
    color: #1469c4;
    background: #fff;
}
.layui-tab-title .layui-this:after {
   border: 0;
}
.layui-tab-content{
    margin-top: 50px;
    padding: 0;
}
.pro_left{
    float: left;
    width: 740px;
}
.pro_right{
    float: right;
    width: 390px;
}
.pro_img{
    float: right;
    margin-bottom: 10px;
    margin-right: 30px;
}
.pro_ul{
    float: right;
    margin-top: 20px;
    width: 100%;
}
.pro_li{
    float: left;
    margin-left: 10px;
    width: 23.98%;
    text-align: center;
}
.pro_li:first-child{
    margin-left: 0;
}
.pro_liImg{
    margin-bottom: 14px;
    height: 170px;
    text-align: center;
    background: #fff;
    border: 2px solid #e8e7e7;
}
.pro_liImg img{
    margin-top: 10px;
}
.pro_liTitle{
    display: block;
    width: 85%;
    margin: 0px auto;
    font-size: 16px;
    color: #000;
    line-height: 24px;
}
.pro_li:hover .pro_liImg{
    border: 2px solid #1469c4;
}
.pro_li:hover .pro_liTitle{
    color: #1469c4;
}
.pro{
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.pro_title{
    margin-bottom: 6px;
    height: 40px;
    line-height: 40px;
    font-size: 21px;
    color: #1469c4;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pro_desc{
    margin-bottom: 6px;
    display: block;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    overflow: hidden;
}
.pro_boxli{
    padding-left: 14px;
    height: 60px;
    line-height: 30px;
    background: url("../img/pro_li.png") no-repeat left 9px;
    overflow: hidden;
}
.pro_boxli a{
    color: #666666;
}
/* .pro_boxli:hover a,.pro_boxli a:hover,.pro_boxli:hover a:hover{
    color: #1469c4;
} */
.layui-btn-normal{
    margin-top: 20px;
    background: #1469c4;
}
/* 包装服务 */
.server .index_head_title h1{
    width: 33%;
}
.server .hx{
    width: 67%;
}
.server_box{
    padding-top: 390px;
    padding-bottom: 96px;
    background: #fff url(../img/index_server.jpg) no-repeat center 10px;
}
.server_li{
    float: left;
    width: 22.4%;
    text-align: center;
}
.server_li:nth-child(2){
    margin: 0px 186px;
}
.serverName{
    margin-top: 10px;
    display: block;
    height: 42px;
    line-height: 42px;
    font-size: 24px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.serverDesc{
    margin-bottom: 10px;
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.serverMore{
    display: block;
    margin: 0 auto;
    width: 114px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    background: #b8b8b8;
    border-radius: 5px;
}
.server_li:hover .serverMore,.server_li:hover .serverMore:hover{
    background: #1469c4;
    color: #fff;
}
/* 活动展示 */
.activity{
    /* padding-top: 36px; */
    padding-bottom: 100px;
    background: url("../img/index_activity.jpg") no-repeat;
}
.activity .index_head_title h1{
    width: 28%;
}
.activity .hx{
    width: 72%;
}
.activity .index_box{
    padding-bottom: 98px;
}
.action_li{
    float: left;
    margin-left: 33px;
    width: 31.4%;
    overflow: hidden;
}
.action_li:first-child{
    margin-left: 0;
}
.action_con{
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
}
.action_con span{
    display: block;
}
.action_title{
    height: 42px;
    line-height: 42px;
    font-size: 21px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.action_desc{
    height: 96px;
    line-height: 24px;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
}
.action_more{
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 146px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #999999;
    text-align: center;
    border:1px solid #999999;
}
.action_li:hover .action_more,.action_li:hover .action_more:hover{
    color: #fff;
    background:#1469c4;
    border: 0;
}
.action_li:hover .action_title,.action_li:hover .action_desc{
    color: #1469c4;
}
.action_img img{
    display: block;
    width: 357px;
    height: 248px;
}
.activity .newsMore{
    margin: 0 auto;
    margin-top: 20px;
    width: 180px;
    height: 46px;
    line-height: 46px;
}
/* 服务优势 */
.serverGood{
    /* padding-top: 54px; */
    background:#1469c4 url("../img/index_good.jpg") no-repeat bottom center;
}
.serverGood .fp-tableCell {
    vertical-align: bottom;
}
.serverGood .index_head_title h1{
    color: #fff;
    width: 38%;
}
.serverGood .hx{
    width: 62%;
}
.serverGood .index_head_desc{
    color: #fff;
}
/* 新闻动态 */
.news{
    padding-bottom: 40px;
}
.news .index_head_title h1{
    width: 20%;
}
.news .hx{
    width: 80%;
}
.news .index_box{
    padding-bottom: 150px;
}
.news_left{
    float: left;
    width: 576px;
}
.news_right{
    float: right;
    width: 515px;
}
.newsCon{
    margin-top: 20px;
}
.newsCon span{
    display: block;
}
.newsTitle{
    height: 42px;
    line-height: 42px;
    font-size: 21px;
    color: #000000;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsDesc{
    height: 112px;
    line-height: 28px;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
}
.newsTime{
    margin-top: 10px;
    line-height: 36px;
    font-size: 14px;
    color: #999999;
}
.news_left:hover .newsCon span{
    color: #1469c4;
}
.news_li{
    margin-bottom: 33px;
}
.news_img{
    float: left;
    width: 109px;
}
.news_img{
    float: left;
    width: 109px;
}
.news_li .news_img img {
    display: block;
    width: 100%;
    height: 96px;
}
.news_licon{
    float: right;
    width: 380px;
}
.news_licon span{
    display: block;
}
.news_title{
    height: 42px;
    line-height: 42px;
    font-size: 21px;
    color: #000000;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_desc{
    height: 29px;
    line-height: 29px;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_time{
    line-height: 24px;
    font-size: 14px;
    color: #999999;
}
.news_li:hover .news_licon span{
    color: #1469c4;
}
.newsMore{
    display: block;
    width: 112px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #1469c4;
}
.newsMore:hover{
    color: #fff;
}
/* 合作伙伴 */
.partner{
    /* padding-bottom: 30px; */
    background: #f9f9f9 !important;
}
.partner .index_head_title h1{
    width: 24%;
}
.partner .hx{
    width:76%;
}
.partner .index_box{
    margin-bottom: 320px;
}
.partner_left{
    position: relative;
    float: left;
    width: 752px;
    margin-top: 18px;
}
.partner_right{
    float: right;
    width: 388px;
}
.partner_li{
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}
.partner_li:nth-child(4n+1){
    margin-left: 0;
}
.partner_li img {
    display: block;
    width: 180px;
    height: 115px;
}
.partner_right img{
    margin-top: 54px;
    width: 100%;
}
/* 轮播 */
.layui-carousel {
    background-color: #292828 !important;
}
.layui-carousel-ind {
    position: absolute;
    bottom: 20px;
    width: 100%;
    line-height: 0!important;
    text-align: center;
    font-size: 0;
}
.layui-carousel img{
    width: 100%;
    height: 100%;
}
.layui-carousel>[carousel-item]>.layui-this {
    display: flex;
    justify-content: center;
}

#footer{
    position: absolute;
    bottom: 0;
    width: 100%;
}
#rightFloat {
    z-index: 999;
}
/* 如果是IE7以下版本提示 */
.ie7_hints{
    position: fixed;
    top:0;
    left: 0;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #b78e66;
    background: #ffffdc;
    width: 100%;
    z-index: 999;
}
/* 隐藏一屏滚动小圆点 */
#fp-nav{
    display: none;
}

@media (width: 1440px) {
    .index_head {
        margin-top: 14px;
        margin-bottom: 0px;
    }
    .partner_left {
        position: relative;
        margin-top: 0;
    }
    .footerItem1 {
        padding: 10px 0;
    }
    .fot_name {
        display: inline-block;
        margin-bottom: 0px;
    }
    .partner .index_box {
        margin-bottom: 160px;
    }
}