﻿@import 'index.css';
@import 'swiper.css';
.rotate {
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
}

.rightfr {
    overflow: hidden;
    width: 59px;
    position: fixed;
    right: 10px;
    bottom: 80px;
    z-index: 9990;
}

.rightfr ul li {
    width: 100%;
    overflow: hidden;
}

.rightfr ul li img {
    width: 100%;
}

.rightfr ul li.last {
    display: none;
}

.right_clickfr {
    position: fixed;
    left: 10px;
    bottom: 60px;
    overflow: hidden;
    z-index: 9990;
    display: none;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
}

.right_clickfr .rcfr_l {
    width: 30px;
    float: left;
    cursor: pointer;
}

.right_clickfr .rcfr_l img {
    width: 100%;
    display: block;
}

.right_clickfr .rcfr_l img.img1 {
    display: block;
}

.right_clickfr .rcfr_l img.img2 {
    display: none;
}

.right_clickfr .rcfr_r {
    float: left;
    height: 50px;
    width: auto;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
}

.right_clickfr .rcfr_r img {
    display: block;
    float: left;
    height: 41.38px;
    margin-left: 5px;
}

.wx_tc {
    position: absolute;
    left: -50px;
    top: -150px;
    width: 140px;
    display: none;
}

.wechat:hover .wx_tc {
    display: block;
}

.mp3_box {
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
}

.mc-copyrght br {
    display: none;
}

.menu_click {
}

.mc-topbar .mc-topbar-menu-item.menu_click {
    width: 26px;
    position: relative;
}

.mc-topbar .mc-topbar-menu-item.menu_click b {
    width: 64px;
    height: 26px;
    display: block;
    position: absolute;
    left: 0px;
    top: -7px;
    cursor: pointer;
    font-size: 15px;
    color: #ccc;
    font-weight: normal;
    line-height: 26px;
    text-indent: 4px;
}

@-webkit-keyframes anheader_01 {
    0% {
        transform: scale(0.9, 0.9);
        -moz-transform: scale(0.9, 0.9);
        -webkit-transform: scale(0.9, 0.9);
    }

    100% {
        transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
    }
}

@keyframes anheader_01 {
    0% {
        transform: scale(0.9, 0.9);
        -moz-transform: scale(0.9, 0.9);
        -webkit-transform: scale(0.9, 0.9);
    }

    100% {
        transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
    }
}


.mc-topbar.dark .mc-topbar-menu-item.menu_click b {
    /*background:url("../images/nav_dark.png") no-repeat;background-size:100%;*/
    color: #000;
}

.mc_logo_right {
    width: 90px;
    height: 49px;
    background: url("../images/logo_right.png") center no-repeat;
    position: absolute;
    right: 3%;
    top: 13px;
    background-size: 100%;
}

.mc-topbar.dark .mc_logo_right {
    background: url("../images/logo_right_blank.png") center no-repeat;
    background-size: 100%;
}

.br_pc {
    display: none;
}

#auto_img_pc {
}

#auto_img_wap {
    display: none;
}

.mc-footer_main-menu_item li:first-child a {
    font-weight: bold;
}

.app-start-play {
    display: none;
}

.videofr {
    width: 100%;
    overflow: hidden;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999999;
    display: none;
}

.videofr .video_bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.8);
}

.videofr .video_c {
    width: 900px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -400px;
    top: 50%;
    margin-top: -210px;
}

.videofr .video_c .video_c_t {
    width: 100%;
    overflow: hidden;
    background-color: #000;
    text-align: right;
    font-size: 14px;
    line-height: 30px;
}

.videofr .video_c .video_c_t a {
    color: #fff;
    margin-right: 0px;
}

.videofr .video_c video {
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /* Chrome �� Safari */
    -moz-backface-visibility: hidden;
    /* Firefox */
    -ms-backface-visibility: hidden;
    /* Internet Explorer */
    -webkit-perspective: 0;
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
}

video {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /* Chrome �� Safari */
    -moz-backface-visibility: hidden;
    /* Firefox */
    -ms-backface-visibility: hidden;
    /* Internet Explorer */
    -webkit-perspective: 0;
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
}

.mp3_videofr {
    width: 100%;
    overflow: hidden;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999999;
    display: none;
}

