﻿@charset "utf-8";
#hearder {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}
#content {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
#footer {
  width: 100%;
  height: 180px;
  padding: 25px 0;
  background: #000 url("../images/bg4.jpg") no-repeat center 0;
  color: #ddd;
  border-top: 1px solid #e9ae6d;
}
/*top*/
.w1200 {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 0 30px;
  overflow: hidden;
}
.top {
  background-color: rgba(0, 0, 0, 0.75);
}
@media \0screen\, screen\9 { /* 只支持IE6、7、8 */
  .top {
    background-color: #000;
    filter: Alpha(opacity=50);
    position: static;
    *zoom: 1;
  }
  .top-ny {
    background-color: #FFF;
    filter: Alpha(opacity=50);
    position: static;
    *zoom: 1;
  }
  .top *, .top-ny * {
    position: relative;
  }
}
.top {
  width: 100%;
  height: 90px;
}
.top, .top a { /*color: #333;*/ color: #FFF;
}
.logo {
  width: 270px;
  height: 90px;
  background: url(../images/logo.png) no-repeat left center;
}
.logo a {
  display: block;
  width: 290px;
  height: 90px;
  text-indent: -9999px;
}
.logo-loading {
  background: url(../images/logo.png) no-repeat left center;
}
.menu {
  width: auto;
  height: 90px;
}
.menu ul {
  width: 100%;
  margin: 0 auto;
}
.menu ul:before, .menu ul:after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  padding: 34px 15px;
  background: url("../images/nav-ico.png") no-repeat center center;
  float: left;
}
.menu ul li {
  max-width: 120px;
  height: 90px;
  float: left;
}
.menu ul li img{
    margin-right: -20px;
    padding-left: 10px;
}
.menu ul li a {
  display: inline-table;
  width: auto;
  height: 86px;
  line-height: 86px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 0 12px;
  margin: 0 10px;
  color: #FFF;
}
.menu ul .currclass a, .menu ul li a:hover {
  border-bottom: 4px solid #e9ae6d
}
.menu a:hover {
  text-decoration: none;
}
/* 满屏banner */
.flickerplate {
	position:relative;
	width:100%;
	height:340px;
	background-color:#e6e6e6;
	overflow:hidden;
    max-width: 1920px;
    margin: 0 auto;
    
    background: url("../images/banner.jpg") no-repeat center center;
}
.flickerplate ul.flicks {
	width:10000%;
	height:100%;
	padding:0px;
	margin:0px;
	list-style:none
}
.flickerplate ul.flicks>li {
	float:left;
	width:1%;
	height:100%;
	background-position:center;
	background-size:cover;
	display:table
}
.flickerplate ul.flicks>li .flick-inner {
	height:100%;
	padding:10px;
	color:#fff;
	display:table-cell;
	vertical-align:middle
}
.flickerplate ul.flicks>li .flick-inner .flick-content {
	max-width:68.75em;
	margin-left:auto;
	margin-right:auto
}
.flickerplate ul.flicks>li .flick-title {
	padding:0px 0px;
	font-size:2.778em;
	line-height:1.995em;
	text-align:center
}
@media only screen and (max-width: 43.813em) {
.flickerplate ul.flicks>li .flick-title {
font-size:1.667em
}
}
.flickerplate ul.flicks>li .flick-sub-text {
	padding:5px;
	font-weight:300;
	line-height:2.5em;
	color:rgba(255, 255, 255, 0.8);
	text-align:center
}
.flickerplate ul.flicks>li .flick-title span.flick-block-text, .flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {
	padding:12px 18px;
	background-color:rgba(0, 0, 0, 0.6)
}
.flickerplate .arrow-navigation {
	position:absolute;
	height:80%;
	width:10%;
	top:10%;
	z-index:100;
	overflow:hidden
}
.flickerplate .arrow-navigation .arrow {
	display:block;
	height:100%;
	width:90%;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out
}
.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
	cursor:pointer
}
.flickerplate .arrow-navigation.left {
	left:0%
}
.flickerplate .arrow-navigation.left .arrow {
	opacity:0;
	margin:0px 0px 0px 50%;
	background-image:url("../images/arrow-left-light.png");
	background-repeat:no-repeat;
	background-position:left
}
.flickerplate .arrow-navigation.right {
	right:0%
}
.flickerplate .arrow-navigation.right .arrow {
	opacity:0;
	margin:0px 0px 0px -50%;
	background-image:url("../images/arrow-right-light.png");
	background-repeat:no-repeat;
	background-position:right
}
.flickerplate .arrow-navigation.left.hover .arrow {
	opacity:1;
	margin:0px 0px 0px 20%
}
.flickerplate .arrow-navigation.right.hover .arrow {
	opacity:1;
	margin:0px 0px 0px -20%
}
.flickerplate .dot-navigation {
	position:absolute;
	bottom:25px;
	width:100%;
	text-align:center;
	z-index:100;
	
	display: none;
}
.flickerplate .gonggao {
	position:absolute;
	bottom:0px;
	width:100%;
	text-align:center;
	z-index:100;
	color: #ffc688;
	font-size: 22px;
}
.flickerplate .dot-navigation ul {
	text-align:center;
	list-style:none;
	padding:0px 15px
}
.flickerplate .dot-navigation ul li {
	display:inline-block;
	float:none
}
.flickerplate .dot-navigation .dot {
	width:14px;
	height:14px;
	margin:0px 6px;
	background-color:rgba(255, 255, 255, 0.3);
	border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-webkit-transition:background-color 0.2s ease-out;
	-moz-transition:background-color 0.2s ease-out;
	-o-transition:background-color 0.2s ease-out;
	-ms-transition:background-color 0.2s ease-out;
	transition:background-color 0.2s ease-out
}
.flickerplate .dot-navigation .dot:hover {
	cursor:pointer;
	background-color:rgba(255, 255, 255, 0.6)
}
.flickerplate .dot-navigation .dot.active {
	background-color:#fff
}
.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul {
	text-align:left
}
.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul {
	text-align:right
}
.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {
	background-image:url("../images/arrow-left-dark.png")
}
.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {
	background-image:url("../images/arrow-right-dark.png")
}
.flickerplate.flicker-theme-dark .dot-navigation .dot {
	background-color:rgba(0, 0, 0, 0.12)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
	background-color:rgba(0, 0, 0, 0.6)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
	background-color:#000
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
	color:rgba(0, 0, 0, 0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {
	color:rgba(0, 0, 0, 0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color:rgba(255, 255, 255, 0.5)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
	color:rgba(0, 0, 0, 0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {
	color:rgba(0, 0, 0, 0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color:rgba(255, 255, 255, 0.5)
}
.flickerplate.animate-transform-slide ul.flicks {
	-webkit-perspective:1000;
	-webkit-backface-visibility:hidden;
	transform:translate3d(0%, 0px, 0px);
	-webkit-transform:translate3d(0%, 0px, 0px);
	-webkit-transition:-webkit-transform 0.6s;
	-o-transition:-o-transform 0.6s;
	-moz-transition:-moz-transform 0.6s;
	transition:transform 0.6s
}
.flickerplate.animate-transition-slide ul.flicks {
	position:relative;
	left:0%;
	-webkit-transition:left 0.4s ease-out;
	-moz-transition:left 0.4s ease-out;
	-o-transition:left 0.4s ease-out;
	-ms-transition:left 0.4s ease-out;
	transition:left 0.4s ease-out
}
.flickerplate.animate-jquery-slide ul.flicks {
	position:relative;
	left:0%
}
.flickerplate.animate-scroller-slide {
	padding-bottom:0px;
	overflow:auto
}
.flickerplate.animate-scroller-slide ul.flicks {
	position:auto
}
/*content*/
.main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.title {
  height: 80px;
  position: relative;
}
.title a{
  color: #ddd;
}
.tit01 {
  width: 435px;
  margin-left: auto;
  margin-right: auto;
}
.tit02, .tit03 {
  width: 100%;
}
/*.title-bg {
  background: url(../images/title-bg.png) no-repeat center center;
}*/
.tit01 h2:before, .tit01 h1:before {
  border-bottom: 4px solid #e9ae6d;
  content: "";
  position: absolute;
  left: 50%;
  top: 55px;
  display: block;
  width: 80px;
  margin-left: -40px;
  height: 0;
  z-index: 99;
}
.tit02 h2:before {
  border-bottom: 4px solid #FFF;
  content: "";
  position: absolute;
  left: 0;
  top: 50px;
  display: block;
  width: 80px;
  height: 0;
  z-index: 99;
}
.tit03 h2:before {
  border-bottom: 4px solid #e9ae6d;
  content: "";
  position: absolute;
  left: 0;
  /*top: 55px;*/
  bottom: 0;
  display: block;
  width: 80px;
  height: 0;
  z-index: 99;
}
.tit03 h2.text-r:before {
  left: auto;
  right: 0;
}
.title h2:before, .title h1:before, .news-list dt:before {
  transition: all 0.55s ease-in-out;
}
.title h2:hover:before, .title h1:hover:before, .news-list dt:hover:before {
  width: 120px;
  transition: all 0.55s ease-in-out;
}
.tit01 h2:hover:before, .tit01 h1:hover:before {
  margin-left: -60px;
}
.tit02 a {
  color: #FFF;
}
.title h2, .title h1 {
  font-size: 35px;
  line-height: 35px;
  padding-bottom: 30px;
  color: #ddd;
  position: relative;
}
.tit01 span {
  font-size: 14px;
  letter-spacing: 3px;
  color: #DDD;
  text-transform: uppercase;
}
.tit02 h2 {
  display: inline;
}
.tit02 span {
  font-size: 14px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 20px;
}
.tit03 span {
  display: block;
  width: 110px;
  height: 34px;
  text-transform: uppercase;
  float: right;
  margin-top: 15px;
}
.tit03 span a {
  color: #666;
  display: block;
  background: #f4f4f4;
  width: 110px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
}
.tit03 span a:hover {
  background: #e9ae6d;
  color: #FFF;
}
.game {
  width: 100%;
  height: 450px;
  background: url("../images/bg1.jpg") no-repeat center top;
  padding-top: 80px;
}
.game .video {
  width: 640px;
  height: 360px;
  background: #000
}
.game-info {
  width: 550px;
  height: auto;
}
.game-info h2 {
  width: auto;
  padding-bottom: 25px;
  margin-bottom: 5px;
  background: url("../images/title-line.png") no-repeat right bottom;
  color: #e9ae6d;
  font-size: 50px;
  text-align: right;
}
.game-info p {
  color: #ddd;
  font-size: 20px;
  text-align: right;
  line-height: 40px;
  padding-right: 25px;
}
.game-btn {
  padding: 20px;
  text-align: right;
  margin-top: 20px;
}
.btn1, .btn2 {
  width: 230px;
  height: 80px;
  display: inline-block;
}
.btn1 {
  background: url("../images/btn-download.png") no-repeat;
}
.btn2 {
  background: url("../images/btn-live.png") no-repeat;
}
/*advantage*/
.advantage {
  width: 100%;
  height: auto;
  background: url(../images/bg2.jpg) no-repeat center bottom fixed;
  /*transition: all .5s linear; 
  transform: scale(1.02);*/
  color: #ddd;
  /*padding-bottom: 100px;*/
  padding-bottom: 50px;
}
.advantage-box {
  overflow: hidden;
  margin-top: 30px;
}
.advantage .title {
  width: 240px;
  margin-top: 40px;
}
.advantage-pic {
  width: 480px;
  height: 272px;
}
.advantage-info {
  width: 380px;
  height: 232px;
  padding: 20px 40px;
  background: #434343;
  font-size: 20px;
  line-height: 36px;
}
.advantage-box .newslist{width: 1158px;}
.advantage-box .newslist .fr{width: 840px;}
.game-body .infos {color:#999;font-size:14px;margin-bottom:25px;}
.game-body .infos span {color:#999;font-size:14px;margin-right:10px;}
.game-body .infos span a{color:#333b55;font-size:14px;}
.article-body {color:#ddd;text-align: left;font-size:14px;margin-bottom:10px;line-height:1.8;overflow:hidden;white-space:normal;word-wrap:break-word;word-break:normal;}
.article-body img{max-width:100%;height: auto;border-radius: 5px;margin: 10px auto;display: block;}
.article-body .hljs{padding:1rem;font-family: "Microsoft Yahei";border-radius: 6px;font-size: 13px;}
.article-body p {margin: 0 0 .6rem;color:#ddd;font-size:16px;}
.article-body pre {margin: 20px 0;font-size: 12px;line-height: 22px;background: #4a4a4a;padding: 10px 20px;color: #f8f8d4;border: 0;}
.article-body h1,.article-body h2,.article-body h3 {color:#851f21;font-size:18px;margin-top: 1rem;margin-bottom: 5px;line-height: 24px;}
.pageinfo {padding:20px 10px;text-align:center;border-radius:3px;}
.pageinfo a{background-color:#fff;border-color:#f4f4f4;border-style:solid;border-width:1px;color:#666;margin:2px;padding:8px 20px;text-decoration:none;border-radius:4px;height:36px;line-height:36px;transition:all 0.2s ease 0s;}
.pageinfo a:hover {background-color:#e9ae6d;border-color:#e9ae6d;border-style:solid;border-width:1px;color:#fff;}
.pageinfo a:active {border-color:#e9ae6d;border-style:solid;border-width:1px;color:#000;}
.pageinfo .thisclass {background-color:#e9ae6d;border-color:#e9ae6d;border-style:solid;border-width:1px;color:#fff;font-weight:bold;margin:2px;padding:8px 20px;border-radius:4px;}
.pageinfo b {background-color:#e9ae6d;border-color:#e9ae6d;border-style:solid;border-width:1px;color:#fff;font-weight:bold;margin:2px;padding:8px 20px;border-radius:4px;}
.pageinfo span.disabled {border-color:#e9ae6d;border-style:solid;border-width:1px;color:#666;margin-right:2px;padding:8px 20px;border-radius:4px;background-color:#fff;}


.advantage-info2 {
  width: 910px;
  height: 213px;
  padding: 20px 20px;
  background: rgba(100, 100, 100, 0.35);
  border: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 20px;
  line-height: 36px;
  border: 1px solid #000;
    background: rgba(0,0,0,0.5);
    position: relative;
}
.advantage-info2 img{
    width: 300px;
}
.advantage-box-btn{
  padding: 30px 30px;
  background: rgba(100, 100, 100, 0.35);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border: 1px solid #000;
    background: rgba(0,0,0,0.5);
}
.advantage-info2 .photo{
  width: 272px;
  height: 212px;
  object-fit: cover;
}
.advantage-info2 .mark{
    left: 10px;
    top: 10px;
    width: 139px;
    height: 139px;
    position: absolute;
}
.advantage-info2 .fr{
  width: 585px;
  word-break: break-all;
  font-weight: bold;
}
.index-advantage-info2 .fr div{
    line-height: 30px;
}
.game-title{
  font-size: 30px;
  color: #e9ae6d;
}
.shouquan{
  color: #d00000;
}
.txtEndTime{
    color: #19B340;
}
.btn {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	-webkit-transition: none;
	transition: none;
	background-image: linear-gradient(to bottom, rgb(187 18 18) 0%, rgb(134 12 14) 100%);
  color: #FFF;
	border: 1px solid #fffff;
	text-shadow: 0 1px 0 rgba(255,255,255,.1);
  padding: 10px 40px;
  font-size: 16px;
}

.btn.active,.btn:hover {
	background: #fff;
	border-color: #fff;
	color: #000;
	box-shadow: 0 0 10px rgba(0,0,0,.6);
	text-decoration: none
}

.btn span {
	display: inline-block;
	text-transform: uppercase;
  font-size: 24px;
}

.btn-hollow a{
	background-color: #511616;
	border: 1px solid #511616;
	color: #fffff;
	background-image: none;
}
/*game*/
.game-title{
  margin-bottom:20px;
  color: #e9ae6d;
}
.game-smalltext{
  font-size: 16px;
  font-weight: 500;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
-webkit-line-clamp: 3;}
h1.game-title{
  text-align:center;
  font-size: 3.5em
}
.game-body{
  margin:10px 0; 
  padding: 25px 50px; 
  overflow: hidden; 
  border: 1px solid #000;
  background: rgba(0,0,0,0.5);
}
#shipin,#shipin h2{
  font-size: 30px;
  margin-bottom: 20px;
}
.min-h{
  min-height: 200px;
}
.f-20{
  font-size: 2em;
}
.f-25{
  font-size: 2.5em;
}
.f-35{
  font-size: 3.5em;
}
/*bodyCon08*/
.photo {
  background: #151515;
  max-width: 1920px;
  margin: 0 auto;
}
.bodyCon08 .students {
  margin: 0 auto;
  width: 1100px;
  height: 300px;
  position: relative;
}
#four_flash {
  position: relative;
  width: 1100px;
  height: 300px;
  margin: 0 auto;
  position: absolute;
  bottom: 40px;
}
#four_flash .flashBg {
  width: 998px;
  height: 300px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#four_flash .flashBg ul.mobile {
  width: 2000%;
  height: 300px;
  position: absolute;
  top: 15;
  left: 0;
}
#four_flash .flashBg ul.mobile li {
  float: left;
  width: 300px;
  height: 340px;
  margin-left: 26px;
  padding-top: 40px;
  color: #6C6E85;
}
#four_flash .flashBg ul.mobile li:hover {
  color: #999;
}
#four_flash .flashBg ul.mobile li img {
  /*width: 100%;*/
  height: 170px;
  display: block;
  margin: 0 auto 10px;
      border: 1px solid #e9ae6d;
    padding: 4px;
    width: 290px;
}
#four_flash .flashBg ul.mobile li p {
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  margin-top: 10px;
}
#four_flash .flashBg ul.mobile li a {
  text-align: center;
  color: #ddd;
      display: inherit;
    line-height: 30px;
  font-size: 18px;
}
#four_flash .but_left {
  width: 32px;
  height: 52px;
  position: absolute;
  top: 100px;
  left: 0px;
  opacity: 0.5
}
#four_flash .but_right {
  width: 32px;
  height: 52px;
  position: absolute;
  top: 100px;
  right: 0px;
  opacity: 0.5
}
#four_flash .but_left:hover {
  opacity: 1
}
#four_flash .but_right:hover {
  opacity: 1
}
/*index-contact*/
.ask {
  width: 100%;
  min-height: 510px;
  padding: 75px 0 75px;
  background: url(../images/bg3.jpg) no-repeat center bottom fixed;
  background-size: 1920px 100%;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.ask-box{
  border: 1px solid #000;
  background: rgba(0,0,0,0.5);
  min-height: 390px;
  color: #ddd;
  font-size: 18px;
  padding: 60px 130px;
  line-height: 2em;
}
.ask-box h3{
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 20px;
}
.notice {
  padding: 20px 20px;
  border: 1px solid #000;
    margin-top: 45px;
    background: rgba(0,0,0,0.5);
}
.notice .newstitle {
  width: 100%;
  min-height: 485px;
}
.notice .newstitle h3 {
  height: 48px;
  display: block;
  color: rgb(68, 68, 68);
  font-size: 22px;
  font-weight: 700;
  cursor: default;
  padding: 0px 10px;
  line-height: 48px;
}
.notice .newstitle h3 span{
  padding-left: 10px;
  color: #e9ae6d ;
}
.notice .newstitle .more {
  float: right;
  font-size: 14px;
  color: #ccc;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.notice .newstitle .more:hover {
  color: #f83;
  text-decoration: underline;
}
.notice_list{
  border-top:1px #ddd solid;
  margin-top:0px;
  padding:10px 0.5%;
}
.notice_list li {
  width: 48.2%;
  float: left;
  height: 40px;
  margin-right: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #61666a;
  overflow: hidden;
}
.notice_list li:nth-child(2n) {
    margin-right: 0px;
}
.notice_list li a{
  display: inline-block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  color: #ddd;
  float: left;
  width: 470px;
  font-size: 16px;
}
.notice_list li i {
  float: left;
  font-size: 24px;
  margin-right: 10px;
  color: #e9ae6d;
}

.notice_list li span {
  float: right;
  color: #999;
  line-height: 32px;
}
.notice_list li:hover p {
  color: #f83;
  text-decoration: underline;
}
/*foot*/
.foot_logo {
  height: 150px;
}
.copyright {
  height: 35px;
}
/* 选项卡 */
.classwrap{
  margin: 30px auto 0;
  width: 100%;
  max-width: 1200px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.6);
	padding: 1px;
	height: 52px;
	line-height: 52px;
  border-radius: 0px;
}
.classwrap1{
	display: flex;
	width: 100%;
	box-sizing: border-box;
}
.classitem{
	width: 25%;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	cursor: pointer;
	position: relative;
}
.classitem img{
	vertical-align: middle;
}
.classitem span{
	font-weight: 700;
}
.classitem img{
	height: 24px;
}
.classitem.active{
	background: rgba(0, 0, 0, 0.5);
	color: #e9ae6d
}
.listwrap{
  display:none;
}
.active2{
  display:block;
}

.cf-buy {
  height: 75px;
  padding: 15px 255px 0 295px;
}
.cf-buy-a:hover .cf-buy {
  margin-top: 30px;
}
#nr {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  background: -webkit-linear-gradient(left, #ffffff, #ff0000 6.25%, #ff7d00 12.5%, #ffff00 18.75%, #00ff00 25%, #00ffff 31.25%, #0000ff 37.5%, #ff00ff 43.75%, #ffff00 50%, #ff0000 56.25%, #ff7d00 62.5%, #ffff00 68.75%, #00ff00 75%, #00ffff 81.25%, #0000ff 87.5%, #ff00ff 93.75%, #ffff00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  animation: masked-animation 2s infinite linear;
}
 @keyframes masked-animation {
 0% {
 background-position: 0 0;
}
 100% {
 background-position: -100%, 0;
}
}
.biaodan{
    position: relative;
}
.biaodan:after{
    display: block;
    content: "";
    position: absolute;
    width: 583px;
    height: 1000px;
    right: -10px;
    top: -20px;
    background: url(../images/011wg.com.png) no-repeat center bottom;
}
.feedback_content {
  width: 50%;
  min-height: 192px;
  background-color: #383d4a;
  border: 4px solid #f18e2d;
  margin-top: 4px;
  margin-bottom: 4px;
}
.feedback_content textarea {
  width: 100%;
  height: 185px;
  background-color: #383d4a;
  font-size: 16px;
  color: #757575;
  text-indent: 8px;
  margin-top: 6px;
  border: none;
}
.feedback_div {
  min-width: 350px;
  min-height: 180px;
  margin-top: 6px;
}
.feedback_category {
  width: 50%;
  height: 40px;
  margin-bottom: 4px;
}
.feedback_category select {
  width: 50%;
  height: 40px;
  background-color: #383d4a;
  cursor: pointer; 
  font-size: 16px;
  color: #757575;
  border: 4px solid #f18e2d;
  text-indent: 3px;
}
.feedback_name {
  width: 100%;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 14px;
}
.feedback_name input ,.feedback_name #yuanyin{
  width: 50%;
  height: 40px;
  background-color: #383d4a;
  font-size: 16px;
  color: #757575;
  border: 4px solid #f18e2d;
  text-indent: 8px;
}
.feedback_name #yuanyin{
  width: 50.9%;
  height: 50px;
}
.feedback_number {
  width: 100%;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.feedback_number input {
  width: 50%;
  height: 40px;
  background-color: #383d4a;
  font-size: 16px;
  color: #757575;
  border: 4px solid #f18e2d;
  text-indent: 8px;
}
.feedback_button {
    margin: 30px 0;
  width: 220px;
  height: 84px;
  background-color: #d8822c;
}
.feedback_button button {
  width: 220px;
  height: 84px;
  font-size: 40px;
  background-color: #d8822c;
  border: none;
  color: #fff;
  cursor: pointer; 
  line-height: 45px;
  font-weight: 400;
}
.tishi{
    position: relative;
    z-index: 9999;
}
.foot_link a{
    color: #FFF;
    display: inline-block;
    padding: 5px;
}


.main_box {
    width: 1400px;
    margin: 0 auto;
}
.bt-c{
    float: left;
}
.bt-r{
    float: right;
}
.bt-r a{
    display: block;
    float: left;
    width: auto;
    padding: 0 20px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    border: solid 1px rgba(118, 133, 145, 0.5);
    margin: 0 12px 0 0;
}
}
.hj-list{position: relative;margin:10px auto;width: 1400px;}
.hj-info{overflow: hidden;width: 1400px;}
.hj-list-c{height: auto;display: block;}
.hj-list-c>ul{display: table;width: 1400px;padding-top: 20px;}
.hj-list-c>ul li{display: block;float: left;width: 326px;height: 300px;background: #172230;margin:0 24px 20px 0;transition: all .2s linear;-webkit-transition: all .2s linear;border-radius: 4px;overflow: hidden;}
.hj-list-c>ul li img{margin-top: 20px;
    width: 240px;
    height: 140px;margin: 20px auto;display: table;}
.hj-list-c>ul li span{display: block;width: 250px;height: 26px;line-height: 26px;margin: 8px auto 0;font-size: 16px;overflow: hidden;color: #ff6565;}
.hj-list-c>ul li p{width: 250px;height: 40px;margin: 0 auto;color: #a6a6a6;font-size: 12px;line-height: 20px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;word-break: break-all;}
.hj-list-c>ul li i{display: block;float: left;width: auto;padding: 0 12px;height: 22px;line-height: 22px;text-align: center;font-size: 12px;color: #8ba8a3;border: 1px solid #8ba8a3;border-radius: 160px;margin: 10px 16px;}
.hj-list-c>ul li:hover{margin-top: -5px;margin-bottom: 25px;-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);-moz-box-shadow: 0 15px 30px rgba(0,0,0,0.1);box-shadow: 0 15px 30px rgba(0,0,0,0.1);}
.hj-list-c>ul li:hover i{color: #c6d4df;border: 1px solid #c6d4df;}
.hj-list-c>ul li:hover span{color: #c6d4df;}
.hj-list-c>ul li:hover p{color: #595959;}
.hj-list-c .time{width: 250px;margin: 5px auto;height: 26px;line-height: 26px;color: #8ba8a3;font-size: 12px;}
.hj-list-d{height: auto;display: block;overflow: hidden;}
.hj-list-d>ul{display: table;width: 1400px;margin-top: 20px;}
.hj-list-d>ul li{display: block;float: left;width: 280px;height: 260px;background: #172230;margin:0 24px 20px 0;transition: all .2s linear;-webkit-transition: all .2s linear;border: 1px solid #f2f2f2;}
.hj-list-d>ul li img{width: 280px;height: 140px;}
.hj-list-d>ul li span{display: block;width: 250px;height: 26px;line-height: 26px;margin: 8px auto 0;color:#404040;font-size: 16px;overflow: hidden;}
.hj-list-d>ul li p{width: 250px;height: 40px;margin: 0 auto;color: #a6a6a6;font-size: 12px;line-height: 20px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;word-break: break-all;}
.hj-list-d>ul li i{display: block;float: left;width: auto;padding: 0 12px;height: 22px;line-height: 22px;text-align: center;font-size: 12px;color: #8ba8a3;border: 1px solid #8ba8a3;border-radius: 160px;margin: 10px 16px;}
.hj-list-d>ul li:hover{margin-top: -5px;margin-bottom: 25px;-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);-moz-box-shadow: 0 15px 30px rgba(0,0,0,0.1);box-shadow: 0 15px 30px rgba(0,0,0,0.1);}
.hj-list-d>ul li:hover i{color: #c6d4df;border: 1px solid #c6d4df;}
.hj-list-d>ul li:hover span{color: #c6d4df;}
.hj-list-d>ul li:hover p{color: #595959;}
.hj-list-d .time{width: 250px;margin: 5px auto;height: 26px;line-height: 26px;color: #8ba8a3;font-size: 12px;}