* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}

html,
body {
    color: #333;
    font-size: 0.16rem;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    font-family: "Microsoft YaHei";
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,
b {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

i,
em,
b {
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:focus,
div:focus {
    border: none;
    outline: none;
}

img,
input {
    border: 0;
}

input,
button {
    border: none;
    outline: none;
    color: inherit;
    background-color: transparent;
}

.f0 {
    font-size: 0;
}

input[type='text']:focus-visible {
    outline: none;
}

.phone {
    display: none;
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    content: "."
}

.wrap {
    max-width: 15.6rem;
    margin: 0 auto;
}

.pic {
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in;
}

.pic .img_n {
    display: none;
}

.pic .img_hezi {
    padding-top: 75%;
    background-size: cover !important;
    transition: all 0.3s ease-in;
}


.icon img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: all 0.3s ease-in;
}

.cover_img {
    position: relative;
    /*padding-top: 75%;*/
    overflow: hidden;
}

.cover_img>div:first-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in;
}

.pic .img_hezi:hover {
    transform: scale(1.05);
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.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;
    align-items: center;
    justify-content: space-between;
}

.flex-v-bottom {
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: left;
}

.eclip {
    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;
}

.head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.7s ease-out 0s;
}


.head .headtop {
    height: 42px;
    background: #7f0902;
    line-height: 42px;
}

.head .headtop p {
    font-size: 14px;
    color: #fff;
    opacity: 0.57;
}

.head .headtop p.welcome {
    float: left;
}

.head .headtop .time {
    float: right;
    font-size: 14px;
    color: #fff;
    opacity: 0.57;
}

.head .w{
    margin: 0 auto;
    padding: 0.23rem 0 ;
}
.logo a,
.logo img {
    height: auto;
}

.headxx {
    position: relative;
}

.headxx img {
    margin-top: 0.19rem;
}

.head2 .headxx img {
    margin-top: 0.17rem;
}

.d1 {
    font-size: 0;
    text-align: right;
}

.d1 .d-link a {
    display: inline-block;
    font-size: 0.14rem;
    color: #fff;
    line-height: 1;
    padding: 0.1rem 0.18rem 0.1rem;
}

.d1 .search,
.d1 .d-link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #6992b8;
    border-radius: 21px;
    height: 0.42rem;
    width: 3rem;
    text-align: left;
    margin-top: 0.19rem;
}

.head2 .d1 .search,
.head2 .d1 .d-link {
    border: 1px solid #fff;
    margin-top: 0.17rem;
}

.d1 .search {}

.d1 .search input[type='text'] {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.14rem;
    width: 80%;
    padding: 0 0 0 15px;
    color: #fff;
    height: 100%;
    text-align: left;
}

.d1 .search input[type='image'] {
    display: inline-block;
    vertical-align: middle;
    padding: 0.095rem;
    margin-left: 0.07rem;
    width: auto;
}

input::-webkit-input-placeholder {
    color: rgba(198, 198, 198, 0.73);
}

input::-moz-placeholder {
    color: rgba(198, 198, 198, 0.73);
}

input::-ms-input-placeholder {
    color: rgba(198, 198, 198, 0.73);
}

.nav {
    position: relative;
}

.nav::before {
    position: absolute;
    left: 0;
    top: 0px;
    content: "";
    width: 1400px;
    height: 1px;
    background: #fff;
    opacity: 0.2;
}

.nav>ul>li {
    position: relative;
    line-height: 0.58rem;
    margin-left: 0.2rem;
}

.nav>ul>li>a {
    display: block;
    font-size: 0.18rem;
    color: #fff;
    padding-right: 0.15rem;
}

.nav>ul>li>.sub-nav {
    position: absolute;
    left: 50%;
    top: 100%;
    width: 1.5rem;
    background: #fff;
    transform: translateX(-50%);
    display: none;
    z-index: 99;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.25);
}

.nav>ul>li>.sub-nav a {
    display: block;
    font-size: 0.16rem;
    line-height: 1.5em;
    padding: 0.1rem 0.15rem;
    color: #333;
    text-align: center;
}

