/*
	common
*/
*{
	margin:0;
	padding: 0;
	box-sizing:border-box;
}
body{
    font-family: "微软雅黑" !important;
    font-size: 16px;
    overflow-x:hidden;
    margin: 0;
    background: #fff;
}
ul,li{
	list-style: none;
}
a,button,select{
    cursor: pointer;
    outline:none;
}
a,a:hover,a:visited,a:active,a:link{
	text-decoration: none !important;
	outline:none !important;
}
.overflow{
	overflow: hidden;
}
.clear{
	clear: both;
}
.wrapper{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.left{
	float: left;
}
.right{
	float: right;
}
.text_center{
	text-align: center;
}

/*
	nav
*/
.common_nav{
	float: right;
	margin-top: 40px;
	margin-bottom: 10px;
}
.common_nav a{
	color: #999999;
	font-size: 18px;
	border:1px solid transparent;
	padding: 2px 16px;
}
.common_nav i{
	background: url(../images/icon.png) no-repeat;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0 4px;
}
.common_nav a.active,
.common_nav a:hover{
	border-color: #c0a472;
	color: #c0a472;
}
.common_nav a.active{
	margin: 0 16px;
}
/*
	index
*/
.index_section1_bg{
	background: url(../images/banner.jpg) no-repeat bottom center;
	/*min-height: 980px;*/
    width: 100%;
    min-width: 1280px;
    height: 100%;
    background-size: cover;
}
.index_section2_bg{
	background: url(../images/bg2.jpg) no-repeat center center;
	width: 100%;
    min-width: 1280px;
   	height: 100%;
    background-size: cover;
    /*min-height: 980px;*/
}
.index_section2_bg .text_center{
	margin-top: 60px;
}
.index_loop{
	background: url(../images/loop_bg.png) no-repeat; 
	width: 1012px;
	height: 337px;
	margin: 0 auto;
	margin-top: 54px;
	position: relative;
	z-index: 99;
}
.index_loop>img:nth-child(1){
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.index_loop>img:nth-child(3){
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
}
.index_loop>img:nth-child(2){
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;
}
.index_loop>img:nth-child(4){
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 99;
}
.tab_menu{
	overflow: hidden;
	border-bottom: 1px solid #453d30;
}
.tab_menu li{
	float: left;
	color: #cdcdcd;
	width: 88px;
	text-align: center;
	padding-bottom: 12px;
	cursor: pointer;
}
.tab_menu li a{
	color: #cdcdcd;
}
.tab_menu li.current{
	border-bottom: 3px solid #b7a07f;
}
.index_news_list{
	width: 974px;
	margin: 0 auto;
	margin-top: 54px;
}
.tab_menu_all{
	position: relative;
}
.tab_menu_all>a.gomore_button{
	background: url(../images/more.png) no-repeat;
	width: 19px;
	height: 19px;
	display: inline-block;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.news_list a{
	color: #cdcdcd;
}
.news_list li{
	overflow: hidden;
	margin-top: 30px;
}
.news_list_box .news_list{
	display: none;
}
.news_list_box .news_list.cur{
	display: block;
}
.index_section3_bg{
	background: url(../images/bg3.jpg) no-repeat center center;
	width: 100%;
    min-width: 1280px;
   	height: 100%;
    background-size: cover;
    /*min-height: 980px;*/
}
.index_section3_bg .text_center {
    padding-top: 60px;
}
.tab_role_menu li{
	float: left;
	margin-left: 24px;
}
.tab_role_menu li i{
	width: 73px;
	height: 73px;
	display: inline-block;
}
.tab_role_menu li:nth-child(1) i{
	background: url(../images/gray_img1.png) no-repeat;
}
.tab_role_menu li:nth-child(2) i{
	background: url(../images/gray_img2.png) no-repeat;
}
.tab_role_menu li:nth-child(3) i{
	background: url(../images/gray_img3.png) no-repeat;
}
.tab_role_menu li:nth-child(1).active i{
	background: url(../images/hover_img1.png) no-repeat;
}
.tab_role_menu li:nth-child(2).active i{
	background: url(../images/hover_img2.png) no-repeat;
}
.tab_role_menu li:nth-child(3).active i{
	background: url(../images/hover_img3.png) no-repeat;
}
.tab_role:nth-child(2)>img{
	position: absolute;
    left: -126px;
    top: 90px;
}
.tab_role:nth-child(3)>img{
	position: absolute;
	left: -200px;
	top: 110px;
}
.tab_role>img{
	position: absolute;
	left: -10px;
	top: 140px;
}
.tab_role_info{
	float: right;
	margin-top: 72px;
	width: 640px;
	position: relative;
	z-index: 999;
    padding-bottom: 250px;
}
.tab_role_info>p img{
	margin-bottom: 24px;
}
.index_section3_bg .wrapper{
	position: relative;
	/*height: 980px;
    overflow: inherit;*/
    overflow: inherit;
}
.role_detail{
	font-size: 16px;
	color: #b49d6b;
	font-family: "宋体";
	line-height: 30px;
	width: 580px;
	margin: 10px 0;
}
.line{
	width: 645px;
	height: 1px;
	background: url(../images/line.png) no-repeat;
	display: inline-block;
	margin-bottom: 34px;
}
.tab_role{
	margin-right: -30px;
	display: none;
}
.tab_role.cur{
	display: block;
    overflow: hidden;
}
.tab_role_menu{
	position: absolute;
	right: 210px;
	bottom:50px;
	z-index: 9999;
}
.prev,
.next {
	opacity: 0;
}
/*
	footer
*/
.footer{
	background: #1b0d0c;
}
.common_footer{
	color: #fff;
	font-size: 12px;
	display: table;
    margin: 0 auto;
}
.common_footer>img{
	vertical-align: middle;
	display: inline-block;
}
.common_footer>i{
	width: 1px;
	height: 82px;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: 0 16px;
}
.common_footer>div{
	display: inline-block;
	vertical-align: middle;
}
.common_footer>div p{
	line-height: 24px;
}
.footer{
	padding: 44px 0;
}
/*
	left nav
*/
.left_nav{
	position: fixed;
	left: 160px;
	top: 50%;
	z-index: 999;
}
#fullPage-nav li{
	width: 105px;
	height: 38px !important;
	position: absolute !important;
	display: inline-block;
	margin: 0 !important;
}
#fullPage-nav li:nth-child(1){
	top: 0;
	left: 0;
}
#fullPage-nav li:nth-child(2){
	top: 70px;
	left: 0;
}
#fullPage-nav li:nth-child(3){
	top: 142px;
	left: 0;
}
#fullPage-nav>a{
	width: 105px;
	height: 38px !important;
	position: absolute !important;
	display: inline-block;
	margin: 0 !important;
}
#fullPage-nav>a{
	top: 216px;
	left: 0;
}
#fullPage-nav{
	width: 104px;
}
#fullPage-nav span{
	opacity: 0;
}
/*
	right code
*/
.right_code{
	background: url(../images/code_bg.png) no-repeat;
	width: 209px;
	height: 484px;
	display: inline-block;
	position: fixed;
	right: 154px;
	top: 20%;
	text-align: center;
	z-index: 9999;
}
.right_code>img{
	margin-top: 220px;
	margin-bottom: 10px;
}
.right_code>a{
	display: block;
	margin-bottom: 4px;
	margin-left: -6px;
}
/*
	礼包领取
*/
.gray{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	display: none;
      z-index: 99999;
}
.gift_box{
    background: url(../images/gift_bg.png) no-repeat;
    width: 955px;
    height: 699px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    display: none;
      z-index: 99999;
}
.gift_box img{
	position: absolute;
    top: 271px;
    left: 325px;
    border-radius: 8px;
}
.gift_box a{
	width: 64px;
	height: 64px;
	display: block;
	position: absolute;
    top: 38px;
    right: 0;
}
#fullPage-nav ul {
    background: url(../images/left_nav.png) no-repeat;
    width: 104px;
    height: 253px;
    display: inline-block;
}
#fullPage-nav.right {
    left: 160px;
}
/*
	列表
*/
.common_header{
	background: url(../images/list_banner.jpg) no-repeat center top;
	width: 100%;
    min-width: 1280px;
    height: 505px;
    position: relative;
}
.common_detail{
	height: auto;
	width: 100%;
	background: url(../images/list_bg.jpg) no-repeat center center;
	background-size: 1920px 1425px;
	min-width: 1200px;
	min-height: 1420px;
}
.common_detail_title{
	width: 100%;
	height: 58px;
	background: url(../images/nav_line.png) repeat-x;
	color: #fff;
	padding: 17px 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
.common_detail_title a{
	text-decoration: underline !important;
	color: #fff;
	vertical-align: middle;
}
.common_detail_title span{
	vertical-align: middle;
}
.common_detail_title i{
	width: 11px;
	height: 18px;
	background: url(../images/icons_creat.png);
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px;
}
.list_tab ul.tab-menu{
	border-bottom: 3px solid #583424;
	margin-top: 54px;
}
.list_tab ul.tab-menu li{
	display: inline-block;
	width: 220px;
	text-align: center;
	margin: 0 24px;
	padding-bottom: 14px;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    margin-bottom: -3px;
}
.list_tab ul.tab-menu li a{
	color: #edd9cc;
  font-weight: bold;
  font-size: 24px;
}
.list_tab ul.tab-menu li.current{
	border-bottom:3px solid #bf4800;
}
.list_tab ul.tab-menu li:nth-child(1){
	margin-left: 0;
}
.list_tab ul.tab-menu li:nth-child(4){
	margin-right: 0;
}
.list_tab_list{
	display: none;
}
.list_tab_list.cur{
	display: block;
}
.list_tab_list li{
	overflow: hidden;
	border-bottom: 1px solid #edd9cc;
	margin-bottom: 26px;
	padding-bottom: 26px;
}
.list_tab_list li:hover .list_title h3{
	text-decoration: underline;
}
.list_tab_list li img{
	float: left;
	margin-right: 32px;
}
.list_title{
	width: 554px;
}
.list_title h3{
	font-size: 24px;
	margin: 28px 0;
	color: #edd9cc;
}
.list_title p{
	text-indent: 2rem;
	font-size: 18px;
	line-height: 30px;
	color: #edd9cc;
}
.list_tab_list li a{
	color: #000;
}
.common_detail .wrapper{
	width: 1030px;
}
.list_time p:nth-child(1){
	color: #edd9cc;
	font-size: 24px;
	font-weight: bold;
	margin-top: 28px;
}
.list_time p:nth-child(2){
	color: #edd9cc;
	font-size: 18px;
	margin-bottom: 36px;
}
.list_time i{
	background: url(../images/icon_gopage.png) no-repeat;
	width: 70px;
	height: 23px;
	display: inline-block;
}
.list_time{
	margin-left: 30px;
}
.common_pagelist{
	overflow: hidden;
	display: table;
	margin: 60px auto 0 auto;
}
.common_pagelist ul li{
	float: left;
	font-size: 22px;
	margin: 0 4px;
  color: #edd9cc;
}
#list_gotop{
    background: url(../images/gotop_list.png) no-repeat;
    width: 84px;
    height: 112px;
    display: none;
    position: fixed;
	bottom: 150px;
	right: 50px;
	z-index: 9999;
}
.download_fix{
	position: absolute;
	top: 600px;
	right: -310px;
	background: url(../images/icon_listshowbg.png) no-repeat;
	width: 299px;
	height: 185px;
	padding: 13px 30px;

}
.download_btn{
	display: inline-block;
	vertical-align: middle;
}
.download_fix a{
	display: block;
}
.download_fix a:nth-child(1){
	margin-bottom: 10px;
}
.download_fix>i{
	width: 1px;
	height: 152px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 11px;
}
.download_fix>p{
	display: inline-block;
	font-size: 20px;
	color: #edd9cc;
	width: 24px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}
