/*
Theme Name: iqiaofu 2021版
Theme URI: http://www.iqiaofu.com/
Description: iqiaofu 2021版
Version: 1.0
Author: iqiaofu Co.,Ltd.
Author URI: http://www.iqiaofu.com/
*/
/* 初始化
----------------------------------------------- */
body {
    font-family: Microsoft Yahei, \5FAE\8F6F\96C5\9ED1, \5b8b\4f53, Arial, Lucida, Verdana, Helvetica, sans-serif;
    color: #555;
    background-color: #FFF;
}

body,
button,
input,
textarea {
    font-size: 14px;
    line-height: 1.531;
    outline: none;
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    color: #333333;
}

a:hover {
    color: #0a6464;
    text-decoration: none;
}

p,
ul,
ol,
dl,
dt,
dd,
form,
blockquote {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

input,
select {
    font-family: Microsoft Yahei;
    vertical-align: middle;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #EEEEEE inset !important;
}

em,
b,
i {
    font-style: normal;
    font-weight: normal;
}

img {
    vertical-align: middle;
    border: 0;
}

label {
    cursor: pointer;
}

.table {
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

/* Clear float */
.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.xsshow {
    display: none;
}

@media screen and (max-width:960px) {
    .xshide {
        display: none;
    }

    .xsshow {
        display: inherit;
    }
}

#myiframe {
    width: 100%;
    height: 90vh;
}

/* 主体框架
----------------------------------------------- */
#wrapper .mb {
    margin-bottom: 50px;
}

#wrapper .mlr {
    margin-left: 15px;
    margin-right: 15px;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }

    .container_1200 {
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
        position: relative;
    }

    .container_1600 {
        max-width: 1600px;
        margin-right: auto;
        margin-left: auto;
    }

    .container_96 {
        max-width: 96%;
        margin-right: auto;
        margin-left: auto;
    }

    #footer .container {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

}

/* 头部导航
----------------------------------------------- */
/* -- top -- */
#header .top {
    background-color: #EEEEEE;
    height: 30px;
    border-bottom: 1px solid #DDDDDD;
    text-align: right;
}

#header .top .container {
    zoom: 1;
    overflow: hidden;
}

/* top-nav */
#header .top .top-nav {
    float: right;
    position: relative;
    z-index: 1000;
    height: 30px;
    margin-left: 30px;
    margin-right: 30px;
}

#header .top .top-nav li {
    border: 1px solid #EEEEEE;
    border-bottom: 0;
    float: left;
    zoom: 1;
    text-align: center;
}

#header .top .top-nav li.spacer {
    overflow: hidden;
    margin: 11px 5px 0;
    width: 1px;
    height: 10px;
    background-color: #BBB;
}

#header .top .top-nav li a {
    padding: 0 7px;
    height: 28px;
    line-height: 28px;
    color: #333;
}

#header .top .top-nav li.hover {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-bottom: 0;
}

#header .top .top-nav li.hover s {
    border-left: 1px solid #FFF;
}

#header .top .top-nav ul {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-top: 0;
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    padding-bottom: 4px;
}

#header .top .top-nav ul li {
    float: none;
}

#header .top .top-nav li.hover ul li {
    border: none;
}

#header .top .top-nav li.hover ul li a {
    height: 25px;
    line-height: 25px;
}

/* search */
#header .top .search {
    float: right;
    _width: 205px;
}

#header .top .search .search-box {
    border: 1px solid #ddd;
    background-color: #fff;
    height: 28px;
    padding-left: 10px;
    box-sizing: content-box;
    border-radius: 5px;
}

#header .top .search .search-box .keyword {
    background-color: #ffffff;
    color: #999999;
}

#header .top .search .search-box .btnSearch {
    background-color: #545454;
    border-radius: 0 5px 5px 0;
}

/* -- navbar -- */
#header .navbar {
    z-index: 1000;
    border-bottom: 1px solid #DDD;
    background-color: #FFF;
    box-shadow: 0px 3px 10px 0px rgb(38 107 193 / 8%);
}

#header .navbar.fix {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

#header .navbar .shop {
    color: #0a6464;
    border-bottom: 1px solid #0a6464;
}

