@charset "utf-8";

.index-banner {
    position: relative;
}

.index-banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.097222rem;
    background-position: center;
    background-position: center;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background-image: url(../images/banner_shadow.png);
    z-index: 2;
}

.index-banner .swiper-slide {
    background-position: center;
    background-position: center;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    height: 6.944444rem;
}

.index-banner .swiper-pagination {
    font-size: 0;
    bottom: .180556rem;
    width: 100%;
}

.index-banner .swiper-pagination-bullet {
    background: #fff;
    margin: 0 .053333rem;
    width: .527778rem;
    height: 2px;
    border-radius: 0;
    margin: 0 1px;
    opacity: 1;
}


.index-banner .swiper-pagination-bullet-active {
    background: #ffc600;
}

.search-box>div,.search-box>form {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1.333333rem;

}

.search-box .icon_search {
    width: .555556rem;
}

.search-box .text {
        width: 7.5rem;
        background: transparent;
        font-size: .34rem;
        display: inline-block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-indent: .4rem;
        color: #333;
        padding: .15rem 0;
        line-height: normal;

}

.search-box .s-btn {
    font-size: .444444rem;
    color: #1d68ea;
    width: .972222rem;
    white-space: nowrap;
}

.advcon {
    border-top: .194444rem solid #f4f4f4;
    border-bottom: .194444rem solid #f4f4f4
}

.advcon ul li {
    width: 25%;
    float: left;
    text-align: center;
    border-right: 1px solid #f4f4f4;
    padding: .666667rem 0;
}

.advcon ul li:last-child {
    border-right: none;
}

.advcon ul li figure img {
    height: 1.25rem;
}

.advcon ul li span {
    font-size: .361111rem;
    color: #010101;
    display: block;
    margin-top: 20px;
}

.index-news {
    padding-bottom: .277778rem;
    border-bottom: .194444rem solid #f4f4f4;
}

.index-news .news-tabs {
    padding: .416667rem .333333rem;
    font-size: 0;
    font-size: .388889rem;
}

.index-news .news-tabs span {
    display: inline-block;
    width: 25%;
    height: .833333rem;
    padding: .222222rem 0;
    text-align: center;
    background: #ecf0f9
}

.index-news .news-tabs span.active {
    background: #007eff;
    color: #fff;
}

.index-news .news-item {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -o-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    -webkit-transition: .3s all;

}

.index-news .news-item.active {
    position: relative;
    opacity: 1;
    z-index: 2;
    visibility: visible;
}

.index-news .news-item .list {
    margin-bottom: .472222rem;
    padding: 0 .333333rem;
}

.index-news .news-item .list:last-child {
    margin-bottom: 0;
}