.nav>ul>li>.sub-nav a:hover {
    color: #7f0902;
}

.body_h.showdiv .head {
    transform: none;
    opacity: 1;
}

.head2 {
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.25);
}

.head2>.d1 {
    padding: 0.23rem 0;
    background: #7f0902;
}

.head2 .d2 {
    background: #7f0902;
}

.head2 .d2 .nav {
    align-self: center;
}

.head2 .d2 .nav>ul>li>a {
    color: #fff;
}

.head2 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.5s ease-out 0s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.body_b.showdiv .head2 {
    transition: all 0.7s ease-in-out 0.5s;
    transform: none;
    opacity: 1;
}

.foot {
    background: url("../images/fbg.png") no-repeat center;
    background-size: cover;
    box-sizing: border-box;
}

.foot .f1 {
    position: relative;
    padding-bottom: 0.36rem;
    padding-top: 0.55rem;
}

.foot .f_l {
    float: left;
    width: 30%;
}

.foot .f_l h4 {
    font-size: 0.2rem;
    color: #fff;
    line-height: 1;
}

.foot .f_l .f_l_link {
    margin-top: 0.22rem;
}

.foot .f_l .f_l_link li {
    width: 31%;
    margin-right: 3%;
    float: left;
    border: 1px dashed #c4918e;
    height: 0.43rem;
    line-height: 0.43rem;
    text-align: center;
    margin-bottom: 0.25rem;
}

.foot .f_l .f_l_link li.tri {
    margin-right: 0;
}

.foot .f_l .f_l_link li a {
    font-size: 0.16rem;
    color: #fff;
}


.foot .f_c {
    margin: 0 5%;
    position: relative;
    width: 30%;
    float: left;
}

.foot .f_c .f-logo {
    width: 4.03rem;
    height: auto;
    margin: 0 auto;
    margin-top: 0.3rem;
}

.foot .f_c .f-logo img {
    display: block;
    width: 100%;
}

.foot .f_c .f-list {
    /* overflow: hidden; */
    margin-top: 0.37rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.foot .f_c .f-list>div {
    float: left;
    width: 0.48rem;
    height: 0.48rem;
    margin-left: 0.32rem;
    position: relative;
}

.foot .f_c .f-list>div:first-child {
    margin-left: 0;
}

.foot .f_c .f-list>div>img {
    display: block;
    width: 100%;
}

.foot .f_c .f-list .code {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -0.57rem;
    margin-bottom: 10px;
    margin-top: 0.16rem;
    padding: 0.05rem;
    width: 1.14rem;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    visibility: hidden;
    opacity: 1;
    transform: translateY(-0.1rem);
    transition: all 0.2s ease-out 0s;
    z-index: 99;
}

.foot .f_c .f-list .code>img {
    display: block;
    width: 100%;
}

.foot .f_c .f-list .code:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    border: 0.08rem solid transparent;
    font-size: 0;
    border-top-color: #fff;
    transform: translateX(-50%);
}

