@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    outline: none;

}

@font-face {
    font-family: "dp-light";
    src: url(../fonts/DINPro-Light.otf);
}

@font-face {
    font-family: "dp-bold";
    src: url(../fonts/DINPro-Bold.otf);
}


html,
body {
    color: #222;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}

html {
    font-size: 100px;
    font-size: 5.2083333333333vw;
}

html.on {
    overflow-y: hidden;
}

body {
    font-size: 0.16rem;

}

.m-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.index::-webkit-scrollbar,
html::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #f5f5f5;
}

.index::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #e2e2e2;
}

.index::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #333;
}


@media screen and (max-width: 1024px) {
    html {
        font-size: 85px !important;
    }
}



li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

img,
input {
    border: 0;
    outline: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.l1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.l2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.l3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.w1680 {
    width: 16.8rem;
    max-width: 94%;
    margin: 0 auto;
}

.w1600 {
    width: 16rem;
    max-width: 94%;
    margin: 0 auto;
}

.wp {
    width: 16rem;
    max-width: 94%;
    margin: 0 auto;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    transition: all 1s;
}

a:hover .pic img {
    transform: scale(1.1);
}

.pic::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: 0.25;
    pointer-events: none;
    background: -webkit-linear-gradient(left,
            rgba(255, 255, 255, 0) 0,
            rgba(255, 255, 255, 53) 50%,
            rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 53) 50%,
            rgba(255, 255, 255, 0) 70%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 3;
}

a:hover .pic:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.pic div.a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    transition: all 0.8s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

a:hover .pic div.a {
    width: 110%;
    height: 110%;
}

@keyframes icon-yh {
    0% {
        transform: rotateZ(0);
    }

    10% {
        transform: rotateZ(10deg);
    }

    20% {
        transform: rotateZ(0);
    }

    30% {
        transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(0);
    }

    50% {
        transform: rotateZ(10deg);
    }

    60% {
        transform: rotateZ(0);
    }

    70% {
        transform: rotateZ(-10deg);
    }

    80% {
        transform: rotateZ(0);
    }

    90% {
        transform: rotateZ(10deg);
    }

    100% {
        transform: rotateZ(0);
    }
}

@keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes play {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes play2 {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes up {
    0% {
        -webkit-transform: translatey(0);
    }

    50% {
        -webkit-transform: translatey(10px);

    }

    100% {
        -webkit-transform: translatey(0);
    }
}

em {
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#cb0223, #cb0223);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size 0.5s;
}

a:hover em {
    color: #cb0223;
    font-weight: bold;
    background-size: 100% 1px;
}

.wap {
    display: none !important;
}



input::-webkit-input-placeholder {
    color: #999;
}

input::-moz-input-placeholder {
    color: #999;
}

input::-ms-input-placeholder {
    color: #999;
}

/*头部*/

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    opacity: 1;

    transition: all 0.6s ease-out 0s;
}

.header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3rem;
    background: url(../images/headbg.png) no-repeat center top/100% 100%;
    transition: all .6s;
}

.header.on::after {
    height: 1.4rem;

}

.header.show {
    transform: translateY(-100%);
    opacity: 0;
}



.head {
    height: 1.4rem;
    position: relative;
    z-index: 999;
    align-items: center;
    transition: all 0.5s;
}

.logo a {
    display: block;
    font-size: 0;

}

.logo img {
    display: block;
    width: 2.63rem;
}

.head-r {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

input::-webkit-input-placeholder {
    color: #666;
}

input::-moz-input-placeholder {
    color: #666;
}

input::-ms-input-placeholder {
    color: #666;
}



#nav {
    margin-right: -.2rem;
}

#nav ul {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#nav ul li {
    height: 100%;
    position: relative;
    margin-right: .4rem;
}

#nav ul li a {
    display: block;
    padding-top: .15rem;
    padding-bottom: .15rem;
    position: relative;
}

