/* public */
body,
p,
button,
input,
textarea,
th,
td,
ul,
li {
    margin: 0;
    padding: 0;
}

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

textarea {
    outline: none;
    resize: none;
}

* {
    font-family: "Microsoft YaHei";
}

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

a:hover {
    text-decoration: none;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
}

.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: 1388px;
    margin: 0 auto;
}

.w1200 {
    width: 1200px;
    margin: 0;
}

.w1080 {
    width: 1080px;
    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 */

.h_top {
    width: 100%;
    min-width: 1200px;
    background-color: #e3b300;
    height: 100px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

.logo {
    width: 250px;
    float: left;
    margin-top: 22px;
    margin-right: 30px;
}

.logo img {
    width: 100%;
}

.nav {
    float: left;
    margin-left: 60px;
}

.nav li {
    list-style: none;
    float: left;
    padding: 0 10px;
    list-style: none;
}

.nav li a {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 100px;
    padding: 0 10px;
}

.nav li a:hover {
    color: #333333;
    background-color: #ffc800;
}

.t_clb>.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    left:-128px !important;
}

.nav li.n_active a {
    color: #333333;
    background-color: #ffc800;
    /*background-color: #f5a700;
    color: #f6d15b;*/

}

.h_tel {
    width: 200px;
    float: right;
    margin-top: 30px;
}

.h_t1 {
    font-size: 15px;
    color: #ffffff;
    text-align: right;
}

.h_t2 {
    margin-top: 4px;
}

.h_t2 hr {
    width: 27px;
    height: 1px;
    border: none;
    background-color: #ffffff;
    float: right;
    margin-top: 10px;
}

.h_t2 span {
    font-size: 15px;
    color: #ffffff;
    float: right;
    margin: 0 10px;
}

.swiper-pagination-bullet-active {
    background-color: #e3ae00 !important;
}
.footer {
    width: 100%;
    background-image: url('../images/bg2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 100px 0 60px;
    min-width: 1200px;
    box-sizing: border-box;
}

.f_l {
    width: 65%;
    float: left;
}

.f_r {
    width: 35%;
    float: right;
    border-left: 1px solid #535353;
    box-sizing: border-box;
}

.f_ritem {
    width: 130px;
    float: right;
    text-align: center;
    margin-left: 20px;
}

.f_ritem img {
    display: block;
    margin: 0 auto;
}

.f_ritem img:nth-child(1) {
    width: 25px;
    margin-bottom: 15px;
}

.f_ritem img:nth-child(2) {
    width: 120px;
    height: 120px;
}

.f_ritem p {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 7px;
    color: #ffffff;
}

.f_t1 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #9c9c9c;
}

.f_t2 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #feffff;
}

.f_ltop {
    margin-bottom: 55px;
}

.f_ltop img {
    width: 73px;
    float: left;
    margin-right: 20px;
}

.f_ltop>div {
    float: left;
}

.f_ltop>div span {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #b9b9b9;
}

.f_ltop>div p {
    font-size: 34px;
    line-height: 30px;
    letter-spacing: 3px;
    color: #ffffff;
}

/* 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: 20px 4px 4px;
    cursor: pointer;
}

.mfoot {
    width: 100%;
    position: fixed;
    width: 100%;
    background: #313131;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 101;
    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 img {
    width: 100%;
}

.s_banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 70px;
    height: 4px;
    border-radius: 0px;
}

.s_banner .swiper-pagination-bullet-active {
    background: #006f91;
}

.i_ppjs {
    padding: 150px 0  100px 0;
}

.i_ppl {
    width: 46.5%;
    float: left;
}

.i_ppr {
    width: 46.5%;
    float: right;
}

.i_title1 {
    margin-bottom: 10px;
}

.i_title1 img {
    float: left;
    width: 60px;
    margin-right: 10px;
}

.i_title1>div {
    float: left;
}

.i_t1 {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #343434;
}

.t_tsc .fg01{
    margin-bottom: 50px;
}

.i_t2 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #000000;
    margin-bottom: 20px;
}

.i_video {
    width: 617px;
    height: 411px;
    /* background-color: #01cfd8; */
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.i_video video {
    width: 100%;

}

.i_ppr img {
    width: 100%;
    margin-bottom: 45px;
}

.i_t3 {
    font-size: 24px;
    margin: 0 0 14px;
    letter-spacing: 2px;
    /*color: #FDB200;*/
    color: #f5c000;
    font-weight: bold;
}