.index-news .news-item a {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.index-news .news-item figure {
    width: 28%;
    float: left;
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
}

.index-news .news-item h4 {
    font-size: .343333rem;
    line-height: .5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
 }

.index-news .news-item section {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    float: right;
    width: 72%;
    padding-left: .277778rem;

}

.index-news .news-item footer {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    color: #8c8c8c;
    font-size: .333333rem;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items:center;
}

.index-news .news-item footer>div {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;


}

.index-news .news-item footer img {
    height: .333333rem;
    margin-right: .138889rem
}

.index-news .news-item .swiper-container {
    padding-bottom: .5rem
}

.index-news .news-item .swiper-pagination {
    font-size: 0;
    bottom: 0;
    width: 100%;
}

.index-news .news-item .swiper-pagination-bullet {
    background: #dfdfdf;
    margin: 0 .053333rem;
    width: .194444rem;
    height: .194444rem;
    border-radius: 50%;
    margin: 0 2px;
    opacity: 1;
}


.index-news .news-item .swiper-pagination-bullet-active {
    background: #56aaff;
}

.index-problem {
    padding: .694444rem 0 .486111rem 0;
    border-bottom: .194444rem solid #f4f4f4;
}

.pro-tit {
    text-align: center;
    font-size: .527778rem;
    font-weight: bold;
    padding-bottom: .416667rem
}

.pro-item {
    background: #f5f5f5;
    padding: .416667rem;
    margin-bottom: .333333rem;
    border-radius: 4px;
}

.pro-item h4 {
    font-size: .416667rem;
    color: #333333;
    line-height: .555556rem;
    padding-left: .694444rem;
    background: url(../images/q.png) no-repeat left top;
    -o-background-size: .555556rem;
    background-size: .555556rem;
}

.pro-item .txt {
    font-size: .343333rem;
    color: #8e8e8e;
    line-height: .5rem;
    padding-left: .694444rem;
    margin-top: .277778rem;
    background: url(../images/a.png) no-repeat left top;
    -o-background-size: .555556rem;
    background-size: .555556rem;
}

.index-problem .swiper-slide {
    padding: 0 .333333rem .416667rem .333333rem;

}

.index-problem .swiper-pagination,
.index-partner .swiper-pagination {
    font-size: 0;
    bottom: 0;
    width: 100%;
}

.index-problem .swiper-pagination-bullet,
.index-partner .swiper-pagination-bullet {
    background: #dfdfdf;
    margin: 0 .053333rem;
    width: .194444rem;
    height: .194444rem;
    border-radius: 50%;
    margin: 0 2px !important;
    opacity: 1;
}

.index-problem .swiper-pagination-bullet-active,
.index-partner .swiper-pagination-bullet-active {
    background: #56aaff;
}


.index-partner {
    padding: .694444rem .333333rem 0 .333333rem;
}

.index-partner .swiper-slide {
    padding: .013889rem;
}

.index-partner .swiper-slide a {
    background: #f7f7f7;
    height: 1.5rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.index-partner .swiper-slide a img {
    max-width: 70%;
    max-height: 90%;
}

.index-partner .swiper-container {
    padding-bottom: .416667rem
}

/* catelogo */

.cate-search-box {
    background: #f3f3f3
}

.cbzj-tit {
    font-size: .5rem;
    text-align: center;
    position: relative;
    padding-bottom: .458333rem
}

.cbzj-tit::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.361111rem;
    width: .722222rem;
    height: .111111rem;
    background: #1d68ea;
}

.cbzj-tabs-wrap {
    padding: .75rem 0 .972222rem 0;
}

.cbzj-tabs {
    font-size: 0;
    margin-right: -0.208333rem;
    margin-top: .75rem;
    height: 2.277778rem;
    overflow: hidden;
}

.cbzj-tabs.active {
    height: auto;
    overflow: visible
}

.cbzj-tabs li {
    display: inline-block;
    text-align: center;
    margin-right: .208333rem;
    margin-bottom: .208333rem;
    width: 2.972222rem;
}

.cbzj-tabs li a {
    display: block;

    padding: .25rem 0;
    border: 1px solid #c1c1c1;
    font-size: .416667rem;
    color: #8d8d8d
}

.cbzj-tabs li.active a {
    background: #1d68ea;
    border: 1px solid #1d68ea;
    color: #fff;
}

.open-btn {
    text-align: center;
    padding: .264444rem 0;
    width: 100%;
    background: #f1f4fa;
    color: #7c7c7c;
    font-size: .353333rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: .277778rem
}

.open-btn .open-img {
    height: .277778rem;
    display: inline-block;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    transition: 0.3s ease all;
    margin-right: .083333rem;
    position: relative;
    top: -0.027778rem;
}

.open-btn.active .open-img {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}


.cbzj-list {
    padding: .555556rem 0;
}

.cbzj-table thead td {
    background: #e8ecf3;
    border: 1px solid #e2e2e2;
    padding: .222222rem;
    font-size: .363333rem;
    text-align: center;

}


.cbzj-table tbody td {

    border: 1px solid #e2e2e2;
    padding: .222222rem;
    font-size: .33rem;
    color: #5d5d5d;
    text-align: center;
word-break: break-word;

}

.cbzj-table tbody tr:nth-child(2n) {
    background: #f7f9fb
}

.cbzj-table tbody td .en-name {
    text-align: left;
    display: inline-block;
    padding: 0 .277778rem; width: 280px
}

.cbzj-list .cpzj-item {
    display: none; overflow-y: auto;
}

.cbzj-list .cpzj-item:nth-child(1) {
    display: block;
}
.cbzj-table { }

.cbzj-table td .num{ width: 50px; display:inline-block;}
.cbzj-table td .y-name{ width: 100px;}
/* product */
.search-box-white {
    background: #fff
}

.proList {
    padding-top: .375rem
}

.proList ul li {
    background: #fff;
    margin-bottom: .25rem;
    border-radius: 6px;
    height: 4.5rem;
}

.proList ul li a {
    display: block;
    padding: .555556rem .333333rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.proList ul li figure {
    width: 36%;
    float: left;
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    height: 100%;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.proList ul li figure img {
    max-width: 90%;
    max-height: 90%
}

.proList ul li section {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    float: right;
    width: 64%;
    padding-left: .277778rem;

}

.proList ul li section h4 {
    font-size: .416667rem;
}

.proList ul li section article {
    font-size: .333333rem;
    color: #9d9d9d;
    line-height: .5rem;
    margin-top: .25rem;
    margin-bottom: .555556rem
}

.proList ul li section article .item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

}

.proList ul li section article .item .txt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.proList ul li section article .item .tip {
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.proList ul li section .det-btn {
    padding: .125rem .694444rem;
    max-width: 2.152778rem;
    color: #fff;
    font-size: .333333rem;
    background: #1d68ea;
    border-radius: 50px;
    float: right;
}

/* 产品详情 */
.product-banner .swiper-slide {
    height: 6.527778rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-banner .swiper-slide img {
    max-height: 4.513889rem;
    max-width: 90%;
}

.product-banner::after {
    display: none
}

.product-banner .swiper-pagination {
    bottom: .444444rem
}

.product-banner .swiper-pagination-bullet {
    background: #dedede
}

.product-banner .swiper-pagination-bullet-active {
    background: #ffc600
}

.proInfo-wrap {
    background: #e9eef5;
    padding: .763889rem .638889rem 0 .638889rem;
}

.proInfo-wrap .info-tit {
    padding-bottom: .416667rem;
    border-bottom: 1px solid #d5dbe7
}

.proInfo-wrap .info-tit h4 {
    font-size: .5rem
}

.proInfo-wrap .info-tit small {
    font-size: .333333rem;
    color: #4b4b4b;
    padding-top: .194444rem;
    display: inline-block;
}

.proInfo-wrap .base-info {
    padding: .277778rem 0;
}

.proInfo-wrap .base-info .item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .333333rem;
    line-height: .666667rem
}

.proInfo-wrap .base-info .item>div:first-child {
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 1.527778rem;
    text-align: justify;
    color: #828282;
    display: inline-block;
    -moz-text-align-last: justify;
    text-align-last: justify;
    text-align: justify;
    position: relative;
    padding-right: .138889rem
}

.proInfo-wrap .base-info .item>div:nth-child(2) {
    padding-left: .277778rem
}

.proInfo-wrap .base-info .item>div span:nth-child(1) {
    display: inline-block;
    width: 100%;
}

.proInfo-wrap .base-info .item>div .dot {
    position: absolute;
    top: 0;
    right: 0;
}

.cpsms-tit {
    font-size: .416667rem;
    font-weight: bold;
    text-align: center;
    padding: .333333rem;
    color: #fff; margin-top:.333333rem;
    background: #198bff
}

.cp-table {
    padding: .333333rem;
}

.cp-table table {}

.cp-table table thead {
    text-align: center;
    background: #b3d9ff
}

.cp-table table thead td {
    border: 1px solid #dedede;
    font-size: .416667rem;
    padding: .375rem;
}

.cp-table table tbody {}



.cp-table table tbody td {
    border: 1px solid #dedede;
    padding: 0 .388889rem;
}

.cp-table table tbody td:nth-child(1) {
    width: 1.944444rem;
    background: #eaf1f8;
    font-size: .353333rem;
    padding: 0;
    text-align: center;
}

.cp-table table tbody td:nth-child(2) {
    font-size: .327778rem;
    color: #787878;
    line-height: .5rem;
    padding: .555556rem .388889rem;
}

.sm-txt {
    font-size: .33rem;
    color: #656565;
    line-height: .54rem;
    background: #f3f8fe;
    border: 1px solid #d8e0e8;
    margin-top: .333333rem;
    padding: .416667rem .5rem;
}

.sm-txt header {
    font-size: .40rem; padding-bottom: 0.1rem
}

/* problem */

.problem-wrap .choice-box {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  /*  background: #f7f7f7;*/
    border: 1px solid #e1e1e1;
    border-radius: 50px;
    margin-top: .458333rem;
    padding: .333333rem 0;
    position: relative;
    z-index: 999;
}

.problem-wrap .choice-box img {
    height: .5rem;
}

.problem-wrap .choice-box .arr-img {
    height: .5rem;
    width: .5rem;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    -o-background-size: contain;
    background-size: contain;
    background-image: url(../images/icon_updown.png);
}

.problem-wrap .choice-box .arr-img.active {
    background-image: url(../images/icon_updown_on.png);
}



.problem-wrap .choice-box input {
    background: transparent;
    width: 7.222222rem;
    padding: 0 .277778rem
}

.problem-list {
    padding: .472222rem 0
}

.problem-list .pro-item {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.17);
    margin-bottom: 0;
    border-radius: 0;
    padding: .75rem .416667rem .597222rem .416667rem;
}

.hidden-txt {
    font-size: .333333rem;
    color: #8e8e8e;
    line-height: .5rem;
    padding-left: .694444rem;
    margin-top: .277778rem;
    background: url(../images/a.png) no-repeat left top;
    -o-background-size: .555556rem;
    background-size: .555556rem;
    display: none;
}

.hidden-txt .time {
    padding-top: .5rem
}

.problem-list .pro-item.active {
    box-shadow: 0px 0px 30px inset rgba(0, 126, 255, 0.23)
}

.problem-list .pro-item.active .hidden-txt {
    display: block
}

.problem-list .pro-item.active .txt {
    display: none
}

.choice-wrap {
    position: relative;
}

.updown-box {
    position: absolute;
    top: 1.597222rem;
    left: .333333rem;
    right: .333333rem;
    border-radius: 6px;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.45);
    background: #fff;
    padding: .486111rem;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .25s ease-out 0s;
    -o-transition: .25s ease-out 0s;
    -moz-transition: .25s ease-out 0s;
    transition: .25s ease-out 0s;
    -webkit-transform: translateY(-15%);
    -moz-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    -o-transform: translateY(-15%);
    transform: translateY(-15%);

}

.updown-box.active {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    visibility: visible;
}

.updown-box::before {
    bottom: 100%;
    content: '';
    position: absolute;
    right: 0;
    border: 7px solid transparent;
    border-bottom-color: #fff;
    height: 0;
    left: 50%;
    margin-left: -7px;
    width: 0;
}

.updown-box ul li {
    line-height: 1rem;
    text-align: center;
    font-size: .333333rem
}

.sub-banner::after {
    display: none;
}

.sub-banner .swiper-slide {
    height: 5.055556rem;
}

.sub-banner .swiper-pagination {
    bottom: .388889rem
}

.sub-banner .swiper-pagination-bullet {
    background: #dedede
}

.sub-banner .swiper-pagination-bullet-active {
    background: #ff9c00
}

.supplier-char {
    padding: .916667rem .333333rem .5rem .333333rem;
}

.supplier-char ul {
    margin-top: .972222rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.supplier-char ul li {
    float: left;
    width: 50%;
    padding: 0 .194444rem;
    text-align: center;
    margin-bottom: .416667rem
}

.supplier-char ul li img {
    height: 2.069444rem;
    margin: 0 auto;
}

.supplier-char ul li h4 {
    font-size: .436667rem;
    padding: .361111rem 0;
}

.supplier-char ul li article {
    font-size: .317778rem;
    color: #747474;
    text-align: left;
    line-height: .5rem
}

.supplier {
    background: #f3f3f3;
    padding: 1.25rem .333333rem .555556rem .333333rem;
}

.supplier ul {
    margin-top: .694444rem
}

.supplier ul li {
    float: left;
    width: 50%;
    padding: 0 .194444rem;
    text-align: center;
    margin-bottom: .694444rem
}

.supplier ul li figure {
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2.722222rem;
    border-radius: 50%;
    width: 2.722222rem;
    background: #fff;
    margin: 0 auto;
}

.supplier ul li figure img {
    height: 1.652778rem;
}

.supplier ul li h4 {
    font-size: .333333rem;
    margin-top: .333333rem;
}

.sub-d {
    padding: 1.111111rem .333333rem .694444rem .333333rem;
}

.sub-d-img {
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    margin: .833333rem auto .555556rem auto;
    width: 4.583333rem;
    height: 4.583333rem;
    border: 1px solid #dddddd;
}

.sub-d-img img {
    max-height: 3rem
}

.sub-d>article {
    font-size: .333333rem;
    line-height: .666667rem
}

.sub-d>article p {
    margin-bottom: .694444rem
}

.sub-d>article p:last-child {
    margin-bottom: 0
}

/* about */
.about-wrap {
    min-height: 2.777778rem;
    padding-top: 1.458333rem;
}

.about-tabs {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f3f3f3;
    padding: 0 .333333rem;
    position: fixed;
    left: 0;
    top: 1.222222rem;
    z-index: 4;
    right: 0;

}

.about-tabs a {
    font-size: .416667rem;
    padding: .5rem 0;
    position: relative;
}

.about-tabs a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    background: #1d68ea;
    height: .041667rem;
}

.about-tabs a.active {
    color: #1d68ea
}

.about-tabs a.active::after {
    width: 100%;
}

.about-con {
    padding: .694444rem 0 .694444rem 0;
    position: relative;
    margin: 0 .333333rem;
    padding-left: .375rem
}

.about-con::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    z-index: 2;
    background: #d8d8d8
}



