﻿@charset "utf-8";



html {

    font-size: 62.5%;

}



body {

    margin: 0px;

    font-size: 12px;

    color: #91989f;

    font-family: Arial, Helvetica, sans-serif, Microsoft YaHei;

    cursor: default;

}



* {

    padding: 0px;

    margin: 0px;

}



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-family: Arial, Helvetica, sans-serif, Microsoft YaHei;

}



h1,

h2,

h3,

h4,

h5,

h6 {

    list-style: none;

    font-weight: normal;

    color: #555;

}



input,

select,

button {

    font-size: 12px;

    font-family: Arial, Helvetica, sans-serif, Microsoft YaHei;

    border: 0;

    background: none;

    outline: none;

    vertical-align: middle;

}



button {

    overflow: visible

}



img {

    border: none;

}



li {

    list-style: none;

}



a {

    color: #91989f;

    text-decoration: none;

    -webkit-transition: all .3s;

    -moz-transition: all .3s;

    -ms-transition: all .3s;

    -o-transition: all .3s;

    transition: all .3s;

}



a:hover {

    color: #21298a;

}



.clear {

    overflow: hidden;

    clear: both;

    height: 0px;

}



.fl {

    float: left;

}



.fr {

    float: right;

}





.con {

    width: 80%;

    margin: 0 auto;

}



.container {

    width: 80%;

    margin: 0 auto

}



.top {

    width: 100%;

    height: 40px;

    background-color: #21298a;

    font-size: 14px;

    line-height: 40px;

    color: #fff;

}



.top .container {

    width: 80%;

}



.top .welcome {

    float: left;

}



.top .r_t {

    float: right;

    margin-top: 7px

}



.top .r_t ul li {

    float: left;

    position: relative;

    width: 26px;

    height: 26px;

    line-height: 26px;

    background: rgba(255, 255, 255, .2);

    border-radius: 50%;

    text-align: center;

    margin-left: 10px

}



.top .r_t ul li:hover {

    background: rgba(255, 255, 255, .5)

}



.top .r_t ul li a {

    color: #fff

}



@media only screen and (max-width:1600px) {

    .con {

        width: 90%;

        margin: 0 auto;

    }



    .container {

        width: 90%;

        margin: 0 auto

    }



}



@media only screen and (max-width:1520px) {

    .con {

        width: 90%;

        margin: 0 auto;

    }



    .container {

        width: 90%;

        margin: 0 auto

    }



}



@media only screen and (max-width:1440px) {}



@media only screen and (max-width:1279px) {}



@media only screen and (max-width:992px) {

    .con {

        width: 96%;

        margin: 0 auto;

    }



    .container {

        width: 96%;

        margin: 0 auto

    }



    .top {

        width: 100%;

        height: 40px;

        background-color: #21298a;

        font-size: 14px;

        line-height: 40px;

        color: #fff;

    }



    .top .container {

        width: 96%;

    }



}



@media only screen and (max-width:640px) {

    .top .welcome {

        display: none

    }



}



.header {

    width: 100%;

    position: relative;

    top: 0;

    left: 0;

    z-index: 9999;

    transition: all .5s;

    -o-transition: all .5s;

    -ms-transition: all .5s;

    -moz-transition: all .5s;

    -webkit-transition: all .5s;

    background: #fff;

}



.header.on {

    box-shadow: 0 0 10px #aaa;

    position: fixed;

    top: 0;

    left: 0;

}



.header .logo {

    width: 197px;

    float: left;

    margin: 15px 0;

    transition: all .5s;

    -o-transition: all .5s;

    -ms-transition: all .5s;

    -moz-transition: all .5s;

    -webkit-transition: all .5s;

}



.header .logo img {

    width: 100%;

    height: auto;

    display: block

}



.header .logo .img2 {

    display: none

}



.header .language {

    float: right;

    height: 32px;

    text-align: center;

    line-height: 32px;

    color: #333;

    margin-top: 27px;

    margin-left: 5px;

    cursor: pointer;

    position: relative;

    z-index: 9;

    font-size: 16px;

    margin-right: 35px;

    font-weight: bold

}



.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: #d5d8fc;

}



.header .s_ch {

    width: 30px;

    height: 30px;

    border-radius: 15px;

    background-color: #21298a;

    line-height: 30px;

    text-align: center;

    color: #fff;

    float: right;

    cursor: pointer;

    margin-top: 25.5px

}



.header .s_ch i {

    line-height: 30px

}



.header .an {

    position: absolute;

    top: 50%;

    right: 10px;

    height: 18px;

    width: 30px;

    display: none;

    transform: translate(0, -50%);

    -webkit-transform: translate(0, -50%);

    -moz-transform: translate(0, -50%);

    -ms-transform: translate(0, -50%);

    -o-transform: translate(0, -50%);

}



.header .an span {

    width: 30px;

    height: 2px;

    background-color: #333;

    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: 8px;

    left: 0;

}



.header .an span.a3 {

    top: 16px;

    left: 0;

}



.header .an.n span.a2 {

    display: none;

}



.header .an.n span.a1 {

    top: 8px;

    width: 30px;

    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: 8px;

    width: 30px;

    transform: rotate(135deg);

    -o-transform: rotate(135deg);

    -ms-transform: rotate(135deg);

    -moz-transform: rotate(135deg);

    -webkit-transform: rotate(135deg);

}



.header .nav {

    float: right;

    margin-right: 20px

}



.header .y_y {

    float: right;

    height: 26px;

    margin-top: 25px;

    margin-left: 15px;

    border: 1px solid #21298a;

    border-radius: 5px;

    overflow: hidden;

    transition: all .5s;

    -o-transition: all .5s;

    -ms-transition: all .5s;

    -moz-transition: all .5s;

    -webkit-transition: all .5s;

}



.header.on .y_y {

    margin-top: 25px;

}



.header .x_z {

    float: right;

    background: #21298a;

    width: 100px;

    height: 26px;

    line-height: 26px;

    border-radius: 5px;

    text-align: center;

    margin-top: 25px;

    font-size: 14px

}



.header .x_z a {

    color: #fff

}



.header .y_y:hover {

    border: 1px solid #21298a;

}



.header .y_y a {

    display: inline-block;

    width: 30px;

    height: 24px;

    font-size: 14px;

    line-height: 24px;

    color: #333;

    text-align: center;

    vertical-align: top;

}



.header .y_y:hover a {

    color: #008dd5;

}



.header .y_y a.on {

    color: #fff;

    background-color: #21298a;

}



.header.on .y_y a {

    display: inline-block;

    width: 30px;

    height: 24px;

    font-size: 14px;

    line-height: 24px;

    color: #333;

    text-align: center;

    vertical-align: top;

}



.header.on .y_y a.on {

    color: #fff;

    background-color: #21298a;

}



.header .nav i {

    font-size: 15px;

    color: #666;

    line-height: 54px;

    text-align: right;

    position: absolute;

    width: 50%;

    height: 54px;

    right: 0px;

    top: 50%;

    display: none;

    transform: translate(0, -50%);

    -webkit-transform: translate(0, -50%);

    -moz-transform: translate(0, -50%);

    -ms-transform: translate(0, -50%);

    -o-transform: translate(0, -50%);

    background: url(../images/icon001.png) right center no-repeat;

}



.header.on .nav {

    float: right;

}



.header .nav ul li {

    margin: 0 2px;

    line-height: 85px;

    float: left;

    position: relative;

    padding: 0 20px;

    transition: all .5s;

    -o-transition: all .5s;

    -ms-transition: all .5s;

    -moz-transition: all .5s;

    -webkit-transition: all .5s;

}



.header.on .nav ul li {

    line-height: 85px;

}



.header .nav ul li a {

    display: block;

    font-size: 16px;

    color: #333;

    text-transform: capitalize;

    font-weight: bold

}



.header .nav ul li.on a {

    color: #21298a;

}



.header.on .nav ul li.on a {

    color: #21298a;

}



.header.on .nav ul li a {

    display: block;

    font-size: 16px;

    color: #333;

}



.header:hover .nav ul li a {

    display: block;

    font-size: 16px;

    color: #333;

}



.header .nav ul li span {

    width: 0;

    height: 2px;

    background-color: #21298a;

    position: absolute;

    left: 50%;

    bottom: 0;

    transition: all .3s;

    -o-transition: all .3s;

    -ms-transition: all .3s;

    -moz-transition: all .3s;

    -webkit-transition: all .3s;

    transform: translate(-50%, 0);

    -webkit-transform: translate(-50%, 0);

    -moz-transform: translate(-50%, 0);

    -ms-transform: translate(-50%, 0);

    -o-transform: translate(-50%, 0);

}



.header.on .nav ul li span {

    background-color: #21298a;

}



.header:hover .nav ul li span {

    background-color: #21298a;

}



.header .nav ul li:hover span {

    width: 100%;

}



.header .nav ul li.on span {

    width: 100%;

}



.full_text {

    display: none

}



.full_text.on {

    display: block

}



.nav .y_j {

    position: relative;

}



.nav .e_j {

    width: 150px;

    background-color: rgba(255, 255, 255, 0.9);

    position: absolute;

    top: 85px;

    left: 0;

    display: none;

    z-index: 9999;

    border-radius: 0;

}



.header .nav .e_j.cp {

    width: 200px;

}



.header.on .nav .e_j {

    top: 85px;

}



/*.header.on .nav .e_j{box-shadow:0 2px 2px #aaa;}*/

.header .nav ul li .e_j a {

    display: block;

    font-size: 14px;

    font-weight: normal;

    color: #000;

    line-height: 50px;

    border-bottom: 1px solid rgba(0, 0, 0, 0.15);

    text-align: left;

    transition: all .3s;

    -o-transition: all .3s;

    -ms-transition: all .3s;

    -moz-transition: all .3s;

    -webkit-transition: all .3s;

    padding-left: 10px;

}



.header.on .nav ul li.on .e_j a {

    color: #21298a;

}



.nav .e_j .ejy {

    position: relative

}



.nav .e_j .s_j {

    width: 150px;

    background-color: rgba(255, 255, 255, 0.85);

    position: absolute;

    top: 0px;

    left: 150px;

    display: none;

    z-index: 9999;

    border-left: 1px solid rgba(0, 0, 0, 0.15);

    border-radius: 0;

}



.nav .e_j .s_j.jr {

    width: 120px;

}



.nav .e_j .s_j a {

    font-size: 14px !important;

}



.header .nav .e_j a:hover {

    background-color: #21298a;

    color: #fff;

    padding-left: 15px;

}



.header.on .nav ul li.on .e_j a:hover {

    color: #fff;

}



.nav ul li .e_j .ejy:hover .s_j {

    display: block

}



@media (min-width:1024px) {



    .header .nav .e_j {

        display: none !important;

    }



    .header .nav ul li:hover .e_j {

        display: block !important;

    }

}





@media (max-width:1368px) {



    .header .nav ul li .e_j a {

        display: block;

        font-size: 14px;

        color: #000;

        line-height: 38px;

    }



    .header .nav ul li {

        margin: 0 2px;

        line-height: 885px;

        float: left;

        position: relative;

        padding: 0 14px;

        transition: all .5s;

        -o-transition: all .5s;

        -ms-transition: all .5s;

        -moz-transition: all .5s;

        -webkit-transition: all .5s;

    }

}





@media (max-width:1200px) {

    .header .nav ul li {

        margin: 0 20px;

    }



    .header .nav ul li a {

        font-size: 16px;

    }

}



@media only screen and (max-width:1024px) {

    .header .logo {

        width: 140px;

        margin: 10px auto;

    }



    .header.on .logo {

        width: 140px;

        margin: 10px auto;

    }



    .header .an {

        display: block;

        right: 10px;

    }



    .header .an span {

        background-color: #999

    }



    .header.on .nav {

        width: 90%;

        top: 60px;

    }



    .header .language {

        margin-top: 15px

    }



    .header .nav {

        width: 90%;

        padding: 15px 5%;

        background-color: #fff;

        height: 100%;

        position: fixed;

        top: 100px;

        right: -100%;

        z-index: 9999;

        overflow: auto;

        transition: all .5s;

        -o-transition: all .5s;

        -ms-transition: all .5s;

        -moz-transition: all .5s;

        -webkit-transition: all .5s;

        margin-top: 0;

        box-sizing: border-box

    }



    .header .nav.on {

        right: 0;

    }



    .header.on .nav ul li a {

        font-size: 14px;

        color: #333;

    }



    .header.on .nav .e_j {

        top: 0;

    }



    .header .nav i {

        display: block;

    }



    .header .nav ul li {

        line-height: 40px;

        text-align: left;

        border-bottom: 1px solid #ccc;

        float: none;

        margin: 0;

        padding: 0

    }



    .header .nav ul li::after {

        background: rgba(0, 0, 0, 0);

    }



    .header.on .nav ul li {

        line-height: 40px;

    }



    .header .nav .e_j {

        width: 100%;

        border-top: 1px solid #ccc;

        background: none;

        position: relative;

        display: none;

        top: auto;

        left: auto;

        margin: 0;

        padding-bottom: 10px;

    }



    .header .nav ul li .e_j a {

        color: #666;

        text-align: left;

        line-height: 40px;

        font-size: 15px;

    }



    .header .nav ul li .e_j a:hover {

        color: #fff

    }



    .header .nav .e_j a {

        border-top: 0;

        font-size: 12px;

        color: #aaa;

        line-height: 32px;

    }



    .header .nav .e_j a:hover {

        background: none;

    }



    .header .nav ul li:hover .e_j {

        display: none;

    }



    .nav .e_j .s_j {

        width: 100%;

        position: relative;

        top: 0px;

        left: 0px;

        border: 0

    }



    .header .nav ul li a {

        font-size: 14px;

        color: #333;

    }



    .header:hover .nav ul li a {

        font-size: 14px;

    }



    .header .nav ul li:hover span {

        width: 0;

    }



    .header .nav ul li.on span {

        width: 0;

    }



    .header .y_y {

        margin-right: 60px

    }

}



@media only screen and (max-width:600px) {

    .header .container {

        padding: 0;

        /* overflow: hidden; */
        height: 60px;

        width: 94%

    }



    .header .s_ch {

        width: 30px;

        height: 30px;

        border-radius: 16px;

        line-height: 30px;

        text-align: center;

        color: #fff;

        float: right;

        cursor: pointer;

        font-weight: bold;

        font-size: 16px;

        margin-top: 16px;

        margin-right: 50px

    }



    .header .logo {

        width: 140px;

        margin: 10px auto;

    }



    .header.on .logo {

        width: 140px;

        margin: 10px auto;

    }



}



.head_h {

    height: 85px;

    display: block

}



@media only screen and (max-width:992px) {

    .head_h {

        height: 85px;

        display: none

    }



}







.search {

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, .8);

    position: fixed;

    top: 0;

    left: 0;

    z-index: 9999;

    display: none;

}



.search .sc_bj {

    width: 100%;

    padding: 150px 0;

    background-color: #21298a;

    position: relative;

}



.search .sc_gb {

    position: absolute;

    top: 50px;

    right: 50px;

    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;

    color: #fff;

}



.search .sc_nr {

    width: 500px;

    border-bottom: 1px solid #fff;

    margin: 0 auto;

}



.search input {

    width: 430px;

    height: 60px;

    font-size: 16px;

    line-height: 60px;

    color: #fff;

    float: left;

}



.search input::placeholder {

    color: #fff;

}



.search button {

    width: 60px;

    height: 60px;

    line-height: 60px;

    text-align: right;

    color: #fff;

    float: right;

}



.search button i {

    font-size: 20px;

}



@media only screen and (max-width:640px) {

    .search .sc_bj {

        padding: 100px 0;

    }



    .search .sc_gb {

        top: 20px;

        right: 20px;

    }



    .search .sc_gb i {

        font-size: 26px;

    }



    .search .sc_nr {

        width: 90%;

    }



    .search input {

        width: 85%;

        font-size: 15px;

    }



    .search button {

        width: 15%;

    }



    .search button i {

        font-size: 26px;

    }

}





.ban {

    width: 100%;

    position: relative;

    height: 90vh

}



.ban .swiper-slide img {

    width: 100%;

    display: block;

}



.ban .mb {

    width: 100%;

    height: 100%;

    display: block;

    position: absolute;

    left: 0;

    top: 0;

    text-align: center;

    background: rgba(0, 0, 0, 0.2)

}



.ban .mb h1 {

    font-size: 45px;

    line-height: 75px;

    font-weight: bold;

    color: #fff;

    padding-top: 50px;

    margin-bottom: 20px;

    text-align: center;

    margin-top: 15%;

    -webkit-transition: all 1s;

    -moz-transition: all 1s;

    -o-transition: all 1s;

    transition: all 1s;

    opacity: 0;

    -webkit-opacity: 0;

    -moz-opacity: 0;

    -webkit-transform: translate3d(0, 300px, 0);

    -ms-transform: translate3d(0, 300px, 0);

    transform: translate3d(0, 300px, 0);

    box-shadow: 0 0 #666 15px

}



.ban .mb h1.l2 {

    color: #21298a;

    margin-top: 15%;

}



.ban .swiper-slide-active h1 {

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

}



.ban .mb h4 {

    font-size: 30px;

    letter-spacing: 1px;

    text-transform: uppercase;

    color: #eee;

    text-align: center;

    -webkit-transition: all 1s;

    -moz-transition: all 1s;

    -o-transition: all 1s;

    transition: all 1s;

    opacity: 0;

    -webkit-opacity: 0;

    -moz-opacity: 0;

    -webkit-transform: translate3d(0, 300px, 0);

    -ms-transform: translate3d(0, 300px, 0);

    transform: translate3d(0, 300px, 0);

}