.mp3_videofr .mp3video_bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.8);
}

.mp3_videofr .mp3video_c {
    width: 300px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -210px;
}

.mp3_videofr .mp3video_c .video_c_t {
    width: 100%;
    overflow: hidden;
    background-color: #000;
    text-align: right;
    font-size: 14px;
    line-height: 30px;
}

.mp3_videofr .mp3video_c .video_c_t a {
    color: #fff;
    margin-right: 0px;
}

.mp3_videofr .mp3video_c video {
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /* Chrome �� Safari */
    -moz-backface-visibility: hidden;
    /* Firefox */
    -ms-backface-visibility: hidden;
    /* Internet Explorer */
    -webkit-perspective: 0;
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
}

mp3_videofr {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /* Chrome �� Safari */
    -moz-backface-visibility: hidden;
    /* Firefox */
    -ms-backface-visibility: hidden;
    /* Internet Explorer */
    -webkit-perspective: 0;
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
}

.app-start-a {
}

.app-start-play {
    display: none;
}


.loading {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999999;
    background-color: #000;
}

.loading img {
    width: 120px;
    height: 50px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -25px;
    -webkit-animation: an_141 2.6s linear infinite;
    animation: an_141 2.6s linear infinite;
}

@-webkit-keyframes an_141 {
    0% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

@keyframes an_141 {
    0% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}


@media screen and (max-width: 1200px) {
    .videofr .video_c {
        width: 90%;
        left: 5%;
        margin: 0px;
    }

    .app-start-a {
        display: none;
    }

    .app-start-play {
        display: block;
    }

    #auto_img_pc {
        display: none;
    }

    #auto_img_wap {
        display: inline-block;
    }

    .br_pc {
        display: block;
    }

    .mc-topbar .mc-logo {
        left: 20px;
    }

    .mc-logo {
        width: 34px;
        height: 30px;
        float: right;
        margin-top: 2px;
    }

    .mc-topbar .mc-topbar-menu {
        padding: 0px;
    }

    .mc-topbar .mc-topbar-menu a {
        display: none;
    }

    .mc_logo_right {
        width: 52px;
        height: 30px;
        top: 6px;
    }

    .mc-topbar .mc-topbar-menu-item.menu_click {
        width: 64px;
    }

    .mc-topbar .mc-topbar-menu-item.menu_click b {
        top: -7px;
    }

    .mc-topbar {
        height: 50px;
    }

    .mc-topbar .mc-topbar-nav {
        width: 50px;
        height: 50px;
    }

    .mc-topbar .mc-topbar-nav::after {
        width: 20px;
        height: 20px;
    }

    .app-menu-col:nth-child(2) {
        display: none;
    }

    .app-menu-col:nth-child(3) {
        display: none;
    }

    .app-menu-col:nth-child(4) {
        display: none;
    }

    .mc-footer {
        margin-top: 40px;
    }

    .mc-footer_header {
        padding: 20px 10px 0px 10px;
    }

    .mc-footer_header-right {
    }

    .mc-footer_main {
        padding: 20px 10px 0px 10px;
        display: block;
    }

    .mc-footer_main-menu {
        display: block;
        width: 100%;
    }

    .mc-footer_main-menu_item {
        width: 100%;
        margin: 0px;
    }

    .mc-footer_main-menu_item li {
        display: none;
    }

    .mc-footer_main-menu_item li:first-child {
        margin-bottom: 0px;
        display: block;
        width: 100%;
        font-size: 14px;
        background: url("../images/op_01.png") right center no-repeat;
        background-size: 10px;
        border-bottom: 1px solid #ffffff;
        padding: 15px 0px;
    }

    .mc-footer_header-right li {
        padding: 0px 10px;
    }

    .mc-footer a {
        color: #ffffff;
    }

    .mc-footer_main-contact {
        display: block;
        width: 100%;
    }

    .mc-footer_main-contact_icos {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .mc-footer_main-contact_service {
        width: 100%;
        text-align: center;
    }

    .mc-copyrght {
        line-height: 20px;
        padding: 10px 0px;
    }

    .mc-footer_main-contact_number {
        padding-top: 0px;
        font-size: 20px;
    }

    .mc-footer_main-contact_service {
        margin-top: 10px;
    }


    .rightfr {
        width: 40px;
        display: none;
    }

    .rightfr ul li {
        margin-bottom: 5px;
    }

    .right_clickfr {
        display: block;
        cursor: pointer;
        bottom: 2%;
    }


    .mc-faw_head_cn {
        font-size: 20px;
    }

    .mc-faw_head_cn1 {
        font-size: 13px;
        line-height: 24px;
    }

    .mc-copyrght br {
        display: block;
    }

    .mc-footer_main-contact_number i {
        position: relative;
        top: 6px;
    }

    .app-menu-col-box-foot {
        height: 110px;
    }

    .app-icons {
        right: 10px;
    }

    .app-menu-col-box-foot > strong {
        font-size: 20px;
        margin-top: 10px;
        padding-bottom: 20px;
    }

    .app-menu-col-box-foot input.insearch_txt {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        padding: 0px 10px;
    }

    .app-menu-col-box-foot form {
        height: 30px;
    }

    .app-menu-col-box-foot input.insearch_btn {
        right: 10px;
    }

    .app-icons .mc-ico {
        margin-left: 6px;
    }
}

