body,html{
    /*height: 100%;*/
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    border: none;
}
table {
    border-collapse:collapse
}
table td{
    border:1px solid;

}
body{
    font-family: "Microsoft YaHei"
}
@media (max-width: 1025px) {
    body{
        width:1300px;
    }
    html{
        width:1300px;
    }
}

input{
    font-family: "Microsoft YaHei"
}
a{
    text-decoration: none;
    color: inherit;
}
.top{
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 90px;
    background: none;
}
.auto{
    margin: 0 auto;
    min-width: 1200px;
    max-width: 1200px;
}
.clearfloat{
    zoom: 1;
}
.hidden{
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow:ellipsis;
}
.top-nav .sub-nav li:hover{
    background-color: #00a8e5;
    color: #fff;
}

.sub-nav-exit {
    width: 100%;
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff;
}
.show-exit:hover .sub-nav-exit {
    display: block;
}
.sub-nav-exit li {
    padding: 10px 0;
    color: #000 ;
}
.sub-nav-exit li:hover {
    padding: 10px 0;
    color: #fff ;
}
.sub-nav-exit:hover{
     display: block;
     background-color: #00a8e5;
     color: #fff;
}
.top-logo{
    float: left;
    padding-top:20px;
    cursor:pointer;
}
.top-logo img{
   /*height: 43px;*/
    /*width: 251px;*/
    /*padding-top: 8px;*/
}
.floatLeft{
    float: left !important  ;
}
.top-nav{
    width:45%;
    margin-left:30px;
    display: -webkit-box;  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;     /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;  /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex;         /* 新版本语法: Opera 12.1, Firefox 22+ */
}
.floatRight {
    float: right !important;
}
.top-nav > li {
    -webkit-box-flex: 1;  /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;     /* OLD - Firefox 19- */
    -webkit-flex: 1;      /* Chrome */
    -ms-flex: 1;          /* IE 10 */
    flex: 1;              /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /*float: left;*/
    position: relative;
    /*width: 13%;*/
    text-align: center;
    color: #ffffff;
}
@media (max-width: 1200px) {
    .top-nav{
        width:50%;
        margin-left: 0;
    }
}
.top-nav li a:hover{
    color: #51c0f8;
}
.top-nav .hot{
    padding: 0 15px;
    background: url(../images/hot.png) no-repeat 63px 17px;
}
.top-nav .pointRed:after{
     content: url(../images/pointRed.png);
     position: absolute;
     top:38px;
     right: -5px;
 }
.top-nav li a{
    line-height: 102px;
    height: 100px;
    text-decoration: none;
    font-weight: 200;
    text-align: center;
    display: inline-block;
    font-size: 18px;

}
.sub-nav li a:hover{
    color:#fff;
}
.top-nav-right{
    display: inline-block;
    float: left;
    line-height: 34px;
    /*width:124px;*/
    border:1px solid #fff;
    border-radius: 20px;
    text-align: center;
    position: relative;
    top:50%;
    margin-top: -14px;
    margin-left: 15px;
    margin-right:15px;
    color: #ffffff;
    cursor:pointer;
    font-size:16px;
}
.top-nav-right a{
    text-decoration:none;
}
.top-nav-right a:link {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
.top-nav-right a:visited {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
.top-nav-right a:hover {
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
}
.top-nav .sub-nav {
    width: 120px;
    display: none;
    position: absolute;
    top: 75px;
    left:-17px;
    z-index: 9999999;
    background: #fff;
}
.top-nav .border{
    border:10px solid #fff;
    border-color: transparent transparent #fff transparent;
    width:0px;
    height:0px;
    margin:0 auto;
    margin-top: -20px;
}
.top-nav li:hover .sub-nav {
    display: block;
}
.top-nav .sub-nav li{
    padding:10px 0;
    color: #000;
     z-index: 9999999;
}
.top-nav .sub-nav li a{
    width:100%;
    line-height: 35px;
    height: 35px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight:500;
    vertical-align: middle;
     z-index: 9999999;
}
/*----------------新加css----------------*/
/*banner*/
.slideBox{ width:100%; height:auto; overflow:hidden; position:relative;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:30px; z-index:1; left: 48%;}
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:10px;  width:10px; height:10px; line-height:14px; text-align:center; background:#fff; cursor:pointer; border-radius: 100%;}
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; z-index:0;  }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%;margin:0 auto; height:auto; display:block; overflow:hidden;}
/*common css*/


