/*圆角*/
/*背景色*/
/*字体颜色*/
/*字体大小*/
/*高度*/
/*行高*/
/*颜色*/
/*盒模型*/
.borderBox {
  box-sizing: border-box;
}
.contentBox {
  box-sizing: content-box;
}
/*
	公共样式
*/
html {
  font-family: "微软雅黑";
}
.bgImg {
  background: url('../images/icon/bgTitle.png') no-repeat;
  background-size: 100% 100%;
  background-color: #fff;
}
.primaryTitle {
  height: 40px;
  line-height: 40px;
  margin: 5px 0px;
  border-bottom: 2px solid #aee6e8;
  width: 150px;
}
.error_msg {
  height: 25px !important;
  line-height: 25px !important;
  text-align: center;
  font-size: 14px !important;
}
.crumbs {
  height: 30px;
  line-height: 30px;
}
.alertBox {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0px;
  left: 0px;
}
/*
	基本样式
*/
/*圆角*/
/*背景色*/
/*字体颜色*/
/*字体大小*/
/*高度*/
/*行高*/
/*颜色*/
/*盒模型*/
.borderBox {
  box-sizing: border-box;
}
.contentBox {
  box-sizing: content-box;
}
.lessClearFloat {
  content: '';
  display: table;
  clear: both;
}
.focus {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 500px;
  /*background-color: #000;*/
}
.focus .shadow .title {
  width: 260px;
  height: 65px;
  padding-left: 30px;
  padding-top: 20px;
}
.focus .shadow .title a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: bolder;
  overflow: hidden;
}
.focus .btn {
  position: absolute;
  bottom: 34px;
  left: 510px;
  overflow: hidden;
  zoom: 1;
}
.focus .btn a {
  position: relative;
  display: inline;
  width: 13px;
  height: 13px;
  border-radius: 7px;
  margin: 0 5px;
  color: #B0B0B0;
  font: 12px/15px "\5B8B\4F53";
  text-decoration: none;
  text-align: center;
  outline: 0;
  float: left;
  background: #D9D9D9;
}
.focus .btn a:hover,
.focus .btn a.current {
  cursor: pointer;
  background: #fc114a;
}
.focus .fPic {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
}
.focus .D1fBt {
  overflow: hidden;
  zoom: 1;
  height: 16px;
  z-index: 10;
}
.focus .D1fBt a {
  position: relative;
  display: inline;
  width: 9px;
  height: 9px;
  border-radius: 5px;
  margin: 0 5px;
  color: #B0B0B0;
  font: 12px/15px "\5B8B\4F53";
  text-decoration: none;
  text-align: center;
  outline: 0;
  float: left;
  border: #f1f1f1 solid 1px;
  background: #FFF;
}
.focus .D1fBt .current,
.focus .D1fBt a:hover {
  background: #0092CE;
}
.focus .D1fBt img {
  display: none;
}
.focus .D1fBt i {
  display: none;
  font-style: normal;
}
.focus .shadow {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 10;
  height: 80px;
  line-height: 80px;
  background: rgba(0, 0, 0, 0.6);
  display: block;
  text-align: left;
}
.focus .shadow a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  overflow: hidden;
  margin-left: 10px;
  font-family: "\5FAE\8F6F\96C5\9ED1";
}
.focus .fcon {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  display: none;
  background: #fff;
}
.focus .fcon > a {
  display: block;
  width: 100%;
  height: 100%;
}
.focus .fcon > a > img {
  display: block;
  width: 100%;
  height: 100%;
}
.focus .fcon:first-child {
  display: block;
}
.focus .fbg {
  bottom: 25px;
  right: 372px;
  position: absolute;
  height: 21px;
  text-align: center;
  z-index: 200;
}
.focus .fbg div {
  margin: 4px auto 0;
  overflow: hidden;
  zoom: 1;
  height: 14px;
}
.focus .prev {
  width: 56px;
  height: 56px;
  background: url(../images/icon/prevArrow.png) no-repeat;
  cursor: pointer;
  z-index: 999999;
  position: absolute;
  top: 50%;
  left: 50px;
  margin-top: -28px;
  display: none;
}
.focus .next {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  background: url(../images/icon/nextArrow.png) no-repeat;
  cursor: pointer;
  right: 50px;
  margin-top: -28px;
  display: none;
}
.focus:hover .prev {
  display: block;
}
.focus:hover .next {
  display: block;
}
/*
	公共样式
*/
html {
  font-family: "微软雅黑";
}
body {
  padding-bottom: 105px;
}
body::-webkit-scrollbar {
  width: 0px;
  background-color: #F5F5F5;
}
.bgImg {
  background: url('../images/icon/bgTitle.png') no-repeat;
  background-size: 100% 100%;
  background-color: #fff;
}
.primaryTitle {
  height: 40px;
  line-height: 40px;
  margin: 5px 0px;
  border-bottom: 2px solid #aee6e8;
  width: 150px;
  font-size: 18px;
  font-weight: 600;
}
.error_msg {
  height: 25px !important;
  line-height: 25px !important;
  text-align: center;
  font-size: 14px !important;
}
.crumbs {
  height: 30px;
  line-height: 30px;
}
.tabs:hover {
  transform: scale(1.1);
}
.alertBox {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0px;
  left: 0px;
}
/*
	基本样式
*/
.f_l {
  float: left;
}
.f_r {
  float: right;
}
/*header start*/
.top {
  width: 100%;
  height: 103px;
  background: #f7f7f7;
}
.top1 {
  width: 986px;
  height: 78px;
  padding: 25px 0 0 16px;
}
.top_tel {
  width: 230px;
  height: 78px;
  background: url(../images/head.gif) -370px 0;
}
.in_search {
  width: 300px;
  height: 30px;
}
.top2 {
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  overflow: hidden;
}
.storeBanner {
  width: 100%;
  height: 500px;
}
.storeBanner > img {
  width: 100%;
  height: 100%;
}
#header {
  background-color: #F6F6F6;
}
#nav {
  width: 1200px;
  height: 56px;
  margin: 0 auto;
}
#nav > .logo {
  width: 263px;
  height: 56px;
}
#nav > .logo > a {
  display: block;
  width: 100%;
  height: 100%;
}
#nav > .logo > a > img {
  width: 263px;
  height: 56px;
}
#nav > .menu {
  width: calc(100% - 263px);
  height: 56px;
  float: right;
}
#nav > .menu ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  float: right;
}
#nav > .menu ul li {
  width: 99px;
  height: 56px;
  text-align: center;
  overflow: hidden;
  list-style: none;
  float: left;
  display: block;
  position: relative;
}
#nav > .menu ul li:hover,
#nav > .menu ul li.menu_active {
  background: #cc0000;
  color: #FFF;
}
#nav > .menu ul li:hover div,
#nav > .menu ul li.menu_active div {
  color: #fff;
}
#nav > .menu ul li:hover a,
#nav > .menu ul li.menu_active a {
  height: 53px;
  display: block;
  text-decoration: none;
  font-family: "微软雅黑";
  color: #FFF;
}
#nav > .menu ul li:hover a span,
#nav > .menu ul li.menu_active a span {
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff !important;
}
#nav > .menu ul li:hover a ins,
#nav > .menu ul li.menu_active a ins {
  height: 5px;
  display: block;
  background: #cc0000 !important;
  margin-top: -1px;
}
#nav > .menu ul li a:link,
#nav > .menu ul li a:visited {
  height: 56px;
  display: block;
  font-family: "微软雅黑";
  font-size: 13px;
  font-weight: bold;
  line-height: 26px;
  color: #666666;
}
#nav > .menu ul li a:link span,
#nav > .menu ul li a:visited span {
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #999;
  font-weight: 600;
}
#nav > .menu ul li a:link ins,
#nav > .menu ul li a:visited ins {
  width: 100%;
  height: 5px;
  background: #f6f6f6;
  display: block;
  margin: 0;
}
#nav > .menu ul li div {
  width: 100%;
  height: 26px;
  line-height: 40px;
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: 600;
}
#nav > .menu ul li i {
  width: 9px;
  height: 11px;
  background: url(../images/head.gif) -317px 0;
  display: block;
  position: absolute;
  top: 20px;
  left: 5px;
}
#nav > .menu ul li.menu_active > a {
  color: #fff;
}
#nav > .menu ul:after {
  content: '';
  display: table;
  clear: both;
}
#nav:after {
  content: '';
  display: table;
  clear: both;
}
.listBox {
  min-width: 400px;
  width: 100%;
}
.listBox > .topNav > ul > li {
  float: left;
  width: 65px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.listBox > .topNav > a {
  color: #000;
  line-height: 30px;
}
.listBox > .mainNav {
  min-height: 400px;
  margin-bottom: 8px;
  border: 1px solid #ddd;
  /*资迅*/
  /*活动*/
  /*视频*/
}
.listBox > .mainNav > div {
  box-sizing: border-box;
  padding: 10px;
}
.listBox > .mainNav .news {
  display: block;
  margin-bottom: 50px;
}
.listBox > .mainNav .news > .items > p {
  height: 30px;
  line-height: 30px;
  text-indent: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px dotted #ddd;
}
.listBox > .mainNav .news > .items > p > a {
  color: #000;
}
.listBox > .mainNav .news > .items > p:hover > a {
  color: red;
}
.listBox > .mainNav .activity {
  margin-bottom: 50px;
}
.listBox > .mainNav .activity > .items > p {
  height: 30px;
  line-height: 30px;
  text-indent: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px dotted #ddd;
}
.listBox > .mainNav .activity > .items > p > a {
  color: #000;
}
.listBox > .mainNav .activity > .items > p:hover > a {
  color: red;
}
.listBox > .mainNav .video {
  margin-bottom: 50px;
}
.listBox > .mainNav .video > .items > .videoBox {
  width: 287px;
  float: left;
  background-color: #000;
  margin-right: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.listBox > .mainNav .video > .items > .videoBox > div {
  height: 202px;
}
.listBox > .mainNav .video > .items > .videoBox > p {
  text-align: center;
  height: 30px;
  line-height: 30px;
  background-color: #000;
  color: #fff;
}
.listBox > .mainNav .video > .items > .videoBox:nth-child(4n) {
  margin-right: 0px;
}
.indexFooter {
  background-color: #efefef;
  margin-top: 30px;
  /* position: fixed; */
  bottom: 0px;
  width: 100%;
  z-index: 9999999;
}
.indexFooter > .footerBox > .footNav {
  width: 51%;
  padding-left: 10px;
}
.indexFooter > .footerBox > .footNav > img {
  width: 156px;
}
.indexFooter > .footerBox > .footNav > div {
  width: calc(100% - 156px);
}
.indexFooter > .footerBox > .footNav > div > .footernav {
  height: 40px;
  line-height: 40px;
}
.indexFooter > .footerBox > .footNav > div > .footernav > li {
  display: inline;
}
.indexFooter > .footerBox > .footNav > div > .footernav > li > a {
  padding: 0px 9px;
  font-size: 14px;
  border-right: 1px solid #B9B9B9;
  color: #9D9D9D;
}
.indexFooter > .footerBox > .footNav > div > .footernav > li:last-child > a {
  border-right: none;
}
.indexFooter > .footerBox > .footNav > div > pre {
  text-indent: 10px;
  font-size: 14px;
  color: #9D9D9D;
  border: none;
  background: transparent;
  padding: 0px;
}
.indexFooter > .footerBox > .adress {
  width: 49%;
  padding-right: 10px;
}
.indexFooter > .footerBox > .adress > .adre {
  margin-right: 10px;
  text-align: right;
}
.indexFooter > .footerBox > .adress > .adre > li {
  line-height: 30px;
}
.indexFooter > .footerBox > .adress > .adre > li > a {
  font-size: 14px;
  color: #9D9D9D;
}
.indexFooter > .footerBox > .adress > img {
  width: 65px;
  height: 65px;
}
.indexFooter > .footerBox:after {
  content: '';
  display: table;
  clear: both;
}
#page {
  text-align: center;
}
#page .pager {
  text-align: center;
  margin-bottom: 20px;
  display: inline-block;
}
#page .pager:after {
  content: "";
  display: table;
  clear: both;
}
#page .pager > a {
  padding: 4px 8px;
  background: #ccc;
  color: #666;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 22px;
  text-decoration: none;
}
#page .pager > .current,
#page .pager > a:hover {
  padding: 4px 8px;
  background: #cc0000;
  color: #fff;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}
