﻿*{
	margin: 0;
	padding: 0;
}

html {
    overflow-x: hidden;
}

html,body{
	width: 100%;
	background: #faf9f7;
}

.pg{
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}

/*第一屏*/
.first_pg{
	min-width: 1280px;
	height:920px ;
	position: relative;
	overflow: hidden;
    background: url("../images/page.jpg") center no-repeat;
    background-size: 100% 100%;
}
/*.first_pg img{*/
/*	width: 100%;*/
/*	height: 100%;*/
/*}*/

.first_pg video{
	width: 1920px;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	top: 0;
}
.page_center {
    position: absolute;
    width: 100%;
    height: 200px;
    bottom: 10px;
}
/*新增下载banner*/
.download_banner {
    margin: 0 auto;
    width: 580px;
    height: 150px;
    display: flex;
    justify-content: space-evenly;
    background: url("../images/down_bg.png") center no-repeat;
    background-size: cover;
}
.download_banner .code {
    width: 120px;
    height: 120px;
    margin-top: 15px;
}

.download_banner .down_btn {
    width: 180px;
    height: 120px;
}

.download_banner .android {
    position: absolute;
    width: 180px;
    height: 58px;
    background: url("../images/btn_and.webp") center no-repeat;
    background-size: 100% 100%;
    margin-top: 15px;
}
.download_banner .ios {
    position: absolute;
    width: 180px;
    height: 58px;
    background: url("../images/btn_ios.webp") center no-repeat;
    background-size: 100% 100%;
    top: 60px;
    margin-top: 15px;
}
.download_banner .moniqi {
    width: 120px;
    height: 120px;
    background: url("../images/btn_moniqi.webp") center no-repeat;
    background-size: 100% 100%;
    margin-top: 15px;
}

.download_banner .new_server {
    width: 120px;
    height: 120px;
    background: url("../images/btn_qun.png") center no-repeat;
    background-size: 100% 100%;
    margin-top: 15px;
}

/*标题*/
.tit {
    position: relative;
    top: 50px;
    width: 200px;
    height: auto;
    font-size: 45px;
    color: #7e8364;
    margin: 0 auto;
}
/*第二屏*/
.second_pg{
	min-width: 1280px;
	height:600px ;
	position: relative;
	/*background: url('../images/bg_pg02.webp') no-repeat center;*/
	z-index: 1;
}

.second_inner {
    position: relative;
    box-sizing: border-box;
    height: 450px;
    width: 1380px;
    top: 70px;
    margin: 0 auto;
}

.second_left{
	position: relative;
	float: left;
	width: 740px;
	height: 420px;
	background: url('../images/banner-mask.png') no-repeat center;
}

#swiper1{
	width: 700px;
	height: 390px;
	border-radius: 1rem;
	margin: 10px 0 0 10px;
}

.swiper-pagination {
    position: relative;
    top: 10px;
}

.swiper-pagination-bullet{
	width: 72px;
	height: 6px;
	background: #c7c8c9;
	border-radius:0;
	margin: 5px ;
}
.swiper-pagination-bullet-active{
	background: #9183d4;
}
.second_right{
	float: right;
}
.second_news{
	position: relative;
	width:600px ;
	height: 340px;
}

.second_category ul{
	display: flex;
	flex-direction: row;
	font-size: 20px;
	font-weight: 300;
	height: 40px;
    background: #eeece0;
    border-radius: 15px;
}

.second_category_item{
	list-style: none;
	color: #9183d4;
	font-size: 20px;
	padding: 5px 15px 0;
	text-align: center;
	margin: 0 10px 0 0;
	cursor: pointer;
}
.second_category .on{
	color: #64605d;
	background:#d8d8d8 ;
	border-radius: 15px;
}
.second_news_more{
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: -10px;
}
.second_content{
	margin: 15px auto 20px;
}
.second_content li{
	list-style: none;
	margin-bottom: 10px;
}

