.top-bg{
	background: url('../img/banner.png') no-repeat center center;
    min-height: 560px;
	padding-bottom: 10px;
	background-size: 100% 100%;
	color: #fff;
}
.top-tags{
	align-items: center;
	padding: 20px 0;
	color: #f0f0f0;
	font-size: 18px;
}
.top-tags .t-icon{
	width: 26px;
	height: 26px;
	margin-right: 6px;
	vertical-align: middle;
}
.top-tags .t-span{
	margin: 0 10px;
}


.top-content{
	padding: 50px 0 30px;
}
.soft-name{
	font-size: 40px;
	font-weight: 600;
}
.soft-tag{
	background: url('../img/image_qp.png') no-repeat center center;
	width: 80px;
	height: 22px;
	line-height: 22px;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: top;
	margin-top: 16px;
	margin-left: 5px;
	text-align: center;
}
.soft-funciton{
	font-size: 26px;
	padding: 40px 0 30px;
}
.soft-desc{
	font-size: 18px;
	color: #f1f1f1;
	padding-bottom: 50px;
}
.soft-downloadNum{
	font-size: 18px;
	color: #f0c045;
}
.btn-download{
	width: 190px;
	height: 50px;
	border-radius: 6px;
	background-color: #fff;
	color: #1296db;
	position: relative;
	text-align: center;
	cursor: pointer;
	margin: 15px 0 20px;
}
.btn-download2{
	width: 160px;
	height: 45px;
    background-color: #379c7b;
    color: #fff;
}
.btn-download:hover{
	background-color: #f1f1f1;
}
.btn-download2:hover{
    background-color: #1cc089;
}
.btn-download .icon-download{
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url('../img/icon-down1.png') no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: 10px;
	left: 32px;
	animation: dwon 1s infinite;
	-webkit-animation: dwon 1s infinite;
	-moz-animation: dwon 1s infinite;
}
.btn-download .down-name{
	display: inline-block;
	font-size: 24px;
	padding-left: 40px;
	line-height: 50px;
	background: url('../img/icon-down2.png') no-repeat;
	background-position-x: 0;
	background-position-y: 32px;
	position: relative;
	background-size: 24px;
}
.btn-download2 .icon-download{
	background: url('../img/icon-down.png') no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: 10px;
	left: 33px;
	animation: dwon 1s infinite;
	-webkit-animation: dwon 1s infinite;
	-moz-animation: dwon 1s infinite;
}
.btn-download2 .down-name{
	background: url('../img/icon-bot.png') no-repeat;
	background-position-x: 0;
	background-position-y: 28px;
	position: relative;
	background-size: 24px;
	font-size: 16px;
    line-height: 45px;
}
@keyframes dwon {
    0%,
    100% {
        top: 6px;
    }
    50% {
        top: 14px;
    }
}

@-webkit-keyframes dwon {
    0%,
    100% {
        top: 6px;
    }
    50% {
        top: 14px;
    }
}

@-moz-keyframes dwon {
    0%,
    100% {
        top: 6px;
    }
    50% {
        top: 14px;
    }
}
.img-detail{
	width: 450px;
	margin-top: 30px;
}
.p-line{
	line-height: 2;
	color: #f1f1f1;
}
.pl-span{
	margin-right: 15px;
}
.audio-list{
	flex-wrap: wrap;
}
.audio-item, .audio-item2{
	width: 14.28%;
	text-align: center;
	margin-bottom: 30px;
	cursor: pointer;
	position: relative;
}
.audio-item:hover{
	transform: scale(1.2);
}
.audio-item img, .audio-item2 img{
	width: 60%;
	margin-bottom: 10px;
}
.more-txt{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
}
.icon-more{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 10px;
	animation: larger 1.5s infinite;
	-webkit-animation: larger 1.5s infinite;
	-moz-animation: larger 1.5s infinite;
}
@keyframes larger {
    0%,
    100% {
        width: 60%;
    }
    50% {
        width: 50%;
    }
}

@-webkit-keyframes larger {
    0%,
    100% {
        width: 60%;
    }
    50% {
        width: 50%;
    }
}