#index {
  /*index content*/
  /*
	  less 方法
	  */
}
#index .menu {
  width: 1002px;
  height: 56px;
}
#index .menu ul {
  margin: 0;
  padding: 0;
}
#index .menu ul li {
  width: 99px;
  height: 56px;
  text-align: center;
  overflow: hidden;
  list-style: none;
  float: left;
  display: block;
  position: relative;
}
#index .menu ul li a:link,
#index .menu ul li a:visited {
  height: 51px;
  display: block;
  background: #fff;
  font-family: "微软雅黑";
  font-size: 13px;
  font-weight: bold;
  line-height: 26px;
}
#index .menu ul li a:link span,
#index .menu ul li a:visited span {
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #999;
}
#index .menu ul li a:link ins,
#index .menu ul li a:visited ins {
  width: 100%;
  height: 5px;
  background: #f6f6f6;
  display: block;
  margin: 0;
}
#index .menu ul li a:hover,
#index .menu ul li a:active {
  height: 52px;
  display: block;
  background: #cc0000;
  text-decoration: none;
  font-family: "微软雅黑";
  color: #FFF;
}
#index .menu ul li a:hover span,
#index .menu ul li a:active span {
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}
#index .menu ul li a:hover ins,
#index .menu ul li a:active ins {
  height: 5px;
  display: block;
  background: #cc0000;
  margin-top: -1px;
}
#index .menu ul li div {
  width: 100%;
  height: 26px;
  line-height: 40px;
  font-size: 14px;
}
#index .menu ul li i {
  width: 9px;
  height: 11px;
  background: url(../images/head.gif) -317px 0;
  display: block;
  position: absolute;
  top: 20px;
  left: 5px;
}
#index .menu ul li a.menu_active {
  height: 53px;
  display: block;
  background: #cc0000;
  text-decoration: none;
  font-family: "微软雅黑";
  color: #FFF;
}
#index .menu ul li a.menu_active ins {
  height: 5px;
  display: block;
  background: #cc0000;
  margin-top: -1px;
}
#index .menu ul li a.menu_active span {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}
#index #pager {
  display: block;
  list-style: none;
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 9900;
  padding: 5px 15px 5px 0;
  margin: 0;
}
#index #pager li {
  display: block;
  list-style: none;
  width: 9px;
  height: 9px;
  float: left;
  margin-left: 15px;
  border-radius: 5px;
  border: #f1f1f1 solid 1px;
  background: #FFF;
  overflow: hidden;
}
#index #pager li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
}
#index #pager li.current {
  background: #0092CE;
}
#index .index1 {
  width: 1002px;
  height: 150px;
}
#index .index1_1 {
  width: 141px;
  height: 150px;
  background: url(../images/index20150701.jpg) 0 0;
}
#index .index1_1_1 {
  position: relative;
  width: 158px;
  height: 158px;
  background: url(../images/sercice.gif) no-repeat center;
  background-size: 158px 158px;
  margin-top: 16px;
  margin-left: -9px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/sercice.gif', sizingMethod='scale');
}
#index .index1_1_1 span {
  display: none;
}
#index .index1_1_1:hover span {
  display: block;
  width: 100px;
  height: 18px;
  background: #FFFFFF;
  border: #000000 solid 1px;
  position: absolute;
  font-size: 15px;
  left: 30px;
  top: 90px;
}
#index .index1_2 {
  width: 302px;
  height: 150px;
  background: url(../images/index20150701.jpg) -141px 0;
}
#index .index1_2_1 {
  width: 158px;
  height: 158px;
  background: url(../images/contact.gif) no-repeat center;
  background-size: 158px 158px;
  display: block;
  position: relative;
  float: left;
  margin-left: 144px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/contact.gif', sizingMethod='scale');
}
#index .index1_2_1 span {
  display: none;
}
#index .index1_2_1:hover span {
  display: block;
  width: 100px;
  height: 36px;
  background: #FFFFFF;
  border: #000000 solid 1px;
  position: absolute;
  font-size: 15px;
  left: 35px;
  top: 100px;
}
#index .index1_3 {
  width: 263px;
  height: 100px;
  padding: 37px 0 5px 0px;
  line-height: 150%;
  background: url(../images/index20150701.jpg) no-repeat -442px 0;
  text-align: left;
  overflow: hidden;
  color: #ff9999;
}
#index .index1_3 ul {
  margin: 0;
  padding: 0;
  height: 74px;
  overflow: hidden;
}
#index .index1_3 ul li {
  list-style: none;
  float: left;
  padding-left: 15px;
}
#index .index1_4 {
  width: 289px;
  height: 150px;
  background: url(../images/index20150701.jpg) no-repeat -706px 0;
  position: relative;
}
#index .index1_4 a.index_ww {
  width: 110px;
  height: 150px;
  display: block;
  right: 0;
  top: 0;
  position: absolute;
}
#index .index1_4 a.index_we {
  width: 165px;
  height: 150px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#index .index2 {
  width: 1002px;
  height: 22px;
  background: url(../images/index.gif) 0 -228px;
}
#index .index3 {
  width: 1200px;
  margin: 0 auto;
  border-top: none;
}
#index .index3 > .index3_1 {
  width: calc(33.33333333%);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-right: none;
}
#index .index3 > .index3_1 .i3_9 {
  width: 100%;
  height: 38px;
  background: url(../images/11.png) no-repeat;
  position: relative;
}
#index .index3 > .index3_1 .i3_9 > a {
  position: absolute;
  right: 10px;
  top: 10px;
}
#index .index3 > .index3_1 .i3_9 a:link,
#index .index3 > .index3_1 .i3_9 a:active,
#index .index3 > .index3_1 .i3_9 a:visited {
  width: 51px;
  height: 21px;
  display: block;
  background: url(../images/index.gif) -772px 0;
}
#index .index3 > .index3_1 .i3_9 a:hover {
  width: 51px;
  height: 21px;
  display: block;
  background: url(../images/index.gif) -832px 0;
}
#index .index3 > .index3_1 > .i3_11 > .i3_15 > object {
  display: block;
  width: 100%;
  height: 256px;
  margin: 0 auto;
}
#index .index3 > .index3_1 > .i3_11 > .i3_15 > object > img {
  width: 100%;
  height: 100%;
}
#index .index3 > .news {
  width: calc(33.33333333%);
  float: left;
}
#index .index3 > .news > .newsNav {
  width: 353px;
  margin: 0 auto;
  height: 38px;
  position: relative;
  background: url(../images/22.png) no-repeat;
}
#index .index3 > .news > .newsNav > li {
  width: 100px;
  height: 38px;
  display: none;
  line-height: 38px;
  float: left;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
}
#index .index3 > .news > .newsNav > li > b {
  width: 8px;
  height: 22px;
  float: left;
  background: url(../images/icon/needle.png) no-repeat;
  margin-left: 5px;
  margin-top: 7px;
}
#index .index3 > .news > .newsNav > li > span {
  font-size: 19px;
  font-weight: bold;
  font-family: \5FAE\8F6F\96C5\9ED1;
  color: #CC0404;
}
#index .index3 > .news > .newsNav > li > img {
  width: 100%;
  height: 100%;
}
#index .index3 > .news > .newsNav > a {
  width: 51px;
  height: 21px;
  display: block;
  background: url(../images/index.gif) -772px 0;
  position: absolute;
  right: 10px;
  top: 10px;
}
#index .index3 > .news > .newsNav > a:hover {
  width: 51px;
  height: 21px;
  display: block;
  background: url(../images/index.gif) -832px 0;
}
#index .index3 > .news > .newsNav:after {
  content: "";
  display: table;
  clear: both;
}
#index .index3 > .news > .newsBox a {
  color: #000;
}
#index .index3 > .news > .newsBox > div:first-child {
  display: block;
}
#index .index3 > .news > .newsBox > div {
  display: none;
  margin: 0 auto;
  width: 353px;
}
#index .index3 > .news > .newsBox > .i3_4 {
  margin: 0px auto;
  width: 353px;
  height: 224px;
  padding: 0px 8px;
}
#index .index3 > .news > .newsBox > .i3_4 ul {
  margin: 0;
  padding: 0;
}
#index .index3 > .news > .newsBox > .i3_4 ul li {
  width: 315px;
  height: 31px;
  padding-left: 29px;
  line-height: 31px;
  float: left;
  list-style: none;
  border-bottom: #ffcccc 1px solid;
  text-align: left;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#index .index3 > .news > .newsBox > .i3_4 ul li a:hover {
  color: #ff0000;
}
#index .index3 > .news > .newsBox > .i3_4 ul li a:hover ins {
  width: 20px;
  height: 16px;
  position: absolute;
  left: 5px;
  top: 7px;
  background: url(../images/index.gif) -338px -185px;
  line-height: 17px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000;
  text-align: center;
  text-decoration: none;
}
#index .index3 > .news > .newsBox > .i3_4 ul li a:link ins,
#index .index3 > .news > .newsBox > .i3_4 ul li a:active ins,
#index .index3 > .news > .newsBox > .i3_4 ul li a:visited ins {
  width: 20px;
  height: 16px;
  position: absolute;
  left: 5px;
  top: 7px;
  background: url(../images/index.gif) -311px -185px;
  line-height: 17px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000;
  text-align: center;
  text-decoration: none;
}
#index .index3 > .news > .newsBox > .i3_4 ul:after {
  content: "";
  display: table;
  clear: both;
}
#index .index3 > .news > .newsBox .i3_8 {
  height: 226px;
  margin: 0 auto;
  padding: 0 8px 8px 8px;
}
#index .index3 > .news > .newsBox .i3_8 ul {
  width: 100%;
  height: 226px;
  background: #fff;
  margin: 0;
  padding: 0;
}
#index .index3 > .news > .newsBox .i3_8 ul li {
  width: calc(72%);
  height: 31px;
  float: left;
  list-style: none;
  overflow: hidden;
  line-height: 31px;
  padding-left: 28px;
  position: relative;
  border-bottom: #ffcccc 1px solid;
  text-align: left;
}
#index .index3 > .news > .newsBox .i3_8 ul li a:hover {
  color: #ff0000;
}
#index .index3 > .news > .newsBox .i3_8 ul li a:link ins,
#index .index3 > .news > .newsBox .i3_8 ul li a:visited ins {
  width: 20px;
  height: 16px;
  position: absolute;
  left: 5px;
  top: 7px;
  background: url(../images/index.gif) -311px -185px;
  line-height: 17px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000;
  text-align: center;
  text-decoration: none;
}
#index .index3 > .news > .newsBox .i3_8 ul li a:hover ins,
#index .index3 > .news > .newsBox .i3_8 ul li a:active ins {
  width: 20px;
  height: 16px;
  position: absolute;
  left: 5px;
  top: 7px;
  background: url(../images/index.gif) -338px -185px;
  line-height: 17px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000;
  text-align: center;
  text-decoration: none;
}
#index .index3 #download {
  width: calc(33.33333333%);
  float: left;
}
#index .index3 #download > .i3_91 {
  width: 100%;
  height: 38px;
  background: url(../images/33.png) no-repeat;
  position: relative;
}
#index .index3 #download > ul {
  max-width: 320px;
  margin: 0 auto;
  height: 100%;
  list-style: none;
}
#index .index3 #download > ul > li {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#index .index3 #download > ul > li > p {
  width: 90%;
  margin: 10px auto;
  height: 49px;
  display: block;
  max-width: 202px;
  position: relative;
  border-radius: 5px;
}
#index .index3 #download > ul > li > .down {
  width: calc(50% - 5px);
  float: left;
}
#index .index3 #download > ul > li > .down:first-child {
  margin-right: 10px;
}
#index .index3 #download > ul > li > .query {
  clear: both;
  width: 100%;
  max-width: 100%;
}
#index .index3 #download > ul > li > .query > b {
  left: 80px;
}
#index .index3 #download > ul > li > .query > a {
  text-align: center !important;
    padding-right:0px !important;
}
#index .index3 #download > ul > li > p > a {
  display: block;
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-align: right;
  padding-right: 17px;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 600;
  transition: font 0.1s linear;
  border-radius: 5px;
}
#index .index3 #download > ul > li > p > a:hover {
  text-decoration: none;
  font-size: 18px;
}
#index .index3 #download > ul > li > p > b {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  position: absolute;
  left: 11px;
  top: 15px;
}
#index .index3 #download > ul > li > p > b.andorid {
  background: url(../images/icon/andorid.png) no-repeat;
  background-size: 20px 20px;
}
#index .index3 #download > ul > li > p > b.ios {
  background: url(../images/icon/ios.png) no-repeat;
  background-size: 20px 20px;
}
#index .index3 #download > ul > li > p > b.search {
  background: url(../images/icon/search.png) no-repeat;
  background-size: 20px 20px;
}
#index .index3 #download > ul > li > .query > a {
  background-color: #C0504D;
}
#index .index3 #download > ul > li .andorid {
  background-color: #4D38D1;
}
#index .index3 #download > ul > li .iOS {
  background-color: #000000;
}
#index .index3 #download > ul > .code {
  width: 200px;
  height: 100%;
  min-height: 200px;
  position: relative;
  margin: 0 auto;
}
#index .index3 #download > ul > .code > img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
#index .index3 #download > ul > .code img:first-child {
  display: block;
}
#index .index3 #download > ul:after {
  content: "";
  display: table;
  clear: both;
}
#index .index3:after {
  content: "";
  display: table;
  clear: both;
}
#index .i3_3 {
  width: 312px;
  height: 196px;
  margin: 0 8px;
  background: #efefef;
  padding: 3px;
  overflow: hidden;
  position: relative;
}
#index .ia_num {
  position: absolute;
  right: 7px;
  bottom: 26px;
  z-index: 10;
}
#index .ia_num a {
  width: 15px;
  height: 15px;
  background: #333333;
  color: #fff;
  line-height: 15px;
  display: block;
  float: left;
  cursor: pointer;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 1px;
}
#index .ia_num a.ia_cur {
  background: #ff0000;
  color: #ffffff;
}
#index .i3_3 ul li {
  position: absolute;
  display: none;
  left: 0;
}
#index .i3_3 ul li a {
  position: relative;
}
#index .i3_3 ul li a ins {
  width: 312px;
  height: 26px;
  background: #000;
  position: absolute;
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 26px;
  text-align: center;
  bottom: 0;
  left: 0;
  font-family: "微软雅黑";
  font-weight: bold;
}
#index .i3_5 {
  width: 51px;
  height: 21px;
  padding: 10px 17px 7px 266px;
}
#index .i3_5 a:link,
#index .i3_5 a:active,
#index .i3_5 a:visited {
  width: 51px;
  height: 21px;
  display: block;
  background: url(../images/index.gif) -772px 0;
}
#index .i3_5 a:hover {
  width: 51px;
  height: 21px;
  display: block;
  background: url(../images/index.gif) -832px 0;
}
#index .i3_6 {
  width: 324px;
  height: 159px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  text-align: left;
  padding-left: 7px;
}
#index .i3_6 p {
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#index .i3_6 p #year {
  width: 157px;
  height: 47px;
}
#index .i3_6 p #month {
  width: 72px;
  height: 47px;
}
#index .i3_6 p #date {
  width: 85px;
  height: 47px;
}
#index .number {
  color: #cc0000;
  font-weight: bold;
}
#index .i3_7 {
  width: 90%;
  margin: 0 auto;
  height: 40px;
  background: url(../images/icon/active.png) 0px 0px no-repeat;
  background-size: 100% 40px;
  margin-bottom: 10px;
  border: 1px solid #EDEDED;
  border-bottom: 2px solid #ededed;
}
#index .i3_7 a:link,
#index .i3_7 a:active,
#index .i3_7 a:visited {
  width: 51px;
  height: 21px;
  display: block;
  float: right;
  background: url(../images/index.gif) -772px 0;
  margin-top: 10px;
  margin-right: 5px;
}
#index .i3_7 a:hover {
  width: 51px;
  height: 21px;
  display: block;
  background: url(../images/index.gif) -832px 0;
}
#index .aLink {
  width: 51px;
  height: 21px;
  display: block;
  float: right;
  background: url(../images/index.gif) -772px 0;
  margin-top: 10px;
  margin-right: 5px;
}
#index .aHover {
  width: 51px;
  height: 21px;
  display: block;
  background: url(../images/index.gif) -832px 0;
}
#index .i3_711 {
  width: 90%;
  margin: 0 auto;
  height: 40px;
  margin-bottom: 10px;
  background: url(../images/icon/info.png) 0px 0px no-repeat;
  background-size: 100% 40px;
  border: 1px solid #EDEDED;
  border-bottom: 2px solid #ededed;
}
#index .i3_711 a:link,
#index .i3_711 a:active,
#index .i3_711 a:visited {
  width: 51px;
  height: 21px;
  display: block;
  float: right;
  background: url(../images/index.gif) -772px 0;
  margin-top: 10px;
  margin-right: 5px;
}
#index .i3_711 a:hover {
  width: 51px;
  height: 21px;
  display: block;
  background: url(../images/index.gif) -832px 0;
}
#index .lessClearFloat {
  content: "";
  display: table;
  clear: both;
}
#index .borderBox {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#index .maxWidth {
  max-width: 1200px;
}
#index .boxCenter {
  margin: 0 auto;
}
#index .lf {
  float: left;
}
#index .rt {
  float: right;
}
#index .twentyShadow {
  height: 20px;
  background: url(../images/icon/shadow.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 5px;
}
#aside {
  width: 228px;
  background-size: 100% 100%;
  position: fixed;
  top: 200px;
  right: -180px;
  z-index: 999;
  transition: right 0.15s linear;
  box-sizing: border-box;
}
#aside > h3 {
  height: 30px;
  line-height: 30px;
}
#aside > p {
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  background-color: #86BAE4;
  box-sizing: border-box;
  position: relative;
  border-radius: 4px;
  margin-bottom: 10px;
}
#aside > p:nth-child(2) {
  margin-bottom: 0px;
}
#aside > p > b {
  width: 30px;
  height: 30px;
  float: left;
  margin: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
}
#aside > p b.phone {
  background: url(../images/icon/iconPhone.png) no-repeat;
  background-size: 100% 100%;
}
#aside > p b.QQ {
  background: url(../images/icon/iconQQ.png) no-repeat;
  background-size: 100% 100%;
}
#aside > p > a {
  color: #fff;
  line-height: 50px;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
