.top-bg{
	background: url('../img/banner.png') no-repeat center center;
    min-height: 600px;
	padding-bottom: 40px;
	background-size: 100% 100%;
	color: #fff;
}
.top-tags{
	align-items: center;
	padding: 20px;
	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: 15px;
    width: 138px;
	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;
    box-sizing: border-box;
}
.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;
}
/** 首頁輪播圖 **/
.index-banner{
    position: relative;
	padding-top: 10px;
}
.swiper-container {
    width: 100%;
    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;
}



.flex-n-list{
	display: flex;
	flex-wrap: wrap;
}
.n-item{
	width: 100px;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	position: relative;
}

.n-item.active, .n-item:hover{
	color: #0593b5;
}

.news-list{
    width: 1200px;
	margin-top: 50px;
}

.news-item{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	background-color: #fff;
	margin-bottom: 6px;
	cursor: pointer;
	border-bottom: 1px solid #eee;
}

.ns-content{
	padding: 24px;
}

.ns-content .n-title{
	font-size: 18px;
	font-weight: 600;
}

.ns-content .n-desc{
	font-size: 14px;
	margin-top: 12px;
}

.news-list .news-item:hover{
	background-color: #DC3223;
	color: #fff;
}

.news-list .news-item:hover{
	background-color: #DC3223;
	color: #fff;
}

.ns-time{
	width: 120px;
	text-align: center;
	margin-right: 30px;
}

.ns-time .t-m{
	color: #DC3223;font-size: 22px;font-weight: 600;border: 1px solid #DC3223; padding: 8px 0;
}

.ns-time .t-y{
	font-size: 18px; background-color: #DC3223;color: #fff; padding: 6px;
}

.news-r{
	width: calc(100% - 150px);
}

.news-list .news-item:hover .t-m{
	border-color: #fff;
	color: #fff;
}

.news-list .news-item:hover .t-y{
	background-color: #fff;
	color: #DC3223;
}

.news-time{
	font-size: 14px;
	color: #666;
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px dashed #eee;
}

.news-content{
	max-width: 1024px;
	margin: 0 auto;
	padding: 40px 10px;
	line-height: 2.2;
	text-indent: 2em;
}
.news-content span{
	text-wrap: wrap !important;
}
.news-content img, .news-content video{
	width: 80%;
	height: auto;
	padding: 10px 0;
}

.news-content video{
	height: 450px;
}

.intro-content{
	font-size: 20px;
	color: #666;
	line-height: 2.2;
	text-indent: 2em;
	padding: 20px;
	margin-bottom: 40px;
}

/* 软件介绍 */
.in-box {
	max-width: 1200px;
	margin: 40px auto;
}
.in-box > img {
	display: block;
	width: 35px;
	margin: 0 auto;
	margin-bottom: 77px;
}
.common-h1 {
	position: relative;
	width: fit-content;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 700;
	font-size: 45px;
	line-height: 59px;
	text-align: center;
	letter-spacing: 2px;
	color: #111E40;
	margin: 0 auto;
}
.common-h1 img {
	position: absolute;
	left: -102px;
	bottom: -228px;
	z-index: -1;
}
.common-p {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 2px;
	color: #111E40;
	opacity: 0.65;
	margin-top: 40px;
}
.in-box ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}
.in-box ul.in-ul1 {
	margin-top: 118px;
	margin-bottom: 64px;
}
.in-box ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 280px;
	height: 369px;
	background: #FFFFFF;
	box-shadow: 60px 3px 95px rgba(238, 238, 238, 0.65);
	border-radius: 19px;
}
.in-box ul li h2 {
	font-family: 'Source Han Sans CN';
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 45px;
	color: #111E40;
	opacity: 0.8;
	margin-top: 32px;
	margin-bottom: 18px;
}
.in-box ul li p {
	width: 210px;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #646D83;
	opacity: 0.8;
    text-align: center;
}

/* 软件亮点 */
.ad-box {
	padding-top: 159px;
	padding-bottom: 171px;
}
.ad-box ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0 auto;
}
.ad-box ul.ad-ul1 {
	margin-top: 111px;
	margin-bottom: 64px;
}
.ad-box ul.ad-ul2 {
 	margin-bottom: 64px;
}
.ad-box ul li {
	width: 532px;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
	color: #646B8A;
}
.ad-box ul li img {
	margin-right: 26px;
}


.course-list{
    background-color: #eee;
    padding: 20px;
    flex-wrap: wrap;
    line-height: 2.2;
    width: 1200px;
    margin: 40px auto;
}

.course-list .course-item {
    width: 33.33%;
}


.news-detail .news-title{
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding: 40px 0 20px;
}


.about-detail{
    width: 360px;
    margin-left: 40px;
}
.about-detail .about-area{
	background-color: #fff;
	margin-bottom: 20px;
	padding: 20px;
}
.about-area .about-title{
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #DC3223;
}
.about-area .news-item{
	line-height: 2.6;
	border-bottom: 1px solid #eee;
}
.about-list .about-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    background-color: #fff;
    margin-bottom: 6px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
