@charset "UTF-8";
body {
  width: 100%;
  height: 100%;
}

.area {
  min-width: 1200px;
  margin: 0 auto;
}

.inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

/*底部font颜色  hList里面包括底部的背景图*/
.area-1 {
  background: url("../images/area_01.jpg") no-repeat center top;
  height: 853px;
}

.area-2 {
  background: url("../images/area_02.jpg") no-repeat center top;
  height: 798px;
}

.area-3 {
  background: url("../images/area_03.jpg") no-repeat center top;
  height: 921px;
}

.area-4 {
  background: url("../images/area_04.jpg") no-repeat center top;
  height: 915px;
}

.area-5 {
  background: url("../images/area_05.jpg") no-repeat center top;
  height: 837px;
}

.area-6 {
  background: url("../images/area_06.jpg") no-repeat center top;
  height: 688px;
}

.area-7 {
  background: url("../images/area_07.jpg") no-repeat center top;
  height: 975px;
}

body .g-footer {
  background: url("../images/area_08.jpg") no-repeat center top;
  height: 220px;
  margin: 0;
  border: none;
}

body .g-footer .gft-links,
body .g-footer .gft-copyRight {
  color: #000;
}

body .g-footer .gft-links a,
body .g-footer .gft-copyRight a {
  color: #000;
}

.area-2 {
  box-sizing: border-box;
  padding-top: 116px;
}

.area-2 .video-box {
  width: 1000px;
  height: 562px;
  margin: 0 auto;
}

.area-2 .video-box video {
  width: 100%;
  height: 100%;
}

.area-3 {
  box-sizing: border-box;
  padding-top: 116px;
}

.area-3 .btn-box {
  width: 260px;
  height: 51px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 119px;
  left: 6px;
  z-index: 2;
}

.area-3 .btn {
  width: 123px;
  height: 51px;
  cursor: pointer;
}

.area-3 .btn-prev {
  background: url("../images/btn-prev.png") no-repeat;
}

.area-3 .btn-prev:hover {
  background: url("../images/btn-prev-h.png") no-repeat;
}

.area-3 .btn-next {
  background: url("../images/btn-next.png") no-repeat;
}

.area-3 .btn-next:hover {
  background: url("../images/btn-next-h.png") no-repeat;
}

.area-3 .video-box1 {
  width: 708px;
  height: 396px;
  position: absolute;
  top: 236px;
  left: 58px;
}

.area-3 .video-box1 video {
  width: 100%;
  height: 100%;
}

.area-3 .video-box2 {
  width: 317px;
  height: 682px;
  position: absolute;
  top: -59px;
  left: 822px;
  background-color: #000;
  border-radius: 42px;
  overflow: hidden;
}

.area-3 .video-box2 video {
  width: 100%;
  height: 100%;
}

.area-4 {
  box-sizing: border-box;
  padding-top: 116px;
}

.area-4 .video-box {
  width: 960px;
  height: 544px;
  margin: 0 auto;
}

.area-4 .video-box video {
  width: 100%;
  height: 100%;
}

.area-5 {
  box-sizing: border-box;
  padding-top: 116px;
}

.area-5 .tabs {
  width: 1040px;
  height: 542px;
  margin-left: 100px;
  position: relative;
}

.area-5 .slideContent {
  width: 100%;
  height: 100%;
}

.area-5 .tab {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: left;
  color: #fff;
}

.area-5 .tab img {
  width: 615px;
  height: 369px;
  flex-shrink: 0;
}

.area-5 .tab a {
  color: inherit;
  text-decoration: none;
}

.area-5 .tab .txts {
  margin-top: 263px;
  width: 391px;
  margin-left: 30px;
}

.area-5 .tab .txts h3 {
  color: #222222;
  font-size: 26px;
  text-align: left;
  line-height: 36px;
  margin-bottom: 30px;
}

.area-5 .tab .txts p {
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}

.area-5 .btn-box {
  width: 260px;
  height: 51px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 390px;
  left: 0px;
  z-index: 2;
}

.area-5 .btn {
  width: 123px;
  height: 51px;
  cursor: pointer;
}

.area-5 .btn-prev {
  background: url("../images/btn-prev.png") no-repeat;
}

.area-5 .btn-prev:hover {
  background: url("../images/btn-prev-h.png") no-repeat;
}

.area-5 .btn-next {
  background: url("../images/btn-next.png") no-repeat;
}

.area-5 .btn-next:hover {
  background: url("../images/btn-next-h.png") no-repeat;
}

.area-6 .inner {
  padding-top: 116px;
}

.area-6 .tabs {
  float: left;
  width: 575px;
  height: 383px;
  margin-left: 70px;
}

.area-6 .tabs .tab {
  width: 100%;
  position: relative;
  height: 383px;
}

.area-6 .tabs .tab img {
  width: 100%;
  height: 100%;
}

.area-6 .tabs .tab p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #6c977a;
  color: #fff;
  font-size: 20px;
  box-sizing: border-box;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.area-6 .tabs .slideContent {
  width: 100%;
  height: 100%;
}

.area-6 .tabs .btn-box {
  width: 240px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 713px;
  left: 703px;
  z-index: 2;
  user-select: none;
}

.area-6 .tabs .btn {
  width: 123px;
  height: 51px;
  cursor: pointer;
}

.area-6 .tabs .btn-prev {
  background: url("../images/btn-prev.png") no-repeat;
}

.area-6 .tabs .btn-prev:hover {
  background: url("../images/btn-prev-h.png") no-repeat;
}

.area-6 .tabs .btn-next {
  background: url("../images/btn-next.png") no-repeat;
}

.area-6 .tabs .btn-next:hover {
  background: url("../images/btn-next-h.png") no-repeat;
}

.area-6 .control {
  float: left;
  width: 450px;
  margin-top: 19px;
  margin-left: -26px;
}

.area-6 .control .con {
  width: 100%;
  box-sizing: border-box;
  border: 4px solid transparent;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}

.area-6 .control .con.current {
  border: 4px solid #e2bf7b;
}

.area-6 .control .con.current .txt {
  font-size: 17px;
  font-weight: 550;
}

.area-6 .control .txt-box {
  display: flex;
  height: 100%;
  align-items: center;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding-left: 44px;
}

.area-6 .control .txt-box a {
  text-decoration: none;
  color: inherit;
}

.area-6 .control .txt-box .txt {
  font-size: 17px;
  color: #222;
  line-height: 28px;
  display: flex;
  align-items: center;
}

.area-6 .control .txt-box .txt:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
  background-image: -moz-linear-gradient(135deg, #edbf71 0%, #f6d69d 75%, #ffecc8 100%);
  background-image: -webkit-linear-gradient(135deg, #edbf71 0%, #f6d69d 75%, #ffecc8 100%);
  background-image: -ms-linear-gradient(135deg, #edbf71 0%, #f6d69d 75%, #ffecc8 100%);
}

.area-7 .inner {
  padding-top: 119px;
}

.area-7 .iframe {
  width: 688px;
  height: 390px;
  margin: 110px 0 0 56px;
}

.area-7 ul {
  width: 842px;
  height: 257px;
  display: flex;
  justify-content: space-between;
  margin-left: 157px;
}

.area-7 ul li {
  width: 243px;
  height: 257px;
}

.area-7 ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