.ban .swiper-slide-active h4 {

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

}



.ban .swiper-pagination {

    bottom: 20px !important;

}



.ban .swiper-pagination-bullet {

    width: 8px;

    height: 8px;

    display: inline-block;

    border: #fff 1px solid;

    background: none;

    opacity: 1;

    border-radius: 50%;

    -moz-border-radius: 50%;

    -webkit-border-radius: 50%;

}



.ban .swiper-pagination-bullet.swiper-pagination-bullet-active {

    background: #21298a;

    border: #21298a 1px solid;

}



@media only screen and (max-width:992px) {

    .ban {

        width: 100%;

        position: relative;

        height: 23vh

    }



    .ban .mb {

        width: 100%;

        height: 100%;

        display: block;

        position: absolute;

        left: 0;

        text-align: center;

        background: rgba(0, 0, 0, 0.2)

    }



    .ban .mb h1 {

        font-size: 20px;

        margin-top: 0;

        line-height: 26px;

        padding-top: 20%;

        margin-bottom: 5px;

    }



    .ban .mb h4 {

        font-size: 16px;

        width: 90%;

        margin: 0 auto

    }



    .ban .swiper-pagination {

        bottom: 10px !important;

    }



    .ban .swiper-pagination-bullet {

        width: 10px;

        height: 10px;

    }



}



.tit {

    margin-bottom: 50px;

    text-align: center

}



.tit h1 {

    font-size: 36px;

    color: #333;

    margin-bottom: 15px;

    position: relative;

    text-transform: uppercase;

    font-weight: bold

}



.tit h1::after {

    content: " ";

    position: absolute;

    left: 50%;

    bottom: -16px;

    width: 50px;

    margin-left: -25px;

    height: 0;

    border: 2px solid #21298a;

}



.tit h3 {

    font-size: 14px;

    color: #666;

    margin-top: 25px;

    line-height: 1.8;

}



.tit p {

    text-align: center;

    font-size: 18px;

    margin-top: 35px;

    text-transform: uppercase;

}



.titi {

    margin-bottom: 50px;

    text-align: center

}



.titi h1 {

    font-size: 36px;

    color: #333;

    margin-bottom: 15px;

    position: relative;

    text-transform: capitalize;

    font-weight: bold

}



.titi h1::after {

    content: " ";

    position: absolute;

    left: 50%;

    bottom: -16px;

    width: 60px;

    margin-left: -30px;

    height: 0;

    border: 2px solid #21298a;

}



.titi h3 {

    font-size: 14px;

    color: #696969;

    margin-top: 25px;

    line-height: 1.8;

}



.titi p {

    text-align: center;

    font-size: 18px;

    margin-top: 35px;

    text-transform: capitalize;

    color: #696969;

}



@media only screen and (max-width:992px) {

    .tit {

        margin-bottom: 20px;

        text-align: center

    }



    .tit h1 {

        font-size: 20px;

        color: #333;

        margin-bottom: 15px;

        position: relative;

        text-transform: uppercase;

        font-weight: bold

    }



    .tit h1::after {

        content: " ";

        position: absolute;

        left: 50%;

        bottom: -16px;

        width: 40px;

        margin-left: -20px;

        height: 0;

        border: 2px solid #21298a;

    }



    .tit h3 {

        font-size: 12px;

        color: #666;

        margin-top: 25px;

        line-height: 1.8;

    }



    .tit p {

        text-align: center;

        font-size: 14px;

        margin-top: 25px;

        text-transform: uppercase;

        line-height: 26px

    }



    .titi {

        margin-bottom: 20px;

        text-align: center

    }



    .titi h1 {

        font-size: 20px;

        color: #333;

        margin-bottom: 15px;

        position: relative;

        text-transform: capitalize;

        font-weight: bold

    }



    .titi h1::after {

        content: " ";

        position: absolute;

        left: 50%;

        bottom: -16px;

        width: 40px;

        margin-left: -20px;

        height: 0;

        border: 2px solid #21298a;

    }



    .titi h3 {

        font-size: 12px;

        color: #696969;

        margin-top: 25px;

        line-height: 1.8;

    }



    .titi p {

        text-align: center;

        font-size: 14px;

        margin-top: 35px;

        text-transform: capitalize;

        color: #696969;

    }



}



.sy_about {

    padding: 60px 0;

    overflow: hidden;

    background: url(../images/ind-abo-bg.jpg) center / 80% no-repeat;

    margin: 30px 0 0px

}



.sy_about h3 {

    font-size: 36px;

    color: #333;

    margin-bottom: 40px;

    position: relative;

}



.sy_about h3::after {

    content: " ";

    position: absolute;

    left: 50%;

    bottom: -12px;

    width: 60px;

    margin-left: -30px;

    height: 0;

    border: 1px solid #21298a;

}



.sy_about .nr {

    font-size: 16px;

    width: 600px;

    float: right;

    text-align: justify;

}



.sy_about .nr p {

    margin-bottom: 15px;

    line-height: 1.8;

    color: #333;

}





.sy_about .nr .more a {

    font-size: 18px;

    text-transform: capitalize;

    color: #21298a;

    text-align: center;

    line-height: 32px;

    margin-bottom: 30px;

    display: inline-block;

    position: relative

}



.sy_about .nr .more a span {

    width: 0;

    height: 2px;

    background-color: #21298a;

    position: absolute;

    left: 50%;

    bottom: 0;

    transition: all .3s;

    -o-transition: all .3s;

    -ms-transition: all .3s;

    -moz-transition: all .3s;

    -webkit-transition: all .3s;

    transform: translate(-50%, 0);

    -webkit-transform: translate(-50%, 0);

    -moz-transform: translate(-50%, 0);

    -ms-transform: translate(-50%, 0);

    -o-transform: translate(-50%, 0);

}



.sy_about .nr .more a:hover span {

    width: 100%

}



/* 我们的业务 */

.trade-content {

    padding: 60px 0;

    background-color: #fafafe;

}



.trade-title {

    font-size: 24px;

    color: #333;

    text-align: center;

    margin: 50px 0;

    position: relative;

}



.trade-title:before {

    content: "";

    position: absolute;

    width: 0;

    height: 0;

    bottom: -19px;

    left: 50%;

    transform: translateX(-50%);

    border: 6px solid;

    border-color: #20B09F transparent transparent;

}



.trade-title:after {

    content: "";

    position: absolute;

    width: 52px;

    height: 3px;

    background-color: #20B09F;

    bottom: -8px;

    left: 50%;

    transform: translateX(-50%);

}



.trade-black {}



.trade-box {

    width: 80% !important;

    margin: 0 auto;

    position: relative;

    transition: all .3s ease;

}



.trade-box-list {

    display: flex;

    flex-direction: row;

    justify-content: center;

    align-items: center;

}



.trade-box-item {

    flex: 1;

    text-align: center;

    position: relative;

    margin-right: 3px

}



.trade-content .trade-box-item:before {

    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    background-color: rgba(0, 0, 0, .4);

    transition: all .4s cubic-bezier(.4, 0, .2, 1);

}



.trade-box-item a {

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}



.trade-box-item .box {

    width: 100%

}



a,

button,

input,

textarea {

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    -moz-transition: all .3s ease;

    -webkit-transition: all .3s ease;

    transition: all .3s ease;

}



.item-logo {

    margin: 0 auto;

    display: block;

}



.trade-content .trade-box-item .item-logo {

    position: relative;

    width: 60px;

    margin: 70px auto 0;

    transition: all .4s cubic-bezier(.4, 0, .2, 1);

}



.item-logo img {

    display: block;

    margin: 0 auto;

    max-width: 100%;

}



.item-title {

    font-size: 18px;

    font-weight: bold;

    color: #fff;

    padding: 20px 0;

    position: relative;

}



.trade-content .item-title:before {

    content: "";

    position: relative;

    display: block;

    width: 20px;

    border-bottom: 2px solid #fff;

    margin: 0 auto 20px;

    transition: all .4s cubic-bezier(.4, 0, .2, 1);

}



.item-text {

    position: relative;

    transition: all .4s cubic-bezier(.4, 0, .2, 1);

    opacity: 0;

    margin-top: 10px;

}



.item-text p {

    color: #fff;

    font-size: 16px;

    padding: 0 10px;

    border: #fff 1px solid;

    width: 100px;

    margin: 0 auto;

    line-height: 32px;

    font-size: 14px

}



.trade-content .trade-box-item:hover .item-text {

    display: block;

    opacity: 1;

    margin-top: 0;

}



.trade-content .trade-box-item:hover:before {

    background-color: rgba(33, 41, 138, .8);

}



.trade-content .trade-box-item:hover .item-logo {

    margin-top: -20px;

}



.trade-content .trade-box-item:hover .item-title:before {

    opacity: 0;

    margin-bottom: 0;

}



@media only screen and (max-width:1600px) {

    .trade-box {

        width: 90% !important;

        margin: 0 auto;

        position: relative;

        transition: all .3s ease;

    }



}



@media only screen and (max-width:1520px) {

    .trade-box {

        width: 90% !important;

        margin: 0 auto;

        position: relative;

        transition: all .3s ease;

    }



}



.sy_ys {

    padding: 60px 0;

    background-color: #fafafe;

}



.sy_ys .five-part {

    width: 19.2%;

    height: auto;

    float: left;

    text-align: center;

    border: #eee 1px solid;

    box-sizing: border-box;

    margin-right: 1%;

    box-sizing: border-box;

    margin-bottom: 1%;

    padding-bottom: 10px;

    background: #fff

}



.sy_ys .five-part:nth-child(5n) {

    margin-right: 0;

}



.sy_ys .five-part:hover {

    box-shadow: 0px 5px 20px 0px rgba(169, 180, 190, 0.2);

}



.sy_ys .five-value-img {

    width: 70px;

    height: 70px;

    margin: 30px auto 20px;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

}



.sy_ys .five-value-img img {

    width: 100%

}



.sy_ys .five-part:hover .five-value-img {

    -webkit-transform: rotateY(360deg);

    -moz-transform: rotateY(360deg);

    -o-transform: rotateY(360deg);

    -ms-transform: rotateY(360deg);

    transform: rotateY(360deg);

}





.sy_ys .span-line {



    display: block;

    margin-top: 10px;

    font-size: 18px;

    font-weight: 400;

    color: #777;

    width: 90%;

    margin: 0 auto;

    line-height: 28px

}



/* index05wrap */

.index05wrap {

    width: 100%;

    box-sizing: border-box;

    position: relative;

    background-color: rgb(248, 246, 243);

    padding: 60px 0;

}



.index05wrap .top1 {

    width: 100%;

    box-sizing: border-box;

    display: flex;

    display: -webkit-flex;

    -webkit-justify-content: space-between;

    justify-content: space-between;

    margin-bottom: 40px;

}



.index05wrap .top1 .left {

    width: 50%;

    box-sizing: border-box;

    padding-left: calc((100% - 1200px)/2);

    position: relative;

}



.index05wrap .top1 .left .bgfont {

    font-size: 170px;

    color: #222222;

    opacity: 0.05;

    font-weight: bold;

    text-transform: uppercase;

    position: absolute;

    left: 0;

    letter-spacing: 26px;

    top: 30px;

}



.index05wrap .top1 .left .cont {

    width: 100%;

    padding-top: 100px;

    border-left: 1px solid #ddd;

    box-sizing: border-box;

    padding-left: 40px;

    position: relative;

}



.index05wrap .top1 .left .cont::before {

    content: '';

    display: block;

    width: 3px;

    height: 30px;

    position: absolute;

    left: -2px;

    top: 200px;

    background-color: #21298a;

}



.index05wrap .top1 .left .cont .tl {

    font-size: 36px;

    color: #222222;

    font-weight: bold;

    margin-bottom: 60px;

}



.index05wrap .top1 .left .cont .list {

    width: 100%;

    box-sizing: border-box;

}



.index05wrap .top1 .left .cont .list .item h3 {

    font-size: 24px;

    color: #222222;

    font-weight: bold;

    margin-bottom: 30px;

}



.index05wrap .top1 .left .cont .list .item h4 {

    font-size: 15px;

    color: #666666;

    line-height: 26px;

    margin-bottom: 50px;

    padding-right: 100px;

    box-sizing: border-box;

}



.index05wrap .top1 .left .cont .list .item .more {

    width: 150px;

    height: 40px;

    line-height: 40px;

    background: #21298a;

    transition: all .3s;

    display: block;

    text-align: center;

    color: #fff;

    font-size: 18px;

}



/*.index05wrap .top .left .cont .list .item .more::after{background-color: transparent;}*/

/*.index05wrap .top .left .cont .list .item .more:hover{background-color: transparent;}*/

.index05wrap .top1 .gallery-thumbs .swiper-wrapper .swiper-slide {

    opacity: 0 !important;

}



.index05wrap .top1 .gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {

    opacity: 1 !important;

}



.index05wrap .top1 .right {

    width: 50%;

    box-sizing: border-box;

    overflow: hidden;

}



.index05wrap .top1 .right img {

    display: block;

    width: 100%;

    transition: all .6s;

    border-bottom-left-radius: 340px;

}





.index05wrap .bot {

    width: 100%;

    overflow: hidden;

    box-sizing: border-box;

    position: relative;

}



.index05wrap .bot .gallery-thumbs .swiper-slide a {

    display: block;

    width: 100%;

}



.index05wrap .bot .gallery-thumbs .swiper-slide a .imgbox {

    width: 100%;

    box-sizing: border-box;

    opacity: 0.5;

}



.index05wrap .bot .gallery-thumbs .swiper-slide a .imgbox img {

    display: block;

    width: 100%;

}



.index05wrap .bot .gallery-thumbs .swiper-slide.swiper-slide-thumb-active a .imgbox {

    opacity: 1;

}



.index05wrap .bot .gallery-thumbs .swiper-slide a .text {

    width: 100%;

    display: flex;

    display: -webkit-flex;

    -webkit-justify-content: flex-start;

    justify-content: flex-start;

    -webkit-align-items: center;

    align-items: center;

    font-size: 18px;

    color: #222222;

    box-sizing: border-box;

    margin-top: 20px;

}



.index05wrap .bot .gallery-thumbs .swiper-slide a .text::before {

    content: '';

    display: block;

    width: 30px;

    height: 1px;

    background-color: #222;

    margin-right: 10px;

}



.index05wrap .bot .gallery-thumbs .swiper-slide.swiper-slide-thumb-active a .text {

    color: #21298a;

}



.index05wrap .bot .gallery-thumbs .swiper-slide.swiper-slide-thumb-active a .text::before {

    background-color: #e6771b;

}



.index05wrap .swiper-button-next,

.index05wrap .swiper-button-prev {

    width: 45px;

    height: 45px;

    background-color: #FFFFFF;

    display: flex;

    display: -webkit-flex;

    -webkit-justify-content: center;

    justify-content: center;

    -webkit-align-items: center;

    align-items: center;

    background-image: none;

    font-size: 18px;

    color: #222;

    margin-top: -38px;

    outline: none;

}



.index05wrap .swiper-button-next {

    right: 0;

}



.index05wrap .swiper-button-prev {

    left: 0;

}





.anli {

    width: 100%;

    padding: 60px 0;

    overflow: hidden;

    background-color: #fafafe;

}



.anli ul {

    position: relative;

    margin: 0 auto;

    width: 81%;

}



.anli ul li {

    float: left;

    width: 25%;

    padding: 10px;

    box-sizing: border-box;

    position: relative;

}



.anli ul li i {

    display: block;

    width: 100%;

    padding-bottom: 80%;

    position: relative

}



.anli ul li i img {

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0

}



.anli ul li h3 {

    display: block;

    position: absolute;

    bottom: 10px;

    background-color: rgba(33, 41, 138, 0.5);

    color: #fff;

    width: calc(100% - 20px);

    text-align: center;

    text-overflow: ellipsis;

    overflow: hidden;

    white-space: nowrap;

    line-height: 40px;

    font-size: 16px;

    font-weight: normal;

    transition: all 0.6s;

}



.anli ul li:hover h3 {

    opacity: 0;

    transition: all 0.6s;

}



.anli ul li .anlizi {

    position: absolute;

    width: calc(100% - 20px);

    height: calc(100% - 20px);

    background: rgba(33, 41, 138, 0.9);

    z-index: 2;

    display: flex;

    align-items: center;

    text-align: center;

    flex-direction: column;

    justify-content: center;

    opacity: 0;

    transition: all 0.6s;

    transform: rotateY(180deg) scale(0.5, 0.5);

}



.anli ul li .anlizi em {

    display: block;

    border: #fff 1px solid;

    border-radius: 100px;

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    text-align: center;

    flex-direction: column;

    justify-content: center;

    color: #fff;

    font-size: 20px;

    font-style: normal

}



.anli ul li .anlizi p {

    display: block;

    color: #fff;

    font-size: 16px;

    width: 90%;

    margin: 0 auto;

    margin-top: 20px

}



.anli ul li:hover .anlizi {

    opacity: 1;

    transition: all 0.6s;

    opacity: 1;

    filter: alpha(opacity=100);

    -webkit-transform: rotateY(0deg) scale(1, 1);

    -moz-transform: rotateY(0deg) scale(1, 1);

    -ms-transform: rotateY(0deg) scale(1, 1);

    -o-transform: rotateY(0deg) scale(1, 1);

    transform: rotateY(0deg) scale(1, 1);

}



@media only screen and (max-width:1600px) {

    .anli ul {

        position: relative;

        margin: 0 auto;

        width: 91%;

    }



}