#aside > p:last-child {
  border-bottom: 0px;
}
#aside .closeBtn {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
#aside .closeBtn:hover {
  color: red;
}
#aside:hover {
  right: 5px;
}
#newsCenter {
  margin-bottom: 20px;
}
#newsCenter > .crumbs {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
#newsCenter .bgTitle {
  width: 65px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#newsCenter .topNav > li {
  float: left;
  cursor: pointer;
  width: 118px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  font-size: 15px;
  font-family: "微软雅黑";
  background: url(../images/index.gif) 0 -615px;
}
#newsCenter .topNav > li a {
  color: #000;
  display: block;
  width: 100%;
  height: 100%;
}
#newsCenter .topNav > li.active a {
  color: #fff;
}
#newsCenter .topNav > li.active {
  width: 118px;
  height: 30px;
  display: block;
  text-align: center;
  font-size: 15px;
  background: url(../images/index.gif) 0 -577px;
  text-decoration: none;
  color: #fff;
}
#newsCenter .topNav:after {
  content: '';
  display: table;
  clear: both;
}
#newsCenter #indexNews {
  margin-top: 20px;
}
#newsCenter #indexNews > .mainNav {
  position: relative;
}
#newsCenter #indexNews > .mainNav > div {
  width: 100%;
  margin-bottom: 20px;
}
.indexFooter {
  background-color: #efefef;
  padding: 20px 0px;
}
.indexFooter > .footerBox > .footNav {
  width: 51%;
  padding-left: 10px;
}
.indexFooter > .footerBox > .footNav > img {
  width: 156px;
}
.indexFooter > .footerBox > .footNav > div {
  width: calc(100% - 156px);
}
.indexFooter > .footerBox > .footNav > div > .footernav {
  height: 40px;
  line-height: 40px;
}
.indexFooter > .footerBox > .footNav > div > .footernav > li {
  display: inline;
}
.indexFooter > .footerBox > .footNav > div > .footernav > li > a {
  padding: 0px 10px ;
  font-size: 14px;
  border-right: 1px solid #B9B9B9;
  color: #9D9D9D;
}
.indexFooter > .footerBox > .footNav > div > .footernav > li:last-child > a {
  border-right: none;
}
.indexFooter > .footerBox > .footNav > div > pre {
  text-indent: 10px;
  font-size: 14px;
  color: #9D9D9D;
}
.indexFooter > .footerBox > .adress {
  width: 49%;
  padding-right: 10px;
}
.indexFooter > .footerBox > .adress > .adre {
  margin-right: 10px;
  text-align: right;
}
.indexFooter > .footerBox > .adress > .adre > li {
  line-height: 30px;
}
.indexFooter > .footerBox > .adress > .adre > li > a {
  font-size: 14px;
  color: #9D9D9D;
}
.indexFooter > .footerBox > .adress > img {
  width: 65px;
  height: 65px;
}
#gameDetail {
  margin-top: 30px;
}
#gameDetail .pc {
  width: 50%;
  text-align: center;
  position: relative;
  float: right;
}
#gameDetail .pc a,
#gameDetail .pc span {
  height: 30px;
  line-height: 30px;
  background-color: #158CBA;
  color: #fff;
  border-radius: 6px;
  width: 95%;
  margin: 10px auto;
  display: block;
  cursor: pointer;
  text-decoration: none;
}
#gameDetail .phone {
  height: 190px;
  width: 50%;
  text-align: center;
  position: relative;
  float: left;
}
#gameDetail .phone .down {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  display: none;
}
#gameDetail .phone .down:first-child {
  display: block;
}
#gameDetail pre {
  border: none !important;
}
#gameDetail .gameInfo > .gameImg {
  width: 48%;
  margin-right: 2%;
  overflow: hidden;
}
#gameDetail .gameInfo > .gameImg > ul {
  width: 100%;
  height: 400px;
  position: relative;
}
#gameDetail .gameInfo > .gameImg > ul > li {
  width: 100%;
  float: left;
  height: 400px;
  display: none;
  position: absolute;
}
#gameDetail .gameInfo > .gameImg > ul > li > img {
  width: 100%;
  height: 100%;
}
#gameDetail .gameInfo > .gameImg > ul > li:first-child {
  display: block;
}
#gameDetail .gameInfo > .gameImg > .smallImg {
  height: 100px;
  padding: 10px 0px;
}
#gameDetail .gameInfo > .gameImg > .smallImg > b {
  width: 30px;
  height: 100px;
  cursor: pointer;
}
#gameDetail .gameInfo > .gameImg > .smallImg > b.left {
  background: url(../images/icon/arrow_left.png) no-repeat;
  background-size: 100% 100%;
}
#gameDetail .gameInfo > .gameImg > .smallImg > b.right {
  background: url(../images/icon/arrow_right.png) no-repeat;
  background-size: 100% 100%;
}
#gameDetail .gameInfo > .gameImg > .smallImg > b.left:hover {
  background: url(../images/icon/arrow_left_2.png) no-repeat;
  background-size: 100% 100%;
}
#gameDetail .gameInfo > .gameImg > .smallImg > b.right:hover {
  background: url(../images/icon/arrow_right_2.png) no-repeat;
  background-size: 100% 100%;
}
#gameDetail .gameInfo > .gameImg > .smallImg > ul {
  width: calc(40%);
  height: 100px;
  padding: 0px 15px;
}
#gameDetail .gameInfo > .gameImg > .smallImg > ul > li {
  width: calc(8%);
  height: 100%;
  float: left;
  margin-right: 15px;
}
#gameDetail .gameInfo > .gameImg > .smallImg > ul > li > img {
  width: 100%;
  height: 100%;
}
#gameDetail .gameInfo > .gameImg > .smallImg > ul > li:nth-child(5) {
  margin-right: 0px;
}
#gameDetail .gameInfo > .gameText {
  width: 50%;
}
#gameDetail .gameInfo > .gameText > .briefIntr > .gameName {
  font-size: 30px;
  font-weight: bold;
}
#gameDetail .gameInfo > .gameText > .briefIntr > p {
  min-height: 180px;
  background-color: #00B0F0;
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  padding: 10px;
  text-indent: 30px;
  text-align: Justify;
  text-justify: inter-ideograph;
}
#gameDetail .gameInfo > .gameText .downGame .pc > a,
#gameDetail .gameInfo > .gameText .downGame .pc span {
  cursor: pointer;
  display: block;
  width: 180px;
  margin: 10px auto;
  height: 40px;
  line-height: 40px;
  background-color: #4F81BD;
  border-radius: 10px;
  color: #fff;
}
#gameDetail .playInfo > .text {
  padding: 10px;
  line-height: 30px;
}
#gameDetail .spactialInfo > .text {
  padding: 10px;
  line-height: 30px;
}
#storeDisplay > .banner {
  width: 100%;
  height: 400px;
}
#storeDisplay > .banner > img {
  width: 100%;
  height: 100%;
}
#storeDisplay #searchBox {
  margin: 0px auto;
}
#storeDisplay #searchBox form {
  width: 580px;
  float: left;
}
#storeDisplay #searchBox form .search {
  margin: 15px 0px;
  box-sizing: border-box;
}
#storeDisplay #searchBox form .search > b {
  height: 30px;
  float: left;
  line-height: 30px;
  margin-right: 20px;
}
#storeDisplay #searchBox form .search > input,
#storeDisplay #searchBox form .search > select {
  width: 117px;
  height: 30px;
  box-sizing: border-box;
  text-indent: 10px;
  border: 1px solid #ddd;
}
#storeDisplay #searchBox form .search > .searchBtn {
  width: 80px;
  height: 30px;
  text-align: center;
  border: none;
  padding: 0px;
  border-radius: 5px;
  background-color: #c00;
  color: #fff;
  font-size: 16px;
  letter-spacing: 3px;
  cursor: pointer;
}
#storeDisplay #searchBox form .search1 {
  margin-left: 45px;
}
#storeDisplay #searchBox form .search1 > input {
  width: 450px;
}
#storeDisplay #searchBox form select {
  width: 280px;
  height: 30px;
  border-radius: 5px;
  outline: none;
}
#storeDisplay #searchBox form:after {
  content: '';
  display: table;
  clear: both;
}
#storeDisplay #searchBox #nameForm {
  float: right;
}
#storeDisplay #searchBox:after {
  content: '';
  display: table;
  clear: both;
}
#storeDisplay #storeBox {
  margin: 0 auto;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
}
#storeDisplay #storeBox .store {
  width: 580px;
  height: 100px;
  float: left;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
