﻿html {
    font-size: 100px;
}


*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*font-family: Microsoft YaHei;*/
    font-family: -apple-system,SF UI Text,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,Helvetica Neue,Helvetica,Arial,sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-size: 0.16rem;
}

.main {
    /*position: absolute;*/
    width: 100%;
    height: 100%;
}

.main.index {
    background-size: 100% 100%;
}


.main .container {
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    background: url("../picture/index_banner.png") 100% 100%;
    background-size: auto;
    min-height: 595px;
    background-color: rgba(0,0,0,0.5);
}

.main .container2 {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,0.5);*/
}
.main .container nav {
    width: 100%;
    padding-top: 13px;
    /*margin-left: 18.75%;*/
    /*margin-top: 0.30rem;*/
    /*margin-bottom: 0.30rem;*/
    display: flex;
    align-items: center;
}

.main .container nav .logo {
    margin-left: 1.00rem;
}

.main .container nav .logo img {
    width: 1.26rem;
}


.main .container nav .link {
    margin-left: auto;
    margin-right: 6rem;
}

.main .container nav .link a {
    margin-left: 0.70rem;
    text-decoration: none;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 105px;
}

.main .container nav .link a.active, .main .container nav .link a:hover {
    color: #FFFFFF;
    padding-bottom: 0.10rem;
    border-bottom: 0.03rem solid #FFFFFF;
}

.index .content {
    display: block;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 80%;
    /*position: absolute;*/
    width: 100%;
    top: 0.8rem;
}

.index .content .preview img {
    height: 5.00rem;
}

.index .content .content2 {
    color: #ffffff;
    margin-left: 0.70rem;
}

.index .content .content2 .title {
    font-size: 0.54rem;
    font-weight: bold;
    margin-top: -0.60rem;
}

.index .content .content2 .cd-intro {
    margin-top: 0.25rem;
    width: 5.00rem;
    font-size: 0.34rem;
}

.index .content .content2 .desc {
    width: 5.00rem;
    font-size: 0.16rem;
    margin-top: 0.55rem;
    line-height: 0.30rem;
}

.index .content .content2 .cd-intro b {
    font-weight: normal;
}

.index .footer {
    bottom: 0.30rem;
    position: absolute;
    width: 100%;
}

.index .footer .about {
    display: flex;
    justify-content: center;
}

.index .footer .about a {
    font-size: 0.14rem;
    color: #ffffff;
    text-decoration: none;
    margin-right: 1.2rem;
}

.index .footer .about a:last-child {
    margin-right: 0;
}

.index .footer .info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.20rem;
    color: #999999;
    font-size: 0.12rem;
}

.index .footer .info > a > img {
    width: 0.16rem;
    margin-left: 0.05rem;
    margin-right: 0.1rem;
}

.index .footer .info a {
    color: #999999;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.download-label {
    display: flex;
    align-items: center;
    margin-top: 0.35rem;
}

.download-label .btn-item {
    width: 1.5rem;
    /*height: 0.45rem;*/
    height: 0.6rem;
    border-radius: 0.20rem;
    background-color: #ffffff;
    position: relative;
    cursor: pointer;
}

.download-label .btn-item:nth-of-type(1) {
    margin-right: 0.20rem;
}