@media only screen and (max-width:1520px) {

    .anli ul {

        position: relative;

        margin: 0 auto;

        width: 91%;

    }



}



@media only screen and (max-width:1200px) {

    .anli {

        margin: 0 auto

    }



    .anli ul li h3 {

        bottom: 5px;

        width: calc(100% - 10px);

        line-height: 25px

    }



}



@media only screen and (max-width:992px) {

    .anli {

        width: 100%;

        padding: 20px 0 20px;

        overflow: hidden;

    }



    .anli ul {

        position: relative;

        margin: 0 auto;

        width: 100%;

    }



    .anli ul li {

        float: left;

        width: 50%;

        padding: 10px;

        box-sizing: border-box;

        position: relative;

    }



    .anli ul li .anlizi {

        position: absolute;

        width: calc(100% - 20px);

        height: calc(100% - 20px);

        background: rgba(153, 102, 0, 0.9);

        z-index: 2;

        display: flex;

        align-items: center;

        text-align: center;

        flex-direction: column;

        justify-content: center;

        opacity: 0;

        transition: all 0.6s;

        transform: rotateY(180deg) scale(0.5, 0.5);

    }



    .anli ul li h3 {

        display: block;

        position: absolute;

        bottom: 10px;

        color: #fff;

        width: calc(100% - 20px);

        text-align: center;

        text-overflow: ellipsis;

        overflow: hidden;

        white-space: nowrap;

        line-height: 30px;

        font-size: 14px;

        font-weight: normal;

        transition: all 0.6s;

    }

}











/*新闻*/

.zxzx {

    overflow: hidden;

    margin-bottom: 20px;

    padding: 60px 0

}



.zxzx .con {

    width: 80%

}



.zxzx ul {

    margin-top: 40px

}



.zxzx ul li {

    width: 23.5%;

    float: left;

    margin-right: 2%;

    background: #f6f6f6

}



.zxzx ul li:nth-child(4) {

    margin-right: 0;

}



.zxzx ul li .tp {

    width: 100%;

    position: relative

}



.zxzx ul li .tp img {

    width: 100%

}



.zxzx ul li .rq {

    position: absolute;

    z-index: 100;

    -webkit-transition: transform .3s ease-in-out, background-color .2s ease-in-out;

    transition: transform .3s ease-in-out, background-color .2s ease-in-out;

    background-color: #21298a;

    width: 58px;

    padding-top: 13px;

    padding-bottom: 13px;

    color: #fff;

    left: 0;

    top: 0

}



.zxzx ul li .rq .month {

    font-size: 12px;

    line-height: 16px;

    display: block;

    text-align: center

}



.zxzx ul li .rq .day {

    font-size: 28px;

    line-height: 28px;

    font-weight: 700;

    margin-bottom: 2px;

    display: block;

    text-align: center

}



.zxzx ul li .rq .year {

    font-size: 12px;

    line-height: 16px;

    color: #eee;

    -webkit-transition: color .1s ease-in-out;

    transition: color .1s ease-in-out;

    display: block;

    text-align: center

}



.zxzx ul li:hover .rq {

    background: #bc510b;

    transform: translateY(-5px);



    -wbkit-transform: translateY(-5px);



    -o-transform: translateY(-5px);



    -moz-transform: translateY(-5px);



    transition: all 0.3s;



    -wbkit-transition: all 0.3s;



    -o-transition: all 0.3s;



    -moz-transition: all 0.3s;

}



.zxzx ul li .text {

    width: 333px;

    margin: 0 auto;

    padding: 20px 0

}



.zxzx ul li h3 {

    font-size: 22px;

    width: 100%;

    text-overflow: ellipsis;

    white-space: nowrap;

    overflow: hidden;

    margin-bottom: 10px;

    color: #333;

    font-weight: bold

}



.zxzx ul li p {

    line-height: 28px;

    font-size: 18px;

    color: #666;

    display: -webkit-box;

    overflow: hidden;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

}



.zxzx ul li .sj {

    border: #21298a 1px solid;

    width: 100px;

    line-height: 28px;

    display: block;

    margin-top: 20px;

    text-align: center;

    color: #21298a

}



.zxzx ul li:hover {

    box-shadow: 0px 0px 10px #ccc;

    transform: translateY(-5px);



    -wbkit-transform: translateY(-5px);



    -o-transform: translateY(-5px);



    -moz-transform: translateY(-5px);



    transition: all 0.3s;



    -wbkit-transition: all 0.3s;



    -o-transition: all 0.3s;



    -moz-transition: all 0.3s;

}





/*index-contact*/



.index-contact {





    padding: 45px 0;



    background-image: url(../images/contact-bg.jpg);



    background-repeat: no-repeat;



    background-size: cover;



    background-attachment: fixed;



    background-position: center top;



    position: relative;



}



.index-contact .cover {



    position: absolute;



    top: 0;



    bottom: 0;



    left: 0;



    right: 0;



    background: rgba(0, 0, 0, 0.5);



    z-index: 1;



}



.index-contact .s {



    position: relative;



    z-index: 100;



}



.index-contact h6 {



    font-size: 32px;



    color: #fff;



    line-height: 40px;



}



.index-contact p {



    line-height: 60px;



    font-size: 20px;



    color: #eee;



}



.index-contact .btn {



    position: absolute;



    top: 50%;



    right: 120px;



    display: block;



    width: 200px;



    margin-top: -25px;



    border: 1px #fff solid;



    text-align: center;



    border-radius: 3px;



}



.index-contact .btn a {



    display: block;



    height: 48px;



    line-height: 48px;



    font-size: 18px;

    text-transform: uppercase;



    color: #fff;



}



/* start footer */

.footer_bg {

    background: #2b2b2b;

    width: 100%;

    padding: 0 0;

}



.footer {

    width: 80%;

    margin: 0 auto;

    padding: 20px 0;

    z-index: 999

}



.footer .zuo3 {}



.footer .zuo3 ul li {

    float: left;

    width: 25%

}



.footer .zuo3 ul li:nth-child(1) {

    width: 20%

}



.footer .zuo3 ul li:nth-child(2) {

    width: 20%

}



.footer .zuo3 ul li:nth-child(3) {

    width: 35%

}



.footer .d_jh {

    padding-top: 20px

}



.footer .d_jh a {

    width: 30px;

    height: 30px;

    font-size: 22px;

    color: #666;

    line-height: 30px;

    text-align: center;

    float: left

}



.footer .d_jh a i {

    line-height: 30px;

    margin-right: 10px;

    font-size: 22px

}



.footer .zuo3 ul li .tit1 {

    overflow: hidden

}



.footer .zuo3 ul li .tit1 a {

    font-size: 22px;

    font-weight: bold;

    color: #fff;

    line-height: 36px;

    display: block

}



.footer .zuo3 ul li .line {

    margin-bottom: 20px;

    height: 2px;

    margin-top: 10px

}



.footer .zuo3 ul li .line span {

    width: 15px;

    height: 1px;

    background: #21298a;

    -webkit-transition: all 1s;

    -moz-transition: all 1s;

    -o-transition: all 1s;

    transition: all 1s;

    display: block

}



.footer .zuo3 ul li:hover .line span {

    width: 50px;

    height: 1px;

}



.footer .zuo3 ul li a {

    display: block;

    line-height: 36px;

    font-size: 16px;

    color: #fafafa;

}



.footer .zuo3 i {

    color: #fafafa;

    margin-right: 10px

}



.footer .d_y {

    margin-bottom: 5px;

    color: #fff;

    font-size: 18px

}



.footer .btnn {

    margin: 20px 0 10px;

    background: #fff;



    border-radius: 0;

    padding: 5px 15px;

    border-radius: 4px;

    width: 160px;

    text-align: center;

    font-size: 16px;

    text-transform: uppercase

}



.footer .zuo3 .btnn a {

    color: #5b3e04;

}



.footer .btnn:hover {

    background: rgba(255, 255, 255, .8)

}



.footer .btnn:hover .zuo3 .btnn a {

    color: #333

}



.lxwm {

    color: #fafafa;

    line-height: 36px;

    font-size: 16px

}



.footer .zuo3 ul li a:hover {

    color: #eee

}



.footer .zuo3 ul li.lx {

    padding-right: 0

}



.dzwz {

    line-height: 30px;

    color: #999;

    font-size: 14px;

    float: left;

    width: 350px;

    margin-top: 20px;

}



.dzwz p {

    line-height: 30px;

    color: #999;

    font-size: 14px;

    text-transform: capitalize

}



.dzwz p.p1 {

    background: url(../images/fd-img2.png) left center no-repeat

}



.dzwz p.p2 {

    background: url(../images/fd-img1.png) left center no-repeat

}



.dzwz p.p3 {

    background: url(../images/fd-img4.png) left center no-repeat

}



.footer .you3 {

    width: 150px;

    float: right;

}



.footer .you3 .weixin {

    width: 120px;

    padding-top: 20px;

    float: right;

    line-height: 30px;

    color: #fff;

    text-align: center;

    font-size: 14px;

}



.footer .you3 .weixin img {

    width: 100%

}



.footer .you3 .dian {

    width: 230px;

    float: left;

}



.footer .you3 .dian h2 {

    font-size: 20px;

    line-height: 50px;

    color: #fff;

    padding-top: 20px;

}



.footer .you3 .dian p {

    line-height: 30px;

    font-size: 14px;

    color: #fff;

    text-align: left

}



.footer_btm {

    margin: 0 auto;

    width: 100%;

    padding: 20px 0

}



.copy {

    width: 1200px;

    margin: 0 auto

}



.copy p {

    font-size: 16px;

    text-transform: uppercase;

    color: #fff;

    text-align: center

}



.copy p a {

    color: #ffffff;

    -webkit-transition: 0.9s;

    -moz-transition: 0.9s;

    -o-transition: 0.9s;

    transition: 0.9s;

}



@media only screen and (max-width:992px) {

    .copy {

        width: 100%;

        margin: 0 auto

    }



    .copy p {

        font-size: 14px;

        text-transform: uppercase;

        color: #fff;

        text-align: center

    }



    .copy p a {

        color: #ffffff;

        -webkit-transition: 0.9s;

        -moz-transition: 0.9s;

        -o-transition: 0.9s;

        transition: 0.9s;

    }



}







.fh_top {

    width: 46px;

    height: 46px;

    background-color: #21298a;

    display: none;

    position: fixed;

    right: 0;

    bottom: 0;

    z-index: 999;

}



.fh_top img {

    width: 100%;

    height: auto;

}



.nban {

    width: 100%;

    position: relative;

}



.nban .mb {

    width: 100%;

    height: 100%;

    position: absolute;

    left: 0;

    top: 0;

    background: rgba(194, 23, 41, 0);

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}



.nban .mb .box {

    width: 100%;

}



.nban .mb .box h2 {

    font-size: 38px;

    text-align: center;

    color: #fff;

    font-weight: bold;

    margin-bottom: 20px;

    text-transform: uppercase

}



.nban .mb .box h4 {

    font-size: 16px;

    color: #fff;

    text-align: center;

}

.nban .mb .box h4 a{

    font-size: 16px;

    color: #fff;

    text-align: center;

}



.nban img {

    width: 100%;

    display: block;

}





.ny_gywm .gsjj {

    overflow: hidden;

    padding-top: 60px;

    padding-bottom: 60px;

}



.ny_gywm .gsjj .gk {

    font-size: 16px;

    line-height: 1.8;

    margin-bottom: 30px;

    color: #444;

    padding-bottom: 30px;

}



.ny_gywm .gsjj .gk p {

    text-indent: 2em;

    margin-bottom: 10px

}



.ny_gywm .gsjj .tp {

    width: 670px;

    overflow: hidden;

}



.ny_gywm .gsjj .tp img {}



.ny_gywm .gsjj .wz {

    width: 480px;

}



.ny_gywm .gsjj .wz h3 {

    font-size: 20px;

    color: #21298a;

    margin: 50px 0 5px;

    position: relative;

    padding-top: 10px;

    text-transform: uppercase;

}



.ny_gywm .gsjj .wz h3::before {

    content: "";

    display: block;

    width: 24px;

    height: 3px;

    background-color: #666;

    position: absolute;

    left: 0;

    top: 0;

}



.ny_gywm .gsjj .wz h4 {

    font-size: 28px;

    color: #333;

    margin-bottom: 30px;

}



.ny_gywm .gsjj .wz p {

    line-height: 28px;

    font-size: 16px;

    color: #555;

    text-indent: 2em;

    text-align: justify;

}



.ny_gywm .gsjj .nr {

    margin: 30px 0

}



.ny_gywm .gsjj .nr p {

    line-height: 28px;

    font-size: 14px;

    color: #555;

    margin-bottom: 20px;

    text-indent: 2em;

}



.about-ab-three {

    overflow: hidden;

    padding: 50px 0;

    width: 1200px;

    margin: 0 auto;

}



.about-three-item {

    float: left;

    width: 32%;

    margin-right: 2%;

    position: relative;

}



.about-three-item:last-child {

    margin-right: 0;

}



.about-three-item img {

    width: 100%;

}



.about-three-bg {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(194, 26, 43, 0.1);

    transition: all 0.3s;



    -wbkit-transition: all 0.3s;



    -o-transition: all 0.3s;



    -moz-transition: all 0.3s;

}



.about-three-item:hover .about-three-bg {

    position: absolute;

    background: rgba(194, 26, 43, 0.75);

    transition: all 0.3s;



    -wbkit-transition: all 0.3s;



    -o-transition: all 0.3s;



    -moz-transition: all 0.3s;

}



.about-three-bg>div {

    text-align: center;

    position: relative;

    top: 50%;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    transform: translateY(-50%);

}



.about-three-bg h3 {

    font-size: 24px;

    font-weight: 500;

    display: inline-block;

    position: relative;

    margin-bottom: 20px;

    color: #fff;

    font-weight: bold;

}



.about-three-bg h3::after {

    content: "";

    position: absolute;

    bottom: -8px;

    left: calc(50% - 15px);

    height: 2px;

    width: 30px;

    background: #fff;



}



.about-three-bg p {

    line-height: 1.8;

    color: #fff;

    font-size: 16px;

    padding: 0 30px;

}



.fzlc {}



.ryzz_ny h3 {

    font-size: 20px;

    color: #21298a;

    margin: 20px 0 5px;

    position: relative;

    padding-top: 10px;

    text-transform: uppercase;

    text-align: center

}



.ryzz_ny h3::before {

    content: "";

    display: block;

    width: 24px;

    height: 3px;

    background-color: #666;

    position: absolute;

    left: 50%;

    top: 0;

    margin-left: -12px;

}



.ryzz_ny h4 {

    font-size: 28px;

    color: #333;

    margin-bottom: 50px;

    text-align: center

}



.pc-slide {

    width: 1200px;

    margin: 15px auto 35px;

}



.lcnr {

    padding: 20px;

    text-align: center

}



.lcnr h3 {

    font-size: 30px;

    color: #333;

    margin-bottom: 20px;

    padding: 0

}



.lcnr h3::before {

    height: 0;

}



.lcnr p {

    font-size: 18px;

    line-height: 32px;

    color: #555

}



.view .swiper-container {

    width: 1200px;

    height: auto;

}



.view .arrow-left {

    background: url(../images/index_tab_l.png) no-repeat left top;

    position: absolute;

    left: 10px;

    top: 50%;

    margin-top: -25px;

    width: 28px;

    height: 51px;

    z-index: 10;

}



.view .arrow-right {

    background: url(../images/index_tab_r.png) no-repeat left bottom;

    position: absolute;

    right: 10px;

    top: 50%;

    margin-top: -25px;

    width: 28px;

    height: 51px;

    z-index: 10;

}



.preview {

    width: 100%;

    margin-top: 10px;

    position: relative;

}



.topx {

    height: 3px;

    background: #eee;

    border-radius: 10px;

    -moz-border-radius: 10px;

    -webkit-border-radius: 10px;

    position: absolute;

    top: 0;

    z-index: 1;

    left: 0;

    width: 100%

}



.preview .swiper-container {

    width: 1130px;

    height: 82px;

    margin-left: 35px;

}



.preview p {

    width: 100%;

    height: 82px;

    display: block;

    background: url(../images/s1.png) center top no-repeat;

    color: #21298a;

    font-size: 20px;

    line-height: 32px;

    text-align: center;

    padding-top: 45px;

    -moz-box-sizing: border-box;

    /*Firefox3.5+*/

    -webkit-box-sizing: border-box;

    /*Safari3.2+*/

    -o-box-sizing: border-box;

    /*Opera9.6*/

    -ms-box-sizing: border-box;

    /*IE8*/

    box-sizing: border-box;

}



.preview .active-nav p {

    background: url(../images/s1s.png) center top no-repeat;

    color: #fff;

    font-weight: bold;

}



.preview .swiper-slide {

    width: 233px;

    height: 82px;

    cursor: pointer;

    margin-top: 0px;

    z-index: 9999

}



.preview .slide6 {

    width: 223px;

}



.preview .arrow-left {

    background: url(../images/feel3.png) no-repeat left top;

    position: absolute;

    left: 10px;

    top: 50%;

    margin-top: -9px;

    width: 9px;

    height: 18px;

    z-index: 10;

}



.preview .arrow-right {

    background: url(../images/feel4.png) no-repeat left bottom;

    position: absolute;

    right: 10px;

    top: 50%;

    margin-top: -9px;

    width: 9px;

    height: 18px;

    z-index: 10;

}



.preview img {

    padding: 1px;

}



.preview .active-nav img {

    padding: 0;

    border: 1px solid #F00;

}



.ryzz_ny {

    padding: 60px 0;

    overflow: hidden;

    margin-bottom: 40px;

    background: #f6f6f6;

}



