body {
    padding: 0;
}

ul,
ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

* {
    font-family: Microsoft Yahei;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img,
input {
    border: 0px;
    outline: none;
    padding: 0px;
    margin: 0px;
}

body {
    background: #F2F2F2;
    overflow-x: hidden;
    position: relative;
}

.item_h4 {
    font-size: 20px
}

.mt-2 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.xiangxi_zp .item a {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-transform: none;
    margin-top: 2rem;
}


/* overflow:hidden; white-space: nowrap;text-overflow: ellipsis; */

.zs_three li .p_logo img,
.kx_one li .img img {
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.zs_three li .p_logo img:hover,
.kx_one li:hover .img img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}

.cp_three li h1 a:hover,
.cp_three li .bottom a:hover,
.cp_five li a:hover h1,
.zs_three li a:hover h1,
.zs_seven li a:hover h1,
.zs_seven li .bottom a:hover,
.xx_two a:hover,
.jd_one li:hover h1,
.jd_three li:hover a {
    color: #2595F1
}

.color_bl {
    color: #0097de;
}

.color_bl2 {
    color: #0c3388;
}

.f_weight {
    font-weight: 700;
}

.bg_bai {
    float: left;
    width: 100%;
    background: #fff;
    margin-bottom: 50px;
    padding-bottom: 10px;
}

.bg_white {
    float: left;
    width: 100%;
    margin: 40px 0px;
    padding: 0px 40px 30px;
    background: #fff;
}

.bg_white .page-img{
    padding-top: 20px;
}

.zc_two li .btn:hover {
    background: #005899;
}


/* header */

header {
    float: left;
    width: 100%;
}

.headercss {
    width: 100%;
    height: 204px;
    vertical-align: bottom;
}

.header {
    float: left;
    width: 100%;
    background: #0171C7;
}

.header .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 30px 0;
}

.header .logo {
    float: left;
    position: relative;
    z-index: 200;
}

.header .logo a {
    font-size: 18px;
    color: #FFFFFF;
}

.header .logo img {
    height: 80px;
    margin-right: 15px;
}

.nav {
    float: left;
    width: 100%;
    line-height: 46px;
    background: #2596F2;
    font-size: 18px;
    color: #fff;
}

.nav a {
    font-size: 18px;
    color: #fff;
    padding: 0px 25px;
}

.nav a:hover {
    color: #212530;
}

.btn_menu {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 30px;
    background: url(../images/menu.png) no-repeat center center;
    border-radius: 3px;
    z-index: 400;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    display: none;
    position: fixed;
}

.close_menu {
    background: url(../images/bg_03.png) no-repeat center center;
    background-size: 14px;
}

.menu {
    position: fixed;
    top: 40px;
    left: 100%;
    padding: 0px 30px;
    background-color: rgba(0, 113, 199, 0.9);
    z-index: 100;
    width: 100%;
    min-height: 100%;
    display: none;
    margin: 0px;
    padding-top: 10px;
    background-size: 100%;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.menu.dian {
    left: 0px;
}

.menu li {
    float: left;
    width: 100%;
    border-bottom: 1px dotted #95CCF9;
    position: relative;
}

.menu li a {
    float: left;
    line-height: 40px;
    padding-left: 20px;
    width: 100%;
    color: #fff;
    font-size: 14px;
}

.menu li p {
    float: left;
    width: 100%;
    padding-left: 20px;
    display: none;
}

.menu li p a {
    float: left;
    color: #727171;
    font-size: 14px;
    line-height: 28px;
}

.menu li h2 {
    float: left;
    width: 100%;
    margin: 0px;
    padding-left: 20px;
    background: url(../images/bg_25.png) no-repeat right center;
    font-weight: normal;
    font-size: 15px;
    color: #333;
    line-height: 45px;
}

.menu li h2.sel {
    background: url(../images/bg_25-sel.png) no-repeat right center;
}

.h_right {
    flex: 1;
    text-align: right;
}

.h_right .div_search {
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 10px;
}

.h_right .dropdown {
    display: inline-block;
}

.h_right .dropdown .dropdown-menu a{
    width: 100%;
}

.h_right .txt {
    float: left;
    height: 32px;
    line-height: 32px;
    width: 160px;
    padding-left: 10px;
    font-size: 14px;
    border: 0px;
    outline: none;
}

.h_right .div_search span {
    float: left;
    width: 50px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}

.h_right a {
    color: #fff;
    font-size: 18px;
    margin-left: 30px;
    float: right;
    padding-left: 32px;
    line-height: 32px;
}

.h_right .a_dl {
    background: url(../images/bg_01.png) no-repeat left center;
}

.h_right .a {
    background: url(../images/bg_04.png) no-repeat left center;
}

.h_right a:hover {
    color: #00FFFF;
}

@media screen and (min-width: 993px) and (max-width: 1370px) {

    /* 小屏幕 */
    .header .logo {
        margin-left: -10px;
    }

    .header .logo img {
        height: 80px;
    }

    .nav {
        font-size: 15px;
    }

    .nav a {
        padding: 0px 16px;
        font-size: 15px;
    }

    .h_right {
        padding-top: 40px;
    }

    .h_right a {
        font-size: 16px;
        margin-left: 20px;
    }

    .h_right .txt {
        width: 150px;
    }

    #bubble {
        top: 215px !important;
    }

    .headercss {
        height: 146px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {

    /* 平板 */
    .header .logo {
        margin-left: -10px;
    }

    .header .logo img {
        height: 90px;
    }

    .nav {
        font-size: 12px;
    }

    .nav a {
        padding: 0px 10px;
        font-size: 13px;
    }

    .menu {
        display: none
    }

    .h_right {
        padding-top: 30px;
    }

    .h_right a {
        font-size: 14px;
        margin-left: 15px;
    }

    .h_right .txt {
        width: 140px;
    }

    .h_right .a_dl,
    .h_right .a {
        padding-left: 28px;
        background-size: 20px;
    }

    .h_right .btn_search {
        width: 40px;
        background-size: auto 20px;
    }

    #bubble {
        display: none;
    }

    .headercss {
        height: 136px;
    }
}

@media (max-width: 767px) {

    /* 手机 */
    .nav {
        display: none;
    }

    header,
    .header {
        height: 50px;
    }

    .header .logo {
        margin-left: 0px;
    }

    .header .logo img {
        height: 50px;
    }

    .menu {
        display: block;
    }

    .btn_menu {
        display: block
    }

    .h_right {
        display: none;
    }

    .header {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 300;
    }

    .item_h4 {
        font-size: 15px
    }

    .zb_none {
        display: none;
    }

    #bubble {
        display: none;
    }

    .headercss {
        height: 50px;
    }
}


/* footer */

footer {
    width: 100%;
    background: #012350;
}

.footercss {
    width: 100%;
    /*height: 293px;*/
    vertical-align: bottom;
}

.footer_top {
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
}

.footer_one {
    float: left;
    width: 40%;
    line-height: 30px;
}

.footer_one h1,
.footer_three h1 {
    width: 100%;
    line-height: 34px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 0px;
    text-align: left;
}
.footer_three h1{
    text-align: center;
}
.footer_one p {
    width: 100%;
    text-align: left;
}

.footer_one p a {
    color: #91D5F8;
    font-size: 18px;
}

footer p,
footer h1 {
    margin: 0px;
    padding: 0px;
}

footer a:hover {
    color: #fff;
}

.footer_two {
    width: 20%
}

.footer_three {
    width: 20%;
    float: right;
    text-align: center;
}

.footer_three p {
    float: left;
    width: 100%;
    text-align: center;
}

.footer_three img {
    max-width: 80%
}

.footer_three h1 {
    margin-bottom: 10px;
}

