@font-face {
  font-family: "SourceHanSansCN-Normal";
  src: url("../font/SourceHanSansCN-Normal.woff2") format("woff2"), url("../font/SourceHanSansCN-Normal.woff") format("woff"), url("../font/SourceHanSansCN-Normal.ttf") format("truetype"), url("../font/SourceHanSansCN-Normal.eot") format("embedded-opentype"), url("../font/SourceHanSansCN-Normal.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'iconfont';
  
  src: url("../font/font_1437729_e7d4qvzhfyq.eot");
  src: url("../font/font_1437729_e7d4qvzhfyq.eot") format("embedded-opentype"), url("../font/font_1437729_e7d4qvzhfyq.woff2") format("woff2"), url("../font/font_1437729_e7d4qvzhfyq.woff") format("woff"), url("../font/font_1437729_e7d4qvzhfyq.ttf") format("truetype"), url("../font/font_1437729_e7d4qvzhfyq.svg") format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  
  
}

a {
  transition: all 0.3s;
}

* {
  line-height: 1;
  box-sizing: border-box;
  font-family: SourceHanSansCN-Normal;
}

.cfff {
  color: #FFF !important;
}

.paddtop-100 {
  padding-top: 100px;
}

.fl {
  float: left;
}

.disflex {
  display: flex;
}

.martop-60 {
  margin-top: 60px;
}

.fr {
  float: right;
}

.bgfff {
  background-color: #fff;
}

.textcenter {
  text-align: center !important;
}


.header-box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.ser_form {
  position: absolute;
  top: 135px;
  width: 100%;
  background: #FFF;
  text-align: right;
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 199;
}

.ser_form > div {
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ser_form input {
  margin: 0;
  padding: 0;
}

.ser_form input[type="text"] {
  border: 1px solid #e6e6e6;
  box-shadow: none;
  padding: 10px;
  font-size: 14px;
  width: 50%;
  height: 40px;
}

.ser_form #serbtn {
  border: 1px solid #888;
  padding: 0 20px;
  background: #888;
  color: #FFF;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  cursor: pointer;
}

.ser_form #closebtn {
  cursor: pointer;
  border: 1px solid #e6e6e6;
  padding: 0 20px;
  background: #e6e6e6;
  color: #FFF;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}

.pc_nav {
  margin-left: 4%;
  width: 960px;
}

.pc_nav li {
  height: 135px;
  float: left;
  width: 12.5%;
  position: relative;
}

.pc_nav li:nth-child(1) {
  width: 10%;
}

.pc_nav li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 160px;
  background: linear-gradient(to top, #5EB6EB 0%, #5E9DEB 100%);
  z-index: 0;
  transition: all 0.3s;
}

.pc_nav li:hover a {
  color: #1897E3;
}

.pc_nav li.hover:after {
  width: 100%;
}

.pc_nav li.hover a,
.pc_nav li.hover .nav_zm {
  color: #FFF;
}

.pc_nav a {
  padding-top: 74px;
  display: inline-block;
  color: #333;
  font-size: 16px;
  position: relative;
  z-index: 2;
}

.pc_nav .nav_zm {
  font-size: 12px;
  color: #1897E3;
  display: inline-block;
  width: 100%;
  padding-top: 14px;
  transform: scale(0.8);
  white-space: nowrap;
}

.top_right {
  padding-top: 70px;
  width: 115px;
  font-size: 16px;
}

.top_right .fl {
  width: 40%;
}

.top_right .fl .iconfont {
  font-size: 23px;
}

.top_right .fr {
  width: 60%;
  border-left: 1px solid #333;
  text-align: right;
  margin-top: 4px;
}

.logo {
  padding: 31px 0 23px;
}

.header-box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1990;
  width: 100%;
  transition: all 0.3s;
}

.header-box.bgfff {
  position: relative;
  z-index: 3;
}



.index_bg {
  background: url("../image/index_bg.png") 50% 0 no-repeat;
}

.title {
  color: #000;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0 60px;
  position: relative;
}

