

.main {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.STYLE1 {
  font-size: 24px;
}

.topstyle a {
  text-decoration: none;
  color: #4f4f4f;
}

.header-nav {
  width: 100%;
  height: 66px;
  background: url("../img/nav_bg.png") top center no-repeat;
  position: relative;
  z-index: 1000;
}

.header-nav-main {
  width: 1199px;
  height: 61px;
  padding-top: 8px;
  margin: 0 auto;
  text-align: center;
}

.header-nav-main a {
  color: #fff;
  font-size: 18px;
  width: 160px;
  height: 52px;
  line-height: 52px;
  font-weight: bold;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  -webkit-transition: color ease-in-out 0.2s;
  -moz-transition: color ease-in-out 0.2s;
  -ms-transition: color ease-in-out 0.2s;
  transition: color ease-in-out 0.2s;
  position: relative;
}

.header-nav-main a.header-logo-a {
  width: 300px;
  height: 55px;
  margin: 0 20px;
  background: url("../img/toplogo.png") 0 0 no-repeat;
  margin-top: -5px;
}

.header-nav-main a:hover,
.header-nav-main a.current {
  text-decoration: none;
  color: #fcc31d;
}

.header-nav-main a .arrow {
  width: 0;
  height: 0;
  border-bottom: 10px solid #000;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.header-nav-main a .arrow.on {
  opacity: 80;
  filter: alpha(opacity=8000);
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.box {
  width: 1920px;
  height: 1102px;
  left: 50%;
  margin-left: -960px;
  position: relative;
  background: url("../img/bg_01.jpg") center no-repeat;
}

#Download {
  width: 1000px;
  height: 150px;
  position: absolute;
  top: 800px;
  left: 50%;
  margin-left: -475px;
  z-index: 1500;
  
  border-radius: 10px;
}

#gonggao {
  float: left;
  width: 1000px;
  height: 130px;
  overflow: hidden;
  margin-left: 20px;
  margin-top: 10px;
}

.btn_down_dlk {
  float: left;
  width: 300px;
  height: 130px;
  position: relative;
  text-indent: -9999em;
  background: url("../img/btn-1.png") no-repeat left top;
  display: block;
}

.btn_down_bd {
  float: left;
  width: 300px;
  height: 130px;
  position: relative;
  text-indent: -9999em;
  background: url("../img/btn-2.png") no-repeat left top;
  display: block;
  margin-left: 10px;
}

.btn_jiechi {
  float: left;
  width: 300px;
  height: 130px;
  position: relative;
  text-indent: -9999em;
  background: url("../img/btn-3.png") no-repeat left top;
  display: block;
  margin-left: 10px;
}
.zhezhao {
  position: absolute;
  width: 1920px;
  height: 204px;
  background: url("../img/zhezhao.png");
  bottom: 0;
}
#m1 {
  height: 1400px;
  position: relative;
  min-width: 1280px;
  margin: 0 auto;
  
  
  background: url("../img/bg_02.jpg") no-repeat top;
  overflow: hidden;
}
.m1img {
  margin: 0 auto;
  width: 1530px;

  margin-top: 150px;
}
.m1imgss {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 30px;
}
.center {
  margin: 0 auto;
  width: 1280px;
}

#Videoshipinbg {
  padding: 8px 32px;
  float: left;
  width: 550px;
  height: 420px;
  padding: 10px 10px;
  background: url("../img/bgbox.png") no-repeat;
  
}

#Videoshipin {
  padding: 8px 32px;
  float: left;
  width: 530px;
  height: 400px;
  padding: 10px 10px;
  
  
}

#Introductionbg {
  
  padding: 8px 32px;
  float: right;
  width: 670px;
  height: 430px;
  padding: 10px 10px 0;
  
}

#Introduction {
  padding: 8px 32px;
  float: left;
  width: 650px;
  height: 410px;
  padding: 10px 10px 0;
  
  background-color: #0f1318;
  box-shadow: 0 0px 14px rgba(141, 137, 137, 0.3) inset;
}

.container1 {
  width: 617px;
  height: auto;
  margin: 0 auto;
}

.container1 .div_scroll {
  float: left;
  width: 100%;
  height: 289px;
  overflow: auto;
}

.container1 .scroll_container {
  position: relative;
  overflow: hidden;
}

.container1 .scroll_absolute {
  position: absolute;
}