.footer_four {
    width: 100%;
    border-top: 1px solid #14549C;
    padding: 20px 0px;
    line-height: 24px;
    font-size: 15px;
    color: #98C0D4;
}

@media screen and (min-width: 768px) and (max-width: 992px) {

    /* 平板 */
    .footer_top {
        padding-top: 20px
    }

    .footer_one {
        line-height: 24px;
    }

    .footer_one p a {
        font-size: 14px;
    }

    .footer_one h1,
    .footer_three h1 {
        font-size: 16px;
    }

    .footer_three img {
        max-width: 70%
    }

    .footer_four {
        font-size: 13px;
        line-height: 20px;
        padding: 15px 0px;
    }

    .footercss {
        ?
    }
}

@media (max-width: 767px) {

    /* 手机 */
    .footer_top {
        display: none;
    }

    .footer_four {
        text-align: center;
        padding: 10px;
        line-height: 20px;
        font-size: 12px;
    }

    .footercss {
    }
}


/* 首页 shouYe*/

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lightSlider:before,
.lightSlider:after {
    content: " ";
    display: table;
}

.lightSlider {
    overflow: hidden;
    margin: 0;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.lSSlideWrapper > .lightSlider:after {
    clear: both;
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
    position: relative;
}

.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}


/* Pager */

.lSSlideOuter .lSPager.lSpg {
    margin: 0 0;
    padding: 0;
    text-align: center;
    margin-top: -10px;
}

.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    height: 10px;
}

.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #E5E5E5;
    border-radius: 30px;
    display: inline-block;
    height: 10px;
    overflow: hidden;
    text-indent: -999em;
    width: 10px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
    margin: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #4ECDED;
}

.lSSlideOuter .media {
    opacity: 0.8;
}

.lSSlideOuter .media.active {
    opacity: 1;
}

.lSAction > a {
    width: 38px;
    display: block;
    top: 46%;
    height: 72px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}

.lSAction > a:hover {
    opacity: 1;
}

.lSAction > .lSPrev {
    background: url(../images/left.png) no-repeat center center;
    background-size: 100%;
    left: 5%;
}

.lSAction > .lSNext {
    background: url(../images/right.png) no-repeat center center;
    background-size: 100%;
    right: 5%;
}

.lSAction > a.disabled {
    pointer-events: none;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

.lSSlideOuter.lSrtl {
    direction: rtl;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}

.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
    float: left;
    text-align: center;
}

.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}

.sy_one {
    height: auto;
    float: left;
    width: 100%
}

.sy_one img {
    float: left;
    width: 100%
}

.sy_one .lSSlideOuter .lSPager.lSpg > li a {
    width: 12px;
    height: 12px;
    border: 1px solid #535353;
    background: #535353;
}

.sy_one .lSSlideOuter .lSPager.lSpg {
    margin: 5px 0px;
}

.sy_one .lSSlideOuter .lSPager.lSpg > li:hover a,
.sy_one .lSSlideOuter .lSPager.lSpg > li.active a {
    background: #fff;
}

.sy_two {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 70px;
}

.sy_two li {
    width: 25%;
    padding-right: 10px;
    float: left;
}

.sy_two li div {
    float: left;
    width: 100%;
    color: #fff;
    height: 170px;
    background: #7C9DEC;
    text-align: center;
}

.sy_two li:nth-child(2) div {
    background: #2595F1
}

.sy_two li:nth-child(3) div {
    background: #FF794D
}

.sy_two li:nth-child(4) div {
    background: #70db19
}

.sy_two li:nth-child(5) div {
    background: #009966
}

.sy_two li p {
    float: left;
    width: 100%;
    padding-top: 20px;
    height: 80px;
    margin: 0px;
}

.sy_two li h2 {
    font-weight: bold;
    float: left;
    width: 100%;
    font-size: 24px;
    margin: 0px;
    padding: 0px;
    line-height: 36px;
}

.sy_two li h1 {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 36px;
}

.sy_two li h3 {
    float: left;
    width: 100%;
    font-size: 28px;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    line-height: 40px;
}

.sy_two li h4 {
    float: left;
    width: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 36px;
}

.sy_two li a {
    color: #fff;
    float: left;
    width: 100%;
    height: 100%
}

.sy_three {
    line-height: 30px;
    padding: 25px 0;
    float: left;
    width: 100%;
}

.sy_three span {
    float: left;
    padding: 0px 30px;
    border-radius: 100px;
    cursor: pointer;
    color: #2D2D2D;
    font-size: 18px;
}

.sy_three .sel {
    color: #fff;
    background: #39A7FD;
}

.sy_three .a {
    float: right;
    color: #032377;
    font-size: 16px;
}

.sy_four {
    float: left;
    width: 100%;
}

.sy_four li {
    float: left;
    width: 100%;
    padding: 5px;
    background: #fff;
    margin-bottom: 20px;
}

.sy_four li .img {
    float: left;
    width: 25%;
}

.sy_four li .right {
    float: left;
    width: 75%;
    padding: 0px 40px;
}

.sy_four li h1 {
    float: left;
    width: 100%;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    margin: 0px;
    color: #212631;
    font-size: 20px;
    font-weight: bold;
    text-overflow: ellipsis;
    padding-top: 10px;
}

.sy_four li .date {
    float: left;
    width: 100%;
    border-bottom: 1px dashed #747378;
    color: #727478;
    font-size: 16px;
    line-height: 50px;
}

.sy_four li .desc {
    float: left;
    width: 100%;
    color: #727478;
    font-size: 18px;
    line-height: 32px;
    margin: 10px 0px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.sy_four li .desc a {
    color: #063B6D;
    font-size: 16px;
    float: right;
}

.sy_four li:hover .desc a {
    color: red;
}

.sy_four li:hover a h1 {
    color: red;
}

.sy_four li:hover,.sy_four.news li {
    -moz-box-shadow: 0px 5px 10px #C9C9C9;
    -webkit-box-shadow: 0px 5px 10px #C9C9C9;
    box-shadow: 0px 5px 10px #C9C9C9;
}

.sy_five {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px 0;
}

.sy_five .lSSlideOuter {
    float: left;
    width: 100%;
    margin: 30px 0px;
}

.sy_five img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: center;
}

.sy_five .lSSlideOuter .lSPager.lSpg {
    display: none;
}

.sy_five .lSAction > .lSPrev {
    left: 0px
}

.sy_five .lSAction > .lSNext {
    right: 0px
}

.sy_five .lSAction > a {
    width: 15px;
    height: 20px;
}

.sy_five .zhan {
    float: left;
    width: 100%;
}

.zhan_ul {
    float: left;
    width: 100%;
    overflow: hidden;
}

.zhan_ul #slider1 .lslide {
    height: 100%;
}

.zhanimgdiv {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 992px) {

    /* 平板 */
    .sy_two {
        margin-bottom: 30px;
    }

    .sy_two li div {
        height: 130px;
    }

    .sy_two li p {
        height: 60px;
        padding-top: 15px;
    }

    .sy_two li p img {
        height: 35px;
    }

    .sy_two li h2,
    .sy_two li h1 {
        font-size: 16px;
        line-height: 30px;
    }

    .sy_two li h4 {
        font-size: 14px;
        line-height: 30px;
    }

    .sy_two li h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .sy_three span {
        font-size: 16px;
    }

    .sy_four li .img {
        width: 28%
    }

    .sy_four li .right {
        padding: 0px 30px;
        width: 72%
    }

    .sy_four li .desc {
        font-size: 14px;
        line-height: 22px;
    }

    .sy_four li .desc a {
        font-size: 14px;
    }

    .sy_four li h1 {
        padding-top: 0px;
        line-height: 36px;
        height: 36px;
        font-size: 16px;
    }

    .sy_four li .date {
        font-size: 14px;
        line-height: 30px;
    }

    .sy_five {
        padding-top: 30px;
    }
}

