﻿*{
  margin: 0;
  padding: 0;
}
body {
  
  font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;	
}
#header {
  height: 62px;
  border: 1px solid transparent;
  background: #1d1d20;
}
#header .h-box {
  position: relative;
  margin-top: 20px;
  background: #1d1d20;
}
#header .h-box .logo {
  position: absolute;
  left: 58px;
  top: -5px;
}
#header .h-box .logo a {
  text-decoration: none;
}
#header .h-box .h-center {
  background: #1d1d20;
  margin-left: 235px;
  top: 2px;
  right: 0;
  bottom: 0;
}
#header .h-box .h-center li {
  float: left;
  padding-right: 40px;
  color: #eaeaea;
	position: relative;
}
#header .h-box .h-center li a {
  position: relative;
  text-decoration: none;
  color: #eaeaea;
  font-size: 15px;
}
#header .h-box .h-center li a .title-img {
  position: absolute;
  top: 25px;
  left: -10px;
  opacity: 0;
  filter: alpha(opacity=0);
}
#header .h-box .h-center li .program {
  position: absolute;
  top: 42px ;
  left: 520px;
  width: 100px;
  height: 30px;
  background: #24262a;
  z-index: 10;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  opacity: 0;
  filter: alpha(opacity=0);
}
#header .h-box .h-center li .program .triangle1 {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 34%;
  top: -10px;
  z-index: 2;
  border-left: 12px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #24262a;
}
#header .h-box .h-center li .program a {
  font-size: 12px;
  color: #fff;
}
#header .h-box .h-center li .header-text {
  position: fixed !important;
  left: -1px;
  top: 43px;
  width: 100vw;
  z-index: 1;
  height: 470px;
  display: none;
  background: #24262a;
}
#header .h-box .h-center li .header-text .triangle {
  display: block;
  position: absolute;
  left: 17%;
  top: -10px;
  z-index: 2;
  border-left: 12px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #24262a;
}
#header .h-box .h-center li .header-text div {
  float: left;
  margin-top: 35px;
  height: 408px;
  width: 251px;
  text-align: center;
  border-right: 1px dashed #44464b;
}
#header .h-box .h-center li .header-text div h3 {
  margin-bottom: 15px;
}
#header .h-box .h-center li .header-text div h3 a {
  font-size: 13px;
  color: #fff;
}
#header .h-box .h-center li .header-text div p {
  position: relative;
  margin-bottom: 15px;
  text-align: left;
  margin-left: 75px;
}
#header .h-box .h-center li .header-text div p a {
  position: relative;
  font-size: 12px;
  color: #8f9193;
}
#header .h-box .h-center li .header-text div p a img {
  position: absolute;
  right: -25px;
  top: -12px;
  display: block;
}
#header .h-box .h-center li .header-text div p .clo1-img {
  position: absolute;
  left: -20px;
  top: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
