
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    font-family: "微软雅黑";
    max-width: 500px;

}

html,
body {
    height: 100%;
    max-width: 500px;
    margin: auto
}

a {
    color: #4a4a4a;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.bold {
    font-weight: bold;
}

.ml5 {
    margin-left: 0.06666667rem !important;
}

.ml10 {
    margin-left: 0.13333333rem !important;
}

.ml15 {
    margin-left: 0.2rem !important;
}

.ml20 {
    margin-left: 0.26666667rem !important;
}

.ml30 {
    margin-left: 0.4rem !important;
}

.ml40 {
    margin-left: 0.53333333rem !important;
}

.ml50 {
    margin-left: 0.66666667rem !important;
}

.mt5 {
    margin-top: 0.06666667rem !important;
}

.mt10 {
    margin-top: 0.13333333rem !important;
    max-width: 100%;
    /*overflow: hidden;*/
}

.mt10 img {
    max-width: 100%;
    height: auto;
}

.mt15 {
    margin-top: 0.2rem !important;
}

.mt20 {
    margin-top: 0.26666667rem !important;
}

.mt40 {
    margin-top: 0.53333333rem !important;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.touch-effect {
    transition: .3s;
}

.touch-effect:active {
    transform: scale(0.98);
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.color-blue {
    color: #1c70cc !important;
}

.color-orange {
    color: #1c70cc !important;
}

.color-black {
    color: #4a4a4a !important;
}

.color-yellow {
    color: #ff9419 !important;
}

.color-gray {
    color: #b0b0b1 !important;
}

.bg-one {
    background: #e5b739 !important;
}

.bg-two {
    background: #5ebfd0 !important;
}

.bg-three {
    background: #c87777 !important;
}

.bg-four {
    background: #646de3 !important;
}

/* 清除浮动 */
.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.ripple {
    position: relative;
    overflow: hidden;
}

.ripple:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #999999 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .3s, opacity .5s;
}

.ripple:active:after {
    transform: scale(0, 0);
    opacity: .3;
    transition: 0s;
}

.middle-center {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.header {
    width: 100%;
    background: rgba(36, 117, 223, 0.9);
    padding: 0 0.8rem;
    height: 1.33333333rem;
    position: relative;
    max-width: 500px;
    margin: auto;

}

.header .head-bar {
    width: 100%;
    height: 1.33333333rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 100;
}

.header .head-bar #logo {
    width: 2.66666667rem;
}

.header .head-bar #top-menu {
    transition: .3s;
    width: 0.53333333rem;
}

.header .hd-menu-box {
    position: absolute;

    z-index: 180;
    top: 1.33333333rem;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    transform: translateY(-150%);
    opacity: 0;
    transition: .5s;
    overflow-y: auto;
}

.header .hd-menu-box.active {
    transform: translateY(0%);
    opacity: 1;
    max-width: 500px;
    margin: auto
}

.header .hd-menu-box .hd-menu-ul {
    margin-bottom: 3rem;
}

.header .hd-menu-box .hd-menu-ul .hd-menu-li:not(:last-child) {
    border-bottom: solid 0.02666667rem #404148;
}

.header .hd-menu-box .hd-menu-ul .hd-menu-li .base-name {
    position: relative;
    background: #2b2c33;
    width: 100%;
    height: 1.33333333rem;
    padding: 0 0.8rem;
    display: flex;
    font-size: 0.37333333rem;
    align-items: center;
}

.header .hd-menu-box .hd-menu-ul .hd-menu-li .base-name .base-name-img {
    width: 0.66666667rem;
}

.header .hd-menu-box .hd-menu-ul .hd-menu-li .base-name .base-name-txt {
    color: #fff;
    margin-left: 0.8rem;
}

@media only  screen and (min-device-width: 361px) and (max-device-width: 480px) {
    /*奇葩安卓机(一般为这个)dpr统一为1 Nexus 5X,6p ,最后一个and可写可不写(不写测试有效)*/
    .header .hd-menu-box .hd-menu-ul .hd-menu-li .base-name .open-menu {
        position: absolute;
        right: 0.8rem;
        width: 0.26666667rem;
        transition: .3s;
    }
}

.header .hd-menu-box .hd-menu-ul .hd-menu-li .base-name .open-menu {
    position: static !important;
    right: 0.8rem !important;
    width: 0.26666667rem !important;
    transition: .3s;
    margin-left: 12em
}