#nav>ul>li>a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    bottom: .06rem;
    background: #fff;
    opacity: 0;
    z-index: -1;
    transition: all .6s;
}


#nav>ul>li:hover>a:after {
    opacity: 1;
    z-index: 6;
}

#nav ul li h3 {
    position: relative;
    font-size: 0.18rem;
    color: #fff;
    font-weight: bold;

}



#nav ul li .sub {
    display: flex;
    /* align-items: center; */
    position: absolute;
    top: 100%;
    padding: .2rem;
    background: rgba(255, 255, 255, .9);
    height: 100%;
    width: auto;
    align-items: flex-start;
    min-width: 9rem;
    height: auto;
    left: 0;
    width: 90%;
    z-index: 10000;
    transform: translateX(0) scaleY(0);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease 0s;
    transform-origin: center top;
    box-shadow: 0px 4px 15.36px 0.64px rgba(6, 102, 102, 0.1);

}

#nav ul li .sub .scale {
    width: 2rem;
}

#nav ul li .sub .scale .pic {
    padding-top: 80%;
}

#nav ul li .sub .box {}

#nav ul li:last-child .sub {
    left: auto;
    right: 0;
    transform: translateX(0) scaleY(0);
}

#nav ul li:last-child:hover .sub {
    transform: translateX(0) scaleY(1);

}




#nav ul li .sub .box {
    flex: 1;
    min-width: 0;
    padding: 0.14rem 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
    padding-left: .35rem;
    padding-right: .2rem;
}

#nav ul li .sub a {
    width: 47%;
    display: block;
    padding: .2rem 0;
    padding-right: .2rem;
    line-height: 0.28rem;
    transition: all 0.6s ease 0s;
    font-size: 0.16rem;
    color: #666;
    text-align: center;
    display: block;
    text-align: left;
    border-bottom: 1px solid #d4d4d4;
    background: url(../images/nav_icon.png) no-repeat right center/.08rem auto;
}

#nav ul li .sub a:hover {
    background: url(../images/nav_icon1.png) no-repeat right center/.08rem auto;
}

#nav ul li .sub a span {
    position: relative;
    padding-left: .15rem;
}


#nav ul li .sub a:hover span {
    font-weight: bold;
    color: #a81b00;
}

#nav ul li:hover .sub {
    visibility: visible;
    transform: translateX(0%) scaleY(1);
    opacity: 1;
    z-index: 6;
}

#nav ul li.on h3,
#nav ul li:hover h3 {
    font-weight: bold;
    color: #fff;

}

.head-r .ss {

    width: .8rem;

    height: .3rem;

    line-height: .3rem;

    border-radius: .2rem;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #6e6b70;

    font-size: .14rem;

    color: #fff;
    cursor: pointer;
}

.head-r .ss img {
    margin-left: .05rem;
    height: .16rem;
}

/* pc搜索 */
.search_btn {
    cursor: pointer;
}

.search_btn svg {
    fill: rgb(255, 255, 255);
    width: 16px;
    height: 16px;
}

.search-dialog-box {
    position: fixed;
    left: 0px;
    top: 0px;
    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: 0px;
    height: 0px;
    background: #A21111;
    transition: all 0.6s ease 0s;
    left: 0px;
    right: 0px;
    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: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    margin: 0px;
    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: 100%;
}

.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.7rem;
    width: 1rem;
}

.search-dialog .search-input input[type="submit"] {
    background-color: #A21111;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.4rem;
    background-image: url("../images/search-btn.png");
    font-size: .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-image: url("../images/close-btn.png");
    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: rgb(28, 90, 183);
    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-btn.png");
    transition: all 0.6s ease 0s;
}

.pub-close i:hover {
    transform: rotate(180deg);
}

/* 移动端 */
#m_nav * {
    transition: all 0s ease 0s;
}

