.header {
    position: fixed;
    top: 0;
    width: 92%;
    z-index: 1000;
    padding: 4% 4%;
}

.navOn {
    width: 94% !important;
    padding: 2% 3% !important;
}

.header>div {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .logo {
    width: 32%;
    display: flex;
    align-items: center;
}

.header * {
    visibility: visible !important;
}

.header .logo img {
    width: 100%;
}

.header span {
    width: 6%;
    display: inherit;
    margin-top: -0.1rem;
}

.navOn span {
    margin-top: 0 !important;
}

.navOn {
    position: fixed;
    top: 0;
    background-color: #fff;
    box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease-in-out;
    visibility: visible !important;
    animation-name: none;
}

.navOn .nav>li>a {
    color: #fff;
}

.navOn .navbar_nav a {
    color: #fff;
}

.nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #d61518;
    overflow-y: auto;
    list-style: none;
    margin: 0 auto;
}

.nav>a {
    position: absolute;
    right: 3%;
    top: 2%;
    width: 5%;
    display: block;
}

.nav>img {
    width: 45%;
    margin: 1rem auto 0.3rem auto;
    display: block;
}

.nav>p {
    font-size: 0.34rem;
    margin-bottom: 0.5rem;
    color: #fff;
    text-align: center;
}

.nav>ul>li {
    background-image: linear-gradient(#c00a0c, #cd1113);
}


.nav>ul li>a {
    color: #fff;
    padding: 0.4rem 0;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 0.36rem;
    display: block;
    blr: expression(this.onFocus=this.close());
    blr: expression(this.onFocus=this.blur());

}

.subAdmg>a::after {
    transform: matrix(0.71, 0.71, 0.71, -0.71, 0, 0) !important;
}

.nav>ul li.sub>a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav>ul li.sub>a::after {
    content: '';
    margin-top: 0.1rem;
    width: 0.1rem;
    margin-left: 0.2rem;
    display: block;
    height: 0.1rem;
    border: 1px solid #fff;
    border-left-width: 0;
    border-bottom-width: 0;
    transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
}

.nav>li:hover>a {
    background: #d61518;
    color: #fff;
}

.nav li a:focus {
    -moz-outline-style: none;
}

.nav li .sub-nav {
    width: 100%;
    list-style: none;
    display: none;
    background: #d61518;
    padding: 10px 0;
}

.nav li .sub-nav li {
    text-align: center;
    clear: left;
    position: relative;

}

.nav li .sub-nav li:hover {
    background: #d61518;
}

.nav li .sub-nav li a {
    padding: 0.5rem 0;
    color: #fff;
    font-size: 0.32rem;
    display: block;
    width: 100%;
}


.switch {
    width: 150px;
    text-align: right;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #d61518;
}

.switch img {
    width: 19px;
    margin-right: 10px;
}

.swiperBanner {
    height: 5rem;
}

.swiper-pagination1 span {
    background: #fff;
    opacity: 1;
}

.swiper-pagination1 span.swiper-pagination-bullet-active {
    background: #d61518;
}

.swiperBanner .swiper-slide {
    height: 5rem;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}

.swiperBanner .swiper-slide a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    color: #fff;
    font-family: 'arialbd';
    text-align: center;
    text-transform: capitalize;
}

.swiperBanner .swiper-slide a>div {
    width: 90%;
    text-align: left;
    margin: 0 auto;
    margin-top: 0.3rem;
}

.swiperBanner .swiper-slide a p {
    font-size: 0.24rem;
    color: #000;
}
.swiperBanner .swiper-slide a p span{ display: inline-block;}

.swiperBanner .swiper-slide a span {
    display: block;
    font-size: 0.24rem;
    color: #d61518;
    line-height: 0.3rem;
}

.swiperBanner .swiper-slide a h4 {
    font-weight: bold;
    font-size: 0.42rem;
    color: #d61518;
    margin: 0.2rem 0;
}

.arrow>div.next1 {
    border: #fff solid 2px;
    width: 45px;
    height: 50px;
    z-index: 999;
    padding-left: 5px;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    position: absolute;
    right: 3%;
    opacity: 0.6;
}

.arrow>div.prev1 {
    border: #fff solid 2px;
    width: 45px;
    height: 50px;
    z-index: 999;
    padding-right: 5px;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    position: absolute;
    left: 3%;
    opacity: 0.6;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 30px;
}


