@font-face {
    font-family: "Bebas";
    src: url("../fonts/bebas-webfont.woff2") format("woff2"), url("../fonts/bebas-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "GOTHICB_0";
    src: url("../fonts/GOTHICB_0.TTF");
}
.f60{font-size: 60px;line-height: 1;}
.f50 {font-size: 50px;line-height: 1;}
.f48 { font-size: 48px; line-height: 1;}
.f40 { font-size: 40px; line-height: 1;}
.f38 { font-size: 38px; line-height: 1;}
.f36 { font-size: 36px; line-height: 1;}
.f34 { font-size: 34px; line-height: 1.34;}
.f32 { font-size: 32px; line-height: 1;}
h1,.h1 { font-size: 30px; line-height: 1;}
h2,.h2{ font-size: 28px; line-height: 1;}
h3,.h3 { font-size: 24px;line-height: 1; }
.f22 { font-size: 22px;line-height: 1; }
h4,.h4 { font-size: 20px; }
h5,.h5 { font-size: 18px; }
h6,.h6{ font-size: 16px; }
.fl2{line-height: 2;}
.fl1875{
    line-height: 1.875;
}
.fcff{color: #fff;}
.fc33{ color: #333;}
.fc66{ color: #666;}
.fc99 { color: #999;}
.fc09 { color: #006fab;}
.fw600{ font-weight: 600;}
@media only screen and (max-width: 1366px) {
    .f60{font-size: 54px;}
    .f50 {font-size: 46px;}
    .f48 { font-size: 44px;}
}
@media only screen and (max-width: 1200px) {
    .f60{font-size: 52px;}
    .f50 {font-size: 42px;}
    .f48 { font-size: 40px;}
    .f48 { font-size: 38px;}
    .f40 { font-size: 36px;}
    .f38 { font-size: 34px;}
    .f36 { font-size: 32px;}
    .f34 { font-size: 30px;}
    .f32 { font-size: 28px;}
}
@media only screen and (max-width: 1043px) {
    .f60{font-size: 40px;}
    .f50 {font-size: 38px;}
    .f48 { font-size: 36px;}
    .f40 { font-size: 34px;}
    .f38 { font-size: 32px;}
    .f36 { font-size: 30px;}
    .f34 { font-size: 28px;}
    .f32 { font-size: 26px;}
    h1,.h1 { font-size: 24px;}
    h2,.h2{ font-size: 22px; }
    h3,.h3 { font-size: 20px; }
    .f22 { font-size: 20px;}
}
@media only screen and (max-width: 960px) {
    .f60{font-size: 36px;}
    .f50 {font-size: 34px;}
    .f48 { font-size: 30px;}
    .f40 { font-size: 28px;}
    .f38 { font-size: 26px;}
    .f36 { font-size: 24px;}
    .f34 { font-size: 24px;}
    .f32 { font-size: 24px;}
}
@media only screen and (max-width: 768px) {
    .f60{font-size: 24px;}
    .f50 {font-size: 22px;}
    .f48 { font-size: 22px;}
    .f40 { font-size: 20px;}

    .f38 { font-size: 20px;}
    .f36 { font-size: 20px;}
    .f34 { font-size: 20px;}
    .f32 { font-size: 20px;}
    h1,.h1 { font-size: 20px;}
    h2,.h2{ font-size: 20px; }
    h3,.h3 { font-size: 18px; }
    .f22 { font-size: 18px;}
    h4,.h4 { font-size: 16px; }
    h5,.h5 { font-size: 15px; }
    h6,.h6{ font-size: 14px; }
}

.width1840 {
    padding: 0 60px;
    box-sizing: border-box;
}
.inner{
    max-width: 1410px;
    margin: 0 auto;
    width: 74%;
}
.width1200{
    max-width: 1200px;
    margin: 0 auto;
    width: 92%;
}
.mt20{
    margin-top: 20px;
}
.mt40{
    margin-top: 40px;
}
.mt50{
    margin-top: 50px;
}
.mt60{
    margin-top: 60px;
}
.mt70{
    margin-top: 70px;
}
.mt80{
    margin-top: 80px;
}
.pt60 {
   padding-top: 60px;
}
.pt80{
    padding-top: 80px;
}
.pt90{
    padding-top: 90px;
}
.pb80{
    padding-bottom: 80px;
}
.pb90{
    padding-bottom: 90px;
}
.pb100{
    padding-bottom: 100px;
}
.pt100{
    padding-top: 100px;
}



/* 页面标题开始 */
.sec_tit {
    color: #222;
    line-height: 1;
    font-weight: bold;
}
.sec_con {
    font-family: MyriadPro Semibold,'MyriadPro', Arial, sans-serif;
    color: #006fab;
    line-height: 1;
    margin-top: 20px;
}
.page_title{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page_con{
    /* font-weight: lighter; */
    color: #666;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'ITCAVANTGARDESTD-BK', Arial, sans-serif;
}
.page_tit_box{
     margin: 0 20px;
}
.page_tit span{
    width: 40px;
    height: 2px;
    background: #006fab;
    display: inline-block;
}
.crumb{
    background: #f7f7f7;
}
.crumb .bread{
    height: 60px;
    margin-left: auto;
}
.bread .item{
    display: block;
    color: #666;
    transition: all .4s;
    padding: 0 25px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.bread .item::before{
    content: "";
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 0;
    height: 2px;
    background: #006fab;
    transition: all .4s;
}
.bread .item.active{
    background: #fff;
    color: #006fab;
}
.bread .item.active::before{
    width: 100%;
}
.back_btn{
    max-width: 140px;
    padding: 0 25px;
    box-sizing: border-box;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px; 
    border-radius: 25px;
    border: 1px solid #b8b8b8;
    color: #666;
    transition: .1s linear;
    -moz-transition: .1s linear;
    -webkit-transition: .1s linear;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.back_btn::before{
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: #006fab;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .4s;
}
.back_btn::after{
    content: "";
    display: block;
    width: 21px;
    height: 10px;
    background: url(../img/back_btn.png) no-repeat center/cover;
    margin-left: 10px;
    transition: all .4s;
}
.back_btn:hover{
    color: #fff;
    border: 1px solid #006fab;
}
.back_btn:hover::before{
    width: 100%;
}
.back_btn:hover::after{
    background: url(../img/back_btn_hover.png) no-repeat center/cover;
}


.page_bg{
    background: url(../img/pagebg.png) no-repeat;
    background-color: #f7f9fa;
    background-size: 100% auto;
    background-position: center;
}

.bgee{
    background: #eeeeee;
}




.imgs_texts_lists .list{
    padding: 100px 0;
    box-sizing: border-box;
}
.imgs_texts_lists .list:nth-child(2n-1){
    background: #EFEFEF;
}
.imgs_texts_lists .list .page_texts{
    margin-top: 60px;
}
.imgs_texts_lists .list .texts{
   width: 47.5%;
   transition: all .4s;
}
.imgs_texts_lists .list .text{
    margin-bottom: 50px;
}
.imgs_texts_lists .list .text:last-child{
    margin-bottom: 0;
}
.imgs_texts_lists .list .con{
    margin-top: 20px;
}
.imgs_texts_lists .list .desc {
   margin-top: 20px;
}
.imgs_texts_lists .list .desc  p{
    position: relative;
    padding-left: 15px;
    box-sizing: border-box;
}
.imgs_texts_lists .list .desc  p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 5px;
    height: 5px;
    background-color: #00a555;
    border-radius:50%;
}
.imgs_texts_lists .list .imgs{
    transition: .15s linear;
    -moz-transition: .15s linear;
    -webkit-transition: .15s linear;
    width: 38.37%;
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.imgs_texts_lists .list .imgs img{
   display: flex;
   max-height: 100%;
}
.imgs_texts_lists .list:nth-child(2n) .width1200 {
    flex-direction: row-reverse;
}






.imgtops .list {
    width: 32%;
    background: #ffffff;
    margin-right: 2%;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.imgtops .list:nth-child(3n){
    margin-right: 0;
}
.imgtops .img{
    position: relative;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    height: 260px;
}
.imgtops .img_box{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.imgtops .img_box img{
    display: block;
    max-height: 100%;
}
.imgtops .img_hidd{
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-color: rgba(0,165,81,.88);
    -webkit-transition: all .4s;
    transition: all .4s;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 9%;
    box-sizing: border-box;
}
.imgtops .hidd_box_txt {
    height: 72px;
    overflow: hidden;
    color: #ffffff;
}
.imgtops .hidd_box_icon{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffffff;
    font-size: 40px;
    color: #006fab;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    vertical-align: middle;
    display: table;
    line-height: 1;
    text-align: center;
}
.imgtops .texts{
    border-top: 1px solid #e5e5e5;
    position: relative;
    width: 100%;
    height: 92px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.imgtops .texts .tit{
    font-weight: bold;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    
}
.imgtops .list::after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #006fab;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.imgtops .list:hover .img_hidd{
    bottom: 0;
}

.imgtops .list:hover::after{
    width: 100%;
}



.imgtops_detail01 .texts{
    width: 58%;
}
.imgtops_detail01 .texts .con{
    margin-top: 40px;
    padding-right: 22.85%;
    box-sizing: border-box;
    text-transform: uppercase;
}
.imgtops_detail01 .img{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}





.imgtops_detail02 .list:nth-child(2n-1){
    background-color: #ffffff;
    background-image: url(../img/imgtops_bg02.png);
    background-repeat: no-repeat;
    background-position: 10% -8.073%;
}
.imgtops_detail02 .list:nth-child(2n){
    background-color: #eeeeee;
    background-image: url(../img/imgtops_bg03.png);
    background-repeat: no-repeat;
    background-position: right 18.75% top -8.073%;
}
.imgtops_detail02  .width1200{
    padding: 80px 0;
    box-sizing: border-box;
}
.imgtops_detail02 .list:nth-child(2n) .width1200{
    flex-direction: row-reverse;
}
.imgtops_detail_name{
    max-width: 40%;
}
.imgtops_detail02 .imgtops_detail_texts{
    width: 50.7%;
}
.imgtops_detail_name_line{
    width: 50px;
    height: 15px;
    background-color: #00a555;
    margin-bottom: 5px;
}
.imgtops_detail_name_font {
    text-transform: uppercase;
    color: #c8caca;
    line-height: 1.2;
}
.imgtops_detail02 .imgtops_detail_texts_text {
    margin-top: 22px;
    text-transform: uppercase;
    word-break: break-all;
}
.imgtops_en_detail01 .texts .con{
    text-transform: initial;
}
.imgtops_en_detail02 .imgtops_detail_texts_text{
    text-transform: initial;
}
.scale_bg p{
    position: relative;
    padding-left: 20px;
}
.scale_bg p::before{
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    background-color: #00a555;
    border-radius: 100%;
}



.tabs_contents span{
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
    background: #006fab;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 32px;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
}



.imgtexts_lists .list{
    display: flex;
    align-items: center;
    min-height: 550px;
    padding: 80px 0;
    box-sizing: border-box;
}

.imgtexts_lists .texts{
    width: 48%;
    transition: .15s linear;
}
.imgtexts_lists .texts .tit{
    transition: .15s linear;
}
.imgtexts_lists .con{
    margin-top: 32px;
}
.imgtexts_lists .img{
    transition: .15s linear;
    -moz-transition: .15s linear;
    -webkit-transition: .15s linear;
    width: 38.37%;
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.imgtexts_lists .img img{
    max-height: 100%;
}
.imgtexts_lists .list.odd{
    background: #f1f7f7;
}
.imgtexts_lists .list.even .width1200{
    flex-direction: row-reverse;
}

.imgtexts_lists .list.odd:hover .texts{
    transform: translateX(10px);

}
.imgtexts_lists .list.odd:hover .img{
    transform: translateX(-10px);
}
.imgtexts_lists .list.even:hover .texts{
    transform: translateX(-10px);
}
.imgtexts_lists .list.even:hover .img{
    transform: translateX(10px);
}

.imgtexts_lists .list:hover .tit {
    color: #006fab;
}

.apply_btn{ 
    height:50px; 
    color:#333; 
    font-size:16px; 
    border: 1px solid #d8dede; 
    border-radius:25px;  
    transition: .15s linear; 
    -moz-transition:.15s linear; 
    -webkit-transition:.15s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px; 
    cursor: pointer;
    margin-top: 45px;
}
.apply_btn::after{
    display: block;
    content: "";
    width: 7px;
    height: 12px;
    background:url(../img/btn_icon.png) no-repeat center/cover;
    margin-left: 12px;
    transition: .15s linear; 
    -moz-transition:.15s linear; 
    -webkit-transition:.15s linear;
}

.apply_btn:hover{
    background:#006fab; 
    color:#fff;
    border:#006fab solid 1px;
}
.apply_btn:hover::after{
    background:url(../img/btn_icon1.png) no-repeat center/cover; 
}




/* table切换 */
.tabs_crmber .item {
    position: relative;
    padding-bottom: 15px;
    box-sizing: border-box;
    color: #666;
    font-weight: bold;
}
.tabs_crmber .item::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #006fab;
    transition: all .4s;
    transform: scale(0);
}
.tabs_crmber .item:hover,.tabs_crmber .item.active{
    color: #006fab;
}
.tabs_crmber .item:hover:after,.tabs_crmber .item.active::after{
    transform: scale(1);
}


.tabs_lists .lists{
    margin-top: 50px;
    display: none;
    justify-content:space-between;
    flex-wrap:wrap;
    align-items: center;
}
.tabs_lists .lists.active{
    display: flex;
}



/* 表格 */
.table-box {
    width: 100%;
}
.table-box table {
    width: 100%;
    text-align: center;
}

.table-box table td {
    line-height: 40px;
    border: 1px solid #f2f2f2;
    color: #0d0d0d;
}
.table-box table tr:nth-child(2n) {
    background-color: #f7f7f7;
}
.table-box table tr:nth-child(2n-1) td:nth-child(1) {
    background-color: #f5f5f5;
}
.table-box table tr:nth-child(2n) td:nth-child(1) {
    background-color: #ededed;
}

.table-box table tr:nth-child(1) td {
    height: 70px;
    font-size: 28px;
    color: #333;
    border-radius: 10px 10px 0 0;
    border-right: 1px solid #fff;
    background: #d4d4d4;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 88.6%;
}
.table-box table tr:nth-child(1) td:nth-child(1) {
    background: #d4d4d4;
}
/* .table-box table tr:nth-child(1) td:nth-child(2) {
    background-image: url(../img/module_sec2_table_th_num1.png);
}

.table-box table tr:nth-child(1) td:nth-child(3) {
    background-image: url(../img/module_sec2_table_th_num2.png);
}

.table-box table tr:nth-child(1) td:nth-child(4){
    background-image: url(../img/module_sec2_table_th_num3.png);
}

.table-box table tr:nth-child(1) td:nth-child(5){
    background-image: url(../img/module_sec2_table_th_num4.png);
}

.table-box table tr:nth-child(1) td:nth-child(6){
    background-image: url(../img/module_sec2_table_th_num5.png);
}

.table-box table tr:nth-child(1) td:nth-child(7){
    background-image: url(../img/module_sec2_table_th_num6.png);
} */


/* .table-box table.table4 td.first {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.table-box table td.even {
    background-color: #f7f7f7;
}
.table-box table td span {
    display: block;
    border-bottom: 1px solid #f2f2f2;
}
.table-box table td span:last-child {
    border-bottom: none;
} */
@media only screen and (max-width:1280px) {
    .width1840{
        padding: 0 4%;
    }
}
@media only screen and (max-width: 1200px) {
    .pb100 {
        padding-bottom: 80px;
    }
    .pt100 {
        padding-top: 80px;
    }
    .pt90 {
        padding-top: 80px;
    }
    .pb90 {
        padding-bottom: 80px;
    }
    .imgs_texts_lists .list {
        padding: 80px 0;
    }
    .imgs_texts_lists .list .text {
        margin-bottom: 40px;
    }
    .imgs_texts_lists .list .page_texts {
        margin-top: 50px;
    }
    .imgtexts_lists .list{
        min-height: 520px;
    }
}
@media only screen and (max-width: 1043px) {
    .pb80 {
        padding-bottom: 60px;
    }
    .pt80 {
        padding-top: 60px;
    }
    .pb100 {
        padding-bottom: 60px;
    }
    .pt100 {
        padding-top: 60px;
    }
    .pt90 {
        padding-top: 60px;
    }
    .pb90 {
        padding-bottom: 60px;
    }
    .mt70 {
        margin-top: 50px;
    }
    .mt40 {
        margin-top: 35px;
    }
    .mt80 {
        margin-top: 60px;
    }
    .mt50 {
        margin-top: 35px;
    }
    .imgs_texts_lists .list {
        padding: 60px 0;
    }
    .imgs_texts_lists .list .texts{
        width: 50%;
    }
    .imgs_texts_lists .list .page_texts {
        margin-top: 40px;
    }
    .imgs_texts_lists .list .desc {
        margin-top:15px;
    }
    .imgs_texts_lists .list .text {
        margin-bottom: 35px;
    }
    .imgtops .texts{
        height: 75px;
    }
    .imgtops .img{
        height: 235px;
    }
    .imgtops_detail02 .width1200 {
        padding: 60px 0;
    }
    .imgtexts_lists .list {
        min-height: 480px;
        padding: 60px 0;
    }
    .imgs_texts_lists .list .imgs{
        width: 45%;
    }
}
@media only screen and (max-width: 960px) {
    .inner{
        width: 92%;
    }
    .tabs_lists .lists{
        margin-top: 35px;
    }
    .imgtexts_lists .list {
        min-height: 450px;
    }
}
@media only screen and (max-width: 768px) {
    .mt70 {
        margin-top: 25px;
    }
    .pt90 {
        padding-top: 30px;
    }
    .pb90 {
        padding-bottom: 30px;
    }
    .pt80 {
        padding-top: 30px;
    }
    .pb80 {
        padding-bottom: 30px;
    }
    .pt60 {
        padding-top: 30px;
    }
    .mt40 {
        margin-top: 25px;
    }
    .mt80 {
        margin-top: 25px;
    }
    .mt50 {
        margin-top: 25px;
    }
    .mt60 {
        margin-top: 25px;
    }
    .pb100 {
        padding-bottom: 30px;
    }
    .pt100 {
        padding-top: 30px;
    }
    .page_con{
        margin-bottom: 5px;
    }
    .bread .item{
        padding: 0;
        margin-right: 15px;
    }
    .bread .item:last-child{
        margin-right: 0;
    }
    .crumb .bread {
        height: 45px;
        margin-left: 0;
        justify-content: center;
        width: 100%;
    }
    .bread .item.active {
        background: transparent;
    }
    .page_tit_box {
        margin: 0 10px;
    }
    .page_tit span{
        width: 18px;
    }
    .scale_bg p{
        padding-left: 15px;
    }
    .back_btn {
        width: 45%;
        padding: 0 15px;
        margin: 25px auto 0;
        line-height: 38px;
        max-width: initial;
    }
    .imgs_texts_lists .list {
        padding: 30px 0;
    }
    .imgs_texts_lists .list .texts {
        width: 100%;
    }
    .imgs_texts_lists .list {
        padding: 30px 0;
    }
    .imgs_texts_lists .list .imgs {
        height: auto;
        width: 100%;
        margin-top: 20px;
    }
    .imgs_texts_lists .list .img {
        left: 0;
    }
    .imgs_texts_lists .list .text {
        margin-bottom: 20px;
    }
    .imgs_texts_lists .list .page_texts {
        margin-top: 25px;
    }
    .imgs_texts_lists .list:last-child{
        padding-bottom: 0;
    }
    .imgs_texts_lists .list .texts .page-desc{
        margin-top: 5px;
    }
    .imgtops .list{
        width: 100%;
        margin-right: 0;
    }
    .imgtops .texts {
        height: 60px;
    }
    .imgtops .list:last-child{
        margin-bottom: 0;
    }
    .imgtops .img_hidd{
        padding: 0 20px;
    }
    .imgtops .hidd_box_icon {
        width: 38px;
        height: 38px;
        font-size: 36px;
        margin-top: 20px;
    }
    .imgtops .hidd_box_txt{
        height: 64px;
    }
    .imgtops_detail01 .texts {
        width: 100%;
    }
    .imgtops_detail01 .texts .con{
        padding-right: 0;
        margin-top: 10px;
    }
    .imgtops_detail01 .img{
        margin-top: 20px;
        width: 100%;
    }
    .imgtops_detail_name {
        max-width: 100%;
        width: 100%;
    }
    .imgtops_detail02 .imgtops_detail_texts {
        width: 100%;
        margin-top: 20px;
    }
    .imgtops_detail02 .width1200 {
        padding: 30px 0;
    }
    .imgtops_detail02 .imgtops_detail_texts_text{
        margin-top: 15px;
    }
    .imgtops_detail_name_line {
        width: 35px;
        height: 5px;
        margin-bottom: 15px;
    }
    .scale_bg p::before{
        top: 10px;
    }

    .tabs_contents span{
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 30px;
    }
    .tabs_crmber .item{
        padding-bottom: 8px;
    }
    .tabs_lists .lists {
        margin-top: 25px;
        flex-direction: column-reverse;
    }
    
    .imgtexts_lists .texts{
        width: 100%;
    }
    .imgtexts_lists .list {
        min-height: auto;
        padding: 30px 0;
    }
    .imgtexts_lists .img{
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    .imgtexts_lists .con {
        margin-top: 15px;
    }
    .apply_btn {
        height: 42px;
        width: 126px;
        cursor: pointer;
        margin: 20px auto 0;
        font-size: 14px;
    }


    .table-box table td{
        height: 42px;
        padding: 5px 20px!important;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 1.875;
    }

    .table-box table tr:nth-child(1) td{
        height: 44px;
        font-size: 16px;
    }
    .table-box{
        overflow-x: auto;
    }
    .table-box table {
        width: max-content;
    }
}



.form_tk{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.45);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    opacity: 0;
    overflow: hidden;
    transition: all .4s;
}
.form_tk.active{
    transform: scale(1);
    opacity: 1;
    overflow: visible;
}
.form_tk .box{
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    max-width: 475px;
    position: relative;
    width: 92%;
}
.form_tk .items{
    margin-top: 20px;
}
.form_tk .item{
    margin-bottom: 15px;
}

.form_tk .item_tit {
    width: 85px;
    display: flex;
    align-items: center;
}
.form_tk .item .item_tit::after{
    content: "*";
    display: block;
    color: red;
    margin-left: 2px;
    opacity: 0;
}
.form_tk .item.active .item_tit::after{
    opacity: 1;
}
.form_tk .item_input{
    width: calc(100% - 85px);
}

.form_tk .item_input input{
    width: 100%;
    height: 34px;
    border: 1px solid #dcdcdc;
    padding: 0 15px;
    box-sizing: border-box;
    color: #666;
}
.form_tk .item_input textarea{
    width: 100%;
    border: 1px solid #dcdcdc;
    height: 90px;
    padding: 10px 15px;
    box-sizing: border-box;
    color: #666;
}
.form_tk .item_input:last-child .item_tit{
    margin-top: 20px;
}

.submit_btn{
    height: 38px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    cursor: pointer;
    background: #006fab;
    color: #fff;
    margin: 0 auto;
    transition: all .4s;
}
.close_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 15px;
}
.close_btn img{
    max-width: 22px;
    transition: all .4s;
}
.close_btn img:hover {
    transform: rotate(360deg);
}
.texttext{ padding-top:50px; line-height:30px; text-align:center}



@media only screen and (max-width:768px) {
    .form_tk .box{
        padding: 25px 20px;
    }
    .form_tk .item_tit {
        width: 100%;
    }
    .form_tk .item_input {
        width: 100%;
        margin-top: 5px;
    }
    .form_tk .item_input textarea {
        height: 64px;
        padding: 10px 15px;
    }
    .form_tk .item_input input{
        height: 30px;
    }
}



.inner_tit{line-height: calc(59 / 42);}

.inner_tit2{line-height: calc(45 / 32);}

.inner_en {
    line-height: 25px;
    color: #111;
}


.f_42 {
    font-size: 42px;
}

.fce {
    text-align: center;
}


.t_line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.f_16 {
    font-size: 16px;
}


.fbd {
    font-weight: bold;
}




    .inner_title{
        text-align: center;
        color: #333333;
        margin-top: 10px;
    }
    .box-tabs{
        height: 34px;
        display: flex;
        justify-content: center;
        margin-top: 25px;
        color: #333;
        font-size: 18px;
        font-weight: bold;
        .tab{
            margin: 0 20px;
            align-self: center;
            position: relative;
            &:after{
                content: '';
                position: absolute;
                left: 0;
                bottom: -17px;
                width: 0;
                height: 4px;
                /*background: linear-gradient( to right, #F40B0B 0%, #F37819 100%);*/
                transition: all 0.3s;
            }
            &:hover:after{
                width: 100%;
            }

        }

    }
    .hide{
        display: none !important;
    }

    .tab-active{
        margin: 0 20px;
        align-self: center;
        position: relative;
	}	
		
		
      .tab-active:after{
            content: '';
            position: absolute;
            left: 0;
            bottom: -15px;
            width: 100%;
            height: 4px;
            background: linear-gradient( to right, #F40B0B 0%, #F37819 100%);
            transition: all 0.3s;
        }
    }
    .get-fangan {
        margin-top: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
    }


.alltime, .alltime * {
    -webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
    transition: all .4s cubic-bezier(.4,0,.2,1);
}

.iw100 {
    width: 100%;
}

.in5 .sbox{margin-top: 0.55rem;padding-top: 0.75rem;border-top: 1px solid #D9D9D9;display: flex;justify-content: space-between;flex-wrap: wrap;align-items:flex-start;}

.in5 .sbox .lf{width: 50%;border-radius: 0.12rem;overflow: hidden;}

.in5 .sbox .lf .swiper{height: 100%;position: relative;}

.in5 .sbox .lf .swiper-slide{height: auto;}

.in5 .sbox .lf .ss{height: 100%;display: block;overflow: hidden;}

/*.in5 .sbox .lf .ss img{height: 100%;object-fit: cover;}*/

.in5 .sbox .lf .ss:hover img{transform: scale(1.05);}

.in5 .sbox .lf .pogin4{position: absolute;bottom: 18px;left: 45%;width: 100%;z-index: 11;}

.in5 .sbox .lf .pogin4(.swiper-pagination-lock){display: flex;align-items: center;justify-content: center;}

.in5 .sbox .lf .pogin4 span{width: 10px;height: 10px;border-radius: 50%;background: #fff;opacity: 0.3;margin: 0 5px;}

.in5 .sbox .lf .pogin4 span.swiper-pagination-bullet-active{opacity: 1;}

.in5 .sbox .rf{width: calc(680 / 1440 * 100%);}

.in5 .sbox .rf .item{padding-bottom: 30px;border-bottom: 1px solid #D9D9D9;margin-bottom:30px;}

.in5 .sbox .rf .item .ss{display: block;}

.in5 .sbox .rf .item .ss .time{display: flex;}

.in5 .sbox .rf .item .ss .time .tt{width: 121px;height: 38px;position: relative;display: flex;align-items: center;justify-content: center;border-radius: 19px;border: 1px solid #DDDDDD;}

.in5 .sbox .rf .item .ss .time .tt span{color: #222;position: relative;z-index: 5;}

.in5 .sbox .rf .item .ss .time .tt s{position: absolute;top: -1px;left: -1px;width: calc(100% + 2px);height: calc(100% + 2px);background: linear-gradient(255.39deg, #F37819 -2.98%, #F40B0B 102.07%);opacity: 0;border-radius: 20px;}

.in5 .sbox .rf .item .ss .t1{margin-top: 20px;line-height: 22px; color:#000000}

.in5 .sbox .rf .item .ss .t2{line-height: 20px;color: #333;margin-top: 6px;}

.in5 .sbox .rf .item .ss:hover .time .tt span{color: #fff;}

.in5 .sbox .rf .item .ss:hover .time .tt s{opacity: 1;}


@media (max-width: 768px){
.in5 .sbox .lf {
    width: 100%;
}



.in5 .sbox .rf {
    width: 100%;
    margin-top: 10px;
}
}


/* ----- PB分页数字条效果 结束 ----- */
.pagebar .pagination {
	display:flex;
	justify-content:center;
	margin-top:50px;
}
.pagination a {
	background:#fff;
	border:1px solid #ccc;
	color:#333;
	font-size: 14px;
	padding:5px 12px;
	margin:0 2px;

}
.pagination span {
	color: #333;
	font-size:14px;
	padding:5px 2px;
	margin:0 2px;

}
.pagination a:hover {
	color:#006fab;
	border:1px solid #006fab;
}
.pagination a.page-num-current {
	color:#fff;
	background:#006fab;
	border:1px solid #006fab;
}
/* ----- PB分页数字条效果 结束 ----- */

.f_18 {
    font-size: 18px;
}
.footer{background: #03182C;overflow: hidden;}

.footer .ftp{padding: 100px 0 2px;display: flex;justify-content: space-between;}

.footer .ftp .lf{width: calc(500 / 1440 * 100%);width: 500px;}

.footer .ftp .rf{width: calc(775 / 1440 * 100%);max-width:calc(100% - 600px;)}

.footer .ftp .lf .logo{display: flex;width:180px;}

.footer .ftp .lf .lcon{margin-top: 11px;margin-bottom: 11px;}

.footer .ftp .lf .lcon .item{display: flex;align-items: center;}

.footer .ftp .lf .lcon .item .set{display: flex;align-items: center;white-space: nowrap;}

.footer .ftp .lf .lcon .item .set .ico{width: 24px;min-width: 24px;margin-right: 5px;}

.footer .ftp .lf .lcon .item .set .t1{color: #fff;}

.footer .ftp .lf .lcon .item .t2{display: flex;}

.footer .ftp .lf .lcon .item .t2 .f_30{line-height: calc(50 / 36);color: #fff;}

.footer .ftp .lf .lcon .item .t2.f_14{line-height: calc(1em + 10px);color: #fff;font-family: Microsoft Yahei,'寰蒋闆呴粦', Arial, Helvetica, sans-serif, Microsoft Yahei;;}

.footer .ftp .lf .lcon .item .t2 .f_16{line-height: calc(22 / 16);color: #fff;font-family: Microsoft Yahei,'寰蒋闆呴粦', Arial, Helvetica, sans-serif, Microsoft Yahei;}

.footer .ftp .lf .lcon .item .t2 a:hover{color: #F4190A;}

.footer .ftp .lf .lcon .add{margin-bottom: 10px;}

.footer .ftp .lf .lcon .item:last-child{margin-bottom: 0;}

.footer .ftp .lf .app{display: flex;padding-bottom: 134px;}

.footer .ftp .lf .app .item{position: relative;margin-right: 20px;}

.footer .ftp .lf .app .item .itp{position: relative;width: 32px;height: 32px;border-radius: 50%;border: 1px solid rgba(255,255,255,0.2);}

.footer .ftp .lf .app .item .ibt{position: absolute;width: 100px;padding-top: 10px;text-align: center;left: 50%;margin-left: -50px;top: 100%;transform: translateY(30px);opacity: 0;pointer-events:none;}

.footer .ftp .lf .app .item .ibt .ewm{width: 100px;height: 100px;display: flex;align-items: center;justify-content: center;border: 1px solid rgba(255,255,255,0.2);}

.footer .ftp .lf .app .item .ibt .txt{line-height: 2;color: #fff;}

.footer .ftp .lf .app .item .ibt2{left:390%;}

.footer .ftp .lf .app .item:hover .itp{border-color: #fff;background: #000000;}

.footer .ftp .lf .app .item:hover .ibt{transform: translateY(0);opacity: 1;}

.footer .ftp .rf .ul{display: flex;justify-content: space-between;}

.footer .ftp .rf .lv1{display: flex;margin-bottom: 20px;}

.footer .ftp .rf .lv1 a{line-height: calc(25 / 18);color: #fff;font-weight: bold;}

.footer .ftp .rf .lv1 a sup{color: #fff;display: inline-block;position:relative;transform:translateY(0);vertical-align:top;}

.footer .ftp .rf .lv1 a:hover sup,
.footer .ftp .rf .lv1 a:hover{color: #F4190A;}

.footer .ftp .rf .lv2{display: flex;}

.footer .ftp .rf .lv2 a{line-height: 2;color: rgba(255,255,255,0.7);}

.footer .ftp .rf .lv2 a:hover{color: #F4190A;opacity: 1;}

.footer .fbt{border-top: 1px solid rgba(217, 217, 217, 0.2);padding: 20px 0 20px;line-height: calc(32 / 14);color: #fff;display: flex;justify-content: space-between;}

.footer .fbt .lf{width: calc(100% - 150px);}

.footer .fbt .lf a{margin-left: 24px;}

.footer .fbt a{color: #fff;}

.footer .fbt a:hover{color: #F4190A;}


@media (max-width: 768px){

.footer .ftp{padding: 50px 0 2px;display: flex;justify-content: space-between;}

.footer .ftp .lf {
    width: 100%;
}

.footer .ftp .rf {
    display: none;
}


.footer .ftp .lf .app .item:first-child .ibt {
    left: 0;
    margin-left: 0;
}


.footer .ftp .lf .app .item.act .ibt {
    transform: translateY(0);
    opacity: 1;
}

.footer .ftp .lf .app .item:first-child .ibt2 {
    left: 380%;
}


.footer .fbt .lf {
    width: 100%;
}

.footer .fbt .lf {
    text-align: center;
}

}




#sbanner .f-center {
	text-align:center;
	height:100%;
}
#sbanner .f-14 {
	font-size:14px;
}
#sbanner .pcimg {
	width:100%;
	height:auto;
	transition: all 2s;
	-webkit-transition:all 2s;
	animation-delay:2s;
	-webkit-animation-delay:2s; 
	-ms-transform:scale(1.2,1.2); 
	-webkit-transform: scale(1.2,1.2); 
	transform: scale(1.2,1.2);
}

#sbanner .swiper-slide { overflow: hidden;}

#sbanner .swiper-slide.active .pcimg {
	-ms-transform:scale(1,1); /* IE 9 */
	-webkit-transform: scale(1,1); /* Safari */
	transform: scale(1,1); /* 鏍囧噯璇硶 */
}
#sbanner .moimg {
	display:none;
}
#sbanner .banner .swiper-slide .b_video {
	height:100%;
	position:relative;
}
#sbanner .banner .swiper-slide .b_video .b_overlay {
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, .2);
}
#sbanner .banner .swiper-slide .b_video .b_video_con {
	position:absolute;
	transform:translate(0%, 0%);
	-webkit-transform:translate(0%, 0%);
	-ms-transform:translate(0%, 0%);
	left:0px;
	top:0px;
	width:100vw;
	height:100vh;
	-o-object-fit:cover;
	object-fit:cover;
	z-index:2;
}
#sbanner .banner .swiper-slide .b_video .b_image {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1;
	background-repeat:no-repeat;
	background-position:50%;
	background-size:cover;
}
#sbanner .banner .swiper-slide img {
	display:block;
	width:100%;
	left:0px;
	top:0px;
	object-fit:cover;
}
#sbanner .bannerPic {
	position:relative;
	width:100%;
	 object-fit: cover;
	transition:all 1s ease 2.5s;
	transform:perspective(0px) translate3d(0, 0, 0px);
}
#sbanner .swiper-slide.active .bannerPic {
	transition:all 5s ease 0s;
	transform:perspective(0px) translate3d(0, 0, 0px);
}
#sbanner .banner .swiper-slide .ind_ban_tex {
	position:absolute;
	text-align:left;
	width:80%;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	z-index:5;
}
#sbanner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title_en {
	font-size:2vw;
	font-weight:bold;
	line-height:1.5;
	letter-spacing:0px;
	text-transform:uppercase;
	color:#ffffff;
	max-width:90%;
	text-shadow:3px 0 10px rgba(255, 255, 255, 0.8);
	transform:translateY(80px);
	opacity:0;
	margin-bottom:10px;
}
#sbanner .banner .swiper-slide .ind_ban_tex .b_line {
	width:5%;
	margin:10px 0px 10px;
	height:2px;
	border-radius:30px;
	background:rgba(255, 255, 255, 0.5);
	transform:translateY(80px);
	opacity:0;
}
#sbanner .banner .swiper-slide .ind_ban_tex .ind_ban_con {
	width:100%;
	justify-content:space-between;
	align-items:flex-end;
}
#sbanner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title {
	flex-basis:75%;
	max-width:100%;
	max-height:400px;
	overflow:hidden;
	position:relative;
}
#sbanner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title .t_big {
	color:#ffffff;
	font-size:2.2vw;
	line-height:2.1;
	font-weight:bold;
	text-transform:capitalize;
	margin-bottom:10px;
	text-shadow:3px 0 10px rgba(22, 78, 145, 0.4);
	transform:translateY(80px);
	letter-spacing:1px;
	opacity:0;
}
#sbanner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info {
	flex-basis:25%;
	margin-bottom:20px;
}
#sbanner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info .t_small {
	color:#ffffff;
	line-height:2.5;
	font-size:1VW;
	text-shadow:3px 0 10px rgba(22, 78, 145, 0.4);
	transform:translateY(80px);
	opacity:0;
}
#sbanner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info .t_small a {
	color:#fff;
}
#sbanner .banner .swiper-slide.active .ind_ban_tex_title_en {
transition:all 2s ease .5s;
	transform:translateY(0);
	opacity:1;
}
#sbanner .banner .swiper-slide.active .ind_ban_tex_title .t_big {
transition:all 2s ease .7s;
	transform:translateY(0);
	opacity:1;
}
#sbanner .banner .swiper-slide.active .b_line {
transition:all 2s ease .8s;
	transform:translateY(0);
	opacity:1;
}
#sbanner .banner .swiper-slide.active .ind_ban_tex_info .t_small {
	transition:all 2s ease 1s;
	transform:translateY(0);
	opacity:1;
}
#sbanner .banner .swiper-button-prev {
	background-image:none;
	left:calc(8.335% - 32px);
	top:calc(50% - 32px);
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	color:#ffffff;
transition:all .3s ease;
	display:block;
	-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; background:rgba(0, 0, 0, .3) url(../images/arr5111.png) center center no-repeat;
 background-size:auto 40% ;

}
#sbanner .banner .swiper-button-next {
	background-image:none;
	right:calc(8.335% - 32px);
	top:calc(50% - 32px);
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	color:#ffffff;
	background-color:rgba(0, 0, 0, 1);
transition:all .3s ease;
	display:block;
	-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; background:rgba(0, 0, 0, .3) url(../images/arr5111.png) center center no-repeat;
 background-size:auto 40% ;

}
#sbanner .banner .swiper-button-next.swiper-button-disabled {
	background-color:rgba(0, 0, 0, 0.2);
}
#sbanner .banner .swiper-button-prev.swiper-button-disabled {
	background-color:rgba(0, 0, 0,0.2);
}
#sbanner .banner .swiper-pagination-bullet {
	width:16px;
	height:16px;
	background-color:transparent;
	margin:0 3px;
	opacity:1;
	color:transparent;
	border:1px solid rgba(255, 255, 255);
	-moz-border-radius:0; -webkit-border-radius:0; border-radius:0;
}
#sbanner .banner .swiper-pagination-bullet::after { margin: 5px auto auto;
	content: ""; display: block; width: 6px; height: 6px;
	-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
	background-color: #bdbcbc;
}
#sbanner .banner .swiper-pagination-bullet-active {
	opacity:1;
	border:1px solid rgba(255, 255, 255);
	color:#ffffff;
}
#sbanner .banner .swiper-pagination-bullet::after {
	background-color: #fff;
}


#sbanner .banner .swiper-pagination-bullet-active:after {
	background-color: #bdbcbc;
}