.product-main {
    width: 100%;
    height: 100%;
}

.bar-main {
    width: 100%;
    position: relative;
    height: 200px !important;
    margin-top: 50px;
}

.bar-main img {
    width: 100%;
    height: 200px !important;
}

.cat-main {
    min-height: 415px;
    padding: 0px 10px 0px 10px;
    display: block;
    background: #000000;
}

.mc-footer_main {
    padding: 20px 10px 0px 10px;
    display: block;
}

.cat-main-menu_item li:first-child {
    margin-bottom: 0px;
    display: block;
    width: 100%;
    font-size: 14px;
    background: url("../images/op_01.png") right center no-repeat;
    background-size: 10px;
    border-bottom: 1px solid #ffffff;
    padding: 15px 0px;
}

.cat-main-menu_item {
    display: block;
    width: 100%;
}

.cat-main_main-menu_item li:first-child a {
    font-weight: bold;
}

.cat-main_main-menu_item {
    width: 100%;
    margin: 0px;
}

.cat-main_main-menu_item li:first-child {
    margin-bottom: 0px;
    display: block;
    width: 100%;
    font-size: 14px;
    background: url("../images/op_01.png") left center no-repeat;
    background-size: 10px;
    border-bottom: 1px solid #212121;
    padding: 15px 0px;
}

.cat-main_main-menu_item li {
    font-size: 14px;
    padding: 5px 0px;
    line-height: 1;
    display: none;
    text-indent: 20px;
}

.cat-main_main-menu_item li.list-item {
    line-height: 23px;
    text-indent: 40px;
    background: #5d5e5d;
    color: #ffffff;
}

.cat-main_main-menu_item li.list-item a {
    width: 120px;
    margin-left: 10px;
}


/* ul xxx*/


.cat-main_main-menu_ul li:first-child a {
    font-weight: bold;
}

.cat-main_main-menu_ul {
    width: 100%;
    margin: 0px;
}

.cat-main_main-menu_ul li:first-child {
    margin-bottom: 0px;
    display: block;
    width: 100%;
    font-size: 14px;
    background: url("../images/op_01.png") left center no-repeat;
    background-size: 10px;
    border-bottom: 1px solid #212121;
    padding: 15px 0px;
}

.cat-main_main-menu_ul li {
    font-size: 14px;
    padding: 9px 0px;
    line-height: 1;
    text-indent: 20px;
}

/* li xxx*/

.cat-main_main-menu_li {
    width: 100%;
    margin-left: 1rem;
    display: none;
}

.cat-main_main-menu_li li:first-child a {
    font-weight: bold;
}

.cat-main_main-menu_li li:first-child {
    margin-bottom: 0px;
    display: block;
    width: 100%;
    font-size: 14px;
    background: url("../images/op_01.png") left center no-repeat;
    background-size: 10px;
    border-bottom: 1px solid #212121;
    padding: 15px 0px;
}

.cat-main_main-menu_li li {
    font-size: 14px;
    margin-right: 1rem;
    line-height: 1;
    text-indent: 20px;
}

