@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初始化 */

body {
    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;
}


/* 微信 */

.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;
    }
}

select::-ms-expand {
    display: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 14px;
}

option::-ms-expand {
    display: none;
}

option {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.ft_hd .c_2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

option {
    padding: 0;
    border: 0;
    color: #333;
}

select {
    box-sizing: content-box;
    font-size: 14px;
    color: #333;
    padding: 0;
    line-height: 20px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}


/* 整体end */


/* 模态框 */

.search_none {
    width: 100%;
    background-color: #fafafa;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 350px;
    display: none;
}

.search_none .container {
    position: relative;
}

.search_none .sc_gb {
    transform-origin: center;
    position: absolute;
    top: 50%;
    margin-top: -129px;
    right: 0;
    cursor: pointer;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.search_none .nr_a {
    width: 500px;
    border-bottom: 1px solid #ccc;
    margin: 120px 0;
}

.search_none .sc_gb:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.search_none .sc_gb i {
    font-size: 30px;
    line-height: 50px;
    color: #333;
}

.search_none .sc_nr {
    width: 700px;
    margin: 41px auto;
}

.search_none input {
    width: 430px;
    height: 53px;
    font-size: 16px;
    line-height: 60px;
    color: #000;
    float: left;
    padding-left: 14px;
}

.search_none input::placeholder {
    color: #aaa;
}

.search_none button {
    width: 70px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #000;
    float: right;
}

.search_none button i {
    font-size: 30px;
    color: #ddd;
}

.icon-chenghao2:before {
    content: "\e694";
}

@media only screen and (max-width:992px) {
    .search_none {
        height: 320px;
    }
    .search_none .sc_gb {
        margin-right: 50px;
    }
    .search_none .sc_gb i {
        font-size: 22px;
        margin-right: 10px;
    }
    .search_none .sc_nr {
        width: 90%;
    }
    .search_none input {
        width: 85%;
        font-size: 15px;
    }
    .search_none button {
        width: 15%;
    }
    .search_none button i {
        font-size: 26px;
    }
}

.sy {
    background: url(../images/sy_ban.jpg) no-repeat center center / cover fixed;
    height: 960px;
    padding-top: 50px;
    overflow: hidden;
    position: relative;
}

.sy .container {
    height: 100%;
}

.sy .sy_hd {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sy .sy_hd h1 {
    font-weight: bold;
    font-size: 40px;
    color: #f1f1f1;
    text-align: center;
}

.sy .sy_hd .nav {
    text-align: center;
    padding: 60px 0;
}

.sy .sy_hd .nav ul {
    display: flex;
    width: 605px;
}

.sy .sy_hd .nav li {
    flex: 1;
}

.sy .sy_hd .nav li a {
    width: 115px;
    height: 40px;
    border: 2px solid #fff;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
}

.sy .sy_hd .nav li a:hover {
    border: 2px solid #3e5388;
    background-color: #3e5388;
}

.sy .sy_hd .fjx {
    border-top: 1px solid #676c77;
    border-bottom: 1px solid #676c77;
    height: 10px;
    width: 422px;
    display: block;
    margin: 0 auto;
}

.sy .sy_hd .more {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    padding-top: 25px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #676c77;
    color: #c8c8c8;
    font-size: 16px;
    text-align: center;
}

.sy .sy_hd .more i {
    display: block;
    color: #c8c8c8;
    font-size: 26px;
    line-height: 15px;
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}

.sy .bq {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .6);
}

.sy .bq .container {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

@media only screen and (max-width:992px) {
    .sy {
        height: 660px;
        padding-top: 20px;
    }
    .sy .sy_hd h1 {
        font-size: 30px;
    }
    .sy .sy_hd .nav li a {
        width: 100px;
        font-size: 14px;
    }
    .sy .sy_hd .nav {
        padding: 30px 0;
    }
    .sy .sy_hd .nav ul {
        width: 450px;
    }
    .sy .sy_hd .fjx {
        height: 7px;
        width: 322px;
    }
    .sy .sy_hd .more {
        display: block;
        margin: 0 auto;
        margin-top: 15px;
        padding-top: 16px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        border: 1px solid #676c77;
        color: #c8c8c8;
        font-size: 14px;
        text-align: center;
    }
    .sy .sy_hd .more i {
        font-size: 22px;
    }
    .sy .bq .container {
        font-size: 12px;
        padding: 10px 0;
    }
}

.ny_header {
    background: #fff;
    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;
}

.ny_header.on {
    background: rgba(255, 255, 255, .7);
}

.head {
    height: 100px;
}

.ny_header .logo {
    float: left;
    margin: 28px 0;
}

.ny_header .logo img {
    max-width: 100%;
}

.ny_header .nav {
    float: right;
}

.ny_header .nav ul {
    float: left;
}

.ny_header .nav ul li:last-child {
    margin-right: 50px;
}

.ny_header .nav ul li {
    text-align: center;
    width: 90px;
    float: left;
    position: relative;
}

.ny_header .nav .y_j {
    position: relative;
}

.ny_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;
}

.ny_header .nav .y_j a {
    display: inline-block;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    line-height: 100px;
}

.ny_header .nav li:before,
.ny_header .nav li:after {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #2e5b9c;
    width: 100%;
    height: 0;
    left: 0;
    -webkit-transition: all .25s;
    transition: all .25s;
}

.ny_header .nav li:before {
    bottom: 50%;
}

.ny_header .nav li:after {
    top: 50%;
}

.ny_header .nav li:hover:before,
.ny_header .nav li:hover:after {
    height: 50%;
}

.ny_header .nav li.on:before,
.ny_header .nav li.on:after {
    height: 50%;
}

.ny_header .nav ul li:hover .y_j a {
    color: #fff;
}

.ny_header .nav ul li.on:after {
    width: 100%;
}

.icon-xiasanjiao1:before {
    content: "\e613";
}

.ny_header .nav .e_j {
    width: 150px;
    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;
    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;
}

.ny_header .nav ul li.on a {
    color: #fff;
}

.ny_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);
}

