/* banner */

.banner {
    position: relative;
    height: 473px!important;
    background-size: cover;
}

.banner-wrap .swiper-pagination {
    bottom: 1.2em;
}

.foot .layui-tab-item .fs-18 {
    line-height: 1.5em;
}

.banner-wrap .swiper-pagination-bullet {
    /* border: 1px solid #fff; */
    /* width: 10px; */
    /* height: 10px; */
}

.banner:after {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
    display: none;
}

.banner.type2:after {
    background: rgba(0, 0, 0, 0.5);
}

.banner .cont {
    width: 50%;
    line-height: 1.3;
    position: absolute;
    top: 10%;
   /* transform: translateY(-50%);*/
    color: #000;
    z-index: 1;
    left: 375px;
}

.banner .cont h2, .banner .cont h3 {
    color: #01cb00; font-size:35px; font-weight:normal;
}

.banner .cont h3 {
    margin-top: 0.5em;
    margin-bottom: 1em;
}

.banner .cont .btn, .c .btn {
    background: #01cb00;
    border: 0;
    color: #fff;
    border-radius: 0;
    padding: 0.6em 1.2em;
    margin-top: 2em;
}

.banner .cont .btn:hover, .c .btn:hover {
    background: #6ec800;
}

.banner.type2 .cont {
    color: #b1b1b1;
}

.banner.type2 .cont h2 {
    color: #01cb00;
}

.banner.type2 .cont h3 {
    color: #b1b1b1;
}

.banner-wrap .wrap {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
}

.banner-wrap .nav {
    width: 290px;
    background: #59595b;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 473px;
    z-index: 9;
    padding: 0px 0;
    z-index: 99;
}

.banner-wrap .nav li {
    border-top: 1px solid #6a6a6c;
    border-bottom: 1px solid #6a6a6c;
    position: static;
    cursor: pointer;
}

.banner-wrap .nav li a {
    padding: 0.7em 1em;
    display: block;
    color: #fff;
}

.banner-wrap .nav li.show a, .banner-wrap .nav li.on a, .banner-wrap .nav li:hover a {
    background: #b2b2b4;
}

.banner-wrap .nav li ol {
    position: absolute;
    left: 100%;
    top: 0;
    min-height: 100%;
    width: 100%;
    background: #b3b3b5;
    padding: 25px 0;
    display: none;
}

.banner-wrap .nav li ol li.on a, .banner-wrap .nav li ol li:hover a {
    background: #ffffff;
    color: #000;
}

.banner-wrap .nav li.on>ol {
    display: block;
}

.banner-wrap .nav li .ssubnav {
    background: #fbfaf8;
    color: #2b2a2f;
}

.banner-wrap .nav li .ssubnav li {
    border-color: #efeeec;
}

.banner-wrap .nav li .ssubnav li.on a, .banner-wrap .nav li .ssubnav li:hover a {
    color: #01cb00;
}

.banner-wrap .nav li ol li {
    border-color: #bebec0;
}

.banner-wrap .nav li+li {
    border-top: 0;
    border-bottom: 1px solid #6a6a6c;
}

.banner-wrap .nav i {
    float: right;
}

.wrap_p {
    position: relative;
    height: 100%;
}

/* sl */

.a._sl .close {
    display: none;
}

.b._sc {
    width: calc(100% - 520px);
    float: left;
}

.a._sl, .c._sr {
    width: 260px;
    float: left;
}

.a._sl .tit {
    color: #fff;
    background: url(../imgs/list/sl01.jpg) center center;
    background-size: cover;
    padding: 1em 0;
    text-align: center;
}

.a._sl ._screen {
    padding: 1.5em 0;
}

.a._sl ._screen ._ssr {
    float: right;
}

.a .reset {
    background: #01cb00;
    color: #fff;
    text-align: center;
    border-radius: 0;
    border: 0;
    width: 100%;
    padding: 0.8em;
    transition: all 0.3s;
}

.a .reset:hover {
    background: #6ec800;
}

.a ._ssr .radio-primary {
    display: inline-block;
    margin-left: 1em;
}

.a ._screen2 {
    padding: 1em 0;
    padding-top: 0;
}

.a ._screen2 ._s1 {
    cursor: pointer;
    position: relative;
    z-index: 5;
}

