* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #050505;
  font-size: 16px;
  background-color: #fff;
  font-family: "helvetica", "neue", "Arial", sans-serif;
}

a {
  color: #fff;
  text-decoration: none;
  transition: 0.15s ease-out;
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}

.link {
  color: #4a4a4a;
}
.link:hover, .link.active {
  color: #1296db !important;
}
.link:hover > i, .link.active > i {
  background-color: #1296db;
}

.img-box {
  font-size: 0;
  line-height: 0;
}
.img-box img {
  max-width: 100%;
}

.center {
  text-align: center !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.disabled {
  cursor: not-allowed !important;
}

.justify {
  font-size: 22px;
  color: #424242;
  line-height: 44px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.justify + .justify {
  margin-top: 25px;
}

.container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.container .inner-1033 {
  width: 1033px;
  margin: 0 auto;
}
.container .inner-902 {
  width: 902px;
  margin: 0 auto;
}

.banner {
  height: 529px;
  min-width: 1200px;
  background-image: url("./img/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner .logo {
  position: absolute;
  top: 40px;
  left: 384px;
  width: 220px;
  height: 38px;
}

.item {
  margin-bottom: 50px;
}
.item .title {
  margin-top: 70px;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-transform: Uppercase;
}
.item .content {
  position: relative;
}

.intro-list {
  margin: 50px -33px 0;
}
.intro-list .intro-item {
  float: left;
  width: 250px;
  margin: 0 33px;
}
.intro-list .intro-item .img-box {
  height: 250px;
}
.intro-list .intro-item .intro-title {
  color: #514E4D;
  font-size: 22px;
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}
.intro-list .intro-item .justify {
  margin-top: 15px;
  line-height: 36px;
}
.intro-list.en .intro-content {
  margin-top: 15px;
  font-size: 22px;
  line-height: 1.5;
}
.intro-list.en .line-1 {
  line-height: 50px;
}
.intro-list.en .line-2 {
  line-height: 25px;
}

.news-list {
  border-top: 2px solid #d8d8d8;
}
.news-list .news-item {
  border-bottom: 2px solid #d8d8d8;
  padding: 10px 0;
}
.news-list .news-item a {
  color: #4a4a4a;
  font-size: 22px;
  line-height: 44px;
}

.view-list {
  margin: 0 -22px;
  overflow: hidden;
}
.view-list.en .view-position {
  font-size: 16px !important;
  line-height: 1.4;
}
.view-list.en .view-position.line-2 {
  height: 2.8em;
}
.view-list.en .view-position.line-3 {
  height: 4.2em;
}
.view-list .view-item {
  float: left;
  margin: 0 22px 40px;
  width: 370px;
  background: #fff;
  box-shadow: 0px 0px 10px 5px #D8D8D8;
}
.view-list .view-item .img-box {
  position: relative;
  height: 208px;
}
.view-list .view-item .img-box .icon {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  background: url(./video/play.png);
}
.view-list .view-item .view-name {
  margin-top: 8px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.view-list .view-item .view-position {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}

.article h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  max-width: 900px;
  margin: 40px auto 0;
}
.article .content {
  text-align: center;
  margin-top: 30px;
  padding-bottom: 40px;
}
.article video {
  width: 720px;
  height: auto;
}

.footer {
  height: 211px;
  padding-top: 40px;
  background-color: #0063B1;
}
.footer .f-item {
  float: left;
  margin-left: 21px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.footer .f-item p {
  margin-top: 5px;
}