.ny_jzg {

    padding: 50px 0;

    background: #f6f6f6;

    overflow: hidden;

}



.gybe-main {

    margin-top: 0px;

}



.gybe-main li {

    float: left;

    width: 19%;

    height: auto;

    margin: 0 0.5% 0;

    background: #fff;

    box-shadow: 0 0 15px #ccc;

    height: 440px;

}



.gybe-main li p {

    text-indent: 0em

}



.gybe-main li a {

    display: block;

}



.gybe-main li.no {

    margin-right: 0;

}



.gybe-main .gm-img {

    height: 55px;

    background-repeat: no-repeat;

    background-position: center center;

    background-size: auto 100%;

    transition: all 0.2s linear 0s;

    margin-top: 20px;

    margin-bottom: 10px;

}



.gybe-main li:hover .gm-img {

    transform: rotate(360deg);

    -ms-transform: rotate(360deg);

    -webkit-transform: rotate(360deg);

    -moz-transform: rotate(360deg);

}



.lsct {

    background-image: url("../images/png-5.png");

}



.gsnl {

    background-image: url("../images/png-6.png");

}



.gsjz {

    background-image: url("../images/png-7.png");

}



.beqq {

    background-image: url("../images/png-8.png");

}



.wdy {

    background-image: url("../images/png-9.png");

}



.tg {

    background-image: url("../images/png-07.png");

}



.gybe-main .gm-font1 {

    color: #21298a;

    font-size: 18px;

    text-align: center;

    font-weight: bold

}



.gybe-main .gm-font2 {

    color: #333;

    font-size: 14px;

    text-align: center;

    margin-top: 10px;

    line-height: 1.8;

    padding: 0 10px 20px;

}



.newsp02 {

    position: relative;

    width: 1200px;

    margin: 50px auto

}



.swiper-ry {

    margin: 0 auto;

    padding-bottom: 0;

    padding-top: 10px;

}



.swiper-ry .swiper-slide {

    position: relative;

}



.newsp02 .swiper-button-prev {

    background: url(../images/jtdl.png) center no-repeat;

    width: 39px;

    height: 39px;

    margin-top: -30px;

    left: 0;

    opacity: 0

}



.newsp02 .swiper-button-next {

    background: url(../images/jtdr.png) center no-repeat;

    width: 39px;

    height: 39px;

    margin-top: -30px;

    right: 0;

    opacity: 0

}



.newsp02:hover .swiper-button-prev {

    opacity: 1

}



.newsp02:hover .swiper-button-next {

    opacity: 1

}



.swiper-ry .swiper-slide img {

    width: 100%

}



.swiper-ry .swiper-slide h3 {

    font-size: 14px;

    width: 100%;

    line-height: 30px;

    text-align: center;

}



.swiper-ry .swiper-slide:hover {

    box-shadow: 0px 0px 10px #ccc;

    transform: translateY(-5px);



    -wbkit-transform: translateY(-5px);



    -o-transform: translateY(-5px);



    -moz-transform: translateY(-5px);



    transition: all 0.3s;



    -wbkit-transition: all 0.3s;



    -o-transition: all 0.3s;



    -moz-transition: all 0.3s;

}



.ntit {

    width: 100%;

    padding: 25px 0;

    overflow: hidden;

    border-bottom: #eee 1px solid;

    text-align: center

}



.ntit ul li {

    display: inline-block;

    margin: 0 10px;

    min-width: 130px;

    position: relative

}



.ntit ul li .e_j {

    width: 600px;

    background: #fff;

    position: absolute;

    left: 0;

    top: 32px;

    display: none;

    z-index: 99;

    text-align: center

}



.ntit ul li:hover .e_j {

    display: block;

}



.ntit ul li .e_j a {

    display: inline-block;

    color: #333;

    text-align: center;

    font-size: 18px;

    line-height: 35px;

    float: left;

    background: #fff;

    padding: 0 10px;

}



.ntit ul li .e_j a:hover {

    border-radius: 0;

    -moz-border-radius: 0;

    -webkit-border-radius: 0;

    color: #abcd05;

    background: #fff;

    line-height: 35px

}



.ntit ul li a {

    line-height: 44px;

    background: #eee;

    padding: 0 20px;

    font-size: 16px;

    color: #333;

    border-radius: 5px;

    -moz-border-radius: 5px;

    -webkit-border-radius: 5px;

    display: block;

    text-align: center

}



.ntit ul li a:hover {

    background: #21298a;

    color: #fff;

}



.ntit ul li a.on {

    background: #21298a;

    color: #fff;

}



.nyhy {

    height: auto;

    overflow: hidden;

    margin-top: 20px

}



.nyhy ul li {

    float: left;

    width: 23.5%;

    margin: 0 2% 2% 0;

    position: relative;

    background: #fff;

}



.nyhy ul li .kj {

    transition: all 0.3s;

    -wbkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    -moz-transition: all 0.3s;

    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .02), 0 10px 20px 0 rgba(0, 0, 0, .02);

    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .02), 0 10px 20px 0 rgba(0, 0, 0, .02);

}



.nyhy ul li:nth-child(4n) {

    margin-right: 0

}



.nyhy ul li .tu {

    width: 100%;

    position: relative;

    overflow: hidden

}



.nyhy ul li img {

    width: 100%;

    display: block;

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -o-transform: scale(1);

    -ms-transform: scale(1);

    transform: scale(1);

    -webkit-transition: all 1s;

    -moz-transition: all 1s;

    transition: all 1s;

}



.nyhy ul li:hover .tu img {

    -webkit-transform: scale(1.01);

    -moz-transform: scale(1.01);

    -o-transform: scale(1.01);

    -ms-transform: scale(1.01);

    transform: scale(1.01);

    -webkit-transition: all 1s;

    -moz-transition: all 1s;

    transition: all 1s;

}



.nyhy ul li .wenz {

    padding: 20px 20px;

    background: #fff;

    width: 100%;

    height: auto;

    box-sizing: border-box;

}



.nyhy ul li .wenz h3 {

    font-size: 22px;

    margin-bottom: 10px;

    color: #333;

    font-weight: bold

}



.nyhy ul li .wenz span {

    display: block;

    width: 140px;

    border-radius: 5px;

    background: #21298a;

    line-height: 36px;

    text-align: center;

    font-size: 16px;

    text-transform: uppercase;

    margin-top: 15px

}



.nyhy ul li .wenz span a {

    color: #fff

}



.nyhy ul li:hover .kj {

    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);

    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);

    transform: translateY(-5px);

    -wbkit-transform: translateY(-5px);

    -o-transform: translateY(-5px);

    -moz-transform: translateY(-5px);

    transition: all 0.3s;

    -wbkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    -moz-transition: all 0.3s;

}









.nyhy1 {

    height: auto;

    overflow: hidden;

    margin: 60px auto

}



.nyhy1 ul li {

    float: left;

    width: 49%;

    margin: 0 2% 2% 0;

    position: relative;

    background: #fff;

}



.nyhy1 ul li .kj {

    transition: all 0.3s;

    -wbkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    -moz-transition: all 0.3s;

    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .02), 0 10px 20px 0 rgba(0, 0, 0, .02);

    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .02), 0 10px 20px 0 rgba(0, 0, 0, .02);

}



.nyhy1 ul li:nth-child(2n) {

    margin-right: 0

}



.nyhy1 ul li .tu {

    width: 100%;

    position: relative;

    overflow: hidden

}



.nyhy1 ul li img {

    width: 100%;

    display: block;

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -o-transform: scale(1);

    -ms-transform: scale(1);

    transform: scale(1);

    -webkit-transition: all 1s;

    -moz-transition: all 1s;

    transition: all 1s;

}



.nyhy1 ul li:hover .tu img {

    -webkit-transform: scale(1.01);

    -moz-transform: scale(1.01);

    -o-transform: scale(1.01);

    -ms-transform: scale(1.01);

    transform: scale(1.01);

    -webkit-transition: all 1s;

    -moz-transition: all 1s;

    transition: all 1s;

}



.nyhy1 ul li .wenz {

    padding: 20px 20px;

    background: #fff;

    width: 100%;

    height: auto;

    box-sizing: border-box;

}



.nyhy1 ul li .wenz h3 {

    font-size: 22px;

    margin-bottom: 10px;

    color: #333;

    font-weight: bold

}



.nyhy1 ul li .wenz p {

    font-size: 18px;

    line-height: 30px;

    color: #666;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;

}



.nyhy1 ul li:hover .kj {

    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);

    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .16), 0 15px 40px 0 rgba(0, 0, 0, .16);

    transform: translateY(-5px);

    -wbkit-transform: translateY(-5px);

    -o-transform: translateY(-5px);

    -moz-transform: translateY(-5px);

    transition: all 0.3s;

    -wbkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    -moz-transition: all 0.3s;

}



@media only screen and (max-width:992px) {

    .nyhy ul li .wenz {

        padding: 16px;

        background: #fff;

        width: 100%;

        height: auto;

        box-sizing: border-box;

    }



    .nyhy ul li .wenz h3 {

        font-size: 16px;

        margin-bottom: 10px;

        color: #333;

        font-weight: bold

    }



    .nyhy ul li .wenz span {

        display: block;

        width: 120px;

        border-radius: 5px;

        background: #21298a;

        line-height: 30px;

        text-align: center;

        font-size: 14px;

        text-transform: uppercase;

        margin-top: 15px

    }





    .nyhy1 {

        height: auto;

        overflow: hidden;

        margin: 30px auto

    }



    .nyhy1 ul li {

        float: none;

        width: 100%;

        margin: 0 0 20px 0;

        position: relative;

        background: #fff;

    }



    .nyhy1 ul li .wenz {

        padding: 10px;

        background: #fff;

        width: 100%;

        height: auto;

        box-sizing: border-box;

    }



    .nyhy1 ul li .wenz h3 {

        font-size: 16px;

        margin-bottom: 10px;

        color: #333;

        font-weight: bold

    }



    .nyhy1 ul li .wenz p {

        font-size: 14px;

        line-height: 24px;

        color: #666;

        overflow: hidden;

        text-overflow: ellipsis;

        display: -webkit-box;

        -webkit-box-orient: vertical;

        -webkit-line-clamp: 3;

    }



}



.wzjs {

    color: #333;

    margin: 0 auto;

    width: 80%;

    font-size: 15px;

    line-height: 30px;

    padding: 0 20px;

    margin-bottom: 30px

}



.page {

    text-align: center;

    margin: 30px auto;

}



.page a {

    height: 26px;

    line-height: 26px;

    display: inline-block;

    font-size: 14px;

    color: #5a5a5a;

    border: #f5f5f5 1px solid;

    background: #f5f5f5;

    margin: 0 3px;

    padding: 0 10px;

}



.page a:hover {

    background: #21298a;

    border: #21298a 1px solid;

    color: #FFF;

}



.page a.hover {

    background: #21298a;

    border: #21298a 1px solid;

    color: #FFF;

}



.ny_fa {

    padding: 60px 0;

}



.ny_fa .five-part {

    width: 33.33%;

    height: 300px;

    float: left;

    text-align: center;

    border: #eee 1px solid;

    box-sizing: border-box;

}



.ny_fa .five-part:hover {

    box-shadow: 0px 5px 20px 0px rgba(169, 180, 190, 0.2);

}



.ny_fa .five-value-img {

    width: 86px;

    height: 100px;

    margin: 40px auto 20px;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

}



.ny_fa .five-part:hover .five-value-img {

    -webkit-transform: rotateY(360deg);

    -moz-transform: rotateY(360deg);

    -o-transform: rotateY(360deg);

    -ms-transform: rotateY(360deg);

    transform: rotateY(360deg);

}



.ny_fa .five-value-img1 {

    width: 80px;

    height: 80px;

    margin: 40px auto 30px;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

}



.ny_fa .five-part:hover .five-value-img1 {

    -webkit-transform: rotateY(360deg);

    -moz-transform: rotateY(360deg);

    -o-transform: rotateY(360deg);

    -ms-transform: rotateY(360deg);

    transform: rotateY(360deg);

}





.five-part .five-font-sty {

    font-size: 18px;

    font-weight: 700;

    color: #333;

    line-height: 28px;

    margin-bottom: 10px;

}



.ny_fa .span-line {



    display: block;

    margin-top: 10px;

    font-size: 18px;

    font-weight: 400;

    color: rgba(0, 0, 0, 0.5);

    width: 90%;

    margin: 0 auto;

    line-height: 26px

}



.ny_hzcx {

    padding: 40px 0 50px;

    position: relative;

    margin: 0 auto;

}



.ny_hzcx ul li {

    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);

    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);

    position: relative;

    z-index: 9;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

    margin-bottom: 50px;

    overflow: hidden;

    background: #fff;

}



.ny_hzcx ul li .tp {

    width: 42%;

}



.ny_hzcx ul li .tp img {

    width: 100%;

    display: block;

}



.ny_hzcx ul li .wenz {

    width: 53%;

    padding: 30px;

    box-sizing: border-box;

}



.ny_hzcx ul li .wenz h3 {

    font-size: 20px;

    font-weight: bold;

    margin-bottom: 15px;

    color: #21298a;

}



.ny_hzcx ul li .wenz p {

    color: #333;

    line-height: 1.8;

    font-size: 16px;

    display: -webkit-box;

    overflow: hidden;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 7;

}



.ny_hzcx ul li .wenz .more1 a {

    width: 120px;

    height: 36px;

    line-height: 36px;

    text-align: center;

    font-size: 16px;

    color: #fff;

    margin-top: 25px;

    background: #21298a;

    border-radius: 5px;

    display: block;

    text-transform: uppercase;

}



.ny_al {

    padding: 60px 0 40px;

}



.ny_al ul li {

    width: 270px;

    margin: 0 30px 30px 0;

    float: left;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

}



.ny_al ul li:hover {

    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);

    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

}



.ny_al ul li .tp {

    overflow: hidden;

}



.ny_al ul li img {

    width: 100%;

    display: block;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

}



.ny_al ul li:hover img {

    -webkit-transform: scale(1.07);

    -moz-transform: scale(1.07);

    -o-transform: scale(1.07);

    -ms-transform: scale(1.07);

    transform: scale(1.07);

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

}



.ny_al ul li h3 {

    font-size: 18px;

    color: #333;

    position: relative;

    margin-bottom: 25px;

    padding-bottom: 10px;

    margin-top: 15px;

    text-align: center;

}



.ny_al ul li h3::before {

    width: 60px;

    left: 50%;

    margin-left: -30px;

    bottom: 0;

    height: 2px;

    background: #21298a;

    content: "";

    position: absolute;

}





.cpxq {

    padding: 50px 0;

    width: 1200px;

    margin: 0 auto;

}



.cpxq .left {

    width: 45%;

    float: left;

}



.cpxqlb {

    width: 100%;

    position: relative;

}



.cpxqlb .swiper-slide img {

    width: 100%;

    height: auto;

    display: block;

}



.cpxqlb .swiper-pagination {

    bottom: 10px !important;

    width: 100%;

    height: 10px;

    text-align: center;

}



.cpxqlb .swiper-pagination-bullet {

    width: 10px;

    height: 10px;

    display: inline-block;

    border-radius: 0;

    opacity: 1;

    border-radius: 50%;

    -moz-border-radius: 50%;

    -webkit-border-radius: 50%;

    background: #eee;

}



.cpxqlb .swiper-pagination-bullet.swiper-pagination-bullet-active {

    background: #0071bc;

}



.cpxqlb .swiper-button-prev {

    background: rgba(0, 0, 0, 0.3)url(../images/banner-l.png) no-repeat;

    width: 30px;

    height: 50px;

    margin-top: 0;

    left: 0px;

    background-size: 30px 50px;

    -webkit-background-size: 30px 50px;

    -moz-background-size: 30px 50px;

    -ms-background-size: 30px 50px;

    -o-background-size: 30px 50px;

}



.cpxqlb .swiper-button-next {

    background: rgba(0, 0, 0, 0.3) url(../images/banner-r.png) no-repeat;

    width: 30px;

    height: 50px;

    margin-top: 0;

    right: 0px;

    background-size: 30px 50px;

    -webkit-background-size: 30px 50px;

    -moz-background-size: 30px 50px;

    -ms-background-size: 30px 50px;

    -o-background-size: 30px 50px;

}



.cpxq .right {

    width: 50%;

    float: right;

}



.cpxq .right h3 {

    font-size: 25px;

    color: #333;

    margin-bottom: 20px;

    font-weight: bold;

    margin-top: 50px;

}



.cpxq .right p {

    font-size: 16px;

    line-height: 1.8;

    color: #555;

    margin-bottom: 20px;

}



.cpxq .cptd {

    padding-top: 50px;

}



.cpxq .cptd .bt {

    font-size: 25px;

    color: #bf1829;

    margin-bottom: 20px;

    font-weight: bold;

}



.cpxq .cptd h3 {

    font-size: 18px;

    color: #333;

    font-weight: bold;

    margin-bottom: 15px;

}



.cpxq .cptd p {

    font-size: 16px;

    line-height: 1.8;

    color: #555;

    margin-bottom: 15px;

}



