* {
  margin: 0;
  padding: 0;
}
.swiper-pagination-bullet-active {
  background-color: #fff !important;
}
img {
  vertical-align: top;
}
nav {
  width: 100%;
  box-shadow: 0px 3px 6px #8f8f8f21;
}
nav .nav_con {
  height: 80px;
  width: 1280px;
  margin: auto;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: flex-start;
  align-items: center;
}
nav .nav_con .nav_con_left {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: flex-start;
  align-items: center;
  /* 09版 */
  -webkit-box-orient: vertical;
  /* 12版 */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 09版 */
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  align-items: flex-start;
  margin-right: 80px;
}
nav .nav_con .nav_con_left img {
  height: 45px;
  width: 225px;
}
nav .nav_con .nav_con_center ul {
  list-style: none;
}
nav .nav_con .nav_con_center ul li {
  padding: 2px 10px;
  margin: 0 20px;
  line-height: 40px;
  height: 40px;
  float: left;
  position: relative;
}
nav .nav_con .nav_con_center ul li a {
  display: inline;
  height: 100%;
  width: 100%;
  text-decoration: none;
  font-size: 16px;
  color: #727381;
}
nav .nav_con .nav_con_center ul li span {
  position: absolute;
  height: 3px;
  width: 20px;
  border-radius: 3px;
  background-color: #ff5a00;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
h1 {
  font-size: 40px;
  color: #182837;
  padding-top: 60px;
  text-align: center;
}
h4 {
  font-size: 20px;
  color: #9c9c9c;
  padding-top: 20px;
  font-weight: normal;
  text-align: center;
}
.section_con_one {
  width: 100%;
  margin: auto;
}
.section_con_one .section_con_part_one {
  height: 500px;
  width: 100%;
}
.section_con_one .section_con_part_one #swiper-container_one {
  height: 500px;
  width: 100%;
}
.section_con_one .section_con_part_one #swiper-container_one img {
  width: auto;
  max-width: 1903px;
  height: 100%;
}
.section_con_one #section_con_part_two {
  width: 100%;
}
.section_con_one #section_con_part_two img {
  width: auto;
  max-width: 1903px;
  height: 100%;
}
.section_con_one #section_con_part_three {
  width: 100%;
  height: 491px;
}
.section_con_one #section_con_part_three #swiper-container_two {
  box-sizing: border-box;
  height: 225px;
  width: 1200px;
  margin-top: 50px;
}
.section_con_one #section_con_part_three #swiper-container_two .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.section_con_one #section_con_part_three #swiper-container_two .swiper-slide {
  width: 300px;
}
.section_con_one #section_con_part_three #swiper-container_two img {
  height: 225px;
  width: 300px;
}
.section_con_one #section_con_part_four {
  width: 100%;
  height: 796px;
  background-color: #f9f9fc;
}
.section_con_one #section_con_part_four #swiper-container_four {
  box-sizing: border-box;
  height: 390px;
  width: 1240px;
  margin-top: 50px;
  position: relative;
}
.section_con_one #section_con_part_four #swiper-container_four .arrowGroup {
  position: absolute;
  height: 40px;
  width: 80px;
  bottom: 40px;
  right: 0;
  z-index: 5;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.section_con_one #section_con_part_four #swiper-container_four .arrowGroup .leftArrow {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #f9f9fc;
  border-radius: 10px 0 0 10px;
  text-align: center;
  line-height: 34px;
}
.section_con_one #section_con_part_four #swiper-container_four .arrowGroup .leftArrow i {
  border: solid #666666;
  border-width: 0 2px 2px 0;
  padding: 3px;
  display: inline-block;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.section_con_one #section_con_part_four #swiper-container_four .arrowGroup .rightArrow {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #ff5a00;
  border-radius: 0 10px 10px 0;
  text-align: center;
  line-height: 34px;
}
.section_con_one #section_con_part_four #swiper-container_four .arrowGroup .rightArrow i {
  padding: 3px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.section_con_one #section_con_part_four #swiper-container_four .swiper-slide {
  height: 390px;
  position: relative;
}
.section_con_one #section_con_part_four #swiper-container_four .swiper-slide img {
  height: 370px;
  width: 300px;
  border-radius: 10px;
  position: absolute;
  object-fit: cover;
  z-index: 2;
  top: 20px;
  left: 50px;
}
.section_con_one #section_con_part_four #swiper-container_four .swiper-slide .swiper-slide_bg {
  height: 340px;
  width: 1200px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  border-radius: 10px;
  z-index: 1;
}
.section_con_one #section_con_part_four #swiper-container_four .swiper-slide .swiper-slide_bg .swiper-slide_bg_con {
  height: 230px;
  width: 760px;
  margin-left: 390px;
  margin-top: 40px;
  /* 09版 */
  -webkit-box-orient: vertical;
  /* 12版 */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: flex-start;
  align-items: flex-start;
}
.section_con_one #section_con_part_four #swiper-container_four .swiper-slide .swiper-slide_bg .swiper-slide_bg_con .swiper-slide_bg_con_top :nth-child(1) {
  font-size: 28px;
  color: #17171a;
  font-weight: 700;
}
.section_con_one #section_con_part_four #swiper-container_four .swiper-slide .swiper-slide_bg .swiper-slide_bg_con .swiper-slide_bg_con_top :nth-child(2) {
  margin-left: 20px;
  font-size: 18px;
  color: #727381;
  font-weight: 700;
}
.section_con_one #section_con_part_four #swiper-container_four .swiper-slide .swiper-slide_bg .swiper-slide_bg_con .swiper-slide_bg_con_center {
  margin-top: 25px;
}
.section_con_one #section_con_part_four #swiper-container_four .swiper-slide .swiper-slide_bg .swiper-slide_bg_con .swiper-slide_bg_con_center :nth-child(n) {
  background-color: #f9d6b5;
  color: #995b2e;
  margin-right: 10px;
  border-radius: 15px;
  font-size: 14px;
  padding: 6px 12px;
}
.section_con_one #section_con_part_four #swiper-container_four .swiper-slide .swiper-slide_bg .swiper-slide_bg_con .swiper-slide_bg_con_bottom {
  margin-top: 30px;
  font-size: 16px;
  color: #717281;
  line-height: 34px;
  letter-spacing: 1.5px;
}
.section_con_one #section_con_part_four #swiper-container_five {
  height: 180px;
  width: 1240px;
  margin-top: 20px;
}
.section_con_one #section_con_part_four #swiper-container_five .swiper-slide-thumb-active {
  opacity: 1 !important;
}
.section_con_one #section_con_part_four #swiper-container_five .swiper-slide {
  height: 177px;
  width: 183px;
  overflow: hidden;
  opacity: 0.4;
  cursor: pointer;
  border-radius: 10px;
}
.section_con_one #section_con_part_four #swiper-container_five .swiper-slide img {
  width: 100%;
}
.section_con_one #section_con_part_five {
  width: 100%;
  height: 912px;
}
.section_con_one #section_con_part_five ul {
  margin: 0 auto;
  width: 1215px;
  margin-top: 50px;
  list-style: none;
  transform: translateX(15px);
}
.section_con_one #section_con_part_five ul li {
  margin-right: 15px;
  height: 338px;
  width: 390px;
  float: left;
  overflow: hidden;
  position: relative;
}
.section_con_one #section_con_part_five ul li .hoverLi {
  height: 260px;
  width: 390px;
  border-radius: 10px;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  color: white;
  padding: 20px;
  font-size: 15px;
  line-height: 30px;
  background-color: rgba(255, 90, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.section_con_one #section_con_part_five ul li .hoverLi:hover {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.section_con_one #section_con_part_five ul li h3 {
  font-size: 22px;
  color: #182837;
  margin-top: 20px;
}
.section_con_one #section_con_part_five ul li img {
  height: 260px;
  width: 390px;
  border-radius: 10px;
}
.section_con_one #section_con_part_six {
  width: 100%;
  height: 776px;
  background-color: #f9f9fc;
}
.section_con_one #section_con_part_six ul {
  margin: 0 auto;
  width: 1215px;
  margin-top: 50px;
  list-style: none;
  transform: translateX(15px);
}
.section_con_one #section_con_part_six ul li {
  border-radius: 10px;
  background-color: white;
  margin-right: 15px;
  height: 510px;
  width: 390px;
  float: left;
  box-shadow: 0 6px 12px #0000000a;
}
.section_con_one #section_con_part_six ul li a {
  text-decoration: none !important;
}
.section_con_one #section_con_part_six ul li a img {
  height: 260px;
  width: 390px;
  border-radius: 10px;
}
.section_con_one #section_con_part_six ul li a p:nth-of-type(1) {
  color: #182837;
  font-size: 18px;
  height: 51px;
  line-height: 28px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section_con_one #section_con_part_six ul li a p:nth-of-type(2) {
  color: #727381;
  font-size: 14px;
  height: 70px;
  line-height: 26px;
  padding: 15px 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.section_con_one #section_con_part_six ul li .smallImg {
  width: 100%;
  height: 80px;
  /* 09版 */
  -webkit-box-orient: vertical;
  /* 12版 */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 09版 */
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  align-items: center;
}
.section_con_one #section_con_part_six ul li .smallImg img {
  width: 147px;
  height: 60px;
}
.section_con_two {
  width: 100%;
  margin: auto;
}
.section_con_two .section_con_two_one {
  width: 100%;
}
.section_con_two .section_con_two_one img {
  width: auto;
  max-width: 1903px;
  height: auto;
}
.section_con_two .section_con_two_two {
  width: 100%;
}
.section_con_two .section_con_two_two img {
  width: auto;
  max-width: 1903px;
  height: 100%;
}
.section_con_two .section_con_two_three {
  width: 100%;
}
.section_con_two .section_con_two_three img {
  width: auto;
  max-width: 1903px;
  height: 100%;
}
.section_con_two .section_con_two_four {
  width: 100%;
}
.section_con_two .section_con_two_four img {
  width: auto;
  max-width: 1903px;
  height: 100%;
}
.section_con_three {
  width: 100%;
  margin: auto;
}
.section_con_three .section_con_three_one {
  height: 564px;
  width: 100%;
  box-sizing: border-box;
  padding-top: 60px;
  background-color: #f9f9fc;
}
.section_con_three .section_con_three_one #swiper-container_one {
  box-sizing: border-box;
  height: 444px;
  width: 1240px;
  position: relative;
}
.section_con_three .section_con_three_one #swiper-container_one .arrowGroup {
  position: absolute;
  height: 40px;
  width: 80px;
  bottom: 144px;
  right: 0;
  z-index: 5;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.section_con_three .section_con_three_one #swiper-container_one .arrowGroup .leftArrow {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #f9f9fc;
  border-radius: 10px 0 0 10px;
  text-align: center;
  line-height: 34px;
}
.section_con_three .section_con_three_one #swiper-container_one .arrowGroup .leftArrow i {
  border: solid #666666;
  border-width: 0 2px 2px 0;
  padding: 3px;
  display: inline-block;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.section_con_three .section_con_three_one #swiper-container_one .arrowGroup .rightArrow {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #ff5a00;
  border-radius: 0 10px 10px 0;
  text-align: center;
  line-height: 34px;
}
.section_con_three .section_con_three_one #swiper-container_one .arrowGroup .rightArrow i {
  padding: 3px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.section_con_three .section_con_three_one #swiper-container_one .swiper-slide {
  height: 444px;
  position: relative;
}
.section_con_three .section_con_three_one #swiper-container_one .swiper-slide img {
  height: 444px;
  width: 360px;
  border-radius: 10px 0 0 10px;
  position: absolute;
  object-fit: cover;
  z-index: 2;
  top: 0;
  left: 0;
}
.section_con_three .section_con_three_one #swiper-container_one .swiper-slide .swiper-slide_bg {
  height: 444px;
  width: 1200px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  border-radius: 10px;
  z-index: 1;
}
.section_con_three .section_con_three_one #swiper-container_one .swiper-slide .swiper-slide_bg .swiper-slide_bg_con {
  height: 400px;
  width: 760px;
  margin-left: 390px;
  margin-top: 40px;
  /* 09版 */
  -webkit-box-orient: vertical;
  /* 12版 */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: flex-start;
  align-items: flex-start;
}
.section_con_three .section_con_three_one #swiper-container_one .swiper-slide .swiper-slide_bg .swiper-slide_bg_con .swiper-slide_bg_con_top :nth-child(1) {
  font-size: 28px;
  color: #17171a;
  font-weight: 700;
}
.section_con_three .section_con_three_one #swiper-container_one .swiper-slide .swiper-slide_bg .swiper-slide_bg_con .swiper-slide_bg_con_top :nth-child(2) {
  margin-left: 20px;
  font-size: 18px;
  color: #727381;
  font-weight: 700;
}
.section_con_three .section_con_three_one #swiper-container_one .swiper-slide .swiper-slide_bg .swiper-slide_bg_con .swiper-slide_bg_con_center {
  margin-top: 25px;
}
.section_con_three .section_con_three_one #swiper-container_one .swiper-slide .swiper-slide_bg .swiper-slide_bg_con .swiper-slide_bg_con_center :nth-child(n) {
  background-color: #f9d6b5;
  color: #995b2e;
  margin-right: 10px;
  border-radius: 15px;
  font-size: 14px;
  padding: 6px 12px;
}
.section_con_three .section_con_three_one #swiper-container_one .swiper-slide .swiper-slide_bg .swiper-slide_bg_con .swiper-slide_bg_con_bottom {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 110px;
  margin-top: 30px;
  font-size: 16px;
  color: #717281;
  line-height: 34px;
  letter-spacing: 1.5px;
}
.section_con_three .section_con_three_one #swiper-container_one .swiper-slide .swiper-slide_bg .swiper-slide_bg_con .swiper-slide_bg_con_bottomOne {
  margin-top: 15px;
  height: 140px;
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: flex-start;
  align-items: center;
}
.section_con_three .section_con_three_one #swiper-container_one .swiper-slide .swiper-slide_bg .swiper-slide_bg_con .swiper-slide_bg_con_bottomOne img {
  position: unset;
  margin-right: 20px;
  border-radius: 10px;
  height: 135px;
  width: 180px;
}
.section_con_three .section_con_three_two {
  width: 100%;
}
.section_con_three .section_con_three_two img {
  width: auto;
  max-width: 1903px;
  height: 100%;
}
.section_con_three .section_con_three_three {
  height: 510px;
  width: 100%;
  background-color: #f8f8f8;
  /* 09版 */
  -webkit-box-orient: vertical;
  /* 12版 */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 09版 */
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  align-items: center;
}
.section_con_three .section_con_three_three #swiper-container_three {
  height: 420px;
  width: 1280px;
  position: relative;
}
.section_con_three .section_con_three_three #swiper-container_three .arrowGroup .leftArrowOne {
  z-index: 200;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  height: 48px;
  width: 24px;
  background-color: #0000007e;
  border-radius: 5px;
  text-align: center;
  line-height: 44px;
  transition: all 0.3s;
}
.section_con_three .section_con_three_three #swiper-container_three .arrowGroup .leftArrowOne i {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 3px;
  display: inline-block;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.section_con_three .section_con_three_three #swiper-container_three .arrowGroup .rightArrowOne {
  z-index: 200;
  cursor: pointer;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: inline-block;
  height: 48px;
  width: 24px;
  background-color: #0000007e;
  border-radius: 5px;
  text-align: center;
  line-height: 44px;
  transition: all 0.3s;
}
.section_con_three .section_con_three_three #swiper-container_three .arrowGroup .rightArrowOne i {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 3px;
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.section_con_three .section_con_three_three #swiper-container_three .arrowGroup .rightArrowOne:hover {
  background-color: #000;
  transition: all 0.3s;
}
.section_con_three .section_con_three_three #swiper-container_three .arrowGroup .leftArrowOne:hover {
  background-color: #000;
  transition: all 0.3s;
}
.section_con_three .section_con_three_three #swiper-container_three #swiper-wrapper_three {
  width: 1200px;
  height: 420px;
  margin: auto;
}
.section_con_three .section_con_three_three #swiper-container_three #swiper-wrapper_three .swiper-slide img {
  height: 420px;
  width: 1200px;
  border-radius: 10px;
}
.section_con_three .section_con_three_four {
  box-sizing: border-box;
  padding-top: 60px;
  height: 588px;
  width: 100%;
}
.section_con_three .section_con_three_four #swiper-container_two {
  width: 1200px;
  height: 584px;
}
.section_con_three .section_con_three_four #swiper-container_two .swiper-slide {
  height: 224px;
  width: 224px;
}
.section_con_three .section_con_three_four #swiper-container_two .swiper-slide img {
  height: 224px;
  width: 224px;
}
.section_con_four {
  width: 100%;
}
.section_con_four .section_con_three_one {
  height: 851px;
  width: 100%;
}
.section_con_four .section_con_three_one .container {
  margin-top: 50px;
  width: 1200px;
  height: 630px;
  position: relative;
  margin: auto;
}
.section_con_four .section_con_three_one .container .leftArrow {
  cursor: pointer;
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 500;
  height: 48px;
  width: 24px;
  background-color: #00000050;
  border-radius: 4px;
  text-align: center;
  line-height: 42px;
}
.section_con_four .section_con_three_one .container .leftArrow i {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 3px;
  display: inline-block;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.section_con_four .section_con_three_one .container .rightArrow {
  cursor: pointer;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 500;
  height: 48px;
  width: 24px;
  background-color: #00000050;
  border-radius: 4px;
  text-align: center;
  line-height: 42px;
}
.section_con_four .section_con_three_one .container .rightArrow i {
  padding: 3px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.section_con_four .section_con_three_one .container .rightArrow:hover {
  background-color: #ff5a00;
}
.section_con_four .section_con_three_one .container .leftArrow:hover {
  background-color: #ff5a00;
}
.section_con_four .section_con_three_one .container #swiper-container_one {
  margin-top: 50px;
  width: 960px;
  height: 630px;
}
.section_con_four .section_con_three_one .container #swiper-container_one .swiper-slide {
  height: 300px;
  width: 300px !important;
}
.section_con_four .section_con_three_one .container #swiper-container_one .swiper-slide img {
  height: 300px;
  width: 300px;
}
.section_con_four .section_con_three_two {
  height: 874px;
  width: 100%;
  background-image: url("../image/bg.jpg");
  background-size: cover;
}
.section_con_four .section_con_three_two #swiper-container_two {
  margin-top: 50px;
  width: 970px;
  height: 670px;
}
.section_con_four .section_con_three_two #swiper-container_two .swiper-slide {
  height: 593px;
  width: 290px !important;
}
.section_con_four .section_con_three_two #swiper-container_two .swiper-slide img {
  height: 593px;
  width: 290px;
}
.section_con_four .section_con_three_two #swiper-container_two .swiper-pagination-bullet-active {
  background-color: #ff5a00 !important;
}
.section_con_five {
  width: 100%;
  position: relative;
}
.section_con_five .section_con_three_one {
  width: 100%;
  height: 300px;
  background-size: cover;
}
.section_con_five .section_con_three_two {
  height: 748px;
  width: 100%;
  padding-top: 30px;
}
.section_con_five .section_con_three_two ul {
  margin: auto;
  list-style: none;
  height: 598px;
  width: 1220px;
  transform: translateX(20px);
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
}
.section_con_five .section_con_three_two ul li {
  text-decoration: none;
  margin-right: 20px;
  margin-bottom: 30px;
  height: 284px;
  width: 285px;
}
.section_con_five .section_con_three_two ul li a {
  /* 09版 */
  -webkit-box-orient: vertical;
  /* 12版 */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
}
.section_con_five .section_con_three_two ul li a img {
  border-radius: 10px;
  height: 190px;
  width: 285px;
}
.section_con_five .section_con_three_two ul li a p {
  margin-top: 12px;
  height: 51px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #182837;
}
.section_con_five .section_con_three_two ul li a span {
  color: #727381;
  font-size: 14px;
  margin-top: 10px;
}
.section_con_five #pagination {
  position: absolute;
  bottom: 70px;
  right: 330px;
}
.section_con_six {
  width: 100%;
}
.section_con_six .section_con_three_one {
  padding-top: 30px;
  padding-bottom: 60px;
  width: 700px;
  margin: auto;
}
.section_con_six .section_con_three_one p {
  color: #717281;
  line-height: 30px;
}
.section_con_seven {
  width: 100%;
}
.section_con_seven .section_con_three_one {
  width: 700px;
  margin: auto;
  text-align: center;
}
.section_con_seven .section_con_three_one h5 {
  padding-top: 30px;
  font-size: 20px;
  color: #182837;
}
.section_con_seven .section_con_three_one p {
  font-size: 14px;
  color: #9c9c9c;
  margin-top: 20px;
}
.section_con_seven .section_con_three_two {
  color: #717281;
  font-size: 16px;
  line-height: 30px;
  padding-top: 30px;
  padding-bottom: 60px;
  width: 700px;
  margin: auto;
}
.section_con_seven .section_con_three_two img {
  max-width: 100%;
  height: auto;
}
.section_con_seven .section_con_three_two iframe {
  width: 100%;
  height: 500px;
}
footer {
  width: 100%;
  height: 200px;
  background-color: #3e3e3e;
  box-sizing: border-box;
  padding: 28px 0;
}
footer .section_con_part_seven_con {
  margin: 0 auto;
  height: 100%;
  width: 1200px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
  align-items: center;
}
footer .section_con_part_seven_con .section_con_part_seven_con_left {
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: flex-start;
  align-items: flex-start;
}
footer .section_con_part_seven_con .section_con_part_seven_con_left img {
  width: 120px;
  height: 55px;
}
footer .section_con_part_seven_con .section_con_part_seven_con_left .section_con_part_seven_con_left_right {
  margin-left: 50px;
  /* 09版 */
  -webkit-box-orient: vertical;
  /* 12版 */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: flex-start;
  align-items: flex-start;
}
footer .section_con_part_seven_con .section_con_part_seven_con_left .section_con_part_seven_con_left_right ul {
  list-style: none;
}
footer .section_con_part_seven_con .section_con_part_seven_con_left .section_con_part_seven_con_left_right ul li {
  float: left;
  margin-right: 30px;
  font-size: 13px;
}
footer .section_con_part_seven_con .section_con_part_seven_con_left .section_con_part_seven_con_left_right ul li a {
  color: white;
  text-decoration: none;
}
footer .section_con_part_seven_con .section_con_part_seven_con_left .section_con_part_seven_con_left_right p:nth-of-type(1) {
  font-size: 13px;
  line-height: 30px;
  width: 338px;
  height: 46px;
  margin-top: 20px;
  color: white;
  opacity: 70%;
}
footer .section_con_part_seven_con .section_con_part_seven_con_left .section_con_part_seven_con_left_right p:nth-of-type(1) a {
  font-weight: 300;
  color: #4a86ff;
  text-decoration: none;
}
footer .section_con_part_seven_con .section_con_part_seven_con_left .section_con_part_seven_con_left_right p:nth-of-type(2) {
  font-size: 13px;
  line-height: 30px;
  width: 410px;
  height: 20px;
  margin-top: 15px;
  color: white;
  opacity: 70%;
}
footer .section_con_part_seven_con .section_con_part_seven_con_right {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: flex-start;
  align-items: flex-start;
}
footer .section_con_part_seven_con .section_con_part_seven_con_right .section_con_part_seven_con_right_left,
footer .section_con_part_seven_con .section_con_part_seven_con_right .section_con_part_seven_con_right_right {
  margin-left: 40px;
  /* 09版 */
  -webkit-box-orient: vertical;
  /* 12版 */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 09版 */
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  align-items: center;
}
footer .section_con_part_seven_con .section_con_part_seven_con_right .section_con_part_seven_con_right_left img,
footer .section_con_part_seven_con .section_con_part_seven_con_right .section_con_part_seven_con_right_right img {
  height: 100px;
  width: 100px;
}
footer .section_con_part_seven_con .section_con_part_seven_con_right .section_con_part_seven_con_right_left span,
footer .section_con_part_seven_con .section_con_part_seven_con_right .section_con_part_seven_con_right_right span {
  font-size: 12px;
  color: white;
  width: 92px;
  height: 33px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  margin-top: 10px;
}
.twoLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.flexBetween {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
  align-items: center;
}
.flexStart {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: flex-start;
  align-items: center;
}
.flexStartStart {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: flex-start;
  align-items: flex-start;
}
.flexEnd {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: flex-end;
  align-items: flex-end;
}
.flexColumnCenter {
  /* 09版 */
  -webkit-box-orient: vertical;
  /* 12版 */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 09版 */
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  align-items: flex-start;
}
.flexColumnStart {
  /* 09版 */
  -webkit-box-orient: vertical;
  /* 12版 */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: flex-start;
  align-items: flex-start;
}
.flexColumnCenterCenter {
  /* 09版 */
  -webkit-box-orient: vertical;
  /* 12版 */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 09版 */
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  align-items: center;
}