.download-label .btn-item .btn {
    width: 100%;
    /*height: 0.45rem;*/
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_name {
    font-size: 0.14rem;
    color: #333333;
    font-weight: bold;
}

.download-label .btn-item .btn img {
    width: 0.24rem;
    margin-right: 0.08rem;
}

.download-label .btn-item .app-qr {
    width: 1.50rem;
    display: none;
    position: absolute;
    top: 0.55rem;
    height: 1.35rem;
    background-color: #ffffff;
    text-align: center;
    border-bottom-left-radius: 0.20rem;
    border-bottom-right-radius: 0.20rem;
    font-size: 0.2rem;
    color: #000000;
    justify-content: center;
    align-items: center;
}

.download-label .btn-item .app-qr img {
    width: 1.30rem;
}

.download-label .btn-item:hover {
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
}

.download-label .btn-item:hover .app-qr {
    display: block;
}


.download-label .btn-item:hover .tips {
    display: block;
}

.download-label .btn-item .tips {
    position: absolute;
    top: -450px;
    left: 0;
    color: #333333;
    height: 450px;
    display: none;
}

.download-label .btn-item .tips .tip-body {
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 15px;
    width: 530px;

}

.download-label .btn-item .tips .tip-body .tip-title {
    font-size: 16px;
}

.download-label .btn-item .tips .tip-body .tip-text {
    font-size: 12px;
    color: #999999;
    padding:10px 0;
}

.download-label .btn-item .tips .tip-body .tip-img {
    text-align: center;
}

.download-label .btn-item .tips .tip-body .tip-img img {
    width: 260px;
}

.download-label .btn-item .tips .tip-body .tip-download-text {
    margin-top: 15px;
}

.download-label .btn-item .tips .tip-body .tip-download-link {
    font-size: 12px;
    color: #00A4FF;
    padding: 10px 0;
}

.download-label .btn-item.ios .tips .arrow {
    width: 20px;
    height: 20px;
    background-color: #FFFFFF;
    border-radius: 0px 0px 0px 4px;
    transform: rotate(-45deg);
    margin-top: -10px;
    margin-left: 40px;
}

.download-label .btn-item.h5 .tips .arrow {
    width: 20px;
    height: 20px;
    background-color: #FFFFFF;
    border-radius: 0px 0px 0px 4px;
    transform: rotate(-45deg);
    margin-top: -10px;
    margin-left: 25px;
}

.download-label .btn-item.android .tips .arrow {
    width: 20px;
    height: 20px;
    background-color: #FFFFFF;
    border-radius: 0px 0px 0px 4px;
    transform: rotate(-45deg);
    margin-top: -10px;
    margin-left: 25px;
}






h1 {
    border: 0;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

i {
    font-style: normal;
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0
}

.cd-words-wrapper b.is-visible {
    position: relative
}

.no-js .cd-words-wrapper b {
    opacity: 0
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1
}

.cd-headline.type .cd-words-wrapper {
    vertical-align: top;
    overflow: hidden
}

.cd-headline.type .cd-words-wrapper::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 90%;
    width: 0.02rem;
    background-color: #9865F2
}

.cd-headline.type .cd-words-wrapper.waiting::after {
    -webkit-animation: cd-pulse 1s infinite;
    animation: cd-pulse 1s infinite
}

.cd-headline.type .cd-words-wrapper.selected {
    background-color: #d7c3fa
}

.cd-headline.type .cd-words-wrapper.selected b {
    color: #0d0d0d
}

.cd-headline.type b.is-visible {
    visibility: visible
}

.cd-headline.type i {
    position: absolute;
    visibility: hidden
}

.cd-headline.type i.in {
    position: relative;
    visibility: visible
}

@-webkit-keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        opacity: 1
    }

    40% {
        -webkit-transform: translateY(-50%) scale(.9);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(-50%) scale(0);
        opacity: 0
    }
}

@keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1
    }

    40% {
        -webkit-transform: translateY(-50%) scale(.9);
        transform: translateY(-50%) scale(.9);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 0
    }
}

.cd-headline.type .cd-words-wrapper.selected {
    /*background-color: rgba(1,136,251,0.3) !important;*/
    background-color: rgba(255,255,255,1) !important;
}

.cd-headline.type .cd-words-wrapper::after {
    background-color: #0188fb !important;
}


.main .container .footer2 {
    width: 100%;
    margin-top: 0.60rem;
    padding-bottom: 0.30rem;
}

.main .container .footer2 .about {
    display: flex;
    justify-content: center;
}

.main .container .footer2 .about a {
    font-size: 0.14rem;
    color: #ffffff;
    text-decoration: none;
}

.main.service .container .footer2 .about a {
    color: #333333;
    margin-right: 1.2rem;
}