.background {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* 我们的服务 */
.service_banner {
    width: 100%;
    height: 350px;
}

.service_banner .table {
    padding-top: 8%;
}

.service_banner .line {
    width: 33%;
    height: 1px;
    background: rgba(195, 195, 195, 0.22);
    position: relative;
    top: 50%;
    margin-right: 15px;
}

.service_banner .txt {
    text-align: center;
    text-shadow: 0 1px 10px rgb(50 50 50 / 0.4);
}

.service_banner .txt h2 {
    font-size: 43px;
    color: #ffffff;
    line-height: 1.5;
}

.service_banner .txt p {
    font-size: 26px;
    color: #eeffdd;
    line-height: 1.5;
}

.service-main .service-tab {
    margin: 47px 0 40px 0;
}

.service-main .service-tab li {
    float: left;
    width: 25%;
    padding: 0px 14px;
    height: 108px;
    margin-bottom: 28px;
}

.service-main .service-tab li * {
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.service-main .service-tab li .box {
    width: 100%;
    height: 108px;
    border: 1px solid #dedede;
    border-radius: 2px;
    display: block;
    padding: 20px 28px;
}

.service-main .service-tab li .box em {
    width: 64px;
    height: 64px;
    display: block;
    padding-right: 76px;
    background: url("../images/service-icon.png") no-repeat;
    background-size: 600px 600px;
    border-right: 1px dashed #dedede;
    transition: none;
}

.service-main .service-tab li .box .icon-1 {
    background-position: 0px 5px;
}

.service-main .service-tab li .box .icon-2 {
    background-position: 0px -145px;
}

.service-main .service-tab li .box .icon-3 {
    background-position: 0px -295px;
}

.service-main .service-tab li .box .icon-4 {
    background-position: 0px -445px;
}

.service-main .service-tab li .txt {
    margin-top: 11px;
    margin-left: 35px;
}

.service-main .service-tab li .txt h2 {
    font-size: 17px;
    color: #333;
    font-weight: 400;
    line-height: 1.176;
}

.service-main .service-tab li .txt span {
    font-size: 12px;
    color: #0a6464;
    line-height: 1.667;
    display: block;
    margin-top: 5px;
}

.service-main .service-tab li:hover .box {
    border-color: #0a6464;
}

.service-main .service-tab li:hover .txt h2 {
    color: #0a6464;
}

.service-main .service-tab li:hover em.icon-1 {
    background-position: -300px 5px;
}

.service-main .service-tab li:hover em.icon-2 {
    background-position: -300px -145px;
}

.service-main .service-tab li:hover em.icon-3 {
    background-position: -300px -295px;
}

.service-main .service-tab li:hover em.icon-4 {
    background-position: -300px -445px;
}

@media screen and (max-width: 1200px) {
    .service-main .service-tab li {
        width: 32%;
    }
}

@media screen and (max-width: 1000px) {
    .service-main .service-tab li {
        width: 50%;
    }
}

@media screen and (max-width: 760px) {
    .service-main .service-tab li .box em {
        display: none;
    }

    .service-main .service-tab li .txt {
        margin-left: 0px;
    }
}

/*首页产品分类*/
.brand_products_box {
    margin-top: 10px;
}

.brand_products_box ul li {
    float: left;
    width: calc((100% - 112px) / 8);
    margin: 7px;
    position: relative;
    padding: 1%;
    text-align: center;
    border: 1px solid #ebebeb;
}

.brand_products_box ul li:hover {
    border: 1px solid #ccc;
}

.hide1 {
    display: none;
}

@media screen and (max-width: 1000px) {
    .brand_products_box ul li {
        width: calc((100% - 84px) / 6);
    }
}

@media screen and (max-width: 780px) {
    .brand_products_box ul li {
        width: calc((100% - 70px) / 5);
    }
}

@media screen and (max-width: 760px) {
    .brand_products_box ul li {
        width: calc((100% - 64px) / 4);
    }

    .brand_products_box ul li p {
        background: rgb(10 100 100 / 50%);
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        color: #fff;
    }
}

@media screen and (max-width: 650px) {
    .brand_products_box ul li {
        width: calc((100% - 42px) / 3);
    }

    .hide {
        display: none;
    }

    .hide1 {
        display: block;
    }
}

.brand_products_box ul li:before {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 1;
    width: 1px;
    height: 20px;
    content: "";
    background-color: #0a6464;
}


.brand_products_box ul li .img {
    width: auto;
    height: 80px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.brand_products_box section {
    display: none;
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
}

.brand_products_box input {
    display: none;
}

.brand_products_box label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent;
}

.security_box label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 5px 15px;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent;
}


.brand_products_box label:hover {
    color: #888;
    cursor: pointer;
}

.brand_products_box input:checked+label {
    color: #555;
    border: 1px solid #ddd;
    border-top: 2px solid #0a6464;
    border-bottom: 1px solid #fff;
}

@media screen and (min-width: 1200px) {
    .brand_products_box {
        margin-top: -54px;
        z-index: 2;
    }

    .brand_products_box input:checked+label {
        background: #fff;
    }

    .brand_products_box label {
        background: rgb(10 100 100 / 80%);
        font-size: 16px;
        color: #fff;
        border-radius: 3px 3px 0 0;
        padding: 14px 0 13px;
        width: calc((100% - 16px) / 4);
    }

    .brand_products_box label:hover {
        color: #ffffbb;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 60px;
        left: 0;
        width: 100%
    }
}


/*首页我们的服务*/

.index_service_box section {
    display: none;
    padding: 20px 0 0;
}

.index_service_box input {
    display: none;
}

.index_service_box label {
    display: inline-block;
    width: calc((100% - 70px) / 4);
    padding: 0 25px;
    font-size: 1.2rem;
    background: #fff;
    color: #333;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin: 0 7px 0;
    line-height: 90px;
    position: relative;
    text-indent: 5rem;
}


.index_service_box label:hover {
    color: #0a6464;
    cursor: pointer;
    border-color: #0a6464;
}

.index_service_box input:checked+label {
    color: #0a6464;
    border-color: #017b70;
}

.index_service_box .icon_btn {
    height: 64px;
    width: 64px;
    display: inline-block;
    margin-right: 10px;
    background: url(../images/service-icon.png) no-repeat;
    background-size: 600px 600px;
    margin-top: 15px;
    position: absolute;
    left: 25px;
}

.index_service_box .icon_btn_1 {}

.index_service_box .icon_btn_1 {
    background-position: 0px 5px;
}

.index_service_box .icon_btn_2 {
    background-position: 0px -145px;
}

.index_service_box .icon_btn_3 {
    background-position: 0px -295px;
}

.index_service_box .icon_btn_4 {
    background-position: 0px -445px;
}

.index_service_box input:checked+label .icon_btn_1,
.index_service_box label:hover .icon_btn_1 {
    background-position: -300px 5px;
}

.index_service_box input:checked+label .icon_btn_2,
.index_service_box label:hover .icon_btn_2 {
    background-position: -300px -145px;
}

.index_service_box input:checked+label .icon_btn_3,
.index_service_box label:hover .icon_btn_3 {
    background-position: -300px -295px;
}

.index_service_box input:checked+label .icon_btn_4,
.index_service_box label:hover .icon_btn_4 {
    background-position: -300px -445px;
}

.index_service_box .item {
    margin-top: 50px;
}

.index_service_box .item .txt {
    width: 50%;
    height: 314px;
}

.index_service_box .item .txt .line {
    width: 23px;
    height: 4px;
    background: #0a6464;
    display: block;
    margin-bottom: 30px;
}

.index_service_box .item .txt p {
    font-size: 17px;
    color: #666;
    line-height: 1.588;
}

.index_service_box .item .txt a {
    width: 135px;
    height: 40px;
    border: 1px solid #0a6464;
    background: #0a6464;
    border-radius: 19px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 13px;
    margin-top: 30px;
}

.index_service_box .item .txt a:hover {
    background: none;
    color: #0a6464;
    border-radius: 2px;
}

.index_service_box .item .pic {
    width: 502px;
    height: 314px;
    padding-top: 32px;
    background: url("../images/index_service_pic_bg.png");
    background-size: 502px 314px;
    position: relative;
}

.index_service_box .item .pic .box {
    width: 495px;
    height: 274px;
    margin-left: 1px;
}

.index_service_box .item .pic .box img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 992px) {
    .index_service_box label {
        display: inline-block;
        width: calc((100% - 35px) / 2);
        margin: 0 7px 14px;
    }

    .index_service_box .item .txt {
        max-width: 992px;
        width: auto;
    }
}


#tab1:checked~#content1,
#tab2:checked~#content2,
#tab3:checked~#content3,
#tab4:checked~#content4,
#tab5:checked~#content5,
#tab6:checked~#content6,
#tab7:checked~#content7,
#tab8:checked~#content8,
#tab21:checked~#content21,
#tab22:checked~#content22,
#tab23:checked~#content23,
#tab24:checked~#content24,
#tab25:checked~#content25,
#tab26:checked~#content26,
#tab27:checked~#content27,
#tab28:checked~#content28 {
    display: block;
}

@media screen and (max-width: 650px) {

    label:before {
        margin: 0;
        font-size: 18px;
    }

    .brand_products_box section {
        padding: 20px 10px 0;
    }

    .index_service_box {
        padding: 0 10px;
    }

    .index_service_box label {
        display: inline-block;
        width: calc((100% - 35px) / 2);
        margin: 0 7px 14px;
        padding: 0 0 0 25px;
        text-indent: 2rem;
        line-height: 50px;
    }

    .index_service_box .item {
        margin-top: 0px;
    }

    .index_service_box .icon_btn {
        width: 32px;
        height: 32px;
        background-size: 300px 300px;
        margin-top: 10px;
    }

    .index_service_box .icon_btn_1 {
        background-position: 0px 3px;
    }

    .index_service_box .icon_btn_2 {
        background-position: 0px -72px;
    }

    .index_service_box .icon_btn_3 {
        background-position: 0px -147px;
    }

    .index_service_box .icon_btn_4 {
        background-position: 0px -222px;
    }

    .index_service_box input:checked+label .icon_btn_1,
    .index_service_box label:hover .icon_btn_1 {
        background-position: -150px 3px;
    }

    .index_service_box input:checked+label .icon_btn_2,
    .index_service_box label:hover .icon_btn_2 {
        background-position: -150px -72px;
    }

    .index_service_box input:checked+label .icon_btn_3,
    .index_service_box label:hover .icon_btn_3 {
        background-position: -150px -147px;
    }

    .index_service_box input:checked+label .icon_btn_4,
    .index_service_box label:hover .icon_btn_4 {
        background-position: -150px -222px;
    }

    .index_service_box .item .pic {
        display: none;
    }

    .index_service_box .item .txt {
        width: 100%;
        height: auto;
        padding: 15px;
    }

}


@media screen and (max-width: 400px) {
    label {
        padding: 15px;
    }
}


@media (min-width:992px) {
    #header .navbar {
        padding: 0;
    }
}

@media (max-width:992px) {
    .service_banner .txt h2 {
        font-size: 2rem;
    }

    .service_banner {
        height: 160px;
    }
}

#header .navbar .logo {
    display: inline-block;
    height: 80px;
}

#header .navbar .logo img {
    height: 100%;
}

#header .navbar .logo2 {
    display: inline-block;
    height: 60px;
}

#header .navbar .logo2 img {
    height: 100%;
}

@media (max-width:1366px) {
    #header .navbar .logo2 {
        display: none;
    }
}