.ab-tit {
    position: relative;
}

.ab-tit span {
    background: #1d68ea;
    border-radius: 3px;
    color: #fff;
    font-size: .391111rem;
    padding: .194444rem .416667rem .138889rem .416667rem;
    position: relative;
    display: inline-block;
}

.ab-tit span::before {
    content: '';
    position: absolute;
    left: -.111111rem;
    top: 50%;
    margin-top: -.111111rem;
    width: 0;
    height: 0;
    border-top: .111111rem solid transparent;
    border-bottom: .111111rem solid transparent;
    border-right: .111111rem solid #1d68ea;
}

.ab-tit span::after {
    content: '';
    position: absolute;
    left: -0.54rem;
    top: 50%;
    margin-top: -0.145rem;
    width: .25rem;
    height: .25rem;
    border: .041667rem solid #1d68ea;
    border-radius: 50%;
    background: #ffffff;
    z-index: 3;

}

.ab-txt {
    padding: .416667rem 0;
    font-size: .363333rem;
    color: #585858;
    line-height: .54rem
}

.ab-txt p {
    margin-bottom: .555556rem
}

.ab-txt p:last-child {
    margin-bottom: 0;
}

.contact-con {
    font-size: .333333rem;
    color: #585858;
    line-height: .5rem;
    padding-top: .555556rem;
}