.header .hd-menu-box .hd-menu-ul .hd-menu-li .hd-submenu {
    height: 0;
}

.header .hd-menu-box .hd-menu-ul .hd-menu-li .hd-submenu .hd-sbmn-li {
    display: none;
    width: 100%;
    height: 1.33333333rem;
    line-height: 1.33333333rem;
    padding-left: 2.26666667rem;
    font-size: 0.32rem;
    color: #a3a6aa;
    background: #32333a;
    transition: .3s;
}

.hd-sbmn-li a {
    color: #a3a6aa;
}

.banner-top .swiper-container {
    width: 100%;
    height: 6rem;
}

.banner-top .swiper-container .swiper-wrapper .swiper-slide .banner-img {
    width: 100%;
    height: 100%;
}

.banner-top .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.13333333rem;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.7);
    bottom: 0.18666667rem;
}

.banner-top .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.img-box {
    width: 100%;
    background: #f0f3f5;
    padding: 1.06666667rem 0.33333333rem 0.8rem;
}

.img-box .img-list {
    width: 100%;
}

.img-box .img-list:after{
    content: '';
    display : block;
    clear: both;
}

.img-box .img-list .img-item {
    float: left;
    padding: 0.06666667rem;
    width: 50%;
    background: #f0f3f5;
    margin-top: 0.4rem;
}

.img-box .img-list .img-item img {
    width: 100%;
}
.img-box .img-list .img-item p{
    font-size: 0.4rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article {
    padding: 0 0.26666667rem;
}

.article .ac-title {
    width: 100%;
    text-align: center;
    margin: 0.8rem auto 0.53333333rem;
    color: #4a4a4a;
    font-size: 0.64rem;
}

.article .ac-title-sub {
    font-size: 0.34666667rem;
    color: #a3a6aa;
    text-align: center;
    margin-bottom: 0.8rem;
}

.article .ac-img-box .ac-imgbox-item {
    display: block;
    position: relative;
    width: 100%;
    height: 4.26666667rem;
    margin-bottom: 0.26666667rem;
}

.article .ac-img-box .ac-imgbox-item .ac-txt-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    color: #fff;

}

.article .ac-img-box .ac-imgbox-item .ac-txt-box .ac-txt-big {
    width: 100%;
    text-align: center;
    font-size: 0.45333333rem;
    margin: 1.33333333rem auto 0.2rem;
}