.title .more_see {
  position: absolute;
  right: 0;
  font-size: 14px;
  color: #1897E3;
}

.title img {
  margin-right: 13px;
}


.index_news .index_news_list {
  padding-bottom: 40px;
}

.index_news .title {
  padding: 135px 0 60px;
}

.index_news .first {
  margin-bottom: 40px;
}

.index_news .first .fl,
.index_news .first .fr {
  width: 50%;
}

.index_news .first .fr {
  margin-left: 75px;
  position: relative;
}

.index_news .first .fr span {
  position: absolute;
  left: 0;
  bottom: 0;
}

.index_news .first .fl img {
  width: 100%;
  max-width: max-content;
}

.index_news h3 {
  margin-top: 40px;
  font-size: 24px;
  color: #000;
  margin-bottom: 40px;
  line-height: 1.5;
}

.index_news p {
  color: #333;
  line-height: 1.5;
}

.index_news li {
  font-size: 16px;
  padding: 22px 0;
}

.index_news li:hover em {
  color: #1897E3;
}

.index_news span {
  color: #666;
}

.index_news em {
  color: #333;
  padding-right: 13%;
  width: 84%;
  display: inline-block;
}

.index_news i {
  display: inline-block;
  width: 19px;
  height: 13px;
  background: url("../image/jiantou-shang.png") no-repeat;
}


.zhuying_yewu {
  background: url("../image/zhuyingbg.png") no-repeat 50% 0;
  min-height: 690px;
  font-size: 16px;
}

.zhuying_yewu > p {
  line-height: 1.5;
  margin-bottom: 50px;
}

.zhuying_yewu ul {
  padding: 80px 50px 0;
  flex-wrap: wrap;
  justify-content: center;
  box-shadow: 0px 31px 34px 17px rgba(151, 158, 173, 0.1);
}

.zhuying_yewu li {
  width: 25%;
  text-align: center;
  padding: 0 50px 50px;
}

.zhuying_yewu li img {
  transition: all 0.3s;
}

.zhuying_yewu li:hover img {
  transform: scale(1.05);
}

.zhuying_yewu li:hover h3 {
  color: #1897E3;
}

.zhuying_yewu li h3 {
  margin: 20px 0;
  letter-spacing: 2px;
}

.zhuying_yewu li p {
  line-height: 2;
  font-size: 12px;
  color: #666666;
}


.shehui_zeren h3 {
  padding: 25px 0 25px 35px;
  font-size: 18px;
  font-weight: normal;
  display: flex;
  align-items: center;
}

.shehui_zeren h3 span {
  color: #1897E3;
  font-size: 14px;
  padding-left: 15px;
  opacity: 0.5;
  width: 61%;
}

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

.shehui_zeren li {
  border-bottom: 2px solid #1897E3;
  position: relative;
  width: 32%;
  margin-right: 2%;
  overflow: hidden;
  float: left;
}
.shehui_zeren li a img{width:100%;height:auto;}
.shehui_zeren li:nth-child(1), .shehui_zeren li:nth-child(2), .shehui_zeren li:nth-child(3) {
  margin-bottom: 40px;
}

.shehui_zeren li:hover .text {
  transform: translateY(0%);
}

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

.shehui_zeren li .text {
  position: absolute;
  left: 0;
  width: 100%;
  background: #1897E3;
  color: #FFF;
  top: 0;
  height: 100%;
  padding: 50px 40px;
  font-size: 16px;
  transition: all 0.3s;
  transform: translateY(100%);
}

.shehui_zeren li p {
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.shehui_zeren .arrow_right {
  display: block;
  margin-top: 20px;
  text-align: right;
}

.dang_work {
  padding-bottom: 370px;
  background: url("../image/work_bg.jpg") no-repeat 50% 100%;
}

.dang_work .tips {
  font-size: 12px;
  color: #1897E3;
  display: block;
  width: 100%;
}

.dang_work .text {
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 35px 40px;
}

.dang_work h3 {
  font-size: 20px;
  color: #000;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.dang_work p {
  color: #000;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dang_work li {
  position: relative;
  padding-left: 315px;
  margin-bottom: 24px;
  transition: all 0.3s;
}

.dang_work li a {
  display: block;
  height: 220px;
}

.dang_work li a > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 310px;
}