.m_header_box {
    transition: all 0.6s ease 0s;
    display: none;
    position: relative;
    z-index: 100000;
}

.m_header_box header {
    padding: 0px 0px 0px 15px;
    height: 0.7rem;
    background: #ad1e29;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 5px;
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.m_header_box #logo a {
    display: block;
    padding-top: .05rem;
}

.m_header_box header #logo img {
    height: auto;
    max-height: 0.6rem;
}

.m_header_box header #logo {
    padding: 0px;
    width: calc(100% - 80px);
}

#nav_btn_box.on {
    background: none;
}

#nav_btn_box {
    position: relative;
    width: .7rem;
    height: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

#nav_btn_box::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: #fff;
}

#nav_btn_box::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: -.15rem;
    border-right: .15rem solid rgb(255, 255, 255);
    border-top: 0.7rem solid transparent;
    display: none;
}

#nav_btn {
    cursor: pointer;
    text-align: center;
    z-index: 99999;
    transition: all 0.5s ease 0s;
    outline: none;
    box-shadow: none;
}

#nav_btn .point {
    display: inline-block;
    width: 0.4rem;
    height: 22px;
    position: relative;
    outline: none;
}

#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
    width: 0.28rem;
}

#nav_btn .navbtn {
    position: absolute;
    top: 12px;
    left: 0px;
    display: inline-block;
    width: 18px;
    height: 2px;
    transition: all 0.3s ease-out 0s;
    background: #ad1f2a;
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
    position: absolute;
    left: 0px;
    display: inline-block;
    width: 24px;
    height: 2px;
    content: "";
    transition: all 0.3s ease-out 0s;
    background: #ad1f2a;
}

#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 {
    transform: rotate(45deg);
    top: 0px;
}

#nav_btn .point.on .navbtn::before {
    transform: rotate(-45deg);
    top: 0px;
}

.m_nav_list {
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: auto;
    align-items: center;
    display: flex;
    background: rgba(255, 255, 255, 0.1);
}

.m_nav_list::-webkit-scrollbar {
    display: none;
}

#m_nav {
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105vw;
    top: 0px;
    padding: 70px 20px 30px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out 0s;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: 0% 0% / cover rgb(247, 247, 247);
    opacity: 0;
    visibility: hidden;
}

#m_nav .close {
    position: absolute;
    top: 7px;
    right: 15px;
    left: 15px;
    font-size: 30px;
    color: rgb(51, 51, 51);
    z-index: 10000;
    width: auto;
    height: 35px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px;
}

#m_nav.act {
    pointer-events: auto;
    right: 0px;
    opacity: 1;
    visibility: visible;
}

#m_nav .search_box input.submit {
    background: url("../images/submit.png") center center / 0.28rem no-repeat #A21111;
}

#m_nav .list_box0 {
    width: 90%;
    margin: 0.32rem auto 0px;
}

#m_nav .list_box0 .li {
    width: auto;
    text-align: center;
    color: #fff;
    margin: 0px 0rem 0.15rem;
    font-size: 14px;
    margin-left: .15rem;
}

#m_nav .list_box0 .li a {
    background: none;
    padding: 0 0.2rem;
}

#m_nav .old_rukou {
    margin: 0.24rem 0px 0px;
    width: 100%;
}

.list_box_nav_mobile {
    width: 100%;
    /* height: calc(100% - 3rem); */
    padding: 0px 0px 10px;
    overflow: hidden scroll;
    margin: 0px;
    /* flex: 1 1 0%; */
}

.list_box_nav_mobile>li {
    width: 90%;
    overflow: hidden;
    padding: 0px;
    position: relative;
    margin: 0px auto;
}

.list_box_nav_mobile>li .con {
    position: relative;
}

.list_box_nav_mobile>li .a {
    width: 100%;
    border-bottom: 1px solid rgb(226, 226, 226);
    line-height: 0.64rem;
    color: rgb(51, 51, 51);
    padding: 0px;
    font-size: 16px;
    display: flex;
    position: relative;
    transition: all 0.5s ease 0s;
}