.service .serviceLi {
    width: 100%;
    background: #f9f9f9;
    height: 1rem;
    line-height: 1rem;
}

.serviceLi>ul {
    width: 78%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3%;
}

.serviceLi>ul li {
    text-align: center;
    font-size: 0.3rem;
    height: 1rem;
}

.serviceLi>ul li.active {
    color: #d61518;
    cursor: pointer;
    font-size: 0.34rem;
    transition: all 0.6s;
}

.serviceBox>div {
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 3% auto 0 auto;
    overflow: hidden;
    padding-bottom: 3%;
}

.serviceBox>div .imgbox {
    width: 50%;
    margin: 0 auto;
}


.serviceBox>div.box0 {
    display: block;
}

.serviceBox>div h4 {
    font-size: 0.36rem;
    margin-bottom: 0.5rem;
    text-align: center;
    color: #d61518;
}

.serviceBox>div ul {
    width: 74%;
    margin: 0 auto;
}

.serviceBox>div ul li {
    list-style: disc;
    margin-bottom: 0.2rem;
    line-height: 1.5em;
    font-size: 0.3rem;
}

.aIconHref {
    margin-top: 0.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

.aIconHref>div {
    margin: 0 0.4rem;
}

.aIconHref>div>a {
    padding: 0.15rem 0.5rem;
    display: inline-block;
    color: #fff;
    border-radius: 50px;
    font-size: 0.31rem;
}

.bgIcon {
    background: #d61518;
}

.boIcon {
    border: #d61518 solid 2px;
    color: #d61518 !important;
}

.aIconHref div>a:hover {
    padding: 12px 45px;
    transition: all 0.6s;
    box-shadow: #fca7a9 0 0 12px 0;
}

/*数字++++++++++*/
.digital {
    width: 100%;
    height: 3.5rem;
    background: url('../images/bgNum.jpg') bottom;
    color: #fff;
    display: flex;
    align-items: center;
    background-size: cover;
}

.mumping_mun {
    width: 100%;
    margin: 0 auto;
    margin-top: -0.3rem;
    overflow: hidden;
}

.mumping_mun li {
    text-align: center;
    width: 50%;
    padding: 0.1rem 0;
    position: relative;
    float: left;
}

.mumping_mun li::after {
    width: 1px;
    height: 50%;
    position: absolute;
    right: 0;
    top: 30%;
    content: '';
    background: #fff;
    opacity: 0.4;
}

.mumping_mun li:last-child::after {
    display: none;
}

.mumping_mun p {
    font-size: 0.28rem;
    width: 100%;
    display: block;
    margin-top: 0.1rem;
    clear: both;
}

.mumping_mun h2 {
    font-size: 0.45rem;
}

.mumping_mun h2::after {
    content: '+';
}

.mumping_mun span {
    display: block;
}

.aboutDiv {
    background: #f9f9f9;
    margin-top: 0.3rem;
    padding-bottom: 0.5rem;
    overflow: hidden;
}

.aboutDiv>div.fontDiv {
    width: 82%;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    padding: 0.6rem 5%;
    border-radius: 10px;
    margin-top: -0.3rem;
    position: relative;
    z-index: 2;
}

.aboutDiv>div.fontDiv img {
    border-radius: 10px;
    display: block;
    margin: 0.2rem 0 0.4rem 0;
    width: 100%;
    height: 3rem;
}

.aboutDiv .fontBox h2 {
    margin-bottom: 0.2rem;
    color: #d61518;
    font-size: 0.36rem;
    line-height: 0.5rem;
}

.aboutDiv .fontBox p {
    margin-bottom: 0.26rem;
    text-align: justify;
    font-size: 0.3rem;
    line-height: 1.7em;
}

.aboutDiv .fontBox a {
    display: inline-block;
    padding: 0.15rem 0.7rem;
    border-radius: 50px;
    font-size: 0.28rem;
    text-align: center;
    color: #fff;
    background: #d61518;
}

.aboutDiv .fontBox a:hover {
    background: #232227;
    color: #f9f9f9;
    transition: all 0.6s;
}

.newsDiv {
    width: 88%;
    margin: 8% auto;
    overflow: hidden;
}

.newsDiv .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newsDiv .title h3 {
    font-size: 0.36rem;
    color: #d61518;
}

.newsDiv .title a {
    font-size: 0.28rem;
}

.newsDiv ul li:last-child a {
    border-bottom: none;
}

.newsDiv ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem 0;
    border-bottom: #ddd dotted 1px;
}