.main .container .footer2 .about a:last-child {
    margin-right: 0;
}

.main .container .footer2 .info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.20rem;
    color: #999999;
    font-size: 0.12rem;
}

.main .container .footer2 .info > a > img {
    width: 0.16rem;
    margin-left: 0.05rem;
    margin-right: 0.1rem;
}


.main .container .footer2 .info a {
    color: #999999;
    text-decoration: none;
    display: flex;
    align-items: center;
}

p {
    margin: 0;
    padding: 0;
}
.left{
    float: left;
}
.right{
    float: right;
}
.clear{
    clear: both;
}
.daohang{
    width: 1400px;
    height: 750px;
    margin: 0 auto;
}
.daohang-list{
    width: 240px;
    padding-left: 260px;
}
.daohang-content{
    width: 1400px;
    padding: 0 20px;
    margin-top: 100px;
}
.daohang-list-li{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 45px;
    list-style: none;
    padding-left: 20px;
    border-bottom: 1px solid #F2F2F2;
}
.daohang-list-li:hover{
    background: #FFBECC;
    color: #ffffff;
}
.daohang-list{
    text-align: left;
}
.daohang-list-first{
    background: #FF2150;
    color: #ffffff;
}
.daohang-list-active{
    background: #FFBECC;
    color: #ffffff;
}
.daohang-list ul{
    width: 240px;
    height: 50px;
    background: #FFFFFF;
}
.daohang-content-head{
    width: 100%;
    height: 50px;
    /*border-bottom: 1px solid #F2F2F2;*/
    line-height: 45px;
}
.daohang-content-head span{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF2150;
    line-height: 45px;
}
.daohang-content-a{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-decoration: underline;
    color: #677CFF;
    line-height: 45px;
}
.daohang-content-data{
    width: 400px;
    /*background: #BFBFBF;*/
    border-radius: 8px 8px 0px 0px;
    padding: 5px 10px;
    margin-bottom: 20px;
}
.daohang-content-data img{
    max-width: 385px;
    max-height: 260px;
}
.daohang-content-data p{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
    display: block;
    padding: 5px 0;
}
.daohang-content-price{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #CCCCCC;
    line-height: 23px;
    margin-top: 10px;
}
.daohang-content-data-foot {
    height: 30px;
    /*width: 80%;*/
    margin-bottom: 10px;
}
.daohang-content-price b{
    color: #FF4646;
    margin-right: 20px;
}
.daohang-content-button{
    width: 80%;
    height: 30px;
    margin: 0 auto;
    border: 1px solid #CA55FC;
    border-radius: 4px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #CA55FC;
    display: block;
    line-height: 30px;
    text-align: center;
}

.about{
    width: 1400px;
    margin: 0 auto;
    margin-top: 100px;
}
.about-img{
    width: 660px;
}
.about-content{
    width: 740px;
    padding-left: 40px;
    vertical-align: middle;
    padding-top: 60px;
}
.about h1{
    text-align: center;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 45px;
    margin-bottom: 60px;
}
.about-content p{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 60px;
}
.youshi {
    margin-top: 100px;
}

.footerContent{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #2E2E2E;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    /* margin-top: -4px; */
}
.footerInfoUl {
    list-style: none;
    width: 800px;
    margin: 20px auto;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 80px;
}

.footerInfoUl li {
    float: left;
    width: 20%;
}
.footerInfo{
    text-align: center;
}