.list_box_nav_mobile>li i {
    opacity: 1;
    width: 0.64rem;
    height: 0.64rem;
    background-image: url("../images/arrow_down.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    position: absolute;
    display: block;
    right: 0px;
    top: 2px;
    background-size: .16rem auto !important;
}

.list_box_nav_mobile>li.on1 i {
    transform: rotate(-90deg);
}

.list_box_nav_mobile>li.on .a {
    border-bottom: 1px solid rgb(226, 226, 226);
}

.list_box_nav_mobile>li .list {
    padding: 10px 0px;
    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: rgb(102, 102, 102);
    line-height: 2.5;
}

.nav_mask {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

.dlnr {
    position: static;
    left: 0;
    display: flex;
    align-items: center;

    overflow: hidden;
}

.dlnr span {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 0 .08rem;
    font-size: .14rem;
    color: #fff;
    border-left: 1px solid #fff;
    cursor: pointer;
}

.dlnr span img {
    margin-right: .1rem;
    height: .3rem;
}

.dlnr span:first-child {
    border-left: none;
}

.dlnr span a {
    font-size: .14rem;
    color: #D28B44;
}

/* 手机搜索 */
.wap_search {
    font-size: 0.16rem;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    width: 100%;
    height: 0.6rem;
    display: block;
    margin-bottom: .1rem;
}

.wap_search .header-search {
    display: flex;
    align-items: center;
    height: 100%;
    border-radius: 0.2rem;
    background: rgb(255, 255, 255);
    position: relative;
    width: 100%;
    margin: 0rem auto;
    padding: 0 .15rem;
}

.wap_search .input {
    flex: 1;
    min-width: 0;
    font-size: 0.14rem;
    color: #333;
    height: 0.6rem;
    line-height: 0.5rem;
    padding: 0px 0.24rem;
    box-shadow: none;
    appearance: none;
    float: left;
    border-right: 0px;
    background: none;
    width: calc(100% - 40px);
}

.wap_search .btn_blue {
    position: absolute;
    cursor: pointer;
    top: 0px;
    right: 0px;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border: 0px;
    background: url(../images/search.png) center center no-repeat #ad1f2a;
    border-radius: 50%;
    background-size: 22px;
}

.wap_search .btn_blue.fr {
    background: rgb(233, 237, 239);
    color: rgb(78, 79, 83);
}

.wap_search input::-webkit-input-placeholder {
    color: rgb(153, 153, 153);
}

.wap_search input:focus::-webkit-input-placeholder {
    color: transparent;
}

/*banner*/
.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
    width: 100%;

}

.banner .slick-slide a .pic {
    padding-top: 100vh;
}

.banner .slick-slide a .pic::before {
    content: none;
}

.banner {
    overflow: hidden;
    position: relative;
    z-index: 1;

}



.banner .slick-slide a {
    display: block;
    overflow: hidden;
    position: relative;
}

.banner .slick-slide a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.5rem;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .6));
}


.banner .slick-slide img {
    display: block;
    width: 100%;
    transform: scale(1.1);
    transition: all 5s ease-out;
}

.banner .img_scale img {
    transform: scale(1);
}

.banner .slick-slide .a {
    top: 0;
    left: 0;
    transform: scale(1.1);
    transition: all 5s ease-out;
}

.banner .img_scale .a {
    transform: scale(1);
}

.banner a:hover .pic div.a {
    width: 100%;
    height: 100%;
}

.banner .slick-dots {
    position: absolute;
    bottom: .4rem;
    width: auto;
    left: 8.3%;
    margin: 0;
    padding: 0;
    z-index: 10;
    /* IE兼容 */
    zoom: 1;
}

