@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	content: " ";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

.clearfix {
	*zoom: 1;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: normal;
	font-style: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

q:before,
q:after {
	content: '';
}

fieldset,
img,
abbr,
acronym {
	border: 0;
}

/*页面样式*/
.c:before,
.c:after {
	content: "";
	display: table;
}

.c:after {
	clear: both;
}

.c {
	zoom: 1;
}

.none {
	display: none;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

body {
	font: 12px/1.5 '\5FAE\8F6F\96C5\9ED1';
	text-align: justify;
	min-width: 1355px;
	position: relative;
	
}

a {
	text-decoration: none;
	overflow: visible;
}

a:hover {
	text-decoration: none;
}

body {
	background-color: #fff;
}

html,
body,
.wrap {
	width: 100%;
}

.wrap {
	position: relative;
	overflow-x: hidden;
	background: url(../img/bg1.jpg) no-repeat center top;
}

.video {
	width: 1200px;
	height: 1080px;
	text-align: center;
	position: relative;
	display: none;
	outline: none;
}

.videobox {
	height: 100%;
}

.videobox video {
	width: 100%;
	display: block;
}

.close {
	width: 44px;
	height: 44px;
	position: absolute;
	background: url(../img/close.png) no-repeat;
	top: -2px;
	right: -60px;
	z-index: 2;
	cursor: pointer;
	text-indent: -9999rem;
	transform:rotate(0deg);
	transition: transform 0.5s ease
}
.close:hover{
	transform:rotate(180deg);
}
.btn {
	background: url(../img/com.png) no-repeat;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	transition: all .2s;
}

.btn:hover {
	filter: brightness(1.1);
	transform: translateY(-5px);
}

.bar {
	width: 1300px;
	margin: 0 auto;
	position: relative;
	color: #6a2500;
	font-size: 18px;
	z-index: 2;
}
.art-wrap{
	padding: 0 50px;
}
.head {
	height: 1025px;
	/* background: url(../img/head.jpg) no-repeat center top; */
}
.tlogo {
	position: relative;
	margin: auto;
	width: 1920px;
	min-width: 1200px;
	height: 100px;
}

.logo {
	width: 146px;
	height: 97px;
	z-index: 3;
	top: 22px;
	left: 12px;
	/* left: 50%;
	margin-left: -644px; */
	overflow: hidden;
	text-indent: -9999em;
	position:absolute;
	background: url(../img/logo.png) no-repeat;
}
.down-tips{
	width: 415px;
	height: 52px;
	z-index: 3;
	bottom: 102px;
	left: 50%;
	margin-left: -207px;
	pointer-events: none;
	text-indent: -9999em;
	position: absolute;
	background: url(../img/down-tips.png) no-repeat;
	animation: tipAin 2s 0s linear infinite alternate;
}
@keyframes tipAin {
	0% {
		transform: translate3d(0, 0, 0);
	}

	50% {
		transform: translate3d(0, 10px, 0px);
	}

	100% {
		transform: translate3d(0, 0, 0px);
	}
}
.vbg {
	width: 1920px;
	height: 1080px;
	left: 50%;
	margin-left: -960px;
	top: -56px;
	z-index: 1;
}

.vbg video {
	width: 100%;
	height: 100%;
}

.cont {
	position: relative;
	background: url(../img/cont.jpg) no-repeat center bottom;
	padding-bottom: 210px;
	height: auto;
	box-sizing: border-box;
	/* background-size: 1920px 100%; */
}

.cont2{
	background: url(../img/cont2.jpg) no-repeat center bottom;
	padding-bottom: 300px;
	height: auto;
}

.navbox {
	position: relative;
	z-index: 2;
	top: -21px;
	height: 111px;
}


.navbox div {
	position: relative;
	left: calc(50% - 677px);
	width: 1355px;
	height: 110px;
	display: flex;
	justify-content: center;
	background: url(../img/nav-bg.png) center center no-repeat;

}
.cont::before,
.cont::after{
	content: '';
	position: absolute;
	left: 50%;
	z-index: -1;
	pointer-events: none;
	width: 1920px;
	height: 572px;
	margin-left: -960px;
}
.cont::before{
	top: -400px;
	background: url(../img/nav-left.png) no-repeat;
	z-index: 1;
}
.cont::after{
	top: -400px;
	background: url(../img/nav-right.png) no-repeat;
	z-index: 1;
}


.navbox a span,
.navbox a::after {
	background: url(../img/navbg.png) no-repeat;
}

.pg1 .navbox a.nav0::after,
.pg2 .navbox a.nav1::after,
.pg3 .navbox a.nav2::after,
.pg4 .navbox a.nav3::after,
.pg5 .navbox a.nav4::after {
	content: '';
	width: 219px;
	height: 109px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.navbox a.nav-line::before{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 3px;
	height: 70px;
	margin-top: -35px;
	background: url(../img/navbg.png) 100% -275px no-repeat;
}
.navbox a {
	width: 219px;
	height: 109px;
	position: relative;
}
.navbox a span{
	width: 158px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -79px;
	overflow: hidden;
	text-indent: -10000px;
}
.navbox a.nav0{
	width: 228px;
	height: 248px;
	margin: 0 21px;
}
.navbox a.nav0 span {
	width: 100%;
	height: 100%;
	background: url(../img/nav-index.png) no-repeat;
	margin: -190px 0 0 -114px;
}
.navbox a.nav1 span{background-position: 0 -235px;width: 159px;}
.navbox a.nav2 span{background-position: -162px -235px;width: 155px;margin-left: -77px;}
.navbox a.nav3 span{background-position: -318px -235px;}
.navbox a.nav4 span{background-position: -477px -235px;}
.pg1 .navbox a.nav0::after {
	top: -66px;
	width: 100%;
	height: 100%;
	background: url(../img/nav-index.png) no-repeat;
	background-position: 100% 0;
}

.pg2 .navbox a.nav1::after {
	background-position: 0 -275px;
}

.pg3 .navbox a.nav2::after {
	background-position:  -219px -275px;
}

.pg4 .navbox a.nav3::after {
	background-position:  0 -384px;
}

.pg5 .navbox a.nav4::after {
	background-position:  -219px -384px;
}

.tit {
	width: 1200px;
	height: 52px;
	background: url(../img/tit.png) no-repeat;
	overflow: hidden;
	text-indent: -9999em;
	margin: 57px auto 0;
}
.tit.t0{
	margin-top: 134px;
	height: 52px;
	background: url(../img/tit0.png) center no-repeat;
}
.sclist {
	text-align: center;
	font-size: 0;
	padding-top: 30px;
	margin: 0 6px;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sclist li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 40px 12px;
	width: 240px;
	height: 369px;
	background: url(../img/libg.png) no-repeat;
	position: relative;
}
.sclist li::after{
	content: '';
	position: absolute;
	top: 50%;
	right: -53px;
	margin-top: -13.5px;
	width: 27px;
	height: 27px;
	background: url(../img/arrows.png) no-repeat;
}
.sclist li.li3::after,
.sclist li.li6::after{
	background: none;
}
.sclist li.cur {
	background-position: top right;
}
.sclist li.li4,
.sclist li.li5,
.sclist li.li6{
	margin-top: -102px;
}
.sclist li .p-wrap{
	width: 157px;
	height: 29px;
	background: url(../img/li_date_bg.png) no-repeat;
	margin: 0 auto;
}
.sclist li.cur .p-wrap{background-position: 0 100%;}
.sclist li p {
	color: #fff3aa;
	font-size: 22px;
	left: 0;
	width: 100%;
	line-height: 29px;
	background-image: -webkit-linear-gradient(top, #fff3aa, #fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.sclist li.cur p {
	color: #b49149;
	/* background-image: -webkit-linear-gradient(top,#473818, #b49149); */
		background-image: -webkit-linear-gradient(top, #fff3aa, #fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.sclist li div {
	width: 240px;
	height: 120px;
	margin: 88px auto 2px;
	background: url(../img/li_text.png) no-repeat;
}

.sclist li.li0 div {background-position: 0 0;}

.sclist li.li1 div {background-position: -240px 0;}

.sclist li.li2 div {background-position: -480px 0;}

.sclist li.li3 div {background-position: -720px 0;}

.sclist li.li4 div {background-position: -960px 0;}

.sclist li.li5 div {background-position: -1200px 0;}

.sclist li.li6 div {background-position: -1440px 0;}

.sclist li.cur div {
	background-position-y: 100%;
}

.tit.t1 {
	margin-top: 102px;
	height: 55px;
	background: url(../img/tit1.png) center no-repeat;
}

.newsbox {
	margin: 62px 15px 0;
	width: 1281px;
	height: 517px;
	background: url(../img/newsbg.png) no-repeat;
	position: relative;
}

.adbox {
	/* width: 392px;
	height: 569px; */
	width: 364px;
	height: 436px;
	top: -46px;
	left: 120px;
}
.adbox img{
	width: 364px;
	height: 436px;
}
.trt-btn{
	position: absolute;
	top: 400px;
	left: 106px;
	width: 401px;
	height: 58px;
	background: url(../img/trt_btn.png) no-repeat;
	transition: all 0.5s;
}
.trt-btn:hover{
	filter: brightness(1.1);
}
.morebtn {
	width: 58px;
	height: 155px;
	top: 72px;
	right: 15px;
	background: url(../img/morebtn.png) no-repeat;
}
.morebtn.btn:hover{
	    transform: translateY(0);
}
.newlist {
	top: 115px;
	left: 564px;
	width: 593px;
	overflow-y: auto;
	height: 360px;
}

.newlist li {
	position: relative;
	height: 60px;
}
.newlist li:last-child::after{
  background: none;
}
.newlist li::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 591px;
	height: 2px;
	background: url(../img/line.png) no-repeat center center;
}
.newlist a {
	width: 593px;
	height: 60px;
	line-height: 60px;
	text-align: left;
	color: #452102;
	font-size: 20px;
	/* display: block; */
	display: flex;
	justify-content: space-between;
}

.newlist a span {
	/* float: left; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 500px;
	padding-left: 0px;
}

.newlist a em {
	/* float: right; */
}

.tit.t2 {
	margin-top: 76px;
	height: 52px;
	background: url(../img/tit2.png) center no-repeat;
}

.jiesbox {
	margin: 81px -30px 0;
	font-size: 0;
	text-align: center;
}

.jiesbox a {
	display: inline-block;
	vertical-align: top;
	margin: 0 41px;
	width: 223px;
	height: 292px;
	position: relative;
}

.jiesbox a.link0 {
	background: url(../img/link1.png) no-repeat;
}

.jiesbox a.link1 {
	background: url(../img/link0.png) no-repeat;
}

.jiesbox a.link2 {
	background: url(../img/link2.png) no-repeat;
}

.jiesbox a.link3 {
	background: url(../img/link3.png) no-repeat;
}

.jiesbox a:hover {
	background-position: top right;
}

.jiesbox p {
	font-size: 23px;
	color: #ecfaff;
	position: absolute;
	width: 100%;
	line-height: 26px;
	top: 121px;
	left: 6px;
}

.tit.t3 {
	margin-top: 175px;
	margin-bottom: 32px;
	height: 52px;
	background: url(../img/tit3.png) center no-repeat;
}

.jlbox {
	margin: 3px -30px 0;
}
.jlbox-art{
	width: 1200px;
	margin: 0 auto;
}

.jlbox img {
	display: block;
	margin: 0 auto;
}

.jlbox img.yjimg {
	margin-top: -15px;
	margin-bottom: 52px;
}

.bgbox {
	margin: 39px auto 0;
	width: 1198px;
	height: 310px;
	background: url(../img/bgbox.png) no-repeat;
	padding: 3px 0 0 1px;
}

.bgbox div {
	width: 1197px;
	height: 306px;
	overflow: hidden;
}

.bgbox table {
	margin: -2px;
	width: 1201px;
	height: 310px;
}

.bgbox table th,
.bgbox table td {
	border: 2px solid #b3a57b;
	text-align: center;
}

.bgbox table th {
	height: 62px;
	color: #cef0ff;
	font-size: 28px;
}

.bgbox table td {
	color: #8d7b4b;
	font-size: 18px;
	line-height: 24px;
}

.cont1 .bar, .cont2 .bar{
	padding: 0 50px;
	box-sizing: border-box;
}
.cont2 .bar{
	padding: 0 35px;
}
.cont1 {
	/* min-height: 11644px; */
	height: auto;
	background:url(../img/cont1.jpg) no-repeat center bottom;
	padding-bottom: 300px;

}

.tit.t4 {
	margin-top: 116px;
	margin-bottom: 65px;
	height: 52px;
	background: url(../img/tit4.png) center center no-repeat;
}
.scsb-box{
	width: 1265px;
	height: 1416px;
	margin: 68px -42px 0 -42px;
	background: url(../img/scsb.png) no-repeat;
}

.tit.t5 {
	margin-top: 46px;
	height: 52px;
	background: url(../img/tit5.png) center center no-repeat;
}
.autobox {
	position: relative;
	margin: 22px auto 0;
	width: 1172px;
	box-sizing: border-box;
	padding: 10px 9px;
	background: url(../img/autobg-wrap.png) no-repeat center center;
	background-size: 1163px calc(100% - 6px);
}

.autobox.mt {
	margin-top: -36px;
}

.autobox.mt1 {
	margin-top: 20px;
}

.autobox.mt2 {
	margin-top: 26px;
}

.linebox::after,
.linebox::before {
	content: '';
	position: absolute;
	left: 50%;
	top: -8px;
	width: 1168px;
	height: 76px;
	margin-left: -584px;
	background: url(../img/autobg2.png) no-repeat;
	
}
/* .linebox::after{
	z-index: 3;
} */
.linebox::before {
	top: auto;
	bottom: -10px;
	height: 23px;
	background: url(../img/autobg3.png) no-repeat;
}

.linebox {
	position: relative;
	z-index: 2;
	background: url(../img/autobg1.png) no-repeat center center;
	background-size: 1154px 100%;
}

.autobox table {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.autobox table::after{
	content: '';
	position: absolute;
	pointer-events: none;
	z-index: 1;
	top: 0;
	left: 0;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border: 1px solid #ffe521;
}


.autobox table th,
.autobox table td {
	text-align: center;
	border: 1px solid #eec400;
}

.autobox table th {
	height: 66px;
	color: #fff;
	font-size: 28px;
}
/* .cont2 .autobox table th{height: 55px;} */
.cont2 .autobox table td{
	height: 44px;
}
.autobox table td {
	height: 70px;
	color: #8d7b4b;
	font-size: 18px;
}

.linebox table.ft th {
	font-size: 22px;
}

.stit {
	position: relative;
	/* margin-left: 4px; */
	height: 53px;
	text-align: center;
	line-height: 53px;
	background: url(../img/stit1.png) no-repeat;
	font-size: 24px;
	color: #fff;
	font-weight: 600;
}

.stit.mt {
	margin-top: 64px;
}

.stit.mt1 {
	margin-top: 66px;
}

.stit.mt2 {
	margin-top: 10px;
}

.stit.mt3 {
	margin-top: 68px;
}

.stitw1 {
	width: 276px;
	background-position: -10px -750px;
}

.stitw2 {
	width: 290px;
	background-position: -10px -824px;
}

.stitw3 {
	width: 276px;
	background-position: -10px -898px;
}

.stitw4 {
	width: 170px;
	background-position: -10px -10px;
}
.stitw5 {
	width: 332px;
	background-position: -10px -84px;
}
.big-stitw1 {
	width: 540px;
	background: url(../img/big-stit1.png) no-repeat;
}
.big-stitw2 {
	width: 564px;
	background: url(../img/big-stit2.png) no-repeat;
}
.stitw6 {
	width: 184px;
	background-position: -10px -158px;
}
.stitw7 {
	width: 190px;
	background-position: -10px -454px;
}

.stitw8 {
	width: 365px;
	background-position: -10px -528px;
}

.stitw9 {
	width: 290px;
	background-position: -10px -602px;
}

.stitw10 {
	width: 190px;
	background-position: -10px -232px;
}
.stitw11 {
	width: 365px;
	background-position: -10px -306px;
}

.stitw12 {
	width: 290px;
	background-position: -10px -380px;
}
.stitw13 {
	width: 190px;
	background-position: -10px -676px;
}

.stit span {
	background-image: -webkit-linear-gradient(top, #fbf2bd, #fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	/* text-shadow: 1px 1px 0px rgba( 56, 30, 2,0.58); */
}
.cont2 .itemlist{
	line-height: 32px;
}
.itemlist {
	line-height: 34px;
	padding: 14px 10px 48px;
}
.itemlist.pb1{
 padding: 22px 0 14px;
}
.itemlist.mt {
	margin-top: 20px;
}

.itemlist.pb {
	padding-bottom: 0;
}

.itemlist li.pl {
	padding-left: 22px;
}

.itemlist span {
	color: #b67f31;
}

.itemlist span.str {
	font-weight: bold;
}

.itemlist.pt {
	padding-top: 20px;
}
.itemlist .gz-link{
	position: relative;
	padding-right: 30px;
	height: 42px;
	width: 454px;
	color: #8d7b4b;
	border-bottom: 2px solid #8d7b4b;
}
.itemlist .gz-link::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 27px;
	height: 27px;
	background: url(../img/arrows.png) center center no-repeat;
}
.itemlist.pt0 {
	padding-top: 0;
}

.itemlistnum,
.itemlistnum li {
	/* list-style: decimal; */
}

.itemlistnum li {
	margin-left: 23px;
}

.itemlist li {
	position: relative;
}

.itemlist li em {
	padding-left: 50px;
}

.itemlist li.dot::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 38px;
	background: url(../img/dian.png) no-repeat center center;
}

.midtit {
	margin: 6px auto 12px;
	height: 48px;
	color: #5b92d9;
	font-size: 24px;
	line-height: 48px;
	text-align: center;
	font-weight: bold;
}
.mp-mi{
	/* margin: 12px auto 32px; */
}
.midtit span{
	background-image: -webkit-linear-gradient(top, #89612a, #48200a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.midtit.mt {
	margin-top: 29px;
}

.midtit span {
	/* min-width: 292px; */
	padding: 0 22px;
	display: inline-block;
	vertical-align: top;
	height: 48px;
	/* background: url(../img/rbg1.png) repeat-x; */
	position: relative;
}

.midtit span::after,
.midtit span::before {
	width: 20px;
	height: 20px;
	background: url(../img/dian.png) no-repeat;
	content: '';
	position: absolute;
	top: 14px;
}

.midtit span::before {
	left: -14px;
}

.midtit span::after {
	right: -14px;
}

.cont3 {
	height: auto;
	background: url(../img/cont3.jpg) no-repeat center bottom;
	padding-bottom: 200px;
}

.cont3 .jlbox {
	margin-top: 42px;
}

.showbox {
	margin: 40px auto 0;
	width: 1200px;
	height: 961px;
	background: url(../img/showbox.png) center center no-repeat;
	position: relative;
}

.vbtn {
	z-index: 2;
	width: 103px;
	height: 103px;
	background: url(../img/vbtn.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	text-indent: -9999em;
	top: 167px;
	right: 197px;
	cursor: pointer;
}

.pg4 .bgbox {
	margin-top: -21px;
}

.showtips {
	color: #b67f31;
	font-size:20px;
	line-height: 36px;
	bottom: -32px;
	left: 8px;
}

.showhd {
	width: 220px;
	height: 400px;
	top: 336px;
	left: 10px;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.showhd li {
	width: 182px;
	height: 170px;
	overflow: hidden;
	text-indent: -9999em;
	background: url(../img/showhd.png) no-repeat;
	cursor: pointer;
	margin: 30px 0;
}

.showhd li.li0 {
	background-position: -182px -170px;
}

.showhd li.li1 {
	background-position: -0 -170px;
}

.showhd li.li0.on {
	background-position: -182px -0;
}

.showhd li.li1.on {
	background-position: -0 -0;
}

.cont4 {
	padding-bottom: 0;
	height: 4863px;
	background: url(../img/cont4-v2.jpg) no-repeat center top;
}
.cont5 {
	padding-bottom: 0;
	height: 5345px;
	background: url(../img/cont5-v2.jpg) no-repeat center top;
}
/* .tit.t5 {
	background-position: 0 -555px;
} */

.duizbtn{
	width: 1200px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 136px auto 36px;
	gap: 0 44px;
}
.duizbtn li{
	width: 288px;
	height: 73px;
	font-size: 18px;
	line-height: 100px;
	text-indent: -99999rem;
	text-align: center;
	cursor: pointer;
}
.duizbtn li.li0{
	background: url(../img/zd1.png) no-repeat;
	background-position: top left;
}
.duizbtn li.li1{
	background: url(../img/zd2.png) no-repeat;
	background-position: top left;
}
.duizbtn li.li2{
	background: url(../img/zd3.png) no-repeat;
	background-position: top left;
}
.duizbtn li.on,.duizbtn li:hover{
	background-position: top right;
}
.duizbox {
	text-align: center;
	width: 1200px;
	height: 714px;
	position: relative;
	display: none;
}
.duizbox.show{
	display: block;
}
.duizbox1{
	margin: 16px auto 112px;
}
.duizbox1 .duizgrown{
	justify-content: space-between;
	gap: 40px 52px;
}
.duizbox3 .duizgrown{
	justify-content: space-between;
}
.duizbox .duizgrown {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
}
.duizbox .duizgrown .ulcom{
	padding: 92px 48px 0;
	width: 261px;
	height: 337px;
	text-align: center;
	line-height: 32px;
	color: #f1fbff;
	font-size: 16px;
	position: relative;
	/* margin-bottom: 44px; */
	box-sizing: border-box;
	background: url(../img/dwbg.png) no-repeat;
}
.duizbox .duizgrown ul.ul1{
	background-position: 0 0;
}
.duizbox .duizgrown ul.ul2{
	background-position:-317px 0;
}
.duizbox .duizgrown ul.ul3{
	background-position:-631px 0;
}
.duizbox .duizgrown ul.ul4{
	background-position:100% 0;
}
.duizbox .duizgrown ul.ul5{
	background-position: 0 -377px;
}
.duizbox .duizgrown ul.ul6{
	background-position:-317px -377px;
}
.duizbox .duizgrown ul.ul7{
	background-position:-631px -377px;
}
.duizbox .duizgrown ul.ul8{
	background-position:100% -377px;
}
.duizgrown li{
	position: relative;
	margin: 7px 0;
	font-size: 18px;
	width: 163px;
	height: 40px;
	line-height: 40px;
	color: #915002;
}
.duizgrown li.jrbzz::after{
	content: '';
	position: absolute;
	right: -98px;
	top: -16px;
	width: 110px;
	height: 35px;
	background: url(../img/jrbzz.png) no-repeat;
	
}
.duizgrown li.tt::before{
	content: '';
	position: absolute;
	right: -48px;
	top: -16px;
	width: 62px;
	height: 35px;
	background: url(../img/tt.png) no-repeat;
	
}
.duizgrown li span{
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.duizgrown li.jj span::after{
	content: '';
	position: absolute;
	right: -62px;
	top: -10px;
	width: 62px;
	height: 35px;
	background: url(../img/jj.png);
}
.member_list span::after {
	background: none !important;
}
.duizbox2{
	margin: 66px auto 116px;
  height: 1172px;
}
.duizbox2 .duizgrown{
	position: relative;
	width: 1200px;
	height: 1172px;
	background: url(../img/tts-box.png);
	display: flex;
	justify-content: flex-start;
}
.duizbox3 .duizgrown{
	position: relative;
	margin: 66px auto;
	width: 1074px;
	height: 694px;
	background: url(../img/js-box.png);
}
.duizbox2 .duizgrown .ulcom{
	padding: 0;
	width: 169px;
	height: 1172px;
	background: none;
}
.duizbox3 .duizgrown .ulcom{
	width: 203px;
	height: 656px;
	margin: 21px 0 0 0px;
	padding: 0;
	background: none;
}
.duizbox .duizgrown .ulcom li.pname{
	margin: 0 0 21px 0;
	line-height: 44px;
	font-size: 18px;
	color: #6a2500;
	width: 169px;
	height: 44px;
	background: url(../img/dwbg2.png) no-repeat;
}
.duizbox .duizgrown .ulcom li.bname{
	margin: 0 0 40px 0;
	line-height: 52px;
	font-size: 22px;
	color: #6a2500;
	width: 203px;
	height: 52px;
	background: url(../img/dwbg3.png) no-repeat;
}
.duizbox2 .duizgrown .ul10{
	height: 1112px;
	margin: 64px 0 0 74px;
	padding: 0;
}
.duizbox2 .duizgrown .ul11{
	height: 496px;
	margin: 674px 0 0 76px;
	padding: 0;
}
.duizbox2 .duizgrown .ul12{
	height: 853px;
	margin: 64px 0 0 76px;
	padding: 0;
}
.duizbox2 .duizgrown .ul13{
	height: 243px;
	margin: 674px 0 0 76px;
	padding: 0;
}
.duizbox3 .duizgrown .ul15{
	position: relative;
	width: 668px;
	height: 656px;
	margin: 0px 0 0 0px;
	padding: 0;
	background: none;
}
.ul15>li{
	position: absolute;
	margin: 0;
	width: 172px;
	height: 30px;
	font-size: 20px;
	line-height: 30px;
}
.ul15 li.gjname{
	top: 416px;
	right: 46px;
	color: #fffdd8;
	background: url(../img/name1.png) no-repeat;
}
.ul15 li.yjname{
	top: 238px;
	left: 42px;
	color: #fffdd8;
	background: url(../img/name2.png) no-repeat;

}
.ul15 li.jjname1,.ul15 li.jjname2{
	left: 42px;
	color: #fffdd8;
	background: url(../img/name3.png) no-repeat;
}
.ul15 li.jjname1{
	top: 578px;
}
.ul15 li.jjname2{
	top: 614px;
}
.duizbox2 .duizgrown .b-ul li.pname{
	margin: 0 0 31px 0;
}

.duizbox2 .duizgrown .ulcom li.mb0{
	margin: 0;
}
.duizbox2 .duizgrown .ulcom li.mb1{
	margin: 0 0 111px 0;
}
.duizbox2 .duizgrown .ulcom li.mb2{
	margin: 0 0 372px 0;
}
.duizbox3 .duizgrown .ulcom li.mb3{
	margin: 0 0 365px 0;
}
.cont4 .tit.t0 {
	display: none;
	background-position: 0 -666px;
	margin-top: 27px;
}
.cont4 .sclist{
	display: none;
}
.tit.t6 {
	background: url(../img/tit6.png) center no-repeat;
	margin-top: 116px;
}

.hflist {
	margin: 44px auto 0;
	text-align: center;
	font-size: 0;
	width: 1200px;
	display: flex;
	justify-content:center;
}

.hflist li {
	display: inline-block;
	vertical-align: top;
	margin: 0 19px;
	background: url(../img/hflist.png) no-repeat;
	width: 246px;
	height: 73px;
	cursor: pointer;
}

.hflist li.li0 {
	background-position: 0 0;
}

.hflist li.li1 {
	background-position: 0 -73px;
}

.hflist li.li2 {
	background-position: 0 -146px;
}

.hflist li.li3 {
	background-position: 0 -219px;
}

.hflist li.li0.on {
	background-position: 100% 0;
}

.hflist li.li1.on {
	background-position: 100% -73px;
}

.hflist li.li2.on {
	background-position: 100% -146px;
}

.hflist li.li3.on {
	background-position: 100% -219px;
}

.hfbk {
	margin: 58px auto 0;
}

.swibox {
	margin: 62px auto;
	height: 410px;
	position: relative;
	width: 1090px;
	display: none;
}

.swibox.dis {
	display: block;
}

.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide .show1{
	margin-top: 176px;
	margin-left: 165px;
}
.swiper-slide .show2{
	margin-top: 168px;
	margin-left: 366px;
}
.hfbox {
	width: 268px;
	height: 400px;
	text-align: center;
}
.hfvd-ul{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content:space-between;
	flex-direction: column;
	
}
.hfvd-ul li{
	margin: 0 auto;
	width: 241px;
	height: 186px;
}
.hfvd-ul li .vd-box{
	position: relative;
	width: 240px;
	height: 129px;
	background: url(../img/vd-box.png) no-repeat;
}
.hfvd-ul li .vd-box::after{
	content: '';
	position: absolute;
	top: 8px;
	left: 8px;
	width: 225px;
	height: 114px;
	background: rgba(0, 0, 0, 0.6);

}
.hfvd-ul li .vd-box img{
	width: 225px;
	height: 114px;
	display: block;
	padding-left: 8px;
	padding-top: 8px;
}
.hfbtn {
	z-index: 3;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -23.5px 0 0 -28.5px;
	width: 57px;
	height: 47px;
	background: url(../img/vd-btn.png) no-repeat;
}
.hfvd-ul li .vd-title{
	/* width: 266px; */
	width: 100%;
	line-height: 30px;
	font-size: 18px;
	/* color: #fff; */
	color: #5e290a;
	height: 30px;
	text-align: center;
	white-space: nowrap;      
  overflow: hidden;         
  text-overflow: ellipsis;
}
.mttime {
	height: 45px;
	line-height: 45px;
	position: relative;
}

.mttime p {
	color: #412d11;
	font-size: 20px;
	font-weight: bold;
	background-image: -webkit-linear-gradient(top, #412d11, #7e5721);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.mttime div {
	position: absolute;
	top: -1px;
	width: 41px;
	height: 23px;
	line-height: 22px;
	color: #fefef4;
	font-size: 20px;
	left: 50%;
	margin-left: 85px;
	background: url(../img/spbg.png) no-repeat;
	padding-left: 13px;
}

.mttime span {
	background-image: -webkit-linear-gradient(top, #dfd980, #fefef4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.vslist {
	margin-top: 21px;
	text-align: center;
	font-size: 0;
}

.vslist li {
	display: inline-block;
	vertical-align: top;
	width: 125px;
	margin: 0 3px;
	height: 157px;
}

.vslist li p {
	color: #604219;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	background: url(../img/pbg.png) no-repeat center center;
}

.vslist li strong {
	width: 80px;
	height: 109px;
	background: url(../img/numbg.png) no-repeat;
	margin: 12px auto 0;
	display: block;
	font-size: 60px;
	color: #5e4119;
	font-weight: bold;
	line-height: 109px;
	text-shadow: 0 0 10px #e7dfbd;
}

.swiper-prev,
.swiper-next {
	top: 164px;
	width: 42px;
	height: 48px;
	background: url(../img/arr.png) no-repeat;
	cursor: pointer;
}

.swiper-prev {
	left: -52px;
}

.swiper-next {
	right: -52px;
	background-position: top right;
}

.swiper-button-disabled {
	opacity: .5;
	/* cursor: default; */
	cursor: not-allowed;
}

.swiper-button-disabled:hover {
	transform: translateY(0);
	filter: brightness(1);
}

.tit.t7 {
	background: url(../img/tit7.png) center no-repeat;
	margin-top: 110px;
}

.livehd {
	margin: 47px -82px 0;
	font-size: 0;
	text-align: center;
}

.livehd li {
	margin: 0 10px;
	width: 226px;
	height: 73px;
	background: url(../img/livehd1.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	background-position: 0 0;
	text-align: center;
	color: #cd8b49;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	padding-top: 26px;
	box-sizing: border-box;
	font-family: '\5b8b\4f53';
}

p.txc {
	margin: 20px 0;
	text-align: center;
}

/* .livehd li.li0{background-position: 0 0;}
.livehd li.li1{background-position: -225px 0;}
.livehd li.li2{background-position: -450px 0;}
.livehd li.li3{background-position: -675px 0;}
.livehd li.li4{background-position: -900px 0;} */
.livehd li.on {
	background-position: 100% 0;
	color: #5c2402;
}

/* .livehd li.li1.on{background-position: -225px -76px;}
.livehd li.li2.on{background-position: -450px -76px;}
.livehd li.li3.on{background-position: -675px -76px;}
.livehd li.li4.on{background-position: -900px -76px;} */
.livebox {
	width: 1043px;
	height: 552px;
	background: #000;
	margin: 48px auto 0;
	position: relative;
	background: url(../img/vbg.jpg) no-repeat;
}

.livebox::after {
	content: '';
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 2;
	pointer-events: none;
	transform: translate3d(-50%, 0, 0);
	width: 1071px;
	height: 594px;
	background: url(../img/vzz.png) no-repeat;
}

.tit.t8 {
	margin-top: 106px;
	background: url(../img/tit8.png) center no-repeat;
}

.hostbox {
	margin: 36px auto;
	width: 1200px;
}
.hostlist{
	margin: 0 -10px;
	width: 1220px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.hostlist li {
	margin: 14px 14px;
	width: 575px;
	height: 204px;
}

.txtbox,
.ewmbox {
	float: left;
}

.hostlist img {
	width: 575px;
	height: 204px;
	float: none;
	margin: 0 auto;
	display: block;
}

.txtbox {
	padding: 28px 12px 0;
	width: 132px;
	color: #ddefff;
	font-size: 16px;
	line-height: 18px;
}

.txtbox h3 {
	color: #d1bc88;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 8px;
	background-image: -webkit-linear-gradient(top, #cab98c, #fcfbf8);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ewmbox {
	width: 81px;
	padding: 21px 0 0 12px;
}

.ewmbox img {
	width: 79px;
	margin: 0;
	float: none;
}

.ewmbox p {
	color: #ddefff;
	font-size: 14px;
	line-height: 16px;
	padding-top: 2px;
	text-align: center;
}

.tpage {
	margin-top: 42px;
	height: 37px;
	text-align: center;
	font-size: 0;
	line-height: 37px;
}

.tpage a,
.tpage span {
	display: inline-block;
	vertical-align: top;
}

.tpage a {
	width: 153px;
	height: 36px;
}
.tpage a.swiper-prev5{
	background: url(../img/syy-btn.png) no-repeat;
}
.tpage a.swiper-next5 {
	background: url(../img/xyy-btn.png) no-repeat;
}

.tpage span {
	width: 69px;
	color: #6a2500;
	font-size: 20px;
}

.fjcbtn {
	width: 187px;
	height: 155px;
	background: url(../img/jcbox.png) no-repeat;
	position: fixed;
	z-index: 3;
	right: 30px;
	top: 50%;
	margin-top: -73px;
	text-indent: -9999em;
	overflow: hidden;
	animation: yizhidong 1s linear infinite;
}

@keyframes yizhidong {
	0% {
		transform: translate(0);
		opacity: 1;
	}

	20% {
		transform: translate(-3px, 3px);
	}

	40% {
		transform: translate(-2px, -3px);
		opacity: .7;
	}

	60% {
		transform: translate(3px, 2px);
	}

	80% {
		transform: translate(2px, -3px);
	}

	100% {
		transform: translate(0);
		opacity: 1;
	}
}

.fcbox {
	width: 314px;
	height: 398px;
	background: url(../img/fcbg.png) no-repeat;
	position: absolute;
	z-index: 2;
	top: 28px;
	left: 50%;
	margin-left: -157px;
	display: none;
}

.fcbox .topbox {
	padding: 36px 38px 0;
}

.fcbox .topbox p {
	text-shadow: none;
	font-family: '\5b8b\4f53';
	color: #6a2500;
	font-size: 18px;
	line-height: 28px;
	text-align: left;
	font-weight: bold;
}

.fcbox ul {
	margin-top: 6px;
	width: 100%;
	padding: 0;
}

.fcbox li {
	line-height: 28px;
	padding: 0 5px 5px;
	/* color: #2e6895; */
	font-size: 16px;
	width: 240px;
	background: url(../img/jg.png) no-repeat center bottom;
	margin: 0 auto;
	height: 28px;
}

.fcbox li p {
	float: left;
	/* color: #2a4d71; */
	text-shadow: none;
}

.fcbox li span {
	float: right;
	background-image: none !important;
	-webkit-text-fill-color: #6a2500 !important;
	text-shadow: none;
}
.fcbox li span::after{
	background: none;
}
.fcbox li:last-child {
	background: none;
}

.duizbox li:hover .fcbox,
.name:hover .fcbox {
	display: block;
}

.videowrap,
.pop_main {
	width: 960px;
	height: 540px;
}

.pop_main {
	border: 2px solid #eec663;
	background: #000;
	display: none;
}


.pop_jqqd {
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
}
.pop_jqqd.show{
	display: flex;
}
.mask{
	position: absolute;
	transform: translate3d(-50%,-50%,0);
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
.jqqd-box {
  width: 505px;
	height: 383px;
	background: url(../img/jqqd-pop.png) no-repeat;
}
.jqqd-box .close{
	right: -70px;
	top: 36px;
}
.livebox.nolive{
	background: none;
}
.livebox.nolive video,
.livebox.nolive::after{
  display: none;
}
.livebox.nolive .liveStatus{
  display: block;
}
.livebox iframe {
	width: 100%;
	display: block;
	height: 100%;
	border: none;
}
.liveStatus {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	z-index: 1;
	width: 1071px;
	height: 594px;
	background: url(../img/video-tips.png) no-repeat;
	display: none;
}
.livebox video {
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	width: 100%;
	height: 100%;
	background: #000;
}

.toast {
	width: 620px;
	height: 120px;
	background: rgba(0, 0, 0, .9);
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -60px 0 0 -310px;
	z-index: 100000;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 10px 18px 10px;
	font-size: 26px;
	color: #ffffff;
	animation: zoomIn 0.2s ease 1 both;
	border-radius: 4px;
}
  
.toast.show {
	opacity: 1;
	transform: translate(-50%, -50%);
}

@keyframes zoomIn {
	from {
	  opacity: 0;
	  transform: scale(0.8);
	}
	to {
	  opacity: 1;
	  transform: scale(1);
	}
  }
  