.i_t4 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #343434;
}

.i_jmcont {
    /* background-image: url('../images/dian3.png'); */
    background-repeat: no-repeat;
    background-position: bottom;
    margin-bottom: 100px;
    padding: 100px 0 0;
}

.i_jmwrap {
    /* width: 1326px; */
    margin: 0 auto;
    background-image: url('../images/bg1.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.i_jmitems {
    position: relative;
    z-index: 98;
}

.i_jmitems li {
    width: 25%;
    height: 380px;
    padding: 4% 2% 0;
    box-sizing: border-box;
    list-style: none;
    float: left;
}

.i_jmitems li:last-child {
    margin-top: -50px;
    padding: 0%;
}

.i_dian1 {
    position: absolute;
    left: -145px;
    top: 188px;
}

.i_dian2 {
    position: absolute;
    right: -127px;
    bottom: -53px;
}

.i_xwzx {
    padding: 100px 0;
}

.i_t5 {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #343434;
    text-align: center;
}

.i_t6 {
    font-size: 44px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 50px;
    text-align: center;
}

.i_xwcont {
    margin-top: 65px;
}

.i_xwl {
    width: 42%;
    float: left;
}

.i_xwr {
    width: 42%;
    float: right;
}

.i_xwl img {
    width: 252px;
    float: left;
}

.i_xwlc {
    width: calc(100% - 276px);
    float: right;
}

.i_t7 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #4a4a4a;
    border-bottom: 1px solid #626262;
    padding-bottom: 18px;
    margin-bottom: 30px;
}

.i_t7 em {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #4a4a4a;
    font-style: normal;
    float: right;
}

.i_t8 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #343434;
    margin-bottom: 24px;
}

.i_news a {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 1px;
    color: #343434;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i_news a:hover {
    color: #e3b300;
}

.i_more {
    width: 53px;
    display: inline-block;
    margin-top: 36px;
}

.i_more img {
    width: 100%;
}

.i_xwr img {
    width: 252px;
    float: left;
}

.i_xwrc {
    width: calc(100% - 276px);
    float: right;
}

.i_mdfb {
    background-color: #313131;
    padding: 80px 0;
    min-width: 1200px;
}

.i_t9 {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #fff;
}

.i_t10 {
    font-size: 44px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 40px;
}

.i_mdcont img {
    width: calc(100% - 414px);
    float: left;
}

.i_mdrw {
    width: 404px;
    float: right;
    height: 567px;
    overflow: hidden;
    background-color: #fff
}

.i_mdr {
    width: 100%;
    float: right;
    height: 567px;
    overflow: hidden;
    background-color: #fff;
}

.i_mdr a {
    margin: 0 15px;
}

/*Plugin CSS*/
.str_wrap {
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.str_wrap.str_active {}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

/* end */

.i_t11 {
    background-color: #e3b300;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #ffffff;
    padding: 10px 20px;
    line-height: 36px !important;
}

.i_t12 {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #343434;
    margin-bottom: 30px;
}

.i_mdritems {
    padding: 0 20px;
    background-color: #fff;
}

.i_mdritem {
    padding: 25px 0;
    border-bottom: 1px solid #b5b5b5;
}

.i_mdritem:last-child {
    border-bottom: none;
}

.i_12 {
    font-size: 14px;
    padding-bottom: 10px;
    color: #e3b300;
}

.i_13 {
    font-size: 14px;
    letter-spacing: 1px;
    color: #343434;
}

.i_lxwm {
    /*padding: 100px 0;*/
    padding: 0px 0 100px 0
}

.color1 {
    /*color: #FDB200;*/
    color: #f5c000;
}

.i_lxcont {
    margin-top: 65px;
    margin-bottom: 80px;
}

.i_lxfs li {
    width: 33.33%;
    text-align: center;
    float: left;
    list-style: none;
}

.i_lxfs li p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #343434;
    margin-top: 20px;
}

.i_lxfl {
    width: 550px;
    float: left;
}

.i_lxfr {
    width: 550px;
    float: right;
}

.i_lxfl input {
    border: 2px solid #626262;
    border-radius: 2px;
    font-size: 16px;
    padding: 15px 10px;
    width: 100%;
    margin-bottom: 44px;
    box-sizing: border-box;
}

