a {
    outline: none !important;
}
body {
    width: 100%;
    height: 100%;
    font-family: "微软雅黑";
}
.head {
    background: rgba(36, 40, 42, 0.8);
    width: 100%;
    height: 65px;
    color: #aaaaab;
    position: absolute;
    z-index: 1000;
}
.head .logo {
    margin-left: 5.8%;
    float: left;
    margin-top: 0.8%;
}
.head .Navigation ul li {
    float: left;
    margin: 0.8% 1.5% 0% 1.5%;
    list-style: none;
    position: relative;
}
.head .Navigation ul li a {
    color: #aaaaab;
    text-decoration: none;
}
.head .Navigation ul a:hover {
    border-bottom: 3px solid red;
    cursor: pointer;
    padding-bottom: 32%;
}
.head .Navigation ul li:first-child {
    margin-left: 5%;
}
.head .Navigation ul li:last-child {
    margin-right: 3.9%;
}
.see_more {
    display: none;
    margin-right: 1.5%;
    padding: 0.8%;
    float: left;
    position: relative;
    color: #aaaaab;
}
.see_more ul {
    position: absolute;
    left: 32%;
    display: none;
}
.see_more ul li {
    width: 150%;
    margin-top: 2%;
}
.see_more ul li a {
    color: #aaaaab;
    text-decoration: none;
}
.see_more ul li a:hover {
    color: white;
}
.see_more .click_more {
    padding-bottom: 0.5%;
}
.see_more:hover {
    cursor: pointer;
}
.see_more:hover ul {
    display: block;
}
.search {
    float: left;
    margin-top: 0.7%;
    position: relative;
}
.search input {
    background: rgba(10, 10, 10, 0.1);
    border: 1px solid #aaaaab;
    border-radius: 30px;
    outline: none;
    height: 26px;
}
.search img {
    position: absolute;
    right: 1%;
    top: 11%;
}
.Contact_information {
    float: right;
    margin-right: 0%;
    width: 160px;
    height: 50px;
    margin-top: 0.8%;
    display: inline-block;
}
.Contact_information span {
    margin-left: 20%;
}
.Contact_information span:hover {
    cursor: pointer;
}
@media screen and (max-width: 1562px) {
    .Navigation li:nth-child(n+5) {
        display: none;
    }
    .see_more {
        display: block;
    }
}
@media screen and (max-width: 1002px) {
    .Navigation li:nth-child(n+3) {
        display: none;
    }
}
@media screen and (max-width: 1750px) {
    .Contact_information {
        display: none;
    }
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.tl {
    text-align: left;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.clear {
    clear: all;
}
.footer {
    background: #f2f4f4;
    overflow: hidden;
    width: 100%;
}
.footer .footer_top {
    padding-left: 6.7%;
    padding-top: 70px;
    border-bottom: 1px solid #3b4044;
    padding-bottom: 10%;
}
.footer .footer_top .footer_top_left {
    width: 30%;
    border-right: 1px solid #3b4044;
    float: left;
}
.footer .footer_top .footer_top_left p:first-child {
    font-size: 18px;
    color: #FFFFFF;
}
.footer .footer_top .footer_top_left p:first-child span {
    border-bottom: 2px solid #fff;
}
.footer .footer_top .footer_top_left p:nth-child(n+1) {
    margin-top: 1.5%;
}
.footer .footer_top .footer_top_left p:nth-child(n+1) a {
    color: #929495;
    border-right: 1px solid #929495;
    margin-right: 1.5%;
    margin-top: 2.5%;
    padding-right: 3%;
    padding-left: 3%;
    font-size: 14px;
}
.footer .footer_top .footer_top_left p:nth-child(n+1) a:last-child {
    border-right: none;
}
.footer .footer_top .footer_top_left p:nth-child(n+1) a:first-child {
    padding-left: 0;
}
.footer .footer_top .footer_top_middle {
    width: 30%;
    border-right: 1px solid #3b4044;
    float: left;
    margin-left: 6.7%;
}
.footer .footer_top .footer_top_middle p:first-child {
    font-size: 18px;
    color: #FFFFFF;
}
.footer .footer_top .footer_top_middle p:first-child span {
    border-bottom: 2px solid #fff;
}
.footer .footer_top .footer_top_middle P:nth-child(n+2) {
    margin-top: 5%;
    margin-left: -2%;
}
.footer .footer_top .footer_top_middle P:nth-child(n+2) span {
    float: left;
    font-size: 14px;
    color: #afb1b3;
    margin-left: 2%;
}
.footer .footer_top .footer_top_middle P:nth-child(n+2) span:first-child {
    font-size: 16px;
}
.footer .footer_top .footer_top_right {
    float: left;
    margin-left: 6.7%;
}
.footer .footer_top .footer_top_right p:first-child {
    font-size: 18px;
    color: #FFFFFF;
}
.footer .footer_top .footer_top_right p:first-child span {
    border-bottom: 2px solid #fff;
}
.footer .footer_top .footer_top_right p:nth-child(n+2) {
    margin-top: 5%;
}
.footer .footer_top .footer_top_right p:nth-child(n+2) span img {
    height: 72px;
    width: 72px;
}
.footer .footer_bottom {
    width: 100%;
}
.footer .footer_bottom p {
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #9d9d9d;
    line-height: 36px;
}
.Consultation {
    float: right;
    right: 4%;
    top: 48%;
    position: fixed;
}
.Consultation ul li {
    text-align: center;
    list-style: none;
    background: rgba(0, 0, 0, 0.2);
    margin-top: 5%;
    padding-bottom: 10px;
    box-sizing: border-box;
    width: 69px;
    height: auto;
}
.Consultation ul li .hied {
    display: none;
}
.Consultation ul li img {
    margin: 17%;
    margin-bottom: 10%;
    margin-top: 20%;
    width: 30px;
}
.Consultation ul li img:last-child {
    margin: 30%;
    margin-bottom: 40%;
    width: 30px;
}
.Consultation ul li span {
    color: white;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.Consultation ul li:hover {
    background: #ce251f;
    cursor: pointer;
}
.dib {
    display: inline-block;
    vertical-align: top;
}
.dim {
    display: inline-block;
    vertical-align: middle;
}
.banxin {
    width: 1200px;
    margin: 0 auto;
}
header {
    width: 100%;
    padding: 0 67px;
    box-sizing: border-box;
    height: 65px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    line-height: 65px;
    background-color: rgba(0, 0, 0, 0.8);
}
header .sl-head {
    width: 100%;
}
header .sl-head .logo {
    float: left;
    height: 100%;
}
header .sl-head .logo img {
    max-width: 301px;
    height: auto;
}
header .sl-head .head-content {
    float: right;
}
header .sl-head .sl-head-list {
    float: left;
}
header .sl-head .sl-head-list ul {
    font-size: 0;
}
header .sl-head .sl-head-list ul li {
    height: 62px;
    padding: 0 10px;
    margin: 0 13px;
    display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
    border-bottom: 3px solid transparent;
    position: relative;
}
header .sl-head .sl-head-list ul li a {
    color: #cdcdcd;
}
header .sl-head .sl-head-list ul li:hover, header .sl-head .sl-head-list ul li.active {
    border-color: #ce251f;
}
header .sl-head .sl-head-list ul li:hover>a, header .sl-head .sl-head-list ul li.active>a {
    color: #ce251f;
    text-decoration: none;
}
header .sl-head .sl-head-list ul li .two {
    display: none;
    position: absolute;
    width: inherit;
    top: 62px;
    left: 0;
    padding-left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
header .sl-head .sl-head-list ul li .two li {
    line-height: 20px;
    font-size: 20px;
    width: 100%;
    margin: 0;
    border: none;
}
header .sl-head .sl-head-list ul li .two li>a {
    font-size: 14px;
    display: inline-block;
    line-height: 62px;
}
header .sl-head .sl-sousuo {
    float: left;
    width: 177px;
    height: 100%;
    position: relative;
    margin: 0 10px;
}
header .sl-head .sl-sousuo input {
    width: 177px;
    height: 26px;
    border: 1px solid #6c6b6b;
    text-indent: 1em;
    border-radius: 20px;
}
header .sl-head .sl-sousuo .search {
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -10px;
}
header .sl-head .sl-icon {
    float: right;
}
header .sl-head .sl-icon a {
    display: table-cell;
    vertical-align: middle;
    height: 65px;
    width: 65px;
    line-height: 65px;
    padding: 0 10px;
    position: relative;
    box-sizing: border-box;
}
header .sl-head .sl-icon .wx-icon {
    float: left;
    width: 45px;
    height: 45px;
}
header .sl-head .sl-icon .xl-icon {
    float: right;
    width: 45px;
    height: 45px;
}
header .sl-head .sl-icon .wx-img, header .sl-head .sl-icon .xl-img {
    display: none;
    position: absolute;
    bottom: -84px;
    left: 0;
    width: 84px;
    height: 84px;
    cursor: default;
}
@media (max-width: 1701px) {
    .head-content {
        float: right;
    }
    header {
        padding: 0 25px;
    }
    header .sl-head .sl-head-list ul li {
        padding: 0 5px;
        margin: 0 5px;
    }
    header .sl-head .sl-icon a {
        padding: 0 10px;
    }
}
@media (max-width: 1220px) {
    header {
        padding: 0 20px;
    }
    header .sl-sousuo {
        display: none;
    }
}
@media (max-width: 1350px) {
    header {
        padding: 0 10px;
    }
    header .sl-icon {
        display: none;
    }
}
@media (max-width: 1022px) {
    header .sl-head .sl-head-list ul li {
        padding: 0 2px;
        margin: 0 2px;
    }
}
.youqing-bg {
    background-color: #f2f4f4;
    padding: 24px 0;
}
.youqing {
    width: 1400px;
    margin: 0 auto;
    font-size: 0;
}
.youqing .as {
    color: #434343;
    background-color: #b6b6b6;
}
.youqing a {
    display: inline-block;
    padding: 9px 8px;
    color: #9b9a9a;
    font-size: 14px;
    line-height: 14px;
    margin-right: 25px;
}
footer {
    width: 100%;
    overflow: hidden;
    background-color: #f2f4f4;
}
footer .footer {
    width: 1400px;
    margin: 0 auto;
    padding-top: 20px;
    box-sizing: border-box;
}
footer .nav {
    width: 600px;
}
footer .nav, footer .concat {
    float: left;
    text-align: left;
}
footer .ewm {
    float: right;
}
footer .nav h1, footer .concat h1, footer .ewm h1 {
    color: #919191;
    font-size: 16px;
    margin-left: 28px;
}
footer .nav h1::after, footer .concat h1::after, footer .ewm h1::after {
    content: "";
    display: block;
    margin-top: 10px;
    width: 26px;
    height: 2px;
    background-color: #919191;
}
footer .nav p {
    margin: 25px 0;
}
footer .nav p a {
    font-size: 14px;
    color: #a3a6a7;
    padding: 7px 10px 7px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    float: left;
}
footer .nav p a:last-child {
    border: none;
}
footer .concat {
    padding-left: 20px;
    padding-right: 20px;
    height: 160px;
    border-left: 1px solid #b8b9b9;
    border-right: 1px solid #b8b9b9;
}
footer .concat h1 {
    margin-left: 0;
}
footer .concat .dh, footer .concat .qq {
    margin-top: 40px;
    display: inline-block;
    vertical-align: top;
}
footer .concat .dh img, footer .concat .qq img {
    max-height: 37px;
}
footer .concat .qq {
    margin-left: 50px;
}
footer .concat img, footer .concat .text {
    display: inline-block;
    vertical-align: middle;
}
footer .concat .text h3 {
    font-size: 16px;
    color: #218cac;
    font-weight: bold;
    line-height: 20px;
}
footer .concat .text h4 {
    font-size: 14px;
    line-height: 20px;
    color: #aeafaf;
}
footer .ewm .wx, footer .ewm .xinglang {
    float: left;
    margin-top: 26px;
    margin-left: 30px;
}
footer .ewm img {
    width: 82px;
    height: auto;
}
footer .ewm p {
    text-align: center;
    color: #a3a6a7;
    line-height: 40px;
}
footer .Copyright {
    text-align: center;
    background-color: #f2f4f4;
    height: 48px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
footer .Copyright p {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    line-height: 47px;
    color: #9d9d9d;
}
footer .Copyright p a {
    color: #9d9d9d;
}
@media (max-width: 1766px) {
    footer .footer {
        padding: 0 100px;
        padding-top: 70px;
    }
}
@media (max-width: 1666px) {
    footer .footer {
        padding: 0 80px;
        padding-top: 70px;
    }
    footer .footer .concat {
        padding-left: 50px;
        padding-right: 42px;
    }
    footer .footer .ewm {
        margin-left: 60px;
    }
}
@media (max-width: 1488px) {
    footer .footer {
        padding: 0 40px;
        padding-top: 70px;
    }
    footer .footer .concat {
        padding-left: 20px;
        padding-right: 22px;
    }
    footer .footer .ewm {
        margin-left: 50px;
    }
}
@media (max-width: 1350px) {
    footer .footer {
        padding: 0 20px;
        padding-top: 70px;
    }
    footer .footer .concat {
        padding-left: 10px;
        padding-right: 12px;
    }
    footer .footer .ewm {
        margin-left: 30px;
    }
    footer .footer .concat {
        display: block;
    }
}
@media (max-width: 1350px) {
    footer .footer {
        padding: 0 10px;
        padding-top: 70px;
    }
    footer .footer .concat {
        padding-left: 50px;
        padding-right: 72px;
    }
    footer .footer .ewm {
        margin-left: 10px;
    }
    footer .footer .dh, footer .footer .qq {
        margin-top: 20px;
        display: block;
    }
    footer .footer .qq {
        margin-left: 0;
    }
}
@media (max-width: 980px) {
    footer .footer {
        width: 100%;
        padding: 0;
        padding-top: 70px;
        height: 300px;
        overflow: hidden;
    }
}
@media (max-width: 1350px) {
    footer .nav p a {
        padding: 0 10px;
    }
}
.banxin {
    width: 1200px;
    margin: 0 auto;
}
.banner {
    width: 100%;
    overflow: hidden;
}
.banner .bg {
    height: 600px;
    width: 100%;
    background: url("../images/service-support.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.banner .bg h2 {
    position: absolute;
    top: 45%;
    width: 100%;
    text-align: center;
    font-size: 48px;
    color: #ffffff;
}
.banner .bg .text {
    padding-top: 10%;
}
.banner .bg .text h1 {
    font-size: 72px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}
.banner .bg .text h1 span {
    color: #218cac;
}
.banner .bg .text h4 {
    font-size: 60px;
    color: #fff;
    line-height: 70px;
}
.banner .bg .text p {
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    margin-bottom: 50px;
}
.banner .bg .text .smore {
    font-size: 24px;
    color: #ffffff;
}
.banner .bg .text .zxzx {
    font-size: 20px;
    color: #fff;
    padding: 13px 44px;
    border-radius: 5px;
    border: 1px solid #fff;
}
.banner .bg .banner-list {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 85px;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.banner .bg .banner-list ul {
    font-size: 0;
}
.banner .bg .banner-list ul li {
    display: inline-block;
    vertical-align: top;
}
.banner .bg .banner-list ul li a {
    padding: 0 54px;
    line-height: 85px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
}
.banner .bg .banner-list ul li:hover a, .banner .bg .banner-list ul li.active a {
    background-color: #218cac;
}
.alxq .bg {
    background: url("../images/bannerdingzhi.jpg") no-repeat;
    background-size: cover;
}
.wj-head {
    width: 100%;
    overflow: hidden;
    background-color: #f8f8f8;
    height: 74px;
}
.wj-head ul {
    text-align: center;
}
.wj-head ul li {
    display: inline-block;
    vertical-align: top;
    line-height: 74px;
    font-size: 16px;
    margin: 0 10px;
}
.wj-head ul li a {
    color: #444444;
    padding: 10px 20px;
    border-radius: 20px;
    transition: all .3s ease-out;
}
.wj-head ul li:hover a, .wj-head ul li.active a {
    color: #fff;
    background-color: #218cac;
}
.paging {
    text-align: center;
}
.paging a, .paging strong {
    display: inline-block;
    font-size: 16px;
    color: #000;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 5px;
}
.paging strong {
    border: none;
    font-weight: normal;
}
.paging a:hover, .paging a.active {
    background-color: #218cac;
    color: #fff;
    text-decoration: none;
}
/*XerxesZaki2019-01-22start*/

.zx_header {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.head-top {
    text-align: center;
}
.zx_head {
    max-width: 1200px;
    margin: 0 auto;
}
.zx_head .logo {
    display: inline-block;
    height: 60px;
    line-height: 60px;
}
.zx_head .logo img {
    display: inline-block;
    vertical-align: middle;
    width: 260px;
}
.zx_head .ri {
    /*float: right;*/
    text-align: center;
}
.zx_head .layui-nav {
    padding: 0;
    background-color: transparent;
}
.zx_head .layui-nav .layui-this:after, .zx_head .layui-nav .layui-nav-bar, .zx_head .layui-nav .layui-nav-tree .layui-nav-itemed:after {
    display: none !important;
}
.zx_head .layui-nav .layui-nav-child {
    top: 60px;
}
.zhanwei {
    height: 120px;
}
@media screen and (max-width: 750px) {
    .zhanwei {
        height: 1.1rem;
    }
}
.zx_head .layui-nav .layui-nav-child dd {
    line-height: 3!important;
}
.zx_head .zx_nav {
    /*float: left;*/
    display: inline-block;
}
.zx_head .zx_nav .layui-nav-item {
    line-height: 60px;
}
.zx_head .zx_nav .layui-nav-item a {
    color: #888 !important;
    padding: 0 10px;
}
.zx_head .zx_nav .layui-nav-item a:hover, .zx_head .zx_nav .layui-this a {
    color: #218cac !important;
}
.zx_head .zx_nav .layui-this dd a {
    color: #b1b1b1 !important;
}
.zx_head .zx_nav .layui-nav-more {
    border-color: #b1b1b1 transparent transparent;
    display: none;
}
.zx_head .zx_nav .layui-nav-mored {
    border-color: transparent transparent #b1b1b1;
    display: none;
}
.zx_head .lian {
    float: right;
    height: 60px;
}
.zx_head .lian li {
    float: left;
    margin-left: 17px;
    line-height: 60px;
}
.zx_head .lian .layui-nav-child {
    top: 60px !important;
}
.zx_head .lian .layui-nav-child {
    border: 1px solid #218cac;
    border-radius: 0;
    padding: 0;
    text-align: center;
}
.zx_head .lian .layui-nav-child h5 {
    color: #fff;
    font-size: 16px;
    line-height: 37px;
    background-color: #218cac;
}
.zx_head .lian .rexian {
    width: 237px;
}
.zx_head .lian .rexian p {
    font-size: 23px;
    line-height: 32px;
    color: #218cac;
    padding: 33px 0;
}
.zx_head .lian .rexian img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
}
.zx_head .lian .saoma {
    width: 230px;
}
.zx_head .lian .saoma .zx_k {
    padding-top: 19px;
}
.zx_head .lian .saoma .tu {
    display: inline-block;
    margin: 0 8px;
}
.zx_head .lian .saoma .IMG {
    width: 84px;
    height: 84px;
    display: inline-block;
}
.zx_head .lian .saoma img {
    width: 100%;
}
.zx_head .lian .saoma h6 {
    color: #3b3b3b;
    font-size: 12px;
    padding-top: 12px;
}
.zx_head .ku {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 0;
    border-radius: 50%;
    background-color: #e8e8e8;
    transition: all 0.3s ease-out;
    cursor: pointer;
    text-align: center;
}
.zx_head .ku:hover {
    background-color: #218cac;
}
.zx_head .ku img {
    width: 15px;
    display: inline-block;
    vertical-align: middle;
}
.zx_right .li {
    transition: all .3s ease-out; 
    width: 180px;
    height: 40px;
    background-color: #218cac;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    position: fixed;
    right: -124px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    z-index: 99;
    cursor: pointer;
}
.zx_right .li:hover{
  right: 0;
}
.zx_right .dh {
    bottom: 500px;
}
.zx_right .qq {
    bottom: 444px;
}
.zx_right .lx {
    bottom: 359px;
    height: 70px;
}
.zx_right .top {
    bottom: 302px;
}
.zx_right .li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-left: 24px;
}
/*XerxesZaki2019-01-22end*/

/*XerxesZaki2019-02-26start*/
.zx_neiyebg {
    background-color: #f8f8f8;
}
.zx_neiyebg ul {
    text-align: center;
}
.zx_neiyebg li {
    display: inline-block;
    vertical-align: top;
    line-height: 74px;
    font-size: 16px;
    margin: 0 10px;
}
.zx_neiyebg .on a, .zx_neiyebg li:hover a {
    color: #fff;
    background-color: #218cac;
}
.zx_neiyebg li a {
    color: #444444;
    padding: 10px 20px;
    border-radius: 20px;
    transition: all .3s ease-out;
}
/*XerxesZaki2019-02-26end*/

@media only screen and (max-width: 750px) {
    footer .footer {
        padding-top: .2rem;
        height: auto;
    }
    footer .nav {
        display: none;
    }
    footer .footer .concat {
        padding: 0 .2rem .3rem;
        height: auto;
        border: none;
    }
    footer .concat h1 {
        display: none;
    }
    footer .footer .dh, footer .footer .qq {
        margin-top: .2rem;
    }
    footer .concat .dh img, footer .concat .qq img {
        max-width: .6rem;
    }
    footer .concat .text h3 {
        font-size: .26rem;
        line-height: 1.2;
    }
    footer .concat .text h4 {
        font-size: .24rem;
        line-height: 1.5;
    }
    footer .footer .ewm {
        float: none;
        margin: 0 auto;
    }
    footer .footer .ewm h1 {
        display: none;
    }
    footer .ewm .wx {
        margin: 0;
        padding: .2rem .4rem 0 0;
    }
    footer .ewm img {
        width: .9rem;
        display: block;
        margin: 0 auto;
    }
    footer .ewm p {
        font-size: .24rem;
        line-height: 1.5;
    }
    footer .Copyright {
        height: auto;
        box-sizing: border-box;
        padding: 0 .2rem;
    }
    footer .Copyright p {
        font-size: .2rem;
        line-height: 2;
    }

    .banner .bg {
        height: 3rem;
    }
    .zx_neiyebg {
        padding: .2rem 0;
    }
    .zx_neiyebg li {
        line-height: .6rem;
        font-size: .3rem;
        margin: 0 .1rem .1rem;
    }
    .zx_neiyebg li a {
        padding: .1rem .2rem;
        border-radius: .2rem;
    }
    .imgBox {
        padding: 0 .2rem;
    }
    .wj-head {
        height: auto;
        padding: .2rem 0;
    }
    .wj-head ul li {
        line-height: .6rem;
        font-size: .3rem;
        margin: 0 .1rem .1rem;
    }
    .wj-head ul li a {
        padding: .1rem .2rem;
        border-radius: .2rem;
    }
    .paging {
        padding: .2rem 0 .3rem;
    }
    .paging a, .paging strong {
        font-size: .3rem;
        padding: .1rem .15rem;
        border-radius: .1rem;
        margin: 0 .05rem;
    }
}

/*网站留言*/
.liuyan-table h4 {
    color: #575757;
    font-size: 40px;
    line-height: 1;
    padding: 110px 0 30px;
    text-align: center;
}
.liuyan-table-box {
    width: 960px;
    margin: 0 auto 50px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    padding: 50px 0 30px;
    background-color: #f6f6f6;
}
.liuyan-table-box table {
    width: 70%;
    margin: 0 auto;
}
.liuyan-table-box td {
    padding: 8px 0;
}
.liuyan-table-box .th {
    width: 22%;
    color: #5c5c5c;
    font-size: 24px;
    text-align: right;
    padding-right: 20px;
}
.liuyan-table-box .th strong {
    color: #db7f74;
}
.liuyan-table-box td {
    width: 78%;
}
.liuyan-table-box td input {
    width: 100%;
    height: 30px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 0 15px;
    box-sizing: border-box;
    transition: all .2s ease-out;
    color: #333;
    font-size: 18px;
}
.liuyan-table-box td input::-webkit-input-placeholder,
.liuyan-table-box td textarea::-webkit-input-placeholder {
    color: #e3e3e3;
    font-size: 18px;
}
.liuyan-table-box td input:-moz-placeholder,
.liuyan-table-box td textarea:-moz-placeholder {
    color: #e3e3e3;
    font-size: 18px;
}
.liuyan-table-box td input::-moz-placeholder,
.liuyan-table-box td textarea::-moz-placeholder {
    color: #e3e3e3;
    font-size: 18px;
}
.liuyan-table-box td input:-ms-input-placeholder,
.liuyan-table-box td textarea:-ms-input-placeholder {
    color: #e3e3e3;
    font-size: 18px;
}
.liuyan-table-box td input:hover,
.liuyan-table-box td input:focus {
    border-color: #1a8daa;
}
.liuyan-table-box td textarea {
    width: 100%;
    height: 170px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 15px;
    box-sizing: border-box;
    transition: all .2s ease-out;
    color: #333;
    font-size: 18px;
}
.liuyan-table-box td textarea:hover,
.liuyan-table-box td textarea:focus {
    border-color: #1a8daa;
}
.liuyan-table-box td label {
    display: inline-block;
    margin-right: 20px;
    color: #5c5c5c;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: normal;
}
.liuyan-table-box td label input[type=radio] {
    display: none;
}
.liuyan-table-box td label input[type=radio]+em {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #b9b9b9;
    margin-left: 6px;
    position: relative;
    transition: all .2s ease-out;
}
.liuyan-table-box td label input[type=radio]:hover+em:hover {
    border-color: #1a8daa;
}
.liuyan-table-box td label input[type=radio]+em:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #1a8daa;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .2s ease-out;
}
.liuyan-table-box td label input[type=radio]:checked+em:after {
    opacity: 1;
}
.liuyan-table-box .tr {
    padding: 25px 0 0;
}
.liuyan-table-box td .sub {
    display: block;
    margin: 0 auto;
    width: 180px;
    height: 36px;
    border-radius: 4px;
    background-color: #1a8daa;
    border: 1px solid #2a7f9b;
    transition: all .2s ease-out;
    color: #fff;
    font-size: 22px;
}
.liuyan-table-box td .sub:hover {
    opacity: .7;
}


/*20190530*/
.zx_head .lian .layui-nav-child {
    right: 0 !important;
    left: auto !important;
}
.swiper-data-box {
    height: 30px;
    background-color: #f8c4c8;
    position: relative;
    padding-left: 380px;
}
.swiper-data-box .img {
    position: absolute;
    left: 70px;
    bottom: 0;
    height: 80px;
}
.swiper-data-box .zhan {
    color: #fe5a3f;
    font-size: 14px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 280px;
    transform: translateY(-50%);
}
.swiper-data-box .swiper-data {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-data-box .swiper-data .swiper-slide {
    font-size: 14px;
    line-height: 30px;
    color: #523f41;
}