.dang_work li:hover {
  box-shadow: 0px 31px 34px 17px rgba(151, 158, 173, 0.1);
}

.dang_work li:hover h3 {
  color: #1897E3;
}

.hezuo_logo {
  padding: 70px 0;
}

.hezuo_logo ul {
  justify-content: space-between;
  align-items: center;
}

.hezuo_logo img {
  width: 100%;
  max-width: max-content;
  position: relative;
  transition: all 0.3s;
}

.hezuo_logo img:hover {
  transform: scale(1.05);
}

.main_ny {
  padding: 110px 0;
}

.dang_news_list li {
  width: 31%;
  margin-right: 3.5%;
  float: left;
  margin-bottom: 60px;
}

.dang_news_list li a {
  display: block;
  box-shadow: 0px 16px 19px 5px rgba(151, 158, 173, 0.1);
}

.dang_news_list li a:hover {
  box-shadow: 0px 16px 19px 5px rgba(24, 151, 227, 0.2);
}

.dang_news_list li a:hover h3 {
  color: #1897E3;
}

.dang_news_list li a:hover > img {
  transform: scale(1.05);
}

.dang_news_list li a > img {
  display: block;
  width: 100%;
  max-width: max-content;
  margin: 0 auto;
  transition: all 0.3s;
}

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

.dang_news_list li .text {
  padding: 30px 35px 35px;
}

.dang_news_list li h3 {
  font-size: 18px;
  color: #333;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.dang_news_list li span {
  font-size: 16px;
  color: #666;
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}

.dang_news_list li span i {
  display: inline-block;
  width: 19px;
  height: 13px;
  background: url("../image/jiantou-shang.png") no-repeat;
}

.lx_map {
  margin-bottom: 80px;
}

.lx_map img {
  width: 100%;
}

.contact_bot h3 {
  font-size: 20px;
  color: #1897E3;
  margin-bottom: 10px;
}

.contact_bot li {
  color: #333;
  font-size: 18px;
  margin-top: 30px;
}

.contact_bot .fl:nth-child(1) {
  padding-right: 5%;
  width: 40%;
  border-right: 1px solid #e6e6e6;
}

.contact_bot .fl:nth-child(2) {
  width: 60%;
  padding-left: 5%;
}

.news_list li {
  font-size: 18px;
  margin-bottom: 50px;
  overflow: hidden;
  line-height: initial;
}

.news_list li a {
  width: 52%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  line-height: initial;
}

.news_list li span {
  float: right;
  line-height: initial;
}

.news_list li:hover a {
  color: #1897E3;
}

.mbx_tit {
  margin-bottom: 50px;
}

.mbx_tit h2 {
  color: #1897E3;
  font-size: 30px;
}

.mbx_tit .more {
  font-size: 14px;
  padding-top: 12px;
}

.mbx_tit .more a {
  color: #1897E3;
  padding: 0 3px;
}

.mbx_tit .more a:nth-child(3) {
  color: #333;
}

.common_content {
  display: flex;
}

.common_content .right_tab_box {
  display: none;
}

.common_content .right_tab_box:nth-child(1) {
  display: block;
}

.common_content .left_class,
.common_content .right_show {
  padding-top: 100px;
}

.common_content .right_show {
  width: 78%;
  margin-left: 10%;
}

.common_content .left_class {
  border-right: 1px solid #e6e6e6;
  width: 160px;
}

.common_content .left_class .swiper-slide.hover a, .common_content .left_class .swiper-slide:hover a {
  color: #000;
  font-size: 18px;
}

.common_content .left_class .swiper-slide.hover a:after, .common_content .left_class .swiper-slide:hover a:after {
  height: 100%;
}

.common_content .left_class a {
  font-size: 16px;
  display: block;
  padding: 12px 0;
  color: #666;
  height: 40px;
}