.i_lxfr textarea {
    border: 2px solid #626262;
    border-radius: 2px;
    font-size: 16px;
    padding: 15px 10px;
    width: 100%;
    margin-bottom: 44px;
    box-sizing: border-box;
    height: 250px;
}

.i_btn1 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #ffffff;
    width: 251px;
    /*background-color: #e3b300;*/
    background-color: #f5c000;
    border-radius: 2px;
    display: block;
    padding: 16px 0;
    margin: 0 auto;
    margin-top: 15px;
}

/* ---- */

.g_ppjs {
    padding: 100px 0 0;
}

.g_t1 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #f5c000;
    text-align: center;
}

.g_t2 {
    font-size: 44px;
    letter-spacing: 3px;
    /*color: #f5c000;*/
    color: #f5c000;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.g_t3 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #f5c000;
    text-align: center;
    margin-bottom: 10px;
}

.g_ppnr p {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #000000;
    padding: 20px 0 20px;
    text-align: center;
}

.g_ppwh {
    padding: 100px 0 0;
}

.g_img1 {
    margin-top: -84px;
    position: relative;
    z-index: -1;
}

.color2 {
    color: #343434;
}

.g_ppry {
    padding: 100px 0;
}

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

.s_gry .swiper-slide {
    width: 520px;
    /* height: 408px; */
}

.s_gry .swiper-slide img {
    display: block;
    width: 518px;
}

.s_gry .swiper-slide p {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #e3b300;
    padding: 20px 0 10px;
    text-align: center;
    display: none;
}

.s_gry .swiper-slide-active p {
    display: block;
}

.g_ryimgs .swiper-button-next {
    background-image: url('../images/next.png')
}

.g_ryimgs .swiper-button-prev {

    background-image: url('../images/pre.png');
}


.g_fzlc {
    padding: 100px 0;
}

.t_tsc {
    padding: 100px 0;
}

.s_gry2 {
    width: 85%;
    margin: 0 auto;
}

.s_gry2 .swiper-slide {
    width: 900px;
    height: auto;
}

.s_gry2 .swiper-slide img {
    display: block;
    width: 100%;
}

.s_tscp {
    width: 100%;
}

.s_tscp .swiper-pagination-bullet {
    background: #c3c3c3;
    opacity: 1;
    width: 70px;
    height: 4px;
    border-radius: 0px;
    margin: 0 8px;
}

.s_tscp .swiper-pagination-bullet-active {
    background: #e3b300;
}

.t_zdc {
    padding: 0px 0 0px 0;
}

.t_clb {
    width: 100%;
    padding: 50px 0 0px;
    position: relative;
}

.s_clb2 .swiper-pagination-bullet {
    background: #c3c3c3;
    opacity: 1;
    width: 70px;
    height: 4px;
    border-radius: 0px;
    margin: 0 8px;
}

.s_clb2 .swiper-pagination-bullet-active {
    background: #e3b300;
}

.s_clb2 .s_bpages2 {
    text-align: left;
    margin-left: 200px;
    padding-bottom: 20px;
}

.s_clb3 .swiper-pagination-bullet {
    background: #c3c3c3;
    opacity: 1;
    width: 70px;
    height: 4px;
    border-radius: 0px;
    margin: 0 8px;
}

.s_clb3 .swiper-pagination-bullet-active {
    background: #e3b300;
}

.s_clb3 .s_bpages3 {
    text-align: right;
    margin-left: -200px;
    padding-bottom: 20px;
}

.s_clb4 .swiper-pagination-bullet {
    background: #c3c3c3;
    opacity: 1;
    width: 70px;
    height: 4px;
    border-radius: 0px;
    margin: 0 8px;
}

.s_clb4 .swiper-pagination-bullet-active {
    background: #e3b300;
}

.s_clb4 .s_bpages4 {
    text-align: left;
    margin-left: 200px;
    padding-bottom: 20px;
}

/* ----- */
.banner2 {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
}

.banner2 img {
    width: 100%;
}


.q_title1 {
    width: 100%;
    background-color: #343434;
    padding-top: 143px;
    min-width: 1200px;
}

.q_t1w {
    background-color: #fff;
}

.q_t1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 2px;
    color: #000000;
    margin: 0 40px;
    text-align: center;
    padding: 80px 0 70px;
    border-bottom: 1px solid #b5b5b5;
}

