@font-face {
  font-family: "Slidechunfeng";
  src: url("../font/Slidechunfeng-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  height: 84px;
  padding-left: 30px;
  border-bottom: 1px solid rgba(2255, 255, 255, 0.3);
  line-height: 84px;
  z-index: 99;
}

.bluebg {
  background-color: #0a7de2;
  transition: 0.5s;
}

.logo a,
.search_icon,
.OA,
.gang,
.mgang {
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
}

.OA img {
  vertical-align: middle;
}

.mgang {
  display: none;
}

.logo img {
  width: 250px;
}

.nav {
  display: flex;
}

.nav ul {
  display: flex;
  font-size: 18px;
}

.nav ul li {
  padding: 0px 1vw;
  margin: 0px 0.53vw;
}

.nav ul li:hover {
  background-color: #0062b2;
  border-bottom: 2px solid #f39900;
}

.nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

search_icon{
margin-right: 20px;
}
.search_icon,
.OA {
  padding: 0 10px;
}

.OA {
  padding-right: 20px;
}

.gang,
.mgang {
  width: 80px;
  justify-content: center;
  background-color: #f39900;
}

#bannerSwiper img {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: block;
}

.imgbg {
  background: no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 170px;
  height: 2px;
  border-radius: 0;
  background-color: #fff;
}

.swiper-pagination-bullet-active {
  height: 4px !important;
  background-color: #f39900 !important;
}

#fp-nav ul li a {
  width: 30px !important;
  height: 20px !important;
}

#fp-nav ul li .active {
  /* border: 1px solid #f39900;
  border-radius: 50%; */
  background: url(../img/logo_icon.png) no-repeat;
  background-size: 100%;
}

#fp-nav ul li a span {
  margin-left: -7px !important;
  margin-top: -3px !important;
  background-color: #95c5ec !important;
}

#fp-nav ul li .active label {
  display: block;
}

#fp-nav ul li a label {
  position: absolute;
  right: 40px;
  top: 0px;
  width: 200px;
  max-width: 200px;
  text-align: right;
  color: #fdb940;
  display: none;
  font-size: 14px;
  font-weight: bold;
}

#fp-nav ul li .active span {
  display: none;
  /* margin-left: -5px !important;
  margin-top: -5px !important;
  background-color: #f39900 !important; */
}

.guide {
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -12px;
  z-index: 999;
  animation: downIconIco 4s infinite;
}

.section2 {
  background: url(../img/newsbg.png);
  background-size: 100%;
  background-position: center;
}

.news,
.concat,
.business,
.special {
  padding-top: 100px;
}

.section3,
.section4,
.section5 {
  background-image: url(../img/concat.jpg);
  background-size: contain;
  background-position-y: 80px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  background-size: cover;
  background-repeat: no-repeat;
}

.section3 {
  background-position: center right;
}

.section4[data-background="0"] {
  background-image: url(../img/business.jpg);
}

.section4[data-background="1"] {
  background-image: url(../img/hbbg.jpg);
}

.section4[data-background="2"] {
  background-image: url(../img/jdbg.jpg);
}

.section4[data-background="3"] {
  background-image: url(../img/zyjvbg.jpg);
}

.section5 {
  background-image: url(../img/special.png);
}

.news,
.concat,
.business,
.special,
.footer {
  width: 1450px;
  margin: 0 auto;
}

.new_title {
  display: flex;
  justify-content: space-between;
}

.new_title .left {
  padding-left: 17px;
  border-left: 3px solid #f39900;
}

.new_title .left .en {
  font-size: 12px;
}

.new_title .left .chan {
  font-size: 34px;
  font-weight: bold;
}

.new_title .left .chan span {
  color: #0a7de2;
}

.new_title .right ul {
  display: flex;
  line-height: 60px;
}

.new_title .right ul a {
  position: relative;
  padding: 0 15px 0 55px;
  font-size: 20px;
  color: #333;
}

.new_title .right ul .active a::after {
  display: none;
  content: "";
  position: absolute;
  left: 65px;
  bottom: -15px;
  width: 60px;
  height: 6px;
  background-color: #097de2;
  border-radius: 3px;
}

.new_title .right ul li:nth-child(5) a::after {
  left: 110px;
}

.new_title .right ul a:hover,
.new_title .right ul .active a {
  color: #0a7de2;
  /* background: url(../img/newsicon.png) no-repeat; */
  background-position: 14px 5px;
}

.new_title .right ul .active a::after {
  display: block;
}

.news_content {
  display: flex;
  width: 100%;
  margin-top: 30px;
}

.news_content #news_swiper img {
  width: 720px;
  height: 420px;

}
.news_content #news_swiper .imgbg img{
display:none;
}

.news_content .imgbg {
  width: 720px;
  height: 420px;
}

.news_swiper_box {
  margin-left: 10px;
  margin-right: 40px;
}

.news_content .news_swiper {
  width: 720px;
}

.news_content .swiper-container {
  width: 100%;
}

.news_content .news_list {
  width: 670px;
}

.news_swiper_box {
  position: relative;
}

.news_swiper_bg {
  position: absolute;
  left: -10px;
  top: -10px;
  display: flex;
  justify-content: right;
  width: 540px;
  height: 225px;
  background-color: #0a7de2;
  /* transform: skewY(-5deg); */
  overflow: hidden;
}

.news_content .ff {
  width: 100px;
  background-color: #f4f8fd;
}

.news_swiper_bg::before {
  content: "";
  position: absolute;
  right: -138px;
  width: 100%;
  height: 100%;
  transform: skewY(-60deg);
  background-color: #0a7de2;
}

.news_title {
  padding: 0 50px;
  margin-top: 20px;
  font-size: 22px;
  line-height: 1.7;
  text-align: center;
}

.news_swiper
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #8c9399;
}

.news_swiper .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px;
}

.news_swiper .swiper-pagination-bullet-active {
  height: 10px !important;
  background-color: #f39900 !important;
}

.news_content .swiper-container {
  padding-bottom: 20px;
}

.news_list_box .news_list .news_item a {
  display: flex;
  padding: 12px 35px;
}

.news_list_box .news_list .news_item .left {
  margin-right: 30px;
}

.sun {
  padding: 6px 0;
  border-bottom: 1px solid #d1d1d1;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.years {
  margin-top: 11px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.news_list_box .news_list .news_item .right {
  width: 500px;
  flex: 1;
}

.news_list_box .news_list .news_item .title {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 20px;
  line-height: 52px;
}

.news_list_box .news_list .news_item .desc {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}

.news_list_box .news_list .news_item:hover {
  background-color: #0a7de2;
}

.news_list_box .news_list .news_item:hover .sun,
.news_list_box .news_list .news_item:hover .years,
.news_list_box .news_list .news_item:hover .title,
.news_list_box .news_list .news_item:hover .desc {
  color: #fff;
}

.news_content #news_swiper .swiper_prev img,
.news_content #news_swiper .swiper_next img {
  width: 30px;
  height: auto;
}

.swiper_prev,
.swiper_next {
  position: absolute;
  bottom: 0px;
  z-index: 999;
  cursor: pointer;
}

.swiper_prev {
  right: 10px;
}

.swiper_next {
  left: 10px;
}

.subtitle {
  width: 600px;
  margin-top: 80px;
  font-size: 30px;
  font-weight: bold;
  line-height: 45px;
}

.concat {
  position: relative;
}

.concat_info {
  width: 790px;
  font-size: 16px;
  line-height: 36px;
}

.statistics {
  margin-top: 80px;
}

.statistics ul {
  display: flex;
  flex-wrap: wrap;
  width: 820px;
  /* justify-content: space-between; */
}

.statistics ul li {
  width: 230px;
  margin-right: 50px;
  margin-bottom: 30px;
}

.statistics ul li:nth-child(3) {
  margin-right: 0;
}

.stat_title {
  padding-bottom: 22px;
  margin-bottom: 10px;
  border-bottom: 1px solid #bfc9d6;
  font-size: 17px;
}

.num {
  font-size: 17px;
}

