* {
    padding: 0px;
    margin: 0px;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 13px;
    color: #666;
    font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif;
}

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,
h4,
h5,
h6 {
    list-style: none;
}

input,
select,
button,
textarea {
    font-size: 13px;
    border: 0;
    background: none;
    outline: none;
    vertical-align: middle;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
}

button {
    overflow: visible
}

img {
    border: none;
}

li {
    list-style: none;
}

a {
    color: #555;
    text-decoration: none;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

a:hover {
    color: #40779a;
    text-decoration: none !important;
}

.clear {
    overflow: hidden;
    clear: both;
    height: 0px;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background-color: #000;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #5b5b5b;
}

::-webkit-scrollbar-thumb:active {
    background-color: #0f228b;
}

@media only screen and (max-width:990px) {
    body {
        letter-spacing: 0;
    }

    input,
    textarea {
        -webkit-appearance: none;
        border-radius: 0;
    }
}

@media only screen and (max-width:990px) {
    html.on {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden;
    }
}

body {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

@media only screen and (max-width:990px) {
    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:990px) {
    .sj_bj {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        z-index: 9999;
        display: none;
    }
}

.header {
    width: 100%;
    color: #555;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header.on {
    box-shadow: 0 0 10px #ddd;
    background-color: #fff;
}

.header .logo {
    width: 200px;
    float: left;
    margin: 20px 0;
    position: relative;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header.on .logo {
    margin: 20px 0;
}

.header .logo img {
    width: 100%;
    height: auto;
    display: block;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.heade.on .logo img {
    opacity: 0;
}

.header .logo img.d_w {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.header.on .logo img.d_w {
    opacity: 1;
}

.header .language {
    float: right;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    margin-top: 34px;
    margin-left: 25px;
    cursor: pointer;
    position: relative;
    z-index: 9;
}

.header.on .language {
    color: #555;
}

.header .language .l_m i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}

.header .language .x_l {
    width: 120px;
    padding-top: 8px;
    position: absolute;
    top: 58px;
    left: 50%;
    margin-left: -60px;
    display: none;
}

.header .language .x_l:before {
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 8px solid #535352;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -10px;
}

.header .language .x_l ul {
    padding: 5px 15px;
    background-color: #535352;
}

.header .language .x_l ul li a {
    color: #ddd;
    line-height: 36px;
    display: block;
}

.header .language .x_l ul li a:hover {
    color: #0099d9;
}

.header .s_ch {
    height: 32px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    margin-left: 15px;
    float: right;
    cursor: pointer;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header.on .s_ch {
    color: #555;
}

.header .s_ch i {
    font-size: 22px;
}

.header .s_ch:hover {
    color: #0099d9;
}

.header .an {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 15px;
    height: 22px;
    width: 30px;
    display: none;
}

.header .an span {
    width: 30px;
    height: 2px;
    background-color: #555;
    display: block;
    position: absolute;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .an span.a1 {
    top: 0;
    left: 0;
}

.header .an span.a2 {
    top: 10px;
    left: 0;
}

.header .an span.a3 {
    top: 20px;
    left: 0;
}

.header .an.n span.a2 {
    display: none;
}

.header .an.n span.a1 {
    top: 10px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
    top: 10px;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.header .nav {
    float: right;
}

.header .nav ul {
    float: left;
}

.header .nav ul li {
    margin: 0 20px;
    float: left;
    position: relative;
}

.header .nav ul li:after {
    width: 0;
    height: 2px;
    background-color: #0099d9;
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.header .nav ul li:hover:after {
    width: 100%;
}

.header .nav ul li.on:after {
    width: 100%;
}

.header .nav .y_j {
    position: relative;
}

.header .nav .y_j i {
    display: none;
}

.header .nav .y_j a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 88px;
}

.header.on .nav .y_j a {
    color: #555;
}

.header .nav ul li:hover .y_j a {
    color: #0099d9;
}

.header .nav ul li.on .y_j a {
    color: #0099d9;
}

.header .nav .e_j {
    width: 230px;
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0 0 5px #aaa;
    position: absolute;
    left: 50%;
    margin-left: -115px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
}

.header .nav ul li:hover .e_j {
    opacity: 1;
    visibility: inherit;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.header .nav .e_j a {
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    display: block;
}

@media only screen and (max-width:992px) {
    .header {
        background-color: #fff;
        position: relative;
        top: auto;
        left: auto;
    }

    .header.on {
        box-shadow: none;
    }

    .header .logo {
        width: 158px;
        margin: 10px 0;
    }

    .header.on .logo {
        margin: 10px 0;
    }

    .header .logo img {
        width: 100%;
        height: auto;
        display: block;
        opacity: 0;
        transition: all .5s;
        -o-transition: all .5s;
        -ms-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
    }

    .header .logo img.d_w {
        opacity: 1;
    }

    .header .language {
        float: right;
        height: 32px;
        font-size: 15px;
        text-align: center;
        line-height: 32px;
        color: #fff;
        margin-top: 21px;
        margin-left: 0;
        margin-right: 50px;
        color: #555;
    }

    .header .s_ch {
        margin-top: 20px;
        margin-left: 0;
        float: left;
    }

    .header .an {
        display: block;
        right: 39px;
    }

    .header .nav {
        width: 60%;
        height: 100%;
        padding: 10px 5% 0;
        margin: 0;
        background-color: #141414;
        height: 100%;
        position: fixed;
        top: 0;
        right: -60%;
        z-index: 9999;
        overflow: auto;
        transition: all .5s;
        -o-transition: all .5s;
        -ms-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
    }

    .header .nav ul {
        width: 100%;
        float: none;
    }

    .header .nav ul li {
        width: 100%;
        height: auto;
        line-height: 50px;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        float: none;
        padding: 5px 0;
        margin: 0;
    }

    .header .nav ul li:after {
        display: none;
    }

    .header .nav .y_j i {
        display: block;
        width: 100%;
        padding-right: 10px;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 14px;
        text-align: right;
        color: #fff;
        line-height: 50px;
        z-index: 99;
    }

    .header .nav .y_j a {
        line-height: 50px;
        color: #fff;
    }

    .header .nav ul li:hover .y_j a {
        color: #fff;
    }

    .header .nav ul li.on .y_j a {
        color: #fff;
    }

    .header .nav .e_j {
        width: 100%;
        background: none;
        box-shadow: none;
        position: relative;
        left: auto;
        top: auto;
        padding: 5px 0;
        margin-left: 0;
        opacity: 1;
        visibility: inherit;
        display: none;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }

    .header .nav ul li:hover .e_j {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }

    .header .nav .e_j a {
        line-height: 32px;
        text-align: left;
        color: #fff;
    }
}

@media only screen and (max-width:640px) {
    .header .an {
        right: 15px;
    }
}

@media only screen and (max-width:320px) {
    .header .logo {
        width: 168px;
    }

    .header .language {
        margin-top: 19px;
        margin-right: 45px;
    }
}

.head_h {
    width: 100%;
    height: 100px;
    background-color: #fff;
    overflow: hidden;
}

@media only screen and (max-width:990px) {
    .head_h {
        display: none;
    }
}

.search {
    width: 100%;
    background-color: #40779a;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    padding: 3px 0
}

.search .container {
    position: relative;
}

.search .sc_gb {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: 30%;
    cursor: pointer;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.search .sc_gb:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.search .sc_gb i {
    font-size: 26px;
    line-height: 50px;
    color: #fff;
}

.search .sc_nr {
    width: 700px;
    margin: 20px auto;
}

.search input {
    width: 430px;
    height: 56px;
    font-size: 16px;
    line-height: 56px;
    color: #fff;
    float: left;
}

.search input::placeholder {
    color: #fff;
}

.search button {
    width: 70px;
    height: 56px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    float: right;
    outline: none;
}

.search button i {
    font-size: 30px;
}

@media only screen and (max-width:992px) {
    .search .sc_gb i {
        font-size: 22px;
    }

    .search .sc_nr {
        width: 90%;
    }

    .search input {
        width: 85%;
        font-size: 15px;
    }

    .search button {
        width: 15%;
    }

    .search button i {
        font-size: 26px;
    }
}


/* flexslider */
.flexslider {
    position: relative;
    /* height: 100vh; */
    width: 100%;
    overflow: hidden;
}

.slides {
    position: relative;
    vertical-align: center;
    z-index: 1;
}

/* .slides li {
    height: 100vh;
}

.slides li img {
    height: 100vh;
} */

.slides li {
    width: 100%;
}

.slides li img {
    width: 100%;
}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    background: url(../images/dot.png) right 0 no-repeat;
    cursor: pointer;
}

.flex-control-nav .flex-active {
    background-position: 0 0;
}

.slides li .w1200 {
    width: 1200px;
    font-size: 30px;
    margin: 100px auto;
    -webkit-transition: all 1.6s;

    -moz-transition: all 1.6s;

    -o-transition: all 1.6s;

    transition: all 1.6s;

    opacity: 0;

    -webkit-opacity: 0;

    -moz-opacity: 0;
    -webkit-transform: translate3d(-600px, 0, 0);

    -ms-transform: translate3d(-600px, 0, 0);

    transform: translate3d(-600px, 0, 0);
}

.slides li.flex-active-slide .w1200 {
    -webkit-transform: translate3d(0, 0, 0);

    -ms-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

    opacity: 1;

    -webkit-opacity: 1;

    -moz-opacity: 1;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(../images/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(../images/next.png) center center no-repeat;
}

@media only screen and (max-width:992px) {
    .flexslider {
        position: relative;
        height: 207px;
        overflow: hidden;
    }

    .slides li {
        height: 207px;
    }

    .slides li img {
        height: 207px;
        width: 100%
    }

    .flex-direction-nav li a.flex-prev {
        left: 10px;
        background: url(../images/prev.png) center center no-repeat;
    }

    .flex-direction-nav li a.flex-next {
        right: 10px;
        background: url(../images/next.png) center center no-repeat;
    }

}

.gy_bt {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}

.gy_bt h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
    color: #40779a;
    margin-bottom: 15px;
}

.gy_bt h4 {
    font-size: 15px;
    line-height: 26px;
    color: #777;
    letter-spacing: 1px;
}

.gy_bt span {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    color: #f2f2f2;
    position: absolute;
    top: -30px;
    left: 0;
    z-index: -1;
    width: 100%;
}

.gy_bt:after {
    width: 160px;
    height: 10px;
    background-color: #ddeffb;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -80px;
    z-index: -1;
    border-radius: 5px;
}

@media only screen and (max-width:992px) {
    .gy_bt {
        margin-bottom: 20px;
    }

    .gy_bt h3 {
        line-height: 26px;
        margin-bottom: 0px;
        font-size: 16px;
    }

    .gy_bt h4 {
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 0;
    }

    .gy_bt span {
        font-size: 30px;
        top: -10px;
    }

    .gy_bt:after {
        width: 100px;
        height: 6px;
        background-color: #ddeffb;
        content: "";
        position: absolute;
        bottom: 0px;
        left: 50%;
        margin-left: -50px;
        z-index: -1;
        border-radius: 3px;
    }

}


.gy_bt1 {
    text-align: center;
    margin-bottom: 40px;
}

.gy_bt1 h3 {
    font-size: 28px;
    font-weight: bold;
    color: #000;
}

.gy_bt1 p {
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 10px;
}

.gy_bt1 em {
    width: 60px;
    height: 4px;
    background-color: #31c937;
    display: block;
    margin: 20px auto 0;
}

@media only screen and (max-width:992px) {
    .gy_bt1 {
        margin-bottom: 30px;
    }

    .gy_bt1 h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .gy_bt1 p {
        font-size: 14px;
    }

    .gy_bt1 em {
        width: 40px;
        height: 2px;
        margin: 10px auto 0;
    }
}

@media only screen and (max-width:640px) {
    .gy_bt1 {
        text-align: center;
        margin-bottom: 10px;
    }

    .gy_bt1 h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .gy_bt1 p {
        font-size: 13px;
        margin-top: 6px;
    }
}


.sy_yw {
    width: 100%;
    padding: 80px 0 60px;
    overflow: hidden;
}

.sy_yw .cp_zs {}

.sy_yw .n_r {
    text-align: center;
    padding: 20px;
    background-color: #0065cd;
    opacity: 80%;
}

.sy_yw .n_r .t_p {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_yw .n_r:hover .t_p {
    opacity: .1;
}

.sy_yw .n_r:hover {
    background: url(../images/pic19.png);
    opacity: 80%;
}

.sy_yw .n_r .t_b {
    width: 100%;
    margin: 0 auto 20px;
    position: relative;
    z-index: 1;
}

.sy_yw .n_r .t_b img {
    width: 88px;
    height: auto;
    display: block;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    margin: 0 auto
}

.sy_yw .n_r:hover .t_b img {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.sy_yw .n_r .w_z {
    color: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.sy_yw .n_r .w_z h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

.sy_yw .n_r .w_z em {
    width: 30px;
    height: 2px;
    margin: 10px auto 15px;
    background-color: #fff;
    display: block;
}

.sy_yw .n_r .w_z p {
    font-size: 15px;
    line-height: 26px;
    height: auto;
    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;
}

@media only screen and (max-width:992px) {
    .sy_yw {
        padding: 20px 0 20px;
    }

    .sy_yw .col-lg-3 {
        padding-left: 5px;
        padding-right: 5px
    }

    .sy_yw .cp_zs .swiper-cp {
        padding-bottom: 30px;
    }

    .sy_yw .cp_zs .swiper-button-prev {
        display: none;
    }

    .sy_yw .cp_zs .swiper-button-next {
        display: none;
    }

    .sy_yw .n_r {
        padding: 10px;
        margin-bottom: 10px
    }

    .sy_yw .n_r .t_b {
        width: 60px;
        margin: 10px auto 10px;
    }

    .sy_yw .n_r .t_b img {
        width: 100%;
        height: auto;
        display: block;
        transition: all .5s;
        -o-transition: all .5s;
        -ms-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        margin: 0 auto
    }

    .sy_yw .n_r .w_z {
        color: #fff;
        position: relative;
        z-index: 1;
        margin-bottom: 0px;
    }

    .sy_yw .n_r .w_z h3 {
        font-size: 14px;
    }

    .sy_yw .n_r .w_z em {
        height: 2px;
        margin: 6px auto 10px;
    }

    .sy_yw .n_r .w_z p {
        font-size: 13px;
        line-height: 22px;
        height: auto;
    }
}




.sy_gy {
    width: 100%;
    padding: 40px 0 20px;
    overflow: hidden;
}

.sy_gy .gy_nr {
    width: 100%;
    background: url(../images/gy_bj.jpg) no-repeat center / cover fixed;
    padding: 100px 0 180px;
    position: relative;
}

.sy_gy .gy_nr:after {
    width: 50%;
    height: 100%;
    background-color: rgba(64, 119, 154, .9);
    position: absolute;
    top: 0;
    right: 0;
    content: "";
}

.sy_gy .gy_nr .container {
    position: relative;
    z-index: 9;
}

.sy_gy .gy_nr .row {
    margin: 0 -50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sy_gy .gy_nr .col-12 {
    padding: 0 50px;
}

.sy_gy .gy_nr .video {
    border: 5px solid #fff;
}

.sy_gy .gy_nr .video img {
    width: 100%;
}

.sy_gy .gy_nr .w_z {
    color: #fff;
}

.sy_gy .gy_nr .w_z h3 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 36px;
}

.sy_gy .gy_nr .w_z em {
    width: 50px;
    height: 5px;
    background-color: #fff;
    display: block;
    margin: 15px 0 20px;
}

.sy_gy .gy_nr .w_z p {
    font-size: 15px;
    line-height: 28px;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 7;
    -webkit-line-clamp: 7;
    -moz-line-clamp: 7;
    -ms-line-clamp: 7;
    -o-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.sy_gy .gy_nr .w_z a {
    width: 120px;
    height: 38px;
    border: 1px solid #fff;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    display: block;
}

.sy_gy .gy_nr .w_z a:hover {
    background-color: #fff;
    color: #804f21;
}

.sy_gy .wrap {
    padding: 50px;
    box-shadow: 0 0 20px #aaa;
    background-color: #fff;
    position: relative;
    z-index: 99;
    margin-top: -100px;
}

.sy_gy .wrap ul li {
    float: left;
    width: 25%;
    padding: 0px 10px;
    text-align: center;
}

.sy_gy .wrap ul li img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.sy_gy .wrap ul li p {
    font-size: 16px;
    margin-bottom: 7px;
}

.sy_gy .wrap em {
    display: block;
    margin: 0 auto;
    width: 20px;
    height: 1px;
    background-color: #666;
    margin-bottom: 7px;
}

.sy_gy .wrap ul li span {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
}

@media only screen and (max-width:992px) {
    .sy_gy {
        padding: 20px 0 40px;
    }

    .sy_gy .gy_nr {
        background: url(../images/gy_bj.jpg) no-repeat center / cover;
        padding: 20px 0 100px;
    }

    .sy_gy .gy_nr .row {
        margin: 0 -15px;
    }

    .sy_gy .gy_nr .col-12 {
        padding: 0 15px;
    }

    .sy_gy .gy_nr .w_z {
        text-align: center;
        margin-top: 20px;
    }

    .sy_gy .gy_nr .w_z h3 {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 26px;
    }

    .sy_gy .gy_nr .w_z em {
        width: 40px;
        height: 4px;
        margin: 10px auto 10px;
    }

    .sy_gy .gy_nr .w_z p {
        font-size: 14px;
        line-height: 22px;
        height: auto;
        text-align: left
    }

    .sy_gy .gy_nr .w_z a {
        width: 100px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
        margin: 0 auto 30px;
    }

    .sy_gy .wrap {
        padding: 10px;
        margin-top: 350px;
    }

    .sy_gy .wrap .n_r {
        margin-bottom: 20px;
    }

    .sy_gy .wrap ul li img {
        max-width: 60%;
        height: auto;
        margin-bottom: 10px;
    }

    .sy_gy .wrap .s_z {
        font-size: 30px;
        text-align: center;
    }

    .sy_gy .wrap .s_z b {
        font-size: 56px;
        padding-right: 10px;
    }

    .sy_gy .wrap em {
        width: 50px;
    }

    .sy_gy .wrap ul li p {
        font-size: 12px;
        margin-bottom: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .sy_gy .wrap ul li span {
        display: none;
    }

    .sy_gy .wrap em {
        display: none
    }
}

a.m_r {
    width: 150px;
    height: 40px;
    background-color: #40779a;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 40px;
    text-align: center;
    color: #fff;
    display: block;
    margin: 50px auto 0;
}

a.m_r i {
    width: 35px;
    height: 8px;
    padding-left: 5px;
    display: inline-block;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

a.m_r:hover i {
    padding-left: 15px;
}

@media only screen and (max-width:992px) {
    a.m_r {
        width: 160px;
        height: 36px;
        font-size: 14px;
        line-height: 36px;
        margin: 0 auto;
    }

    a.m_r.on {
        margin-top: 20px;
    }

    a.m_r i {
        padding-left: 5px;
    }

    a.m_r:hover i {
        padding-left: 5px;
    }
}

.ny_wz {
    width: 100%;
    padding: 25px 0;
    background-color: #f7f7f7;
    font-size: 15px;
    line-height: 30px;
}

.ny_wz i {
    font-size: 16px;
    color: #40779a;
}

@media only screen and (max-width:990px) {
    .ny_wz {
        padding: 20px 10px;
        font-size: 14px;
    }

    .ny_wz i {
        font-size: 15px;
    }
}

@media only screen and (max-width:6400px) {
    .ny_wz {
        padding: 15px 5px;
    }
}

.cp_fl {
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
}

.cp_fl .fl_bt {
    border: 1px solid #eee;
    background-color: #f7f7f7;
    padding: 15px 20px;
    position: relative;
    cursor: pointer;
}

.cp_fl .fl_bt em {
    width: 22px;
    height: 10px;
    position: absolute;
    top: 26px;
    right: 20px;
}

.cp_fl .fl_bt em:before {
    width: 22px;
    height: 1px;
    background-color: #000;
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.cp_fl .fl_bt.on em:before {
    top: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.cp_fl .fl_bt em:after {
    width: 22px;
    height: 1px;
    background-color: #000;
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.cp_fl .fl_bt.on em:after {
    top: 9px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.cp_fl .fl_bt span {
    font-size: 22px;
    color: #555;
    line-height: 32px;
}

.cp_fl .fl_lm {
    border: 1px solid #eee;
    border-top: 0;
    padding: 20px;
}

.cp_fl .fl_lm ul li a {
    display: inline-block;
    font-size: 16px;
    color: #555;
    line-height: 46px;
    position: relative;
}

.cp_fl .fl_lm ul li a:hover {
    color: #40779a;
}

.cp_fl .fl_lm ul li a.on {
    color: #40779a;
}

.cp_fl .fl_lm ul li a:after {
    width: 0;
    height: 2px;
    content: "";
    background-color: #40779a;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.cp_fl .fl_lm ul li a:hover:after {
    width: 100%;
}

.cp_fl .fl_lm ul li a.on:after {
    width: 100%;
}

@media only screen and (max-width:990px) {
    .cp_fl {
        padding: 35px 10px;
    }

    .cp_fl .fl_bt {
        padding: 15px;
    }

    .cp_fl .fl_bt span {
        font-size: 20px;
    }

    .cp_fl .fl_lm {
        padding: 10px 15px;
    }

    .cp_fl .fl_lm ul li a {
        font-size: 15px;
    }

    .cp_fl .fl_lm ul li a:after {
        height: 1px;
    }
}

@media only screen and (max-width:640px) {
    .cp_fl {
        padding: 25px 5px;
    }

    .cp_fl .fl_bt {
        padding: 10px 15px;
    }

    .cp_fl .fl_bt em {
        top: 21px;
    }

    .cp_fl .fl_bt span {
        font-size: 18px;
    }

    .cp_fl .fl_lm {
        padding: 5px 15px;
    }

    .cp_fl .fl_lm ul li a {
        font-size: 14px;
    }
}

.cp_zx {
    width: 100%;
    padding-bottom: 100px;
}

.cp_zx .cp_lb .n_r {
    margin-bottom: 30px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 3px 10px 0 rgba(95, 125, 158, .1);
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.cp_zx .cp_lb .n_r:hover {
    box-shadow: 0 8px 15px 0 rgba(95, 125, 158, .2);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

.cp_zx .cp_lb .t_p {
    overflow: hidden;
}

.cp_zx .cp_lb .t_p img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.cp_zx .cp_lb .n_r:hover .t_p img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.cp_zx .cp_lb .w_z {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    padding: 15px 0;
    margin-top: 10px;
    border-top: 1px solid #eee;
}

@media only screen and (max-width:990px) {
    .cp_zx {
        padding: 0 10px 60px;
    }

    .cp_zx .cp_lb .w_z {
        font-size: 15px;
    }
}

@media only screen and (max-width:640px) {
    .cp_zx {
        padding: 0 5px 40px;
    }

    .cp_zx .cp_lb .row {
        margin: 0 -10px;
    }

    .cp_zx .cp_lb .col-6 {
        padding: 0 10px;
    }

    .cp_zx .cp_lb .n_r {
        padding: 10px 10px 0;
        margin-bottom: 20px;
    }

    .cp_zx .cp_lb .w_z {
        font-size: 14px;
    }
}



.gallery-cpzs {
    margin-top: 20px;
}

.gallery-cpzs .swiper-slide {
    border: 1px solid #e7e7e7;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.gallery-cpzs .swiper-slide.active {
    border: 1px solid #40779a;
}

.gallery-cpzs .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

@media only screen and (max-width:640px) {
    .gallery-cpzs .swiper-slide {
        width: 28%;
    }
}

.xw_zx {
    width: 100%;
    padding: 70px 0 100px;
    overflow: hidden;
}

.xw_zx .xw_lb ul li {
    box-shadow: 0px 8px 20px 0px rgba(95, 125, 158, .1);
    margin-bottom: 30px
}

.xw_zx .xw_lb .row {
    margin: 0 -25px;
}

.xw_zx .xw_lb .col-12 {
    padding: 0 25px;
}

.xw_zx .xw_lb .t_p {
    overflow: hidden;
}

.xw_zx .xw_lb .t_p img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.xw_zx .xw_lb ul li:hover .t_p img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.xw_zx .xw_lb .r_q {
    width: 80px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(95, 125, 158, .1);
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    overflow: hidden;
}

.xw_zx .xw_lb .r_q span {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    display: block;
    background-color: #40779a;
}

.xw_zx .xw_lb .r_q i {
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

.xw_zx .xw_lb ul li:nth-child(2n) .w_z {
    padding-right: 0px;
    padding-left: 20px
}

.xw_zx .xw_lb .w_z {
    position: relative;
    padding-right: 20px
}

.xw_zx .xw_lb .w_z h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px
}

.xw_zx .xw_lb .w_z span {
    font-size: 14px
}

.xw_zx .xw_lb .w_z span i {
    font-size: 13px;
    margin-right: 10px
}

.xw_zx .xw_lb .w_z p {
    line-height: 26px;
    color: #777;
    height: auto;
    margin-top: 10px;
    margin-bottom: 15px;
    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;
}

.xw_zx .xw_lb .w_z a.x_q {
    font-size: 15px;
    text-align: center;
    line-height: 36px;
    color: #40779a;
    display: inline-block;
}

@media only screen and (max-width:990px) {
    .xw_zx {
        padding: 35px 5px 50px;
    }

    .xw_zx .xw_lb ul li {
        padding-bottom: 5px;
        margin-bottom: 15px;
    }

    .xw_zx .xw_lb .row {
        margin: 0 -15px;
    }

    .xw_zx .xw_lb .col-12 {
        padding: 0 15px;
    }

    .xw_zx .xw_lb .r_q {
        width: 60px;
        position: absolute;
        top: -75px;
        right: 10px;
        z-index: 9;
    }

    .xw_zx .xw_lb .r_q span {
        font-size: 15px;
        line-height: 26px;
    }

    .xw_zx .xw_lb .r_q i {
        font-size: 13px;
        line-height: 26px;
        display: block;
        background-color: #fff;
    }

    .xw_zx .xw_lb .w_z {
        padding-right: 0;
        margin-top: 15px;
        width: 90%;
        margin: 0 auto
    }

    .xw_zx .xw_lb ul li:nth-child(2n) .w_z {
        padding-right: 0px;
        padding-left: 0px
    }

    .xw_zx .xw_lb .w_z p {
        line-height: 22px;
        color: #777;
        height: auto;
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 12px
    }

    .xw_zx .xw_lb .w_z h3 {
        font-size: 14px;
        font-weight: bold;
        line-height: 26px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-bottom: 10px
    }

    .xw_zx .xw_lb .w_z a.x_q {
        font-size: 13px;
        text-align: center;
        line-height: 36px;
        color: #40779a;
        display: inline-block;
    }

}



.xw_zx1 {
    width: 100%;
    padding: 70px 0 100px;
    overflow: hidden;
}

.xw_zx1 .xw_lb ul li {
    box-shadow: 0px 8px 20px 0px rgba(95, 125, 158, .1);
    margin-bottom: 30px
}

.xw_zx1 .xw_lb .row {
    margin: 0 -25px;
}

.xw_zx1 .xw_lb .col-12 {
    padding: 0 25px;
}

.xw_zx1 .xw_lb .t_p {
    overflow: hidden;
}

.xw_zx1 .xw_lb .t_p img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.xw_zx1 .xw_lb ul li:hover .t_p img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.xw_zx1 .xw_lb .r_q {
    width: 80px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(95, 125, 158, .1);
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    overflow: hidden;
}

.xw_zx1 .xw_lb .r_q span {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    display: block;
    background-color: #40779a;
}

.xw_zx1 .xw_lb .r_q i {
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

.xw_zx1 .xw_lb .w_z {
    position: relative;
    padding-right: 20px
}

.xw_zx1 .xw_lb .w_z h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px
}

.xw_zx1 .xw_lb .w_z span {
    font-size: 14px
}

.xw_zx1 .xw_lb .w_z span i {
    font-size: 13px;
    margin-right: 10px
}

.xw_zx1 .xw_lb .w_z p {
    line-height: 26px;
    color: #777;
    height: auto;
    margin-top: 10px;
    margin-bottom: 15px;
    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;
}

.xw_zx1 .xw_lb .w_z a.x_q {
    font-size: 15px;
    text-align: center;
    line-height: 36px;
    color: #40779a;
    display: inline-block;
}

@media only screen and (max-width:990px) {
    .xw_zx1 {
        padding: 35px 5px 50px;
    }

    .xw_zx1 .xw_lb ul li {
        padding-bottom: 5px;
        margin-bottom: 15px;
    }

    .xw_zx1 .xw_lb .row {
        margin: 0 -15px;
    }

    .xw_zx1 .xw_lb .col-12 {
        padding: 0 15px;
    }

    .xw_zx1 .xw_lb .r_q {
        width: 60px;
        position: absolute;
        top: -75px;
        right: 10px;
        z-index: 9;
    }

    .xw_zx1 .xw_lb .r_q span {
        font-size: 15px;
        line-height: 26px;
    }

    .xw_zx1 .xw_lb .r_q i {
        font-size: 13px;
        line-height: 26px;
        display: block;
        background-color: #fff;
    }

    .xw_zx1 .xw_lb .w_z {
        padding-right: 0;
        margin-top: 15px;
        width: 90%;
        margin: 0 auto
    }

    .xw_zx1 .xw_lb .w_z p {
        line-height: 22px;
        color: #777;
        height: auto;
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 12px
    }

    .xw_zx1 .xw_lb .w_z h3 {
        font-size: 14px;
        font-weight: bold;
        line-height: 26px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-bottom: 5px
    }

    .xw_zx1 .xw_lb .w_z a.x_q {
        font-size: 13px;
        text-align: center;
        line-height: 36px;
        color: #40779a;
        display: inline-block;
    }

}


.ny_xw {
    width: 100%;
    padding: 70px 0 100px;
    overflow: hidden;
}

.ny_xw .xw_xq h1 {
    font-size: 28px;
    color: #000;
    line-height: 36px;
    text-align: center;
    margin-bottom: 25px;
}

.ny_xw .xw_xq .x_x {
    font-size: 14px;
    color: #555;
    text-align: center;
}

.ny_xw .xw_xq .n_r {
    margin: 50px auto;
    font-size: 15px;
    line-height: 30px;
    color: #555;
}

.ny_xw .xw_xq .n_r strong {
    font-size: 18px;
    padding-bottom: 20px;
    color: #333;
    display: inline-block;
}

.ny_xw .xw_xq .n_r img {
    width: 70%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.ny_xw .xw_xq .s_x {
    font-size: 15px;
    line-height: 30px;
    float: left;
}

.ny_xw .xw_xq .s_x .s_p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ny_xw .xw_xq .s_x .x_p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ny_xw .xw_xq a.a_n {
    width: 120px;
    height: 40px;
    border-radius: 5px;
    background-color: #40779a;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    float: right;
    margin-top: 10px;
    display: block;
}

@media only screen and (max-width:992px) {
    .ny_xw {
        padding: 40px 0 60px;
    }

    .ny_xw .xw_xq h1 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .ny_xw .xw_xq .x_x {
        font-size: 14px;
        color: #555;
        text-align: center;
    }

    .ny_xw .xw_xq .n_r {
        margin: 35px auto;
        font-size: 14px;
        line-height: 28px;
    }

    .ny_xw .xw_xq .n_r strong {
        padding-bottom: 10px;
    }

    .ny_xw .xw_xq .n_r img {
        width: 100%;
    }

    .ny_xw .xw_xq .s_x {
        font-size: 14px;
    }
}

@media only screen and (max-width:640px) {
    .ny_xw {
        padding: 30px 0 50px;
    }

    .ny_xw .xw_xq h1 {
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .ny_xw .xw_xq .x_x {
        font-size: 13px;
    }

    .ny_xw .xw_xq .n_r {
        margin: 25px auto;
        font-size: 13px;
        line-height: 26px;
    }

    .ny_xw .xw_xq .n_r strong {
        padding-bottom: 0;
    }

    .ny_xw .xw_xq .s_x {
        font-size: 13px;
    }

    .ny_xw .xw_xq a.a_n {
        width: 100px;
        height: 32px;
        font-size: 14px;
        line-height: 32px;
        float: left;
        margin-top: 15px;
    }
}

.fw_zc {
    width: 100%;
    padding: 70px 0 30px;
    overflow: hidden;
}

.fw_zc .zc_bt {
    margin-bottom: 50px;
    text-align: center;
}

.fw_zc .zc_bt h3 {
    font-size: 30px;
    font-weight: lighter;
    color: #333;
    line-height: 40px;
}

.fw_zc .zc_bt p {
    font-size: 16px;
    font-family: Arial;
    line-height: 26px;
    color: #999;
}

.fw_zc .zc_nr {
    max-width: 960px;
    margin: 0 auto 70px;
}

.fw_zc .zc_nr .row {
    margin: 0 -25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fw_zc .zc_nr .col-12 {
    padding: 0 25px;
}

.fw_zc .w_z h3 {
    font-size: 24px;
    color: #000;
    line-height: 34px;
}

.fw_zc .w_z h4 {
    font-size: 16px;
    font-family: Arial;
    line-height: 26px;
    color: #999;
}

.fw_zc .w_z em {
    width: 48px;
    height: 2px;
    background-color: #40779a;
    margin: 15px 0 35px;
    display: block;
}

.fw_zc .w_z p {
    font-size: 16px;
    line-height: 26px;
    color: #999;
}

.fw_zc .t_p img {
    width: 100%;
    height: auto;
    display: block;
}

@media only screen and (max-width:992px) {
    .fw_zc {
        padding: 45px 10px 30px;
    }

    .fw_zc .zc_bt {
        margin-bottom: 35px;
    }

    .fw_zc .zc_bt h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .fw_zc .zc_bt p {
        font-size: 15px;
    }

    .fw_zc .zc_nr {
        max-width: 100%;
        margin: 0 auto 50px;
    }

    .fw_zc .zc_nr .row {
        margin: 0 -15px;
    }

    .fw_zc .zc_nr .col-12 {
        padding: 0 15px;
    }

    .fw_zc .w_z h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .fw_zc .w_z h4 {
        font-size: 15px;
    }

    .fw_zc .w_z em {
        margin: 10px 0 25px;
    }

    .fw_zc .w_z p {
        font-size: 15px;
    }
}

@media only screen and (max-width:640px) {
    .fw_zc {
        padding: 35px 5px 30px;
        text-align: center;
    }

    .fw_zc .zc_bt {
        margin-bottom: 30px;
    }

    .fw_zc .zc_bt h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .fw_zc .zc_bt p {
        font-size: 14px;
    }

    .fw_zc .zc_nr {
        margin: 0 auto 40px;
    }

    .fw_zc .zc_nr:nth-child(odd) .row {
        flex-direction: column-reverse;
    }

    .fw_zc .zc_nr:nth-child(2n) .row {
        flex-direction: column;
    }

    .fw_zc .w_z {
        margin-bottom: 20px;
    }

    .fw_zc .w_z h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .fw_zc .w_z h4 {
        font-size: 14px;
    }

    .fw_zc .w_z em {
        margin: 10px auto 25px;
    }

    .fw_zc .w_z p {
        font-size: 14px;
    }
}


.gy_bn {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

@media only screen and (max-width:990px) {
    .gy_bn {
        height: 46vh;
        background-attachment: scroll;
    }
}

@media only screen and (max-width:640px) {
    .gy_bn {
        height: 35vh;
    }
}

.gy_js {
    width: 100%;
    padding: 50px 0;
    background-color: #f7f8fa;
    overflow: hidden;
}

.gy_js .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 80px -15px;
}

.gy_js .w_z {
    padding: 20px;
    background-color: #fff;
    color: #787878;
    box-shadow: 0 8px 15px 0 rgba(95, 125, 158, .2);
}

.gy_js .w_z h3 {
    font-size: 28px;
    color: #555;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: bold;
}

.gy_js .w_z h4 {
    font-size: 22px;
    text-transform: uppercase;
    font-family: Arial;
    line-height: 30px;
    margin-bottom: 8px;
    font-weight: bold;
}

.gy_js .w_z em {
    width: 40px;
    height: 5px;
    background-color: #40779a;
    display: block;
    margin-bottom: 15px;
}

.gy_js .t_p img {
    width: 100%;
    height: auto;
    display: block;
}

@media only screen and (max-width:990px) {
    .gy_js {
        padding: 30px 10px;
    }

    .gy_js .row {
        margin: 50px -15px;
        position: relative;
    }

    .gy_js .col-lg-3 {
        width: 300px;
        position: absolute;
        left: 20px;
        top: 50%;
        z-index: 99;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .gy_js .w_z h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .gy_js .w_z h4 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 8px;
        font-weight: normal;
    }
}

@media only screen and (max-width:640px) {
    .gy_js {
        padding: 30px 0;
        background-color: #fff;
        text-align: center;
    }

    .gy_js .row {
        margin: 40px -15px;
    }

    .gy_js .col-lg-3 {
        width: 100%;
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }

    .gy_js .w_z {
        padding: 0;
        background: none;
        box-shadow: none;
        margin-bottom: 20px;
    }

    .gy_js .w_z h3 {
        font-size: 20px;
        line-height: 26px;
        font-weight: normal;
    }

    .gy_js .w_z h4 {
        font-size: 15px;
        line-height: 24px;
    }

    .gy_js .w_z em {
        height: 3px;
        margin: 0 auto 15px;
    }
}

.gy_yj {
    width: 100%;
    padding: 200px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.gy_yj:before {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}

.gy_yj .row {
    margin: 0 -20px;
}

.gy_yj .col-12 {
    padding: 0 20px;
}

.gy_yj .w_z {
    padding: 50px 20px;
    text-align: center;
    background-color: rgba(255, 255, 255, .8);
    color: #787878;
    box-shadow: 0 8px 15px 0 rgba(95, 125, 158, .2);
}

.gy_yj .w_z h3 {
    font-size: 26px;
    color: #555;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: bold;
}

.gy_yj .w_z h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: Arial;
    line-height: 30px;
    margin-bottom: 8px;
}

.gy_yj .w_z em {
    width: 40px;
    height: 5px;
    background-color: #40779a;
    display: block;
    margin: 0 auto 15px;
}

.gy_yj .w_z p {
    height: 48px;
    line-height: 24px;
}

@media only screen and (max-width:990px) {
    .gy_yj {
        padding: 60px 10px;
        background-attachment: scroll;
    }

    .gy_yj .row {
        margin: 0 -10px;
    }

    .gy_yj .col-12 {
        padding: 0 10px;
    }

    .gy_yj .w_z {
        padding: 35px 20px;
    }

    .gy_yj .w_z h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .gy_yj .w_z h4 {
        font-size: 16px;
        line-height: 26px;
    }

    .gy_yj .w_z em {
        height: 3px;
        margin: 0 auto 10px;
    }

    .gy_yj .w_z p {
        height: 72px;
    }
}

@media only screen and (max-width:640px) {
    .gy_yj {
        padding: 50px 5px 30px;
    }

    .gy_yj .w_z {
        padding: 25px 20px 20px;
        margin-bottom: 20px;
    }

    .gy_yj .w_z h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .gy_yj .w_z h4 {
        font-size: 15px;
        line-height: 24px;
    }

    .gy_yj .w_z p {
        height: 48px;
    }
}

.yema {
    margin-top: 50px;
    text-align: center;
}

.yema ul li {
    display: inline-block;
    margin: 0 4px;
}

.yema ul li a {
    min-width: 40px;
    padding: 0 10px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    color: #333;
    display: block;
}

.yema ul li a:hover {
    background-color: #40779a;
    border: 1px solid #40779a;
    color: #fff;
}

.yema ul li a.on {
    background-color: #40779a;
    border: 1px solid #40779a;
    color: #fff;
}


.xiaocms-page {
    margin-top: 50px;
    text-align: center;
}

.xiaocms-page a {
    min-width: 40px;
    padding: 0 10px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    color: #333;
    display: inline-block;
    margin: 0 4px
}

.xiaocms-page a:hover {
    background-color: #40779a;
    border: 1px solid #40779a;
    color: #fff;
}

.xiaocms-page span {
    min-width: 40px;
    padding: 0 10px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    color: #333;
    display: inline-block;
    background-color: #40779a;
    border: 1px solid #40779a;
    color: #fff;
    margin: 0 4px
}

@media only screen and (max-width:990px) {
    .yema {
        margin-top: 20px;
    }

    .xiaocms-page {
        margin-top: 20px;
    }
}

@media only screen and (max-width:640px) {

    .yema {
        margin-top: 10px;
    }

    .yema ul li {
        margin: 0 2px;
    }

    .yema ul li:nth-child(2) {
        display: none;
    }

    .yema ul li:nth-last-child(2) {
        display: none;
    }

    .yema ul li a {
        min-width: 30px;
        padding: 0 10px;
        height: 30px;
        font-size: 12px;
        line-height: 28px;
    }

    .xiaocms-page {
        margin-top: 10px;
    }

    .xiaocms-page a {
        margin: 0 2px;
        min-width: 30px;
        padding: 0 10px;
        height: 30px;
        font-size: 12px;
        line-height: 28px;
    }

    .xiaocms-page a:nth-child(2) {
        display: none;
    }

    .xiaocms-page a:nth-last-child(2) {
        display: none;
    }

    .xiaocms-page span {
        margin: 0 2px;
        min-width: 30px;
        padding: 0 10px;
        height: 30px;
        font-size: 12px;
        line-height: 28px;
    }
}

@media only screen and (max-width:320px) {
    .yema ul li {
        margin: 0 1px;
    }

    .yema ul li a {
        padding: 0 6px;
    }

    .xiaocms-page a {
        margin: 0 1px;
        padding: 0 6px;
    }

    .xiaocms-page span {
        margin: 0 1px;
        padding: 0 6px;
    }
}

.sy_hb {
    width: 85%;
    padding: 0 0;
    overflow: hidden;
    margin: 20px auto 0
}

.sy_hb .hz_hb {
    padding: 0;
    position: relative;
}

.sy_hb .swiper-button-prev {
    background: url(../images/zj1.png) no-repeat;
    width: 35px;
    height: 35px;
    left: -10px;
    margin-top: -18px;
}

.sy_hb .swiper-button-prev:hover {
    background: url(../images/zj1_1.png) no-repeat;
}

.sy_hb .swiper-button-next {
    background: url(../images/yj2.png) no-repeat;
    width: 35px;
    height: 35px;
    right: -10px;
    margin-top: -18px;
}

.sy_hb .swiper-button-next:hover {
    background: url(../images/yj2_1.png) no-repeat;
}

.sy_hb img {
    width: 60%;
    height: auto;
    display: block;
    margin: 16px auto;
}

@media only screen and (max-width:640px) {
    .sy_hb {
        padding: 20px 0 0;
        width: 100%;
        margin-top: 0
    }

    .sy_hb .hz_hb {
        padding: 0 0;
    }

    .sy_hb img {
        width: 90%;
        height: auto;
        display: block;
        margin: 10px auto;
    }

}

.sy_zs {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 100px 0px 80px;
    background-color: #fff;
}

.sy_zs .cp_al {
    position: relative;
}

.sy_zs .cp_al .swiper-button-prev {
    width: 35px;
    height: 35px;
    background: url(../images/zj1.png) no-repeat center;
    left: -60px;
    margin-top: -17px;
    background-size: 35px 35px;
    -webkit-background-size: 35px 35px;
    -moz-background-size: 35px 35px;
    -ms-background-size: 35px 35px;
    -o-background-size: 35px 35px;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.sy_zs .cp_al .swiper-button-next {
    width: 35px;
    height: 35px;
    background: url(../images/yj1.png) no-repeat center;
    right: -60px;
    margin-top: -17px;
    background-size: 35px 35px;
    -webkit-background-size: 35px 35px;
    -moz-background-size: 35px 35px;
    -ms-background-size: 35px 35px;
    -o-background-size: 35px 35px;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.sy_zs .cp_al .swiper-pagination {
    display: none;
}

.sy_zs .n_r {
    background-color: #f7f7f7;
    overflow: hidden;
}

.sy_zs .t_p {
    overflow: hidden;
}

.sy_zs .t_p img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.sy_zs .n_r:hover .t_p img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.sy_zs .w_z {
    padding: 10px;
    background-color: #fafafa;
    text-align: center
}

.sy_zs .w_z h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sy_zs .w_z p {
    font-size: 14px;
    line-height: 22px;
    color: #999;
    height: 44px;
    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;
}

@media only screen and (max-width:992px) {
    .sy_zs {
        padding: 0 0px 20px;
    }

    .sy_zs .cp_al .swiper-cp {
        padding-bottom: 30px;
    }

    .sy_zs .cp_al .swiper-button-prev {
        display: none;
    }

    .sy_zs .cp_al .swiper-button-next {
        display: none;
    }

    .sy_zs .cp_al .swiper-pagination {
        display: block;
        bottom: 0;
    }

    .sy_zs .cp_al .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #aaa;
    }

    .sy_zs .cp_al .swiper-pagination-bullet-active {
        background-color: #40779a;
    }

    .sy_zs .w_z {
        padding: 5px 10px;
    }

    .sy_zs .w_z h3 {
        font-size: 14px;
    }

    .sy_zs .w_z p {
        font-size: 18px;
        line-height: 28px;
        height: 56px;
    }
}

.sy_cj {
    width: 100%;
    padding: 80px 0 80px;
    overflow: hidden;
    background: #f5f9fd
}

.sy_cj .row {
    margin: 0 -5px;
}

.sy_cj .col-4 {
    padding: 0 5px;
}

.sy_cj .col-6 {
    padding: 0 5px;
}

.sy_cj .col-12 {
    padding: 0 5px;
}

.sy_cj .t_p {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.sy_cj .t_p:after {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(37, 65, 134, .5);
    content: "";
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_cj .t_p:hover:after {
    width: 100%;
    height: 100%;
}

.sy_cj .t_p img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.sy_cj .t_p:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.sy_cj .w_z {
    width: 90%;
    position: absolute;
    top: 55%;
    left: 5%;
    margin-top: -18px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    z-index: 9;
    opacity: 0;
    transition: all .5s .5s;
    -o-transition: all .5s .5s;
    -ms-transition: all .5s .5s;
    -moz-transition: all .5s .5s;
    -webkit-transition: all .5s .5s;
}

.sy_cj .t_p:hover .w_z {
    opacity: 1;
    top: 50%;
}

@media only screen and (max-width:992px) {
    .sy_cj {
        padding: 60px 0;
    }
}

@media only screen and (max-width:640px) {
    .sy_cj {
        padding: 20px 0;
    }
}

.sy_xw1 {
    width: 100%;
    /* background: url(../images/indexpartnews.png) no-repeat center top; */
    overflow: hidden;
    padding: 100px 0 60px;
    margin-top: 80px
}

.xwbt {
    float: left;
    width: 30%
}

.pageTitle {
    position: relative;
    text-align: center;
    padding: 65px 0 0 200px;
}

.pageTitle h1 {
    position: absolute;
    left: 100px;
    top: 42px;
    width: 100%;
    font-size: 60px;
    text-transform: uppercase;
    color: #f2f2f2;

    line-height: 60px;
    letter-spacing: 2px;
    font-weight: bold
}

.pageTitle h2 {
    color: #40779a;
    font-size: 32px;
    position: relative;
    padding-bottom: 10px;
    font-weight: bold
}

.pageTitle p {
    font-size: 16px;
    color: #777;
}

.pageTitle span {
    display: block;
    width: 120px;
    line-height: 36px;
    background-image: linear-gradient(180deg, #40779a, #2e577a);
    margin: 80px auto 0
}

.pageTitle span a {
    color: #fff
}

.pageTitle-2 h1,
.pageTitle-2 h2,
.pageTitle-2 p {
    color: #fff;
}

.sy_al {
    height: auto;
    overflow: hidden;
    float: right;
    width: 63%;
    margin-right: 2%;
}

.sy_al .t_p {
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 15px;
}

.sy_al .t_p img {
    width: 100%;
    height: auto;
    display: block;
}

.sy_al .w_z {
    background: #fff;
    padding: 15px;
    text-align: left;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.sy_al .w_z h3 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #2e577a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sy_al .w_z span {
    font-size: 14px;
    color: #8a8e99;
    background: url(../images/img20_1.png) no-repeat center left;
    padding-left: 25px
}

.sy_al .w_z p {
    font-size: 14px;
    line-height: 24px;
    color: #525866;
    height: 48px;
    overflow: hidden;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sy_al .w_z em {
    width: 40px;
    height: 1px;
    background-color: #2e577a;
    display: block;
    margin-bottom: 10px;
}

.sy_al .w_z a {
    color: #25839e;
}

.sy_al .swiper-al {
    padding-bottom: 60px;
}

.sy_al .swiper-slide {
    box-shadow: 0 10px 30px rgba(66, 122, 157, 0.3);
    -webkit-box-shadow: 0 10px 30px rgba(66, 122, 157, 0.3);
    -moz-box-shadow: 0 10px 30px rgba(66, 122, 157, 0.3);
}

.sy_al .swiper-al .swiper-button-prev {
    background: url(../images/zj.png) no-repeat;
    width: 34px;
    height: 34px;
    top: auto;
    bottom: 0;
    left: 50%;
    margin-left: -42px;
    background-size: 34px 34px;
    -webkit-background-size: 34px 34px;
    -moz-background-size: 34px 34px;
    -ms-background-size: 34px 34px;
    -o-background-size: 34px 34px;
}

.sy_al .swiper-al .swiper-button-prev:hover {
    background: url(../images/z_j.png) no-repeat;
}

.sy_al .swiper-al .swiper-button-next {
    background: url(../images/yj.png) no-repeat;
    width: 34px;
    height: 34px;
    top: auto;
    bottom: 0;
    right: 50%;
    margin-right: -42px;
    background-size: 34px 34px;
    -webkit-background-size: 34px 34px;
    -moz-background-size: 34px 34px;
    -ms-background-size: 34px 34px;
    -o-background-size: 34px 34px;
}

.sy_al .swiper-al .swiper-button-next:hover {
    background: url(../images/y_j.png) no-repeat;
}



.sy_fz {
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
    position: relative;
    display: none
}

.sy_fz .al_zs {
    position: relative;
    background: none;
    width: 100%;
    margin: 0 auto
}

.sy_fz .al_zs .swiper-button-prev {
    width: 35px;
    height: 35px;
    background: url(../images/zj1.png) no-repeat center;
    left: -60px;
    margin-top: -17px;
    background-size: 35px 35px;
    -webkit-background-size: 35px 35px;
    -moz-background-size: 35px 35px;
    -ms-background-size: 35px 35px;
    -o-background-size: 35px 35px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_fz .al_zs .swiper-button-next {
    width: 35px;
    height: 35px;
    background: url(../images/yj1.png) no-repeat center;
    right: -60px;
    margin-top: -17px;
    background-size: 35px 35px;
    -webkit-background-size: 35px 35px;
    -moz-background-size: 35px 35px;
    -ms-background-size: 35px 35px;
    -o-background-size: 35px 35px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_fz .al_zs .swiper-pagination {
    display: none;
}

.sy_fz .n_r {
    position: relative;
    overflow: hidden;
}

.sy_fz .t_p {
    overflow: hidden;
}

.sy_fz .t_p img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.sy_fz .n_r:hover .t_p img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.sy_fz .w_z {
    padding: 15px 20px;
    border: 1px solid #e7e7e7;
    border-top: 0;
}

.sy_fz .w_z .s_j {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e7e7e7;
    font-size: 12px;
    line-height: 22px;
    color: #888;
}

.sy_fz .w_z .s_j i.iconfont {
    font-size: 14px;
}

.sy_fz .w_z h3 {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
}

.sy_fz .n_r .w_z h3 {
    color: #40779a;
    font-weight: bold;
    font-size: 20px
}

.sy_fz .w_z p {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    height: auto;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

@media only screen and (max-width:992px) {
    .sy_fz {
        padding: 30px 0 20px;
    }

    .sy_fz .al_zs .swiper-al {
        padding-bottom: 30px;
    }

    .sy_fz .al_zs .swiper-button-prev {
        display: none;
    }

    .sy_fz .al_zs .swiper-button-next {
        display: none;
    }

    .sy_fz .al_zs .swiper-pagination {
        display: block;
        bottom: 0;
    }

    .sy_fz .al_zs .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #aaa;
    }

    .sy_fz .al_zs .swiper-pagination-bullet-active {
        background-color: #0068b7;
    }

    .sy_fz .w_z {
        padding: 15px;
    }

    .sy_fz .w_z h3 {
        font-size: 17px;
    }

    .sy_fz .w_z p {
        font-size: 13px;
    }
}

@media only screen and (max-width:640px) {
    .sy_fz {
        padding: 20px 0 20px;
        display: block
    }

    .sy_fz .w_z {
        padding: 10px;
    }

    .sy_fz .w_z .s_j {
        margin-top: 6px;
        padding-top: 6px;
    }

    .sy_fz .w_z .s_j i.iconfont {
        font-size: 12px;
    }

    .sy_fz .w_z h3 {
        font-size: 16px;
        margin-bottom: 6px;
    }
}



@media only screen and (max-width:992px) {
    .sy_xw1 {
        width: 100%;
        background: url(../images/2.png) no-repeat center top;
        overflow: hidden;
        padding: 0 0 20px;
        margin-top: 0px
    }

    .xwbt {
        float: none;
        width: 100%;
    }

    .pageTitle {
        position: relative;
        text-align: center;
        padding: 20px 0 0 20px;
    }

    .pageTitle h1 {
        position: absolute;
        left: 2.5%;
        top: -5px;
        width: 100%;
        font-size: 30px;
        text-transform: uppercase;
        color: #f2f2f2;

        line-height: 60px;
        letter-spacing: 2px;
        font-weight: bold;
        z-index: -1
    }

    .pageTitle h2 {
        color: #40779a;
        font-size: 16px;
        position: relative;
        padding-bottom: 10px;
        font-weight: bold
    }

    .pageTitle p {
        font-size: 14px;
        color: #777;
    }

    .pageTitle span {
        display: block;
        width: 100px;
        line-height: 30px;
        background-image: linear-gradient(180deg, #40779a, #2e577a);
        margin: 20px auto
    }

    .pageTitle span a {
        color: #fff
    }

    .pageTitle-2 h1,
    .pageTitle-2 h2,
    .pageTitle-2 p {
        color: #fff;
    }

    .sy_al {
        height: auto;
        overflow: hidden;
        float: none;
        width: 93%;
        margin-right: 0;
        margin: 0 auto
    }

    .sy_al .w_z {
        background: #fff;
        padding: 8px;
        text-align: left;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px
    }

    .sy_al .w_z h3 {
        font-size: 14px;
        margin-bottom: 10px;
        font-weight: bold;
        color: #2e577a;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .sy_al .w_z span {
        font-size: 12px;
        color: #8a8e99;
        background: url(../images/img20_11.png) no-repeat center left;
        padding-left: 25px
    }

    .sy_al .w_z p {
        font-size: 13px;
        line-height: 22px;
        color: #525866;
        height: auto;
        overflow: hidden;
        margin-bottom: 10px;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-clamp: 2;
        -webkit-line-clamp: 2;
        -moz-line-clamp: 2;
        -o-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

}



.sy_xw {
    width: 100%;
    padding: 80px 0 0;
    overflow: hidden;
    background: url(../images/beijin_1.png) no-repeat center 160px;
}

.sy_xw .gy_bt {
    margin-bottom: 100px
}

.sy_xw .xw_tj {
    position: relative;
}

.sy_xw .xw_tj .swiper-xw {
    padding-bottom: 40px;
}

.sy_xw .xw_tj .swiper-button-prev {
    width: 35px;
    height: 35px;
    background: url(../images/zj1.png) no-repeat center;
    left: -60px;
    margin-top: -57px;
    background-size: 35px 35px;
    -webkit-background-size: 35px 35px;
    -moz-background-size: 35px 35px;
    -ms-background-size: 35px 35px;
    -o-background-size: 35px 35px;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.sy_xw .xw_tj .swiper-button-next {
    width: 35px;
    height: 35px;
    background: url(../images/yj1.png) no-repeat center;
    right: -60px;
    margin-top: -57px;
    background-size: 35px 35px;
    -webkit-background-size: 35px 35px;
    -moz-background-size: 35px 35px;
    -ms-background-size: 35px 35px;
    -o-background-size: 35px 35px;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.sy_xw .xw_tj .swiper-pagination {
    bottom: 0;
}

.sy_xw .xw_tj .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #aaa;
}

.sy_xw .xw_tj .swiper-pagination-bullet-active {
    background-color: #00b7ee;
}

.sy_xw .n_r {
    background-color: #fff;
    overflow: hidden;
}

.sy_xw .t_p {
    overflow: hidden;
    position: relative;
}

.sy_xw .t_p img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.sy_xw .n_r:hover .t_p img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.sy_xw .t_p span {
    width: 130px;
    height: 36px;
    background-color: rgba(0, 0, 0, .5);
    font-size: 15px;
    font-weight: bold;
    line-height: 36px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sy_xw .w_z {
    margin-top: 20px;
}

.sy_xw .w_z h3 {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    text-align: center
}

.sy_xw .n_r:hover .w_z h3 {
    color: #00b7ee;
}

@media only screen and (max-width:992px) {
    .sy_xw {
        padding: 40px 0 20px;
    }

    .sy_xw .xw_tj .swiper-xw {
        padding-bottom: 30px;
    }

    .sy_xw .xw_tj .swiper-button-prev {
        display: none;
    }

    .sy_xw .xw_tj .swiper-button-next {
        display: none;
    }

    .sy_xw .w_z {
        margin-top: 15px;
    }
}

.sy_cp {
    width: 100%;
    padding: 80px 0 20px;
    overflow: hidden;
}

.sy_cp .container {
    width: 1470px;
    margin: 0 auto
}

.sy_cp .cp_zs {
    height: 0;
    overflow: hidden;
    position: relative;
}

.sy_cp .cp_zs.dk {
    height: auto;
}


.sy_cp .cp_zs .left {
    width: 45%;
    /* height: 360px; */
    margin-top: 50px;
    margin-left: 15px;
    padding: 40px 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: -3px 3px 10px #ccc;
    box-sizing: border-box;
    margin-bottom: 50px
}

.sy_cp .cp_zs .left .title {
    font-size: 24px;
    margin-bottom: 20px;
}

.sy_cp .cp_zs .left a {
    width: 100px;
    height: 36px;
    border: 1px solid #40779a;
    line-height: 34px;
    text-align: center;
    color: #40779a;
    display: block;
    margin-top: 30px;
}

.sy_cp .cp_zs .left a:hover {
    background-color: #40779a;
    color: #fff;
}

.sy_cp .cp_zs .left .infor {
    font-size: 14px;
    line-height: 1.8;
}

.sy_cp .cp_zs .right {
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.sy_cp .cp_zs .right img {
    width: 100%;
}

.sy_cp .product_TabTitle {
    margin-top: 20px;
    border-bottom: #ccc 1px solid;
    height: auto;
    overflow: hidden;
    padding: 20px 10px
}

.sy_cp .product_TabTitle li {
    width: 23.5%;
    float: left;
    text-align: center;
    margin-right: 2%;
    cursor: pointer;
}

.sy_cp .product_TabTitle li img {
    width: 60%
}

.sy_cp .product_TabTitle li.on {
    color: #FFF;
}

.sy_cp .product_TabTitle li:hover {
    color: #FFF;
    box-shadow: -3px 3px 10px #ccc;
}

.sy_cp .product_TabTitle {
    text-align: center;
}

.sy_cp .product_TabTitle li:nth-child(4n) {
    margin-right: 0;
}

@media only screen and (max-width:640px) {
    .sy_cp {
        padding: 50px 0 40px;
    }

    .sy_cp .product_TabTitle li {
        padding: 10px;
        font-size: 20px;
        margin: 0px 5px;
    }

    .sy_cp .product_TabTitle li.on {
        border: solid 1px #b6061b;
        background-color: #b6061b;
        color: #FFF;
    }

    .sy_cp .product_TabTitle li:hover {
        border: solid 1px #b6061b;
        background-color: #b6061b;
        color: #FFF;
    }

    .sy_cp .product_TabTitle {
        text-align: center;
    }
}


.sy_hy {
    width: 100%;
    padding: 80px 0 60px;
    background-color: #f9faff;
    overflow: hidden;
    margin-bottom: 70px
}

.sy_hy .row {
    margin: 0 -10px;
}

.sy_hy .col-12 {
    padding: 0 10px;
}

.sy_hy .n_r {
    position: relative;
    margin-bottom: 20px;
}

.sy_hy .n_r:after {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.sy_hy .n_r:hover:after {
    background-color: rgba(0, 0, 0, .5);
}

.sy_hy .t_p {
    overflow: hidden;
}

.sy_hy .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;
}

.sy_hy .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);
}

.sy_hy .w_z {
    position: absolute;
    left: 5%;
    top: 50%;
    z-index: 9;
    width: 90%;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 10px #444;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.sy_hy .w_z h3 {
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 10px
}

.sy_hy .w_z p {
    line-height: 24px;
}

@media only screen and (max-width:992px) {
    .sy_hy {
        padding: 50px 0 30px;
    }

    .sy_hy .w_z h3 {
        font-size: 18px;
        line-height: 30px;
    }
}

.rc_zp {
    width: 100%;
    padding: 50px 0;
    letter-spacing: 1px;
    overflow: hidden;
}

.rc_zp .ts {
    font-size: 15px;
    line-height: 26px;
    color: #333;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.rc_zp .ts a {
    color: #40779a;
}

.rc_zp .ts h1 {
    font-size: 36px
}

.rc_zp .ts h2 {
    font-size: 20px;
    margin: 20px 0 10px
}

.rc_zp .ts p {
    font-size: 14px;
    color: #666;
    padding-bottom: 10px
}

.rc_zp .jr_lm {
    border: 1px solid #e7e7e7;
    overflow: hidden;
    margin-bottom: 10px;
}

.rc_zp .jr_lm.jt {
    border: 1px solid #40779a;
}

.rc_zp .jr_bt {
    padding: 10px 20px;
    height: 60px;
    font-size: 16px;
    line-height: 40px;
    color: #555;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.rc_zp .jr_bt:hover {
    background-color: #e7e7e7;
}

.rc_zp .jr_bt.on {
    background-color: #e7e7e7;
}

.rc_zp .jr_bt i {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 15px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.rc_zp .jr_bt.on i {
    transform: translate(0, -50%) rotate(180deg);
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -moz-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    -o-transform: translate(0, -50%) rotate(180deg);
}

.rc_zp .jr_lm.jt .jr_bt {
    background-color: #40779a;
    color: #fff;
    padding: 0 20px;
    line-height: 60px;
}

.rc_zp .jr_bt span {
    float: left;
    width: 25%;
    text-align: center;
}

.rc_zp .jr_bt span.s_40 {
    text-align: left;
}

.rc_zp .jr_nr {
    background-color: #fff;
    padding: 30px 25px 10px;
    font-size: 14px;
    line-height: 32px;
    margin-bottom: 3px;
    display: none;
    position: relative;
}

.rc_zp .jr_nr .lm {
    color: #40779a;
}

.rc_zp .jr_nr .js {
    margin-bottom: 20px;
}

.rc_zp .jr_nr a.wy_yp {
    width: 110px;
    height: 36px;
    position: absolute;
    top: 30px;
    right: 35px;
    background-color: #40779a;
    font-size: 15px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    display: block;
}

.rc_zp .jr_nr a.wy_yp i {
    padding-left: 5px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.rc_zp .jr_nr a.wy_yp:hover i {
    padding-left: 15px;
}

@media only screen and (max-width:992px) {
    .rc_zp {
        padding: 20px 0;
    }

    .rc_zp .ts {
        font-size: 13px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .rc_zp .jr_bt {
        padding: 5px 20px;
        height: 50px;
    }

    .rc_zp .jr_lm.jt .jr_bt {
        padding: 5px 20px;
        line-height: 40px;
    }

    .rc_zp .jr_nr {
        padding: 20px;
        font-size: 12px;
        line-height: 22px;
    }

    .rc_zp .jr_nr .lm {
        margin-bottom: 10px;
    }

    .rc_zp .jr_nr a.wy_yp {
        width: 100px;
        height: 30px;
        top: 10px;
        right: 25px;
        font-size: 14px;
        line-height: 30px;
    }

    .rc_zp .jr_nr a.wy_yp:hover i {
        padding-left: 10px;
    }
}

@media only screen and (max-width:992px) {
    .rc_zp .ts {
        font-size: 12px;
        line-height: 22px;
    }

    .rc_zp .ts h1 {
        font-size: 20px
    }

    .rc_zp .ts h2 {
        font-size: 16px;
        margin: 10px 0 10px
    }

    .rc_zp .jr_bt {
        padding: 5px 15px;
        height: 40px;
        line-height: 30px;
    }

    .rc_zp .jr_lm.jt .jr_bt {
        padding: 5px 15px;
        line-height: 30px;
    }

    .rc_zp .jr_nr {
        padding: 10px 15px;
        font-size: 12px;
        line-height: 22px;
    }

    .rc_zp .jr_nr .lm {
        margin-bottom: 10px;
    }

    .rc_zp .jr_nr a.wy_yp {
        width: 90px;
        height: 26px;
        position: relative;
        top: auto;
        right: auto;
        font-size: 13px;
        line-height: 26px;
        margin-left: 15px;
    }
}

.footer {
    width: 100%;
    padding-top: 40px;
    background: rgba(0, 0, 0, .8);
    font-size: 14px;
    line-height: 26px;
    color: #aaa;
}

.footer h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}

.footer em {
    width: 40px;
    height: 1px;
    background-color: #888;
    margin-bottom: 20px;
    display: block;
}

.footer .l_x {
    margin-bottom: 25px;
    line-height: 36px;
}

.footer .s_j a {
    width: 36px;
    height: 36px;
    border: 2px solid #aaa;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    color: #aaa;
    display: block;
    float: left;
    margin-right: 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.footer .s_j a:hover {
    background-color: #40779a;
    border: 2px solid #40779a;
    color: #fff;
}

.footer .l_y {
    margin-top: -10px
}

.footer .l_y input {
    width: 50%;
    height: 47px;
    font-size: 12px;
    border-bottom: 1px solid #777;
    line-height: 46px;
    color: #fff;
    display: block;
    float: left
}

.footer .l_y input::placeholder {
    color: #aaa;
}

.footer .l_y textarea {
    width: 100%;
    height: 61px;
    padding: 11px 0;
    border-bottom: 1px solid #777;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    display: block;
    resize: none;
    margin-bottom: 20px;
}

.footer .l_y textarea::placeholder {
    color: #aaa;
}

.footer .l_y button {
    width: 100px;
    height: 33px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 33px;
    color: #fff;
    text-align: center;
    float: left;
    margin-right: 20px;
}

.footer .l_y button.t_j {
    background-color: #40779a;
}

.footer .l_y button.c_z {
    background-color: #5b5b5b;
}

.footer .t_p {
    float: right;
}

.footer .t_p img {
    width: 116px;
    margin-bottom: 10px;
}

.footer .x_x {
    margin-top: 40px;
    padding: 25px 0;
    border-top: 1px solid #555;
}

.footer .x_x .l_f {
    float: left;
}

.footer .x_x .r_t {
    float: right;
}

.footer .x_x a {
    color: #aaa;
}

.footer .x_x a:hover {
    color: #fff;
}

.footer .x_x span {
    padding-right: 15px;
}

@media only screen and (max-width:992px) {
    .footer {
        padding-top: 40px;
        background: url(../images/d_bj.jpg) no-repeat center / cover;
        line-height: 24px;
    }

    .footer h3 {
        font-size: 18px;
    }

    .footer em {
        width: 30px;
        margin-bottom: 30px;
    }

    .footer .l_x {
        margin-bottom: 20px;
        line-height: 26px;
    }

    .footer .l_y textarea {
        height: 100px;
    }

    .footer .l_y button {
        width: 80px;
        height: 32px;
        font-size: 15px;
        line-height: 32px;
        margin-right: 10px;
    }

    .footer .x_x {
        margin-top: 35px;
        padding: 20px 0;
    }

    .footer .x_x span {
        padding-right: 10px;
    }
}

@media only screen and (max-width:640px) {
    .footer {
        margin-bottom: 46px;
        text-align: center;
        padding-top: 20px;
    }

    .footer .col-sm-5 {
        display: none;
    }

    .footer em {
        margin: 0 auto 10px;
    }

    .footer h3 {
        font-size: 16px;
    }

    .footer .s_j {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer .s_j a {
        display: inline-block;
        margin: 0 10px;
        float: none;
    }

    .footer .l_y input {
        width: 49%;
        float: left;
    }

    .footer .l_y input:nth-child(2n) {
        float: right;
    }

    .footer .l_y button {
        float: none;
        display: inline-block;
        margin: 0 5px;
    }

    .footer .t_p {
        float: none;
        margin-top: 30px;
        text-align: center;
    }

    .footer .t_p img {
        width: 116px;
        margin: 0 auto 10px;
    }

    .footer .x_x {
        text-align: center;
        margin-top: 0;
        padding: 10px 0;
        font-size: 12px
    }

    .footer .x_x .l_f {
        float: none;
    }

    .footer .x_x .r_t {
        float: none;
    }

    .footer .x_x span {
        display: inline-block;
        padding: 0 5px;
    }

    .footer .col-md-4 {
        display: none
    }

    .footer .col-md-3 {
        display: none
    }

    .footer .l_x {
        font-size: 12px
    }
}


.e_m {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    z-index: 99999;
    display: none;
}

.e_m .n_r {
    width: 200px;
    padding: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.e_m .n_r img {
    width: 100%;
    height: auto;
    display: block;
}

.e_m .n_r p {
    font-size: 15px;
    color: #888;
    margin-top: 10px;
}

@media only screen and (max-width:992px) {
    .e_m .n_r {
        width: 230px;
        padding: 15px;
    }

    .e_m .n_r p {
        font-size: 15px;
    }
}

.pc_kf {
    width: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
}

.pc_kf .nr {
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 10px;
    position: relative;
}

.pc_kf .tel {
    width: 160px;
    background-color: #40779a;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    position: absolute;
    top: 0;
    right: -160px;
    opacity: 0;
}

.pc_kf .nr:hover .tel {
    right: 56px;
    opacity: 1;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_kf .ewm {
    width: 130px;
    padding: 10px 10px 0;
    background-color: #40779a;
    position: absolute;
    bottom: 0;
    right: -180px;
    opacity: 0;
}

.pc_kf .ewm img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.pc_kf .ewm p {
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    margin-bottom: 10px;
}

.pc_kf .nr:hover .ewm {
    right: 56px;
    opacity: 1;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_kf .nr a {
    display: block;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 10px #ddd;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.pc_kf .nr i {
    color: #333;
}

.pc_kf .nr i.icon-aui-icon-qq {
    font-size: 30px;
}

.pc_kf .nr i.icon-icon {
    font-size: 26px;
    vertical-align: middle;
}

.pc_kf .fh {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: #40779a;
    text-align: center;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
}

.pc_kf .fh i {
    font-size: 30px;
    font-weight: bold;
}

@media only screen and (max-width:992px) {
    .pc_kf {
        right: 10px;
        bottom: 10px;
    }
}

@media only screen and (max-width:640px) {
    .pc_kf {
        width: 100%;
        background-color: #40779a;
        position: fixed;
        right: 0;
        bottom: 0;
    }

    .pc_kf .nr {
        width: 33%;
        border-right: 1px solid rgba(255, 255, 255, .6);
        font-size: 20px;
        background: none;
        box-shadow: none;
        margin-bottom: 0;
        float: left;
    }

    .pc_kf .tel {
        display: none;
    }

    .pc_kf .ewm {
        display: none;
    }

    .pc_kf .nr a {
        display: block;
        width: 100%;
        border-radius: 0;
        background-color: #40779a;
        box-shadow: none;
    }

    .pc_kf .nr i {
        color: #fff;
    }

    .pc_kf .nr a:hover i {
        color: #fff;
    }

    .pc_kf .fh {
        width: 34%;
        box-shadow: none;
        font-size: 22px;
        float: left;
    }
}

.ny_ban {
    width: 100%;
    height: 460px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 99;
}

.ny_ban:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 2;
    opacity: 0.6;
    background-image: -webkit-linear-gradient(120deg, #000 0%, #05364a 100%);
    background-image: -moz-linear-gradient(120deg, #000 0%, #05364a 100%);
    background-image: -ms-linear-gradient(120deg, #000 0%, #05364a 100%);
    background-image: -o-linear-gradient(120deg, #000 0%, #05364a 100%);
    background-image: linear-gradient(120deg, #000 0%, #05364a 100%);
}

.ny_ban .container {
    position: absolute;
    top: 60%;
    left: 50%;
    color: #fff;
    z-index: 99;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.ny_ban .w_z {
    position: relative;
    text-align: center;
}

.ny_ban .w_z h3 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 10px;
}

.ny_ban .w_z h4 {
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase
}

@media only screen and (max-width:992px) {
    .ny_ban {
        height: 360px;
        background-attachment: scroll;
    }

    .ny_ban .container {
        width: 100%;
        top: 50%;
    }

    .ny_ban .w_z h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .ny_ban .w_z h4 {
        font-size: 16px;
        line-height: 28px;
    }
}

@media only screen and (max-width:640px) {
    .ny_ban {
        height: 160px;
    }

    .ny_ban .w_z h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .ny_ban .w_z h4 {
        font-size: 14px;
        line-height: 24px;
    }
}

.ny_nr {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.ny_nr .lx_wm {
    box-shadow: 0 0 20px #ddd;
}

.ny_nr .lx_wm .n_r {
    padding: 30px;
}

.ny_nr .lx_wm .n_r h3 {
    font-size: 20px;
    line-height: 32px;
    color: #40779a;
}

.ny_nr .lx_wm .n_r h4 {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ny_nr .lx_wm .w_z {
    font-size: 15px;
    line-height: 36px;
}

.ny_nr .lx_wm .l_y input {
    width: 100%;
    height: 47px;
    font-size: 14px;
    line-height: 46px;
    border-bottom: 1px solid #ddd;
    display: block;
}

.ny_nr .lx_wm .l_y textarea {
    width: 100%;
    height: 98px;
    padding: 10px 0;
    font-size: 14px;
    line-height: 26px;
    border-bottom: 1px solid #ddd;
    display: block;
    resize: none;
}

.ny_nr .lx_wm .l_y button {
    width: 120px;
    height: 36px;
    background-color: #40779a;
    margin-top: 20px;
    margin-right: 15px;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    float: left;
}

.ny_nr .lx_wm .l_y button.c_z {
    background-color: #aaa;
}


@media only screen and (max-width:640px) {
    .ny_nr {
        padding: 35px 0;
    }

    .ny_nr .lx_wm {
        box-shadow: 0 0 15px #ddd;
    }

    .ny_nr .lx_wm .n_r {
        padding: 20px;
    }

    .ny_nr .lx_wm .n_r h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .ny_nr .lx_wm .n_r h4 {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .ny_nr .lx_wm .w_z {
        font-size: 13px;
        line-height: 26px;
    }

    .ny_nr .lx_wm .l_y input {
        font-size: 13px;
    }

    .ny_nr .lx_wm .l_y textarea {
        font-size: 13px;
        line-height: 24px;
    }

    .ny_nr .lx_wm .l_y button {
        width: 100px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }
}


.gs_w1z {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

@media only screen and (max-width:992px) {
    .gs_w1z {
        height: 300px;
    }
}

@media only screen and (max-width:640px) {
    .gs_w1z {
        height: 250px;
    }
}

.gs_js {
    width: 100%;
    padding: 50px 0 50px;
    overflow: hidden;
}

.gs_js .gs_wz {
    font-size: 16px;
    line-height: 36px;
    text-align: left;
}

.gs_yj {
    width: 100%;
    padding: 80px 0;
    background-color: #f9faff;
    overflow: hidden;
}

.gs_yj .n_r {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.gs_yj .n_r:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 2;
    opacity: 0.7;
    background-image: -webkit-linear-gradient(120deg, #0f5c87 0%, #390a5d 100%);
    background-image: -moz-linear-gradient(120deg, #0f5c87 0%, #390a5d 100%);
    background-image: -ms-linear-gradient(120deg, #0f5c87 0%, #390a5d 100%);
    background-image: -o-linear-gradient(120deg, #0f5c87 0%, #390a5d 100%);
    background-image: linear-gradient(120deg, #0f5c87 0%, #390a5d 100%);
}

.gs_yj .w_z {
    width: 80%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    position: absolute;
    left: 10%;
    top: 40%;
    z-index: 99;
}

.gs_yj .w_z h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

@media only screen and (max-width:992px) {
    .gs_js {
        width: 100%;
        padding: 20px 0 20px;
        overflow: hidden;
    }

    .gs_js .gs_wz {
        font-size: 14px;
        line-height: 24px;
        text-align: left;
    }

    .gs_yj {
        width: 100%;
        padding: 20px 0;
        background-color: #fafafa;
        overflow: hidden;
    }

    .gs_yj .n_r {
        width: 100%;
        height: 150px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        margin-bottom: 10px
    }

    .gs_yj .w_z {
        width: 80%;
        color: #fff;
        text-align: center;
        font-size: 16px;
        line-height: 26px;
        position: absolute;
        left: 10%;
        top: 15%;
        z-index: 99;
    }

    .gs_yj .w_z h3 {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .gs_yj .w_z p {
        margin-bottom: 10px;
        font-size: 12px
    }
}

.gy_wm {
    width: 100%;
    padding: 60px 0 80px;
    overflow: hidden;
}

.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: #126fa1;
    margin-bottom: 15px;
}

.gy_wm .zp_js .w_z p {
    font-size: 15px;
    line-height: 26px;
    color: #777;
}

.gy_wm .yj_cp .row {
    margin: 0 -10px;
}

.gy_wm .yj_cp .col-12 {
    padding: 0 10px;
}

.gy_wm .yj_cp .n_r {
    box-shadow: 0px 8px 20px 0px rgba(95, 125, 158, .1);
    margin-bottom: 20px
}

.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: 10px 20px 15px;
    text-align: left;
}

.gy_wm .yj_cp .w_z h3 {
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
}

.gy_wm .yj_cp .w_z p {
    line-height: 24px;
    font-size: 14px
}

.gy_wm .gy_wz {
    font-size: 16px;
    line-height: 32px;
    color: #333;
    padding: 30px;
    border-radius: 20px;
    border: 2px solid #ddd;
    margin-bottom: 30px;
}

.gy_wm .gy_nr img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.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 .td_zs .n_r {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

.gy_wm .td_zs .n_r .t_p img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.gy_wm .td_zs .n_r:hover .t_p img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.gy_wm .td_zs .n_r .w_z {
    width: 100%;
    padding: 15px;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    color: #fff;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.gy_wm .td_zs .n_r:hover .w_z {
    background-color: rgba(87, 47, 118, .8);
}

.gy_wm .td_zs .n_r .w_z span {
    float: right;
    font-size: 14px;
    font-weight: normal;
}

.gy_wm .zp_nr .row {
    margin: 0 -25px;
}

.gy_wm .zp_nr .col-12 {
    padding: 0 25px;
}

.gy_wm .zp_nr .n_r {
    margin-bottom: 50px;
    overflow: hidden;
    box-shadow: 0px 8px 20px 0px rgba(95, 125, 158, .1);
}

.gy_wm .zp_nr .t_p img {
    width: 100%;
    height: auto;
    display: block;
}

.gy_wm .zp_nr .w_z {
    padding: 20px;
}

.gy_wm .zp_nr .w_z h3 {
    font-size: 20px;
    font-weight: bold;
    color: #126fa1;
    margin-bottom: 15px;
}

.gy_wm .zp_nr .w_z p {
    font-size: 15px;
    line-height: 26px;
    color: #777;
}

.gy_wm .zp_dz .row {
    margin: 0 -25px;
}

.gy_wm .zp_dz .col-12 {
    padding: 0 25px;
}

.gy_wm .zp_dz .n_r {
    padding: 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 .zp_dz .n_r:hover {
    background-color: #126fa1;
}

.gy_wm .zp_dz .n_r h3 {
    font-size: 26px;
    font-weight: bold;
    color: #126fa1;
    margin: 30px 0;
}

.gy_wm .zp_dz .n_r:hover h3 {
    color: #fff;
}

.gy_wm .zp_dz .n_r h4 {
    font-size: 15px;
    line-height: 26px;
}

.gy_wm .zp_dz .n_r:hover h4 {
    color: #fff;
}

.gy_wm .zp_dz .n_r span {
    font-size: 12px;
    line-height: 26px;
    color: #777;
}

.gy_wm .zp_dz .n_r:hover span {
    color: #fff;
}

.gy_wm .zp_dz .n_r a {
    display: block;
}

.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: #126fa1;
}

.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: 72px;
    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: #126fa1;
    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;
}

@media only screen and (max-width:640px) {
    .gy_wm {
        width: 100%;
        padding: 30px 0 50px;
        overflow: hidden;
    }

    .gy_wm .yj_cp .w_z {
        padding: 10px;
        text-align: left;
    }

    .gy_wm .ry_zz p {
        font-size: 14px;
        text-align: center;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #ddd;
    }

    .gy_wm .yj_cp .w_z h3 {
        font-size: 14px;
        line-height: 26px;
        font-weight: bold;
    }

    .gy_wm .yj_cp .w_z p {
        line-height: 24px;
        font-size: 12px
    }

    .gy_wm .ry_zz .n_r {
        background-color: #fff;
        padding: 10px;
        margin-bottom: 0px;
        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 .col-lg-3 {
        padding: 10px;
        padding-right: 10px
    }
}


.rw_js {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
}

.rw_js .js_nr {
    width: 1000px;
    padding: 30px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.rw_js .js_nr .g_b {
    position: absolute;
    top: -46px;
    right: -46px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.rw_js .js_nr .g_b:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.rw_js .js_nr .g_b i {
    font-size: 26px;
    color: #fff;
    line-height: 36px;
}

.rw_js .js_nr .t_p img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.rw_js .js_nr .w_z h3 {
    font-size: 22px;
    color: #000;
    line-height: 36px;
}

.rw_js .js_nr .w_z h4 {
    font-size: 18px;
    color: #555;
    line-height: 28px;
    margin-bottom: 20px;
}

.rw_js .js_nr .w_z ul {
    margin-left: 30px;
}

.rw_js .js_nr .w_z ul li {
    font-size: 14px;
    line-height: 22px;
    color: #777;
    margin-bottom: 10px;
    list-style-type: disc;
}

@media only screen and (max-width:992px) {
    .rw_js .js_nr {
        width: 80%;
    }

    .rw_js .js_nr .g_b i {
        font-size: 36px;
        line-height: 46px;
    }
}

.ny_lm1 {
    width: 100%;
    padding: 20px 0;
    box-shadow: 0px 8px 20px 0px rgba(95, 125, 158, .1);
    text-align: center;
    position: relative;
}

.ny_lm1 ul li {
    display: inline-block;
    font-size: 18px;
    line-height: 46px;
    margin: 0 30px;
}

.ny_lm1 ul li.on a {
    color: #126fa1;
}

@media only screen and (max-width:992px) {
    .ny_lm1 {
        width: 100%;
        padding: 10px 0;
        box-shadow: 0px 8px 20px 0px rgba(95, 125, 158, .1);
        text-align: center;
        position: relative;
    }

    .ny_lm1 ul li {
        display: inline-block;
        font-size: 14px;
        line-height: 26px;
        margin: 0 10px;
    }

    .ny_lm1 ul li.on a {
        color: #126fa1;
    }
}

.ny_cp {
    width: 100%;
    padding: 50px 0 70px;
    overflow: hidden;
}

.ny_cp .ny_lm {
    padding: 10px;
    background: #40779a url(../images/lm_bj.png) no-repeat top center / 100% auto;
    text-align: left
}

.ny_cp .ny_lm .b_t {
    margin: 10px 5px 15px;
}

.ny_cp .ny_lm .b_t h3 {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
}

.ny_cp .ny_lm .b_t h4 {
    font-size: 16px;
    line-height: 30px;
    color: #ccc;
    font-family: Arial;
    text-transform: uppercase;
}

.ny_cp .ny_lm .b_t em {
    width: 44px;
    height: 2px;
    margin: 8px 0 5px;
    background-color: #aaa;
    display: block;
}

.ny_cp .ny_lm .l_b {
    display: none;
    padding: 0 15px;
    font-size: 16px;
    color: #fff;
    text-align: left;
    line-height: 50px;
    background-color: #40779a;
    position: relative;
}

.ny_cp .ny_lm .l_b i {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.ny_cp .ny_lm .l_m {
    padding: 7px 7px 0 7px;
    background-color: #fff;
}

.ny_cp .ny_lm .l_m ul li {
    display: block;
    background-color: #f7f7f7;
    margin-bottom: 7px;
}

.ny_cp .ny_lm .l_m a {
    display: block;
    padding: 0 15px;
    font-size: 15px;
    line-height: 44px;
}

.ny_cp .ny_lm .l_m ul li:hover a {
    background-color: #40779a;
    color: #fff;
}

.ny_cp .ny_lm .l_m ul li.on a {
    background-color: #40779a;
    color: #fff;
}

.ny_cp .ny_lm .l_m a.e_j {
    position: relative;
}

.ny_cp .ny_lm .l_m em {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    display: block;
    font-size: 22px;
    color: #777;
    text-align: center;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.ny_cp .ny_lm .l_m ul li:hover em {
    color: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.ny_cp .ny_lm .l_m ul li.on em {
    color: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.ny_cp .ny_lm .s_j {
    display: none;
}

.ny_cp .ny_lm .l_m ul li.on .s_j {
    display: block;
}

.ny_cp .ny_lm .s_j a {
    line-height: 40px;
    color: #555;
    margin-bottom: 1px;
    display: block;
}

.ny_cp .ny_lm .s_j a:hover {
    color: #0074c5;
    text-indent: 15px;
    background-color: #ecf6fd;
}

.ny_cp .ny_lm .s_j a.n {
    color: #0074c5;
    text-indent: 0px;
    background-color: #ecf6fd;
}

.ny_cp .ny_lm .l_m ul li:hover .s_j a {
    background: none;
    color: #555;
}

.ny_cp .ny_lm .l_m ul li:hover .s_j a:hover {
    color: #40779a;
}

.ny_cp .ny_lm .l_m ul li.on .s_j a {
    background: none;
    color: #555;
}

.ny_cp .ny_lm .l_m ul li.on .s_j a.n {
    color: #40779a;
}

.ny_cp .ny_lx {
    margin-top: 20px;
}

.ny_cp .ny_lx .d_h {
    padding: 30px;
    background: url(../images/lx_bj.jpg) no-repeat center / 100% 100%;
    font-size: 26px;
    font-weight: bold;
    line-height: 32px;
    font-family: Arial;
    color: #0089c6;
}

.ny_cp .ny_lx .d_h h3 {
    font-weight: bold;
    margin-bottom: 6px;
}

.ny_cp .ny_lx .x_x {
    background-color: #f7f7f7;
    padding: 15px;
    line-height: 26px;
}

.ny_cp .lm_bt {
    height: 51px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
}

.ny_cp .lm_bt .m_c {
    font-size: 18px;
    color: #40779a;
    line-height: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #40779a;
    display: inline-block;
}

.ny_cp .gy_nr {
    margin-top: 30px;
    font-size: 15px;
    line-height: 30px;
    color: #777;
}

.ny_cp .gy_nr img {
    width: 100%;
    height: auto;
    display: block;
}

.ny_cp .cp_lb .row {
    margin: 0 -10px;
}

.ny_cp .cp_lb .col-md-4 {
    padding: 0 10px;
}

.ny_cp .cp_lb .n_r {
    margin-bottom: 20px;
    background-color: #f7f7f7;
}

.ny_cp .cp_lb .n_r img {
    width: 100%;
    height: auto;
    border: 1px solid #e7e7e7;
    display: block;
}

.ny_cp .cp_lb .n_r p {
    padding: 10px;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
}

.ny_cp .xw_lb .row {
    margin: 0 -10px;
}

.ny_cp .xw_lb .col-lg-3 {
    padding: 0 10px;
}

.ny_cp .xw_lb .col-lg-9 {
    padding: 0 10px;
}

.ny_cp .xw_lb ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ddd;
}

.ny_cp .xw_lb .t_p img {
    width: 100%;
    height: auto;
    display: block;
}

.ny_cp .xw_lb .w_z h3 {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ny_cp .xw_lb ul li:hover .w_z h3 a {
    color: #40779a;
}

.ny_cp .xw_lb .w_z span {
    color: #888;
    padding-right: 15px;
    float: left;
}

.ny_cp .xw_lb .w_z i {
    padding-right: 5px;
}

.ny_cp .xw_lb .w_z p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    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;
}

.ny_cp .zs_lb ul {
    margin: 0 -10px;
}

.ny_cp .zs_lb ul li {
    padding: 0 10px;
}

.ny_cp .zs_lb .t_w {
    margin-bottom: 20px;
    overflow: hidden;
}

.ny_cp .zs_lb .t_p {
    overflow: hidden;
}

.ny_cp .zs_lb .t_p img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 3s;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
}

.ny_cp .zs_lb ul li:hover .t_p img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.ny_cp .zs_lb .w_z {
    border: 1px solid #e7e7e7;
    padding: 15px;
}

.ny_cp .zs_lb .w_z h3 {
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ny_cp .zs_lb .w_z p {
    font-size: 12px;
    color: #888;
    line-height: 22px;
    height: 44px;
    margin-bottom: 10px;
    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;
}

.ny_cp .zs_lb .w_z i {
    padding-right: 5px;
    color: #777;
}

.ny_cp .zs_lb .w_z span {
    color: #aaa;
    font-size: 12px;
    padding-right: 15px;
}

.ny_cp .lx_xx {
    background-color: #f7f7f7;
    overflow: hidden;
    margin: 30px 0 50px;
}

.ny_cp .lx_xx .z_c {
    width: 60%;
    float: left;
}

.ny_cp .lx_xx .z_c img {
    width: 100%;
    height: auto;
    display: block;
}

.ny_cp .lx_xx .y_c {
    width: 40%;
    float: right;
    padding: 30px;
}

.ny_cp .lx_xx .y_c h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 25px;
}

.ny_cp .lx_xx .y_c em {
    width: 50px;
    height: 3px;
    background-color: #40779a;
    display: block;
    margin-bottom: 15px;
}

.ny_cp .lx_xx .y_c p {
    font-size: 15px;
    line-height: 32px;
}

.ny_cp .bd_dt {
    margin-bottom: 30px;
}

.ny_cp .bd_dt img {
    width: 100%;
    height: auto;
    display: block;
}

.ny_cp .zx_ly {
    width: 100%;
    padding: 50px 100px;
    background-color: #fff;
    margin: 0 auto;
}

.ny_cp .zx_ly input {
    width: 100%;
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    line-height: 56px;
    font-size: 14px;
    margin-bottom: 30px;
}

.ny_cp .zx_ly textarea {
    width: 100%;
    height: 110px;
    padding: 15px 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 26px;
    resize: none;
    outline: none;
    margin-bottom: 30px;
}

.ny_cp .zx_ly button {
    width: 150px;
    height: 40px;
    background-color: #40779a;
    font-size: 16px;
    line-height: 40px;
    margin: 0 auto;
    color: #fff;
    display: block;
}

.ny_cp .zx_ly h3 {
    font-size: 26px;
    line-height: 40px;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
}

.ny_cp .zx_ly h4 {
    font-size: 18px;
    color: #555;
    margin-bottom: 10px;
    text-align: center;
}

.ny_cp .zx_ly p {
    font-size: 15px;
    line-height: 30px;
    color: #888;
    margin-bottom: 30px;
    text-align: center;
}

.ny_cp .zx_ly em {
    width: 50px;
    height: 3px;
    background-color: #40779a;
    display: block;
    margin: 0 auto 15px;
}

.ny_cp .zx_ly a {
    color: #40779a;
}

.ny_cp .zx_ly a:hover {
    text-decoration: underline;
}

.xs {
    display: block
}

.yc {
    display: none
}

@media only screen and (max-width:640px) {
    .xs {
        display: none
    }

    .yc {
        display: block
    }

    .ny_cp {
        padding: 20px 0 20px;
    }

    .ny_cp .col-lg-4 {
        padding-left: 5px;
        padding-right: 5px
    }

    .ny_cp .col-md-3 {
        padding-left: 10px;
        padding-right: 10px
    }

    .ny_cp .ny_lm {
        padding: 0;
        background-color: #fff;
        margin-bottom: 10px;
    }

    .ny_cp .ny_lm .b_t {
        display: none;
    }

    .ny_cp .ny_lm .l_b {
        display: block;
    }

    .ny_cp .ny_lm .l_m {
        padding: 0;
    }

    .ny_cp .ny_lm .l_m ul {
        display: none;
        border: 1px solid #e7e7e7;
        border-top: 0;
    }

    .ny_cp .ny_lm .l_m ul li {
        display: block;
        width: 100%;
        border-top: 1px solid #e7e7e7;
        background: none;
        margin: 0;
    }

    .ny_cp .ny_lm .l_m ul li:first-child {
        border-top: 0;
    }

    .ny_cp .ny_lm .l_m ul li a {
        background: none;
        padding: 0;
        border: 0;
        font-size: 14px;
        text-align: center;
        line-height: 40px;
    }

    .ny_cp .ny_lm .l_m ul li:hover a {
        background: none;
        color: #40779a;
    }

    .ny_cp .ny_lm .l_m ul li.on a {
        background: none;
        color: #40779a;
    }

    .ny_cp .ny_lm .l_m ul li a.e_j {
        text-align: left;
        padding: 0 15px;
        font-size: 14px
    }

    .ny_cp .ny_lm .l_m ul li:hover a.e_j {
        background-color: #f7f7f7;
    }

    .ny_cp .ny_lm .l_m ul li.on a.e_j {
        background-color: #f7f7f7;
    }

    .ny_cp .ny_lm .l_m ul li:hover em {
        color: #40779a;
    }

    .ny_cp .ny_lm .l_m ul li.on em {
        color: #40779a;
    }

    .ny_cp .ny_lx {
        display: none;
    }

    .ny_cp .lm_bt {
        display: none;
    }

    .ny_cp .gy_nr {
        margin: 0;
        font-size: 20px;
        line-height: 36px;
    }

    .ny_cp .cp_lb .n_r p {
        padding: 15px 10px;
        font-size: 20px;
        line-height: 36px;
    }

    .ny_cp .xw_lb ul li {
        padding-bottom: 25px;
        margin-top: 25px;
        margin-bottom: 0;
    }

    .ny_cp .xw_lb .w_z h3 {
        font-size: 22px;
        font-weight: bold;
        line-height: 40px;
    }

    .ny_cp .xw_lb .w_z span {
        font-size: 18px;
    }

    .ny_cp .xw_lb .w_z p {
        font-size: 18px;
        line-height: 28px;
        height: 56px;
    }

    .ny_cp .zs_lb .row {
        margin: 0 -10px;
    }

    .ny_cp .zs_lb .col-md-4 {
        padding: 0 10px;
    }

    .ny_cp .zs_lb .t_w {
        margin-bottom: 20px;
    }

    .ny_cp .zs_lb .w_z h3 {
        font-size: 22px;
    }

    .ny_cp .zs_lb .w_z p {
        font-size: 18px;
        line-height: 28px;
        height: 56px;
    }

    .ny_cp .zs_lb .w_z span {
        font-size: 18px;
        padding-right: 0;
        display: block;
        margin-top: 5px;
    }

    .ny_cp .lx_xx {
        margin: 15px 0 35px;
    }

    .ny_cp .lx_xx .z_c {
        width: 100%;
        float: none;
    }

    .ny_cp .lx_xx .y_c {
        width: 100%;
        float: none;
    }

    .ny_cp .lx_xx .y_c h3 {
        font-size: 24px;
    }

    .ny_cp .lx_xx .y_c p {
        font-size: 20px;
        line-height: 40px;
    }

    .ny_cp .bd_dt {
        margin-bottom: 15px;
    }

    .ny_cp .zx_ly {
        padding: 30px 50px;
        background: none;
    }

    .ny_cp .zx_ly input {
        padding: 0 15px;
        line-height: 60px;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .ny_cp .zx_ly textarea {
        height: 110px;
        padding: 12px 15px;
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .ny_cp .zx_ly button {
        width: 100%;
        height: 60px;
        font-size: 22px;
        line-height: 60px;
    }

    .ny_cp .zx_ly h4 {
        font-size: 22px;
        color: #555;
        margin-bottom: 10px;
        text-align: center;
    }

    .ny_cp .zx_ly p {
        font-size: 18px;
        line-height: 36px;
    }

    .ny_cp .zx_ly em {
        width: 60px;
    }
}

.cp_xq {
    overflow: hidden;
    position: relative;
}

.cp_xq .swiper-zs {
    padding-bottom: 30px;
}

.cp_xq .swiper-zs img {
    width: 100%;
    height: auto;
    display: block;
}

.cp_xq .swiper-pagination {
    bottom: 0;
}

.cp_xq .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #555;
}

.cp_xq .swiper-pagination-bullet-active {
    background-color: #40779a;
}

.cp_xq .cp_cs .b_t {
    font-size: 22px;
    font-weight: bold;
    color: #40779a;
    line-height: 36px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.cp_xq .cp_cs .c_s ul li {
    margin-bottom: 5px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 26px;
    position: relative;
}

.cp_xq .cp_cs .c_s ul li:before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #555;
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
}

.cp_xq .cp_cs a {
    display: inline-block;
    margin-top: 20px;
    background-color: #40779a;
    font-size: 16px;
    line-height: 46px;
    color: #fff;
    padding: 0 30px;
}

.cp_xq .cp_js {
    margin-top: 40px;
}

.cp_xq .cp_js .hd {
    overflow: hidden;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 30px;
}

.cp_xq .cp_js .hd ul li {
    float: left;
    padding: 0 30px;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    color: #555;
    background-color: #f7f7f7;
    margin-right: 5px;
    cursor: pointer;
}

.cp_xq .cp_js .hd ul li.on {
    background-color: #40779a;
    color: #fff;
}

.cp_xq .cp_js .n_r {
    font-size: 15px;
    line-height: 28px;
    min-height: 200px;
}

.cp_xq .cp_js .n_r a {
    display: block;
    font-size: 15px;
    line-height: 28px;
    color: #40779a;
    margin-bottom: 10px;
}

.cp_xq .cp_js .n_r a:hover {
    text-decoration: underline !important;
}

@media only screen and (max-width:640px) {
    .cp_xq .cp_cs {
        margin-top: 0px;
    }

    .cp_xq .cp_cs .b_t {
        font-size: 16px;
        line-height: 40px;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

    .cp_xq .cp_cs .c_s ul li {
        font-size: 13px;
        line-height: 24px;
    }

    .cp_xq .cp_cs a {
        margin-top: 15px;
        font-size: 15px;
        line-height: 32px;
        padding: 0 15px;
    }

    .cp_xq .cp_js {
        margin-top: 30px;
    }

    .cp_xq .cp_js .hd {
        margin-bottom: 20px;
    }

    .cp_xq .cp_js .hd ul li {
        padding: 0 10px;
        font-size: 14px;
        line-height: 38px;
    }

    .cp_xq .cp_js .n_r {
        font-size: 13px;
        line-height: 24px;
    }

    .cp_xq .cp_js .n_r a {
        font-size: 13px;
        line-height: 24px;
    }
}

.artical-content {
    font-size: 16px;
    line-height: 36px
}

.artical-content span {
    color: #ff8c00;
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin-bottom: 10px
}


.ny_nr {
    width: 100%;
    padding: 60px 0;
    overflow: hidden;
}

.ny_nr .ny_pr {
    padding: 20px 0;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 36px;
    color: #555;
}

.ny_nr .ny_pr i {
    color: #fbb900;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.ny_nr .fz_lc ul li {
    padding-left: 150px;
    padding-bottom: 30px;
    position: relative;
}

.ny_nr .fz_lc ul li:after {
    width: 1px;
    height: 100%;
    background-color: #ddd;
    position: absolute;
    top: 0;
    left: 40px;
    content: "";
}

.ny_nr .fz_lc .s_j {
    width: 80px;
    height: 80px;
    padding: 8px;
    border-radius: 100%;
    background-color: #40779a;
    font-size: 22px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 35px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.ny_nr .fz_lc .s_j span {
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    border-top: 1px solid #fff;
    display: block;
}

.ny_nr .fz_lc .n_r {
    padding: 8px 0;
    min-height: 128px;
    overflow: hidden;
}

.ny_nr .fz_lc .n_r p {
    font-size: 16px;
    color: #555;
    line-height: 30px;
    margin-bottom: 10px;
}

.ny_nr .fz_lc .n_r img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media only screen and (max-width:992px) {
    .ny_nr .fz_lc .s_j {
        width: 60px;
        height: 60px;
        padding: 8px;
        border-radius: 100%;
        background-color: #40779a;
        font-size: 18px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 25px;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
    }

    .ny_nr .fz_lc .s_j span {
        font-size: 12px;
        line-height: 24px;
        font-weight: normal;
        border-top: 1px solid #fff;
        display: block;
    }

    .ny_nr .fz_lc ul li:after {
        width: 1px;
        height: 100%;
        background-color: #ddd;
        position: absolute;
        top: 0;
        left: 30px;
        content: "";
    }

    .ny_nr .fz_lc ul li {
        padding-left: 90px;
        padding-bottom: 20px;
        position: relative;
    }

    .ny_nr .fz_lc .n_r p {
        font-size: 14px;
        color: #555;
        line-height: 24px;
        margin-bottom: 10px;
    }

}

.ny_nr .zl_lb .n_r {
    padding: 20px;
    border: 1px dotted #ccc;
    margin-bottom: 30px;
    position: relative;
}

.ny_nr .zl_lb h3 {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.ny_nr .zl_lb ul li:hover h3 {
    color: #40779a;
}

.ny_nr .zl_lb i {
    font-size: 60px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.ny_nr .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;
}

.ny_nr .zl_lb a {
    width: 120px;
    background-color: #40779a;
    line-height: 32px;
    text-align: center;
    color: #fff;
    display: block;
}

@media only screen and (max-width:640px) {
    .ny_nr {
        width: 100%;
        padding: 30px 0 50px;
        overflow: hidden;
    }

    .ny_nr .zl_lb .n_r {
        padding: 15px;
        border: 1px dotted #ccc;
        margin-bottom: 10px;
        position: relative;
    }

    .ny_nr .zl_lb h3 {
        font-size: 14px;
        line-height: 26px;
        font-weight: bold;
        margin-bottom: 5px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        transition: all .5s;
        -o-transition: all .5s;
        -ms-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
    }

    .ny_nr .zl_lb p {
        margin-bottom: 10px;
        line-height: 22px;
        height: auto;
        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;
    }

    .ny_nr .zl_lb a {
        width: 100px;
        background-color: #40779a;
        line-height: 28px;
        text-align: center;
        color: #fff;
        display: block;
        font-size: 12px
    }

}

.ny_cp .al_lb .row {
    margin: 0 -10px;
}

.ny_cp .al_lb .col-12 {
    padding: 0 10px;
}

.ny_cp .al_lb .n_r {
    box-shadow: 0px 5px 10px 0px rgba(95, 125, 158, .1);
    margin-bottom: 20px;
}

.ny_cp .al_lb .t_p {
    overflow: hidden;
}

.ny_cp .al_lb .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;
}

.ny_cp .al_lb .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);
}

.ny_cp .al_lb .w_z {
    padding: 10px;
    text-align: center;
}

.ny_cp .al_lb .w_z h3 {
    font-size: 18px;
    line-height: 30px;
}

.ny_cp .al_lb .w_z p {
    line-height: 24px;
    color: #999;
}

@media only screen and (max-width:640px) {
    .ny_cp .al_lb .n_r {
        margin-bottom: 14px;
    }

    .ny_cp .al_lb .w_z h3 {
        font-size: 14px;
        line-height: 26px;
    }

    .ny_cp .al_lb .w_z p {
        line-height: 24px;
        color: #999;
        font-size: 12px
    }
}

.wenzi {
    width: 100%;
    height: auto;
    overflow: hidden
}

.wenzi h1 {
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #000
}

.wenzi p {
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 20px
}

.wenzi p img {
    width: 100%
}

.shipin {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: 30px
}

.shipin li {
    width: 49%;
    margin-right: 2%;
    float: left
}

.shipin li:nth-child(2n) {
    margin-right: 0;
}

.shipin li video {
    width: 100%;
    height: auto;
    display: block;
    outline: none;
}

@media only screen and (max-width:992px) {
    .shipin {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 10px;
        margin-top: 20px
    }

    .shipin li {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 10px
    }

    .shipin li:nth-child(2n) {
        margin-right: 0;
    }

    .shipin li video {
        width: 100%;
        height: auto;
        display: block;
        outline: none;
    }
}

.rs_zp {
    width: 100%;
    padding: 80px 0;
    overflow: hidden;
}

.rs_zp .row {
    margin: 0 -25px;
}

.rs_zp .col-12 {
    padding: 0 25px;
}

.rs_zp .zp_js {
    margin-bottom: 50px;
}

.rs_zp .zp_js .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rs_zp .zp_js .t_p img {
    width: 100%;
    height: auto;
    display: block;
}

.rs_zp .zp_js .w_z {
    padding: 50px;
    background-color: #f7f7f7;
    font-size: 16px;
    line-height: 30px;
    color: #777;
}

.rs_zp .zp_js .w_z h3 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 15px;
}

.rs_zp .zp_wz {
    padding: 120px 20px;
    margin-bottom: 50px;
    background: url(../images/zp_bj.jpg) no-repeat center / cover;
    text-align: center;
}

.rs_zp .zp_wz h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
    color: #40779a;
    margin-bottom: 10px;
}

.rs_zp .zp_wz p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

.rs_zp .zp_dz .n_r {
    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;
}

.rs_zp .zp_dz .n_r:hover {
    background-color: #40779a;
}

.rs_zp .zp_dz .t_p {
    overflow: hidden;
}

.rs_zp .zp_dz .t_p img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.rs_zp .zp_dz .n_r:hover .t_p img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.rs_zp .zp_dz .w_z {
    padding: 30px;
}

.rs_zp .zp_dz .w_z h3 {
    font-size: 26px;
    font-weight: bold;
    color: #40779a;
    margin: 20px 0;
}

.rs_zp .zp_dz .n_r:hover .w_z h3 {
    color: #fff;
}

.rs_zp .zp_dz .w_z h4 {
    font-size: 16px;
    line-height: 26px;
}

.rs_zp .zp_dz .n_r:hover .w_z h4 {
    color: #fff;
}

.rs_zp .zp_dz .w_z span {
    line-height: 26px;
    color: #777;
}

.rs_zp .zp_dz .n_r:hover .w_z span {
    color: #fff;
}

.rs_zp .zp_dz .n_r a {
    display: block;
}

@media only screen and (max-width:1024px) {
    .rs_zp {
        padding: 60px 0;
    }

    .rs_zp .row {
        margin: 0 -15px;
    }

    .rs_zp .col-12 {
        padding: 0 15px;
    }

    .rs_zp .zp_js .w_z {
        padding: 30px;
        font-size: 15px;
        line-height: 28px;
    }

    .rs_zp .zp_wz {
        padding: 100px 20px;
        margin-bottom: 50px;
    }

    .rs_zp .zp_wz h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .rs_zp .zp_wz p {
        font-size: 16px;
        line-height: 26px;
        color: #fff;
    }

    .rs_zp .zp_dz .w_z {
        padding: 20px;
    }

    .rs_zp .zp_dz .w_z h3 {
        font-size: 22px;
        margin: 15px 0;
    }

    .rs_zp .zp_dz .w_z h4 {
        font-size: 15px;
        line-height: 24px;
    }
}

@media only screen and (max-width:640px) {
    .rs_zp {
        padding: 50px 0;
    }

    .rs_zp .zp_js .w_z {
        padding: 25px;
        font-size: 14px;
        line-height: 26px;
    }

    .rs_zp .zp_js .w_z h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .rs_zp .zp_wz {
        margin-bottom: 0;
    }

    .rs_zp .zp_wz p {
        font-size: 15px;
        line-height: 24px;
    }

    .rs_zp .zp_dz .n_r {
        margin-top: 50px;
    }

    .rs_zp .zp_dz .w_z h3 {
        font-size: 18px;
        margin: 15px 0;
    }

    .rs_zp .zp_dz .w_z h4 {
        font-size: 15px;
        line-height: 24px;
    }
}



@keyframes z {
    from {
        -webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    }

    to {
        -webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        -moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        -ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
    }
}

@keyframes y {
    from {
        -webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    }

    to {
        -webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(360deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(360deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(360deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(360deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    }
}

#page2 {
    width: 100%;
    height: 800px;
    background-image: url(../images/hxnl.png);
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    box-sizing: border-box;
    /* position: absolute;
    top: 0;
    left: 0;
    pointer-events: none; */
}


#page2>h2 {
    color: #fff;
    font-size: 32px;
    text-align: center;
    padding-top: 80px;
    font-weight: bold
}

.page2Wrap .wrap,
.page2Wrap ul,
.page2Wrap li,
.page2Wrap img {
    transform-style: preserve-3d;
    transform-origin: center;
}

.page2Wrap,
.main {
    position: absolute;
    width: 46.875vw;
    height: 31.25vw;
    left: 50%;
    top: calc(48% + 68px);
    margin-left: -23.2375vw;
    margin-top: -18.625vw;
    transform: scale(.9);
}

.page2Wrap .wrap,
.page2Wrap ul,
.page2Wrap li,
.page2Wrap li span,
.page2Wrap li .round {
    position: absolute;
    width: 31.0417vw;
    height: 31.0417vw;
    left: 50%;
    top: 50%;
    margin-left: -15.4208vw;
    margin-top: -15.4208vw;
}

.page2Wrap .wrap {
    -webkit-transform: translateX(1.5625vw) translateY(-1.0417vw) translateZ(10.4167vw) rotateX(75deg) rotateY(0deg) rotateZ(15deg) scaleX(1) scaleY(1) scaleZ(1);
    -moz-transform: translateX(1.5625vw) translateY(-1.0417vw) translateZ(10.4167vw) rotateX(75deg) rotateY(0deg) rotateZ(15deg) scaleX(1) scaleY(1) scaleZ(1);
    -ms-transform: translateX(1.5625vw) translateY(-1.0417vw) translateZ(10.4167vw) rotateX(75deg) rotateY(0deg) rotateZ(15deg) scaleX(1) scaleY(1) scaleZ(1);
    transform: translateX(1.5625vw) translateY(-1.0417vw) translateZ(10.4167vw) rotateX(75deg) rotateY(0deg) rotateZ(15deg) scaleX(1) scaleY(1) scaleZ(1);
    transition: All 1s 0s;
}

.page2Wrap ul {
    -webkit-animation: y 20s linear 0s infinite;
    -moz-animation: y 20s linear 0s infinite;
    -ms-animation: y 20s linear 0s infinite;
    animation: y 20s linear 0s infinite;
}

.page2Wrap li {
    border: 5px solid #5ec0ff;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-transition: All 1.4s 0s;
    -moz-transition: All 1.4s 0s;
    -ms-transition: All 1.4s 0s;
    transition: All 1.4s 0s;
}

.page2Wrap li:nth-child(1) {
    transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
}

.page2Wrap li:nth-child(2) {
    transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(60deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
}

.page2Wrap li:nth-child(3) {
    transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(-60deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
}

.page2Wrap li span {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation: z 12s linear 0s infinite;
    -moz-animation: z 12s linear 0s infinite;
    -ms-animation: z 12s linear 0s infinite;
    animation: z 12s linear 0s infinite;
}

.page2Wrap li:nth-child(1) span {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}

.page2Wrap li:nth-child(1) .round {
    -webkit-animation: z 3s linear 0s infinite;
    -moz-animation: z 3s linear 0s infinite;
    -ms-animation: z 3s linear 0s infinite;
    animation: z 3s linear 0s infinite;
}

.page2Wrap li:nth-child(2) .round {
    -webkit-animation: z 3s linear 1s infinite;
    -moz-animation: z 3s linear 1s infinite;
    -ms-animation: z 3s linear 1s infinite;
    animation: z 3s linear 1s infinite;
}

.page2Wrap li:nth-child(3) .round {
    -webkit-animation: z 3s linear 2s infinite;
    -moz-animation: z 3s linear 2s infinite;
    -ms-animation: z 3s linear 2s infinite;
    animation: z 3s linear 2s infinite;
}

.page2Wrap .glowlogo {
    /* opacity: 0; */
    width: 10.4167vw;
    height: 10.4167vw;
    margin-top: 11.9792vw;
    margin-left: 20.3125vw;
    -webkit-transition: All 0.4s 0s;
    -moz-transition: All 0.4s 0s;
    -ms-transition: All 0.4s 0s;
    transition: All 0.4s 0s;
    -webkit-transform: translateX(0) translateY(0) translateZ(10.4167vw) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    -moz-transform: translateX(0) translateY(0) translateZ(10.4167vw) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    -ms-transform: translateX(0) translateY(0) translateZ(10.4167vw) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    transform: translateX(0) translateY(0) translateZ(10.4167vw) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
}

@media only screen and (max-width:992px) {
    #page2 {
        width: 100%;
        height: 63.5vh;
        background-image: url(../images/hxnl.png);
        background-blend-mode: multiply;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
        box-sizing: border-box;
        /* position: absolute;
    top: 0;
    left: 0;
    pointer-events: none; */
    }


    #page2>h2 {
        color: #fff;
        font-size: 16px;
        text-align: center;
        padding-top: 30px;
        font-weight: bold
    }

    .page2Wrap,
    .main {
        position: absolute;
        width: 100%;
        height: 35.25vw;
        left: 0;
        top: 12vw;
        margin-left: 0;
        margin-top: 0;
        transform: scale(.9);
    }

    .page2Wrap .wrap,
    .page2Wrap ul,
    .page2Wrap li,
    .page2Wrap li span,
    .page2Wrap li .round {
        position: absolute;
        width: 31.0417vw;
        height: 31.0417vw;
        left: 50%;
        top: 50%;
        margin-left: -17.4208vw;
        margin-top: -23.3208vw;
    }
}


/*****************************************/

#classify {
    width: 100%;
    height: 100%;
    position: relative;
}

#classify .classify {
    position: absolute;
    width: 26.0417vw;
    height: 26.0417vw;
    left: 50%;
    top: 50%;
    margin-left: -13.0208vw;
    margin-top: -10.0208vw;
}

#classify .tit {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    white-space: nowrap;
    cursor: pointer;
    transition: color .3s;
}

/* #classify .tit strong {
    font-size: 20px;
} */

#classify .tit span {
    font-size: 20px;
    font-weight: normal;
    /* font-weight: bold */
}

#classify li:nth-child(1) .tit {
    top: -5.2083vw;
    left: 9.1146vw;
}

#classify li:nth-child(2) .tit {
    top: 2.6042vw;
    left: -7.5521vw;
}

#classify li:nth-child(3) .tit {
    top: 15.625vw;
    left: -6.5104vw;
}

#classify li:nth-child(4) .tit {
    top: 24vw;
    left: 9.1146vw;
}

#classify li:nth-child(5) .tit {
    top: 15.625vw;
    left: 25.5208vw;
}

#classify li:nth-child(6) .tit {
    top: 2.6042vw;
    left: 25.5208vw;
}

#classify .classify_con {
    display: none;
    width: 28vw;
    line-height: 2;
    position: absolute;
    right: -43vw;
    top: 0vw;
    transition: opacity .3s;
}

#classify .classify_con_font {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    margin-top: -1vw;
}

#classify .classify_con img {
    width: 100%;
    position: absolute;
    top: 11vw;
}

#classify .classify_con h5 {
    width: 100%;
    padding-left: 24px;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    background-color: #0065cd;
    opacity: 80%;

    box-sizing: border-box;
    height: 45px;
    line-height: 45px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 20px
}

#classify .classify_con h5 sup,
#classify .tit strong sup {
    font-size: 16px;
    color: #fff
}

#classify .classify_con h5>span {
    display: block;
    transform: skewX(21deg);
}

#classify .classify_con h6 {
    font-size: 16px;
    margin-bottom: 1rem;
    margin-top: 2rem;
    font-weight: normal;
    color: #fff;
}

#classify .classify_con p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 1.8rem;
}

#classify .classify_con p.overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
}

#classify .classify_con .classifyMore {
    color: #0065cd;
    font-size: .8rem;
}

#classify .classify_con .freeBtn {
    margin-top: 4rem;
    margin-left: 2.4rem;
    color: #fff
}

#classify .classify_con h6,
#classify .classify_con p,
#classify .classify_con .classifyMore {
    padding: 0 2.4rem;
}

#classify .tit_active .tit strong {
    font-weight: 700;
    transition: color .3s;
    background-color: #0065cd;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;
}

#classify .tit_active .classify_con {
    display: block;
    animation: fadeInRight .5s ease-out 0 1 forwards;
}



.page2Wrap {
    left: 28%;
}

#classify .classify {
    left: 30%;
}

.More {
    display: block;
    width: 125px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin: 5rem auto 0;
    margin-top: 5rem;
    margin-left: auto;

    transition: opacity 0.3s;
    background: rgba(255, 255, 255, .3);
    border-radius: 2px;
}

.More:hover {
    border: #0065cd 1px solid;
}

@media only screen and (max-width:992px) {
    #classify {
        width: 100%;
        height: auto;
        position: relative;
    }

    #classify .classify {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 50%;
        top: 15vw;
        margin-left: 0;
        margin-top: 0;
    }


    #classify .tit span {
        font-size: 14px;
        font-weight: bold
    }

    #classify .classify_con {
        display: none;
        width: 90%;
        line-height: 2;
        position: absolute;
        right: 5%;
        top: 40vw;
        transition: opacity .3s;
        background: rgba(255, 255, 255, .2);
        border-radius: 10px;
        padding-bottom: 10px
    }



    #classify .classify_con img {
        display: none;
    }

    .page2Wrap {
        left: 0;
    }

    #classify .classify {
        left: 0;
    }

    #classify .classify_con h5 {
        width: 100%;
        padding-left: 24px;
        font-size: 16px;
        font-weight: normal;
        color: #fff;
        background-color: #0065cd;

        box-sizing: border-box;
        height: 45px;
        line-height: 45px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        margin-bottom: 10px
    }

    #classify .classify_con p {
        font-size: 14px;
        color: #fff;
        margin-bottom: 0;
        line-height: 24px;
        padding: 0 10px;
        margin-top: 0
    }

    #classify li:nth-child(1) .tit {
        top: -8.2083vw;
        left: 39.1146vw;
    }

    #classify li:nth-child(2) .tit {
        top: 2.6042vw;
        left: 12.5521vw;
    }

    #classify li:nth-child(3) .tit {
        top: 15.625vw;
        left: 12.5104vw;
    }

    #classify li:nth-child(4) .tit {
        top: 30vw;
        left: 39.1146vw;
    }

    #classify li:nth-child(5) .tit {
        top: 15.625vw;
        left: 66.5208vw;
    }

    #classify li:nth-child(6) .tit {
        top: 2.6042vw;
        left: 66.5208vw;
    }

}


/******************************************************************************************************/

/******************************************************************************************************/

/******************************************************************************************************/

/******************************************************************************************************/

.indSolution {
    width: 100%;
    /* background-color: #ccc; */
    margin-bottom: 5px;
}

/* scrollSize */

.indSolution .first_wrap {
    width: 100%;
    height: 3850px;
    position: relative;
    z-index: 1;
}

.indSolution .second_wrap {
    width: 100%;
    height: 56.25vw;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: url(../images/solu_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.indSolution .third_wrap {
    width: 100%;
    height: 56.26vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    overflow: hidden;
}

.indSolution .third_wrap img {
    transform-origin: 49% 40%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*
 * solution->bottom
 */

@keyframes solutionUlLine {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.indPartners {
    width: 1540px;
    margin: 0 auto;
    padding-top: 90px
}

/******************************************/

/**/

.indPartners h3.title,
.indNews .title {
    font-size: 32px;
    text-align: center;
    line-height: 1.5;
    position: relative;
}


.indPartners #indGallery {
    height: 460px;
}

.indPartners #indGallery .swiper-slide {
    width: 100%;
    position: relative;
}

.indPartners #indGallery .swiper-slide .left {
    width: 45%;
    /* height: 360px; */
    margin-top: 50px;
    margin-left: 15px;
    padding: 60px 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: -3px 3px 10px #ccc;
    box-sizing: border-box;
}

.indPartners #indGallery .swiper-slide .left .title {
    font-size: 24px;
    margin-bottom: 40px;
}

.indPartners #indGallery .swiper-slide .left .infor {
    font-size: 14px;
    line-height: 1.8;
}

.indPartners #indGallery .swiper-slide .right {
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.indPartners #indGallery .swiper-slide .right img {
    width: 100%;
}

.indPartners #indThumbs {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #999;
}

.indPartners #indThumbs .swiper-slide .imgBox {
    width: 80%;
    margin: 5% auto;
    border-radius: 2px;
    transition: all .3s;
}

.indPartners #indThumbs img {
    width: 80%;
    margin-left: 6%;
}

#indThumbs .active .imgBox {
    box-shadow: -3px 3px 10px #eee;
    transition: all .3s;
}

.indPartners .iconList .swiper-slide {
    padding: 0 40px;
    box-sizing: border-box;
}

.indPartners .iconList .swiper-slide img {
    width: 85%;
    margin-top: 10%;
}

.iconList .iconListPage {
    text-align: center;
    margin-top: 20px;
}


.indPartners ul img {
    width: 70%;
    border-radius: 20px;
    transform: translateX(0) translateY(0);
    transition: all .3s;
}

@media only screen and (max-width:992px) {
    .indPartners {
        width: 100%;
        margin: 0 auto;
        padding-top: 20px
    }

    .indPartners #indGallery {
        height: auto;
    }

    .indPartners #indGallery .swiper-slide {
        width: 100%;
        position: relative;
    }

    .indPartners #indGallery .swiper-slide .left {
        width: 60%;
        /* height: 360px; */
        margin-top: 10px;
        margin-left: 15px;
        padding: 10px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: -3px 3px 10px #ccc;
        box-sizing: border-box;
        margin-bottom: 10px
    }

    .indPartners #indGallery .swiper-slide .left .title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .indPartners #indGallery .swiper-slide .left .infor {
        font-size: 12px;
        line-height: 1.8;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .indPartners #indGallery .swiper-slide .right {
        width: 80%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }

    .indPartners .iconList .swiper-slide img {
        width: 100%;
        margin-top: 10%;
    }

    .indPartners ul img {
        width: 100%;
        border-radius: 20px;
        transform: translateX(0) translateY(0);
        transition: all .3s;
    }

    .indPartners #indThumbs img {
        width: 100%;
        margin-left: 0;
    }

}

.al_zs {
    width: 80%;
    background: url(../images/1_55.png) no-repeat center 100px;
    overflow: hidden;
    margin: 50px auto;
    height: auto
}

.cg_al {
    background: url(../images/1_58.jpg) repeat-y center;
    overflow: hidden;
}

.cg_al h1 {
    font-size: 28px;
    color: #40779a;
    margin-bottom: 10px
}

.cg_al .l_m {
    width: 50%;
    position: relative;
    margin-bottom: 30px;
    float: left;
    text-align: left
}

.cg_al .l_m.rt {
    float: right;
}

.cg_al .n_r {
    width: 90%;
    background-color: rgba(255, 255, 255, .5);
    min-height: 130px;
    border-radius: 10px;
    border: 2px solid #40779a;
    padding: 15px;
    font-size: 14px;
    line-height: 26px;
    float: left;
}

.cg_al .l_m.rt .n_r {
    float: right;
}

.cg_al .n_r img {
    width: 100%;
    margin-top: 20px
}

.cg_al .d_d {
    position: absolute;
    top: 0;
    right: -30px;
    width: 60px;
    height: 60px;
    background: url(../images/1_56.png) no-repeat center;
}

.cg_al .l_m.rt .d_d {
    left: 0;
    margin-left: -30px;
    right: auto;
    margin-right: 0;
}

.cg_al .l_m:hover .d_d {
    background: url(../images/1_57.png) no-repeat;
}

@media only screen and (max-width:992px) {

    .cg_al h1 {
        font-size: 18px;
        color: #40779a;
        margin-bottom: 10px
    }

    .cg_al .n_r {
        width: 90%;
        background-color: #fff;
        min-height:  !important;
        border-radius: 10px;
        border: 2px solid #bf9867;
        padding: 10px;
        font-size: 14px;
        line-height: 24px;
        float: left;
    }

}

.qxcx {
    margin-top: 60px
}

.bdDiv .itemDiv {
    display: flex;
}

.bdDiv .itemDiv .imgDiv {
    margin: 5px;
    position: relative;
}

.bdDiv .itemDiv .imgDiv .textDiv {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #fff;
}

.bdDiv .itemDiv .imgDiv .textDiv .t1 {
    overflow: hidden;
}

.bdDiv .itemDiv .imgDiv .textDiv .t1 span {
    font-size: 12px;
    float: left;
}

.bdDiv .itemDiv .imgDiv .textDiv .t2 {
    text-align: left;
    font-size: 21px;
    font-family: fontB;
    margin-top: 15px;
    margin-bottom: 15px
}

.bdDiv .itemDiv .imgDiv .textDiv .t3 {
    text-align: left;
    font-size: 14px;
}

.bdDiv .itemDiv .imgDiv .t4 a {
    font-size: 12px;
    padding: 4px 30px 4px 20px;
    border: 1px solid #fff;
    position: absolute;
    bottom: 20px;
    left: 0;
    display: block;
    text-transform: uppercase;
    background: url(../images/jt1.png) no-repeat 80px center;
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.bdDiv .itemDiv .imgDiv .t5 {
    position: absolute;
    bottom: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

@media only screen and (max-width:992px) {
    .bdDiv .itemDiv {
        display: block;
        width: 100%;
    }

    .bdDiv .itemDiv .imgDiv img {
        width: 100%;
        height: auto
    }

    .bdDiv .itemDiv .imgDiv .textDiv .t2 {
        text-align: left;
        font-size: 16px;
        font-family: fontB;
        margin-top: 15px;
        margin-bottom: 15px
    }

    .bdDiv .itemDiv .imgDiv .textDiv .t3 {
        text-align: left;
        font-size: 12px;
    }

}

.qy_wh {
    width: 100%;
    padding: 50px 0 30px;
    text-align: center;
    overflow: hidden;
    background: #f9faff
}

.nbtt h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    color: #000
}

.nbtt h5 {
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 29px;
    text-align: center;
    font-weight: bold;
    color: #000
}

@media only screen and (max-width:992px) {
    .qxcx {
        margin-top: 20px
    }

    .nbtt h3 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
        text-align: center;
        font-weight: bold;
        color: #000
    }

    .nbtt h5 {
        font-size: 12px;
        line-height: 22px;
        text-transform: uppercase;
        margin-bottom: 10px;
        text-align: center;
        font-weight: bold;
        color: #000
    }

}

.sy_wy {
    width: 100%;
    padding: 50px 0px;
    position: relative;
    z-index: 9;
}

.sy_wy .container-fluid {
    padding: 0px;
}

.sy_wy .container .wy_js {
    width: 100%;
    text-align: center;
    line-height: 32px;
    font-size: 17px;
    color: #555;
    padding: 0px 150px;
}

.sy_wy .wy_con {
    width: 100%;
    position: relative;
    text-align: center
}

.sy_wy .wy_con .wy_img {
    width: 60%;
    height: auto;
    margin: 0 auto
}

.sy_wy .wy_con .wy_sa {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 13px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #40779a;
    border: 2px solid #4e627c;
    animation: sonar .8s ease-out infinite;
    position: absolute;
    top: 46%;
    left: 29%;
}

.sy_wy .wy_con .wy_sa.one {
    top: 67%;
    left: 67%;
}

.sy_wy .wy_con .wy_sa.two {
    top: 38%;
    left: 67%;
}

.sy_wy .wy_con .wy_sa.three {
    top: 53%;
    left: 64%;
}

.sy_wy .wy_con .wy_sa.four {
    top: 50%;
    left: 70%;
}

.sy_wy .wy_con span {
    display: block;
    cursor: pointer;
}

.sy_wy .wy_con .wy_wz {
    width: 280px;
    min-height: 250px;
    background-color: #fff;
    padding: 25px;
    position: absolute;
    top: 46px;
    left: 50%;
    margin-left: -140px;
    border: 1px solid #555;
    z-index: 999;
    color: #555;
    display: none;
}

.sy_wy .wy_con .wy_wz.on {
    display: block;
}

.sy_wy .wy_con .wy_wz .g_b {
    width: 30px;
    height: 30px;
    background-color: #333;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.sy_wy .wy_con .wy_wz:before {
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #555;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -10px;
}

.sy_wy .wy_con .wy_wz:after {
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -9px;
}

.sy_wy .wy_con .wy_wz .t_b {
    width: 100%;
    margin: 0 auto 10px;
}

.sy_wy .wy_con .wy_wz .t_b img {
    width: 100%
}

.sy_wy .wy_con .wy_wz h3 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 10px;
}

.sy_wy .wy_con .wy_wz p {
    font-size: 14px;
    color: #555;
    line-height: 24px;
    text-align: left
}

@media only screen and (max-width:992px) {
    .sy_wy {
        padding: 40px 0px;
    }

    .sy_wy .container .wy_js {
        line-height: 32px;
        font-size: 15px;
        padding: 0px 30px;
    }

    .sy_wy .wy_con .wy_wz {
        min-height: 220px;
        padding: 15px;
    }

    .sy_wy .wy_con .wy_wz.on {
        display: block;
    }

    .sy_wy .wy_con .wy_wz .t_b {
        width: 60px;
    }

    .sy_wy .wy_con .wy_wz h3 {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .sy_wy .wy_con .wy_wz p {
        font-size: 13px;
        line-height: 22px;
    }
}

@media only screen and (max-width:640px) {
    .sy_wy {
        padding: 20px 0px;
    }

    .sy_wy .container .wy_js {
        line-height: 24px;
        font-size: 13px;
        padding: 0px;
    }

    .sy_wy .wy_con .wy_wz {
        width: 200px;
        min-height: 200px;
        padding: 15px 10px;
        margin-left: -100px;
    }

    .sy_wy .wy_con .wy_wz .g_b {
        width: 26px;
        height: 26px;
        font-size: 14px;
        line-height: 26px;
        top: 5px;
        right: 5px;
    }

    .sy_wy .wy_con .wy_wz .t_b {
        width: 100%;
        margin: 0 auto 6px;
    }

    .sy_wy .wy_con .wy_wz h3 {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .sy_wy .wy_con .wy_wz p {
        font-size: 12px;
        line-height: 20px;
    }

    .sy_wy .wy_con .wy_img {
        width: 100%;
        height: auto;
        margin: 0 auto
    }

}

@keyframes sonar {
    0% {
        box-shadow: 0 0 0 0 #40779a, 0 0 4px 2px rgba(64, 119, 154, .4)
    }

    to {
        box-shadow: 0 0 0 10px rgba(255, 204, 0, 0), 0 0 4px 2px rgba(64, 119, 154, .4)
    }
}

@-o-keyframes sonar {
    0% {
        box-shadow: 0 0 0 0 #40779a, 0 0 4px 2px rgba(64, 119, 154, .4)
    }

    to {
        box-shadow: 0 0 0 10px rgba(255, 204, 0, 0), 0 0 4px 2px rgba(64, 119, 154, .4)
    }
}

@-ms-keyframes sonar {
    0% {
        box-shadow: 0 0 0 0 #40779a, 0 0 4px 2px rgba(64, 119, 154, .4)
    }

    to {
        box-shadow: 0 0 0 10px rgba(255, 204, 0, 0), 0 0 4px 2px rgba(64, 119, 154, .4)
    }
}

@-moz-keyframes sonar {
    0% {
        box-shadow: 0 0 0 0 #40779a, 0 0 4px 2px rgba(64, 119, 154, .4)
    }

    to {
        box-shadow: 0 0 0 10px rgba(255, 204, 0, 0), 0 0 4px 2px rgba(64, 119, 154, .4)
    }
}

@-webkit-keyframes sonar {
    0% {
        box-shadow: 0 0 0 0 #40779a, 0 0 4px 2px rgba(64, 119, 154, .4)
    }

    to {
        box-shadow: 0 0 0 10px rgba(255, 204, 0, 0), 0 0 4px 2px rgba(64, 119, 154, .4)
    }
}




.about {}

.about-con01 {}

.about-con01 dl {
    max-width: 900px;
    margin: 60px auto 0 auto;
}

.about-con01 dd {
    float: left;
    width: 33.33%;
}

.about-con01 dd p {
    margin-top: 0 !important;
    max-width: 160px;
}

.about-con01 dd h5 {
    margin-bottom: 10px;
    font-size: 24px;
    color: #40779a;
}

.about-con01 dd h5 span {
    font-size: 48px;
}

.about-con01 .fontp {
    text-align: justify;
    margin-top: 60px;
}

.about-con02 {}

.about-con02 .bg {}

.about-con02 .yuan {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    border: 1px solid #dbdbdb;
    text-align: center;
    float: left;
}

.about-con02 .yuan h5 {
    font-size: 20px;
    color: #40779a;
}

.about-con02 .yuan h6 {
    font-size: 38px;
    color: #40779a;
}

.about-con02 .yuan p {
    max-width: 300px;
    margin: 18px auto 0 auto;
    font-size: 14px;
    color: #333;
    line-height: 28px;
}

.about-con02 .yuan:hover {
    background: #dbdbdb;
}

.about-con02 li {
    /*margin-top:-116px;*/
    position: relative;
    background: url(../images/xian01.png) no-repeat center;
}

.about-con02 li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #40779a;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 344px;
    top: 50%;
    margin-top: -4px;
}

.about-con02 li .sj {
    content: "";
    width: 9px;
    height: 17px;
    background: url(../images/sjb.png) left center;
    display: block;
    position: absolute;
    left: calc(50% + 10px);
    top: 50%;
    margin-top: -9px;
}

.about-con02 li .date {
    position: absolute;
    left: 352px;
    top: 50%;
    width: calc(50% - 341px);
    line-height: 26px;
    margin-top: -26.5px;
    text-align: center;
    border-bottom: 1px solid #000;
}

.about-con02 li .pic {
    z-index: 3;
    position: absolute;
    top: 20px;
    right: 0;
    max-width: calc(50% - 20px);
    display: none;
}

.about-con02 li:nth-child(2n) .pic {
    right: auto;
    left: 0;
}

.about-con02 li:nth-child(2n) .yuan {
    float: right;
}

.about-con02 li:nth-child(1) {
    margin-top: 0;
}

.about-con02 li:nth-child(2n):before {
    left: auto;
    right: 344px;
}

.about-con02 li:nth-child(2n) .date {
    left: auto;
    right: 352px;
}

.about-con02 li:nth-child(2n) .sj {
    left: auto;
    right: calc(50% + 10px);
    background-position: right center !important;
}

/*.about-con02 li:nth-child(2n-1){margin-top:-117px;}*/
/*.about-con02 li:nth-child(1){margin:0;}*/
.about-con02 .swiper-container {
    width: 1200px;
    margin: 60px auto 40px auto;
    height: 2100px;
    padding: 3px 0;
}

.about-con02 .swiper-button-next {
    opacity: .5;
    background: url(../images/moreh.png);
    margin: 40px auto 0 auto;
    width: 28px;
    height: 28px;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.about-con02 .swiper-button-next:hover {
    opacity: 1;
}

.about-con02 .first {
    font-size: 14px;
    text-align: center;
    padding: 35px 0;
    color: #333;
}

.about-con02 .first p {
    font-size: 24px;
    margin-top: 12px;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.table {
    height: 100%;
    display: table;
    width: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

@media only screen and (max-width:992px) {
    .about {
        display: none
    }
}

.sy_bn {
    width: 100%;
    padding: 120px 0 0;
    background: url(../images/mb.jpg) no-repeat center;
    overflow: hidden;
    position: relative;
    height: 350px
}

.sy_bn:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
    opacity: 0.7;
    background-image: -webkit-linear-gradient(120deg, #0f5c87 0%, #390a5d 100%);
    background-image: -moz-linear-gradient(120deg, #0f5c87 0%, #390a5d 100%);
    background-image: -ms-linear-gradient(120deg, #0f5c87 0%, #390a5d 100%);
    background-image: -o-linear-gradient(120deg, #0f5c87 0%, #390a5d 100%);
    background-image: linear-gradient(120deg, #0f5c87 0%, #390a5d 100%);
}

.sy_bn .bn_wz {
    width: 80%;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    z-index: 99;
    position: relative
}

.sy_bn .bn_wz h1 {
    font-size: 28px;
    font-weight: normal;
    line-height: 60px;
}

@media only screen and (max-width:640px) {
    .sy_bn {
        padding: 110px 0 50px;
        background-attachment: scroll !important;
    }

    .sy_bn .sjx {
        height: 60px;
    }

    .sy_bn .sjx:before {
        border-top: 60px solid #fff;
    }

    .sy_bn .bn_wz h1 {
        font-size: 26px;
        line-height: 36px;
    }

    .sy_bn .bn_wz h3 {
        font-size: 16px;
    }
}

@media only screen and (max-width:990px) {
    .sy_bn {
        padding: 20px 0 20px;
        background-attachment: scroll !important;
        padding: 30px 0;
        height: auto;
        background: url(../images/mb1.jpg) no-repeat center;
    }

    .sy_bn .bn_wz h1 {
        font-size: 14px;
    }

    .sy_bn .bn_wz h3 {
        font-size: 14px;
        line-height: 22px;
    }
}


/*my*/
.ncontent {}

.ncontent img {
    max-width: 100%;
}

.ncontent .bt1 {
    text-align: center;
    font-size: 22px;
    min-height: 30px;
    line-height: 180%;
    ;
}

.ncontent .shijian1 {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.m_content {
    margin-top: 15px;
    line-height: 180%;
    font-size: 15px;
}

.m_content img {
    max-width: 100%;
    height: auto !important;
}

.shijian1 span {
    display: none;
}

@media only screen and (max-width:760px) {
    .ncontent .bt1 {
        font-size: 16px;
    }

    .m_content {
        font-size: 14px;
    }
}

/* 鑱氭按娼紭鍔� */
.advantages-cap {
    padding: 80px 0 28px;
    color: #666;
    text-align: center;
}

.advantages-cap h2 {
    font-size: 24px;
    line-height: 38px;
    font-weight: normal;
}

.advantages-cap-sub {
    font-size: 14px;
    line-height: 28px;
}

.advantages-content {
    height: 498px;
    overflow: hidden;
}

.advantages-item {
    height: 498px;
    width: 20%;
    float: left;
    border-right: 1px solid #e1e1e1;
    background: #f7f7f7;
    overflow: hidden;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    cursor: default;
}

.advantages-item:last-child {
    border-right: 0px;
}

.advantages-item h3 {
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    /*font-weight: normal;*/
}

.advantages-item h3 img {
    vertical-align: middle;
    margin-right: 12px;
}

.advantages-small {
    padding-top: 40px;
    height: 100%;
}

.advantages-small-body {
    width: 200px;
    margin: 0 auto;
    margin-top: 28px;
}

.advantages-fun {
    font-size: 16px;
    margin-top: 26px;
}

.advantages-fun span {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 16px;
    line-height: 30px;
    height: 32px;
    width: 90px;
    text-align: center;
    border: 1px solid #b5b5b5;
    cursor: default;
}

.advantages-fun span:nth-child(2n) {
    margin-right: 0;
}

.advantages-item.cur,
.advantages-item:hover {
    width: 40%;
    float: left;
    background: #00a7ff;
}

.advantages-big {
    color: #fff;
    position: relative;
    height: 100%;
    padding-top: 40px;
}

.advantages-about {
    width: 90%;
    margin: 0 auto;
    display: table;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition-delay: 0.18s;
    transition-delay: 0.18s;
}

.advantages-about .v-middle {
    height: 148px;
}

.advantages-about .v-middle div {
    vertical-align: middle;
    display: inline-block;
}

.advantages-about p {
    line-height: 22px;
    text-indent: 2em;
    vertical-align: middle;
    display: inline-block;
}

.advantages-about center {
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
}

.advantages-big-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.advantages-big-bottom img {
    max-width: 309px;
    width: 85%;
    margin-bottom: -30px;
    opacity: 0.0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out;
}

.advantages-data {
    height: 86px;
}

.advantages-item.cur .advantages-small,
.advantages-item:hover .advantages-small {
    display: none;
}

.advantages-item.cur .advantages-big,
.advantages-item:hover .advantages-big {
    display: block;
}

.advantages-item.cur .advantages-about {
    opacity: 1;
    filter: alpha(opacity=100);
}

.advantages-item.cur .advantages-big-bottom img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.advantages-case {
    width: 90%;
    margin: 0 auto;
    table-layout: fixed;
    position: relative;
    border-collapse: collapse;
    text-align: center;
}

.advantages-case td {
    border: 1px solid #fff;
    padding: 6px 0;
}

@media screen and (max-width: 640px) {
    .advantages-item {
        width: 24%;
    }

    .advantages-item.cur {
        width: 28%;
    }
}


@media screen and (min-width:761px) and (max-width:930px) {
    .advantages-item {
        width: 25%;
    }

    .advantages-item.cur {
        width: 25%;
    }

    .advantages-small-body {
        width: 180px;
    }

    .advantages-fun span {
        width: 80px;
    }

    .advantages-fun {
        font-size: 14px;
    }
}

@media screen and (max-width: 790px) {
    .advantages {
        background: #00a7ff;
    }

    .advantages-cap {
        color: #fff;
    }

    .advantages-content {
        overflow: unset;
    }

    .advantages-item,
    .advantages-item.cur,
    .advantages-item:hover {
        width: 100%;
        background: #00a7ff;
    }

    .advantages-small {
        display: none;
    }

    .advantages-big {
        display: block;
    }

    .advantages-about {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .advantages-big-bottom img {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

/* 鑱氭按娼紭鍔� */
.advantages2 {
    background: url(../images/background_adv.png) no-repeat right bottom;
    background-size: cover;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-bottom: 68px;
}

.advantages2-cap {
    padding: 20px 0 0;
    color: #fff;
    text-align: center;
}

.advantages2-cap h2 {
    font-size: 24px;
    line-height: 38px;
    font-weight: normal;
}

.advantages2-cap-sub {
    font-size: 14px;
    line-height: 28px;
    color: #ffffff80;
    margin: 12px 0 16px;
}

.advantages-box {
    width: 1080px;
    margin: -50 auto;
    font-size: 0;
    text-align: center;
    min-height: 540px;
}

.advantages-side {
    display: inline-block;
    font-size: 20px;
    margin-left: 850px;
    margin-top: 30px;
    width: 250px;
    position: relative;
    vertical-align: top;
}

.advantages-side:after {
    content: "";
    position: absolute;
    right: 245px;
    margin-top: -3px;
    width: 8px;
    height: 8px;
    background: #458df0;
    border-radius: 4px;
}

.advantages-side span {
    display: block;
    height: 137px;
    background: no-repeat 22px center;
    line-height: 137px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: left;
    opacity: 0.6;
    padding-left: 30px;
    border-LEFT: 1px solid #458df0;
}

.advantages-side span img {
    width: 20%;
    padding-right: 5px;
}


.advantages-side span:hover,
.advantages-side span.cur {
    color: #fff;
    border-left: 1px solid #fff;
    padding-left: 34px;
    opacity: 1;
    background-position-x: 28px;
}

/* span.advantages-side-1 {
    background-image: url(../images/function-off.png);
}

span.advantages-side-1:hover,
span.advantages-side-1.cur {
    background-image: url(../images/function-on.png);
}

span.advantages-side-2 {
    background-image: url(../images/system-off.png);
}

span.advantages-side-2:hover,
span.advantages-side-2.cur {
    background-image: url(../images/system-on.png);
}

span.advantages-side-3 {
    background-image: url(../images/service-off.png);
}

span.advantages-side-3:hover,
span.advantages-side-3.cur {
    background-image: url(../images/service-on.png);
}

span.advantages-side-4 {
    background-image: url(../images/price-off.png);
}

span.advantages-side-4:hover,
span.advantages-side-4.cur {
    background-image: url(../images/price-on.png);
} */

.advantages-main {
    display: inline-block;
    width: 700px;
    color: #fff;
    text-align: left;
    position: relative;
}

.advantages-img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 50px;
    width: 550px;
    height: 350px;
}

.advantages-main-item {
    position: absolute;
    top: 20px;
    top: 30px;
    left: 100px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.advantages-main-item.cur {
    top: 20px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.advantages-main-item h3 {
    line-height: 36px;
    margin-bottom: 17px;
    font-size: 24px;
    text-align: center;
    font-weight: normal;
}

.advantages-main-item h3 img {
    vertical-align: middle;
    margin-right: 10px;
    display: none;
}

.advantages-detail {
    line-height: 30px;
    font-size: 15px;
}

.advantages-fun-list {
    font-size: 0;
    text-align: center;
}

.advantages-fun-list li {
    display: inline-block;
    width: 112px;
    height: 32px;
    line-height: 32px;
    margin: 0 4px 8px 4px;
    background-color: #0a61e2;
    border: 1px solid #10a1fb;
    text-align: center;
    color: #8ccefe;
    font-size: 12px;
}

.advantages-numbrer {
    background-color: #0a61e2;
    height: 52px;
    display: table;
    width: 100%;
}

@media screen and (min-width: 0px) {

    .advantages-numbrer {
        background-color: rgba(10, 97, 226, 0.5);
        border: solid 1px rgba(16, 161, 251, 0.5);
    }
}

.advantages-numbrer-item {
    display: table-cell;
    text-align: center;
    color: #36eeff;
    font-size: 14px;
    vertical-align: bottom;
    padding-bottom: 3px;
}

.advantages-numbrer-item em {
    font-size: 36px;
}

@media screen and (max-width: 720px) {
    .advantages2 {
        background: #006fff;
    }

    .advantages2-cap-sub {
        margin-bottom: 0;
    }

    .advantages-box {
        width: 100%;
    }

    .advantages-main {
        width: 100%;
    }

    .advantages-detail {
        line-height: 20px;
        font-size: 11px;
    }

    .advantages-img {
        width: 60%;
        height: 40%;
    }

    .advantages-side {
        display: none;
    }

    .advantages-main-item {
        left: 0;
        max-width: 100%;
        text-align: center;
        opacity: 1;
        position: relative;
    }

    .advantages-main-item h3 {
        line-height: 24px;
        margin-bottom: 17px;
        font-size: 18px;
        text-align: center;
        font-weight: normal;
    }

    .advantages-main-item h3 img {
        display: inline-block;
    }



    .advantages-fun-list li {
        width: 100px;
    }

    .advantages-numbrer {
        height: 32px;
    }

    .advantages-numbrer-item {
        font-size: 10px;
    }

    .advantages-numbrer-item em {
        font-size: 18px;
    }
}