@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
body, button, input, select, textarea {
    font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif;
    color: #444444;
    font-family: "PingFang SC", arial, "Microsoft YaHei", sans-serif;
}
label {
    border: none;
    text-decoration: none;
}
a {
    text-decoration: none;
    color: #999999;
}
a:hover {
    text-decoration: none;
}
ul, ol {
    list-style: none outside none;
}
.hide{
    display: none!important;
}

.clearfix {
    clear: both!important;
    width: 0px!important;
    height: 0px!important;
    margin: 0px!important;
    padding: 0px!important;
}
html, p {
    text-align: justify;
    text-justify: inter-ideograph;
}
html,body{
    width: 100%;
    height: 100%;
    min-width: 1260px;
}
.orange{
    color: orange!important;
}
.white{
    color: white!important;
}
.nav{
    width: 100%;
    background: rgba(255,255,255,.8);
    z-index: 9999;
    min-width: 1260px;
    position: absolute;
    top: 0;
    left: 0;
}

.nav_content{
    position: relative;
    margin: 0 auto;
    height: 100px;
    overflow: visible;
    width: 1260px;
}
#logo{
    position: relative;
    height: 80px;
    top: 10px;
    float: left;
}
.nav_title{
    position: relative;
    height: 100%;
}
.nav_title li{
    position: relative;
    float: left;
    font-size: 20px;
    height: 100%;
}
.nav_title li a{
    display: inline-block;
    margin: 0 17px;
    height: 100%;
    line-height: 100px;
    color:black;
}
.nav_title li span{
    font-size: 16px;
    font-weight: bold;
    color:black;
}

.content{
    position: relative;
    width: 100%;
    height: 1030px;
    background-position: center top;
    background-size: cover;
}
.content_footer{
    position: absolute;
    width: 1260px;
    height: 350px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    background-color: rgb(40, 43, 45);
}
.content_footer::after{
    clear: both;
}
.content_footer .ctrl{
    width: 210px;
    height: 100%;
    float: left;
}
.content_footer .wrap{
    width: 545px;
    height: 100%;
    overflow: hidden;
    float: left;
}
.content_footer .list_box{
    position: relative;
    width: 505px;
    height: 100%;
    padding: 20px 40px 0px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box; 
    float: left;
}

.content_footer .ctrl .ctrl_box{
    position: relative;
    width: 100%;
    height: 20%;
    cursor: pointer;
}
.content_footer .ctrl .ctrl_box:hover .ctrl_content{
    background-color:#000;
    border-left: 4px solid #cf0f32;
}
.content_footer .ctrl .ctrl_box:hover .ctrl_content .ctrl_text .ctrl_text1{
    color: white;
}
.content_footer .ctrl .ctrl_box:hover .ctrl_content .cur_triangle{
    display: block!important;
}
.content_footer .ctrl .ctrl_box .ctrl_content{
    position: relative;
    width: 100%;
    height: 100%;
    border-left: 4px solid rgb(40, 43, 45);
    -moz-box-sizing: border-box;  
     -webkit-box-sizing: border-box; 
     -o-box-sizing: border-box; 
     -ms-box-sizing: border-box; 
     box-sizing: border-box; 
}
.content_footer .ctrl .ctrl_box .ctrl_content img{
   position: absolute;
   top: 15px;
   left: 15px;
   width:40px;
   height: 40px;
   margin-right: 15px;
}
.content_footer .ctrl .ctrl_box .ctrl_content .ctrl_text{
    position: absolute;
    top: 15px;
    right: 8px;
    height: 40px;
    width: 130px;
}