@media (max-width: 767px) {

    /* 手机 */
    .sy_one .lSSlideOuter .lSPager.lSpg > li a {
        width: 9px;
        height: 9px;
    }

    .sy_one .lSSlideOuter .lSPager.lSpg {
        margin: 0px;
    }

    .sy_one .lSAction > a {
        width: 15px;
        height: 40px;
    }

    .sy_two {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .sy_two li {
        width: 45.5%;
        margin-left: 3%;
        margin-bottom: 10px;
        padding: 0px;
    }

    .sy_two li div {
        height: 100px;
    }

    .sy_two li p {
        height: 45px;
        padding-top: 10px;
    }

    .sy_two li p img {
        height: 25px;
    }

    .sy_two li h2,
    .sy_two li h1 {
        font-size: 15px;
        line-height: 22px;
    }

    .sy_two li h4 {
        font-size: 12px;
        line-height: 22px;
    }

    .sy_two li h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .sy_three {
        padding: 0px 10px;
        padding-bottom: 15px;
    }

    .sy_three span {
        font-size: 12px;
        padding: 0px 10px;
    }

    .sy_three .a {
        font-size: 12px;
    }

    .sy_four li {
        margin-bottom: 10px;
    }

    .sy_four li .img {
        width: 40%
    }

    .sy_four li .right {
        padding: 0px 10px;
        width: 60%
    }

    .sy_four li .desc {
        display: none
    }

    .sy_four li h1 {
        padding-top: 0px;
        line-height: 36px;
        height: 36px;
        font-size: 16px;
    }

    .sy_four li .date {
        font-size: 12px;
        line-height: 20px;
        border: 0px;
    }

    .sy_five {
        padding-top: 20px;
    }

    .sy_five .lSSlideOuter {
        margin: 10px 0px;
    }

    .zhan_ul {
        height: 80px;
    }

    .sy_five .lSAction > a {
        top: 30px;
    }

    .sy_five img {
        max-width: 90%;
        max-height: 60px;
    }
}


/* 产品列表 cp */

.cp_main {
    float: left;
    width: 100%;
    background: #fff;
    margin: 50px 0px;
    padding: 30px 0px;
    position: relative;
    overflow: hidden
}

.cp_left {
    float: left;
    width: 30%;
    padding: 0px 30px;
}

.cp_right {
    float: left;
    width: 70%;
    border-left: 1px dashed #9B9B9B;
}

.cp_one {
    float: left;
    width: 100%;
    border: 1px solid #BABABA;
}

.cp_one .txt {
    float: left;
    width: 65%;
    font-size: 16px;
    padding-left: 15px;
    line-height: 50px;
    height: 50px;
}

.cp_one .btn {
    width: 35%;
    background: url(../images/bg_06.png) no-repeat 10px center #D3D3D3;
    color: #6B6B6B;
    font-size: 18px;
    height: 50px;
    border-radius: 0px;
    padding-left: 30px;
    border: 0px;
    cursor: pointer;
    float: right;
    outline: none;
}

.cp_two {
    float: left;
    width: 100%;
    background: url(../images/bg_07.jpg) no-repeat left bottom;
    padding-bottom: 8px;
    font-size: 18px;
    color: #183C4C;
    font-weight: bold;
    margin: 25px 0px;
}

.cp_two .all_type {
    float: right;
    display: none;
    font-size: 14px;
    font-weight: normal;
}

.cp_three {
    float: left;
    width: 100%;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    transition: all .7s ease 0s;
}

.cp_three li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
}

.cp_three .li_btn {
    display: none
}

