@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: 1200px;
	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: 51px;
	height: 51px;
	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: 1200px;
	margin: 0 auto;
	position: relative;
	color: #00193d;
	font-size: 18px;
}

.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: 236px;
	height: 65px;
	z-index: 3;
	bottom: 118px;
	left: 50%;
	margin-left: -118px;
	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 {
	background: url(../img/cont.jpg) no-repeat center bottom;
	padding-bottom: 202px;
	height: auto;
	/* 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: -84px;
	height: 111px;
}


.navbox div {
	position: relative;
	width: 1198px;
	height: 111px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	background: url(../img/nav-bg.png) center center no-repeat;

}
.navbox div::before,
.navbox div::after{
	content: '';
	position: absolute;
	z-index: -1;
	pointer-events: none;
}
.navbox div::before{
	left: -361px;
	top: -264px;
	width: 1352px;
	height: 647px;
	background: url(../img/nav-left.png) no-repeat;
}
.navbox div::after{
	right: -361px;
	top: -394px;
	width: 1377px;
	height: 838px;
	background: url(../img/nav-right.png) no-repeat;
}


.navbox a,
.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: '';
	position: absolute;
	width: 205px;
	height: 107px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.navbox a.nav-line::before{
	content: '';
	position: absolute;
	right: -7px;
	top: 0;
	width: 13px;
	height: 108px;
	background: url(../img/nav-line.png) center center no-repeat;
}
.navbox a {
	width: 205px;
	height: 107px;
	/* float: left; */
	position: relative;
}
.navbox a.nav0 {
	width: 283px;
	height: 171px;
	background-position: -313px -10px;
}
.navbox a.nav1 {
	background-position: -235px -455px;
}
.navbox a.nav2 {
	background-position: -235px -201px;
}
.navbox a.nav3 {
	background-position: -616px -10px;
}
.navbox a.nav4 {
	background-position: -235px -328px;
}
.pg1 .navbox a.nav0::after {
	width: 283px;
	height: 171px;
	background-position: -10px -10px;
}

.pg2 .navbox a.nav1::after {
	background-position: -10px -455px;
}

.pg3 .navbox a.nav2::after {
	background-position:  -10px -201px;
}

.pg4 .navbox a.nav3::after {
	background-position:  -616px -137px;
}

.pg5 .navbox a.nav4::after {
	background-position:  -10px -328px;
}

