.brief{
    width: 100%;
    background:rgba(247,247,247,1);
}
.brief-title p{
    padding-top: 60px;
    font-size: 24px;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.brief-text{
    margin-top: 20px;
    padding-bottom: 40px;
}
.brief-text p{
    font-size: 15px;
    text-indent: 2em;
    line-height: 30px;
    color: rgba(102,102,102,1);;
}
/*优势*/
.adv01-con{
    width: 600px;
    margin-top: 60px;
    height: 140px;
    float: left;
}
.adv01-title{
    font-size:24px;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.adv01-line{
    width:100px;
    height:3px;
    background:rgba(59,165,255,1);
}
.adv01-text{
    margin-top: 20px;
    font-size:16px;
    font-weight:400;
    color:rgba(102,102,102,1);
}

.adv02{
    height:480px ;
}
.adv02-con{
    width: 600px;
    height: 140px;
    /*border-radius: 4px;*/
    background:rgba(255,255,255,1);
    float: left;
    cursor: pointer;
}
.adv02-con:hover{
    border-bottom: 2px solid #3BA5FF;
}
.adv02-con:hover .text01{
    color: rgba(59,165,255,1);
}
.adv02-icon{
    width: 80px;
    height:80px;
    /*margin-left: 40px;*/
    margin-right: 20px;
    margin-top: 30px;
    float: left;
}
.adv02-text{
    width: 440px;
    margin-left:20px;
    float: left;
    margin-top: 28px;
}
.adv02-text .text01{
    font-size:18px;
    color:#333333;
    margin-bottom:10px;
}
.adv02-text .text02{
    font-size:13px;
    font-weight:400;
    color:rgba(102,102,102,0.8);
    line-height:24px;
}

/*联系我们*/
.contact{
    width: 100%;
    height: 500px;
    /*margin-top: 20px;*/
}
.contact-title p{
    padding-top: 60px;
    font-size: 24px;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.contact-con{
    margin-top:40px;
    width: 100%;
    height:368px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 12px 0px rgba(0,13,24,0.09);
}
.contact-con-left{
    margin-left: 40px;
    width: 560px;
    float: left;
}
.contact-con-title{
    padding: 40px 0px 24px 0px;
    font-size:22px;
    font-weight:400;
    color:rgba(51,51,51,1);
}

.infor{
    font-size: 16px;
}
.infor img{
    margin-top: -4px;
    margin-right: 20px;
}
.qq,.phone,.mail,.fax,.address{
    height: 48px;
}
.contact-con-right{
    margin-top: 44px;
    width: 560px;
    height:280px;
    float: left;
}


/*支付方式*/
.pay{
    width: 100%;
    height: 300px;
    margin-top:20px;
}
.pay-title p{
    padding-top: 60px;
    font-size: 24px;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.pay-con{
    margin-top: 24px;
    width: 600px;
    height:180px;
    float: left;
}
.bank{
    width:200px;
    height:120px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 3px 0px rgba(0,13,24,0.09);
    border-radius:4px;
    float: left;
}
.bank img{
    margin-left: 30px;
    margin-top: 23px;
}
.bank-text{
    margin-top: 6px;
    margin-left: 40px;
    float: left;
    font-size:15px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:36px;
}