.ny_header .nav ul li .e_j a {
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    display: block;
    color: #333;
}

.ny_header .nav ul li .e_j a:hover {
    color: #005ea8;
}


/* header  an */

.ny_header .an {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 30px;
    height: 27px;
    width: 40px;
    display: none;
}

.ny_header .an span {
    width: 40px;
    height: 3px;
    background-color: #003a5d;
    display: block;
    position: absolute;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.ny_header .an span.a1 {
    top: 0;
    left: 0;
}

.ny_header .an span.a2 {
    top: 12px;
    left: 0;
}

.ny_header .an span.a3 {
    top: 24px;
    left: 0;
}

.ny_header .an.n span.a2 {
    display: none;
}

.ny_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);
}

.ny_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);
}

.ny_header .contact,
.ny_header .en {
    float: right;
}

.ny_header .container {
    position: relative;
}

.ny_header .head_icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px;
}

.ny_header .header_es {
    float: right;
    height: 95px;
    position: relative;
    width: 18.3%;
}

.ny_header .header_es input:focus .header_es {
    width: 300px;
    border: 50%;
}

.ny_header .header_es .input {
    color: #fff;
    border-radius: 20px;
    padding-left: 10px;
    width: 150px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    border: 1px solid #7c7c7c;
    height: 30px;
    line-height: 28px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.ny_header .header_es .input:focus {
    width: 202px;
    -webkit-animation: glow 800ms ease-out infinite alternate;
    -moz-animation: glow 800ms ease-out infinite alternate;
    -o-animation: glow 800ms ease-out infinite alternate;
    -ms-animation: glow 800ms ease-out infinite alternate;
    animation: glow 800ms ease-out infinite alternate;
    box-shadow: 0 0 8px rgba(121, 193, 229, .2), inset 0 0 8px rgba(121, 193, 229, .1);
}

@-webkit-keyframes glow {
    0% {
        border-color: #ddd;
        box-shadow: 0 0 8px rgba(121, 193, 229, .2), inset 0 0 8px rgba(121, 193, 229, .1);
    }
    100% {
        border-color: #ddd;
        box-shadow: 0 0 20px rgba(121, 193, 229, .6), inset 0 0 10px rgba(121, 193, 229, .4);
    }
}

@-moz-keyframes glow {
    0% {
        border-color: #ddd;
        box-shadow: 0 0 8px rgba(121, 193, 229, .2), inset 0 0 8px rgba(121, 193, 229, .1);
    }
    100% {
        border-color: #ddd;
        box-shadow: 0 0 20px rgba(121, 193, 229, .6), inset 0 0 10px rgba(121, 193, 229, .4);
    }
}

@-o-keyframes glow {
    0% {
        border-color: #ddd;
        box-shadow: 0 0 8px rgba(121, 193, 229, .2), inset 0 0 8px rgba(121, 193, 229, .1);
    }
    100% {
        border-color: #ddd;
        box-shadow: 0 0 20px rgba(121, 193, 229, .6), inset 0 0 10px rgba(121, 193, 229, .4);
    }
}

@-ms-keyframes glow {
    0% {
        border-color: #ddd;
        box-shadow: 0 0 8px rgba(121, 193, 229, .2), inset 0 0 8px rgba(121, 193, 229, .1);
    }
    100% {
        border-color: #ddd;
        box-shadow: 0 0 20px rgba(121, 193, 229, .6), inset 0 0 10px rgba(121, 193, 229, .4);
    }
}

@keyframes glow {
    0% {
        border-color: #ddd;
        box-shadow: 0 0 8px rgba(121, 193, 229, .2), inset 0 0 8px rgba(121, 193, 229, .1);
    }
    100% {
        border-color: #ddd;
        box-shadow: 0 0 20px rgba(121, 193, 229, .6), inset 0 0 10px rgba(121, 193, 229, .4);
    }
}

.ny_header .header_es .su {
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 8px;
}

.ny_header .en {
    position: relative;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    color: #333333;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ny_header .en .e_e {
    margin-right: 30px;
    color: #2e5b9c;
    font-size: 16PX;
}

.ny_header .en .w_x {
    color: #2e5b9c;
    width: 31px;
    height: 31px;
    font-size: 19px;
    line-height: 29px;
    border-radius: 50%;
    border: 1px solid #2e5b9c;
    text-align: center;
}

.ny_header .hd_ss {
    color: #7bbfe5;
    font-size: 19px;
    display: inline-block;
    margin-right: 5%;
}

@media only screen and (max-width:1475px) {
    .ny_header .nav ul li {
        width: 100px;
    }
}

@media only screen and (max-width:1320px) {
    .ny_header .logo {
        width: 17%;
        margin: 28px 0;
    }
}

@media only screen and (max-width:1200px) {
    .ny_header .nav .y_j a {
        font-size: 15px;
    }
    .ny_header .nav ul li {
        width: 80px;
    }
}

@media only screen and (max-width:992px) {
    .ny_header {
        position: relative;
    }
    .ny_header .logo {
        width: 50%;
        margin: 19px 0;
    }
    .ny_header .contact {
        display: none;
    }
    .ny_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;
    }
    .ny_header .nav ul {
        width: 100%;
        float: none;
    }
    .ny_header .nav ul li:nth-child(2) {
        margin-left: 0;
    }
    .ny_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;
    }
    .ny_header .nav ul li:after {
        display: none;
    }
    .ny_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;
    }
    .ny_header .nav ul li:hover .y_j i {
        color: #ddd;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .ny_header .nav ul li.on .y_j i {
        color: #ddd;
    }
    .ny_header .nav .y_j a {
        font-size: 20px;
        line-height: 66px;
        color: #fff;
        display: block;
    }
    .ny_header .nav ul li:hover .y_j a {
        color: #fff;
        border-bottom: 3px solid transparent;
    }
    .ny_header .nav ul li.on .y_j a {
        color: #fff;
        border-bottom: 3px solid transparent;
    }
    .ny_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;
    }
    .ny_header .nav ul li:hover .e_j {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .ny_header .nav ul li .e_j a {
        font-size: 20px;
        line-height: 50px;
        text-align: left;
        color: #fff;
    }
    .ny_header .an {
        display: block;
    }
    .ny_header .header_es {
        margin-top: 7px;
        margin-right: 18%;
    }
    .ny_header .nav li:before,
    .ny_header .nav li:after {
        background-color: transparent
    }
}

