@charset "UTF-8";

/* ************产品功能*********** */
.product-fun .box-cont ul{
    width: 1200px;
    height: 320px;
    margin: 0 auto;
}
.product-fun .box-cont ul li{
    box-sizing: border-box;
    width: 580px;
    height: 140px;
    float: left;
    margin: 10px;
    background: #fbfbfc;
}
.product-fun .box-cont ul li .li-left,
.product-fun .box-cont ul li .li-right{
    display: inline-block;
    vertical-align: middle;
}
.product-fun .box-cont ul li .li-left {
    width: 73px;
    margin: 33px 20px;
}
.product-fun .box-cont ul li .li-right {
    width: 440px;
}
.product-fun .box-cont ul li .li-right h2 {
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    font-weight: 500;
    color: #282828;
}
.product-fun .box-cont ul li .li-right p {
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
    font-size: 16px;
    color: #000000;
}
/* ************使用场景*********** */
.use-scenario .box-cont {
    margin-top: 50px;
    text-align: center;
}
/* ***************aboutUs*************** */
.company {
    background: #FBFBFC;
}
.company .brief {
    width: 1150px;
    margin: 0 auto;
    padding: 100px 0;
}
.brief section {
    height: 40px;
    font-size: 30px;
}
.brief p {
    font-size: 20px;
    line-height: 30px;
}
.company .box-cont {
    width: 1150px;
    height: 550px;
}
.company .company-img {
    float: left;
}
.company-img img {
    width: 360px;
}
.company .company-desc {
    margin-left: 400px;
    color: #282828;
}
.company .company-desc section {
    height: 40px;
    font-size: 30px;
    line-height: 40px;
    margin: 20px 0;
}
.company-desc p {
    font-size: 20px;
    line-height: 40px;
}
.contact-us {
    height: 526px;
    background: #FBFBFC;
    margin-top: 50px;
}
.contact-us .box-cont {
    box-sizing: border-box;
    height: 526px;
    padding: 100px 0px 100px 100px;

}.contact-us .contact-us-img {
    float: left;
    vertical-align: middle;
}
.contact-us-img img {
    width: 500px;
    height: 326px;
}
.contact-us .contact-desc {
    margin-left: 550px;
    color: #282828;
    vertical-align: middle;
}
.contact-us .contact-desc section {
    height: 40px;
    font-size: 30px;
    line-height: 40px;
    margin: 54px 0px 30px 0;
}
.contact-desc p {
    font-size: 20px;
    line-height: 40px;
}
