/* public */
body {
    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: 1200px;
    margin: 0 auto;
}

.container1 {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}

/* header */
.h_top {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    min-width: 1200px;
    padding-top: 30px;
}

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

.logo {
    float: left;
    width: 210px;
}

.h_nav {
    float: right;
    margin: 0;
    padding: 0;
}

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

.h_nav li a {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    padding: 15px 20px;
    width: 134px;
    box-sizing: border-box;
    display: inline-block;
}

.h_nav li a:hover {
    color: #aaaaaa;
}

.h_nav li.h_active a {
    color: #aaaaaa;
}

/* 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>div {
    width: 100%;
    text-align: center;
}

.mnav_lists>div 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: 10px 4px 4px;
    cursor: pointer;
}

.mfoot {
    width: 100%;
    position: fixed;
    width: 100%;
    background: #365DBA;
    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 */
.i_banner {
    width: 100%;
    position: relative;
}

.i_video {
    width: 100%;
    overflow: hidden;
    min-width: 1200px;
}

.i_video video {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: block;
    /*transform: translate(10px, 132px) scale(1.35);*/
}

.i_btop {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    text-align: center;
}

.h_t1 {
    font-size: 52px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    padding-top: 45vh;
}

.h_t2 {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    padding: 22vh 0;
}

.i_morew1 {
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 20;
    width: 100%;
    text-align: center;
    min-width: 1200px;
}

.i_more {
    background-color: #425CBB;
    width: 150px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 50px;
}

.i_part1 {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
}