.common_content .left_class a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 0%;
  border-right: 2px solid #1897E3;
  transition: all 0.3s;
}

.about_zuzhi {
  text-align: center;
}

.about_zuzhi img {
  width: 100%;
  max-width: max-content;
}

.about_zuzhi img.bor {
  border: 1px solid #e6e6e6;
}

.about_zuzhi h3 {
  padding: 20px 0;
}

.right_show_text {
  padding-bottom: 150px;
  padding-left: 10px;
  padding-right: 10px;
}

.right_show_text .text_info img {
  width: 100%;
  max-width: max-content;
  margin: 30px auto;
  display: block;
}

.right_show_text.f18 p {
  font-size: 18px;
  margin-bottom: 25px;
}

.right_show_text .mg25 p {
  margin-bottom: 25px;
}

.right_show_text p {
  line-height: 2;
  font-size: 16px;
  margin-bottom: 15px;
  color: #333;
}

.right_show_text p.grey {
  color: #666;
}

.right_show_text p strong {
  display: inline-block;
  padding: 30px 0 20px;
}

.team_list {
  display: flex;
  flex-wrap: wrap;
}

.team_list li {
  float: left;
  background: #f6fbff;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 3.5%;
}

.team_list li.first {
  background: none;
  width: 100%;
}

.team_list li.first a {
  display: flex;
}

.team_list li.first .text {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.team_list li.first img {
  width: 50%;
}

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

.team_list li .text {
  padding: 20px;
}

.team_list li h3 {
  font-size: 22px;
  padding: 20px 0;
  font-weight: normal;
  width: 100%;
}

.team_list li p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.team_list li img {
  width: 100%;
}

.team_list li a {
  display: block;
}

.team_list li a:hover {
  box-shadow: 0px 16px 19px 5px rgba(151, 158, 173, 0.1);
}

.team_list li a:hover h3 {
  color: #1897E3;
}

.border0 {
  border: none !important;
}

.marbot-40 {
  margin-bottom: 40px;
}

.inner-big-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.main_child_inex .common_content .left_class,
.main_child_inex .common_content .right_show {
  padding-top: 30px;
}

.main_child_inex .common_content .left_class h2 {
  font-size: 18px;
  color: #1897E3;
  margin-bottom: 15px;
}

.main_child_inex .common_content .left_class .swiper-slide {
  margin-left: 20px;
}

.main_child_inex .common_content .left_class a {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 22px;
  height: 50px;
  padding-right: 5px;
}

.main_child_inex .common_content .left_class a:after {
  display: none;
}

.main_child_inex .mbx_tit {
  padding: 30px 0;
}

.main_child_inex .mbx_tit .more {
  font-size: 18px;
  padding-top: 0;
}

.about_fz {
  position: relative;
}

.about_fz:after {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: url("../image/fz_bg.png") repeat-y;
  z-index: 1;
}

.about_fz .arrow {
  margin: 0 auto;
  background: #FFF url("../image/big_titbg.png") 50% 0% no-repeat;
  width: 42px;
  height: 62px;
  padding: 15px 0;
  background-size: 100%;
  position: relative;
  z-index: 2;
}

.about_fz .arrow.fz_bot {
  background: #FFF url("../image/big_titbg.png") 50% 100% no-repeat;
}

.about_fz .fl,
.about_fz .fr {
  width: 50%;
  position: relative;
}

.about_fz .fl span,
.about_fz .fr span {
  font-size: 20px;
  color: #1897E3;
  margin-bottom: 25px;
  display: inline-block;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

.about_fz .fl {
  text-align: right;
}

.about_fz .fl li {
  margin-top: 100px;
}

.about_fz .fl .text_info {
  padding-right: 65px;
}

.about_fz .fl span {
  padding: 10px 0;
  padding-right: 35px;
  background: #FFF url("../image/titbg.png") 100% 50% no-repeat;
  right: -10px;
}

.about_fz .fr {
  text-align: left;
}

.about_fz .fr li {
  position: relative;
}

.about_fz .fr li:nth-child(1) span {
  margin: 0 auto;
  background: #FFF url("../image/big_titbg2.png") 0% 50% no-repeat;
  height: 75px;
  display: flex;
  align-items: center;
  padding-left: 55px;
  background-size: 42px;
  position: relative;
  z-index: 2;
  left: -21px;
}

.about_fz .fr .text_info {
  padding-left: 65px;
}

.about_fz .fr span {
  left: -10px;
  padding: 10px 0;
  padding-left: 35px;
  background: #FFF url("../image/titbg.png") 0% 50% no-repeat;
}



.footer {
  border-top: 1px solid #e6e6e6;
}

.footer-box {
  padding: 80px 20px 50px;
  justify-content: center;
  flex-wrap: wrap;
}

.nav_p {
  font-size: 12px;
  justify-content: space-between;
  align-items: center;
}

.nav_p span em:nth-child(1) {
  margin-right: 30px;
}

.nav_p span small {
  padding: 0 5px;
}

.nav_p span:nth-child(2) a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 25px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  text-align: center;
  padding-top: 10px;
}

.nav_p span:nth-child(2) a:hover {
  border-color: #1897E3;
}

.foot_nav {
  width: 65%;
}

.foot_nav ul {
  justify-content: space-between;
  margin-bottom: 50px;
}

.foot_nav ul a {
  font-size: 16px;
}

.foot_nav ul a:hover {
  color: #1897E3;
}

.foot_logo {
  margin-left: 50px;
}

.foot_banquan {
  background: #1897E3;
  padding: 30px 0;
  color: #FFF;
}

.foot_banquan > div {
  justify-content: space-between;
}

.foot_banquan a {
  color: #FFF;
  line-height: 1;
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #FFF;
  vertical-align: middle;
}

.foot_banquan a:nth-last-child(1) {
  border: none;
}



.banner {
  max-width: 1920px;
  margin: 0 auto 0;
  width: 100%;
}

.banner.banner_ny {
  position: relative;
  border-bottom: 8px solid #1897E3;
}

.banner.banner_ny .text {
  position: absolute;
  top: 50%;
  color: #FFF;
  z-index: 4;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.banner.banner_ny p {
  font-size: 50px;
  margin-bottom: 30px;
}

.banner.banner_ny span {
  font-size: 30px;
}

.banner .swiper-slide {
  position: relative;
  overflow: hidden;
}

.banner .bg-box {
  position: relative;
  z-index: 1;
  text-align: center;
}

.banner .bg-box img {
  width: 100%;
  height: auto;
  max-width: max-content;
}

.banner .wap-box {
  display: none;
}

.banner .wap-box img {
  width: 100%;
  height: auto;
}

.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  opacity: 1;
  border-radius: inherit;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  transition: all 0.6s;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.banner .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.5);
}

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