.num span {
  margin-right: 10px;
  font-size: 48px;
  color: #0a7de2;
  font-weight: bold;
}

.video {
  position: absolute;
  top: 60%;
  right: 170px;
  /* margin-top: -45px; */
  cursor: pointer;
}

.business .new_title,
.business .concat_info {
  color: #fff;
}

.business .subtitle {
  width: 100%;
  margin-top: 70px;
  color: #fff;
}

.business .concat_info {
  height: 145px;
  margin-top: 30px;
}

.business .more {
  width: 190px;
  height: 50px;
  margin-top: 30px;
  border-radius: 25px;
  background-color: #fff;
}

.business .more a {
  display: block;
  color: #0a7de2;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  cursor: pointer;
}

.business .more img {
  position: relative;
  top: -3px;
  margin-left: 10px;
}

.business_content ul {
  display: flex;
  margin-top: 80px;
}

.business_content ul li {
  flex: 1;
  height: 130px;
  padding: 40px 0 40px 38px;
  background-color: #fff;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: 88%;
}

.business_content ul li:nth-child(1) {
  background-image: url(../img/wl.png);
}

.business_content ul li:nth-child(2) {
  background-image: url(../img/hb.png);
}

.business_content ul li:nth-child(3) {
  background-image: url(../img/qc.png);
}

.business_content ul li:nth-child(4) {
  background-image: url(../img/jy.png);
}

.business_content ul li:nth-child(2n) {
  background-color: #ecf7ff;
}

.business_content .business_title {
  color: #7e87a1;
  font-size: 18px;
  font-weight: bold;
}

.business_content .business_en {
  margin-top: 10px;
  color: #c6c6c6;
  font-size: 14px;
}

.business_content ul li:nth-child(1):hover,
.business_content ul .active0 {
  background-image: url(../img/wl_b.png) !important;
  background-color: #0a7de2 !important;
}

.business_content ul li:nth-child(2):hover,
.business_content ul .active1 {
  background-image: url(../img/hb_f.png) !important;
  background-color: #238e3a !important;
}

.business_content ul .active2,
.business_content ul li:nth-child(3):hover {
  background-image: url(../img/qc_b.png) !important;
  background-color: #f39900 !important;
}

.business_content ul .active3,
.business_content ul li:nth-child(4):hover {
  background-image: url(../img/jy_f.png) !important;
  background-color: #0b3b85 !important;
}

.business_content ul .active0 .business_title,
.business_content ul .active0 .business_en,
.business_content ul .active1 .business_title,
.business_content ul .active1 .business_en,
.business_content ul .active2 .business_title,
.business_content ul .active2 .business_en,
.business_content ul .active3 .business_title,
.business_content ul .active3 .business_en,
.business_content ul li:hover .business_title,
.business_content ul li:hover .business_en {
  color: #fff;
}

#special_swiper .swiper-wrapper {
  width: 100%;
}

#special_swiper .swiper-slide,
/* #special_swiper .swiper-slide a, */
#special_swiper .swiper-slide .imgbg,
#special_swiper .swiper-slide img {
  display: block;
  width: 780px;
  height: 400px;
}

#special_swiper .swiper_next,
#special_swiper .swiper_prev {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 43%;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #fff;
}

#special_swiper .swiper_next {
  left: 304px;
}

#special_swiper .swiper_prev {
  right: 304px;
}

#special_swiper_more .swiper_next,
#special_swiper_more .swiper_prev {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 47%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
}

#special_swiper_more .swiper_next {
  left: 0;
}

#special_swiper_more .swiper_prev {
  right: 0;
}

.more_box {
  margin-top: 60px;
}

.special_content {
  margin-top: 30px;
}

#special_swiper_more {
  padding: 0 22px;
}

#special_swiper_more .swiper-slide .imgbg,
#special_swiper_more .swiper-slide img {
  width: 310px;
  height: 150px;
  border-radius: 10px;
}

.more_box {
  display: flex;
  margin-bottom: 50px;
}

.center .more_box {
  margin-bottom: 0;
}

.special_more {
  position: relative;
  top: -22px;
  width: 30px;
  margin-right: 23px;
  color: #0a7de2;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
}

.special_more span {
  display: block;
  transform: rotate(90deg);
  margin-top: 20px;
  font-size: 14px;
}

.footer_line {
  display: flex;
  width: 100%;
  height: 7px;
}

.footer_line div:nth-child(1) {
  width: 70%;
  background-color: #0a7de2;
}

.footer_line div:nth-child(2) {
  width: 20%;
  background-color: #f39900;
}

.footer_line div:nth-child(3) {
  flex: 1;
  background-color: #009e41;
}

.footer_top {
  position: relative;
  padding: 80px 0 30px 0;
}

.section6 {
  background-color: #f5f5f5;
}

.footer_warp {
  background-color: #f5f5f5;
}

.footer {
  width: 1450px;
  margin: 0 auto;
  background-image: url(../img/footer_bg.png);
  background-size: 60%;
  background-position: center;
  background-position-y: 80px;
  background-repeat: no-repeat;
}

.footer_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}

.footer_top div:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
}

.qrcode {
  display: none;
  position: absolute;
  top: 150px;
  right: 0;
}

.qrcode img {
  width: 170px;
}

.qrcode::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #fff;
  top: -10px;
  right: 16px;
}

.footer_content {
  display: flex;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 50px;
}

.footer_left {
  flex: 1;
  margin-right: 260px;
}

.link_list {
  display: flex;
}

.link_list li {
  flex: 1;
}

.link_title {
  position: relative;
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 35px;
}

.link_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 3px;
  background-color: #ff860b;
}

.link_list a {
  font-size: 15px;
  color: #666666;
  line-height: 35px;
}

.footer_nav {
  width: 300px;
  margin-right: 10px;
}

.footer_nav ul {
  display: flex;
  flex-wrap: wrap;
 // justify-content: space-between;
}

.footer_nav li:nth-child(3n){
margin-right: 0;
}

.footer_nav li {
  width: 77px;
margin-right: 32px;
}

.footer_nav .footer_nav_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 77px;
  height: 77px;
  background-color: #0a7de2;
  border-radius: 4px;
}

.footer_nav .footer_nav_title {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 43px;
  text-align: center;
}

.copyright {
  padding: 30px 0 55px;
  font-size: 15px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}

.copyright .year {
  margin: 0 45px 0 15px;
}

.videoModal-box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  align-items: center;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}

.shipinLayer {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 50px;
  position: relative;
  box-sizing: border-box;
}

.shipinLayer .close {
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
  width: 28px;
  height: 28px;
  background: url(../img/close2.png) no-repeat;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.link_nav {
  display: none;
  position: fixed;
  top: 85px;
  left: 0;
  width: 100%;
  height: 730px;
  padding-top: 110px;
  background: url(../img/topmodel.png) no-repeat;
  background-color: #fff;
  z-index: 999;
  box-sizing: border-box;
  background-size: cover;
}

.link_nav_content {
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin: 0 auto;
}

.link_nav_left {
  display: flex;
}

.nav_meau ul {
  padding-right: 124px;
  border-right: 1px solid #797979;
}

.nav_meau li {
  width: 145px;
  box-sizing: border-box;
}

.nav_meau a {
  font-size: 26px;
  line-height: 72px;
}

.nav_meau .active {
  position: relative;
  padding-left: 40px;
}

.nav_meau .active a {
  color: #0a7de2;
}

.nav_meau .active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  width: 50px;
  height: 2px;
  background-color: #0a7de2;
}

.nav_meau_info {
  margin-left: 110px;
}

.nav_meau_info a {
  font-size: 21px;
  color: #666666;
  line-height: 60px;
}

.nav_meau_info li:nth-child(1) a,
.nav_meau li:nth-child(1) a {
  line-height: 1;
}

.nav_meau_info li:nth-child(1) {
  margin-bottom: 20px;
}

.nav_meau li:nth-child(1) {
  margin-bottom: 23px;
}

.link_nav_right {
  width: 690px;
}

