*{margin: 0;padding: 0;border: 0;list-style: none;}
a{text-decoration: none;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
.allclear{ clear: both;}


body{width: 100%;min-width: 1200px;font-size: 14px;font-family: Arial;}
.sub_wrap{position: relative;width: 100%;min-height: 1000px; background:#020000 url("../images/sub_bg.webp") top center no-repeat;overflow: hidden;}
.sub_main{position: relative;width: 1200px;margin: 0 auto;padding-top: 735px;padding-bottom: 120px;}
.sub_logo{position: absolute;top: 58px;left: 0;}
.sub_play{position: absolute;top: 420px;left: 50%;margin-left: -212.5px; width: 425px; height: 145px; background: url(../images/playnow.webp) no-repeat;background-position: 0 0;-webkit-animation: part1_play 3s steps(75) infinite;animation: part1_play 3s steps(75) infinite;}
.sub_play:hover{background: url(../images/playnow2.webp) no-repeat;background-position: 0 0;}
.sub_btn{position: absolute;top: 570px;left: 120px;width: 960px;display: flex;justify-content: space-around;}
.sub_btn a{display: flex;width: 195px;height: 63px;}
.sub_news{background: url("../images/part2_news.png") no-repeat;}
.sub_news:hover{background: url("../images/part2_news2.png") no-repeat;}
.sub_guides{background: url("../images/part2_guides.png") no-repeat;}
.sub_guides:hover{background: url("../images/part2_guides2.png") no-repeat;}
.sub_codes{background: url("../images/part2_codes.png") no-repeat;}
.sub_codes:hover{background: url("../images/part2_codes2.png") no-repeat;}
.sub_support{background: url("../images/part2_support.png") no-repeat;}
.sub_support:hover{background: url("../images/part2_support2.png") no-repeat;}

.sub_box{position: relative;width: 1218px;min-height: 600px;background: url("../images/sub_boxY.png") center repeat-y; line-height: 20px; font-size: 16px; color: #f0e6d2;}
.sub_top{position: absolute;top: -100px;left: 0; width: 1218px;height: 117px; background: url("../images/sub_boxTop.png") top center no-repeat;}
.sub_bot{position: absolute;bottom: -50px;left: 0; width: 1218px;height: 115px; background: url("../images/sub_boxBot.png") top center no-repeat;}
.sub_title{ width: 100%; height: 29px; text-align: center; position: absolute; top: 60px; left: 0;}
.sub_content{ width: 1000px; min-height: 600px; margin: 0 auto; position: relative; padding: 10px 0 70px 0; color: #9d9d9d;}
.sub_content a{ color: #9d9d9d;}
.sub_content a:hover{ color: #b4ad9f;}
.sub_main_title{ width: 100%; text-align: left; color: #9d9d9d; font-size: 14px;}
.sub_main_title span{ color: #b4ad9f; font-weight: bold;}
.sub_main_title a{ color: #9d9d9d;}
.sub_main_title a:hover{ color: #b4ad9f;}
.sub_line{ width: 100%; border-bottom: 1px solid #707070; margin: 20px auto 10px auto;}
.main_title{ width: 89%; height: 30px; line-height: 30px; float: left; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.main_date{ width: 11%; height: 30px; line-height: 30px; float: right; text-align: right;}
.main_line{ width: 100%; border-bottom: 1px dotted #707070; clear: both;}

.sub_page{position: relative;width: 520px; height: 23px; text-align: center;margin: 30px auto 0;}
.sub_page a{display: inline-block;padding: 3px 8px;background: #9d9d9d; color: #000000; margin: 0 2px;}
.sub_page .sub_current,.sub_page a:hover{background-color: #b4ad9f; color: #000000;}
.sub_page .sub_pageNext,.sub_page .sub_pagePrev{padding: 0; width: 8px;height: 10px;background: url("../images/sub_pageLf.png") no-repeat;}
.sub_page .sub_pageNext{-webkit-transform: rotate(180deg);transform: rotate(180deg);}
.sub_page .sub_pageNext:hover,.sub_page .sub_pagePrev:hover{background: url("../images/sub_pageLf2.png") no-repeat;}


.sub_head{ width: 85%; padding: 45px 0 0 0; text-align: center; color: #b4ad9f; font-size: 20px; font-weight: bold; line-height: 25px; margin: 0 auto;}
.sub_time{ width: 100%; text-align: center; color: #9d9d9d; font-size: 14px; line-height: 30px;}
.sub_img{ width: 100%; text-align: center; margin: 20px auto;}



/*底部信息*/
.swiper_footer{ width: 100%;height: 100px;background:#000000; z-index: 5;}
.copyright{position: relative;margin: 20px auto 0; width:1200px; text-align:center; line-height:20px; display:block;font-size: 14px; color: #9d9d9d;}
.copyright a{ color: #9d9d9d;}
.copyright a:hover{ color: #b4ad9f;}


/*gotop*/
.gotop{width:66px; height:65px; position: fixed; left: 50%; top:73%; margin-left: 630px; z-index:3; text-align:center; cursor:pointer; display:none}
.gotop a{ width:69px; height:74px; background:url(../images/gotop.png) no-repeat; display:block;}			
.gotop a:hover{ background: url(../images/gotop2.png) no-repeat;}



@-webkit-keyframes part1_play {
  to{
    background-position: 0 -10875px;
  }
}
@keyframes part1_play {
  to{
    background-position: 0 -10875px;
  }
}