.i_title1 {
    font-size: 24px;
    color: #000;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}

.i_title5 {
    font-size: 24px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    font-weight: bold;

}

.i_title2 {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    text-align: center;
    padding-bottom: 60px;
}

.i_title6 {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    text-align: center;
    padding-bottom: 20px;
}

.i_wmss {
    width: 100%;
    padding-bottom: 60px;
}

.i_wml {
    width: 800px;
    float: left;
}

.i_t1 {
    font-size: 28px;
    color: #434343;
    line-height: 30px;
    padding-bottom: 50px;
}

.i_t2 {
    font-size: 16px;
    color: #5a5a5a;
    line-height: 30px;
}

.i_wmr {
    width: 320px;
    float: right;
}

.i_wmritem {
    width: 100%;
    background-color: #365DBA;
    padding: 10px 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.i_wmritem span {
    font-size: 18px;
    color: #fff;
    float: right;
    margin-top: 20px;
}

.i_wmimgs>div {
    width: 285px;
    margin-right: 20px;
    float: left;
    position: relative;
}

.i_wmimgs>div:nth-child(4n) {
    margin-right: 0;
}

.i_wmask {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    background: rgba(66, 92, 187, 0.8);
    transition: all 0.5s;
}

.i_wmimgs>div:hover .i_wmask {
    transition: all 0.5s;
    opacity: 1;
}

.i_wmask div {
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding-top: 45%;
}

.i_wmask p {
    text-align: center;
    color: #ddd;
    font-size: 15px;
}

.i_part2 {
    width: 100%;
    min-width: 1200px;
    height: 400px;
    background-color: rgb(204, 204, 204);
    background-image: url('../images/bg3.jpg');
    background-position: center center;
    background-attachment: fixed;
}

.i_timesw {
    width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
}

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

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

.i_line1 {
    background-color: #939295;
    width: 90%;
    margin: 20px auto;
    height: 2px;
}

.i_ttiem p {
    font-size: 14px;
    color: #fff;
    margin: 10px;
}

.i_times:nth-child(4n) {
    margin-right: 0;
}

.i_img1 {
    width: 100%;
    height: 136px;
    position: relative;
}

.i_times:nth-child(4n) .i_img1 img {
    margin-top: -24px;
}

.i_part3 {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
}

.i_xztc {
    width: 100%;
}

.i_xzitem {
    width: 380px;
    float: left;
    border: 1px solid #DDDDDD;
    margin-right: 20px;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 20px;
}

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

.i_xzt {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.i_xzt img {
    padding: 20px 0;
}

.i_xzt p {
    margin: 0 0 15px;
    font-size: 18px;
    color: #000;
}

.i_xzt span {
    font-size: 40px;
    color: #333;
    font-weight: bold;
}

.i_xzt i {
    font-size: 20px;
    color: #333;
    font-style: normal;
}

.i_xzt em {
    font-size: 20px;
    color: #999;
    font-style: normal;
}

.i_t3 {
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    color: #999;
    line-height: 28px;
    padding: 20px 0;
}

.i_t4 {
    font-size: 15px;
    color: #434343;
    line-height: 28px;
    padding-bottom: 20px;
}

.i_more2 {
    display: inline-block;
    font-size: 15px;
    line-height: 28px;
    color: #fff;
    border-radius: 50px;
    background-color: #425CBB;
    padding: 5px 30px;
}

.i_part4 {
    min-width: 1200px;
    width: 100%;
    height: 800px;
    background-color: rgb(204, 204, 204);
    background-image: url('../images/bg2.jpg');
    background-position: center center;
    background-attachment: fixed;
}

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

.i_bkfw a {
    width: 33.33%;
    height: 360px;
    float: left;
    border-right: 1px solid #666;
    border-top: 1px solid #666;
    background-color: rgba(0, 0, 0, .3);
    text-align: center;
    box-sizing: border-box
}

.i_bkfw a:nth-child(3n) {
    border-right: none;
}

.i_bkfw a:nth-child(1),
.i_bkfw a:nth-child(2),
.i_bkfw a:nth-child(3) {
    border-top: none;
}

.i_bkfw a img {
    padding: 80px 0 20px;
}

.i_t5 {
    font-size: 20px;
    color: #fff;
    padding-bottom: 50px;
}

.i_t5 span {
    font-size: 14px;
    color: #d9d9d9;
}

.i_t6 {
    color: #999;
    font-size: 13px;
    border-bottom: 2px solid #9a9a9a;
    padding: 5px;
    display: inline-block;
}

.i_bkfw a:hover {
    background-color: rgba(66, 92, 187, 0.9);
}

.i_part5 {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
}

.i_yhhd {
    width: 100%;
}

.i_yhitem {
    width: 580px;
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
}

.i_yhitem:nth-child(2n) {
    margin-right: 0;
}

.i_img2 {
    width: 100%;
    height: 290px;
    overflow: hidden;
    display: inline-block;
}

.i_img2 img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.i_img2:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.i_t7 {
    font-size: 18px;
    padding-top: 12px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 15px;
    display: inline-block;
    width: 100%;
}

.i_t7:hover {
    color: #425cbb;
}

.i_t8 {
    color: #999;
    font-size: 14px;
    margin: 0;
    padding: 15px 0;
}

.i_t9 {
    color: #999;
    font-size: 14px;
    line-height: 28px;
}

.i_more3 {
    border: 2px solid #365DBA;
    border-radius: 50px;
    padding: 10px 35px;
    display: inline-block;
    color: #365DBA;
    font-size: 15px;
}

.i_more3:hover {
    background-color: #365DBA;
    color: #fff;
}

.i_morew {
    padding-top: 50px;
    text-align: center;
}

.i_part6 {
    width: 100%;
    min-width: 1200px;
    padding: 60px 0;
    background-color: #365DBA;
}

.i_title3 {
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}

.i_title4 {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    padding-bottom: 60px;
}

.i_fwitem {
    width: 396px;
    margin-right: 6px;
    float: left;
}

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

.i_img3 {
    width: 100%;
    height: 247px;
    overflow: hidden;
    display: block;
    position: relative;
}

.i_img3>img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.i_mask2 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, .3);
    text-align: center;
    vertical-align: middle;
    transition: all 0.3s;
}

.i_mask2 img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    margin: auto;
}

.i_fwitem:hover .i_mask2 {
    opacity: 1;
    transition: all 0.3s;
}

.i_fwitem:hover .i_img3>img {
    transition: all 0.3s;
    transform: scale(1.2);
}

