/* public */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

i,
em,
b,
strong {
    font-style: normal;
    font-weight: normal;
}

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

input,
video {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    resize: none;
}

* {
    font-family: "Microsoft YaHei";
    color: #333;
    font-size: 14px;
}

a {
    text-decoration: none;
    list-style: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
    vertical-align: middle;
}

.clear:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clear {
    *zoom: 1;
}

.cl {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.overhidden {
    overflow: hidden;
}

.disbetween {
    display: flex;
    justify-content: space-between;
}

.table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.tablecell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}


/* header */

/* pc */
.h_top {
    background-color: rgb(228, 185, 91);
}

.h_topw {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.h_tl {
    float: left;
}

.h_tr {
    float: right;
}

.h_tl a {
    font-size: 12px;
    color: #fff;
    margin-right: 10px;
}

.h_tl a img {
    width: 14px;
}

.h_tr a {
    display: inline-block;
}

.h_tr a img {
    width: 30px;
    margin-left: 10px;
}

.h_nav {
    background-color: rgb(57, 56, 72);
}

.nav {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.nav ul {
    display: inline-block;
}

.nav ul li {
    float: left;
    width: 116px;
}

.nav ul li:nth-child(5) {
    width: 150px;
    position: relative;
    height: 12px;
}

.nav ul li:nth-child(5) a {
    position: absolute;
    top: -56px;
    left: 0;
    z-index: 100;
    width: 100%;

}

.nav ul li:nth-child(5) a img {
    width: 140px;
    display: block;
    margin: 0 auto;
}

.nav ul li a {
    color: #fff;
    display: inline-block;
    padding: 4px 0;
    width: 100%;
}

.nav ul li a:hover {
    color: rgb(228, 185, 91);
}

/* mob */
.mnav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 997;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.mnav_cont {
    width: 200px;
    height: 100%;
    background: #fff;
    position: relative;
    z-index: 999;
    overflow: scroll;
}

.mnav_lists li {
    width: 100%;
    text-align: center;
}

.mnav_lists li a {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 18px 0;
    color: #000;
}

.mnav_colse {
    width: calc(100% - 190px);
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 998;
    background: rgba(0, 0, 0, .5);
}

.open_mnav {
    display: none;
    float: right;
    margin: 24px 4px 4px;
    cursor: pointer;
}

.mfoot {
    width: 100%;
    position: fixed;
    width: 100%;
    background-color: rgb(228, 185, 91);
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 50;
    display: none;
}

.mfoot_item {
    width: 50%;
    text-align: center;
}

.mfoot_item a {
    width: 100%;
    display: inline-block;
}

.mfoot_img {
    margin: 4px auto 0;
}

.mfoot_img img {
    margin: 0 auto;
}

.mfoot_title {
    font-size: 12px;
    color: #fff;
    padding-bottom: 4px;
}



/* content */
.banner {
    width: 100%;
}

.s_banner {
    width: 100%;
    min-width: 1200px;
}

.s_banner .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.s_banner .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.s_banner .swiper-slide {
    position: relative;
}

.s_banner img {
    width: 100%;
}

.s_btext {
    margin-top: 14%;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 101;
    text-align: center;
}

.i_t14 {
    font-size: 48px;
    color: #fff;
    text-align: center;
}

.i_t15 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 30px 0 70px;
}

.i_btn2 {
    border: 1px solid #fff;
    color: #fff;
    padding: 15px 100px;
    display: inline-block;
    border-radius: 50px;
    display: inline-block;
    margin: 0 auto;
}


.i_btn2:hover {
    border: 1px solid rgb(228, 185, 91);
    background-color: rgb(228, 185, 91);
}


.i_gsjs {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 120px;
}
.i_kuhl {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 120px;
}

.i_gsl {
    width: 50%;
}

.i_gsr {
    width: 50%;
}

.i_bg1 {
    display: block;
    margin: 0 auto;
    margin-top: -58px;
    z-index: 100;
    position: relative;
}

.i_t1 {
    color: #393846;
    font-size: 24px;
    text-align: center;
    padding: 50px 0 90px;
}

.i_gsl {
    width: 44%;
    float: left;
    padding-right: 6%;
}

.i_gsr {
    width: 50%;
    float: right;
}

.i_t2 {
    color: #888586;
    font-size: 14px;
    line-height: 26px;
}

.i_t3 {
    color: #e4b95b;
    font-size: 14px;
    padding: 10px 0 60px;
}

.i_t3 img {
    width: 30px;
}

.i_btn1 {
    background-color: rgb(33, 32, 47);
    color: #fff;
    padding: 15px 60px;
    display: inline-block;
    border-radius: 50px;
}

.igsrl {
    width: 50%;
    float: left;
}

.igsrl img:first-child {
    margin-bottom: 30px;
}

.igsrr {
    width: 50%;
    float: right;
}

.igsrr img {
    margin-top: 30px;
}

.i_fwxm {
    background-image: url('../images/bg1.png');
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: auto;
    padding-bottom: 100px;
    margin-top: -60px;
}

.i_t4 {
    color: #e4b95d;
    font-size: 30px;
    text-align: center;
    padding: 120px 0 30px;
    font-weight: bold;
}

.i_t5 {
    color: #e7e2e3;
    font-size: 14px;
    text-align: center;
    padding-bottom: 50px;
}

.i_fwcont li {
    float: left;
    width: 15%;
    margin: 5% 5% 0;
    text-align: center;
}

.i_fwcont li span {
    color: #e4b95d;
    font-size: 18px;
    display: block;
    padding: 30px 0;
}

.i_fwcont li p {
    color: #e9e3ea;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
}

.i_fwys {
    padding-bottom: 120px;
    background-color: rgb(243, 242, 237);
}

.i_fwcont2 {
    width: 1200px;
    margin: 0 auto;
}

.i_t6 {
    color: #000;
    font-size: 30px;
    text-align: center;
    padding: 0px 0 30px;
    font-weight: bold;
}

.i_t7 {
    color: #000;
    font-size: 14px;
    text-align: center;
    padding-bottom: 50px;
}

.i_bg2 {
    display: block;
    margin: 0 auto;
    position: relative;
    top: -58px;
    z-index: 10;
}

.i_t8 {
    color: #222031;
    font-size: 30px;
    text-align: center;
}

.i_t9 {
    color: #434a54;
    font-size: 14px;
    padding: 30px 0 90px;
    text-align: center;
}

.i_fwjj {
    text-align: center;
}

.i_fwjj ul {
    display: inline-block;
}

.i_fwjj ul li {
    width: 180px;
    text-align: center;
    float: left;
}

.i_fwjj ul li span {
    color: #e4b95d;
    font-size: 30px;
}

.i_fwjj ul li p {
    color: #9d9b9b;
    font-size: 14px;
}

.i_gscont {
    padding: 70px 0 0;
}

.i_gsch li {
    width: 29.33%;
    margin: 0 2%;
    text-align: center;
    float: left;
}

.i_gsch li a {
    display: inline-block;
    width: 100%;
}

.i_gsch li a img {
    width: 100%;
}

.i_gsch li p {
    font-size: 16px;
    color: #21212e;
    line-height: 24px;
    padding-top: 12px;
}

.i_gsch li span {
    font-size: 14px;
    color: #a19f9f;
    display: block;
    padding-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.i_gsch li a:hover p {
    color: #e4b95d;
}

.i_tdjs {
    background-image: url('../images/bg4.png');
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: auto;
    padding-bottom: 100px;
    margin-top: -60px;
}

.i_t10 {
    color: #000;
    font-size: 30px;
    text-align: center;
    padding: 120px 0 30px;
    font-weight: bold
}

.i_tdcont {
    width: 540px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.s_td {
    width: 100%;
}

.s_td .swiper-slide {
    width: 100%;
    text-align: center;
}

.s_td img {
    width: 75px;
    height: 75px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.s_td p {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.i_tdcont .s_tdpage {
    position: relative;
}

.i_tdcont .swiper-pagination-bullet {
    margin: 0 5px;
}

.i_tdcont .swiper-pagination-bullet-active {
    background: #fff;
}


.i_news {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 120px;
}


.i_nitem li {
    width: 21%;
    margin: 0 2%;
    text-align: center;
    float: left;
}

.i_nitem li a {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.i_nitem li a img {
    width: 100%;
    transition: 0.5s;
}

.i_nmask {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 10;
    padding: 10px 20px;
    box-sizing: border-box;
    margin-top: 174px;
    transition: 0.5s;
}

.i_nmask span {
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    transition: 0.5s;
}


.i_nmask p {
    color: #fff;
    font-size: 12px;
    text-align: left;
}

.i_nitem li a:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}

.i_nitem li a:hover .i_nmask {
    margin-top: 0;
    transition: 0.5s;
}

.i_nitem li a:hover span {
    padding-top: 50px;
    transition: 0.5s;
}

.i_foot {
    background-image: url('../images/bg6.png');
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: auto;
    padding-bottom: 100px;
}

.i_bg3 {
    display: block;
    margin: 0 auto;
    margin-top: -58px;
    z-index: 30;
    position: relative;
}

.i_t11 {
    color: #e4b95b;
    font-size: 30px;
    text-align: center;
    display: block;
    padding: 30px 0 20px;
}

.i_t12 {
    color: #ffffff;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    display: block;
}

.i_t13 {
    color: #666;
    font-size: 14px;
}

.i_t13 a{
    color: #666;
    font-size: 14px;
}
.i_foot2 {
    position: relative;
    text-align: center;
}

.i_bg4 {
    display: block;
    margin: 0 auto;
    margin-top: -58px;
    z-index: 31;
    position: relative;
}

.i_foot2 p {
    background-color: rgb(228, 185, 91);
    margin-top: -1px;
}

.i_foot2 a {
    color: #fff;
    position: relative;
    top: -30px;
    z-index: 32;
}

.break {
    width: 1200px;
    margin: 0 auto;
    color: #333333;
    font-size: 12px;
    padding: 12px 0;
}

.break a {
    color: #666;
    font-size: 12px;
}

.break .b_active {
    color: #999;
    font-size: 12px;
}

.break .b_back {
    float: right;
}

.break .b_back:hover {
    color: rgb(228, 185, 91);
}

.d_t1 {
    color: #444444;
    font-size: 24px;
    padding: 40px 0 10px;
    
}

.d_t2 {
    text-align: center;
}

.d_t2 span {
    font-size: 12px;
    color: #999;
    margin: 0 100px;
}

.d_t2 span img {
    width: 12px;
}

.d_cont {
    padding: 30px 0 60px;
}

.pages {
    padding-bottom: 100px;
}

.pages a {
    display: block;
    color: #999;
    font-size: 14px;
    padding-bottom: 20px;
}

.pages a:hover {
    color: rgb(228, 185, 91);
}

.logo2 {
    width: 100px;
    display: inline-block;
    display: none;
    float: left;
}

.logo2 img {
    width: 100%
}



@media screen and (min-width: 200px) and (max-width:800px) {
    .container {
        width: 100%;
    }

    .open_mnav {
        display: block;
    }

    .mfoot {
        display: flex;
    }

    body {
        padding-bottom: 56px;
    }


    /* content */
    .s_banner {
        width: 100%;
        min-width: auto;
    }

    .h_topw {
        width: 100%;
        padding: 10px 0;
    }

    .h_tr {
        display: none;
    }

    .nav {
        display: none;
    }

    .logo2 {
        display: block;
    }

    .s_btext {
        margin-top: 6%;
    }

    .i_t14 {
        font-size: 26px;
    }

    .i_t15 {
        font-size: 20px;
        padding: 10px 0;
    }

    .i_btn2 {
        padding: 10px 20px;
    }

    .i_gsjs {
        width: 100%;
        padding-bottom: 0px;
    }

    .i_t1 {
        padding: 20px 0;
    }

    .i_gscont {
        padding: 20px 0 0;
    }

    .i_gsl {
        width: 96%;
        margin: 2%;
        padding-right: 0;
    }

    .i_gsr {
        width: 96%;
        margin: 2%;
    }

    .igsrr,
    .igsrl {
        width: 46%;
        margin: 2%;
        ;
    }

    .igsrr img {
        margin-top: 0;
        margin-bottom: 30px;
        width: 100%;
    }

    .igsrl img {
        margin-top: 0;
        margin-bottom: 30px;
        width: 100%;
    }

    .i_fwcont li {
        width: 46%;
        margin: 2% 2% 0;
    }

    .i_fwxm {
        background-position: top;
        background-size: auto 100%;
        position: relative;
        z-index: 5;
    }

    .i_gsch li {
        width: 46%;
    }
    
    .i_kuhl{
        width: 100%;
    }

    .i_fwcont2 {
        width: 100%;
    }

    .i_t6 {
        font-size: 26px;
        padding: 0px 0 20px;
    }

    .i_t7 {
        padding-bottom: 30px;
    }

    .i_t8 {
        font-size: 24px;
    }

    .i_fwjj ul li {
        width: 33.33%;
    }

    .i_tdcont {
        width: 100%;
    }

    .i_news {
        width: 100%;
    }

    .i_nitem li {
        width: 46%;
        margin: 2%;
    }

    .i_to {
        display: none;
    }

    .break {
        width: 100%;
    }

}