.single {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mulit {
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 8px;
  height: 2px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  /*inset后 第一个0表示：阴影水平偏移值（可取正负值）；第二个0：阴影垂直偏移值（可取正负值）；1px：阴影模糊值（越小表示越清晰）；rgba(0,0,0,0.3)：阴影颜色；*/
  border-radius: 100px;
  opacity: 0;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #D8D8D8;
}
.line {
  width: 100%;
  height: 0.1rem;
  background-color: #f7f7f7;
  margin: 0.1rem 0;
}
.loadMore {
  display: block;
  margin: 0.1rem auto;
  width: 100%;
  padding: 0.15rem 0;
  text-align: center;
  font-size: 0.13rem;
  color: #7a7a7a;
  overflow: hidden;
  clear: both;
  cursor: pointer;
}
.none {
  display: none;
}
.page {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.page td {
  height: 36px;
  text-align: center;
  line-height: 36px;
  background-color: #fff;
  font-weight: bold;
  margin: 0 5px;
  border-radius: 4px;
  color: #777;
}
.page li {
  padding: 0 15px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  font-weight: bold;
  margin: 0 5px;
  border-radius: 4px;
  color: #777;
}
.page li:nth-last-child(2) {
  text-align: center;
  height: 36px;
  line-height: 36px;
  border: 1px solid #ddd;
}
.page li:last-child {
  width: auto;
  border: none;
}
.page li a {
  width: 100%;
  height: 100%;
  display: block;
}
.page .thisclass {
  color: #fff;
  background-color: #004EA2;
  border: 1px solid #fff;
}
.container-m {
  display: none;
}
.container {
  width: 100%;
  min-width: 1200px;
}
.container header {
  width: 100vw;
  min-width: 1200px;
  height: fit-content;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  transition: all 0.8s;
}
.container header .head_logo_container {
  background: #fff;
}
.container header .head_logo_container .head_logo {
  width: 100%;
  max-width: 1300px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.container header .header_top_container {
  border-top: 1px solid #079df1;
  background: #ffffff;
}
.container header .header_top_container .header_top {
  width: 100%;
  max-width: 1300px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
}
.container header .header_top h1 {
  width: 30.27%;
}
.container header .header_top .nav {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  transition: all 0.8s;
}
.container header .header_top .nav #ToolNav {
  /*overflow: hidden;*/
  height: 100%;
  position: relative;
  /* z-index: 50; */
  width: 100%;
}
.container header .header_top .nav #ToolNav .navbarbg {
  position: absolute;
  top: 175px;
  right: 0;
  height: 272px;
  width: 100%;
  opacity: 0.8;
  transition: all 0.8s;
}
.container header .header_top .nav #ToolNav nav {
  height: 100%;
}
.container header .header_top .nav #ToolNav nav .ToolNav {
  overflow: hidden;
}
.container header .header_top .nav #ToolNav nav > ul {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container header .header_top .nav #ToolNav nav > ul > li {
  width: calc(100% / 6);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  margin-left: 1px;
  transition: all 0.8s;
}
.container header .header_top .nav #ToolNav nav > ul > li {
  color: #333;
}
.container header .header_top .nav #ToolNav nav > ul > li:hover {
  color: #fff;
  background: #079df1;
  border-bottom: 3px solid #079df1;
}
.container header .header_top .nav #ToolNav nav > ul > li.active {
  color: #fff;
  background: #079df1;
  border-bottom: 3px solid #079df1;
}
.container header .header_top .nav #ToolNav nav > ul > li::after {
  content: '';
  display: block;
  width: 2px;
  height: 18px;
  background: #079df1;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.container header .header_top .nav #ToolNav nav > ul > li:last-child::after {
  display: none;
}
.container header .header_top .nav #ToolNav nav > ul > li ol {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 25px;
  /*height: 272px;*/
  transition: all 0.8s;
  background: -webkit-linear-gradient(top, rgba(7, 157, 241, 0.85) 0%, rgba(7, 157, 241, 0.6) 75%, rgba(255, 255, 255, 0.3) 98%);
  /* Safari、Chrome */
  background: -o-linear-gradient(bottom, rgba(7, 157, 241, 0.85) 0%, rgba(7, 157, 241, 0.6) 75%, rgba(255, 255, 255, 0.3) 98%);
  /* Opera */
  background: -moz-linear-gradient(bottom, rgba(7, 157, 241, 0.85) 0%, rgba(7, 157, 241, 0.6) 75%, rgba(255, 255, 255, 0.3) 98%);
  /* Firefox */
  background: linear-gradient(to bottom, rgba(7, 157, 241, 0.85) 0%, rgba(7, 157, 241, 0.6) 75%, rgba(255, 255, 255, 0.3) 98%);
  /* 标准的语法（必须放在最后） */
  background-size: 100% auto;
}
.container header .header_top .nav #ToolNav nav > ul > li ol li {
  width: 100%;
  padding: 5px 0;
  line-height: 22px;
  opacity: 0.8;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: normal;
  color: #FFFFFF;
  position: relative;
}
.container header .header_top .nav #ToolNav nav > ul > li ol li:hover {
  background: #fff;
  transition: all 0.8s;
}
.container header .header_top .nav #ToolNav nav > ul > li ol li:hover a {
    color: #079df1;
}
.container header .header_top .nav #ToolNav nav > ul > li ol li::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 104px;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.3;
}
.container header .header_top .nav #ToolNav nav > ul > li ol li:first-child {
  margin-top: 11px;
}
.container header .header_top .nav #ToolNav nav > ul > li ol li:last-child::after {
  display: none;
}
.container header .header_top .nav .ToolNav-hover {
  overflow: visible !important;
  transition: all 0.8s;
}
.container header .header_top .nav .ToolNav-hover ul > li {
  border-bottom: 3px solid #fff;
}
.container .fixed {
  height: 71px;
  width: 100vw;
  min-width: 1200px;
  -moz-box-shadow: 0px 2px 8px #8A8A8A;
  -webkit-box-shadow: 0px 2px 8px #8A8A8A;
  box-shadow: 0px 2px 8px #8A8A8A;
}
.container .fixed .navbarbg {
  position: absolute;
  top: 71px !important;
}
.container .fixed nav ol {
  top: 71px !important;
}
.container #ToolNav {
  /*overflow: hidden;*/
  height: 51px;
  position: relative;
  /* z-index: 50; */
  width: 100%;
}
.container .banner {
  width: 100%;
  max-width: 1920px;
  margin: 175px auto 0;
}
.container .banner .swiper-container .swiper-pagination-progress {
  bottom: 4px !important;
  width: 90vw;
  max-width: 1380px;
  left: 50%;
  transform: translateX(-50%);
}
.container .banner .swiper-container .swiper-pagination-progress span {
  background: #079df1 !important;
}
.container .banner .swiper-container .swiper-slide img {
  width: 100%;
}
.container .main {
  width: 100%;
  padding-bottom: 24px;
  background: url("../images/bg.jpg") no-repeat center;
  background-size: 100% 100%;
  margin: 0 auto;
}
.container .main .content {
  margin: 0 auto;
  /*width: 90%;*/
  max-width: 1380px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
  padding: 24px 0 0;
}
.container .main .content-company {
  /* background: url("../images/video_poster.jpg") no-repeat; */
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 24px;
}
.container .main .content-company-main1 {
  width: 50%;
  /* background: rgba(0, 37, 131, 0.7); */
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.container .main .content-company-main1 img {
  width: 100%;
}
.container .main .content-company-main1 .desc {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000;
  text-indent: 2em;
  line-height: 2;
  margin: 8px 0;
}
/* .container .main .content-company-main1 a {
  padding: 8px 24px;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: Source Han Sans CN;
  color: #FFFFFF;
  align-self: flex-end;
} */
.container .main .content-company-main2 {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.container .main .content-company-main2 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .main .content-company-main2 .icon_play {
  display: block;
  width: 144px;
  height: 144px;
  background: url("../images/icon_play.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.container .main .content-business {
  padding-top: 24px;
  padding-bottom: 24px;
  margin: 24px;
  background: url("../images/business_bg.png") no-repeat;
  /*background-size: 100% auto;*/
  background-size: cover;
  background-color: #F7F8FB;
}
.container .main .content-business .nav-title {
  margin-left: 24px;
}
.container .main .content-business-list {
  display: flex;
  align-items: center;
  margin: 24px 24px 0;
  justify-content: space-between;
  z-index: 9;
}
.container .main .content-business-list a {
  box-sizing: border;
  padding: 24px 16px;
  height: 160px;
  /*background: #FFFFFF;*/
  box-shadow: -1px 7px 13px 0px rgba(24, 24, 24, 0.11);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.container .main .content-business-list a img {
  width: 140px;
  max-height: 165px;
}
.container .main .content-business-list a .red {
  display: none;
}
.container .main .content-business-list a .blue {
  display: block;
}
.container .main .content-business-list a:hover {
  transition: all 0.8s;
}
.container .main .content-business-list a:hover .red {
  display: block;
}
.container .main .content-business-list a:hover .blue {
  display: none;
}
.container .main .content-business-list a:hover img {
  transition: all 0.8s;
  display: none;
}
.container .main .content-business-list a:hover .img_choose {
  transition: all 0.8s;
  display: block;
}
.container .main .content-business-list a:hover h3 {
  transition: all 0.8s;
  color: #CF000D;
}
.container .main .content-business-list a:hover p {
  transition: all 0.8s;
  color: #CF000D;
}
.container .main .content-business-list a:hover .btn {
  transition: all 0.8s;
  background-color: #CF000D;
}
.container .main .content-business-list a .img_choose {
  display: none;
}
.container .main .content-business-list a h3 {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #079df1;
  margin-bottom: 5px;
}
.container .main .content-business-list a P {
  font-size: 9px;
  font-weight: 400;
  color: #079df1;
  opacity: 0.6;
  text-align: center;
  width: 100%;
}
.container .main .content-business-list a span {
  font-size: 16px;
  font-weight: 400;
  color: #f5f4f0;
  text-align: center;
  width: 100%;
}
.container .main .content-business-list a .btn {
  padding: 8px 24px;
  background: #079df1;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  margin-top: 24px;
}
.container .main .content-talent {
  width: 100%;
  /*background: url("../images/info_bg.png") no-repeat;*/
  background: #f9f9f9;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  padding: 24px;
  margin-top: 24px;
}
.container .main .content-talent-main {
  width: 48%;
  /*width: 100%;*/
}
.container .main .content-talent-main .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .main .content-talent-main .head a {
  padding: 8px 24px;
  border: 1px solid #079df1;
  text-align: center;
  font-size: 14px;
  font-family: Source Han Sans CN;
  color: #079df1;
}
.container .main .content-talent-main .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 378px;
  width: 100%;
  /* background: url("../images/infobox_bg.png") no-repeat; */
  background-size: 100% 100%;
}
.container .main .content-talent-main .box .info-tab {
  padding: 0 8px;
  width: 178px;
  height: 378px;
/*  background: url("../images/infotab_bg.png") no-repeat; */
  background-size: 100% 100%;
}
.container .main .content-talent-main .box .info-tab li {
  cursor: pointer;
  margin-top: 16px;
  width: 149px;
  height: 38px;
  background: rgba(7, 157, 241, 0.6);
  border: 1px solid #FFFFFF;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: normal;
  color: #FFFFFF;
}
.container .main .content-talent-main .box .info-tab li:first-child {
  margin-top: 32px;
}
.container .main .content-talent-main .box .info-tab .active {
  transition: all 0.8s;
  background: #CF000D;
  border: 1px solid #FFFFFF;
}
.container .main .content-talent-main .box .info-list {
  padding: 24px 16px 0;
  /*width: calc(100% - 178px);*/
  width: 100%;
}
.container .main .content-talent-main .box .info-list li {
  border-bottom: 1px dotted rgba(7, 157, 241, 0.5);
  padding: 8px 0;
}
.container .main .content-talent-main .box .info-list li:last-child {
  border-bottom: none;
}
.container .main .content-talent-main .box .info-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .main .content-talent-main .box .info-list li a:hover p {
  color: #079df1;
}
.container .main .content-talent-main .box .info-list li a p {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #222222;
  flex: 1;
}
.container .main .content-talent-main .box .info-list li a span {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  text-align: right;
  width: 90px;
  display: inline-block;
}
.container .main .content-talent-main .box .info2,
.container .main .content-talent-main .box .info3 {
  display: none;
}
.container .main .content-talent-main .talent-list {
  width: 100%;
  height: 378px;
  /*background-color: rgba(255, 255, 255, 0.6);*/
  /*box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);*/
  padding: 24px 16px 0;
  display: flex;
  flex-direction: column;
}
.container .main .content-talent-main .talent-list li {
  border-bottom: 1px dotted rgba(7, 157, 241, 0.5);
  padding: 8px 0;
}
.container .main .content-talent-main .talent-list li:last-child {
  border-bottom: none;
}
.container .main .content-talent-main .talent-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .main .content-talent-main .talent-list li a:hover p {
  color: #079df1;
}
.container .main .content-talent-main .talent-list li a p {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #222222;
  flex: 1;
}
.container .main .content-talent-main .talent-list li a span {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  text-align: right;
  display: inline-block;
  width: 90px;
}
.container .main .content-talent-main .talent-list .btn {
  padding: 8px 24px;
  background: #079df1;
  border: 1px solid #FFFFFF;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  margin: 24px auto 0;
}
.container .main .content-work {
  width: 100%;
  margin: 0 auto;
  padding: 24px;
  /*background: url("../images/icon_hb2_re.png") no-repeat;*/
  background-size: 80% auto;
  background-position: top left;
}
.container .main .content-work-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 0;
  border-bottom: 2px solid #079df1;
}
.container .main .content-work-head a {
  border: 1px solid #079df1;
  text-align: center;
  font-size: 14px;
  font-family: Source Han Sans CN;
  color: #079df1;
  padding: 8px 24px;
}
.container .main .content-work-list {
  padding: 8px 0;
}
.container .main .content-work-list li {
  border-bottom: 1px dotted rgba(7, 157, 241, 0.5);
  padding: 8px 0;
}
.container .main .content-work-list li:last-child {
  border-bottom: none;
}
.container .main .content-work-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .main .content-work-list li a:hover p {
  color: #079df1;
}
.container .main .content-work-list li a p {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #222222;
  flex: 1;
}
.container .main .content-work-list li a span {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  text-align: right;
  display: inline-block;
  width: 90px;
}
.container .main .content-project {
  width: 100%;
  margin: 0 auto;
  background-color: #F9F9F9;
  overflow: hidden;
  padding: 24px;
}
.container .main .content-project-head {
  width: 100%;
  padding: 24px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .main .content-project-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container .main .content-project-box .item {
  width: 49%;
  height: 280px;
  position: relative;
  display: block;
  margin-bottom: 24px;
  -webkit-transition: 2s;
  transition: 2s;
  overflow: hidden;
}
.container .main .content-project-box .item:hover .image {
  transform: scale(1.1);
}
.container .main .content-project-box .item .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 2s;
  transition: all 2s;
}
.container .main .content-project-box .item p {
  position: absolute;
  left: 0;
  bottom: 24px;
  height: 56px;
  /* background-image: url("../images/icon_arrow.png"); */
  background-size: 22px auto;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  padding-right: 30px;
  background-color: rgba(7, 157, 241, 0.8);
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 56px;
  text-indent: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 50px;
}
.container .main .content-project-box .item p img {
  margin-right: 16px;
}
.container .main .content-project-box .item1 {
  background: url("../images/img02.png") no-repeat;
  background-size: 100% 100%;
}
.container .main .content-project-box .item2 {
  background: url("../images/img03.png") no-repeat;
  background-size: 100% 100%;
}
.container .main .content-project-box .item3 {
  background: url("../images/img04.png") no-repeat;
  background-size: 100% 100%;
}
.container .main .content-project-box .item4 {
  background: url("../images/img05.png") no-repeat;
  background-size: 100% 100%;
}
.container .main .content-partners {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.container .main .content-partners-head {
  width: 100%;
  padding: 24px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .main .content-partners-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.container .main .content-partners-box img {
  cursor: pointer;
}
.container .main .content-partners-box .picList {
  width: 945px;
  margin: 0 auto;
}
.container .main .content-partners-box .picList li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.container .main .content-partners-box .picList li img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 252px;
  height: 122px;
  overflow: hidden;
  margin-bottom: 24px;
}
.container .main .content-partners .more {
  border: 1px solid #079df1;
  text-align: center;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #079df1;
  margin: 24px auto;
  padding: 8px 24px;
}
.container .main .swiper-container2 .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.container .main .swiper-container2 .swiper-pagination-bullet-active {
  background: #079df1;
}
.container .main .nav-title {
  position: relative;
  padding-left: 50px;
  flex-direction: column;
  /* margin-bottom: 24px; */
}
.container .main .nav-title::before {
  content: '';
  display: block;
  width: 42px;
  height: 70px;
  background: url("../images/title_head.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.container .main .nav-title h3 {
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: bold;
 /* color: #FFFFFF; */
  white-space: nowrap;
}
.container .main .nav-title p {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  /* color: #FFFFFF; */
  white-space: nowrap;
}
.container .main .inside {
  margin: 0 auto;
  width: 1200px;
  max-width: 1380px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 43px 0px rgba(136, 168, 193, 0.78);
}
.container .main .inside .router {
  width: 100%;
  height: 82px;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 0px rgba(128, 128, 128, 0.28);
  padding: 0 48px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  line-height: 82px;
}
.container .main .inside .router a {
  /* color: #3660D9; */
}
.container .main .inside .router a:first-child {
  width: 18px;
  height: 18px;
  background: url("../images/icon_index.png") no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  margin-right: 16px;
}
.container .main .inside .router a:last-child {
  margin-left: 8px;
}
.container .main .inside-box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
}
.container .main .inside-box-aside {
  width: 300px;
}
.container .main .inside-box-aside .menu {
  /*height: 450px;*/
  width: 100%;
  /*background: url("../images/nav_yw_bg.png") no-repeat;*/
  /*background-size: 100% 100%;*/
}
.container .main .inside-box-aside .menu ul li {
  width: 100%;
  height: 58px;
  background: #ffffff;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .main .inside-box-aside .menu ul li:hover {
  background-color: #079df1;
  border-color: #079df1;
}
.container .main .inside-box-aside .menu ul li:hover a {
  color: #fff;
}
.container .main .inside-box-aside .menu ul li:hover a::before {
  background-color: #fff;
}
.container .main .inside-box-aside .menu ul li a {
  padding-left: 16px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #222222;
  line-height: 22px;
  position: relative;
  width: 150px;
  white-space: nowrap;
}
.container .main .inside-box-aside .menu ul li a::before {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  background: #004da0;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.container .main .inside-box-aside .menu ul .active {
  background-color: #079df1;
  border-color: #079df1;
}
.container .main .inside-box-aside .menu ul .active a {
  color: #fff;
}
.container .main .inside-box-aside .menu ul .active a::before {
  background-color: #fff;
}
.container .main .inside-box-aside .menu-bg {
  width: 100%;
  height: 99px;
  /*background: url("../images/title_bg.png") no-repeat;*/
  /*background-size: 100% 100%;*/
  background: #079df1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .main .inside-box-aside .info ul {
  padding: 24px;
}
.container .main .inside-box-aside .info ul li {
  height: 80px;
  display: flex;
  align-items: center;
}
.container .main .inside-box-aside .info ul li:last-child {
  border-bottom: 0;
}
.container .main .inside-box-aside .info ul li a {
  padding-left: 15px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #3A3A3A;
  position: relative;
}
.container .main .inside-box-aside .info ul li a:hover {
  color: #3660D9;
}
.container .main .inside-box-aside .info ul li a::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #004da0;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
.container .main .inside-box-main {
  width: calc(100% - 300px);
  padding: 0 32px;
}
.container .main .inside-box-main .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px auto;
  position: relative;
}
.container .main .inside-box-main .title img {
  margin-right: 5px;
}
.container .main .inside-box-main .title .title_line {
  height: 1px;
  background: #E3E3E3;
  flex: 1;
}
.container .main .inside-box-main .title img {
  z-index: 9;
  background-color: #fff;
}
.container .main .inside-box-main .title p {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #3660D9;
  text-align: center;
}
.container .main .inside-box-main .title p span {
  font-size: 10px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(7, 157, 241, 0.6);
  white-space: nowrap;
}
.container .main .inside-box-main .res {
  background: url("../images/bg_zyys.jpg") no-repeat;
  background-size: 100% auto;
  padding: 0 !important;
}
.container .main .inside-box-main .res .depart-left {
  margin-right: 0 !important;
}
.container .main .inside-box-main .res .depart-left .nav-title::before {
  background: url("../images/title_head2.png") no-repeat;
}
.container .main .inside-box-main .res .depart-left .advance {
  background: #FFFFFF;
  box-shadow: 0px 2px 16px 0px rgba(65, 63, 63, 0.09);
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  margin-left: 16px;
}
.container .main .inside-box-main .res .depart-left .advance-left {
  margin-right: 16px;
  flex: 1;
}
.container .main .inside-box-main .res .depart-left .advance-left .desc {
  padding: 8px 15px;
  text-indent: 0;
}
.container .main .inside-box-main .res .depart-left .advance-right {
  width: 30%;
  height: 100%;
}
.container .main .inside-box-main .res .depart-left .advance-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .main .inside-box-main .depart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 16px;
}
.container .main .inside-box-main .depart-left {
  margin-right: 16px;
  width: 100%;
}
.container .main .inside-box-main .depart-left .nav-title {
  margin-bottom: 10px;
}
.container .main .inside-box-main .depart-left .nav-content .num {
  padding: 10px 0;
  border-bottom: 1px solid #CF000D;
  color: #CF000D;
  font-size: 18px;
  font-family: Source Han Sans CN;
}
.container .main .inside-box-main .depart-left .nav-content .num span {
  background-color: #8D8D8D;
  color: #fff;
  font-size: 18px;
  margin-right: 8px;
  padding: 0 8px;
  font-family: Source Han Sans CN;
}
.container .main .inside-box-main .depart-left .nav-content .intro video {
  width: 100%;
  height: 519px;
  background-color: #000;
}
.container .main .inside-box-main .depart-left .nav-content .intro-box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.16);
}
.container .main .inside-box-main .depart-left .nav-content .intro-box::before,
.container .main .inside-box-main .depart-left .nav-content .intro-box::after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  bottom: 15px;
  box-shadow: 0 15px 5px rgba(0, 0, 0, 0.3);
  height: 20px;
  left: 1px;
  width: 40%;
}
.container .main .inside-box-main .depart-left .nav-content .intro-box::after {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  left: auto;
  right: 1px;
}
.container .main .inside-box-main .depart-left .nav-content .intro-cont1 {
  margin-top: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 16px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.container .main .inside-box-main .depart-left .nav-content .intro-cont1 img {
  display: block;
  width: 20%;
  flex-shrink: 0;
}
.container .main .inside-box-main .depart-left .nav-content .intro-cont1 > section {
  margin-left: 16px;
}
.container .main .inside-box-main .depart-left .nav-content .intro-cont1 > section h3 {
  font-size: 23px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000F39;
  margin: 8px 0;
  position: relative;
}
.container .main .inside-box-main .depart-left .nav-content .intro-cont1 > section h3::after {
  content: '';
  display: block;
  width: 240px;
  height: 1px;
  background: #079df1;
  margin-top: 8px;
  margin-left: 16px;
}
.container .main .inside-box-main .depart-left .nav-content .intro-cont2 {
  margin-top: 24px;
  width: 100%;
  padding: 16px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.container .main .inside-box-main .depart-left .nav-content .intro-cont2 > h4 {
  font-size: 23px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000F39;
  padding: 8px 0 16px;
  text-align: center;
}
.container .main .inside-box-main .depart-left .nav-content .intro-cont2 > section {
  display: flex;
  align-items: center;
}
.container .main .inside-box-main .depart-left .nav-content .intro-cont2 > section img {
  width: 20%;
  flex-shrink: 0;
  display: block;
  margin-left: 16px;
}
.container .main .inside-box-main .depart-left .nav-content .contactus-item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.container .main .inside-box-main .depart-left .nav-content .contactus-item img {
  width: 35%;
  display: block;
  z-index: 9;
}
.container .main .inside-box-main .depart-left .nav-content .contactus-item .cont {
  padding: 16px;
  background: #F9F9FF;
  min-height: 100%;
  width: 100%;
}
.container .main .inside-box-main .depart-left .nav-content .contactus-item .cont .contact_nav {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  font-family: Source Han Sans CN;
  margin: 16px 0;
}
.container .main .inside-box-main .depart-left .nav-content .contactus-item .cont_left {
  padding-left: 56px;
  margin-left: -40px;
}
.container .main .inside-box-main .depart-left .nav-content .contactus-item .cont_right {
  padding-right: 56px;
  margin-right: -40px;
}
.container .main .inside-box-main .depart-left .nav-content .partners {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.container .main .inside-box-main .depart-left .nav-content .partners-head {
  width: 100%;
  padding: 24px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .main .inside-box-main .depart-left .nav-content .partners-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.container .main .inside-box-main .depart-left .nav-content .partners-box .next,
.container .main .inside-box-main .depart-left .nav-content .partners-box .prev {
  width: calc(45 / 1920 * 100vw);
}
.container .main .inside-box-main .depart-left .nav-content .partners-box img {
  cursor: pointer;
}
.container .main .inside-box-main .depart-left .nav-content .partners-box .hd {
  width: 100%;
}
.container .main .inside-box-main .depart-left .nav-content .partners-box .picList {
  width: 100%;
  margin: 0 auto;
}
.container .main .inside-box-main .depart-left .nav-content .partners-box .picList li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.container .main .inside-box-main .depart-left .nav-content .partners-box .picList li img {
  width: 30%;
  display: block;
  flex-shrink: 0;
  height: 122px;
}
.container .main .inside-box-main .depart-left .nav-content .choose {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.container .main .inside-box-main .depart-left .nav-content .choose-item {
  width: 32%;
  box-shadow: 0px 1px 8px 0px rgba(36, 36, 36, 0.34);
  padding-bottom: 16px;
  cursor: pointer;
  position: relative;
  margin-bottom: 16px;
}
.container .main .inside-box-main .depart-left .nav-content .choose-item:hover .show {
  position: relative;
}
.container .main .inside-box-main .depart-left .nav-content .choose-item:hover .show::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 157, 241, 0.6);
  position: absolute;
  left: 0;
  top: 0;
}
.container .main .inside-box-main .depart-left .nav-content .choose-item:hover::after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: #002583;
  position: absolute;
  left: 0;
  bottom: 0;
}
.container .main .inside-box-main .depart-left .nav-content .choose-item .show {
  transition: all 0.8s;
}
.container .main .inside-box-main .depart-left .nav-content .choose-item .show img {
  width: 100%;
  vertical-align: bottom;
}
.container .main .inside-box-main .depart-left .nav-content .choose-item h3 {
  padding: 8px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #222222;
}
.container .main .inside-box-main .depart-left .nav-content .choose-item p {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  padding: 0 8px 8px;
}
.container .main .inside-box-main .depart-left .nav-content .object {
  display: flex;
  align-items: center;
}
.container .main .inside-box-main .depart-left .nav-content .object img {
  width: 35%;
  display: block;
}
.container .main .inside-box-main .depart-left .nav-content .object .cout {
  padding: 24px;
  box-shadow: 0px -2px 10px rgba(0, 89, 166, 0.3);
}
.container .main .inside-box-main .depart-left .nav-content .curr {
  display: flex;
  justify-content: space-between;
  padding: 24px 0 24px 24px;
  background: url("../images/img18.png") no-repeat;
  background-size: 232px 100%;
  background-position: left top;
  width: 100%;
}
.container .main .inside-box-main .depart-left .nav-content .curr img {
  width: calc(320 / 1920 * 100vw);
  height: calc(300 / 1920 * 100vw);
  object-fit: cover;
}
.container .main .inside-box-main .depart-left .nav-content .curr .cout {
  background-color: #F1F1F1;
  display: flex;
  align-items: center;
}
.container .main .inside-box-main .depart-left .nav-content .curr .cout .desc {
  padding: 24px;
  color: #666666 !important;
}
.container .main .inside-box-main .depart-left .nav-content .ind {
  margin: 16px 0 0 !important;
}
.container .main .inside-box-main .depart-left .nav-content .ind .model-item {
  width: 32%;
  height: auto;
}
.container .main .inside-box-main .depart-left .nav-content .ind .model-item img {
  width: 30%;
  display: block;
}
.container .main .inside-box-main .depart-left .nav-content .model {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 16px 16px 0;
  width: 100%;
}
.container .main .inside-box-main .depart-left .nav-content .model-item {
  width: 48%;
  background: #F9F9F9;
  box-shadow: 0px 1px 8px 0px rgba(36, 36, 36, 0.34);
  border-radius: 10px;
  padding: 16px;
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}
.container .main .inside-box-main .depart-left .nav-content .model-item img {
  vertical-align: middle;
  display: block;
}
.container .main .inside-box-main .depart-left .nav-content .model-item .info {
  margin-left: 16px;
  height: 100%;
}
.container .main .inside-box-main .depart-left .nav-content .model-item .info h3 {
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #222222;
}
.container .main .inside-box-main .depart-left .nav-content .model-item .info p {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #222222;
  line-height: 21px;
}
.container .main .inside-box-main .depart-left .nav-content .paiqian {
  margin: 16px 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.container .main .inside-box-main .depart-left .nav-content .paiqian-item {
  width: 24%;
  max-width: 231px;
  height: 184px;
  text-align: center;
  padding: 16px;
}
.container .main .inside-box-main .depart-left .nav-content .paiqian-item h3 {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 22px;
}
.container .main .inside-box-main .depart-left .nav-content .paiqian-item p {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  margin-top: 16px;
}
.container .main .inside-box-main .depart-left .nav-content .paiqian-item:first-child {
  background: url("../images/img13.png") no-repeat;
  background-size: 100% 100%;
}
.container .main .inside-box-main .depart-left .nav-content .paiqian-item:nth-child(2) {
  background: url("../images/img14.png") no-repeat;
  background-size: 100% 100%;
}
.container .main .inside-box-main .depart-left .nav-content .paiqian-item:nth-child(3) {
  background: url("../images/img15.png") no-repeat;
  background-size: 100% 100%;
}
.container .main .inside-box-main .depart-left .nav-content .paiqian-item:nth-child(4) {
  background: url("../images/img16.png") no-repeat;
  background-size: 100% 100%;
}
.container .main .inside-box-main .depart-left .nav-content .row {
  background-color: #fff;
  box-shadow: 0px 1px 8px 0px rgba(36, 36, 36, 0.34);
  display: flex;
  justify-content: space-around;
  margin-top: 24px;
}
.container .main .inside-box-main .depart-left .nav-content .row-item {
  width: 30%;
  margin: 16px 0 24px;
}
.container .main .inside-box-main .depart-left .nav-content .row-item:first-child {
  background: #FDEFD7;
}
.container .main .inside-box-main .depart-left .nav-content .row-item:nth-child(2) {
  background: #E7E3FF;
}
.container .main .inside-box-main .depart-left .nav-content .row-item:nth-child(2) .btn {
  background: #5E46E3 !important;
}
.container .main .inside-box-main .depart-left .nav-content .row-item:nth-child(3) {
  background: #D8ECFF;
}
.container .main .inside-box-main .depart-left .nav-content .row-item:nth-child(3) .btn {
  background: #0082FD;
}
.container .main .inside-box-main .depart-left .nav-content .row-item .tit {
  height: 147px;
  line-height: 147px;
  text-align: center;
}
.container .main .inside-box-main .depart-left .nav-content .row-item .tit img {
  vertical-align: middle;
  line-height: 147px;
}
.container .main .inside-box-main .depart-left .nav-content .row-item .count {
  width: 100%;
  height: calc(100% - 210px);
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container .main .inside-box-main .depart-left .nav-content .row-item .count p {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.container .main .inside-box-main .depart-left .nav-content .row-item .btn {
  margin: 8px auto;
  width: 150px;
  height: 38px;
  background: #FDA100;
  border-radius: 10px;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
}
.container .main .inside-box-main .depart-left .nav-content .services {
  display: flex;
  justify-content: space-between;
  margin: 44px 0 16px;
}
.container .main .inside-box-main .depart-left .nav-content .services-item {
  width: 32%;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  padding: 0 0 16px;
  box-shadow: 0px 1px 8px 0px rgba(36, 36, 36, 0.34);
}
.container .main .inside-box-main .depart-left .nav-content .services-item .pic {
  padding-bottom: 24px;
}
.container .main .inside-box-main .depart-left .nav-content .services-item h3 {
  width: 112px;
  height: 196px;
  background: rgba(0, 102, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 37px;
  text-align: center;
  position: absolute;
  left: 0;
  top: -20px;
}
.container .main .inside-box-main .depart-left .nav-content .services-item p {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  margin-top: 8px;
  padding: 0 8px;
}
.container .main .inside-box-main .depart-left .nav-content .services2 {
  display: flex;
  justify-content: space-between;
  margin: 8px 0;
}
.container .main .inside-box-main .depart-left .nav-content .services2-item {
  width: 32%;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  padding: 16px 0;
}
.container .main .inside-box-main .depart-left .nav-content .services2-item .active_icon {
  display: none;
}
.container .main .inside-box-main .depart-left .nav-content .services2-item h3 {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  margin-top: 8px;
}
.container .main .inside-box-main .depart-left .nav-content .services2-item p {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  margin-top: 8px;
  padding: 0 8px;
}
.container .main .inside-box-main .depart-left .nav-content .services2-item .arrow {
  width: 100px;
  height: 36px;
  background-color: #FFFFFF;
  background-image: url("../images/arrow_jump.png");
  background-size: 26px auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.container .main .inside-box-main .depart-left .nav-content .services2-item:hover {
  background-color: #68A5D3;
  box-shadow: 0px 2px 10px 0px rgba(170, 170, 170, 0.65);
}
.container .main .inside-box-main .depart-left .nav-content .services2-item:hover .default_icon {
  display: none;
}
.container .main .inside-box-main .depart-left .nav-content .services2-item:hover .active_icon {
  display: block;
}
.container .main .inside-box-main .depart-left .nav-content .services2-item:hover h3,
.container .main .inside-box-main .depart-left .nav-content .services2-item:hover p {
  color: #fff;
}
.container .main .inside-box-main .depart-left .nav-content .services2-item:hover .arrow {
  background-image: url("../images/arrow_jump_active.png");
}
.container .main .inside-box-main .depart-left .nav-content .live_table {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.container .main .inside-box-main .depart-left .nav-content .live_table-item {
  width: calc(100% / 3);
  padding: 16px 0;
  padding-left: 3em;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}
.container .main .inside-box-main .depart-left .nav-content .live_table-item:first-child,
.container .main .inside-box-main .depart-left .nav-content .live_table-item:nth-child(2),
.container .main .inside-box-main .depart-left .nav-content .live_table-item:nth-child(3) {
  border-bottom: 1px solid #D2D2D2;
}
.container .main .inside-box-main .depart-left .nav-content .live_table-item p {
  display: inline-block;
  width: 30px;
  height: 18px;
  background: #68A5D3;
  border-radius: 0px 10px 0px 10px;
  font-size: 14px;
  color: #fff;
  margin-right: 8px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}
.container .main .inside-box-main .depart-left .nav-content .acts {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.container .main .inside-box-main .depart-left .nav-content .acts-item {
  width: 32%;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .main .inside-box-main .depart-left .nav-content .acts-item > p {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #8B8B8B;
  line-height: 16px;
  margin: 16px;
  position: relative;
}
.container .main .inside-box-main .depart-left .nav-content .acts-item > p::before {
  content: '';
  display: block;
  width: 2px;
  height: 2px;
  background: #DE453D;
  border-radius: 50%;
  position: absolute;
  left: -5px;
  top: 7px;
}
.container .main .inside-box-main .depart .desc {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #222222;
  line-height: 1.8;
  text-indent: 2em;
}
.container .main .inside-box-main .plans {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px;
  width: 100%;
}
.container .main .inside-box-main .plans-item {
  width: 23%;
  margin-bottom: 24px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(37, 77, 203, 0.35);
  border-radius: 20px;
}
.container .main .inside-box-main .plans-item img {
  width: 100%;
  vertical-align: bottom;
  display: block;
  z-index: -1;
}
.container .main .inside-box-main .plans-item h3 {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  line-height: 19px;
  padding: 0 16px;
}
.container .main .inside-box-main .plans-item p {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 19px;
}
.container .main .inside-box-main .plans-item .pic {
  position: relative;
}
.container .main .inside-box-main .plans-item .pic::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.container .main .inside-box-main .plans-item .pic1::before {
  width: 60%;
  height: 70%;
  background: url("../images/cpypg.png") no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
.container .main .inside-box-main .plans-item .pic2::before {
  width: 60%;
  height: 70%;
  background: url("../images/rcpd.png") no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
.container .main .inside-box-main .plans-item .pic3::before {
  width: 60%;
  height: 70%;
  background: url("../images/rcxp.png") no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
.container .main .inside-box-main .plans-item .pic4::before {
  width: 75%;
  height: 70%;
  background: url("../images/jrpd.png") no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
.container .main .inside-box-main .plans-item .pic5::before {
  width: 70%;
  height: 70%;
  background: url("../images/jxgl.png") no-repeat;
  background-size: 100% auto;
  background-position: center center;
  bottom: 10%;
}
.container .main .inside-box-main .plans-item .pic6::before {
  width: 60%;
  height: 80%;
  background: url("../images/xcjl.png") no-repeat;
  background-size: 100% auto;
  background-position: center center;
  bottom: 10%;
}
.container .main .inside-box-main .plans-item .pic7::before {
  width: 55%;
  height: 70%;
  background: url("../images/tdxn.png") no-repeat;
  background-size: 100% auto;
  background-position: center center;
  bottom: 10%;
}
.container .main .inside-box-main .plans-item .pic8::before {
  width: 60%;
  height: 70%;
  background: url("../images/bxpyyfz.png") no-repeat;
  background-size: 100% auto;
  background-position: center center;
  bottom: 10%;
}
.container .main .inside-box-main .plans-item:nth-child(1) h3,
.container .main .inside-box-main .plans-item:nth-child(2) h3,
.container .main .inside-box-main .plans-item:nth-child(3) h3,
.container .main .inside-box-main .plans-item:nth-child(4) h3 {
  margin-top: -32px;
}
.container .main .inside-box-main .plans-item:nth-child(1) p,
.container .main .inside-box-main .plans-item:nth-child(2) p,
.container .main .inside-box-main .plans-item:nth-child(3) p,
.container .main .inside-box-main .plans-item:nth-child(4) p {
  padding: 16px;
}
.container .main .inside-box-main .plans-item:nth-child(5),
.container .main .inside-box-main .plans-item:nth-child(6),
.container .main .inside-box-main .plans-item:nth-child(7),
.container .main .inside-box-main .plans-item:nth-child(8) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.container .main .inside-box-main .plans-item:nth-child(5) img,
.container .main .inside-box-main .plans-item:nth-child(6) img,
.container .main .inside-box-main .plans-item:nth-child(7) img,
.container .main .inside-box-main .plans-item:nth-child(8) img {
  margin-top: -32px;
}
.container .main .inside-box-main .plans-item:nth-child(5) h3,
.container .main .inside-box-main .plans-item:nth-child(6) h3,
.container .main .inside-box-main .plans-item:nth-child(7) h3,
.container .main .inside-box-main .plans-item:nth-child(8) h3 {
  margin-top: 16px;
}
.container .main .inside-box-main .plans-item:nth-child(5) p,
.container .main .inside-box-main .plans-item:nth-child(6) p,
.container .main .inside-box-main .plans-item:nth-child(7) p,
.container .main .inside-box-main .plans-item:nth-child(8) p {
  padding: 16px 16px 0;
}
.container .main .inside-box-main .case {
  overflow: hidden;
}
.container .main .inside-box-main .case-head {
  display: flex;
  justify-content: center;
}
.container .main .inside-box-main .case-box {
  width: 100%;
}
.container .main .inside-box-main .case-box .case-box-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .main .inside-box-main .case-box .case-box-item img {
  width: 30%;
  max-width: 299px;
  max-height: 177px;
}
.container .main .inside-box-main .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3660D9;
  margin-top: 24px;
  padding: 8px 24px;
  width: 100%;
}
.container .main .inside-box-main .contact .nav-title {
  width: 20% !important;
}
.container .main .inside-box-main .contact-info {
  border-left: 1px solid #FFFFFF;
  margin-left: 24px;
  padding-left: 24px;
  width: 80%;
  min-width: 60%;
}
.container .main .inside-box-main .contact-info img {
  margin-right: 8px;
}
.container .main .inside-box-main .contact-info p {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  white-space: nowrap;
}
.container .main .inside-box-main .notice {
  width: 100%;
  padding: 10px 0;
}
.container .main .inside-box-main .notice-list:empty::before {
  content: '';
  display: block;
  width: 450px;
  height: 300px;
  background: url("../images/none.png") no-repeat;
  background-size: 100% 100%;
  margin: 100px auto;
}
.container .main .inside-box-main .notice-list li {
  height: 153px;
  border-bottom: 1px solid #E3E3E3;
}
.container .main .inside-box-main .notice-list li:last-child {
  border-bottom: 0;
}
.container .main .inside-box-main .notice-list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.container .main .inside-box-main .notice-list li a:hover h3 {
  color: #079df1;
}
.container .main .inside-box-main .notice-list li a h3 {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #222222;
}
.container .main .inside-box-main .notice-list li a p {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
  margin-top: 16px;
}
.container .main .inside-box-main .notice-list li a span {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  position: relative;
  padding-left: 16px;
  margin-left: auto;
  margin-top: 16px;
}
.container .main .inside-box-main .notice-list li a span::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/icon_clock.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.container .main .inside-box-main .notice .news-list:empty::before {
  content: '';
  display: block;
  width: 450px;
  height: 300px;
  background: url("../images/none.png") no-repeat;
  background-size: 100% 100%;
  margin: 100px auto;
}
.container .main .inside-box-main .notice .news-list li {
  padding: 24px 0;
  height: auto;
}
.container .main .inside-box-main .notice .news-list li a {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.container .main .inside-box-main .notice .news-list li a > section {
  width: calc(100% - 280px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.container .main .inside-box-main .notice .news-list li a > section h3 {
  margin-top: 8px;
}
.container .main .inside-box-main .notice .news-list li a img {
  width: 254px;
  height: 150px;
  margin-left: 24px;
  object-fit: cover;
}
.container .main .inside-box-main .pictures {
  padding: 35px 0;
}
.container .main .inside-box-main .pictures-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container .main .inside-box-main .pictures-list:empty::before {
  content: '';
  display: block;
  width: 450px;
  height: 300px;
  background: url("../images/none.png") no-repeat;
  background-size: 100% 100%;
  margin: 100px auto;
}
.container .main .inside-box-main .pictures-list::after {
  content: '';
  width: 32%;
  max-width: 308px;
}
.container .main .inside-box-main .pictures-list li {
  max-width: 308px;
  width: 32%;
  margin-bottom: 24px;
}
.container .main .inside-box-main .pictures-list li a {
  height: 100%;
}
.container .main .inside-box-main .pictures-list li a:hover p {
  color: #079df1;
}
.container .main .inside-box-main .pictures-list li .video {
  width: 100%;
  height: 183px;
  position: relative;
}
.container .main .inside-box-main .pictures-list li .video::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.4);
  position: absolute;
  left: 0;
  top: 0;
}
.container .main .inside-box-main .pictures-list li .video::after {
  content: '';
  display: block;
  width: 57px;
  height: 57px;
  background: url("../images/icon_pause.png") no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.container .main .inside-box-main .pictures-list li .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.container .main .inside-box-main .pictures-list li .video-play::before {
  display: none;
}
.container .main .inside-box-main .pictures-list li .video-play::after {
  display: none;
}
.container .main .inside-box-main .pictures-list li .video-play img {
  display: none;
}
.container .main .inside-box-main .pictures-list li .video-play video {
  display: block;
}
.container .main .inside-box-main .pictures-list li img {
  width: 100%;
  height: 183px;
  vertical-align: bottom;
}
.container .main .inside-box-main .pictures-list li .info {
  display: flex;
  align-items: center;
  height: 76px;
  background: #FFFFFF;
  border: 1px solid #999999;
  padding: 8px;
}
.container .main .inside-box-main .pictures-list li .info-date {
  width: 56px;
  height: 54px;
  background: #F9F9F9;
  border: 1px solid #CCCCCC;
  text-align: center;
  margin-right: 8px;
}
.container .main .inside-box-main .pictures-list li .info-date h4 {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
}
.container .main .inside-box-main .pictures-list li .info-date span {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
}
.container .main .inside-box-main .pictures-list li .info p {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #222222;
  flex: 1;
}
.container .main .inside-box-main .detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 0;
}
.container .main .inside-box-main .detail-title {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  text-align: center;
}
.container .main .inside-box-main .detail-publish {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  margin: 24px 0;
}
.container .main .inside-box-main .detail-content {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
}
.container .main .inside-box-main .detail-content img {
  margin: 10px 0;
  width: 100%;
}
.container .main .inside-box-main .detail-content video {
  width: 100%;
  height: 300px;
  object-fit: fill;
}
.container .main .inside-box-main .detail-others {
  margin-top: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.container .main .inside-box-main .detail-others h1 {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #079df1;
  line-height: 36px;
  border-left: 2px solid #079df1;
  border-right: 2px solid #079df1;
  padding: 0 8px;
}
.container .main .inside-box-main .detail-others p {
  margin-top: 8px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
}
.container .main .inside-box-main .detail-others p a:hover {
  color: #079df1;
}
.container .page {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.container .page-btn {
  height: 33px;
  border: 1px solid #999999;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 33px;
  text-align: center;
  margin-right: 16px;
}
.container .page ul {
  display: flex;
  align-items: center;
}
.container .page ul li {
  padding: 0 16px;
  height: 33px;
  border: 1px solid #999999;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 33px;
  text-align: center;
  margin-right: 16px;
}
.container .page ul li:last-child {
  border: none;
}
.container .page ul li .pageinfo strong {
  color: #079df1;
}
.container .page ul .thisclass {
  background-color: #3660D9;
  color: #fff;
}
.container footer {
  width: 100%;
  padding: 40px 0;
  background: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
      
    /* 基础白色背景 */
    background-color: #f8f9fa;
    
    /* 叠加柔和的渐变效果模拟珠光 */
    background-image: 
      linear-gradient(135deg, rgba(255,255,255,0.8) 0%, rgba(240,245,250,0.6) 50%, rgba(255,255,255,0.8) 100%),
      radial-gradient(circle at 50% 50%, rgba(255,255,255,0.9) 0%, rgba(245,248,250,0.5) 70%, rgba(230,240,250,0.3) 100%);
    
    /* 添加轻微阴影增强质感 */
    box-shadow: 
      inset 0 0 10px rgba(255,255,255,0.8),
      0 2px 5px rgba(200,210,220,0.2);
      
    /* 确保背景覆盖整个元素 */
    background-size: cover;
    background-repeat: no-repeat;
}
.container footer p {
  position: relative;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  /*color: #FFFFFF;*/
  margin-left: 16px;
}
.container footer .footer-ercode {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  header {
    max-width: 1380px;
  }
  .container-m {
    display: none;
    width: 100%;
  }
  .container-m .top_line {
    width: 100%;
    height: 0.3rem;
    background: #4D78F3;
  }
  .container-m header {
    padding: 0 0.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .container-m header .logo {
    width: 1.54rem;
  }
  .container-m header .search {
    flex: 1;
    margin-left: 0.2rem;
    position: relative;
  }
  .container-m header .search .searchtxt {
    width: 100%;
    height: 0.3rem;
    background: #FFFFFF;
    box-shadow: 1px 2px 10px 0px rgba(12, 4, 7, 0.06);
    border-radius: 0.15rem;
    color: #999999;
    font-size: 0.14rem;
    padding-left: 0.3rem;
  }
  .container-m header .search .form-btn {
    position: absolute;
    left: 0.1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.14rem;
    height: 0.14rem;
    background: url("../images/m_icon_search.png") no-repeat;
    background-size: 100% auto;
  }
  .container-m header .search .form-btn .btn-search {
    width: 100%;
    height: 100%;
  }
  .container-m .banner {
    overflow: hidden;
  }
  .container-m .banner .swiper-container3 {
    width: 100%;
    padding-bottom: 0 !important;
    overflow: visible !important;
  }
  .container-m .banner .swiper-container3 .swiper-wrapper {
    width: 100%;
  }
  .container-m .banner .swiper-container3 .swiper-wrapper .swiper-slide {
    width: 3.5rem;
    position: relative;
  }
  .container-m .banner .swiper-container3 .swiper-wrapper .swiper-slide::before {
    content: '';
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    background: url("../images/m_icon_play.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .container-m .banner .swiper-container3 .swiper-wrapper .swiper-slide video {
    width: 100%;
    height: 1.77rem;
    border-radius: 0.07rem;
    object-fit: cover;
  }
  .container-m .banner .swiper-container3 .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 1.77rem;
    border-radius: 0.07rem;
  }
  .container-m .banner .swiper-container3 .swiper-wrapper .pause::before {
    display: none;
  }
  .container-m .banner .swiper-container3 .swiper-wrapper .swiper-slide-prev {
    margin-top: 0.18rem;
    height: 1.4rem !important;
  }
  .container-m .banner .swiper-container3 .swiper-wrapper .swiper-slide-prev img {
    height: 1.4rem !important;
  }
  .container-m .banner .swiper-container3 .swiper-wrapper .swiper-slide-prev video {
    height: 1.4rem !important;
  }
  .container-m .banner .swiper-container3 .swiper-wrapper .swiper-slide-next {
    margin-top: 0.18rem;
    height: 1.4rem !important;
  }
  .container-m .banner .swiper-container3 .swiper-wrapper .swiper-slide-next img {
    height: 1.4rem !important;
  }
  .container-m .banner .swiper-container3 .swiper-wrapper .swiper-slide-next video {
    height: 1.4rem !important;
  }
  .container-m .banner .swiper-container3 .swiper-wrapper .swiper-slide-active {
    width: 3.5rem;
  }
  .container-m .tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .container-m .tab a {
    width: 1.17rem;
    height: 0.57rem;
  }
  .container-m .tab a:first-child {
    background: url("../images/m_tab_gyrc.png") no-repeat;
    background-size: 100% auto;
  }
  .container-m .tab a:nth-child(2) {
    background: url("../images/m_tab_zyyw.png") no-repeat;
    background-size: 100% auto;
  }
  .container-m .tab a:nth-child(3) {
    background: url("../images/m_tab_qywh.png") no-repeat;
    background-size: 100% auto;
  }
  .container-m .tab a:nth-child(4) {
    background: url("../images/m_tab_zxzx.png") no-repeat;
    background-size: 100% auto;
  }
  .container-m .tab a:nth-child(5) {
    background: url("../images/m_tab_djgz.png") no-repeat;
    background-size: 100% auto;
  }
  .container-m .tab a:nth-child(6) {
    background: url("../images/m_tab_lxwm.png") no-repeat;
    background-size: 100% auto;
  }
  .container-m .nav_title {
    padding: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .container-m .nav_title h3 {
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    padding-left: 0.1rem;
    position: relative;
  }
  .container-m .nav_title h3::before {
    content: '';
    display: block;
    width: 0.04rem;
    height: 0.15rem;
    background: #4D78F3;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .container-m .nav_title a {
    font-size: 0.12rem;
    font-family: PingFang;
    font-weight: 400;
    color: #333333;
    position: relative;
    padding-right: 0.1rem;
  }
  .container-m .nav_title a::after {
    content: '';
    display: block;
    width: 0.04rem;
    height: 0.09rem;
    background: url("../images/m_more.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .container-m .business-list {
    display: flex;
    justify-content: space-around;
    padding: 0.1rem 0;
    box-shadow: 0px 2px 10px 0px rgba(51, 51, 51, 0.06);
  }
  .container-m .business-list a {
    flex: 1;
    text-align: center;
    padding-top: 0.22rem;
    font-size: 0.12rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.21rem;
  }
  .container-m .business-list a:first-child {
    background: url("../images/m_icon_lt.png") no-repeat;
    background-size: 0.22rem auto;
    background-position: top center;
  }
  .container-m .business-list a:nth-child(2) {
    background: url("../images/m_icon_cpzx.png") no-repeat;
    background-size: 0.19rem auto;
    background-position: top center;
  }
  .container-m .business-list a:nth-child(3) {
    background: url("../images/m_icon_px.png") no-repeat;
    background-size: 0.17rem auto;
    background-position: top center;
  }
  .container-m .business-list a:nth-child(4) {
    background: url("../images/m_icon_rcpq.png") no-repeat;
    background-size: 0.21rem auto;
    background-position: top center;
  }
  .container-m .business-list a:nth-child(5) {
    background: url("../images/m_icon_gccrcfw.png") no-repeat;
    background-size: 0.22rem auto;
    background-position: top center;
    flex: 1.5;
  }
  .container-m .business-list a:nth-child(6) {
    background: url("../images/m_icon_tzyy.png") no-repeat;
    background-size: 0.22rem auto;
    background-position: top center;
  }
  .container-m .nav_tab {
    padding: 0.1rem 0;
    margin: 0 0.1rem;
    border-bottom: 1px solid #DEDEDE;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .container-m .nav_tab a {
    font-size: 0.14rem;
    font-weight: bold;
    color: #333333;
    width: 0.7rem;
    text-align: center;
    position: relative;
    z-index: 99;
  }
  .container-m .active::before {
    content: '';
    display: block;
    width: 0.7rem;
    height: 0.06rem;
    position: absolute;
    left: 0;
    bottom: 0.04rem;
    background: url("../images/tab_line.png") no-repeat;
    background-size: 100% auto;
    z-index: -1;
  }
  .info-box {
    background: #FFFFFF;
    box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.06);
    border-radius: 0.07rem;
    margin: 0 0.1rem 0.1rem;
    background: url("../images/m_info_bg.png") no-repeat;
    background-size: 100% auto;
    background-position: bottom;
  }
  .info-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.05rem 0.1rem;
    border-bottom: 1px dotted rgba(7, 157, 241, 0.5);
  }
  .info-list a:last-child {
    border-bottom: 0;
  }
  .info-list a p {
    flex: 1;
    font-size: 0.14rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .info-list a span {
    display: flex;
    width: 0.8rem;
    font-size: 0.12rem;
    font-weight: 400;
    color: #333333;
    justify-content: flex-end;
  }
  .info .info2,
  .info .info3 {
    display: none;
  }
  .employ-box {
    background: #FFFFFF;
    box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.06);
    border-radius: 0.07rem;
    margin: 0 0.1rem 0.1rem;
    padding-bottom: 0.1rem;
  }
  .employ .info-list {
    background: url("../images/m_info_bg.png") no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
  }
  .employ .btn-send {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.8rem;
    height: 0.24rem;
    margin: 0.1rem auto 0;
    background: #4D78F3;
    border-radius: 0.04rem;
    font-size: 0.12rem;
    font-weight: 400;
    color: #FFFFFF;
  }
  .party-box {
    background: #FFFFFF;
    box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.06);
    border-radius: 0.07rem;
    margin: 0 0.1rem 0.1rem;
    background: url("../images/m_hb.png") no-repeat;
    background-size: 100% auto;
    background-position: bottom;
  }
  .project {
    overflow: hidden;
  }
  .project-list .swiper-container4 {
    width: 100%;
    padding-bottom: 0 !important;
    overflow: visible !important;
  }
  .project-list .swiper-container4 .swiper-wrapper {
    width: 100%;
  }
  .project-list .swiper-container4 .swiper-wrapper .swiper-slide {
    width: 3.35rem;
    height: 1rem;
    position: relative;
  }
  .project-list .swiper-container4 .swiper-wrapper .swiper-slide a {
    display: block;
    height: 1rem;
  }
  .project-list .swiper-container4 .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 1rem;
    border-radius: 0.07rem;
    object-fit: cover;
  }
  .project-list .swiper-container4 .swiper-wrapper .swiper-slide p {
    padding: 0.1rem;
    font-size: 0.14rem;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 0.2rem;
    background: url("../images/m_arrow_right.png") no-repeat;
    background-size: 0.05rem auto;
    background-color: rgba(77, 120, 243, 0.8);
    background-position: 90% 50%;
    padding-right: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 70%;
  }
  .project-list .swiper-container4 .swiper-wrapper .swiper-slide-prev {
    height: 1rem !important;
  }
  .project-list .swiper-container4 .swiper-wrapper .swiper-slide-prev img {
    height: 1rem !important;
  }
  .project-list .swiper-container4 .swiper-wrapper .swiper-slide-next {
    height: 1rem !important;
  }
  .project-list .swiper-container4 .swiper-wrapper .swiper-slide-next img {
    height: 1rem !important;
  }
  .project-list .swiper-container4 .swiper-wrapper .swiper-slide-active {
    width: 3.35rem;
  }
  .project-list .swiper-container4 .swiper-pagination-bullet-active {
    background: #4d78f3 !important;
  }
  .partners-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0.1rem;
    background: #FFFFFF;
    box-shadow: 1px 2px 10px 0px rgba(12, 4, 7, 0.06);
    border-radius: 0.07rem;
    margin: 0 0.1rem;
  }
  .partners-box img {
    cursor: pointer;
  }
  .partners-box .hd {
    width: 100%;
  }
  .partners-box .picList {
    width: 100%;
    margin: 0 auto;
    padding: 0.05rem;
  }
  .partners-box .picList li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .partners-box .picList li img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32%;
    height: 32%;
    flex-shrink: 0;
    overflow: hidden;
    margin-bottom: 0.1rem;
  }
  .main {
    width: 100%;
    background-color: #F2F2F2;
    padding: 0.1rem;
  }
  .main .news {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(51, 51, 51, 0.06);
    border-radius: 0.07px;
  }
  .main .news-list {
    display: flex;
    flex-direction: column;
  }
  .main .news-list:empty::before {
    content: '';
    display: block;
    width: 2.25rem;
    height: 1.5rem;
    background: url("../images/none.png") no-repeat;
    background-size: 100% 100%;
    margin: 100px auto;
  }
  .main .news-list a {
    margin: 0 0.1rem;
    padding: 0.1rem 0;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #DEDEDE;
  }
  .main .news-list a:last-child {
    border-bottom: 0;
  }
  .main .news-list a .title {
    font-size: 0.14rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.22rem;
  }
  .main .news-list a .desc {
    font-size: 0.12rem;
    color: #666666;
    line-height: 1.8;
  }
  .main .news-list a .date {
    text-align: right;
    font-size: 0.12rem;
    color: #999999;
    background: url("../images/m_icon_time.png") no-repeat;
    background-size: 0.11rem auto;
    background-position: left;
    padding-left: 0.15rem;
    margin-left: auto;
  }
  .main .detail {
    min-height: 578px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(51, 51, 51, 0.06);
    border-radius: 0.07px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.1rem;
  }
  .main .detail h3 {
    font-size: 0.16rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.22rem;
    text-align: center;
  }
  .main .detail span {
    font-size: 0.12rem;
    color: #999999;
    margin: 0.09rem 0;
  }
  .main .detail .cont {
    font-size: 0.14rem;
    color: #666666;
    line-height: 1.8;
  }
  .main .detail img {
    margin: 0.1rem auto;
  }
  .main .image_text {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(51, 51, 51, 0.06);
    border-radius: 0.07px;
  }
  .main .image_text-list {
    display: flex;
    flex-direction: column;
  }
  .main .image_text-list:empty::before {
    content: '';
    display: block;
    width: 2.25rem;
    height: 1.5rem;
    background: url("../images/none.png") no-repeat;
    background-size: 100% 100%;
    margin: 100px auto;
  }
  .main .image_text-list a {
    margin: 0 0.1rem;
    padding: 0.1rem 0;
    display: flex;
    border-bottom: 1px solid #DEDEDE;
  }
  .main .image_text-list a:last-child {
    border-bottom: 0;
  }
  .main .image_text-list a img {
    width: 1.25rem;
    height: 0.7rem;
    border-radius: 0.07rem;
  }
  .main .image_text-list a > section {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-left: 0.1rem;
    overflow: hidden;
  }
  .main .image_text-list a > section .title {
    font-size: 0.14rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.22rem;
  }
  .main .image_text-list a > section .desc {
    font-size: 0.12rem;
    color: #666666;
    line-height: 1.8;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .main .image_text-list a > section .date {
    text-align: right;
    font-size: 0.12rem;
    color: #999999;
    background: url("../images/m_icon_time.png") no-repeat;
    background-size: 0.11rem auto;
    background-position: left;
    padding-left: 0.15rem;
    margin-left: auto;
  }
  .main .business {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(51, 51, 51, 0.06);
    border-radius: 0.07px;
    padding: 0.1rem;
  }
  .main .business-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 0.1rem;
  }
  .main .business-title img {
    width: 0.23rem;
    margin-right: 0.05rem;
  }
  .main .business-title p {
    color: #4D78F3;
    font-size: 0.14rem;
    display: flex;
    flex-direction: column;
    font-weight: bold;
  }
  .main .business-title p span {
    font-size: 0.12rem;
  }
  .main .business .depart-title {
    position: relative;
    padding-left: 0.15rem;
    margin: 0.1rem 0;
  }
  .main .business .depart-title::before {
    content: '';
    display: block;
    width: 0.13rem;
    height: 0.23rem;
    background: url("../images/title_head.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .main .business .depart-title h3 {
    font-size: 0.14rem;
    color: #4D78F3;
    font-weight: bold;
  }
  .main .business .depart-title p {
    font-size: 0.12rem;
    color: #4D78F3;
  }
  .main .business .depart-num {
    font-size: 0.15rem;
    color: #CF000D;
    border-bottom: 1px solid #CF000D;
    padding: 0.08rem 0;
  }
  .main .business .depart-num span {
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #8D8D8D;
    padding: 0 0.05rem;
    margin-right: 0.04rem;
  }
  .main .business .depart-service {
    display: flex;
    flex-wrap: wrap;
  }
  .main .business .depart-service > p {
    font-size: 0.14rem;
    color: #333;
    width: calc(100% / 3);
    text-align: center;
    padding: 0.16rem 0;
  }
  .main .business .depart-service > p:first-child,
  .main .business .depart-service > p:nth-child(2),
  .main .business .depart-service > p:nth-child(3) {
    border-bottom: 1px solid #D2D2D2;
  }
  .main .business .depart-service > p span {
    padding: 0 0.08rem;
    background: #68A5D3;
    border-radius: 0px 0.05rem 0px 0.05rem;
    color: #fff;
    font-size: 0.14rem;
    margin-right: 0.08rem;
  }
  .main .business .depart-desc {
    font-size: 0.14rem;
    color: #666666;
    line-height: 1.8;
    text-indent: 2em;
  }
  .main .business .depart .contact_title {
    font-weight: bold;
    color: #333;
    font-size: 0.14rem;
    padding: 0.05rem 0;
  }
  .main .business .depart .plans-item {
    padding: 0.08rem 0;
  }
  .main .business .depart .plans-item img {
    width: 0.12rem;
    margin-right: 0.05rem;
  }
  .main .business .depart .plans-item h3 {
    font-size: 0.14rem;
    color: #333;
    display: flex;
    align-items: center;
  }
  .main .business .depart .plans-item p {
    font-size: 0.14rem;
    color: #666666;
    line-height: 1.8;
    text-indent: 2em;
  }
  .main .business .depart .contact-info {
    background-color: #4D78F3;
    font-size: 0.12rem;
    color: #fff;
    padding: 0.08rem;
  }
  .main .business .depart .contact-info p {
    display: flex;
    align-items: center;
  }
  .main .business .depart .contact-info img {
    width: 0.07rem;
    margin-right: 0.08rem;
  }
  .main .page {
    padding: 0.1rem;
    text-align: center;
    font-size: 0.12rem;
  }
  footer {
    width: 100%;
    padding: 0.16rem 0;
    background: #4D78F3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

  }
  footer > p {
    position: relative;
    font-size: 0.12rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 0.08rem;
  }
  footer .footer-ercode {
    display: flex;
    align-items: center;
    margin-bottom: 0.16rem;
  }
}


.nav_tab_s {
		width: 100%;
		overflow-x: auto;
	}

	.nav_tab_s>section {
		/* width: 300%; */
		display: flex;
		padding: 0.1rem;
	}

	.nav_tab_s>section a {
		font-size: 0.14rem;
		font-weight: bold;
		color: #333333;
		/* width: 1.2rem; */
		padding: 0 0.1rem;
		text-align: center;
		position: relative;
		z-index: 99;
		white-space: nowrap;
	}
	
	



.part1{ 
	width: 1200px;height: 456px;
	padding: 20px;
	box-sizing: border-box;
	background-color: #fff;
	margin: 24px auto;
}
.tFlash2 {
	float: left;
	width: 600px;
	height: 410px;
	overflow: hidden;
}
.BslideBox2 {
	width: 600px;
	height: 410px;
	overflow: hidden;
	position: relative;
}
.BslideBox2 .hd {
	position: absolute;
	bottom: 20px;
	right: 25px;
	z-index: 1;
}
.BslideBox2 .hd li {
	float: left;
	width: 11px;
	height: 11px;
	background: url(../images/banner-tuo1.png) center center no-repeat;
	margin: 0 5px;
	cursor: pointer;
}			
.BslideBox2 .hd li.on {
	background: url(../images/banner-tuo2.png) center center no-repeat;
}	
.BslideBox2 .bd ul li{
	width: 600px;
	height: 410px;
}		 
.BslideBox2 .bd ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.BslideBox2 .banner-text{
	width:100%;
	height:51px;
	line-height: 51px;
	background:url(../images/bannerYin.png) 0 bottom no-repeat;
	padding-left: 14px;
	box-sizing: border-box;
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0px;
}

/* 关于我们 */

.about_nav{width:100%;margin-top:0.5px;}
.about_nav li{width:20%;height:95px;margin-right:4%;background:#079df1;float:left;text-align:center;border-radius:10px;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;}
.about_nav li:hover{background:#079df1;}
.about_nav li .about_icon{width:100%;height:57px;background:#acc;}
.about_nav li .about_icon_1{background:url(../images/ab_icon_1_2.png) center 15px no-repeat;background-size:auto 35px;}
.about_nav li .about_icon_2{background:url(../images/ab_icon_2_2.png) center 15px no-repeat;background-size:auto 35px;}
.about_nav li .about_icon_3{background:url(../images/ab_icon_3_2.png) center 15px no-repeat;background-size:auto 35px;}
.about_nav li .about_icon_4{background:url(../images/ab_icon_4_2.png) center 15px no-repeat;background-size:auto 35px;}
.about_nav li:hover .about_icon_1{background:url(../images/ab_icon_1_2.png) center 15px no-repeat;background-size:auto 35px;}
.about_nav li:hover .about_icon_2{background:url(../images/ab_icon_2_2.png) center 15px no-repeat;background-size:auto 35px;}
.about_nav li:hover .about_icon_3{background:url(../images/ab_icon_3_2.png) center 15px no-repeat;background-size:auto 35px;}
.about_nav li:hover .about_icon_4{background:url(../images/ab_icon_4_2.png) center 15px no-repeat;background-size:auto 35px;}
.about_nav li h5{font-size:16px;line-height:35px;color:#fff;}
.about_nav li:hover h5{color:#fff;}