@media only screen and (max-width:450px) {
    .ny_header .logo {
        width: 33%;
        margin: 30px 0;
    }
}

@media only screen and (max-width:992px) {
    .head {
        display: none;
    }
    .ny_header .head_icon {
        top: 0;
        margin-top: 0;
        right: 20%;
    }
    .ny_header .en {
        margin-left: 0;
        margin-right: 18%;
    }
}

.ny_banner {
    height: 400px;
}

.ny_gsjs {
    padding: 100px 0;
}

.ny_bt {
    text-align: center;
}

.ny_bt h2 {
    font-size: 36px;
    font-weight: bold;
    color: #003a5d;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.ny_bt h3 {
    font-size: 36px;
    color: #003a5d;
}

.ny_gsjs .nygs_nr {
    margin-top: 50px;
    background: #fafafa;
    padding-top: 50px;
}

.ny_gsjs .nygs_nr p {
    font-size: 20px;
    line-height: 2;
    color: #323232;
    margin: 0 30px;
}

.ny_gsjs .nygs_nr img {
    width: 100%;
    margin-top: 70px;
}

.ny_footer {
    background-color: #2c2c2c;
}

.ny_footer .container {
    height: 215px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ny_footer .ft_hd>div {
    font-size: 16px;
    color: #c8c8c8;
}

.ny_footer .ft_hd ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.ny_footer .ft_hd ul li a {
    margin: 0 15px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #c8c8c8;
}

@media only screen and (max-width:992px) {
    .ny_banner {
        height: 200px;
    }
    .ny_gsjs {
        padding: 50px 0;
    }
    .ny_bt h2,
    .ny_bt h3 {
        font-size: 30px;
    }
    .ny_gsjs .nygs_nr {
        padding-top: 25px;
        margin-top: 25px;
    }
    .ny_gsjs .nygs_nr p {
        font-size: 18px;
        margin: 0 15px;
    }
    .ny_footer .ft_hd>div {
        font-size: 14px;
    }
    .ny_footer .ft_hd ul li a {
        margin: 0 10px;
        font-size: 14px;
    }
    .ny_footer .ft_hd ul {
        padding: 13px 0;
    }
    .ny_footer .container {
        height: 150px;
    }
}

.ny_tzfx {
    padding-top: 50px;
}

.ny_tzfx .col-6:nth-child(1),
.ny_tzfx .col-6:nth-child(3) {
    margin-right: 15px;
}

.ny_tzfx .col-6:nth-child(2),
.ny_tzfx .col-6:nth-child(4) {
    margin-left: 15px;
}

.ny_tzfx .col-6:nth-child(1),
.ny_tzfx .col-6:nth-child(4) {
    background-color: #3f538e;
    color: #fff;
}

.ny_tzfx .col-6:nth-child(2),
.ny_tzfx .col-6:nth-child(3) {
    background-color: #fafafa;
    color: #3f538e;
}

.ny_tzfx .col-6 {
    padding: 0;
    flex: 0 0 48%;
    height: 409px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ny_tzfx .col-6:nth-child(-n+2) {
    margin-bottom: 25px;
}

.ny_tzfx i {
    font-size: 60px;
    display: block;
}

.ny_tzfx h2 {
    font-size: 33px;
    font-weight: bold;
    line-height: 2;
}

.ny_tzfx h5 {
    font-size: 23px;
}

.ny_tzfx h5 img {
    margin-right: 5px;
    vertical-align: baseline;
}

@media only screen and (max-width:992px) {
    .ny_tzfx .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0!important;
        padding: 0!important;
        margin-bottom: 20px!important;
    }
    .ny_tzfx h2 {
        font-size: 30px;
    }
}

.ny_tzal {
    padding-top: 50px;
    color: #fff;
}

.ny_tzal .col-6:nth-child(1),
.ny_tzal .col-6:nth-child(3) {
    margin-right: 15px;
}

.ny_tzal .col-6:nth-child(2),
.ny_tzal .col-6:nth-child(4) {
    margin-left: 15px;
}

.ny_tzal .col-6 {
    padding: 0;
    flex: 0 0 48%;
    height: 409px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.ny_tzal .col-6:nth-child(-n+2) {
    margin-bottom: 25px;
}

.ny_tzal .col-6:hover .zz {
    height: 100%;
}

.ny_tzal .col-6:hover i {
    font-size: 60px;
    transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
}

.ny_tzal .zz {
    position: absolute;
    bottom: 0;
    height: 16%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .6);
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.ny_tzal i {
    font-weight: bold;
    font-size: 0;
    color: #fff;
}

.ny_tzal h2 {
    font-size: 23px;
    padding: 20px 0;
    font-weight: bold;
    color: #fff;
}

@media only screen and (max-width:992px) {
    .ny_tzal .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0!important;
        padding: 0!important;
        margin-bottom: 20px!important;
    }
}

.ny_tzln {
    padding-top: 50px;
}

.ny_tzln .tzln_top {
    position: relative;
}

.ny_tzln .tzln_top img {
    position: absolute;
    width: 100%;
    height: fit-content;
}

.ny_tzln .tzln_top .tzln_b .tzln_d {
    height: 72px;
    line-height: 72px;
    color: #fff;
    font-size: 18px;
    padding-left: 35px;
}

.ny_tzln .tzln_top .tzln_b .tzln_d i {
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-block;
    margin-right: 5px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 34px;
}

.ny_tzln .tzln_top .tzln_b .tzln_w {
    padding-right: 20px;
    padding-top: 25px;
    font-size: 18px;
    color: #323232;
}

.ny_tzln .tzln_top .tzln_bb {
    background: url(../images/sjj.jpg) no-repeat center / cover;
    height: 127px;
    margin-top: 50px;
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    padding-top: 45px;
    text-align: center;
}

@media only screen and (max-width:992px) {
    .ny_tzln {
        padding-top: 25px;
    }
    .ny_tzln .tzln_top .tzln_b .tzln_d {
        padding-left: 5px;
        font-size: 16px;
    }
    .ny_tzln .tzln_top .tzln_b .tzln_d i {
        border-radius: 50%;
        border: 1px solid #fff;
        display: inline-block;
        margin-right: 5px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 28px;
    }
    .ny_tzln .tzln_top .tzln_b .tzln_w {
        padding-right: 10px;
        padding-top: 15px;
        font-size: 16px;
    }
    .ny_tzln .tzln_top .tzln_bb {
        font-size: 15px;
    }
}

.ny_team img {
    width: 100%;
    display: block;
    margin: 45px 0 50px;
}

.ny_team .team_1 {
    padding: 20px 20px 50px 45px;
    background-color: #fafafa;
    margin-bottom: 40px;
}

.ny_team h3 {
    font-size: 26px;
    font-weight: bold;
    color: #3f538e;
    margin-bottom: 30px;
}

.ny_team span {
    font-size: 20px;
    color: #3f538e;
    display: inline-block;
    margin-left: 10px;
}

.ny_team .team_wz {
    position: relative;
    font-size: 16px;
    line-height: 1.7;
    color: #646464;
    font-weight: 500;
}

.ny_team .team_wz::before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #3f538e;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    margin-top: 10px;
}

