@charset "UTF-8";


body{
    color: #343434;
}
.BG{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;

}
.BG ul li{
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
}

header h1 a img{
    display: block;
    width: 105px;
}

.title{
    text-align: center;
    color: #fff;
    margin: 432px auto 407px;
    position: relative;
    overflow: hidden;
}
.title h2{
    color: #ffffff;
    font-size: 139px;
    font-family: Anton;
    line-height: 155px;
    text-transform: capitalize;
}
.title p{
    margin-top: 37px;
}
.title a{
    position: absolute;
    background-color: #AB2D2A;
    display: none;
}

.pros{
    display: flex;
    width: 1613px;
    margin: 30px auto;
    background-color: #fff;
}
.pros a{
    flex: 1;
    position: relative;
    padding: 33px 102px 26px 38px;
    height: 216px;
    display: flex;
    align-items: flex-end;
}
.pros a::before{
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 7px;
    background-color: #c83232;
}
.pros a div{
    position: absolute;
    top: 33px;
    left: 38px;
    /*font-size: 24px;*/
    font-weight: bold;
    display: flex;
    align-items: center;
}
.pros a div span{
    margin-right: 12px;
    width: 10px;
    height: 24px;
    background-color: #b01f23;
}
.pros a img{
    display: block;
    width: 70%;
    margin-left: 30%;
    /*margin-top: 16px;*/
}