#header .navbar .navbar-brand {
    max-width: 70%;
    overflow: hidden;
}

#header .navbar .menu {
    background-color: transparent;
}

#header .navbar .navbar-action .fa {
    font-size: 30px;
    padding: 0 8px;
    color: #777;
}

/* -- main-nav -- */
#header .main-nav .dropdown-menu {
    padding: 0;
    margin: 0;
    min-width: 100%;
    font-size: 14px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
}


@media (min-width:992px) {
    body {
        padding-top: 95px;
    }

    /* LEVEL ONE */
    #header .navbar-expand-fix {
        position: fixed;
        top: 0;
        background: #fff;
        max-width: 100%;
        box-shadow: 0px 3px 10px 0px rgb(38 107 193 / 8%);
    }

    #header .main-nav .nav-item .nav-link {
        display: block;
        margin: 0 10px;
        height: 95px;
        line-height: 80px;
        font-size: 16px;
        text-align: center;
        color: #000;
        text-decoration: none;
    }

    #header .main-nav .nav-item .nav-link::after {
        display: none;
    }

    #header .main-nav .nav-item:hover .nav-link {
        color: #0a6464;
    }

    #header .main-nav .active .nav-link {
        color: #0a6464;
        border-bottom: 2px solid #0a6464;
    }

    /* LEVEL TWO */
    #header .main-nav .dropdown:hover>.dropdown-menu {
        display: block;
    }

    #header .main-nav .dropdown-menu .dropdown-item {
        background: #E0E0E0;
        padding: 0 20px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    #header .main-nav .dropdown-menu .dropdown-item:hover {
        background: #0a6464;
        color: #FFF;
    }

    #header .dropdown-menu-div {
        width: 100vw;
        position: fixed;
        top: 91px;
        background: #fff;
        min-height: 160px;
        border-top: 1px solid #ebebeb !important;
        box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 15%);
    }

    #header .dropdown-menu-div .u1200 {
        max-width: 1200px;
        margin: 20px auto;
    }

    #header .dropdown-menu-div .u1200 .f4 {
        width: calc((100% - 56px) / 4);
        margin-left: 14px;
        padding: 0;
        float: left;
        background-color: #ffffff;
        height: 150px;
    }

    #header .dropdown-menu-div .u1200 .f2 {
        width: calc((100% - 28px) / 2);
        margin-left: 14px;
        padding: 0;
        float: left;
        background-color: #ffffff;
        height: 150px;
    }

    #header .dropdown-menu-div .u1200 .dropdown-item {
        background-color: #ffffff;
        width: 120px;
        text-align: center;
    }

    #header .dropdown-menu-div .u1200 .dropdown-item:hover {
        background-color: #ffffff;
        color: #666;
    }

    #header .dropdown-menu-div .u1200 i {
        float: left;
        width: 120px;
        height: 100px;
        border: 1px solid #ebebeb;
        border-radius: 5px;
    }

    #header .dropdown-menu-div .u1200 i:hover {
        border: 1px solid #ccc;
    }

    #header .dropdown-menu-div .dropdown-toggle::after {
        display: none;
    }

    #header .dropdown-menu-div .dropdown-menu {
        left: 130px !important;
        width: 430px;
        display: block !important;
    }

    #header .dropdown-menu-div .dropdown-menu .f2 {
        padding: 0px;
        height: 30px;
    }

    #header .dropdown-menu-div .dropdown-menu .f2 .dropdown-item {
        text-align: left;
    }



    /* LEVEL THREE */
    #header .main-nav .dropdown-menu .dropdown-menu {
        left: 100%;
        top: 0;
        min-width: 98px;
        _width: 98px;
    }

    #header .main-nav .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }

    #header .main-nav .dropdown-menu .dropdown-toggle::after {
        position: absolute;
        right: 10px;
        top: 13px;
        vertical-align: 0;
        border-right: 0;
        border-top: .2em solid transparent;
        border-left: .3em solid;
        border-bottom: .2em solid transparent;
    }
}

@media (min-width:1200px) {
    #header .main-nav .nav-item .nav-link {
        margin: 0 20px;
    }
}

@media (max-width:992px) {
    #header .navbar .logo {
        display: block;
        height: 55px;
    }

    #header .main-nav .dropdown-toggle::after {
        position: absolute;
        right: 10px;
        top: 23px;
    }

    #header .main-nav .dropdown-menu {
        padding-left: 15px;
    }

    #header .main-nav .dropdown-menu .dropdown-item {
        position: relative;
    }

    #header .main-nav .dropdown-item,
    #header .main-nav .nav-link {
        border-bottom: 1px solid #EEE;
        padding: 0.8rem 0;
        background-color: transparent;
    }

    #header .main-nav .dropdown-menu .dropdown-item:active {
        color: #555;
        background-color: #FFF;
    }
}

/* 首页样式
----------------------------------------------- */
/* -- slideShow -- */
.slide-show .swiper-slide a {
    display: block;
    background-color: #DDDDDD;
    height: 660px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

.slide-show .swiper-pagination-bullet {
    width: 6%;
    height: 5px;
}

.slide-show .swiper-pagination-bullet-active {
    background-color: #0a6464;
}

.swiper-pagination-bullet {
    border-radius: 0;
    opacity: .5;
}

.slide-show .swiper-button-prev {
    left: 50px;
}

.slide-show .swiper-button-next {
    right: 50px;
}

.slide-show .swiper-button-prev,
.slide-show .swiper-button-next {
    display: none;
    color: #FFF;
}

.slide-show:hover .swiper-button-prev,
.slide-show:hover .swiper-button-next {
    display: block;
}

@media (max-width:992px) {
    .slide-show .swiper-slide a {
        min-height: 200px;
        height: auto;
        width: 100%;
    }
}

@media (max-width:650px) {
    .slide-show .swiper-slide a {
        min-height: 160px;
        width: 100%;
    }
}

/* -- index-box -- */
#index .index-box {
    padding: 40px 0;
    zoom: 1;
    overflow: hidden;
}

@media (max-width:992px) {
    #index .index-box {
        padding: 30px 0;
    }
}

#index .index-box.bg {
    background-color: #F5F5F5;
}

#index .index-box h3 {
    text-align: center;
    margin-bottom: 30px;
}

#index .index-box h3 b {
    color: #333;
    font-size: 30px;
}

#index .index-box h3 em {
    display: block;
    margin-top: 8px;
    text-transform: uppercase;
    color: #999;
}

#index .index-box .more {
    text-align: center;
}

#index .index-box .more a {
    display: inline-block;
    padding: 5px 30px;
    border: 1px solid #0a6464;
    background-color: #0a6464;
    color: #ffffff;
    border-radius: 30px;
}

#index .index-box .more a:hover {
    border: 1px solid #dddddd;
    background-color: #ffffff;
    color: #0a6464;
}

#index .index-box .more_group {
    margin-top: 50px;
}

#index .index-box .more_group a {
    display: inline-block;
    margin: 0 3% 3% 0;
    border: 1px solid #DDD;
    line-height: 4rem;
    color: #666666;
    width: calc((90% - 6px) / 3);
    text-align: center;
}

#index .index-box .more_group a:hover {
    border: 1px solid #0a6464;
    color: #0a6464;
}

#index .index-box.bg2 {
    padding-top: 60px;
    background-color: #0a6464;
}

#index .index-box.bg2 h3 {
    text-align: center;
    margin-bottom: 30px;
}

#index .index-box.bg2 h3 b {
    color: #ffffff;
    font-size: 30px;
}

#index .index-box.bg2 h3 em {
    display: block;
    margin-top: 8px;
    text-transform: uppercase;
    color: #ffffbb;
}


/* -- about -- */
#index .about .img img {
    width: 100%;
}

#index .about h2 {
    color: #333;
    font-size: 30px;
}

