body {
	position: relative;
	margin: 0 auto;
	min-width: 1200px;
	font-size: 14px;
	font-family: -apple-system,Noto Sans,Helvetica Neue,Helvetica,Nimbus Sans L,Arial,Liberation Sans,PingFang SC,Hiragino Sans GB,Noto Sans CJK SC,Source Han Sans SC,Source Han Sans CN,Microsoft YaHei,Wenquanyi Micro Hei,WenQuanYi Zen Hei,ST Heiti,SimHei,WenQuanYi Zen Hei Sharp,sans-serif;
	line-height: 1.6;
	overflow-x:hidden;
}

a,body {
	color: #333
}

a {
	outline: none
}

.pn {
	background-repeat: no-repeat;
	background-position: top
}

.pn-hd {
	position: relative
}

.pn-hd .tit {
	font-size: 26px;
	color: #e3bf72;
	/*font-family: Helvetica Neue,Tahoma,SimSun,PingFang SC,ST Heiti,sans-serif;*/
	font-family:"Microsoft YaHei";
	font-weight: 700;
	text-indent: 45px;
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.slick-slider .slick-list,.slick-slider .slick-track {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.slick-slider .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-slider .slick-track:after,.slick-slider .slick-track:before {
	display: table;
	content: ""
}

.slick-slider .slick-track:after {
	clear: both
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none
}[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: none;
	border: none;
	font-size: 0;
	outline: none;
	cursor: pointer
}

.slick-arrow.slick-hidden {
	display: none
}[class^=ico-] {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: .2em
}

.topbar {
	background: url(../img/nei/top-bg.png) no-repeat center top;
	width:100%;
	height:95px;
	position: relative;
	z-index: 9
}

.topbar-nav {
	text-align: center;
	position: relative
}

.topbar-nav .logo {
	cursor: pointer;
	display:block;
	margin-top:10px;
}

.topbar-nav .nav-list {
	width: 1225px;
    height: 95px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;	
}

.topbar-nav .sub-nav {
	z-index: 100;
	position: absolute;
	left: 0;
	top: 90px;
	width: 190px;
	height: 0;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	overflow: hidden
}

.topbar-nav .sub-nav-list li {
	border-top: 1px solid rgba(235,222,184,.3);
	background: rgba(0,0,0,.5);
	-webkit-transition: background .3s;
	transition: background .3s
}

.topbar-nav .sub-nav-list li:first-child {
	border-top: 0
}

.topbar-nav .sub-nav-list li a {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center
}

.topbar-nav .sub-nav-list li a:hover {
	color: #ebdeb8
}

.topbar-nav .nav-con {
	position: relative;
	display: block;
	width: 190px;
	height: 60px;
	padding-top: 30px;
	font-weight: 700;
	font-size: 24px;
    font-family: serif;
    color: #e4cf97;
	-webkit-transition: all .3s;
	transition: all .3s
}
.topbar-nav .nav-con .cn::before,
.topbar-nav .nav-con .cn::after{
	background:url(../img/nei/top-icon.png) no-repeat;
	content:"";
	width: 15px;
	height: 15px;
    display: inline-block;
    margin: 0 10px;
}
.topbar-nav .nav-con .en {
	font-size: 12px;
	font-weight: 400;
	font-family: Arial,Helvetica,sans-serif
}

.topbar-nav .nav-item {
	position: relative;
	
}
.topbar-nav .nav-item .cn

.topbar-nav .nav-item:hover .nav-con {
	color: #ebdeb8
}

.topbar-nav .nav-item:hover .sub-nav {
	height: 165px
}

.topbar-nav .nav-item:hover .sub-nav-list {
	color: #ebdeb8
}

.header {
	height: 561px;
	position: relative
}

.header .btn-play {
	width: 70px;
	height: 70px;
}

.btn-play1 {
	width: 70px;
	height: 70px;
	position: absolute;
	left: 383px;
	top: 235px;
	cursor: pointer;
}

.gb-wrapper .header {
	height: 490px
}

.gb-wrapper .content .side {
	float: left;
	width: 266px;
	margin-right: 10px
}

.gb-wrapper .content .main {
	float: left;
	padding: 0 40px;
	width: 924px;
	min-height: 1280px;
	background: #fff;
	background: hsla(0,0%,100%,.9)
}

.gb-wrapper .content .main-hd {
	position: relative
}

.gb-wrapper .content .main-hd .tit {
	font-size: 30px;
	color: #c0aa70;
	line-height: 95px
}

.gb-wrapper .content .main-hd .tit span {
	font-size: 16px
}

.gb-wrapper .content .main-hd .tit span:before {
	content: "";
	display: inline-block;
	margin: 0 15px;
	width: 1px;
	height: 20px;
	background: #c0aa70;
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg)
}

.gb-wrapper .content .main-hd .crumb {
	position: absolute;
	right: 0;
	top: 40px;
	font-size: 16px;
	color: #555
}

.gb-wrapper .content .main-hd .crumb a {
	color: #555
}

.gb-wrapper .content .main-hd .crumb a:hover {
	text-decoration: underline
}

.gb-footer {
	padding: 15px 0;
	font-size: 12px;
	color: #93999e;
	text-align: center
}

.gb-footer p {
	padding-bottom: 5px
}

.gb-footer p a {
	color: currentColor
}

@-webkit-keyframes zoomin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes zoomin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.dialog-zc .dialog-in .regist .form-pos .form-group:before,.gb-final .main .top:before,.gb-final:before,.gb-wrapper .content:before,.news-list .tab:before,.wrapper-index .pn1 .c3 .tab:before,.wrapper-index .pn1:before,.wrapper-index .pn3 .item:before,.wrapper-index .pn3 .pn-in:before,.wrapper-index .pn5 .bd .tab:before,.wrapper-index .pn5:before,.wrapper-index .txt-list .item:before {
	display: table;
	content: ""
}

.dialog-zc .dialog-in .regist .form-pos .form-group:after,.gb-final .main .top:after,.gb-final:after,.gb-wrapper .content:after,.news-list .tab:after,.wrapper-index .pn1 .c3 .tab:after,.wrapper-index .pn1:after,.wrapper-index .pn3 .item:after,.wrapper-index .pn3 .pn-in:after,.wrapper-index .pn5 .bd .tab:after,.wrapper-index .pn5:after,.wrapper-index .txt-list .item:after {
	display: table;
	content: "";
	clear: both
}

.news-list .tab-pn-item .tit,.wrapper-index .pn1 .c3 .tab-pn-item .tit,.wrapper-index .pn5 .bd .tab-pn-item .tit,.wrapper-index .txt-list .txt {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gb-final,.gb-wrapper .content,.header,.pn-in,.topbar-nav {
	width: 1200px;
	margin: 0 auto
}
.header .start-time{
    position: absolute;
    margin: 0 auto;
    width: 600px;
    height: 88px;
    text-align: center;
    top: 705px;
    left: 330px;
    color: #f1e4a4;
    line-height: 78px;
    font-size: 28px;
    font-family: serif;
    font-weight: bold;
}
.wrapper-index {
	overflow: hidden;
	min-height: 1500px;
	background:#190f0d  url(/images/260824/bg1.jpg) no-repeat;
	background-position:center -90px;	
}

.wrapper-index .more {
	position: absolute;
	color: #917e5e
}

.wrapper-index .more:hover {
	color: #fff
}

.wrapper-index .txt-list {
    width: 90%;
    margin: 0 auto;
}

.wrapper-index .txt-list .con {
	color: #ababab;
	display:inline-block;
}

.wrapper-index .txt-list .item::before{
	content:"";
	background:url(/main/img/icon.png) no-repeat;
	width:19px;
	height:22px;
	display:inline-block;
	opacity:0;
}
.wrapper-index .txt-list .item:hover::before{
	opacity:1;
}
.wrapper-index .txt-list .con:hover,.wrapper-index .txt-list .con:hover .date {
	color: #e3bf73;
}
.wrapper-index .txt-list .con-list{
	color:#252525;
}
.wrapper-index .txt-list .con-list:hover,.wrapper-index .txt-list .con-list:hover .date {
     color: #991922
}

.wrapper-index .txt-list .date {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #a3a3a3
}

.wrapper-index .txt-list .item {
	position: relative;
	padding: 0 50px 0 0;
	/*border-top: 1px solid #292929
	border-top: 1px dotted #a3a3a3;*/
}

.wrapper-index .txt-list .item:first-child {
	border: 0
}

.wrapper-index .txt-list .item .con,.wrapper-index .txt-list .item .tag {
	font-size: 14px;
}

.wrapper-index .txt-list .item.hot .con {
	color: #ce8a33
}
.wrapper-index .c3-bd .con-hot{
    display: block;
    width: 90%;
    text-align: center;
    color: #fff;
    margin: 10px auto;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrapper-index .btns{
	display: block;
	width: 291px;
    height: 139px;
    background: url(../img/btn/btns1.png) no-repeat;
    margin-top: 130px;
    margin-left: -8px;	
}
.wrapper-index .btns .btn-zc {
	display: block;
	width: 280px;
	height: 65px;
}

.wrapper-index .btn-down {
    display: block;
    width: 295px;
    height: 125px;
    background: url(/main/img/main-down.png) no-repeat;
    position: absolute;
    z-index: 2;
    left: -8px;
    top: 0px;
    background-size: 100%;
}

.wrapper-index .btn-down{
	animation: foot_tx 1s infinite;
	 -o-animation: foot_tx 1s infinite;
	-moz-animation: foot_tx 1s infinite;
	 -webkit-animation: foot_tx 1s infinite;	
}	
 
@keyframes foot_tx {
		  0% { transform: scale(1); }
		  50% {transform: scale(.95); }
		  100% {transform: scale(1); }
		}
@-o-keyframes foot_tx {
		  0% { transform: scale(1); }
		  50% {transform: scale(.9); }
		  100% {transform: scale(1); }
		}
@-moz-keyframes foot_tx {
		  0% { transform: scale(1); }
		  50% {transform: scale(.9); }
		  100% {transform: scale(1); }
		}

@-webkit-keyframes foot_tx {
		  0% { transform: scale(1); }
		  50% {transform: scale(.95); }
		  100% {transform: scale(1); }
		}
.wrapper-index .btns .btn-down:hover{
	animation-play-state: paused;
	transform: scale(1);
}	 

.wrapper-index .btns .btn-hd {
    display: block;
    width: 145px;
    height: 67px;
    float: left;
    color: #fff;
    line-height: 90px;
    text-align: center;
    font-size: 16px;
    text-indent: 35px;
}
.wrapper-index .btns .btn-hd:hover{
	color:#cfbb89;
}

.wrapper-index .btns .btn-rch,
.wrapper-index .btns .btn-lb{
	line-height: 54px;
}


.wrapper-index .pn {
	margin-top: 20px
}


.wrapper-index .pn3 {
	height: 525px;
	overflow: hidden;
	position: relative 
}

.wrapper-index .pn3 .box{
	width: 100%;
    position: relative;
    margin: 60px auto;	
}
.wrapper-index .pn3 .info{
    color: #d3d3d3;
    width: 800px;
    margin-left: 300px;
    margin-right: 20px;
}
.wrapper-index .pn3 .info h4{
	font-size: 20px;
    color: #fff;
	height:85px;
}

.wrapper-index .pn3 .footer-sq{
	display: flex;
    text-align: center;
    font-size: 14px;
    color: #d3d3d3;
    margin: 0 auto;
    justify-content: space-between;
    width: 50%;
}
.wrapper-index .pn3 .footer-sq .ewmbg{
	width:180px;
	margin-bottom: 15px;
}
.wrapper-index .pn3 .footer-btn{
	position:relative;
	margin: 20px auto;
}
.wrapper-index .pn3 .footer-zc,
.wrapper-index .pn3 .footer-down,
.wrapper-index .pn3 .footer-gw{
	width: 209px;
	height:61px;
	display:block;
	float:left;
}
.wrapper-index .pn3 .footer-zc{
	background:url(/main/img/btn/footer-reg.png) no-repeat;
}
.wrapper-index .pn3 .footer-down{
	background:url(/main/img/btn/footer-down.png) no-repeat;
}
.wrapper-index .pn3 .footer-gw{
	background:url(/main/img/btn/footer-gw.png) no-repeat;
}
.wrapper-index .pn3 .footer-zc:hover,
.wrapper-index .pn3 .footer-down:hover,
.wrapper-index .pn3 .footer-gw:hover{
	filter: brightness(110%) contrast(110%);
}


.wrapper-index .pn-float {
	display: none;
	z-index: 100;
	position: fixed;
	left: 50%;
	margin-left: 660px;
	top: 230px;
	width: 164px;
	height: 240px;
}

.wrapper-index .pn-float .qrcode {
	width: 100%;
	height: 198px;
	background: url(http://cqzm.ixinyou.com/main/img/code1.png) no-repeat;
	background-position: 0 0px;
}

.wrapper-index .pn-float .btn-gotop {
	display: block;
	width: 33px;
	height: 25px;
	background-image: url(http://cqzm.ixinyou.com/main/img/index-b.png);
	background-position: 0 -251px;
	background-repeat: no-repeat;
	margin: 10px auto 0
}

.wrapper-index .pn-float .btn-gotop:hover {
	background-position: 0 -305px
}

.wrapper-index .pn-float-active {
	display: block
}

.dialog {
	position: fixed;
	display: none;
	z-index: 999
}

.dialog,.dialog .mask {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.dialog .mask {
	position: absolute;
	margin: auto;
	background: rgba(0,0,0,.8);
	z-index: -1
}

.dialog-hd {
	text-align: center;
	margin-bottom: -50px
}

.dialog-hd img {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.dialog-bd {
	padding: 20px 45px 40px
}

.dialog-in {
	width: 854px;
	height: 550px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #fff;
	border: 3px solid #ba3320;
	background:#000;
}

.dialog-in .btn-close {
	width: 56px;
	height: 56px;
	background-image: url(/main/img/close.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: -56px
}
.dialog-wxqun .dialog-in{
		width: 535px;
	min-height: 460px;
	background: url(http://cqzmhj.ixinyou.com/images/220411/pop-wx.png) no-repeat top;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #fff;
	border: unset;
}
.dialog-wxqun .btn-close{
	background-image:url(/images/close.png);
	background-position: 0 0;
	top:30px;
}
.dialog-wxqun .dialog-in .mod-wxqun{
	width: 300px;
    height: 300px;
    position: absolute;
    top: 133px;
    left: 233px;
}
.dialog-video .btn-close {
	width: 56px;
	height: 56px;
	background-image: url(/main/img/close.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: -56px
}
.dialog-video .dialog-in {
	width: 854px;
	height: 480px;
	min-height: 480px;
	padding: 0;
	background: #000;
	border-radius: 0
}

.dialog-video .mod-video{
	width: 100%;
    height: 100%;
    overflow: hidden;
    border: 3px solid #ba3320;
}

.dialog-video .dialog-in video {
	width: 100%;
	height: 100%;
}

.dialog-zc .dialog-in {
	width: 456px;
	min-height: 641px;
	background: url(http://cqzm.ixinyou.com/main/img/bg-dig1.png) no-repeat top
}

.dialog-zc .dialog-in .btn-close1 {
	width: 26px;
	height: 26px;
	background-image: url(http://cqzm.ixinyou.com/main/img/index-b.png);
	background-position: 0 -332px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: -35px
}

.dialog-zc .dialog-in .regist {
	padding: 25px 45px
}

.dialog-zc .dialog-in .regist .tab a {
	color: #929493;
	font-size: 20px
}

.dialog-zc .dialog-in .regist .tab a.current,.dialog-zc .dialog-in .regist .tab a:hover {
	color: #ecdeb9
}

.dialog-zc .dialog-in .regist .tab-bd {
	margin-top: 25px
}

.dialog-zc .dialog-in .regist .form-pos {
	width: 360px;
	margin: 0 auto
}

.dialog-zc .dialog-in .regist .form-pos .form-group {
	position: relative;
	width: 100%;
	line-height: 44px;
	margin-bottom: 5px
}

.dialog-zc .dialog-in .regist .form-pos .form-group .form-c1 {
	float: left;
	width: 240px;
	font-size: 12px
}

.dialog-zc .dialog-in .regist .form-pos .form-group .form-c1 input {
	vertical-align: middle
}

.dialog-zc .dialog-in .regist .form-pos .form-group .form-c1 span {
	padding-left: 5px
}

.dialog-zc .dialog-in .regist .form-pos .form-group .form-c2 {
	overflow: hidden;
	font-size: 12px;
	text-align: right
}

.dialog-zc .dialog-in .regist .form-pos .form-group .form-c2 span {
	color: #ecdeb9
}

.dialog-zc .dialog-in .regist .form-pos .form-group .form-c2 .login {
	color: #fff
}

.dialog-zc .dialog-in .regist .form-pos .form-label {
	position: absolute;
	left: 0;
	top: 1px;
	float: none;
	text-align: left;
	padding: 0 0 0 .5em;
	font-size: 16px;
	color: #000
}

.dialog-zc .dialog-in .regist .form-pos .form-input {
	background: #f0f0f0;
	width: 100%
}

.dialog-zc .dialog-in .regist .form-pos .form-input input {
	width: 340px;
	background: #fff;
	height: 44px;
	line-height: 44px;
	border: none;
	font-size: 14px;
	color: #000;
	padding: 0 9px
}

.dialog-zc .dialog-in .regist .form-pos .form-input input:focus {
	outline: none
}

.dialog-zc .dialog-in .regist .form-pos .error {
	color: red;
	line-height: 20px
}

.dialog-zc .dialog-in .regist .form-pos .btn-ljzc {
	display: block;
	width: 156px;
	height: 41px;
	background-image: url(http://cqzm.ixinyou.com/main/img/index-b.png);
	background-position: 0 -547px;
	background-repeat: no-repeat;
	border: 0;
	opacity: .9;
	margin: 10px auto 0
}

.dialog-zc .dialog-in .regist .form-pos .btn-ljzc:hover {
	opacity: 1
}

.dialog-zc .dialog-in .regist .form-pos.phone .btn-ljzc {
	margin-top: 30px
}

.dialog-zc .dialog-in .regist .form-pos.person .form-group1 input,.dialog-zc .dialog-in .regist .form-pos.phone .form-group1 input {
	padding-left: 45px!important;
	width: 303px!important
}

.dialog-zc .dialog-in .regist .form-pos.person .form-group2 .btn-yzm,.dialog-zc .dialog-in .regist .form-pos.phone .form-group2 .btn-yzm {
	position: absolute;
	top: 8px;
	right: 9px;
	width: 120px;
	height: 30px;
	background-color: #991700;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 30px
}

.dialog-zc .dialog-in .regist .form-pos.person .form-group2 .form-input,.dialog-zc .dialog-in .regist .form-pos.phone .form-group2 .form-input {
	width: 60%
}

.dialog-zc .dialog-in .regist .form-pos.person .form-group3 .eyes,.dialog-zc .dialog-in .regist .form-pos.phone .form-group3 .eyes {
	position: absolute;
	top: 15px;
	right: 9px;
	width: 18px;
	height: 14px;
	background-image: url(http://cqzm.ixinyou.com/main/img/index-b.png);
	background-position: 0 -16px;
	background-repeat: no-repeat;
	z-index: 55;
	cursor: pointer
}

.dialog-zc .dialog-in .regist .form-pos.person .form-group3 .eyes.not,.dialog-zc .dialog-in .regist .form-pos.phone .form-group3 .eyes.not {
	width: 18px;
	height: 15px;
	background-image: url(http://cqzm.ixinyou.com/main/img/index-b.png);
	background-position: 0 -32px;
	background-repeat: no-repeat
}

.dialog-zc .dialog-in .regist .form-pos.person .form-group3 .form-input,.dialog-zc .dialog-in .regist .form-pos.phone .form-group3 .form-input {
	width: 90%
}

.mod-focus1 {
	overflow: hidden;
	position: relative;
	width: 854px;
	height: 550px;
	margin: 0 auto
}

.mod-focus1 .text {
	width: 100%;
	height: 55px;
	font-size: 26px;
	color: #fff;
	font-family: Helvetica Neue,Tahoma,SimSun,PingFang SC,ST Heiti,sans-serif;
	font-weight: 700;
	line-height: 55px;
	text-align: center;
	background: none
}

.mod-focus1 .item {
	position: relative;
	margin-top: 10px
}

.mod-focus1 img {
	width: 98%;
	height: 480px;
	margin: 0 auto;
	display: block;
	/*-o-object-fit: cover;
	object-fit: cover*/
	object-fit: contain;
}

.mod-focus1 .slick-arrow {
	width: 55px;
    height: 100px;
	background: rgba(0,0,0,.6);
	z-index: 9
}

.mod-focus1 .slick-arrow:hover {
	background: rgba(0,0,0,.9)
}

.mod-focus1 .slick-arrow:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.mod-focus1 .slick-prev {
	left: 50px
}

.mod-focus1 .slick-prev:before {
	width: 29px;
	height: 51px;
	background-image: url(http://cqzm.ixinyou.com/main/img/index-b.png);
	background-position: 0 -635px;
	background-repeat: no-repeat;
	left: auto;
	right: 15px
}

.mod-focus1 .slick-next {
	right: 50px
}

.mod-focus1 .slick-next:before {
	width: 29px;
	height: 51px;
	background-image: url(http://cqzm.ixinyou.com/main/img/index-b.png);
	background-position: 0 -688px;
	background-repeat: no-repeat;
	right: auto;
	left: 15px
}

.mod-focus1 .slick-dots {
	display: none!important
}
/*
.page-type-index{
	background:#190f0d  url(/main/img/nei/bg.webp) no-repeat;
	background-position:0 150px;
}
*/
.page-type-index .header{
	height:500px;
}
.gb-final {
	margin-bottom: 50px;
	position: relative;
    z-index: 2;
}

.gb-final .side {
    float: left;
    width: 287px;
    position: relative;
}
.gb-final .side .hd{
	position: relative;
    margin: 20px 0 0 -6px;
}
.gb-final .side .hd .hdimg{
	margin-bottom: 10px;
    display: block;	
	position:relative;
}
.gb-final .side .hd .hdimg p{
	position:absolute;
    bottom: 11px;
    left: 132px;
    font-size: 13px;
}
.gb-final .side .shequn{
	background:url(/main/img/nei/shequn.png) no-repeat;
	width:306px;
	height:415px;
	left: -15px;
    position: relative;	
	margin-top:20px;
	color:#d7c79d;
}

.gb-final .main {
    float: right;
    width: 890px;
    min-height: 1200px;
    background: #f9f9f9;
    border: 2px solid #000;
}



.gb-final .main .top {
	line-height: 92px;
	padding: 0 40px;
    background-color: #000;	
}

.gb-final .main .top .classify {
	color: #ebdeb8;
	font-size: 30px;
	float: left;
	font-weight:bold;
	width: 300px
}
/*.gb-final .main .top .classify::before{
	content:"";
	background:url(/main/img/lb-icon-h.png) no-repeat;
	display: inline-block;
	width:27px;
	height:27px;
	position: relative;
    top: 3px;	
	transform:rotate(90deg);
}*/
.gb-final .main .top .classify .slant {
	margin: 0 10px 0 6px;
	font-size: 26px;
	color:#ebdeb8;
}

.gb-final .main .top .classify .news {
	font-size: 16px;
	color:#ebdeb8;
}

.gb-final .main .top .crumbs {
	float: right;
	overflow: hidden;
	font-size: 16px;
	margin-top: 6px;
	color: #a3a3a3
}

.gb-final .main .top .crumbs .sep {
	margin: 0 8px;
	font-family: SimSun
}

.gb-final .main .top .crumbs a {
	color: #a3a3a3
}

.gb-final .main .top .crumbs a:hover {
	text-decoration: underline
}

.gb-final .main .news-list{
	position:relative;
}
.gb-final .main .news-list .txt-list .item{
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #b5b5b5;	
}
.gb-final .main .news-list .txt-list .date{
	color:#252525;
}
.gb-final .main .news-list .txt-list .item::before{
	display:none;
}

.gb-final .main .article {
	font-size: 16px;
	padding: 40px;
	text-align: center
}

.gb-final .main .article .tit {
	font-size: 36px;
	overflow: hidden;
	font-weight: 700;
	text-align: center;
	color: #991922
}

.gb-final .main .article .mod-info {
	padding: 10px 0;
	border-bottom: 1px solid #2f2f38
}

.gb-final .main .article .mod-info .data {
	color: #a3a3a3;
	font-size: 14px
}

.gb-final .main .article .mod-article {
	padding: 30px 0 0;
	line-height: 1.8;
	text-align: left;
	font-size: 16px;
	color: #252525
}

.gb-final .main .article .mod-article p {
	text-indent: 2em;
	padding: 0 0 27px
}

.gb-final .main .article .mod-article p a {
	color: #c8b883
}

.gb-final .main .article .mod-article p a:hover {
	text-decoration: underline
}

.gb-final .main .article .mod-article p.p-image {
	text-indent: 0
}

.gb-final .main .article .mod-article p.more {
	color: red;
	text-align: center;
	padding: 0 0 5px
}

.gb-final .main .article .mod-article p.code {
	padding: 15px 0
}

.gb-final .main .pagination {
	position: relative;
	margin-top: 40px
}

.gb-final .main .pagination ul {
	margin: 10px 0 15px;
	padding: 12px 0;
	font-size: 0;
	line-height: 14px;
	text-align: center;
	color: #ebdeb8;
	clear: both
}

.gb-final .main .pagination ul li {
	font-size: 16px;
	padding: 5px 10px;
	margin: 0 3px 0 4px;
	border-radius: 2px;
	border: 1px solid #ebdeb8;
	text-decoration: none;
	display: inline-block
}

.gb-final .main .pagination ul li a {
	color: #ebdeb8
}

.gb-final .main .pagination ul li a:active,.gb-final .main .pagination ul li a:hover,.gb-final .main .pagination ul li a:link {
	color: #ebdeb8;
	border-color: #ebdeb8
}

.gb-final .main .pagination ul li.selected {
	background: #333;
	color: #fff;
	border: 1px solid #ebdeb8
}

.gb-final .main .pagination ul li.selected .current {
	color: #fff
}

.news-list .tab-hd {
	position: relative;
    height: 80px;
    background-color: #efefef;
    border-bottom: 1px solid #b5b5b5;	
}

.news-list .tab {
    width: 86%;
    margin: 0 auto;
}

.news-list .tab a {
	position: relative;
	display: block;
	float: left;
	padding: 3px 20px;
	font-size: 18px;
	margin: 0 20px;
	color: #252525;
	line-height: 73px;
}

.news-list .tab a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -1px;
	width: 0;
	height: 2px;
	background: #991922;
	-webkit-transition: width .3s;
	transition: width .3s
}

.news-list .tab a:first-child {
	margin-left: 0
}

.news-list .tab a.current,.news-list .tab a:hover {
	color: #991922;
	font-weight:bold;
}

.news-list .tab a.current:after,.news-list .tab a:hover:after {
	width: 100%;
}

.news-list .tab-pn-item .tit {
	display: block;
	margin: 30px auto 20px;
	font-weight: 700;
	font-size: 18px;
	color: #ff5550;
	text-align: center;
	max-width: 360px
}

.news-list .tab-pn-item .tit:hover {
	text-decoration: underline
}

.download{
	margin: 0 auto;
    width: 90%;
    position: relative;
}

.download .item {
    width: 90%;
    margin: 0 auto;
    position: relative;
    color: #000;
    padding-top: 20px;
}

.download .item .item-hd {
	border-bottom: 1px solid #b5b5b5
}


.download .item1 .item-hd:before{
	width: 31px;
	height: 31px;
	background-image: url(/main/img/nei/down-icon1.png);
	background-position: 0 0;
	background-repeat: no-repeat
}

 .download .item5 .item-hd:before {
	width: 31px;
	height: 31px;
	background-image: url(/main/img/nei/down-icon2.png);
	background-position: 0 0;
	background-repeat: no-repeat
}

.download .item3 .item-hd:before{
	width: 33px;
	height: 25px;
	background-image: url(/main/img/nei/down-icon3.png);
	background-position: 0 0;
	background-repeat: no-repeat
}

.download .item3 .item-bd {
	border-bottom: none
}

.download .item-hd {
    font-size: 20px;
    position: relative;
    line-height: 1.8;
    font-weight: bold;
}

.download .item-hd:before {
	content: "";
	position: absolute;
	top: 2px;
	left: -40px
}

.download .item-bd {
	padding: 15px 0;
}


.download .item-t {
    font-size: 20px;
    position: relative;
    line-height: 1.8;
    font-weight: bold;
	color:#565656;
}
.download .item-info .txt {
	font-size: 14px;
	color: #828282;
}

.download .downfull{
	background:url(/main/img/nei/down-full.png) no-repeat;
	width:187px;
	height:60px;
	display:block;
	text-indent:-9999px;
}

.download .downmini{
	background:url(/main/img/nei/down-mini.png) no-repeat;
	width:187px;
	height:60px;
	display:block;
	text-indent:-9999px;
}

.download .item .set-list {
	width: 100%;
	margin: 0 auto
}

.download .item .set-list thead {
	background: #c7c7c7;
	border: 1px solid #353542;
	font-weight: 700
}

.download .item .set-list .tit1,.download .item .set-list .txt1 {
	width: 118px
}

.download .item .set-list .tit2,.download .item .set-list .tit3,.download .item .set-list .txt1,.download .item .set-list .txt2 {
	width: 358px;
	border-left: 1px solid #353542
}

.download .item .set-list tr {
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	text-align: center
}

.download .item .set-list tr,.download .item .set-list tr:last-child {
	border-bottom: 1px solid #363643
}

.download .item .set-list tbody {
	background: #fff;
	border: 1px solid #363643
}
.gb-final .main .video-list{
	position:relative;
}
.video-list .tab-hd {
	position: relative;
    height: 80px;
    background-color: #efefef;
    border-bottom: 1px solid #b5b5b5;	
}

.video-list .tab {
    width: 30%;
    margin: 0 auto;
}

.video-list .tab a {
	position: relative;
	display: block;
	float: left;
    padding: 3px 10px;
    font-size: 20px;
	margin: 0 20px;
	color: #252525;
	line-height: 73px;
}

.video-list .tab a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -1px;
	width: 0;
	height: 2px;
	background: #991922;
	-webkit-transition: width .3s;
	transition: width .3s
}

.video-list .tab a:first-child {
	margin-left: 0
}

.video-list .tab a.current,.video-list .tab a:hover {
	color: #991922;
	font-weight:bold;
}

.video-list .tab a.current:after,.video-list .tab a:hover:after {
	width: 100%;
}
.video-list .videobox{
	display: flex;
    flex-wrap: wrap;
    align-content: baseline;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    min-height: 920px;
    overflow: hidden;
}
.video-list .videoitem{
	width:250px;
	height:170px;
	border:1px solid #473423;
	position:relative;
	margin-top: 25px;
}
.video-list .videoitem img{
	width:100%;
}
.video-list .videoitem .text{
    background-color: #000000;
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 35px;
    line-height: 35px;
}

.video-list .videoitem .other{
	opacity: 1;
    width: 100%;
    height: 133px;
    position: absolute;
    background-color: #00000090;
    z-index: 1;
    top: 0;
}
.video-list .videoitem .v-btn{
  background: url(/main/img/v-btn.png) no-repeat;
  width: 54px;
  height: 54px;
  margin: 40px auto;
  cursor:pointer;
}
.video-list .videoitem:hover .other{
  opacity: 1;
 /* -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;  */
}

@media screen and (max-device-width:900px){
	body{min-width:100%;}
	.wrapper-index{
		background: #190f0d url(/images/260824/bg1.jpg) no-repeat 0 0;
		background-size: contain;
		min-width: 100%;}
	#ixy-topbar,.topbar,.gb-final .side,.gb-final .main .top{ display:none;}
	.header{width:100%;height:30vw !important}
	.wrapper-index{min-height:unset;}
	.gb-final{width:90%;}
	.gb-final .main{width:100%;min-height:50vh}
	.gb-final .main .main-c{padding:0 10px;}
	.news-list .tab{width:100%;}
	.news-list .tab a{margin:0;padding:1vw 4vw;}
	.wrapper-index .txt-list .txt{width:55vw;}
	.gb-final .main .article .tit{font-size:5vw;}
	.gb-final .main .article .mod-article img{width:100%;}
	.about,.gb-final .main .pagination{display:none;}
	

}