@media only screen and (max-width:1024px) {





    .sy_about {

        padding: 55% 0 30px;

        overflow: hidden;

        background: url(../images/ind-abo-bg.jpg) -50px top / 200% no-repeat;

        margin: 0px 0 0px;

    }



    .sy_about .nr {

        font-size: 14px;

        width: 100%;

    }



    .trade-box-list {

        display: block;

    }



    .trade-box-item {

        width: 50%;

        float: left;

    }



    .trade-content {

        padding: 30px 0 20px;

        overflow: hidden

    }



    .item-text p {

        font-size: 14px;

        padding: 0 20px;

    }



    .item-title {

        font-size: 15px;

        padding: 10px 0;

    }



    .sy_ys .five-part {

        width: 49%;

        height: auto;

        margin-bottom: 1%;

        padding: 20px 0;

        overflow: hidden;

        margin-right: 1%

    }



    .sy_ys .five-part:nth-child(5n) {

        margin-right: 1%;

    }



    .sy_ys {

        padding: 20px 0 10px;

    }



    .sy_ys .five-value-img {

        height: 80px;

        margin: 20px auto 20px;

    }



    .index05wrap .top .left .cont {

        padding-top: 10px;

        padding-left: 30px;

    }



    .index05wrap {

        padding: 30px 0;

    }



    .index05wrap .top .left .bgfont {

        font-size: 90px;

        letter-spacing: 10px;

        top: -30px;

    }



    .index05wrap .top .left .cont .tl {

        font-size: 26px;

        margin-bottom: 20px;

    }



    .index05wrap .top .left .cont .list .item h3 {

        font-size: 22px;

        margin-bottom: 15px;

    }



    .index05wrap .top .left .cont .list .item h4 {

        font-size: 14px;

        line-height: 1.8;

        margin-bottom: 30px;

        padding-right: 10px;

        display: -webkit-box;

        overflow: hidden;

        -webkit-box-orient: vertical;

        -webkit-line-clamp: 5;

    }



    .index05wrap .top .left .cont::before {

        top: 10px;

    }



    .index05wrap .top .left .cont .list .item .more {

        width: 130px;

        height: 30px;

        line-height: 30px;

        font-size: 16px;

    }



    .index05wrap .top {

        margin-bottom: 20px;

    }



    .index05wrap .bot .gallery-thumbs .swiper-slide a .text {

        width: 100%;

        font-size: 14px;

        margin-top: 10px;

    }



    .index05wrap .bot .gallery-thumbs .swiper-slide a .text::before {

        width: 20px;

        height: 1px;

        margin-right: 10px;

    }



    .index05wrap .swiper-button-next,

    .index05wrap .swiper-button-prev {

        width: 35px;

        height: 35px;

    }



    .zxzx {

        padding: 30px 0 0;

        margin-bottom: 0;

    }



    .zxzx .con {

        width: 92%;

    }



    .zxzx ul {

        margin-top: 0px;

    }



    .zxzx ul li {

        width: 49%;

        margin-right: 2%;

        margin-bottom: 2%;

    }



    .zxzx ul li:nth-child(2n) {

        margin-right: 0;

    }



    .zxzx ul li .rq {

        position: absolute;

        z-index: 100;

        -webkit-transition: transform .3s ease-in-out, background-color .2s ease-in-out;

        transition: transform .3s ease-in-out, background-color .2s ease-in-out;

        background-color: #21298a;

        width: 48px;

        padding-top: 8px;

        padding-bottom: 8px;

        color: #fff;

        left: 0;

        top: 0

    }



    .zxzx ul li .rq .month {

        font-size: 12px;

        line-height: 16px;

        display: block;

        text-align: center

    }



    .zxzx ul li .rq .day {

        font-size: 18px;

        line-height: 24px;

        font-weight: 700;

        margin-bottom: 2px;

        display: block;

        text-align: center

    }



    .zxzx ul li .rq .year {

        font-size: 12px;

        line-height: 16px;

        color: #eee;

        -webkit-transition: color .1s ease-in-out;

        transition: color .1s ease-in-out;

        display: block;

        text-align: center

    }



    .zxzx ul li .text {

        width: 100%;

        padding: 10px 10px 15px;

        box-sizing: border-box;

    }



    .zxzx ul li h3 {

        font-size: 16px;

        width: 100%;

        text-overflow: ellipsis;

        white-space: nowrap;

        overflow: hidden;

        margin-bottom: 0px;

        color: #333;

        font-weight: bold

    }



    .zxzx ul li p {

        line-height: 22px;

        font-size: 14px;

        color: #666;

    }



    .zxzx ul li .sj {

        border: #21298a 1px solid;

        width: 100px;

        line-height: 28px;

        display: block;

        margin-top: 10px;

        text-align: center;

        color: #21298a;

        font-size: 12px

    }



    .index-contact {

        min-width: 94%;

        padding: 25px 0 67px;

    }



    .index-contact .con {

        width: 92%;

        margin: 0 auto;

    }



    .index-contact .s {

        padding: 0 0px;

        width: 100%;

        text-align: center

    }



    .index-contact .btn {

        top: 100%;

        margin-top: 0;

        left: 50%;

        margin-left: -60px;

        right: auto;

        z-index: 9

    }



    .index-contact .cover {

        background: rgba(0, 0, 0, 0.3);

        z-index: 0;

    }



    .footer {

        width: 94%;

        padding: 0px 0;

        z-index: 999;

    }



    .footer .zuo3 ul li {

        width: 33.3333%;

        overflow: hidden;

        margin-bottom: 20px;

        display: none;

    }



    .footer .zuo3 ul li.lx {

        width: 100%;

        display: block;

    }



    .footer .you3 .weixin {

        width: 100px;

        padding-top: 20px;

        float: none;

        margin: 0 auto

    }



    .footer_btm {

        margin: 0 auto 0;

        line-height: 1.5;

        width: 94%;

        padding: 10px 0;

    }



    .copy {

        width: 100%;

        margin: 0 auto;

    }



    .footer .you3 {

        width: 100%;

        float: right;

    }



    .footer .zuo3 {

        width: 100%;

    }



    .footer_bg {

        padding: 35px 0 0;

    }



    .nban {

        width: 100%;

        position: relative;

    }



    .nban .mb {

        width: 100%;

        height: 100%;

        position: absolute;

        left: 0;

        top: 0;

        background: rgba(194, 23, 41, 0);

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -webkit-box-pack: justify;

        -ms-flex-pack: justify;

        justify-content: space-between;

        -webkit-box-align: center;

        -ms-flex-align: center;

        align-items: center;

    }



    .nban .mb .box {

        width: 100%;

    }



    .nban .mb .box h2 {

        font-size: 38px;

        text-align: center;

        color: #fff;

        font-weight: bold;

        margin-bottom: 20px;

        text-transform: uppercase

    }



    .nban .mb .box h4 {

        font-size: 24px;

        color: #fff;

        text-align: center;

    }



    .nban img {

        width: 100%;

        display: block;

        height: 130px;

        margin: 0 auto;

        background-size: center

    }



    .ny_al ul li {

        width: 46%;

        margin: 0 2% 4%;

    }



    .nyhy ul li {

        width: 46%;

        margin: 0 2% 40px;

    }



    .nyhy ul li:nth-child(3n) {

        margin-right: 2%;

    }



    .ny_fa {

        padding: 30px 0;

    }



    .ny_gywm .gsjj {

        padding-top: 30px;

        padding-bottom: 30px;

    }



    .ny_gywm .gsjj .tp {

        width: 100%;

    }



    .ny_gywm .gsjj .wz {

        width: 100%;

        margin-top: 30px;

    }



    .ny_gywm .gsjj .wz h4 {

        margin-bottom: 20px;

    }



    .ryzz_ny {

        padding: 30px 0;

        margin-bottom: 20px;

    }



    .pc-slide {

        width: 90%;

    }



    .view .swiper-container {

        width: 100%;

    }



    .preview .swiper-container {

        width: 100%;

        margin-left: 0;

    }



    .about-ab-three {

        padding: 30px 0;

        width: 90%;

    }



    .about-three-item {

        width: 100%;

        margin-right: 0%;

        margin-bottom: 10px;

    }



    .gybe-main li {

        width: 46%;

        margin: 0 2% 4%;

        height: 320px;

    }



    .gybe-main li:last-child {

        width: 96%;

        height: auto;

    }



    .newsp02 {

        width: 100%;

        margin: 30px auto;

    }



    .swiper-ry {

        width: 90%

    }



    .lx_wm {

        width: 90%;

        margin: 30px auto 40px;

    }



    .lx_wm .x_x {

        width: 100%;

    }



    .lx_wm .l_y {

        width: 100%;

        margin-top: 30px;

    }



    .lx_wm input.w_z {

        width: 100%;

        margin-right: 0;

        box-sizing: border-box;

    }



    .lx_wm textarea {

        width: 100%;

        box-sizing: border-box;

    }



    .cpxq {

        padding: 30px 0;

        width: 90%;

    }



    .cpxq .left {

        width: 100%;

    }



    .cpxq .right {

        width: 100%;

    }



    .cpxq .cptd {

        padding-top: 30px;

    }





    .ny_fa .five-value-img1 {

        width: 66px;

        height: 66px;

        margin: 20px auto 20px;

        -webkit-transition: all 0.5s;

        -moz-transition: all 0.5s;

        -o-transition: all 0.5s;

        transition: all 0.5s;

    }



    .ny_fa .five-value-img1 img {

        width: 100%

    }











}



@media only screen and (max-width:600px) {

    .ny_gywm .gsjj .wz h4 {

        font-size: 2rem;

        margin-bottom: 1.5rem;

    }



    .ny_gywm .gsjj .wz p {

        line-height: 1.8;

        font-size: 1.4rem;

    }



    .view .arrow-left {

        background: url(../images/index_tab_l.png) no-repeat left center / 100%;

        left: 0px;

        top: 50%;

        width: 18px;

    }



    .lcnr p {

        font-size: 1.6rem;

        line-height: 1.8;

    }



    .lcnr {

        padding: 20px 30px;

    }



    .view .arrow-right {

        background: url(../images/index_tab_r.png) no-repeat left center / 100%;

        right: 0px;

        width: 18px;

    }



    .lcnr p {

        font-size: 1.4rem;

        line-height: 1.8;

    }



    .preview .swiper-container {

        width: 100%;

        height: 7rem;

        margin-left: 0;

    }



    .preview .swiper-slide {

        width: 12rem;

        height: 7rem;

    }



    .preview .active-nav p {

        background: url(../images/s1s.png) center top / auto 100% no-repeat;

    }



    .preview p {

        height: 7rem;

        background: url(../images/s1.png) center top / auto 100% no-repeat;

        font-size: 1.5rem;

        line-height: 1.8;

        padding-top: 3.7rem;

    }



    .gybe-main li {

        width: 96%;

        height: auto;

    }



    .ny_fa .five-part {

        width: 100%;

        height: auto;

        margin-bottom: 20px;

        padding-bottom: 20px

    }



    .ny_fa .five-value-img {

        width: 6rem;

        height: 6rem;

        margin: 1.5rem auto 1rem;

    }



    .nyhy {

        padding: 10PX 0;

        margin-top: 0

    }



    .ntit ul li a {

        line-height: 3rem;

        padding: 0 1rem;

        font-size: 1.2rem;

    }



    .nyhy ul li {

        width: 96%;

        margin: 0 2% 4%;

    }



    .ntit ul li {

        margin: 0 0.5rem;

        min-width: inherit

    }



    .ntit {

        padding: 1rem 0;

    }



    .sy_about .nr .more a {

        margin-bottom: 0;

    }



    .trade-box-item {

        margin-bottom: 10px;

        width: 49%;

        margin-right: 2%

    }



    .trade-box-item:nth-child(2n) {

        margin-right: 0;

    }



    .trade-box {

        width: 96% !important;

    }



    .sy_ys .five-value-img {

        height: 60px;

        width: 60px;

        margin: 20px auto 1rem;

    }



    .five-part .five-font-sty {

        font-size: 14px;

        line-height: 1.2;

    }



    .sy_ys .five-part {

        height: auto;

        padding: 0 0 10px

    }



    .sy_ys .con {

        width: 90%

    }



    .sy_ys .span-line {

        font-size: 1.6rem;

        width: 90%;

    }



    .index05wrap .top .left {

        width: 100%;

        padding-left: 0;

    }



    .index05wrap .top .left .bgfont {

        display: none;

    }



    .index05wrap .top .left .cont .tl {

        font-size: 2.5rem;

    }



    .index05wrap .top .left .cont .list .item h3 {

        font-size: 1.8rem;

        margin-bottom: 1rem;

    }



    .index05wrap .bot .gallery-thumbs .swiper-slide a .text {

        display: none

    }



    .footer .zuo3 ul li {

        margin-bottom: 0px;

    }



    .wzjs {

        color: #333;

        margin: 0 auto;

        width: 100%;

        font-size: 15px;

        line-height: 30px;

        padding: 0 20px;

        margin-bottom: 10px;

        box-sizing: border-box

    }





    .index-contact h6 {

        font-size: 24px;

        line-height: 30px;

        text-align: center;

        margin-bottom: 10px

    }



    .index-contact p {

        line-height: 30px;

        font-size: 16px;

        margin-bottom: 10px

    }



    .index-contact .btn {

        top: auto;

        margin-top: 0;

        bottom: -55px;

        height: 36px;

        width: 120px;

    }



    .index-contact .btn a {

        height: 36px;

        line-height: 36px;

        font-size: 14px

    }



    .footer .zuo3 ul li a {

        line-height: 22px;

        font-size: 12px;

    }



    .footer .zuo3 ul li .line {

        margin-bottom: 10px;

        margin-top: 1px;

    }



    .footer_bg {

        padding: 5px 0;

    }



    .dzwz {

        line-height: 25px;

        width: 100%;

        margin-top: 10px;

    }



    .footer .you3 .weixin {

        padding-top: 0px;

    }



    .ny_al ul li {

        width: 96%;

        margin: 0 2% 2%;

    }



    .nban .mb .box h2 {

        font-size: 1.6rem;

        margin-bottom: 1rem;

    }



    .nban .mb .box h4 {

        font-size: 1.1rem;

    }



    .ny_al {

        padding: 30px 0 30px;

    }



    .cpxq .right p {

        font-size: 1.4rem;

        margin-bottom: 1rem;

    }



    .cpxq .cptd p {

        font-size: 1.4rem;

        margin-bottom: 1rem;

    }

}





.guanyu {

    background: #fff url(../images/bg1.jpg) center right no-repeat;

    background-size: auto 100%;

    overflow: hidden;

    padding: 100px 0;

}



.guanyu .contain {

    display: flex;

    justify-content: space-between;

    align-items: center;

    flex-direction: row-reverse;

    width: 80%;

    margin: 0 auto

}









.sy_gypic {

    width: 45%;

    overflow: hidden

}



.sy_gypic img {

    width: 100%;

    height: auto;

    transition: all 0.6s

}



.sy_gypic a:hover img {

    transform: scale(1.1, 1.1);

    transition: all 0.6s

}



.sy_gyzi {

    width: 50%;

    margin-right: 3%

}



.sy_gyzi h1 {

    display: block;

    font-family: Arial;

    font-size: 36px;

    line-height: 60px;

    color: #999;

    font-weight: bold;

    color: #21298a;

}



.sy_gyzi h2 {

    display: block;

    color: #333;

    font-size: 24px;

    font-weight: bold;

}



.sy_gyzi p {

    display: block;

    margin: 20px auto 40px;

    font-size: 16px;

    line-height: 30px;

    color: #464646;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 10;

    overflow: hidden

}



.sy_gyzi span a {

    display: block;

    background: #21298a;

    width: 160px;

    color: #fff;

    line-height: 45px;

    border-radius: 30px;

    text-align: center;

    font-size: 14px;

    transition: all 0.6s

}



.sy_gyzi span a:hover {

    background: #303ab8;

    transition: all 0.6s

}



@media only screen and (max-width:1600px) {

    .guanyu .contain {

        display: flex;

        justify-content: space-between;

        align-items: center;

        flex-direction: row-reverse;

        width: 90%;

        margin: 0 auto

    }



}



@media only screen and (max-width:1520px) {

    .guanyu .contain {

        display: flex;

        justify-content: space-between;

        align-items: center;

        flex-direction: row-reverse;

        width: 90%;

        margin: 0 auto

    }



}





@media only screen and (max-width:1200px) {

    .guanyu {

        padding: 50px 0;

    }



    .sy_gyzi h1 {

        display: block;

        color: #21298a;

        font-size: 30px

    }



    .sy_gyzi h2 {

        display: block;

        color: #333;

        font-size: 16px

    }



    .sy_gyzi p {

        display: block;

        margin: 20px auto;

        font-size: 12px;

        line-height: 25px;

    }



    .sy_gyzi span a {

        width: 120px;

        line-height: 35px;

        font-size: 12px

    }









}





@media only screen and (max-width:992px) {

    .guanyu {

        padding: 10px 0 20px;

    }



    .guanyu .contain {

        display: block;

        width: 92%

    }



    .sy_gypic {

        width: 100%;

        overflow: hidden

    }



    .sy_gyzi {

        width: 100%;

        margin-top: 10px

    }



    .sy_gyzi h1 {

        display: block;

        color: #21298a;

        font-size: 22px;

        line-height: 40px

    }



    .sy_gyzi p {

        display: block;

        margin: 0 auto 20px;

        font-size: 14px;

        line-height: 25px;

        overflow: hidden;

        text-overflow: ellipsis;

        display: -webkit-box;

        -webkit-box-orient: vertical;

        -webkit-line-clamp: 7;

    }



}





.sy_bn {

    width: 100%;

    padding: 130px 0;

    background: url(../images/bn_bj.jpg) no-repeat center / cover fixed;

    overflow: hidden;

    position: relative;

}



.sy_bn .bn_wz {

    width: 80%;

    text-align: center;

    color: #fff;

    margin: 0 auto;

}



.sy_bn .bn_wz h1 {

    font-size: 36px;

    font-weight: bold;

    line-height: 60px;

    margin-bottom: 20px;

    color: #fff

}