#index .about .desc {
    color: #666666;
    margin: 20px 0 20px 0;
    line-height: 200%;
}

#index .about .more {
    text-align: left;
}

@media (max-width:992px) {
    #index .about .img {
        margin-bottom: 20px;
    }

    #index .about .more {
        text-align: center;
    }

    #index .index-box .more_group a {
        line-height: 2.5rem;
    }

}

/* -- recProduct -- */
#index .product-list {
    margin-bottom: 25px;
}

#index .product-list .row {
    margin-left: -9px;
    margin-right: -9px;
}

#index .product-list .col-md-3,
#index .product-list .col-6 {
    padding-left: 9px;
    padding-right: 9px;
}

#index .product-list .item {
    margin-bottom: 15px;
    text-align: center;
}

#index .product-list .item .img {
    border: 1px solid #EEE;
    padding: 5%;
    background: #ffffff;
}

#index .product-list .item .img img {
    width: 100%;
}

#index .product-list .item .name {
    margin-top: 12px;
    font-size: 16px;
}

#index .product-list .item .price {
    margin-top: 5px;
}

/* -- article-list -- */
#index .article-list {
    margin-bottom: 20px;
}

#index .article-list .img {
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
}

#index .article-list .img img {
    width: 100%;
}

@media (min-width: 1100px) {
    #index .article-list .img img {
        width: auto;
        height: 278px;
        margin-left: -25%;
    }
}

#index .article-list .img em {
    display: block;
    background-color: #EEE;
    line-height: 278px;
    color: #999;
}

#index .article-list .item {
    zoom: 1;
    overflow: hidden;
    margin-bottom: 20px;
}

#index .article-list .item dt {
    float: left;
    width: 80px;
    font-family: Arial, Lucida, Verdana, Helvetica, sans-serif;
    text-align: center;
}

#index .article-list .item dt em {
    display: block;
    background-color: #EEE;
    font-size: 36px;
    padding-bottom: 3px;
    color: #999;
}

#index .article-list .item dt b {
    display: block;
    background-color: #DDD;
    font-size: 15px;
    color: #555;
}

#index .article-list .item dd {
    margin-left: 100px;
    font-size: 14px;
}

#index .article-list .item dd a {
    color: #000;
    font-size: 16px;
}

#index .article-list .item dd p {
    color: #9A9A9A;
    line-height: 180%;
}

@media screen and (max-width: 650px) {
    #index .article-list .item {
        margin-bottom: 10px;
        padding-top: 10px;
        border-top: 1px #ddd dotted;
    }

    #index .article-list .item dt {
        display: none;
    }

    #index .article-list .item dd {
        margin-left: 0;
    }

    #index .article-list .item dd p {
        display: none;
    }
}



/* -- link -- */
.link {
    padding: 10px 0;
}

.link strong {
    color: #7A7F81;
    font-weight: bold;
}

.link a {
    color: #555;
}

.link a:after {
    margin: 0 10px;
    display: inline-block;
    height: 10px;
    width: 1px;
    content: '';
    background: #b7b7b7;
}

@media (max-width: 768px) {
    .link {
        display: none;
    }
}



/* page
----------------------------------------------- */
#page {
    padding: 20px 0;
    min-height: 400px;
}

#page h1 {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: #ffffff;
    padding: 15px 0;
    border-radius: 5px;
}

#page .info {
    padding: 2px 0 20px 0;
    color: #999999;
    font-size: 13px;
}

#page .content {
    color: #666666;
    line-height: 200%;
    padding-top: 10px;
}

#page .content img {
    max-width: 100%;
}

/* product_category
----------------------------------------------- */
#product-category .product-list {
    margin-top: 20px;
    margin-bottom: 25px;
}

#product-category .product-list .item {
    margin-bottom: 15px;
    text-align: center;
}

#product-category .product-list .item .img {
    border: 1px solid #EEE;
    padding: 10%;
}

#product-category .product-list .item .img:hover {
    border: 1px solid #ccc;
}

#product-category .product-list .item .img img {
    width: 100%;
}

#product-category .product-list .item .name {
    margin-top: 12px;
    font-size: 16px;
}

#product-category .product-list .item .price {
    margin-top: 5px;
}

/* product
----------------------------------------------- */
#product {
    padding: 15px 0;
}

#product .product-img {
    float: left;
    width: 300px;
}

#product .product-img img {
    width: 100%;
}

#product .product-img .swiper-button-prev {
    left: 0;
}

#product .product-img .swiper-button-next {
    right: 0;
}

#product .product-img .swiper-button-prev,
#product .product-img .swiper-button-next {
    color: #333;
}

#product .product-img .swiper-button-prev:after,
#product .product-img .swiper-button-next:after {
    font-size: 25px !important;
}

#product .product-img .gallery-thumbs {
    padding: 10px 0;
}

#product .product-img .gallery-thumbs .swiper-slide {
    width: 25%;
    border: 2px solid transparent;
}

#product .product-img .gallery-thumbs .swiper-slide-thumb-active {
    border: 2px solid #43B5EC;
}

#product .product-info {
    margin-left: 320px;
    padding-top: 10px;
    line-height: 200%;
}

@media (max-width: 768px) {
    .container {
        padding-right: 0;
        padding-left: 0;
    }

    #product .product-img {
        float: none;
        width: auto;
    }

    #product .product-info {
        margin-left: 0;
    }
}

#product .product-info h1 {
    font-size: 18px;
}

#product .product-info ul {
    padding-top: 10px;
    margin-bottom: 50px;
}

#product .product-info .product-price {
    margin-bottom: 5px;
}

#product .product-info .product-price .price {
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
}

#product .product-info .btn-ask a {
    display: inline-block;
    padding: 5px 25px;
    background-color: #0a6464;
    color: #FFF;
}

#product .product-info .btn-ask a .fa {
    margin-right: 5px;
}

#product .product-info .btn-buy {
    margin-bottom: 40px;
}

#product .product-info .btn-buy .add-to-cart {
    background: #0a6464 url(../images/btn_addtocart.png) no-repeat 20px 50%;
    color: #FFFFFF;
    padding: 8px 25px 8px 50px;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
}

#product .product-info .btn-buy .add-to-cart:hover {
    background-color: #44C4EE;
}

#product .product-content {
    padding: 15px 0;
    text-align: center;
}

#product .product-content h3 {
    padding: 30px 0 10px 0;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #CBD1D3;
}

#product .product-content ul {
    padding: 0;
    color: #666;
    line-height: 200%;
}

#product .product-content img {
    max-width: 100%;
}

/* article_category
----------------------------------------------- */
#article-list dl {
    border: 1px dotted #D1D1D1;
    padding: 15px 15px 5px;
    zoom: 1;
    overflow: hidden;
    position: relative;
    width: calc((100% - 84px) / 3);
    margin: 28px 14px 0;
    float: left;
}

#article-list dl.last {}

#article-list dt {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

#article-list dd {
    color: #999999;
    line-height: 180%;
    zoom: 1;
    overflow: hidden;
}

#article-list dd p.img {
    height: 200px;
    float: left;
    overflow: hidden;
}

#article-list dd p.img img {
    width: 100%;
}

#article-list dd .desc {
    height: 200px;
    float: left;
}


#article-list .num-date {
    position: inline;
}

@media (min-width: 1920px) {
    #article-list dl {
        width: calc((100% - 112px) / 4);
    }
}

@media (max-width: 992px) {
    #article-list dl {
        width: calc((100% - 56px) / 2);
    }

}

@media (min-width: 992px) {
    #article-list dt {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 768px) {
    #article-list dl {
        width: 100%;
        margin: 28px 0 0;
    }

    #article-list dd .desc,
    #article-list dd p.img {
        height: auto;
        max-height: 200px;
        float: left;
    }
}

#article-list .num-date .icon-t {
    padding-left: 20px;
    padding-right: 20px;
    color: #ccc;
    margin-top: 5px;
    display: inline-block;

}