.website_title {
  padding-bottom: 19px;
  border-bottom: 1px solid #0a7de2;
  color: #0a7de2;
  font-size: 24px;
  line-height: 1;
}

.website_list {
  margin-top: 20px;
}

.website_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.website_list li {
  width: 50%;
  padding-left: 25px;
  background: url(../img/nav_link.png) no-repeat;
  background-position: center;
  background-position-x: 0;
  box-sizing: border-box;
}

.website_list li a {
  font-size: 16px;
  line-height: 42px;
}

.news_list_box .news_list {
  display: none;
}

.news_list_box .news_list:nth-child(1) {
  display: block;
}

.business_content {
  width: 1450px;
  margin: 0 auto;
}

.business .business_introduce {
  display: none;
}

.business .business_introduce_active {
  display: block;
}

.business .business_introduce:nth-child(3) .more a {
  color: #238e3a;
}

.business .business_introduce:nth-child(4) .more a {
  color: #f39900;
}

.business .business_introduce:nth-child(5) .more a {
  color: #0b3b85;
}

.nav_meau_info ul {
  display: none;
}

.nav_meau_info ul:nth-child(1) {
  display: block;
}

.concatimg {
  display: none;
}

@media screen and (max-width: 1720px) {
  #special_swiper .swiper-slide,
  /* #special_swiper .swiper-slide a, */
  #special_swiper .swiper-slide .imgbg,
  #special_swiper .swiper-slide img {
    height: 380px;
  }

  .more_box {
    margin-top: 40px;
  }

  .special_content {
    margin-top: 20px;
  }
}

@keyframes downIconIco {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}

.r_box {
  opacity: 0;
  transform: translateX(100%);
  transition: 0.8s;
  transition-delay: 0.5s;
}

.center .r_box {
  opacity: 1;
  transform: translateX(0);
}

.l_box {
  opacity: 0;
  transform: translateX(-100%);
  transition: 0.8s;
  transition-delay: 0.5s;
}

.center .l_box {
  opacity: 1;
  transform: translateX(0);
}

.t_box {
  opacity: 0;
  transform: translateY(-50px);
  transition: 0.8s;
  transition-delay: 0.5s;
}

.center .t_box {
  opacity: 1;
  transform: translateX(0);
}

.b_box {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.8s;
  transition-delay: 0.5s;
}

.center .b_box {
  opacity: 1;
  transform: translateX(0);
}

.lists_img {
  opacity: 0;
  transform: translateY(100px);
  transition: 0.8s;
  transition-delay: 0.5s;
}

.center .lists_img {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 1440px) {
}

/* 关于我们 */
.banner_bg {
  /* position: relative; */
  width: 100%;
  height: 540px;
  background-size: cover;
  background-position: center center;
}

.regard_bg {
  background-image: url(../img/regard.jpg);
}

.party_bg {
  background-image: url(../img/party.jpg);
}

.develop_bg {
  background-image: url(../img/develop.jpg);
}

.charm_bg {
  background-image: url(../img/charm.jpg);
}

.manpower_bg {
  background-image: url(../img/manpower.jpg);
}

.business_bg {
  background-image: url(../img/business_bg.jpg);
}

.news_bg {
  background-image: url(../img/zxzxbanner.jpg);
}

.local {
  position: relative;
  width: 1440px;
  height: 100%;
  margin: 0 auto;
}

.local_bottom {
  position: absolute;
  right: 0;
  bottom: 20px;
  color: #fff;
  line-height: 23px;
}

.local_bottom a {
  color: #fff;
}

.local_bottom img {
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.center_nav ul {
  display: flex;
  width: 1440px;
  margin: 0 auto;
}

.center_nav_item {
  flex: 1;
  height: 80px;
  line-height: 80px;
}

.center_nav_item a {
  display: block;
  text-align: center;
  font-size: 18px;
}

.center_nav_item:hover,
.center_nav .active {
  background-color: #097de2;
}

.center_nav_item:hover a,
.center_nav .active a {
  color: #fff;
}

.center_content {
  padding-top: 75px;
  background-color: #f5f5f5;
  background-image: url(../img/regard_content_bg.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-position-y: 30px;
}

.regard {
  width: 1440px;
  margin: 0 auto;
  background: url(../img/regard.png) no-repeat;
  /* background-size: cover; */
}

.center_content .new_title .left {
  border: none;
  padding-left: 0;
}

.center_content .new_title .left .chan {
  margin-bottom: 10px;
}

.regard_content {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}

.regard_content .left {
  width: 530px;
  margin-right: 60px;
}

.regard_content .left img {
  width: 100%;
}

.regard_content .right {
  flex: 1;
}

.regard_content p {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 25px;
  text-indent: 2em;
  text-align: justify;
}

.title_img {
  margin-bottom: 40px;
}

.regard_bottom {
  padding: 70px 0 100px;
  background: url(../img/regard_bottom.png) no-repeat;
  background-size: 100% 100%;
}

.regard_bottom .statistics {
  width: 1440px;
  margin: 0 auto;
}

.regard_bottom .statistics ul {
  width: 100%;
}

.regard_bottom .stat_title {
  font-weight: bold;
}

.regard_bottom .statistics ul li:nth-child(3) {
  margin-right: 50px;
}

.party_list {
  width: 1440px;
  margin: 0 auto;
}

.party_list ul {
  display: flex;
  flex-wrap: wrap;
}

.party_list li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 60px;
  background: url(../img/party_list_bg.png) no-repeat;
  background-position: left bottom;
  background-size: 100%;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.party_list li:nth-child(3n) {
  margin-right: 0;
}

.party_list_img {
  width: 100%;
  height: 260px;
}

.party_list_img img {
  display: none;
  width: 100%;
}

.party_list_title {
  padding: 25px 36px;
  font-size: 20px;
  line-height: 30px;
}

.party_list_info {
  display: flex;
  justify-content: space-between;
  padding: 15px 36px;
  font-size: 16px;
}

.party_list_info div:nth-child(1) {
  color: #666666;
}

.party_list_info div:nth-child(2) span {
  margin-right: 12px;
  color: #f39900;
}

.party_list li:hover {
  background-color: #097de2;
}

.party_list_icon_f {
  display: none;
}

.party_list li:hover .party_list_icon {
  display: none;
}

.party_list li:hover .party_list_icon_f {
  display: inline-block;
}

.party_list li:hover .party_list_title,
.party_list li:hover .party_list_info div:nth-child(1),
.party_list li:hover .party_list_info div:nth-child(2) span {
  color: #fff;
}

.party_content {
  background-image: url(../img/party_bg.png);
  background-size: 100%;
}

.party_swiper {
  width: 1440px;
  margin: 0 auto 60px;
}

.party_swiper .swiper-slide a {
  display: flex;
  width: 100% !important;
  background-color: #fff;
}

.party_swiper .swiper-slide .imgbg {
  width: 700px;
  height: 460px;
}

.party_swiper .swiper-slide .imgbg img {
  display: none;
  width: 700px;
  height: 460px;
}

.party_swiper .swiper-slide .right {
  flex: 1;
}

.party_swiper .swiper_prev,
.party_swiper .swiper_next {
  width: 40px;
  height: 60px;
  background-color: #fff;
  text-align: center;
  line-height: 70px;
  vertical-align: middle;
}

.party_swiper .swiper_next,
.party_swiper .swiper_prev {
  left: 0;
  top: 50%;
  margin-top: -30px;
}

.party_swiper .swiper_prev {
  left: 660px;
}

.party_swiper .swiper_prev {
  border-radius: 6px 0 0 6px;
}

.party_swiper .swiper_next {
  border-radius: 0 6px 6px 0;
}

.party_swiper .swiper-pagination {
  width: 120px;
  right: 0 !important;
  left: inherit;
  bottom: 78px;
}

.party_swiper
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #b5d8f6;
}

.party_swiper .swiper-pagination-bullet-active {
  width: 40px !important;
  height: 10px !important;
  background-color: #097de2 !important;
}

.party_info {
  flex: 1;
  padding: 50px;
  box-sizing: border-box;
}

.party_info .time {
  font-size: 18px;
}

.party_info .party_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 20px;
  font-size: 32px;
  line-height: 44px;
  font-weight: bold;
}