.sy_bn .bn_wz h3 {

    font-size: 18px;

}



.sy_bn .bn_wz a {

    width: 150px;

    height: 44px;

    border: 2px solid #fff;

    font-size: 15px;

    line-height: 40px;

    color: #fff;

    display: inline-block;

    margin: 30px auto 0;

    text-transform: uppercase

}



.sy_bn .bn_wz a:hover {

    background-color: #00a0e9;

    border: 2px solid #00a0e9;

}



@media only screen and (max-width:990px) {

    .sy_bn {

        padding: 110px 0 50px;

        background-attachment: scroll !important;

    }



    .sy_bn .bn_wz h1 {

        font-size: 26px;

        line-height: 36px;

        margin-bottom: 15px;

    }



    .sy_bn .bn_wz h3 {

        font-size: 16px;

    }

}



@media only screen and (max-width:640px) {

    .sy_bn {

        padding: 50px 0 50px;

        background-attachment: scroll !important;

    }



    .sy_bn .bn_wz h1 {

        font-size: 22px;

    }



    .sy_bn .bn_wz h3 {

        font-size: 14px;

        line-height: 22px;

    }



    .sy_bn .bn_wz a {

        width: 110px;

        height: 36px;

        border: 1px solid #fff;

        font-size: 14px;

        line-height: 34px;

        margin: 20px auto 0;

    }



    .sy_bn .bn_wz a:hover {

        border: 1px solid #00a0e9;

    }

}







.ny_nr {

    width: 100%;

    padding: 60px 0;

    overflow: hidden;

}



.ny_nr .xw_lb ul li {

    border-bottom: 1px dotted #ccc;

    padding-bottom: 30px;

    margin-bottom: 30px;

}



.ny_nr .xw_lb .t_p img {

    width: 100%;

    height: auto;

    display: block;

}



.ny_nr .xw_lb .w_z h3 {

    font-size: 22px;

    font-weight: bold;

    line-height: 36px;

    text-overflow: ellipsis;

    white-space: nowrap;

    overflow: hidden;

    margin-top: 5px

}



.ny_nr .xw_lb .w_z h3 a {

    transition: all .5s;

    -o-transition: all .5s;

    -ms-transition: all .5s;

    -moz-transition: all .5s;

    -webkit-transition: all .5s;

    color: #333;

}



.ny_nr .xw_lb ul li:hover .w_z h3 a {

    color: #21298a;

}



.ny_nr .xw_lb .w_z span {

    font-size: 14px;

    color: #555;

    display: block;

    letter-spacing: 1px;

}



.ny_nr .xw_lb .w_z i {

    color: #333;

    padding-right: 5px;

}



.ny_nr .xw_lb .w_z p {

    font-size: 18px;

    line-height: 30px;

    letter-spacing: 1px;

    color: #666;

    height: auto;

    margin-top: 10px;

    margin-bottom: 20px;

    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 .xw_lb .w_z a.x_q {

    width: 120px;

    height: 40px;

    border: 1px solid #21298a;

    font-size: 16px;

    text-align: center;

    line-height: 38px;

    color: #21298a;

    display: block;

    margin-top: 20px;

    transition: all .5s;

    -o-transition: all .5s;

    -ms-transition: all .5s;

    -moz-transition: all .5s;

    -webkit-transition: all .5s;

}



.ny_nr .xw_lb .w_z a.x_q:hover {

    background-color: #21298a;

    color: #fff;

}



.ny_nr .lx_wm {

    height: auto;

}



.ny_nr .lx_wm .zb {

    float: left;

    width: 50%

}



.ny_nr .lx_wm .yb {

    float: right;

    width: 50%;

    text-align: right;

    -webkit-filter: drop-shadow(15px 15px 2px rgba(0, 0, 0, 0.2));

}



.ny_nr .lx_wm .n_r {

    padding: 30px;

}



.ny_nr .lx_wm .n_r h3 {

    font-size: 36px;

    line-height: 32px;

    color: #21298a;

    font-weight: bold;

    margin-bottom: 15px

}



.ny_nr .lx_wm .n_r h4 {

    font-size: 18px;

    line-height: 30px;

    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: 16px;

    line-height: 46px;

    border: 1px solid #ddd;

    display: block;

    padding-left: 15px;

    box-sizing: border-box;

    margin-bottom: 20px

}



.ny_nr .lx_wm .l_y textarea {

    width: 100%;

    height: 98px;

    padding: 10px 0;

    font-size: 16px;

    line-height: 26px;

    border: 1px solid #ddd;

    display: block;

    resize: none;

    padding-left: 15px;

    box-sizing: border-box;

}



.ny_nr .lx_wm .l_y button {

    width: 140px;

    height: 40px;

    background-color: #21298a;

    margin-top: 20px;

    margin-right: 15px;

    font-size: 16px;

    line-height: 40px;

    text-align: center;

    color: #fff;

    float: left;

    text-transform: uppercase

}



.ny_nr .lx_wm .l_y button.c_z {

    background-color: #aaa;

}



@media (min-width:640px) {

    .ny_nr .ny_ej ul {

        display: block !important;

    }

}



@media only screen and (max-width:992px) {

    .ny_nr {

        padding: 20px 0;

    }



    .ny_nr .xw_lb ul li {

        border-bottom: 1px dotted #ccc;

        padding-bottom: 20px;

        margin-bottom: 20px;

    }



    .ny_nr .xw_lb .w_z h3 {

        font-size: 18px;

        font-weight: bold;

        line-height: 26px;

        text-overflow: ellipsis;

        white-space: nowrap;

        overflow: hidden;

        margin-top: 5px

    }



    .ny_nr .xw_lb .w_z p {

        font-size: 16px;

        line-height: 26px;

        letter-spacing: 1px;

        color: #666;

        height: auto;

        margin-top: 5px;

        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_nr .xw_lb .w_z a.x_q {

        width: 120px;

        height: 36px;

        border: 1px solid #21298a;

        font-size: 14px;

        text-align: center;

        line-height: 34px;

        color: #21298a;

        display: block;

        margin-top: 20px;

        transition: all .5s;

        -o-transition: all .5s;

        -ms-transition: all .5s;

        -moz-transition: all .5s;

        -webkit-transition: all .5s;

    }

}



@media only screen and (max-width:640px) {



    .ny_nr .lx_wm {

        box-shadow: 0 0 15px #ddd;

        margin: 0 auto;

        width: 96%

    }



    .ny_nr .lx_wm .n_r {

        padding: 20px;

        height: auto;

        overflow: hidden;

    }



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

    }



    .ny_nr .lx_wm .zb {

        float: left;

        width: 100%

    }



    .ny_nr .lx_wm .yb {

        display: none

    }



}



.gs_dt {

    width: 80%;

    height: 350px;

    overflow: hidden;

    margin: 0 auto 60px

}



@media only screen and (max-width:992px) {

    .gs_dt {

        height: 300px;

    }

}



@media only screen and (max-width:640px) {

    .gs_dt {

        width: 96%;

        height: 350px;

        overflow: hidden;

        margin: -20px auto 30px

    }



    .gs_dt {

        height: 250px;

    }

}



.zs_sp {

    width: 100%;

    padding: 70px 0 60px;

    overflow: hidden;

}



.zs_sp .n_r {

    margin-bottom: 30px;

    transition: all .5s;

    -o-transition: all .5s;

    -ms-transition: all .5s;

    -moz-transition: all .5s;

    -webkit-transition: all .5s;

}



.zs_sp .n_r:hover {

    box-shadow: 0 8px 20px #ddd;

}



.zs_sp .t_p {

    overflow: hidden;

    position: relative;

}



.zs_sp .t_p img {

    width: 100%;

    height: auto;

    display: block;

}



.zs_sp .t_p:after {

    width: 100%;

    height: 100%;

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    background-color: rgba(0, 0, 0, .4);

    transition: all .5s;

    -o-transition: all .5s;

    -ms-transition: all .5s;

    -moz-transition: all .5s;

    -webkit-transition: all .5s;

}



.zs_sp .n_r:hover .t_p:after {

    background-color: rgba(0, 0, 0, .2);

}



.zs_sp .b_f {

    width: 50px;

    height: 50px;

    background: url(../images/a11.png) no-repeat center / 100% 100%;

    position: absolute;

    z-index: 99;

    top: 50%;

    left: 50%;

    margin: -25px 0 0 -25px;

}



.zs_sp .w_z {

    background-color: #fff;

    padding: 20px;

    font-size: 18px;

    line-height: 28px;

    color: #333;

    background: #f7f7f7;

    text-align: left

}



.zs_sp .w_z h1 {

    text-align: left;

    text-overflow: ellipsis;

    white-space: nowrap;

    overflow: hidden;

    font-size: 22px;

    color: #21298a;

    margin-bottom: 10px;

    font-weight: bold

}



.zs_sp .w_z p {

    font-size: 18px;

    line-height: 30px;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

}



@media only screen and (max-width:640px) {

    .zs_sp {

        padding: 30px 0;

    }



    .zs_sp .w_z {

        font-size: 24px;

        line-height: 38px;

    }



    .zs_sp .n_r {

        margin-bottom: 20px;

    }



    .zs_sp .w_z {

        background-color: #fff;

        padding: 15PX 10px 10PX;

        font-size: 18px;

        line-height: 28px;

        color: #333;

        background: #f7f7f7;

        text-align: left

    }



    .zs_sp .w_z h1 {

        text-align: left;

        text-overflow: ellipsis;

        white-space: nowrap;

        overflow: hidden;

        font-size: 18px;

        color: #21298a;

        margin-bottom: 5px;

        font-weight: bold

    }



    .zs_sp .w_z p {

        font-size: 16px;

        line-height: 26px;

        overflow: hidden;

        text-overflow: ellipsis;

        display: -webkit-box;

        -webkit-box-orient: vertical;

        -webkit-line-clamp: 2;

    }

}



.tc_sp {

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, .8);

    position: fixed;

    top: 0;

    left: 0;

    z-index: 99999;

    display: none;

}



.tc_sp .video {

    width: 1000px;

    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%);

}



.tc_sp .video .g_b {

    position: absolute;

    top: -10px;

    right: 0;

    width: 32px;

    height: 32px;

    background-color: #fff;

    color: #21298a;

    line-height: 32px;

    text-align: center;

}



.tc_sp .video .g_b i {

    color: #21298a;

    line-height: 32px;

}



.tc_sp .video video {

    width: 100%;

    height: 500px;

    display: block;

}



@media only screen and (max-width:640px) {

    .tc_sp .video {

        width: 90%;

    }



    .tc_sp .video video {

        height: 260px;

    }

}





#fancybox-loading {

    position: fixed;

    top: 50%;

    left: 50%;

    width: 40px;

    height: 40px;

    margin-top: -20px;

    margin-left: -20px;

    cursor: pointer;

    overflow: hidden;

    z-index: 1104;

    display: none;

}



#fancybox-loading div {

    position: absolute;

    top: 0;

    left: 0;

    width: 40px;

    height: 480px;

    background-image: url('../images/fancybox.png');

}



#fancybox-overlay {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 1100;

    display: none;

}



#fancybox-tmp {

    padding: 0;

    margin: 0;

    border: 0;

    overflow: auto;

    display: none;

}



#fancybox-wrap {

    position: absolute;

    top: 0;

    left: 0;

    padding: 20px;

    z-index: 1101;

    outline: none;

    display: none;

    /*box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;*/

}



#fancybox-outer {

    position: relative;

    width: 100%;

    height: 100%;

    background: #fff;

}



#fancybox-content {

    width: 0;

    height: 0;

    padding: 0;

    outline: none;

    position: relative;

    overflow: hidden;

    z-index: 1102;

    border: 0px solid #fff;

}



#fancybox-hide-sel-frame {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: transparent;

    z-index: 1101;

}



#fancybox-close {

    position: absolute;

    top: -8px;

    right: -8px;

    width: 30px;

    height: 30px;

    background: transparent url('../images/fancybox.png') -40px 0px;

    cursor: pointer;

    z-index: 1103;

    display: none;

}



#fancybox-error {

    color: #444;

    font: normal 12px/20px Arial;

    padding: 14px;

    margin: 0;

}



#fancybox-img {

    width: 100%;

    height: 100%;

    padding: 0;

    margin: 0;

    border: none;

    outline: none;

    line-height: 0;

    vertical-align: top;

}



#fancybox-frame {

    width: 100%;

    height: 100%;

    border: none;

    display: block;

}



#fancybox-left,

#fancybox-right {

    position: absolute;

    bottom: 0px;

    height: 100%;

    width: 35%;

    cursor: pointer;

    outline: none;

    background: transparent url('../images/blank.gif');

    z-index: 1102;

    display: none;

}



#fancybox-left {

    left: 0px;

}



#fancybox-right {

    right: 0px;

}



#fancybox-left-ico,

#fancybox-right-ico {

    position: absolute;

    top: 50%;

    left: -9999px;

    width: 30px;

    height: 30px;

    margin-top: -15px;

    cursor: pointer;

    z-index: 1102;

    display: block;

}



#fancybox-left-ico {

    background-image: url('../images/fancybox.png');

    background-position: -40px -30px;

}



#fancybox-right-ico {

    background-image: url('../images/fancybox.png');

    background-position: -40px -60px;

}



#fancybox-left:hover,

#fancybox-right:hover {

    visibility: visible;

    /* IE6 */

}



#fancybox-left:hover span {

    left: 20px;

}



#fancybox-right:hover span {

    left: auto;

    right: 20px;

}



.fancybox-bg {

    position: absolute;

    padding: 0;

    margin: 0;

    border: 0;

    width: 20px;

    height: 20px;

    z-index: 1001;

}



#fancybox-bg-n {

    top: -20px;

    left: 0;

    width: 100%;

    background-image: url('../images/fancybox-x.png');

}



#fancybox-bg-ne {

    top: -20px;

    right: -20px;

    background-image: url('../images/fancybox.png');

    background-position: -40px -162px;

}



#fancybox-bg-e {

    top: 0;

    right: -20px;

    height: 100%;

    background-image: url('../images/fancybox-y.png');

    background-position: -20px 0px;

}



#fancybox-bg-se {

    bottom: -20px;

    right: -20px;

    background-image: url('../images/fancybox.png');

    background-position: -40px -182px;

}



#fancybox-bg-s {

    bottom: -20px;

    left: 0;

    width: 100%;

    background-image: url('../images/fancybox-x.png');

    background-position: 0px -20px;

}



#fancybox-bg-sw {

    bottom: -20px;

    left: -20px;

    background-image: url('../images/fancybox.png');

    background-position: -40px -142px;

}



#fancybox-bg-w {

    top: 0;

    left: -20px;

    height: 100%;

    background-image: url('../images/fancybox-y.png');

}



#fancybox-bg-nw {

    top: -20px;

    left: -20px;

    background-image: url('../images/fancybox.png');

    background-position: -40px -122px;

}



#fancybox-title {

    font-family: Helvetica;

    font-size: 16px;

    z-index: 1102;

}



.fancybox-title-inside {

    padding-bottom: 10px;

    text-align: center;

    color: #333;

    background: #fff;

    position: relative;

}



.fancybox-title-outside {

    padding-top: 10px;

    color: #fff;

}



.fancybox-title-over {

    position: absolute;

    bottom: 0;

    left: 0;

    color: #FFF;

    text-align: left;

}



#fancybox-title-over {

    padding: 10px;

    background-image: url('../images/fancy_title_over.png');

    display: block;

}



.fancybox-title-float {

    position: absolute;

    left: 0;

    bottom: -20px;

    height: 32px;

}



#fancybox-title-float-wrap {

    border: none;

    border-collapse: collapse;

    width: auto;

}



#fancybox-title-float-wrap td {

    border: none;

    white-space: nowrap;

}



#fancybox-title-float-left {

    padding: 0 0 0 15px;

    background: url('../images/fancybox.png') -40px -90px no-repeat;

}



#fancybox-title-float-main {

    color: #FFF;

    line-height: 29px;

    font-weight: bold;

    padding: 0 0 3px 0;

    background: url('../images/fancybox-x.png') 0px -40px;

}



#fancybox-title-float-right {

    padding: 0 0 0 15px;

    background: url('../images/fancybox.png') -55px -90px no-repeat;

}



/* IE6 */



.fancybox-ie6 #fancybox-close {

    background: transparent;

    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='FancyImages/fancy_close.png', sizingMethod='scale');

}



.fancybox-ie6 #fancybox-left-ico {

    background: transparent;

    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='FancyImages/fancy_nav_left.png', sizingMethod='scale');

}



.fancybox-ie6 #fancybox-right-ico {

    background: transparent;

    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='FancyImages/fancy_nav_right.png', sizingMethod='scale');

}



.fancybox-ie6 #fancybox-title-over {

    background: transparent;

    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='FancyImages/fancy_title_over.png', sizingMethod='scale');

    zoom: 1;

}



.fancybox-ie6 #fancybox-title-float-left {

    background: transparent;

    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='FancyImages/fancy_title_left.png', sizingMethod='scale');

}



.fancybox-ie6 #fancybox-title-float-main {

    background: transparent;

    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='FancyImages/fancy_title_main.png', sizingMethod='scale');

}



.fancybox-ie6 #fancybox-title-float-right {

    background: transparent;

    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='FancyImages/fancy_title_right.png', sizingMethod='scale');

}



.fancybox-ie6 #fancybox-bg-w,

.fancybox-ie6 #fancybox-bg-e,

.fancybox-ie6 #fancybox-left,

.fancybox-ie6 #fancybox-right,