#article-list .num-date .icon-t1 {
    background: url(../images/nt_icon_1.png) 0 center no-repeat;
}

#article-list .num-date .icon-t2 {
    background: url(../images/nt_icon_2.png) 0 center no-repeat;
}

#article-list .num-date em {
    display: inline;
    box-sizing: content-box;
    padding: 2px 0;
    text-align: center;
    font-size: 14px;
}

#article-list .num-date p {
    font-size: 16px;
    color: #999999;
    margin-top: 5px;
}

/* article
----------------------------------------------- */
#article {
    padding: 15px 0;
    min-height: 400px;
}

#article .news-info {
    width: 80%;
    font-size: 16px;
    color: #666;
    line-height: 2.25;
}

#article .hot {
    width: 20%;
    font-size: 16px;
    color: #666;
    line-height: 2.25;
}

#article .fl {
    float: left;
}

#article .fr {
    float: right;
}

#article h1 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

#article .info {
    padding: 2px 0 20px 0;
    color: #999999;
    font-size: 13px;
}

#article .content {
    color: #666666;
    line-height: 180%;
}

#article .content img {
    max-width: 100%;
}

.news-banner {
    position: relative;
    text-align: center;
    background-color: #22908c;
    background: url(../images/news-banner.png) no-repeat center center;
    width: 100%;
    padding: 85px 0;
}

.news-banner .img-box {
    width: 100%;
    max-height: 800px;
    overflow: hidden;
}

.news-banner img {
    width: 100%;
    min-height: 200px;
}

.news-banner .news-title {
    width: 100%;
    bottom: 44px;
}

.news-banner .t1 {
    position: relative;
    max-width: 1200px;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    font-weight: 400;
    margin: 0 auto;
    margin-bottom: 2rem;
    min-height: 2rem;
    overflow: hidden;
}

.news-banner .t1:before {
    width: 38px;
    height: 38px;
    content: "";
    display: inline-block;
    background: url(../images/ftnewl-w.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}


.news-banner .t2 {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    color: #fff;
    text-align: center;
    font-size: 1rem;
}

.news-banner .t2:after {
    width: 38px;
    height: 38px;
    content: "";
    display: inline-block;
    background: url(../images/ftnewr-w.png) no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}

.news-banner .t2 .icon-t {
    padding-left: 20px;
    padding-right: 20px;
}

.news-banner .t2 .icon-t1 {
    background: url(../images/nt_icon_1.png) 0 center no-repeat;
}

.news-banner .t2 .icon-t2 {
    background: url(../images/nt_icon_2.png) 0 center no-repeat;
}

@media (max-width:992px) {
    .news-banner {
        padding: 50px 0;
    }

    .news-banner .t1 {
        font-size: 1.5rem;
        text-align: center;
        color: #fff;
        margin: 0 auto;
        font-weight: 400;
        margin-bottom: 1.5rem;
        min-height: 1.5rem;
        overflow: hidden;
        padding: 0 5%;
    }

    .news-banner .t1:before,
    .news-banner .t2:after {
        display: none
    }

}


/* 全局样式
----------------------------------------------- */
/* -- ur-here -- */
.ur-here {
    padding: 25px 0 10px 0;
    line-height: 20px;
    color: #999999;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #DDD;
    display: none;
}

@media (max-width:992px) {
    .ur-here {
        display: none;
    }
}

.ur-here a {
    color: #999999;
}

.ur-here b {
    margin: 0 8px;
}

/* -- tree -- */
.tree-box {
    margin-top: 10px;
    text-align: center;
    margin-top: 0;
    background: #ffffff;
    width: 100%;
    height: 47px;
    box-shadow: 0px 3px 10px 0px rgb(38 107 193 / 8%);
    border-bottom: 1px solid #ebebeb;
}

.tree-box h3 {
    padding: 25px 0 10px 0;
    line-height: 20px;
    color: #999999;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 15px;
}

.tree-box h3 {
    display: none;
}

.tree-box ul {
    display: inline-block;
}

.tree-box li {
    display: inline-block;
    padding: 0;
    margin-right: 5px;
    margin-top: 5px;
    position: relative;
}

.tree-box li i {
    display: none;
}

.tree-box li a {
    display: block;
    padding: 5px 8px;
    line-height: 30px;
}

.tree-box .tree-nav-list {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px;

}


.tree-box .tree-nav-list::-webkit-scrollbar {
    display: none;
}

.tree-box .tree-nav-list {
    -ms-scroll-chaining: chained;
    -ms-overflow-style: none;
    -ms-content-zooming: zoom;
    -ms-scroll-rails: none;
    -ms-content-zoom-limit-min: 100%;
    -ms-content-zoom-limit-max: 500%;
    -ms-scroll-snap-type: proximity;
    -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
    -ms-overflow-style: none;
    overflow: auto;
}

.tree-box .tree-nav-list li:before {
    position: absolute;
    left: -6px;
    top: 15px;
    z-index: 1;
    width: 1px;
    height: 10px;
    content: "";
    background-color: #999;
}

.tree-box li.kong:before {
    display: none;
}


@media (max-width:992px) {
    .tree-box h3 {
        display: none;
    }
}

.tree-box li {
    padding: 0 15px;
}

.tree-box li a {
    color: #000;
    font-size: 1rem;
}

.tree-box li.cur {}

.tree-box li.cur a {
    color: #0a6464;
    display: block;
    border-bottom: 1px solid #0a6464;
    padding: 5px 8px;
}

@media (max-width:992px) {
    .tree-box {
        margin-top: 0;
        background: #ffffff;
        width: 100%;
    }

    .tree-box ul {
        display: inline-block;
    }

    .tree-box li {
        display: inline-block;
        padding: 0;
        margin-right: 5px;
        margin-top: 5px;
    }

    .tree-box li.cur {
        position: absolute;
        left: 0;
        width: 25%;
    }

    .tree-box li.kong {
        left: 0;
        width: 22%;
    }

    .tree-box li i {
        display: none;
    }

    .tree-box li a {
        display: block;
        padding: 5px 8px;
    }

    .tree-box ul ul li a {
        color: #888;
    }
}

.tree-box .search {
    display: block;
    margin: 20px 0;
}

@media (max-width: 768px) {
    .tree-box .search {
        margin: 12px 0;
    }
}

.tree-box .search .keyword {
    width: 85px;
}

/* -- screen -- */
.screen {
    padding: 20px 15px 0;
    border-bottom: 1px dotted #DDD;
}

.screen dl {
    margin-bottom: 10px;
}

.screen dl dt {
    display: inline-block;
    font-weight: bold;
}

.screen dl dd {
    display: inline-block;
}

.screen dl dd a {
    display: inline-block;
    background-color: #DDD;
    color: #555;
    padding: 2px 10px;
    margin-right: 8px;
}

@media (max-width: 768px) {
    .screen dl dt {
        display: block;
    }

    .screen dl dd {
        display: block;
    }

    .screen dl dd a {
        margin-top: 8px;
    }
}

.screen dl dd a.cur {
    background-color: #0a6464;
    color: #FFF;
}

/* -- search-box -- */
.search-box {
    border: 1px solid #DDDDDD;
    background-color: #FFF;
    height: 28px;
    padding-left: 10px;
    position: relative;
}

.search-box .keyword {
    color: #CCCCCC;
}

.search-box .btnSearch {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/icon_search.png) no-repeat 50% 50%;
    width: 28px;
    height: 28px;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
}

/* -- scale -- */
.scale {
    overflow: hidden;
}

.scale img {
    width: 100%;
    cursor: pointer;
    transition: all 0.6s;
}

.scale img:hover {
    transform: scale(1.1);
}