.i_t10 {
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 20px;
    display: block;
}

.i_t10:hover {
    opacity: 0.7;
}

.i_t11 {
    font-size: 13px;
    color: #ccc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0 20px;
}

.i_more4 {
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 10px 35px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
}

.i_part7 {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
}

.i_hzhb {
    width: 100%;
    margin: 0;
    padding: 0;
}

.i_hzhb li {
    list-style: none;
    float: left;
    width: 212px;
    margin-right: 35px;
    margin-bottom: 30px;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    padding: 10px;
}

.i_hzhb li:nth-child(5n) {
    margin-right: 0;
}

.i_part8 {
    width: 100%;
    min-width: 1200px;
    height: 260px;
    background-color: rgb(204, 204, 204);
    background-image: url('../images/bg1.jpg');
    background-position: center center;
    background-attachment: fixed;
}

.i_t12 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding-top: 70px;
}

.f_top {
    width: 100%;
    min-width: 1200px;
    padding: 60px 0 10px;
    background-color: #262626;
    border-bottom: 1px solid #363636;
}

.f_tl {
    width: 30%;
    float: left;
}

.f_tr {
    width: 300px;
    float: right;
}

.f_tr p {
    text-align: center;
    padding-top: 91px;
    color: #aaa;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 15px;
}

.f_t1 {
    color: #aaa;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 15px;
}

.f_t1 a {
    color: #aaa;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 15px;
}
.f_t12 {
	    color: #aaa;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 25px;
 text-align: center;
}
.f_t12 a {
    color: #aaa;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 15px;
}

.f_t1 img {
    vertical-align: middle;
}

.f_tr img {
    border: 2px solid #fff;
    width: 100px;
    border-radius: 4px;
}

.f_bottom {
    width: 100%;
    min-width: 1200px;
    padding: 10px 0 30px;
    background-color: #262626;
}

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

.f_t2 {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50px;
    padding: 5px 10px;
}

.f_pic {
    position: absolute;
    left: 130px;
    top: 10px;
    z-index: 10;
}

.f_aqjcw {
    text-align: center;
    padding-bottom: 20px;
}

.f_aqjc {
    display: inline-block;
}

.f_aqjc a {
    list-style: none;
    width: 120px;
    height: 36px;
    text-align: center;
    float: left;
}

.f_aqjc a img {
    display: none;
}

.f_aqjc a img:first-child {
    display: inline-block;
}

.f_aqjc a:hover img {
    display: inline-block;
}

.f_aqjc a:hover img:first-child {
    display: none;
}

.banner2 {
    width: 100%;
    height: 440px;
    overflow: hidden;
    min-width: 1200px;
}

.banner2 img {
    width: 100%;
}

.g_gywm {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
}

/* 相册 */
.rebox {
    cursor: pointer;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-filter: none !important;
    background: rgb(0, 0, 0);
    /* IE Fallback (Solid Colour) */
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
    background: rgba(0, 0, 0, 0.7);
}

.rebox * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.rebox-contents {
    position: absolute;
    top: 5%;
    left: 5%;
    text-align: center;
    width: 90%;
    height: 90%;
}

.rebox-contents .rebox-content {
    border: 5px solid #fff;
    box-shadow: 0 0 20px #000;
    border-radius: 1px;
    max-width: 100%;
    max-height: 100%;
}

.rebox-loading {
    width: 31px;
    height: 31px;
    margin: -16px 0 0 -16px;
    position: absolute;
    top: 48%;
    left: 50%;
}

.rebox-caption {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
}

.rebox-caption p {
    margin: 0 auto;
    max-width: 70%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}

