﻿*{
	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-x: hidden;
}
/*.first_pg img{*/
/*	width: 1920px;*/
/*	position: absolute;*/
/*	left: 50%;*/
/*	transform: translate(-50%,0);*/
/*	top: 0;*/
/*}*/

.first_pg video{
	width: 1920px;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	top: 0;
}
.page_center{
	min-width: 1440px;
	height:920px ;
	margin: 0 auto;
}
/*新增下载banner*/
.download_banner {
    position: absolute;
    left: 350px;
    top: 580px;
    width: 430px;
    height: 120px;
    display: flex;
    z-index: 1000;
    justify-content: space-between;
}

.download_banner .code {
    width: 120px;
    height: 120px;
}

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

.download_banner .android {
    position: absolute;
    width: 180px;
    height: 58px;
    background: url("../images/download_banner_android.png") center no-repeat;
    background-size: 100% 100%;
    top: 0;
}

.download_banner .ios {
    position: absolute;
    width: 180px;
    height: 58px;
    background: url("../images/download_banner_ios.png") center no-repeat;
    background-size: 100% 100%;
    bottom: 0;
}

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

/*第二屏*/
.second_pg{
	min-width: 1440px;
	height:640px ;
	position: relative;
	background: url('../images/bg_pg02.webp') no-repeat center;
	margin-bottom: -130px;
	z-index: 1;
}

.second_inner {
    position: relative;
    box-sizing: border-box;
    height: 450px;
    width: 1380px;
    top: 50px;
    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;
}

/*第三屏*/
.third_pg{
	min-width: 1440px;
	height: 900px;
	position: relative;
	background: url('../images/bg_pg03.webp') no-repeat center;
}
.third_inner{
	position: relative;
	width: 1440px;
	margin: 0 auto;
	height: 100%;
	box-sizing: border-box;
}

.third_bg.third_bg_role03{
	background: url("../images/third_bg_qing.png");
}
.third_bg.third_bg_role02{
	background: url("../images/third_bg_xian.png");
}
.third_bg.third_bg_role01{
	background: url("../images/third_bg_wu.png");
}
.third_left {
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 50px;
}

.third_nav {
    width: 500px;
    height: 120px;
    cursor: pointer;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.third_nav_item{
	width: 90px;
	height: 90px;
	z-index: 101;
}

.third_nav_role03{
	background: url("../images/profession_nav_qing.png");
}
.third_nav_role03:hover{
	background: url("../images/profession_nav_qing_active.png");
}
.third_nav_role03.third_nav_active{
	background: url("../images/profession_nav_qing_active.png");
}
.third_nav_role02{
	background: url("../images/profession_nav_xian.png");
}
.third_nav_role02:hover{
	background: url("../images/profession_nav_xian_active.png");
}
.third_nav_role02.third_nav_active{
	background: url("../images/profession_nav_xian_active.png");
}
.third_nav_role01{
	background: url("../images/profession_nav_wu.png");
}
.third_nav_role01:hover{
	background: url("../images/profession_nav_wu_active.png");
}
.third_nav_role01.third_nav_active{
	background: url("../images/profession_nav_wu_active.png");
}
.third_mid{
	position: absolute;
	width: 730px;
	height: 800px;
	right: -100px;
	top: 120px;
}

.third_role_bg{
	width: 600px;
	height: 600px;
	animation: move 72s infinite linear;
	position: absolute;
	z-index: 50;
}
@keyframes move {
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}
.third_role{
	position: absolute;
	width: 730px;
	height: 700px;
	z-index: 51;
}
.third_role03 .third_role_bg{
	background: url("../images/profession_qing_bg.png");
}
.third_role03 .third_role{
	background: url("../picture/role/role03.png");
	background-size: 100%;
}
.third_role02 .third_role_bg{
	background: url("../images/profession_xian_bg.png");
}
.third_role02 .third_role{
	background: url("../picture/role/role02.png");
	background-size: 100%;
}
.third_role01 .third_role_bg{
	background: url("../images/profession_wu_bg.png");
}
.third_role01 .third_role{
	background: url("../picture/role/role01.png");
	background-size: 100%;
}
.third_right{
	position: absolute;
	top: 220px;
	z-index: 52;
}
.act{
	animation: in 1s;
}
@keyframes in {
	from{
		right: -100px;
		opacity: 0;
	}
	to{
		right: 0;
		opacity: 100;
	}
}
.third_role_detail{
	width: 660px;
	height: 460px;
}
.third_role03 .third_role_detail{
	background: url("../picture/role/role03_info.png");
}
.third_role02 .third_role_detail{
	background: url("../picture/role/role02_info.png");
}
.third_role01 .third_role_detail{
	background: url("../picture/role/role01_info.png");
}
.third_role_play{
	width:62px ;
	height: 55px;
	background: url("../images/video_play.png");
	position: absolute;
	right: 0;
	top: 146px;
	cursor: pointer;
}
.third_profession_more{
	width:226px ;
	height: 47px;
	background: url("../images/check_detail.png");
	display: block;
	margin-left: 80px;
	margin-top: 25px;
	cursor: pointer;
}

/*第四屏*/
.fourth_pg{
	min-width: 1440px;
	height:850px ;
	position: relative;
	background: url('../images/bg_pg04.webp') no-repeat center;
}
.fourth_inner{
	width: 1280px;
	height: 600px;
	margin: 0 auto;
	top: 150px;
	position: relative;
}
.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: 1440px;
	height:900px ;
	position: relative;
	background: url('../images/bg_pg05.webp') no-repeat center;
}
.sixth_inner{
	padding-top:500px;
	width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.sixth_item{
	margin-top: 87px;
	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;*/
/*}*/