#storeDisplay #storeBox .store > .storeImg {
  float: left;
  width: 165px;
  height: 100px;
}
#storeDisplay #storeBox .store > .storeImg > img {
  width: 100%;
  height: 100%;
}
#storeDisplay #storeBox .store > .storeIntr {
  float: left;
  width: calc(100% - 170px);
  height: 100%;
  box-sizing: border-box;
  margin-left: 5px;
  font-size: 16px;
}
#storeDisplay #storeBox .store > .storeIntr > b {
  display: block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  background-color: #c00;
  text-align: center;
  color: #fff;
}
#storeDisplay #storeBox .store > .storeIntr > p {
  line-height: 22px;
  margin-left: 10px;
  font-size: 15px;
}
#storeDisplay #storeBox .store > .storeIntr > a {
  display: inline-block;
  margin-top: 5px;
  text-decoration: underline;
  color: red;
  padding-bottom: 1px;
  margin-left: 10px;
}
#storeDisplay #storeBox .store:nth-child(even) {
  margin-left: 10px;
  float: right;
}
#storeDisplay #storeBox .store:after {
  content: '';
  display: table;
  clear: both;
}
#storeDisplay #page {
  text-align: center;
}
#storeDisplay #page > ul {
  margin-top: 15px;
  display: inline-block;
}
#storeDisplay #page > ul > li {
  width: 22px;
  height: 22px;
  float: left;
  margin: 0 3px;
  background-color: #CCCCCC;
  text-align: center;
  line-height: 22px;
  font-size: 13px;
  cursor: pointer;
  color: #666666;
  font-family: "微软雅黑";
}
#storeDisplay #page > ul > li.current {
  background-color: #CC0000;
  color: #fff;
}
#storeDisplay #page .pager {
  text-align: center;
  margin-bottom: 20px;
  display: inline-block;
}
#storeDisplay #page .pager > a,
#storeDisplay #page .pager span {
  width: 40px;
  height: 40px;
  float: left;
  color: #7B506C;
  margin: 0 3px;
  background: url(../images/icon/pageRed.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
#storeDisplay #page .pager > .current {
  background: url(../images/icon/bluePage.png) no-repeat;
  background-size: 100% 100%;
}
#storeDisplay #page .pager > .prev {
  width: 95px;
  background: url(../images/icon/prevPage.png) no-repeat;
  background-size: 100% 100%;
}
#storeDisplay #page .pager > .next {
  width: 95px;
  background: url(../images/icon/nextPage.png) no-repeat;
  background-size: 100% 100%;
}
#storeDisplay #page .pager:after {
  content: "";
  display: table;
  clear: both;
}
#kefu {
  background-color: #FDEADA;
}
#kefu .faq {
  box-sizing: border-box;
  padding: 10px;
  padding-bottom: 100px;
}
#kefu .faq > .faqTitle {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
}
#kefu .faq > p {
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  padding: 0px 20px;
}
#cooperation > .mainTitle {
  width: 500px;
  height: 60px;
  line-height: 60px;
  margin: 20px auto;
  text-align: center;
  font-size: 40px;
  background-color: #CC0000;
  color: #fff;
}
#cooperation > .cooperationBox {
  margin-bottom: 20px;
  padding: 20px;
}
#cooperation > .cooperationBox #cooperationBox {
  width: 500px;
}
#cooperation > .cooperationBox #cooperationBox > p {
  min-height: 40px;
  line-height: 40px;
}
#cooperation > .cooperationBox #cooperationBox > p span {
  width: 100px;
  float: left;
  text-align: right;
}
#cooperation > .cooperationBox #cooperationBox > p > input {
  width: calc(100% - 106px);
  height: 25px;
  text-indent: 10px;
  float: left;
  margin-top: 5px;
}
#cooperation > .cooperationBox #cooperationBox > p > textarea {
  width: 392px;
  text-indent: 10px;
}
#cooperation > .cooperationBox #cooperationBox > .saveInfo {
  padding: 10px 25px;
  max-width: 100px;
  max-height: 40px;
  box-sizing: content-box;
  display: block;
  font-size: 16px;
  margin: 20px auto;
  margin-top: 0px;
  background: linear-gradient(#cc2403, #CC0000);
  border-radius: 6px;
  cursor: pointer;
  border: none;
  color: #fff;
}
#cooperation > .cooperationBox .process {
  width: 100%;
  min-height: 529px;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 10px;
}
#cooperation > .cooperationBox .process > .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
#cooperation > .cooperationBox .process > b {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}
#newsDetail {
  padding: 20px 0px;
}
#newsDetail .contentBox {
  width: 760px;
  float: left;
  line-height: 30px;
}
#newsDetail .contentBox img {
  margin: 20px auto !important;
  display: block;
}
#newsDetail .contentBox p {
  text-align: left !important;
  text-indent: 30px !important;
  margin-bottom: 30px !important;
}
#newsDetail .contentBox .title > h2 {
  padding-bottom: 16px;
  font-family: '\5FAE\8F6F\96C5\9ED1';
  font-size: 26px;
  text-align: center;
  margin: 50px 0px 20px 0px;
}
#newsDetail .contentBox .title .time {
  font-size: 12px;
  text-align: center !important;
  color: #B3A4A4;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