#fancybox-hide-sel-frame {

    height: expression(this.parentNode.clientHeight + "px");

}



#fancybox-loading.fancybox-ie6 {

    position: absolute;

    margin-top: 0;

    top: expression((-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2) + (ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');

}



#fancybox-loading.fancybox-ie6 div {

    background: transparent;

    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='FancyImages/fancy_loading.png', sizingMethod='scale');

}



/* IE6, IE7, IE8 */



.fancybox-ie .fancybox-bg {

    background: transparent !important;

}



.fancybox-ie #fancybox-bg-n {

    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='FancyImages/fancy_shadow_n.png', sizingMethod='scale');

}



.fancybox-ie #fancybox-bg-ne {

    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='FancyImages/fancy_shadow_ne.png', sizingMethod='scale');

}



.fancybox-ie #fancybox-bg-e {

    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='FancyImages/fancy_shadow_e.png', sizingMethod='scale');

}



.fancybox-ie #fancybox-bg-se {

    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='FancyImages/fancy_shadow_se.png', sizingMethod='scale');

}



.fancybox-ie #fancybox-bg-s {

    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='FancyImages/fancy_shadow_s.png', sizingMethod='scale');

}



.fancybox-ie #fancybox-bg-sw {

    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='FancyImages/fancy_shadow_sw.png', sizingMethod='scale');

}



.fancybox-ie #fancybox-bg-w {

    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='FancyImages/fancy_shadow_w.png', sizingMethod='scale');

}



.fancybox-ie #fancybox-bg-nw {

    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='FancyImages/fancy_shadow_nw.png', sizingMethod='scale');

}







/*时尚秀场*/



#FashionShow {

    padding: 0;

    height: auto;

    overflow: hidden

}





.subTit {

    color: #a0a0a0;

    text-align: center;

    padding-bottom: 40px;

}



#FashionShow ul {

    margin-top: 15px;

}



#FashionShow ul li {

    position: relative;

    width: 24.25%;

    float: left;

    line-height: 0;

    margin-right: 1%;

    margin-bottom: 1%

}



#FashionShow ul li p {

    text-align: center;

    font-size: 18px;

    font-weight: bold;

    margin-top: 0px;

    height: 50px;

    line-height: 50px;

    color: #000;

    background: #fafafa

}



#FashionShow ul li:nth-child(4n) {

    margin-right: 0;

}



#FashionShow ul li a {

    display: block;

    width: 100%;

    overflow: hidden;

    position: relative;

}



#FashionShow ul li a img {

    width: 100%;

}



#FashionShow ul li a span {

    position: absolute;

    bottom: 0;

    left: 0;

    display: inline-block;

    width: 100%;

    border-bottom: 6px #21298a solid;

    /*filter:alpha(opacity=85);-moz-opacity:0.85;-khtml-opacity: 0.85;opacity: 0.85;*/

    display: none;

}



#FashionShow ul li a b {

    display: inline-block;

    position: absolute;

    left: auto;

    right: 0;

    top: auto;

    bottom: 0;

    width: 44px;

    height: 38px;

    background: url(../images/s2.png) no-repeat center #21298a;

}



#FashionShow ul li a img.cloneImg {

    position: absolute;

    left: 0;

    top: 0;

    filter: grayscale(50%);

    -webkit-filter: grayscale(50%);

    -moz-filter: grayscale(50%);

    -ms-filter: grayscale(50%);

    -o-filter: grayscale(50%);

}



@media only screen and (max-width:992px) {

    #FashionShow ul li {

        position: relative;

        width: 48%;

        float: left;

        line-height: 0;

        margin-right: 2%;

        margin-bottom: 2%

    }



    #FashionShow ul li p {

        text-align: center;

        font-size: 14px;

        font-weight: bold;

        margin-top: 0px;

        height: 40px;

        line-height: 40px;

        color: #000;

        background: #fafafa

    }



}







.gywm {

    width: 80%;

    margin: 0 auto;

    height: auto;

    overflow: hidden;

    padding: 60px 0

}



.gywm h1 {

    color: #000;

    font-size: 28px;

    text-align: center;

    font-weight: bold;

    margin-bottom: 20px;

    margin-top: 20px

}



.gywm p {

    color: #333;

    line-height: 36px;

    font-size: 16px

}



.tipian {

    width: 100%;

    text-align: center;

    margin-top: 30px

}



.tipian img {

    width: 100%;

}



@media only screen and (max-width:992px) {

    .gywm {

        width: 96%;

        margin: 0 auto;

        height: auto;

        overflow: hidden;

        padding: 30px 0

    }



    .gywm h1 {

        color: #000;

        font-size: 18px;

        text-align: center;

        font-weight: bold;

        margin-bottom: 20px;

        margin-top: 20px

    }



    .gywm p {

        color: #666;

        line-height: 30px;

        font-size: 14px

    }



    .tipian img {

        width: 100%;

        text-align: center

    }



}



.cul {

    height: auto;

    overflow: hidden;

    width: 80%;

    margin: 60px auto;

}



.cul .img100 {

    width: 35%;
text-align: center;
}



.cul .img100 img {

    max-width: 100%

}



.cul li {

    width: 100%;

    height: auto;

    overflow: hidden

}



.cul li:nth-child(odd) .img100 {

    float: left;

}



.cul li:nth-child(odd) .cul-con {

    float: right;

}



.cul li:nth-child(even) .img100 {

    float: right;

}



.cul li:nth-child(even) .cul-con {

    float: left;

}



.cul-con {

    width: 65%;

}



.cul-warp {

    margin-top: 30px;

    margin-left: 30px

}



.cul-warp h3 {

    font-size: 22px;

    color: #1a1a1a;

    margin-bottom: 20px;

    font-weight: bold;

    line-height: 40px;

    margin-top: 10px

}



.cul-warp p {

    font-size: 16px;

    color: #484848;

    line-height: 36px;

    margin-bottom: 15px

}



.cul li:nth-child(even) .cul-warp {

    margin-top: 30px;

    margin-left: 0;

}





@media only screen and (max-width:992px) {

    .cul {

        height: auto;

        overflow: hidden;

        width: 96%;

        margin: 20px auto;

    }



    .cul .img100 {

        width: 100%;

    }



    .cul .img100 img {

        width: 100%

    }



    .cul li {

        width: 100%;

        height: auto;

        overflow: hidden

    }



    .cul li:nth-child(odd) .img100 {

        float: none;

    }



    .cul li:nth-child(odd) .cul-con {

        float: none;

    }



    .cul li:nth-child(even) .img100 {

        float: none;

    }



    .cul li:nth-child(even) .cul-con {

        float: none;

    }



    .cul-con {

        width: 100%;

    }



    .cul-warp {

        margin-top: 10px;

        margin-left: 0px;

        margin-bottom: 20px

    }



    .cul-warp h3 {

        font-size: 16px;

        color: #1a1a1a;

        margin-bottom: 10px;

        font-weight: bold;

        line-height: 30px

    }



    .cul-warp p {

        font-size: 15px;

        color: #484848;

        line-height: 32px

    }



    .cul li:nth-child(even) .cul-warp {

        margin-top: 10px;

        margin-left: 0;

    }



}









.ny_cp {

    width: 100%;

    padding: 50px 0 70px;

    min-height: 600px;

    overflow: hidden;

}



.ny_cp .ny_lm {

    padding: 10px;

    background-color: #7b5303;

}



.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: 20px;

    line-height: 30px;

    color: #fff;

    font-family: Arial;

    text-transform: uppercase;

    font-weight: bold

}



.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: 18px;

    color: #fff;

    text-align: left;

    line-height: 50px;

    background-color: #21298a;

    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: 18px;

    line-height: 54px;

    color: #333;

    text-transform: capitalize

}



.ny_cp .ny_lm .l_m ul li:hover a {

    background-color: #21298a;

    color: #fff;

}



.ny_cp .ny_lm .l_m ul li.on a {

    background-color: #21298a;

    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;

    padding-left: 20px

}



.ny_cp .ny_lm .s_j a {

    font-size: 16px;

    text-indent: 8px;

    line-height: 56px;

    color: #555;

}



.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: #21298a;

}



.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: #21298a;

}



.ny_cp .lm_bt {

    height: 51px;

    border-bottom: 1px solid #e7e7e7;

    margin-bottom: 20px;

}



.ny_cp .lm_bt .m_c {

    font-size: 22px;

    color: #333;

    line-height: 40px;

    padding-bottom: 10px;

    border-bottom: 1px solid #21298a;

    display: inline-block;

    font-weight: bold;

    text-transform: capitalize

}



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

    height: auto;

    overflow: hidden

}



.ny_cp .cp_lb .n_r img {

    width: 100%;

    height: auto;

    border: 1px solid #e7e7e7;

    display: block;

    -webkit-transition: all 3s;

    -moz-transition: all 3s;

    -ms-transition: all 3s;

    -o-transition: all 3s;

    transition: all 3s;

    overflow: hidden

}



.ny_cp .cp_lb .n_r p {

    padding: 10px;

    font-size: 18px;

    line-height: 30px;

    text-align: center;

    color: #333

}



@media only screen and (max-width:640px) {

    .ny_cp {

        padding: 30px 0 30px;

        min-height: inherit

    }



    .ny_cp .ny_lm {

        padding: 0;

        background-color: #fff;

        margin-bottom: 20px;

    }



    .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: 16px;

        text-align: left;

        line-height: 40px;

    }



    .ny_cp .ny_lm .l_m ul li:hover a {

        background: none;

        color: #21298a;

    }



    .ny_cp .ny_lm .l_m ul li.on a {

        background: none;

        color: #21298a;

    }



    .ny_cp .ny_lm .l_m ul li a.e_j {

        text-align: left;

        padding: 0 15px;

    }



    .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: #21298a;

    }



    .ny_cp .ny_lm .l_m ul li.on em {

        color: #21298a;

    }



    .ny_cp .lm_bt {

        display: none;

    }



    .ny_cp .cp_lb .n_r p {

        padding: 10px;

        font-size: 16px;

        line-height: 30px;

    }



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

    }

}



.cp_xq {

    width: 100%;

    padding: 70px 0;

    overflow: hidden;

}



.cp_xq .row {

    margin: 0 -20px;

}



.cp_xq .col-12 {

    padding: 0 20px;

}



.cp_xq .cp_dt {

    box-shadow: 0 0 10px #ddd;

}



.cp_xq .cp_dt img {

    width: 70%;

    height: auto;

    display: block;

    margin: 20px auto

}



.cp_xq .cp_js h1 {

    font-size: 32px;

    line-height: 46px;

    color: #000;

    border-bottom: 1px solid #eee;

    padding-bottom: 30px;

    margin: 30px 0;

}



.cp_xq .cp_js p {

    font-size: 16px;

    line-height: 34px;

    color: #333;

}



.cp_xq .cp_js .j_s {

    font-size: 18px;

    line-height: 40px;

    color: #555;

    padding-top: 10px;

    margin-bottom: 30px

}



.cp_xq .cp_js .j_s ol {

    padding-left: 20px;

}



.cp_xq .cp_js .j_s ol li {

    list-style: disc !important;

}



.cp_xq .cp_cs a {

    display: inline-block;

    margin-top: 20px;

    background-color: #21298a;

    font-size: 16px;

    line-height: 46px;

    color: #fff;

    padding: 0 30px;

}



.cp_xq .cp_js .r_t1 {

    margin-top: 27px

}



.cp_xq .cp_js .r_t1 ul li {

    float: left;

    position: relative;

    width: 36px;

    height: 36px;

    line-height: 36px;

    background: rgba(153, 102, 0, .2);

    border-radius: 50%;

    text-align: center;

    margin-left: 10px

}



.cp_xq .cp_js .r_t1 ul li:hover {

    background: rgba(153, 102, 0, .5)

}



.cp_xq .cp_js .r_t1 ul li i {

    font-size: 18px

}



.cp_xq .cp_js .r_t1 ul li a {

    color: #21298a

}



@media only screen and (max-width:990px) {

    .cp_xq {

        padding: 40px 10px;

    }



    .cp_xq .row {

        margin: 0 -15px;

    }



    .cp_xq .col-12 {

        padding: 0 15px;

    }



    .cp_xq .cp_js h1 {

        font-size: 26px;

        line-height: 36px;

        padding-bottom: 20px;

        margin: 35px 0 20px;

    }



    .cp_xq .cp_js p {

        font-size: 15px;

        line-height: 30px;

    }



    .cp_xq .cp_js .j_s {

        line-height: 30px;

        margin-top: 20px;

        padding-top: 20px;

    }

}



@media only screen and (max-width:640px) {

    .cp_xq {

        padding: 30px 5px;

    }



    .cp_xq .cp_js h1 {

        font-size: 18px;

        line-height: 28px;

        padding-bottom: 8px;

        margin: 15px 0 5px;

    }



    .cp_xq .cp_js p {

        font-size: 14px;

        line-height: 28px;

    }



    .cp_xq .cp_js .j_s {

        font-size: 14px;

        line-height: 28px;

        margin-top: 10px;

        padding-top: 10px;

    }



    .cp_xq .cp_cs a {

        display: inline-block;

        margin-top: 10px;

        background-color: #21298a;

        font-size: 14px;

        line-height: 40px;

        color: #fff;

        padding: 0 20px;

    }



    .cp_xq .cp_js .r_t1 ul li {

        float: left;

        position: relative;

        width: 36px;

        height: 30px;

        line-height: 30px;

        background: none;

        border-radius: 50%;

        text-align: center;

        margin-left: 0

    }



}



.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 #ee5a50;

}



.gallery-cpzs .swiper-slide img {

    width: 100%;

    height: auto;

    display: block;

}



@media only screen and (max-width:640px) {

    .gallery-cpzs .swiper-slide {

        width: 28%;

    }

}



.tup {

    width: 100%

}



.tup img {

    width: 100%

}



.biaoti {

    font-size: 24px;

    font-weight: bold;

    line-height: 60px;

    border-bottom: #eee 1px solid;

    color: #333;

    margin-bottom: 20px

}



.sbj {

    height: auto;

    overflow: hidden;

    padding: 60px 0;

    background: rgba(153, 102, 0, .5)

}



.tup1 {

    float: right;

    width: 50%;

    text-align: center

}



.wz1 {

    float: left;

    width: 50%;

    margin-top: 5%

}



.wz1 h1 {

    font-size: 36px;

    color: #fff;

    font-weight: bold;

    margin-bottom: 20px

}



.wz1 p {

    font-size: 20px;

    line-height: 36px;

    color: #fafafa

}



.sbj1 {

    height: auto;

    overflow: hidden;

    padding: 60px 0;

    background: rgba(153, 102, 0, .1)

}



.tup2 {

    float: left;

    width: 50%;

    text-align: center

}



.wz2 {

    float: right;

    width: 50%;

    margin-top: 5%

}



.wz2 h1 {

    font-size: 36px;

    color: #333;

    font-weight: bold;

    margin-bottom: 20px

}



.wz2 p {

    font-size: 20px;

    line-height: 36px;

    color: #666

}



.table-responsive {

    font-size: 16px

}





.sbj2 {

    height: auto;

    overflow: hidden;

    padding: 60px 0;

    background: #fff

}



.wz3 {

    float: left;

    width: 50%;

    margin-top: 5%

}



.wz3 h1 {

    font-size: 36px;

    color: #333;

    font-weight: bold;

    margin-bottom: 20px

}



.wz3 p {

    font-size: 20px;

    line-height: 36px;

    color: #666;

    margin-bottom: 30px

}



.ttu {

    width: 80%

}



.ttu img {

    width: 100%

}







.cplb li {

    float: left;

    width: 23.5%;

    margin-right: 2%;

    margin-bottom: 2%

}



.cplb li img {

    width: 100%;

    transition: all .5s;

    -o-transition: all .5s;

    -ms-transition: all .5s;

    -moz-transition: all .5s;

    -webkit-transition: all .5s;

}



.cplb li:hover img {

    transform: rotateY(180deg);

    -webkit-transform: rotateY(180deg);

    -moz-transform: rotateY(180deg);

    -ms-transform: rotateY(180deg);

    -o-transform: rotateY(180deg);

}



.cplb li:nth-child(4n) {

    margin-right: 0;

}



.biaot {

    line-height: 60px;

    font-weight: bold;

    font-size: 36px;

    text-align: center;

    color: #000;

    text-transform: capitalize;

    margin-bottom: 50px

}





.ny_cp .zx_ly input {

    width: 100%;

    padding: 0 10px;

    background-color: #fff;

    border: 1px solid #ddd;

    line-height: 56px;

    font-size: 16px;

    margin-bottom: 30px;

}



.ny_cp .zx_ly textarea {

    width: 100%;

    height: 110px;

    padding: 15px 10px;

    background-color: #fff;

    border: 1px solid #ddd;

    font-size: 16px;

    line-height: 26px;

    resize: none;

    outline: none;

    margin-bottom: 30px;

}



.ny_cp .zx_ly button {

    width: 200px;

    height: 50px;

    background-color: #21298a;

    font-size: 18px;

    line-height: 50px;

    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: #21298a;

    display: block;

    margin: 0 auto 15px;

}



.ny_cp .zx_ly a {

    color: #21298a;

}



.ny_cp .zx_ly a:hover {

    text-decoration: underline;

}







