.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;
}
.headline {
  margin-bottom: 43px;
}
.headline h1 {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 38px;
  color: #000000;
  text-align: center;
}
.headline p {
  margin-top: 24px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  line-height: 30px;
  text-align: center;
}
.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: #4572F6;
  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;
}
.banner_nav {
  max-width: 1920px;
  min-width: 1200px;
  height: 675px;
  margin: 0 auto;
  background: url(../images/banner.png) no-repeat center / 1920px 100%;
}
.banner_nav .nav {
  padding-top: 30px;
  display: flex;
  align-items: center;
}
.banner_nav .nav h1 {
  margin-right: 60px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
}
.banner_nav .nav ul {
  display: flex;
}
.banner_nav .nav ul li {
  position: relative;
  margin: 0 20px;
}
.banner_nav .nav ul li a {
  display: block;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF !important;
}
.banner_nav .nav ul .on::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.banner_nav .more {
  margin-top: 356px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 154px;
  height: 49px;
  background: #EBEDFB;
  border-radius: 25px 25px 25px 25px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 18px;
  color: #2652CA !important;
}
.banner_nav .more img {
  position: relative;
  left: 4px;
  margin-left: 4px;
  display: block;
  width: 20px;
  height: 17px;
  -webkit-animation: slide-arrow-data-v-685bef5c 0.7s ease-in-out infinite;
  animation: slide-arrow-data-v-685bef5c 0.7s ease-in-out infinite;
}
@-webkit-keyframes slide-arrow-data-v-685bef5c {
  0% {
    left: 4px;
  }
  50% {
    left: 9px;
  }
  to {
    left: 4px;
  }
}
@keyframes slide-arrow-data-v-685bef5c {
  0% {
    left: 4px;
  }
  50% {
    left: 9px;
  }
  to {
    left: 4px;
  }
}
.part1 {
  padding: 64px 0 30px;
}
.part1 .layout ul li {
  width: 384px;
  height: 226px;
  float: left;
  margin-right: 23px;
  background: url(../images/part1_background.png) no-repeat center;
  border-radius: 16px;
}
.part1 .layout ul li:nth-child(3n) {
  margin-right: 0;
}
.part1 .layout ul li:nth-child(1) a .right img {
  width: 111px;
}
.part1 .layout ul li:nth-child(2) a .right img {
  width: 123px;
}
.part1 .layout ul li:nth-child(3) a .right img {
  width: 156px;
}
.part1 .layout ul li:hover a .right img {
  transform: scale(1.2);
}
.part1 .layout ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.part1 .layout ul li a .left h2 {
  margin-bottom: 18px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 22px;
  color: #2652CA;
}
.part1 .layout ul li a .left p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 30px;
}
.part1 .layout ul li a .right img {
  display: block;
  transition: all .3s;
}
.part2 {
  padding: 30px 0;
}
.part2 .layout img {
  display: block;
  width: 100%;
}
.part2 .layout .more {
  margin: 33px auto 0;
  display: block;
  width: 208px;
  height: 49px;
  background: #0984E3;
  border-radius: 5px 5px 5px 5px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF !important;
  line-height: 49px;
  text-shadow: 2px 0px 2px #0F70FF;
  text-align: center;
}
.part3 {
  padding: 30px 0;
}
.part3 .layout img {
  display: block;
  width: 100%;
}
.part4 {
  padding: 30px 0 45px;
}
.part4 .layout ul li {
  float: left;
  margin-right: 24px;
  box-shadow: 0px 2px 40px 2px #DFE2ED;
  border-radius: 16px 16px 16px 16px;
  overflow: visible;
}
.part4 .layout ul li:nth-child(3n) {
  margin-right: 0;
}
.part4 .layout ul li:hover a .imgbox img {
  transform: scale(1.3);
}
.part4 .layout ul li:hover a .bottom p {
  color: #2652CA;
}
.part4 .layout ul li a .imgbox {
  width: 384px;
  height: 216px;
  overflow: hidden;
  border-radius: 16px 16px 0px 0px;
}
.part4 .layout ul li a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.part4 .layout ul li a .bottom {
  padding: 26px 0;
  width: 384px;
}
.part4 .layout ul li a .bottom p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  text-align: center;
}
.part4 .layout .more {
  margin: 33px auto 0;
  display: block;
  width: 208px;
  height: 49px;
  background: #0984E3;
  border-radius: 5px 5px 5px 5px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF !important;
  line-height: 49px;
  text-shadow: 2px 0px 2px #0F70FF;
  text-align: center;
}
.part5 {
  padding: 58px 0 78px;
  background: url(../images/part5_background.png) no-repeat top center / 100% 594px;
}
.part5 .layout .part5_1 {
  margin-bottom: 80px;
}
.part5 .layout .part5_1 .headline h1 {
  color: #fff;
}
.part5 .layout .part5_1 ul li {
  float: left;
  margin-right: 22px;
  margin-top: 20px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  transition: all .3s;
}
.part5 .layout .part5_1 ul li:nth-child(1),
.part5 .layout .part5_1 ul li:nth-child(2),
.part5 .layout .part5_1 ul li:nth-child(3),
.part5 .layout .part5_1 ul li:nth-child(4) {
  margin-top: 0;
  width: 283px;
  height: 106px;
}
.part5 .layout .part5_1 ul li:nth-child(5),
.part5 .layout .part5_1 ul li:nth-child(6),
.part5 .layout .part5_1 ul li:nth-child(7) {
  width: 382px;
  height: 106px;
}
.part5 .layout .part5_1 ul li:nth-child(4),
.part5 .layout .part5_1 ul li:nth-child(7) {
  margin-right: 0;
}
.part5 .layout .part5_1 ul li:hover {
  transform: translateY(-10px);
}
.part5 .layout .part5_1 ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.part5 .layout .part5_1 ul li a p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 22px;
  color: #2652CA;
  text-align: center;
}
.part5 .layout .part5_2 ul {
  margin-bottom: 47px;
  display: flex;
  justify-content: space-between;
}
.part5 .layout .part5_2 ul li {
  width: 279px;
  cursor: pointer;
}
.part5 .layout .part5_2 ul li .item {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.part5 .layout .part5_2 ul li .item .bg {
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.part5 .layout .part5_2 ul li .item .name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
}
.part5 .layout .part5_2 ul li .item p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}
.part5 .layout .part5_2 ul li .item:nth-child(1) {
  margin-bottom: 24px;
}
.part5 .layout .part5_2 ul li .item:hover .bg {
  transform: scale(1.2);
}
.part5 .layout .part5_2 ul li:nth-child(2n-1) .item:nth-child(1) {
  height: 140px;
}
.part5 .layout .part5_2 ul li:nth-child(2n-1) .item:nth-child(2) {
  height: 199px;
}
.part5 .layout .part5_2 ul li:nth-child(2n) .item:nth-child(1) {
  height: 199px;
}
.part5 .layout .part5_2 ul li:nth-child(2n) .item:nth-child(2) {
  height: 140px;
}
.part5 .layout .part5_2 .more {
  margin: 33px auto 0;
  display: block;
  width: 208px;
  height: 49px;
  background: #0984E3;
  border-radius: 5px 5px 5px 5px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF !important;
  line-height: 49px;
  text-shadow: 2px 0px 2px #0F70FF;
  text-align: center;
}