#sbanner .banner .swiper-pagination-bullet-active .rightcircle {
	-webkit-animation:circleProgressLoad_right 6.5s linear infinite;
	animation:circleProgressLoad_right 6.5s linear infinite;
}
#sbanner .banner .swiper-pagination-bullet-active .leftcircle {
	-webkit-animation:circleProgressLoad_left 6.5s linear infinite;
	animation:circleProgressLoad_left 6.5s linear infinite;
}
#sbanner .banner .swiper-pagination-bullet-active .wrapper_con {
	display:block;
}
#sbanner .banner .swiper-pagination {
	font-size:0px;
}
#sbanner .banner .swiper-pagination > span {
	display:inline-block;
	vertical-align:middle;
	position:relative;
}
#sbanner .banner .swiper-container-rtl .swiper-button-next {
	left:calc(8.335% - 32px);
}
#sbanner .banner .swiper-container-rtl .swiper-button-prev {
	right:calc(8.335% - 32px);
}
#sbanner .banner .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom:5% !important;
}
#sbanner .banner .swiper-pagination-custom {
	bottom:10% !important;
}
#sbanner .banner .swiper-pagination-fraction {
	bottom:10% !important;
}
#sbanner .right {
	right:-0px;
}
#sbanner .left {
	left:-0px;
}
#sbanner .circleProgress {
	width:42px;
	height:42px;
	border:2px solid transparent;
	border-radius:50%;
	position:absolute;
	top:0px;
	-webkit-transform:rotate(-135deg);
}
#sbanner .rightcircle {
	border-bottom:2px solid #ffffff;
	border-left:2px solid #ffffff;
	right:0px;
}
#sbanner .leftcircle {
	border-top:2px solid #ffffff;
	border-right:2px solid #ffffff;
	left:0px;
}
#sbanner .wrapper_con {
	width:21px;
	height:60px;
	position:absolute;
	top:-2px;
	overflow:hidden;
	display:none;
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
#sbanner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title_en {
font-size:14px;
}
#sbanner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info .t_small {
font-size:15px;
}
#sbanner .banner .swiper-button-prev {
width:40px;
height:40px;
line-height:40px;
top: calc(50% - 20px);
}
#sbanner .banner .swiper-button-next {
width:40px;
height:40px;
line-height:40px;
top: calc(50% - 20px);
}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
#sbanner .f-center {
padding-top:0px;
}
#sbanner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title_en {
font-size:14px;
}
#sbanner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info .t_small {
font-size:15px;
}
#sbanner .banner .swiper-button-prev {
width:40px;
height:40px;
line-height:40px;
}
#sbanner .banner .swiper-button-next {
width:40px;
height:40px;
line-height:40px;
}
}
@media only screen and (max-width: 1920px) {
	#sbanner .bannerPic { height: 41.5vw;}
}
@media only screen and (max-width: 768px) {
#sbanner .banner .swiper-slide .ind_ban_tex {
text-align:left;
top: 50%;
}

