.fullimg {
  width: 100%;
  display: block;
  max-width: 100%;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.en {
  font-family: Arial;
}
.header-logo {
  float: left;
  margin-top: 16px;
}
.header {
  -webkit-box-shadow: -2px 0 18px rgba(0, 47, 66, 0.08);
  -moz-box-shadow: -2px 0 18px rgba(0, 47, 66, 0.08);
  box-shadow: -2px 0 18px rgba(0, 47, 66, 0.08);
  position: fixed;
  z-index: 111;
  background-color: #fff;
  width: 100%;
}
.header-nav {
  float: right;
}
.header-nav ul {
  display: flex;
  height: 100px;
  line-height: 100px;
}
.main {
  padding-top: 100px;
}
.navlv1 {
  margin-right: 60px;
}
.navlv1.active a {
  color: #06b0ca;
}
.navlv1:last-child {
  margin-right: 0;
}
.navlv1 a {
  color: #333333;
  display: block;
}
.navlv1 a:hover {
  color: #06b0ca;
}
.footer {

  clear:both;
  
  background-color: #434343;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.footer a {
  color: #fff;
}
.footer-img {
  position: relative;
  top: 5px;
}
.pc-about-l {
  float: left;
  width: 500px;
  padding-right: 100px;
}
.pc-about-l .doc {
  color: #333333;
  font-size: 16px;
  line-height: 36px;
  margin-top: 32px;
}
.pc-about-img {
  width: 600px;
}
.pc-about-img img {
  opacity: 0;
  max-width: 100%;
  width: 100%;
}
.global-title {
  margin-right: 36px;
}
.global-title h3 {
  font-size: 30px;
  line-height: 36px;
  color: #06b0ca;
  font-weight: bold;
}
.global-title .en {
  font-size: 30px;
  color: rgba(123, 215, 228, 0.2);
  margin-left: 85px;
  line-height: 36px;
  text-transform: uppercase;
}
.global-title.white {
  padding-right: 30px;
}
.global-title.white h3 {
  color: #fff;
}
.global-title.white .en {
  color: #fff;
  color: rgba(255, 255, 255, 0.4);
}
