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: 400px;
}
.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;
}
.content_wrap{
    width: 100%;
    margin-bottom: 120px;

    min-width: 1200px;
}
.content{
    margin: 0 auto;
    margin-top: 80px;
    width: 1200px;
    /*height: 300px;*/
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: space-around;
}
.content > div{
   border-radius: 20px;
   transition:all 0.7s;
}
.content > div:hover{
    cursor: pointer;
    box-shadow: 2px 2px 10px 0px #999;
	transform:translateY(-50px);
}
.content p{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.content_left{
    width: 300px;
    /*float: left;*/
    background-color: #f62442;
    height: 410px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: content;
}
.content_right{
    width: 300px;
   /* float: right;*/
    height: 410px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background:  #f62442;
}
.content_right2{
    width: 300px;
    height: 410px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background:  #f62442;
}
.content img{
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 200px;
}


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


.desc_box{
    width:1100px;
    margin: 0 auto;
    margin-top: 80px;
    position: relative;
    height:475px;
}
.desc_box .rect{
    width:700px;
    height:475px;
    background:rgba(255,148,53,1);
    position: absolute;
    right: 0;
    top: 0;
}
.desc_box_content{
    width:958px;
    height:377px;
    background:rgba(255,255,255,1);
    box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 10;

    display: flex;
    align-items: center;
}
.desc_box_contents{
    width: 598px;
    height: 100%;

    font-size:16px;
    font-family:SourceHanSansCN;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:24px;
    box-sizing: border-box;
    padding: 30px;
}
.desc_box_contents p{
    margin-bottom: 25px;
}
.desc_box_contents > div{
    width:76px;
    height:30px;
    border:2px solid rgba(255,148,53,1);
    border-radius:15px;
    font-size:14px;
    font-family:SourceHanSansCN;
    font-weight:400;
    color:rgba(255,148,53,1);
    text-align: center;
    line-height: 30px;
}
.footerUp_left_box p a:hover{
    text-decoration:underline;
}
.banner_box{
    position: relative;
    width: 100%;
    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%;
}