.g-bd {
  min-width: 1200px;
  margin: 0 auto;
}
.g-ctn {
  min-width: 1000px;
  margin: 0 auto;
}
#header{
  min-width: 1200px;
  height: 120px;
  position: absolute;
  top:0;
  left: 50%;
  z-index: 3;
  -ms-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
#header .header_warp{
  margin: 0 auto;
  width: 1200px;
  line-height: 120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}
#header .m-logo {
  display: inline-block;
  width: 163px;
  height: 120px;
  cursor: pointer;
  margin-left: 20px;
}
#header .m-logo img {
  display: block;
  margin-top: 32px;
}
#header .m-nav {
  display: inline-block;
  line-height: 120px;
}
#header .m-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
#header .m-nav ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 110px;
}
#header .m-nav ul li:nth-child(4) a{
  margin-left: 40px;
}
#header .m-nav ul li:nth-child(5) p{
  margin-left: 40px;
}
#header .m-nav ul li h2 {
  text-align: center;
}
#header .m-nav ul li a {
  display: block;
  color: #606c99;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
#header .m-nav .z-nav-active a {
  color: #d4d4d5;
}
.z-nav-active a[class="i-long"]:after {
  left: 35px;
  width: 100px;
}
#header .m-nav ul li span {
  color: #3a415b;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
#header .m-nav ul li .lang {
  color: #d4d4d5;
  border: 1px solid #d4d4d5;
  padding: 1px 5px;
  font-size: 12px;
}
.m-section1-fiexd{
  position: relative;
  height: 600px;
  background-color: #141527;
  text-align: center;
}
.m-section1-fiexd .bg{
  display: inline-block;
  height: 600px;
  width: 1200px;
  position: absolute;
  top: 0;
  left: 50%;
  background-size: cover;
  -ms-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);  
  z-index: 2;
}
.m-section1-fiexd .bg img{
  width: 100%;
  height: 580px;
  display: block;
}
.m-section1-fiexd h2{
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  margin-top: 20px;
  position: absolute;
  top: 170px;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 3;
}
#footer {
  background-color: #f2f2f2;
  text-align: center;
  height: 140px;
}
#footer ul {
  width: 1200px;
  margin: 0 auto;
  padding-top: 35px;
}
#footer ul li {
  display: inline-block;
  border-right: 1px solid #d4d7d9;
  height: 15px;
  line-height: 15px;
  padding: 0 20px;
}
#footer ul li a {
  color: #666;
}
#footer ul li:last-child {
  border-right: transparent;
}
#footer p {
  width: 1200px;
  margin: 0 auto;
  color: #999;
  line-height: 150%;
}
#footer .u-p1 {
  padding-top: 35px;
  font-size: 14px;
}
#footer .u-p2 {
  padding-bottom: 65px;
}
@media (max-width: 1200px) {
  #header{
    left: 0;
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);    
  }
}