.cp_three li h1 {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.cp_three li h1 a {
    float: left;
    color: #6B6B6B;
    font-size: 18px;
    line-height: 45px;
}

.cp_three li h1 span {
    float: right;
    height: 46px;
    width: 46px;
    background: url(../images/bg_08.png) no-repeat center center;
    background-size: 12px;
    cursor: pointer;
}

.cp_three li h1 .kai {
    background: url(../images/bg_09.png) no-repeat center center;
}

.cp_three li .bottom {
    float: left;
    width: 100%;
    background: #F9F9FB;
    display: none;
}

.cp_three li .bottom a {
    float: left;
    width: 100%;
    border-top: 1px solid #E0E0E0;
    line-height: 45px;
    font-size: 16px;
    padding-left: 20px;
    overflow: hidden;
    height: 45px;
    color: #6B6B6B;
}

.cp_four {
    float: left;
    width: 100%;
    padding-left: 40px;
    line-height: 40px;
    color: #222425;
    font-size: 20px;
}

.cp_four span {
    font-size: 16px;
    padding-left: 20px;
}

.cp_five {
    float: left;
    width: 100%;
    padding-right: 40px;
}

.cp_five li {
    float: left;
    padding-left: 40px;
    padding-top: 20px;
    width: 50%
}

.cp_five li a {
    float: left;
    width: 100%;
    text-align: center
}

.cp_five li .img {
    float: left;
    text-align: center;
    width: 100%;
    border: 1px solid #B6B6B6;
    margin-bottom: 10px;
    padding: 0px;
    height: 200px;
    position: relative;
}

.cp_five li .img img {
    float: left;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cp_five li h1 {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #222425;
    font-size: 18px;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}

.cp_five li p {
    float: left;
    width: 100%;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #222425;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {

    /* 平板 */
    .cp_main {
        margin: 30px 0px;
        padding: 20px 0px;
    }

    .cp_left {
        width: 35%;
        padding: 0px 20px;
    }

    .cp_right {
        width: 65%;
    }

    .cp_one .txt {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .cp_one .btn {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        padding: 0px;
        padding-left: 20px;
        background-size: 20px;
    }

    .cp_two {
        margin: 20px 0px;
        font-size: 16px;
    }

    .cp_three li h1 a {
        font-size: 16px;
    }

    .cp_three li .bottom a {
        font-size: 14px;
        line-height: 40px;
        height: 40px;
    }

    .cp_four {
        padding-left: 20px;
    }

    .cp_five {
        padding-right: 20px;
    }

    .cp_five li {
        padding-left: 20px
    }

    .cp_five li h1 {
        height: 24px;
        line-height: 24px;
        font-size: 15px;
    }

    .cp_five li p {
        height: 20px;
        line-height: 20px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {

    /* 手机 */
    .cp_main {
        margin: 10px 0px;
        padding: 10px 0px;
    }

    .cp_left {
        width: 100%;
        padding: 0px 10px;
    }

    .cp_right {
        width: 100%
    }

    .cp_one .txt {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        width: 70%
    }

    .cp_one .btn {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        padding: 0px;
        padding-left: 20px;
        background-size: 20px;
        width: 30%
    }

    .cp_two {
        margin: 20px 0px;
        font-size: 16px;
        margin-bottom: 0px;
    }

    .cp_three li h1 a {
        font-size: 15px;
        height: 45px;
        line-height: 45px;
    }

    .cp_three li h1 span {
        height: 45px;
    }

    .cp_three li .bottom a {
        font-size: 13px;
        line-height: 36px;
        height: 36px;
    }

    .cp_right {
        border: 0px;
    }

    .cp_four {
        padding-left: 10px;
        padding-top: 20px;
        font-size: 18px;
        line-height: 20px;
    }

    .cp_four span {
        font-size: 12px;
    }

    .cp_five {
        padding-right: 10px;
    }

    .cp_five li {
        padding-left: 10px;
        width: 50%
    }

    .cp_five li h1 {
        height: 24px;
        line-height: 24px;
        font-size: 14px;
    }

    .cp_five li p {
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }

    .cp_four {
        display: none;
    }

    .cp_two .all_type {
        display: block
    }

    .cp_three {
        position: absolute;
        top: 0px;
        background: #fff;
        left: 120%;
        padding: 0px 10px;
        min-height: 100%;
    }

    .cp_three2 {
        left: 0px;
        z-index: 999;
    }

    .cp_three .li_btn {
        text-align: center;
        padding: 10px 0px;
        display: block;
    }

    .cp_three .li_btn .btn {
        margin: 0 10px;
        width: 90px;
        font-size: 14px;
        height: 34px;
        line-height: 34px;
        padding: 0px;
    }

    .cp_three .li_btn .btn_qd {
        background: #0171C7;
        color: #fff;
    }
}


/* page */

.page {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
}

.page a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #C4C4C4;
    text-align: center;
    line-height: 38px;
    font-size: 17px;
    color: #ADADAD;
    border-radius: 100px;
    margin: 0px 5px;
}

.page a:hover {
    background: #B2B2B2;
    color: #fff;
}

.page .sel,
.page a.sel:hover {
    background: #1788D6;
    border: 1px solid #1788D6;
    color: #fff;
}

.page .pre,
.page .next {
    font-family: 宋体;
    font-size: 20px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {

    /* 平板 */
    .page {
        padding-top: 30px;
    }

    .page a {
        width: 36px;
        height: 36px;
        line-height: 34px;
        font-size: 15px;
        margin: 0px 3px;
    }
}

@media (max-width: 767px) {

    /* 手机 */
    .page {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .page a {
        width: 28px;
        height: 28px;
        line-height: 26px;
        font-size: 12px;
        margin: 0px;
    }

    .page .pre,
    .page .next {
        font-size: 12px;
    }
}


/* 展商 zs */

.zs_one {
    float: left;
    margin: 30px 0px;
    overflow: hidden;
    background: #E5E5E5;
    line-height: 46px;
    border-radius: 15px;
    margin-top: 50px;
}

.zs_one a {
    float: left;
    border-radius: 15px;
    padding: 0px 40px;
    color: #636363;
    font-size: 22px;
}

.zs_one a.sel {
    background: #0071C7;
    color: #fff;
}

.zs_two {
    float: left;
    width: 100%;
    background: url(../images/bg_10.jpg) repeat-x left top;
    background-size: auto 100%;
    padding: 30px 20px;
}

.zs_two .txt,
.zs_two .select {
    float: left;
    height: 60px;
    line-height: 60px;
    border: 1px solid #BEBEBE;
    border-right: 0px;
    padding-left: 20px;
    font-size: 20px;
}

.zs_two .txt::-webkit-input-placeholder {
    color: #A4A3A3;
}

.zs_two .txt:-moz-placeholder {
    color: #A4A3A3;
}

.zs_two .txt::-moz-placeholder {
    color: #A4A3A3;
}

.zs_two .txt:-ms-input-placeholder {
    color: #A4A3A3
}

.zs_two .txt1,
.zs_two .select {
    width: 21%;
}

.zs_two .txt2 {
    width: 43%;
}

.zs_two .btn {
    float: left;
    width: 15%;
    background: url(../images/bg_11.png) no-repeat 20% center #D3D3D3;
    height: 60px;
    padding: 0px;
    font-size: 24px;
    color: #6B6B6B;
    border-radius: 0px;
    border: 1px solid #BEBEBE;
    padding-left: 30px;
}

.zs_three {
    float: left;
    width: 100%;
    padding: 0px 10px;
    margin-bottom: -10px;
}

.zs_three li {
    float: left;
    padding: 0px 10px;
    margin-top: 20px;
    width: 25%;
    text-align: center;
    height: 300px;
}

.zs_three li .p_logo {
    width: 100%;
    border: 1px solid #A0A0A0;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    height: 200px;
    position: relative;
}

.zs_three li .p_logo img {
    float: left;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.zs_three li .p_logo img:hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.zs_three li a {
    float: left;
    width: 100%
}

.zs_three li h4 {
    float: left;
    width: 100%;
    line-height: 34px;
    color: #222425;
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.zs_three li h1 {
    float: left;
    width: 100%;
    font-size: 22px;
    color: #222425;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zs_four {
    float: left;
    width: 100%;
    border: 1px solid #707070;
    margin: 50px 0px;
}

.zs_four td,
.zs_four th {
    border-left: 1px solid #707070;
    text-align: center;
    padding: 30px 0px;
    line-height: 40px;
    font-size: 22px;
}

.zs_four th {
    width: 20%
}

.zs_four th img {
    max-width: 200px
}

.zs_four .ll {
    text-align: left;
    padding-left: 30px;
}

.zs_four .ll span {
    font-size: 18px;
}

.zs_five {
    float: left;
    min-width: 130px;
    font-size: 18px;
    border-radius: 100px;
    text-align: center;
    padding: 0px 15px;
    background: #39A7FE;
    color: #fff;
    line-height: 30px;
    margin: 0px;
}

.zs_six {
    float: left;
    width: 100%;
    line-height: 34px;
    font-size: 18px;
    margin: 20px 0px;
}

.zs_seven {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.zs_seven li {
    float: left;
    width: 33.33%;
    margin-bottom: 30px;
    padding: 0px 10px;
}

.zs_seven li .img {
    float: left;
    width: 100%;
    border: 1px solid #ADADAD;
    text-align: center;
    margin-bottom: 10px;
    height: 200px;
    position: relative;
}

.zs_seven li .img img {
    float: left;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.zs_seven li a {
    float: left;
    width: 100%;
}

.zs_seven li a h1 {
    float: left;
    width: 100%;
    height: 36px;
    text-align: center;
    overflow: hidden;
    line-height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #222425;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    font-weight: bold
}

.zs_seven li .bottom {
    float: left;
    width: 100%;
    text-align: center;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #39A7FD;
    font-size: 18px;
}

.zs_seven li .bottom a {
    color: #222425;
    font-size: 18px;
    margin: 0px 10px;
    float: none;
    width: auto
}

@media screen and (min-width: 768px) and (max-width: 992px) {

    /* 平板 */
    .bg_white {
        margin: 30px 0px;
        padding: 0px 30px;
    }

    .zs_one {
        margin: 30px 0px;
        line-height: 40px;
        border-radius: 10px;
    }

    .zs_one a {
        font-size: 18px;
        border-radius: 10px;
        padding: 0px 30px;
    }

    .zs_two {
        padding: 20px;
    }

    .zs_two .txt,
    .zs_two .select,
    .zs_two .btn {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }

    .zs_two .btn {
        background: url(../images/bg_06.png) no-repeat 18% center #D3D3D3;
    }

    .bg_bai {
        margin-bottom: 30px;
    }

    .zs_three {
        margin-bottom: 0
    }

    .zs_three li {
        width: 33.33%;
        margin-top: 30px;
    }

    .zs_three li h4 {
        font-size: 14px;
        line-height: 20px;
        height: 20px;
    }

    .zs_three li h1 {
        font-size: 16px;
        line-height: 24px;
        height: 24px;
    }

    .zs_four {
        margin: 30px 0px;
    }

    .zs_four td,
    .zs_four th {
        padding: 15px 0px;
    }

    .zs_four th {
        width: 30%
    }

    .zs_four .ll {
        padding-left: 24px;
    }

    .zs_four .ll span {
        font-size: 15px;
    }

    .zs_five {
        line-height: 28px;
        font-size: 16px;
        min-width: 120px;
    }

    .zs_six {
        line-height: 26px;
        font-size: 16px;
        margin: 15px 0px;
    }

    .zs_seven li a h1 {
        line-height: 26px;
        height: 26px;
        font-size: 16px;
    }

    .zs_seven li .bottom,
    .zs_seven li .bottom a {
        line-height: 26px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {

    /* 手机 */
    .bg_white {
        margin: 10px 0px;
        padding: 0px 10px;
    }

    .zs_one {
        margin: 10px 0px;
        border-radius: 0;
        width: 100%;
        line-height: 36px;
    }

    .zs_one a {
        border-radius: 0;
        font-size: 14px;
        padding: 0px;
        width: 50%;
        float: left;
        text-align: center;
    }

    .zs_two {
        padding: 15px;
    }

    .zs_two .txt,
    .zs_two .select,
    .zs_two .btn {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding-left: 10px;
        border: 1px solid #BEBEBE;
        margin: 4px 0px
    }

    .zs_two .txt1,
    .zs_two .txt2 {
        width: 100%;
    }

    .zs_two .select,
    .zs_two .btn {
        width: 50%
    }

    .zs_two .btn {
        background: url(../images/bg_06.png) no-repeat 18% center #D3D3D3;
        border-left: 0px;
    }

    .bg_bai {
        margin-bottom: 15px;
    }

    .zs_three {
        padding: 0px 5px;
        margin-bottom: 0px;
    }

    .zs_three li {
        width: 50%;
        padding: 0px 10px;
        margin-top: 15px;
    }

    .zs_three li h4 {
        font-size: 12px;
        line-height: 20px;
        height: 20px;
    }

    .zs_three li h1 {
        font-size: 14px;
        line-height: 20px;
        height: 20px;
    }

    .zs_three li .p_logo {
        margin-bottom: 5px;
    }

    .zs_four {
        margin: 10px 0px;
    }

    .zs_four th {
        border-bottom: 1px solid #707070;
        padding: 15px;
    }

    .zs_four td,
    .zs_four th {
        width: 100%;
        float: left;
        border-left: 0px;
    }

    .zs_four .ll {
        padding: 10px;
        font-size: 16px;
        line-height: 28px;
    }

    .zs_four .ll span {
        font-size: 12px;
    }

    .zs_five {
        line-height: 28px;
        font-size: 14px;
        min-width: 100px;
        margin-top: 5px;
    }

    .zs_six {
        line-height: 22px;
        font-size: 13px;
        margin: 10px 0px;
    }

    .zs_seven {
        margin-top: 20px;
    }

    .zs_seven li {
        padding: 0px;
        margin-bottom: 10px;
        width: 100%
    }

    .zs_seven li a h1 {
        line-height: 26px;
        height: 26px;
        font-size: 16px;
    }

    .zs_seven li .bottom,
    .zs_seven li .bottom a {
        line-height: 26px;
        font-size: 13px;
    }
}


/* 展位图 zw */

.zw_one {
    float: left;
    width: 100%;
    margin: 40px 0px;
    background: #fff;
    border-top: 10px solid #39A7FE;
    border-bottom: 10px solid #39A7FE;
    padding: 80px 0px;
}

.zw_one h1 {
    float: left;
    width: 70%;
    margin: 0px 15%;
    padding: 0px;
    line-height: 70px;
    border: 2px solid #39A7FE;
    text-align: center;
    line-height: 70px;
    border-radius: 10px;
    font-size: 32px;
    color: #0071C7;
}

.zw_one .bottom {
    float: left;
    width: 100%;
    text-align: center;
}

.zw_one .bottom img {
    max-width: 80%
}

@media screen and (min-width: 768px) and (max-width: 992px) {

    /* 平板 */
    .zw_one {
        padding: 60px 0px;
    }

    .zw_one h1 {
        font-size: 26px;
        line-height: 60px;
    }
}

@media (max-width: 767px) {

    /* 手机 */
    .zw_one {
        margin: 30px 0px;
        border-top: 6px solid #39A7FE;
        border-bottom: 6px solid #39A7FE;
        padding: 50px 0px;
    }

    .zw_one h1 {
        font-size: 20px;
        line-height: 40px;
        width: 80%;
        margin: 0px 10%;
    }
}


/* 联系我们 lx */

.lx_one {
    float: left;
    font-size: 22px;
    color: #fff;
    background: #0171C7;
    border-radius: 14px;
    padding: 0px 30px;
    line-height: 36px;
    margin: 0px;
    margin-top: 40px;
}

.lx_two {
    float: left;
    width: 100%;
    padding: 0px 30px;
    padding-top: 10px;
    line-height: 38px;
    font-size: 18px;
    word-wrap: break-word;
}

.lx_three {
    margin-bottom: 40px;
}

.ditu {
    float: right;
    margin-right: -20px;
    max-width: 60%
}

@media screen and (min-width: 768px) and (max-width: 992px) {

    /* 平板 */
    .lx_one {
        margin-top: 30px;
        font-size: 18px;
        line-height: 34px;
        border-radius: 10px;
    }

    .lx_two {
        line-height: 32px;
        font-size: 16px;
    }

    .lx_three {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {

    /* 手机 */
    .lx_one {
        margin-top: 15px;
        font-size: 14px;
        padding: 5px 20px;
        line-height: 20px;
        border-radius: 10px;
        margin-bottom: 5px;
    }

    .lx_two {
        line-height: 22px;
        font-size: 13px;
        padding: 0px 20px;
    }

    .lx_three {
        margin-bottom: 15px;
    }

    .ditu {
        float: right;
        max-width: 105%;
        margin: 0
    }
}


/* 快讯 kx */

.kx_one {
    float: left;
    margin-top: 90px;
    width: 104%;
    margin-left: -2%
}

.kx_one li {
    float: left;
    width: 33.33%;
    margin-bottom: 90px;
    padding: 0px 25px;
}

.kx_one li .img {
    float: left;
    width: 100%;
    border: 1px solid #434A54;
    padding: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}

.kx_one li .img img {
    max-height: 480px;
    float: left;
}

.kx_one li .a {
    float: left;
    width: 100%;
    line-height: 54px;
    color: #fff;
    font-size: 22px;
    border-radius: 15px;
    background: #0071C7;
    text-align: center;
}

.kx_one li:hover .a {
    background: #005797;
}

.kx_two {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold
}

.kx_three {
    float: left;
    width: 100%;
    border-top: 1px solid #39A7FE;
    border-bottom: 1px solid #39A7FE;
    padding: 20px 0px;
    line-height: 30px;
}

.kx_three .left {
    float: left;
    color: #0071C6;
    font-size: 18px;
}

.kx_three .left span {
    color: #1F1512;
    margin-right: 15px;
}

.kx_three .right {
    float: right;
}

.kx_three .right a {
    float: left;
    width: 30px;
    height: 36px;
    margin-left: 25px;
}

.kx_three .right .a1 {
    background: url(../images/bg_16.png) no-repeat center center;
}

.kx_three .right .a1:hover {
    background: url(../images/bg_16-sel.png) no-repeat center center;
}

.kx_three .right .a2 {
    background: url(../images/bg_17.png) no-repeat center center;
}

.kx_three .right .a2:hover {
    background: url(../images/bg_17-sel.png) no-repeat center center;
}

.kx_three .right .a3 {
    background: url(../images/bg_18.png) no-repeat center center;
}

.kx_three .right .a3:hover {
    background: url(../images/bg_18-sel.png) no-repeat center center;
}

.kx_four {
    float: left;
    width: 100%;
    padding: 20px 0px;
    font-size: 18px;
    line-height: 32px;
    color: #1F1512;
}

.kx_four p{
    word-wrap: break-word;
}

@media screen and (min-width: 768px) and (max-width: 992px) {

    /* 平板 */
    .kx_one {
        width: 100%;
        margin: 0px;
        margin-top: 40px;
    }

    .kx_one li {
        margin-bottom: 40px;
        padding: 0px 15px;
    }

    .kx_one li .img {
        padding: 7px;
        margin-bottom: 15px;
    }

    .kx_one li .a {
        line-height: 42px;
        font-size: 16px;
    }

    .kx_two {
        padding-top: 30px;
        padding-bottom: 15px;
        font-size: 20px;
        line-height: 30px;
    }

    .kx_three {
        padding: 10px 0px;
    }

    .kx_three .left {
        font-size: 16px;
    }

    .kx_three .right a {
        height: 30px;
    }

    .kx_four {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 767px) {

    /* 手机 */
    .kx_one {
        width: 100%;
        margin: 0px;
        margin-top: 20px;
    }

    .kx_one li {
        margin-bottom: 20px;
        padding: 0px 10px;
        width: 50%
    }

    .kx_one li .img {
        padding: 4px;
        margin-bottom: 10px;
    }

    .kx_one li .a {
        line-height: 30px;
        font-size: 12px;
        border-radius: 5px;
    }

    .kx_two {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 16px;
        line-height: 24px;
    }

    .kx_three {
        padding: 10px 0px;
    }

    .kx_three .left {
        font-size: 13px;
        width: 100%
    }

    .kx_three .right {
        float: right;
        width: 70%;
        padding-top: 5px;
    }

    .kx_three .right a {
        height: 25px;
        width: 30px;
        margin-left: 10px;
    }

    .kx_three .right .a1,
    .kx_three .right .a1:hover,
    .kx_three .right .a2,
    .kx_three .right .a2:hover,
    .kx_three .right .a3,
    .kx_three .right .a3:hover {
        background-size: 20px;
    }

    .kx_four {
        font-size: 13px;
        line-height: 22px;
        padding: 10px 0px;
    }
}


/* 产品详情 xx */

.xx_main {
    float: left;
    width: 100%;
    background: #fff;
    margin: 40px 0px;
    padding: 40px;
}

.xx_left {
    float: left;
    width: 55%;
}

.xx_right {
    float: left;
    width: 45%;
    padding-left: 40px
}

.xx_one {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    border: 1px solid #2596F2;
    text-align: center;
    padding: 20px;
}

.xx_one img {
    max-width: 90%;
}

.xx_two {
    float: left;
    width: 100%;
    line-height: 30px;
}

.xx_two a {
    color: #838987;
    font-size: 18px;
    width: 45%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xx_two .all {
    float: left;
    padding-left: 30px;
    background: url(../images/bg_12.jpg) no-repeat left center;
}

.xx_two .arr {
    float: right;
    padding-right: 30px;
    background: url(../images/bg_13.jpg) no-repeat right center;
    text-align: right;
}

.xx_three {
    float: left;
    width: 100%;
    line-height: 40px;
    background: #0071C7;
    color: #fff;
    padding: 0px 30px;
    font-size: 22px;
    border-radius: 15px;
}

.xx_four {
    float: left;
    width: 100%;
}

.xx_four li:nth-child(1) {
    border: 0px;
}

.xx_four li {
    float: left;
    width: 100%;
    padding: 18px 0px;
    border-top: 1px solid #0171C7;
    font-size: 18px;
    line-height: 38px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {

    /* 平板 */
    .xx_main {
        padding: 30px;
    }

    .xx_one {
        margin-bottom: 10px;
    }

    .xx_two {
        line-height: 20px;
    }

    .xx_two a {
        font-size: 16px;
        height: 20px;
    }

    .xx_three {
        line-height: 36px;
        font-size: 20px;
    }

    .xx_four li {
        padding: 10px 0px;
        line-height: 30px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {

    /* 手机 */
    .xx_main {
        padding: 10px;
        margin: 10px 0px;
    }

    .xx_left {
        width: 100%;
    }

    .xx_right {
        width: 100%;
        padding: 0px;
        margin-top: 15px;
    }

    .xx_one {
        margin-bottom: 10px;
    }

    .xx_two {
        line-height: 20px;
    }

    .xx_two a {
        font-size: 15px;
        height: 20px;
    }

    .xx_three {
        line-height: 32px;
        font-size: 16px;
        margin-top: 10px;
        padding-left: 16px;
        border-radius: 10px;
    }

    .xx_four li {
        padding: 8px 0px;
        line-height: 26px;
        font-size: 14px;
    }
}


/* 酒店 jd 预订须知/租车服务 */

.jd_type {
    padding-left: 20px;
    float: left;
    width: 100%;
    border-bottom: 3px solid #39A7FE;
    margin-top: 30px;
}

.jd_type a {
    float: left;
    margin-left: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    line-height: 60px;
    width: 220px;
    background: #E5E5E5;
    color: #636363;
    font-size: 22px;
    margin-top: 10px;
}

.jd_type a.curr {
    color: #fff;
    background: #0071C7;
}

.jd_one {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px 10px;
    margin-bottom: 40px;
}

.jd_one li {
    float: left;
    padding: 20px 10px;
    width: 25%
}

.jd_one li .img {
    float: left;
    width: 100%;
    overflow: hidden;
}

.jd_one li .img img {
    float: left;
    width: 100%;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.jd_one li:hover .img img {
    opacity: 0.6
}

.jd_one li h1 {
    float: left;
    width: 100%;
    line-height: 38px;
    height: 38px;
    background: url(../images/bg_14.jpg) no-repeat bottom center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #6A6A6A;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-weight: bold
}

.jd_one li .dz {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    line-height: 20px;
}

.jd_one li .dz span {
    padding-left: 15px;
    background: url(../images/bg_15.png) no-repeat left 1px;
    color: #6A6A6A;
    font-size: 13px;
}

.jd_one li .bottom {
    float: left;
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #F0F0F0;
    padding-top: 10px;
    color: #6A6A6A;
    font-size: 13px;
    line-height: 24px;
}

.jd_one li .bottom .jg {
    float: left;
}

.jd_one li .bottom .jg strong {
    color: #FF141B;
    font-size: 20px;
    font-weight: bold;
}

.jd_one li .bottom .a {
    float: right;
    background: #002C8D;
    color: #fff;
    padding: 0px 15px;
    border-radius: 5px;
}

.jd_two {
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px 40px;
    margin-bottom: 40px;
    line-height: 36px;
    font-size: 22px;
    color: #1E252F;
    word-wrap: break-word;
}

.jd_three {
    float: left;
    width: 100%;
    background: #fff;
    margin-bottom: 40px;
    padding: 20px 0px;
}

.jd_three li {
    float: left;
    width: 50%;
    padding: 20px 10px;
}

.jd_three li .img {
    float: left;
    width: 50%;
    border-radius: 20px;
    margin-right: 15px;
}

.jd_three li a {
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 15px;
    color: #766D71;
}

.jd_four {
    font-size: 18px;
    margin-bottom: 0
}

@media screen and (min-width: 768px) and (max-width: 992px) {

    /* 平板 */
    .jd_type a {
        width: 160px;
        line-height: 46px;
        font-size: 18px;
    }

    .jd_one li {
        width: 33.33%;
        padding: 10px;
    }

    .jd_two {
        font-size: 18px;
        line-height: 28px;
        padding: 30px;
    }

    .jd_three {
        padding: 10px 0px;
    }

    .jd_three li {
        padding: 10px;
    }

    .jd_three li a {
        line-height: 22px;
        font-size: 13px;
    }

    .jd_four {
        font-size: 16px;
    }
}

@media (max-width: 767px) {

    /* 手机 */
    .jd_type {
        padding-left: 0;
        margin-top: 5px;
    }

    .jd_type a {
        width: auto;
        padding: 0px 15px;
        line-height: 34px;
        font-size: 14px;
        margin-left: 2.33%
    }

    .jd_one li {
        width: 100%;
        padding: 10px 5px;
    }

    .jd_one {
        padding: 10px;
        margin-bottom: 20px;
    }

    .jd_two {
        font-size: 13px;
        line-height: 25px;
        padding: 10px;
        margin-bottom: 20px;
    }

    .jd_three {
        margin-bottom: 20px;
        padding: 10px 0px;
    }

    .jd_three li {
        padding: 10px;
        width: 100%
    }

    .jd_three li .img {
        border-radius: 10px;
        margin-bottom: 5px;
    }

    .jd_three li a {
        line-height: 22px;
        font-size: 12px;
    }

    .jd_four {
        font-size: 13px;
        margin-bottom: 0
    }
}


/* 注册/登录/找回密码 zc */

.zc_one {
    text-align: center;
}

.zc_one a {
    float: none;
    display: inline-block
}

.zc_two {
    float: left;
    width: 100%;
    background: #fff;
    margin-bottom: 40px;
    border-bottom: 3px solid #39A7FE;
    padding: 30px 22%;
}

.zc_two li {
    float: left;
    width: 100%;
    margin: 7px 0px;
}

.zc_two li span {
    float: left;
    width: 100%;
    line-height: 50px;
    color: #2D2D2D;
    font-size: 24px;
}

.zc_two li .txt {
    float: left;
    width: 100%;
    line-height: 70px;
    height: 70px;
    border: 1px solid #39A7FE;
    padding-left: 30px;
    color: #A4A4A6;
    font-size: 24px;
    border-radius: 16px;
}

.zc_two li .txt::-webkit-input-placeholder {
    color: #999;
}

.zc_two li .txt:-moz-placeholder {
    color: #999;
}

.zc_two li .txt::-moz-placeholder {
    color: #999;
}

.zc_two li .txt:-ms-input-placeholder {
    color: #999
}

.zc_two li .txt_yzm {
    width: 70%
}

.zc_two li .btn_yzm {
    float: right;
    width: 28%;
    background: #E4E4E4;
    height: 70px;
    font-size: 24px;
    border-radius: 16px;
    font-size: 24px;
    cursor: pointer;
}

.zc_two li p {
    margin: 0px;
    width: 48%;
    padding: 0;
}

.zc_two li .pll {
    float: left;
}

.zc_two li .prr {
    float: right;
}

.zc_two li span i {
    font-style: normal;
    color: red;
}

.zc_two li .btn {
    float: left;
    width: 100%;
    line-height: 70px;
    background: #0071C7;
    padding: 0px;
    margin: 0px;
    color: #fff;
    cursor: pointer;
    font-size: 28px;
    margin: 20px 0px;
    height: 70px;
}

.zc_main {
    border-bottom: 3px solid #39A7FE;
}

.zc_three {
    float: left;
    width: 100%;
    padding: 45px 0px;
    line-height: 20px;
    border-bottom: 1px solid #39A7FE;
    font-size: 26px;
    letter-spacing: 4px;
    text-align: center;
    color: #0071C7;
    font-weight: 700;
}

.zc_four {
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 0px;
}

.zc_four .top {
    float: left;
    width: 100%;
    line-height: 70px;
    color: #0071C7;
    font-size: 38px;
    margin-bottom: 20px;
}

.zc_four h1 {
    float: left;
    width: 100%;
    margin: 0px;
    line-height: 70px;
    color: #1F1512;
    font-weight: bold;
    font-size: 24px;
}

.zc_four h2 {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    line-height: 70px;
    font-size: 24px;
    font-weight: normal;
}

.zc_four .img {
    float: left;
    width: 100%;
    padding-top: 20px;
}

.zc_four .img img {
    max-width: 50%
}

@media screen and (min-width: 768px) and (max-width: 992px) {

    /* 平板 */
    .zc_two {
        padding: 20px 15%;
    }

    .zc_two li span {
        font-size: 20px;
        line-height: 40px;
    }

    .zc_two li .txt {
        height: 56px;
        line-height: 56px;
        font-size: 18px;
        border-radius: 10px;
        padding-left: 20px;
    }

    .zc_two li .btn_yzm {
        height: 56px;
        font-size: 18px;
        border-radius: 10px
    }

    .zc_two li .btn {
        height: 56px;
        font-size: 22px;
        line-height: 56px;
        margin: 10px 0px;
    }

    .zc_three {
        padding: 35px 0px;
    }

    .zc_four .top {
        line-height: 54px;
        font-size: 30px;
    }

    .zc_four .top img {
        height: 54px;
    }

    .zc_four h1,
    .zc_four h2 {
        line-height: 50px;
        font-size: 20px;
    }
}

@media (max-width: 767px) {

    /* 手机 */
    .zc_two {
        padding: 10px 15px;
        margin-bottom: 20px;
    }

    .zc_two li {
        margin: 5px 0px;
    }

    .zc_two li span {
        font-size: 15px;
        line-height: 30px;
    }

    .zc_two li .txt {
        height: 42px;
        line-height: 42px;
        font-size: 14px;
        border-radius: 6px;
        padding-left: 10px;
    }

    .zc_two li .txt_yzm {
        width: 60%
    }

    .zc_two li .btn_yzm {
        height: 42px;
        width: 38%;
        font-size: 14px;
        border-radius: 6px
    }

    .zc_two li .btn {
        height: 42px;
        font-size: 16px;
        line-height: 42px;
        margin: 5px 0px;
    }

    .zc_three {
        padding: 16px 0px;
        font-size: 18px;
        letter-spacing: 2px;
    }

    .zc_four {
        padding: 20px 0px;
    }

    .zc_four .top {
        line-height: 36px;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .zc_four .top img {
        height: 36px;
    }

    .zc_four .img {
        padding: 5px 0px;
    }

    .zc_four h1,
    .zc_four h2 {
        line-height: 30px;
        font-size: 14px;
    }
}


/* 登记信息 dj */

.dj_one {
    float: left;
    width: 100%;
    padding: 20px 0px;
}

.dj_one li {
    float: left;
    width: 100%;
    padding: 10px 0px;
}

.dj_one .li_left {
    float: left;
    width: 48%;
}

.dj_one .li_right {
    float: right;
    width: 48%
}

.dj_one li span {
    float: left;
    line-height: 50px;
    color: #2D2D2D;
    font-size: 22px;
    min-width: 100%;
}

.dj_one li span i {
    font-style: normal;
    color: #F83B00;
}

.dj_one li .txt,
.dj_one li select {
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #959595;
    border-radius: 8px;
    font-size: 22px;
    padding-left: 15px;
    background: none;
}

#city_b {
    border: none;
    padding: 0;
}

.dj_one li .txt::-webkit-input-placeholder {
    color: #A4A4A6;
}

.dj_one li .txt:-moz-placeholder {
    color: #A4A4A6;
}

.dj_one li .txt::-moz-placeholder {
    color: #A4A4A6;
}

.dj_one li .txt:-ms-input-placeholder {
    color: #A4A4A6
}

.dj_one li .btn_tx {
    float: left;
    width: 45%;
    height: 50px;
    border: 2px solid #39A7FD;
    border-radius: 6px;
    color: #39A7FD;
    font-size: 22px;
    background: none;
}

.dj_one li .img_tx {
    float: right;
    max-width: 40%;
    margin-right: 10%;
    margin-bottom: -40px;
}

.dj_one li .txt_type {
    height: 120px;
}

.dj_one .select_div {
    float: left;
    width: 100%;
    background: url(../images/bg_19.png) no-repeat right center;
    line-height: 30px;
    position: relative;
    z-index: 111;
}

.dj_one .select_div .xuan {
    display: none;
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    background: url(../images/bg_20.png) no-repeat top left;
    background-size: 100% 100%;
    overflow: hidden;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 3px;
}

.dj_one .select_div .xuan p {
    float: left;
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 0px;
    padding: 0px;
    line-height: 42px;
    padding-left: 15px;
}

.dj_one .select_div .xuan label {
    font-size: 20px;
    cursor: pointer;
    color: #535353;
    float: left;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

.dj_one .select_div .xuan label input {
    width: 15px;
    height: 15px;
}

.dj_one .select_div .xuan .nei {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.dj_one .select_div .xuan .btn {
    float: left;
    width: 140px;
    height: 40px;
    background: #0071C7;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dj_one .select_div .xuan .btn_qx {
    float: left;
    width: 140px;
    height: 40px;
    margin-left: 30px;
    background: #DFDFD0;
    color: #333;
    font-size: 18px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dj_two {
    float: left;
    width: 100%;
    padding-bottom: 30px;
}

.dj_two li {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.dj_two .top {
    float: left;
    width: 100%;
    line-height: 50px;
    color: #0071C7;
    font-size: 22px;
}

.dj_two li p {
    float: left;
    width: 50%;
    margin: 0px;
    padding: 0px;
    line-height: 34px;
}

.dj_two li p label {
    color: #1F1512;
    font-size: 18px;
    cursor: pointer;
    font-weight: normal;
    margin: 0px;
}

.dj_two li p label input {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.dj_two li p .txt {
    height: 34px;
    line-height: 34px;
    border: 0px;
    border-bottom: 1px solid #726E6D;
    background: none;
    font-size: 18px;
    width: 70%
}

.dj_two li .btn {
    width: 500px;
    height: 70px;
    background: #0071C7;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    color: #fff;
}

.dj_two li.li {
    text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 992px) {

    /* 平板 */
    .dj_one li {
        padding: 5px 0px;
    }

    .dj_one li span,
    .dj_one li .txt,
    .dj_one li select {
        font-size: 18px;
        line-height: 46px;
        height: 46px;
    }

    .dj_two .top {
        line-height: 40px;
        font-size: 18px;
    }

    .dj_two li p label {
        font-size: 15px;
        line-height: 30px;
    }

    .dj_two li .btn {
        width: 300px;
        height: 50px;
        font-size: 18px;
    }

    .dj_one li .txt_type {
        height: 120px;
    }

    .dj_one .select_div .xuan p {
        line-height: 38px;
    }

    .dj_one .select_div .xuan label {
        font-size: 16px;
    }

    .dj_one .select_div .xuan .btn,
    .dj_one .select_div .xuan .btn_qx {
        font-size: 16px;
        width: 120px;
    }
}

@media (max-width: 767px) {

    /* 手机 */
    .dj_one {
        padding: 10px 0px;
    }

    .dj_one li,
    .dj_one .li_left,
    .dj_one .li_right {
        padding: 3px 0px;
        width: 100%
    }

    .dj_one li span {
        line-height: 20px;
        font-size: 14px;
        padding: 5px 0px;
    }

    .dj_one li .span {
        height: 5px;
        overflow: hidden;
    }

    .dj_one li .txt,
    .dj_one li select {
        font-size: 14px;
        line-height: 36px;
        height: 36px;
        border-radius: 4px;
        padding-left: 10px;
    }

    .dj_one li .btn_tx {
        height: 36px;
        line-height: 32px;
        font-size: 14px;
        padding: 0px;
        margin: 0px;
    }

    .dj_one li .img_tx {
        height: 80px;
    }

    .dj_two {
        padding-bottom: 20px;
    }

    .dj_two li {
        padding-bottom: 15px;
    }

    .dj_two .top {
        line-height: 30px;
        font-size: 16px;
    }

    .dj_two li p {
        width: 100%;
        line-height: 26px
    }

    .dj_two li p label {
        font-size: 13px;
        line-height: 24px;
    }

    .dj_two li p label input {
        width: 14px;
        height: 13px;
        float: left;
        margin-top: 7px;
    }

    .dj_two li .btn {
        width: 160px;
        height: 36px;
        font-size: 15px;
    }

    .dj_one li .txt_type {
        height: 80px;
    }

    .dj_one .select_div .xuan {
        top: 40px;
        height: 140px;
        padding: 5px;
    }

    .dj_one .select_div .xuan p {
        line-height: 34px;
        padding: 0px;
    }

    .dj_one .select_div .xuan label {
        font-size: 13px;
    }

    .dj_one .select_div .xuan label input {
        width: 13px;
        height: 13px;
    }

    .dj_one .select_div .xuan .btn,
    .dj_one .select_div .xuan .btn_qx {
        font-size: 14px;
        width: 100px;
        height: 34px;
    }
}


/* 展期活动 hd */

.hd_main {
    float: left;
    width: 100%;
    background: #fff;
    padding: 40px;
    margin-bottom: 40px;
}

.hd_one {
    float: left;
    width: 100%;
    border-right: 1px solid #39A7FE;
    border-bottom: 1px solid #39A7FE;
    border-bottom: 1px solid #39A7FE;
}

.hd_one .th {
    border-right: 2px solid #39A7FE;
}

.hd_one th {
    border-top: 2px solid #39A7FE;
    border-left: 2px solid #39A7FE;
    border-bottom: 2px solid #39A7FE;
    line-height: 50px;
    text-align: center;
    color: #0071C7;
    font-size: 18px;
}

.hd_one th select {
    border: 0px;
    background: none
}

.hd_one td {
    border-left: 1px solid #39A7FE;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
}

.hd_one .ll {
    text-align: left;
}

.hd_one .tr {
    background: #EDEDED;
}

.hd_two {
    float: left;
    width: 100%;
    padding: 10px;
    line-height: 20px;
    color: #F00;
    font-size: 13px;
    background: #fff;
    padding-bottom: 0px;
    text-align: right;
    display: none
}

.addressinfo select {
    width: 32% !important;
    margin-right: 2%;
    margin-bottom: 15px;
}

.addressinfo #address3 {
    margin-right: 0;
}

@media screen and (min-width: 768px) and (max-width: 992px) {

    /* 平板 */
    .hd_main {
        padding: 30px;
        margin-bottom: 30px;
    }

    .hd_one th {
        line-height: 40px;
        font-size: 14px;
    }

    .hd_one td {
        line-height: 22px;
        font-size: 13px;
        padding: 5px;
    }
}

@media (max-width: 767px) {

    /* 手机 */
    .hd_main {
        padding: 10px;
        margin-bottom: 20px;
        overflow: hidden;
        overflow-x: auto;
    }

    .hd_one {
        width: 700px;
    }

    .hd_one th {
        line-height: 30px;
        font-size: 13px;
    }

    .hd_one td {
        line-height: 20px;
        font-size: 12px;
        padding: 3px;
    }

    .hd_two {
        display: block
    }

    .item .item_r {
        text-align: center;
    }
}


/* 海外计划 */

.item .item_l img {
    width: 70%;
    margin-left: 15%;
    height: 100px;
}

.item {
    padding: 5px;
    border-top: black 1px dashed;
}

.item .item_r p {
    margin: 10px 0 !important;
}

.item_bot {
    border-bottom: black 1px dashed;
}

.btm {
    margin-top: 2rem;
}

.loadingBox {
    margin: 30px auto;
    width: 60px;
    height: 60px;
    position: relative;
    text-align: center;
    -webkit-animation: rotate 2.0s infinite linear;
    animation: rotate 2.0s infinite linear;
    overflow: hidden;
}

.loadingBox .dot1,
.loadingBox .dot2 {
    width: 50%;
    height: 50%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #3CA1FD;
    border-radius: 100%;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.loadingBox .dot2 {
    top: auto;
    bottom: 0px;
    background-color: #F05178;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