.contact-con ul li {
    margin-bottom: .555556rem
}

.contact-con ul li .tip {
    color: #1d68ea
}

.target-fix {
    display: block;
    width: 100%;
    position: relative;
    top: 0;
    height: 0px;
    overflow: hidden;
}

.in-news-tabs {
    background: #f3f3f3;
    white-space: nowrap;
    overflow: auto; font-size: 0;
}

.in-news-tabs a {
    padding: .527778rem .277778rem;
    display: inline-block;
    position: relative;
    min-width: 25%;
    text-align: center;
    font-size: .416667rem
}

.in-news-tabs a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: .041667rem;
    background: #1d68ea
}

.in-news-tabs a.active {
    color: #1d68ea
}

.in-news-tabs a.active::after {
    width: 100%;
}

.in-index-news .news-item {
    padding: 0 .333333rem;
}

.in-index-news .news-item .list {
    padding: .527778rem 0;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 0
}

.sub-newsTab {
    padding: .444444rem .236111rem .444444rem .236111rem;
    border-bottom: .361111rem solid #f3f3f3
}

.sub-newsTab .sub-item {
    font-size: 0;
    display: none;
}

.sub-newsTab .sub-item:nth-child(1) {
    display: block;
}

.sub-newsTab .sub-item a {
    width: 2.986111rem;
    margin: .097222rem;
    font-size: .333333rem;
    color: #1d68ea;
    border: 1px solid #1d68ea;
    display: inline-block;
    padding: .222222rem 0;
    text-align: center;
}