.swiper-slide .banner-content {
  transform: translateY(-200px);
  opacity: 0;
  transition: all .6s;
}

.ani-slide .banner-content {
  transform: translateY(0);
  opacity: 1;
}


.inner-banner {
  padding-top: 110px;
}

.inner-banner .ib-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 300px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}

.inner-banner .ib-inner .ib-tit {
  text-align: center;
}

.inner-banner .ib-inner .ib-tit h4 {
  display: inline-block;
  font-size: 40px;
  color: #FFFFFF;
  text-shadow: 1px 1px 10px #000000;
  font-weight: normal;
  position: relative;
}

.inner-banner .ib-inner .ib-tit h4:after {
  content: '';
  width: 69px;
  height: 10px;
  background: url(404.png) no-repeat center;
  position: absolute;
  left: -100px;
  top: 50%;
  margin-top: -5px;
}

.inner-banner .ib-inner .ib-tit h4:before {
  content: '';
  width: 69px;
  height: 10px;
  background: url(404.png) no-repeat center;
  position: absolute;
  right: -100px;
  top: 50%;
  margin-top: -5px;
}

.crumbs-box {
  padding: 12px 0;
}

.crumbs-box a {
  color: #bfbfbf;
  display: inline-block;
  transition: all 0.4s;
}

