@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: "微软雅黑";
    font-size: 16px;
}

@font-face {
    font-family: "sisong";
    src: url(../style/sySong.woff);
    font-weight: normal;
    font-style: normal;
}

input,
img,
a,
button {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.flex {
    display: -webkit-flex;
    /* Safari */
    display: flex;
}

html::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #F5F5F5;
}

html::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #333;
}

.pic {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;

    /*width: auto;*/
    width: 100%;

    height: 100%;
    transition: all .3s;
    object-fit: cover;
}

.pic:hover img {
    transform: scale(1.2);
}

.l1 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.l3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexc {
    align-items: center;
}

.flex-left {
    display: flex;
    flex-wrap: wrap
}

.flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.flex-v-center {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.flex-v {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex-v-bottom {
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: left;
}

.wp {
    width: 16.6rem;
    margin: 0 auto;
    max-width: 94%;
}

html {
    font-size: 100px!important;
}

@media screen and (min-width:2000px) {
    html {
        font-size: 110px!important;
    }
}

@media screen and (max-width:1940px) {
    html {
        font-size: 100px!important;
    }
}

@media screen and (max-width:1800px) {
    html {
        font-size: 95px!important;
    }
}

@media screen and (max-width:1600px) {
    html {
        font-size: 90px!important;
    }
}

@media screen and (max-width:1400px) {
    html {
        font-size: 90px!important;
    }
}

@media screen and (max-width:1024px) {
    html {
        font-size: 85px!important;
    }
}

@media screen and (max-width:900px) {
    html {
        font-size: 85px!important;
    }
}

@media screen and (max-width:640px) {
    html {
        font-size: 80px!important;
    }
}

@media screen and (max-width:480px) {
    html {
        font-size: 80px!important;
    }
}

@media screen and (max-width:375px) {
    html {
        font-size: 75px!important;
    }
}

@media screen and (max-width:360px) {
    html {
        font-size: 70px!important;
    }
}

@media screen and (max-width:350px) {
    html {
        font-size: 65px!important;
    }
}

@media(min-width: 1200px) {
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 120dpi) {}
    @media (-webkit-min-device-pixel-ratio: 1.05) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 100px!important;
            }
        }
        @media screen and (max-width:1920px) {
            html {
                font-size: 95.5px!important;
            }
        }
    }
    @media (-webkit-min-device-pixel-ratio: 1.1) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 100px!important;
            }
        }
        @media screen and (max-width:1920px) {
            html {
                font-size: 92.5px!important;
            }
        }
    }
    @media (-webkit-min-device-pixel-ratio: 1.15) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 80px!important;
            }
        }
        @media screen and (max-width:1920px) {
            html {
                font-size: 87px!important;
            }
        }
    }
    @media (-webkit-min-device-pixel-ratio: 1.20) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 80px!important;
            }
        }
        @media screen and (max-width:1920px) {
            html {
                font-size: 84px!important;
            }
        }
    }
    /* 屏幕分辨率放大为 125 */
    @media (-webkit-min-device-pixel-ratio: 1.25) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 80px!important;
            }
        }
        @media screen and (max-width:1920px) {
            html {
                font-size: 80px!important;
            }
        }
    }
    /* 屏幕分辨率放大为 150 */
    @media (-webkit-min-device-pixel-ratio: 1.5) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 80px!important;
            }
        }
        @media screen and (max-width:1920px) {
            html {
                font-size: 70px!important;
            }
        }
    }
}


/* 头部 */

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 99;
    transition: all .3s;
}

.header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 100%;
    background: #98151f;
}

.header.on::after {
    bottom: 0;
}

.head {
    position: relative;
    padding-left: 2.25rem;
    z-index: 9;
    transition: all .3s;
}

.header.on .head-top {
    padding: 0.25rem 0;
}