.newsDiv ul li p {
    display: block;
    width: 58%;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.3rem;
    line-height: 1.7em;
}


.newsDiv img {
    width: 37%;
    border-radius: 5px;
    height: 1.55rem;
    display: block;
}

.logoAl {
    background: #f9f9f9;
    display: flex;
    justify-content: center;
}

.logoAl img {
    width: 90%;
    margin: 0 auto;
}

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

.childBanner img {
    width: 100%;
    display: block;
}

.childBanner>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.childBanner>div div {
    width: 90%;
    margin: 0 auto;
}

.childBanner>div div p {
    font-size: 0.24rem;
    color: #000;
    display: flex;
    align-items: center;
}

.childBanner>div div p span{ margin-left: 0.15rem;}

.childBanner>div div span {
    display: block;
    font-size: 0.24rem;
    color: #d61518;
    line-height: 0.3rem;
    text-transform: capitalize;
}

.childBanner>div div h4 {
    font-weight: bold;
    font-size: 0.42rem;
    color: #d61518;
    margin: 0.2rem 0;
}

.fontDivCase .fontBox {
    width: 83%;
    margin: 0 auto;
    background: #fff;
    background-size: 20%;
    overflow: hidden;
    padding: 0.5rem 4%;
    border-radius: 10px;
    margin-top: -0.25rem;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: #eee 0 0 8px 0;
    text-align: justify;
    font-size: 0.3rem;
    line-height: 1.7em;

}

.fontDivCase>img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.aboutFont {
    width: 90%;
    margin: 0.6rem auto;
}

.aboutFont>h3 {
    text-align: center;
    color: #d61518;
    font-size: 0.38rem;
    margin-bottom: 0.26rem;
}

.aboutFont>p {
    margin-bottom: 0.26rem;
    text-align: justify;
    font-size: 0.3rem;
    line-height: 1.7em;
}

.aboutFont>div {
    display: flex;
    justify-content: space-between;
    margin: 0 -5%;
    margin-top: 0.3rem;
    text-align: center;
}

.aboutFont>div img {
    width: 1rem;
}

.aboutFont>div dl h5 {
    font-size: 0.28rem;
    margin: 0.2rem 0;
}

.aboutFont>div dl p {
    width: 64%;
    margin: 0 auto;
}