.crumbs-box a:hover {
  color: #1897E3;
}

.crumbs-box i {
  display: inline-block;
  padding: 0 5px;
  color: #bfbfbf;
}

.crumbs-box span {
  color: #bfbfbf;
}



.m-width-1280 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}


#toTop {
  width: 40px;
  height: 40px;
  left: 20px;
  bottom: 20px;
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
}



.page-box {
  padding: 50px 0;
  text-align: center;
}

.page-box .page-inner {
  display: flex;
  justify-content: center;
}

.page-box .page-inner a {
  display: inline-flex;
  font-size: 16px;
  color: #999;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  justify-content: center;
  background: transparent;
  background: #eee;
  border: 1px solid #eee;
}

.page-box .page-inner .page-list {
  display: flex;
}

.page-box .page-inner .page-list a.act,
.page-box .page-inner .page-list a:hover {
  color: #FFFFFF;
  background: #1897E3;
  border: 1px solid #1897E3;
  transition: all 0.4s;
}

.page-box .page-inner a.prev {
  background: url(404.png) no-repeat 50% 50%;
  font-family: monospace;
  font-weight: bold;
}

.page-box .page-inner a.next_page {
  width: auto;
  padding: 0 5px;
  background: none;
  border: none;
}

.page-box .page-inner a.next_page:hover {
  color: #1897E3;
  background: none;
  border: none;
}

.page-box .page-inner a.next {
  background: url(404.png) no-repeat 50% 50%;
  font-family: monospace;
  font-weight: bold;
}

.page-box .page-inner a.prev.all {
  background: url(404.png) no-repeat 50% 50%;
}

.page-box .page-inner a.next.all {
  background: url(404.png) no-repeat 50% 50%;
}

.page-box .page-inner a.prev.no-drop,
.page-box .page-inner a.next.no-drop {
  cursor: no-drop;
  opacity: 0.5;
}


.nav-box,
.fz_line_grid_wap,
.wap_logo {
  display: none;
}

.pc{
  display: inline-block;
  height: 25px;
}
.wap{
  display: none;
  height: 22px;
}
.is_mobile{
  display: none;
}
.is_pc{
  display: block;
}


@media only screen and (max-width: 1366px) {
  .nav_p span:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
  }
  .nav_p span:nth-child(1) em {
    margin-bottom: 15px;
  }
  .is_mobile{
    display: none;
  }
  .is_pc{
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  .pc_nav {
    margin-left: 5%;
    width: 750px;
  }
  .inner-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  
  .pc{
    display: inline-block;
    height: 25px;
  }
  .wap{
    display: none;
    height: 22px;
  }
  .dang_work {
    padding-bottom: 370px;
    background: url("../image/work_bg.jpg") no-repeat 50% 100%;
  }
  .is_mobile{
    display: none;
  }
  .is_pc{
    display: block;
  }
  
}