.logo {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.logo a {
    display: block;
}

.logo a img {
    display: block;
    height: 1.3rem;
}

.header.on .logo a img {
    height: 1.3rem;
}

.head-top {
    padding: 0.25rem 0;
    align-items: center;
    transition: all .3s;
}

.head-l p {
    font-size: 0.2rem;
    color: #fff;
}

.head-l p a {
    color: #fff;
    padding-right: 0.05rem;
    font-size: 0.36rem;
    font-family: "sisong";
}

.head-r a {
    display: inline-block;
    font-size: 0.2rem;
    color: #fff;
    vertical-align: middle;
}

.head-r span {
    display: inline-block;
    position: relative;
    width: 0.5rem;
    height: 0.5rem;
    background: #fff;
    border-radius: 50%;
    margin-left: 0.2rem;
    vertical-align: middle;
    cursor: pointer;
}

.head-r span img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: .2rem;
}

.nav>ul>li {
    position: relative;
}

.nav>ul>li>a {
    display: block;
    padding: 0 0.1rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
    color: #fff;
    border-radius: 0.05rem 0.05rem 0 0;
}

.nav>ul>li.on>a,
.nav>ul>li:hover>a {
    background:#98151f;
}

.nav>ul>li>ul {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background:#98151f;
    display: none;
    z-index: 99;
}

.nav>ul>li>ul>li {
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.15);
}

.nav>ul>li>ul>li:hover {
    background: #2b8bcd;
}

.nav>ul>li>ul>li>a {
    display: block;
    text-align: center;
    padding: 0.15rem;
    line-height: 0.2rem;
    font-size: 0.16rem;
    color: #fff;
}


/* 轮播 */

.banner {
    position: relative;
}

.banner a {
    position: relative;
    display: block;
}

.banner a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2.7rem;
    bottom: 0;
    background: url(../images/head-top-tc.png) no-repeat center top;
    background-size: 100% 100%;
}

.banner a img {
    display: block;
    width: 100%;
}


/* 弹窗搜索 */

.search_btn {
    cursor: pointer;
}

.search_btn svg {
    fill: rgb(255, 255, 255);
    width: 0.16rem;
    height: 0.16rem;
}

.search-dialog-box {
    position: fixed;
    left: 0rem;
    top: 0rem;
    width: 100%;
    height: 100vh;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease 0s;
}

.search-dialog-box::before {
    content: "";
    position: absolute;
    top: 0rem;
    height: 0rem;
    background: rgb(14, 93, 168);
    transition: all 0.6s ease 0s;
    left: 0rem;
    right: 0rem;
    z-index: 1;
    opacity: 0.9;
}

.search-dialog-box.on::before {
    height: 100%;
    display: none;
}