.container1 .scroll_vertical_bar {
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.container1 .scroll_track {
  position: relative;
  border-radius: 10px;
  background: url("../img/") repeat-y center top;
}

.container1 .scroll_drag {
  position: relative;
  top: 0;
  left: 0;
  border-top: none;
  border-bottom: none;
  cursor: pointer;
  background-color: #175155;
  border-radius: 20px;
}

.container1 .scroll_arrow {
  text-indent: -20000px;
  cursor: pointer;
  display: block;
}

.container1 .scroll_vertical_bar .scroll_arrow {
  height: 16px;
}



.NewsList li {
  padding: 11px 10px 11px 4px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  font-size: 14px;
  border-bottom: 1px dashed #a09c99;
  color: #fff;
  width: 570px;
}

.NewsList li span {
  float: right;
  font-size: 12px;
  color: #474545;
}

.NewsList li span:hover {
  font-size: 12px;
  color: #ff0000;
}

.NewsList li a {
  color: #000;
}

.NewsList li a:hover {
  color: #ff0000;
}

.NewsList li .btn_fl {
  float: left;
  color: #fff;
  margin-right: 9px;
  background-color: #000;
  display: inline-block;
}



.list {
  float: left;
}

.list li {
  float: left;
  width: 102px;
  border-right: 1px solid #3e3732;
}

.list li:last-child {
  width: 101px;
  border-right: 0;
}

.list li:last-child a {
  width: 35px;
}

.list li a {
  width: 36px;
  height: 196px;
  line-height: 24px;
  text-align: center;
  position: relative;
  font-size: 23px;
  color: #e7dbc0;
  padding-right: 33px;
  padding-left: 33px;
  background: url("../img/") no-repeat left top;
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
  display: block;
}

.list li a:hover {
  background-position: right top;
  text-decoration: none;
}

.list li a::after {
  width: 0;
  height: 100%;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  content: "";
}

.list li a span {
  vertical-align: middle;
  display: inline-block;
}



.Tab {
  float: left;
  width: 100%;
  margin-bottom: 24px;
  border-bottom: 1px solid #cbc7c4;
}

.Tab li {
  float: left;
  width: 149px;
  text-align: center;
}

.Tab li a {
  height: 70px;
  line-height: 70px;
  font-size: 17px;
  display: block;
  font-weight: bold;
  color: #fff;
}

.Tab li.change a,
.Tab li a:hover {
  color: #ff0000;
}

.Tab li.change {
  position: relative;
  margin-bottom: -1px;
  border-bottom: 2px solid #ff0000;
}

.clear {
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
  clear: both;
  font-size: 0;
}

.box2 {
  height: 1451px;
  position: relative;
  min-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  
  
  background: url("../img/bg_03.jpg") no-repeat top;
}
.box2 > .center {
  width: 1227px;
}
.box2img {
  margin-top: 157px;
}
.box2imgs {
  margin-bottom: 80px;
}
.box21 {
  height: 1325px;
  position: relative;
  min-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  
  
  background: url("../img/bg_031.jpg") no-repeat top;
}
.box21 > .center {
  width: 1227px;
}
.box21img {
  margin-top: 0px;
}
.box21imgs {
  margin-bottom: 80px;
}
#huishoujiagebg {
  padding: 8px 30px;
  float: left;
  width: 1245px;
  height: 705px;
  padding: 10px 10px 0;
  
  margin-top: 35px;
  margin-bottom: 20px;
}

#huishoujiage {
  
  float: left;
  width: 1266px;
  height: 708px;
  
  
  box-shadow: 0 0px 14px rgba(141, 137, 137, 0.3) inset;
  position: relative;
}
.kuan {
  width: 1266px;
  height: 708px;
  
  background: url("../img/box.png") no-repeat;
  z-index: 9999;
  position: absolute;
}
#playBanner {
  position: absolute;
  left: 18px;
  top: 21px;
  z-index: 9;
}

.box3 {
  width: 1920px;
  height: 1560px;
  left: 50%;
  margin-left: -960px;
  position: relative;
  background: url("../img/bg_04.jpg") center no-repeat;
}

.box4 {
  width: 1920px;
  height: 878px;
  left: 50%;
  margin-left: -960px;
  position: relative;
  overflow: hidden;
  background: url("../img/bg_05.jpg") top no-repeat;
}

.box4img {
  margin-top: 186px;
}
.footer {
  width: 1920px;
  height: 132px;
  left: 50%;
  margin-left: -960px;
  position: relative;
  background: url("../img/footer.jpg") center no-repeat;
}

.footleft {
  width: 250px;
  height: 90px;
  position: absolute;
  margin-left: 340px;
  margin-top: 25px;
}

.footleft a {
  width: 250px;
  height: 90px;
  display: block;
}

.footbox {
  width: 680px;
  height: 90px;
  position: absolute;
  margin-left: 615px;
  margin-top: 25px;
}

.footbox p {
  font-size: 12px;
  color: #ffffff;
}

.footright {
  width: 250px;
  height: 90px;
  position: absolute;
  margin-left: 1340px;
  margin-top: 25px;
}

.footright a {
  width: 250px;
  height: 90px;
  display: block;
}



#Floatingbar {
  width: 110px;
  height: 650px;
  position: fixed;
  top: 50%;
  right: 0px;
  margin-top: -320px;
  padding-top: 140px;
  padding-right: 48px;
  padding-left: 22px;
  background: url("../img/floatingbg.png") no-repeat left top;
  z-index: 2500;
}

#Floatingbar .erweima {
  width: 109px;
  line-height: 20px;
  text-align: center;
  margin: 0px auto 10px auto;
  margin-top: -25px;
  margin-left: 18px;
}

#Floatingbar .erweima:hover {
}

#Floatingbar .erweima:hover img {
  transform: scale(1.3);
}

#Floatingbar .erweima img {
  width: 110px;
  height: 110px;
  margin-bottom: 3px;
  background: #fff;
  display: block;
  transition: all 0.3s ease-in;
}

#Floatingbar .erweima span {
  font-size: 13px;
  color: #e7dbc0;
}

#Floatingbar ul {
  margin-bottom: 10px;
}

#Floatingbar ul li {
  line-height: 26px;
  text-align: center;
  color: #e7dbc0;
  margin-bottom: 10px;
}

#Floatingbar ul li a {
  display: block;
}

#Floatingbar ul li a img {
  margin: 0 auto;
  display: block;
}

#Floatingbar .downlist {
  float: left;
}

#Floatingbar .downlist li a {
  width: 150px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  background: url("../img/linkbg.png") no-repeat left top;
}

#Floatingbar .downlist li a:hover {
  color: #fac800;
  text-decoration: none;
}
