.content-header{
    width: 100%;
    height: 480px;
    margin-top: 76px;
    padding-top: 220px;
    box-sizing: border-box;
    background-image: url("../imgs/service/banner.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.content-header p:first-child{
    margin: 0;
    font-size: 56px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}
.content-header p:last-child{
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
    margin-top: 47px;
    text-align: center;
}
.desc{
    padding-top: 114px;
    padding-bottom: 134px;
    box-sizing: border-box;
}
.desc-title{
    font-size: 32px;
    font-weight: 400;
    color: #333333;
    margin: 0;
    position: relative;
    margin-bottom: 90px;
    text-align: center;
}
.desc-title:after{
    content: '';
    width: 36px;
    height: 3px;
    background: #F8711A;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}
.desc-one{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
}
.desc-one-left{
    width: 500px;
    height: 300px;
    border-radius: 4px;
}
.desc-one-right{
    margin-left: 28px;
}
.desc-one-right-title div{
    margin: 0;
    width: 620px;
    height: 114px;
    background-image: url("../imgs/service/YOUPIN.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    position: relative;
}
@media (max-width: 1020px){
    .desc{
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }
}
.desc-one-right-title div p{
    font-size: 32px;
    font-weight: 400;
    color: #333333;
    margin: 0;
    position: absolute;
    left: 35px;
    bottom: 10px;
}
.desc-one-right-title > p{
    font-size: 20px;
    font-weight: 400;
    color: #999999;
    margin: 0;
    padding-left: 35px;
    box-sizing: border-box;
}
.desc-one-right-info{
    width: 570px;
    margin-top: 25px;
    padding-left: 35px;
    box-sizing: border-box;
}
.desc-one-right-info p{
    margin: 0;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    letter-spacing: 2px;
    line-height: 30px;
}
.desc-two{
    margin-top: 150px;
}
.desc-two-title{
    font-size: 32px;
    font-weight: 400;
    color: #333333;
    margin: 0;
    text-align: center;
    position: relative;
}
.desc-two-title:after{
    content: ' ';
    width: 36px;
    height: 3px;
    background: #F8711A;
    position: absolute;
    left: 50%;
    bottom: -20px;
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.desc-two-list{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
    justify-content:space-between;
    margin-top: 86px;
}
.desc-two-list-one{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.desc-two-list-one-img{
    width: 120px;
    height: 120px;
    background: linear-gradient(-90deg, #FE6C5D 0%, #FF8C43 100%);
    border-radius: 50%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.desc-two-list-one-img img{
    width: 80px;
    height: 80px;
}
.desc-two-list-one p{
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-top: 31px;
}
.odds{
    background: #F8F8F8;
    padding: 58px 0;
    box-sizing: border-box;
}
@media (max-width: 1020px) {
    .odds .container{
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }
}
.odds-title{
    margin: 0;
    font-size: 32px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    position: relative;
}
.odds-title:after{
    content: " ";
    width: 36px;
    height: 3px;
    background: #F8711A;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}
.odds-info{
    margin-top: 70px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.odds-info-left{
    width: 512px;
    padding-top: 42px;
    box-sizing: border-box;
    background-image: url("../imgs/service/odds.png");
    background-repeat: no-repeat;
    background-size: 400px 400px;
    background-position: 194px 14px;
}
.odds-info-left h4{
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    padding-left: 24px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 70px;
    word-break: break-word;
    line-height: 44px;
}
.odds-info-left h4:after{
    content: " ";
    width: 5px;
    height: 26px;
    background: #F8711A;
    position: absolute;
    left: 0;
    top: 8px;
}
.odds-info-left p{
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    margin: 0;
}
.odds-info-left p span{
    font-weight: bold;
}
.odds-info-left p:not(:first-child){
    margin-top: 39px;
}
.odds-info-right{
    width: 639px;
    height: 460px;
}
.odds-info-right img{
    width: 100%;
    height: 100%;
}

.service{
    padding-top: 90px;
    padding-bottom: 80px;
    box-sizing: border-box;
}
.service-title{
    margin: 0;
    font-size: 32px;
    font-weight: 400;
    color: #333333;
    position: relative;
    text-align: center;
}
.service-title:after{
    content: " ";
    width: 36px;
    height: 3px;
    background: #F8711A;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}
.service-list{
    margin-top: 100px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
.service-list-one{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service-list-one:not(:first-child){
    margin-left: 206px;
}
.service-list-one-img{
    width: 210px;
    height: 210px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(72, 72, 72, 0.1);
    border-radius: 50%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-list-one-img img{
    width: 98px;
    height: 98px;
}
.service-list-one p:nth-child(2){
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin: 0;
    margin-top: 30px;
}
.service-list-one p:last-child{
    margin: 0;
    width: 164px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-top: 16px;
}
.operate{
    padding-top: 90px;
    padding-bottom: 110px;
    box-sizing: border-box;
}
@media (max-width: 1020px) {
    .operate .container{
        width: 100%;
    }
}
.operate-title{
    margin: 0;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    color: #333333;
    position: relative;
}
.operate-title:after{
    content: " ";
    width: 36px;
    height: 3px;
    background: #F8711A;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}
.operate-one{
    margin-top: 80px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.operate-one-left{
    /*padding-top: 40px;*/
    box-sizing: border-box;
}
.operate-one-left-title{
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    /*padding-left: 34px;*/
    box-sizing: border-box;
    position: relative;
}
/*.operate-one-left-title:before{*/
/*    content: " ";*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    background: #FE7A51;*/
/*    border-radius: 50%;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*}*/
.operate-one-left-subtitle{
    width: 288px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    margin-top: 8px;
    margin-bottom: 23px;
}
.operate-one-left-list{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.operate-one-left-list:last-child{
    margin-top: 8px;
}
.operate-one-left-list p{
    width: 160px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    padding-left: 26px;
    box-sizing: border-box;
    position: relative;
    margin: 0;
}
.operate-one-left-list p:before{
    content: "";
    width: 8px;
    height: 8px;
    background: #F8711A;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
}

.operate-one-right{
    width: 473px;
    height: 291px;
    margin-left: 207px;
}
.operate-one-right img{
    width: 100%;
    height: 100%;
}
.operate-two{
    margin-top: 130px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.operate-two-left{
    width: 394px;
    height: 327px;
    margin-right: 270px;
}
.operate-two-left img{
    width: 100%;
    height: 100%;
}
.operate-two-right{
    /*padding-top: 50px;*/
    box-sizing: border-box;
}
.operate-two-right-title{
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    /*padding-left: 34px;*/
    box-sizing: border-box;
    position: relative;
}
/*.operate-two-right-title:before{*/
/*    content: " ";*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    background: #FE7A51;*/
/*    border-radius: 50%;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*}*/
.operate-two-right-subtitle{
    width: 288px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    margin-top: 8px;
    margin-bottom: 23px;
}
.operate-two-right-list{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.operate-two-right-list:last-child{
    margin-top: 8px;
}
.operate-two-right-list p{
    width: 160px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    padding-left: 26px;
    box-sizing: border-box;
    position: relative;
    margin: 0;
}
.operate-two-right-list p:before{
    content: "";
    width: 8px;
    height: 8px;
    background: #F8711A;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
}
.teamwork{
    padding-top: 83px;
    padding-bottom: 99px;
    box-sizing: border-box;
    background: #F8F8F8;
}
@media (min-width: 768px) {
    .teamwork .container {
        width: 100%;
    }
}
.teamwork-title{
    font-size: 32px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin: 0;
    position: relative;
}
.teamwork-title:after{
    content: "";
    width: 36px;
    height: 3px;
    background: #F8711A;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}
.teamwork-subtitle{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    margin-top: 42px;
    text-align: center;
}
.teamwork-info{
    width: 1170px;
    height: 224px;
    margin: 0 auto;
    margin-top: 62px;
}
.teamwork-info img{
    width: 100%;
    height: 100%;
}
.power{
    padding-top: 77px;
    padding-bottom: 66px;
    box-sizing: border-box;
}
.power-title{
    margin: 0;
    font-size: 32px;
    font-weight: 400;
    color: #333333;
    position: relative;
    text-align: center;
}
.power-title:after{
    content: "";
    width: 36px;
    height: 3px;
    text-align: center;
    background: #F8711A;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}
.power-subtitle{
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-top: 42px;
}
.power-threetitle{
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-top: 16px;
}
.power-info{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 74px;
}
.power-info-one{
    width: 498px;
}
.power-info-one-title{
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    border-bottom: 1px solid #979797;
    padding-bottom: 38px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}
.power-info-one-title:after{
    content: "";
    width: 250px;
    height: 3px;
    background: #FE7A51;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}
.power-info-one-desc{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    margin-top: 24px;
    height: 113px;
}
.power-info-one-list{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.power-info-one-list img{
    width: 93px;
    height: 93px;
}
.honor{
    padding: 72px 0;
    box-sizing: border-box;
    background: #F8F8F8;
}
.honor-title{
    margin: 0;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    color: #333333;
    position: relative;
}
.honor-title:after{
    content: "";
    width: 36px;
    height: 3px;
    background: #F8711A;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}
.honor-list{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 58px;
}
.honor-list img{
    width: 936px;
    height: 318px;
}
.honor-qrcode{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 92px;
}
.honor-qrcode img{
    width: 558px;
    height: 152px;
}
