.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
#banner {
  width: 100%;
  min-width: 1180px;
  height: 538px;
  position: relative;
  background: #fff;
}
#banner .switch_tips_wrap {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -38px;
  z-index: 1;
}
#banner .switch_tips_wrap ol {
  height: 12px;
}
#banner .switch_tips_wrap li {
  cursor: pointer;
  text-indent: -9999px;
  float: left;
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.4;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 20px;
}
#banner .switch_tips_wrap .on {
  opacity: 1;
}
#banner .switch_tips_wrap .last-switch-tips {
  margin-right: 0px;
}
#banner .banner_list {
  margin: 0 auto;
  min-width: 1200px;
  height: 538px;
  background: #fff;
}
#banner .list {
  height: 100%;
}
#banner .banner_list .item {
  width: 100%;
  position: relative;
  height: 100%;
  background: #fff;
}
#banner .banner_list .item a {
  display: block;
  height: 100%;
  position: relative;
}
#banner .banner_list .item img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner .settle_btn {
  position: absolute;
  bottom: 140px;
  left: 50%;
  margin-left: -478px;
  background: #F58148;
  border-radius: 32px 32px 32px 32px;
  border: 1px solid #FFFFFF;
  width: 200px;
  height: 64px !important;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 28px;
  color: #FFFEFE;
  line-height: 62px;
  text-align: center;
  cursor: pointer;
}
h1 {
  margin-bottom: 50px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 48px;
  color: #333333;
  text-align: center;
}
h2 {
  margin-bottom: 90px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 30px;
  color: #4D4D4D;
  text-align: center;
}
h3 {
  margin-bottom: 30px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  text-align: center;
}
.part1 {
  padding: 98px 0 30px;
}
.part1 .layout ul {
  display: flex;
  justify-content: space-around;
}
.part1 .layout ul li:hover a img {
  transform: scale(1.1);
}
.part1 .layout ul li a {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.part1 .layout ul li a img {
  margin-bottom: 20px;
  display: block;
  width: 73px;
  height: auto;
  flex-shrink: 0;
  transition: all .3s;
}
.part1 .layout ul li a p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 22px;
  color: #333333;
  line-height: 30px;
  text-align: center;
}
.part2 {
  padding: 30px 0 48px;
}
.part2 .layout img {
  margin: 0 auto;
  display: block;
  width: 1076px;
}
.part3 {
  padding: 48px 0 60px;
}
.part3 ul {
  display: flex;
  justify-content: space-between;
}
.part3 ul li {
  position: relative;
  width: 369px;
  height: 450px;
  background-color: #FFFFFF;
  border-radius: 47px 47px 47px 47px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.part3 ul li:hover img {
  transform: scale(1.2);
}
.part3 ul li:nth-child(1)::before {
  content: '';
  position: absolute;
  top: -2px;
  /* 确保渐变从边框开始 */
  left: -2px;
  /* 确保渐变从边框开始 */
  right: -2px;
  bottom: -2px;
  background-color: #14AA82;
  /* 渐变色 */
  border-radius: inherit;
  /* 继承圆角 */
  z-index: -1;
}
.part3 ul li:nth-child(1) img {
  width: 160px;
}
.part3 ul li:nth-child(1) .bottom {
  background-image: linear-gradient(to right, #14aa82 0%, #10c292 100%);
}
.part3 ul li:nth-child(2)::before {
  content: '';
  position: absolute;
  top: -2px;
  /* 确保渐变从边框开始 */
  left: -2px;
  /* 确保渐变从边框开始 */
  right: -2px;
  bottom: -2px;
  background-color: #144CAA;
  /* 渐变色 */
  border-radius: inherit;
  /* 继承圆角 */
  z-index: -1;
}
.part3 ul li:nth-child(2) img {
  width: 163px;
}
.part3 ul li:nth-child(2) .bottom {
  background-image: linear-gradient(to right, #144caa 0%, #1051c2 100%);
}
.part3 ul li:nth-child(3)::before {
  content: '';
  position: absolute;
  top: -2px;
  /* 确保渐变从边框开始 */
  left: -2px;
  /* 确保渐变从边框开始 */
  right: -2px;
  bottom: -2px;
  background-color: #149EAA;
  /* 渐变色 */
  border-radius: inherit;
  /* 继承圆角 */
  z-index: -1;
}
.part3 ul li:nth-child(3) img {
  width: 160px;
}
.part3 ul li:nth-child(3) .bottom {
  background-image: linear-gradient(to right, #149eaa 0%, #10c0c2 100%);
}
.part3 ul li img {
  display: block;
  transition: all .3s;
}
.part3 ul li .title {
  margin: 20px 0;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 22px;
  color: #333333;
}
.part3 ul li .smalltext {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #444444;
  line-height: 32px;
  text-align: center;
}
.part3 ul li .bottom {
  width: 319px;
  padding: 18px 0;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
  border-radius: 25px 25px 25px 25px;
}
.part4 {
  padding: 40px 0;
  background: #F7F7F7;
}
.part4 .layout .list_1 {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-around;
}
.part4 .layout .list_1 li:hover a img {
  transform: scale(1.1);
}
.part4 .layout .list_1 li a {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.part4 .layout .list_1 li a img {
  margin-bottom: 20px;
  display: block;
  width: auto;
  height: 72px;
  flex-shrink: 0;
  transition: all .3s;
}
.part4 .layout .list_1 li a p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 22px;
  color: #333333;
  line-height: 30px;
  text-align: center;
}
.part4 .layout .list_2 {
  display: flex;
  justify-content: space-between;
}
.part4 .layout .list_2 li {
  padding: 30px 50px 0;
  width: 270px;
  height: 410px;
  border-radius: 12px 12px 12px 12px;
  box-shadow: 0px 0px 5px 5px #D4EDE7;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.part4 .layout .list_2 li:hover img {
  transform: scale(1.2);
}
.part4 .layout .list_2 li img {
  margin-bottom: 30px;
  display: block;
  width: 120px;
  height: auto;
  transition: all .3s;
}
.part4 .layout .list_2 li .title {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 26px;
  color: #333333;
}
.part4 .layout .list_2 li hr {
  margin: 10px 0;
  width: 40px;
  height: 1px;
  background: #333333;
}
.part4 .layout .list_2 li a {
  margin-bottom: 10px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  text-align: center;
}
.part5 {
  padding: 24px 0;
}
.part5 .layout {
  display: flex;
  justify-content: space-between;
}
.part5 .layout .list ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  flex-direction: row;
  /* width: 326px; */
}
.part5 .layout .list ul li {
  margin: 0 10px 20px;
  width: 90px;
}
.part5 .layout .list ul li:hover a img {
  transform: scale(1.1);
}
.part5 .layout .list ul li a {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.part5 .layout .list ul li a img {
  margin-bottom: 20px;
  display: block;
  width: auto;
  height: 56px;
  flex-shrink: 0;
  transition: all .3s;
}
.part5 .layout .list ul li a p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 15px;
  color: #333333;
  text-align: center;
}
.part6 {
  padding: 40px 0 88px;
  background: #F7F7F7;
}
.part6 .layout ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.part6 .layout ul li {
  margin-bottom: 40px;
  width: 220px;
  height: 120px;
}
.part6 .layout ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.part6 .layout ul li a img {
  flex-shrink: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.part6 .layout ul li a p {
  margin-left: 94px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
}
.part6 .layout ul li:nth-last-child(1),
.part6 .layout ul li:nth-last-child(2),
.part6 .layout ul li:nth-last-child(3),
.part6 .layout ul li:nth-last-child(4),
.part6 .layout ul li:nth-last-child(5) {
  margin-bottom: 0;
}
.part6 .layout ul li:nth-child(6) {
  background: url(../images/part6_6.png) no-repeat center / 100% 100%;
}
.part6 .layout ul li:nth-child(7) {
  background: url(../images/part6_7.png) no-repeat center / 100% 100%;
}
.part6 .layout ul li:nth-child(8) {
  background: url(../images/part6_8.png) no-repeat center / 100% 100%;
}
.part6 .layout ul li:nth-child(9) {
  background: url(../images/part6_9.png) no-repeat center / 100% 100%;
}
.part6 .layout ul li:nth-child(10) {
  background: url(../images/part6_10.png) no-repeat center / 100% 100%;
}
.part7 {
  padding: 80px 0 230px;
  background: url(../images/part7_background.png) no-repeat center bottom / 100% 559px;
}
.part7 .layout ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.part7 .layout ul li {
  margin-bottom: 40px;
  width: 220px;
  height: 96px;
}
.part7 .layout ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.part7 .layout ul li a p {
  margin-left: 94px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
}
.part7 .layout ul li:nth-last-child(1),
.part7 .layout ul li:nth-last-child(2),
.part7 .layout ul li:nth-last-child(3),
.part7 .layout ul li:nth-last-child(4),
.part7 .layout ul li:nth-last-child(5) {
  margin-bottom: 0;
}
.part7 .layout ul li:nth-child(1) {
  background: url(../images/part7_1.png) no-repeat center / 100% 100%;
}
.part7 .layout ul li:nth-child(2) {
  background: url(../images/part7_2.png) no-repeat center / 100% 100%;
}
.part7 .layout ul li:nth-child(3) {
  background: url(../images/part7_3.png) no-repeat center / 100% 100%;
}
.part7 .layout ul li:nth-child(4) {
  background: url(../images/part7_4.png) no-repeat center / 100% 100%;
}
.part7 .layout ul li:nth-child(5) {
  background: url(../images/part7_5.png) no-repeat center / 100% 100%;
}
.part7 .layout ul li:nth-child(6) {
  background: url(../images/part7_6.png) no-repeat center / 100% 100%;
}
.part7 .layout ul li:nth-child(7) {
  background: url(../images/part7_7.png) no-repeat center / 100% 100%;
}
.part7 .layout ul li:nth-child(8) {
  background: url(../images/part7_8.png) no-repeat center / 100% 100%;
}
.part7 .layout ul li:nth-child(9) {
  background: url(../images/part7_9.png) no-repeat center / 100% 100%;
}
.part7 .layout ul li:nth-child(10) {
  background: url(../images/part7_10.png) no-repeat center / 100% 100%;
}
.part7 .layout ul li:nth-child(11) {
  margin-left: 50px;
  background: url(../images/part7_11.png) no-repeat center / 100% 100%;
}
.part7 .layout ul li:nth-child(12) {
  background: url(../images/part7_12.png) no-repeat center / 100% 100%;
}
.part7 .layout ul li:nth-child(13) {
  background: url(../images/part7_13.png) no-repeat center / 100% 100%;
}
.part7 .layout ul li:nth-child(14) {
  margin-right: 50px;
  background: url(../images/part7_14.png) no-repeat center / 100% 100%;
}
.part8 {
  padding: 80px 0 40px;
}
.part8 .layout h2 {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 22px;
  color: #333333;
  line-height: 36px;
}
.part8 .layout ul li {
  padding: 0 0 30px 0;
  float: left;
  height: 462px;
  margin-right: 60px;
  margin-top: 48px;
  border-radius: 16px 16px 0px 0px;
  overflow: hidden;
  background: #F5F5F5;
}
.part8 .layout ul li:hover .imgbox img {
  transform: scale(1.3);
}
.part8 .layout ul li:nth-child(3n) {
  margin-right: 0;
}
.part8 .layout ul li:nth-child(1),
.part8 .layout ul li:nth-child(2),
.part8 .layout ul li:nth-child(3) {
  margin-top: 0;
}
.part8 .layout ul li .imgbox {
  width: 360px;
  height: 180px;
  overflow: hidden;
}
.part8 .layout ul li .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.part8 .layout ul li .title {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: SourceHanSansCN,
                    SourceHanSansCN;
  font-weight: bold;
  font-size: 28px;
  color: #333333;
}
.part8 .layout ul li .title::before,
.part8 .layout ul li .title::after {
  margin: 0 20px;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #4D4D4D;
}
.part8 .layout ul li a {
  max-width: 267px;
  width: fit-content;
  margin: 0 auto 10px;
  display: block;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part8 .layout ul li .manyhide {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 34px;
  text-align: justify;
}
.part9 .box {
  padding: 65px 0 70px;
  background: url(../images/part9_background.png) no-repeat center / 100% 100%;
}
.part9 .box .layout ul {
  display: flex;
  justify-content: space-between;
}
.part9 .box .layout ul li {
  width: 260px;
  height: 344px;
  background-color: rgba(20, 170, 130, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.part9 .box .layout ul li .num {
  font-family: TsangerFeiBai, TsangerFeiBai;
  font-weight: normal;
  font-size: 90px;
  color: #FFFFFF;
  line-height: 70px;
}
.part9 .box .layout ul li hr {
  margin: 20px 0;
  width: 72px;
  height: 2px;
  background: #FFFFFF;
  border: 0;
}
.part9 .box .layout ul li .title {
  margin-bottom: 20px;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: bold;
  font-size: 32px;
  color: #FFFFFF;
}
.part9 .box .layout ul li .slogan {
  margin-bottom: 10px;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
}
.part9 .box .layout ul li .item {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.part9 .box .layout ul li .item i {
  margin-right: 5px;
  display: block;
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 50%;
}
.part9 .box .layout ul li .item p {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
.part10 {
  padding: 70px 0 35px;
}
.part10 .layout .swiperbox {
  position: relative;
}
.part10 .layout .swiperbox .swiper {
  width: 1140px;
}
.part10 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide:hover a .imgbox img {
  transform: scale(1.3);
}
.part10 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.part10 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide a .imgbox {
  width: 360px;
  height: 239px;
  overflow: hidden;
}
.part10 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all.3s;
}
.part10 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide a p {
  margin-top: 30px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 26px;
  color: #333333;
  text-align: center;
}
.part10 .layout .swiperbox .swiper-button {
  width: 72px;
  height: 72px;
  background: #14AA82;
  border-radius: 50%;
}
.part10 .layout .swiperbox .swiper-button::after {
  color: #fff;
}
.part10 .layout .swiperbox .swiper-button-prev {
  top: 110px;
  left: -100px;
}
.part10 .layout .swiperbox .swiper-button-next {
  top: 110px;
  right: -100px;
}
.part11 {
  padding: 35px 0 0;
}
.part11 .box {
  padding: 40px 0 110px;
  background: url(../images/part11_background.png) no-repeat center / 100% 100%;
}
.part11 .box .layout .list {
  margin-bottom: 60px;
  position: relative;
  display: flex;
  justify-content: center;
}
.part11 .box .layout .list::after {
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 968px;
  height: 2px;
  background: #FFFFFF;
}
.part11 .box .layout .list .item p {
  margin-bottom: 30px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
}
.part11 .box .layout .list .item div {
  width: 479px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 36px;
  text-align: justify;
  text-indent: 2em;
}
.part11 .box .layout .list hr {
  margin: 80px 50px 0;
  width: 2px;
  height: 487px;
  background: #FFFFFF;
  border: 0;
}
.part11 .box .layout .lgoobox {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-around;
}
.part11 .box .layout .lgoobox a {
  display: block;
}
.part11 .box .layout .lgoobox a img {
  display: block;
  width: auto;
  height: 60px;
}
.part11 .box .layout b {
  display: block;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 42px;
  color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
}



.popup_shade {
  display: none;
  z-index: 1000000001;
  background-color: #000000;
  opacity: 0.3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}
.popup_wrap {
  display: none;
  width: 600px;
  height: 640px;
  background: #FFFFFF;
  border: 1px solid #E6EBE2;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -320px;
  margin-left: -300px;
  background: #fff;
  z-index: 1000000002;
  box-sizing: border-box;
  padding: 30px 30px 0 30px;
}
.popup_head {
  width: 100%;
  height: 37px;
}
.popup_head .head_p {
  float: left;
  font-size: 28px;
  color: #200F0E;
  line-height: 37px;
}
.popup_head .popup_head_delete {
  float: right;
  margin-top: 5px;
}
.popup_head .popup_head_delete img {
  width: auto;
  height: auto;
}
.popup_main {
  padding: 70px 0px 20px 0px;
}
.popup_main .input_moduler {
  width: 100%;
}
.popup_main .item {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
}
.popup_main .item .item_label {
  float: left;
  width: 106px;
  text-align: right;
  height: 50px;
  line-height: 50px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 20px;
  color: #352626;
}
.popup_main .item .item_label span {
  display: inline-block;
  color: #F83E3D;
  margin-right: 5px;
  font-size: 20px;
}
.popup_main .item .input_dl {
  float: left;
  width: 404px;
  height: 50px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 18px;
  border: 1px solid #E6EBE2;
}
.popup_main .item .input_dl input {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
  color: #959895;
}
.popup_main .item_textarea {
  width: 100%;
  height: 120px;
  margin-bottom: 30px;
}
.popup_main .item_textarea .item_label {
  float: left;
  width: 106px;
  text-align: right;
  height: 50px;
  line-height: 50px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 20px;
  color: #352626;
}
.popup_main .item_textarea .item_label span {
  display: inline-block;
  color: #F83E3D;
  margin-right: 5px;
  font-size: 20px;
}
.popup_main .item_textarea .input_dl {
  float: left;
  width: 404px;
  height: 120px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 15px 18px;
  border: 1px solid #E6EBE2;
}
.popup_main .item_textarea .input_dl textarea {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
  color: #959895;
}
.popup_footer {
  width: 100%;
  height: 50px;
}
.popup_footer .popup_btn {
  margin: 0 auto;
  display: block;
  width: 480px;
  height: 50px;
  background: #14aa82;
  border-radius: 4px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}

.popup_footer .popup_btn:hover {
  color: #fff !important;
}
.popup_footer .popup_footer_tips {
  width: 100%;
  text-align: center;
  margin-top: 16px;
  height: 21px;
  font-size: 16px;
  color: #959895;
  line-height: 21px;
}