*{
    margin: 0;
    padding: 0;
}

.advantageCenter{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.advantageCenter h1{
    width: 100%;
    background: url(../img/advantage/adv_title.png) no-repeat center center;
    margin-top: 100px;
    line-height: 44px;
    text-align: center;
    font-size: 30px;
    color: #333;
}
.advBox{
    width: 100%;
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
}
.advBox div{
    width: 23%;
    padding-top: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    box-shadow: 0px 0px 7px #e3e3e3;
    padding-bottom: 50px;
    transition: all 0.5s;
}
.advBox div:hover{
    box-shadow: 0px 0px 20px #afafaf;
    cursor: pointer;
}

.advBox div h3{
    font-size: 20px;
    color:#163478;
    font-weight: 600;
    margin-top: 26px;
}
.advBox div img{
    margin-bottom:0;
}
.advBox div p{
    padding: 8px 18px;
    line-height: 24px;
    color: #666;
    letter-spacing: 1px;
    margin-top: 6px;
    text-align: center;
    font-size: 14px;
}
#advantage_p2{
    background-color: #fafafa;
}


.tecAdvantageCenter{
    width: 1200px;
    margin: 0 auto;
    padding: 90px 0 80px 0;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
.tecAdvantageCenter div{
    width: 24%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
}
.tecAdvantageCenter div h3{
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-top: 30px;
}
.tecAdvantageCenter div img{
    margin-bottom: 0;
}
.tecAdvantageCenter div ul{
    margin-left: 40px;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
.tecAdvantageCenter div ul li{
    line-height: 24px;
}
/**3*/
.adv_p3center,.adv_p5center{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 90px 0;
}
.adv_p3Right,.adv_p5Right{
    width: 45%;
}
.adv_p3Right h3,.adv_p5Right h3{
    color: #333;
    letter-spacing: 2px;
    font-size: 26px;
    padding-left: 10px;
}
.adv_p3RightBox,.adv_p5RightBox{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.adv_p3RightBox div,.adv_p5RightBox div{
    margin-right: 30px;
    width: 27%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.adv_p3RightBox div p,.adv_p5RightBox div p{
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}
.adv_p3RightBox div .Cj1,.Cj2,.Cj3,.Cj4,.Cj5{
    width: 100%;
    height: 40px;
    display: block;
}
.adv_p3RightBox div .Cj1{
    background: url(../img/advantage/Cj1.png) no-repeat center center;
    background-size: 100%;
}
.adv_p3RightBox div .Cj2{
    background: url(../img/advantage/Cj2.png) no-repeat center center;
    background-size: 22%;
}
.adv_p3RightBox div .Cj3{
    background: url(../img/advantage/Cj3.png) no-repeat center center;
    background-size: 22%;
}
.adv_p3RightBox div .Cj4{
    background: url(../img/advantage/Cj4.png) no-repeat center center;
    background-size: 22%;
}
.adv_p3RightBox div .Cj5{
    background: url(../img/advantage/Cj5.png) no-repeat center center;
    background-size: 22%;
}
/**5*/
.adv_p5RightBox div .Sj1,.Sj2,.Sj3,.Sj4,.Sj5{
    width: 100%;
    height: 40px;
    display: block;
}
.adv_p5RightBox div .Sj1{
    background: url(../img/advantage/Sj1.png) no-repeat center center;
    background-size: 24%;
}
.adv_p5RightBox div .Sj2{
    background: url(../img/advantage/Sj2.png) no-repeat center center;
    background-size: 24%;
}
.adv_p5RightBox div .Sj3{
    background: url(../img/advantage/Sj3.png) no-repeat center center;
    background-size: 24%;
}
.adv_p5RightBox div .Sj4{
    background: url(../img/advantage/Sj4.png) no-repeat center center;
    background-size: 24%;
}
.adv_p5RightBox div .Sj5{
    background: url(../img/advantage/Sj5.png) no-repeat center center;
    background-size: 24%;
}
/**4*/
#advantage_p4{
    background: #fafafa;
}
.adv_p4center{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 90px 0;
}
.adv_p4Left{
    width: 45%;
}
.adv_p4Left h3{
    color: #333;
    letter-spacing: 2px;
    font-size: 26px;
    padding-left: 10px;
}
.adv_p4LeftBox{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.adv_p4LeftBox div{
    margin-right: 30px;
    width: 27%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.adv_p4LeftBox div p{
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}
.adv_p4LeftBox div .Nl1,.Nl2,.Nl3,.Nl4,.Nl5,.Nl6{
    width: 100%;
    height: 40px;
    display: block;
}
.adv_p4LeftBox div .Nl1{
    background: url(../img/advantage/Nl1.png) no-repeat center center;
    background-size: 32%;
}
.adv_p4LeftBox div .Nl2{
    background: url(../img/advantage/Nl2.png) no-repeat center center;
    background-size: 32%;
}
.adv_p4LeftBox div .Nl3{
    background: url(../img/advantage/Nl3.png) no-repeat center center;
    background-size: 32%;
}
.adv_p4LeftBox div .Nl4{
    background: url(../img/advantage/Nl4.png) no-repeat center center;
    background-size: 32%;
}
.adv_p4LeftBox div .Nl5{
    background: url(../img/advantage/Nl5.png) no-repeat center center;
    background-size: 32%;
}
.adv_p4LeftBox div .Nl6{
    background: url(../img/advantage/Nl6.png) no-repeat center center;
    background-size: 32%;
}