.a ._screen2 ._s1 .head {
    padding: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-right: 2.5em;
  	font-size: 14px;
}

.a ._screen2 ._s1 i {
    float: right;
}

.a ._screen2 ._s1 .head {
    background: #f7f5f3;
    transition: all 0.3s;
}

.a ._screen2 ._s1 .head i {
    color: #01cb00;
    position: absolute;
    top: 1em;
    right: 1em;
    transition: all 0.3s;
}

.a ._screen2 ._s1.on .head i {
    color: #000;
}

.a ._screen2 ._s1.on .head {
    background: none;
}

.a ._screen2 ._s1 .worm-i-jiahao, .a ._screen2 ._s1.on .worm-i-jianhao {
    display: block;
}

.a ._screen2 ._s1.on .worm-i-jiahao, .a ._screen2 ._s1 .worm-i-jianhao {
    display: none;
}

.a ._screen2 .cont {
    background: #fff;
    position: absolute;
    left: 100%;
    width: 260%;
    top: 0;
    padding: 1em 2em;
    display: none;
    margin: 1em 0;
    margin-top: 0;
    margin-left: 1em;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
/*
.a ._screen2 .cont {
    padding: 0 1em;
    display: none;
    margin: 1em 0;
    margin-top: 0;
    margin-left: -6px;
}
*/
.a ._screen2 ol.fs-14{
	font-size: 0;
}
.a ._screen2 ol li {
    padding: 0.5em 0;
    display: inline-block;
    padding-right: 1em;
    width: 25%;
    font-size: 14px;
    cursor: default;
}

.a ._screen2 .show-cont ol li {
    padding: 0.5em 1em;
    display: block;
    width: auto;
    font-size: 14px;
}

.a ._screen2 .btn {
    background: #01cb00;
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 0.5em 2em;
    margin-top: 2em;
    margin-bottom: 2em;
}

.a ._screen2 .btn:hover {
    background: #6ec800;
}

.a ._screen2>li {
    margin: 0.2em 0;
}

.b._sc h2 {
    margin-bottom: 0.5em;
    font-weight: bold;
}

.b._sc ol {
    font-size: 13px;
    margin-bottom: 2em;
}

.b._sc ol li {
    display: inline-block;
    font-size: 13px;
}

.b._sc ol li+li::before {
    content: "|";
    margin-left: 1em;
    margin-right: 1em;
}

/* b */

.b .btns {
    font-size: 13px;
}

.b .btns i {
    color: #01cb00;
}

.b_wrap {
    padding: 0 0.5em;
}

.b_wrap .cover {
    width: 48%;
    margin-right: 2%;
    float: left;
}

.b_wrap .text {
    width: 50%;
    float: left;
}

.b_wrap .text h2 {
    margin-bottom: 0.5em;
    max-height: 1.5em;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.b_wrap .text h3 {
    margin-bottom: 3em;
    color: #989898;
}

.b_wrap ul li {
    background: #fbfaf9;
    overflow: hidden;
    padding: 0.5em 0.3em;
    margin-bottom: 12px;
}

.b_wrap ul li .cover {
    transition: background 0.3s;
}

.b_wrap ul li:hover .cover {
    background-size: 110% 110%;
}

.content {
    /* overflow: hidden; */
    margin-bottom: 30px;
    position: relative;
}

.content::after {
    content: '';
    display: block;
    clear: both;
}

/* c */

.c._sr h2 {
    font-weight: bold;
    margin-bottom: 1em;
}

.c._sr h3 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: bold;
    padding-bottom: 1em;
    border-bottom: 1px solid #d5d3d2;
}

.c._sr li {
    margin-bottom: 1em;
    border-bottom: 1px solid #d5d3d2;
}

.c._sr h4 {
    color: #fff;
    padding: 1.5em;
}

.c._sr ._vb {
    position: relative;
    margin-bottom: 1em;
}

.c._sr {
    line-height: 1.5;
}

.c._sr ._vb a {
    display: block;
    position: relative;
    height: 100%;
}

.c._sr ._vb ol a {
    color: #fff;
}

.c._sr ._vb ol a:hover {
    color: #01cb00;
}

.c._sr ._vb a i {
    color: #fff;
    position: absolute;
    bottom: 0.5em;
    left: 0.5em;
    transition: all 0.3s;
}

.c._sr ._vb a:hover i {
    color: #ddd;
    transform: scale(1.1);
}

.c._sr ._vb {
    color: #fff;
}

.c._sr ._vb ol {
    padding: 0 1.5em;
    word-break: break-all;
}

.c._sr ._vb ol li {
    border-bottom: 0;
    position: relative;
    padding-left: 1.5em;
    line-height: 2;
}

.c._sr ._vb ol li::before {
    position: absolute;
    font-family: "ZenIcon";
    content: "\e6b8";
    left: 0;
}

.b._sc ._screen {
    display: none;
}

@media screen and (max-width: 1600px) {
    /* .banner-wrap .nav li {

        padding: 0.8em 2em;

    } */
}
@media screen and (max-width: 1460px) {
.banner {
  
     height: 410px!important;
    
}
}
@media screen and (max-width: 1399px) {
.banner {
  
     height: 390px!important;
    
}
}


@media screen and (max-width: 1280px) {
    .c._sr {
        display: none;
    }
    .b._sc {
        width: calc(100% - 260px);
    }
    .b_wrap ul li {
        padding: 0.8em 0.5em;
    }
}

@media screen and (max-width: 1024px) {
  .a ._screen2 .cont{
    position: relative;
    left: 0;
    width: auto;
    top: 0;
    padding: 0;
    display: none;
    margin: 1em 0;
    margin-top: 0;
    margin-left: 1em;
    box-shadow: none;
  }
  .a ._screen2 ol li {
    padding: 0.5em 0;
    display: block;
    padding-right: 1em;
    width: auto;
    font-size: 14px;
}
    .c._sr {
        width: 100%;
        display: block;
    }
    .c._sr ._vb {
        width: 100%;
    }
    .a._sl .close {
        display: block;
    }
    .banner {
        position: relative;
    }
    .banner .cont h2 {
        margin-bottom: 1em; font-size:18px;
    }
    .banner .fs-20 {
        font-size: 14px;
    }
    .banner-wrap .nav {
        display: none;
    }
    .banner {
        height: auto !important;
        background-color: rgb(236, 236, 236);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 120% !important;
    }
    .banner-wrap .wrap {
        position: relative;
    }
    .banner .cont {
        position: relative;
        left: 0; width:55%;
        top: 4px;
        transform: none;
        margin: 5px 0 5em;
        /* width: 100%; */
    }
    .a._sl {
        /* display: none; */
        position: fixed;
        top: 0;
        background: #fff;
        box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
        height: 100%;
        right: 0;
        z-index: 999;
        padding: 1em;
        overflow: auto;
        transform: translate3d(100%, 0, 0);
        transition: all 0.3s;
        padding-top: 3em;
    }
    .a._sl.on {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        transform: translate3d(0, 0, 0);
    }
    .b_wrap {
        padding: 0;
        border-top: 1px solid #ddd;
        padding-top: 0em;
    }
    .b._sc {
        width: 100%;
    }
    .b._sc ._screen {
        /* padding: 0.8em 1.6em; */
        margin-bottom: 1.5em;
        background: #fbfaf9;
        display: inline-block;
        cursor: pointer;
    }
    ._sl.a .close {
        position: absolute;
        top: 1em;
        right: 1em;
    }
    ._sl.a .close i {
        font-size: 1em;
    }
    .worm_close.on {
        display: block;
    }
    .worm_close {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        height: 100%;
        z-index: 99;
        opacity: 1;
    }
    .a._sl>h2, .a._sl>ol {
        font-size: 16px;
    }
    .a._sl>h2 {
        margin-bottom: 1em;
    }
    .a._sl>ol {
        font-size: 0;
        margin-bottom: 20px;
    }
    .a._sl>ol li {
        font-size: 14px;
        display: inline-block;
        padding: 0.5em;
        background: #eee;
        border-radius: 3px;
        margin-left: 0.5em;
        margin-top: 0.5em;
    }
    .a._sl ._screen .fs-30 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .b_wrap .cover, .b_wrap .text {
        width: 100%;
    }
    /* .b .btns a {

    display: block;

  } */
}
@media screen and (max-width: 970px) {
.banner .cont h2 {
        margin-bottom: 0px; font-size:15px;
    }
}

