#header .logo img {
  background-position: center bottom;
}
#header.lower .logo img {
  background-position: center top;
}
#header.lower.white .logo img {
  background-position: center bottom;
}
#header .nav-box li .level1 a {
  color: #fff;
}
#header.lower .nav-box li .level1 a {
  color: #000;
}
#header.lower.white .nav-box li .level1 a {
  color: #fff;
}
#header .nav-box li .level1 a::before {
  background-color: #fff;
}
#header.lower .nav-box li .level1 a::before {
  background-color: #353734;
}
#header.lower.white .nav-box li .level1 a::before {
  background-color: #fff;
} 
#header.lower .inner, #header.white .inner {
  border-bottom: 0 none;
}
#header .global {
  color: #fff;
}
#header .global img {
  background-image: url(../images/header_map.gif);
}
#header .freecase {
  color: #fff;
  border-color: #fff;
}
#header.lower .global {
  color: #35373f;
}
#header.lower .global img {
  background-image: url(../images/header_map2.gif);
}
#header.lower .freecase {
  color: #35373f;
  border-color: #35373f;
}
#header.lower .freecase:hover {
  color: #fff;
  border-color: rgba(240, 0, 64, 1);
}
#header.lower.white .global {
  color: #fff;
}
#header.lower.white .global img {
  background-image: url(../images/header_map.gif);
}
#header.lower.white .freecase {
  color: #fff;
  border-color: #fff;
}
.sec1 {
  position: relative; max-height: 1000px; overflow: hidden;
}
.sec1 .video-box {
  position: relative;
  overflow: hidden;
}
.sec1 video {
  width: 100%;
  vertical-align: top;
}
.sec1 .video-box .cover {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  background-repeat: repeat-x;
  background: url(../B-cover.png) left top;
  background-size: auto 100%;background: rgba(0,0,0,0.1);
/*background: rgba(0,0,0,0.2);
*/
	
}
.sec1 .text-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 49%;
  opacity: 0;
  -webkit-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-transform: translateY(40%);
  transform: translateY(40%);
}
.sec1 .text-box.actived {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.sec1 h3 {
  font-size: 28px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 0.8em;
}
.sec1 h5 {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
}
.sec2 {  z-index: 9;
  padding: 128px 0px; background: #000;
/*
    background: url(/skin/q.jpg)no-repeat fixed;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
*/
}
.sec2 .text-box {
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-transform: translateY(40%);
  transform: translateY(40%);
  margin-bottom: 5%;
}
.sec2 .text-box.actived {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.sec2 h5 {
  font-size: 20px;
  color: #fff;
  font-weight: normal;
}
.sec2 h3 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  margin: 0.6em 0 1em;
} 
.sec3 { z-index: 9; background: #fff;
  padding: 10px 0px 40px 0px;
  background-repeat: no-repeat;
}
.sec3 .text-box {
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-transform: translateY(40%);
  transform: translateY(40%);
}
.sec3 .text-box.actived {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.sec3 h5 {
  font-size: 20px;
  color: #000;
  font-weight: normal;
}
.sec3 h3 {
  font-size: 34px;font-weight: 200;
  color: #000; 
  margin:20px auto;
}
.sec3 .more { margin-left: 7px; margin-right: 7px;
  font-size: 13px;
  color: #fff;
  overflow: hidden;
  border-radius: 0.36em;
  border: 1px solid #fff;
  width: 9.14em;
  height: 2.36em;
  vertical-align: top;
  -webkit-display: inline-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.sec3 .more:hover {
  border-color: #023a94;
}
.sec3 .more::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  -webkit-transition: width 0.3s, background 0.3s;
  transition: width 0.3s, background 0.3s;
}
.sec3 .more:hover::before {
  width: 100%;
  background-color: #023a94;
}
.sec3 .more::after {
  font-family: "icomoon";
  content: "\ebfc";
  margin-left: 1em;
}


.sec4 {z-index: 9;
  padding: 28px 0px 70px 0px;
  background-repeat: no-repeat;
  background-image: url("/skin/bg2.jpg");
  background-position: center top;
  background-size:cover;
/*
  background-repeat: no-repeat;
  background-image: url("/skin/q.jpg");
  background-position: center top;
  background-size: 100% auto;
*/
}
 
.sec4 .text-box {
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-transform: translateY(40%);
  transform: translateY(40%);
}
.sec4 .text-box.actived {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
} 
.sec4 .text-box h3 {
  font-size: 34px;font-weight: 200;
  color: #023a94; 
  margin:28px auto;padding-bottom: 20px;
/*  text-shadow: 0 0 0.1em #333;*/
}
.sec4 .inner a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: calc(316 / 1652 * 100%);
  margin-right: calc(18 / 1652 * 100%);
  margin-bottom: calc(18 / 1652 * 100%);
}
.sec4 .inner a.width2 {
  width: calc(650 / 1652 * 100%);
}
.sec4 .inner .web a:nth-child(4) {
  margin-right: 0;
}
.sec4 .inner .web a:nth-child(8) {
  margin-right: 0;
}
.sec4 .inner a:last-child {
  margin-right: 0;
}
.sec4 a.text {
  background-color: #023a94;
  cursor: default;
}
.sec4 a.text.hover {
  cursor: pointer;
}
.sec4 a.img {
  background-color: #e2e2e2;
	position: relative
}
.sec4 a.img .title{
  position: absolute; bottom: 35px; left: 28px;
  font-size: 13px;
	color: #fff;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.sec4 a.img:hover .title{
  opacity: 0;
}
.sec4 a .cover {
  position: absolute; color: #fff; font-weight: normal;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-display: flex;
  display: flex;
  font-size: 13px;
  padding: 2.5em 2.25em;
}
.sec4 .cover h3 {
  font-size: 16px;font-weight: 200;  
}
.sec4 .img .cover {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.sec4 .img:hover .cover {
  opacity: 1;
}
.sec4 a.text .cover {
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -webkit-flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sec4 a.img .cover {
  -webkit-align-items: flex-end;
  -webkit-justify-content: space-between;
  -webkit-flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row;
} 
.sec4 h5 {
  font-size: 22px;
  color: #fff;
  font-weight:200;
}
.sec4 h5 i {
  font-size: 0.5em; 
  display: block;
}
 
.sec4 h5 b {
  display: inline-block; 
  font-weight:200;
  margin-right: 0.25em;
}
.sec4 h5 span {
  display: inline-block;
}
.sec4 p {
  font-size: 1em;
  color: #fff;
  margin-top: 2em;
  min-width: 6em;
}
.sec4 p.underline {
  text-decoration: underline;
}
.sec4 .text.hover p::after {
  display: inline-block;
  vertical-align: middle;
  font-family: "icomoon";
  content: "\ebfc";
  font-size: 1.5em; 
  margin-left: 1em;
  opacity: 0;
  margin-right: -2.5em;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.sec4 .text.hover:hover p::after {
  -webkit-transition: margin-right 0.5s, opacity 0.5s 0.125s, transform 0.5s 0.125s;
  transition: margin-right 0.5s, opacity 0.5s 0.125s, transform 0.5s 0.125s;
  opacity: 1;
  margin-right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.sec4 .arrow::before {
  display: block;
  font-family: "icomoon";
  content: "\ebfc";
  margin-left: 1em;
  color: #fff;
  font-size: 1.875em;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.sec4 a:hover .arrow::before {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.sec5 {z-index: 9; background: #fff;
  padding: 50px 0px 90px 0px;
  background-repeat: no-repeat;
/*  background-image: url("/skin/bg1.jpg");*/
/*
  background-image: url("/skin/a6.jpg");
  background-position: center top;
  background-size:cover;
*/
}
.sec5 .text-box {
  text-align: center;
  opacity: 0; 
  margin-bottom:50px;
}
.sec5 .text-box2 {
  text-align: center;
  opacity: 0; 
  margin-bottom:28px;
}
.sec5 .text-box.actived {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.sec5 h4 {
  font-size: 16px; text-align: center; line-height: 2em; padding: 28px; 
  color: #000;
  font-weight: 300;
}
.sec5 h5 {
  font-size: 20px; 
  color: #000;
  font-weight: normal;
}
.sec5 h3 {
  font-size: 34px;font-weight: 200;
  color: #000; 
  margin:20px auto;
}
.sec5 .more {
  font-size: 13px;
  color: #000;
  overflow: hidden;
  border-radius: 0.36em;
  border: 1px solid #000;
  width: auto; padding: 4px 26px;
  height: 2.36em;
  vertical-align: top;
  -webkit-display: inline-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
}
.sec5 .more:hover {
  border-color: #000;
  color: #fff;
}
.sec5 .more.active {
  border-color: #000;
  color: #fff;
}
.sec5 .more::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  -webkit-transition: width 0.3s, background 0.3s;
  transition: width 0.3s, background 0.3s;
}
.sec5 .more:hover::before {
  width: 100%;
  background-color: #000;
}
.sec5 .more.active::before {
  width: 100%;
  background-color: #000;
}
.sec5 .more::after {
  font-family: "icomoon";
  content: "\ebfc";
  margin-left: 1em;
}
.sec5 ul {
  -webkit-display: flex;
  -webkit-align-items: stretch;
  -webkit-justify-content: flex-start;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.sec5 li {
  padding: 20px; overflow: hidden;
/*
  margin-right: 3.68%;
  margin-bottom: 2.78%;
*/
}
/*
.sec5 li:nth-child(3n) {
  margin-right: 0;
}
*/
.sec5 li .img-box {
  overflow: hidden;
}
.sec5 li .img-box img {
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}
.sec5 li:hover .img-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.sec5 .tag-box {
  padding: 1.67% 3.33%;
  background-color: #eee;
}
.sec5 .tag-box div {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #fff;
  padding: 0 1em;
  height: 2em;
  line-height: 2;
  border-radius: 1em;
  background-color: #333;
  margin-right: 0.6em;
}
.sec5 .tag-box div:last-child {
  margin-right: 0;
}
.sec5 li h5 {
  font-size: 15px;
  color: #333;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; margin: 22px 0px;
}
.sec5 li p {
  font-size: 13px;
  color: #999;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1em;
}
.sec6 {
  overflow: hidden;
  position: relative;
  padding: 11.46% 0 11.98%;
}
.sec6 video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.sec6 .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.sec6 h3 {
  text-align: center;
  font-size: 34px;
  color: #fff;
  font-weight: normal;
  line-height: 1.5;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.sec6 h3.actived {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.sec6 h3 span {
  font-family: "宋体";
  font-size: 1.5em;
}
@media only screen and (max-width:1366px) {
  .sec1 h3 {
    font-size: 26px;
  }
  .sec1 h5 {
    font-size: 52px;
  }
  .sec2 h5 {
    font-size: 18px;
  }
  .sec2 h3 {
    font-size: 35px;
  }
  .sec2 .more {
    font-size: 12px;
  }
  .sec3 h5 {
    font-size: 18px;
  }
  .sec3 h3 {
    font-size: 42px;
  }
  .sec3 .more {
    font-size: 12px;
  }
  .sec3 li p {
    font-size: 13px;
  }
  .sec3 li h5 {
    font-size: 20px;
  }
  .sec4 a .cover {
    font-size: 13px;
  }
  .sec5 h5 {
    font-size: 18px;
  }
  .sec5 h3 {
    font-size: 42px;
  }
  .sec5 .more {
    font-size: 12px;
  }
  .sec5 .tag-box div {
    font-size: 12px;
  }
 
  .sec5 li p {
    font-size: 13px;
  }
  .sec6 h3 {
    font-size: 42px;
  }
}
@media only screen and (max-width:1100px) {
  .sec4 a .cover {
    font-size: 12px;
  }
  .sec5 .tag-box div {
    font-size: 11px;
  }
}
@media only screen and (max-width:1024px) {
  .sec1 .text-box {
    top: 45%;
  }
  .sec1 video {
    width: 125%;
  }
  .sec1 h3 {
    font-size: 18px;
  }
  .sec1 h5 {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .sec2 {
    padding: 25px 0px;
  }
  .sec2 .text-box {
    margin-bottom:40px;
  }
  .sec2 h5 {
    font-size: 18px;
  }
  .sec2 h3 {
    font-size: 1.25rem;
  }
  .sec2 .more {
    font-size: 0.625rem;
  }
	
  .sec3 {
    padding: 25px 0px;
  }
  .sec3 h5 {
    font-size: 18px;
  }
  .sec3 h3 {
    font-size: 28px;
  }
  .sec3 .more {
    font-size: 0.625rem;
  }
  .sec3 ul {
    padding-top: 15%;
  }
  .sec3 li {
    width: 50%;
  }
  .sec3 li:nth-child(even) {
    border-right-color: transparent;
  }
  .sec3 li .line {
    right: 100%;
  }
  .sec3 li .img-box {
    width: 40%;
  }
  .sec3 li p {
    font-size: 0.625rem;
    margin: 15% 0 8%;
    min-height: 7.5em;
  }
  .sec3 li h5 {
    font-size: 18px;
  }
  .sec4 {
    padding: 2% 0 10%;
    background-size: 200% auto;
  }
  .sec4 a .cover {
    font-size: 0.75rem;
    padding: 1.25em 1.125em
  }
  .sec4 .inner a {
    width: calc(316 / 650 * 100%);
    margin-right: calc(18 / 650 * 100%);
    margin-bottom: calc(18 / 650 * 100%);
  }
  .sec4 .inner a.width2 {
    width: 100%;
    margin-right: 0;
  }
  .sec4 .inner .mobile a:nth-child(3n) {
    margin-right: 0;
  }
  .sec5 {
    padding: 25px 0;
  }
  .sec5 .text-box {
    margin-bottom: 40px;
  }
  .sec5 h5 {
    font-size: 18px;
  }
  .sec5 h3 {
    font-size: 28px;
  }
  .sec5 .more {
    font-size: 13px;
  }
	
  .sec5 .tag-box {
    padding: 2% 4%;
  }
  .sec5 .tag-box div {
    font-size: 13px;
  }
  
  .sec6 {
    padding: 15% 0;
  }
  .sec6 h3 {
    font-size: 1.25rem;
  }
}
	@media only screen and (max-width:768px) { 
		  .sec5 h3 {
			font-size: 24px;
		  }
	}