#sbanner .f-center {
padding-top:70px;
height:auto;
}
#sbanner .moimg {
display:block;
height: 100%;
}
#sbanner .pcimg {
display:none;
}
#sbanner .banner .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
left: 0;
top: 0;
}

#sbanner .rightcircle {
display:none;
}
#sbanner .banner .swiper-pagination-bullet-active .wrapper_con {
display:none;
}
#sbanner .f-14 {
display:none;
}
#sbanner .f-center {
padding-top:0px;
}
#sbanner .banner .swiper-slide .b_video .b_video_con {
display:none;
}
#sbanner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title {
flex-basis: 100%;
max-width: 100%;
}
#sbanner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info {
display:none;
}
#sbanner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title_en {
font-size:14px;
margin-bottom:0px;
}
#sbanner .banner .swiper-slide .ind_ban_tex .b_line {
margin:15px 0px 10px;
}
#sbanner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title .t_big {
font-size:5vw;
}
#sbanner .banner .swiper-button-prev {
 width: 30px; height: 30px; line-height: 30px; margin-top: -15px; margin-left:10px;
 background:rgba(0, 0, 0, .5) url(../images/arr5.png) center center no-repeat;
 background-size:auto 50% ;
 transform: rotate(-180deg);
 -ms-transform: rotate(-180deg); /* IE 9 */
 -webkit-transform: rotate(-180deg); /* Safari and Chrome */
}
#sbanner .banner .swiper-button-prev i { display: none;}
#sbanner .banner .swiper-button-next {margin-top: -15px;
 width: 30px; height: 30px; line-height: 30px;margin-right:10px;
 background:rgba(0, 0, 0, .5) url(../images/arr5.png) center center no-repeat;
 background-size:auto 50% ;
}
#sbanner .banner .swiper-button-next i { display: none;}
}
#sbanner .swiper-slide {
	padding:0px;
}
#sbanner {
	max-height:none;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:0px;
	min-height:0px;
	margin-right:0px;
	margin-left:0px;
	max-width:none;
	width:100%;
	margin-top:0px;
	margin-bottom:0px;
	min-width:0px;
	height:auto;
	padding-right:0px;
}