.rebox-button {
    position: absolute;
    z-index: 9999;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgb(0, 0, 0);
    opacity: 0.4;
    text-decoration: none;
    font-size: 24px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    border-radius: 32px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.rebox-button:hover,
.rebox-button:focus {
    opacity: 1;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

.rebox-close {
    right: 20%;
    top: 10px;
}

.rebox-next {
    right: 20%;
    top: 48%;
}

.rebox-prev {
    left: 20%;
    top: 48%;
}

.rebox-loading {
    left: 50%;
    top: 48%;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 2000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 2000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 2000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

.banner {
    width: 100%;
    margin: 0 auto;
}

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

.i_item1 {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-right: 20px;
    float: left;
    position: relative;
}

.i_item1:nth-child(4n) {
    margin-right: 0;
}

.i_item1 img {
    width: 100%;
    transition: all 0.3s;
}

.i_item1:hover img {
    transform: scale(1.2);
    transition: all 0.3s;
}

.i_wmask {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    background: rgba(66, 92, 187, 0.8);
    transition: all 0.5s;
}

.i_item1:hover .i_wmask {
    transition: all 0.5s;
    opacity: 1;
}

.i_wmask div {
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding-top: 45%;
}

.i_wmask p {
    text-align: center;
    color: #ddd;
    font-size: 15px;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.gallery a {
    position: relative;

    width: 277px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    padding: 10px;
}

.himg {
    height: 350px;
}

.gallery a:nth-child(4n) {
    margin-right: 0;
}

.bread {
    width: 100%;
    min-width: 1200px;
    background-color: #F7F7F7;
}

.breadw {
    width: 1200px;
    margin: 0 auto;
    color: #5a5a5a;
    font-size: 12px;
    padding: 15px 0;
}

.breadw>a {
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.breadw>a:hover {
    text-decoration: underline;
}

.breadw span {
    color: #5a5a5a;
    font-size: 12px;
    font-weight: bolder;
}

.b_lists {
    float: right;
}

.b_lists a {
    color: #000;
    font-size: 14px;
    margin: 0 30px;
}

.b_lists a:hover {
    color: #425cbb;
    font-weight: bold;
}

.b_lists a.active2 {
    color: #425cbb;
    font-weight: bold;
}

.x_xmfw {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
}

.x_t1 {
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 20px;
    display: block;
}

.x_t1:hover {
    opacity: 0.7;
}

.x_t2 {
    font-size: 13px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0 20px;
}

.x_mask {
    color: #FFF;
    font-size: 20px;
    text-align: center;
    width: 100%;
    padding-top: 28%;
    box-sizing: border-box;
}

.x_pages {
    text-align: center;
    padding-top: 30px;
}

.x_pages a {
    border: 1px solid #000;
    font-size: 12px;
    line-height: 14px;
    color: #000;
    padding: 5px;
    display: inline-block;
}

.x_pages a.active {
    background-color: #000;
    color: #fff;
}

.x_pages a:hover {
    background-color: #000;
    color: #fff;
}

.l_lxwm {
    width: 100%;
    min-width: 1200px;
    background-color: rgb(204, 204, 204);
    background-image: url('../images/bg4.jpg');
    background-position: center center;
    background-size: 100% 100%;
    padding: 60px 0;
}

.l_t1 {
    color: #434343;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 30px;
    text-align: center;
}

.l_t2 {
    color: #434343;
    font-size: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.l_t3 {
    color: #434343;
    font-size: 14px;
    padding-bottom: 30px;
    text-align: center;
}

.l_t3 span {
    display: inline-block;
    margin: 0 20px;
}

.l_tels {
    text-align: center;
    margin-bottom: 30px;
}

.l_tels a {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 50px;
    margin: 0 30px;
    display: inline-block;
}

.l_map {
    width: 100%;
}

.l_bg1 {
    background-color: #444;
    border: 1px solid #444;
}

.l_bg2 {
    background-color: #365DBA;
    border: 1px solid #365DBA;
}

.l_bg1:hover {
    background-color: rgba(68, 68, 68, 0.8)
}

.l_bg2:hover {
    background-color: rgba(66, 92, 187, 0.8)
}

.x_xqym {
    width: 1200px;
    margin: 60px auto;
    border: 10px solid #F5F5F5;
    box-sizing: border-box;
    padding: 30px;
}

.x_title1 {
    font-size: 20px;
    color: #434343;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
}

.x_t3 {
    font-size: 12px;
    color: #666;
    text-align: center;
    padding-bottom: 10px;
}

.x_t4 {
    font-size: 12px;
    line-height: 18px;
    color: #868686;
    background-color: #F5F5F5;
    border: #E5E5E5 1px solid;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
}

.l_text1 {
    width: 100%;
    margin-bottom: 30px;
}

.l_pages {
    width: 100%;
}

.l_pages a {
    display: block;
    font-size: 14px;
    color: #595959;
    line-height: 24px;
}

/* 4.24 */
.i_tabs {
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

.i_tabs a {
    display: block;
    width: 146px;
    height: 35px;
    border: 1px solid #737373;
    background: #fff;
    font-size: 16px;
    line-height: 35px;
    color: #333333;
    display: inline-block;
    margin: 0 5px;
}

.i_tabs a.i_active {
    background-color: #365DBA;
    border: 1px solid #365DBA;
    color: #fff;
}

.i_todys {
    width: 100%;
}

.i_tody {
    display: none;
    position: relative;
}

.i_tody:first-child {
    display: block;
}

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

.i_tody .s_bn {
    outline: none;
    width: 32px;
    height: 32px;
    background-image: url('../images/next.png');
    background-size: 100% 100%;
}

.i_tody .s_bp {
    outline: none;
    width: 32px;
    height: 32px;
    background-image: url('../images/pre.png');
    background-size: 100% 100%;
}

.i_zclc {
    width: 1200px;
    margin: 0 auto;
    display: block;
    padding-top: 60px;
}

.i_zcitem {
    width: 112px;
    padding-right: 16px;
    height: 121px;
    float: left;
    background: url('../images/ibg.png') center bottom no-repeat;
    margin-left: -9px;
}

.i_zcitem:hover {
    background-position: center top;
    text-align: center;
}

.i_zcitem:first-child {
    margin-left: 0px;
}

.i_zcitem img {
    padding: 15px 0;
    display: block;
    margin: 0 auto;
}

.i_zt1 {
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    color: #656565;
}

.i_zt1 span {
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    color: #656565;
}

.hezuo {
    text-align: center;
    color: white;
    font-size: 30px;
    margin-bottom: 40px;
}

.i_itt1 {
    text-align: center;
    margin: 0;
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.i_newl {
    width: 48%;
    float: left;
}

.i_newr {
    width: 48%;
    float: right;
}

.i_link1 {
    width: 100%;
    display: block;
}

.i_link1 img {
    width: 100%;
}

.i_netitle {
    width: 100%;
    padding: 0 0 10px;
    border-bottom: 1px solid #d5d5d5;
    margin-top: -24px;
    position: relative;
}

.i_net1 {
    width: 110px;
    background-color: #EB3D00;
    padding: 0 0 3px;
    text-align: center;
    float: left;
}

.i_net1 p {
    width: 90%;
    margin: 0 5% 3px;
    padding: 0px 0 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.i_net1 span {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

.i_netitle a {
    width: calc(100% - 120px);
    float: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    padding-top: 36px;
}

.i_net2 {
    width: 100%;
    /* height: 66px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    float: left;
    box-sizing: border-box;
}

.i_link2 {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #d5d5d5;
}

.i_link2 a {
    color: #333;
    font-size: 16px;
    line-height: 28px;
    width: calc(100% - 130px);
    float: left;
}

.i_link2 span {
    width: 120px;
    color: #333;
    font-size: 16px;
    line-height: 28px;
    float: right;
}

.i_ntitle1 {
    padding-bottom: 10px;
    border-bottom: 1px solid #EB3D00;
    margin-bottom: 10px;
}

.i_ntitle1 span {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    color: #ff0000;
}

.i_ntitle1 i {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    font-style: normal;
    font-weight: normal;
}

.i_ntitle1 a {
    float: right;
    font-size: 18px;
    line-height: 28px;
    color: #333;
}

.i_zxitem {
    width: 100%;
    padding: 0 0 5px;
}

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

.i_img4 img {
    width: 100%;
}

.i_ntcot {
    width: 45%;
    float: right;
}

.i_net3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    padding-top: 10px;
    display: block;
}

.i_net4 {
    width: 100%;
    padding-top: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    box-sizing: border-box;
}

.i_pros {
    width: 100%;
}

.i_pros a {
    float: left;
    width: 49%;
    margin-right: 2%;
    overflow: hidden;
}

.i_pros a:nth-child(2n) {
    margin-right: 0%;
}

.i_pros a p {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    margin: 0;
    width: calc(100% - 60px);
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.i_pros a span {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    float: right;
    width: 50px;
    margin-top: 1px;
}

.link {
    padding: 1% 0;
    margin: auto;
    width: 1200px;
}

.link span {
    font-size: 14px;
    font-weight: bold;
    color: #888888;
}

.link a {
    color: #888888;
    font-size: 14px;
    margin: 0 1%;
}

.slides li a {
    display: block;
    width: 100%;
}

.slides li a img {
    display: block;
    width: 100%;
    /*max-width: 1920px;*/
    margin: 0 auto;
}

@media screen and (min-width: 1471px) and (max-width:1700px) {
    .h_t2 {

        padding: 15vh 0;

    }
}

@media screen and (min-width: 800px) and (max-width:1470px) {
    .h_t2 {

        padding: 100px 0 0;



    }
}

       .warning{
			position:fixed;
			top:50%;
			left:50%;
			width:540px;
			height:520px;
			margin-left:-270px;
			margin-top:-260px;
			padding:35px;
			background:#fff;
			box-shadow:0 0 10px #555;
			z-index:999999;
			
		}
		
		.warning h2{
			font-size:0.6rem;
			text-align:center;
			margin-bottom':'0.5rem;
		}
		.warning p{
	
			font-size:18px;
			margin-bottom:0.3rem;
		
		}
		.warning a{
		font-size:0.46rem;
			color:#402a93;
			float:right;	
		}
			
			
		.warning img{
			position:absolute;
			top:10px;
			right:10px;
		    width:20px;
			height:20px;
			cursor:pointer;
			z-index:999999;	
		}
		
	

@media screen and (min-width: 200px) and (max-width:800px) {
	 .warning{
			position:fixed;
		    top: 39%;
            left: 73%;
            width: 80%;
            height: auto;
			margin-left:-270px;
			margin-top:-260px;
			padding:35px;
			background:#fff;
			box-shadow:0 0 10px #555;
			z-index:999999;
			
		}
		
		.warning h2{
			font-size:0.6rem;
			text-align:center;
			margin-bottom':'0.5rem;
		}
		.warning p{
	
			font-size:18px;
			margin-bottom:0.3rem;
		
		}
		.warning a{
		font-size:0.46rem;
			color:#402a93;
			float:right;	
		}
			
			
		.warning img{
			position:absolute;
			top:10px;
			right:10px;
		    width:20px;
			height:20px;
			cursor:pointer;
			z-index:999999;	
		}
    .container {
        width: 100%;
    }

    .container1 {
        width: 100%;
    }

    .open_mnav {
        display: block;
    }

    .mfoot {
        display: flex;
    }

    body {
        padding-bottom: 56px;
    }

    .h_nav {
        display: none;
    }

    .h_top {
        position: fixed;
        min-width: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        padding-top: 10px;
    }

    .h_cont {
        width: 100%;
    }

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

    .i_video video {
        /* transform: translate(0, 0) scale(1); */
    }

    .h_t1 {
        font-size: 26px;
        padding-top: 70px;
    }

    .h_t2 {
        display: none;
    }

    .i_more {
        margin-top: 60px;
    }

    .i_part1 {
        width: 100%;
        padding: 30px 0;
    }

    .i_title2 {
        padding-bottom: 30px;
    }

    .i_wmss {
        padding-bottom: 30px;
    }

    .i_wml,
    .i_wmr {
        width: 96%;
        margin: 2%;
    }

    .i_t1 {
        font-size: 24px;
        padding-bottom: 20px;
    }

    .i_wmimgs>div {
        width: 46%;
        margin: 2%;
    }

    .i_part2 {
        min-width: 100%;
        height: auto;
        background-size: cover;
    }

    .i_times {
        width: 46%;
        margin: 2%;
    }

    .i_timesw {
        width: 100%;
        padding: 2%;
        box-sizing: border-box;
    }

    .i_part3 {
        width: 100%;
        padding: 30px 0;
    }

    .i_xzitem {
        width: 46%;
        margin: 2%;
    }

    .i_part4 {
        min-width: 100%;
        width: 100%;
        height: auto;
        background-size: cover;
    }

    .i_bkfw {
        width: 100%;
        margin: 0 auto;
    }

    .i_part5 {
        width: 100%;
        padding: 30px 0;
    }

    .i_yhitem {
        width: 46%;
        margin: 2%;
    }

    .i_img2 {
        width: 100%;
        height: 120px;
    }
    .i_t9{
    	display: none;
    }

    .i_part6 {
        min-width: 100%;
        padding: 30px 0;
    }

    .i_title4 {
        padding-bottom: 30px;
    }

    .i_fwitem {
        width: 46%;
        margin: 2%;
    }

    .i_img3 {
        width: 100%;
        height: 125px;
    }

    .i_fwitem:nth-child(3n) {
        margin-right: 2%;
    }

    .i_fwxm {
        display: flex;
        flex-wrap: wrap;
    }

    .i_part7 {
        width: 100%;
        padding: 30px 0;
    }

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

    .i_hzhb li:nth-child(5n) {
        margin-right: 2%;
    }

    .i_part8 {
        min-width: 100%;
        height: auto;
        background-size: cover;
        padding: 30px 0;
    }

    .i_t12 {
        padding-top: 0;
    }

    .f_top {
        min-width: 100%;
        padding: 20px 0;
    }

    .f_tl,
    .f_tr {
        width: 96%;
        margin: 2%;
    }

    .f_bottom {
        min-width: 100%;
        padding: 20px 0;
    }

    .f_botw {
        width: 100%;
    }

    .f_aqjc {
        width: 100%;
    }

    .f_aqjc a {
        width: 46%;
        margin: 2%;
        text-align: center;
    }

    .f_pic {
        position: relative;
        left: 0;
        top: 0;
        z-index: 0;
    }

    .banner2 {
        height: auto;
        min-width: 100%;
    }

    .bread {
        min-width: 100%;
    }

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

    .g_gywm {
        width: 100%;
        padding: 30px 0;
    }

    .gallery {
        width: 100%;
    }

    .gallery a {
        width: 96%;
        margin: 2%;
    }

    .gallery a:nth-child(4n) {
        margin-right: 2%;
    }

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

    .x_xmfw {
        width: 100%;
        padding: 30px 0;
    }

    .x_xqym {
        width: 100%;
        margin: 30px auto;
        padding: 10px;
    }

    .l_lxwm {
        width: 100%;
        min-width: 100%;
        padding: 30px 0;
    }

    .l_tels a {
        margin-bottom: 20px;
    }

    .i_zclc {
        display: none;
    }

    .i_newl,
    .i_newr {
        width: 96%;
        margin: 2%;
    }

    .i_net3 {
        font-size: 20px;
        line-height: 20px;
        padding-top: 6px;
    }

    .i_net4 {
        padding-top: 6px;
        font-size: 16px;
        line-height: 20px;
    }

    .link {
        width: 100%;
    }

    .i_tody .s_bn {
        right: 0;
    }

    .i_tody .s_bp {
        left: 0;
    }

    .i_video {

        min-width: auto;


    }

    .i_morew1 {
        min-width: auto;
    }

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

    .i_hzhb{
        display: flex;
        flex-wrap: wrap;
    }
    .rebox-next {
        right: 10px;
    }
    .rebox-prev {
        left: 10px;
    }

    .rebox-close {
        right: 10px;
    }
}