.banner .slick-dots li {
    position: relative;
    width: .2rem;
    height: .2rem;
    margin: 0 .05rem;
    padding: 0;
    cursor: pointer;
    list-style: none;
    /* IE兼容 */
    display: inline-block;
    *display: inline;
    *zoom: 1;
    /* 为不支持flex的IE提供备用样式 */
    float: left;
}

.ban_dots {
    position: relative;
    /* 为不支持flex的IE提供备用样式 */
    display: block;
    *display: block;
    width: 100%;
    height: 100%;
    /* IE兼容 */
    zoom: 1;
}

/* 为支持flex的现代浏览器使用flex布局 */
.ban_dots.flex-supported {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ban_dots:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    /* IE兼容 */
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: .09rem;
    height: .09rem;
    border-radius: 50%;
    background: #b9c1bb;
    /* IE兼容 */
    zoom: 1;
}

.banner .slick-dots li.slick-active .ban_dots:after {
    background: #fff;
}

/* 降级方案 - 不支持SVG时显示简单圆点 */
.ban_dots.fallback {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #b9c1bb;
    margin: 0 auto;
}

.banner .slick-dots li.slick-active .ban_dots.fallback {
    background: #fff;
}

/* SVG相关样式 */
.progress-svg {
    width: 100%;
    height: 100%;
    /* IE兼容 */
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    zoom: 1;
}

.path-loop-bg {
    stroke: transparent;
    stroke-width: 4;
}

.banner .slick-dots li.slick-active .path-loop-bg {
    stroke: rgba(255, 255, 255, 0.4);
}

.path-loop {
    stroke: #fff;
    stroke-width: 2;
    stroke-dasharray: 157;
    /* 圆的周长 2πr ≈ 157 */
    stroke-dashoffset: 157;
    /* IE兼容 */
    -webkit-transition: stroke-dashoffset 6s linear;
    -moz-transition: stroke-dashoffset 6s linear;
    -o-transition: stroke-dashoffset 6s linear;
    transition: stroke-dashoffset 6s linear;
}

/* 激活状态的分页器进度条 */
.custom-dots li.slick-active .path-loop {
    stroke-dashoffset: 0;
}

.banner-slick {
    position: relative;
}

.banner-slick #down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: .35rem;
    z-index: 9;

}

.banner-slick #down a {
    display: block;
    cursor: pointer;
    animation: up 5s linear infinite;
}


@keyframes up {
    0% {
        -webkit-transform: translatey(0);
    }

    50% {
        -webkit-transform: translatey(10px);

    }

    100% {
        -webkit-transform: translatey(0);
    }
}

.banner-slick #down a span {
    font-size: .14rem;
    color: #fff;
}

@media screen and (max-width: 1024px) {

    .banner-slick {
        padding-top: 0;
    }

    .banner .slick-slide a .pic {
        padding-top: 50%;
    }

    .banner-slick #down {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .banner .slick-dots {
        bottom: .2rem;
    }


}

.main-content {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 98;
}

.main-content.content-hide {
    opacity: 0;
}

.main-content.content-show {
    position: relative;
    animation-duration: .8s;
    -webkit-animation-duration: .8s;
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
}

.main-content.content-show header,
.main-content.content-show .banner {
    animation: fadeIn .2s both 1.1s;
    -webkit-animation: fadeIn .2s both 1.1s;
}

.yd_main {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/main_bg.png) no-repeat center top/cover;
    z-index: 99999;
}

.loading.hide {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    z-index: -1;
}

