html,body {
    width: 100%;
    height: 100%;
}
.index-container .swiper-slide {
    position: relative;
    overflow: hidden;
}
.index-container {
    position: relative;
    margin: 0 auto;
}
.index_box1{
    width: 100%;
    margin: 0 auto;
    height: 950px;
    overflow: hidden;
    position: relative;
    z-index: 50;
}

.mzone_box1{
    width: 100%;
    height: 391px;
    background: #FAFBFC;
    display: none;
    position: absolute;
    z-index: 51;
}
.mzone_box1_main{
    margin-left: 401px;
    padding-top: 102px;
}
.mzone_box1_main_left{
    width: 326px;
    float: left;
}
.mzone_box1_main_left img{
    width: 100%;
    display: block;
}
.mzone_box1_main_left_text1{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #484848;
    padding-top: 19px;
}
.mzone_box1_main_left_text2{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #0F9545;
    padding-top: 20px;
}
.mzone_box1_main_left_text2 a{
    color: #0F9545;
}

.mzone_box1_main_center{
    width: 326px;
    float: left;
    margin-left: 70px;
}
.mzone_box1_main_center img{
    width: 100%;
    display: block;
}
.mzone_box1_main_right{
    width: 326px;
    float: left;
    margin-left: 70px;
}
.mzone_box1_main_right img{
    width: 100%;
    display: block;
}
.aiRan_box1{
    width: 100%;
    height: 391px;
    background: #FAFBFC;
    display: none;
    position: absolute;
    z-index: 51;
}

.main_box{
    width: 1900px;
    margin:0 auto;
}
.abtus_top{
    width:1900px;
    height:950px;
    background:url("../images/abtus_01.jpg") no-repeat;
    background-size:100%;
    color:#fff;
}
.abtus_top_box{
    width:1300px;
    padding:360px 300px 0 300px;
}
.abtus_tb_title{
    font-size: 72px;
    line-height: 100px;
    color: #FFFFFF;
}
.abtus_tb_btn{
    display:inline-block;
    margin-top:30px;
    font-size: 26px;
    color: #404040;
    padding:20px;
    min-width:390px;
    text-align:center;
    background: #FFFFFF;
    border-radius: 35px;
}
.abtus_acs{
    width:1300px;
    padding:100px 300px;
    font-size: 24px;
    color: #404040;
    line-height:36px;
    background: #F2F2F2;
}
.abtus_acs_box{
    width:1300px;
    min-height:120px;
    position: relative;
}
.abtus_acs_img{
    position: absolute;
    width:360px;
    height:120px;
    top:50%;
    left:0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.abtus_acs_img img{
    width:360px;
    height:120px;
}
.abtus_acs_text{
    position: absolute;
    width:750px;
    top:50%;
    right:0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.abtus_acs_text_spc{
    font-weight: bold;
}
.abtus_ran{
    width:1280px;
    margin:0 auto;
    padding:120px 0 80px 0;
}
.lft{
    float:left;
}
.rgt{
    float:right;
}
.abtus_ran_box{
    width:570px;
    font-size: 20px;
    color: #404040;
    line-height:30px;
}
.abtus_ran_box img{
    width:570px;
    height:294px;
    margin-bottom:25px;
}
.abtus_ran_title{
    font-size:18px;
    line-height:24px;
    margin-bottom:15px;
}
.abtus_ran_sub{
    font-weight: bold;
    font-size: 30px;
    line-height:42px;
    margin-bottom:25px;
}
.abtus_ran_text{
    margin-bottom:45px;
}
.abtus_ran_link{
    font-size: 14px;
    color: #0E8C40;
}
.abtus_lst{
    width:1224px;
    padding:100px 338px;
    background: #F2F2F2;
}
.abtus_lst_title{
    font-size: 36px;
    color: #404040;
    line-height: 42px;
}
.abtus_lst_ul{
    width:1224px;
    margin-top:80px;
}
.abtus_lst_li{
    width: 240px;
    min-height: 310px;
    margin:0 25px;
    padding:0 8px;
    text-align:center;
    font-size: 18px;
    color: #FFFFFF;
    line-height:22px;
    margin-bottom:40px;
}
.abtus_lst_li img{
    width:120px;
    height:100px;
    padding:37px 0 24px 0;
}
.abtus_lst_li_title{
    font-weight: bold;
    font-size: 24px;
    line-height:26px;
    margin-bottom:12px;
}
.abtus_lst_li_text{
    margin-bottom:5px;
}
.abtus_lst_li:nth-child(1){
    background: #008A3E;
}
.abtus_lst_li:nth-child(2){
    background: #DF0B10;
}
.abtus_lst_li:nth-child(3){
    background: #9E7326;
}
.abtus_lst_li:nth-child(4){
    background: #19486A;
}
.abtus_lst_li:nth-child(5){
    background: #00689D;
}
.abtus_lst_li:nth-child(6){
    background: #4C9F38;
}
.abtus_lst_li:nth-child(7){
    background: #DD1367;
}
.abtus_lst_last_li{
    text-align:left;
    position: relative;
}
.abtus_lst_box{
    position: absolute;
    max-width: 246px;
    min-width:190px;
    top:50%;
    left:50%;
    -webkit-transform: translate( -50%, -50%);
    -ms-transform: translate( -50%, -50%);
    transform: translate( -50%, -50%);
    font-size: 24px;
    color: #404040;
    line-height:30px;
}
.abtus_lst_spc{
    color:#0F9545;
    margin-bottom:10px;
}
.abtus_btm{
    width:1400px;
    margin:0 auto;
    padding:115px 0 44px 0;
}
.abtus_btm_title{
    width:1300px;
    margin:0 auto;
    font-size: 36px;
    color: #404040;
    line-height: 42px;
    margin-bottom:30px;
}
.abtus_btm_text{
    width:1300px;
    margin:0 auto;
    font-size: 20px;
    line-height:28px;
    color: #404040;
    margin-bottom:35px;
}
.abtus_btm img{
    width:1400px;
    height:700px;
}