@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: 736px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.area-3 .video-box {
  width: 872px;
  height: 490px;
  margin: 0 auto;
}

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

.area-4 .tabs {
  width: 965px;
  height: 430px;
  margin-left: 135px;
  position: relative;
}

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

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

.area-4 .tab img {
  width: 569px;
  height: 357px;
  flex-shrink: 0;
}

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

.area-4 .tab .txts {
  margin-top: 64px;
  width: 356px;
  margin-right: 30px;
}

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

.area-4 .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-4 .btn-box {
  width: 120px;
  height: 52px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 370px;
  left: 396px;
  z-index: 2;
}

.area-4 .btn {
  width: 52px;
  height: 52px;
  cursor: pointer;
}

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

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

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

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

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

.area-5 .tabs {
  width: 1000px;
  height: 359px;
  margin-left: 80px;
  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:nth-of-type(1) {
  width: 540px;
  height: 359px;
}

.area-5 .tab img:nth-of-type(2) {
  width: 441px;
  height: 291px;
}

.area-5 .btn-box {
  width: 120px;
  height: 52px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 305px;
  left: 861px;
  z-index: 2;
}

.area-5 .btn {
  width: 52px;
  height: 52px;
  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: 127px;
}

.area-6 .tabs {
  float: left;
  width: 527px;
  height: 340px;
  margin-left: 102px;
}

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

.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: 470px;
  margin-top: 50px;
  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 #b58d6e;
}

.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, #95735b 0%, #bba79a 100%);
  background-image: linear-gradient(135deg, #95735b 0%, #bba79a 100%);
}

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

.area-7 ul {
  width: 735px;
  height: 214px;
  display: flex;
  justify-content: space-between;
  margin-left: 230px;
}

.area-7 ul li {
  width: 205px;
  height: 214px;
}

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

.area-7 .tab-box {
  display: flex;
  width: 170px;
  justify-content: space-between;
  align-items: center;
  margin: 55px auto 0;
}

.area-7 .tab-box .tab-item {
  width: 82px;
  height: 32px;
  border-radius: 16px;
  font-size: 14px;
  cursor: pointer;
  background: none;
  color: #1e1e1e;
  position: relative;
  line-height: 32px;
}

.area-7 .tab-box .tab-item::after {
  content: '';
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 4px;
  left: 0;
  height: 1px;
  background-color: #1e1e1e;
}

.area-7 .tab-box .tab-item.active {
  background-color: #1e1e1e;
  line-height: 32px;
  color: #fff;
  text-align: center;
}

.area-7 .tab-box .tab-item.active::after {
  display: none;
}

.area-7 .tab-con {
  width: 658px;
  height: 376px;
  margin: 10px auto 0;
}

.area-7 .tab-con .iframe {
  width: 100%;
  height: 100%;
  display: none;
}

.area-7 .tab-con .iframe.active {
  display: block;
}