.sub-newsTab .sub-item a.active {
    background: #1d68ea;
    color: #fff;
}

.sub-newsTab .sub-item a:nth-child(3n) {
    margin-right: 0;
}

/* news-d */
.news-d {
    min-height: 300px;
    padding-top: .486111rem;
    padding-bottom: .555556rem
}

.news-tit h2 {
    font-size: .5rem;
    font-weight: bold;
    line-height: .666667rem
}

.news-tit small {
    font-size: .333333rem;
    color: #929292;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .347222rem 0 .416667rem 0;
}

.news-tit small strong {
    color: #1d68ea;
    font-weight: normal
}

.news-txt {
    padding: .5rem 0;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    font-size: .333333rem;
    line-height: .666667rem;
}

.news-ft {
    padding-top: .694444rem
}

.news-ft>div {

    font-size: .333333rem;
    margin-bottom: .416667rem
}

.news-ft>div .tip {
    float: left;
    color: #1d68ea
}

.news-ft>div .time {
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    float: right;
}

.news-ft>div a {
    float: left;
    white-space: nowrap;
    color: #858585;
    display: inline-block;
    width: 5.555556rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.api-wrap {
    background: #f3f3f3;
    padding: 1.111111rem .333333rem;
}

.api-wrap table {
    margin-top: .555556rem;
    width: 100%;
}

.api-wrap table th {
    text-align: center;
    font-size: .416667rem;
    color: #fff;
    height: 1rem;
    background: #4ba4ff;
    padding: .277778rem .333333rem;
}

.api-wrap table th:nth-child(2) {
    background: #0273e6
}

.api-wrap table tbody td {
    font-size: .317778rem;
    padding: 0 .333333rem;
    height: 1rem;
}


.api-wrap table tbody tr {
    background: #fff;
}

.api-wrap table tbody tr:nth-child(2n) {
    background: #e5f1fc
}

.api-wrap table tbody td:nth-child(1) {
    background: #cce3fa
}

.api-wrap table tbody tr:nth-child(2n) td:nth-child(1) {
    background: #b8d7f8
}

.api-wrap table tbody tr:nth-child(2n+1) td:nth-child(1) {
    background: #cce3fa
}

.service {
    padding: 1.111111rem 0;
    background: #fff
}

.service ul {
    border-top: 1px dotted #b1b1b1;
    margin-top: .722222rem
}

.service ul li {
    width: 50%;
    float: left;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    border-bottom: 1px dotted #b1b1b1;
    height: 3.5rem;
    padding-top: .972222rem
}

.service ul li:nth-child(2n+1) {
    border-right: 1px dotted #b1b1b1;
}

.service ul li figure {
    height: .666667rem;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service ul li figure img {
    max-height: 100%
}

.service ul li p {
    margin-top: .277778rem;
    font-size: .33rem;
    line-height: .466667rem;
    padding: 0 .333333rem;
    text-align: center;
}

.zygj-char {
    background: #ffffff
}

.zdcp-wrap {
    padding: .75rem 0;
}

.zdcp-wrap .proList {
    padding-top: .555556rem
}

.more-btn {
    padding: 0 .333333rem;
}

.more-btn a {
    width: 100%;
    background: #dbe5f6;
    display: block;
    padding: .333333rem;
    text-align: center;
    font-size: .416667rem;
    border-radius: 40px;
    margin-top: .416667rem
}

.result-tip {
    text-align: center;
    border-top: .25rem solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    padding: .944444rem 0;
}

.result-tip header {
    font-size: .5rem
}

.result-tip footer {
    font-size: .416667rem;
    color: #9d9d9d;
    padding-top: .305556rem
}

.result-tip footer .blue {
    color: #1d68ea
}

.result-box {
    border-bottom: none;
}

.explain-wrap {
    font-size: .333333rem;
    color: #5f5f5f;
    line-height: .666667rem;
    padding: .694444rem 0 .277778rem 0;
}

.result-tip footer .red {
    color: #ff0000
}

.result-tip small {
    font-size: .333333rem;
    padding-top: .277778rem;
    display: block;
}


.we-item {
    border-top: .208333rem solid #f3f3f3;
    padding: .833333rem;
}

.we-item .w-img {
    text-align: center;
}

.we-item .w-img img {
    width: 2.708333rem;
    border: 1px solid #efefef;
    border-radius: 3px;
}

.we-item .w-tit {
    text-align: center;
    font-size: .5rem;
    padding: .416667rem 0 .555556rem 0;
}

.we-item .w-txt {

    font-size: .333333rem;
    line-height: .666667rem;
    color: #9d9d9d;
}

.cpzj-item{ overflow: auto;}

.msg{font-size: 12px;color: #666666; margin-top: 24px; line-height: 20px;}
.msg p{ margin-bottom: 6px;}

.pro-page{ background: #f3f3f3}