.download_fix>p i{
	width: 24px;
	height: 24px;
	background: url(../images/icon_ss.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.download_fix_s{
	position: absolute;
	top: 600px;
	right: 0;
	background: url(../images/fix.png) no-repeat;
	width: 59px;
	height: 36px;
	cursor: pointer;
}
.list_listall{
	background: rgba(217, 214, 210,0.2);
    padding-top: 30px;
    margin-top: 2px;
    padding-bottom: 90px;
    min-height: 1230px;
}
/*
	详情
*/
.detail_box{
	margin-top: 90px;
	overflow: auto;
	height: 1230px;
	padding: 0 100px;
	padding-bottom: 90px;
}
.detail_box img{
	max-width:100%;
}
#style-3::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(217, 214, 210,0.2);
}
#style-3::-webkit-scrollbar-thumb {
    background-color: #47291c;
}
#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: rgba(217, 214, 210,0.2);
}
.detail_box>h3{
	text-align: center;
	color: #edd9cc;
	font-size: 36px;
	margin-bottom: 14px;
	margin-top: 26px;
}
.detail_box .time{
	text-align: center;
	color: #edd9cc;
	font-size: 18px;
	margin-bottom: 90px;
	text-indent: 0;
}
.detail_box p{
	color: #edd9cc;
	font-size: 18px;
}
/* 幻灯开始*/
.index_loop_bg{
	position: absolute;
	top: 0;
	left: 0;
}
.tb-list{
    margin-left: 6px;
	float: left;
    width: 767px;
}
#thumbnail{width: 1012px;height: 332px;    padding-top: 6px;}
.tb-thumb dl dd{
	float: none !important;
}
.tb-thumb{
	width: 228px !important;
	margin-left: 0 !important;
	float: right;
	position: inherit !important;
	left:0 !important;
	bottom: 0 !important;
    margin-right: 9px;
}
.tb-thumb dl{
	width: 238px !important;
}
.thumbnail .tb-thumb dl dd{opacity: .7;-webkit-transition: opacity .3s;transition: opacity .3s;margin-bottom: 4px;}
.thumbnail .tb-thumb dl dd.active{opacity: 1;}
.tb-list > * > *{
	background-size: 100% 100%;
    width: 774px !important;
}
.tb-btn a{
	background: #c07645 !important;
}
.tb-btn a.active{
	background: #c54f00 !important;
	width: 20px;
	border-radius: 20px !important;
}
.tb-btn{
	right: 250px !important;
}
@media (max-width: 1600px){
	#fullPage-nav.right {
	    left: 50px;
	}
	.right_code{
		right: 50px;
	}
	.tab_role_info{
	    padding-bottom: 150px;
	}
}