html, body {
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #f4f8f7;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* font-size: 13px; */
    font-size: 90px;
    color: #333333;
    line-height: 1;
}

.bg-white {
    background: white;
}

.p-t-5 {
    padding-top: 0.5rem;
}

.p-b-5 {
    padding-bottom: 0.5rem;
}

.p-2 {
    padding: 0.2rem;
}

.p-t-2 {
    padding-top: 0.2rem;
}

.red {
    color: #d70507;
}

.w {
    width: 78.5%;
    /* min-width: 1200px; */
}
/*----页面整体框架----*/
.header-wrapper, .content_inner2, .footer-wrapper {
    font-size: 0.16rem;
}

.header-wrapper {
    height: 0.9rem;
    background-color: white;
    /* background: url(../images/nav-bg.png) repeat-x;
    background-size: auto 100%; */
}

.o-header-wrapper {
    box-shadow: 0 1px 0.2rem rgba(0,0,0,0.1);
}

.header-active {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 1px 0.2rem rgba(0,0,0,0.1);
}

.logo-img {
    position: relative;
    width: 1rem;
    height: 1rem;
    background: white;
    padding: 0.05rem;
    z-index: 999;
    border-radius: 0.5rem;
}

.logo-wrapper img {
    width: 0.9rem;
}

.logo-wrapper .h {
    font-size: 0.28rem;
    /* line-height: 0.9rem; */
    margin-left: 0.1rem;
    font-weight: 600;
    width: 3.2rem;
    line-height: 0.34rem;
    padding-top: 0.13rem;
}

.nav-wrapper ul {
    font-size: 0.22rem;
}

    .nav-wrapper ul li {
        position: relative;
        padding: 0.2rem 0;
        display: inline-block;
        font-size: 0.18rem;
    }

        .nav-wrapper ul li > a {
            background: url(../images/line.png) no-repeat left center;
            background-size: 2px;
            display: inline-block;
            padding: 0 0.18rem;
        }

    .nav-wrapper ul > li:first-child > a {
        background: none;
    }

    .nav-wrapper ul li .isChild {
        position: relative;
    }

        .nav-wrapper ul li .isChild::after {
            display: inline-block;
            margin-left: 0.05rem;
            content: "";
            position: absolute;
            right: -0.17rem;
            top: 0;
            width: 0.1rem;
            height: 0.25rem;
            background: url(../images/nav.png) no-repeat right center;
            background-size: 0.1rem;
        }

    .nav-wrapper ul li.active {
        background: url(../images/nav_active.png) no-repeat center bottom;
        background-size: 0.46rem;
    }

    .nav-wrapper ul li.active, .nav-wrapper ul li:hover {
        /* color: #2699d4; */
        font-weight: 600;
    }
        /* .nav-wrapper ul li.active,.nav-wrapper ul li::after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0.2rem;
    height: 3px;
    background: transparent;
    transition: all .8s;
    transform: scaleX(0) translate(-50%);
  }
  .nav-wrapper ul li.active,.nav-wrapper ul li:hover::after{
    transform: scaleX(1);
    opacity: 1;
    background: #2699d4;
  } */

        .nav-wrapper ul li:hover .nav-child {
            display: block;
        }

    .nav-wrapper ul li .nav-child {
        display: none;
        position: absolute;
        width: 1.6rem;
        margin-left: -0.8rem;
        top: 0.55rem;
        left: 50%;
        z-index: 999;
        background-color: #ffffff;
        text-align: center;
    }

        .nav-wrapper ul li .nav-child a {
            display: block;
            color: #333333;
            font-weight: normal;
            padding: 0.14rem 0.33rem;
            font-size: 0.16rem;
        }

            .nav-wrapper ul li .nav-child a:hover {
                background-color: #2699d4;
                color: #ffffff;
            }

.text-blue {
    color: #2699d4;
}

.text-orange {
    color: #f15e22;
}

/* footer */
.footer {
    background: white;
}

.footer-wrapper {
    font-size: 0.18rem;
    background: url(../images/foot_bg.png) no-repeat;
    background-size: cover;
}

.footer-top-left {
    padding: 0.5rem 0;
}