/* -- common -- */
.cue {
    color: red;
    font-size: 14px;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.captcha {
    text-transform: uppercase;
}

.price {
    color: #CC0000;
}

.price-line {
    color: #999;
    font-size: 14px;
    text-decoration: line-through;
}

.none {
    display: none;
}

.pointer {
    cursor: pointer;
}

@media (max-width: 768px) {
    .m-none {
        display: none;
    }
}

@media (min-width: 768px) {
    .p-none {
        display: none;
    }
}

.nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* -- form -- */
.btn {
    display: inline-block;
    background-color: #0a6464;
    color: #EEE;
    padding: 6px 25px;
    text-transform: capitalize;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    -webkit-appearance: none;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
    border: 0;
}

.btn:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #007AD5;
}

.btn-gray {
    display: inline-block;
    background-color: #CCC;
    border: 0;
    color: #333;
    padding: 6px 15px;
    text-transform: capitalize;
    cursor: pointer;
    font-weight: bold;
    -webkit-appearance: none;
}

.btn-payment {
    display: inline-block;
    background-color: #ff4246;
    color: #FFF;
    padding: 7px 28px;
    text-transform: capitalize;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    -webkit-appearance: none;
}

.btn-captcha {
    display: inline-block;
    background-color: #0a6464;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 0;
    color: #FFF;
    padding: 7px 22px;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 13px;
}

.btn-captcha[disabled],
.btn-captcha:disabled,
.btn-captcha.disabled {
    color: #FFF;
    background-color: #b2b2b2;
    opacity: 1;
}

/* -- color -- */
.cRed {
    color: #F40;
}

.cOra {
    color: #f30;
}

.cGre {
    color: #0c6;
}

.cBlu {
    color: #69c;
}

.cGra {
    color: #999;
}

/* -- input -- */
.text-input {
    height: 34px;
    padding: 6px;
    font-size: 14px;
    border: 1px solid #E9E9E9;
    background-color: #FFF;
    color: #666;
    -webkit-appearance: none;
}

.text-input[disabled],
.text-input:disabled,
.text-input.disabled {
    color: #999;
}

.text-area {
    padding: 4px;
    border: 1px solid #E9E9E9;
    background-color: #FFF;
    line-height: 20px;
    -webkit-appearance: none;
}

.text-area-auto {
    border: 1px solid #E9E9E9;
    background-color: #FFF;
    padding: 0;
    font-size: 12x;
    line-height: 20px;
    resize: none;
    min-height: 40px;
    -webkit-appearance: none;
}

@media (max-width: 768px) {

    .btn,
    .btn-gray,
    .btn-payment,
    .btn-captcha,
    .text-input,
    .text-area,
    .text-area-auto,
    .inp-main {
        max-width: 100%;
    }
}

/*- input-file -*/
.input-file {
    width: 80px;
}

.input-file .input-file-show {
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #555;
    background-color: #F5F5F5;
}

.input-file .input-file-show img {
    width: 100%;
    height: 80px;
}

.input-file .input-file-btn {
    width: 100%;
    background-color: #EEE;
    color: #999;
    line-height: 25px;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
}

/*- table-basic -*/
.table-basic {
    color: #666666;
    border-left: 1px solid #EEE;
    border-top: 1px solid #EEE;
    border-collapse: collapse;
}

.table-basic select {
    color: #8F8F8F;
}

.table-basic td,
.table-basic th {
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

.table-basic th {
    background-color: #EEE;
}

.table-basic .child {
    background-color: #FFFFFF;
}

.table-basic td label {
    margin-right: 15px;
}

.table-basic td i {
    color: #F00;
    margin-left: 5px;
    font-weight: bold;
}

/*- form-basic -*/
.form-basic dl {
    zoom: 1;
    overflow: hidden;
    margin-bottom: 20px;
}

.form-basic dl dt {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 13px;
}

.form-basic dl dt i {
    color: #F00;
    margin-left: 5px;
    font-weight: bold;
}

.form-basic dl dd label {
    margin-right: 15px;
    line-height: 34px;
}

/*- table-div -*/
.table-div {
    zoom: 1;
    overflow: hidden;
}

.table-div dl {
    zoom: 1;
    overflow: hidden;
    margin-bottom: 20px;
}

.table-div dl dt {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 13px;
}

.table-div dl dt i {
    color: #F00;
    margin-left: 5px;
    font-weight: bold;
}

.table-div dl dd label {
    margin-right: 15px;
    line-height: 34px;
}

@media (max-width:992px) {
    .table-div dl dt {
        float: none;
    }
}

/*-- dealer业务表单 --*/

/* -- slideShow -- */
/* banner */
.c-banner {
    width: 100%;
    position: relative;
}

.c-banner img {
    width: 100%;
}

.c-banner .banner ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.c-banner .banner ul li {
    position:absolute;
    display:none;
    opacity: 0;
}

.c-banner .banner ul li:nth-child(1) {
    opacity: 1;
    display: block;
}

.c-banner .banner ul li img {
    width: 100%;
    position: absolute;
    top: 0px;
}

.c-banner .banner ul li:first-child img {
    position: relative;
}

.c-banner .nexImg,
.c-banner .preImg {
    padding: 25px 10px 25px 10px;
    position: absolute;
    top: 50%;
    margin-top: -53px;
    background: #000000;
    opacity: 0.5;
    border-radius: 5px;
    z-index: 10;

}

.c-banner .nexImg:hover,
.c-banner .preImg:hover {
    opacity: 0.8;
}

.c-banner .nexImg {
    right: 0px;
}

.c-banner .nexImg img,
.c-banner .preImg img {}

.c-banner .jumpBtn {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
}

.c-banner .jumpBtn ul {
    margin-bottom: 0px;
    padding: 0px;
}

.c-banner .jumpBtn ul li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background-color: white;
    opacity: 0.9;
    margin-left: 10px;
}

.c-banner .jumpBtn ul li:first-child {
    margin-left: 0px;
}

@media screen and (max-width:768px) {
    .c-banner {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .c-banner .banner ul li img {
        width: 100%;
        height: auto;
        position: absolute;
        left: 50%;
        margin-left: -50%;
    }
}

/*-- form --*/
.dealer-main .joins-form {
    margin-bottom: 65px;
}

.dealer-main .joins-form .pic {
    width: 50%;
    height: 300px;
    position: relative;
    overflow: hidden;
    float: left;
}

.dealer-main .joins-form .pic img {
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
}

.dealer-main .joins-form .pic .layer {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0px 40px;
}

.dealer-main .joins-form .pic .layer h2 {
    font-size: 24px;
    color: #fff;
    line-height: 1.833;
    position: relative;
    z-index: 40;
}

.dealer-main .joins-form .pic .layer p {
    font-size: 14px;
    color: #fff;
    line-height: 1.929;
    position: relative;
    z-index: 40;
}

.dealer-main .joins-form .pic .layer:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000);
    opacity: 0.4;
    content: " ";
    z-index: 30;
}

.dealer-main .joins-form .pic .layer:hover:before {
    opacity: 1;
}

.dealer-main .joins-form .form-box {
    width: 50%;
    height: 300px;
    border: 1px solid #dedede;
    border-left: 0;
    border-radius: 0px 2px 2px 0px;
    float: right;
    padding: 20px;
}

.dealer-main .dealer {
    padding: 10px 15px;
    width: auto;
    max-width: 680px;
    margin: auto;
    color: #ffffff;
}

.dealer-main .dealer strong {
    color: #7A7F81;
    font-weight: bold;
}

.dealer-main .dealer dl {
    margin-bottom: 1rem;
    border: 1px solid #ebebeb;
}

input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 223, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 223, 233, .6)
}

.dealer-main .dealer input,
select {
    border-radius: 3px;
    line-height: 2rem;
    width: 100%;
    padding: initial;
    text-indent: 1rem;
}

.dealer-main .dealer textarea {
    border-radius: 3px;
    line-height: 1.5rem;
    width: 100%;
    padding: 0.5rem 1rem;
}