@-moz-keyframes larger {
    0%,
    100% {
        width: 60%;
    }
    50% {
        width: 50%;
    }
}
.index-about{
    background-color: #fff;
}
.index-title{
    text-align: center;
    padding: 20px 0;
}
.index-title .name{
    color: #333;
    font-size: 24px;
    font-weight: 600;
    padding: 35px 0 20px;
}
.index-title .desc{
    width: 276px;
    margin: 0 auto;
    background-color: #ebebeb;
    border-radius: 18px;
    color: #999;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
}
.info-flex{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	padding: 50px 0;
}

.info-img, .info-content{
	width: 45%;
}

.into-title{
	font-size: 22px;
	line-height: 2.2;
	font-weight: 600;
}

.info-desc{
	font-size: 14px;
	line-height: 1.8;
	color: #666;
}
/** 首頁輪播圖 **/
.banner-bg{
    width: 100%;
    min-width: 1200px;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}
.index-banner{
    position: relative;
	padding-top: 10px;
}
.swiper-container {
    width: 1024px;
    height: 300px;
}

.head-item{
	text-align: center;
	width: 76%;
	margin: auto;
	background-color: #fff;
	padding: 20px 30px;
	box-sizing: content-box;
}
.head-item .head-icon{
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.head-item .head-name{
	text-align: center;
	padding: 15px 0;
}
.head-item .head-desc{
	text-align: left;
	line-height: 1.8;
	margin-bottom: 10px;
}
.head-item .head-time{
	text-align: right;
	color: #999;
}

/*rename*/
.info-flex .f-item{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 33.33%;
    align-items: center;
    margin: 20px 0;
    font-size: 14px;
}
.font-14{
    font-size: 14px;
}
.info-flex .icon-o {
    width: 50px;
    height: 40px;
    margin-right: 20px;
}

.info-flex .f-item2{
    width: 26%;
    text-align: center;
    margin: 20px 0;
    font-size: 14px;
}

.f-item2 .f-cont{
    font-weight: 600;
    font-size: 16px;
    margin: 20px 0 10px 0;
}

.info-flex .icon-o2 {
    width: 50px;
    height: 50px;
}
.rename-list{
    flex-wrap: wrap;
    margin-bottom: 50px;
    line-height: 2.4;
}
.rename-item{
    width: 33.33%;
    text-align: center;
}
/* 视频 */
.videos-list{
	flex-wrap: wrap;
}
.videos-item, .videos-item2{
	width: 16.66%;
	text-align: center;
	margin-bottom: 30px;
	cursor: pointer;
	position: relative;
}
.videos-item:hover{
	transform: scale(1.2);
}
.videos-item img, .videos-item2 img{
	width: 60%;
	margin-bottom: 10px;
}

#progressBar{
    height: 50px;
    position: relative;
    margin: 20px auto;
}
#progressBar div{
    width: 100%;
    height: 10px;
    position: absolute;
    top:50%;
    left: 0;
    margin-top:-20px;
    background: #ccc;
}
#progressBar div span{
    position: absolute;
    display: inline-block;
    background: #ff9007;
    height: 10px;
    width: 100%;
	animation: bgLoad 15s infinite;
	-webkit-animation: bgLoad 15s infinite;
	-moz-animation: bgLoad 15s infinite;
}
@keyframes bgLoad {
    0%{
        width: 0%;
    }
    40%{
         width: 50%;
    }
    80%{
        width:100%;
    }
    100%{
        width:100%;
    }
}
@-webkit-keyframes bgLoad{
    0%{
        width: 0%;
    }
    33.3%{
         width: 50%;
    }
    70%{
        width: 100%;
    }
    100%{
        width: 100%;
    }
}
@-moz-keyframes bgLoad{
    0%{
        width: 0%;
    }
    33.3%{
         width: 50%;
    }
    70%{
        width: 100%;
    }
    100%{
        width: 100%;
    }
}
#progressBar>span{
    position: absolute;
    top:0;
    margin-top: -10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ccc;
    margin-left: -20px;
    color:#fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