.ny_team .team_2 {
    background-color: #fafafa;
    padding: 20px;
}

.ny_team .team_2 h2 {
    font-weight: bold;
    color: #000;
    font-size: 30px;
    line-height: 1.5;
}

.ny_team .team_2 .team_wz {
    padding-left: 20px;
}

.ny_team .team_2 .team_wz::before {
    left: 0;
}

.ny_team .team_3 {
    margin-top: 25px;
}

@media only screen and (max-width:992px) {
    .ny_team h3 {
        font-size: 24px;
        font-weight: bold;
        color: #3f538e;
        margin-bottom: 15px;
    }
    .ny_team span {
        font-size: 20px;
    }
    .ny_team .team_wz {
        font-size: 14px;
    }
    .ny_team .team_2 h2 {
        font-size: 26px;
    }
}

.ny_xw {
    padding-top: 50px;
}

.ny_xw .nyxw {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.ny_xw .nyxw:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.ny_xw .nyxw img {
    width: 100%;
    transition: all 5s;
    -o-transition: all 5s;
    -ms-transition: all 5s;
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
}

.ny_xw .nyxw .nyxw_zz {
    /*position: absolute;*/
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    height: 100%;
    padding: 0 70px 0 90px;
width:100%
}

.ny_xw .nyxw .nyxw_zz .xwzz_sj {
    flex: 0 0 20%;
}

.ny_xw .nyxw .nyxw_zz .xwzz_sj h4 {
    font-size: 30px;
text-align:left;
}

.ny_xw .nyxw .nyxw_zz .xwzz_sj h2 {
    font-size: 44px;text-align:left;
}

.ny_xw .nyxw .nyxw_zz span {
    width: 3px;
    height: 150px;
    background-color: #fff;
    display: block;
    margin-right: 3%;
}

.ny_xw .nyxw .nyxw_zz .xwzz_xq {
    flex: 0 0 70%;
}

.ny_xw .nyxw .nyxw_zz .xwzz_xq h3 {
    font-size: 30px;
   /* overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;*/
}

.ny_xw .nyxw .nyxw_zz .xwzz_xq h5 {
    font-size: 18px;
    line-height: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.ny_xw .nyxw .nyxw_zz .xwzz_sb {
    position: absolute;
    width: 185px;
    height: 50px;
    background-color: #58b1ab;
    color: #fff;
    text-align: center;
    line-height: 50px;
    top: 0;
    right: 0;
}

@media only screen and (max-width:992px) {
    .ny_xw {
        padding: 50px 0;
    }
    .ny_xw .container {
        padding: 0;
    }
    .ny_xw .nyxw .nyxw_zz .xwzz_sj h4 {
        font-size: 16px;
    }
    .ny_xw .nyxw .nyxw_zz .xwzz_sj h2 {
        font-size: 30px;
    }
    .ny_xw .nyxw .nyxw_zz {
        padding: 0 30px;
    }
    .ny_xw .nyxw .nyxw_zz .xwzz_xq h3 {
        font-size: 20px;
    }
    .ny_xw .nyxw .nyxw_zz .xwzz_xq h5 {
        font-size: 14px;
        margin-top: 10px;
        line-height: 1.5;
        -webkit-line-clamp: 3;
    }
    .ny_xw .nyxw .nyxw_zz span {
        width: 2px;
        height: 100px;
    }
    .ny_xw .nyxw .nyxw_zz .xwzz_sb {
        width: 100px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
    }
}

/* 详情页 */
.ny_ab {
    border: 1px solid #e1dce3;
}


.ny_ab li a {
    border-bottom: 1px solid #e1dce3;
    font-size: 15px;
    color: #000;
    line-height: 56px;
    text-align: center;
    display: block;
}


.nycp_wx {
    padding: 30px 0;
}

/* 公共样式 */




p img{
    width: 100%;
}
.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: #333;
}

.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: #333;
    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;
    font-family: 微软雅黑;
    margin-left: 5px;
    color: #000;
    font-size: 12px;
    padding: 5px 15px;
    width: 21px;
    line-height: 17px;
    background-color: #fff;
    color: #000;
    margin-left: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;

}

.pages .current-page {
    color: #fff;
    margin-left: 5px;
    font-size: 12px;
    border: solid 1px #ce9760;
    background: #ce9760;
    padding: 5px 15px;
    border-radius: 5px;
}

.pages span {
    text-decoration: none;
    font-family: 微软雅黑;
    margin-left: 5px;
    color: #000;
    font-size: 12px;
    padding: 5px 8px;
    width: 21px;
    line-height: 17px;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    margin-left: 10px;
    border-radius: 5px;

}
/* 搜索也 */

.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;
}


/* 公共  end */