.content_footer .ctrl .ctrl_box .ctrl_content .ctrl_text .ctrl_text1{
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    color: #c3c3c3;
    margin-bottom: 3px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content_footer .ctrl .ctrl_box .ctrl_content .ctrl_text .ctrl_text2{
    width: 100%;
    font-size: 12px;
    color: #c3c3c3; 
    height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content_footer .ctrl .ctrl_box .ctrl_content.cur{
    background-color:#000;
    border-left: 4px solid #cf0f32;
}
.content_footer .ctrl .ctrl_box .ctrl_content .cur_triangle{
    position: absolute;
    top:27px;
    right: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid #000;
    border-bottom: 8px solid transparent;
}
.content_footer .wrap .img_big_a{
    display: block;
    width: 100%;
    height: 100%;
}
.content_footer .wrap .img_big_a img{
    width: 100%;
}

.content_footer .list_box .list_news_top{
    position: relative;
    width: 100%;
    height: 77px;
    padding-bottom: 14px;
    border-bottom: 1px #3d4041 solid;
    -moz-box-sizing: border-box;  
     -webkit-box-sizing: border-box; 
     -o-box-sizing: border-box; 
     -ms-box-sizing: border-box; 
     box-sizing: border-box;
}
.content_footer .list_box .list_news_top a{
    font-size: 24px;
    color: #cf0f32;
    display: block;
    display: -webkit-box;
    font-weight: 700;
    width: 100%;
    height: 77px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content_footer .list_box .list_news_top a:hover{
    color: #DC143C;
}

.content_footer .list_box .more{
    position: absolute;
    top:0px;
    right: 0px;
}
.content_footer .list_box .list_site_news{
    position: relative;
    width: 100%;
    padding-top: 14px;
}
.content_footer .list_box .list_site_news .list_site{
    position: relative;
    width: 100%;
    height: 25px;
    margin-bottom: 10px;
    background: #333638;
}
.content_footer .list_box .list_site_news .list_site a{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    width: calc(100% - 60px);
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 10px;
}

.content_footer .list_box .list_site_news .list_news{
    position: relative;
    width: 100%;
}
.content_footer .list_box .list_site_news .list_news a{
    position: relative;
    display: block;
    width: 100%;
    height: 31px;
    line-height: 31px;
    color: #c3c3c3;
    font-size: 14px;
}
.content_footer .list_box .list_site_news .list_news a:hover .news_title{
    color: white;
    font-weight: 700;
}
.content_footer .list_box .list_site_news .list_news a .news_type{
    position: absolute;
    top: 0px;
    display: inline-block;
    left: -7px;
}
.content_footer .list_box .list_site_news .list_news a .news_title{
    position: absolute;
    top: 0px;
    left: 60px;
    display: inline-block;
    width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_footer .list_box .list_site_news .list_news a .news_date{
    position: absolute;
    display: inline-block;
    top: 0px;
    right: 0px;
}
.content2{
    position: relative;
    width: 100%;
    background-color: #f6f7fb;
}
.content2 .content2_box{
    position: relative;
    width: 1260px;
    padding: 40px 0px 100px;
    margin: 0px auto;
}
.content2 .content2_box .platform{
    position: relative;
    width: 100%;  
}

.content2 .content2_box .platform a{
    display: block;
    width: 25%;
    height: 132px;
    float: left;
}
.content2 .content2_box .platform a:nth-child(1){
    text-align: left;
}
.content2 .content2_box .platform a:nth-child(4){
    text-align: right;
}
.content2 .content2_box .platform a img{
    width: 96%;
    height: 100%;
}
.content2 .content2_box .platform a:nth-child(2) img{
    margin-left: 1.5%;
}
.content2 .content2_box .platform a:nth-child(3) img{
    margin-left: 2.5%;
}
.content2 .content2_box .community{
    position: relative;
    width: 100%; 
    padding-top: 40px;
}
.content2 .content2_box .community .community_title{
    position: relative;
    line-height: 22px;
    font-size: 22px;
    color: #272a2c;
    display: block;
    text-indent: 15px;
    border-left: 4px #cf1132 solid;
    margin-bottom: 30px;
}
.content2 .content2_box .community .community_box{
    position: relative;
    width: 100%;
    height: 178px;
    background-color: #fff;
    border: 1px solid #e4e3e3;
    -moz-box-sizing: border-box;  
     -webkit-box-sizing: border-box; 
     -o-box-sizing: border-box; 
     -ms-box-sizing: border-box; 
     box-sizing: border-box;
    overflow: hidden;
}
.content2 .content2_box .community .community_box .community_content{
    position: relative;
    top:0px;
    left: 65px;
    width: calc(100% - 130px);
    height: 100%;
    overflow: hidden;
}
.content2 .content2_box .community .community_box .community_content .community_all{
    position: absolute;
    top: 0px;
    height: 100%;
    width: 1130px;
    left: 0px;
    transition:left .2s;
	-webkit-transition:left .2s; /* Safari */
}
.content2 .content2_box .community .community_box .community_content .community_all .community_head{
    position: relative;
    display: block;
    width: 188.3333px;
    height: 100%;
    float: left;
    overflow: hidden;
}

.content2 .content2_box .community .community_box .community_content .community_all .community_head:hover{
    background-color: #f1f2f6;
}
.content2 .content2_box .community .community_box .community_content .community_all .community_head img{
    position: absolute;
    display: block;
    left: 40px;
    top: 33px;
    width: 90px;
    height: 90px;
    border-radius: 10px;
    transition:left .2s;
	-webkit-transition:left .2s; /* Safari */
}
 .content2 .content2_box .community .community_box .community_content .community_all .community_head:hover img{
    left: 30px;
}
.content2 .content2_box .community .community_box .community_content .community_all .community_head p{
    position: absolute;
    top: 132px;
    left: 35px;
    width: 100px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition:left .2s;
	-webkit-transition:left .2s; /* Safari */
}
.content2 .content2_box .community .community_box .community_content .community_all .community_head:hover p{
    left: 25px;
}
.content2 .content2_box .community .community_box .community_content .community_all .community_head a{
    position: absolute;
    top: 26px;
    right: 15px;
    width: 14px;
    padding: 0 9px;
    height: 122px;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    background: #c9314b;
    border-radius: 30px;
    text-align: center;
    word-break: break-all;
    display: none;
 }
.content2 .content2_box .community .community_box .community_content .community_all .community_head:hover a{
    display:flex;
    -webkit-display:flex;
    flex-direction:column; 
    justify-content:center;
}
.content2 .content2_box .community .community_box .community_content .community_all .community_head.on {
    background-color: #f1f2f6;
}
.content2 .content2_box .community .community_box .community_content .community_all .community_head.on img{
    left: 30px;
}
.content2 .content2_box .community .community_box .community_content .community_all .community_head.on p{
    left: 25px;
}
.content2 .content2_box .community .community_box .community_content .community_all .community_head.on a{
    display:flex;
    -webkit-display:flex;
    flex-direction:column; 
    justify-content:center;
}
.content2 .content2_box .community .community_box .community_content_left{
    position: absolute;
    height: 100%;
    width: 65px;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
.content2 .content2_box .community .community_box .community_content_left img{
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.content2 .content2_box .community .community_box .community_content_right{
    position: absolute;
    height: 100%;
    width: 65px;
    top: 0px;
    right: 0px;
    cursor: pointer;
}
.content2 .content2_box .community .community_box .community_content_right img{
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.content2 .content2_box .hot{
    position: relative;
    width: 100%; 
    padding-top: 40px;
}
.content2 .content2_box .hot .hot_title{
    position: relative;
    line-height: 22px;
    font-size: 22px;
    color: #272a2c;
    display: block;
    text-indent: 15px;
    border-left: 4px #cf1132 solid;
    margin-bottom: 30px;
}

.content2 .content2_box .hot .hot_box{
    position: relative;
    width: 100%;
}

.content2 .content2_box .hot .hot_box .hot_content{
    position: relative;
    width: 406.666px;
    margin: 0 0 20px 0;
    background: #fff;
    float: left;
}

.content2 .content2_box .hot .hot_box .hot_content:nth-child(3n-1){
    margin: 0 20px 20px 20px;
}

.content2 .content2_box .hot .hot_box .hot_content .hot_img{
    display: block;
    width: 100%;
    height: 271.4px;
}
.content2 .content2_box .hot .hot_box .hot_content .hot_img img{
    width: 100%;
    height: 100%;
}
.content2 .content2_box .hot .hot_box .hot_content .hot_text{
    color: #383838;
    font: 700 20px/32px "Microsoft YaHei";
    padding: 12px 12px 2px;
    height: 32px;
    overflow: hidden;
}
.content2 .content2_box .hot .hot_box .hot_content .hot_desc{
    position: relative;
    margin: 0 12px 0px;
    padding-bottom: 12px;
    font: 14px "Microsoft YaHei";
    color: #b1b1b1;
    line-height: 22px;
    height: 45px;
    overflow: hidden;
    text-indent:2em;
    border-bottom: 1px solid #ededed;
}

.content2 .content2_box .hot .hot_box .hot_content .hot_footer{
    position: relative;
    width: 100%;
    height: 45px;
}
.content2 .content2_box .hot .hot_box .hot_content .hot_footer a{
    position: absolute;
    bottom: 8px;
    right: 20px;
    width: 88px;
    height: 30px;
    display: block;
    font: 12px/30px "Micosoft YaHei";
    text-align: center;
    color: #9f9f9f;
    background: url(../img/arrow.png) no-repeat right center;
}
.content2 .content2_box .hot .hot_box .hot_content .hot_footer a:hover{
    color: #c21d35;
    background: url(../img/arrow_h.png) no-repeat right center;
}
footer{
    position: relative;
    width: 100%;
    height: 120px;
    background-color: #454857;
    color: white;
}

footer h1{
    padding-top: 35px;
    font-size: 16px;
    text-align: center;
}

footer p{
    font-size: 12px;
    color: #b2b3b8;
    text-align: center;
}

.content_news{
    position: relative;
    width: 100%;
    height: 530px;
}
.content_news img{
    display: block;
    width: 100%;
    height: 100%;
}
.news_content{
    position: relative;
    width: 1260px;
    padding: 0px 0px 100px;
    margin: 0px auto;
    min-height: 190px;
}

.news_content .tit{
    color: #000;
    height: 84px;
}

.news_content .tit span {
    border-bottom: 4px solid #c21d35;
    display: inline-block;
    height: 80px;
    font: 40px/80px "Microsoft YaHei";
}

.news_content .news_content2{
   width: 100%;
   margin-bottom: 50px;
}

.news_content .news_content2 .news_content2_title{
    position: relative;
    width: 100%;
    color: #272a2c;
    font: 700 24px/76px "Microsoft YaHei";
    border-bottom: 1px solid #e0e0e0;
    min-height: 70px;
}
.news_content .news_content2 .news_content2_title p{
    position: absolute;
    width: calc(100% - 100px);
    line-height: 35px;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}

.news_content .news_content2 .news_content2_title span{
    position: absolute;
    height: 30px;
    line-height: 30px;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    color: #626262;
    font-size: 14px;
}

.news_content .news_content2 .news_content2_content{
    width: 100%;
    padding: 20px;
    -moz-box-sizing: border-box;  
     -webkit-box-sizing: border-box; 
     -o-box-sizing: border-box; 
     -ms-box-sizing: border-box; 
     box-sizing: border-box;
}

.news_content .news_content2 .news_content2_desc{
    position: relative;
    width: 100%;
    color: #272a2c;
    font: 700 24px/76px "Microsoft YaHei";
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}
.news_content .news_content2 .news_content2_desc p{
    width: 100%;
    color: #626262;
    font-size: 18px;
    text-indent: 2em;
    font-weight: normal;
    height: initial;
    line-height: initial;
    padding-bottom: 10px;
}

.news_content .news_content2 .news_content2_desc a{
    display: block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    bottom: 20px;
    color: white;
    font-size: 18px;
    background-color: #c9314b;
    font-weight: normal;
    border-radius: 30px;
    padding: 0px 30px;
    text-align: center;
    margin-right: 10px;
    float: right;
}

.page{
    text-align: center;

}
.page a{
    display: inline-block;
    background: #fff;
    color: #888;
    padding: 5px;
    min-width: 15px;
    border: 1px solid #E2E2E2;

}
.page span{
    display: inline-block;
    padding: 5px;
    min-width: 15px;
    /* border: 1px solid #E2E2E2; */
}
.page span.current{
    display: inline-block;
    background: red;
    color: #fff;
    padding: 5px;
    min-width: 15px;
    border: 1px solid red;
}
.page .pagination li{
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}
.page .pagination li.active span{
    background: red;
    color: #fff;
    border: 1px solid red;

}

.join_cover{
    position: fixed;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -150px;
    z-index: 1000;
    width: 380px;
    height: 240px;
    background: #c9314b;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 30px 60px;
    display: none;
}

.join_cover .close{
    position: absolute;
    right: 10px;
    top: 10px;
    height: 40px;
    cursor: pointer;
}
.join_cover .close img{
    display: block;
    width: 100%;
    height: 100%;
}

.join_cover .join_content{
    width: 100%;
}

.join_cover .join_content p{
    color: #fff!important;
    font-size: 18px!important;
    height: 40px!important;
    text-align: left!important;
    line-height: 40px!important;
    text-indent:0px!important;
}

.hot .tit{
    color: #000;
    height: 84px;
}

.hot .tit span {
    border-bottom: 4px solid #c21d35;
    display: inline-block;
    height: 80px;
    font: 40px/80px "Microsoft YaHei";
}