.foot .f_c .f-list>div:hover .code {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.foot .f_r {
    float: right;
    width: 30%;
}

.foot .f_r h4 {
    font-size: 0.2rem;
    color: #fff;
    line-height: 1;

}

.foot .f_r p {
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.44rem;
    background-repeat: no-repeat;
    background-position: left center;
}
.foot .f_r p img{
    width: 21px;
    vertical-align: middle;
    margin-right: 8px;
}


.foot .f_r>div {
    margin-top: 0.22rem;
}

.bq {
    text-align: center;
    background: #730a04;
    height: 0.5rem;
    line-height: 0.5rem;
}
.bq span{
    font-size: 0.16rem;
    line-height: 1.5em;
    color: #fff;
    vertical-align: middle; 
    display: inline-block;
    margin-right:5px;
}
.bq a {
    display: inline-block;
    font-size: 0.16rem;
    line-height: 1.5em;
    color: #fff;
    vertical-align: middle;
    margin:0 5px;
}

.bq a.h-ic {
    padding-left: 0.24rem;
    background-size: 0.18rem;
}

.bq img {
    display: inline-block;
    vertical-align: middle;
    width: 0.2rem;
    height: 0.24rem;
    margin: 0 0.1rem;
}

.top {
    /*max-width: 1920px;*/
    margin: 0 auto;
    position: fixed;
    right: 0.3rem;
    top: 0.35rem;
    width: 0.39rem;
    height: 0.39rem;
    z-index: 9999;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 0.39rem;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width: 1560px) {
    .wrap {
        max-width: none;
        width: 98%;
    }
}

@media screen and (max-width: 1060px) {
    html {
        font-size: 80px !important;
    }

    html,
    body {
        overflow-x: hidden;
    }

    .wrap {
        width: 96%;
    }

    .pc {
        display: none !important;
    }

    html,
    body {
        overflow-x: hidden !important;
    }

    .phone {
        display: block;
    }

    .wap-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #7f0902;
        background-size: cover;
        padding: 0.2rem;
        z-index: 999;
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 0.4rem;
    }

    .m-logo img {
        max-height: 0.7rem;
        max-width: 80%;
        vertical-align: middle;
    }

    .m-search {
        margin: 0 0.12rem;
        padding-right: 0.5rem;
        padding-left: 0.1rem;
        padding-top: 0.05rem;
        padding-bottom: 0.05rem;
        position: relative;
        line-height: 0.5rem;
        /* background: #fff; */
        margin-top: 0.15rem;
        border: 1px solid #fff;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 0.5rem;
        background: none;
        color: #fff;
    }

    .m-search input[type="text"]::placeholder {
        color: #fff;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 0.15625rem;
        top: 50%;
        height: 0.25rem;
        transform: translateY(-50%);
    }

    .m-nav {
        position: fixed;
        top: 1.1rem;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #7f0902;
        overflow-y: scroll;
        width: 100%;
        max-width: 5.8593rem;
    }

    .m-nav ul {
        padding: 0 0.23437rem;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }

    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
    }

    .m-nav ul li ul li {
        border: none;
    }

    .m-nav>ul>li a {
        display: block;
        font-size: 0.22rem;
        line-height: 0.46rem;
        padding: 0.16rem 0;
        position: relative;
        color: #fff;
    }

    .m-nav>ul>li ul li a {
        padding: 0.12rem 0;
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: 0.3125rem;
        height: 0.3125rem;
        background: url('../images/nav-icon.png') no-repeat center center;
        background-size: 0.12rem 0.15rem;
        right: 0;
        top: 0.23rem;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }

    .foot {
        /* position: relative; */
        /* padding: 0 10px; */
    }
    .foot .f1{
        padding-left:0.2rem;
        padding-right:0.2rem;
    }
    .foot .f_l {
        float: none;
        width: 100%;
    }

    .foot .f_c {
        width: 100%;
        margin: 0;
        float: none;
    }
    
    .foot .f_c .f-logo {
        margin: 0 auto 0.25rem;
        width: auto;
        max-width: 50%;
        height: auto;
    }

    .foot .f_c .f-list {
        margin: 0.2rem auto;
        position: relative;
        text-align: center;
        max-width: 50%;
        left: 0;
        transform: translate(0px);
        justify-content: center;
    }
    .foot .f_c .f-list>div{
    }

    .foot .f_r {
        float: none;
        width: 100%;
        margin: 0 auto;
        margin-top: 0.3rem;
    }

    .foot .f_r h4 {
        font-size: 0.2rem;
        text-align: center;
    }

    .foot .f_r p {
        font-size: 0.16rem;
        text-align: center;
    }

    .foot .f_r>div {
        margin-top: 0.125rem;
    }
    .bq{
        padding-left:0.2rem;
        padding-right:0.2rem;
        height: auto;
    }

}

@media screen and (max-width: 640px) {
    html {
        font-size: 65px !important;
    }

    .m-nav {
        max-width: none;
        width: 100%;
    }

}

@media screen and (max-width: 480px) {
    .foot .f_c .f-logo {
        max-width: 80%;
    }
    .foot .f_r h4{
        text-align: left;
    }
    .foot .f_r p{
        text-align: left;
    }
}