.floatLeft {
    float: left !important;
}
/*map*/
.map{
    margin: auto 0;
    padding: 30px 0;
    overflow: hidden;
}
/*合作伙伴*/
.cooperative-partner{
    height:650px;
}

.cooperative-partner img{
    margin-bottom:10px;
}

/*云产品*/
.cloud-product-box {
    background: #f8fafc;
    height: 650px;
}
.cloud-product {
    padding: 85px 0px 30px 0px;
}
.cloud-product-title {
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 28px;
    color: #4c4c4c;
}
.cloud-product-explain {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #999;
}
.cloud-product-ul {
    margin-top: 30px;
}
.cloud-product-ul li {
    width: 31.33%;
    height: 340px;
    float: left;
    border: 1px solid #eee;
    margin-left: 2%;
    background: #fff;
}
.cloud-product-ul li:first-child {
    margin-left: 0px;
}
.cloud-product-single {
    text-align: center;
}
.cloud-product-single img {
    margin: 36px 0px 30px 0px;
    text-align: center;
}
.cloud-product-name {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    margin-top: 62px;
}
.cloud-product-describe,
.cloud-product-advantage{
    text-align: left;
    width: 80%;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    margin: 0 auto;
}
.cloud-product-describe {
    margin-top: 10px;
}
.cloud-product-advantage {
    height: 110px;
    padding-top: 35px;
    text-align: center;
}