.main1 {
    padding-top: 2rem;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fly {
    position: absolute;
    left: 19%;
    top: 0;
    animation: up 5s linear infinite;
}

.fly img {
    display: inline-block;
    height: 3.68rem;
}

.yd_main .logo1 {
    width: 1.2rem;
    margin: 0 .4rem;
}

.yd_main .logo1 span {
    display: block;
}

.yd_main .logo1 img {
    height: 1.2rem;
}


.yd_main .jdt {
    font-size: .32rem;
    color: #ad1e29;
    margin: .2rem 0;
}

.yd_main .logo_bt {
    text-align: center;
}

.yd_main .logo_bt h2 {
    font-size: .48rem;
    color: #222222;
    font-weight: bold;
}

.yd_main .logo_bt p {
    padding-top: .1rem;
    font-size: .12rem;
    color: #999999;
}

.yd_main .tiaozhuan {
    margin-top: .28rem;
}


.yd_main .tiaozhuan a {
    display: block;
    width: 1rem;
    height: .35rem;
    line-height: .32rem;
    border: 1px solid #d4d4d4;
    border-radius: .2rem;
    padding-left: .16rem;
    padding-right: .13rem;
}

.yd_main .tiaozhuan a span {
    font-size: .14rem;
    color: #ad1e29;
}

.yd_main .tiaozhuan a img {
    height: .1rem;
    margin-left: .23rem;
}

.loading .loading-process {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;

}

.loading-bar {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    position: relative;
    height: 1px;
    background: #c1c1c1;
}

.loading-bar .left,
.loading-bar .right {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #c9151e;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.loading-bar .left {
    right: 0;
}

.loading-bar .right {
    left: 0;
}

@media screen and (max-width: 1024px) {
    .fly img {
        height: 2rem;
    }

    .loading-bar .left,
    .loading-bar .right {
        margin-top: 0;
    }

    .yd_main .logo_bt h2 {
        font-size: .3rem;
    }

    .fly {
        left: 12%;
    }
}

@media screen and (max-width: 768px) {
    .main1 {
        padding-top: 1rem;
    }

    .fly {
        left: -18%;
    }

    .yd_main {
        overflow-x: hidden;
    }

    .yd_main .logo1 {
        margin: 0 .2rem;
    }
}

/*底部*/
.footer {

    background: url(../images/foot-bg.jpg) no-repeat center top;
    background-size: cover;
    color: #fff;
    position: relative;
}



.ft-top {
    padding: .7rem 0 .45rem;
}


.ft-l a {
    display: block;
}

.ft-l a img {
    display: block;
    height: 1.2rem;
}

.ft-m {
    order: -1;
}

.ft-m h2 {
    font-size: .24rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: .3rem;
}

.ft-m h2 span {
    padding-left: .1rem;
    padding-right: .03rem;
    font-size: .32rem;
    font-family: "dp-light";
}

.ft-m p {
    line-height: .36rem;
    font-size: .18rem;
    color: #fff;
}

.ft-r {
    width: 1.6rem;
}

.ft-r img {
    display: block;
    width: 100%;
}




.fd {
    padding: .15rem 0;
    line-height: .3rem;

    text-align: center;
}

.fd p,
.fd p a {
    font-size: .16rem;
    color: rgba(255, 255, 255, 1);
}

.fd p a {
    display: inline-block;

}

@media screen and (min-width: 1025px) {
    .ft-r .ftr-t a:hover::after {
        width: .35rem;
    }
}

@media screen and (max-width: 1024px) {

    .wp,
    .w1600,
    .w1680 {
        width: auto;
        max-width: inherit;
        padding-left: 0.2rem !important;
        padding-right: 0.2rem !important;
    }

    .header {
        display: none;
    }

    .m_header_box {
        display: block;
    }

    .ft-top {
        display: block;
    }

    .ft-l a img {
        margin: 0 auto;
        max-width: 100%;
        height: initial;
        margin-bottom: .2rem;
    }

    .ft-r {
        width: 100%;

        margin-top: .2rem;
    }

    .ft-r img {
        width: auto;
        margin: 0 auto;

    }
}

@media screen and (max-width: 768px) {




    .fd {
        line-height: .3rem;
    }

    .ft-top {
        padding-top: .2rem;
        padding-bottom: 0;
    }

    .ft-m h2 {
        margin-bottom: .2rem;
    }
}