.cat-main_main-menu_li li.list-item2 {
    line-height: 30px;
    background: #5d5e5d;
    color: #ffffff;
    display: none;
}

.cat-main_main-menu_li li.list-item2 a {
    width: 120px;
    margin-left: 10px;
}


/* 行业*/
.bar-main-hy {
    width: 100%;
    position: relative;
    height: 280px !important;
    margin-top: 50px;
}

.bar-main-hy img {
    width: 100%;
    height: 280px !important;
}

.hy-main {
    width: 100%;
    height: 430px !important;
}

.find_nav {
    width: 100%;
    height: 40px;
    background-color: #1c1c1c;
}

.find_nav_left {
    height: 40px;
    position: relative;
    overflow: hidden;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
}

.find_nav_list {
    position: absolute;
    left: 0;
}

.find_nav_list ul {
    position: relative;
    white-space: nowrap;
    font-size: 0;
}

.find_nav_list ul li {
    display: inline-block;
    padding: 0;
    margin: 0 20px;
}

.find_nav_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #666;
}

.find_nav_cur a {
    color: #ff0000 !important;
}

.find_nav_list a.active {
    color: #ff0000
}

.sideline {
    display: block;
    position: absolute;
    border: 0;
    height: 2px;
    background-color: #48a5f4;
    left: 0;
    top: 68px;
    pointer-events: none;
}

.li_list {
    min-height: 430px;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}

.swipe-content {
    max-height: 15.5rem;
    overflow: hidden;
    padding: 15px 15px 0px 15px;
}

.swipe-content-more{
    text-align: right;
    line-height: 30px;
    display: block;
    color: #ff0000;
    margin-right: 1.5rem;
}

.h2-title {
    width: 100%;
    padding: 0px 10px 0px 10px;
    height: 30px;
    position: absolute;
    bottom: 0px;
    z-index: 9999;
    color: #ff0000;
    line-height: 30px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.7);
}

.service-main {
    width: 100%;
    position: relative;
    height: 225px !important;
    margin-top: 50px;
}

.service-main img {
    width: 100%;
    height: 225px !important;
}

.news-main {
    width: 100%;
    position: relative;
    height: 170px !important;
    margin-top: 50px;
}

.news-main img {
    width: 100%;
    height: 170px !important;
}

.new-content-main {
    width: 100%;
    height: 83px !important;
    font-size: 14px;
}

.new-content-main ul li {
    height: 28px;
    overflow: hidden;
    line-height: 28px;
    margin-left: 0.5rem;
}

.new-content-main ul li.new-content-more {
    text-align: right;
    margin-right: 0.5rem;
}

.new-content-more a {
    color: #ff0000;
}

.news-tui {
    width: 100%;
    height: 110px !important;
    position: relative;
    background: #1c1c1c;
    padding-top: 20px;
}

.news-tui-ul{
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
}
.more-main {
    width: 100%;
    height: 30px !important;
    line-height: 30px;
    text-align: center;
}

.more-main a {
    color: #ff0000;
}

.outlets-main {
    width: 100%;
    position: relative;
    height: 160px !important;
    margin-top: 50px;
}

.outlets-main img {
    width: 100%;
    height: 160px !important;
}

.outlets-content-main {
    color: #ffffff;
    text-indent: 30px;
    line-height: 30px;
}

.jion-main {
    width: 100%;
    position: relative;
    height: 160px !important;
}

.jion-main img {
    width: 100%;
    height: 160px !important;
}

.jion-content-main {
    color: #ffffff;
    text-indent: 30px;
    line-height: 30px;
}

.about-main {
    width: 100%;
    position: relative;
    height: 200px !important;
}

.about-main img {
    width: 100%;
    height: 200px !important;
}

.about-content-main {
    color: #ffffff;
    text-indent: 30px;
    line-height: 30px;
}

.product-wrap {
    width: 100%;
    height: 100%;
    margin-top: 50px;
}

.product-detail-main {
    width: 100%;
    position: relative;
}

.product-detail-main img {
    width: 100%;
}

.query-bar {
    width: 100%;
    position: relative;
    height: 120px !important;
    margin-top: 50px;
}

.query-bar img {
    width: 100%;
    height: 120px !important;
}