.cloud-product-price {
    margin: 13px 0px;
    font-size: 12px;
    color: #4c4c4c;
    height: 30px;
    line-height: 30px;
}
.cloud-product-price span {
    display: inline-block;
    margin: 0px 4px;
    font-size: 24px;
    color: #f84;
}
.cloud-product-btn a{
    text-decoration: none;
    display: inline-block;
    padding: 9px 16px;
    height: 40px;
    border: 1px solid #009fd9;
    font-size: 14px;
    color: #009fd9;
    -moz-border-radius:30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.cloud-product-btn .cloud-product-btn1 {
    border: 1px solid #51bff8;
    color: #51bff8;
}
.cloud-product-btn1:hover,
.cloud-product-btn1.active {
    border: 1px solid #51bff8;
    background: #51bff8;
    color: #fff;
}
/*.cloud-product-btn2:hover,
.cloud-product-btn2.active {
    border: 1px solid #51bff8;
    background: #009fda;
    color: #fff;
}*/

.cloud-product-btn a:first-child {
    margin-right: 20px;
}
/*----------------新加css----------------*/
.clearfloat {
    zoom: 1;
}
.four_list_back { height: 145px;background-color: #f1f9ff;}
.four_list_back li { float: left; height: 145px; width: 300px;}
.four_list_back li a { display: block; height:100%;width: 100%; text-decoration: none; }
.four_list_back li a.fourimg01 { background: url(../images/back1.jpg) no-repeat 0 center; }
.four_list_back li a.fourimg02 { background: url(../images/back2.jpg) no-repeat 0 center; }
.four_list_back li a.fourimg03 { background: url(../images/back3.jpg) no-repeat 0 center; }
.four_list_back li a.fourimg04 { background: url(../images/back4.jpg) no-repeat 0 center; }
.box-sizing{
    box-sizing: content-box;
}
.four-right{
    width: 100%;
    height: 145px;
    background-color: #e6f2fa;
}
/*4小块*/
.four_list {padding: 50px 0px;background-color: #fff}
.four_list .title h1{
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 28px;
    color: #4c4c4c;
}.four_list .title h4{
     margin-top: 20px;
     text-align: center;
     font-size: 14px;
     color: #999;
 }
.four_list ul{
    margin-top: 50px;
    height: 300px;
}

.four_list li { float: left; width: 300px;height: 300px;  }
.four_list li a { display: block; padding: 0 10px 0 125px; color: #2f2f2f;height: 145px; text-decoration: none; margin:0 auto}
.four_list_title { font-size: 16px; color: #000; font-weight: 200;text-align: center;padding-bottom: 15px }
.four_list li .four_list_content { color: #737373; font-size: 14px; line-height: 32px; padding-top: 10px;text-align: center }
.four_list li a.fourimg01 { background: url(../images/shangyun-zixun.png) no-repeat center center; }
.four_list li a.fourimg02 { background: url(../images/shangyun-shishi.png) no-repeat center center; }
.four_list li a.fourimg03 { background: url(../images/shangyun-yunwei.png) no-repeat center center; }
.four_list li a.fourimg04 { background: url(../images/shangyun-peixun.png) no-repeat center center; }

/*六大服务*/
.cloud-product { padding: 50px 0px 60px 0px; }
.cloud-product-title { height: 44px; text-align: center; line-height: 44px; font-size: 26px; color: #4c4c4c; }
.cloud-product-explain { margin-top: 20px; text-align: center; font-size: 16px; color: #999; }
.cloud-product-title.white-color span, .cloud-product-explain.white-color { color: #fff; border-color: #fff; }
.cloud-product-ul { margin-top: 30px; }
.cloud-product-ul li { width: 31.33%; height: 372px; float: left; border: 1px solid #dcecf8; margin-left: 2%;  }
.cloud-product-ul li:first-child { margin-left: 0px; }
.cloud-product-ul li.img1{
    background: url(../images/select1-1.png) no-repeat right bottom;
}
.cloud-product-ul li.img2{
    background: url(../images/select2-1.png) no-repeat right bottom;
}
.cloud-product-ul li.img3{
    background: url(../images/select3-1.png) no-repeat right bottom;
}
.cloud-product-ul li.img1:hover{
    background: url(../images/select1-2.png) no-repeat right bottom;
    box-shadow:   0px 0px 10px rgba(79, 189, 248, 1);
}
.cloud-product-ul li.img2:hover{
    background: url(../images/select2-2.png) no-repeat right bottom;
    box-shadow:   0px 0px 10px rgba(79, 189, 248, 1);
}
.cloud-product-ul li.img3:hover{
    background: url(../images/select3-2.png) no-repeat right bottom;
    box-shadow:   0px 0px 10px rgba(79, 189, 248, 1);
}
.cloud-product-button{
    text-align: center;
}
.cloud-product-button .on{
    background-color: #009fd9;
    color: #fff;
}
.cloud-product-button a{
    width: 110px;
    height: 35px;
    display: inline-block;
    text-align: center;
    padding: 5px 16px;
    border: 1px solid #009fd9;
    font-size: 14px;
    color: #009fd9;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    margin: 20px;

}
/*.cloud-product-button a:first-child{*/
    /*background-color: #009fd9;*/
    /*color: #fff;*/
/*}*/
.cloud-product-button a:hover{
    background-color: #009fd9;
    color: #fff;
    cursor: pointer;
}
.cloud-product-button .moreNew{
    float: right;
    border:none ;
}
.cloud-product-button .moreNew:hover{
    background-color: transparent;
    color: #009fd9;
}
/*团队服务*/
.list-server-left{
    width: 30%;
}
.list-server-center{
    width: 40%;
    text-align: center;
}
.list-server-right{
    width: 30%;
}
.Professional-team{padding-bottom: 4%;background: #f1f9ff;height: 600px;}
.title-server{
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5%;
    padding-left:10% ;
    background: url(../images/new_ico2.png) no-repeat;

}
.dl-server{
    width:100%;font-size: 12px;color: #888888;
    margin: 22% 0 23% 0;
    padding-bottom: 10px;

}
.dd-server{
    padding-left: 10%;line-height:24px
}
.dier{
    /*margin-left: 28px;*/
}
#marquee-box{

}
.wave-box{
    background: #f8fafc;
}

/*bottom*/
.bottom{
    position: absolute;
    height: 200px;
    width:100%;
    background-color: #ffffff;
}
@media (max-width: 1025px) {
    .bottom{
        width:1300px;
    }
    #top{
        width:1300px;
    }
}
.bottom-fourbox{
    margin:0 auto;
    font-size: 0px;
    /*display: -webkit-box;  !* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. *!*/
    /*display: -moz-box;     !* 老版本语法: Firefox (buggy) *!*/
    /*display: -ms-flexbox;  !* 混合版本语法: IE 10 *!*/
    /*display: -webkit-flex; !* 新版本语法: Chrome 21+ *!*/
    /*display: flex;         !* 新版本语法: Opera 12.1, Firefox 22+ *!*/
}
.bottom-fourbox li{
    display: inline-block;
    width:300px;
    box-sizing: border-box;
    /*-webkit-box-flex: 1;  !* OLD - iOS 6-, Safari 3.1-6 *!*/
    /*-moz-box-flex: 1;     !* OLD - Firefox 19- *!*/
    /*-webkit-flex: 1;      !* Chrome *!*/
    /*-ms-flex: 1;          !* IE 10 *!*/
    /*flex: 1;              !* NEW, Spec - Opera 12.1, Firefox 20+ *!*/
    margin-top: 20px;
    font-size: 12px;
}
.bottom-fourbox li img{
    text-align: center;
    display: table;
    margin:10px auto;
    /*width:38px;*/
    /*height: 34px;*/
}
.bottom-fourbox li div{
    text-align: center;
    display: table;
    margin:20px auto;
}
.bottom-image{
    color: #fff;
    float: left;
    margin-left: 30px;
}
.bottom-image img{
    display: block;
}
.bottom-image li img{
    display: inline-block;
}
.bottom-black{
    width:100%;
    height:300px;
    background-color: #262626;
}
/*.bottom-black:before{*/
    /*content: url(../images/ico1.png);*/
    /*display: block;*/
/*}*/
.bottom-bg{
    background: url(../images/ico1.png) no-repeat center;
    width:872px;
    height:237px;
    transform: scale(0.65) translateY(-160%);
    -ms-transform: scale(0.65) translateY(-160%); 	/* IE 9 */
    -moz-transform: scale(0.65) translateY(-160%); 	/* Firefox */
    -webkit-transform: scale(0.65) translateY(-160%); /* Safari 和 Chrome */
    -o-transform: scale(0.65) translateY(-160%); 	/* Opera */
}
.bottom-f5f5f5{
    background-color: #f5f5f5;
    height:30px;
    width:100%;
}
/*.bottom-black ul {*/
    /*display: flex;*/

/*}*/
/*.bottom-black li {*/
    /*flex: 1;*/
/*}*/
.bottom-text{
    display: block;
    color: #bfbfbf;
    width:100%;
    text-align: center;
    /*margin-top:-140px;*/
    font-size:12px;
    margin-bottom: 20px;
}
.img-container{
    position: relative;
}
.img-left,.img-right{
    display: block;
    margin:0 auto;
    min-width: 100px;
    max-width: 100px;
    height:100px;
    border:7px solid #fff;
    margin-bottom: 15px;
}
.img-left{


}
.img-right{
    /*margin-top: -50px;*/
    /*margin-left: 855px;*/
}
.zindex{
    transform: scale(0.47) translateY(-300%);
    -ms-transform: scale(0.47) translateY(-300%); 	/* IE 9 */
    -moz-transform: scale(0.47) translateY(-300%); 	/* Firefox */
    -webkit-transform: scale(0.47) translateY(-300%); /* Safari 和 Chrome */
    -o-transform: scale(0.47) translateY(-300%); 	/* Opera */
    /*margin-top: -346px;*/
    z-index: 1000;
    display: block;
}
.top_bg{
    position: inherit;
    z-index: 100;
    width: 100%;
    height: 90px;
    background: #262626;
}
.QRcontainer{
    display: inline-block;
    width:215px;
    height:215px;
    position: absolute;
    z-index:1999;
}
.QRcontainer img{
    transform: scale(0.5);
}
.showQR1{
    left: 660px;
    bottom: 180px;
    opacity:0;
}
.showQR2{
    left: 590px;
    bottom: 180px;
    opacity:0;
}
.img-left:hover.showQR1{
    opacity:1;
}
.img-right:hover.showQR2{
    opacity:1;
}
.gotop{
    width:60px;
    height:60px;
    background: url(../images/go-top.png);
    position: fixed;
    bottom: 50px;
    right: 50px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.gotop:hover{
    background: url(../images/go-top1.png);
}
.maskLayerBtn{
    position: fixed;
    bottom: 150px;
    right: 50px;
    width:60px;
    height:60px;
    line-height: 60px;
    background-color: #fff; -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    text-align: center;
    cursor: pointer;
}
.zhiboBtn {
    position: fixed;
    bottom: 423px;
    right: 13px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #51bff8;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    font-weight:bold
}
.maskLayer{
    width:1000px;
    height:550px;
    background-color: #fff;
    z-index: 999;
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    display: none;
}
.zhibo{
    background-color: #fff;
    z-index: 999;
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    display: none;
    width: 1000px;
    /*height: 800px;*/
}
.maskLayer{
  border-radius: 20px;
}
.maskLayer-left,.maskLayer-right{
    float: left;
    box-sizing: border-box;
    width:45%;
    height:100%;

}
.maskLayer-title{
  margin-top: 80px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.maskLayer-title span{
  margin:0 10px;
}
.maskLayer hr{
  width: 15%;
  height: 1px;
  color: #51bff8;
  background-color: #51bff8;
  display: inline-block;
  vertical-align: middle;
}
.maskLayer-left-content ul{
  display: block;
  margin:0 auto;
  width: 80%;
  margin-top: 80px;
}
.maskLayer-left-content ul li{
  height: 45px;
  text-indent: 60px;
  display: block;
  margin-left: 50px;
  line-height: 45px;
  margin-top:15px;
  margin-bottom: 15px;
}
.maskLayerImg1{
  background: url(../images/maskLayer_1.png) no-repeat left center;
}
.maskLayerImg2{
  background: url(../images/maskLayer_2.png) no-repeat left center;
}
.maskLayerImg3{
  background: url(../images/maskLayer_3.png) no-repeat left center;
}
.maskLayerImg4{
  background: url(../images/maskLayer_4.png) no-repeat left center;
}
.maskLayerImg5{
  background: url(../images/maskLayer_5.png) no-repeat left center;
}
.maskLayer-right-content {
    border: 1px solid #e8ebed;
    border-radius: 5px;
    box-shadow: 5px 5px 0px 1px rgba(209, 232, 253, 1);
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    /*height: 350px;*/
}
.maskLayer-right-content div{
  margin:30px 80px;
}
.maskLayer-right-content .user{
  overflow: hidden;
}
.maskLayer-right-content .user span{
  display: inline-block;
  height: 40px;
  width: 50%;
  line-height: 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #e8ebed;
  text-align: center;
  float: left;
  font-size: 14px;
  cursor: pointer;
}
.maskLayer-right-content .user .on{
  color: #51bff8;
  border-color: #51bff8;
}
.maskLayer-right-content div input{
    display: block;
    border: 1px solid #e5e8eb;
    border-radius: 5px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    /*margin: 30px auto;*/
    font-size: 14px;
    text-align: left;
    padding: 10px;
}
.maskLayer-right-content div button{
  display: block;
  border-radius: 5px;
  width: 100%;
  height: 35px;
  line-height: 27px;
  background-color: #51bff8;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.maskLayer-right-bottom{
  margin: 30px auto;
  text-align: right;
  color: #51bff8;
}
.maskLayer-close{
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  background: url(../images/maskLayer_6.png) no-repeat;
  width: 27px;
  height: 27px;
}
.backdrop{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #000;
    opacity: 0;
}
/*右下角漂浮*/
.suspension {
    width: 50px;
    height: 300px;
    position: fixed;
    right: 30px;
    bottom: 120px;
    z-index: 999;
}
.suspension li .qq-ico{
    padding: 10px;
}
.suspension li #tl-ico img{
   padding: 0 30px;
    text-align: center;

}
.suspension li #tl-ico p,.suspension li #tl-ico h6{
line-height: 35px;
    border-bottom: 1px solid #dddddd;
    text-align: center;


}
.suspension li #tl-ico p{
    color: #009fd9;
    font-size: 14px;

}
.suspension li .celan{display: none;position: absolute;left:-156px;top:6px;border: 1px solid #dddddd;padding: 5px;width:112px ;font-size: 12px;color: #000000;background: #ffffff}
.suspension li {
    position: relative;
    /*width: 50px;*/
    /*height: 50px;*/
    margin-top: 10px;
    /*background-color: #00b7e7;*/
    /*border-radius: 4px;*/
}
.celan a{
    color: #000000;
    text-decoration: none;
}
.suspension li:hover .celan{
    display: block;
    /*background-color: #f76c35;*/
}
.suspension li dt,.suspension li dd{
    line-height: 30px;
    border-bottom: 1px solid #dddddd;
  /*padding-left: 30px;*/
    /*background: url("../images/right_img/ico7.png") no-repeat;*/
}
.suspension li dt img,.suspension li dd img{
    margin-right: 10px;
}
.suspension li dt span{

}
.suspension li a{
    /*background: url('../static/images/side_icons.png');*/
    /*background-repeat: no-repeat;*/
    display: block;
    width:100%;
    /*height: 100%;*/
    cursor: pointer;
}
.suspension li a.icon-qq{
    background-position: 0 0;
}
.suspension li a.icon-phone{
    background-position: -50px 2px;
}
.suspension li a.icon-top{
    background-position: -150px 0px;
}
.sub-nav-exit a{
    color: #000!important;
    text-decoration: none!important;
}
.sub-nav-exit li:hover{
    color: #fff!important;
}
#stat{
    position: relative;
    top: 317px;
    right: 21%;
    float: right;
    font-size: 13px;
    /*transform: translateY(-75%);*/
}
@media (max-width: 1400px) {
    #stat{
        right:17%;
    }
}
@media (max-width: 1200px) {
    #stat{
        right:17%;
    }
}
.bottom-nav{
    display: block;
    width: 45%;
    /*margin-top: -3%;*/
    margin-left: 20%;
    /*position: relative;*/
    float: left;
    border-right: 1px solid #fff;
    -webkit-border-image: linear-gradient( #262626 , #808080 ,#262626) 30 30;
    -o-border-image: linear-gradient( #262626 , #808080 ,#262626) 30 30;
    -moz-border-image: linear-gradient( #262626, #808080 ,#262626) 30 30;
    border-image: linear-gradient( #262626 , #808080 ,#262626) 30 30;
    border-width:0 1px 0 0;
}
@media (max-width:1400px) {
    .bottom-nav{
        display: block;
        width: 60%;
        /*margin-top: -3%;*/
        margin-left: 5%;
        /*position: relative;*/
        float: left;
        border-right: 1px solid #fff;
        border-image: -webkit-linear-gradient( #262626 , #808080 ,#262626) 30 30;
        border-image: -moz-linear-gradient( #262626, #808080 ,#262626) 30 30;
        border-image: linear-gradient( #262626 , #808080 ,#262626) 30 30;
        border-width:0 1px 0 0;
    }
}
.bottom-nav div{
    display: inline-block;
    /* float: left; */
    color: #8f8f8f;
    width: 20%;
    height: 100%;
    vertical-align: top;
    text-align: left;
    text-indent: 40px;
}
.bottom-nav span{
    font-size: 14px;
    display: inline-block;
    width:100%;
    height:30px;
    line-height:30px;
    margin-left: -10px;
}
.bottom-nav .bottom-img1,.bottom-nav .bottom-img2,.bottom-nav .bottom-img3,.bottom-nav .bottom-img4{
    margin-right:20px;
}
.bottom-nav .bottom-img1{
    background: url(../images/bottomico_1.png) no-repeat;
}
.bottom-nav .bottom-img2{
    background: url(../images/bottomico_2.png) no-repeat;
}
.bottom-nav .bottom-img3{
    background: url(../images/bottomico_3.png) no-repeat;
}
.bottom-nav .bottom-img4{
    background: url(../images/bottomico_4.png) no-repeat;
    width:150px;
}
.bottom-nav ul{
    margin-top: 15px;
}
.bottom-nav li{
    display: block;
    /*width: 50%;*/
    /* line-height: 3; */
    /*float: left;*/
    box-sizing: border-box;
    font-size:12px;
    line-height:2;

}
.nextContainer{
    margin-top: 100px;
}
.nextContainer a{
    display: inline-block;
    width:49%;
    box-sizing: border-box;
    height:80px;
    line-height:2;
    vertical-align: top;
}
.newTrainBottom{
    height:110px;
    background-color: #f5f5f5;
    position: relative;
}
.newTrainBottom-Part1{
    height:110px;
    display: flex;
    color: #373d41;
    font-size: 15px;
}
.newTrainBottom-Part1 div{
    margin: auto 30px;
    /*background: url(../images/server/icon6.png) no-repeat left center;*/
    text-indent: 65px;
}
.newTrainBottom-Part1 div p{
    margin:10px 0;
}
@media screen and (max-width: 1400px) {
    .newTrainBg2 h1{
        top:40%;
        left:9%;
        font-size: 32px;
    }
    .newTrainBg2 a{
        top:60%;
        left: 24%;
        font-size: 16px;
    }
    .newTrainBg1 h1{
        top:40%;
        left:20%;
        font-size: 32px;
    }
    .newTrainBg1 h2{
        top:55%;
        left:20%;
        font-size: 26px;
    }
    .newTrainBg1 a{
        top:70%;
        left: 20%;
        font-size: 16px;
    }
    .menuItem .pointRed:after{
        right:10%;
    }
}
.promotion{
  color:#fff;
  position:absolute;
  bottom:15%;
  left:30%;
  font-weight:bold;
  padding:5px 30px;
  border: 1px solid #fff;
}
.promotion:hover{
  color: #001139;
  background-color: #cccfd7;
  }