.second_content a {
    text-decoration: none;
    color: #64605d;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
}
.second_news_category{
	color: #a9a9a9;
	padding: 0 15px 0 10px;
	vertical-align: middle;
}
.second_news_category:after{
	content: '|';
	display: inline-block;
	padding-left: 15px;
}
.second_news_title_wrap{
	width: 407px;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	line-height: 24px;
	height: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.second_news_title:hover{
	border-bottom: 1px solid #dcc072;
	color: #dcc072;
}
.second_news_date{
    position: absolute;
    right: 0;
    margin: 5px;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}

.second_news_date:after {
    content: '';
    width: 72px;
    height: 1px;
    display: block;
    background: #000000;
    position: absolute;
}

.second_banner_gp {
    position: relative;
    height: 50px;
    width: 600px;
    top: 15px;
    display: flex;
    justify-content: space-between;
}

.second_banner_item01{
	width: 340px;
	height: 180px;
}

.second_banner_item02{
	width: 340px;
	height: 180px;
}

.second_banner_item03{
	width: 340px;
	height: 180px;
}

.second_banner_item04{
	width: 340px;
	height: 180px;
}

/*第三屏*/
/*第四屏*/
.fourth_pg{
	min-width: 1280px;
	height: 700px ;
	position: relative;
	/*background: url('../images/bg_pg04.webp') no-repeat center;*/
}
.fourth_inner{
	width: 1280px;
	height: 600px;
	margin: 0 auto;
	position: relative;
	top: 70px;
}
.fourth_top{
	width: 1280px;
	height: 330px;
}

.fourth_top_nav ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border-bottom: 1px solid #6fa995;
    width: 100%;
    margin: 0 auto;
}

.fourth_top_nav li{
	width: 220px;
	height: 40px;
	text-align: center;
	position: relative;
	line-height: 40px;
	cursor: pointer;
	font-size: 20px;
	color: #b5b5b5;
}
.fourth_top_nav li:after{
	content: '';
	width: 1px;
	height: 20px;
	background: #c7c8c9;;
	display: block;
	position: absolute;
	right: 0;
	top:10px ;
}
.fourth_top_nav li:last-child:after{
	display: none;
}
.fourth_top_nav .on{
	background: #4c4c8c;
	color: #fff;
}
.fourth_more{
	width: 120px ;
	height: 36px;
	background: url("../images/btn_more.png");
	background-size: cover;
	position: absolute;
	display: block;
	right: 0;
	top: 0;
}
.fourth_top_content{
	width: 100%;
	height: 250px;
	padding-top: 20px;
}
.fourth_top_content_column{
	float: left;
	padding-right: 15px;
	/*border-right: 1px solid #c7c8c9;;*/
	font-size: 16px;
	box-sizing: border-box;
}

.fourth_top_content_column a{
	margin: 10px;
	text-decoration: none;
	display: flex;
}
.fourth_top_content_left{
	width:100px;
}
.fourth_top_content_right{
	width: 290px;
	display: inline-block;
	color: #4b5255;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.fourth_top_title{
	color: #888888;
}
.fourth_top_title:hover{
	border-bottom: 1px solid #dcc072;
	color: #dcc072;
}
.fourth_top_content_type{
	color: #5595ae;
	width: 100%;
	display: inline-block;
}
.fourth_top_content_type:after{
	content: '|';
	padding-left: 5px;
	/*padding-right: 15px;*/
}
.fourth_top_content_date{
	color: #4b5255;
	padding-left: 2px;
	font-size: 14px;
	padding-top: 5px;
	position: relative;
}
.fourth_top_content_date:after{
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	background: #c7c8c9;;
	height: 1px;
	margin-top: 2px;
}
.fourth_bottom{
	width: 1280px;
	display: flex;
	justify-content: space-between;
}
.fourth_bottom_item{
	/*width: 420px;*/
	height: 200px;
	/*margin-right: 20px;*/
}
/*第五屏*/
/*第六屏*/
.sixth_pg{
	min-width: 1280px;
	height: 500px ;
	position: relative;
	/*background: url('../images/bg_pg05.webp') no-repeat center;*/
}
.sixth_inner{
    position: relative;
    top: 70px;
	width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.sixth_item{
	width:231px ;
	height: 232px;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

.sixth_1{
	margin-right: 57px;
	background: url('../images/video.png');
}
.sixth_1:hover{
	background: url('../images/video-hover.png');
}
.sixth_2{
	margin-right: 71px;
	background: url('../images/wallpaper.png');
}
.sixth_2:hover{
	background: url('../images/wallpaper-hover.png');
}
.sixth_3{
	margin-right: 57px;
	background: url('../images/original.png');
}
.sixth_3:hover{
	background: url('../images/original-hover.png');
}
.sixth_4{
	background: url('../images/act.png');
}
.sixth_4:hover{
	background: url('../images/act-hover.png');
}

/*.pop_inner video{*/
/*	width:830px ;*/
/*	height: 470px;*/
/*}*/
