body {
    background: url(./foot-bg.png) bottom no-repeat;
}

.head {
    width: 100%;
    height: 136px;
    background: #fff;
    box-shadow: 0px 0px 9px 1px rgba(73, 73, 73, 0.25);
    position: fixed;
    top: 0;
    z-index: 999999;
    display: none;
}

.nav_lists {
    height: 60px;
    line-height: 60px;
    display: flex;
    justify-content: start;
    align-items: center;
    background: url(./li-bg-2.png);
    padding-left: 10%;
}

.nav_lists li {
    padding: 0 2%;
    margin-right: 5%;
}

.activep2 a {
    color: crimson !important;
}


/* .nav_lists li:hover {
    background: #fff;
} */

.nav_lists li a {
    color: #fff;
}

.head1 {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
}

.head1 .nav .nav_list li a,
.head1 .nav .nav_right li a {
    color: #fff;
}

.nav {
    width: 1500px;
    display: flex;
    margin: 0 auto;
    top: 0px;
    height: 136px;
    line-height: 136px;
    align-items: center;
    justify-content: center;
}

.nav .logo {
    float: left;
}

.nav .nav_list {
    float: left;
    margin-left: 83px;
    height: 100%;
}

.nav_list li {
    float: left;
    height: 100%;
    line-height: 136px;
    color: #333;
    font-size: 20px;
    margin-right: 38px;
    font-family: SourceHanSansCN-Regular;
    position: relative;
}

.nav_listtow {
    width: 164px;
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 1px rgba(73, 73, 73, 0.25);
    opacity: 0.8;
    position: absolute;
    left: -46px;
    top: 110px;
    padding: 16px 0 22px 0;
    display: none;
}

.nav_listtow li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.nav_listtow li:hover {
    background-color: #3aa1fe;
}

.head1 .nav .nav_list li .nav_listtow li a {
    font-family: SourceHanSansCN-Light;
    font-size: 20px;
    color: #000;
}

.head1 .nav .nav_list li .nav_listtow li a:hover {
    color: #fff;
}

.nav_list li a {
    color: #333;
}

.nav .nav_right {
    float: right;
    height: 100%;
}

.nav_right li {
    float: left;
    color: #333;
    font-size: 20px;
    height: 100%;
    line-height: 136px;
    margin-left: 45px;
    font-family: SourceHanSansCN-Regular;
}

.nav_right li a {
    color: #333;
}

.banner-box {
    width: 100%;
    /* height: 598px; */
    position: relative;
    z-index: 1;
}

.banner-box img {
    width: 100%;
}

.banner-box p {
    position: absolute;
    bottom: 60px;
    left: 114px;
    font-family: SourceHanSansCN-Medium;
    font-size: 47px;
    color: #fff;
}