#newsDetail .i3_4 {
  width: calc(-716%);
  float: right;
  margin-top: 50px;
}
#newsDetail .i3_4 .other {
  margin-bottom: 10px;
  font-size: 16px;
  color: #399deb;
  font-family: '\5FAE\8F6F\96C5\9ED1';
}
#newsDetail .i3_4 ul {
  margin: 0;
  padding: 0;
}
#newsDetail .i3_4 ul li {
  width: 315px;
  height: 31px;
  padding-left: 29px;
  line-height: 31px;
  float: left;
  list-style: none;
  border-bottom: #ffcccc 1px solid;
  text-align: left;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#newsDetail .i3_4 ul li a {
  color: #000;
  text-decoration: none;
}
#newsDetail .i3_4 ul li a ins {
  width: 20px;
  height: 16px;
  position: absolute;
  left: 5px;
  top: 7px;
  background: url(../images/index.gif) -311px -185px;
  line-height: 17px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000;
  text-align: center;
  text-decoration: none;
}
#newsDetail > .text {
  margin: 0px auto;
  padding: 10px;
  box-sizing: border-box;
  max-width: 570px;
}
#newsDetail > .text > p {
  text-align: left;
  line-height: 30px;
  font-family: 宋体;
  font-size: 13.5pt;
}
#newsDetail > img {
  display: block;
  width: 100%;
  max-width: 570px;
  margin: 0px auto;
}
#newsDetail:after {
  content: '';
  display: table;
  clear: both;
}
#gameList {
  margin-top: 20px;
}
#gameList > .allGame {
  margin: 0px 0px 20px 0px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #000;
}
#gameList > .allGame .videoBox {
  width: calc(100% - 345px);
  height: 500px;
  float: left;
}
#gameList > .allGame .videoBox object {
  width: 100%;
}
#gameList > .allGame > .gameVideoList {
  width: 345px;
  height: 500px;
  box-sizing: border-box;
  background-color: #2D2D2D;
}
#gameList > .allGame > .gameVideoList .allGames {
  width: 100%;
  height: 49px;
  line-height: 49px;
  text-align: center;
  padding: 0px 12px;
  font-size: 16px;
  background-color: transparent;
  color: #FF920B;
  border: none;
  border-bottom: 2px solid #FF920B;
  box-sizing: border-box;
}
#gameList > .allGame > .gameVideoList .games {
  height: 451px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#gameList > .allGame > .gameVideoList .games > li {
  border-bottom: 1px solid #000;
  cursor: pointer;
  color: #fff;
}
#gameList > .allGame > .gameVideoList .games > li:after {
  content: '';
  display: table;
  clear: both;
}
#gameList > .allGame > .gameVideoList .games > li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 10px;
  float: left;
}
#gameList > .allGame > .gameVideoList .games > li > a > .gameImg {
  width: 117px;
  height: 65px;
  float: left;
}
#gameList > .allGame > .gameVideoList .games > li > a > .gameImg > img {
  width: 65px;
  height: 65px;
}
#gameList > .allGame > .gameVideoList .games > li > a > .gameText {
  width: calc(100% - 120px);
  float: right;
}
#gameList > .allGame > .gameVideoList .games > li > a > .gameText > p {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin-left: -30px;
}
#gameList > .allGame > .gameVideoList .games li.active {
  background-color: #676161;
}
#gameList > .allGame > .gameVideoList .games > li:after {
  content: '';
  display: table;
  clear: both;
}