.search-dialog-box .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.search-dialog-box .search-bg {
    position: absolute;
    left: 0rem;
    top: 0rem;
    width: 100%;
    height: 0rem;
    margin: 0rem;
    background: 0% 0% / cover no-repeat rgba(0, 0, 0, 0.7);
    transform-origin: center center;
    transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.search-dialog-box .wrap-inner {
    transform: translateY(100%);
    transition: all 0.6s ease 0s;
}

.search-dialog {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

.search-dialog .search-tit {
    font-size: 0.44rem;
    line-height: 0.56rem;
    color: rgb(255, 255, 255);
    text-align: center;
    overflow: hidden;
    display: none;
}

.search-dialog .search-inner {
    overflow: hidden;
    margin-top: 0px;
}

.search-dialog .search-input {
    width: 8rem;
    margin: 0px auto;
    background-color: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    max-width: 94%;
}

.search-dialog .search-input input[type="text"] {
    float: left;
    height: 0.7rem;
    width: calc(100% - 1rem);
    background-color: rgb(255, 255, 255);
    font-size: 0.2rem;
    line-height: 0.08rem;
    color: #666;
    transition: all 0.3s ease 0s;
    padding: 0px 0.2rem;
}

.search-dialog .search-input input[type="submit"],
.search-dialog .search-input .clear-btn {
    float: right;
    height: 0.72rem;
    width: 1rem;
}

.search-dialog .search-input input[type="submit"] {
    background-color: #98151f;
    /* background-repeat: no-repeat; */
    /* background-position: center center; */
    /* background-size: 0.24rem; */

    font-size: 0.2rem;
    color: #fff;
}

.search-dialog .search-input .clear-btn {
    background-color: rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.56rem;
    border-radius: 100%;
    margin-right: 0.16rem;
    display: none;
}

.search-dialog .search-input.on {
    background-color: rgb(255, 255, 255);
}

.search-dialog .hot-search {
    font-size: 0px;
    width: 0.49rem;
    margin: 0.096rem auto 0px;
    box-sizing: border-box;
    padding: 0px 0.096rem;
    overflow: hidden;
}

.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}

.search-dialog .hot-search .hot-tit {
    font-size: 0.06rem;
    line-height: 0.08rem;
    color: rgb(255, 255, 255);
    font-weight: bold;
    padding-left: 0.096rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.08rem;
}

.search-dialog .hot-link {
    margin-left: 0.16rem;
}

.search-dialog .hot-link a {
    display: inline-block;
    zoom: 1;
    font-size: 0.06rem;
    line-height: 0.08rem;
    margin-right: 0.12rem;
    color: rgb(255, 255, 255);
    padding-bottom: 5px;
    position: relative;
}

.search-dialog .hot-link a::before {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: rgb(255, 255, 255);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease 0s;
}

.search-dialog-box .bottom-box {
    position: absolute;
    left: 0px;
    bottom: 5.1%;
    width: 100%;
}

.search-dialog-box .bottom-box .share-box {
    overflow: hidden;
}

.search-dialog-box .bottom-box .copy {
    font-size: 0.35rem;
    line-height: 0.5rem;
    color: rgb(255, 255, 255);
    font-family: gilroy-regular;
    margin-top: 0.5rem;
    overflow: hidden;
}

.search-dialog-box.on {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on .search-bg {
    height: 100vh;
}

.search-dialog-box.on .bubbles-bg {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on .wrap-inner {
    transform: translateY(0px);
}

.pub-close {
    position: absolute;
    width: 0.48rem;
    height: 0.48rem;
    z-index: 10;
    right: 0.24rem;
    top: 0.216rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
}

.pub-close .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #98151f;
    transform: scale(0);
    border-radius: 100%;
    transition: transform 0.3s ease 0s;
}

.pub-close i {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 0.12rem;
    background-repeat: no-repeat;
    background-image: url("../images/close.png");
    transition: all 0.6s ease 0s;
}

.pub-close i:hover {
    transform: rotate(180deg);
}


/* 移动端 */


/*手机端开始*/

.m_header_box {
    transition: .6s;
    display: none;
    position: relative;
    z-index: 100000;
    height: .7rem;
}

.m_header_box header {
    padding: 0 0 0 15px;
    height: .7rem;
    background: #98151f;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.m_header_box header #logo img {
    height: 0.8rem;
    width: auto;
}

.m_header_box header #logo {
    padding: 0;
    margin: 0;
}

.m_header_box header #logo a {
    display: inline-block;
    font-size: .28rem;
    color: #fff;
    font-family: "sisong";
    vertical-align: middle;
}

.m_header_box header #logo a img {
    height: .68rem;
}


/*导航按钮开始*/

#nav_btn_box.on {
    background: none;
}

#nav_btn .point.on .navbtn::after,
#nav_btn .point.on .navbtn::before {
    /* background: #fff; */
}

#nav_btn_box {
    position: relative;
    width: .7rem;
    height: .7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

#nav_btn_box:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
}

#nav_btn_box:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -10px;
    border-right: #fff 10px solid;
    border-top: transparent .71rem solid;
}

#nav_btn {
    cursor: pointer;
    text-align: center;
    z-index: 99999;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    outline: none;
    box-shadow: none;
}

#nav_btn .point {
    display: inline-block;
    width: 0.40rem;
    height: 22px;
    position: relative;
    outline: none;
}

#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
    width: .28rem;
}

#nav_btn .navbtn {
    position: absolute;
    top: 12px;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 2px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #98151f;
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 24px;
    height: 2px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background:#98151f;
}

#nav_btn .navbtn::after {
    top: -8px;
}

#nav_btn .navbtn::before {
    top: 8px;
}

#nav_btn .point.on .navbtn {
    background: transparent;
}

#nav_btn .point.on .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
}

#nav_btn .point.on .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
}

