@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	margin: 0px 0px 0px 0px;
}
body {
	overflow-x: hidden;background: #000;
}
.bigcontainer {
	width: 100%;
	background: #000;
	top:-110;
}
#top-icon {
    width: 100%;
    /* height: 60px; */
    position: fixed;
    z-index: 999;
    background-color: #FFF;
    border-bottom-style: solid;
    border-color: #ffffff;
}
.nav_icons {
    position: absolute;
    top: 15px;
    right: 200px;
    z-index: 20;
}
.nav_icons ul li {
    float: left;
    margin: 0 20px;
}
.nav_icons ul li a {
    display: block;
    width: 36px;
    position: relative;
    color: #4f4f4f;
    text-align: center;
    cursor: pointer;
}
.nav_icons ul li a span {
    display: block;
    margin: 0 auto 5px;
    height: 29px;
    background-image: url("../images/icons.png");
    background-repeat: no-repeat;
}
.nav_icons ul li a span.icon-music-play {
    width: 28px;
    background-position: -208px 0;
    -webkit-animation: rotate 4s linear infinite;
    -moz-animation: rotate 4s linear infinite;
    -o-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
}

.nav_icons ul li a span.icon-music-pasue {
    width: 28px;
    background-position: -253px 0;
}
.navs {width: 350px;height: 135px;left:50%;margin-left: -590px;top: 763px;z-index: 99;}
.nav1 {width: 190px;height: 60px;}
.nav2 {width: 190px;height: 60px;margin-top: 14px;}
.nav3 {width: 135px;height: 135px;margin-left: 216px;}
.nav1:hover,.nav2:hover,.nav3:hover{cursor: pointer;}
/************/
#top-icon {
        width: 1920px;
    height: 60px;
    position: fixed;
    z-index: 999;
    background-color: #FFF;
    border-bottom-style: solid;
    border-color: #ffffff;
    margin: 0 auto;
    left: 50%;
    margin-left: -960px;
}


.nav_logo {
    position: absolute;
    left: 129px;
    top: 8px;
}

.nav_logo p {
    font-size: 31px;
    font-family: 'dbsjt';
    float: left;
    background-image: -webkit-linear-gradient(left, #770808, #ff0000 25%, #770808 50%, #ff0000 75%, #770808);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
    -webkit-animation: masked-animation 2s infinite linear;
}

@-webkit-keyframes masked-animation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -100% 0;
    }
}

.nav_logo p img {
    padding-right: 10px;
}

.nav_icons {
    position: absolute;
    top: 5px;
    right: 330px;
    z-index: 20;
}

.nav_icons ul li {
    float: left;
    margin: 0 20px;
}

.nav_icons ul li a {
    display: block;
    width: 36px;
    position: relative;
    color: #4f4f4f;
    text-align: center;
    cursor: pointer;
}

.nav_icons ul li a span:hover {
    opacity: 0.6;
}

.nav_icons ul li a span {
    display: block;
    margin: 0 auto 5px;
    height: 29px;
    background-image: url("../725ps/icons.png");
    background-repeat: no-repeat;
}

.nav_icons ul li a span.icon-news {
    width: 27px;
    background-position: 0 0;
}

.nav_icons ul li a span.icon-weixin {
    width: 35px;
    background-position: -51px 0;
}

.nav_icons ul li a span.icon-weibo {
    width: 35px;
    background-position: -104px 0;
}

.nav_icons ul li a span.icon-qq {
    width: 28px;
    background-position: -159px 0;
}

.nav_icons ul li a span.icon-kf {
    width: 37px;
    background: url("../725ps/icon_kf.png") center top no-repeat;
}

.nav_icons ul li a span.icon-ds {
    width: 87px;
    background: url("../725ps/iconlogo.png") center top no-repeat;
}

.nav_icons ul li a span.icon-music-play {
    width: 28px;
    background-position: -208px 0;
    -webkit-animation: rotate 4s linear infinite;
    -moz-animation: rotate 4s linear infinite;
    -o-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
}

.nav_icons ul li a span.icon-music-pasue {
    width: 28px;
    background-position: -253px 0;
}

.nav_icons ul li a:hover div {
    display: block;
}

.nav_icons ul li a div {
    display: none;
    position: absolute;
    top: 90px;
    left: -91px;
    background: #fff;
    padding-bottom: 15px;
    padding-top: 5px;
}

.nav_icons ul li a div:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border: 24px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: -42px;
    left: 50%;
    margin-left: -24px;
}