.aboutDiv>div.fontDivTbA {
    width: 83%;
    margin: 0 auto;
    background: #fff url('../images/bgLogo.png') right bottom no-repeat;
    background-size: 20%;
    overflow: hidden;
    padding: 0.5rem 4%;
    border-radius: 10px;
    margin-top: -0.25rem;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.aboutDiv>div.fontDivTbA img {
    display: block;
    width: 45%;
}

.aboutDiv>div.fontDivTbA .fontBox {
    margin-left: 0.3rem;
}

.aboutDiv .fontDivTbA h2 {
    margin-bottom: 0.15rem;
    border-bottom: #000 solid 1px;
    font-weight: normal;
    line-height: 0.5rem;
    color: #000;
    font-size: 0.34rem;
    padding-bottom: 0.15rem;
}

.aboutDiv .fontDivTbA p {
    margin-bottom: 0.1rem;
    text-align: justify;
    font-size: 0.26rem;
    line-height: 0.4rem;
}

.zZboxCent {
    width: 90%;
    margin: 6% auto;
    overflow: hidden;
}

.zZboxCent>h3,
.fwboxCent>h3,
.provide>h3,
.ensure>h3,
.change>h3,
.socialChange>h3,
.scheme>h3 {
    margin-bottom: 0.5rem;
    font-size: 0.36rem;
    font-weight: normal;
    text-align: center;
    color: #d61518;
}

.newsList {
    width: 90%;
    margin: 6% auto;
}


.newsList li {
    margin-bottom: 0.6rem;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: #eee 0 0 5px 0;
}

.newsList li a {
    display: flex;
    justify-content: space-between;
}

.newsList .imgBox {
    width: 40%;
}

.newsList .imgBox img {
    width: 100%;
    height: 100%;
}

.newsList .fontBox {
    width: 53%;
    border-top: none;
    overflow: hidden;
    padding: 4% 3%;
}

.newsList .fontBox h4 {
    font-size: 0.3rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0.1rem;
}

.newsList .fontBox b {
    display: none;
}

.newsList .fontBox p {
    font-size: 0.25rem;
    text-align: justify;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 0.4rem;
    color: #4c4c4c;
}

.contentXDiv {
    margin: 6% auto;
    width: 90%;
}

.contentXDiv .title {
    margin: 0 auto;
    text-align: center;
    font-size: 0.38rem;
    line-height: 1.7em;
}

.contentXDiv span {
    font-size: 0.28rem;
}

.dateItem {
    text-align: center;
    margin-top: 0.2rem;
    margin-bottom: 0.4rem;
    border-bottom: #ddd solid 1px;
    padding-bottom: 0.4rem;
}

.contentXDiv>div {
    margin-top: 0.2rem;
}

.contentXDiv>div p {
    margin-bottom: 0.26rem;
    text-align: justify;
    font-size: 0.3rem;
    line-height: 1.7em;
}

.contentXDiv>div h2 {
    font-size: 0.32rem;
    margin-bottom: 0.26rem;
}

.perInfoDiv {
    margin-top: -0.5rem;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.perInfo {
    width: 80%;
    box-shadow: #eee 0 0 6px 0;
    margin: 0 auto;
    padding: 0.4rem 6%;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    text-align: justify;
    line-height: 0.5rem;
    font-size: 0.28rem;
}

.perInfo img {
    width: 1rem;
    margin-right: 0.2rem;
}

.provide,
.change,
.socialChange {
    background: #f9f9f9;
    padding: 0.6rem 0;
}

.provide>div,
.change>div {
    width: 100%;
    margin: 0 auto;
}

.provide ul,
.change ul {
    overflow: hidden;
    margin-left: -20px;
}

.change ul {
    padding-bottom: 30px;
}

.provide ul li {
    width: 28%;
    margin-left: 20px;
    background: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    float: left;
    height: 135px;
    margin-bottom: 20px;
}

.provide ul li:hover {
    border-radius: 6px;
    transition: all 0.6s;
    background-color: #d61518;
    color: #fff;
}

.provide ul li:hover span {
    background-position: bottom center;
}

.provide ul li span {
    margin-left: 20px;
    display: block;
    width: 45px;
    height: 45px;
    background-position: top center;
    background-repeat: no-repeat;
}

.provide ul li .img1 {
    background-image: url('../images/perImgIcon1.png');
}

.provide ul li .img2 {
    background-image: url('../images/perImgIcon2.png');
}

.provide ul li .img3 {
    background-image: url('../images/perImgIcon3.png');
}

.provide ul li .img4 {
    background-image: url('../images/perImgIcon4.png');
}

.provide ul li .img5 {
    background-image: url('../images/perImgIcon5.png');
}

.provide ul li .img6 {
    background-image: url('../images/perImgIcon6.png');
}

.provide ul li div {
    margin-left: 20px;
}

.provide ul li div h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.provide ul li div p {
    line-height: 26px;
    font-size: 14px;
}

.ensure,
.scheme {
    margin: 0.6rem 0;
}

.ensure ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.ensure ul li {
    width: 39%;
    background: #f9f9f9;
    padding: 0.4rem 3.5% 0.1rem 3.5%;
    margin-left: 0.2rem;
    float: left;
    margin-bottom: 0.2rem;
    height: 4rem;
    border-radius: 5px;
}

.ensure ul li span {
    display: block;
    margin: 0 auto;
    width: 1rem;
}

.ensure ul li h4 {
    font-size: 0.3rem;
    font-weight: normal;
    margin: 0.2rem 0;
    text-align: center;
}

.ensure ul li p {
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin-top: 0.1rem;
    display: flex;

}

.ensure ul li p::before {
    content: '•';
    display: block;
    color: #d61518;
    margin-right: 0.1rem;
}

.fwboxCent {
    margin-top: 0.6rem;
}

.fwboxCent>div {
    background: url('../images/bgNum.jpg') center no-repeat;
    padding: 0.4rem 0;
    background-size: cover;
}

.fwboxCent>div>div {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.fwboxCent>div dl {
    text-align: center;
}

.fwboxCent>div dl:hover dt {
    border-radius: 10px;
    transition: all 1s;
}

.fwboxCent>div dl dt {
    background: #fff;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 0 auto;
}

.fwboxCent>div dl dt img {
    width: 50%;
}

.fwboxCent>div dl dd {
    color: #fff;
    line-height: 28px;
    margin-top: 15px;
}

.payDiv1 {
    padding-bottom: 0 !important;
}

.payDiv1 ul {
    overflow: hidden;
}

.payDiv1 ul li {
    background: #fff;
    border-radius: 10px;
    width: 40.5%;
    margin-left: 0.3rem;
    margin-bottom: 0.3rem;
    float: left;
    padding: 2.5% 3%;
    display: flex;
}

.payDiv1 ul li span {
    font-size: 0.28rem;
    font-weight: bold;
    margin-right: 0.1rem;
    color: #d61518;
}

.payDiv1 ul li h5 {
    font-size: 0.3rem;
    color: #d61518;
    margin-bottom: 0.1rem;
}

.payDiv1 ul li p {
    line-height: 0.4rem;
    font-size: 0.26rem;
}

.change ul {
    display: flex;
    justify-content: space-between;
}

.change ul li {
    background: #fff;
    padding: 3% 0;
    text-align: center;
    width: 30%;
}

.change ul li:hover a,
.socialChange>div li:hover a {
    background: #ee850e;
}

.XwIcon {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    margin-top: 0 !important;
}

.change ul li img {
    height: 140px;
}

.change ul li div {
    margin-top: 20px;
}

.change ul li div h4 {
    font-size: 19px;
    font-weight: 400;
    line-height: 32px;
}

.change ul li div p {
    margin: 20px 0;
    font-size: 14px;
}

.change ul li div a,
.socialChange>div li a {
    display: inline-block;
    background: #d61518;
    padding: 0.1rem 0.5rem;
    color: #fff;
    font-size: 0.26rem;
    border-radius: 50px;
}

.socialBox {
    overflow: hidden;
    padding-bottom: 0.3rem;
    display: block !important;
}

.socialBox dl {
    width: 50%;
    text-align: center;
    line-height: 0.42rem;
    position: relative;
    float: left;
    margin-bottom: 0.3rem;
}

.socialBox dl:nth-child(odd):after {
    width: 1px;
    height: 80%;
    background: #eee;
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
}

.socialBox dl:last-child::after {
    display: none;
}

.socialBox dl dt {
    margin-bottom: 0.15rem;
}

.socialBox dl img {
    display: block;
    margin: 0 auto;
}

.socialType ul {
    overflow: hidden;
}

.socialType li {
    width: 37% !important;
    padding: 0.3rem 0.25rem 0.2rem 0.25rem !important;
    float: left;
    height: 3.5rem;
}

.socialChange>div {
    width: 100%;
    margin: 0 auto;
    margin-top: 1.1rem;
    margin-bottom: -1rem;
}


.socialChange>div li {
    width: 45%;
    position: relative;
    margin-left: 0.2rem;
    float: left;
    background: #fff;
    padding: 0.4rem 0 0.2rem 0;
    text-align: center;
    box-shadow: #eee 0 0 10px 0;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.socialChange>div span {
    position: absolute;
    top: -30px;
    border-radius: 50px;
    left: 35%;
    width: 1rem;
    height: 1rem;
    background: #d61518;
    display: flex;
    justify-content: center;
    align-items: center;
}

.socialChange>div span img {
    width: 40%;
}

.socialChange>div h4 {
    margin-bottom: 0.25rem;
    color: #d61518;
    font-size: 0.32rem;
    margin-top: 0.2rem;
}

.socialChange>div p {
    line-height: 0.4rem;
    font-size: 0.26rem;
    margin-bottom: 0.3rem;
}

.payDiv2 {
    padding-bottom: 0.2rem !important;
}

.payDiv2 ul {
    overflow: hidden;
}

.payDiv2 ul li {
    color: #000;
    border-radius: 5px;
    width: 40%;
    float: left;
    text-align: center;
    background: #fff;
    padding: 0.6rem 3%;
    margin-left: 0.2rem;
    margin-bottom: 0.2rem;
}

.payDiv2 ul li img {
    width: 1rem;
    margin-bottom: 0.3rem;
}

.payDiv2 ul li h4 {
    font-size: 0.3rem;
    font-weight: normal;
    margin-bottom: 9px;
}

.payDiv2 ul li p {
    font-size: 0.28rem;
    text-align: justify;
    line-height: 0.45rem;
}

.scheme {
    padding: 6% 3%;
}

.product-tab {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    border-bottom: #ddd solid 1px;
}

.product-list {
    width: 100%;
    margin: 0 auto;
}

.product-tab .line {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 18%;
    height: 1px;
    padding: 0;
    font-size: 0;
    z-index: 9;
    overflow: hidden;
    background: #e8373d;
}

.product-tab li {
    float: left;
    padding-bottom: 0.15rem;
    font-size: 0.32rem;
    line-height: 3;
    text-align: center;
    cursor: pointer;
    box-sizing: content-box;
}

.desc {
    position: relative;
    width: 90%;
    padding: 0.3rem 5%;
    margin: 0 auto;
    font-size: 0.28rem;
    line-height: 2;
    margin-top: 0.3rem;
    background: #fff6f6;
}

.desc:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 25px;
    border-top: 1px solid #e8373d;
    border-left: 1px solid #e8373d;
    border-radius: 6px 0 0 0;
}

.desc:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 25px;
    border-right: 1px solid #e8373d;
    border-bottom: 1px solid #e8373d;
    border-radius: 0 0 6px 0;
}

.descDiv {
    text-align: center;
}

.descDiv img {
    width: 50%;
    display: block;
    margin: 0.8rem auto 0.3rem auto;
}

.descDiv h2 {
    font-weight: normal;
    border-bottom: #000 solid 1px;
    display: inline-block;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
    font-size: 0.4rem;
}

.descDiv p {
    display: flex;
    align-items: center;
    margin: 0.1rem 0;
    font-size: 0.28rem;
    text-align: left;
}

.descDiv p::before {
    content: '*';
    font-size: 18px;
    margin-top: 8px;
    color: #d61518;
    margin-right: 9px;
}

.descDiv a {
    display: inline-block;
    text-align: center;
    background: #d61518;
    padding: 0.2rem 0.6rem;
    color: #fff;
    border-radius: 5px;
    margin-top: 0.3rem;
    font-size: 0.3rem;
}

.postTitle {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 0 !important;
}

.postTitle h3,
.advantage h3 {
    margin-bottom: 0.2rem;
    font-size: 0.36rem;
    font-weight: normal;
    text-align: center;
    color: #d61518;
}

.postTitle p {
    line-height: 0.4rem;
    font-size: 0.26rem;
}

.solve {
    width: 95%;
    margin: 0.6rem auto;
}

.solve ul {
    text-align: center;
    margin-top: 0.6rem;
    overflow: hidden;
}

.solve ul li {
    display: inline-block;
    width: 44%;
    margin-bottom: 0.5rem;
    visibility: visible !important;
}

.solve ul li img {
    width: 1rem;
    margin: 0 auto;
    margin-bottom: 0.2rem;
    display: block;
}

.solve ul li p {
    line-height: 0.4rem;
    font-size: 0.26rem;
}

.advantage {
    background: url(../images/bgNum.jpg) center no-repeat;
    padding: 0.6rem 0;
}

.advantage>div {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.advantage>div p,.advantageBox p  {
    line-height: 0.4rem;
    font-size: 0.26rem;
}

.advantage>div h3 {
    color: #fff;
}

.advantageBox {
    padding: 6% 0;
    text-align: center;
}

.advantageBox>div h3 {
    margin-bottom: 0.26rem;
    font-size: 0.36rem;
    font-weight: normal;
    text-align: center;
    color: #d61518;
}



.serveBox {
    background: #f9f9f9;
    padding: 0.6rem 0;
}

.serveBox ul {
    width: 100%;
    margin-top: 5%;
    overflow: hidden;
}

.serveBox ul li {
    width: 38%;
    background: #fff;
    padding: 0.4rem 3.5%;
    float: left;
    margin-left: 0.2rem;
    height: 5rem;
    margin-bottom: 0.2rem;
    border-radius: 5px;
}


.serveBox ul li span {
    display: block;
    margin: 0 auto;
    width: 1rem;
}

.serveBox ul li h4 {
    font-size: 0.3rem;
    font-weight: normal;
    margin: 0.2rem 0;
    color: #000;
    text-align: center;
}

.serveBox ul li p {
    font-size: 0.28rem;
    line-height: 0.45rem;
}

.focusPost>div {
    width: 100%;
    margin: 6% auto;
}

.focusPost ul {
    overflow: hidden;
}

.focusPost ul li {
    width: 37%;
    margin-left: 0.2rem;
    background: #f9f9f9;
    padding: 0.2rem 0.3rem;
    float: left;
    height: 3rem;
    margin-bottom: 0.2rem;
    border-radius: 5px;
    text-align: center;
}

.focusPost ul li:hover {
    border-radius: 6px;
    transition: all 0.6s;
    background-color: #d61518;
    color: #fff;
}

.focusPost ul li:hover span {
    background-position: bottom center;
}

.focusPost ul li span {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
}

.focusPost ul li .img1 {
    background-image: url('../images/postPage/postIcon1.png');
}

.focusPost ul li .img2 {
    background-image: url('../images/postPage/postIcon2.png');
}

.focusPost ul li .img3 {
    background-image: url('../images/postPage/postIcon3.png');
}

.focusPost ul li .img4 {
    background-image: url('../images/postPage/postIcon4.png');
}

.focusPost ul li .img5 {
    background-image: url('../images/postPage/postIcon5.png');
}

.focusPost ul li .img6 {
    background-image: url('../images/postPage/postIcon6.png');
}

.focusPost ul li .img7 {
    background-image: url('../images/postPage/postIcon7.png');
}

.focusPost ul li .img8 {
    background-image: url('../images/postPage/postIcon8.png');
}

.focusPost ul li .img9 {
    background-image: url('../images/postPage/postIcon9.png');
}


.focusPost ul li div h4 {
    font-size: 0.26rem;
    margin: 0.2rem 0;
}

.focusPost ul li div p {
    line-height: 0.35rem;
    font-size: 0.24rem;
    text-align: justify;
}

.fuDyu {
    width: 92%;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    padding: 0.3rem 0;
    border-radius: 10px;
    margin-top: -0.25rem;
    text-align: center;
    line-height: 38px;
    position: relative;
    font-size: 0.26rem;
    z-index: 2;
    box-shadow: #eee 0 0 8px 0;
}

.fuDyu ul {
  overflow: hidden;
}

.fuDyu ul li {
    width: 30%;
    position: relative;
    display: inline-block;
}

.fuDyu ul li::after {
    width: 1px;
    height: 80%;
    position: absolute;
    right: 0;
    top: 30%;
    content: '';
    background: #eee;
}

.fuDyu ul li:last-child::after,.fuDyu ul li:nth-child(3)::after {
    display: none;
}

.fuDyu ul li span {
    font-size: 0.43rem;
    color: #999;
}

.fuDyu ul li p {
    color: #d61518;
    line-height: 0.3rem;
    font-size: 0.3rem;
    margin-top: -0.1rem;
}


/*分页*/
.pagination {
    text-align: center;
    margin-top: 0.4rem;
}

.pagination a {
    color: #000;
}

.derd {
    display: inline-block;
}

.derd>div {
    padding: 0 0.14rem;
    line-height: 0.36rem;
    height: 0.36rem;
    border: #efefef solid 1px;
    background: #fff;
    border-radius: 5px;
    display: block;
    float: left;
    margin: 0 0.1rem;
}

.derd>div span {
    margin: 0 2px;
}

.derd>div span i {
    color: #ff7c07;
    font-style: normal;
}

.pagination a {
    padding: 0 0.24rem;
    line-height: 0.6rem;
    height: 0.6rem;
    border: #efefef solid 1px;
    border-radius: 5px;
    background: #fff;
    display: block;
    float: left;
    margin: 0 0.1rem
}

.pagination a.active,
.pagination a:hover {
    border-color: #d61518;
    color: #fff;
    background: #d61518;
}



.footer {
    background: #595656;
    padding: 0.4rem 0 0.3rem 0;
    width: 100%;
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
}

.footer h4 {
    font-size: 0.28rem;
    font-weight: normal;
    margin-bottom: 0.2rem;
}

.footer p {
    margin: 0.3rem 0;
    line-height: 0.4rem;
}

.footer h2 a {
    font-size: 0.38rem;
}

.footer a {
    color: #fff;
}



.totop {
    position: fixed;
    right: 0;
    bottom: 50px;
    z-index: 100;
    text-align: center;
}

.totop img {
    width: 120px;
    display: none;
}

.totop>a {
    width: 50px;
    cursor: pointer;
    height: 50px;
    display: inline-block;
}

.totop>a img {
    width: 100%;
    display: block;
}


.fixnava {
    display: none !important;
}