.brandBg{
    background-color: #ffffff;
    padding: 53px 0 60px;
}
.brandBg .brand{
    width: 1613px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.brandBg .brand .video{
    width: 58%;
    position: relative;
}
.brandBg .brand .video img{
    display: block;
    width: 100%;
}
.brandBg .brand .video img:nth-child(2){
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 20%;
    cursor: pointer;
}
.brandBg .brand .video a{
    position: absolute;
    bottom: -36px;
    left: 0;
    color: #343434;
}
.brandBg .brand .intro{
    margin-left: 78px;
}
.brandBg .brand .intro h3{
    font-size: 60px;
    font-family: Anton;
    line-height: 64px;
}
.brandBg .brand .intro h4{
    /*font-size: 48px;*/
}
.brandBg .brand div{
    margin-top: 52px;
}
.brandBg .brand ul{
    margin-top: 52px;
}
.brandBg .brand ul li{
    display: flex;
    align-items: center;
}

footer{
    color: #6c6c6c;
    padding: 70px 0 60px;
    background-color: #111111;
}
footer .main{
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}
footer .main nav{
    clear: both;
}
footer .main nav a{
    color: #6c6c6c;
    margin-right: 30px;
}
footer .main .ma{
    float: right;
    text-align: center;
    margin: 25px 0;
    position: relative;
}
footer .main .ma>div{
    position: absolute;
    width: 100%;
    bottom: -70px;
    left: 50%;
    margin-left: -50%;
}
footer .main .ma>div:last-child a{
    margin: 0 3px;
}
footer .main .ma>div:last-child a img{
    filter: brightness(50%);
}
footer .main .ma>div:last-child a img:hover{
    filter: brightness(100%);
}
footer .main .fotLogo{
    clear: both;

}
footer .main .fotLogo>div{
    display: flex;
    align-items: center;
}
footer .main .fotLogo .address{
    color: #5d5d5d;
    display: flex;
    justify-content: center;
    flex-flow: column nowrap;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #5d5d5d;
    font-size: 14px;
}
.copyRight{
    font-size: 14px;
    text-align: center;
    padding: 18px 0;
    border-top: 1px solid #2d2d2d;
    background-color: #111111;
    text-transform: none;
}
.videoFix{
    position: fixed;
    top: 0;
    left: 0;
    /*-webkit-transform: translateY(-50%) translateX(-50%);*/
    /*-moz-transform: translateY(-50%) translateX(-50%);*/
    /*-ms-transform: translateY(-50%) translateX(-50%);*/
    /*-o-transform: translateY(-50%) translateX(-50%);*/
    /*transform: translateY(-50%) translateX(-50%);*/
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    /*display: block;*/
    z-index: -10;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.videoFix>video{
    display: block;
    height: 95%;
}
@media screen and (max-width: 440px) {
    .videoFix>video{
        width: 100%;
        height: auto;
    }
}


/*媒体查询 ------------------ 媒体查询 ------------------ 媒体查询 ------------------*/
@media screen and (max-width: 1613px) {
    .pros{
        width: 1500px;
    }
    .brandBg .brand {
        width: 1500px;
    }
}
@media screen and (max-width: 1500px) {
    .f18{font-size: 14px;}
    .f24{font-size: 17px;}
    /*.f28{font-size: 0.14rem;}*/
    /*.f36{font-size: 0.18rem;}*/
    .f48{font-size: 32px;}
    header h1 a img{
        width: 90px;
    }
    .title{
        margin: 300px auto 250px;
    }
    .title h2{
        font-size: 70px;
        line-height: 78px;
    }
    .title p{
        margin-top: 25px;
    }
    .pros{
        width: 1080px;
    }
    .pros a{
        padding: 27px 51px 20px 20px;
        height: 160px;
    }
    .pros a div{
        top: 25px;
        left: 20px;
    }
    .pros a div span{
        margin-right: 8px;
        width: 6px;
        height: 18px;
    }
    .brandBg{
        padding: 38px 0 50px;
    }
    .brandBg .brand {
        width: 1080px;
    }
    .brandBg .brand .intro h3{
        font-size: 48px;
        line-height: 50px;
    }
    .brandBg .brand div{
        margin-top: 24px;
    }
    .brandBg .brand ul{
        margin-top: 24px;
    }
    .brandBg .brand .video a{
        bottom: -28px;
    }
    footer{
        padding: 50px 0 42px;
    }
    footer .main {
        width: 750px;
    }
    footer .main .ma>img{
        display: block;
        width: 116px;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 1080px) {
    .f18{font-size: 10px;}
    .f24{font-size: 12px;}
    /*.f28{font-size: 0.14rem;}*/
    /*.f36{font-size: 0.18rem;}*/
    .f48{font-size: 24px;}
    header h1 a img{
        width: 75px;
    }
    .title{
        margin: 200px auto 150px;
    }
    .title h2{
        font-size: 48px;
        line-height: 55px;
    }
    .title p{
        margin-top: 10px;
    }
    .pros{
        width: 800px;
        margin: 20px auto;
    }
    .pros a{
        padding: 20px 31px 16px 16px;
        height: 130px;
    }
    .pros a::before{
        height: 5px;
    }
    .pros a div{
        top: 20px;
        left: 16px;
    }
    .pros a div span{
        margin-right: 5px;
        width: 3px;
        height: 15px;
    }
    .brandBg{
        padding: 30px 0 40px;
    }
    .brandBg .brand {
        width: 800px;
    }
    .brandBg .brand .intro{
        margin-left: 50px;
    }
    .brandBg .brand .intro h3{
        font-size: 36px;
        line-height: 36px;
    }
    .brandBg .brand div{
        margin-top: 12px;
    }
    .brandBg .brand ul{
        margin-top: 12px;
    }
    .brandBg .brand .video a{
        bottom: -20px;
    }
    footer{
        padding: 35px 0 28px;
    }
    footer .main {
        width: 750px;
    }
    footer .main .ma>img{
        width: 100px;
    }
    footer .main .ma>div:last-child a{
        margin: 0 7px;
    }
}


@media screen and (max-width: 440px) {
    .f18{font-size: 0.18rem;}
    .f24{font-size: 0.24rem;}
    .f28{font-size: 0.28rem;}
    .f36{font-size: 0.36rem;}
    .f48{font-size: 0.48rem;}
    header h1 a img{
        width: 40px;
    }
    .title{
        margin: 150px auto 160px;
    }
    .title h2{
        font-size: 1.4rem;
        line-height: 1.6rem;
    }
    .title p{
        margin-top: 10px;
    }
    .title a{
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: -140px;
        right: 5%;
        width: 0.9rem;
        height: 0.9rem;
        border-radius: 50%;
        box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.5);
    }
    .title a img{
        width: 0.4rem;
    }
    .pros{
        width: 90%;
        margin: 20px auto;
        flex-flow: column nowrap;
        background: transparent;
    }
    .pros a{
        padding: 16px 16px;
        margin: 15px auto;
        background-color: #fff;
        justify-content: space-between;
        align-items: center;
    }
    .pros a img{
        width: 62%;
        margin-left: 0;
    }
    .pros a div{
        position: static;
        font-size: 0.34rem;
    }
    .brandBg{
        padding: 30px 0 40px;
    }
    .brandBg .brand {
        width: 100%;
        flex-flow: column nowrap;
    }
    .brandBg .brand .intro{
        width: 85%;
        margin: 60px 0 0 0;
    }
    .brandBg .brand .intro h3{
        font-size: 36px;
        line-height: 36px;
    }
    .brandBg .brand ul{
        margin-top: 12px;
    }
    .brandBg .brand .video{
        width: 100%;
    }
    .brandBg .brand .video a{
        bottom: -20px;
        left: 12px;
        font-size: 0.24rem;
    }
    footer{
        padding: 0.27rem 0 0.24rem;
    }
    footer .main {
        width: 100%;
    }
    footer .main nav{
        display: none;
    }
    footer .main .ma{
        float: none;
    }
    footer .main .ma>img{
        display: block;
        margin: 10px auto;
        width: 100px;
    }
    footer .main .ma>div{
        bottom: -50px;
    }
    footer .main .fotLogo>div{
        justify-content: center;
        margin-top: 1.8rem;
    }
    footer .main .fotLogo>div img{
        width: 95px;
    }
    footer .main .fotLogo .address{
        font-size: 0.14rem;
    }
    .copyRight{
        font-size: .14rem;
        padding: .18rem 0;
    }
}