.nav_icons ul li a div img {
    width: 200px;
    height: 200px;
    border: 2px solid #fff;
}

.nav_icons ul li a div em {
    font-size: 16px;
    color: #1e1a1c;
    text-align: center;
    font-style: normal;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-ms-keyframes rotate {
    from {
        -ms-transform: rotate(0deg)
    }
    to {
        -ms-transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

.beat {
    width: 90px !important;
}

/************/
#Version{width:100%;height:1080px;position:relative;overflow:hidden;z-index:11;padding-top:63px}
#Flash{width:1920px;height:1080px;position:absolute;left:50%;margin:0 auto -272px -960px;z-index:-1}
#Header{margin:0 auto -290px -960px;width:1920px;height:1080px;position:absolute;left:50%;z-index:-2;line-height:0}#Flash1{width:1920px;height:486px;position:absolute;left:50%;margin:0 auto -272px -960px;z-index:0}
#Download{width: 764px;height: 172px;text-align:center;position:absolute;top: 750px;left:52%;margin-left: -396px;z-index:51;border-radius:5px;background:url("../725ps/down.png") no-repeat left top;}
#Download .btn_down_s1{float:left;width: 320px;height: 90px;text-indent:-999em;margin-left: 106px;margin-top: 41px;}
#Download .btn_down_s2{float:left;width: 155px;height: 91px;text-indent:-999em;margin-left: 5px;margin-top: 41px;}
#Download .btn_down_s3{float:left;width: 130px;height: 90px;text-indent:-999em;margin-left: 10px;margin-top: 40px;}
#Download .btn_down_s4{float:left;width: 109px;height: 110px;text-indent:-999em;overflow:hidden;margin-left: 108px;margin-top: 33px;}

.yxjs{
	width:1920px;
	height:736px;
	left: 50%;
	margin-left: -960px;
	position: relative;
	background: url("../725ps/bg_02.png") no-repeat center;
	background-position: 0px -0px;
	background-image: url("../725ps/bg_02.png");
}
.zbzs{
	width:1920px;
	height:1379px;
	left: 50%;
	margin-left: -960px;
	position: relative;
	background: url("../725ps/bg_03.jpg") no-repeat center;
	background-position: 0px -0px;
	background-image: url("../725ps/bg_03.jpg");
}
.PartTitle2{padding:14px 0 14px 38px;height:35px;line-height:35px;position:relative;font-size:19px;font-weight:normal;color:#FF4700;border-bottom:1px solid #FF4700;}
	.PartTitle2 span{font-size:13px;font-family:'times new roman', times, serif;color:#FFF;text-transform:uppercase;}
	.PartTitle2 .more{position:absolute;font-size:12px;color:#fff;right:5px;padding-right:27px;background:url(../images/icon_more.png) no-repeat right center;}
	.PartTitle2 .more:hover{color:#0c0910;}

.ml10{margin-left:10px;}
.m5{width:100%;height:auto;overflow:hidden;padding-bottom:10px;padding-top:220px; z-index:999999; }
.zb_zb{width:1090px;height:auto;overflow:hidden;margin:0 auto;padding-top:10px;padding-top:10px;padding-bottom:10px;}


.zb_zb_3bg{padding:10px 10px 10px;width:335px;height:auto;overflow:hidden;float:left;background-color:rgba(0,0,0,0.5);position:relative}
.zb_zb_3{width:335px;height:auto;overflow:hidden;float:left;position:relative;overflow:hidden;background-color:rgba(0,0,0,0.5);box-shadow:0 0px 14px rgba(0,0,0,0.3) inset;}
.zb_zb_3_t{width:335px;height:41px;float:left;background:#FFF;line-height:41px;color:#feac2a;text-align:center;font-size:16px;font-weight:bold;}
.zb_zb_3_d{width:335px;height:0px;float:left;background:#FFF;position:relative}
.zb_zb_3 .role-itemst{width:335px;height:auto;float:left;position:relative;}
.zb_zb_3 .role-itemst img{width:335px;height:434px;overflow:hidden;display:block;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s;padding:5px;}

.box-jieshao {
  left: 450px;
  top: 260px;
  position: absolute;
  width: 1000px;
  height: 400px;
  border-radius: 20px;
  color: #eec26e;
  padding: 3rem 3rem;
  font-size: 1.0rem;
  font-weight: bold;
  text-align: left;
  line-height: 2rem;
}