.tit {
	width: 1200px;
	margin-top: 47px;
	height: 101px;
	background: url(../img/tit.png) no-repeat;
	overflow: hidden;
	text-indent: -9999em;
}
.tit.t0{
	margin-top: 76px;
	height: 55px;
	background: url(../img/tit0.png) center no-repeat;
}
.sclist {
	text-align: center;
	font-size: 0;
	padding-top: 87px;
	margin: 0 6px;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sclist li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 30px 12px;
	width: 234px;
	height: 246px;
	background: url(../img/libg.png) no-repeat;
	position: relative;
}
.sclist li::after{
	content: '';
	position: absolute;
	top: 50%;
	right: -44px;
	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 p {
	position: absolute;
	color: #fff3aa;
	font-size: 18px;
	left: 0;
	width: 100%;
	line-height: 24px;
	bottom: 47px;
}
.sclist li p{
	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);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.sclist li div {
	width: 188px;
	height: 101px;
	margin: 60px auto;
}

.sclist li.li0 div {
	background: url(../img/li0.png) no-repeat;
}

.sclist li.li1 div {
	background: url(../img/li1.png) no-repeat;
}

.sclist li.li2 div {
	background: url(../img/li2.png) no-repeat;
}

.sclist li.li3 div {
	background: url(../img/li3.png) no-repeat;
}

.sclist li.li4 div {
	background: url(../img/li4.png) no-repeat;
}

.sclist li.li5 div {
	background: url(../img/li5.png) no-repeat;
}

.sclist li.li6 div {
	background: url(../img/li6.png) no-repeat;
}

.sclist li.cur div {
	background-position: top right;
}

.tit.t1 {
	margin-top: 102px;
	height: 55px;
	background: url(../img/tit1.png) center no-repeat;
}

.newsbox {
	margin: 64px -53.5px 0;
	width: 1307px;
	height: 436px;
	background: url(../img/newsbg.png) no-repeat;
	position: relative;
}

.adbox {
	/* width: 392px;
	height: 569px; */
	width: 364px;
	height: 436px;
	top: -38px;
	left: 138px;
}
.adbox img{
	width: 364px;
	height: 436px;
}
.morebtn {
	width: 45px;
	height: 157px;
	top: 140px;
	right: 40px;
	background: url(../img/morebtn.png) no-repeat;
}

.newlist {
	top: 42px;
	left: 570px;
	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: #01132f;
	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: 98px;
	height: 55px;
	background: url(../img/tit2.png) center no-repeat;
}

.jiesbox {
	margin: 36px -30px 0;
	font-size: 0;
	text-align: center;
}

.jiesbox a {
	display: inline-block;
	vertical-align: top;
	margin: 0 45px;
	width: 220px;
	height: 373px;
	position: relative;
}

.jiesbox a.link0 {
	background: url(../img/link0.png) no-repeat;
}

.jiesbox a.link1 {
	background: url(../img/link1.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: 164px;
	margin-bottom: 34px;
	height: 55px;
	background: url(../img/tit3.png) center no-repeat;
}

.jlbox {
	margin: 3px -30px 0;
}

.jlbox img {
	display: block;
	margin: 0 auto;
}

.jlbox img.yjimg {
	margin-top: 38px;
	margin-bottom: 46px;
}

.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 {
	height: auto;
	background:url(../img/cont1.jpg) no-repeat center bottom;
	padding-bottom: 300px;
}

.tit.t4 {
	margin-top: 76px;
	height: 55px;
	background: url(../img/tit4.png) center center no-repeat;
}
.scsb-box{
	width: 1284px;
	height: 1419px;
	margin: 68px -42px 0 -42px;
	background: url(../img/scsb.png) no-repeat;
}

.tit.t5 {
	margin-top: 46px;
	height: 55px;
	background: url(../img/tit5.png) center center no-repeat;
}
.autobox {
	position: relative;
	margin: 22px auto 0;
	width: 1180px;
	background: url(../img/autobg1.png) no-repeat center center;
	background-size: 1180px 100%;
	border-radius: 36px;
}

.autobox.mt {
	margin-top: -36px;
}

.autobox.mt1 {
	margin-top: 20px;
}

.autobox.mt2 {
	margin-top: 26px;
}

.autobox::after,
.autobox::before {
	content: '';
	position: absolute;
	left: 0px;
	z-index: 2;
	top: -3px;
	width: 1180px;
	height: 69px;
	background: url(../img/autobg2.png) no-repeat;
}

.autobox::before {
	top: auto;
	bottom: -3px;
	background: url(../img/autobg3.png) no-repeat;
}

.linebox {
	position: relative;
	z-index: 3;
}

.autobox table {
	width: 1176px;
	margin: 0 auto;
	position: relative;
}
.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 #efe2bb;
}

.autobox table th {
	height: 64px;
	color: #fff;
	font-size: 22px;
}

.autobox table td {
	height: 62px;
	color: #8d7b4b;
	font-size: 18px;
}

.linebox table.ft th {
	font-size: 22px;
}

.stit {
	position: relative;
	margin-left: 4px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	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: 271px;
	background-position: -10px -750px;
}

.stitw2 {
	width: 315px;
	background-position: -10px -824px;
}

.stitw3 {
	width: 266px;
	background-position: -10px -898px;
}

.stitw4 {
	width: 184px;
	background-position: -10px -10px;
}
.stitw5 {
	width: 332px;
	background-position: -10px -84px;
}
.big-stitw1 {
	width: 528px;
	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: 230px;
	background-position: -10px -454px;
}

.stitw8 {
	width: 377px;
	background-position: -10px -528px;
}

.stitw9 {
	width: 309px;
	background-position: -10px -602px;
}

.stitw10 {
	width: 229px;
	background-position: -10px -232px;
}
.stitw11 {
	width: 376px;
	background-position: -10px -306px;
}

.stitw12 {
	width: 315px;
	background-position: -10px -380px;
}
.stitw13 {
	width: 213px;
	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 4px rgba( 14, 44, 90,0.55); */
}

.itemlist {
	line-height: 40px;
	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: #8d7b4b;
}

.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: 26px;
	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: 42px;
	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, #255194, #5b92d9);
	-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: 22px;
	height: 22px;
	background: url(../img/dot.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: #8d7b4b;
	font-size:22px;
	line-height: 36px;
	bottom: -32px;
	left: 8px;
}

.showhd {
	width: 220px;
	height: 510px;
	top: 250px;
	left: 10px;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.showhd li {
	width: 208px;
	height: 203px;
	overflow: hidden;
	text-indent: -9999em;
	background: url(../img/showhd.png) no-repeat;
	cursor: pointer;
	margin: 20px 0;
}

.showhd li.li0 {
	background-position: -208px -204px;
}

.showhd li.li1 {
	background-position: -0 -204px;
}

.showhd li.li0.on {
	width: 209px;
	background-position: -209px -0;
}

.showhd li.li1.on {
	width: 209px;
	background-position: -0 -0;
}

.cont4 {
	padding-bottom: 0;
	height: 4834px;
	background: url(../img/cont4.jpg) no-repeat center top;
}
.cont5 {
	padding-bottom: 0;
	height: 5033px;
	background: url(../img/cont5.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: 36px auto;
}
.duizbtn li{
	width: 270px;
	height: 66px;
	font-size: 18px;
	line-height: 100px;
	text-indent: -99999rem;
	text-align: center;
	cursor: pointer;
	margin: 0 20px;
}
.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: 706px;
	position: relative;
	display: none;
}
.duizbox.show{
	display: block;
}
.duizbox1{
	margin: 16px auto 112px;
}
.duizbox .duizgrown {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
}
.duizbox .duizgrown .ulcom{
	padding: 82px 48px 0;
	width: 259px;
	height: 330px;
	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:-314px 0;
}
.duizbox .duizgrown ul.ul3{
	background-position:-628px 0;
}
.duizbox .duizgrown ul.ul4{
	background-position:-942px 0;
}
.duizbox .duizgrown ul.ul5{
	background-position: 0 -330px;
}
.duizbox .duizgrown ul.ul6{
	background-position:-314px -330px;
}
.duizbox .duizgrown ul.ul7{
	background-position:-628px -330px;
}
.duizbox .duizgrown ul.ul8{
	background-position:-942px -330px;
}
.duizgrown li{
	position: relative;
	margin: 7px 0;
	font-size: 18px;
	width: 163px;
	height: 40px;
	line-height: 40px;
	color: #fff6cb;
}
.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: 1071px;
	height: 656px;
	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: 0px 0 0 0px;
	padding: 0;
	background: none;
}
.duizbox .duizgrown .ulcom li.pname{
	margin: 0 0 21px 0;
	line-height: 44px;
	font-size: 18px;
	color: #fcf5cb;
	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: #fcf5cb;
	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: 167px;
	height: 30px;
	font-size: 20px;
	line-height: 30px;
}
.ul15 li.gjname{
	top: 392px;
	right: 47px;
	color: #fffdd8;
	background: url(../img/name1.png) no-repeat;
}
.ul15 li.yjname{
	top: 214px;
	left: 47px;
	color: #fcf5cb;
	background: url(../img/name2.png) no-repeat;

}
.ul15 li.jjname1,.ul15 li.jjname2{
	left: 47px;
	color: #ffdd9a;
	background: url(../img/name3.png) no-repeat;
}
.ul15 li.jjname1{
	top: 557px;
}
.ul15 li.jjname2{
	top: 592px;
}
.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 {
	height: 54px;
	background: url(../img/tit6.png) center no-repeat;
	margin-top: 116px;
}

.hflist {
	margin: 48px 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 16px;
	background: url(../img/hflist.png) no-repeat;
	width: 255px;
	height: 53px;
	cursor: pointer;
}

.hflist li.li0 {
	background-position: -15px -20px;
}

.hflist li.li1 {
	background-position: -15px -85px;
}

.hflist li.li2 {
	background-position: -15px -150px;
}

.hflist li.li3 {
	background-position: -15px -215px;
}

.hflist li.li0.on {
	background-position: -277px -21px;
}

.hflist li.li1.on {
	background-position: -277px -86px;
}

.hflist li.li2.on {
	background-position: -277px -151px;
}

.hflist li.li3.on {
	background-position: -277px -216px;
}

.hfbk {
	margin: 52px 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: 422px;
	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: 241px;
	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: -26.5px 0 0 -33.5px;
	width: 67px;
	height: 53px;
	background: url(../img/vd-btn.png) no-repeat;
}
.hfvd-ul li .vd-title{
	/* width: 266px; */
	width: 100%;
	line-height: 42px;
	font-size: 18px;
	color: #fff;
	height: 42px;
	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: 162px;
	width: 51px;
	height: 66px;
	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;
}

.swiper-button-disabled:hover {
	transform: translateY(0);
	filter: brightness(1);
}

.tit.t7 {
	margin-top: 141px;
	height: 54px;
	background: url(../img/tit7.png) center no-repeat;
}

.livehd {
	margin: 47px -82px 0;
	font-size: 0;
	text-align: center;
}

.livehd li {
	margin: 0 3px;
	width: 236px;
	height: 66px;
	background: url(../img/livehd1.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	background-position: -21px -10px;
	text-align: center;
	color: #deeaff;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	padding-top: 22px;
	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: -291px -10px;
	color: #713b11;
}

/* .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: 1050px;
	height: 580px;
	background: #000;
	margin: 48px auto 0;
	position: relative;
	background: url(../img/vbg.jpg) no-repeat;
}

.livebox::after {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 2;
	pointer-events: none;
	width: 1070px;
	height: 600px;
	background: url(../img/vzz.png) no-repeat;
}

.tit.t8 {
	margin-top: 140px;
	height: 54px;
	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: 158px;
	height: 37px;
}
.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: #234876;
	font-size: 20px;
}

.fjcbtn {
	width: 180px;
	height: 146px;
	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: 310px;
	height: 384px;
	background: url(../img/fcbg.png) no-repeat;
	position: absolute;
	z-index: 2;
	top: 28px;
	left: 50%;
	margin-left: -155px;
	display: none;
}

.fcbox .topbox {
	padding: 36px 38px 0;
}

.fcbox .topbox p {
	text-shadow: none;
	font-family: '\5b8b\4f53';
	color: #223d60;
	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: 239px;
	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: #2e6895 !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: 549px;
	height: 379px;
	background: url(../img/jqqd-pop.png) no-repeat;
}
.jqqd-box .close{
	right: -36px;
	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: 1070px;
	height: 600px;
	background: url(../img/video-tips.png) no-repeat;
	display: none;
}
.livebox video {
	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);
	}
  }
  