.party_info .party_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 26px;
  font-size: 18px;
  line-height: 32px;
  color: #666666;
}

.party_more {
  width: 196px;
  height: 46px;
  margin-top: 54px;
  border-radius: 23px;
  border: 1px solid #097de2;
  line-height: 46px;
  text-align: center;
  color: #097de2;
  font-size: 16px;
}

.party_more .party_list_icon_f {
  display: none;
}

.party_more img {
  position: relative;
  left: 10px;
  width: 12px;
}

.party_more:hover {
  color: #fff;
  background-color: #097de2;
}

.party_more:hover .party_list_icon_f {
  display: inline-block;
}

.party_more:hover .party_icon_b {
  display: none;
}

.contact_bg {
  height: 1070px;
  background-image: url(../img/contact.jpg);
}

.contact_content {
  position: absolute;
  top: 230px;
  left: 50%;
  width: 1440px;
  height: 650px;
  padding: 70px;
  margin-left: -720px;
  background-image: url(../img/center_bg.png);
  box-sizing: border-box;
  background-position-y: 0;
}

.contact_content .regard {
  width: 100%;
  background-image: none;
}

.contact_info {
  display: flex;
  margin-top: 80px;
}

.contact_info .left,
.contact_info .right {
  flex: 1;
}

.contact_title {
  margin-bottom: 40px;
  font-size: 26px;
}

.contact_info p {
  font-size: 16px;
  line-height: 48px;
}

.contact_info .right p {
  line-height: 42px;
}

.contact_info a {
  color: #097de2;
}

.contact_map .left p {
  line-height: 58px;
}

.contact_info .left p img {
  width: 26px;
  vertical-align: middle;
  margin-right: 18px;
}

.contact_map {
  margin-top: 30px;
}

.contact_map .right img {
  position: relative;
  top: -60px;
}

.develop {
  background-image: none;
}

.develop_content {
  width: 1440px;
  margin: 58px auto 0;
}

.menu {
  display: flex;
  height: 128px;
  border-bottom: 2px solid #097de2;
  background: url(../img/agenda-bg.png) no-repeat;
  background-size: 55%;
  background-position: right center;
}

.menu_item {
  flex: 1;
  font-size: 24px;
  line-height: 128px;
  font-weight: bold;
  text-align: center;
}

.menu .active {
  color: #fff;
  background-color: #097de2;
  border-radius: 10px 10px 0 0;
}

.develop_list_box {
  padding: 96px 100px 0;
  background: url(../img/develop_list.png) no-repeat;
  background-position: center 30px;
}

#menu-container .swiper-slide {
  background: url(../img/menu-container.png) no-repeat;
  background-position: center center;
  background-size: 100%;
}

.develop_box,
.ranks_content,
.medium_content,
.speak_bg {
  background: url(../img/regard_bottom.png) no-repeat;
  background-position: center 110%;
  background-size: 100%;
}

.medium_content {
  background-position: center 105%;
}

.develop_list_header {
  position: relative;
  padding-left: 100px;
}

.develop_list_header::after {
  content: "";
  position: absolute;
  left: 140px;
  top: 100%;
  width: 2px;
  height: 80px;
  background-color: #1081e3;
}

.develop_list_header img {
  width: 80px;
  vertical-align: middle;
}

.develop_list {
  padding-top: 80px;
}

.develop_list_item {
  position: relative;
  display: flex;
  padding-bottom: 110px;
}

.develop_list_item::after {
  content: "";
  position: absolute;
  left: 140px;
  top: 44px;
  width: 2px;
  height: calc(100% - 44px);
  background-color: #1081e3;
}

.develop_list .develop_list_item:last-child:after {
  height: 30px;
}

.develop_list_item .list_item_left {
  position: relative;
  padding-right: 24px;
}

.develop_list_item .time {
  width: 140px;
  height: 40px;
  background-color: #f39900;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
}

.develop_list_item .yuan {
  position: absolute;
  right: 0;
  top: -4px;
  width: 48px;
  height: 48px;
  border: 2px solid #097de2;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.develop_list_item .yuan .nei {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 2px auto;
  border: 1px solid #097de2;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
}

.develop_list_item .yuan .nei::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
  background-color: #f39900;
  border-radius: 50%;
}

.list_item_right {
  flex: 1;
  padding: 13px 30px 25px 30px;
  background-color: #fff;
  border-radius: 8px;
  margin-left: 25px;
}

.right_list_item {
  display: flex;
  font-size: 16px;
  line-height: 32px;
  margin-top: 12px;
}

.right_list_item .dian {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  border: 1px solid #f39900;
  border-radius: 50%;
  box-sizing: border-box;
}

.right_list_item .dian::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  margin-top: -4px;
  background-color: #f39900;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
}

.ranks_list {
  background: url(../img/ranks_list.png) no-repeat;
  background-size: 100%;
  background-position: left center;
}

.ranks_list_item {
  width: 1440px;
  margin: 0 auto;
  height: 68px;
  padding-left: 85px;
  margin-top: 10px;
  line-height: 68px;
  box-sizing: border-box;
  background-color: #fff;
}

.ranks_list_item .username {
  width: 100px;
}

.ranks_list_item a {
  display: flex;
}

.ranks_list_item img {
  line-height: 68px;
  vertical-align: middle;
}

.ranks_list_item .ranks_jt_f {
  display: none;
}

.ranks_list_item:hover .ranks_jt_f {
  display: inline-block;
}

.ranks_list_item:hover .ranks_jt {
  display: none;
}

.ranks_list_item:hover a {
  color: #fff;
}

.ranks_list_item:hover {
  background-color: #097de2;
}

.ranks_list_item .jt {
  margin-right: 40px;
}

.ranks_list_item .username {
  margin-right: 50px;
  font-size: 22px;
  font-weight: bold;
}

.ranks_list_item .userinfo {
  font-size: 18px;
}

.ranks_list {
  margin-top: 35px;
  padding-bottom: 100px;
}

.speak_content {
  width: 1440px;
  display: flex;
  margin: 45px auto 0;
  padding-bottom: 60px;
}

.speak_content_left {
  width: 495px;
  margin-right: 75px;
}

.speak_content_right {
  flex: 1;
  position: relative;
  top: -45px;
}

.speak_content_right img {
  height: 45px;
}

.sculpture {
  width: 100%;
  height: 615px;
  background-color: #e6e6e6;
}

.speak_info {
  height: 150px;
  padding: 40px 45px;
  background: url(../img/speak.png) #097de2 no-repeat;
  background-position-x: 120%;
  background-position-y: 10px;
  color: #fff;
  box-sizing: border-box;
}

.speak_info .username {
  margin-bottom: 20px;
  font-size: 34px;
}

.speak_info .userinfo {
  font-size: 18px;
}

.speak_text {
  height: 740px;
  position: relative;
  padding-right: 50px;
  margin-bottom: 50px;
  margin-right: 15px;
  /* border-right: 2px solid #e9e9e9; */
  font-size: 16px;
  line-height: 34px;
  overflow: auto;
}

/* .speak_text::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 0;
  width: 2px;
  height: 125px;
  background-color: #097de2;
} */

.speak_text p {
  text-indent: 2em;
  margin-bottom: 32px;
}

.speak_text::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.speak_text::-webkit-scrollbar-track {
  background: #e9e9e9;
}

.speak_text::-webkit-scrollbar-thumb {
  background: #097de2;
}

.dou {
  margin-bottom: 30px;
}

.dou2 {
  position: relative;
  top: -30px;
  padding-right: 70px;
  text-align: right;
}

.medium_list {
  width: 1440px;
  margin: 0 auto;
}

.medium_list li {
  margin-top: 25px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.medium_list li:nth-child(1) {
  margin-top: 0;
}

.medium_list a {
  display: flex;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}

.medium_list_left {
  width: 430px;
  height: 300px;
  margin-right: 60px;
}

.medium_list_left img {
  display: none;
}

.medium_jt {
  display: flex;
  width: 100px;
  align-items: center;
}

.medium_jt span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f5f5f5;
  text-align: center;
  line-height: 50px;
}