.dealer-main .dealer .captcha {
    width: 70%;
}

.dealer-main .dealer .btn {
    color: #ffffff;
    border: 1px solid #0a6464;
}

.dealer-main .dealer .btn:hover {
    text-decoration: none;
    color: #0a6464;
    background-color: #ffffff;
}

@media screen and (max-width:768px) {
    .dealer-main .joins-form .pic {
        display: none;
    }

    .dealer-main .joins-form .form-box {
        width: 100%;
        height: 350px;
        border: 1px solid #dedede;
        border-radius: 0px 2px 2px 0px;
        float: inline-block;
        padding: 20px;
    }

}

.dealer-main .index-box {
    padding: 80px 0;
    zoom: 1;
    overflow: hidden;
}

@media (max-width:992px) {
    .dealer-main .index-box {
        padding: 30px 0;
    }
}

.dealer-main .index-box.bg {
    background-color: #F5F5F5;
}

.dealer-main .index-box .bg2 {
    background: #ffffff url(../images/dealer-bg2.jpg) no-repeat right top;
    padding: 50px 0;
}

.dealer-main .index-box h3 {
    text-align: center;
    margin-bottom: 80px;
}

.dealer-main .index-box h3 b {
    color: #333;
    font-size: 2.5rem;
}

.dealer-main .index-box h3 span {
    color: #333;
    font-size: 2.5rem;
    margin-left: -10rem;
}

.dealer-main .index-box h3 em {
    display: block;
    margin-top: 8px;
    text-transform: uppercase;
    color: #999;
}

.dealer-main .index-box .txt {
    width: 50%;
    padding-right: 50px;
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 600;
}

.dealer-main .index-box .txt p {
    margin-bottom: 30px;
}

.dealer-main .index-box .txt p i {
    color: #307c7c;
    font-size: 1.5rem;
}

@media (max-width:960px) {
    .dealer-main .index-box .txt {
        width: 100%;
        max-width: 960px;
        padding: 15px;
        color: #333333;
        background: rgba(255, 255, 255, 0.8);
    }

}



/*招商页加盟政策支持*/

.dealer_policy_box section {
    display: none;
    padding: 20px 0 0;
}

.dealer_policy_box input {
    display: none;
}

.dealer_policy_box label {
    display: inline-block;
    width: calc((100% - 70px) / 4);
    padding: 0 25px;
    font-size: 1.2rem;
    background: #fff;
    color: #333;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin: 0 7px 0;
    line-height: 70px;
    position: relative;
    text-indent: 4rem;
}


.dealer_policy_box label:hover {
    color: #0a6464;
    cursor: pointer;
    border-color: #0a6464;
}

.dealer_policy_box input:checked+label {
    color: #0a6464;
    border-color: #017b70;
}

.dealer_policy_box .icon_btn {
    height: 44px;
    width: 44px;
    display: inline-block;
    margin-right: 10px;
    background: url(../images/dealer-icon.png) no-repeat;
    background-size: 600px 600px;
    margin-top: 15px;
    position: absolute;
    left: 25px;
}


.dealer_policy_box .icon_btn_1 {
    background-position: 0px 5px;
}

.dealer_policy_box .icon_btn_2 {
    background-position: 0px -145px;
}

.dealer_policy_box .icon_btn_3 {
    background-position: 0px -295px;
}

.dealer_policy_box .icon_btn_4 {
    background-position: 0px -445px;
}

.dealer_policy_box input:checked+label .icon_btn_1,
.dealer_policy_box label:hover .icon_btn_1 {
    background-position: -300px 5px;
}

.dealer_policy_box input:checked+label .icon_btn_2,
.dealer_policy_box label:hover .icon_btn_2 {
    background-position: -300px -145px;
}

.dealer_policy_box input:checked+label .icon_btn_3,
.dealer_policy_box label:hover .icon_btn_3 {
    background-position: -300px -295px;
}

.dealer_policy_box input:checked+label .icon_btn_4,
.dealer_policy_box label:hover .icon_btn_4 {
    background-position: -300px -445px;
}

.dealer_policy_box .item {
    margin-top: 50px;
}

.dealer_policy_box .item .txt {
    width: calc(100% - 502px);
    height: 314px;
}

.dealer_policy_box .item .txt .line {
    width: 23px;
    height: 4px;
    background: #0a6464;
    display: block;
    margin-bottom: 30px;
}

.dealer_policy_box .item .txt p {
    font-size: 17px;
    color: #666;
    line-height: 1.588;
    font-weight: 400;
}

.dealer_policy_box .item .txt a {
    width: 135px;
    height: 40px;
    border: 1px solid #0a6464;
    background: #0a6464;
    border-radius: 19px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 13px;
    margin-top: 30px;
}

.dealer_policy_box .item .txt a:hover {
    background: none;
    color: #0a6464;
    border-radius: 2px;
}

.dealer_policy_box .item .pic {
    width: 502px;
    height: 314px;
    padding-top: 32px;
    background: url("../images/index_service_pic_bg.png");
    background-size: 502px 314px;
    position: relative;
}

.dealer_policy_box .item .pic .box {
    width: 495px;
    height: 274px;
    margin-left: 1px;
}

.dealer_policy_box .item .pic .box img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 992px) {
    .dealer_policy_box label {
        display: inline-block;
        width: calc((100% - 35px) / 2);
        margin: 0 7px 14px;
    }

    .dealer_policy_box .item .txt {
        max-width: 992px;
        width: auto;
    }
}


@media (max-width:650px) {
    .dealer-main .index-box .bg2 {
        border-radius: 10px;
        margin: 0 15px 15px;
        padding-bottom: 0;
        padding-top: 40px;
    }

    .dealer-main .index-box h3 {
        text-align: center;
        margin-bottom: 30px;
    }

    .dealer-main .index-box h3 b {
        font-size: 2rem;
    }

    .dealer-main .index-box h3 span {
        margin-left: 0;
        font-size: 2rem
    }

    .dealer_policy_box .item {
        margin-top: 0px;
    }

    .dealer_policy_box .item .pic {
        display: none;
    }

    .dealer-main .index-box .txt {
        width: 100%;
        padding: 15px;
        color: #333333;
        background: rgba(255, 255, 255, 0.8);
    }

    .dealer-main .index-box .txt .transition {
        margin-left: auto;
        margin-right: auto;
    }

    .dealer-main .index-box .txt p {
        margin-bottom: 15px;
    }

    .dealer_policy_box {
        padding: 0;
    }

    .dealer_policy_box .icon_btn {
        width: 22px;
        height: 24px;
        background-size: 300px 300px;
        margin-top: 13px;
    }

    .dealer_policy_box .icon_btn {
        left: 10px
    }

    .dealer_policy_box label {
        display: inline-block;
        width: calc((100% - 35px) / 2);
        margin: 0 7px 14px;
        padding: 0 0 0 20px;
        text-indent: 1rem;
        font-size: 1rem;
        line-height: 50px;
    }

    .index_policy_box .item {
        margin-top: 0px;
    }

    .index_policy_box .icon_btn {
        width: 32px;
        height: 32px;
        background-size: 300px 300px;
        margin-top: 10px;
    }

    .dealer_policy_box .icon_btn_1 {
        background-position: 0px 3px;
    }

    .dealer_policy_box .icon_btn_2 {
        background-position: 0px -72px;
    }

    .dealer_policy_box .icon_btn_3 {
        background-position: 0px -147px;
    }

    .dealer_policy_box .icon_btn_4 {
        background-position: 0px -222px;
    }

    .dealer_policy_box input:checked+label .icon_btn_1,
    .dealer_policy_box label:hover .icon_btn_1 {
        background-position: -150px 3px;
    }

    .dealer_policy_box input:checked+label .icon_btn_2,
    .dealer_policy_box label:hover .icon_btn_2 {
        background-position: -150px -72px;
    }

    .dealer_policy_box input:checked+label .icon_btn_3,
    .dealer_policy_box label:hover .icon_btn_3 {
        background-position: -150px -147px;
    }

    .dealer_policy_box input:checked+label .icon_btn_4,
    .dealer_policy_box label:hover .icon_btn_4 {
        background-position: -150px -222px;
    }

    .dealer_policy_box .item .pic {
        display: none;
    }

    .dealer_policy_box .item .txt {
        width: 100%;
        height: auto;
        padding: 15px;
    }

}



