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: -32px;
}
.title > h1{
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    color: #333;
}
.content_wrap{
    width: 100%;
    min-width: 1200px;
}
.content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 90px;
    display: flex;
    align-items: flex-start;
}
.content_left{
    width:490px;
    position: relative;
    margin-right: 130px;
}
.content_left > .box1{
    width:490px;
    height:607px;
    border-radius:10px;
    background:rgba(255,255,255,1);
    box-shadow:0px 3px 9px 0px rgba(0, 0, 0, 0.2);
    position: relative;
}
.content_left > .box2{
    width:490px;
    height:607px;
    background:#f62442;
    border-radius:10px;
    position: absolute;
    z-index: -1;
    left: 19px;
    top: 19px;
}
.box1 .p1{
    font-size:24px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:36px;
    margin-top: 40px;
    cursor: pointer;
}
.box1 .p1:hover{
    color:rgba(255,136,16,1);
}
.box1 .p2{
    font-size:16px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:24px;
    margin-top: 20px;
}
.box1 > .textContent{
    box-sizing: border-box;
    padding: 20px;
}
.box1 .btn{
    padding: 0;
    width:76px;
    height:30px;
    border:2px solid #f62442;
    border-radius:15px;
    text-align: center;
    line-height: 27px;
    font-size:14px;
    font-weight:400;
    color:#f62442;
   /* position:absolute;
    bottom: 20px;
    left: 20px;*/
    margin-left: 20px;
    cursor: pointer;
}



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


.content_right .p1{
    font-size:24px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    margin-bottom: 60px;
}
.content_right_item{
    font-size:24px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:36px;
    margin-bottom: 49px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
}
.content_right_item:hover{
    color:#f62442;
}
.content_right_item span{
    color: #FF8810;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #f62442;
	margin-right: 20px;
}



.pages_wrap{
    width: 98%;
    margin-top: 20px;
    /* background-color: #999999;*/
    display: flex;
    justify-content: flex-end;
}
.pages{
    /*width: 700px;*/
    width: 570px;
    /*margin-left: 390px;*/
    /*background-color: yellow;*/
}
.pages > div{
    display: inline-block;
}
.pages > .left > div{
    display: inline-block;
}
.pages > .left .page_up_btn,.pages > .left .page_down_btn{
    width:50px;
    height:20px;
    background:rgba(247,247,247,1);
    border:1px solid rgba(221,221,221,1);
    border-radius:1px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    font-size:12px;
    font-weight:400;
    color:rgba(153,153,153,1);
}
.pages > .left .middle{

}
.pages > .left .middle > span{
    display: inline-block;
    width: 25px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background:rgba(247,247,247,1);
    font-size:12px;
    border:1px solid rgba(221,221,221,1);
    cursor: pointer;
    margin: 0 5px;
}
.pages > .left .middle > span.no_border{
    border: none;
    background:#fff;
}
.pages > .right{
    margin-left: 20px;
    font-size:12px;
    font-weight:400;
    color:rgba(153,153,153,1);
}
.pages > .right > .middle{
    display: inline-block;
}
.pages > .right > .middle input{
    width: 25px;
    height: 20px;
    border:1px solid rgba(221,221,221,1);
}
.pages > .right > .confirm{
    display:inline-block ;
    width: 30px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    border:1px solid rgba(221,221,221,1);
    margin-left: 10px;
}
.footerUp_left_box p a:hover{
    text-decoration:underline;
}