.main-box {
    background: url(./center-bg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 80px;
}

.main {
    width: 1692px;
    margin: 0 auto;
}

.center-box {
    width: 1692px;
    margin: 0 auto;
    margin-bottom: 154px;
}

.nav-left {
    width: 284px;
    height: auto;
    float: left;
    position: absolute;
    left: 68px;
}

.nav-left li {
    width: 100%;
    height: 70px;
    line-height: 70px;
    border-bottom: 3px solid #b5b5b5;
    float: left;
}

.nav-left li a {
    display: inline-block;
    color: #000;
    font-size: 20px;
    font-family: STHeitiSC-Light;
    display: block;
    padding: 0 30px 0 24px;
}

.nav-left li:first-child {
    border-top: 3px solid #b5b5b5;
}

.nav-left li span {
    float: right;
    color: #000;
    font-size: 20px;
}

.nav-hover {
    background-color: #3aa1fe !important;
}

.nav-hover a,
.nav-hover span {
    color: #fff !important;
}

.txtScroll-top {
    float: right;
    margin-left: 135px;
}

.txtScroll-top .hd {
    float: left;
    width: 204px;
    height: auto;
    text-align: center;
    margin-right: 83px;
}

.txtScroll-top .hd .next {
    display: inline-block;
    width: 56px;
    height: 55px;
    background: url(./next-bg.png) no-repeat;
}

.txtScroll-top .hd .prev {
    display: inline-block;
    width: 56px;
    height: 55px;
    background: url(./prev-bg.png) no-repeat;
}

.parHd {
    display: none;
}

.parBd {
    width: 970px;
    float: left;
}


/* .txtScroll-top .hd ul {
    width: 100%;
} */

.txtScroll-top .hd ul li {
    font-size: 80px;
    color: #fff;
    height: 200px;
    line-height: 200px;
    text-shadow: #000 3px 3px 10px;
    cursor: pointer;
}

.txtScroll-top .hd ul li:last-child {
    margin-bottom: 0;
}

.txtScroll-top .bd {
    width: 970px;
    float: left;
}

.txtScroll-top .bd ul {
    width: 100%;
}

.txtScroll-top .bd ul li {
    width: 100%;
    padding: 48px 0 48px 90px;
    border-bottom: 2px solid #b5b5b5;
    border-left: 2px solid #b5b5b5;
}

.txtScroll-top .bd ul li p {
    font-family: SourceHanSansCN-Light;
    font-size: 23px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #000000;
}

.tabTagList .current {
    font-weight: bolder;
}

.clear {
    clear: both;
}

.tabTagList {
    position: absolute;
    left: 0;
    height: 999em;
}

.tabTagBox {
    height: 1000px;
    overflow: hidden;
    position: relative;
}

.nextm,
.prevm {
    display: none;
}

.foot {
    padding: 0 50px 0 76px;
    display: flex;
    justify-content: space-between;
}

.foot-left {
    float: left;
}

.foot-logo {
    display: block;
    margin-bottom: 68px;
}

.left-list {
    width: 663px;
}

.left-list li {
    float: left;
    margin-right: 114px;
    margin-bottom: 44px;
}

.left-list li a {
    font-family: SourceHanSansCN-Regular;
    font-size: 20px;
    color: #000;
}

.foot-center {
    width: 368px;
    overflow-wrap: break-word;
    ;
}

.foot-center span {
    display: inline-block;
    font-family: SourceHanSansCN-Bold;
    font-size: 30px;
    font-weight: bolder;
    color: #000;
    margin-bottom: 38px;
}

.foot-center p {
    line-height: 30px;
    font-family: SourceHanSansCN-Light;
    font-size: 20px;
}

.foot-right {
    /* width: 193px; */
}

.foot-right img {
    display: inline-block;
    margin-bottom: 40px;
    margin-left: 33px;
}

.foot-right p {
    font-family: SourceHanSansCN-Regular;
    font-size: 20px;
    color: #000;
}

.footBan {
    font-family: SourceHanSansCN-Regular;
    font-size: 20px;
    text-align: center;
    margin: 50px 0;
}

.footM {
    display: none;
}

.headM {
    display: none;
}

.nav-listM {
    display: none;
}

.hide {
    display: none;
}


/* guanyuwomen start */

@media screen and (min-width: 1200px) and (max-width: 1919px) {
    .nav {
        width: 1200px;
    }
    .nav_list li {
        margin-right: 20px;
    }
    .nav .nav_list {
        margin-left: 50px;
    }
    .nav_listtow {
        width: 150px;
    }
    .main,
    .center-box {
        width: 1200px
    }
    .foot {
        padding: 0px;
    }
    .foot-left {
        width: 600px;
    }
    .left-list li {
        margin-right: 108px;
    }
    .left-list li a {
        font-size: 16px;
    }
    .foot-center {
        width: 180px !important;
    }
    .foot-center p {
        font-size: 16px;
        text-align: justify;
    }
    .foot-right img {
        margin-left: 17px;
    }
    .foot-right p {
        font-size: 16px;
    }
    .txtScroll-top {
        margin-left: 290px;
    }
    .parBd,
    .txtScroll-top .bd {
        width: 600px;
    }
}


/* guanyuwomen stop */

@media screen and (max-width: 768px) {
    html {
        overflow-x: hidden;
    }
    * {
        font-size: 0.32rem;
    }
    .head1 {
        display: none;
    }
    .main {
        width: 5.9rem;
    }
    .headM {
        display: block;
        position: absolute;
        top: 0;
        z-index: 999;
        width: 100%;
        margin: 0 auto;
        padding-top: 0.4rem;
    }
    .nav_box {
        width: 80%;
        display: flex;
        margin: 0 auto;
        top: 0px;
        height: 0.8rem;
        line-height: 0.8rem;
        align-items: center;
        justify-content: space-between;
    }
    .nav_box .logo {
        float: left;
        display: block;
    }
    .nav-list {
        width: 3.6rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        float: right;
    }
    .nav-list li {
        margin-left: 0.72rem;
    }
    .nav-list li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .nav-listM {
        width: 3.6rem;
        height: 11.2rem;
        background: #fff;
        padding-top: 0.56rem;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9999;
        margin: 0 auto;
    }
    .nav-listM1 {
        width: 2.5rem;
        margin: 0 auto;
        height: 0.8rem;
        padding-bottom: 1.04rem;
    }
    .zy {
        float: left;
        /* font-size: 0.32rem; */
    }
    .zy a {
        font-family: SourceHanSansCN-Medium;
        font-size: 0.32rem;
        color: #000000;
    }
    .zy span {
        color: #8f8f8f;
    }
    .home1 {
        float: right;
        /* font-size: 0.32rem; */
    }
    .home1 img {
        width: 0.55rem;
        height: 0.45rem;
    }
    .nav_box .logo {
        width: 0.75rem;
        height: 0.75rem;
    }
    .nav-list .dl {
        width: 0.5rem;
        height: 0.5rem;
    }
    .nav-list .sh {
        width: 0.44rem;
        height: 0.50rem;
    }
    .nav-list .home {
        width: 0.55rem;
        height: 0.45rem;
    }
    .nav-listMbox {
        width: 2.5rem;
        margin: 0 auto;
        text-align: center;
    }
    .nav-listMbox li {
        float: left;
        margin-bottom: 0.82rem;
    }
    .nav-listMbox li a {
        font-family: SourceHanSansCN-Regular;
        font-size: 0.42rem;
        color: #000;
    }
    .nav-listMbox li {
        width: 100%;
    }
    #slideBox-slide3.slideBox {
        height: 11.2rem !important;
    }
    #slideBox-slide3 .bd img {
        height: 11.2rem !important;
    }
    #slideBox-slide3 .prev,
    #slideBox-slide3 .next {
        display: none !important;
    }
    #slideBox-slide3.slideBox .hd ul li a {
        display: none !important;
    }
    #slideBox-slide3.slideBox {
        width: 100% !important;
    }
    #slideBox-slide3.slideBox .hd {
        width: 80% !important;
        height: 0.1rem;
    }
    #slideBox-slide3.slideBox .hd ul {
        width: 100% !important;
    }
    #slideBox-slide3.slideBox .hd ul li {
        width: 24% !important;
    }
    .list-title {
        width: 80%;
        bottom: 40%;
        left: 0.6rem;
        font-size: 0.75rem;
    }
    .list-more {
        width: 80%;
        bottom: 25%;
        left: 0.6rem;
    }
    .foot,
    .footBan {
        display: none;
    }
    .footM {
        display: block;
        width: 5.9rem;
        margin: 0rem auto;
        text-align: center;
    }
    .footM-logo {
        margin-bottom: 0.5rem;
    }
    .footM-logo img {
        width: 3.66rem;
        height: 0.5rem;
    }
    .footMerw {
        width: 1.33rem;
        height: 1.32rem;
        margin-bottom: 0.3rem;
    }
    .tel {
        margin: 0rem auto;
        width: 2.4rem;
        margin-bottom: 0.48rem;
    }
    .tel p {
        text-align: left;
        font-family: SourceHanSansCN-Regular;
        font-size: 0.23rem;
        color: #000;
        line-height: 0.4rem;
    }
    .footMba {
        font-family: SourceHanSansCN-Regular;
        font-size: 0.2rem;
        color: #000;
        margin-bottom: 0.3rem;
    }
    .banner-box {
        width: 7.2rem;
        height: 4rem;
        opacity: 1;
    }
    .banner-box img {
        width: 7.2rem;
        height: 4rem;
    }
    .banner-box p {
        font-family: SourceHanSansCN-Medium;
        font-size: 0.42rem;
        font-weight: normal;
        font-stretch: normal;
        bottom: 1.47rem;
        left: 1.49rem;
    }
    .nav-listbox {
        width: 100%;
        background: url(bg_btm.png);
    }
    /* 左侧菜单 */
    .main-box {
        padding-top: 0;
    }
    .nav-left {
        width: 2.1rem;
        left: 0;
    }
    .nav-left li {
        height: 0.8rem;
        line-height: 0.8rem;
        border-bottom: 0.03rem solid #b5b5b5
    }
    .nav-left li a,
    .nav-left li span {
        font-size: 0.2rem;
        font-size: 0.2rem;
        display: block;
        padding: 0 0.17rem 0 0.23rem;
    }
    .nav-left li:first-child {
        border-top: 0;
    }
    .txtScroll-top {
        width: 5.1rem;
        float: none;
    }
    .txtScroll-top .hd {
        width: 3.78rem;
        margin-top: 0.6rem;
        margin-bottom: 0.6rem;
        margin-left: -0.2rem;
    }
    .tabTagBox {
        /* width: 3.1rem; */
        height: 0.3rem;
        overflow: hidden;
    }
    .txtScroll-top .hd ul {
        width: 3.1rem;
        height: 0.3rem;
        /* overflow: hidden; */
    }
    .txtScroll-top .hd ul li {
        margin-bottom: 0rem;
        font-family: SourceHanSansCN-Regular;
        font-size: 0.22rem;
        color: #717173;
        width: 0.5rem;
        float: left;
        text-shadow: none;
        margin-left: 0.5rem;
    }
    .nextm {
        display: block;
        float: left;
        height: 0.3rem;
        line-height: 0.3rem;
        font-size: 0.22rem;
        color: #000;
    }
    .prevm {
        display: block;
        float: right;
        height: 0.3rem;
        line-height: 0.3rem;
        font-size: 0.22rem;
        color: #000;
    }
    .txtScroll-top .hd .next,
    .txtScroll-top .hd .prev {
        display: none;
    }
    .txtScroll-top .bd,
    .txtScroll-top .bd ul {
        width: 4.32rem;
    }
    .txtScroll-top .bd ul li {
        padding: 0.46rem 0rem 0.52rem 0.36rem;
    }
    .txtScroll-top .bd ul li:first-child {
        padding-top: 0;
    }
    .txtScroll-top .bd ul li p {
        font-family: SourceHanSansCN-Light;
        font-size: 0.22rem;
        line-height: 0.4rem;
    }
    .tabTagList .current {
        color: #000;
    }
    .hd {
        display: none;
    }
    .tempWrap ul li {
        font-family: SourceHanSansCN-Regular;
        font-size: 0.22rem;
        color: #717173;
        width: 0.5rem;
        float: left;
        color: #717173;
        margin: 0 .32rem;
    }
    .parHd {
        display: block;
        width: 3.78rem;
        display: inline-block;
        height: 0.8rem;
        overflow: hidden;
        margin-top: 0.8rem;
        position: relative;
        margin-left: 0.5rem;
    }
    .tempWrap {
        width: 3.4rem !important;
        overflow: hidden;
        position: relative;
    }
    .sPrev,
    .sNext {
        font-family: SourceHanSansCN-Regular;
        font-size: 0.22rem;
        display: block;
        position: absolute;
        bottom: 0.5rem;
    }
    .sPrev {
        left: 0;
    }
    .sNext {
        right: 0.3rem;
    }
    .act {
        font-weight: bolder;
        color: #000 !important;
    }
    .parBd {
        width: 4.32rem;
    }
    .center-box {
        width: 7.2rem;
        margin: 0 auto;
        margin-bottom: 1.54rem;
        overflow-x: hidden;
    }
}