/* -- lift -- */
.lift {
    margin-top: 50px;
    color: #999;
    font-size: 1.2rem;
    border-top: 1px #ccc dotted;
    padding-top: 50px;
}

.lift a {
    color: #333;
}

.lift span {
    display: block;
}

.lift .lift_pre {}

.lift .lift_next {
    margin-top: 20px;
}

/* -- pager -- */
.pager {
    text-align: center;
    padding-top: 20px;
    color: #666;
    font-size: 14px;
}

.pager a {
    color: #666;
    text-decoration: underline;
}

/* -- pager class two -- */
.pager ul {
    display: inline-block;
    *display: inline;
    border-left: 1px solid #dddddd;
    padding: 0;
}

.pager ul li {
    display: block;
    float: left;
}

.pager ul li a,
.pager ul li em {
    display: block;
    padding: 0 14px;
    line-height: 30px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
    border-radius: 0;
}

.pager ul li a:hover {
    background-color: #f5f5f5;
}

.pager ul li.active a {
    background-color: #f5f5f5;
    color: #999999;
    cursor: default;
}

.pager ul li em.total {
    margin-left: 10px;
    border-left-width: 1px;
    color: #999;
}

/* -- online-service -- */
.online-service {
    position: fixed;
    bottom: 20%;
    right: 15px;
    z-index: 999999;
    display: block;
}

.online-service .item {
    position: relative;
    margin-bottom: 10px;
}

.online-service .item .item-icon {
    display: block;
    cursor: pointer;
    background: url(../images/online_service.png) no-repeat;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.38);
}

.online-service .item .item-icon.dealer {
    background-position: left -360px;
}

.online-service .item .item-icon.qq {
    background-position: left -300px;
}

.online-service .item .item-icon.weixin {
    background-position: left -120px;
}

.online-service .item .item-icon.tel {
    background-position: left -180px;
}

.online-service .item .item-icon.kefu {
    background-position: left -180px;
    display: block;
}
.online-service .item .item-icon.kefu1 {
    background-position: left -180px;
    display: none;
}

.online-service .item .item-icon.map {
    background-position: left -60px;
}

.online-service .item .item-icon.qr {
    background-position: left 0;
}

.online-service .item.active .item-icon {
    background-color: rgba(2, 123, 112, 0.38);
}

.online-service .item .pop-box {
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
}

.online-service .item .item-box {
    background-color: #FFF;
    margin-right: 10px;
    padding: 10px;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}

.online-service .item .work-weixin {
    padding: 5px 5px 0 5px;
    text-align: center;
}

@media (max-width: 767px) {
.online-service .item .item-icon.kefu { display: none;}
.online-service .item .item-icon.kefu1 { display: block;}
}

.online-service .item .work-weixin img {width: 120px;}

.online-service .item .qq-box {
    padding: 10px 20px 0 10px;
}

.online-service .item .qq-box .qq {
    display: block;
    position: relative;
    line-height: 34px;
    padding-left: 44px;
    white-space: nowrap;
    margin-bottom: 10px;
    color: #555;
}

.online-service .item .qq-box .qq .qq-icon {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: #F1F1F3 url(../images/online_service.png) no-repeat 0 -273px;
    background-size: 34px auto;
    transition: all .2s;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.online-service .item .qq-box .qq:hover .qq-icon {
    background-color: #9fcdc9;
}

.online-service .item .weixin-box img {
    width: 120px;
}

.online-service .item .weixin-box p {
    text-align: center;
}

.online-service .item .tel-box {
    white-space: nowrap;
    font-size: 16px;
    padding: 0 10px;
}

.online-service .item .tel-box .tel {
    display: block;
    position: relative;
    line-height: 30px;
    padding-left: 40px;
    white-space: nowrap;
    color: #555;
}

.online-service .item .tel-box .tel .tel-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #0a6464 url(../images/online_service.png) no-repeat -5px -125px;
    background-size: 40px auto;
    transition: all .2s;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.online-service .item .tel-box .tel:hover .tel-icon {
    background-color: #0a6464;
}

.online-service .go-top {
    display: none;
}

.online-service .go-top .go-btn {
    display: block;
    background: url(../images/online_service.png) no-repeat left bottom;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.48);
}

.online-service .go-top .go-btn:hover {
    background-color: rgba(2, 123, 112, 0.48);
}

@media (max-width:992px) {
    .online-service {
        bottom: 10%;
        right: 0;
    }

    .online-service .item .item-icon,
    .online-service .go-top .go-btn {
        width: 40px;
        height: 40px;
        border-radius: 4px 0 0 4px;
        box-sizing: border-box;
        background-size: 40px auto;
    }

    .online-service .item .item-icon.dealer {
        background-position: left -240px;
    }

    .online-service .item .item-icon.qq {
        background-position: left -200px;
    }

    .online-service .item .item-icon.weixin {
        background-position: left -80px;
    }

    .online-service .item .item-icon.tel,.online-service .item .item-icon.kefu,.online-service .item .item-icon.kefu1 {
        background-position: left -120px;
    }

    .online-service .item .item-icon.map {
        background-position: left -40px;
    }

    .online-service .item .item-icon.qr {
        background-position: left 0;
    }

    .online-service .item.active .item-icon {
        background-color: rgba(2, 123, 112, 0.38);
    }

    .online-service .item .item-box {
        padding: 5px;
    }

}

/* footer
----------------------------------------------- */
#footer {
    background-color: #F5F5F5;
    padding: 40px 0;
}

@media (max-width:992px) {
    #footer {
        padding: 20px 0;
    }

    #footer .foot-nav {
        margin-bottom: 15px;
        border-bottom: 1px solid #DDD;
    }
}

#footer .foot-nav .nav-parent {
    margin-bottom: 10px;
}

#footer .foot-nav .nav-parent a {
    font-size: 20px;
    display: block;
}

#footer .foot-nav .nav-child a {
    display: block;
    color: #999;
    margin-bottom: 5px;
}

@media (max-width:992px) {
    #footer .foot-nav .nav-parent a {
        font-size: 16px;
    }

    #footer .foot-nav .nav-child a {
        display: inline-block;
        margin-bottom: 10px;
        margin-right: 15px;
    }
}

/* -- contact -- */
#footer .weixin {
    text-align: center;
    margin-bottom: 15px;
}

#footer .weixin img {
    width: 120px;
    height: 120px;
}

#footer .weixin p {
    margin-top: 4px;
    color: #999;
}

/* -- contact -- */
#footer .contact {
    text-align: center;
}

#footer .contact .tel {
    color: #0a6464;
    font-size: 20px;
    margin-bottom: 10px;
}

#footer .contact .online-qq {
    margin-bottom: 10px;
}

#footer .contact .online-qq a {
    display: inline-block;
    color: #0a6464;
    padding: 5px 20px;
    border: 1px solid #0a6464;
}

#footer .contact .online-qq a i {
    margin-right: 5px;
}

#footer .contact .email {
    color: #999;
}

#footer .copy-right {
    border-top: 1px solid #EEE;
    margin-top: 20px;
    padding-top: 20px;
}

#footer .net-safe-record {
    margin-left: 10px;
}

#footer .net-safe-record img {
    vertical-align: bottom;
}

@media (max-width:992px) {
    #footer .copy-right {
        text-align: center;
    }
}