.q_time {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #686666;
    text-align: center;
    padding: 20px 0;
}

.n_xwzx {
    padding: 100px 0 0;
}

.n_tabws {
    text-align: center;
    padding-bottom: 90px;
}

.n_tabs {
    display: inline-block;
}

.n_tabs li {
    float: left;
    list-style: none;
}

.n_tabs li a {
    font-size: 18px;
    letter-spacing: 1px;
    color: #343434;
    border-radius: 5px;
    border: solid 1px #343434;
    display: inline-block;
    text-align: center;
    padding: 16px 30px;
    margin: 0 40px;
}

.n_tabs li.n_active a {
    color: #e3b300;
    border: solid 1px #e3b300;
}

.n_tabs li:hover a {
    color: #e3b300;
    border: solid 1px #e3b300;
}

.n_todys {
    padding-top: 20px;
}

.n_todys a {
    width: 28.4%;
    float: left;
    list-style: none;
    margin-right: 7.4%;
    margin-bottom: 87px;
}

.n_todys a:nth-child(3n) {
    margin-right: 0;
}

.n_img1 {
    padding-bottom: 10px;
}

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

.n_t1 {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 1px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.n_t2 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.n_todys a:hover .n_t1 {
    color: #e3b300;
}

.n_todys a:hover .n_t2 {
    color: #e3b300;
}

.n_todys2 a {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 50px 0;
    display: inline-block;
}

.n_img2 {
    width: 258px;
    float: left;
    margin-right: 30px;
}

.n_info {
    width: 735px;
    float: left;
}

.line {
    width: 1px;
    height: 60px;
    background-color: #bfbfbf;
    float: right;
    margin-top: 70px;
}

.n_time {
    width: 80px;
    float: right;
    margin-top: 45px;
    margin-left: 40px;
    text-align: center;
}

.n_t3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 1px;
    color: #343434;
    padding: 40px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.n_t4 {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #343434;
}

.n_t5 {
    font-size: 60px;
    font-weight: 100;
    letter-spacing: 5px;
    color: #5d5d5d;
}

.n_t6 {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #5d5d5d;
}

.n_todys2 a:hover .n_t3 {
    color: #e3b300;
}

.n_todys2 a:hover .n_t4 {
    color: #e3b300;
}

.pages {
    text-align: right;
    padding: 20px 0;
}

.pages a {
    font-size: 18px;
    letter-spacing: 1px;
    color: #959494;
    padding: 2px 6px;
}

.pages .p_btn {
    border: solid 1px #b5b5b5;
}

.pages a.p_active {
    color: #e3b300;
}

.d_tdjs {
    padding: 100px 0;
}

.d_tdimg {
    width: 100%;
    position: relative;
    padding: 50px 0 0;
}

.d_imgs {
    width: 950px;
    margin: 0 auto;
}

.d_tdimg .swiper-button-next {
    background-image: url('../images/next2.png')
}

.d_tdimg .swiper-button-prev {
    background-image: url('../images/pre2.png');
}

.d_t1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 2px;
    color: #000000;
    padding: 7px 0;
}

.d_t2 {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #000000;
    padding: 3px 0;
}

.h_jmys {
    width: 100%;
    padding: 25px 0 100px 0;;
}

.h_jmtj {
    padding: 25px 0 100px 0;
}

.h_jml {
    width: 55%;
    float: left;
    padding-top: 12px;
}

.h_jmr {
    width: 40%;
    float: right;
}