.medium_jt img {
  vertical-align: middle;
}

.medium_jt .medium_jt_f {
  display: none;
}

.medium_list_right {
  flex: 1;
  padding-right: 60px;
}

.medium_list li:hover .medium_jt_b {
  display: none;
}

.medium_list li:hover .medium_jt_f {
  display: inline-block;
}

.medium_list li:hover .medium_jt span {
  background-color: #5db447;
}

.medium_list li:hover a {
  border-bottom: 2px solid #5db447;
}

.medium_title {
  position: relative;
  margin: 35px 0 30px;
  font-size: 32px;
  line-height: 92px;
}

.medium_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 63px;
  height: 6px;
  background-color: #097de2;
  border-right: 22px solid #5db447;
}

.medium_info {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 32px;
  color: #666;
}

.kkpager_box {
  width: 1440px;
  margin: 55px auto 0;
}

#kkpager {
  display: flex;
  justify-content: flex-end;
  line-height: 40px;
}

#kkpager li,
#kkpager #jumpButton,
.next {
  /* width: 40px; */
  height: 40px;
  margin: 0 12px;
  padding: 0 15px;
  border: 1px solid #d2d2d2;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 4px;
}

#kkpager li{
  padding: 0;
}

#kkpager .prev{padding: 0 15px;}

#kkpager .prev a{padding: 0;}

#kkpager li a{
  padding: 0 15px;
height: 100%;
display:block;
}

.next  a{
 font-size: 12px;
}

#jumpPage {
  width: 40px;
  height: 26px;
  padding-left: 3px;
  margin: 6px 10px 0;
  font-size: 12px;
}

#kkpager .active,
#kkpager #jumpButton {
  background-color: #097de2;
  color: #fff;
  border-color: #097de2;
}

#kkpager #jumpButton {
  display: inline-block;
}

.medium_content {
  padding-bottom: 80px;
}

.charm_list {
  display: flex;
  flex-wrap: wrap;
  width: 1440px;
  margin: 0 auto;
}

.charm_list_item {
  width: 31%;
  height: 337px;
  margin-right: 3.5%;
  margin-bottom: 20px;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.charm_list .charm_list_item:nth-child(3n) {
  margin-right: 0;
}

.charm_list_item .top {
  position: relative;
  width: 100%;
  height: 260px;
}

.charm_list_item .video_box img {
  width: 60px;
}

.charm_list_item .video_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
}

.charm_list_item .imgbg img {
  display: none;
}

.charm_list_item .video_box .video_g_img {
  display: none;
}

.charm_title {
  height: 75px;
  line-height: 75px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-color: #fff;
}

.charm_list_item:hover {
  border-bottom: 2px solid #5db447;
}

.charm_list_item:hover .video_box .video_g_img {
  display: inline-block;
}

.charm_list_item:hover .video_box .video_img {
  display: none;
}

.charm_list_item:hover .charm_title {
  color: #5db447;
}

.corporate_title {
  position: relative;
  text-align: center;
  font-size: 42px;
  line-height: 114px;
  font-weight: bold;
}

.corporate_title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 63px;
  height: 6px;
  margin-left: -42.5px;
  background-color: #097de2;
  border-right: 22px solid #5db447;
}

.corporate_content {
  padding-top: 20px;
}

.corporate1,
.corporate2,
.corporate4,
.corporate5,
.corporate6,
.corporate3 {
  width: 100%;
  height: 700px;
  background: url(../img/corporate1.jpg);
  background-size: cover;
  background-position: center center;
  color: #fff;
}

.corporate1 {
  margin-top: 58px;
}

.corporate2 {
  background-image: url(../img/corporate2.jpg);
}

.corporate3 {
  background-image: url(../img/corporate3.jpg);
}

.corporate4 {
  background-image: url(../img/corporate4.jpg);
}

.corporate5 {
  background-image: url(../img/corporate5.jpg);
  color: #000;
}

.corporate6 {
  background-image: url(../img/corporate6.jpg);
  color: #000;
}

.characteristic {
  display: flex;
  width: 1440px;
  height: 100%;
  margin: 0 auto;
}

.characteristic li {
  flex: 1;
  padding-top: 215px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.characteristic li a {
  color: #fff;
}

.characteristic li .icon {
  margin-bottom: 30px;
  text-align: center;
}

.characteristic_title {
  font-size: 62px;
  text-align: center;
  /* font-weight: bold; */
  margin-bottom: 15px;
  font-family: "Slidechunfeng";
}

.characteristic_info {
  font-size: 16px;
  text-align: center;
  line-height: 32px;
}

.characteristic li:hover {
  background: linear-gradient(
    180deg,
    rgba(253, 185, 64, 0) 0,
    rgba(9, 125, 226, 1) 100%
  );
}

.corporate2 .corporate_title {
  width: 1440px;
  margin: 0 auto;
  padding-right: 340px;
  box-sizing: border-box;
  text-align: right;
  color: #fff;
}

.corporate2 .corporate_title::after {
  right: 385px;
  left: inherit;
}

.corporate2 ul {
  width: 1440px;
  margin: 0 auto;
  margin-top: 35px;
  padding-right: 150px;
  font-size: 30px;
  /* font-weight: bold; */
  text-align: right;
  line-height: 78px;
  color: #fff;
  box-sizing: border-box;
}

.corporate2 ul li,
.corporate4 ul li {
  font-family: "Slidechunfeng";
  font-size: 40px;
}

.corporate_next {
  display: inline-block;
  width: 85px;
  height: 85px;
  margin-right: 235px;
  margin-top: 50px;
  background-color: #fff;
  border-radius: 50%;
  line-height: 85px;
  text-align: center;
  cursor: pointer;
}

.corporate_next img {
  vertical-align: middle;
}

.corporate3,
.corporate4 {
  overflow: hidden;
}

.corporate3 ul,
.corporate3 .corporate_title,
.corporate4 ul,
.corporate4 .corporate_title {
  width: 1440px;
  margin: 0 auto;
}

.corporate5 ul {
  width: 1640px;
  margin: 0 auto;
}

.corporate3 .corporate_title {
  margin-top: 150px;
  text-align: left;
}

.corporate3 .corporate_title::after {
  left: 147px;
}

.corporate3 ul {
  margin-top: 30px;
}

.corporate3 ul li {
  width: 294px;
  text-align: center;
  font-family: "Slidechunfeng";
  font-size: 50px;
}

.corporate3 .corporate_next {
  margin-left: 105px;
}

.corporate4 {
  height: 700px;
}

.corporate4 .corporate_title {
  padding-right: 135px;
  margin-top: 100px;
  text-align: right;
  box-sizing: border-box;
}

.corporate4 .corporate_title::after {
  left: inherit;
  right: 175px;
}

.corporate4 ul {
  margin-top: 20px;
  text-align: right;
}

.corporate4 ul li {
  font-size: 50px;
}

.corporate4 .corporate_next {
  margin-right: 175px;
}

.corporate5 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
  overflow: hidden;
}