.hydz-main {
    width: 100%;
    height: 100%;
}

.hydz-main img {
    height: 617px;
}

.hydz-content {
    color: #ffffff;
}

.wd-select {
    margin-top: 20px;
}

.wd-select select {
    width: 6rem;
    height: 2rem;
    line-height: 2rem;
    text-indent: 0.5rem;
    margin-right: 0.3rem;
}

/*自定义下拉框样式*/
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
}

/*清楚IE选择框的默认样式，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}

select.select-custom {
    border: none;
    outline: none;
    background: transparent url(../images/icon-select-arrow.png) no-repeat right center;
    padding-right: 1.1em;
    background-size: 0.8em 0.6em;
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff;
}

select.select-custom option:hover {
    background-color: #f00;
}

select.select-custom option {
    background-color: #5d5e5d;
}

.select-custom-wrap {
    display: inline-block;
    padding: 0 2px;
    border: 1px solid #848484;
}

.jxscx_01r_c {
    overflow: hidden;
    width: 100%;
}

.jxscx_01rc_t {
    overflow: hidden;
    margin: 0px auto;
    padding: 0px;
    line-height: 38px;
}

.jxscx_01rc_t p {
    width: 100%;
    overflow: hidden;
}

.jxscx_01rc_t p.p1 {
}

.jxscx_01rc_t p.p1 span {
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    float: left;
    background: url("../images/jxscx_01.png") left center no-repeat;
    padding-left: 48px;
    height: 38px;
    font-size: 16px;
    color: #fff;
    line-height: 38px;
}

.jxscx_01rc_t p.p1 a.a1 {
    float: left;
    width: 18px;
    height: 38px;
    display: inline-block;
    background: url("../images/jxscx_02.png") center no-repeat;
    background-size: 100%;
    margin-left: 20px;
}

.jxscx_01rc_t p.p1 a.a2 {
    float: right;
    line-height: 38px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

.jxscx_01rc_t p.p2 {
    margin-top: 20px;
    position: relative;
}

.jxscx_01rc_t p.p2 input.jxscx_01rc_txt {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: 0px;
    padding: 0px;
    background-color: #fff;
    text-indent: 10px;
}

.jxscx_01rc_t p.p2 input.jxscx_01rc_btn {
    width: 35px;
    height: 35px;
    border: 0px;
    cursor: pointer;
    background: url("../images/jxscx_03.png") center no-repeat;
    background-size: 15px;
    position: absolute;
    right: 0px;
    top: 3px;
    border-left: 1px solid #d9d9d9;
}

.jxscx_01rc_t p.p3 {
    font-size: 14px;
    color: #808080;
    line-height: 24px;
    margin-top: 10px;
}

.yyby_04 .jxscx_01rc_t p.p2 {
    margin-top: 20px;
}

.yyby_04 .jxscx_01rc_t p.p3 {
    margin-top: 10px;
}

.wd-main{
    margin-top: 15px;
}

.wd-main ul li {
    height: 100px;
    padding: 10px 10px;
    border-top: 1px solid #ffffff;
}

.wd-main ul li h3{
    font-size: 15px;
}

.wd-cont{
    height: 100%;
    margin-top: 0.5rem;
}

.wd-img{
    width: 4.5rem;
    float: left;
}
.wd-img img{
    width: 4.5rem;
}

.wd-p{
    width: 14.6rem;
    font-size: 14px;
    float: left;
    margin-left: 0.5rem;
}
.wd-p p{
    line-height: 18px;
}

.news_cont{
    padding: 0px 10px;
}

.news_cat_list{
    height: 50px;
}

.news_cat_list ul li{
    width: 2.4rem;
    /*height: 2.4rem;*/
    float: right;
    line-height: 1.1rem;
    background: #ffffff;
    text-align: center;
    margin-left:0.35rem;
}

.news_cat_list ul li a{
    font-size: 14px;
    color: #000000;
}
.news_cont_list{
    margin-top: 10px;
}
.news_cont_list ul li{
    width: 100%;
    height: 75px;
    margin-top: 0.5rem;
    border-bottom: 1px solid #ffffff;
}

