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);
}
.container{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container_left{
    cursor: pointer;
	display: flex;
	align-items: center;
}
.container_right{
    display: flex;
    justify-content: space-between;
    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;
}


.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: 15px;
}
.title > h1{
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    color: #333;
}

.banner_box{
    width: 100%;
    margin-top: 100px;
    position: relative;

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

    min-width: 1200px;
}
.content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 80px;
}
.box1{
    width: 100%;
    height: 540px;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
    padding-top: 58px;
}
.box1 > img{
    position: absolute;
    right: 0;
    top: 0;
}
.box1 > div{
    width: 500px;
    height: 100%;

}
.box1  h3{
    /*margin-bottom: 78px;*/
    margin-bottom: 40px;
}
.box1 .line{
    width:138px;
    height:4px;
    background:#f62442;
    position: absolute;
    top: 0;
    left: 0;
}
.box1 p{
    font-size:16px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:30px;
}
.box2{
    margin-top: 100px;
    height: 430px;
    width: 100%;
    background-color: #fff;
    position: relative;
}
.box2 > img{
    width:916px;
    height:396px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.box2 > div{
    width:489px;
    height:225px;
    background:#f62442;
    box-sizing: border-box;
    padding: 60px;
    font-size:16px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:30px;
    position: relative;
    z-index: 10;
}


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;
}