.m_nav_list {
    flex-direction: column;
    /* justify-content: center; */
    width: 100%;
    height: 100%;
    overflow: auto;
    align-items: center;
    display: flex;
    background: rgba(255, 255, 255, .1);
}

.m_nav_list::-webkit-scrollbar {
    display: none
}

#m_nav {
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105vw;
    top: 0;
    display: none;
    padding: 70px 20px 30px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #f7f7f7;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
}

#m_nav .close {
    position: absolute;
    top: 7px;
    right: 15px;
    left: 15px;
    font-size: 30px;
    color: #333;
    z-index: 10000;
    /* background: rgba(255,255,255,.1); */
    width: auto;
    height: 35px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0;
}

#m_nav.act {
    pointer-events: auto;
    right: 0;
    opacity: 1;
    visibility: visible;
}

#m_nav .search_box input.submit {
    background: #98151f url(../images/submit.svg) center no-repeat;
    background-size: .28rem;
}

#m_nav .list_box0 {
    text-align: center;
    width: 100%;
    justify-content: flex-start;
    margin: .32rem 0 0;
    flex-wrap: wrap;
    height: 0.4rem;
}

#m_nav .list_box0 .li {
    text-align: left;
    color: #98151f;
    margin: 0 .12rem 0.15rem 0;
    font-size: 14px;
    padding: 0;
    min-width: 1rem;
}

#m_nav .old_rukou {
    margin: .24rem 0 0;
    width: 100%;
}

.list_box_nav_mobile {
    width: 100%;
  
    /* background: rgba(255,255,255,.1); */
    padding: 0 0 10px;
    overflow: hidden;
    overflow-y: auto;
    margin: 0;
    /* flex: 1; */
}

.list_box_nav_mobile>li {
    width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin: 0 auto;
}

.list_box_nav_mobile>li .con {
    position: relative
}

.list_box_nav_mobile>li .a {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    line-height: .5rem;
    color: #333;
    padding: 0;
    font-size: 16px;
    display: flex;
    position: relative;
    transition: .5s;
}

.list_box_nav_mobile>li i {
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline-block;
    width: .64rem;
    height: .5rem;
    display: inline-block;
    background: url(../images/arrow_down.svg) center no-repeat;
    background-size: 15px 15px !important;
    position: absolute;
    display: block;
    right: 0;
    top: 2px;
}

.list_box_nav_mobile>li.on1 i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

.list_box_nav_mobile>li.on .a {
    border-bottom: 1px solid #e2e2e2;
}


/*三级导航 开始*/

.list_box_nav_mobile>li .list {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none
}

.list_box_nav_mobile>li .list a {
    display: block;
    font-size: 13px;
    color: #666;
    line-height: 2.5;
}

.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}


/*顶部搜索*/

.wap_search {
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    overflow: hidden;
    width: 100%;
    /*height: 150px;*/
    display: block;
    margin-bottom: 0.1rem;
}

.wap_search .header-search {
    height: 40px;
    border-radius: 20px;
    background: rgb(255 255 255);
    position: relative;
    width: 3.68rem;
    margin: 10px auto;
}

.wap_search .input {
    font-size: .16rem;
    color: #646464;
    height: 40px;
    line-height: 40px;
    padding: 0 .24rem;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
    background: none;
    width: calc(100% - 40px);
}

.wap_search .btn_blue {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: url(../images/submit.svg) center no-repeat #98151f;
    background-size: .24rem;
    border-radius: 20px;
}

.wap_search .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53;
}

.wap_search input::-webkit-input-placeholder {
    color: #999;
}

.wap_search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

.wap_search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

.wap_search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}


/* WebKit browsers */