.corporate5 ul li {
  width: 270px;
  height: 270px;
  padding-top: 55px;
  margin-right: 30px;
  margin-top: 50px;
  border-radius: 50%;
  background-color: #1280df;
  text-align: center;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 42px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.positioner_jt_box {
  margin-top: 15px;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  line-height: 60px;
  cursor: pointer;
}

.corporate5 ul li .positioner_jt {
  display: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

/* .corporate5 ul li:nth-child(1) {
  margin-right: 70px;
} */

.corporate5 ul li:nth-child(2) {
  background-color: #5db245;
}

.corporate5 ul li:nth-child(3) {
  background-color: #f39900;
}

.corporate5 ul li:hover {
  width: 380px;
  height: 380px;
  padding-top: 90px;
  margin-top: 0;
  margin-right: 30px;
}

.corporate5 ul li:hover .positioner_jt {
  display: inline-block;
}

.corporate5 ul li:nth-child(4) {
  /* margin-right: 70px; */
  background-color: #0c69b2;
}

.corporate5 ul li:nth-child(5) {
  margin-right: 0;
  background-color: #1181e1;
}

/* .positioner_jt {
  margin-top: 28px;
} */

.corporate6 .content {
  margin-top: 50px;
  font-size: 50px;
  text-align: center;
  font-family: "Slidechunfeng";
}

.corporate_content {
  padding-bottom: 0;
}

.corporate6,
.corporate5 {
  overflow: hidden;
}

.corporate6 .corporate_title {
  margin-top: 60px;
}

.corporate5 .corporate_title {
  margin-top: 30px;
}

.manpower_nav li {
  flex: none;
  width: 230px;
}

.manpower_content {
  padding-top: 65px;
}

.manpower_list_item a {
  display: flex;
  width: 100%;
  height: 120px;
  padding-left: 40px;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.manpower_list {
  width: 1440px;
  margin: 0 auto;
}

.manpower_list_item {
  margin-bottom: 10px;
}

.manpower_list .item_right {
  display: flex;
  align-items: center;
  width: 150px;
}

.manpower_list .item_left {
  flex: 1;
}

.manpower_list .item_right span {
  width: 100px;
  height: 38px;
  color: #fff;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  background-color: #097de2;
  border-radius: 4px;
}

.manpower_title {
  margin: 32px 0 27px;
  font-size: 20px;
  font-weight: bold;
}

.manpower_time {
  font-size: 12px;
  color: #666666;
}

.manpower_list_item:hover .item_right span {
  background-color: #009e41;
}

.manpower_list_item:hover .manpower_title {
  color: #009e41;
}

.manpower_list_item:hover a {
  border: 1px solid #009e41;
  background: url(../img/manpower_list.png) #fff no-repeat;
  background-position: 70px center;
  background-size: 120px;
}

.manpower_box {
  padding-bottom: 80px;
}

.websites_title {
  width: 1440px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: bold;
  line-height: 60px;
  border-bottom: 1px solid #097de2;
}

.websites_title span {
  display: inline-block;
  position: relative;
}

.websites_title span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #097de2;
  left: 0;
  bottom: -3px;
  border-radius: 2px;
}

.websites_list ul {
  display: flex;
  flex-wrap: wrap;
  width: 1440px;
  margin: 35px auto 0;
}

.websites_list ul li {
  width: 24%;
  height: 60px;
  margin-right: 1.3333%;
  margin-bottom: 20px;
  padding-left: 26px;
  border-radius: 4px;
  background-color: #fff;
  line-height: 60px;
  box-sizing: border-box;
}

.websites_list ul li a {
  font-size: 18px;
}

.websites_list ul li img {
  vertical-align: middle;
  margin-right: 20px;
}

.websites_f {
  display: none;
}

.websites_list ul li:hover {
  background-color: #097de2;
}

.websites_list ul li:hover a {
  color: #fff;
}

.websites_list ul li:hover .websites_h {
  display: none;
}

.websites_list ul li:hover .websites_f {
  display: inline-block;
}

.websites_list ul li:nth-child(4n) {
  margin-right: 0;
}

.part {
  margin-top: 25px;
}

.websites_list_box {
  padding-bottom: 100px;
}

.websites_content {
  padding-top: 50px;
}

.party_list + .kkpager_box {
  margin-top: 0;
}

.party_content .ranks_content {
  padding-bottom: 80px;
}

.party_content {
  background-position-y: 0;
}

.honor_list ul {
  display: flex;
  flex-wrap: wrap;
  width: 1440px;
  margin: 0 auto;
}

.honor_list ul li {
  width: 23%;
  margin: 2% 2% 0 0;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.honor_list ul li:nth-child(4n) {
  margin-right: 0;
}

.hover_box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 260px;
  display: none;
}

.hover_box img {
  vertical-align: middle;
}

.honor_top {
  position: relative;
  width: 100%;
  height: 260px;
  background-color: #fefefe;
}

.honor_top .imgbg {
  background-size: auto 80%;
  background-color: #f5f5f5;
}

.honor_top .imgbg img {
  display: none;
}

.honor_bottom {
  padding: 33px 25px 28px;
  text-align: center;
}

.honor_time {
  color: #f39900;
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: bold;
}

.honor_title {
  font-size: 16px;
  line-height: 26px;
}

.honor_list ul li:hover .honor_bottom {
  background-color: #097de2;
  color: #fff;
}

.honor_list ul li:hover .honor_time {
  color: #fff;
}

.honor_list ul li:hover .hover_box {
  /*display: block;*/
}

.honor_content {
  padding-bottom: 100px;
}

.detail_content {
  padding-top: 125px;
}

.detail_top {
  width: 1280px;
  margin: 0 auto;
  padding-bottom: 36px;
  border-bottom: 1px solid #e3e3e3;
}

.detail_title {
  margin: 28px 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 70px;
  text-align: center;
}

.detail_info {
  display: flex;
  justify-content: center;
  color: #333;
  font-size: 16px;
}

.pubic_time {
  margin-right: 50px;
}

.detail_info span {
  color: #666;
}

.detail_info .size a:nth-child(3) {
  margin: 0 10px;
}

.detail_text {
  width: 1280px;
  margin: 40px auto 0;
}

.detail_text p {
  margin-bottom: 34px;
  font-size: 16px;
  line-height: 32px;
  /*text-indent: 2em;*/
  text-align: justify;
}

.detail_text .img {
  text-align: center;
}

.ababab {
  background-color: #ababab;
}

.share {
  position: fixed;
  right: 2%;
  top: 200px;
  font-size: 16px;
  text-align: center;
}

.share_wx {
  width: 46px;
  height: 46px;
  margin: 18px auto 0;
  border-radius: 4px;
  background-color: #bbbbbb;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
}

.share_wx img {
  vertical-align: middle;
}

.medium_text {
  display: flex;
  margin-bottom: 50px;
  background-color: #fff;
}

.medium_text_left .imgbg{
  width: 654px;
  height: 450px;
}

.medium_text_left img {
  display: none;
  width: 654px;
  height: 450px;
  vertical-align: middle;
}

.medium_text_right {
  flex: 1;
  padding: 40px 40px 0 40px;
  line-height: 32px;
}

.medium_text_right .row {
  margin-bottom: 15px;
  font-size: 18px;
}

.medium_text_right .row span {
  color: #0a7de2;
}

.medium_qrcode {
  margin-top: 15px;
}

.medium_qrcode img{
  width: 145px;
}

.businessn_content {
  width: 100%;
  padding-top: 0;
}

.business1,
.business2,
.business3,
.business4,
.business6,
.business8,
.business9 {
  width: 100%;
  height: 900px;
  background: url(../img/business1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.business2 {
  background-image: url(../img/menu-container.png);
  background-size: 1000px;
  background-position: -110px 20px;
}

.business3 {
  height: auto;
  padding-top: 80px;
  background-image: url(../img/business3_bg.png);
  background-size: 100%;
  background-color: #fff;
}

.business4 {
  height: auto;
  padding: 80px 0 130px;
  background-image: url(../img/business4_bg.jpg);
  background-color: #fff;
}

.business6 {
  height: auto;
  padding: 80px 0 0;
  background-image: url(../img/business6.png);
  background-size: 100%;
  background-color: #fff;
  background-position: 0 0;
}

.business8 {
  height: auto;
  padding: 80px 0 110px;
  background-image: url(../img/business8_bg.jpg);
  /* background-size: 100%; */
  background-color: #fff;
  background-position: 0 0;
}

.business9 {
  height: auto;
  padding: 80px 0 150px;
  background-image: url(../img/regard_bottom.png);
  background-size: 100%;
  background-color: #f5f5f5;
  background-position: 0 120%;
}

.business1_box {
  padding-top: 75px;
}

.business1_content {
  display: flex;
  width: 1440px;
  margin: 0 auto;
}

.content_left {
  width: 620px;
  padding: 90px 0 0 15px;
}

.content_right {
  width: 773px;
}

.left_row {
  margin-bottom: 80px;
}

.row_title {
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: bold;
  line-height: 64px;
}

.row_title img {
  position: relative;
  top: -5px;
  height: 64px;
  margin-left: 15px;
  vertical-align: middle;
}

.row_info {
  padding-right: 110px;
  font-size: 18px;
  line-height: 34px;
}

.row_info span {
  font-weight: bold;
}

.row_info .blue {
  color: #097de2;
}

.row_info .green {
  color: #009e41;
}

.row_info .orgin {
  color: #f39900;
}

.business2 {
  height: 1350px;
  padding-top: 110px;
  box-sizing: border-box;
}

.business_box {
  width: 1440px;
  margin: 0 auto;
}

.business_bigtitle  a{
  display: block;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.business_bigtitle span {
  color: #097de2;
}

.business_info {
  display: -webkit-box;
  padding: 0 180px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 18px 0 15px;
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  /* text-align: center; */
  text-indent: 2em;
}

.business2_list {
  margin-top: 15px;
}

.business2_list ul {
  display: flex;
  flex-wrap: wrap;
}

.business2_list li {
  width: calc(33.333% - 30px);
  margin-top: 30px;
  background-color: #fff;
}

.business2_list .business2_list_item:nth-child(1) {
  position: relative;
  width: calc(66.666% - 30px);
}

.business2_list .business2_list_item:nth-child(1) .imgbg {
  height: 464px;
}

.business2_list .business2_list_item:nth-child(1) .business2_list_info {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 460px;
  margin-left: -230px;
  z-index: 9;
}

.business2_list .business2_list_item:nth-child(1),
.business2_list .business2_list_item:nth-child(3),
.business2_list .business2_list_item:nth-child(4) {
  margin-right: 30px;
}

.business2_list li img {
  display: none;
}

.business2_list .imgbg {
  height: 260px;
}

.business2_list_info {
  padding: 16px 30px 50px;
  background-color: #fff;
}

.business2_title {
  font-size: 22px;
  font-weight: bold;
  line-height: 60px;
}

.business2_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
  line-height: 26px;
  color: #666;
}

.business2_list li:hover .business2_list_info,
.business2_list li:hover .business2_text {
  background-color: #097de2;
  color: #fff;
}

.business3 .business_box {
  width: 1440px;
  margin: 0 auto;
}

.business3_swiper {
  position: relative;
  margin-top: 55px;
}

.business3_swiper .swiper-pagination {
  bottom: 80px !important;
}

.business3_swiper .swiper-container {
  width: 1440px;
  height: 710px;
  overflow: hidden;
  padding-bottom: 180px;
}

.business3_swiper .swiper-slide {
  height: calc((100% - 30px) / 2);
}

.business3_swiper ul {
  display: flex;
  flex-wrap: wrap;
}

.business3_swiper li {
  position: relative;
  width: calc(50% - 15px);
  margin-right: 30px;
  margin-bottom: 30px;
}

.business3_swiper img {
  display: none;
}

.business3_swiper a {
  width: 100%;
}

.business3_swiper .imgbg {
  width: 100%;
  height: 340px;
}

.business3_swiper .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 120px !important;
}

.business3_swiper .swiper-pagination-bullet,
.business3_swiper
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #4dacff;
}

.business3_swiper .swiper-pagination-bullet-active {
  height: 15px !important;
  background-color: #097de2 !important;
}

.business3_title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 47px;
  font-size: 16px;
  line-height: 47px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.business4 .business_bigtitle a,
.business4 .business_info {
  color: #fff;
}

.business4 .characteristic li {
  padding: 85px 80px 0;
  box-sizing: border-box;
}

.business4 .characteristic li:hover {
  background: transparent;
}

.business4 .characteristic li img {
  height: 100px;
}

.business4 .characteristic_title {
  font-family: none;
  font-size: 26px;
  font-weight: bold;
}

.business5,
.business7 {
  padding: 100px 0 210px;
  background-color: #f5f5f5;
}

.business4 .business_bigtitle span,
.business5 .business_bigtitle span,
.business8 .business_bigtitle span,
.business9 .business_bigtitle span {
  color: #f39900;
}

.business5_img {
  position: relative;
}

.business5_img img {
  display: none;
}

.business5_img .imgbg {
  height: 575px;
}

.business5_info {
  position: absolute;
  left: 50%;
  bottom: -100px;
  width: 920px;
  height: 195px;
  padding: 40px 60px 0;
  margin-left: -460px;
  background-color: #097de2;
  color: #fff;
  box-sizing: border-box;
}

.business5_title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
}

.business5_text {
  font-size: 14px;
  line-height: 26px;
}

.business6 .business_bigtitle span,
.business7 .business_bigtitle span {
  color: #4c9537;
}

.business7 .business5_info {
  background-color: #4c9537;
}

.business8_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.business8_list .business8_img {
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.business8_list .imgbg {
  width: 100%;
  height: 340px;
}

.business8_list .business8_img img {
  display: none;
}

.business8_title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 47px;
  color: #fff;
  font-size: 14px;
  line-height: 47px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.business8_list .business8_img:nth-child(2),
.business8_list .business8_img:nth-child(3) {
  width: calc(50% - 15px);
}

.business8_list .business8_img:nth-child(2) {
  margin-right: 30px;
}

.business8_list .business8_img:nth-child(4),
.business8_list .business8_img:nth-child(5),
.business8_list .business8_img:nth-child(6) {
  width: calc(33.333% - 20px);
}

.business8_list .business8_img:nth-child(4),
.business8_list .business8_img:nth-child(5) {
  margin-right: 30px;
}

.business9_list {
  display: flex;
}

.business9_list li {
  flex: 1;
  margin: 30px 30px 0 0;
  background-color: #fff;
}

.business9_list li:nth-child(2) {
  margin-right: 0;
}

.business9_list .imgbg img {
  display: none;
}

.business9_list .imgbg {
  height: 440px;
}

.business9_title {
  height: 95px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 95px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.businessn_warp {
  padding-bottom: 0;
}

.anchor {
  display: none;
  position: fixed;
  right: 20px;
  top: 100px;
  width: 156px;
  height: 690px;
  padding: 110px 0 0;
  background: url(../img/anchor.png) no-repeat;
  box-sizing: border-box;
  z-index: 99;
}

.anchor a {
  font-size: 16px;
  color: #fff;
}

.anchor ul {
  padding-left: 60px;
}

.anchor li {
  position: relative;
  height: 60px;
  line-height: 60px;
}

.anchor .anchor_dian {
  position: absolute;
  left: -28px;
  top: 26px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 9;
}

.anchor li::after {
  content: "";
  position: absolute;
  top: 0;
  left: -23px;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}

.anchor .active span {
  left: -34px;
  top: 19px;
  border: 6px solid #5eb530;
}

.totop {
  margin-top: 47px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.totop img {
  margin-bottom: 5px;
}

.business1_content {
  color: #fff;
}

.business1_box .business1_content{
  color: #333;
}

.content_right {
  position: relative;
}

 .row_info span {
  padding: 0 5px;
  margin: 0 5px;
  background-color: #fff;
  border-radius: 4px;
}

.octagon_box {
  position: relative;
  left: 200px;
  top: 250px;
  transform: scale(0.8);
}

.octagon {
  position: absolute;
  left: 0;
  top: 248px;
  width: 80px;
  height: 0;
  border-bottom: 200px solid rgba(0, 0, 0, 0.5);
  border-left: 79px solid transparent;
  border-right: 79px solid transparent;
}

.octagon a {
  color: #fff;
}

.octagon .icon {
  position: relative;
  left: -23px;
  text-align: center;
  width: 80px;
  height: 0;
  border-bottom: 60px solid #fff;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  line-height: 60px;
}

.octagon .icon img {
  height: 40px;
  vertical-align: middle;
}

.octagon .icon .index_ba_f,
.octagon:hover .index_ba {
  display: none;
}

.octagon:hover .index_ba_f {
  display: inline-block;
}

.octagon_title {
  position: relative;
  top: 40px;
  left: -15px;
  font-size: 22px;
  width: 104px;
  font-weight: bold;
  line-height: 30px;
  /* color: #fff; */
  text-align: center;
}

.octagon {
  transform: rotate(21deg);
}

.octagon .octagon_title,
.octagon .icon img {
  transform: rotate(-21deg);
}

.section4 .content_right .octagon:nth-child(1) .octagon_title,
.section4 .content_right .octagon:nth-child(1) .icon img {
  transform: rotate(-337deg);
}

.section4 .content_right .octagon:nth-child(1) {
  left: 180px;
  top: 245px;
  transform: rotate(337deg);
}

.section4 .content_right .octagon:nth-child(2) .octagon_title,
.section4 .content_right .octagon:nth-child(2) .icon img {
  transform: rotate(-66deg);
}

.section4 .content_right .octagon:nth-child(2) {
  transform: rotate(66deg);
  left: -125px;
  top: 121px;
}

.section4 .content_right .octagon:nth-child(3) .octagon_title,
.section4 .content_right .octagon:nth-child(3) .icon img {
  transform: rotate(-112deg);
}

.section4 .content_right .octagon:nth-child(3) {
  transform: rotate(112deg);
  left: -123px;
  top: -56px;
}

.section4 .content_right .octagon:nth-child(4) .octagon_title,
.section4 .content_right .octagon:nth-child(4) .icon img {
  transform: rotate(-159deg);
}

.section4 .content_right .octagon:nth-child(4) {
  transform: rotate(159deg);
  left: 0px;
  top: -185px;
}

.section4 .content_right .octagon:nth-child(5) .octagon_title,
.section4 .content_right .octagon:nth-child(5) .icon img {
  transform: rotate(-203deg);
}

.section4 .content_right .octagon:nth-child(5) {
  left: 175px;
  top: -185px;
  transform: rotate(203deg);
}

.section4 .content_right .octagon:nth-child(6) .octagon_title,
.section4 .content_right .octagon:nth-child(6) .icon img {
  transform: rotate(-246deg);
}

.section4 .content_right .octagon:nth-child(6) {
  left: 294px;
  top: -60px;
  transform: rotate(246deg);
}

.section4 .content_right .octagon:nth-child(7) .octagon_title,
.section4 .content_right .octagon:nth-child(7) .icon img {
  transform: rotate(-290deg);
}

.section4 .content_right .octagon:nth-child(7) {
  left: 302px;
  top: 119px;
  transform: rotate(290deg);
}

.octagon_bigtitle {
  position: absolute;
  left: 370px;
  top: 331px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

.section4 .content_right .octagon:nth-child(1):hover,
.section4 .content_right .octagon:nth-child(8):hover {
  border-bottom-color: #e1ac4c;
}

.section4 .content_right .octagon:nth-child(1):hover .icon,
.section4 .content_right .octagon:nth-child(8):hover .icon {
  border-bottom-color: #e4b45f;
}

.section4 .content_right .octagon:nth-child(2):hover,
.section4 .content_right .octagon:nth-child(3):hover {
  border-bottom-color: #097de2;
}

.section4 .content_right .octagon:nth-child(2):hover .icon,
.section4 .content_right .octagon:nth-child(3):hover .icon {
  border-bottom-color: #218ae6;
}

.section4 .content_right .octagon:nth-child(4):hover,
.section4 .content_right .octagon:nth-child(5):hover {
  border-bottom-color: #e8a027;
}

.section4 .content_right .octagon:nth-child(4):hover .icon,
.section4 .content_right .octagon:nth-child(5):hover .icon {
  border-bottom-color: #eaaa3c;
}

.section4 .content_right .octagon:nth-child(6):hover,
.section4 .content_right .octagon:nth-child(7):hover {
  border-bottom-color: #0bb14f;
}

.section4 .content_right .octagon:nth-child(6):hover .icon,
.section4 .content_right .octagon:nth-child(7):hover .icon {
  border-bottom-color: #23b960;
}

.modal,
.header_modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* opacity: 0.5; */
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.dialog_wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
  z-index: 999;
}

.search_warp {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.search_warp form {
  display: flex;
}

.search_warp input {
  border: none;
}

.search_warp .search {
  width: 585px;
  height: 54px;
  padding-left: 10px;
  border-radius: 6px 0 0 6px;
  font-family: "Microsoft YaHei";
  font-size: 16px;
}

.search_warp .serbb {
  width: 70px;
  height: 54px;
  background: url(../img/t01.png) no-repeat;
  background-color: #097de2;
  background-position: center center;
  border-radius: 0 6px 6px 0;
}

.search_close {
  position: fixed;
  right: 60px;
  top: 100px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 999;
}

.dialog {
  position: relative;
  margin: 5vh auto 50px;
  padding: 50px 30px 50px 50px;
  width: 1440px;
  height: 810px;
  padding: 65px 70px;
  background-image: url(../img/center_bg.png);
  box-sizing: border-box;
  background-size: cover;
  background-position-y: 0;
}

.dialog_close,
.dialog_close2 {
  position: absolute;
  right: 22px;
  top: 22px;
  cursor: pointer;
}

.dialog_title {
  margin-bottom: 26px;
  font-size: 36px;
  color: #097de2;
  font-weight: bold;
}

.small_title {
  margin-bottom: 54px;
  font-size: 22px;
  font-weight: bold;
}

.dialog_text{
  max-height: 430px;
  overflow: auto;
  padding-right: 20px;
}

.dialog_text::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.dialog_text::-webkit-scrollbar-track {
  background: #e9e9e9;
}

.dialog_text::-webkit-scrollbar-thumb {
  background: #097de2;
}


.dialog_text p {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 28px;
}

.friendship_box {
  display: none;
  position: absolute;
  right: -50%;
  bottom: 115%;
  width: 1240px;
  height: 430px;
  padding: 40px 60px 0;
  background: url(../img/friendship.png) #fff no-repeat;
  background-size: cover;
  /* box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); */
  border-top: 5px solid #097de2;
  border-radius: 8px;
  box-sizing: border-box;
}

.friendship_box::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #fff;
  bottom: -9px;
  right: 70px;
}

.footer_nav li:last-child {
  position: relative;
}

.friendship_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.friendship_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-bottom: 15px;
}

.friendship_box li {
  width: 25%;
  margin-bottom: 26px;
}

.friendship_box li a {
  font-size: 16px;
}

.friendship_box li img {
  margin-right: 10px;
}

.level {
  display: none;
  position: fixed;
  top: 84px;
  left: 0;
  width: 100vw;
  min-height: 330px;
  padding-top: 40px;
  background-image: url(../img/level1.png), url(../img/level2.png);
  background-position: left top, right top;
  background-size: 30% 100%, 70% 100%;
  background-repeat: no-repeat, no-repeat;
  box-sizing: border-box;
}

.level_content {
  display: flex;
  width: 1440px;
  height: 100%;
  margin: 0 auto;
}

.level_left {
  width: 28.5%;
}

.level_right {
  display: flex;
  flex: 1;
  padding-left: 120px;
}

.level_content .new_title .left {
  border: none;
}

.level_content .new_title .left .en {
  line-height: 1;
}

.level_right ul {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.level_right ul li {
  position: relative;
  width: 40%;
  height: 48px;
  margin: 0;
  line-height: 48px;
  box-sizing: border-box;
}

.level_right ul li a {
  color: #333;
  font-size: 18px;
}

.level_right ul li:hover {
  background-color: transparent;
  border: none;
}

.level_right ul li:hover a {
  color: #097de2;
}

.level_right ul li:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  width: 30px;
  height: 2px;
  background-color: #0a7de2;
}

.level_right img {
  width: 350px;
}

.mobile_btn,
.navmobile {
  display: none;
}

.contact_info .left p .wx_qrcod{
  width: 145px;
  vertical-align: top;
margin-left: 15px;
}

.gd{
  display: none;
}

.friendship_box .dialog_close2{
  display: none;
}
.back_top{
  position: fixed;
  bottom: 120px;
  right: 2%;
  cursor: pointer;
}