@keyframes circleLoad_1 {
    0%,50%{
        background: #ccc;
    }
    100%{
        background:#ff9007;
    }
}
@-webkit-keyframes circleLoad_1{
    0%,50%{
        background: #ccc;
    }
    100%{
        background:#ff9007;
    }
}
@-moz-keyframes circleLoad_1{
    0%,50%{
        background: #ccc;
    }
    100%{
        background:#ff9007;
    }
}

@keyframes circleLoad_2 {
    0%,70%{
        background: #ccc;
    }
    100%{
        background:#ff9007;
    }
}
@-webkit-keyframes circleLoad_2{
    0%,70%{
        background: #ccc;
    }
    100%{
        background:#ff9007;
    }
}
@-moz-keyframes circleLoad_2{
    0%,70%{
        background: #ccc;
    }
    100%{
        background:#ff9007;
    }
}
#progressBar span:nth-child(2){
    left: 0%;background:#ff9007;
}
#progressBar span:nth-child(3){
    left: 50%;background:#ff9007;
	animation: circleLoad_1 5s ease-in;
	-webkit-animation: circleLoad_1 5s ease-in;
	-moz-animation: circleLoad_1 5s ease-in;
}
#progressBar span:nth-child(4){
    left: 100%;background:#ff9007;
	animation: circleLoad_2 10s ease-in;
	-webkit-animation: circleLoad_2 10s ease-in;
	-moz-animation: circleLoad_2 10s ease-in;
}

.step-content{
    text-align: center;
}
.step-desc{
    padding: 30px 0;
    font-size: 16px;
}
.step-img{
    width: 800px;
}

.step1{
	animation: step1 15s infinite;
	-webkit-animation: step1 15s infinite;
	-moz-animation: step1 15s infinite;
}
@keyframes step1 {
    0%, 33.33%{
        height: auto;
        opacity: 1;
    }
    33.34%,100%{
        height: 0;
        opacity: 0;
    }
}
@-webkit-keyframes step1{
    0%, 33.33%{
        height: auto;
        opacity: 1;
    }
    33.34%,100%{
        height: 0;
        opacity: 0;
    }
}
@-moz-keyframes step1{
    0%, 33.33%{
        height: auto;
        opacity: 1;
    }
    33.34%,100%{
        height: 0;
        opacity: 0;
    }
}
.step2{
	animation: step2 15s infinite;
	-webkit-animation: step2 15s infinite;
	-moz-animation: step2 15s infinite;
}
@keyframes step2 {
    0%,33.33%{
        height: 0;
        opacity: 0;
    }
    33.34%,66.66%{
        height: auto;
        opacity: 1;
    }
    66.67%,100%{
        height: 0;
        opacity: 0;
    }
}
@-webkit-keyframes step2{
    0%,33.33%{
        height: 0;
        opacity: 0;
    }
    33.34%,66.66%{
        height: auto;
        opacity: 1;
    }
    66.67%,100%{
        height: 0;
        opacity: 0;
    }
}
@-moz-keyframes step2{
    0%,33.33%{
        height: 0;
        opacity: 0;
    }
    33.34%,66.66%{
        height: auto;
        opacity: 1;
    }
    66.67%,100%{
        height: 0;
        opacity: 0;
    }
}
.step3{
	animation: step3 15s infinite;
	-webkit-animation: step3 15s infinite;
	-moz-animation: step3 15s infinite;
}
@keyframes step3 {
    0%,66.66%{
        height: 0;
        opacity: 0;
    }
    66.67%,100%{
        height: auto;
        opacity: 1;
    }
}
@-webkit-keyframes step3{
    0%,66.66%{
        height: 0;
        opacity: 0;
    }
    66.67%,100%{
        height: auto;
        opacity: 1;
    }
}
@-moz-keyframes step3{
    0%,66.66%{
        height: 0;
        opacity: 0;
    }
    66.67%,100%{
        height: auto;
        opacity: 1;
    }
}
.disHeight{
    height: 0 !important;
    opacity: 0 !important;
}
.showHeight{
    height: auto;
    opacity: 1 !important;
}