.wap_search input:focus::-webkit-input-placeholder {
    color: transparent;
    /* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}


/* Mozilla Firefox 4 to 18 */

.wap_search input:focus:-moz-placeholder {
    color: transparent;
}


/* Mozilla Firefox 19+ */

.wap_search input:focus::-moz-placeholder {
    color: transparent;
}


/* Internet Explorer 10+ */

.wap_search input:focus:-ms-input-placeholder {
    color: transparent;
}


/* 点击搜索框获取焦点 placeholder消失-结束 */


/* search */

.footer {
    padding-top: 0.5rem;
    background: url(../images/footer-bg.jpg) no-repeat center center;
    background-size: cover;
}

.ft-top {
    position: relative;
    padding-left: 2.2rem;
}

.ft-top .ft-logo {
    position: absolute;
    left: 0;
    top: 0;
}

.ft-top .ft-logo a {
    display: block;
}

.ft-top .ft-logo a img {
    display: block;
    height: 1.3rem;
}

.ft-xy-qh ul li {
    border-radius: 0.4rem;
    border: 0.01rem solid rgba(255, 255, 255, 0.3);
}

.ft-xy-qh ul li.on,
.ft-xy-qh ul li:hover {
    background: #ffbb51;
    border: 0.01rem solid #ffbb51;
}

.ft-xy-qh ul li span {
    display: block;
    line-height: 0.5rem;
    padding: 0 0.3rem;
    font-size: 0.2rem;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
text-align: center;
}

.ft-xy-qh ul li a {
    display: block;
    line-height: 0.5rem;
    padding: 0 0.3rem;
    font-size: 0.2rem;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}

.ft-down .dz {
    margin-top: 0.35rem;
}

.ft-down .dz ul li {
    display: inline-block;
    margin-right: 0.6rem;
}

.ft-down .dz ul li p {
    line-height: 0.4rem;
    font-size: 0.2rem;
    color: #fff;
}

.ft-down .ewm ul li {
    display: inline-block;
    margin-left: 0.2rem;
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
}

.ft-down .ewm ul li img {
    display: block;
    width: 100px;
}

.fd {
    padding: 0.15rem 0;
    align-items: center;
    border-top: 0.01rem solid rgba(255, 255, 255, 0.3)
}

.fd .bq p {
    font-size: 0.16rem;
    color: #fff;
}

.lj {
    position: relative;
}

.lj p {
    width: 3.6rem;
    height: 0.45rem;
    position: relative;
    border: 0.01rem solid rgba(255, 255, 255, 0.3);
    line-height: 0.45rem;
    padding: 0 0.15rem;
    padding-right: 0.2rem;
    font-size: 0.16rem;
    color: #fff;
    cursor: pointer;
}

.lj p span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.15rem;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/ft-zk.png) no-repeat center center;
}

.lj ul {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    background: #fff;
    border: 0.01rem solid #dedede;
    height: 2.2rem;
    overflow-y: auto;
    display: none;
}

.lj ul li {
    padding: 0.15rem;
}

.lj ul li a {
    display: block;
    font-size: 0.16rem;
    color: #333;
}

.lj ul li:hover {
    background: #98151f;
}

.lj ul li:hover a {
    color: #fff;
}

@media screen and (max-width: 1400px) {
    .ft-xy-qh ul li span {
        padding: 0 .15rem;
        line-height: .4rem;
    }
}

@media(max-width: 1200px) {
    .wp {
        padding: 0 15px;
        width: 100%;
        max-width: 100%;
    }
    .head {
        padding-left: 2.25rem;
    }
    .banner a::after {
        height: 2rem;
    }
    .logo {
        left: .15rem;
    }
    .nav>ul>li>a {
        padding: 0.2rem;
    }
    .ft-down .dz {
        width: 100%;
    }
    .ft-down .ewm {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .m_header_box {
        display: block!important;
    }
    .header {
        display: none;
    }
    .banner a::after {
        display: none;
    }
}

@media(max-width: 1020px) {
    .ft-top .ft-logo {
        position: static;
        margin-bottom: .15rem;
    }
    .ft-top .ft-logo a img {
        margin-left: auto;
        margin-right: auto;
    }
    .ft-top {
        padding-left: 0;
    }
}

@media(max-width: 1000px) {
    .ft-xy-qh ul li {
        width: 29%;
        margin: 0 .2%;
        margin-bottom: .15rem;
    }
}

@media(max-width: 600px) {
    .fd .bq {
        width: 100%;
    }
    .lj {
        width: 100%;
        margin-top: .15rem;
    }
    .lj p {
        width: 100%;
    }
    .ft-down .dz {
        margin-top: .15rem;
    }
}
