body,html{
    width: 100%;
    height: 100%;
    font-family:SourceHanSansCN;
}
.moblie_width{
    width:1920px;
}
*{
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}
a{
    text-decoration:none;
    color:#333;
}
.head{
    width: 100%;
    background-color: #f5f7fa;
    position: fixed;
    top: 0;
    left:0;
    z-index: 99;
    box-shadow: 0 2px 2px rgba(0,0,0,.08);

    min-width: 1200px;
}
.container{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container_right{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container_left{
    cursor: pointer;
	display: flex;
	align-items: center;
}
.container_right > li > a{
    font-size: 18px;
    color: #333;
}
.container_right > li{
    padding: 0 30px;
}
.head .container_right > li:hover a{
    color: #f62442;
}
.download_btn:hover{
    border-color:#f62442 ;
}
.download_btn{
    border: 1px solid #333;
    border-radius: 20px;
    padding: 5px 20px !important;
}
.banner_box{
    width: 100%;
    margin-top: 100px;
    position: relative;

    min-width: 1200px;
}
.banner_box >img{
    width: 100%;
    min-width: 1200px;
}
.banner_box .btn{
    width: 126px;
    height: 50px;
    position: absolute;
    /*top: 488px;
    left: 526px;*/
    top: 73%;
    left: 27%;

}

.title{
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
    width: 338px;
}
.title > P{
    color: #eee;
    font-weight: bold;
    font-size: 55px;
    position: absolute;
    top: -40px;
    z-index: -1;
    left: 0px;
}
.title > h1{
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    color: #333;
}
.content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 70px;
    display: flex;
    align-items: flex-start;
}
.content .left{
    width: 285px;
    border: 2px solid rgba(238,238,238,1);
    border-top: none;
    border-bottom: none;
    margin-right: 80px;
}
.left > div{
    width: 100%;
    height: 280px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #666666;
    cursor: pointer;
}
.left > div >p:nth-child(1){
    font-size:60px;

    font-weight:400;

}
.left > div >p:nth-child(2){
    font-size:25px;

    font-weight:400;

}
.content .right{
    width: 800px;
   /* height: 500px; */
}
.right .p1{
    font-size:24px;
    margin-bottom: 15px;
    font-weight:400;
    color:#f62442;
}
.right > div{
    margin-bottom: 50px;
}
.right .p2{
    font-size:16px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:30px;
}








.left_active{
    border-left: 6px solid rgba(191,191,191,1) !important;
    color:#f62442 !important;
}
.hidden{
    display: none;
}



footer{
    width: 100%;
    background-color: #434343;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
    font-family:SourceHanSansCN;

    min-width: 1200px;
}
footer a{
    color: #fff;
    font-family:SourceHanSansCN;
}
footer .container{
    width: 900px;
    margin: 0 auto;
    display: block;
}
.footerUp{
    display: flex;
    align-items: center;
}
.footerUp_left{

    width: 410px;
    height: 200px;
}
.footerUp_left > p{
    font-size: 20px;
    margin-bottom: 10px;
}
.footerUp_left_box{
    width: 410px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}
.footerUp_left_box p{
    text-align: left;
    width: 180px;
    margin: 15px;
    font-size: 14px;
    margin-left: 0;
}
.footerUp_right{

    width: 490px;
}
.footerUp_right > p{
    font-size: 20px;
    margin-bottom: 20px;
}
.footerUp_right_box,.footerUp_right_box1{
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 14px;
}
.footerUp_right_box2 .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    width:165px;
    height:50px;
    border:2px solid rgba(255,255,255,1);
    border-radius:25px;
    cursor: pointer;
}
.footerUp_right_box1 > div:nth-child(1){
    margin-right: 20px;
}
.footerUp_right_box1 > div:nth-child(2){
    margin-right: 50px;
}
.footer_row_line{
    width:900px;
    height:2px;
    background:rgba(255,255,255,1);
    margin-top: 60px;
    margin-bottom: 50px;
}
.footerDown{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footerDown > p:nth-child(1){
    font-size: 24px;
    margin-right: 98px;
}
.footerDown > p:nth-child(2){
    font-size: 20px;
}
.footerDown span{
    color: #FF8810;
}
.footerUp_left_box p a:hover{
    text-decoration:underline;
}


.content_wrap{
    width: 100%;
    min-width: 1200px;
}