.about-banner {
    position: relative;
    z-index: -1;
    width: 100%;
    height: 9.38rem;
    /*background: url(/static/images/index_banner.jpg) no-repeat center center;*/
    /*background-size: cover;*/
    /*-webkit-background-size: cover;*/
    /*-ms-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*-moz-background-size: cover;*/
}
.banner-img{
    display: block;
    width: 100%;
    height: 100%;
}
.banner-title{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5rem;
    height: 1.2rem;
    text-align: center;
}
.banner-title .cn{
    padding-left: 0.5rem;
    font-size: 0.54rem;
    letter-spacing: 0.5rem;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.banner-title .en{
    font-size: 0.38rem;
    margin-top: 0.3rem;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.home-title-center{
    width: 2.6rem;
    text-align: center;
    margin:  0 auto;
}
.home-title-center2{
    display: inline-block;
    width: unset;
    text-align: center;
    margin:  0 auto;
}
.home-title-center .en {
    display: inline-block;
    font-family: MicrosoftYaHei;
    font-size: 0.24rem;
    color: #A6875A;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.home-title-center .cn {
    display: inline-block;
    font-family: MicrosoftYaHei;
    font-size: 0.26rem;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.home-title-center .home-title-line{
    margin-top: 0.35rem;
    width: 2.6rem;
    height: 0.04rem;
    background: #E8E8E8;
    position: relative;
}
.home-title-center .home-title-linebg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0.3rem;
    height: 0.1rem;
    background: #A17955;
}
.home-title-center2 .bottom-en {
    display: inline-block;
    font-family: MicrosoftYaHei;
    font-size: 0.24rem;
    color: #A6875A;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.home-title-center2 .home-title-line{
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    width: 100%;
    height: 0.04rem;
    background: #E8E8E8;
    position: relative;
}
.about-nav-wrap{
    position: relative;
    margin-top: -1rem;
}
.about-nav{
    height: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
}
.about-nav .nav-item{
    height: 1rem;
    text-align: center;
    font-size: 0.26rem;
    width: 25%;
    background: radial-gradient( 0% 0% at 0% 0%, #CFBB87 0%, #FBEDCB 100%), #FFFFFF;
}
.about-nav .nav-item > a{
    display: block;
    width: 100%;
    height: 100%;
}
.about-nav .nav-item > a > span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.26rem;
    line-height: 1rem;
}
.about-nav .nav-item .in{
    background: #fff;
}
.about-inf{
    padding: 1.06rem 0 0.73rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}
.about-inf .about_inf-img{
    display: block;
    width: 6.5rem;
    height: 4.56rem;
    margin: auto;
}
.about-inf .about-inf-text{
    display: block;
    width: 8.97rem;
    padding: 0.2rem;
    margin: 0 auto;
}
.about-inf .about-inf-text .about-inf-title{
    font-family: MicrosoftYaHei;
    font-size: 0.26rem;
    color: #A28558;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 0.5rem;
}
.about-inf .about-inf-text > p{
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.4rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    /*margin-top: 0.7rem;*/
    letter-spacing: normal;
}
.about-title {
    margin: 0.6rem 0 0.4rem;
}

.about-title > p {
    font-weight: bold;
    font-size: 0.32rem;
    color: #000000;
    line-height: 0.45rem;
}
.about-title-center{
    width: 3rem;
    text-align: center;
    margin:  0 auto;
}
.about-title-center .en {
    display: inline-block;
    font-family: MicrosoftYaHei;
    font-size: 0.24rem;
    color: #A6875A;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.about-title-center .cn {
    display: inline-block;
    font-family: MicrosoftYaHei;
    font-size: 0.26rem;
    color: #A28558;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.about-title-center .about-title-line{
    margin-top: 0.35rem;
    width: 2.6rem;
    height: 0.04rem;
    background: #E8E8E8;
    position: relative;
}
.about-title-center .about-title-linebg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0.3rem;
    height: 0.1rem;
    background: #A17955;
}
.concept-wrap {
    padding: 0.6rem 0 0.5rem 0;
    width: 100%;
    height: auto;
    /*height: 5.44rem;*/
    background: url(/static/images/index_concept_bg.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}
.concept-wrap .about-title-bt{
    width: 2.64rem;
    height: 0.61rem;
    background: #A17955;
    border: 1px solid #A17955;
    margin: 0 auto;
    font-size: 0.26rem;
    color: #fff;
    line-height: 0.61rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.concept-wrap .concept-info-text{
    padding: 0.4rem 0.9rem;
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.4rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.opportunity-wrap{
    padding: 0.5rem 0;
    width: 100%;
    background: #F9F9F9;
    text-align: center;
}
.opportunity-content{
    margin-top: 0.3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.opportunity-content .opportunity-item{
    margin: 0.2rem auto;
    height: 4.2rem;
    width: 3.8rem;
    position: relative;
    background: #fff;
    padding: 0.2rem 0.4rem;
}
.opportunity-content .opportunity-item > img{
    display: block;
    width: 0.9rem;
    height: auto;
    margin: 0.2rem auto 0.3rem;
}
.opportunity-content .opportunity-item .line{
    height: 2px;
    width: 100%;
    background: #DDDDDD;
}
.opportunity-content .opportunity-item .item-title{
    margin: 0.3rem auto;
    font-family: MicrosoftYaHei;
    font-size: 0.24rem;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.opportunity-content .opportunity-item .item-introduction{
    font-family: MicrosoftYaHei;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.4rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.concept-wrap .about-title p, .concept-wrap .about-title div {
    color: #fff;
}
.mission-con{
    padding: 0.5rem 0 0.6rem;
    text-align: center;
}
.mission-content{
    margin-top: 0.3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mission-content .item1{
   background: url("/static/images/mission_bg.jpg") no-repeat center center;
}
.mission-content .item2{
   background: url("/static/images/vision_bg.jpg") no-repeat center center;
}
.mission-content .item3{
   background: url("/static/images/values_bg.jpg") no-repeat center center;
}
.mission-content .mission-item{
    margin: 0.2rem auto;
    height: 5rem;
    width: 5rem;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
/*.mission-content .mission-item .item-title{*/
/*    margin-top: 1.7rem;*/
/*    font-family: MicrosoftYaHei;*/
/*    font-size: 0.26rem;*/
/*    color: #FFFFFF;*/
/*    text-align: center;*/
/*    font-style: normal;*/
/*    text-transform: none;*/
/*}*/
.mission-content .mission-item .item-title{
    margin-top: 0.3rem;
    position: relative;
}
.mission-content .mission-item .item-title .cn{
    margin-left: 0.2rem;
    font-size: 0.4rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    opacity: 0.8;
    text-transform: none;
}
.mission-content .mission-item .item-title .en{
    margin-left: 0.2rem;
    font-size: 1.2rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: -0.3rem;
    opacity: 0.1;
}
.mission-content .mission-item .item-introduction-bg{
    position: absolute;
    bottom: 0;
    height: 1.55rem;
    width: 100%;
    background: #E8CD86;
    opacity: 0.8;
}
.mission-content .mission-item .item-introduction{
    padding: 0.2rem 0.4rem;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.4rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.service-con{
    padding: 1rem 0 0.9rem;
}
.service-content{
    margin-top: 0.5rem;
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}
.service-content .service-item{
    border: 1px solid #DDDDDD;
    height: auto;
    width: 33%;
    padding: 0.6rem 0 0.9rem;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.service-content .service-item .item-img{
    display: block;
    width: 2.42rem;
    height: 2.42rem;
    margin: 0 auto;
}
.service-content .service-item .item-introduction{
    font-family: MicrosoftYaHei;
    font-size: 0.24rem;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0.24rem auto;
}
/*-----------------------team----------------------*/
.team-banner{
    position: relative;
    width: 100%;
    height: 9.38rem;
    /*background: url(/static/images/team_banner.jpg) no-repeat center center;*/
    /*background-size: cover;*/
    /*-webkit-background-size: cover;*/
    /*-ms-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*-moz-background-size: cover;*/
}
.team-con{
    padding: 0.56rem 0.47rem 0.7rem;
}
.team-con .team-item{
    display: flex;
    justify-content: left;
}
.team-con .team-item:nth-child(even){
    display: flex;
    justify-content: right;
    flex-direction: row-reverse;
}
.team-con .team-item > img{
    display: block;
    width: 5.05rem;
    height: 6.74rem;
}
.team-con .team-item .team-item-info{
    margin: 0.82rem 0;
    width: 7.12rem;
    padding: 0.45rem 0.72rem 0.47rem 1.35rem;
    min-height: 1.68rem;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    height: 2.8rem;
}
.team-con .team-item:nth-child(even) .team-item-info{
    padding:0.65rem 1.35rem 0.67rem 0.72rem ;
}
.team-item-info .item-info-name{
    font-family: Arial, Arial;
    font-weight: Bold;
    font-size: 0.36rem;
    color: #A68759;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 0.4rem;
}
.team-item-info > p{
    /*margin-top: 0.6rem;*/
    font-family: MicrosoftYaHei;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.4rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;

}

/*------------------------contact-------------------------------*/
.contact-banner{
    position: relative;
    width: 100%;
    height: 9.38rem;
    background: url(/static/images/contact_banner.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}
.contact-wrap{
    padding: 0.7rem 0;
    width: 100%;
    background: url("/static/images/contact_bg.jpg") no-repeat center bottom;
    background-size: contain;
    -webkit-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;

}
.contact-content{
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.contact-content .contact-item{
    margin: 0.2rem 0;
    height: 3.39rem;
    width: 5rem;
    position: relative;
    padding: 1rem 0;
    border: 1px solid #DCAF7A;
    text-align: center;
}
.contact-content .contact-item > img{
    display: block;
    width: 0.8rem;
    height: auto;
    margin: 0 auto;
}
.contact-content .contact-item .item-name{
    margin: 0.38rem auto;
    font-family: MicrosoftYaHei;
    font-size: 0.24rem;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: none;

}
.contact-content .contact-item .item-title{
    margin: 0.6rem auto;
    font-family: MicrosoftYaHei;
    font-size: 0.24rem;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.contact-content .contact-item .item-introduction{
    font-family: MicrosoftYaHei;
    font-size: 0.3rem;
    color: #A68759;
    line-height: 0.71rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.bottom-name{
    margin-top: 0.5rem;
    font-family: MicrosoftYaHei;
    font-size: 0.36rem;
    color: #A68759;
    line-height: 0.6rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.bottom-qr{
    margin: 0.82rem auto;
    width: 2.58rem;
    height: 2.58rem;
    background: url("/static/images/contact_qr.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

/*------------------------advantage-------------------------------*/
.advantage-nav-wrap{
    position: relative;
    margin-top: -1rem;
}
.advantage-nav{
    height: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
}
.advantage-nav .nav-item{
    height: 1rem;
    text-align: center;
    font-size: 0.26rem;
    width: 5rem;
    background: radial-gradient( 0% 0% at 0% 0%, #CFBB87 0%, #FBEDCB 100%), #FFFFFF;
}
.advantage-nav .nav-item > a{
    display: block;
    width: 100%;
    height: 100%;
}
.advantage-nav .nav-item > a > span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.26rem;
    line-height: 1rem;
}
.advantage-nav .nav-item .in{
    background: #fff;
}
.advantage-banner{
    position: relative;
    width: 100%;
    height: 9.38rem;
    /*background: url(/static/images/advantage_banner.jpg) no-repeat center center;*/
    /*background-size: cover;*/
    /*-webkit-background-size: cover;*/
    /*-ms-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*-moz-background-size: cover;*/
}
.power-con{
    padding: 0.56rem 0 0;
    text-align: center;
}
.power-content{
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.power-content .power-item{
    margin: 0.2rem auto;
    height: 6.2rem;
    width: 5rem;
    position: relative;
    border: 1px solid #DDDDDD;
}
.power-content .power-item .item-title{
    margin: 0.3rem 0;
    font-family: MicrosoftYaHei;
    font-size: 0.24rem;
    color: #000;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.power-content .power-item .item-introduction{
    padding: 0 0.35rem 0 0.45rem;
    /*margin-top: 0.3rem;*/
    font-family: MicrosoftYaHei;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.4rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
}
.power-content .power-item > img{
    width: 100%;
    height: 2.80rem;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.value-wrap{
    width: 100%;
    padding: 0.5rem 0 0.2rem;
    text-align: center;
}
.value-content{
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.value-content .value-item{
    margin: 0.2rem auto;
    height: 3.34rem;
    width: 7.72rem;
    position: relative;
    background: #fff;
    border: 1px solid #DDDDDD;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.value-content .value-item .item-img{
    width: 2.1rem;
    height: 3.34rem;
    background: #E8CD86;
}
.value-content .value-item .item-img > img{
    display: block;
    width: auto;
    height: 1.19rem;
    margin: 1.08rem auto;
}
.value-content .value-item .line{
    height: 2px;
    width: 100%;
    background: #DDDDDD;
}
.value-content .value-item .item-text{
    width: 5rem;
    padding: 0.5rem  0.4rem 0.5rem 0.16rem;
}
.value-content .value-item .item-title{
    font-family: MicrosoftYaHei;
    font-size: 0.24rem;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 0.3rem;
}
.value-content .value-item .item-introduction{
    /*margin-top: 0.5rem;*/
    font-family: MicrosoftYaHei;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.4rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
}
.value-content .value-item .item-introduction > span{
    font-weight: bold;
}
.server-wrap{
    width: 100%;
    padding: 0.5rem 0 0.5rem;
    background: #F7F7F7;
    text-align: center;
}
.server-content{
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    border: 1px solid #DDDDDD;
}
.server-line{
    width: 1px;
    height: 2.17rem;
    background: #DDDDDD;
    margin-top: 0.7rem;
}
.server-content .server-item{
    height: 2.34rem;
    width: 6.8rem;
    padding: 0.5rem 0.3rem 0.5rem 0.56rem;
    position: relative;
    background: #fff;
}
.server-content .server-item .item-top{
    font-size: 0.24rem;
    color: #000000;
    font-weight: bold;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.server-content .server-item .item-bottom{
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.server-content .server-item .item-img{
    width: 1.39rem;
    height: 1.39rem;
}
.server-content .server-item .item-img > img{
    display: block;
    width: 100%;
    height: 100%;
}
.server-content .server-item .line{
    height: 2px;
    width: 100%;
    background: #DDDDDD;
}
.server-content .server-item .item-text{
    width: 4.8rem;
    padding: 0  0.1rem 0rem 0.2rem;
}
.server-content .server-item .item-title{
    font-family: MicrosoftYaHei;
    font-size: 0.24rem;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.server-content .server-item .item-introduction{
    /*margin-bottom: 0.3rem;*/
    font-family: MicrosoftYaHei;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.4rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
}
.server-content .server-item .item-introduction > span{
    font-weight: bold;
}
.barrier-wrap{
    padding: 0.5rem 0;
    width: 100%;
    text-align: center;
}
.barrier-content{
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    border: 1px solid #DDDDDD;
}
.barrier-con-left{
    width: 6.2rem;
    padding: 0 0.9rem;
}
.barrier-con-left .con-left-title{
    margin-top: 0.73rem;
    font-size: 0.3rem;
    color: #A28558;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.barrier-con-left .con-left-introduction{
    margin-top: 0.2rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #000;
    text-align: left;
    font-style: normal;
    text-transform: none;

}
.barrier-con-left .con-left-introduction > span{
    color: #A28558;
}
.barrier-con-right{
    width: 7.7rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.barrier-con-right .con-right-iist{
    width: 3.82rem;
}
.con-right-iist .right-iist-title{
    height: 1.2rem;
    width: 100%;
    background: #E8CD86;
    line-height: 1.2rem;
    font-size: 0.3rem;
    color: #fff;
    text-align: center;
}
.con-right-iist .right-iist-item{
    height: 1.86rem;
    width: 3.8rem;
    margin-top: 0.04rem;
    background: #FFF9EB;
    border: 1px solid #FFF9EB;
    font-size: 0.3rem;
    color: #fff;
    text-align: center;
}
.con-right-iist .right-iist-item.bgb{
    background: #FFF;
    border: 1px solid #E8CD86;
}
.con-right-iist .right-iist-item > img{
    display: block;
    height: 1.02rem;
    width: auto;
    margin: 0.2rem auto;
}
.con-right-iist .right-iist-item .iist-item-name{
    font-size: 0.24rem;
    color: #A17955;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.decision-wrap{
    padding: 0.5rem 0;
    width: 100%;
    background: #F9F9F9;
    text-align: center;
}
.decision-content{
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.decision-content .decision-item{
    margin: 0.2rem auto;
    height: 5rem;
    width: 4.2rem;
    position: relative;
    background: #fff;
    padding: 0.4rem;
    border: 1px solid #DDDDDD;
}
.decision-content .decision-item > img{
    display: block;
    height: 0.9rem;
    width: auto;
    margin: 0.2rem auto 0.5rem;
}
.decision-content .decision-item .line{
    height: 2px;
    width: 100%;
    background: #DDDDDD;
}
.decision-content .decision-item .item-title{
    margin: 0.5rem auto;
    font-family: MicrosoftYaHei;
    font-size: 0.24rem;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.decision-content .decision-item .item-introduction{
    /*margin-bottom: 0.15rem;*/
    font-family: MicrosoftYaHei;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.4rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
}
.decision-content .decision-item .item-introduction > span{
    font-weight: bold;
}
.title-line{
    margin-top: 0.35rem;
    height: 0.04rem;
    background: #E8E8E8;
    position: relative;
}
.title-linebg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0.3rem;
    height: 0.1rem;
    background: #A17955;
}
/*----------------------------------------service---------------------------------------------*/
.service-banner{
    position: relative;
    width: 100%;
    height: 9.38rem;
    /*background: url(/static/images/service_banner.jpg) no-repeat center center;*/
    /*background-size: cover;*/
    /*-webkit-background-size: cover;*/
    /*-ms-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*-moz-background-size: cover;*/
}
.decision-wrap2 .decision-content .decision-item > img{
    display: block;
    height: 0.9rem;
    width: auto;
    margin: 0.2rem auto 0.3rem;
}
.decision-wrap2 .decision-content .decision-item .item-title{
    margin: 0.4rem auto;
    font-family: MicrosoftYaHei;
    font-size: 0.24rem;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.decision-wrap2 .decision-content .decision-item .item-introduction{
    /*margin-bottom: 0.15rem;*/
    font-family: MicrosoftYaHei;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.4rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
}
.decision-wrap3 .decision-content .decision-item {
  margin: 0.2rem auto;
  height: 4.6rem;
  width: 4.2rem;
  position: relative;
  background: #fff;
  padding: 0.4rem;
  border: 1px solid #DDDDDD;
}
.decision-wrap3 .decision-content .decision-item > img{
    display: block;
    height: 0.9rem;
    width: auto;
    margin: 0.2rem auto 0.5rem;
}
.decision-wrap4 {
    background: #fff;
}
.decision-wrap4 .decision-content .decision-item {
  margin: 0.2rem auto;
  height: 4.8rem;
  width: 4.2rem;
  position: relative;
  background: #fff;
  padding: 0.4rem;
  border: 1px solid #DDDDDD;
}
.decision-wrap4 .decision-wrap3 .decision-content .decision-item > img{
    display: block;
    height: 0.9rem;
    width: auto;
    margin: 0.1rem auto 0.5rem;
}
.decision-wrap4 .decision-content .decision-item .item-introduction {
  /*margin-bottom: 0.15rem;*/
  font-family: MicrosoftYaHei;
  font-size: 0.18rem;
  color: #000000;
  line-height: 0.4rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
}
.decision-wrap5{
    padding: 0.4rem 0;
}
.decision-wrap5 .decision-content {
  margin-top: 0;
}
/*------------------------risk-------------------------------*/
.risk-wrap{
   padding: 0.6rem 0;
   width: 100%;
    text-align: center;
}
.risk-content{
    height: auto;
    width: 12rem;
    margin: 0.7rem auto 0.3rem;
}
.risk-content .risk-img{
    display: block;
    width: 100%;
    height: auto;
}

/*----------------------------plan-----------------------------*/
.plan-wrap{
    width: 100%;
    padding: 0.5rem 0 0;
    background: #F7F7F7;
    text-align: center;
}
.plan-content{
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.plan-line{
    width: 1px;
    height: 2.17rem;
    background: #DDDDDD;
    margin-top: 0.7rem;
}
.plan-content .plan-item{
    height: 2.34rem;
    width: 6.8rem;
    padding: 0.5rem 0.3rem 0.5rem 0.56rem;
    position: relative;
    background: #fff;
    border: 1px solid #DDDDDD;
}
.plan-content .plan-item .item-top{
    font-size: 0.24rem;
    padding-left: 1.9rem;
    color: #000000;
    font-weight: bold;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.plan-content .plan-item .item-bottom{
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.plan-content .plan-item .item-img{
    width: 1.39rem;
    height: 1.39rem;
}
.plan-content .plan-item .item-img > img{
    display: block;
    width: 100%;
    height: 100%;
}
.plan-content .plan-item .line{
    height: 2px;
    width: 100%;
    background: #DDDDDD;
}
.plan-content .plan-item .item-text{
    width: 4.8rem;
    padding: 0  0.1rem 0rem 0.2rem;
}
.plan-content .plan-item .item-title{
    font-family: MicrosoftYaHei;
    font-size: 0.24rem;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.plan-content .plan-item .item-introduction{
    /*margin-bottom: 0.3rem;*/
    font-family: MicrosoftYaHei;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.4rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
}
.plan-content .plan-item .item-introduction > span{
    font-weight: bold;
}
/*----------------------------------------webservice-------------------------------------------*/
.webservice-banner{
    position: relative;
    width: 100%;
    height: 9.38rem;
    /*background: url(/static/images/significance_banner.jpg) no-repeat center center;*/
    /*background-size: cover;*/
    /*-webkit-background-size: cover;*/
    /*-ms-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*-moz-background-size: cover;*/
}
.about-title-center.webservice {
  width: 5rem;
  text-align: center;
  margin: 0 auto;
}
.about-title-center.webservice .cn {
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 0.36rem;
  color: #A28558;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.webservice-nav-wrap{
    position: relative;
    text-align: center;
    padding-top: 0.4rem;
}
.webservice-nav-wrap .nav-title{
    margin: 0.75rem auto;
}
.webservice-nav{
    margin-top: 0.4rem;
    height: 1.4rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border: 1px solid #CECECE;
}
.webservice-nav .nav-item{
    cursor: pointer;
    height: 1.4rem;
    text-align: center;
    line-height: 1.4rem;
    font-size: 0.3rem;
    color: #AFAFAF;
    width: auto;
    margin: 0 1.2rem;
    position: relative;
}
.webservice-nav .nav-item.in{
    color: #E8CD86;
}
.webservice-nav .nav-item.in > span{
    width: 100%;
    height: 0.18rem;
    background: #E8CD86;
    position: absolute;
    bottom: 0;
    left: 0;
}
.webservice-nav .nav-item .in{
    background: #fff;
}
.fade-wrap{
    margin-top: 0.4rem;
    display: flex;
    flex-wrap: wrap;
}
.fade-wrap .fade-text{
    margin-top: 1.93rem;
    padding: 1rem 0.6rem;
    width: 7.73rem;
    height: 5.29rem;
    background: #F5F5F5;
    border: 1px solid #DDDDDD;
}
.fade-wrap .fade-text .fade-item {
    display: none;
}
.fade-wrap .fade-text .fade-item.in {
    display: block;
}
.fade-wrap .fade-text .fade-item .fade-text-top{
    display: flex;
    justify-content: start;
}
.fade-wrap .fade-text .fade-item .fade-text-top > img{
    display: block;
    width: 1.21rem;
    height: 1.21rem;
    margin-right: 0.2rem;
}
.fade-wrap .fade-text .fade-item .fade-text-top .fade-text-name{
    font-size: 0.36rem;
    color: #A68759;
    line-height: 0.59rem;
}
.fade-wrap .fade-text .fade-item .fade-text-p{
    padding-top: 0.5rem;
}
.fade-wrap .fade-text .fade-item .fade-text-p .item-introduction{
    /*margin-top: 0.5rem;*/
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.4rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
}
.img-box{
    width: 7.03rem;
    height: 9.23rem;
    position: relative;
}
.img-box .fade-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 7.03rem;
    height: 9.23rem;
    display: none;
}
.img-box .fade-img.in{
    display: block;
}
.img-box .fade-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.fade-btnBox{
    height: 1.44rem;
    width: 7.03rem;
    background: #E8CD86;
    position: absolute;
    left: 0;
    bottom: 0;
}
.fade-btnBox .fade-btnBox-text{
    height: 1.44rem;
}
.fade-btnBox .fade-btnBox-text .btnBox-text-item{
    width: 3rem;
    height: 0.54rem;
    padding: 0.4rem;
    display: flex;
    justify-content: start;
    display: none;
}
.fade-btnBox .fade-btnBox-text .btnBox-text-item.in{
    display: flex;
}
.fade-btnBox .fade-btnBox-text .btnBox-text-item .text-item-number{
    font-family: FZCSJW--GB1, FZCSJW--GB1;
    font-weight: normal;
    font-size: 0.59rem;
    color: #FFFFFE;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.fade-btnBox .fade-btnBox-text .btnBox-text-item .text-item-line{
    height: 0.46rem;
    width: 1px;
    margin: 0.05rem 0.1rem;
    background: #FFFFFF;
}
.fade-btnBox .fade-btnBox-text .btnBox-text-item .text-item-name{
    font-size: 0.2rem;
    color: #FFFFFE;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.fade-btnBox .fade-btnBox-text .btnBox-text-item .text-item-name .cn,.fade-btnBox .fade-btnBox-text .btnBox-text-item .text-item-name .en{
    font-size: 0.2rem;
    color: #FFFFFE;
    text-align: left;
    font-style: normal;
    margin-top: 0.06rem;
    text-transform: none;
}
.fade-btnBox .fade-btn-bts{
    width: 1.5rem;
    position: absolute;
    right: 0.35rem;
    bottom: 0.4rem;
    display: flex;
    justify-content: space-between;
}
.fade-btnBox .fade-btn{
    height: 0.6rem;
    width: 0.6rem;
    cursor: pointer;
}
.fade-btnBox .fade-btn.btn-left{
    background: url(/static/images/significance_left.png) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}
.fade-btnBox .fade-btn.btn-right{
    background: url(/static/images/significance_right.png) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}
@media (max-width: 1050px) {
    .webservice-nav{
        width: 90%;
        margin: 0 auto;
    }
    .webservice-nav .nav-item{
        margin: 0 0.2rem;
    }
    .fade-wrap .fade-text{
        margin: 0 auto;
    }
    .fade-wrap .img-box {
      margin: 0.20rem auto;
    }
    .risk-content{
        height: auto;
        width: 10rem;
        margin: 0.5rem auto;
    }
    .barrier-content{
        border: none;
    }
    .barrier-con-left,.barrier-con-right {
      margin: 0.2rem auto;
    }
    .plan-content{
        border: none;
    }
    .plan-content .plan-line{
        display: none;
    }
    .plan-item {
      margin: 0.2rem auto;
    }
    .server-content{
        border: none;
    }
    .server-content .server-line{
        display: none;
    }
    .server-item {
      margin: 0.2rem auto;
    }
    .about-banner {
        height: 5.32rem;
    }

    .about-intro {
        margin-top: 0.2rem;
        margin-bottom: 0.24rem;
    }

    .about-title {
        font-size: 0.18rem;
        width: 0.96rem;
        height: 0.28rem;
        font-weight: bold;
        line-height: 0.28rem;
    }

    .about-title:before, .about-title:after {
        content: '';
        width: 0.06rem;
        height: 0.06rem;
    }

    .about-video {
        margin: 0.2rem 0.12rem;
    }

    #myVideo {
        float: none;
        width: 100%;
        height: 2.2rem;
        margin-bottom: 0.2rem;
    }

    .about-info {
        float: none;
        width: auto;
        margin: 0 0.2rem;
    }

    .about-info > p {
        font-size: 0.12rem;
        line-height: 0.16rem;
        margin-bottom: 0.1rem;
    }

    .about-honor {
        margin: 0.2rem 0.14rem 0.84rem;
    }

    .about-honor-info {
        position: absolute;
        width: 33.33%;
        white-space: nowrap;
        overflow: hidden;
    }
    .about-honor1 .about-honor-info {
        left: 0;
    }
    .about-honor2 .about-honor-info {
        left: 33.33%;
    }
    .about-honor3 .about-honor-info {
        right: 0;
    }

    .about-honor > div {
        float: left;
        width: 36%;
        margin-right: 4%;
    }

    .about-honor > div > img {
        margin-bottom: 0.1rem;
    }

    .about-honor > .about-honor2 {
        width: 20%;
    }

    .about-honor > .about-honor3 {
        margin-right: 0;
    }

    .about-honor-num {
        line-height: 0.5rem;
        font-size: 0.35rem;
        height: auto;
        width: 42%;
    }

    .about-honor-name {
        width: 58%;
        height: 0.24rem;
    }

    .about-honor-name:before {
        content: '';
        top: 0.1rem;
        height: 0.35rem;
    }

    .about-honor-name > p {
        margin-top: 0.14rem;
        margin-bottom: 0.04rem;
        height: auto;
    }

    .about-honor-name > p, .about-honor-name > div {
        font-size: 0.12rem;
        margin-left: 0.16rem;
        line-height: 1;
    }

    .about-wrap {
        margin-bottom: 0.4rem;
    }

    .about-dev {
        margin: 0.64rem 0 0 0.3rem;
    }

    .about-year {
        font-size: 0.18rem;
        margin-right: 0.2rem;
    }

    .about-icon-b {
        width: 0.33rem;
        height: 0.33rem;
        left: 0.72rem;
        top: -0.04rem;
    }

    .about-dev > li > ul {
        margin-left: 0.87rem;
    }

    .about-icon-s {
        width: 0.17rem;
        height: 0.17rem;
        left: -0.088rem;
    }

    .about-date {
        left: -0.7rem;
        top: 0.6rem;
    }

    .about-date > p {
        font-size: 0.14rem;
        margin-bottom: 0.02rem;
    }

    .about-date > div {
        font-size: 0.12rem;
    }

    .abou-dev-cover {
        height: 1.66rem;
    }
}