.news_cont_list ul li .c-a{
    width: 2.4rem;
    height: 2.4rem;
    float: right;
    background: #ffffff;
    text-align: center;
    font-size: 14px;
    color: #000000;
    margin-top: 0.5rem;
}

.news_cont_list ul li .c-a a{
    color: #000000;
}

.news_cont_list ul li .c-ul{
    width: 19rem;
    height: 30px;
    float: left;
    text-align: right;
    font-size: 14px;
    color: #ffffff;
    margin-top: 0.5rem;
}

.news_cont_list ul li .c-ul a{
    color: #ffffff;
}

.news_cont_list ul li .c-ul p{
    color: #ffffff;
}

.product-detail-about{
    padding: 10px;
    color: #ffffff;
    font-size: 14px;
}

.feedback_bar_1{
     width: 100%;
    height: 15rem;
 }
.feedback_bar_1 img{
    width: 100%;
    height: 15rem;
}

.feedback_bar_2{
    width: 10.68rem;
    height: 15rem;
    float: left;
    margin-top: 1rem;
}
.feedback_bar_2 img{
    width: 100%;
    height: 15rem;
}


.join_about{
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.join_about p{
    text-indent: 24px;
}


.jia-section-banner{
    height:650px;
    position:relative;
}
.jia-banner .jia-txt {
    width: 466px;
    height: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -233px;
    margin-top: -40px;
}

.jia-section-map{
    height:950px;
    position:relative;
}
.jia-section-map #allmap{width:100%;height:100%;overflow:hidden;position:absolute;left:0px;top:0px;}
.jia-section-map .amap-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.jia-section {
}
.jia-section .jia-title3{
    padding:95px 0 50px 0;
    text-align:center;
}
.jia-section .jia-title3 h2{
    font-size:48px;
    display:block;line-height:1;

}
.jia-section .jia-title3 p{
    font-size:16px;
    line-height:2;
    margin:0;
    padding-top:20px;
}
.jia-section-map .jia-wrap{
    position:relative;
    height:100%;
}
.jia-map-form {
    position: absolute;
    top: 20px;
    left: 0;
    padding:20px;
    box-sizing:border-box;
    background: #2b2b2b;
    width:468px;
    z-index:22;
}
.jia-map-form-tit{
    color:#fff;
    position:relative;
    padding-left:60px;
}
.jia-map-form-tit:before{
    position:absolute;
    content:'';
    background:url(../Images/yuyue/2.png) no-repeat center center;
    width:54px;height:54px;
    left:0;cursor:pointer;
}
.jia-map-form-tit h3{
    font-size:18px;
    display:block;
    line-height:54px;
    display:inline-block;
}
.jia-map-form-tit span.f5{
    display:inline-block;
    background:url(../Images/yuyue/3.png) no-repeat center center;
    width:18px;
    height:21px;
    position:relative;
    top:4px;
    margin-left:10px;cursor:pointer;
}
.jia-map-form-tit span.ed{
    font-size:16px;
    position:absolute;
    right:0;
    top:16px;
}

.jia-map-form-body .layui-form-item select{
    width: 6.45rem;
    margin-right: 0.5rem;
    float: left;
}

.jia-map-form-body .layui-form-item select option{
    background-color: #5d5e5d;
}

.jia-map-form-body .layui-form-label{
    float:none;font-size:16px;
    color:#fff;
    width:100%;
    text-align:left;
    position:relative;
    padding-left:15px;
}
.jia-map-form-body .layui-form-label span{
    color:#f00; font-size:24px;position:absolute;
    top:15px;
    left:0;
}
.jia-map-form-body .layui-input-block{
    margin:0;
}
.jia-map-form-body .layui-input{
    border:1px solid rgba(255,255,255,.2);
    background:none;
    font-size:16px;
    color:#fff;
}

.jia-map-form-body .layui-form-select dl dd.layui-this {
    background: rgb(128, 128, 128);
}


.jia-map-form-body .layui-btn {
    display: block;
    width: 100%;
    background: #5d5e5d;
    font-size: 18px;
    border:1px solid #ffffff;
}
.jia-map-form-body .layui-btn-primary{
    margin:0;
    margin-top:10px;
    border:1px solid #404040;
    background:#404040;
    color:#fff;
    font-size:18px;
}

.jia-map-win {
    position: absolute;
    z-index: 33;
    top: 200px;
    right: 20px;
    background: #2b2b2b;
    color:#fff;
    padding:15px;
    min-width:500px;
}
.jia-map-win:after {
    position: absolute;
    content: '';
    height: 0px;
    width: 0px;
    border-top: 40px solid #2b2b2b;
    border-right: 20px solid transparent;
    border-bottom: 40px solid transparent;
    bottom: -70px;
    left: 50%;
}
.jia-map-win-close {
    background: url(../Images/yuyue/jia-times.png) no-repeat center center;
    width: 15px;
    height: 15px;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 22;
}
.jia-map-win-dh {
    font-size: 15px;
    position: absolute;
    right: 15px;
    top: 50px;
    z-index: 22;
    padding-left: 20px;
}
.jia-map-win-dh:before{
    content:'';
    position:absolute;
    left:0;
    background:url(../Images/yuyue/4.png) no-repeat center center;
    width:13px;
    height:18px;
    top:2px;
}
.jia-map-win-tit {
    border-bottom:1px solid rgba(255,255,255,.2);
    padding-bottom:10px;
}
.jia-map-win-tit h3{
    display:block;
    font-size:18px;
}
.jia-map-win-tit p{
    display:block;
    font-size:16px;
    padding:12px 0;
}
.jia-map-win-txt{
    padding:20px 0;
}
.jia-map-win-txt:after{}
.jia-map-win-txt ul{}
.jia-map-win-txt ul:after{
    display:block;clear:both;content:'';
}
.jia-map-win-txt li{
    font-size:16px;
    width:50%;
    float:left;
}
.jia-map-win-txt li strong{
    font-weight:300;
}
.jia-map-win-txt li span{font-size:15px;color:#f00; }
.jia-map-win-form{
    padding:15px 0;
}
.jia-map-win-form:after {
    display: block;
    clear: both;
    content: '';
}

.jia-map-win-btn{
    background:#000;
    color:#fff;
    font-size:16px;
    height:46px;
    line-height:46px;
    text-align:center;
    width:180px;
    float:left;
}
.jia-map-win-input {
    width: 240px;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    float: left;
    margin-left: 10px;
}
.jia-map-win-input input {
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    width:100%;
    background:none;
    border:1px solid rgba(255,255,255,.2);
    color:#fff;padding:0 20px;
    box-sizing:border-box;
}
.jia-map-win-send {
    margin-left: 10px;
    float: left;
    width: 80px;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #fff;
    color: #333;
}

.jxscx_01r_city{height:844px;}
.jxscx_01rc_slide{height:630px;}

.yzm_form{position:relative;}
.yzm_form a.a1{position:absolute;right:0px;top:0px;font-size:14px;color:#fff;line-height:55px;margin-right:20px;}



/*分页样式*/


.pages {
    clear: both;
    margin: 20px auto 20px auto;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
}

.pages-bor {
    border-top: 0px;
}

.pages ul li {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 10px;
    margin: 0 1px;
    line-height: 24px;
    background: #fff;
    color: #999;
    border-radius: 2px
}

.pages ul li a{
    color: #999;
}

.pages ul li:hover {
    background: #d82019;
    color: #fff;
    border: 1px solid #d82019
}

.pages ul li:hover a {
    color: #fff;
}


.bannerSwiper .swiper-slide {
    height: 12.6rem;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.bannerSwiper .pagination {
    bottom: 18%;
    z-index: 2;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.bannerSwiper .pagination .swiper-pagination-bullet {
    height: 0;
    width: 2%;
    display: inline-block;
    background: none;
    cursor: pointer;
    padding-top: 2%;
    border-radius: 50%;
    border: 1px solid #999;
    margin: 0 1%;
}

.bannerSwiper .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #999;
}

.bannerSwiper .pagination.gray .swiper-pagination-bullet {
    height: 0;
    width: 2%;
    display: inline-block;
    background: none;
    cursor: pointer;
    padding-top: 2%;
    border-radius: 50%;
    border: 1px solid #999;
    margin: 0 1%;
}

.bannerSwiper .swiper-slide img {
    width: 100%;
}

.zoomImage{
    width:100%;
    height:0;
    padding-bottom: 100%;
    overflow:hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
}