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

html, body {
  min-width: 1400px;
}

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

video:focus {
  outline: none;
}

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

.link {
  color: #4a4a4a;
  text-decoration: none;
  transition: 0.15s ease-out;
}
.link:hover {
  color: #1296db;
}

.left {
  float: left;
}

.right {
  float: right;
}

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

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

.text {
  line-height: 2;
  letter-spacing: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}
.text + .text {
  margin-top: 20px;
}
.text strong {
  color: #000;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

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

.container {
  position: relative;
  width: 1170px;
  margin: 0 auto;
}

.nav {
  height: 74px;
  line-height: 74px;
  background-color: #fff;
}
.nav ul {
  list-style: none;
}
.nav li {
  position: relative;
  float: left;
  margin: 0 42px;
}
.nav li a {
  color: #4a4a4a;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.15s ease-out;
}
.nav li i {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: transparent;
}
.nav li.active a, .nav li:hover a {
  color: #1296db;
}
.nav li.active i, .nav li:hover i {
  background-color: #1296db;
}

.banner {
  height: 593px;
  min-width: 1170px;
  background: url("./img/banner.jpg") center no-repeat;
}

.section {
  padding: 30px 0 50px;
}

.part-title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 20px;
}
.part-title > span {
  position: relative;
}
.part-title .title-text {
  position: relative;
  z-index: 99;
}
.part-title .title-line {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 15px;
  width: 100%;
  background-color: #9FD2F7;
}

.part0 {
  position: absolute;
  width: 420px;
  top: 0;
  left: 0;
  bottom: 0;
  padding-top: 20px;
  color: #fff;
  background-color: #59A2D7;
}
.part0 .img-box {
  width: 270px;
  margin-left: 68px;
}
.part0 h2 {
  margin-top: 30px;
  font-size: 34px;
  text-align: center;
}
.part0 .text {
  padding: 10px 52px;
}

.part1 {
  float: right;
  width: 682px;
}
.part1 .text {
  line-height: 1.7;
}

.part3 {
  margin-top: 60px;
  height: 600px;
  background: #ededed url(./img/bear.jpg) right no-repeat;
  border-top: 1px solid transparent;
}
.part3 .part-content {
  width: 600px;
  height: 536px;
  padding: 35px 50px 0;
  margin-top: 32px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.15);
}
.part3 .slogan {
  margin-top: 20px;
  padding: 25px 64px;
  color: #fff;
  font-size: 26px;
  line-height: 2;
  background-color: #59A2D7;
}
.part3 .slogan span {
  margin: 0 13px;
}
.part3 .action {
  margin-top: 30px;
  text-align: center;
}
.part3 .btn-link {
  padding: 9px 22px;
  color: #59A2D7;
  border: 1px solid #59A2D7;
  border-radius: 4px;
  text-decoration: none;
}
.part3 .btn-link:hover {
  color: #fff;
  background-color: #1296db;
}

.part4 .item {
  width: 267px;
  float: left;
}
.part4 .text {
  margin-top: 23px;
  line-height: 36px;
}

.part5 .news-list {
  border-top: 1px solid #f2f2f2;
}
.part5 .news-list .news-item {
  padding: 10px 0;
  line-height: 1.7;
  border-bottom: 1px solid #f2f2f2;
}

.part6 {
  height: 789px;
  background: url(./img/living_bg.png) bottom center no-repeat;
}
.part6 .video-player {
  position: relative;
  width: 960px;
  height: 540px;
  margin: 30px auto 0;
  background: url("./img/video.png") center no-repeat;
}
.part6 .video-player .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  background: url(./img/play.png);
}
.part6 .link-btn {
  display: inline-block;
  width: 200px;
  border-radius: 40px;
  color: #fff;
  line-height: 50px;
  background-color: #1296DB;
  text-decoration: none;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.15);
}
.part6 .link-btn:hover {
  background-color: #59a2d7;
}

.part7 {
  position: relative;
}
.part7 .part-content {
  margin-top: 140px;
}
.part7 .views-bg {
  background-color: #f2f2f2;
  border-top: 1px solid #f2f2f2;
}
.part7 .views-container {
  margin-top: -100px;
}
.part7 .view-item {
  margin-bottom: 40px;
}
.part7 .view-btn {
  top: 183px !important;
}

.part7, .part8 {
  min-width: 1400px;
}

.views-container {
  position: relative;
  width: 1170px;
  margin: 40px auto 0;
  z-index: 99;
}
.views-container .view-btn {
  position: absolute;
  top: 57px;
  width: 94px;
  height: 94px;
  cursor: pointer;
}
.views-container .view-btn.btn-left {
  left: -116px;
  background: url(./img/left.png) no-repeat;
}
.views-container .view-btn.btn-right {
  right: -116px;
  background: url(./img/right.png) no-repeat;
}
.views-container .view-content {
  overflow: hidden;
}
.views-container .view-list .view-item {
  float: left;
  width: 370px;
  margin-right: 30px;
}
.views-container .view-list .view-item:last-child {
  margin-right: 0;
}
.views-container .view-list .view-item a {
  color: #4a4a4a;
  text-decoration: none;
}
.views-container .view-list .view-item .img-box {
  height: 208px;
  background-color: #d8d8d8;
}
.views-container .view-list .view-item .view-info {
  height: 100px;
  padding: 16px 20px;
  text-align: center;
  background-color: #fff;
}
.views-container .view-list .view-item .view-info .name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.en .text {
  line-height: 40px;
}
.en .part-title {
  font-weight: normal;
}
.en .nav li {
  margin: 0 29px;
}
.en .banner {
  background-image: url(./img/banner_en.png);
}
.en .part0 h2 {
  font-weight: normal;
}
.en .part0 .text {
  padding: 10px 30px;
}
.en .part3 .slogan {
  padding: 15px 0;
  font-size: 23px;
  line-height: 45px;
  text-align: center;
}
.en .part4 .item {
  width: 567px;
  height: 368px;
  background-color: #f2f2f2;
}
.en .part4 .item .img-box {
  float: left;
  width: 267px;
}
.en .part4 .item i {
  float: left;
  width: 300px;
  height: 100%;
  padding: 16px 25px;
  font-size: 26px;
  line-height: 40px;
}

.article-title {
  margin-top: 30px;
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
}

.article {
  width: 1080px;
  margin: 20px auto;
  font-size: 18px;
  line-height: 1.8;
}
.article .tip {
  text-indent: 0;
}
.article p {
  text-indent: 2em;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 10px;
}
.article .article-end {
  float: right;
}
.article .article-end p {
  text-align: left;
}

.video-container {
  margin-top: 30px;
  text-align: center;
}
.video-container video {
  width: 640px;
  height: 360px;
}