#header .h-box .h-center li .header-text div p a:hover {
  transition: .3s;
  cursor: pointer;
  color: #00c1de;
}
#header .h-box .h-center li .header-text div p a:hover + .clo1-img {
  transition: .3s;
  left: 0;
  top: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#header .h-box .h-center li .header-text .clo1 {
  width: 255px;
  text-align: center;
}
#header .h-box .h-center li .header-text .clo2 h3 {
  text-align: left;
  margin-left: 56px;
}
#header .h-box .h-center li .header-text .clo2 p {
  margin-left: 56px;
}
#header .h-box .h-center li .header-text .clo3 h3 {
  text-align: left;
  margin-left: 56px;
}
#header .h-box .h-center li .header-text .clo3 p {
  margin-left: 56px;
}
#header .h-box .h-center li .header-text .clo4 {
  width: 251px;
}
#header .h-box .h-center li .header-text .clo4 h3 {
  text-align: left;
  margin-left: 72px;
  margin-bottom: 15px;
}
#header .h-box .h-center li .header-text .clo4 p {
  margin-bottom: 15px;
}
#header .h-box .h-center li .header-active {
  display: block;
}
#header .h-box .h-center li:hover a {
  color: #00c1de;
}
#header .h-box .h-center li:hover a .title-img {
  position: absolute;
  transition: .3s;
  top: 25px;

  left: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#header .h-box .h-center li:hover .program {
  transition: .3s;
  opacity: 1;
  filter: alpha(opacity=1000);
}
#header .h-box .h-center li:hover .program .triangle1 {
  transition: .3s;
  opacity: 1;
  filter: alpha(opacity=1000);
}
#header .h-box .h-center li:hover .program a {
  color: #fff;
}
#header .h-box .h-right {
  position: absolute;
  padding-left: 1px;
  right: 35px;
  top: 0;
}
#header .h-box .h-right a {
  color: #eaeaea;
  padding-right: 14px;
  font-size: 15px;
}
#header .h-box .h-right a .right-m {
  margin-right: 10px;
  vertical-align: middle;
}
#header .h-box .h-right a .right-icon {
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
}
#header .h-box .h-right .h-phone {
  color: #04b6d1;
}
#header .h-box .h-right .icon {
  color: #eaeaea;
  padding-right: 1px;
  font-size: 15px;
}
body {
  margin: 0;
  padding: 0;
}
#header {
  height: 62px;
  border: 1px solid transparent;
  background: #1d1d20;
}
#header .h-box {
  position: relative;
  margin-top: 20px;
  background: #1d1d20;
}
#header .h-box .logo {
  position: absolute;
  left: 58px;
  top: -5px;
}
#header .h-box .logo a {
  text-decoration: none;
}
#header .h-box .h-center {
  background: #1d1d20;
  margin-left: 235px;
  top: 2px;
  right: 0;
  bottom: 0;
}
#header .h-box .h-center li {
  float: left;
  padding-right: 40px;
  color: #eaeaea;
}
#header .h-box .h-center li a {
  position: relative;
  text-decoration: none;
  color: #eaeaea;
  font-size: 15px;
}
#header .h-box .h-center li a .title-img {
  position: absolute;
  top: 25px;
  left: -10px;
  opacity: 0;
  filter: alpha(opacity=0);
}
#header .h-box .h-center li .program {
  position: absolute;
  top: 42px ;
  left: 0;
  width: 100px;
  height: 80px;
  background: #24262a;
  z-index: 10;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  opacity: 0;
  filter: alpha(opacity=0);
}
#header .h-box .h-center li .program .triangle1 {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 34%;
  top: -10px;
  z-index: 2;
  border-left: 12px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #24262a;
}
#header .h-box .h-center li .program a {
  font-size: 12px;
  color: #fff;
}
#header .h-box .h-center li .header-text {
  position: absolute;
  left: -1px;
  top: 43px;
  width: 100%;
  z-index: 1;
  height: 470px;
  display: none;
  background: #24262a;
}
#header .h-box .h-center li .header-text .triangle {
  display: block;
  position: absolute;
  left: 17%;
  top: -10px;
  z-index: 2;
  border-left: 12px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #24262a;
}
#header .h-box .h-center li .header-text div {
  float: left;
  margin-top: 35px;
  height: 408px;
  width: 251px;
  text-align: center;
  border-right: 1px dashed #44464b;
}
#header .h-box .h-center li .header-text div h3 {
  margin-bottom: 15px;
}
#header .h-box .h-center li .header-text div h3 a {
  font-size: 13px;
  color: #fff;
}
#header .h-box .h-center li .header-text div p {
  position: relative;
  margin-bottom: 15px;
  text-align: left;
  margin-left: 75px;
}
#header .h-box .h-center li .header-text div p a {
  position: relative;
  font-size: 12px;
  color: #8f9193;
}
#header .h-box .h-center li .header-text div p a img {
  position: absolute;
  right: -25px;
  top: -12px;
  display: block;
}
#header .h-box .h-center li .header-text div p .clo1-img {
  position: absolute;
  left: -20px;
  top: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
