@charset "utf-8";
* {
    padding: 0px;
    margin: 0px;
}

body {
    font-size: 14px;
    color: #555;
    font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
    margin: 0;
    padding: 0;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    list-style: none;
}

input,
select,
button,
textarea {
    font-size: 14px;
    border: 0;
    background: none;
    outline: none;
    vertical-align: middle;
    font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif;
}

button {
    overflow: visible
}

img {
    border: none;
}

li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

a:hover {
    color: #ba2229;
    text-decoration: none !important;
}

.clear {
    overflow: hidden;
    clear: both;
    height: 0px;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background-color: #000;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #5b5b5b;
}

::-webkit-scrollbar-thumb:active {
    background-color: #ba2229;
}

@media only screen and (max-width:1024px) {
    body {
        font-size: 13px;
    }
    input,
    select,
    button,
    textarea {
        font-size: 13px;
    }
    input,
    textarea {
        -webkit-appearance: none;
        border-radius: 0;
    }
}

@media only screen and (max-width:1024px) {
    html.on {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden;
    }
}

.header .container{ max-width:1440px;}
.header .logo{ padding:20px 0;}
body {
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

@media only screen and (max-width:1024px) {
    body.on {
        transform: translateX(-60%);
        -webkit-transform: translateX(-60%);
        -moz-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
        -o-transform: translateX(-60%);
    }
}

@media only screen and (max-width:1024px) {
    .sj_bj {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        z-index: 99999;
        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;
}

.header .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
   
}

.header.on {
    background-color: rgba(0, 0, 0, .8);
}

.header .logo img {
    height: auto;
    display: block;
}

.header .an {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 15px;
    height: 22px;
    width: 30px;
    display: none;
}

.header .an span {
    width: 30px;
    height: 2px;
    background-color: #555;
    display: block;
    position: absolute;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

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

.header .an span.a2 {
    top: 10px;
    left: 0;
}

.header .an span.a3 {
    top: 20px;
    left: 0;
}

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

.header .an.n span.a1 {
    top: 10px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
    top: 10px;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.header .nav {
    float: right;
}

.header .nav ul li {
    float: left;
    position: relative;
    height: 100%;
}

.header .nav .y_j {
    position: relative; height: 100%;
}

.header .nav .y_j i {
    display: inline-block;
    margin-left: 5px;
    color: #fff;
}
.header .nav ul{
    height: 100%;
}

.header .nav .y_j a {
   display: flex;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   font-size: 18px;
   color: #313131;
   text-transform: uppercase;
   height: 100%;
   padding: 0 25px;
   font-weight: bold;
}

.header .nav ul li.on .y_j a {
    background-color: #2862af;
    color: #fff;
}

.header .nav .e_j {
    width: 150px;
    padding: 10px 0;
    background-color: rgba(255, 255, 255, .6);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    position: absolute;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .nav ul li:hover .e_j {
    opacity: 1;
    visibility: inherit;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.header .nav .e_j a {
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    display: block;
}

@media only screen and (max-width:1200px) {
    .header .logo img {
        width: 324px;
    }
    .header .nav .y_j a {
        padding: 0 17px;
    }
}

@media only screen and (max-width:1024px) {
    .header .nav ul li.on .y_j a {
        background-color: rgba(0, 0, 0, 0);
    }
    .header {
        /* background-color: #000; */
        position: relative;
        top: auto;
        left: auto;
    }
    .header.on {
        background-color: #fff;
    }
    .header .logo {
        margin: 15px 0;
    }
    .header .an {
        display: block;
        right: 39px;
    }
    .header .nav {
        width: 60%;
        height: 100vh;
        padding: 10px 5% 0;
        margin: 0;
        background-color: #141414;
        position: fixed;
        top: 0;
        right: -60%;
        z-index: 9999;
        overflow: auto;
        transition: all .5s;
        -o-transition: all .5s;
        -ms-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
    }
    .header .nav ul {
        width: 100%;
        float: none;
    }
    .header .nav ul li {
        width: 100%;
        height: auto;
        line-height: 50px;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        float: none;
        padding: 10px 0;
        margin: 0;
    }
    .header .nav ul li:after {
        display: none;
    }
    .header .nav .y_j i {
        display: block;
        width: 100%;
        padding-right: 10px;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 14px;
        text-align: right;
        color: #fff;
        line-height: 50px;
        z-index: 99;
    }
    .header .nav .y_j a {
        font-size: 16px;
        line-height: 50px;
        color: #fff;
    }
    .header .nav ul li:hover .y_j a {
        color: #fff;
    }
    .header .nav ul li.on .y_j a {
        color: #fff;
    }
    .header .nav .e_j {
        width: 100%;
        background: none;
        box-shadow: none;
        position: relative;
        left: auto;
        top: auto;
        padding: 5px 0;
        margin-left: 0;
        opacity: 1;
        visibility: inherit;
        display: none;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }
    .header .nav ul li:hover .e_j {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .header .nav .e_j a {
        line-height: 38px;
        text-align: left;
        text-indent: 14px;
        color: #fff;
    }
}

@media only screen and (max-width:640px) {
    .header .logo {
        width: 50px;
    }
    .header .an {
        right: 15px;
    }
    .header .nav ul li {
        padding: 5px 0;
    }
    .header .nav .y_j a {
        font-size: 22px;    justify-content: flex-start;
    }
}

.search {
    float: right;
    margin-top: 32px;
}

.search .sc_nr {
    width: 200px;
    height: 38px;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, .05);
    border-radius: 20px;
}

.search input {
    width: 145px;
    height: 36px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    float: left;
}

.search input::placeholder {
    color: #fff;
}

.search button {
    width: 50px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    float: right;
    outline: none;
}

@media only screen and (max-width:1024px) {
    .search {
        margin-right: 60px;
        margin-top: 29px;
    }
    .search .sc_nr {
        height: 34px;
        border: 1px solid #ddd;
        background-color: #fff;
        border-radius: 17px;
    }
    .search input {
        height: 32px;
        padding-left: 15px;
        line-height: 32px;
        color: #333;
    }
    .search input::placeholder {
        color: #999;
    }
    .search button {
        color: #333;
    }
}

@media only screen and (max-width:640px) {
    .search {
        margin-top: 0;
        margin-left: 0;
        position: absolute;
        top: 50%;
        left: 53%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
}

@media only screen and (max-width:320px) {
    .search .sc_nr {
        width: 170px;
    }
    .search input {
        width: 125px;
    }
    .search button {
        width: 40px;
    }
}

.pc_ban {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.pc_ban .swiper-pagination {
    bottom: 55px;
}

.pc_ban .swiper-pagination-bullet {
    background-color: #fff;
    opacity: .6;
    width: 15px;
    height: 15px;
}

.pc_ban .swiper-pagination-bullet-active {
    opacity: 1;
}

.pc_ban .container {
    position: absolute;
    top: 55%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.pc_ban .container img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width:1200px) {
    .pc_ban {
        height: 592px;
    }
}

@media only screen and (max-width:1024px) {
    .pc_ban .container {
        width: 80%;
        top: 50%;
    }
}

@media only screen and (max-width:640px) {
    .pc_ban {
        height: 300px;
    }
    .pc_ban .container {
        width: 100%;
    }
    .pc_ban .swiper-pagination {
        bottom: 10px;
    }
}

.e_m {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    z-index: 99999;
    display: none;
}

.e_m .n_r {
    width: 200px;
    padding: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.e_m .n_r img {
    width: 100%;
    height: auto;
    display: block;
}

.e_m .n_r p {
    font-size: 15px;
    color: #888;
    margin-top: 10px;
}

@media only screen and (max-width:1024px) {
    .e_m .n_r {
        width: 180px;
        padding: 15px;
    }
    .e_m .n_r p {
        font-size: 14px;
    }
}

.pc_kf {
    width: 60px;
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 99999;
}

.pc_kf .nr {
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    margin-bottom: 5px;
    position: relative;
}

.pc_kf .tel {
    width: 160px;
    background-color: #ba2229;
    font-size: 18px;
    line-height: 60px;
    color: #fff;
    position: absolute;
    top: 0;
    right: -160px;
    opacity: 0;
}

.pc_kf .nr:hover .tel {
    right: 60px;
    opacity: 1;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_kf .ewm {
    width: 130px;
    padding: 10px 10px 0;
    background-color: #ba2229;
    position: absolute;
    top: 0;
    right: -130px;
    opacity: 0;
}

.pc_kf .ewm img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.pc_kf .ewm p {
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    margin-bottom: 10px;
}

.pc_kf .nr:hover .ewm {
    right: 60px;
    opacity: 1;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_kf .nr a {
    display: block;
    width: 60px;
    height: 60px;
    padding: 10px 0 6px;
    background-color: #444;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.pc_kf .nr a:hover {
    background-color: #000;
}

.pc_kf .nr i {
    display: block;
    line-height: 22px;
}

.pc_kf .nr i.icon-aui-icon-qq {
    font-size: 30px;
}

.pc_kf .nr i.icon-icon {
    font-size: 26px;
    vertical-align: middle;
}

.pc_kf .nr span {
    display: block;
}

@media only screen and (max-width:1024px) {
    .pc_kf .ewm {
        display: none;
    }
}

@media only screen and (max-width:640px) {
    .pc_kf {
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, .6);
        background-color: #444;
        bottom: 0;
    }
    .pc_kf .nr {
        width: 25%;
        border-right: 1px solid rgba(255, 255, 255, .6);
        font-size: 20px;
        background: none;
        box-shadow: none;
        margin-bottom: 0;
        float: left;
    }
    .pc_kf .tel {
        display: none;
    }
    .pc_kf .ewm {
        display: none;
    }
    .pc_kf .nr a {
        display: block;
        width: 100%;
        height: 50px;
        padding: 0;
    }
    .pc_kf .nr i {
        color: #fff;
        line-height: 50px;
    }
    .pc_kf .nr a:hover i {
        color: #fff;
    }
    .pc_kf .nr span {
        display: none;
    }
}


/* 蓝条 */

.sy_lantiao {
    background: #2862af;
    height: 84px;
    overflow: hidden;
}

.sy_lantiao .container {
    display: flex;
    justify-content: space-between;
    height: 100%;
    position: relative;
}

.sy_lantiao .container:after {
    position: absolute;
    left: 98.5%;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #eaf8fe;
    content: "";
}

.sy_lantiao .container .zuo {
    flex: 0 0 12.5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sy_lantiao .container .zuo h5 {
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
    position: relative;
    font-size: 26px;
    color: #fefefe;
}

.sy_lantiao .container .zuo h5::after {
    position: absolute;
    width: 60px;
    background-color: #d4e0ef;
    height: 2px;
    content: "";
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.sy_lantiao .container .you {
    flex: 0 0 87.5%;
    height: 100%;
    background-color: #eaf8fe;
    display: flex;
    align-items: center;
    padding-left: 56px;
    font-size: 22px;
    color: #333333;
    line-height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

@media only screen and (max-width:1200px) {
    .sy_lantiao .container .zuo h5 {
        font-size: 22px;
    }
    .sy_lantiao .container .you {
        padding-left: 30px;
    }
}

@media only screen and (max-width:1150px) {
    .sy_lantiao .container:after {
        left: 98%;
    }
}

@media only screen and (max-width:992px) {
    .sy_lantiao .container {
        flex-wrap: wrap;
    }
    .sy_lantiao .container .zuo {
        flex: 0 0 100%;
    }
    .sy_lantiao {
        height: auto;
        padding: 30px 0;
    }
    .sy_lantiao .container:after {
        display: none;
    }
    .sy_lantiao .container .you {
        flex: 0 0 100%;
        margin-top: 30px;
        color: #fff;
        background: none;
        font-size: 19px;
        padding-left: 0;
    }
    .sy_lantiao .container .zuo h5 {
        font-size: 24px;
    }
}


/* 首页模块一 */

.xia_qiehuan {
    padding: 50px 0;
}

.xia_qiehuan .xian {
    width: 100%;
    height: 1px;
    background: #cccccc;
}

.xia_qiehuan .sy_mokuaiyi {
    margin-top: 50px;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.xia_qiehuan .sy_mokuaiyi .zuo {
    flex: 0 0 49%;
    max-width: 49%;
}

.xia_qiehuan .sy_mokuaiyi .zuo .xiaoyi_ban {
    height: 420px;
    overflow: hidden;
}

.xia_qiehuan .sy_mokuaiyi .zuo .xiaoyi_ban .swiper-slide {
    position: relative;
}

.xia_qiehuan .sy_mokuaiyi .zuo .xiaoyi_ban .swiper-slide h5 {
    position: absolute;
    font-size: 14px;
    color: #ffffff;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    padding: 20px 30px;
}

.xiaoyi_ban .swiper-pagination {
    bottom: 20px;
    text-align: right;
    padding-right: 20px;
}

.xia_qiehuan .sy_mokuaiyi .you {
    flex: 0 0 48%;
}

.xia_qiehuan .sy_mokuaiyi .you .qiehuan_head {
    display: flex;
    justify-content: space-between;
}

.xia_qiehuan .sy_mokuaiyi .you .qiehuan_head .dange {
    flex: 1;
    font-size: 22px;
    color: #434343;
    text-align: center;
}

.xia_qiehuan .sy_mokuaiyi .you .qiehuan_head .dange.on {
    font-weight: bold;
    color: #2862af;
}

.xia_qiehuan .sy_mokuaiyi .you .qiehuan_head .dange:nth-child(2) {
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
}

.xia_qiehuan .sy_mokuaiyi .you .qiehuan_body .dange {
    display: none;
}

.xia_qiehuan .sy_mokuaiyi .you .qiehuan_body .dange a {
    display: block;
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    color: #333333;
    margin-top: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.xia_qiehuan .sy_mokuaiyi .you .qiehuan_body .dange a:after {
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #2862af;
    border-radius: 100px;
}

.xia_qiehuan .sy_liangjk {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.xia_qiehuan .sy_liangjk .xia_kuai {
    flex: 0 0 49%;
    margin-top: 50px;
}

.xia_qiehuan .sy_liangjk .xia_kuai img {
    width: 100%;
}

@media only screen and (max-width:992px) {
    .xia_qiehuan .sy_mokuaiyi .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .xia_qiehuan .sy_mokuaiyi {
        flex-wrap: wrap;
    }
    .xia_qiehuan .sy_mokuaiyi .you {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .xia_qiehuan .sy_mokuaiyi .zuo .xiaoyi_ban .swiper-slide h5 {
        font-size: 19px;
    }
    .xia_qiehuan .sy_mokuaiyi .you .qiehuan_body .dange a {
        font-size: 19px;
    }
    .xia_qiehuan .sy_liangjk .xia_kuai {
        flex: 0 0 100%;
        margin-top: 30px;
    }
}


/* 模块二 */

.sy_mokuaier {
    padding-top: 10px;
    padding-bottom: 100px;
}

.sy_mokuaier .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sy_mokuaier .container .zuo {
    flex: 0 0 73.4%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sy_mokuaier .container .zuo .dange {
    flex: 0 0 45%;
}

.sy_ggbt {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 10px;
    border-bottom: 1px solid #b2c3d2;
    position: relative;
}

.sy_ggbt h5 {
    font-size: 24px;
    color: #2862af;
    font-weight: bold;
}

.sy_ggbt h6 {
    font-size: 16px;
    color: #2862af;
    font-weight: bold;
    margin-left: 34px;
}

.sy_mokuaier .dange a {
    display: block;
}

.sy_mokuaier .dange a.dayu_day {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.sy_mokuaier .dange a.xia_sdd {
    border-bottom: 2px #f5f5f5 dashed;
    padding: 14px 0;
    padding-left: 15px;
    font-size: 15px;
    color: #333333;
    font-weight: bold;
    display: block;
    position: relative;
}

.sy_mokuaier .dange a.xia_sdd:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #e0e0e0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100px;
}

.sy_mokuaier .dange a span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.sy_mokuaier .zuo .tiao {
    border-bottom: 2px #f5f5f5 dashed;
    padding: 14px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sy_mokuaier .zuo .tiao .z_tupian {
    flex: 0 0 33%;
    max-width: 33%;
}

.sy_mokuaier .zuo .tiao .z_tupian img {
    width: 100%;
}

.sy_mokuaier .zuo .tiao .y_weni {
    flex: 0 0 63.2%;
    max-width: 63.2%;
}

.sy_mokuaier .zuo .tiao .y_weni h5 {
    font-size: 17px;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    font-weight: bold;
}

.sy_mokuaier .zuo .tiao .y_weni h6 {
    font-size: 13px;
    color: #666666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    margin-top: 10px;
    line-height: 22px;
}

.sy_mokuaier .dange a:nth-of-type(1) {
    margin-top: 10px;
}

.sy_mokuaier .shang_hou {
    margin-top: 48px;
}

.sy_mokuaier .container .you {
    flex: 0 0 22.4%;
}

.sy_mokuaier .container .you a {
    display: block;
    height: 120px;
    width: 100%;
    background: linear-gradient( to right, #6982db, #74c7e4) no-repeat;
    background: -webkit-linear-gradient( left, #6982db, #74c7e4) no-repeat;
    padding: 3px;
    margin-top: 22px;
}

.sy_mokuaier .container .you a h5 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 4px 0 0 #2862af;
}

.sy_mokuaier .container .you a:nth-of-type(1) {
    margin-top: 0;
}

.sy_mokuaier .xia_lunbo {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 50px;
    position: relative;
}

.sy_mokuaier .xia_lunbo .sy_ggbt {
    justify-content: flex-start;
}

.sy_mokuaier .xia_lunbo .sy_ggbt h6 {
    margin-left: 39px;
}

.sy_mokuaier .xzigong_ban {
    margin-top: 50px;
    overflow: hidden;
    width: 100%;
}

.sy_mokuaier .xzigong_ban .neirong {
    height: 270px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.sy_mokuaier .xzigong_ban .neirong span {
    font-size: 18px;
    color: #ffffff;
    left: 0%;
    bottom: 0;
    padding-bottom: 20px;
    text-align: center;
    display: inline-block;
    width: 100%;
    z-index: 3;
}

.sy_mokuaier .xzigong_ban .neirong i {
    position: absolute;
    width: 100%;
    height: 100%;
}

.xia_lunbo .swiper-button-next:after,
.xia_lunbo .swiper-button-prev:after {
    display: none;
}

.xia_lunbo .swiper-button-prev {
    left: -50px;
    top: 64%;
}

.xia_lunbo .swiper-button-next {
    right: -50px;
    top: 64%;
}

.img-slices {
    display: flex;
    position: relative;
    --sliceCount: 10;
    /*default, adjust in inline style prop*/
}

.img-slices i:nth-child(1) {
    z-index: 1;
    top: -100%;
    left: 0;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.img-slices:hover i:nth-child(1) {
    top: 0;
}

.img-slices i:nth-child(2) {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    /*match size first image*/
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*  mask  */
    --sliceSize: calc(100% / var(--sliceCount));
    --maskGradient: repeating-linear-gradient(to right, transparent 0px var(--sliceSize), black var(--sliceSize) calc(var(--sliceSize) * 2));
    -webkit-mask-image: var(--maskGradient);
    mask-image: var(--maskGradient);
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.img-slices:hover i:nth-child(2) {
    top: 0;
}

@media only screen and (max-width:1340px) {
    .xia_lunbo .swiper-button-prev {
        display: none;
    }
    .xia_lunbo .swiper-button-next {
        display: none;
    }
}

@media only screen and (max-width:992px) {
    .sy_mokuaier .container .zuo {
        flex: 0 0 100%;
    }
    .sy_mokuaier .container .zuo .dange {
        flex: 0 0 100%;
        margin-top: 50px;
    }
    .sy_mokuaier .container .zuo .dange:nth-child(1) {
        margin-top: 0;
    }
    .sy_ggbt h6 {
        font-size: 20px;
    }
    .sy_mokuaier .zuo .tiao .z_tupian {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sy_mokuaier .zuo .tiao .y_weni {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .sy_mokuaier .zuo .tiao .y_weni h5 {
        font-size: 22px;
    }
    .sy_mokuaier .zuo .tiao .y_weni h6 {
        font-size: 19px;
        line-height: 28px;
    }
    .sy_mokuaier .dange a.xia_sdd {
        font-size: 22px;
    }
    .sy_mokuaier .dange a.xia_sdd {
        padding: 20px;
    }
    .sy_mokuaier .container .you {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .sy_mokuaier .container .you a {
        flex: 0 0 48%;
    }
    .sy_mokuaier .container .you a,
    .sy_mokuaier .container .you a:nth-of-type(1) {
        margin-top: 15px;
    }
    .sy_mokuaier .xzigong_ban .neirong {
        height: 355px;
    }
    .sy_mokuaier .xzigong_ban .neirong span {
        font-size: 22px;
    }
    .sy_mokuaier {
        padding-bottom: 50px;
    }
}

footer {
    background-color: #fff;
    padding: 30px 0;
    border-top: 4px solid #2862af;
}
footer .logo{ padding-top:60px;}
footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .container .dandu {
    flex: 0 0 30%;
}

footer .container .dandu .dabt {
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
}

footer .container .dandu .xiao_bt {
    font-size: 16px;
    color: #2862af;
    margin-top: 35px;
    line-height: 40px;
}

footer .container .dandu .zuoyou {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

footer .container .dandu .xi_bt {
    font-size: 14px;
    color: #ffffff;
    margin-top: 24px;
    display: block;
    flex: 0 0 45%;
    margin-left: 2%;
}

footer .container .dandu .xi_bt:nth-of-type(2n-1) {
    margin-left: 0;
}

footer .container .zuihou .dabt {
    text-align: center;
}

footer .container .tp {
    margin-top: 20px;
    text-align: center;
}

footer .container h5 {
    font-size: 16px;
    color: #2862af;
    margin-top: 17px;
}

footer .container .dandu.zuihou {
    flex: 0 0 11%;
    justify-content: center;
    text-align: center;
}

.banquan {
    background-color: #225293;
    padding: 12px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

.banquan a {
    color: #ffffff;
}

@media only screen and (max-width:992px) {
    footer .container .dandu {
        flex: 0 0 100%;
    }
    footer .container .dandu:nth-child(2) {
        display: none;
    }
    footer .container .dandu .dabt {
        font-size: 24px;
    }
    footer .container .dandu .xiao_bt {
        font-size: 20px;
        margin-top: 20px;
    }
    footer .container .dandu.zuihou {
        flex: 0 0 100%;
        margin-top: 30px;
    }
    footer .container h5 {
        text-align: center;
        font-size: 18px;
    }
}


/* 关于我们 */

.nei_ban {
    height: 500px;
    padding-top: 233px;
    position: relative;
}

.nei_ban h5 {
    font-size: 20px;
    color: #ffffff;
}

.nei_ban h5 strong {
    font-size: 42px;
    color: #ffffff;
}

.nei_ban h6 {
    font-size: 18px;
    color: #ffffff;
    margin-top: 40px;
}

@media only screen and (max-width:992px) {
    .nei_ban {
        height: 409px;
        padding-top: 140px;
    }
    .nei_ban h5 strong {
        font-size: 32px;
    }
}

.erji_xinzhan {
    border-top: 1px solid rgba(255, 255, 255, .5);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.erji_xinzhan .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.erji_xinzhan .container a {
    font-size: 22px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 70px;
    flex: 0 0 25%;
}

.erji_xinzhan .container a.on {
    background-color: rgba(255, 255, 255, .2);
}


/* 产品 */

.cp_xoa {
    margin: 70px 0 100px;
}

.cp_xoa .shang {
    overflow: hidden;
}

.cp_xoa .shang img {
    width: 100%;
    transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
}

.cp_xoa .shang img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.cp_xoa .xia {
    padding: 25px 5px 30px;
    /* border-bottom: 2px solid #e8e8e8; */
    position: relative;
}

.cp_xoa .xia:after {
    position: absolute;
    content: "";
    width: 0%;
    height: 5px;
    background-color: #2862af;
    bottom: 0;
    left: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.cp_xoa .xia:hover:after {
    width: 100%;
}

.cp_xoa .xia h5 {
    font-size: 23px;
    color: #222222;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-weight: bold;
}

.cp_xoa .xia h6 {
    font-size: 16px;
    color: #666666;
    margin-top: 18px;
    line-height: 23px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.cp_xoa .xia a {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    color: #1d3767;
    margin-top: 35px;
}

.cp_xoa .col-12 {
    margin-top: 33px;
}

@media only screen and (max-width:992px) {
    .cp_xoa .xia h5 {
        font-size: 21px;
    }
    .cp_xoa .xia h6 {
        font-size: 18px;
        line-height: 30px;
    }
    .cp_xoa .xia a {
        font-size: 18px;
    }
    .cp_xoa {
        margin: 0;
        padding: 30px 0;
    }
}


/* 公告 */

.gonggao_nei {
    padding-top: 70px;
    padding-bottom: 70px;
}

.gonggao_nei .gong_tiao {
    padding: 35px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gonggao_nei .gong_tiao .zuo {
    flex: 0 0 10%;
    border: 1px solid #cccccc;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.gonggao_nei .gong_tiao:hover .zuo {
    border: 1px solid #2862af;
}

.gonggao_nei .gong_tiao .zuo h5 {
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    background-color: #cccccc;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 107px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.gonggao_nei .gong_tiao:hover .zuo h5 {
    background-color: #2862af;
}

.gonggao_nei .gong_tiao .zuo h6 {
    font-size: 16px;
    color: #cccccc;
    text-align: center;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.gonggao_nei .gong_tiao:hover .zuo h6 {
    color: #2862af;
}

.gonggao_nei .gong_tiao .you {
    flex: 0 0 86%;
}

.gonggao_nei .gong_tiao .you h5 {
    font-size: 27px;
    color: #000000;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.gonggao_nei .gong_tiao:hover .you h5 {
    color: #2862af;
}

.gonggao_nei .gong_tiao .you h6 {
    font-size: 15px;
    color: #555555;
    margin-top: 30px;
    line-height: 26px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.gonggao_nei .gong_tiao:hover .you h6 {
    color: #2862af;
}

@media only screen and (max-width:1200px) {
    .gonggao_nei .gong_tiao .zuo {
        flex: 0 0 12%;
    }
    .gonggao_nei .gong_tiao .you {
        flex: 0 0 83%;
    }
}

@media only screen and (max-width:992px) {
    .gonggao_nei .gong_tiao .zuo h5 {
        height: 59px;
        width: 50%;
    }
    .gonggao_nei .gong_tiao .zuo h6 {
        height: 100%;
        width: 50%;
        font-size: 21px;
    }
    .gonggao_nei .gong_tiao .zuo {
        flex: 0 0 100%;
        display: flex;
    }
    .gonggao_nei .gong_tiao .you {
        flex: 0 0 100%;
        margin-top: 30px;
    }
    .gonggao_nei .gong_tiao .you h5 {
        font-size: 24px;
    }
    .gonggao_nei .gong_tiao .you h6 {
        font-size: 18px;
        margin-top: 15px;
        line-height: 32px;
    }
    .gonggao_nei .gong_tiao {
        padding: 15px 0;
    }
}


/* 公司概况 */

.gongsi_gaikuang {
    padding: 97px 0 107px;
}

.da_bt h6 {
    color: #8f9599;
    font-size: 16px;
    margin-top: 10px;
    text-transform: uppercase;
}

.da_bt h5 {
    color: #272636;
    font-size: 36px;
    position: relative;
    display: inline-block;
    padding: 8px;
}

.da_bt h5::after {
    position: absolute;
    width: 100%;
    height: 24px;
    background-color: #2862af;
    content: "";
    left: 0;
    bottom: 0;
    z-index: -1;
}

.gongsi_gaikuang .neirong {
    padding-top: 60px;
    font-size: 18px;
    color: #6d7081;
    line-height: 33px;
}

.gongsi_gaikuang .neirong img {
    max-width: 100%;
}

@media only screen and (max-width:992px) {
    .gongsi_gaikuang {
        padding: 50px 0;
    }
    .da_bt h5 {
        font-size: 26px;
    }
    .da_bt h6 {
        font-size: 18px;
    }
    .gongsi_gaikuang .neirong {
        padding-top: 30px;
    }
}


/* 企业文化 */

.wenhua_nei {
    padding: 104px 0 108px;
}

.wenhua_nei .da_bt h5 {
    padding-right: 50px;
}

.wenhua_nei .zong_w {
    padding-top: 15px;
}

.wenhua_nei .dange {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.wenhua_nei .dange .zuo {
    flex: 0 0 28%;
    overflow: hidden;
}

.wenhua_nei .dange .zuo img {
    width: 100%;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.wenhua_nei .dange:hover .zuo img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.wenhua_nei .dange .you {
    flex: 0 0 69%;
}

.wenhua_nei .dange .you h5 {
    font-size: 28px;
    color: #252732;
}

.wenhua_nei .dange .you h6 {
    font-size: 16px;
    color: #6d7081;
    margin-top: 20px;
    line-height: 30px;
}

@media only screen and (max-width:992px) {
    .wenhua_nei {
        padding: 50px 0;
    }
    .wenhua_nei .dange .zuo {
        flex: 0 0 100%;
    }
    .wenhua_nei .dange .you {
        flex: 0 0 100%;
        margin-top: 30px;
    }
    .wenhua_nei .zong_w {
        padding-top: 0;
    }
    .wenhua_nei .dange .you h5 {
        font-size: 24px;
    }
    .wenhua_nei .dange .you h6 {
        font-size: 18px;
    }
}


/* 公司新闻 */

.xinwen_liebiao {
    padding: 80px 0 70px;
    background-color: #fbfbfb;
}

.xinwen_liebiao .dange {
    padding: 20px 40px 20px 20px;
    background-color: #ffffff;
    margin-top: 20px;
}

.xinwen_liebiao .dange .zuo {
    position: relative;
}

.xinwen_liebiao .dange .zuo .shijia {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 110px;
    height: 51px;
    background-color: rgba(0, 0, 0, .5);
    font-size: 24px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 2;
}

.xinwen_liebiao .dange:hover .zuo .shijia {
    background-color: #2862af;
}

.xinwen_liebiao .dange .you h5 {
    font-weight: bold;
    font-size: 24px;
    color: #272636;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.xinwen_liebiao .dange .you h6 {
    font-size: 16px;
    color: #6d7081;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

@media only screen and (max-width:992px) {
    .xinwen_liebiao {
        padding: 20px 0 50px;
    }
    .xinwen_liebiao .dange {
        padding: 15px;
    }
    .xinwen_liebiao .dange .you h6 {
        font-size: 18px;
    }
}


/* 业务领域 */


/* 会员服务 */

.huiyuan_fuwu_n .zuoyou {
    margin-top: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.huiyuan_fuwu_n .zuoyou .zuo {
    flex: 0 0 50%;
}

.huiyuan_fuwu_n .zuoyou .zuo img {
    width: 100%;
}

.huiyuan_fuwu_n .zuoyou .you {
    flex: 0 0 50%;
    padding-left: 40px;
    padding-right: 20px;
}

.huiyuan_fuwu_n .zuoyou .you h5 {
    font-size: 35px;
    color: #2862af;
    font-weight: bold;
    position: relative;
}

.huiyuan_fuwu_n .zuoyou .you h5::after {
    position: absolute;
    content: "";
    left: -108px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 2px;
    background-color: #2862af;
}

.huiyuan_fuwu_n .zuoyou .you h4 {
    font-size: 35px;
    color: #434343;
    margin-top: 12px;
}

.huiyuan_fuwu_n .zuoyou .you h6 {
    font-size: 15px;
    color: #282828;
    margin-top: 28px;
    line-height: 30px;
}

.huiyuan_fuwu_n .zuoyou .you .shuzi_hao {
    font-size: 20px;
    color: #222222;
    margin-top: 65px;
}

.huiyuan_fuwu_n .zuoyou:nth-child(2n) {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-direction: row-reverse;
    /* Safari 6.1+ */
    display: flex;
    flex-direction: row-reverse;
}

.huiyuan_fuwu_n .zuoyou:nth-child(2n) .you h5::after {
    left: auto;
    right: -50px;
}

.huiyuan_fuwu_n .zuoyou:nth-child(2n) .you {
    padding-left: 0;
}

@media only screen and (max-width:1200px) {
    .huiyuan_fuwu_n .zuoyou .you .shuzi_hao {
        margin-top: 20px;
    }
    .huiyuan_fuwu_n .zuoyou .you h4 {
        font-size: 26px;
    }
}

@media only screen and (max-width:992px) {
    .huiyuan_fuwu_n .zuoyou {
        margin-top: 50px;
    }
    .huiyuan_fuwu_n .zuoyou .zuo {
        flex: 0 0 100%;
    }
    .huiyuan_fuwu_n .zuoyou .you {
        flex: 0 0 100%;
        padding: 0;
        margin-top: 30px;
    }
    .huiyuan_fuwu_n .zuoyou .you h5::after {
        display: none;
    }
    .huiyuan_fuwu_n .zuoyou .you h5,
    .huiyuan_fuwu_n .zuoyou .you h4 {
        font-size: 26px;
    }
    .huiyuan_fuwu_n .zuoyou .you h6 {
        font-size: 19px;
        line-height: 36px;
    }
    .huiyuan_fuwu_n .zuoyou .you .shuzi_hao {
        margin-top: 40px;
    }
}

@media only screen and (max-width:992px) {
    .container {
        max-width: 100%;
        padding: 0 30px;
    }
}

/* 分页 */

.pages {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom:20px;
    margin-top: 40px;
}

.pages a,.pages span {
    text-decoration: none;
    display: inline-block;
   
    margin-left: 5px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #909ba7;
   background-color: #e8ebef;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    
    border-radius: 100px;
}

.pages .current-page {
    color: #fff;
    font-size: 16px;
 
    background: #2862af ;
   
   
}
.huiyuan_fuwu_n{
    padding-bottom: 133px;
}
@media only screen and (max-width:992px){
    .huiyuan_fuwu_n{
        padding-bottom: 50px;
    }  
}

 /* 新闻内页 */
    
 .ny_nr .xw_xq {
    padding: 30px 0px;
}

.ny_nr .xw_xq .xq_lf .xq_tl {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.ny_nr .xw_xq .xq_lf .xq_fc {
    width: 100%;
    border-bottom: solid 1px #cacaca;
    padding: 20px 0px;
}

.ny_nr .xw_xq .xq_lf .xq_fc .right {
    text-align: right;
}

.ny_nr .xw_xq .xq_nr {
    width: 100%;
    overflow: hidden;
    padding: 20px 0px;
    line-height: 30px;
    font-size: 14px;
}

.ny_nr .xw_xq .xq_nr img {
    max-width: 100%;
    
}

.ny_nr .xw_xq .xq_fy {
    text-align: center;
    padding: 15px 0px;
}

.ny_nr .xw_xq .xq_fy a {
    display: inline-block;
    margin: 0px 15px;
    padding: 10px 20px;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 14px;
}

.ny_nr .xw_xq .xq_rt {
    width: 100%;
    overflow: hidden;
    margin-top: 56px;
}

.ny_nr .xw_xq .xq_rt .rt_bt {
    font-size: 24px;
    font-weight: bold;
    background-color: #000000;
    color: #FFFFFF;
    padding: 15px 0px;
    text-align: center;
}

.ny_nr .xw_xq .xq_rt .rt_lb li a {
    display: block;
    border-bottom: dashed 1px #cccccc;
    line-height: 56px;
    font-size: 14px;
    color: #666;
}

@media only screen and (max-width:640px) {
    .ny_nr .xw_xq {
        padding: 20px 0px;
    }
    .ny_nr .xw_xq .xq_lf .xq_tl {
        font-size: 22px;
    }
    .ny_nr .xw_xq .xq_lf .xq_fc {
        padding: 15px 0px;
    }
    .ny_nr .xw_xq .xq_lf .xq_fc .right {
        text-align: center;
    }
    .ny_nr .xw_xq .xq_fy {
        padding: 10px 0px;
    }
    .ny_nr .xw_xq .xq_fy a {
        margin: 0px 10px;
        padding: 10px 15px;
    }
    .ny_nr .xw_xq .xq_rt {
        margin-top: 15px;
    }
    .ny_nr .xw_xq .xq_rt .rt_bt {
        font-size: 20px;
        padding: 10px 0px;
    }
    .ny_nr .xw_xq .xq_rt .rt_lb li a {
        line-height: 40px;
    }
}