.article .ac-img-box .ac-imgbox-item .ac-txt-box .ac-txt-sm {
    width: 100%;
    text-align: center;
    font-size: 0.32rem;
    padding: 0 2.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article .ac-img-box .ac-imgbox-item .ac-item-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.provider {
    border-top: 0.8rem solid #f0f3f5;
    width: 100%;
    height: 10.56666667rem;
    color: #fff;
    background: url('../image/13.png') 100% 100% no-repeat;
}

.provider .pd-title-big {
    width: 100%;
    text-align: center;
    font-size: 0.64rem;
    margin-top: 0.8rem;
}

.provider .pd-title-sm {
    width: 100%;
    text-align: center;
    font-size: 0.34666667rem;
    margin: 0.53333333rem auto;
}

.provider .pd-banner {
    height: 4.2rem;
}

.provider .pd-banner .swiper-container {
    height: 4.8rem;
}

.provider .pd-banner .swiper-container .swiper-slide .pd-swiper-item-img {
    width: 100%;
    height: 2.5rem
}

.provider .pd-banner .swiper-container .swiper-slide .pd-swiper-item-img > img {
    width: 100%;
    height: 100%;
}

.provider .pd-banner .swiper-container .swiper-slide .pd-swiper-item-txt-box {
    height: 1.56666667rem;
    background: #4ba9f2;
    padding: 0 0.26666667rem;
}

.provider .pd-banner .swiper-container .swiper-slide .pd-swiper-item-txt-box > .txt {
    width: calc(100% - .45rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.34666667rem;
    color: #fff;
}

.provider .pd-banner .swiper-container .swiper-slide .pd-swiper-item-txt-box > .txt * {
    color: #fff;
    text-decoration: none;
}

.provider .pd-banner .swiper-container .swiper-slide .pd-swiper-item-txt-box > img {
    width: 0.34666667rem;
}

.provider .pd-more {
    width: 3.46666667rem;
    height: 0.8rem;
    border: 0.01333333rem solid #fff;
    margin: 0.53333333rem auto 0.5rem;
}

.provider .pd-more > a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    font-size: 0.32rem;
    justify-content: space-around;
    padding-left: .5rem;
    color: #fff;
}

.provider .pd-more > a > img {
    width: 0.45333333rem;
}

.foot-msg {
    width: 100%;
    background: #32343b;
    color: #a3a6aa !important;
    font-size: 0.32rem;

}

.foot-msg .fm-line-one {
    height: 1.92rem;
    flex-direction: column;
    border-bottom: 1px solid #3f4148 !important;
}

.foot-msg .fm-line-one .fmone-logo {
    width: 3.06666667rem;
    margin-bottom: 0.2rem;
}

.foot-msg .fm-line-one .fm-tell > img {
    width: 0.4rem;
}

.foot-msg .fm-line-two {
    height: 1.92rem;
    flex-direction: column;
}

.foot-menu {
    width: 100%;
    height: 1.33333333rem;

    background: #1c70cc;
    display: block;
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 0.34666667rem;
    z-index: 990;
    padding: 0 1.5rem;
    max-width: 500px;
    margin: auto;
    position: fixed;
    bottom: 0
}

.foot-menu .shu-xian {
    width: 0.02666667rem;
    margin-top: 0.26666667rem;
    height: 0.8rem;
    background: #fff;
}

.foot-menu .f-menu-item {
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.foot-menu .f-menu-item .f-menu-imgone {
    width: 0.4rem;
}

.foot-menu .f-menu-item .f-menu-imgtwo {
    width: 0.56rem;
}

.aside-menu {
    position: fixed;

    right: -1rem;
    bottom: 2.85333333rem;
    width: 0.88rem;
    height: 3.46666667rem;
    z-index: 990;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .3s;
}

.aside-menu.show {
    right: 0.61333333rem;
}

.aside-menu .as-to-top {
    width: 0.88rem;
    height: 0.88rem;
}

.aside-menu .as-to-top img {
    width: 100%;
}

.aside-menu .as-menu {
    width: 0.88rem;
    height: 2rem;
    background: url('../image/23.png') no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.aside-menu .as-menu .as-call,
.aside-menu .as-menu .as-erweima {
    height: 1rem;
}

.aside-menu .as-menu .erweima-content {
    position: fixed;
    width: 4rem;
    height: 4rem;
}

.mingdan-content {
    /* margin-top: 1.33333333rem;*/
    overflow: auto;
}

.mingdan-content .md-menu {
    width: 100%;
    height: 1.06666667rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 0.34666667rem;
    color: #4a4a4a;
}

.mingdan-content .md-menu .md-menu-item {
    position: relative;
    text-align: center;
    text-decoration: none;
    flex: 1;
}

.mingdan-content .md-menu .md-menu-item .szd-more {
    margin-left: 0.26666667rem;
    width: 0.26666667rem;
    height: 0.16rem;
}

.mingdan-content .md-menu .md-menu-item > img {
    height: 0.53333333rem;
}

.mingdan-content .md-menu .md-menu-item:not(:last-child) {
    border-right: 0.02666667rem solid #dedede;
}

.mingdan-content .md-menu .md-menu-item.active .menu-sublist {
    display: block;
}

.mingdan-content .md-menu .md-menu-item .menu-sublist {
    display: none;
    position: absolute;
    background: #ececec;
    width: 100%;
    margin-top: 0.26666667rem;
}

.mingdan-content .md-menu .md-menu-item .menu-sublist .menu-item {
    height: 0.8rem;
}

.mingdan-content .md-comlist .md-comitem {
    width: 100%;
    border-top: 0.02666667rem solid #dedede;
}

.mingdan-content .md-comlist .md-comitem .md-logo {
    float: left;
    width: 2.90666667rem;
    height: 4.26666667rem;
}

.mingdan-content .md-comlist .md-comitem .md-logo > .img {
    width: 1.65333333rem;
    margin-top: 0.53333333rem;
    margin-left: 0.8rem;
}

.mingdan-content .md-comlist .md-comitem .md-rcontent {
    float: left;
    width: 55%;
}

.mingdan-content .md-comlist .md-comitem .md-rcontent .md-comname {
    color: #4a4a4a;
    font-size: 0.4rem;
    margin-top: 0.53333333rem;
}

.mingdan-content .md-comlist .md-comitem .md-rcontent .md-box-box .md-box-item {
    float: left;
    margin-right: 0.26666667rem;
    border: 0.02666667rem solid #dedede;
    font-size: 0.26666667rem;
    padding: 0 .1rem;
}

.mingdan-content .md-comlist .md-comitem .md-rcontent .md-msg {
    border-bottom: 0.02352941rem dashed #dedede;
    padding-bottom: 0.2rem;
}

.mingdan-content .md-comlist .md-comitem .md-rcontent .md-msg .md-item {
    float: left;
    color: #b0b1b1;
}

.mingdan-content .md-comlist .md-comitem .md-rcontent .dm-des {
    font-size: 0.34666667rem;
    width: 4.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mingdan-content .md-comlist .md-comitem .md-rcontent .md-seemore {
    color: #b0b0b1;
    font-size: 0.34666667rem;
    margin-bottom: .3rem;
}

.mingdan-content .md-comlist .md-comitem .md-rcontent .md-seemore .md-seemore-icon {
    height: 0.26666667rem;
    margin-left: 0.13333333rem;
}

.page-bottom-loading {
    height: 1.6rem;
    width: 100%;
    display: flex;
    justify-content: center;
    transition: .3s;
}

.page-bottom-loading.show {
    opacity: 1;
    height: 1.6rem;
}

.page-bottom-loading .pb-loading-img {
    width: 0.8rem;
    height: 0.8rem;
    margin-bottom: 0.8rem;
    animation: rotate 1s linear infinite;
}

.hangyeanli-content {
    width: 100%;
}

.hangyeanli-content .hyan-banner {
    position: relative;
    width: 100%;
    height: 4.8rem;
    padding-top: 1.33333333rem;
    background: url('../image/ttbj.png') no-repeat;
    background-size: 100% 100%;
}

.hangyeanli-content .hyan-banner .banner-content {
    position: relative;
}

.hangyeanli-content .hyan-banner .banner-content .hyan-haoping {
    color: #fff;
    position: absolute;
    right: 0;
    top: 0.53333333rem;
    width: 2rem;
    height: 0.8rem;
    background: #ff9419;
    font-size: 0.26666667rem;
    border-top-left-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
}

.hangyeanli-content .hyan-banner .yhan-banner-companybox {
    width: 100%;
    padding: 0 0.8rem;
    position: absolute;
    margin-top: 1.12rem;
}

.hangyeanli-content .hyan-banner .yhan-banner-companybox .cm-logo {
    width: 1.6rem;
    height: 1.6rem;
    background: #fff;
    border-radius: 0.2rem;
}

.hangyeanli-content .hyan-banner .yhan-banner-companybox .cm-logo > .cm-logo-icom {
    width: 1.33333333rem;
}

.hangyeanli-content .hyan-banner .yhan-banner-companybox .cm-msg {
    position: relative;
    color: #fff;
    width: calc(100% - 1.9rem);
}

.hangyeanli-content .hyan-banner .yhan-banner-companybox .cm-msg .cm-name {
    width: 3.86666667rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hangyeanli-content .hyan-banner .yhan-banner-companybox .cm-msg .cm-tequan .cm-item {
    padding: 0 .1rem;
    border: 0.02666667rem solid #dedede;
    font-size: 0.26666667rem;
}

.hangyeanli-content .hyan-banner .yhan-banner-companybox .cm-msg .s-logo {
    position: absolute;
    top: -0.4rem;
    left: 3.86666667rem;
    width: 0.66666667rem;
}

.hangyeanli-content .hyal-content .content-menu {
    position: relative;
    height: 1.6rem;
    background: #f1f8ff;
    color: #4a4a4a;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.hangyeanli-content .hyal-content .content-menu .cm-item {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hangyeanli-content .hyal-content .content-menu .cm-item .menu-name {
    font-size: 0.4rem;
}

.hangyeanli-content .hyal-content .content-menu .cm-item .menu-icon {
    width: 0.53333333rem;
}

.hangyeanli-content .hyal-content .content-menu .active-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 0.06666667rem;
    background: #ff9419;
}

.hangyeanli-content {
    display: block;
}

.hyal-content .content-detail-box {
    display: none;
}

.hangyeanli-content .hyal-content .content-detail-box.active {
    display: block;
}

.hangyeanli-content .hyal-content .content-detail-box.tyzx .tyzx-banner {
    width: 100%;
    height: 5.33333333rem;
}

.hangyeanli-content .hyal-content .content-detail-box.tyzx .tyzx-banner .banner-img {
    width: 100%;
    height: 100%;
}

.hangyeanli-content .hyal-content .content-detail-box.tyzx .tyzx-des-content {
    padding: 0.26666667rem 0.8rem 1.06666667rem;
}

.hangyeanli-content .hyal-content .content-detail-box.tyzx .tyzx-des-content .tyzx-des-title {
    margin: 0.53333333rem 0;
    height: 0.37333333rem;
    line-height: 0.37333333rem;
    font-size: 0.37333333rem;
    border-left: 0.10666667rem solid #ff9419;
    padding-left: 0.26666667rem;
}

.hangyeanli-content .hyal-content .content-detail-box.tyzx .tyzx-des-content .tyzx-des-item {
    margin-left: 0.26666667rem;
}

.hangyeanli-content .hyal-content .content-detail-box.tyzx .tyzx-des-content .tyzx-des-sbtitle {
    /*height: 0.37333333rem;*/
    font-size: 0.37333333rem;
    /* display: flex;*/
    align-items: center;
}

.hangyeanli-content .hyal-content .content-detail-box.tyzx .tyzx-des-content .tyzx-des-sbtitle .st-circle {
    display: inline-block;
    width: 0.10666667rem;
    height: 0.10666667rem;
    background: #ff9419;
    border-radius: 50%;
}

.hangyeanli-content .hyal-content .content-detail-box.hyal {
    padding: 0 0.8rem 0.8rem;
}

.hangyeanli-content .hyal-content .content-detail-box.hyal .al-item {
    margin-top: 0.8rem;
    width: 100%;
}

.hangyeanli-content .hyal-content .content-detail-box.hyal .al-item .al-item-img {
    width: 2.66666667rem;
    height: 2.66666667rem;
    border: 1px solid #eee;
}

.hangyeanli-content .hyal-content .content-detail-box.hyal .al-item .ct-text-box {
    width: calc(100% - 2.7rem);
    padding: 0 0 0.13333333rem 0.53333333rem;
    word-wrap: break-word;
    margin-top: 5px;

}

.hangyeanli-content .hyal-content .content-detail-box.hyal .al-item .ct-text-box .ct-txt {
    text-overflow: ellipsis;
    word-wrap: break-word;
    height: 76px;
    overflow: hidden;
}

.hangyeanli-content .hyal-content .content-detail-box.hyal .al-item .ct-text-box .title {
    font-size: 0.4rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hangyeanli-content.new {

}

.hangyeanli-content.new .menu-slidcontent {
    background: rgba(249, 249, 249, 0.9);
    height: 100%;

}

.hangyeanli-content.new .menu-slidcontent .menu-to-left,
.hangyeanli-content.new .menu-slidcontent .menu-to-right {
    width: 1rem;
    height: 1.6rem;
}

.hangyeanli-content.new .menu-slidcontent .menu-to-left > img,
.hangyeanli-content.new .menu-slidcontent .menu-to-right > img {
    width: 0.16rem;
    height: 0.28rem;
}

.hangyeanli-content.new .menu-slidcontent .content-menu {
    width: calc(100% - 2rem);
    /*justify-content: flex-start;*/
    overflow-x: auto;
    background: rgba(249, 249, 249, 0.9);
    /* border-bottom:2px solid #ccc;*/

}

.content-menu {
    height: 1.6rem;
}

.hangyeanli-content.new .menu-slidcontent .content-menu .cm-item {
    flex-shrink: 0;
    width: 25%;
}

.hangyeanli-content.new .menu-slidcontent .content-menu .cm-item .menu-name {
    font-size: 0.38rem;
}

.content-menu .active {
    border-bottom: 2px solid #1c70cc;
}

.content-menu .active .menu-name {
    color: #1c70cc !important;
    font-size: 0.4rem;
}

.hangyeanli-content.new .menu-slidcontent .content-menu .active-bar {
    background: #1c70cc;
    width: 25%;
    height: 2px;
}

.caimaoketang-content .cmkt-banner {
    width: 100%;
    height: 4rem;
    background: url('../image/caimao-banner.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
}

.caimaoketang-content .cmkt-banner .banner-txt {
    margin-top: 2.66666667rem;
    font-size: 0.8rem;
    letter-spacing: 0.08rem;
    color: #ffffff;
    font-weight: bold;
}

.caimaoketang-content .search-box {
    width: 100%;
    border-bottom: 0.02666667rem solid #dedede;
    display: flex;
    justify-content: center;
    position: relative;
}

.caimaoketang-content .search-box .sc-input {
    width: 8.4rem;
    height: 1.06666667rem;
    border-radius: 0.06666667rem;
    font-size: 0.4rem;
    background: #dedede;
    padding: 0 1.06666667rem 0 0.48rem;
    margin: 0.8rem auto 0.4rem;
    border: none;
}

.caimaoketang-content .search-box .sc-sbmit-box {
    position: absolute;
    width: 1.06666667rem;
    height: 1.06666667rem;
    margin-top: 0.8rem;
    right: 3em;
    /*margin-left: 3.5rem;*/
}

.caimaoketang-content .search-box .sc-sbmit-box > img {
    width: 0.53333333rem;
    height: 0.53333333rem;
}

.caimaoketang-content .menu-list {
    padding: 0.4rem 0.8rem 0.53333333rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.caimaoketang-content .menu-list .menu-item {
    position: relative;
    width: 2.26666667rem;
    height: 2.26666667rem;
    text-decoration: none;
    border-radius: 0.13333333rem;
    margin-bottom: 0.8rem;
    overflow: hidden;
}

.caimaoketang-content .menu-list .menu-item .img {
    width: 100%;
    height: 1.52rem;
}

.caimaoketang-content .menu-list .menu-item .img .menuit-bg {
    width: 1.06666667rem;
    height: 1.06666667rem;
}

.caimaoketang-content .menu-list .menu-item .txt {
    width: 100%;
    height: 0.74666667rem;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 0.34666667rem;
}

.caimaoketang-liebiao {
    /* margin-top: 1.33333333rem;*/
}

.caimaoketang-liebiao .cmlb-search-box {
    width: 100%;
    padding: 0.13333333rem 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 0.02666667rem solid #dedede;
    position: relative;
    transition: .5s;
}

.caimaoketang-liebiao .cmlb-search-box.hide {
    margin-top: -1.33333333rem;
    opacity: 0;
}

.caimaoketang-liebiao .cmlb-search-box.show {
    /* margin-top: 1.33333333rem;*/
    opacity: 1;
}

.caimaoketang-liebiao .cmlb-search-box .cmlb-scinput {
    width: 8rem;
    height: 1.06666667rem;
    border-radius: 0.06666667rem;
    font-size: 0.4rem;
    padding: 0 1.06666667rem 0 0.48rem;
    background: #dedede;
    border: none;
}

.caimaoketang-liebiao .cmlb-search-menu {
    width: 100%;
    height: 1.06666667rem;
    display: flex;
    border-bottom: 0.02666667rem solid #dedede;
}

.caimaoketang-liebiao .cmlb-search-menu .cmlb-menu-item {
    position: relative;
    height: 0.53333333rem;
    font-size: 0.34666667rem;
    width: 40%;
}

.caimaoketang-liebiao .cmlb-search-menu .cmlb-menu-item:not(:last-child) {
    border-right: 0.02666667rem solid #dedede;
}

.caimaoketang-liebiao .cmlb-search-menu .cmlb-menu-item.sc-box {
    width: 20%;
}

.caimaoketang-liebiao .cmlb-search-menu .cmlb-menu-item .cmlb-menudown {
    width: 0.26666667rem;
    height: 0.16rem;
    transition: .3s;
}

.caimaoketang-liebiao .cmlb-search-menu .cmlb-menu-item .cmlb-menu-searchicon {
    width: 0.53333333rem;
    height: 0.53333333rem;
}

.caimaoketang-liebiao .cmlb-search-menu .cmlb-menu-item .menu-sublist {
    display: none;
    position: absolute;
    z-index: 100;
    width: 100%;

    background: #ececec;
}

.caimaoketang-liebiao .cmlb-search-menu .cmlb-menu-item .menu-sublist .menu-item {
    height: 0.8rem;
}

.caimaoketang-liebiao .cmlb-search-menu .cmlb-menu-item.active .cmlb-menudown {
    transform: rotate(180deg);
}

.caimaoketang-liebiao .cmlb-search-menu .cmlb-menu-item.active .menu-sublist {
    display: block;
}

.caimaoketang-liebiao .sc-result-box {
    padding: 0 0.8rem 0.8rem;
}

.caimaoketang-liebiao .sc-result-box .res-item {
    margin-top: 0.8rem;
}

.caimaoketang-liebiao .sc-result-box .res-item .title {
    font-size: 0.4rem;
}

.caimaoketang-liebiao .sc-result-box .res-item .sc-answer .sc-da {
    font-weight: bold;
    font-size: 0.36666667rem;
}

.caimaoketang-liebiao .sc-result-box .res-item .sc-answer .scanswer-detail {
    font-size: 0.36666667rem;
    color: #b0b1b1;
}

.caimaoketang-liebiao .sc-result-box .res-item .time-zan {
    margin-top: 0.13333333rem;
}

.caimaoketang-liebiao .sc-result-box .res-item .time-zan .zan {
    margin-left: 0.53333333rem;
}

.caimaoketang-liebiao .sc-result-box .res-item .time-zan .time {
    font-size: 0.30666667rem;
}

.caimaoketang-liebiao .sc-result-box .res-item .time-zan .zan > img {
    width: 0.35333333rem;
    height: 0.24rem;
    padding-right: 0.1rem;
}

.hangyeanli-xiangqing-new {
    /* margin-top: 1.33333333rem;*/
    padding: 1.06666667rem 0.8rem 1.33333333rem;
}

.hangyeanli-xiangqing-new article img {
    max-width: 100%;
    height: auto;
}

.hangyeanli-xiangqing-new .xq-title {
    width: 100%;
    text-align: center;
    font-size: 0.4rem;
    font-weight: bold;
    margin-bottom: 0.8rem;
}

.hangyeanli-xiangqing-new .xq-banner {
    width: 100%;
}

.line-gray {
    width: 100%;
    height: 0.02666667rem;
    background: #b0b0b1;
    margin: 0.26666667rem 0;
}

.jinpaigongchengshi-content {
    background: url('../image/jp-bj.png') no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    padding: 0 0.4rem;
}

.jinpaigongchengshi-content .jp-icon-box {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 1.2rem;
    margin-bottom: 0.93333333rem;
}

.jinpaigongchengshi-content .jp-icon-box .jp-icon {
    width: 4.30666667rem;
    height: 4.29333333rem;
}

.jinpaigongchengshi-content .jp-people-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.jinpaigongchengshi-content .jp-people-list .pp-item {
    position: relative;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
    color: #fff;
    margin-bottom: 0.81081081rem;
}

.jinpaigongchengshi-content .jp-people-list .pp-item .paipai {
    position: absolute;
    top: 0;
    margin-left: 1rem;
    width: 0.64rem;
    height: 0.85333333rem;
}

.jinpaigongchengshi-content .jp-people-list .pp-item .pp-head {
    flex-shrink: 0;
    width: 2.66666667rem;
    height: 2.66666667rem;
    background-color: #ffffff;
    border-radius: 50%;
    margin-bottom: 0.2rem;
}

.jinpaigongchengshi-content .jp-people-list .pp-item .pp-head > img {
    width: 100%;
    height: 100%;
}

.xinwen-content {
    margin-bottom: 0.8rem;
}

.xinwen-content .cmkt-banner {
    background: url('../image/xwdt.png') no-repeat;
    background-size: 100% 100%;
}

.xinwen-content .xinwen-content {
    padding: 0 0.3rem;
}

.xinwen-content .xinwen-content .xinwen-item {
    margin-top: 0.8rem;
}

.xinwen-content .xinwen-content .xinwen-item .xinwen-title {
    font-size: 0.42666667rem;
}

.xuqiufuwu-content {
    background: url('../image/xqbj.png') no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    padding-top: 1rem;
    color: #fff;
}

.xuqiufuwu-content .xq-title {
    width: 100%;
    text-align: center;
    font-size: 0.64rem;
}

.xuqiufuwu-content .xq-form-conetent {
    margin-top: 1rem;
    padding: 0 0.8rem;
    font-size: 0.34666667rem;
}

.xuqiufuwu-content .xq-form-conetent .form-line {
    height: 0.8rem;
    line-height: 0.8rem;
    margin-top: 0.48rem;
    position: relative;
}

.xuqiufuwu-content .xq-form-conetent .form-line.form-textarea-box {
    align-items: flex-start;
    height: 3.33333333rem;
}

.xuqiufuwu-content .xq-form-conetent .form-line.form-textarea-box .form-name {
    align-items: flex-start;
    letter-spacing: 0rem;
}

.xuqiufuwu-content .xq-form-conetent .form-line .form-name {
    height: 0.8rem;
    line-height: 0.8rem;
    display: inline-block;
    width: 1.46666667rem;
    white-space: nowrap;
}

.xuqiufuwu-content .xq-form-conetent .form-line .form-input {
    display: inline-block;
    width: 6.66666667rem;
    height: 0.8rem;
    background: transparent;
    color: #fff;
    padding: 0 .5rem 0 .2rem;
    border: 0.02666667rem solid #fff;
    border-radius: 0.13333333rem;
    overflow: hidden;
}

.xuqiufuwu-content .xq-form-conetent .form-line .form-input.form-textarea {
    padding: .2rem;
    height: 3.33333333rem;
}

.xuqiufuwu-content .xq-form-conetent .form-line .form-input.form-textarea .form-name {
    position: absolute;
    top: 1rem;
}

.xuqiufuwu-content .xq-form-conetent .form-line .form-input.type {
    display: flex;
    padding: 0;
}

.xuqiufuwu-content .xq-form-conetent .form-line .form-input.type .type-item {
    width: 33.33333333%;
}

.xuqiufuwu-content .xq-form-conetent .form-line .form-input.type .type-item.active {
    background: #fff;
    color: #4a4a4a;
}

.xuqiufuwu-content .xq-form-conetent .form-line .form-impirtant {
    position: absolute;
    top: 0.05rem;
    right: .3rem;
}

.xuqiufuwu-content .xq-form-conetent .form-line.form-submit-box {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 1.6rem;
}

.xuqiufuwu-content .xq-form-conetent .form-line.form-submit-box .form-submit {
    height: 0.8rem;
    width: 3.33333333rem;
    color: #fff;
    border-radius: 0.4rem;
    background: #ff9419;
}

.xuqiufuwu-content.chengGong .cg-top-content {
    flex-direction: column;
    width: 100%;
}

.xuqiufuwu-content.chengGong .cg-top-content .cg-img {
    width: 2.66666667rem;
    height: 2.66666667rem;
}

.xuqiufuwu-content.chengGong .cg-top-content .cg-title {
    font-size: 0.48rem;
    margin-top: 1.06666667rem;
}

.xuqiufuwu-content.chengGong .cg-top-content .cg-subtitle {
    font-size: 0.32rem;
}

.xuqiufuwu-content.chengGong .cg-back {
    margin-top: 2.66666667rem;
    width: 100%;
    height: 2.13333333rem;
    align-items: flex-start;
}

.xuqiufuwu-content.chengGong .cg-back .cg-bbutton {
    height: 0.8rem;
    width: 3.33333333rem;
    color: #fff;
    border-radius: 0.4rem;
    background: #ff9419;
}

.chanpin-content .hyan-banner {
    padding: 0;
    background: #fff;
    height: 6.66666667rem;
}

.chanpin-content .hyan-banner .bn-img {
    width: 100%;
    height: 100%;
}

.chanpin-content .hyal-content {
    background: #fafafa;
}

.chanpin-content .hyal-content .content-menu {
    background: #fafafa;
    margin: 0 0.8rem;
}

.chanpin-content .hyal-content .content-menu .avtive {
    color: #1c70cc;
}

.chanpin-content .hyal-content .content-menu .active-bar {
    background: #1c70cc;
    width: 25%;
}

.chanpin-content .hyal-content .content-detail-box {
    background: #fff;
}

.chanpin-content .hyal-content .content-detail-box .tyzx-banner {
    padding: 0.8rem 0.8rem 0;
}

.chanpin-content .hyal-content .content-detail-box .tyzx-banner .tyzx-des-content {
    font-size: 0.34666667rem;
}

.chanpin-content .hyal-content .content-detail-box .tyzx-banner .tyzx-des-content .cp-content-txt {
    color: #606060;
}

.blong-company {
    color: #fff;
}

#norestul {
    height: 1.6rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

.bannerMenu ul li {
    width: 50%;
    height: 2rem;
    float: left;
    background: #f0f3f5;
    padding: 0.1rem;
}
.bannerMenu ul li a{
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff;
    padding:0.2rem;
    border-radius: 0.1rem;
}
.bannerMenu ul li a img{
    float: left;
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.2rem;
}
.bannerMenu li h4 {
    font-size: 15px;
    font-weight: 400;
    color: #1f1f1f;
    height: 0.8rem;
    line-height: 0.8rem;
}

.services .ser-title{
    width: 100%;
    text-align: center;
    margin: 0.8rem auto 0.53333333rem;
    color: #4a4a4a;
    font-size: 0.64rem;
}
.services .ser-title-sub{
    font-size: 0.34666667rem;
    color: #a3a6aa;
    text-align: center;
    margin-bottom: 0.8rem;
}