.h_jmr a {
    font-size: 14px;
    padding: 9px 0;
    letter-spacing: 1px;
    color: #000000;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #535353;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.h_jmr a i {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

.h_jmr a:hover {
    color: #e3b300;
}

.h_wyjm {
    padding: 100px 0;
    background-color: #434343;
    min-width: 1200px;
}

.color3 {
    color: #fffefe;
}

.h_wycont {
    margin-top: 30px;
    border: 10px solid #aaaaaa;
    background-color: #fff;
    padding: 40px 60px 30px;
    box-sizing: border-box;
}

.h_wyitem {
    padding: 0 0 60px;
}

.h_wyitem span {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    color: #343434;
    margin-right: 40px;
}

.h_wyitem label {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    color: #343434;
    cursor: pointer;
    margin-right: 30px;
}

.h_wyitem2 {
    padding: 0 0 34px;
}

.h_wyitem2 label {
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #343434;
    margin-right: 14px;
}

.h_wyitem2 input {
    width: 180px;
    height: 41px;
    border: solid 1px #bbb9b9;
    padding: 0 20px;
    box-sizing: border-box;
    margin-right: 60px;
}

.h_wyitem3 {
    margin-bottom: 30px;
}

.h_wyitem3 label {
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #343434;
    margin-right: 14px;
}

.h_wyitem3 textarea {
    width: calc(100% - 90px);
    height: 160px;
    padding: 10px 20px;
    box-sizing: border-box;
}


.h_btn {
    width: 194px;
    height: 36px;
    background-color: #000000;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    margin-right: 10px;
    cursor: pointer;
}

.m_mdfb {
    padding: 100px 0 0;
}

.m_mdcont {
    position: relative;
}

.s_mdzs {
    width: 1023px;
    margin: 0 auto;
}

.m_mdcont .swiper-button-next {
    background-image: url('../images/next.png')
}

.m_mdcont .swiper-button-prev {

    background-image: url('../images/pre.png');
}

.m_t1 {
    font-size: 24px;
    letter-spacing: 2px;
    color: #000000;
    margin-top: 60px;
    text-align: center;
}

.m_t2 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #000000;
    text-align: center;
}

.m_mdrq {
    padding: 100px 0;
}

.m_mdrcont {
    position: relative;
}

.m_mdrcont img {
    width: 100%;
}

.gallery-top {
    width: 100%;
    padding-bottom: 15px !important;
}

.gallery-thumbs {
    box-sizing: border-box;
    padding: 10px 0;
}

.s_slt {
    width: 100%;
    margin-top: 50px;
}

.m_mdrcont .swiper-pagination-bullet {
    background: #c3c3c3;
    opacity: 1;
    width: 70px;
    height: 4px;
    border-radius: 0px;
    margin: 0 8px;
}

.m_mdrcont .swiper-pagination-bullet-active {
    background: #e3b300;
}

.backup {
    position: fixed;
    right: 10px;
    bottom: 70px;
    z-index: 999;
    background-color: #fff;
}

.h_sbjm {
    width: 100%;
    padding: 25px 0 100px 0;;
}


/* ---------- */

.d_img1 {
    width: 100%;
}

.d_t3 {
    width: 827px;
    margin: 50px auto;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #2e2e2e;
}

.d_img2 {
    width: 100%;
    overflow: hidden;
}

.d_img2 img {
    width: 32%;
    margin-right: 2%;
    float: left;
}

.d_img2 img:nth-child(3n) {
    margin-right: 0%;
}

.d_t4 {
    width: 952px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #2e2e2e;
    margin: 44px auto;
}

.d_tdjs2 {
    padding: 100px 0 50px;
}


