﻿* {
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, input, fieldset, legend, button, textarea, div, img {
    border: 0 none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
}

body, textarea, input, button, select, keygen, legend {
    font: 14px/1.5;
    color: #C5DFF8;
    outline: 0;
    font-family: "思源黑体";
    font-style: normal;
}

html, body {
    width: 100%;
    position: relative;
    height: 100%;
}

.bodyw, .body_st {
    height: 100%;
}

body {
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

em {
    font-style: normal;
}

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

/** 重置超链接元素 **/
a {
    text-decoration: none;
    color: #C5DFF8;
}

a:hover {
    color: #0085f8;
}

/** 重置图片元素 **/
.fl {
    float: left;
}

.fr {
    float: right;
}

.l {
    float: left;
}

.r {
    float: right;
}

/** 重置表格元素 **/
table {
    border-collapse: collapse;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
    overflow: hidden;
}

.w95 {
    width: 95%;
    margin: auto;
}

.w1440 {
    width: 1440px;
    max-width: 95%;
    margin: auto;
}

.w1200 {
    width: 1200px;
    max-width: 95%;
    margin: auto;
}

.w1000 {
    width: 1000px;
    max-width: 95%;
    margin: auto;
}

.top_bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
    height: 60px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.top_bg.on3 {
    -webkit-transition: 0s;
    transition: 0s;
}

.top_h {
}

.logo {
    float: left;
    position: relative;
    z-index: 3;
}

.logo img {
    display: block;
    height: 60px;
}

.logo img.logo1 {
    display: none;
}

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

.dh ul li {
    float: left;
}

.dh ul li.re {
    position: relative;
    z-index: 1;
}

.dh ul li p a {
    display: block;
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    padding: 0 15px;
    position: relative;
    height: 60px;
}

.dh ul li p a:after {
    content: "";
    display: block;
    width: 0;
    border-bottom: 2px solid #fff;
    margin-top: -2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.dh ul li:hover p a:after {
    width: 100%;
    border-bottom: 2px solid #000;
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .swiper-slide img {
    display: block;
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.bandd {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.bandd span {
    z-index: 2;
    cursor: pointer;
    margin: 0 6px;
    width: 10px;
    height: 10px;
    zoom: 1;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

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

.banz, .bany {
    position: absolute;
    top: 0;
    width: 10%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    z-index: 5;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banz {
    left: 0;
}

.bany {
    right: 0;
}

.banner:hover .banz, .banner:hover .bany {
    opacity: 1;
}

.dh ul li .dh_fl_cp {
    position: absolute;
    left: 0;
    top: 60px;
    right: 0;
    background: #fff;
    border-top: 1px solid #eee;
    padding: 36px 0 60px;
    display: none;
}

.dh ul li .dh_fl_cp ul {
    position: relative;
}

.dh ul li .dh_fl_cp > ul {
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
}

.dh ul li .dh_fl_cp ul .gb {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    color: #000;
    cursor: pointer;
    font-weight: bold;
}

.dh ul li .dh_fl_cp ul li {
    width: 18.4%;
    margin-right: 2%;
}

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

.dh ul li .dh_fl_cp ul li .bt {
}

.dh ul li .dh_fl_cp ul li .bt .ml1 {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: bold;
}

.dh ul li .dh_fl_cp ul li .bt .ml2 {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    margin-top: 5px;
}

.dh ul li .dh_fl_cp ul li .lb {
    margin-top: 10px;
}

.dh ul li .dh_fl_cp ul li .lb ul li {
    width: 100%;
    margin-right: 0;
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative;
}

.dh ul li .dh_fl_cp ul li .lb ul li .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
}

.dh ul li .dh_fl_cp ul li .lb ul li .img img {
    display: block;
    width: 100%;
}

.dh ul li .dh_fl_cp ul li .lb ul li .txt {
    font-size: 13px;
    line-height: 25px;
    color: #333;
}

.dh ul li .dh_fl_cp ul li .lb ul li:hover .txt {
    text-decoration: underline;
}

.dh ul li .dh_fl_cp ul li .lb ul li:nth-child(1) {
    padding-left: 0;
    margin-bottom: 0;
}

.dh ul li .dh_fl_cp ul li .lb ul li:nth-child(1) .img {
    position: relative;
    width: 100%;
}

.dh ul li .dh_fl_cp ul li .lb ul li:nth-child(1) .txt {
    padding: 10px 0;
    text-align: center;
}

.dh ul li .dh_fl_cp ul li .more {
}

.dh ul li .dh_fl_cp ul li .more a {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.dh ul li .dh_fl_cp ul li .more a:hover {
    text-decoration: underline;
}

.dh ul li .dh_fl_hy {
    position: absolute;
    left: 50%;
    top: 60px;
    background: #fff;
    border-top: 1px solid #eee;
    display: none;
    width: 120px;
    margin-left: -60px;
}

.dh ul li .dh_fl_hy ul li {
    width: 100%;
}

.dh ul li .dh_fl_hy ul li a {
    display: block;
    font-size: 13px;
    line-height: 35px;
    color: #333;
    text-align: center;
    padding: 0 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.dh ul li .dh_fl_hy ul li a:hover {
    background: #e5e5e5;
}

.dh ul li .dh_fl_fw {
    position: absolute;
    left: 0;
    top: 60px;
    right: 0;
    background: #fff;
    border-top: 1px solid #eee;
    padding: 36px 0 60px;
    display: none;
}

.dh ul li .dh_fl_fw ul {
    position: relative;
}

.dh ul li .dh_fl_fw > ul {
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
}

.dh ul li .dh_fl_fw ul .gb {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    color: #000;
    cursor: pointer;
    font-weight: bold;
}

.dh ul li .dh_fl_fw ul li {
    width: 18.4%;
    margin-right: 2%;
    border-right: 2px solid #f6f6f6;
    height: 215px;
}

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

.dh ul li .dh_fl_fw ul li .bt {
}

.dh ul li .dh_fl_fw ul li .bt .ml1 {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: bold;
}

.dh ul li .dh_fl_fw ul li .bt .ml2 {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    margin-top: 5px;
}

.dh ul li .dh_fl_fw ul li .lb {
    margin-top: 10px;
}

.dh ul li .dh_fl_fw ul li .lb ul li {
    width: 100%;
    border-right: none;
    height: auto;
}

.dh ul li .dh_fl_fw ul li .lb ul li a {
    font-size: 13px;
    line-height: 32px;
    color: #000;
}

.dh ul li .dh_fl_fw ul li .lb ul li a:hover {
    text-decoration: underline;
}

.dh ul li .dh_fl_fw ul .fw {
    border-top: 2px solid #f6f6f6;
    margin-top: 40px;
    padding-top: 40px;
    float: left;
    width: 100%;
}

.dh ul li .dh_fl_fw ul .fw a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    width: 100px;
    text-align: center;
    background: #000;
    border-radius: 5px;
    color: #fff;
}


.top_yy {
    float: right;
    position: relative;
    z-index: 1;
    margin-right: 25px;
}

.top_yy .ml {
    font-size: 14px;
    line-height: 60px;
    height: 60px;
    color: #fff;
    position: relative;
    display: block;
    padding-right: 10px;
}

.top_yy .ml:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    border: 2px solid #fff;
    border-width: 2px 2px 0 0;
    margin-top: -5px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.top_yy .ml span {
    float: left;
    width: 24px;
    height: 24px;
    overflow: hidden;
    border-radius: 50%;
    margin-top: 18px;
    margin-right: 5px;
}

.top_yy .ml span img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    object-fit: cover;
}

.top_yy .top_yy_xl {
    position: absolute;
    left: -20px;
    top: 60px;
    background: #fff;
    border: 1px solid #eee;
    width: 150px;
    padding: 15px 0 5px;
    display: none;
}

.top_yy .top_yy_xl a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 20px;
    margin-bottom: 10px;
}

.top_yy .top_yy_xl a span {
    float: left;
    width: 24px;
    height: 24px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}

.top_yy .top_yy_xl a span img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    object-fit: cover;
}

.top_yy .top_yy_xl a:hover {
    text-decoration: underline;
}

.top_gw {
    float: right;
    margin-right: 0px;
}

.top_gw a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #000;
    background: #fff;
    padding: 0 20px;
    border-radius: 5px;
    margin-top: 15px;
}

.top_dl {
    float: right;
}

.top_dl a {
    display: block;
    font-size: 18px;
    line-height: 60px;
    color: #fff;
}

.top_ss {
    float: right;
    position: relative;
}

.top_ss span {
    display: block;
    font-size: 18px;
    line-height: 60px;
    color: #fff;
    cursor: pointer;
}

.top_ss_xl {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
    display: none;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
}

.top_ss_xl .top_ss_bg {
    background: #fff;
    margin-left: 150px;
    padding: 10px 0;
}

.top_ss_xl form {
    display: block;
    width: 70%;
    margin: 0 0 0 auto;
    position: relative;
}

.top_ss_xl input {
    display: block;
    width: 550px;
    border-bottom: 1px solid #000;
    margin-left: 50px;
    font-size: 14px;
    line-height: 39px;
    color: #000;
}

.top_ss_xl a {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 22px;
    line-height: 30px;
    color: #000;
    text-align: center;
}

.top_ss_xl .top_ss_gb {
    position: absolute;
    right: 0;
    top: 5px;
    width: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    text-align: center;
    cursor: pointer;
}

.top_bg.on {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.top_bg.on .logo img.logo1 {
    display: block;
}

.top_bg.on .logo img.logo2 {
    display: none;
}

.top_bg.on .dh_tx i:after {
    border-bottom: 2px solid #000;
}

.top_bg.on .dh ul li p a {
    color: #000;
}

.top_bg.on .top_yy .ml {
    color: #000;
}

.top_bg.on .top_yy .ml:after {
    border: 2px solid #000;
    border-width: 2px 2px 0 0;
}

.top_bg.on .top_gw a {
    color: #fff;
    background: #000;
}

.top_bg.on .top_dl a {
    color: #000;
}

.top_bg.on .top_ss span {
    color: #000;
}

.top_bg.on2 {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.top_bg.on2 .logo img.logo1 {
    display: block;
}

.top_bg.on2 .logo img.logo2 {
    display: none;
}

.top_bg.on2 .dh_tx i:after {
    border-bottom: 2px solid #000;
}

.top_bg.on2 .dh ul li p a {
    color: #000;
}

.top_bg.on2 .top_yy .ml {
    color: #000;
}

.top_bg.on2 .top_yy .ml:after {
    border: 2px solid #000;
    border-width: 2px 2px 0 0;
}

.top_bg.on2 .top_gw a {
    color: #fff;
    background: #000;
}

.top_bg.on2 .top_dl a {
    color: #000;
}

.top_bg.on2 .top_ss span {
    color: #000;
}

.sy_cp {
    padding: 60px 0 80px;
}

.sy_cp_fl {
}

.sy_cp_fl ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sy_cp_fl ul li {
    margin: 0 20px;
}

.sy_cp_fl ul li a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    color: #000;
}

.sy_cp_fl ul li.on a {
    border-bottom: 1px solid #000;
    font-weight: bold;
}

.sy_cp_lb {
    margin-top: 30px;
}

.sy_cp_lb ul {
    display: none;
}

.sy_cp_lb ul li {
    float: left;
    width: 285px;
    height: 285px;
    margin: 0 20px 20px 0;
    position: relative;
    background: #f6f6f6;
    padding: 0 30px 50px;
}

.sy_cp_lb ul li:nth-child(1) {
    width: 590px;
    height: 590px;
    padding: 0;
}

.sy_cp_lb ul li:nth-child(3) {
    margin-right: 0;
}

.sy_cp_lb ul li:nth-child(5) {
    margin-right: 0;
}

.sy_cp_lb ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.sy_cp_lb ul li .img {
    height: 100%;
}

.sy_cp_lb ul li .img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    object-fit: cover;
}

.sy_cp_lb ul li .txt {
    position: absolute;
    left: 0;
    bottom: 10px;
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.sy_cp_lb ul li .txt .ml1 {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    text-align: center;
    font-weight: bold;
}

.sy_cp_lb ul li:nth-child(1) .txt .ml1 {
    font-size: 24px;
    line-height: 30px;
}

.sy_cp_lb ul li .txt .ml2 {
    font-size: 14px;
    line-height: 30px;
    color: #000;
    border-radius: 15px;
    border: 1px solid #000;
    margin: 15px auto 0;
    width: 130px;
    text-align: center;
}

.sy_cp_lb ul li .txt .ml2:hover {
    background: rgba(0, 0, 0, 0.05);
}

.sy_bt {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    color: #000;
}

.sy_yy {
}

.sy_yy .sy_yy_lb {
    margin-top: 40px;
    position: relative;
}

.sy_yy .sy_yy_lb ul {
    position: relative;
    width: 10000%;
    margin-left: -20px;
}

.sy_yy .sy_yy_lb ul li {
    float: left;
    width: 1%;
    overflow: hidden;
    position: relative;
    height: 450px;
}

.sy_yy .sy_yy_lb ul li.on {
    margin: 0 20px;
}

.sy_yy .sy_yy_lb ul li .img {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.sy_yy .sy_yy_lb ul li .img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    object-fit: cover;
}

.sy_yy .sy_yy_lb ul li .txt {
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 1;
    right: 0;
    text-align: center;
}

.sy_yy .sy_yy_lb ul li .txt .h1 {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
}

.sy_yy .sy_yy_lb ul li .txt .h2 {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    margin-top: 20px;
}

.sy_yy_l, .sy_yy_r {
    position: absolute;
    top: 50%;
    margin-top: -23px;
    width: 46px;
    height: 46px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    z-index: 5;
    font-size: 20px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.sy_yy_l {
    left: 10px;
}

.sy_yy_r {
    right: 10px;
}

.sy_yy_l:hover, .sy_yy_r:hover {
    background: rgba(0, 0, 0, 0.1);
}

.sy_sz {
    padding: 120px 0;
}

.sy_sz ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sy_sz ul li {
}

.sy_sz ul li .ml1 {
}

.sy_sz ul li .ml1 img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.sy_sz ul li .ml2 {
    width: 272px;
    margin: 35px auto 0;
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
    color: #000;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 15px;
}

.sy_sz ul li .ml2 span {
    font-size: 36px;
    padding-right: 10px;
}

.sy_sz ul li .ml3 {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    text-align: center;
    padding-top: 15px;
}

.sy_pj {
}

.sy_pj_lb {
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.sy_pj_l, .sy_pj_r {
    position: absolute;
    top: 50%;
    margin-top: -23px;
    width: 46px;
    height: 46px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    z-index: 5;
    font-size: 20px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.sy_pj_l {
    left: 10px;
}

.sy_pj_r {
    right: 10px;
}

.sy_pj_l:hover, .sy_pj_r:hover {
    background: rgba(0, 0, 0, 0.1);
}

.sy_pj_lb ul {
    position: relative;
    width: 10000%;
}

.sy_pj_lb ul li {
    float: left;
    width: 1%;
    overflow: hidden;
    position: relative;
}

.sy_pj_lb ul li img {
    display: block;
    width: 100%;
}

.sy_tx {
    padding: 80px 0;
}

.sy_tx_lb {
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.sy_tx_lb ul li {
    float: left;
    width: 15%;
    margin-right: 2%;
}

.sy_tx_lb ul li:nth-child(6n) {
    margin-right: 0;
}

.sy_tx_lb ul li img {
    display: block;
    width: 100%;
}

.sy_xw {
    padding-bottom: 60px;
}

.sy_xw_lb {
    margin-top: 40px;
}

.sy_xw_lb ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
}

.sy_xw_lb ul li:nth-child(3n) {
    margin-right: 0;
}

.sy_xw_lb ul li .img {
    overflow: hidden;
}

.sy_xw_lb ul li .img img {
    display: block;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.sy_xw_lb ul li:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.sy_xw_lb ul li .txt {
    padding: 35px 35px 25px;
    background: #f9f9f9;
}

.sy_xw_lb ul li .txt .ml1 {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.sy_xw_lb ul li .txt .ml2 {
    font-size: 14px;
    line-height: 24px;
    color: #C5DFF8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
}

.sy_xw_lb ul li .txt .ml3 {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-top: 30px;
}

.sy_xw_gd {
    text-align: center;
    margin-top: 40px;
}

.sy_xw_gd a {
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.sy_xw_gd a:hover {
    text-decoration: underline;
}

.sy_kjlj {
    background: #f9f9f9;
    padding: 80px 0;
}

.sy_kjlj ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.sy_kjlj ul li {
    text-align: center;
}

.sy_kjlj ul li .ml1 {
    font-size: 60px;
    line-height: 60px;
    color: #999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.sy_kjlj ul li .ml2 {
    font-size: 24px;
    line-height: 24px;
    color: #999;
    font-weight: bold;
    margin-top: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.sy_kjlj ul li .ml3 {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-top: 10px;
}

.sy_kjlj ul li:hover .ml1 {
    color: #000;
}

.sy_kjlj ul li:hover .ml2 {
    color: #000;
}

.sy_kjlj ul li:hover .ml3 {
    text-decoration: underline;
}

.sy_kjlj .txt {
    text-align: center;
    margin-top: 80px;
}

.sy_kjlj .txt .ml1 {
    font-size: 24px;
    line-height: 24px;
    color: #000;
}

.sy_kjlj .txt .ml2 {
    margin-top: 45px;
}

.sy_kjlj .txt .ml2 a {
    display: block;
    width: 130px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    background: #000;
    color: #fff;
    border-radius: 5px;
    margin: auto;
}

.foot {
    background: #0E2954;
    padding-top: 0px;
}

.foot_dh {
    float: left;
    width: 780px;
    border-right: 2px solid #191919;
}

.foot_dh ul {
    float: left;
    margin-right: 120px;
}

.foot_dh ul:nth-child(4) {
    margin-right: 0;
}

.foot_dh ul li {
}

.foot_dh ul li.bt {
    margin-bottom: 10px;
}

.foot_dh ul li a {
    font-size: 14px;
    line-height: 36px;
    color: #C5DFF8;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.foot_dh ul li.bt a {
    font-weight: bold;
    color: #fff;
}

/*.foot_dh ul li a:hover{color: #fff;}*/
.foot_dy {
    float: right;
    width: 300px;
}

.foot_dy .bt {
    margin-bottom: 10px;
}

.foot_dy .bt a {
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    font-weight: bold;
}

.foot_dy .txt {
    font-size: 14px;
    line-height: 24px;
    color: #C5DFF8;
}

.foot_dy .dy {
    border: 1px solid #C5DFF8;
    border-radius: 18px;
    position: relative;
    padding-right: 40px;
    margin-top: 20px;
}

.foot_dy .dy input {
    display: block;
    width: 100%;
    line-height: 34px;
    height: 34px;
    color: #C5DFF8;
    padding: 0 15px;
    border-radius: 18px 0 0 18px;
    background: none;
}

.foot_dy .dy a {
    position: absolute;
    right: -1px;
    top: -1px;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    width: 41px;
    text-align: center;
    background: #C5DFF8;
    border-radius: 0 18px 18px 0;
}

.foot_lx {
    font-size: 14px;
    line-height: 30px;
    color: #C5DFF8;
    padding: 24px 0;
    margin-top: 24px;
    border-bottom: 2px solid #7895CB;
}

.foot_lx a {
    color: #C5DFF8;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/*.foot_lx a:hover{color: #fff;}*/
.foot_lx span.iconfont {
    float: left;
    padding-right: 5px;
    font-size: 16px;
    font-weight: bold;
}

.foot_lx .foot_logo {
    float: left;
}

.foot_lx .foot_logo img {
    display: block;
    height: 35px;
}

.foot_lx .dz {
    float: left;
    padding-left: 40px;
}

.foot_lx .dhyx {
    float: right;
}

.foot_lx .dhyx .ml {
    float: left;
    padding-left: 30px;
}

.bqsy {
    padding: 25px 0 30px;
}

.bqsy .l {
    font-size: 14px;
    line-height: 24px;
    color: #C5DFF8;
}

.bqsy .l a {
    color: #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: underline;
}

/*.bqsy .l a:hover{color: #fff;}*/
.bqsy .r a {
    float: left;
    margin-left: 20px;
    font-size: 18px;
    line-height: 24px;
    color: #C5DFF8;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/*.bqsy .r a:hover{color: #fff;}*/

.bat {
    overflow: hidden;
    position: relative;
    padding-top: 60px;
}

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

.bat .txt {
    position: absolute;
    left: 0;
    top: 60px;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    color: #fff;
}

.bat .txt .txt2 {
    text-align: center;
}

.bat .txt .ml1 {
    font-size: 42px;
    line-height: 42px;
    font-weight: bold;
}

.bat .txt .ml2 {
    font-size: 28px;
    line-height: 28px;
    padding-top: 20px;
}

.bat .txt .ml3 {
    font-size: 14px;
    line-height: 14px;
    padding-top: 20px;
}

.ny_dqlj {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.ny_dqlj .l {
}

.ny_dqlj .l em {
    float: left;
    width: 14px;
    height: 50px;
    margin-right: 5px;
}

.ny_dqlj .l i {
    float: left;
    width: 10px;
    height: 50px;
    margin: 0 5px;
}

.ny_dqlj .l span {
    float: left;
    font-size: 14px;
    color: #C5DFF8;
    line-height: 50px;
}

.ny_dqlj .l a {
    float: left;
    font-size: 14px;
    color: #C5DFF8;
    line-height: 50px;
}

.ny_dqlj .l a:hover {
    color: #000;
}

.ny_dqlj .l a.on {
    color: #000;
    font-weight: bold;
}

.ny_dqlj_xw {
    padding-bottom: 30px;
}

.ny_dqlj_xw em {
    float: left;
    width: 14px;
    height: 20px;
    margin-right: 5px;
}

.ny_dqlj_xw i {
    float: left;
    width: 10px;
    height: 20px;
    margin: 0 5px;
}

.ny_dqlj_xw span {
    float: left;
    font-size: 14px;
    color: #C5DFF8;
    line-height: 20px;
}

.ny_dqlj_xw a {
    float: left;
    font-size: 14px;
    color: #C5DFF8;
    line-height: 20px;
}

.ny_dqlj_xw a:hover {
    color: #000;
}

.ny_dqlj_xw a.on {
    color: #000;
    font-weight: bold;
}

.ny_st {
}

.ny_cp {
    padding: 80px 0;
}

.ny_cp_l {
    float: left;
    width: 25%;
    padding-right: 20px;
}

.ny_cp_l ul {
    background: #F9F9F9;
    padding: 0px 0 130px 0;
}

.ny_cp_l ul li {
    margin-bottom: 5px;
}

.ny_cp_l ul li a {
    display: block;
    padding: 15px 0 15px 20px;
    color: #000;
    font-size: 14px;
    line-height: 17px;
}

.ny_cp_l ul li.on a {
    font-weight: bold;
    background: #F1F1F1;
}

.ny_cp_l ul li.on a:after {
    content: "\e68b";
    font-family: "iconfont" !important;
    font-size: 12px;
    padding-left: 20px;
}

.ny_cp_r {
    float: right;
    width: 75%;
    padding-right: 20px;
}

.ny_cp_r ul li {
    float: left;
    width: 49%;
    margin: 0 2% 2% 0;
    background: #f6f6f6;
}

.ny_cp_r ul li:nth-child(2n) {
    margin-right: 0;
}

.ny_cp_r ul li .img {
}

.ny_cp_r ul li .img img {
    display: block;
    width: 100%;
}

.ny_cp_r ul li .bt {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    text-align: center;
    padding: 0 40px;
    height: 60px;
}

.ny_cp_r ul li .gd {
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ny_cp_r ul li .gd .ml1 {
    font-size: 14px;
    line-height: 40px;
    color: #000;
}

.ny_cp_r ul li .gd .ml1:hover {
    text-decoration: underline;
}

.ny_cp_r ul li .gd .ml2 {
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    background: #000;
    padding: 0 20px;
    border-radius: 5px;
}

.ny_al_r {
    float: right;
    width: 75%;
    padding-right: 20px;
}

.ny_al_r ul li {
    float: left;
    width: 100%;
    margin: 0 0 2% 0;
    position: relative;
}

.ny_al_r ul li .img {
}

.ny_al_r ul li .img img {
    display: block;
    width: 100%;
}

.ny_al_r ul li .bt {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    padding: 15px 40px;
}

.ny_cp_xq {
    position: relative;
    padding-top: 60px;
}

.ny_cp_xq .ny_cp_xq_bt {
    position: absolute;
    left: 0;
    top: 60px;
    right: 0;
    background: #0E2954;
    z-index: 9;
}

.ny_cp_xq .ny_cp_xq_bt.on {
    position: fixed;
    top: 0px;
}

.ny_cp_xq .ny_cp_xq_bt .ml1 {
    float: left;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    padding: 15px 0;
}

.ny_cp_xq .ny_cp_xq_bt .ml1_xl {
    float: right;
    width: 75%;
}

.ny_cp_xq .ny_cp_xq_bt .ml1_xl a {
    font-size: 14px;
    line-height: 60px;
    color: #fff;
    padding: 0 20px;
}

.ny_cp_xq .ny_cp_xq_bt .ml1_xl .ml2 {
    float: left;
}

.ny_cp_xq .ny_cp_xq_bt .ml1_xl .ml3 {
    float: left;
}

.ny_cp_xq .ny_cp_xq_bt .ml1_xl .ml4 {
    float: right;
}

.ny_cp_xq .ny_cp_xq_bt .ml5 {
    float: right;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 5px;
    background: #fff;
    color: #000;
    margin-top: 15px;
    margin-left: 20px;
}

.ny_cp_xq .twfl {
}

.ny_cp_xq .twfl ul li {
    position: relative;
}

.ny_cp_xq .twfl ul li .tp {
}

.ny_cp_xq .twfl ul li .tp img {
    display: block;
    width: 100%;
}

.ny_cp_xq .twfl ul li .wz {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 50%;
    padding: 0 0 0 12%;
    color: #000;
}

.ny_cp_xq .twfl ul li .wz .b1 {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
}

.ny_cp_xq .twfl ul li .wz .b2 {
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
}

.ny_cp_xq .twfl ul li:nth-child(2n) .wz {
    right: auto;
    padding: 0 12% 0 20%;
    left: 0;
}

.ny_cp_xq .hxgn {
    padding: 100px 0 0px;
}

.ny_cp_xq .hxgn ul {
    margin-top: 60px;
}

.ny_cp_xq .hxgn ul li {
    float: left;
    width: 32%;
    margin: 0 2% 2% 0;
    text-align: center;
    padding: 40px 0;
}

.ny_cp_xq .hxgn ul li:nth-child(3n) {
    margin-right: 0;
}

.ny_cp_xq .hxgn ul li .tp {
}

.ny_cp_xq .hxgn ul li .tp img {
    display: block;
    height: 64px;
    margin: auto;
}

.ny_cp_xq .hxgn ul li .wz {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    padding-top: 20px;
}

.ny_cp_xq .img img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.ny_cp_sp {
    padding: 40px 0;
}

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

.ny_cp_sp .sp {
    margin-top: 30px;
}

.ny_cp_sp .sp video {
    display: block;
    width: 100%;
}

.ny_yqrz_xq_zy {
    padding: 80px 0;
    background: #fff;
}

.large_box {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: auto; /*border: 1px solid #ccc;*/
}

.large_box ul li {
    display: none;
}

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

.small_box {
    width: 100%;
    height: 110px;
    overflow: hidden;
    padding: 0 30px;
    position: relative;
    margin: 20px auto 0;
}

.small_list {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.small_list ul {
    height: 100%;
    overflow: hidden
}

.small_list ul li {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 115px;
    border: 2px solid #fff;
    background: #fff;
    height: 100%;
}

.small_list ul li img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s;
    transition: 0.5s; /*-moz-opacity:.5;-khtml-opacity:.5;opacity:.5;filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); -webkit-filter: grayscale(100%);*/
}

/*.small_list ul li.on img{-moz-opacity:1;-khtml-opacity:1;opacity:1;filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0); -webkit-filter: grayscale(0);}*/
.small_list ul li.on {
    border: 2px solid #000;
}

.small_box .btn {
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer
}

.small_box .btn:hover { /*background-color:#ce541e*/
}

.left_btn {
    left: 0;
}

.right_btn {
    right: 0;
}

.ny_yqrz_xq_tp {
    width: 46%;
}

.ny_yqrz_xq_r {
    width: 50%;
}

.ny_yqrz_xq_bt {
}

.ny_yqrz_xq_bt .h1 {
    font-size: 30px;
    line-height: 36px;
    padding: 0px 0px 20px;
    color: #000;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}

.ny_yqrz_xq_bt .h3 {
    font-size: 16px;
    line-height: 36px;
    color: #333;
    padding: 15px 0px 0;
}

.ny_yqrz_xq_bt .h3 table {
    border: 1px solid #eee;
    border-width: 1px 1px 0 0;
    width: 100%;
}

.ny_yqrz_xq_bt .h3 table th {
    border: 1px solid #eee;
    border-width: 0 0 1px 1px;
    padding: 10px 20px;
}

.ny_yqrz_xq_bt .h3 table td {
    border: 1px solid #eee;
    border-width: 0 0 1px 1px;
    padding: 10px 20px;
}

.ny_yqrz_xq_bt .h4 {
    position: relative;
    margin-top: 30px;
    padding-left: 63px;
}

.ny_yqrz_xq_bt .h4 span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 60px;
    line-height: 56px;
    color: #000;
}

.ny_yqrz_xq_bt .h4 .ml1 {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    display: block;
}

.ny_yqrz_xq_bt .h4 .ml2 {
    font-size: 30px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    font-family: Arial, sans-serif;
    padding-top: 10px;
}

.ny_yqrz_xq_bt .h5 {
    position: relative;
    margin-top: 35px;
}

.ny_yqrz_xq_bt .h5 .h5_bt {
    float: left;
    font-size: 16px;
    line-height: 46px;
    color: #000;
    text-align: center;
    border: 2px solid #000;
    border-radius: 3px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    padding: 0 30px;
}

.ny_yqrz_xq_bt .h5 .h5_bt:nth-child(2) {
    background: #000;
    margin-left: 20px;
    color: #fff;
}

.ny_yqrz_xq_bt .h5 .h5_bt span {
    font-size: 24px;
    padding-right: 5px;
    float: left;
}

.ny_yqrz_xq_bt .h5 .h5_bt:nth-child(1) span {
    font-weight: bold;
}

.cp_xiangqing {
}

.cp_xiangqing .xqbt {
    background: #f6f6f6;
    font-size: 30px;
    line-height: 100px;
    color: #000;
    font-weight: bold;
}

.cp_xiangqing .txt {
    font-size: 16px;
    line-height: 36px;
    color: #333;
    padding: 40px 0 0;
}

.cp_xiangqing .txt img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.ny_cp_xw {
    padding-bottom: 75px;
}

.ny_cp_xw .lb {
    margin-top: 30px;
}

.ny_cp_xw .lb ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
}

.ny_cp_xw .lb ul li:nth-child(3n) {
    margin-right: 0;
}

.ny_cp_xw .lb ul li .img {
    overflow: hidden;
}

.ny_cp_xw .lb ul li .img img {
    display: block;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.ny_cp_xw .lb ul li:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.ny_cp_xw .lb ul li .txt {
    padding: 35px 35px 25px;
    background: #f9f9f9;
}

.ny_cp_xw .lb ul li .txt .ml1 {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: bold;
}

.ny_cp_xw .lb ul li .txt .ml2 {
    font-size: 14px;
    line-height: 24px;
    color: #C5DFF8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
}

.ny_cp_xw .lb ul li .txt .ml3 {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-top: 30px;
}

.ny_cp_tp {
    padding-bottom: 80px;
}

.ny_cp_tp .tp {
    margin-top: 30px;
}

.ny_cp_tp .tp img {
    display: block;
    width: 100%;
    margin: auto;
    max-width: 350px;
}

.ny_cp_tp .bq {
    max-width: 350px;
    margin: 20px auto 0;
    text-align: center;
    font-size: 0;
}

.ny_cp_tp .bq span {
    display: inline-block;
    padding: 0 20px;
    border: 1px solid #000;
    font-size: 14px;
    line-height: 30px;
    color: #000;
    margin: 16px 8px 0;
    border-radius: 5px;
}

.ny_cp_tp .jg {
    font-size: 32px;
    line-height: 32px;
    color: #000;
    text-align: center;
    padding: 40px 0;
}

.ny_cp_tp .gm {
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    width: 105px;
    background: #000;
    border-radius: 5px;
    display: block;
    margin: auto;
}

.ny_xw_xq {
    padding: 60px 0 60px;
}

.ny_xw_xq .ny_dqlj {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.ny_xw_l {
    float: left;
    width: 68%;
}

.ny_xw_l .ml1 {
    font-size: 24px;
    line-height: 24px;
    color: #333;
}

.ny_xw_l .ml2 {
    margin-top: 20px;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 20px;
}

.ny_xw_l .ml2 .rq {
    float: left;
    font-size: 14px;
    line-height: 35px;
    color: #C5DFF8;
}

.ny_xw_l .ml2 .fx {
    float: left;
    margin-left: 20px;
}

.ny_xw_l .ml2 .fx a {
    float: left;
    width: 35px;
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    color: #333;
    border-radius: 50%;
}

.ny_xw_l .ml2 .fx a:hover {
    background: #d6d6d6;
}

.ny_xw_l .ml3 {
    font-size: 14px;
    line-height: 30px;
    color: #333;
    padding: 20px 0 40px;
}

.ny_xw_l .ml3 img {
    display: block;
    max-width: 100%;
}

.ny_xw_l .ml4 {
    position: relative;
    padding: 0 55px;
}

.ny_xw_l .ml4 .ml4_l, .ny_xw_l .ml4 .ml4_r {
    position: absolute;
    top: 0;
    width: 44px;
    line-height: 40px;
    color: #000;
    background: #f8f8f8;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.ny_xw_l .ml4 .ml4_l {
    left: 0;
}

.ny_xw_l .ml4 .ml4_r {
    right: 0;
}

.ny_xw_l .ml4 .ml4_z {
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #333;
}

.ny_xw_r {
    float: right;
    width: 27%;
}

.ny_xw_r .bt {
    font-size: 24px;
    line-height: 24px;
    color: #000;
}

.ny_xw_bq {
}

.ny_xw_bq .bq {
    padding-top: 20px;
}

.ny_xw_bq .bq a {
    float: left;
    font-size: 14px;
    line-height: 32px;
    background: #f5f5f5;
    padding: 0 15px;
    margin-right: 10px;
    margin-top: 10px;
    color: #C5DFF8;
    border-radius: 16px;
}

.ny_xw_r_dw {
    padding-top: 40px;
}

.ny_xw_dy {
}

.ny_xw_dy .txt {
    padding-top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #C5DFF8;
}

.ny_xw_dy .dy {
    border: 1px solid #000;
    border-radius: 20px;
    position: relative;
    padding-right: 72px;
    margin-top: 20px;
}

.ny_xw_dy .dy input {
    display: block;
    width: 100%;
    line-height: 38px;
    height: 40px;
    color: #C5DFF8;
    padding: 0 15px;
    border-radius: 20px 0 0 20px;
    background: none;
}

.ny_xw_dy .dy a {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    width: 72px;
    text-align: center;
    background: #000;
    border-radius: 0 18px 18px 0;
}

.ny_xw_sj {
    margin-top: 40px;
}

.ny_xw_sj ul {
    margin-top: 20px;
}

.ny_xw_sj ul li {
    line-height: 36px;
}

.ny_xw_sj ul li a {
    font-size: 14px;
    color: #C5DFF8;
}

.ny_xw_sj ul li a span {
    display: inline-block;
    width: 30px;
    color: #000;
}

.ny_fw {
    padding: 80px 0;
}

.ny_fw .bt {
    font-size: 36px;
    line-height: 36px;
    color: #000;
    text-align: center;
    font-weight: bold;
}

.ny_fw_fl {
    margin-top: 60px;
}

.ny_fw_fl ul li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    text-align: center;
}

.ny_fw_fl ul li:nth-child(4n) {
    margin-right: 0;
}

.ny_fw_fl ul li span {
    display: block;
    font-size: 72px;
    line-height: 72px;
    text-align: center;
    color: #000;
    padding-bottom: 10px;
}

.ny_fw_fl ul li a {
    font-size: 18px;
    line-height: 18px;
    color: #000;
}

.ny_fw_fl ul li a:hover {
    font-weight: bold;
    text-decoration: underline;
}

.ny_fw_lx {
    padding-top: 80px;
}

.ny_fw_lx .lb {
    margin-top: 40px;
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
}

.ny_fw_lx .lb ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
    text-align: center;
    background: #f9f9f9;
    padding: 60px 0 100px;
}

.ny_fw_lx .lb ul li:nth-child(3n) {
    margin-right: 0;
}

.ny_fw_lx .lb ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
    text-align: center;
    background: #f9f9f9;
}

.ny_fw_lx .lb ul li p {
    font-size: 24px;
    line-height: 24px;
    color: #000;
    font-weight: bold;
}

.ny_fw_lx .lb ul li span {
    display: block;
    font-size: 88px;
    line-height: 88px;
    text-align: center;
    color: #000;
    padding-bottom: 10px;
    padding: 80px 0;
}

.ny_fw_lx .lb ul li a {
    font-size: 18px;
    line-height: 18px;
    color: #000;
}

.ny_fw2 {
    padding-bottom: 60px;
}

.ny_fw2 .lb {
    padding-top: 40px;
}

.ny_fw2 .lb .bt {
    font-size: 32px;
    line-height: 32px;
    color: #000;
    font-weight: bold;
}

.ny_fw2 .lb ul {
    margin-top: 40px;
}

.ny_fw2 .lb ul li {
    margin-bottom: 20px;
    background: #f9f9f9;
    padding: 15px 60px;
}

.ny_fw2 .lb ul li .ml1 {
    font-size: 18px;
    line-height: 36px;
    color: #000;
    font-weight: bold;
    position: relative;
}

.ny_fw2 .lb ul li .ml1 span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    line-height: 36px;
    color: #000;
    cursor: pointer;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.ny_fw2 .lb ul li.on .ml1 span {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.ny_fw2 .lb ul li .ml2 {
    font-size: 14px;
    line-height: 36px;
    color: #000;
    display: none;
}

.ny_fw3_bg {
    padding: 80px 0 40px;
}

.ny_fw3_bg .bt {
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    color: #000;
}

.ny_fw3 {
    padding-bottom: 40px;
    display: flex;
    margin-top: 30px;
}

.ny_fw3 .ny_fw3_l {
    width: 240px;
    position: sticky;
    margin-right: 20px;
    top: 0;
}

.ny_fw3 .ny_fw3_l ul {
    background: #F9F9F9;
    padding: 0px 0 130px 0;
}

.ny_fw3 .ny_fw3_l ul li {
    margin-bottom: 5px;
}

.ny_fw3 .ny_fw3_l ul li a {
    display: block;
    padding: 15px 0 15px 20px;
    color: #000;
    font-size: 14px;
    line-height: 22px;
    position: relative;
}

.ny_fw3 .ny_fw3_l ul li.on a {
    font-weight: bold;
    background: #F1F1F1;
}

.ny_fw3 .ny_fw3_l ul li a:after {
    content: "\e68b";
    font-family: "iconfont" !important;
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 15px;
    font-weight: normal;
}

.ny_fw3 .ny_fw3_r {
    width: 940px;
    background: #f9f9f9;
    padding: 10px 60px 60px;
}

.ny_fw3 .ny_fw3_r ul {
    display: none;
}

.ny_fw3 .ny_fw3_r ul .bt {
    font-size: 26px;
    line-height: 40px;
    color: #000;
}

.ny_fw3 .ny_fw3_r ul li {
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 10px;
    margin-top: 10px;
}

.ny_fw3 .ny_fw3_r ul li .ml1 {
    font-size: 16px;
    line-height: 36px;
    color: #333;
    position: relative;
    display: block;
}

.ny_fw3 .ny_fw3_r ul li .ml1 span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    line-height: 36px;
    color: #000;
    cursor: pointer;
}

.xzjg {
    position: relative;
    top: -30px;
    font-size: 16px;
    line-height: 24px;
    color: #C5DFF8;
}

.hqgx {
    padding-top: 120px;
    text-align: center;
}

.hqgx .ml1 {
    font-size: 40px;
    line-height: 40px;
    color: #333;
}

.hqgx .ml2 {
    font-size: 16px;
    line-height: 24px;
    color: #C5DFF8;
    margin-top: 10px;
}

.hqgx .ml3 {
    border: 1px solid #000;
    border-radius: 5px;
    position: relative;
    padding-right: 62px;
    margin: 20px auto 0;
    max-width: 400px;
}

.hqgx .ml3 input {
    display: block;
    width: 100%;
    line-height: 48px;
    height: 48px;
    color: #C5DFF8;
    padding: 0 15px;
    border-radius: 5px 0 0 5px;
    background: none;
    font-size: 14px;
}

.hqgx .ml3 a {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    width: 62px;
    text-align: center;
    background: #000;
    border-radius: 0 4px 4px 0;
}

.ny_xz {
    padding-top: 80px;
}

.ny_xz .xbt {
    font-size: 32px;
    line-height: 32px;
    color: #000;
    font-weight: bold;
}

.ny_xz .lb {
    margin-top: 40px;
}

.ny_xz .lb ul {
}

.ny_xz .lb ul li {
    padding: 15px 60px;
    background: #f9f9f9;
    margin-bottom: 20px;
}

.ny_xz .lb ul li .yj {
}

.ny_xz .lb ul li .yj .ml1 {
    float: left;
}

.ny_xz .lb ul li .yj .ml1 p {
    float: left;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
}

.ny_xz .lb ul li .yj .ml1 span {
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    margin-left: 30px;
}

.ny_xz .lb ul li .yj .yj_r {
    float: right;
}

.ny_xz .lb ul li .yj .yj_r .ml2 {
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    text-decoration: underline;
    margin-right: 40px;
}

.ny_xz .lb ul li .yj .yj_r .ml2 span {
    float: left;
    font-weight: normal;
    padding-right: 5px;
}

.ny_xz .lb ul li .yj .yj_r .ml3 {
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #000;
    cursor: pointer;
}

.ny_xz .lb ul li .yj .yj_r .ml3 span {
    float: right;
    padding-left: 10px;
    font-weight: bold;
}

.ny_xz .lb ul li .yj .yj_r .ml3 span:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
}

.ny_xz .lb ul li.on .yj .yj_r .ml3 span:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.ny_xz .lb ul li .ej {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    padding-top: 5px;
    display: none;
}

.ny_xz .lb2 {
    margin-top: 40px;
    padding-bottom: 60px;
}

.ny_xz .lb2 ul {
}

.ny_xz .lb2 ul li {
    float: left;
    width: 47%;
    margin-right: 6%;
    padding: 15px 60px;
    background: #f9f9f9;
    margin-bottom: 20px;
}

.ny_xz .lb2 ul li:nth-child(2n) {
    margin-right: 0;
}

.ny_xz .lb2 ul li .ml {
    position: relative;
    padding: 0 60px 0 40px;
}

.ny_xz .lb2 ul li .ml .ml1 {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    line-height: 24px;
    color: #000;
}

.ny_xz .lb2 ul li .ml .ml2 {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.ny_xz .lb2 ul li .ml .ml3 {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}


.ny_sz {
    padding: 80px 0;
    background: #f9f9f9;
}

.ny_sz ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ny_sz ul li {
    text-align: center;
}

.ny_sz ul li .ml1 {
}

.ny_sz ul li .ml1 img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.ny_sz ul li .ml2 {
    width: 272px;
    margin: 35px auto 0;
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
    color: #000;
    padding-bottom: 15px;
}

.ny_sz ul li .ml2 span {
    font-size: 36px;
    padding-right: 10px;
}

.ny_sz ul li .ml3 {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid #e5e5e5;
    display: inline-block;
}

.ny_gy {
    padding: 60px 0;
}

.ny_gy .bt {
    font-size: 36px;
    line-height: 36px;
    color: #000;
    text-align: center;
    font-weight: bold;
}

.ny_gy .txt {
    font-size: 14px;
    line-height: 24px;
    color: #C5DFF8;
    margin-top: 40px;
}

.ny_gy .txt a {
    text-decoration: underline;
    color: #000;
}

.ny_gy .sp {
    margin-top: 60px;
}

.ny_gy .sp video {
    width: 100%;
}

.ny_lc {
    padding: 40px 0 100px;
}

.ny_lc .bt {
    font-size: 36px;
    line-height: 36px;
    color: #000;
    text-align: center;
    font-weight: bold;
}

.ny_lc .lb {
}

.ny_lc .lb ul {
}

.ny_lc .lb ul li {
    padding-left: 260px;
    margin-top: 80px;
    position: relative;
}

.ny_lc .lb ul li .ml1 {
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 32px;
    line-height: 32px;
    color: #000;
    font-weight: bold;
    margin-top: -16px;
}

.ny_lc .lb ul li .ml2 {
    padding-left: 65px;
    border-left: 4px solid #EAEAEA;
    position: relative;
}

.ny_lc .lb ul li .ml2:after {
    content: "";
    position: absolute;
    left: -9px;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #000;
}

.ny_lc .lb ul li .ml2 .img {
}

.ny_lc .lb ul li .ml2 .img img {
    display: block;
    max-width: 100%;
}

.ny_lc .lb ul li .ml2 .ml2_bg {
    background: #f9f9f9;
    padding: 40px 60px;
}

.ny_lc .lb ul li .ml2 .ml2_bg .xbt {
    font-size: 14px;
    line-height: 24px;
    color: #C5DFF8;
    font-weight: bold;
}

.ny_lc .lb ul li .ml2 .ml2_bg .ms {
    font-size: 14px;
    line-height: 24px;
    color: #C5DFF8;
    margin-top: 10px;
}

.ny_ppgs {
    padding: 40px 0 60px;
}

.ny_ppgs1 {
    padding: 50px 0 30px;
    background: #f6f6f6;
}

.ny_ppgs1 .txt {
    max-width: 1200px;
    margin: auto;
}

.ny_ppgs1 .txt p {
    font-size: 20px;
    line-height: 36px;
    color: #C5DFF8;
    font-weight: bold;
    text-align: center;
}

.ny_ppgs1 .txt span {
    font-size: 16px;
    line-height: 36px;
    color: #C5DFF8;
    text-align: right;
    display: block;
    margin-top: 20px;
}

.ny_ppgs2 {
}

.ny_ppgs2 ul li {
    float: left;
    width: 100%;
    margin: 40px 0;
    position: relative;
}

.ny_ppgs2 ul li .img {
    float: right;
    width: 50%;
}

.ny_ppgs2 ul li .img img {
    display: block;
    width: 100%;
}

.ny_ppgs2 ul li .txt {
    position: absolute;
    left: 0;
    width: 50%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-right: 70px;
}

.ny_ppgs2 ul li .txt .ml1 {
    font-size: 28px;
    line-height: 28px;
    color: #333;
}

.ny_ppgs2 ul li .txt .ml2 {
    font-size: 16px;
    line-height: 30px;
    color: #C5DFF8;
    margin-top: 5px;
}

.ny_ppgs2 ul li .txt .ml3 {
    font-size: 16px;
    line-height: 30px;
    color: #C5DFF8;
    margin-top: 10px;
}

.ny_ppgs2 ul li .txt .ml4 {
    font-size: 14px;
    line-height: 30px;
    color: #333;
    margin-top: 15px;
    display: block;
}

.ny_ppgs2 ul li .txt .ml4 span {
    font-size: 12px;
    display: inline-block;
}

.ny_ppgs2 ul li .txt .ml4:hover {
    text-decoration: underline;
}

.ny_ppgs2 ul li:nth-child(2n) .img {
    float: left;
}

.ny_ppgs2 ul li:nth-child(2n) .txt {
    left: auto;
    right: 0;
    padding-right: 0px;
    padding-left: 70px;
}

.ny_ppgs3 {
    padding: 50px 0 30px;
    background: #f6f6f6;
}

.ny_ppgs3 .txt {
    max-width: 1200px;
    margin: auto;
}

.ny_ppgs3 .txt p {
    font-size: 20px;
    line-height: 36px;
    color: #C5DFF8;
}

.ny_ppgs3 .txt span {
    font-size: 16px;
    line-height: 36px;
    color: #C5DFF8;
    text-align: right;
    display: block;
    margin-top: 20px;
}

.ny_xw1 {
    background: #f9f9f9;
}

.ny_xw1 .img {
    float: left;
    width: 60%;
}

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

.ny_xw1 .txt {
    float: right;
    width: 40%;
    padding: 15px 40px;
}

.ny_xw1 .txt .xwbt {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
    height: 60px;
}

.ny_xw1 .txt .xwms {
    font-size: 14px;
    line-height: 24px;
    color: #C5DFF8;
    margin-top: 10px;
    height: 120px;
}

.ny_xw1 .txt .xwsj {
    font-size: 14px;
    line-height: 30px;
    color: #999;
    margin-top: 10px;
}

.ny_xw {
}

.ny_xw ul {
}

.ny_xw ul li {
    float: left;
    width: 49%;
    margin: 2% 2% 0 0;
    background: #f9f9f9;
}

.ny_xw ul li:nth-child(2n) {
    margin-right: 0;
}

.ny_xw ul li .img {
}

.ny_xw ul li .img img {
    display: block;
    width: 100%;
}

.ny_xw ul li .txt {
    padding: 30px 40px 20px;
}

.ny_xw ul li .txt .xwbt {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
    height: 90px;
}

.ny_xw ul li .txt .xwsj {
    font-size: 14px;
    line-height: 30px;
    color: #999;
    margin-top: 10px;
}

.ny_xw_gd {
    display: block;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 58px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-top: 20px;
}

.ny_xw_gd a {
    font-size: 14px;
    line-height: 58px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ny_xw_gd a span {
    padding-left: 10px;
    font-size: 12px;
}

.ny_xw_gd a span:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    font-weight: bold;
}

.ny_ss {
    padding: 130px 0 70px;
}

.ny_ss .ssbt {
    font-size: 42px;
    line-height: 42px;
    text-align: center;
    color: #333;
}

.ny_ss .ssk {
    width: 300px;
    margin: 30px auto 0;
    border: 1px solid #000;
    border-radius: 5px;
    position: relative;
}

.ny_ss .ssk input {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 54px;
    color: #000;
    padding: 0 72px 0 12px;
    height: 54px;
    background: none;
}

.ny_ss .ssk a {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    line-height: 54px;
    color: #fff;
    width: 66px;
    background: #000;
    text-align: center;
}

.ny_ss .ssjg {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    color: #333;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #000;
}

.ny_ss .ss_lb {
    margin-top: 30px;
}

.ny_ss .ss_lb ul li {
    float: left;
    width: 23.5%;
    margin: 0 2% 2% 0;
    background: #f6f6f6;
}

.ny_ss .ss_lb ul li:nth-child(4n) {
    margin-right: 0;
}

.ny_ss .ss_lb ul li .img {
}

.ny_ss .ss_lb ul li .img img {
    display: block;
    width: 100%;
}

.ny_ss .ss_lb ul li .bt {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    text-align: center;
    padding: 15px;
}

.fanye {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.fanye a {
    font-size: 14px;
    line-height: 30px;
    padding: 0 15px;
    color: #000;
}

.fanye a.on {
    color: #ccc;
}

.fanye a.iconfont {
    font-size: 12px;
    line-height: 44px;
    width: 44px;
    text-align: center;
    padding: 0;
    color: #fff;
    background: #000;
    border-radius: 5px;
    font-weight: bold;
    margin: 0 20px;
}

.ny_yy {
    padding: 80px 0;
}

.ny_yy .bt {
    font-size: 36px;
    line-height: 36px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.ny_yy1 {
    padding-bottom: 80px;
}

.ny_yy1 .lb {
    margin-top: 80px;
}

.ny_yy1 .lb ul {
}

.ny_yy1 .lb ul li {
    float: left;
    width: 20%;
}

.ny_yy1 .lb ul li .ml1 {
}

.ny_yy1 .lb ul li .ml1 img {
    display: block;
    width: 65px;
    margin: auto;
}

.ny_yy1 .lb ul li .ml2 {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-align: center;
    padding-top: 24px;
}

.ny_yy2 {
    padding-bottom: 80px;
}

.ny_yy2 ul {
}

.ny_yy2 ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
    position: relative;
}

.ny_yy2 ul li:nth-child(3n) {
    margin-right: 0;
}

.ny_yy2 ul li .img {
}

.ny_yy2 ul li .img img {
    display: block;
    width: 100%;
}

.ny_yy2 ul li .txt {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50px;
    text-align: center;
}

.ny_yy2 ul li .txt .ml1 {
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    font-weight: bold;
}

.ny_yy2 ul li .txt .ml2 {
    margin-top: 10px;
}

.ny_yy2 ul li .txt .ml2 a {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.ny_yy2 ul li .txt .ml2 a:hover {
    text-decoration: underline;
}

.ny_yy3 {
    padding: 80px 0;
}

.ny_yy3 .lb {
    margin-top: 40px;
}

.ny_yy3 .lb ul li {
    float: left;
    width: 32%;
    margin: 0 2% 0 0;
    background: #f6f6f6;
}

.ny_yy3 .lb ul li:nth-child(3n) {
    margin-right: 0;
}

.ny_yy3 .lb ul li .img {
}

.ny_yy3 .lb ul li .img img {
    display: block;
    width: 100%;
}

.ny_yy3 .lb ul li .bt {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    text-align: center;
    padding: 0 40px;
    height: 60px;
}

.ny_yy3 .lb ul li .gd {
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ny_yy3 .lb ul li .gd .ml1 {
    font-size: 14px;
    line-height: 40px;
    color: #000;
}

.ny_yy3 .lb ul li .gd .ml1:hover {
    text-decoration: underline;
}

.ny_yy3 .lb ul li .gd .ml2 {
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    background: #000;
    padding: 0 20px;
    border-radius: 5px;
}

.ny_cp_xw.ny_yy4 .lb {
    margin-top: 40px;
}

.ny_yy5 {
    position: relative;
}

.ny_yy5_l {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 42%;
    background: #f9f9f9;
    padding: 50px;
}

.ny_yy5_l .ml1 {
    font-size: 36px;
    line-height: 36px;
    color: #000;
    font-weight: bold;
}

.ny_yy5_l .ml2 {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-top: 20px;
}

.ny_yy5_r {
    width: 100%;
    padding-left: 61%;
}

.ny_yy5_r ul li {
    margin-bottom: 10px;
    position: relative;
}

.ny_yy5_r ul li p {
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #000;
}

.ny_yy5_r ul li p span {
    color: #f00;
}

.ny_yy5_r ul li input {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 40px;
    color: #000;
    height: 42px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 0 20px;
}

.ny_yy5_r ul li select {
    -webkit-appearance: none;
    padding-left: 20px;
    border: 1px solid #eee;
    position: relative;
    background: none;
    z-index: 2;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    font-size: 14px;
}

.ny_yy5_r ul li i {
    position: absolute;
    right: 16px;
    top: 54px;
    font-size: 12px;
    line-height: 12px;
    color: #999;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.ny_yy5_r ul .ty {
    position: relative;
    padding-left: 16px;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    padding-top: 10px;
}

.ny_yy5_r ul .ty span {
    position: absolute;
    left: 0;
    top: 13px;
    font-size: 12px;
    line-height: 12px;
    cursor: pointer;
}

.ny_yy5_r ul .tj {
    display: block;
    width: 130px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    background: #000;
    border-radius: 5px;
    color: #fff;
    margin-top: 20px;
}

.pagination {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 0px;
    position: relative;
    overflow: hidden;
    margin: 57px 0 0px;
    text-transform: uppercase;
}

.pagination a, .pagination span {
    display: inline-block;
    padding: 0 25px;
    line-height: 40px;
    font-size: 14px;
    border: 1px solid #d6d6d6;
    margin: 0 5px;
    color: #C5DFF8;
    background: #fff;
    border-radius: 5px;
}

.pagination span.current, .pagination a:hover, .pagination li.active span {
    color: #fff;
    border-color: #000000;
    background: #000000;
}

ul.pagination li {
    display: inline-block;
    width: auto;
    margin: 0;
    float: none;
}