@media only screen and (max-width: 1000px) {
  .dang_work {
    padding-bottom: 370px;
    background: url("404.png") no-repeat 50% 100%;
  }
  .is_mobile{
    display: block;
  }
  .is_pc{
    display: none;
  }
 .pc{
    display: none;
    height: 25px;
  }
  .wap{
    display: inline-block;
    height: 22px;
  }
  body{
	  width:100%;
	  margin:0 auto;
  }
  
  .page-box .page-inner a.next_page {
    display: none;
  }
  .hezuo_logo {
    padding: 20px 0;
  }
  .common_content .left_class .swiper-slide.hover a,
  .common_content .left_class .swiper-slide:hover a {
    font-size: 16px;
  }
  .left_class.border0 {
    border-bottom: 1px solid #e6e6e6 !important;
  }
  .right_wap_memu {
    width: 20% !important;
    right: 0 !important;
  }
  .dang_work p {
    white-space: normal;
    line-height: 1.4;
	
  }
  .right_wap_memu > a {
    width: 30px;
    display: block;
    margin: 0 auto;
  }
  .inner-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .martop-60 {
    margin-top: 15px;
  }
  .sm_100 {
    width: 100% !important;
  }
  .index_news .first a {
    flex-wrap: wrap;
  }
  .title,
  .index_news .title {
    padding: 35px 0 20px;
    font-size: 20px;
  }
  .main_child_inex .common_content .left_class .swiper-slide {
    margin-left: 0;
  }
  .main_child_inex .mbx_tit {
    margin-bottom: 0;
  }
  .ser_form {
    top: 0;
    z-index: 19920210;
    height: 100%;
    padding: 0 20px;
    transition: all 0.3s;
    transform: translateY(-100%);
  }
  .ser_form > div {
    margin: 0;
    display: flex;
    justify-content: start;
    position: relative;
  }
  .ser_form #closebtn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .dang_news_list li {
    margin-bottom: 20px;
  }
  .main_child_inex .common_content .left_class h2 {
    text-align: center;
  }
  .shehui_zeren h3 {
    padding: 25px 0 25px 0px;
  }
  .banner.banner_ny p {
    font-size: 18px;
    margin-bottom: 5px;
    text-align: center;
  }
  .mbx_tit {
    margin-bottom: 20px;
  }
  .banner.banner_ny span {
    font-size: 14px;
    display: block;
    text-align: center;
  }
  .dang_news_list li span {
    padding-top: 20px;
  }
  .shehui_zeren li {
    margin-bottom: 20px;
  }
  .about_fz:after {
    left: 0;
    transform: translateX(0);
  }
  .about_fz .arrow {
    margin-left: -21px;
  }
  .main_ny {
    padding: 20px 0;
  }
  .lx_map,
  .news_list li {
    margin-bottom: 10px;
  }
  .news_list li {
    padding: 10px 0;
  }
  .contact_bot h3 {
    font-size: 20px;
  }
  .contact_bot li {
    font-size: 16px;
    margin-top: 10px;
  }
  .contact_bot .fl {
    padding: 10px 0;
  }
  .contact_bot .fl:nth-child(1) {
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
  }
  .contact_bot .fl:nth-child(2) {
    padding-left: 0%;
  }
  .news_list li span {
    font-size: 14px;
  }
  .news_list li a {
    font-size: 16px;
  }
  #menuPc,
  .pc_nav,
  .fz_line_grid_pc,
  .pc_logo {
    display: none;
  }
  .fz_line_grid_wap,
  .wap_logo {
    display: block;
  }
  .index_news .first .fr {
    margin-left: 0;
  }
  .index_news .first .fr span {
    position: initial;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .index_news .first {
    margin-bottom: 0;
  }
  .index_news span {
    margin-bottom: 5px;
  }
  .zhuying_yewu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .index_news em {
    padding-right: 8%;
    width: auto;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .header-box {
    position: relative;
  }
  .header-box > div {
    display: flex;
    align-items: center;
  }
  .top_right {
    padding-top: 0;
    position: absolute;
    left: 10px;
    width: 100px;
  }
  .top_right .fl img {
    width: 10px;
  }
  .top_right .fr {
    border: none;
  }
  .logo {
    padding: 10px 0;
    width: 100%;
    text-align: center;
  }
  .logo img {
    width: 50px;
  }
  .zhuying_yewu {
    background-repeat: repeat-y;
    padding-bottom: 20px;
  }
  .zhuying_yewu ul {
    padding: 50px 0 0;
  }
  .title .more_see {
    right: 20px;
  }
  .nav_p span a {
    margin-left: 10px;
    margin-right: 10px;
  }
  .dang_work {
    padding-bottom: 30px;
	overflow: hidden;
  }
  .dang_work li {
    padding-left: 0;
  }
  .dang_work li a {
    height: auto;
  }
  .dang_work li a > img {
    position: initial;
  }
  .dang_work h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .dang_work .tips {
    font-size: 16px;
    line-height: 2;
  }
  .hezuo_logo ul {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 20px;
  }
  .hezuo_logo ul li {
    text-align: left;
    width: 50%;
  }
  .hezuo_logo ul li:nth-last-child(1) {
    width: 100%;
  }
  .hezuo_logo ul li:nth-last-child(2n) {
    text-align: right;
  }
  .footer-box,
  .nav_p,
  .foot_nav ul,
  .foot_banquan > div,
  .team_list li.first a {
    flex-wrap: wrap;
  }
  .team_list li {
    margin-right: 0;
  }
  .mbx_tit h2 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .right_show_text {
    padding-bottom: 20px;
  }
  .common_content {
    flex-wrap: wrap;
  }
  .common_content .right_show {
    margin-left: 0;
  }
  .common_content .swiper-slide {
    text-align: center;
    height: 42px;
  }
  .common_content .swiper-slide a {
    height: auto;
  }
  .common_content .swiper-slide.hover a {
    font-size: 16px !important;
  }
  .common_content .swiper-slide.hover a:after {
    width: 100%;
    height: 0;
  }
  .common_content .left_class {
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
  }
  .common_content .left_class a:after {
    right: 0;
    top: auto;
    bottom: 0;
    height: 0%;
    width: 0%;
    border-right: none;
    border-bottom: 2px solid #1897E3;
    transition: all 0.3s;
  }
  .common_content .left_class,
  .common_content .right_show {
    padding-top: 20px;
  }
  .main_child_inex {
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
  }
  .main_child_inex .left_class .swiper-slide {
    position: relative;
  }
  .main_child_inex .left_class .swiper-slide.hover:after {
    width: 100%;
  }
  .main_child_inex .left_class .swiper-slide:after {
    content: '';
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    height: 0%;
    width: 0%;
    border-right: none;
    border-bottom: 2px solid #1897E3;
    transition: all 0.3s;
  }
  .foot_banquan > div p {
    text-align: center;
    line-height: 1.5;
  }
  .foot_banquan a {
    margin: 10px 0;
  }
  .nav_p {
    text-align: center;
  }
  .nav_p span:nth-child(1) {
    justify-content: center;
  }
  .nav_p span:nth-child(1) em {
    margin-right: 0;
  }
  .footer-box {
    padding: 20px 20px 20px;
  }
  .foot_nav ul {
    justify-content: center;
    margin-bottom: 20px;
  }
  .foot_nav ul li {
    line-height: 2;
    margin-right: 10px;
  }
  .foot_nav .bottom_logo {
    width: 100%;
    padding-bottom: 15px;
  }
  .foot_logo {
    margin-left: 0;
    text-align: center;
  }
  .foot_logo img {
    width: 100%;
    max-width: max-content;
  }
  #page {
    background: #FFFFFF;
  }
  .btn-nav {
    position: absolute;
    background: transparent;
    border: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99999;
    display: block;
    width: 30px;
    right: 20px;
  }
  .icon-bar {
    display: block;
    margin: 6px 0;
    width: 30px;
    height: 3px;
    background-color: #1897E3;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
  }
  .icon-bar .bottom {
    margin-bottom: 0;
  }
  .mm-opening .top {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -moz-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotateZ(45deg);
    -o-transform: translateY(8px) rotateZ(45deg);
    transform: translateY(8px) rotateZ(45deg);
  }
  .mm-opening .bottom {
    -webkit-transform: translateY(-10px) rotateZ(-45deg);
    -moz-transform: translateY(-10px) rotateZ(-45deg);
    -ms-transform: translateY(-10px) rotateZ(-45deg);
    -o-transform: translateY(-10px) rotateZ(-45deg);
    transform: translateY(-10px) rotateZ(-45deg);
  }
  .mm-opening .middle {
    width: 0;
  }
  .banner .bg-box {
    display: none;
  }
  .banner-content {
    display: none;
  }
  .banner .wap-box {
    display: block;
  }
}


.weixin{
  position:relative;
}
.weixin::after{
  content: '';
  background-image:url(../image/微信图片_20230602161647.png);
  background-size:90px 90px;
  position: absolute;
  right: -28px;
  top: -110px;
  z-index: 99;
  width:90px;
  height: 90px;
  
  border-radius: 4px;
  
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.weixin:hover::after{
  transform:scale(1);
  opacity: 1;
}