@media only screen and (max-width:992px) {

    .sbj {

        height: auto;

        overflow: hidden;

        padding: 30px 0;

        background: rgba(153, 102, 0, .5)

    }



    .tup1 {

        float: right;

        width: 100%;

        text-align: center

    }



    .tup1 img {

        width: 100%

    }



    .wz1 {

        float: left;

        width: 100%;

        margin-top: 0

    }



    .wz1 h1 {

        font-size: 20px;

        color: #fff;

        font-weight: bold;

        margin-bottom: 10px

    }



    .wz1 p {

        font-size: 16px;

        line-height: 30px;

        color: #fafafa

    }



    .sbj1 {

        height: auto;

        overflow: hidden;

        padding: 30px 0;

        background: rgba(153, 102, 0, .1)

    }



    .tup2 {

        float: left;

        width: 100%;

        text-align: center

    }



    .tup2 img {

        width: 100%

    }



    .wz2 {

        float: right;

        width: 100%;

        margin-top: 5%

    }



    .wz2 h1 {

        font-size: 20px;

        color: #333;

        font-weight: bold;

        margin-bottom: 10px

    }



    .wz2 p {

        font-size: 16px;

        line-height: 30px;

        color: #666

    }





    .sbj2 {

        height: auto;

        overflow: hidden;

        padding: 30px 0;

        background: #fff

    }



    .wz3 {

        float: left;

        width: 100%;

        margin-top: 5%

    }



    .wz3 h1 {

        font-size: 20px;

        color: #333;

        font-weight: bold;

        margin-bottom: 10px

    }



    .wz3 p {

        font-size: 16px;

        line-height: 30px;

        color: #666;

        margin-bottom: 20px

    }



    .ttu {

        width: 100%

    }



    .ttu img {

        width: 100%

    }



    .biaot {

        line-height: 40px;

        font-weight: bold;

        font-size: 20px;

        text-align: center;

        color: #000;

        text-transform: capitalize;

        margin-bottom: 20px

    }



    .biaoti {

        font-size: 20px;

        font-weight: bold;

        line-height: 60px;

        border-bottom: #eee 1px solid;

        color: #333;

        margin-bottom: 20px

    }







    .ny_cp .zx_ly input {

        width: 100%;

        padding: 0 10px;

        background-color: #fff;

        border: 1px solid #ddd;

        line-height: 40px;

        font-size: 16px;

        margin-bottom: 10px;

    }



    .ny_cp .zx_ly textarea {

        width: 100%;

        height: 110px;

        padding: 15px 10px;

        background-color: #fff;

        border: 1px solid #ddd;

        font-size: 16px;

        line-height: 26px;

        resize: none;

        outline: none;

        margin-bottom: 30px;

    }



    .ny_cp .zx_ly button {

        width: 180px;

        height: 40px;

        background-color: #21298a;

        font-size: 16px;

        line-height: 40px;

        margin: 0 auto;

        color: #fff;

        display: block;

    }



}





.cplb {

    width: 98%;

    margin: 1% auto 0;

}



.cplb ul {

    display: flex;

    flex-wrap: wrap

}



.cplb ul li {

    float: left;

    width: 32.6%;

    margin-right: 1%;

    margin-bottom: 1%;

    position: relative;

    overflow: hidden

}



.cplb ul li:nth-child(3n) {

    margin-right: 0;

}



.cplb ul li img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.cplb ul li .fdzi {

    position: absolute;

    width: 100%;

    padding: 10px 15px;

    z-index: 2;

    background: #21298a;

    bottom: 0;

    left: 0;

    bottom: 0px;

    transition: all 0.6s;

    box-sizing: border-box

}



.cplb ul li:hover .fdzi {

    bottom: 0;

    transition: all 0.6s;

    background: rgba(33, 41, 128, 0.7)

}



.cplb ul li .fdzi h3 {

    display: block;

    font-size: 16px;

    color: #fff;

    padding: 10px 0;

    text-align: center

}



.cplb ul li .fdzi p {

    display: block;

    color: #fff;

    margin: 10px 0;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    overflow: hidden;

    font-size: 12px;

    line-height: 23px;

}



.cplb ul li .fdzi span {

    display: block;

    color: #fff;

    font-size: 12px;

    line-height: 23px;

}







@media only screen and (max-width:992px) {





    .hui {

        padding: 20px 0;

    }







    .cplb ul li .fdzi {

        padding: 0 10px;

        bottom: 0

    }



    .cplb ul li .fdzi h3 {

        font-size: 12px;

        white-space: nowrap;

        overflow: hidden;

        text-overflow: ellipsis;

        padding: 5px 0;

    }



    .cplb ul li .fdzi p {

        display: none;

    }



    .cplb ul li .fdzi span {

        display: none

    }



    .cplb ul li:hover .fdzi h3 {

        padding: 10px 0;

        text-align: center

    }





}



.tk_lj {

    width: 100%;

    overflow: hidden;

    background-color: #fff;

}



.tk_lj h2 {

    display: block;

    font-family: Arial;

    font-size: 33px;

    line-height: 100px;

    color: #999;

    font-weight: bold;

    color: #21298a;

}



.tk_lj .zc {

    width: 50%;

    float: left;

    height: auto

}



.tk_lj .zc img {

    width: 100%;

    height: 100%;

}



.tk_lj .yc {

    width: 46%;

    float: right;

    margin-right: 2%;

}



.tk_lj ul li {

    width: 100%;

    margin: 0 0% 10px 0;

    float: left;

    border: 1px solid #ddd;

    padding: 12px 20px;

    box-sizing: border-box;

    background: #fff

}



.tk_lj ul li h1 {

    font-size: 16px;

    font-weight: 500;

    height: auto;

    line-height: 30px;

}



.tk_lj ul li:hover {

    border: 1px solid #21298a;

    box-shadow: 8px 8px 0px #21298a;

}



@media only screen and (max-width:1440px) {

    .tk_lj h2 {

        display: block;

        font-family: Arial;

        font-size: 30px;

        line-height: 30px;

        color: #999;

        font-weight: bold;

        color: #21298a;

        margin-bottom: 30px;

        margin-top: 30px

    }



}



@media only screen and (max-width:992px) {

    .tk_lj {

        width: 96%;

        margin: 20px auto 0;

    }



    .tk_lj .zc {

        width: 100%;

        float: none;

        margin: 0 auto

    }



    .tk_lj .yc {

        width: 100%;

        float: none;

        margin-top: 20px;

    }



    .tk_lj ul li {

        width: 100%;

        margin: 0 0 4% 0;

    }



    .tk_lj ul li h1 {

        font-size: 16px;

        font-weight: 500;

        height: auto;

    }



    .tk_lj h2 {

        display: block;

        font-family: Arial;

        font-size: 22px;

        line-height: 30px;

        color: #999;

        font-weight: bold;

        color: #21298a;

    }



}



.sy_js {

    width: 100%;

    padding: 50px 0 80px;

    height: auto;

    overflow: hidden;

    background: #fafafe

}



.sy_js .js_zs {

    position: relative;

}



.sy_js .js_zs .swiper-button-prev {

    width: 48px;

    height: 48px;

    background: url(../images/zj.png) no-repeat center;

    left: -60px;

    margin-top: -24px;

    background-size: 38px 38px;

    -webkit-background-size: 38px 38px;

    -moz-background-size: 38px 38px;

    -ms-background-size: 38px 38px;

    -o-background-size: 38px 38px;

    transition: all .5s;

    -o-transition: all .5s;

    -ms-transition: all .5s;

    -moz-transition: all .5s;

    -webkit-transition: all .5s;

}



.sy_js .js_zs .swiper-button-prev:hover {

    background: #21298a url(../images/zj1.png) no-repeat center;

    background-size: 38px 38px;

    -webkit-background-size: 38px 38px;

    -moz-background-size: 38px 38px;

    -ms-background-size: 38px 38px;

    -o-background-size: 38px 38px;

}



.sy_js .js_zs .swiper-button-next {

    width: 48px;

    height: 48px;

    background: url(../images/yj.png) no-repeat center;

    right: -60px;

    margin-top: -24px;

    background-size: 38px 38px;

    -webkit-background-size: 38px 38px;

    -moz-background-size: 38px 38px;

    -ms-background-size: 38px 38px;

    -o-background-size: 38px 38px;

    transition: all .5s;

    -o-transition: all .5s;

    -ms-transition: all .5s;

    -moz-transition: all .5s;

    -webkit-transition: all .5s;

}



.sy_js .js_zs .swiper-button-next:hover {

    background: #21298a url(../images/yj1.png) no-repeat center;

    background-size: 38px 38px;

    -webkit-background-size: 38px 38px;

    -moz-background-size: 38px 38px;

    -ms-background-size: 38px 38px;

    -o-background-size: 38px 38px;

}



.sy_js .js_zs .swiper-pagination {

    display: none;

}



.sy_js .js_zs .swiper-slide {

    padding: 10px;

    box-sizing: border-box

}



.sy_js .n_r {

    padding: 30px 30px 10px;

    background-color: #fff;

    box-shadow: 0 5px 20px 0 rgba(95, 125, 158, .1);

    border-radius: 5px;

    position: relative;

    overflow: hidden;

    box-sizing: border-box

}



.sy_js .n_r:before {

    width: 0;

    height: 8px;

    background-color: #21298a;

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    transition: all .5s;

    -o-transition: all .5s;

    -ms-transition: all .5s;

    -moz-transition: all .5s;

    -webkit-transition: all .5s;

}



.sy_js .n_r:hover:before {

    width: 100%;

}



.sy_js .m_z {

    font-size: 15px;

    color: #555;

    line-height: 30px;

    transition: all .5s;

    -o-transition: all .5s;

    -ms-transition: all .5s;

    -moz-transition: all .5s;

    -webkit-transition: all .5s;

    float: left;

    margin-right: 10px

}



.sy_js .n_r:hover .m_z {

    color: #21298a;

}



.sy_js .t_x {

    float: left;

    width: 143px

}



.sy_js .t_x img {

    width: 100%;

    height: auto;

    display: block;

}



.sy_js .w_z h3 {

    font-size: 20px;

    line-height: 32px;

    color: #333;

    margin-bottom: 5px;

}



.sy_js .w_z p {

    font-size: 16px;

    line-height: 28px;

    color: #777;

    margin-top: 15px

}



.sy_js .n_r span {

    line-height: 60px;

}



.sy_js .n_r span a {

    color: #21298a

}



.sy_js .n_r span i {

    margin-left: 10px;

    font-size: 14px

}



@media only screen and (max-width:990px) {

    .sy_js {

        padding: 20px 0;

    }



    .sy_js .js_zs .swiper-js {

        padding-bottom: 20px;

    }



    .sy_js .js_zs .swiper-button-prev {

        display: none;

    }



    .sy_js .js_zs .swiper-button-next {

        display: none;

    }



    .sy_js .js_zs .swiper-pagination {

        display: block;

    }



    .sy_js .js_zs .swiper-slide {

        padding: 15px;

    }



    .sy_js .n_r {

        padding: 30px 30px 0;

        box-shadow: 0 5px 15px 0 rgba(95, 125, 158, .1);

    }



    .sy_js .m_z {

        font-size: 14px;

        line-height: 40px;

        text-align: center;

        margin: -5px 0 0;

    }



    .sy_js .t_x {

        width: 100px;

        height: auto;

        float: none;

        margin: 0 auto;

    }



    .sy_js .t_x img {

        width: 100%;

        height: auto;

        display: block;

    }



    .sy_js .w_z h3 {

        font-size: 18px;

        line-height: 28px;

    }



    .sy_js .w_z p {

        font-size: 14px;

        line-height: 24px;

    }



    .sy_js .n_r span {

        line-height: 60px;

        font-size: 14px

    }



    .sy_js .n_r span a {

        color: #21298a

    }



    .sy_js .n_r span i {

        margin-left: 10px;

        font-size: 20px

    }

}







.lingyu {

    width: 100%;

    margin: 0 auto;

    padding: 60px 0 40px;

    overflow: hidden;

}



.lingyu ul {

    position: relative;

    margin: 0 auto;

    width: 81%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;

}



.lingyu ul li {

    /* float: left; */

    width: 25%;

    padding: 0 10px;

    box-sizing: border-box;

    margin-bottom: 30px;

}



.lingyu ul li .yyly {

    width: 100%;

    border-bottom: #e1e1e1 1px solid;

    padding-bottom: 15px;

    position: relative;
    height: 100%;
    display: grid;

}





.lingyu ul li .yyly:after {

    content: "";

    bottom: -1px;

    left: 0;

    position: absolute;

    height: 2px;

    width: 0;

    background: #272f88;

    transition: all 0.6s;

    z-index: 2

}



.lingyu ul li .yyly:hover:after {

    width: 100%;

    transition: all 0.6s

}



.lingyu ul li .yyly i {

    display: block;

    width: 100%;

    height: auto;

    overflow: hidden

}



.lingyu ul li .yyly i img {

    width: 100%;

    height: auto;

    transition: all 0.6s

}



.lingyu ul li:hover .yyly i img {

    transform: scale(1.1, 1.1);

    transition: all 0.6s

}



.lingyu ul li .yyly h3 {

    display: block;

    margin: 15px 0 10px;

    font-size: 18px;

    color: #333

}



.lingyu ul li .yyly p {

    display: block;

    margin-bottom: 15px;

    font-size: 14px;

    color: #666;

    line-height: 25px;

    max-height: 75px;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    overflow: hidden

}



.lingyu ul li .yyly span {

    color: #272f88;

    font-size: 14px;

}



@media only screen and (max-width:1600px) {

    .lingyu ul {

        position: relative;

        margin: 0 auto;

        width: 90%;

        margin: 0 auto

    }



}



@media only screen and (max-width:992px) {





    .lingyu {

        padding: 20px 0 0px;

    }



    .lingyu ul {

        position: relative;

        width: 96%;

        margin: 0 auto

    }



    .lingyu ul li {

        float: left;

        width: 50%;

        padding: 0 10px;

        box-sizing: border-box;

        margin-bottom: 20px;

    }



    .lingyu ul li .yyly h3 {

        font-size: 16px;

    }



    .lingyu ul li .yyly p {

        font-size: 12px

    }



    .lingyu ul li .yyly span {

        font-size: 12px;

    }



}



@media only screen and (max-width:414px) {

    /* .lingyu ul {

        position: relative;

        margin: 0;

    } */



    .lingyu ul li {

        float: none;

        width: 100%;

        padding: 0;

        box-sizing: border-box;

        margin-bottom: 20px;

    }





}



.cj_wt ul li {

    border-bottom: 1px dotted #ddd;

    padding-bottom: 20px;

    margin-bottom: 20px;

}



.cj_wt .w_t {

    padding-left: 36px;

    font-size: 16px;

    line-height: 36px;

    color: #333;

    position: relative;

    cursor: pointer;

}



.cj_wt ul li.on .w_t {

    color: #21298a;

}



.cj_wt .w_t span {

    width: 30px;

    height: 30px;

    background-color: #aaa;

    font-size: 15px;

    line-height: 30px;

    text-align: center;

    color: #fff;

    position: absolute;

    top: 3px;

    left: 0;

}



.cj_wt ul li.on .w_t span {

    background-color: #21298a;

}



.cj_wt .j_d {

    padding: 5px 0 0 36px;

    font-size: 14px;

    line-height: 26px;

    color: #555;

    position: relative;

    margin-top: 10px;

    display: none;

}



.cj_wt .j_d span {

    width: 30px;

    height: 30px;

    background-color: #21298a;

    font-size: 15px;

    line-height: 30px;

    text-align: center;

    color: #fff;

    position: absolute;

    top: 3px;

    left: 0;

}



.wt_ss {

    width: 402px;

    border-radius: 25px;

    border: 1px solid #ddd;

    margin: 30px 0;

    float: left;

}



.wt_ss input {

    width: 300px;

    height: 50px;

    padding-left: 15px;

    font-size: 14px;

    line-height: 50px;

    color: #555;

    float: left;

}



.wt_ss input::placeholder {

    color: #999;

}



.wt_ss button {

    width: 70px;

    height: 50px;

    line-height: 50px;

    text-align: center;

    color: #000;

    float: right;

}



.wt_ss button i {

    font-size: 26px;

    font-weight: 400

}



@media only screen and (max-width:992px) {

    .cj_wt .w_t {

        padding-left: 36px;

        font-size: 15px;

        line-height: 32px;

        color: #333;

        position: relative;

        cursor: pointer;

    }





}
.ovh1{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}

.detailP{
	padding-top: 60px;
    padding-bottom: 40px;
}
.detailP .pageTitle{
	font-size: 36px;
	color: rgb(51, 51, 51);
	font-weight: bold;
}
.detailP .pageTime{
	font-size: 16px;
	color: rgb(102, 102, 102);
	margin-top: 20px;
}
.detailP .pageNr{
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 1.875;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-top: 32px;
	padding: 24px 0;
	margin-bottom: 24px;
  min-height: 400px;
}
.detailP .pageNr img,.detailP .pageNr video{max-width: 100%;}
.detailP .pageNum a{
	font-size: 16px;
	color: rgb(102, 102, 102);
	margin-top: 8px;
}
.detailP .pageNum a:first-child{margin-top: 0;}
.detailP .pageNum a:hover{
	color: #f7961c;
}
@media (max-width:1432px) {
	.detailP .pageTitle{font-size: 32px;}
  .ntit ul li a{padding: 15px 0;}
  .detailP{padding: 30px 0;}
}
@media (max-width:1232px) {
	.banny_detail .pageName{font-size: 26px;}
	.detailP .pageTitle{font-size: 28px;}
}
@media (max-width:1024px) {
	.detailP .pageTitle{font-size: 24px;}
}
@media (max-width:800px) {
	.detailP .pageTime{font-size: 14px;margin-top: 8px;}
	.detailP .pageNr{font-size: 14px;line-height: 1.6;margin-top: 16px;padding: 16px 0;}
	.detailP .pageNum a{font-size: 14px;}
}