@charset "utf-8";

/* CSS Document */
html {
    color: #fff;
    background-image: url(./images/bg.jpg);
    background-color: #000;
    background-size: 100% 100%;
    font-family: microsoft yahei;
}

body {
    font-size: 16px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

ol,
ul,
li {
    list-style: none;
}

.fl,
.fr {
    _display: inline;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

img {
    border: none;
    display: block;
}

a {
    text-decoration: none;
    color: #333;
}

.cl {
    clear: both;
}

.cl:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.relative {
    position: relative;
}

.bg_white {
    background: #fff;
}

.content {
    width: 1200px;
    margin: 0 auto;
    position: relative
}

.bg1 {
    background: #f6f6f6;
}

.flex_y_a {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: space-around;

}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex_x_b {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.banner img {
    width: 100%;
    display: block;
}

.w1200 {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.title {
    padding-top: 130px;
    display: flex;
    width: 160px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* justify-content: center; */
    color: #fff;
}

.title p {
    font-size: 40px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.title i {
    align-self: flex-start;
    margin-left: 0px;
    margin-top: 10px;
}

.title p::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
    height: 10px;
    background-color: #bd534b;
}

.p01 h2 {
    margin: 30px 0;
    font-size: 45px;
}

.p01-box {
    width: 100%;
    height: 100%;
}

.p01_box {
    margin-top: 50px;
    height: 700px;
    width: 100%;

}

.p01 .text_content {
    width: 100%;
    border: 1px solid gray;
    padding: 20px 20px;
    box-sizing: border-box;
}

.p01 .text_content p {
    text-indent: 25px;
    line-height: 2;
    text-align: justify;
}

img {
    width: 100%;
}

.img_box {
    margin-top: 40px;
    width: 100%;
}

.img_box img {
    width: 49%;
}

.swiper_box {
    width: 100%;
    display: flex;
    /* height: 500px; */

}

.box {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 300px;
    background-color: #000;
    z-index: 1;
}

.p03 {

    position: relative;
    height: 700px;
    background-color: #bd534b;

}

.p03 ul {
    position: relative;
    z-index: 2;
    margin-top: 40px;
    width: 100%;
    padding-bottom: 250px;
}

.p03 li {
    width: 219px;
    height: 303px;
    background-color: #efebeb;
    flex-direction: column;
}

i {
    font-style: normal;
}

.p03 li i {
    font-size: 70px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 113px;
    letter-spacing: -3px;
    color: #bd534b;
    width: 113px;
    height: 113px;
    text-align: center;
    border-radius: 50%;
    border: solid 1px #bd534b;
}

.p03 li p {
    font-family: SourceHanSansCN-Heavy;
    margin-top: 30px;
    width: 190px;
    height: 74px;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #bd534b;
    text-align: center;
}

.btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 180px;
    height: 90px;
}

.btn1 {
    left: 0;
    right: auto;
}

.sl-next {
    background-image: url(./images/right.png);
    width: 90px !important;
    height: 90px !important;
    right: 0;
    left: auto;
    top: auto;
    bottom: 0;
    background-size: 100% 100%;

}

.sl-prev {
    background-image: url(./images/right.png);
    width: 90px !important;
    height: 90px !important;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    transform: rotate(180deg);
    background-size: 100% 100%;

}

.video {
    position: absolute;
    right: 0;
    left: 0;
    top: 370px;
    margin: 0 auto;
    width: 1080px;
    height: 608px;
    z-index: 2;
    background-color: #dcdcdc;
}

.text {
    width: 442px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0px;
    color: #ffffff;
    font-style: normal;
}

.video_dox {
    height: 1080px;
    position: relative;
}

.viode_o {
    margin-top: 100px;
    width: 900px;
    height: 250px;
    background-color: #bd534b;
}

.video_bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 530px;
    background-color: #000;

}

.swiper-sl {
    width: 100%;
    height: 100%;
}

.swiper_box>div {
    width: 55%;
    height: 100%;
}

.sl {
    margin-left: 60px;
}

.swiper_box {
    margin-top: 135px;
}

.p03 {
    margin-top: 135px;
}

.sss {
    margin-right: 60px;
}

.swiper-pagination-bullet {
    width: 60px;
    height: 8px;
    border-radius: 0;
    background-color: #bfbfbf;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #bd534b;
}

.foot {
    width: 100%;
    height: 330px
}

.foot .foot-box {
    padding-top: 60px;
    width: 1180px;
    height: 160px;
    margin: 0 auto
}

.foot .cehua {
    margin-left: 15px;
    float: left;
    color: #fff;
    font-size: 30px;
    font-weight: 600
}

.foot .cehua span:nth-child(1) {
    color: #af1f24
}

.foot .cehua span:nth-child(2) {
    font-size: 18px;
    font-weight: 100
}

.foot .editor {
    margin-left: 80px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    float: left
}

.foot .mianze {
    width: 1200px;
    height: 90px
}

.foot .mianze img {
    width: 132px;
    height: 83px;
    display: inline-block;
}

.foot .mianze p {
    margin: 16px 20px 0 0;
    float: right;
    height: 90px;
    width: 1020px;
    font-size: 16px;
    line-height: 30px;
    color: #fff
}
.video .iframe{
    width: 100%;
    height: 100%;
}

/* .znz-bm-tips-wrap,.znz-bm-tips{
    display: none;
} */
.p01,.p02,.p03 {
    font-size: 16px;
    color: #fff;
}
.pb180{
    padding-bottom: 0 !important;
}
@media screen and (max-width:1200px) {

    /* html {color: #222;background: #fff; font-size:62.5%; } */
  

}

@media screen and (max-width:750px) {
    body {
        color: #fff;
    background-image: url(./images/bg.jpg) !important;
    background-color: #000;
    background-size: 100% 100%;
    font-family: microsoft yahei;
    }
    .title p::before{
        height: .1rem;
    }
    .znz-bm-new,.znz-bm-tips-wrap,.znz-bm-tips{
        display: none !important;
    }

.box{
    height: 2rem;
}

    .foot {
        width: 100%;
        height: 4rem
    }
    
    .foot .foot-box {
        padding-top: .6rem;
        width: 7.1rem;
        height: 1.6rem;
        margin: 0 auto
    }
    
    .foot .cehua {
        margin-left: .15rem;
        float: left;
        color: #fff;
        font-size: .3rem;
        font-weight: 600
    }
    
    .foot .cehua span:nth-child(1) {
        color: #af1f24
    }
    
    .foot .cehua span:nth-child(2) {
        font-size: .18rem;
        font-weight: 100;
    }
    
    .foot .editor {
        margin-left: .40rem;
        line-height: .50rem;
        color: #fff;
        font-size: .16rem;
        float: left
    }
    
    .foot .mianze {
        width: 7.1rem;
        height:2rem;
        display: flex;
        align-items: center;
    }
    
    .foot .mianze img {
        width: 1.32rem;
        height: .83rem;
      margin-top: -.2rem;
        
    }
    
    .foot .mianze p {
        margin: .16rem 0 0 .2rem;
        float: right;
        height: 2rem;
        width: 5.5rem;
        font-size: .16rem;
        line-height: .30rem;
        color: #fff
    }
    


    .w1200 {
        position: relative;
        width: 7.1rem;
        margin: 0 auto;
    }

    .swiper-pagination-bullet {
        width: 0.34rem;
        height: 0.05rem;
        border-radius: 0;
        background-color: #bfbfbf;
        opacity: 1;
    }

    .swiper-pagination-bullet-active {
        background-color: #bd534b;
    }

    .p01_box {
        margin-top: .4rem;
        height: 5rem;
    }

    .p01 h2 {
        width: 2.31rem;

        font-family: SourceHanSansCN-Medium;
        font-size: .27rem;
        font-weight: normal;
        font-stretch: normal;
        margin: .4rem 0;
    }

    .p02 h2 {
        margin: .01rem 0;
    }

    .p01 .text_content {
        font-size: .16rem !important;
    }

    .sl {
        margin-left: .2rem
    }

    .sss {
        margin-right: 0;
    }

    .title {
        padding-top: .2rem;
        width: 1.25rem;
    }

    .title p {

        font-size: .28rem;
    }

    .title i {
        margin-top: .02rem;
        font-size: .11rem;
        transform: scale(0.83);
    }

    .btn {
        width: .72rem;
        height: .36rem;
    }

    .sl-prev,
    .sl-next {
        width: .36rem !important;
        height: .36rem !important;
    }

    .p01 .text_content {
        padding: .1rem .1rem;
    }

    .text_content p {
        transform: scale(0.83);
        font-size: .1rem;
        width: 120%;
        margin-left: -.7rem;
    }

    .swiper_content {
        height: 3.2rem !important;
    }

    .p02 {
        overflow: hidden;
    }

    .text {
        width: 5.5rem;
        height: 4rem;
        font-family: SourceHanSansCN-Medium;
        font-size: .1rem;
        font-weight: normal;
        font-stretch: normal;
        margin-top: -.8rem;
        margin-left: -1.2rem;
        transform: scale(0.6);
        overflow: auto;

    }

    .gg {
        padding-top: 0;
        margin-top: -.5rem;
    }

    .text1 {

        margin-top: -.8rem;
        margin-right: -1.1rem;

        height: 4.2rem;
    }

    .p03 {
        margin-top: .4rem;
        height: 3.5rem;

    }

    .p03 ul {
        margin-top: .1rem;
        padding-bottom: 1rem;
    }

    .p03 li {
        width: 1.19rem;
        height: 1.65rem;
    }

    .swiper_box {

        margin-top: .7rem;
        height: 3.2rem;
    }

    .p03 li i {
        font-size: 0.38rem;
        width: 0.63rem;
        height: 0.63rem;
        line-height: .63rem;
    }

    .p03 li p {
        width: 100%;
        margin-top: .1rem;
        font-size: .16rem;
        line-height: 1.2;
        height: .7rem;
    }

    .bb {
        height: 3.2rem;
    }

    .video {
        width: 5.93rem;
        height: 3.34rem;
        top: 1.5rem;

    }

    .viode_o {
        margin-top: .2rem;
        height: 2rem;
        width: 4rem;
    }

    .video_dox {
        height: 5.2rem
    }

    .video_bg {
        height: 2.2rem;
    }

}