.footer-item-title {
    width: 1.24rem;
    height: 0.38rem;
    line-height: 0.38rem;
    background: rgba(255,255,255,0.5);
    border-radius: 4px;
    font-size: 0.22rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer-item ul {
    margin-top: 0.03rem;
    color: #666666;
}

    .footer-item ul > li {
        padding: 0.15rem 0;
    }

.footer-item + .footer-item {
    margin-left: 0.77rem;
}

.footer-item ul > li:last-child {
    padding-bottom: 0;
}

.footer-top-right {
    padding-top: 0.45rem;
}

.tel-wrapper {
    font-size: 0.38rem;
    padding-left: 0.6rem;
    font-weight: bold;
    background: url(../images/icon_kf.png) no-repeat left center;
    background-size: 0.5rem;
}

.work-time {
    height: 0.38rem;
    line-height: 0.38rem;
    background: rgba(255,255,255,0.5);
    border-radius: 4px;
    font-size: 0.18rem;
    color: #666666;
    padding: 0 0.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    margin: 0.26rem 0 0.2rem;
}

.other-lxfs > div {
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
}

    .other-lxfs > div + div {
        margin-left: 0.24rem;
    }

    .other-lxfs > div img {
        width: 100%;
    }

.footer-last {
    color: #fff;
    font-size: 0.18rem;
    line-height: 0.28rem;
    padding: 0.15rem 0;
    background: #019c62;
}

/* 轮播 */
.content_inner_banner .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.05rem;
    background: #fff;
    opacity: .4;
    border-radius: 0;
}

.content_inner_banner .swiper-pagination-bullet-active {
    opacity: 1;
}

.content_inner_banner .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0.6rem;
}

.content_inner_banner .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0.6rem;
}

.title-search {
    width: 37.5%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
}

.title-wrapper {
    font-size: 0.36rem;
    font-weight: bold;
    color: white;
    letter-spacing: 2px;
}

.desc-wrapper {
    font-size: 0.16rem;
    color: white;
    text-align: center;
    line-height: 0.3rem;
}

.search-wrapper {
    width: 86%;
    margin: 0.42rem auto 0.5rem;
    height: 0.54rem;
    background: white url(../images/icon_search.png) no-repeat 0.17rem center;
    background-size: 0.25rem;
    z-index: 100;
    border-radius: 10px;
    position: relative;
}

    .search-wrapper input {
        width: 100%;
        background: transparent;
        height: 0.54rem;
        border: none;
        padding-left: 0.5rem;
        font-size: 0.18rem;
        border-radius: 10px;
        outline: none;
        box-shadow: 0 0 0.2rem rgba(147, 147, 147, 0.7) inset;
    }

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 0.19rem;
    line-height: 0.54rem;
    border-radius: 0 10px 10px 0;
    text-align: center;
    background: #fabf00;
    color: white;
    font-size: 0.18rem;
    cursor: pointer;
}