.d_yunshu {
    background-image: url(../images/img12.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 733px;
}

.d_t5 {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #fff;
    padding-top: 103px;
}

.d_t6 {
    font-size: 44px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
    color: #f5c000;
}

.d_t7 {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #f5c000;
}

.d_t8 {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    width: 464px;
    margin: 10px 0 0;
}

.d_t9 {
    font-size: 85px;
    line-height: 88px;
    letter-spacing: 6px;
    color: #ffffff;
    opacity: 0.12;
}


















@media screen and (max-width: 1600px) {
    .nav {
        margin-left: 0px;

    }
    .i_dian1 {
        left: -35px;
    }

    .i_dian2 {
        right: -40px;
    }
}


@media screen and (max-width: 1439px) {
    .container {
        width: 1388px;
    }

    .i_dian1 {
        left: 10px;
        top: 150px;
    }

    .i_dian2 {
        right: 10px;
        bottom: 8px;
    }
}

@media screen and (max-width: 1200px) {
    /* .container {
        width: 90%;
        margin: 0 auto;
    } */

}








@media screen and (min-width: 200px) and (max-width:800px) {
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    display: none;
    }

    .g_ppjs
    {
        padding: 50px 0 50px 0 !important;;
    }

    .g_ppwh {
        padding: 0 !important;;
    }

    .lxwmfg{
        padding-top: 0 !important;
    }

    .g_ppwh .g_t3{
        padding-bottom: 50px;
    }

    .container {
        width: 100%;
    }

    /* .open_mnav {
        display: block;
    } */

    .mfoot {
        display: flex;
    }

    body {
        padding-bottom: 56px;
    }

    .h_top {
        position: relative;
        min-width: auto;
        height: auto;
        text-align: center;
        padding-bottom: 10px;
    }

    .g_ryimgs .swiper-pagination{
        display: none;
    }

    .logo {
        margin: 0 auto;
        display: block;
        float: none;
        padding: 16px 0;
    }

    .i_lxfs li {
        width: 100%;
        margin-bottom: 20px;
    }

    .h_tel {
        display: none;
    }

    .nav li {
        width: 33.33%;
        padding: 0;
    }

    .nav li a {
        line-height: 36px;
        padding: 0 10px;
    }

    .footer {
        padding: 10px;
        min-width: auto;
    }

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

    .f_r {
        width: 96%;
        margin: 2%;
        border-left: none;
        display: flex;
        justify-content: center;
    }

    .f_ltop>div p {
        font-size: 24px;
    }

    .f_ltop img {
        width: 60px;
    }

    .f_ltop>div span {
        font-size: 22px;
    }

    .f_ltop {
        margin-bottom: 15px;
    }

    .f_t1 {
        font-size: 15px;
    }

    .f_t2 {
        font-size: 15px;
    }

    .f_ritem {
        margin-left: 0;
    }

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

    .i_ppjs {
        padding: 20px 0;
    }

    .i_ppl {
        width: 96%;
        margin: 2%;
        padding: 0;
    }

    .i_video {
        width: 100%;
        height: auto;
        display: block;
    }

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

    .i_jmcont {
        padding: 20px 0;
        margin-bottom: 0px;
    }

    .i_jmwrap {
        width: 100%;
    }

    .i_jmitems li {
        width: 50%;
        height: auto;
        padding: 4% 2%;
    }

    .i_jmitems li:nth-child(2),
    .i_jmitems li:nth-child(4) {
        display: none;
    }

    .i_jmitems li:last-child {
        margin-top: -43px;
        padding: 4% 2%;
    }

    .i_xwzx {
        padding: 50px 0;
    }

    .i_t5 {
        font-size: 16px;
        line-height: 24px;
    }

    .i_t6 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .i_xwcont {
        margin-top: 20px;
    }

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

    .i_xwl img {
        width: 100%;
    }

    .i_xwlc {
        width: 100%;
        margin-top: 5%;
    }

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

    .i_xwr img {
        width: 100%;
    }

    .i_xwrc {
        width: 100%;
        margin-top: 5%;
    }

    .i_t7 {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .i_t8 {
        margin-bottom: 20px;
    }

    .i_news a {
        font-size: 16px;
        line-height: 30px;
    }

    .i_mdfb {
        padding: 20px 2%;
        min-width: auto;
    }

    .i_t9 {
        font-size: 16px;
        line-height: 24px;
    }

    .i_t10 {
        font-size: 26px;
        margin-bottom: 20px;
    }

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

    .i_mdritem {
        padding: 10px 0;
    }

    .i_lxfs li p {
        font-size: 14px;
        line-height: 20px;
        word-break: break-all;
    }

    .i_lxcont {
        margin: 20px 0;
    }

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

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

    .i_lxfl input {
        margin-bottom: 20px;
    }

    .i_lxfr textarea {
        margin-bottom: 20px;
        height: 150px;
    }

    .i_lxwm {
        padding: 20px 0;
    }

    .i_btn1 {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .i_dian1 {
        display: none;
    }

    .i_dian2 {
        display: none;
    }

    .banner2 {
        min-width: 100%;
    }

    .q_title1 {
        padding-top: 2%;
        min-width: 100%;
    }

    .q_t1w {
        width: 96%;
        margin: 0 2%;
    }

    .q_t1 {
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
        letter-spacing: 2px;
        color: #000000;
        margin: 0 20px;
        text-align: center;
        padding: 20px 0;
        border-bottom: 1px solid #b5b5b5;
    }

    .q_cont {
        width: 96%;
        margin: 0 2%;
    }

    .n_xwzx {
        padding: 20px 0 0;
    }

    .n_tabws {
        padding-bottom: 20px;
    }

    .n_tabs li a {
        font-size: 16px;
        padding: 8px 10px;
        margin: 0 4px;
    }

    .g_t1 {
        font-size: 16px;
    }

    .g_t2 {
        font-size: 26px;
    }

    .n_todys {
        padding-top: 10px;
    }

    .n_todys a {
        width: 46%;
        margin: 2%;
    }

    .d_tdjs {
        /*padding: 20px 0;*/
        padding: 50px 0 50px 0;
    }

    .d_tdimg {
        padding: 10px 0 0;
    }

    .d_imgs {
        width: 100%;
    }

    .d_t1 {
        text-align: center;
    }

    .d_t2 {
        text-align: center;
    }

    .g_ryimgs {
        width: 100%;
    }

    .t_tsc {
        padding: 20px 0;
    }

    .t_zdc {
        padding: 20px 0 0;
    }

    .t_clb {
        padding: 20px 0;
    }

    .s_clb2 .s_bpages2 {
        text-align: center;
        margin-left: 0;
        padding-bottom: 0;
        position: relative;
        bottom: 0 !important;
    }

    .s_clb3 .s_bpages3 {
        text-align: center;
        margin-left: 0;
        padding-bottom: 0;
        position: relative;
        bottom: 0 !important;
    }

    .s_clb4 .s_bpages4 {
        text-align: center;
        margin-left: 0;
        padding-bottom: 0;
        position: relative;
        bottom: 0 !important;
    }

    .s_mdzs {
        width: 100%;
    }

    .m_mdfb {
        padding: 20px 0 0;
    }

    .m_t1 {
        font-size: 22px;
        margin-top: 10px;
    }

    .m_mdcont .swiper-button-next {
        top: 60%;
    }

    .m_mdcont .swiper-button-prev {
        top: 60%;
    }

    .m_mdrq {
        padding: 20px 0 40px;
    }

    .s_slt {
        margin-top: 10px;
    }

    .h_jmys {
        /*padding: 100px 0;*/
        padding: 10px 0 70px;
    }

    .h_jmtj {
        padding: 20px 0;
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .h_jml {
        width: 100%;
    }

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

    .h_wyjm {
        padding: 20px 0;
        background-color: #434343;
        min-width: auto;
    }

    .h_wyitem span {
        margin-right: 0px;
        display: block;
        margin-bottom: 10px;
    }

    .h_wyitem {
        padding: 0 0 20px;
    }

    .h_wyitem2 input {
        width: 100%;
        height: 41px;
        margin-right: 0;
    }

    .h_wyitem3 label {
        margin-right: 0;
        display: block;
    }

    .h_wyitem3 textarea {
        width: 100%;
    }

    .h_wycont {
        margin-top: 20px;
        border: 10px solid #aaaaaa;
        padding: 2%;
        box-sizing: border-box;
    }

    .g_ppry {
        padding: 20px 0;
    }

    .g_fzlc {
        padding: 20px 0;
    }

    .s_gry .swiper-slide p {
        font-size: 18px;
        padding: 10px 0;
    }

    .s_gry2 .swiper-slide {
        width: 100%;
    }

    .n_todys2 a {
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
        padding: 20px 0;
        display: inline-block;
    }

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

    .n_img2 img {
        width: 100%;
    }

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

    .n_t3 {
        padding: 10px 0;
    }

    .n_time {
        width: 80px;
        float: right;
        margin-top: 0;
        margin-left: 0;
    }

    .line {
        float: right;
        margin-top: 8px;
    }

    .n_t5 {
        font-size: 36px;
        color: #5d5d5d;
        text-align: center;
    }

    .n_t6 {
        font-size: 14px;
        text-align: center;
    }

    .h_sbjm {
        padding: 20px 0 50px 0;
    }


    /* ------- */
    .d_t3 {
        width: 100%;
        margin: 20px auto;
    }

    .d_t4 {
        width: 100%;
        font-size: 14px;
        margin: 20px auto;
    }

    .d_yunshu {
        height: auto;
        padding: 0 2% 40px;
        box-sizing: border-box;
    }

    .d_t6 {
        font-size: 26px;
        margin-bottom: 20px;
        text-align: center;
    }

    .d_t5 {
        font-size: 16px;
        padding-top: 20px;
        text-align: center;
    }

    .d_t7 {
        text-align: center;
    }

    .d_t8 {
        width: 100%;
    }

    .d_t9 {
        font-size: 30px;
        line-height: 40px;
    }

    .d_tdjs2 {
        padding: 30px 0 30px;
    }











}


.lxwmfg{padding-top:100px;}
.h_jmfy{padding-bottom: 100px;}