@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg') format('svg');
}


/* css初始化 */

* {
    padding: 0px;
    margin: 0px;
}

body {
    background-color: #00487f;
    font-size: 14px;
    font-family: "Microsoft YaHei", "PingFang SC", "Source Han Sans CN", Arial, Tahoma, sans-serif;
    padding: 0!important;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
    margin: 0;
    padding: 0;
    font-style: normal;
}

.h1,
.h2,
.h3,
h1,
h2,
h3,
p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    list-style: none;
}

input,
select,
button,
textarea {
    font-size: 14px;
    border: 0;
    background: none;
    outline: none;
    vertical-align: middle;
    font-family: "Microsoft YaHei", "PingFang SC", "Source Han Sans CN", Arial, Tahoma, sans-serif;
}

button {
    overflow: visible
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

button:focus {
    outline: none;
}

a:hover {
    text-decoration: none !important;
}


/* 整体 */

@media only screen and (max-width:992px) {
    html.on {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden;
    }
}

@media only screen and (max-width:992px) {
    body.on {
        transform: translateX(-60%);
        -webkit-transform: translateX(-60%);
        -moz-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
        -o-transform: translateX(-60%);
    }
}

@media only screen and (max-width:992px) {
    .sj_bj {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        z-index: 999999999999999999999;
        display: none;
    }
}

:focus {
    outline: none;
}

.header {
    background: rgba(0, 72, 127, .73);
    width: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999999999;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header_h {
    height: 100px;
}

.header .logo {
    float: left;
    margin: 10px 0;
}

.header .logo img {
    max-width: 100%;
}

.header .nav {
    float: right;
}

.header .nav ul {
    float: left;
}

.header .nav ul li:last-child {
    margin-right: 50px;
}

.header .nav ul li {
    text-align: center;
    margin: 0 20px;
    float: left;
    position: relative;
}

.header .nav .y_j {
    position: relative;
}

.header .nav .y_j i {
    display: none;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .nav .y_j a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    line-height: 100px;
}

.header .nav ul li:hover .y_j a {
    font-weight: bold;
}

.header .nav ul li.on .y_j a {
    font-weight: bold;
}

.header .nav ul li:after {
    width: 0;
    height: 3px;
    background-color: #0099ff;
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.header .nav ul li:hover:after {
    width: 100%;
}

.header .nav ul li.on:after {
    width: 100%;
}

.header .nav .e_j {
    width: 195px;
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0 0 5px #aaa;
    position: absolute;
    top: 101px;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    visibility: hidden;
    padding-left: 22px;
    text-align: left;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .nav ul li.on a {
    color: #fff;
}

.header .nav ul li:hover .e_j {
    opacity: 1;
    visibility: inherit;
    z-index: 999;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.header .nav ul li .e_j a {
    font-size: 14px;
    line-height: 36px;
    text-align: left;
    display: block;
    color: #333333;
}


/* header  an */

.header .an {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 30px;
    height: 27px;
    width: 40px;
    display: none;
}

.header .an span {
    width: 40px;
    height: 3px;
    background-color: #108bcf;
    display: block;
    position: absolute;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .an span.a1 {
    top: 0;
    left: 0;
}

.header .an span.a2 {
    top: 12px;
    left: 0;
}

.header .an span.a3 {
    top: 24px;
    left: 0;
}

.header .an.n span.a2 {
    display: none;
}

.header .an.n span.a1 {
    top: 10px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
    top: 10px;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.header .container {
    position: relative;
}

@media only screen and (max-width:992px) {
    .header {
        position: relative;
    }
    .header .logo {
        width: 50%;
        margin: 19px 0;
    }
    .header .contact {
        display: none;
    }
    .header .nav {
        width: 60%;
        height: 100%;
        padding: 10px 5% 0;
        margin: 0;
        background-color: #141414;
        height: 100%;
        position: fixed;
        top: 0;
        right: -60%;
        z-index: 9999;
        overflow: auto;
        transition: all .5s;
        -o-transition: all .5s;
        -ms-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
    }
    .header .nav ul {
        width: 100%;
        float: none;
    }
    .header .nav ul li:nth-child(2) {
        margin-left: 0;
    }
    .header .nav ul li {
        width: 100%;
        height: auto;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        float: none;
        margin: 0;
        padding-bottom: 10px;
    }
    .header .nav ul li:after {
        display: none;
    }
    .header .nav .y_j i {
        display: block;
        width: 100%;
        padding-right: 10px;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 18px;
        text-align: right;
        color: #ddd;
        line-height: 66px;
        z-index: 99;
    }
    .header .nav ul li:hover .y_j i {
        color: #ddd;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .header .nav ul li.on .y_j i {
        color: #ddd;
    }
    .header .nav .y_j a {
        font-size: 20px;
        line-height: 66px;
        color: #fff;
        display: block;
    }
    .header .nav ul li:hover .y_j a {
        color: #fff;
        border-bottom: 3px solid transparent;
    }
    .header .nav ul li.on .y_j a {
        color: #fff;
        border-bottom: 3px solid transparent;
    }
    .header .nav .e_j {
        width: 100%;
        background: none;
        box-shadow: none;
        position: relative;
        left: auto;
        top: auto;
        padding: 5px 0;
        margin-left: 0;
        opacity: 1;
        visibility: inherit;
        display: none;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }
    .header .nav ul li:hover .e_j {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .header .nav ul li .e_j a {
        font-size: 20px;
        line-height: 50px;
        text-align: left;
        color: #fff;
    }
    .header .an {
        display: block;
    }
    .header .header_es {
        margin-top: 7px;
        margin-right: 18%;
    }
    .header .nav li:before,
    .header .nav li:after {
        background-color: transparent
    }
}

@media only screen and (max-width:450px) {
    .header .logo {
        width: 33%;
        margin: 30px 0;
    }
}

@media only screen and (max-width:992px) {
    .head {
        align-items: baseline;
    }
    .header_h {
        display: none;
    }
    .header .head_icon {
        top: 0;
        margin-top: 0;
        right: 20%;
    }
}


/* banner */

.pc_ban {
    width: 100%;
    /* height高度随时修改 */
    height: 942px;
    position: relative;
    overflow: hidden;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
}

.pc_ban .swiper-button-prev,
.pc_ban .swiper-button-next {
    color: #fff;
    font-size: 50px;
    opacity: 0;
    margin-top: -25px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_ban .swiper-button-prev {
    left: 0%;
    margin-left: 3%
}

.pc_ban .swiper-button-next {
    right: 0%;
    margin-right: 3%;
}

.pc_ban:hover .swiper-button-prev {
    left: 2%;
    opacity: .5;
}

.pc_ban:hover .swiper-button-next {
    right: 2%;
    opacity: .5;
}


/* pc_ban 文字 */

.pc_ban .pc_wz {
    text-align: center;
    padding-top: 400px;
}

.pc_ban .pc_wz h1 {
    text-transform: uppercase;
    font-size: 54px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0, 0, 0, .5);
    letter-spacing: .5em;
    margin-bottom: 50px;
}

.pc_ban .pc_wz h4 {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 20px #000;
}

.pc_ban .pc_wz a {
    display: block;
    margin: 140px auto 0;
    width: 250px;
    height: 52px;
    border: 1px solid #00487f;
    background-color: #00487f;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
}

.pc_ban .pc_wz a:hover {
    background-color: transparent;
    color: #00487f;
}

@media only screen and (max-width:1400px) {
    .pc_ban {
        height: 610px;
    }
    .pc_ban .pc_wz a {
        margin: 60px auto 0;
    }
}

@media only screen and (max-width:992px) {
    .pc_ban {
        height: 330px;
    }
    .pc_ban .pc_wz {
        padding-top: 50px;
    }
    .pc_ban .pc_wz h1 {
        font-size: 30px;
        letter-spacing: 0;
        margin-bottom: 25px;
    }
    .pc_ban .pc_wz h4 {
        font-size: 25px;
    }
    .pc_ban .pc_wz a {
        display: block;
        margin: 60px auto 0;
        width: 150px;
        height: 42px;
        border: 1px solid #00487f;
        background-color: #00487f;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        line-height: 40px;
        text-align: center;
        border-radius: 36px;
    }
}


/* 小圆圈样式 */

.sy_bt {
    padding: 90px 0 60px;
    text-align: center;
    background-color: #00487f;
    position: relative;
}

.sy_bt h2 {
    font-size: 60px;
    color: #1e608c;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 1;
    font-weight: bold;
}

.sy_bt h4 {
    position: relative;
    z-index: 2;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}

.sy_bt span {
    width: 77px;
    height: 4px;
    background-color: #fff;
    display: block;
    margin: 10px auto 0;
    border-radius: 10px;
}

.sy_cp {
    display: flex;
    margin-bottom: 30px;
}

.sy_cp .sc_l {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 60px 65px 0 15%;
    background-color: #e6edf6;
}

.sy_cp .sc_l h3 {
    font-size: 33px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

.sy_cp .sc_l span {
    width: 36px;
    height: 4px;
    background-color: #00487f;
    display: block;
    margin: 25px 0 30px;
}

.sy_cp .sc_l .sc_wz {
    color: #323232;
    font-size: 16px;
    margin-bottom: 74px;
    line-height: 1.5;
}

.sy_cp .sc_l .sc_yd ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sy_cp .sc_l .sc_yd ul li {
    width: 139px;
    height: 43px;
    line-height: 41px;
    border: 1px solid #00487f;
    cursor: pointer;
    background: -webkit-linear-gradient(left, #00487f, #00487f) no-repeat;
    background: linear-gradient(to right, #00487f, #00487f) no-repeat;
    background-size: 0% 100%;
    color: #00487f;
    text-align: center;
    margin-right: 15px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_cp .sc_l .sc_yd ul li:hover {
    background-size: 100% 100%;
    color: #fff;
}

.sy_cp .sc_l a {
    display: block;
    margin-top: 110px;
    border-radius: 20px;
    width: 143px;
    height: 33px;
    border: 1px solid #00487f;
    background-color: #00487f;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 31px;
}

.sy_cp .sc_l a:hover {
    background-color: transparent;
    color: #00487f;
}

.sy_cp .sc_r {
    flex: 0 0 50%;
    overflow: hidden;
    max-width: 50%;
}

.sy_cp .sc_r img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.sy_cp .sc_r img {
    width: 100%;
    height: min-content;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.sy_cp .l_2 {
    order: 1;
    padding: 60px 7% 0 65px;
}

.sy_cp .l_2 .sc_wz {
    margin-bottom: 20px;
}

.sy_cp .l_2 a {
    margin-top: 25px;
}

.sy_cp .l_2 .sc_yd2 {
    font-weight: bold;
    color: #00487f;
    line-height: 2;
}

@media only screen and (max-width:992px) {
    .sy_bt h2 {
        font-size: 30px;
    }
    .sy_bt h4 {
        font-size: 22px;
    }
    .sy_bt span {
        width: 52px;
        height: 3px;
    }
    .sy_cp {
        flex-wrap: wrap;
        padding-left: 15px;
        padding-right: 15px;
    }
    .sy_cp .sc_l {
        order: 1;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 50px 50px 0;
    }
    .sy_cp .sc_r {
        flex: 0 0 100%;
        margin: 30px 0;
        max-width: 100%;
    }
    .sy_cp .sc_l h3 {
        font-size: 26px;
    }
    .sy_cp .sc_l span {
        margin: 15px 0;
    }
    .sy_cp .sc_l .sc_wz {
        font-size: 14px;
        margin-bottom: 50px;
    }
    .sy_cp .sc_l a {
        display: block;
        margin-top: 55px;
        margin-bottom: 40px;
        border-radius: 20px;
        width: 125px;
    }
    .sy_cp .l_2 .sc_yd2 {
        font-size: 13px;
        line-height: 1.5;
    }
}

.sy_ab {
    display: flex;
}

.sy_ab .ab_l,
.sy_ab .ab_r {
    flex: 0 0 50%;
    max-width: 50%;
}

.sy_ab .ab_l {
    background: url(../images/sy_bj_82.jpg) no-repeat center / cover;
    padding: 150px 50px 0 18%;
}

.sy_ab .ab_l .ab_wz {
    font-size: 16px;
    color: #333333;
    line-height: 2;
}

.sy_ab .ab_l a {
    display: block;
    margin-top: 25px;
    border-radius: 20px;
    width: 143px;
    height: 33px;
    border: 1px solid #00487f;
    background-color: #00487f;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 31px;
}

.sy_ab .ab_l a:hover {
    background-color: transparent;
    color: #00487f;
}

.sy_ab .ab_r {
    position: relative;
}

.sy_ab .ab_r img {
    width: 100%;
    height: min-content;
}

.sy_ab .ab_r .ab_bt {
    text-align: center;
    color: #fff;
    width: 271px;
    height: 193px;
    background-color: #00487f;
    position: absolute;
    top: 50%;
    margin-top: -86px;
    left: 50%;
    margin-left: -135px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sy_ab .ab_r .ab_bt h2 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
}

.sy_ab .ab_r .ab_bt h5 {
    font-size: 17px;
    line-height: 1.8;
}

@media only screen and (max-width:992px) {
    .sy_ab {
        flex-wrap: wrap;
        padding-left: 15px;
        padding-right: 15px;
    }
    .sy_ab .ab_l,
    .sy_ab .ab_r {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sy_ab .ab_l {
        order: 1;
        padding: 50px;
        margin-top: 30px;
    }
    .sy_ab .ab_l .ab_wz {
        font-size: 14px;
        line-height: 1.5;
    }
    .sy_ab .ab_l a {
        width: 130px;
    }
    .sy_ab .ab_r {
        margin-top: 30px;
    }
    .sy_ab .ab_r .ab_bt h2 {
        font-size: 30px;
    }
    .sy_ab .ab_r .ab_bt h5 {
        font-size: 15px;
        line-height: 1.5;
    }
}

.bd {
    display: flex;
}

.bd .gallery-top {
    flex: 0 0 36%;
    max-width: 36%;
}

.bd .gallery-top img {
    width: 100%;
}

.bd .gallery-thumbs {
    flex: 0 0 64%;
    max-width: 64%;
}

.bd .gallery-top {
    height: 500px;
    background-color: #fff;
    padding: 10px;
}

.bd .gallery-top .swiper-pagination-top {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.bd .gallery-top .swiper-pagination-bullet-active {
    background: #00487f;
}

.bd .gallery-thumbs .swiper-wrapper {
    display: flex;
    flex-direction: column;
}

.bd .gallery-thumbs .swiper-wrapper .swiper-slide {
    height: 90px;
    width: 100%!important;
    padding-left: 66px;
    transition: all .5s;
    margin-bottom: 20px;
    cursor: pointer;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.bd .gallery-thumbs .col-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #b8c3d2;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.bd .gallery-thumbs h3 {
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 54px;
    border-bottom: 1px solid #b8c3d2;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.bd .gallery-thumbs .swiper-slide .col-2,
.bd .gallery-thumbs .swiper-slide .col-10 {
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.bd .gallery-thumbs .swiper-slide:hover .row {
    border: 1px solid #fff;
}

.bd .gallery-thumbs .swiper-slide:hover .col-10 {
    background-color: #fff;
}

.bd .gallery-thumbs .swiper-slide:hover .col-2 {
    color: #fff;
}

.bd .gallery-thumbs .swiper-slide:hover h3 {
    border-bottom: 1px solid #fff;
}

.bd .gallery-thumbs .swiper-slide:hover .sn_wz {
    color: #00487f;
}

.bd .gallery-thumbs .swiper-slide:hover a {
    color: #00487f;
}

.bd .gallery-thumbs .swiper-slide.on .row {
    border: 1px solid #fff;
}

.bd .gallery-thumbs .swiper-slide.on .col-10 {
    background-color: #fff;
}

.bd .gallery-thumbs .swiper-slide.on .col-2 {
    color: #fff;
}

.bd .gallery-thumbs .swiper-slide.on h3 {
    border-bottom: 1px solid #fff;
}

.bd .gallery-thumbs .swiper-slide.on .sn_wz {
    color: #00487f;
}

.bd .gallery-thumbs .swiper-slide.on a {
    color: #00487f;
}

.bd .gallery-thumbs .swiper-slide .row {
    border-bottom: 1px solid #fff;
}

.bd .gallery-thumbs h5 {
    font-size: 18px;
    line-height: 2;
}

.bd .gallery-thumbs a {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.bd .gallery-thumbs .sn_wz {
    font-size: 12px;
    color: #b8c3d2;
    line-height: 1.5;
    word-wrap: break-word;
    word-break: break-all;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.sy_news {
    padding-bottom: 80px;
}

@media only screen and (max-width:992px) {
    .bd {
        flex-wrap: wrap;
    }
    .bd .gallery-top,
    .bd .gallery-thumbs {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 50px;
    }
    .bd .gallery-thumbs .swiper-wrapper .swiper-slide {
        padding-left: 16px;
    }
    .bd .gallery-thumbs h3 {
        font-size: 22px;
    }
    .bd .gallery-thumbs h5 {
        font-size: 14px;
    }
    .bd .gallery-thumbs a {
        font-size: 13px;
    }
    .bd .gallery-thumbs .sn_wz {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
    }
    .bd .gallery-top .swiper-pagination-top {
        bottom: 30px;
    }
}

.sy_hz {
    padding-bottom: 120px;
    background-color: #fff;
}

.hz_ban {
    margin-bottom: -87px;
    padding-bottom: 87px;
}

.sy_hz .swiper-button-prev-zh,
.sy_hz .swiper-button-next-zh {
    color: #fff;
    font-size: 20px;
    opacity: 1;
    margin-top: -25px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    background-color: #c7c7c7;
    width: 51px;
    height: 32px;
    line-height: 32px;
    margin-top: 30px;
    text-align: center;
    position: absolute;
}

.sy_hz .sy_bt {
    background-color: #fff;
}

.sy_hz .sy_bt h2 {
    color: #e6f0f2;
    width: 100%;
}

.sy_hz .sy_bt h4 {
    color: #00487f;
}

.sy_hz .swiper-button-prev-zh:hover,
.sy_hz .swiper-button-next-zh:hover {
    background-color: #005ea8;
}

.sy_hz .swiper-button-prev-zh {
    left: 45%;
}

.sy_hz .swiper-button-next-zh {
    right: 45%;
}

.sy_hz img {
    width: 100%;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_hz img:hover {
    transform: translateY(20px);
    -webkit-transform: translateY(20px)
}

.sy_hz .hz_lb {
    margin-top: 50px;
}

@media only screen and (max-width:992px) {
    .sy_hz .swiper-button-next-zh {
        right: 34%;
    }
    .sy_hz .swiper-button-prev-zh {
        left: 34%;
    }
}

.footer {
    padding-top: 33px;
    padding-bottom: 20px;
    background-color: #00487f;
}

.footer h3 {
    font-size: 20px;
    color: #fff;
    line-height: 54px;
}

.footer .ft_hd ul li {
    padding-left: 36px;
    position: relative;
    margin: 21px 0;
}

.footer .ft_hd .ft_lb li {
    padding-left: 0;
}

.footer .ft_hd ul li i {
    position: absolute;
    left: 0;
    color: #c8c8c8;
}

.footer .ft_hd ul li a {
    color: #c8c8c8;
}

.footer h4 {
    font-size: 16px;
    color: #c8c8c8;
    margin-bottom: 25px;
}

.footer h4 strong {
    color: #ff7e35;
}

.footer .ft_icon a:first-child {
    margin-left: 0;
}

.footer .ft_icon a {
    margin-left: 20px;
    border-radius: 50%;
    border: 1px solid #c8c8c8;
    color: #c8c8c8;
    width: 38px;
    height: 38px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
}

.footer .ft_icon a:hover {
    background-color: #71717f;
    border: 1px solid #71717f;
    color: #fff;
}

.banquan {
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #001e46;
    color: #e7e7e7;
    font-size: 16px;
}


/* select::-ms-expand {
    display: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("arrow.png") no-repeat scroll right center transparent;
    padding-right: 14px;
}

option::-ms-expand {
    display: none;
}

option {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
} */

.ft_hd .c_2 {
    display: flex;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

option {
    padding: 0;
    border: 0;
    color: #333;
}

select {
    margin-top: 50px;
    width: 113px;
    height: 40px;
    box-sizing: content-box;
    font-size: 14px;
    color: #e5e5e5;
    border: 1px solid #e5e5e5;
    padding: 0;
    line-height: 20px;
    padding-left: 20px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1)
}

@media only screen and (max-width:992px) {
    .footer h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .footer .ft_hd ul li a {
        font-size: 12px;
    }
    .footer .ft_hd ul li {
        padding-left: 28px;
        margin: 10px 0;
    }
    .footer h4 {
        font-size: 14px;
        margin-bottom: 14px;
    }
    .ft_hd .c_2 {
        align-items: center;
    }
    select {
        margin-top: 60px;
    }
    .banquan {
        height: 45px;
        font-size: 12px;
    }
}


/* 微信 */

.e_m {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    z-index: 99999;
    display: none;
}

.e_m .n_r {
    width: 200px;
    padding: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.e_m .n_r img {
    width: 100%;
    height: auto;
    display: block;
}

.e_m .n_r p {
    font-size: 15px;
    color: #888;
    margin-top: 10px;
}

@media only screen and (max-width:640px) {
    .e_m .n_r {
        width: 230px;
        padding: 15px;
    }
    .e_m .n_r p {
        font-size: 15px;
    }
}

.ny_ban {
    height: 469px;
}

.ny_nav {
    background-color: #fff;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ny_nav ul {
    height: 50px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #cecece;
}

.ny_nav ul li a {
    color: #686868;
}

.ny_ab {
    background-color: #fff;
    overflow: hidden;
}

.ny_ab .ab_bt {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    width: 570px;
    height: 75px;
    line-height: 75px;
    margin: 40px auto 65px;
    background-color: #00487f;
    text-align: center;
}

.ny_ab .ab_nr {
    font-size: 18px;
    color: #333333;
    line-height: 2;
}

.ny_ab .ab_nr strong {
    color: #007cbd;
}

.ny_ab .ab_tp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 60px 0 80px;
}

.ny_ab .ab_tp .tp {
    flex: 0 0 49%;
    max-width: 49%;
    overflow: hidden;
}

.ny_ab .ab_tp .tp:hover img {
    box-shadow: 0 0 8px #ddd;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.ny_ab .ab_tp .tp img {
    width: 100%;
    transition: all 2s;
    -o-transition: all 2s;
    -ms-transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
}

@media only screen and (max-width:992px) {
    .ny_ban {
        height: 215px;
    }
    .ny_nav ul li a {
        font-size: 13px;
    }
    .ny_nav ul {
        height: 38px;
    }
    .ny_ab .ab_bt {
        width: 67%;
        font-size: 22px;
    }
    .ny_ab .ab_nr {
        font-size: 16px;
        color: #333333;
        line-height: 2;
    }
}

.ny_cp {
    background-color: #fff;
    padding: 60px 0 90px;
}

.ny_cp .cp_tw {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ny_cp .cp_tw .tw {
    flex: 0 0 48%;
    max-width: 48%;
    border: 1px solid #d3d3d3;
}

.ny_cp .cp_tw .tw .tw_tp {
    padding: 15px 20px;
    overflow: hidden;
    background-color: #f7f7f8;
}

.ny_cp .cp_tw .tw .tw_tp .img {
    overflow: hidden;
}

.ny_cp .cp_tw .tw .tw_tp:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.ny_cp .cp_tw .tw .tw_tp img {
    width: 100%;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.ny_cp .cp_tw .tw .tw_wz {
    height: 118px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #00487f;
}

.ny_cp .cp_tw .tw .tw_wz h3 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.ny_cp .cp_tw .tw .tw_wz a {
    width: 143px;
    height: 36px;
    border: 1px solid #007cbd;
    background-color: #007cbd;
    line-height: 34px;
    text-align: center;
    color: #fff;
    display: block;
    margin: 15px auto;
    border-radius: 10px;
}

.ny_cp .cp_tw .tw .tw_wz a:hover {
    background-color: #fff;
    color: #007cbd;
}

@media only screen and (max-width:992px) {
    .ny_cp .cp_tw .tw .tw_wz h3 {
        font-size: 14px;
    }
    .ny_cp .cp_tw .tw .tw_wz a {
        width: 115px;
        height: 30px;
        border: 1px solid #007cbd;
        background-color: #007cbd;
        line-height: 28px;
        font-size: 13px;
        text-align: center;
        color: #fff;
        display: block;
        margin: 15px auto;
        border-radius: 10px;
    }
    .ny_cp .cp_tw .tw .tw_wz {
        height: 100px;
    }
}

.ny_cpxq {
    background-color: #fff;
    overflow: hidden;
}

.ny_cpxq .cpxq_xz {
    background: url(../images/cpxq_03.jpg) no-repeat center / cover;
    display: flex;
    margin-top: 50px;
}

.ny_cpxq .cpxq_xz .xz_tp {
    flex: 0 0 50%;
}

.ny_cpxq .cpxq_xz .xz_tp .img {
    margin: 10px auto;
}

.ny_cpxq .cpxq_xz .xz_tp .img img {
    width: 100%;
}

.ny_cpxq .cpxq_xz .xz_wz {
    flex: 0 0 36%;
    padding-top: 70px;
}

.ny_cpxq .cpxq_xz .xz_wz h3 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    color: #00487f;
}

.ny_cpxq .cpxq_xz .xz_wz span {
    background-color: #0099ff;
    width: 74px;
    height: 5px;
    display: block;
    margin: 20px 0 25px;
}

.ny_cpxq .cpxq_xz .xz_wz .wz_z {
    color: #333;
    font-size: 16px;
    line-height: 2;
}

.ny_cpxq .cpxq_xz .xz_wz a {
        margin-top: 70px;
    margin-bottom: 40px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    background: linear-gradient(to bottom, #0099ff, #115ec4) no-repeat;
    background: -webkit-linear-gradient(to bottom, #0099ff, #115ec4) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 185px;
    height: 67px;
    border: 1px solid #097ae0;
    line-height: 65px;
    border-radius: 10px;
    padding-left: 20px;
    margin-right: 45px;
}

.ny_cpxq .cpxq_xz .xz_wz a:last-child {
    margin-right: 0;
}

.ny_cpxq .cpxq_xz .xz_wz a::before {
    font-size: 27px;
    font-weight: 400;
    margin-right: 15px;
}

.ny_cpxq .cpxq_xz .xz_wz a:hover {
    background-size: 0 100%;
    color: #097ae0;
}

.ny_cpxq .cpxq_bf {
    padding: 28px;
    background-color: #00487f;
    margin-top: 45px;
}

.ny_cpxq .cpxq_bf .cpxq_bt {
    text-align: center;
}

.ny_cpxq .cpxq_bf .cpxq_bt h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.ny_cpxq .cpxq_bf .cpxq_bt span {
    width: 74px;
    height: 5px;
    background-color: #fff;
    display: block;
    margin: 25px auto 30px;
}


/* 去掉 */

.ny_cpxq .cpxq_bf img {
    width: 100%;
    cursor: pointer;
}

.ny_cpxq .cpxq_wd ul {
    padding: 0 145px 0 130px;
    overflow: hidden;
}

.ny_cpxq .cpxq_wd ul li {
    margin: 66px 0;
}

.ny_cpxq .cpxq_wd .wb_bt {
    font-size: 18px;
    font-weight: bold;
    color: #00487f;
    text-transform: uppercase;
}

.ny_cpxq .cpxq_wd .wb_bt strong {
    width: 45px;
    height: 45px;
    background-color: #00487f;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

.ny_cpxq .cpxq_wd .wd_nr {
    margin-top: 15px;
    color: #333;
    line-height: 1.5;
}

.cp_wx {
    border: 2px solid #00487f;
    padding: 20px 30px;
    margin-bottom: 30px;
}

.cp_wx h2 {
    font-size: 24px;
    color: #00487f;
    line-height: 40px;
}

.cp_wx .x {
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.cp_wx .x:hover::-webkit-scrollbar {
    display: block;
}

 ::-webkit-scrollbar {
    width: 5px;
    background-color: #00487f;
    display: none;
}

 ::-webkit-scrollbar-track {
    border-radius: 10px;
}

 ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: black;
}

.cp_wx .x li {
    margin: 10px 0;
    border-bottom: 1px solid #ddd;
}

@media only screen and (max-width:992px) {
    .ny_cpxq .cpxq_xz {
        flex-wrap: wrap;
        padding: 20px 0;
    }
    .ny_cpxq .cpxq_xz .xz_wz h3 {
        font-size: 22px;
    }
    .ny_cpxq .cpxq_xz .xz_wz span {
        width: 60px;
        margin: 15px 0;
    }
    .ny_cpxq .cpxq_xz .xz_wz .wz_z {
        font-size: 14px;
        line-height: 1.5;
    }
    .ny_cpxq .cpxq_xz .xz_wz {
        padding-top: 25px;
        flex: 0 0 57%;
    }
    .ny_cpxq .cpxq_xz .xz_wz a {
        margin-top: 60px;
        font-size: 13px;
        font-weight: 400;
        width: 122px;
        height: 50px;
        line-height: 48px;
        padding-left: 10px;
        margin-right: 17px;
    }
    .ny_cpxq .cpxq_xz .xz_tp {
        flex: 0 0 42%;
    }
    .ny_cpxq .cpxq_xz .xz_wz a::before {
        font-size: 18px;
        font-weight: 400;
        margin-right: 5px;
    }
    .ny_cpxq .cpxq_xz .xz_wz .xz_xz {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ny_cpxq .cpxq_bf .cpxq_bt h3 {
        font-size: 22px;
    }
    .ny_cpxq .cpxq_bf .cpxq_bt span {
        width: 60px;
        height: 4px;
        margin: 20px auto;
    }
    .ny_cpxq .cpxq_wd ul {
        padding: 0;
    }
    .ny_cpxq .cpxq_wd .wb_bt strong {
        width: 40px;
        height: 40px;
        background-color: #00487f;
        color: #fff;
        font-size: 25px;
        font-weight: bold;
        line-height: 40px;
    }
    .ny_cpxq .cpxq_wd .wb_bt {
        font-size: 16px;
    }
    .ny_cpxq .cpxq_wd .wd_nr {
        margin-top: 13px;
    }
}


/* sy_ban 另外两张 */

.styleb .pc_wz {
    margin-right: 48%;
}

.styleb h1 {
    letter-spacing: 0;
}

.stylec .pc_wz {
    margin-left: 50%;
}

.stylec h1 {
    letter-spacing: 0;
}


/* 公共样式 */

.ny_nr .xw_xq {
    padding: 30px 0px;
}

.ny_nr .xw_xq .xq_lf .xq_tl {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.ny_nr .xw_xq .xq_lf .xq_fc {
    width: 100%;
    border-bottom: solid 1px #cacaca;
    padding: 20px 0px;
}

.ny_nr .xw_xq .xq_lf .xq_fc .right {
    text-align: right;
}

.ny_nr .xw_xq .xq_nr {
    width: 100%;
    overflow: hidden;
    padding: 20px 0px;
    line-height: 30px;
    font-size: 14px;
}

.ny_nr .xw_xq .xq_nr img {
    max-width: 100%;
    display: block;
}

.ny_nr .xw_xq .xq_fy {
    text-align: center;
    padding: 15px 0px;
}

.ny_nr .xw_xq .xq_fy a {
    display: inline-block;
    margin: 0px 15px;
    padding: 10px 20px;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 14px;
}

.ny_nr .xw_xq .xq_rt {
    width: 100%;
    overflow: hidden;
    margin-top: 56px;
}

.ny_nr .xw_xq .xq_rt .rt_bt {
    font-size: 24px;
    font-weight: bold;
    background-color: #000000;
    color: #FFFFFF;
    padding: 15px 0px;
    text-align: center;
}

.ny_nr .xw_xq .xq_rt .rt_lb li a {
    display: block;
    border-bottom: dashed 1px #cccccc;
    line-height: 56px;
    font-size: 14px;
    color: #666;
}

@media only screen and (max-width:640px) {
    .ny_nr .xw_xq {
        padding: 20px 0px;
    }
    .ny_nr .xw_xq .xq_lf .xq_tl {
        font-size: 22px;
    }
    .ny_nr .xw_xq .xq_lf .xq_fc {
        padding: 15px 0px;
    }
    .ny_nr .xw_xq .xq_lf .xq_fc .right {
        text-align: center;
    }
    .ny_nr .xw_xq .xq_fy {
        padding: 10px 0px;
    }
    .ny_nr .xw_xq .xq_fy a {
        margin: 0px 10px;
        padding: 10px 15px;
    }
    .ny_nr .xw_xq .xq_rt {
        margin-top: 15px;
    }
    .ny_nr .xw_xq .xq_rt .rt_bt {
        font-size: 20px;
        padding: 10px 0px;
    }
    .ny_nr .xw_xq .xq_rt .rt_lb li a {
        line-height: 40px;
    }
}

.gy_wm {
    width: 100%;
    padding: 60px 0 80px;
    overflow: hidden;
}

.gy_wm .yj_cp .n_r {
    box-shadow: 0px 5px 10px 0px rgba(95, 125, 158, .1);
    margin-bottom: 30px;
}

.gy_wm .yj_cp .t_p {
    overflow: hidden;
}

.gy_wm .yj_cp .t_p img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.gy_wm .yj_cp .n_r:hover .t_p img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.gy_wm .yj_cp .w_z {
    padding: 20px 10px;
    text-align: center;
}

.gy_wm .yj_cp .w_z h3 {
    font-size: 20px;
    line-height: 32px;
}

.gy_wm .yj_cp .w_z p {
    line-height: 24px;
    color: #999;
}

.gy_wm .ry_zz .n_r {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 8px 20px 0px rgba(95, 125, 158, .1);
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.gy_wm .ry_zz .n_r:hover {
    box-shadow: 0px 8px 20px 0px rgba(95, 125, 158, 0.3);
    transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.gy_wm .ry_zz img {
    width: 100%;
    height: auto;
    display: block;
}

.gy_wm .ry_zz p {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.gy_wm .zl_lb .n_r {
    padding: 20px 20px 20px 100px;
    border: 1px dotted #ddd;
    margin-bottom: 30px;
    position: relative;
}

.gy_wm .zl_lb h3 {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.gy_wm .zl_lb ul li:hover h3 {
    color: #00b7ee;
}

.gy_wm .zl_lb i {
    font-size: 60px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.gy_wm .zl_lb p {
    margin-bottom: 20px;
    line-height: 24px;
    height: 48px;
    color: #888;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gy_wm .zl_lb a {
    width: 120px;
    background-color: #00b7ee;
    line-height: 32px;
    text-align: center;
    color: #fff;
    display: block;
}

.gy_wm .zs_js {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 50px;
}

.gy_wm .zp_js .n_r {
    margin-bottom: 50px;
    overflow: hidden;
    box-shadow: 0px 5px 10px 0px rgba(95, 125, 158, .1);
}

.gy_wm .zp_js .t_p img {
    width: 100%;
    height: auto;
    display: block;
}

.gy_wm .zp_js .w_z {
    padding: 20px;
}

.gy_wm .zp_js .w_z h3 {
    font-size: 20px;
    font-weight: bold;
    color: #00b7ee;
    margin-bottom: 15px;
}

.gy_wm .zp_js .w_z p {
    font-size: 15px;
    line-height: 26px;
    color: #777;
}

.gy_wm .lx_dt .map {
    width: 100%;
    height: 460px;
    margin-bottom: 50px;
}

.gy_wm .lx_wm .n_r h3 {
    font-size: 22px;
    line-height: 32px;
    color: #00b7ee;
}

.gy_wm .lx_wm .n_r h4 {
    font-size: 16px;
    line-height: 24px;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.gy_wm .lx_wm .w_z {
    font-size: 15px;
    line-height: 32px;
}

.gy_wm .lx_wm .l_y input {
    width: 100%;
    height: 47px;
    font-size: 14px;
    line-height: 46px;
    border-bottom: 1px solid #ddd;
    display: block;
}

.gy_wm .lx_wm .l_y textarea {
    width: 100%;
    height: 73px;
    padding: 10px 0;
    font-size: 14px;
    line-height: 26px;
    border-bottom: 1px solid #ddd;
    display: block;
    resize: none;
}

.gy_wm .lx_wm .l_y button {
    width: 120px;
    height: 36px;
    background-color: #00b7ee;
    margin-top: 15px;
    margin-right: 15px;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    float: left;
}

.gy_wm .lx_wm .l_y button.c_z {
    background-color: #aaa;
}

.gy_wm .yz_xx {
    max-width: 560px;
    margin: 0 auto;
    padding: 30px 80px;
    box-shadow: 0px 8px 20px 0px rgba(95, 125, 158, .1);
}

.gy_wm .yz_xx .n_r {
    position: relative;
}

.gy_wm .yz_xx .n_r input {
    width: 100%;
    height: 51px;
    border-bottom: 1px solid #eee;
    line-height: 50px;
    margin-bottom: 10px;
    display: block;
}

.gy_wm .yz_xx .n_r.y_z input {
    padding-right: 120px;
}

.gy_wm .yz_xx .n_r .y_m {
    width: 100px;
    height: 40px;
    background: url(../images/api.png) no-repeat center / cover;
    position: absolute;
    top: 5px;
    right: 0;
}

.gy_wm .yz_xx button {
    width: 100%;
    height: 50px;
    background-color: #00b7ee;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.gy_wm .yz_xx button:hover {
    background-color: #088ace;
}

@media only screen and (max-width:992px) {
    .gy_wm {
        padding: 50px 0;
    }
    .gy_wm .yj_cp .row {
        margin: 0 -10px;
    }
    .gy_wm .yj_cp .col-md-6 {
        padding: 0 10px;
    }
    .gy_wm .yj_cp .n_r {
        margin-bottom: 20px;
    }
    .gy_wm .yj_cp .w_z {
        padding: 10px;
    }
    .gy_wm .yj_cp .w_z h3 {
        font-size: 18px;
        line-height: 30px;
    }
    .gy_wm .ry_zz .n_r {
        padding: 15px;
    }
    .gy_wm .ry_zz p {
        font-size: 15px;
    }
    .gy_wm .zl_lb .row {
        margin: 0 -10px;
    }
    .gy_wm .zl_lb .col-md-6 {
        padding: 0 10px;
    }
    .gy_wm .zl_lb .n_r {
        padding: 15px 15px 15px 80px;
        margin-bottom: 20px;
    }
    .gy_wm .zl_lb h3 {
        margin-bottom: 5px;
    }
    .gy_wm .zl_lb i {
        font-size: 46px;
        top: 10px;
        left: 15px;
    }
    .gy_wm .zl_lb p {
        margin-bottom: 15px;
    }
    .gy_wm .zl_lb a {
        width: 100px;
        line-height: 30px;
    }
    .gy_wm .zs_js {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .gy_wm .zp_js .n_r {
        margin-bottom: 30px;
    }
    .gy_wm .zp_js .w_z h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .gy_wm .zp_js .w_z p {
        font-size: 15px;
        line-height: 26px;
        color: #777;
    }
    .gy_wm .lx_dt .map {
        height: 300px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:640px) {
    .gy_wm {
        padding: 40px 0;
    }
    .gy_wm .yj_cp .w_z h3 {
        font-size: 16px;
    }
    .gy_wm .zs_js {
        font-size: 14px;
        line-height: 26px;
    }
    .gy_wm .zp_js .w_z h3 {
        font-size: 16px;
        font-weight: normal;
    }
    .gy_wm .zp_js .w_z p {
        font-size: 14px;
        line-height: 22px;
    }
    .gy_wm .lx_dt .map {
        height: 200px;
        margin-bottom: 0;
    }
    .gy_wm .lx_wm .n_r {
        margin-top: 30px;
    }
    .gy_wm .lx_wm .n_r h3 {
        font-size: 18px;
        font-weight: bold;
        line-height: 28px;
    }
    .gy_wm .lx_wm .n_r h4 {
        font-size: 14px;
    }
    .gy_wm .lx_wm .w_z {
        font-size: 14px;
        line-height: 28px;
    }
    .gy_wm .lx_wm .l_y input {
        height: 52px;
        line-height: 50px;
        border: 1px solid #eee;
        margin-bottom: 20px;
        padding: 0 10px;
    }
    .gy_wm .lx_wm .l_y textarea {
        height: 74px;
        padding: 10px;
        border: 1px solid #eee;
        margin-bottom: 20px;
    }
    .gy_wm .lx_wm .l_y button {
        width: 48%;
        height: 50px;
        line-height: 50px;
        margin: 0;
    }
    .gy_wm .lx_wm .l_y button.c_z {
        float: right;
    }
    .gs_yj .n_r {
        height: 160px;
        margin-bottom: 20px;
    }
    .gy_wm .yz_xx {
        padding: 30px;
    }
}

@media only screen and (max-width:320px) {
    .gy_wm .yz_xx {
        padding: 20px;
    }
}

.pages {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}

.pages a {
    text-decoration: none;
    display: inline-block;
    font-family: 微软雅黑;
    margin-left: 5px;
    color: #646464;
    font-size: 18px;
    width: 55px;
    line-height: 54px;
    background-color: #f4f7f6;
    color: #999;
    margin-left: 10px;
}

.pages .current-page {
    color: #fff;
    margin-left: 5px;
    font-size: 18px;
    border: solid 1px #0e6eb8;
    background: #0e6eb8;
}

.pages span {
    display: inline-block;
    text-decoration: none;
    font-family: 微软雅黑;
    margin-left: 5px;
    color: #646464;
    font-size: 18px;
    width: 55px;
    line-height: 54px;
    background-color: #f4f7f6;
    color: #646464;
    margin-left: 10px;
}


/* 搜索也 */

.sy_zy {
    background-color: #f1f1f1;
    padding-bottom: 30px;
}

#right_top {
    padding: 50px;
}

#right .xw_nr .row {
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
}

#right .xw_nr .x_wz h4 {
    font-size: 24px;
    line-height: 48px;
}


/* ny_new */

.ny_new .ew_nr .row {
    border-bottom: 3px dashed #e6e6e6;
}

.ny_new .ew_nr .row:last-child {
    border-bottom: none;
}

.ny_new .ew_nr .n_l {
    padding-top: 25px;
    padding-bottom: 30px;
}

.ny_new .ew_nr .n_l .img {
    box-shadow: 2px 2px 5px #161616;
}

.ny_new .ew_nr .n_l img {
    width: 100%;
}

.ny_new .ew_nr .n_r {
    color: #fff!important;
    padding-top: 25px;
    padding-bottom: 36px;
}

.ny_new .ew_nr .n_r h5 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
}

.ny_new .ew_nr .n_r p {
    line-height: 24px;
}

.ny_new .ew_nr .nr_sj {
    padding-top: 25px;
    position: relative;
}

.ny_new .ew_nr .nr_sj p {
    color: #0a0a0a;
    display: inline-block;
    margin-right: 31px;
}

.ny_new .ew_nr .nr_sj a.icon-shuangyoujiantou-::after {
    content: "";
}

.ny_new .ew_nr .nr_sj a.icon-shuangyoujiantou- {
    position: absolute;
    right: 0;
}

.ny_new .icon-shizhong:before {
    margin-right: 10px;
}

.ny_new .icon-lianjie1:before {
    margin-right: 10px;
}

.ny_new .ry_nr .nr_tp {
    position: relative;
    box-shadow: 0 0 8px #ddd;
}

.ny_new .ry_nr .nr_tp .nr_wz {
    position: absolute;
    height: 50px;
    width: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.ny_new .ry_nr .nr_tp:hover .nr_wz {
    font-size: 18px;
    line-height: 36px;
    height: 100%;
    /* padding: 0 70px 20%; */
    text-align: center;
}

.ny_new .ry_nr .nr_tp:hover .nr_wz.icon-jiahao:before {
    font-size: 50px;
}

.ny_new .ry_nr .nr_tp img {
    width: 100%;
}

.ny_new .ry_nr .nr_tp .nr_wz.icon-jiahao:before {
    position: absolute;
    left: 50%;
    font-size: 0;
    margin-left: -25px;
    bottom: 20%;
    font-weight: lighter;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all 1s;
}

.ny_new .ry_nr {
    margin-bottom: 30px;
}

.ny_new .ry {
    margin: 20px 0 80px;
}

.ny_new {
    padding-top: 100px;
}

.ny_new .new_bt h2 {
    font-size: 36px;
    color: #464646;
    margin-bottom: 30px;
}

@media only screen and (max-width:992px) {
    .ny_new .ry_nr {
        width: 50%;
    }
    .ny_new .new_bt h2 {
        font-size: 30px;
    }
    .ny_new {
        padding-top: 80px;
    }
    .ny_new .ew_nr .n_r h5 {
        font-size: 14px;
        margin-bottom: 0;
    }
    .ny_new .ew_nr .n_l {
        padding-bottom: 0;
    }
    .ny_new .iconfont {
        font-size: 14px;
    }
    .ny_new .ew_nr .nr_sj p {
        font-size: 12px;
    }
    .ny_new .ew_nr .n_r p {
        font-size: 12px;
        line-height: 20px;
    }
    .ny_new .ry_nr .nr_tp .nr_wz {
        font-size: 12px;
    }
    .ny_new .ry_nr .nr_tp:hover .nr_wz {
        font-size: 14px;
        line-height: 24px;
    }
    .ny_new .ry_nr .nr_tp:hover .nr_wz.icon-jiahao:before {
        font-size: 25px;
        margin-left: -12.5px;
    }
}

.ny_nr .xw_xq .xq_fy {
    display: flex;
    align-items: center;
    justify-content: center;
}

.xw_nr a img {
    width: 100%;
}

.xw_nr .more {
    float: right;
    border: 1px solid #333;
    padding: 10px 20px;
    margin-top: 30px;
}

.ny_news {
    background-color: #fff;
}

.ny_news {
    padding-bottom: 125px;
}

.ny_news .news {
    padding: 30px 0;
    border-bottom: 1px solid #666;
}

.ny_news .news_tp img {
    width: 100%;
}

.ny_news .news_wz {
    color: #000;
}

.ny_news .news_wz .wz_bt {
    font-size: 18px;
    padding: 20px 0;
    display: block;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.ny_news .news_wz .wz_z {
    padding-right: 20px;
    font-size: 15px;
    color: #666666;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.ny_news .news_wz .wz_time {
    color: #999999;
    font-size: 15px;
    margin: 25px 0;
}

.ny_news .news_wz .wz_time.icon-shizhong1:before {
    padding-left: 5px;
}

.ny_news .news_wz .wz_ck {
    float: right;
    display: block;
    width: 102px;
    height: 37px;
    border: 1px solid #333333;
    color: #333333;
    text-align: center;
    line-height: 35px;
}

@media only screen and (max-width:992px) {
    .ny_news .news_wz .wz_bt {
        font-size: 16px;
        padding: 12px 0;
    }
    .ny_news .news_wz .wz_z {
        padding-right: 20px;
        font-size: 13px;
        margin: 17px 0;
    }
    .ny_news .news_wz .wz_time {
        color: #999999;
        font-size: 13px;
    }
    .ny_news .news_wz .wz_ck {
        float: right;
        display: block;
        width: 83px;
        height: 32px;
        font-size: 13px;
        border: 1px solid #333333;
        color: #333333;
        text-align: center;
        line-height: 30px;
    }
}

.ny_nr,
.gy_wm,
.ny_al {
    background-color: #fff;
}

.ny_al .col-lg-3 {
    margin: 30px 0;
}

.ny_al .col-lg-3 .al_tp img {
    box-shadow: 0 0 8px #ddd;
    width: 100%;
}

.ny_al .col-lg-3 .al_wz h3 {
    font-size: 18px;
    text-align: center;
}

.ny_al .col-lg-3 .al_tp {
    text-align: center;
    margin-bottom: 20px;
}


/* 大修 */

.pc_ban .pc_wz {
    padding-top: 200px;
}

.sy_cp .sc_l h3 {
    font-size: 30px;
}

.sy_cp .sc_l .sc_wz {
    font-size: 14px;
}

.sy_cp .sc_l {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 35px 65px 30px 15%;
}

.sy_bt {
    padding: 80px 0 50px;
}

.sy_ab .ab_l .ab_wz {
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
}

.sy_cp .sc_r img {
    height: min-content;
}

@media only screen and (max-width:1400px) {
    .sy_cp .sc_l {
        padding: 35px 65px 30px 5%;
    }
    .sy_cp .sc_r img {
        height: 100%;
    }
}

@media only screen and (max-width:992px) {
    .pc_ban {
        height: 240px;
    }
    .pc_ban .pc_wz {
        padding-top: 50px;
    }
    .pc_ban .pc_wz h1 {
        font-size: 28px;
        letter-spacing: 0;
        margin-bottom: 5px;
    }
    .pc_ban .pc_wz h4 {
        font-size: 20px;
    }
    .pc_ban .pc_wz a {
        display: block;
        margin: 10px auto 0;
        width: 112px;
        height: 30px;
        border: 1px solid #00487f;
        background-color: #00487f;
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        line-height: 28px;
    }
    .sy_cp .sc_r {
        flex: 0 0 86%;
        margin: 30px auto 0;
        max-width: 100%;
    }
    .sy_cp .sc_l {
        order: 1;
        max-width: 100%;
        flex: 0 0 86%;
        margin: 0 auto;
        padding: 30px 30px 0;
    }
    .sy_cp .sc_l h3 {
        font-size: 20px;
    }
    .sy_cp .sc_l .sc_wz {
        font-size: 12px;
    }
    .sy_cp .l_2 .sc_yd2 {
        font-size: 12px;
    }
    .sy_ab .ab_l,
    .sy_ab .ab_r {
        flex: 0 0 84%;
        max-width: 100%;
        margin: 0 auto;
    }
    .sy_ab .ab_r img {
        height: auto;
    }
    .sy_ab .ab_r .ab_bt h2 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .sy_ab .ab_l .ab_wz {
        font-size: 12px;
    }
    .sy_ab .ab_r .ab_bt {
        width: 210px;
        height: 126px;
        top: 50%;
        margin-top: -63px;
        left: 50%;
        margin-left: -105px;
    }

    .header .en {
        margin-right: 90px;
    }
}