#header .h-box .h-center li .header-text div p a:hover {
  transition: .3s;
  cursor: pointer;
  color: #00c1de;
}
#header .h-box .h-center li .header-text div p a:hover + .clo1-img {
  transition: .3s;
  left: 0;
  top: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#header .h-box .h-center li .header-text .clo1 {
  width: 255px;
  text-align: center;
}
#header .h-box .h-center li .header-text .clo2 h3 {
  text-align: left;
  margin-left: 56px;
}
#header .h-box .h-center li .header-text .clo2 p {
  margin-left: 56px;
}
#header .h-box .h-center li .header-text .clo3 h3 {
  text-align: left;
  margin-left: 56px;
}
#header .h-box .h-center li .header-text .clo3 p {
  margin-left: 56px;
}
#header .h-box .h-center li .header-text .clo4 {
  width: 251px;
}
#header .h-box .h-center li .header-text .clo4 h3 {
  text-align: left;
  margin-left: 72px;
  margin-bottom: 15px;
}
#header .h-box .h-center li .header-text .clo4 p {
  margin-bottom: 15px;
}
#header .h-box .h-center li .header-active {
  display: block;
}
#header .h-box .h-center li:hover a {
  color: #00c1de;
}
#header .h-box .h-center li:hover a .title-img {
  position: absolute;
  transition: .3s;
  top: 25px;
  left: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#header .h-box .h-center li:hover .program {
  transition: .3s;
  opacity: 1;
  filter: alpha(opacity=1000);
}
#header .h-box .h-center li:hover .program .triangle1 {
  transition: .3s;
  opacity: 1;
  filter: alpha(opacity=1000);
}
#header .h-box .h-center li:hover .program a {
  color: #fff;
}
#header .h-box .h-right {
  position: absolute;
  padding-left: 1px;
  right: 35px;
  top: 0;
}
#header .h-box .h-right a {
  color: #eaeaea;
  padding-right: 14px;
  font-size: 15px;
}
#header .h-box .h-right a .right-m {
  margin-right: 10px;
  vertical-align: middle;
}
#header .h-box .h-right a .right-icon {
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
}
#header .h-box .h-right .h-phone {
  color: #04b6d1;
}
#header .h-box .h-right .icon {
  color: #eaeaea;
  padding-right: 1px;
  font-size: 15px;
}
body {
  margin: 0;
  padding: 0;
}
#header {
  height: 62px;
  border: 1px solid transparent;
  background: #1d1d20;
}
#header .h-box {
  position: relative;
  margin-top: 20px;
  background: #1d1d20;
}
#header .h-box .logo {
  position: absolute;
  left: 1%;
  top: -5px;
}
#header .h-box .logo a {
  text-decoration: none;
}
#header .h-box .h-center {
  background: #1d1d20;
  margin-left: 235px;
  top: 2px;
  right: 0;
  bottom: 0;
}
#header .h-box .h-center li {
  float: left;
  padding-right: 40px;
  color: #eaeaea;
}
#header .h-box .h-center li a {
  position: relative;
  text-decoration: none;
  color: #eaeaea;
  font-size: 15px;
}
#header .h-box .h-center li a .title-img {
  position: absolute;
  top: 25px;
  left: -10px;
  opacity: 0;
  filter: alpha(opacity=0);
}
#header .h-box .h-center li .program {
  position: absolute;
  top: 42px ;
  left: 0;
  width: 100px;
  height: 80px;
  background: #24262a;
  z-index: 10;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  opacity: 0;
  filter: alpha(opacity=0);
}
#header .h-box .h-center li .program .triangle1 {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 34%;
  top: -10px;
  z-index: 2;
  border-left: 12px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #24262a;
}
#header .h-box .h-center li .program a {
  font-size: 12px;
  color: #fff;
}
#header .h-box .h-center li .header-text {
  position: absolute;
  left: -1px;
  top: 43px;
  width: 100%;
  z-index: 50;
  height: 470px;
  display: none;
  background: #24262a;
}
#header .h-box .h-center li .header-text .triangle {
  display: block;
  position: absolute;
  left: 17%;
  top: -10px;
  z-index: 2;
  border-left: 12px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #24262a;
}
#header .h-box .h-center li .header-text div {
  float: left;
  margin-top: 35px;
  height: 408px;
  width: 251px;
  text-align: center;
  border-right: 1px dashed #44464b;
}
#header .h-box .h-center li .header-text div h3 {
  margin-bottom: 15px;
}
#header .h-box .h-center li .header-text div h3 a {
  font-size: 17px;
  color: #04b6d1;
}
#header .h-box .h-center li .header-text div p {
  position: relative;
  margin-bottom: 15px;
  text-align: left;
  margin-left: 60px;
}
#header .h-box .h-center li .header-text div p a {
  position: relative;
  font-size: 12px;
  color: #8f9193;
}
#header .h-box .h-center li .header-text div p a img {
  position: absolute;
  right: -25px;
  top: -12px;
  display: block;
}
#header .h-box .h-center li .header-text div p .clo1-img {
  position: absolute;
  left: -20px;
  top: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