.detail-head{
    width: 1200px;
    height: 365px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(204,204,204,0.35);
    border-radius: 20px;
}
.detail-head-img{
    width: 540px;
}
.detail-head-content{
    width: 660px;
    padding-left: 60px;
}
.detail-head-content-title{
    width: 550px;
    height: 70px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.detail-head-content-j{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 23px;
    margin-top: 50px;
}
.detail-head-content-price{
    padding-left: 100px;
}
.detail-head-content-foot{
    margin-top: 60px;
}
.detail-head-content-foot-price{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #999999;
    line-height: 23px;
}
.detail-head-content-foot-price b{
    font-size: 36px;
    color: #FF8711;
}

.detail-content{
    width: 1200px;
    height: 730px;
    margin: auto;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(204,204,204,0.35);
    border-radius: 20px;
    margin-top: 100px;
}
.del-title{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ca55fc;
    line-height: 23px;
    width: 72px;
    height: 30px;
    border-bottom: 2px solid #ca55fc;
    margin-bottom: 20px;
}
.detail-buy{
    display: block;
    width: 1200px;
    height: 100px;
    line-height: 100px;
    margin: auto;
    margin-top: 100px;
}
.del-c{
    width: 700px;
    padding-left: 20px;
}

.youshi{
    width: 100%;
    background: url("../picture/service_img_bg.png");
    min-height: 800px;
    background-size: cover;
    margin: 0 auto;
    margin-top: 100px;
    color: #ffffff;
}
.youshi h1{
    padding-top: 80px;
    text-align: center;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 45px;
    margin-bottom: 60px;
}
.youshi-content-p h1{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 45px;
}
.youshi-content-desc {
    width: 380px;
    height: 100px;
    vertical-align: middle;
    margin-bottom: 100px;
}

.youshi-content-p {
    line-height: 15px;
    height: 100px;
    margin-top: 8px;
    margin-left: 40px;
}

.youshi-content-img {
    margin-top: 20px;
}

.youshi-content {
    width: 50%;
}
.youshi-content-left{
    margin-left: 65%;
}
.youshi-content-right{
    margin-left: 10%;
}
.youshi-content-p h2{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.youshi-content-p p{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #D0CFE6;
}

.daohang-content-head h1 {
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 45px;
    text-align: center;
}

.daohang-content-list {
    margin-top: 80px;
}
.pingjia{
    width: 100%;
    height: 661px;
    background: #FDF9FF;
    padding-top: 80px;
    margin-top: 100px;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.w1400{
    width: 1400px;
    margin: 0 auto;
}
.pingjia h1 {
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 45px;
    text-align: center;
}
.pingjia-content-desc{

    margin-left: 30px;

    line-height: 10px;

    margin-top: 5px;
}
.pingjia-content-desc h3{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.pingjia-content-desc p{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.pingjia-content-list ul{
    list-style: none;
}
.pingjia-content-list ul li{
    width: 385px;
    height: 168px;
    background: #FFFFFF;
    border-radius: 4px;
    padding-left: 20px;
    margin-right: 17px;
    margin-bottom: 19px;
    /* box-shadow: -5px 5px 3px -5px #ca55fc; */
}
.pingjia-content-hr{
    width: 320px;
    height: 2px;
    background: #F2F2F2;
    text-align: center;
    margin: auto;
}
.pingjia-content-list ul li p{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 10px;
}
.pingjia-content-av img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.pingjia-content-p {
    height: 80px;
}

.main .container nav {
    width: 100%;
    padding-top: 13px;
    /*margin-left: 18.75%;*/
    /*margin-top: 0.30rem;*/
    /*margin-bottom: 0.30rem;*/
    display: flex;
    align-items: center;
}

.main .container2 nav .logo {
    margin-left: 1.00rem;
}

.main .container2 nav .logo img {
    width: 1.26rem;
}


.main .container2 nav .link {
    margin-left: auto;
    margin-right: 6rem;
}

.main .container2 nav .link a {
    margin-left: 0.70rem;
    text-decoration: none;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 105px;
}

.main .container2 nav .link a.active, .main .container2 nav .link a:hover {
    color: #CA55FC;
    padding-bottom: 0.10rem;
    border-bottom: 0.03rem solid #CA55FC;
}
.main .container2 nav {
    width: 100%;
    padding-top: 13px;
    margin-left: 18.75%;
    /*margin-top: 0.30rem;*/
    /*margin-bottom: 0.30rem;*/
    display: flex;
    align-items: center;
}
.daohang-content-button2{
    width: 88px;
    height: 30px;
    background: #CA55FC;
    border-radius: 4px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: block;
    line-height: 30px;
    text-align: center;
}
.aboutUs{
    width: 1200px;
    height: 740px;
    margin: 0 auto;
    background: #FAFAFA;
    position: relative;
    top: -135px;
}
.aboutUs-img{
    width: 538px;
}
.aboutUs-p{
    width: 600px;
    margin-top: 80px;
}
.aboutUs-head {
    width: 160px;
}
.aboutUs-head-left{
    width: 6px;
    height: 70px;
    background: #F28E38;
    border-radius: 2px;
}
.aboutUs-head-right{

}
.aboutUs-head-right h1{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}
.aboutUs-head-right p{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    text-transform:uppercase;
}
.aboutUs-content{
    margin-top: 80px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.youshiUs-block{
    width: 280px;
    margin-right: 20px;
}
.youshiUs-block-img{
    width: 280px;
    border: 1px dotted  #333;
}
.youshiUs-block-p{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin-top: 20px;
    text-align: center;
}
.youshiUs-content {
    margin-top: 60px;
}
.youshiUs{
    margin-bottom: 80px;
}
.daohang-content-button1{
    width: 98px;
    height: 17px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FF7519;
    line-height: 23px;
}

.comf-button{
    margin-top: 40px;
    line-height: 45px;
    text-align: center;
    color: #FFFFFF;
    width: 180px;
    height: 50px;
    background: #2BD094;
    border-radius: 4px;
}
.comf-desc{
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FF3333;
    line-height: 23px;
    margin-top: 50px;
}
.comf-c h1{
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    width: 380px;
    font-family: Microsoft YaHei;
}
.comf {
    width: 960px;
}
.cmf-h{
    width: 120px;
    height: 40px;
    background: #22CE90;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.cmf-header{
    margin-bottom: 80px;
    margin-top: 100px;
}

.comf-img {
    width: 478px;
}

.comf-img img {
    width: 478px;
}

.comf-c {
    width: 450px;
    margin: auto;
    text-align: left;
}


div#dialogConfirmBox {
    width: 960px !important;
}
.dialog-confirm {
    width: 100% !important;
}
.hr1{
    width: 334px;
    height: 3px;
    background: #F2F2F2;
    margin-top: 40px;
    margin-bottom: 20px;
}
.daohang-content-head{
    width: 100%;
    /*height: 50px;*/
    /*border-bottom: 1px solid #F2F2F2;*/
    line-height: 45px;
}
.daohang-content-head h1{
    color: #333333;
    line-height: 45px;
    text-align: center;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}
.daohang-content-head p{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    text-align: center;
}
.daohang-content-head span{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF2150;
    line-height: 45px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
}
.fuwuyoushi{
    width: 100%;
    min-height: 516px;
    background: url("../picture/advantage_img_bg.png") no-repeat;
    background-size: cover;
    padding-top: 80px;
}
.fuwuyoushi-block{
    width: 400px;
}
.fuwuyoushi-block-num{
    width: 20px;
    font-size: 72px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 130px;
}
.fuwuyoushi-block-c h2{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #044EB6;
    line-height: 45px;
}
.fuwuyoushi-block-c p{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #EAEAEA;
}
.fuwuyoushi-block-c {
    width: 350px;
}
.fuwuyoushi-content {
    margin-top: 100px;
}
.about-img{
    width: 600px;
    margin-top: 40px;
}
.about-content{
    margin: auto;
    text-align: left;
    width: 540px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 45px;
}
.about-content h1{
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 45px;
    margin-bottom: 60px;
}
.about-content p{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    margin-bottom: 20px;
    width: 868px;
    height: 82px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    padding-top: 100px;
    text-align: center;
    margin-left: 170px;
}
.about-list {
    margin-top: 80px;
}
.guanyuwomemen {
    margin-top: 100px;
    margin-bottom: 80px;
}
.cmf-a {
    text-align: left;
    margin-top: 20px;
}
.price_show{
    display: none;
}