/* 列表 */
.list li {
    position: relative;
    background: url(../images/icon_li.png) no-repeat left center;
    background-size: 0.06rem;
    padding-left: 0.15rem;
}

    .list li a {
        display: inline-block;
        padding: 0.12rem 0;
        width: 85%;
    }

        .list li a span.text {
            display: inline-block;
            max-width: 90%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            vertical-align: middle;
        }

        .list li a em {
            display: inline-block;
            line-height: 0.21rem;
            font-size: 0.14rem;
            color: #fefefe;
            padding: 0 0.05rem;
            border-radius: 0.1rem 0 0.1rem 0;
            background: linear-gradient(to bottom,#ff5028, #ffa08a);
            background: -moz-linear-gradient(to bottom, #ff5028, #ffa08a);
            background: -webkit-gradient(linear, to bottom, from(#ff5028), to(#ffa08a));
            background: -ms-linear-gradient(#ff5028 0%,#ffa08a 100%);
            /* IE8及以下通过滤镜实现： */
            filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorStr='#ff5028',endColorStr='#ffa08a'); /*IE滤镜实现渐变*/
            /* 其中，gradientType=1代表横向渐变，gradientType=0代表纵向淅变。startcolorstr=”色彩” 代表渐变渐变起始的色彩，endcolorstr=”色彩” 代表渐变结尾的色彩。 */
        }

    .list li .date {
        position: absolute;
        right: 0;
        top: 0.13rem;
        font-size: 0.16rem;
        color: #999999;
    }
/* tab切换 */
.tab-wrapper .tab-title .tab-title-item {
    padding: 0.16rem 0.1rem 0.1rem;
    font-size: 0.16rem;
    display: inline-block;
}

    .tab-wrapper .tab-title .tab-title-item:first-child {
        padding-left: 0;
    }

    .tab-wrapper .tab-title .tab-title-item a {
        display: inline-block;
        padding: 0 0.1rem;
        line-height: 0.31rem;
        border-radius: 4px;
    }

    .tab-wrapper .tab-title .tab-title-item.active a {
        background: rgba(0,156,98,0.1);
        color: #019c62;
    }

.tab-wrapper .tab-panel {
    display: none;
}


.swiperTab {
    white-space: nowrap;
    transition: all ease .3s;
}

.mx_swipertab_wrap > ul::-webkit-scrollbar {
    display: none
}

.swiperTab {
    padding: 0.2rem 0;
}

    .swiperTab li {
        display: inline-block;
        font-size: 0.16rem;
        padding: 0 0.1rem;
        line-height: 0.31rem;
        border-radius: 4px;
        cursor: pointer;
    }

.mx-swiper-wrap .swiper-slide {
    border-radius: 10px;
}

.swiperTab li.active {
    background: rgba(0,156,98,0.1);
    color: #019c62;
}

.input {
    display: inline-block;
    margin-right: 0.05rem;
    padding: 0.05rem 0.1rem;
    height: 0.4rem;
    line-height: 0.4rem;
    vertical-align: middle;
    background: #fff;
    color: #999;
    border: 1px solid #CACACA;
    border-radius: 4px;
    font-family: 'Microsoft YaHei';
    box-sizing: border-box;
    width: 100%;
    font-size: 0.15rem;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    /* placeholderé¢œè‰²  */
    color: #9e9d9d;
    font-size: 0.14rem;
}
/* 下拉选择 */
.chosen-container {
    font-size: 0.15rem;
}

.chosen-container-single .chosen-single {
    background: #ffffff;
    box-shadow: none;
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #CBD5DD;
    border-radius: 4px;
    cursor: text;
    height: auto !important;
    margin: 0;
    min-height: 0.3rem;
    overflow: hidden;
    padding: 0.07rem 0.12rem;
    position: relative;
    width: 100%;
}

.chosen-container-multi .chosen-choices li.search-choice {
    background: #f1f1f1;
    border: 1px solid #ededed;
    border-radius: 4px;
    box-shadow: none;
    color: #333333;
    cursor: default;
    line-height: 0.13rem;
    margin: 0.03rem 0 0.03rem 0.05rem;
    padding: 0.03px 0.2rem 0.03px 0.05px;
    position: relative;
}

.chosen-container .chosen-results li {
    font-size: 0.14rem;
}

.chosen-container-single .chosen-single div b {
    background-position: 0 0.08rem;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -0.17rem 0.08rem;
}
/* 内页带图片 */
.content-inner-omain {
    position: relative;
}

    .content-inner-omain .img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .content-inner-omain .img-mc {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
        background: rgba(255,255,255,0.45);
    }

.content-inner-omain-box {
    padding: 0.3rem 0;
    position: relative;
}

/* 面包屑 */
.breadcrumb {
    background: transparent;
    font-size: 0.16rem;
    /* padding: 25px 0; */
}

    .breadcrumb a {
        color: #019c62;
    }

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.1rem;
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: .1rem;
        color: #6c757d;
        content: "/";
    }

.breadcrumb-item.active {
    color: #525151;
}

@media (max-width: 1200px) {
    html {
        font-size: 62.5px;
    }
}



/* 修改layui分页样式 */
.layui-laypage a, .layui-laypage span {
    min-width: 0.36rem;
    height: 0.36rem;
    line-height: 0.36rem;
    font-size: 14px;
    text-align: center;
}

.layui-laypage .layui-laypage-prev, .layui-laypage .layui-laypage-next {
    width: auto;
    height: 0.36rem;
    font-size: 14px;
    padding: 0 0.05rem;
}