#header .h-box .h-center li .header-text div p a:hover {
  transition: .3s;
  cursor: pointer;
  color: #00c1de;
}
#header .h-box .h-center li .header-text div p a:hover + .clo1-img {
  transition: .3s;
  left: 0;
  top: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#header .h-box .h-center li .header-text .clo1 {
  width: 255px;
  text-align: center;
}
#header .h-box .h-center li .header-text .clo2 h3 {
  text-align: left;
  margin-left: 56px;
}
#header .h-box .h-center li .header-text .clo2 p {
  margin-left: 56px;
}
#header .h-box .h-center li .header-text .clo3 h3 {
  text-align: left;
  margin-left: 56px;
}
#header .h-box .h-center li .header-text .clo3 p {
  margin-left: 56px;
}
#header .h-box .h-center li .header-text .clo4 {
  width: 251px;
}
#header .h-box .h-center li .header-text .clo4 h3 {
  text-align: left;
  margin-left: 72px;
  margin-bottom: 15px;
}
#header .h-box .h-center li .header-text .clo4 p {
  margin-bottom: 15px;
  margin-left: 72px;
}
#header .h-box .h-center li .header-active {
  display: block;
}
#header .h-box .h-center li:hover a {
  color: #00c1de;
}
#header .h-box .h-center li:hover a .title-img {
  position: absolute;
  transition: .3s;
  top: 25px;
  left: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#header .h-box .h-center li:hover .program {
  transition: .3s;
  opacity: 1;
  filter: alpha(opacity=1000);
}
#header .h-box .h-center li:hover .program .triangle1 {
  transition: .3s;
  opacity: 1;
  filter: alpha(opacity=1000);
}
#header .h-box .h-center li:hover .program a {
  color: #fff;
}
#header .h-box .h-center li:hover .program a:hover{
  color: #02b4d0;
}
#header .h-box .h-right {
  position: absolute;
  padding-left: 1px;
  right: 35px;
  top: 0;
}
#header .h-box .h-right a {
  color: #eaeaea;
  padding-right: 14px;
  font-size: 15px;
}
#header .h-box .h-right a .right-m {
  margin-right: 10px;
  vertical-align: middle;
}
#header .h-box .h-right a .right-icon {
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
}
#header .h-box .h-right .h-phone {
  color: #04b6d1;
}
#header .h-box .h-right .icon {
  color: #eaeaea;
  padding-right: 1px;
  font-size: 15px;
}
