@charset "utf-8";
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 199;
  background: rgba(0,0,0,.4);
}
.header.scroll .header-wrap,
.header.innerBg .header-wrap {
  background: #fff;
}
.header.scroll .header-wrap .logo img.show,
.header.innerBg .header-wrap .logo img.show {
  opacity: 0;
  visibility: hidden;
}
.header.scroll .header-wrap .logo img.hide,
.header.innerBg .header-wrap .logo img.hide {
  opacity: 1;
  visibility: visible;
}
.header.scroll .header-wrap .navs > li > a,
.header.innerBg .header-wrap .navs > li > a {
  color: #333333;
}
.header.scroll .header-wrap .navs > li > a i,
.header.innerBg .header-wrap .navs > li > a i {
  color: #333333;
}
.header.scroll .header-wrap .stock-code,
.header.innerBg .header-wrap .stock-code {
  border-left-color: rgba(51, 51, 51, 0.1);
}
.header.scroll .header-wrap .stock-code p,
.header.innerBg .header-wrap .stock-code p {
  color: #333333;
}
.header-wrap {
  padding: 0.15rem 1.0rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.4s;
}
.logo {
  display: inline-block;
  position: relative;
  height: 0.64rem;
}
.logo img {
  display: inline-block;
  width: auto;
  max-height: 100%;
  transition: 0.38s;
}
.logo img.hide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.header-right {
  display: flex;
  align-items: center;
}
.navs {
  display: flex;
}
.navs > li {
  margin-right: 0.44rem;
  position: relative;
}
.navs > li:last-child {
  margin-right: 0;
}
.navs > li > a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
}
.navs > li > a i {
  display: inline-block;
  margin-left: 7px;
  color: #fff;
  font-size: 12px;
  opacity: 0.7;
  transition: 0.25s;
}
.navs > li:hover > a i {
  transform: rotate(180deg);
}
.navs > li:hover .navs-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  pointer-events: visible;
}
.navs-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  z-index: 3;
  padding-top: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  margin-top: 30px;
  transition: 0.4s;
  text-align: left;
}
.navs-menu-list {
  padding: 18px 16px;
  background: #fff;
  box-sizing: border-box;
  min-width: 120px;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.navs-menu-list li {
  margin-bottom: 5px;
  text-align: left;
}
.navs-menu-list li:last-child {
  margin-bottom: 0;
}
.navs-menu-list li a {
  display: inline-block;
  color: #333;
  font-size: 15px;
  white-space: nowrap;
  transition: 0.36s;
}
.navs-menu-list li a:hover {
  color: #004098;
}
.stock-code {
  margin-left: 0.42rem;
  padding: 0.03rem 0 0 0.32rem;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.stock-code p {
  margin-bottom: 0.08rem;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.stock-code p:last-child {
  margin-bottom: 0;
  font-family: "DIN-Light";
  font-size: 0.22rem;
}
.banner {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.banner-slide {
  position: relative;
  overflow: hidden;
}
.banner-slide.swiper-slide-active figure img {
  transform: scale(1);
  transition-delay: 0.5s;
}
.banner-slide a {
  display: block;
}
.banner-slide figure {
  display: block;
  height: 100vh;
  overflow: hidden;
}
.banner-slide figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: 3s;
}
.btext {
  position: absolute;
  left: 9.38vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.btext strong {
  display: block;
  margin-bottom: 2.34vw;
  line-height: 1.5;
  color: #fff;
  font-size: 2.71vw;
  font-weight: normal;
}
.common-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0088c9;
  width: 1.5rem;
  height: 0.54rem;
  border-radius: 2px;
  transition: 0.4s;
}
.common-btns:hover {
  background: #fc9a2f;
}
.common-btns:hover i {
  left: 4px;
}
.common-btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.common-btns span {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  transition: 0.35s;
}
.common-btns i {
  display: inline-block;
  position: relative;
  left: 0;
  margin-left: 0.16rem;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  transition: 0.3s;
}
.banner-bottom {
  position: absolute;
  left: 9.38vw;
  right: 9.38vw;
  bottom: 1rem;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 0.26rem;
}
.banner-bottom .swiper-pagination {
  position: relative;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.2rem;
  font-family: "DIN-Medium";
  line-height: 1;
}
.banner-bottom .swiper-pagination .swiper-pagination-current {
  position: relative;
  top: 2px;
  margin-right: 5px;
  font-size: 0.36rem;
  color: #fff;
}
.banner-bottom .swiper-pagination .swiper-pagination-total {
  margin-left: 3px;
}
.banner-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.banner-line span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  height: 1px;
  background: #fff;
}
.banner-btn {
  display: flex;
  align-items: center;
}
.banner-btn span {
  display: inline-block;
  margin-right: 0.3rem;
  line-height: 1.3;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: 0.4s;
}
.banner-btn span:hover {
  color: #004098;
}
.banner-btn span:last-child {
  margin-right: 0;
}



/*banner下面的内容正式开始*/
.wrapper{ width:1360px; margin: 0 auto;}
.about_nr{ display: flex;}

.about_nr_left{ padding-right: 40px;}
.about_nr_left h3{ font-size: 40px; color: #17151d;}


.about_nr_jis{ 
	  font-size: 16px; color: #3a3644;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    font-size: 15px;
    margin-bottom: 16px;
}

.about_nr_left h4 a{ width: 133px; height: 48px; text-align: center; line-height: 48px; font-size: 16px; color: #fff; background: #0088c9; font-weight: normal; display: block;
margin-top: 30px;
}
.about_nr_left h3{ border-bottom:1px solid #474747; padding-bottom: 20px;}

.about_nr_jis{margin-top: 30px;}

.about{  padding-top: 60px;}
.about_nr_right{width: 690px;}
.about_nr_right img{ width: 100%; }
.about_nr_left{ width: 700px;}
.itfw_nr ul{ display: flex;}

.itfw_nr ul li{ width: 16.6%; text-align: center; margin-right: 10px; position: relative; overflow: hidden; height: 312px;}
.itfw_nr1 img{ width: 100%; height: 100%;border-radius: 10px;}
.itfw_nr1{  border-radius: 10px; position: absolute; left: 0; top: 0; z-index: 1;}
.itfw_nr2{ position: absolute; z-index: 2; left: 0; top: 0; text-align: center; width: 100%; height: 100%;}

.itfw_nr2_txt{ color: #fff; font-size: 18px; padding-top: 20px;}
.itfw_nr2_img{ padding-top: 120px;}


.itfw_tit{ text-align: center; width: 100%; color: #0e0e0e;  font-size: 40px; font-weight: bold; padding-top: 50px; padding-bottom: 30px;}
.itfw_nr3{ position:absolute; left: 0; width: 100%; top: 0; z-index: 3; height: 312px; background: #0088c9; text-align: center; border-radius: 10px;
 left: -500px;
 background: linear-gradient(to bottom, rgba(0,136,201,0.8), rgba(68,64,255,0.6));

}
.itfw_nr3 h2{ color: #fff; font-size: 18px; padding-top: 60px; position: relative;}
.itfw_nr3 h2:before{ position: absolute; left: 40%; bottom: -20px;  content: ""; width: 47px; height: 2px; z-index:8; background: #fff;}
.itfw_nr3 section{color: #fff;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 13px;
    box-sizing: border-box;
   opacity:0.8; width: 200px; margin: 0 auto; margin-top: 50px;
    }

.itfw_nr ul li:hover .itfw_nr3 { left: 0; transition:0.5s;}
.itfw_nr ul li:hover .itfw_nr2{ display: none;}
.wm_hzwm{  margin-bottom: 80px;}
.ny_lianx_right{ margin-top: 30px;}
.ny_zzjg_left{ width: 610px;}
.itfw_nr3 h3{ color: #fff; padding-top: 40px;}

.itfw{ background: url(../images/bj01.jpg) no-repeat top center; background-size:cover; padding-bottom: 60px; padding-top: 100px;}

.hzhb_nr{ margin-bottom: 50px;}
.ny_qywh_nr1 img{ width: 392px; height: 274px; overflow: hidden;}



.hzhb{  width: 100%; padding-top: 40px;}

.hzhb_nr_tit{text-align: center;}
.hzhb_nr_tit h2{ font-size: 37px; color: #0e0e0e; font-weight: bold;}
.hzhb_nr_tit h3{ font-size: 16px; color: #4f4c57; line-height: 25px; font-weight: normal;}


.hzhb_nr_n ul li{
	  width: calc((100% - 50px)/5);
    margin: 5px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    box-shadow: 0px 0px 20px 0px rgba(190, 190, 190, 0.2);
    vertical-align: middle;
    display: block;
    float: left;
    overflow: hidden;
    transition: all 0.5s;
	}
	
	.hzhb_nr_n ul li img{ }
	
	.hzhb_nr_n ul li:hover{ box-shadow:0px 0px 20px 0px rgb(190 190 190 / 80%); transition: all 0.5s;}
	.hzhb_nr_n ul{ margin-top: 40px;}
	.news{ padding-top: 50px;padding-bottom: 50px;}
	
	.news_nr{ margin-top: 30px;}
	.news_nr ul{ display: flex;}
	
	.news_nr ul li{ width: calc((100% - 50px)/3);margin: 15px;}
	
	.news_nr1 img{ width: 100%; height: 280px;transition: 1s;}
	.news_nr1{width: 100%; height: 280px; overflow: hidden;}
	
	
	
	

.news_nr ul li .news_nr1:hover img {transform: scale(1.1);transition: all 0.5s;}
.news_nr ul li:hover .news_nr3{ color: #0088c9;transition: all 0.5s;}
	.news_nr ul li:hover .news_nr5{transition: all 0.5s; padding-left: 10px;}
	
	.news_nr2{ color: #666; font-size: 14px; line-height: 30px; margin-top: 10px;}
	.news_nr3{line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  font-size: 20px; color: #1f2830; font-weight: bold;transition: all 0.5s;}
    .news_nr4{ font-size: 14px; color: #343e48; overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; line-height: 22px; margin-top: 10px;
   }
	.news_nr5{  color: #0074d6; font-size: 15px; margin-top: 10px;transition: all 0.5s; }
	
	
	.ydgd_more{ text-align: center; margin-top: 30px;}
	
	.ydgd_more a{ font-size: 15px; background: #0088c9; padding: 12px 15px; color: #fff;}
	.ydgd_more a:hover{ background: #fc9a2f;}
	.case_right h3 a:hover{ background: #fc9a2f;}
	.about_nr_left h4 a:hover{ background: #fc9a2f;}
	.bottom_di3 a:hover{ background: #fc9a2f;}
	
	.case{ background: #f8f8f8; padding-top: 50px; padding-bottom: 50px;}
	.case_nr_n .swiper-slide{ display: flex;}
	.case_left{padding-left: 50px; }
	.case_right{ padding-left: 50px; padding-right: 50px; background: url(../images/csd.jpg) no-repeat bottom right;}
	.case_right h2{line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; font-size: 28px; color: #292f40; margin-top: 50px;
    width: 568px;}
    
  .case_right_jj{ font-size: 17px; color: #454b5d;
 
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 30px; margin-top: 40px;
  }
   .case_left img{ width: 640px; height: 436px;}
    .case_right_jj p{ font-size: 17px; 
    color: #454b5d;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 16px;}
  .case_right h3 a{ background: #0088c9; padding: 12px 15px; font-size: 15px; color: #fff; display: inline-block;}
	.case_right h3{ margin-top: 60px;}
	.case_nr_n{ margin-top: 40px;}
	
	
	
	
/*	解决方案开始*/
.jjfa{ width: 100%; background: url(../images/bjw.jpg) no-repeat top center; background-size: cover; padding-top: 50px; padding-bottom: 40px; height: 720px;}
.jjfa_nr_tit{  font-size: 40px; color: #fff; font-weight: bold;}


.jjfa_nr_n1{ color: #fff;}
.jjfa_nr_n1 ul{ display: flex; padding-top: 30px;}
.jjfa_nr_n1 ul li{ color: #fff; cursor: pointer; font-size: 16px; margin-right: 50px; position:relative; line-height: 60px;white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.jjfa_nr_n21{ display: flex;}

.jjfa_nr_left1{ font-size: 64px; color: #fff; font-weight: bold;}
.jjfa_nr_left2{ font-size: 30px; font-weight: bold;  color: #fff;} 
.jjfa_nr_left{ width: 600px; padding-right: 50px;}
.jjfa_nr_left3{color: #fff;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
    margin-bottom: 70px;
    margin-top: 30px;
    opacity: 0.8;
    }
    
    .jjfa_nr_left4 a{ background: #0088c9; font-size: 15px; color: #fff; padding: 14px 20px;}
    
    .jjfa_nr_n2{ margin-top: 50px;}
    .jjfa_nr_right img{ width: 100%;}
   
   
   .jjfa_nr_n1 ul .one{  border-bottom: 2px solid #fff;}
   
   
   
   /*底部开始*/
  .bottom{ background: #0e0e0e; padding-top: 55px; padding-bottom: 10px; }
  
  .bottom1 .wrapper{ display: flex;justify-content: space-between;}
  .bottom_di2{ font-size: 14px; color: #fff; opacity: 0.5;line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; margin-bottom: 30px; margin-top: 18px;}
    
  .bottom1_left1{ width: 330px;}
	.bottom_di3 a{font-size: 15px;
    background: #0088c9;
    padding: 12px 15px;
    color: #fff;}
    
    .bottom1_left2 h2{  color: #ffff; font-size: 20px;}
    .bottom1_left2 h3 p a{ font-size: 14px; color: #fff;opacity: 0.6; font-weight: normal;}
    
    .bottom1_left2 h3{ margin-top: 18px;}
    .bottom1_left3_txt{ margin-top:18px;}
    
    .bottom1_left3 h2{color: #ffff; font-size: 20px;}
    .ny_gsjj_left img{ border-radius:10px;}
    
    .bottom1_left2 { padding-left: 100px; padding-right: 100px;}
    
    .bottom1_left3_txt p{font-size: 14px; color: #fff;opacity: 0.6; font-weight: normal; line-height: 30px;}
    
    .bottom1_left4_1 img{ width: 156px; height: 156px; padding: 10px; border: 1px solid rgba(255,255,255,.3);}
    .bottom1_left4_2{ text-align: center; font-size: 14px; line-height: 25px; color: #fff;opacity: 0.6; }
    
    .bottom1_left3{  padding-right: 50px;}
    
    .bottom2{ border-top: 1px solid rgba(255,255,255,.3); line-height: 60px; font-size: 15px;opacity: 0.6; color: #fff; text-align: center;opacity: 0.6; margin-top: 30px;}
    .bottom2 a{opacity: 0.9; color: #fff;}
    .bottom2 a:hover{font-size: 15px;opacity: 1;}
    .bottom1_left2 h3 p a:hover{ color: #fff; opacity: 1;}
    
    
    
    .wrapper2{ width: 1280px; margin: 0 auto;}
    
    .ny_bnaner{ width: 100%; height: 550px;}
    .ny_banner_txt{ text-align: center; width: 1360px; margin: 0 auto; padding-top: 240px; }
    .ny_banner_txt h2{ font-size: 48px; color: #fff;text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.004);}
    .ny_banner_txt h3{ font-size: 38px; color: #fff;text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.004); line-height: 30px;}
    .ny_banner_txt em{ width: 62px; height: 3px; background: #fff; display: inline-block; margin-top: 30px;}
    .dqwz_nr1{ font-size: 15px; color: #666; }
    .dqwz_nr1 span{ padding-left: 5px; padding-right: 5px;}
    .dqwz{ border-bottom: 1px solid #dbdad9; line-height: 68px;}
    
    
    .ny_gsjj{ display: flex;}
    .ny_gsjj_right1 { font-size: 35px; color:#1f262d; font-weight: bold;}
    .ny_gsjj_right2{font-size: 30px; color:#333; font-weight: bold;}
    .ny_gsjj_right2 span{ }
    .ny_gsjj_right3{ font-size: 16px; color: #4e4b56; padding-top: 20px;}
    
    
    .ny_gsjj_right{ padding-left: 50px;}
    .ny_gsjj{ margin-top: 40px;}
    
    
    .ny_qywh_tit{  font-size: 35px; color: #1f262d; text-align: center; font-weight: bold;}
    .ny_qywh{ padding-top: 50px;}
    
    .ny_qywh_nr ul{ display: flex;}
    .ny_qywh_nr ul li{ text-align: center;  width: 33%;
   }
    
 .ny_qywh_nr2{ font-size: 24px; color: #1f262d; font-weight: bold;}
  .ny_qywh_nr2 span{ color: #0088c9;}
  
  .ny_qywh_nr3{  font-size: 15px; color: #343c44; line-height: 25px;}
  .ny_qywh_nr{ margin-top: 20px;}
  
  
  .ny_zzjg{ display: flex; border-bottom: 1px solid #dcdcdc; padding-bottom: 50px;}
  
  .ny_zzjg_right h2{ color: #1f262d; font-size: 35px; font-weight: bold;}
  .ny_zzjg_right section{ font-size: 16px; color: #4e4b56; line-height: 26px; margin-top: 40px;}
  
  .ny_zzjg_right{ padding-left: 50px;}
  
  .ny_zzjg_left img{ border-radius: 4px; width: 610px; height: 380px;}
  
  .ny_zzjg_right{ padding-top: 40px;}
    .ny_zzjg{  margin-top: 50px;}
    
    .zzhi{ padding-top: 40px;}
     .zzhi_nr .swiper-container{ }
    .zzhi_nr .swiper-container .swiper-button-next{ background: url(../images/l22.png) no-repeat right center; width: 47px; height: 47px;}
    .zzhi_nr .swiper-container .swiper-button-next:hover{background: url(../images/l22_a.png) no-repeat right center;}
     .zzhi_nr .swiper-container .swiper-button-prev{ background: url(../images/l11.png) no-repeat left center; width: 47px; height: 47px; left: 0;}
     .zzhi_nr .swiper-container .swiper-button-prev:hover{ background: url(../images/l11_a.png) no-repeat left center; width: 47px; height: 47px;}
    
    .zzhi_nr .swiper-container .swiper-slide img{ width: 100%;}
    
    .zzhi_nr{ margin-top: 25px;}
    
    .wm_hzwm_left{  width: 770px;}
    .wm_hzwm_right{ width: 480px; float: right;} 
    
	.clearfix{  clear: both;}

.wm_hzwm{ display: flex;}
.wm_hzwm_left ul li{ float: left; width: 172px;  float: left;}
.wm_hzwm_left img{ border: 1px solid #e5e5e5; width: 100%; height: 88px;}


.wm_hzwm_right h2{ font-size: 36px; color: #1f262d;}
.wm_hzwm_right section{ font-size: 16px; color: #3a3644; margin-top: 30px;}


.wm_hzwm_right{ margin-top: 70px;}
.wm_hzwm{ margin-top: 80px;}


.lianxi_left{ width: 576px;}
.lianxi_d{display: flex;align-items: center; margin-top: 30px;}
.lianxi_d_re{ color: #333; padding-left: 20px;}
.lianxi_left h2{ color: #1f262d; font-size: 35px; font-weight: bold; margin-top: 20px;} 
.jianj{  color: #333; font-size: 15px; line-height: 25px; padding-top: 10px; padding-bottom: 0px;}

.lianxi_left h4{ font-size: 15px; font-weight: normal;}

.ny_lianx{ display: flex;justify-content:space-between; margin-top: 50px; margin-bottom: 80px;}

.ny_lianx_right img{ border-radius: 4px;}


.nr{ background: url(../images/dbj1.jpg) no-repeat top center; background-size: cover;}





.job-item{ display: flex; justify-content: space-between;}
.job-item .left{ width: 345px; height: 140px;}
.job-item .left img{width: 345px; height: 140px;}
.job-item .right{ flex: 1; margin-left: 60px;}
.job-item .right h3{ font-size: 24px; color: #333; height: 40px; line-height: 40px; margin-bottom: 10px;}
.job-item .right p{ font-size: 15px; color: #666; line-height: 30px;}
.ny-jobs .job-tabs{ margin-top: 60px;}
.ny-jobs .job-tabs ul li{ margin-bottom: 4px;}
.job_list_title{height: 54px; line-height:  54px; color: #666; background: #fff; display: flex; justify-content: space-between; padding: 0 50px;cursor: pointer;}
.job_list_title span{font-size: 16px; width: 25%; text-align: center;}

.job_xxnr{display: flex; justify-content: space-between;}
.job_xxnr section{padding: 40px 20px;}
.job_xxnr section p{ font-size: 15px; line-height: 32px; color: #666;}
.job_sel{background: #0088c9; color: #FFFFFF;}
.job_list_title span i{ font-style: normal; background: url(../images/jia.png) no-repeat right center;  padding-right:20px;display: inline-block; }
.job_sel span i{background: url(../images/jian.png) no-repeat right center; }
.job_list_title span.gw{ font-weight: bold;text-align: left;}
.job_list_title span.dz{background: url(../images/job_dz.png) no-repeat 100px center;   }
.job_list_title span.rs{background: url(../images/job_rs.png) no-repeat 100px center;  background-size: 20px;}
.job_list_title span.ckxq{ text-align: right;}
.job_sel span.dz{background: url(../images/job_dzh.png) no-repeat 100px center;  }
.job_sel span.rs{background: url(../images/job_rsh.png) no-repeat 100px center; background-size: 20px; }

.job_xxnr{ background: #fff;}

.n_ygzp1{ display: flex;justify-content: space-between;}
.n_ygzp1_wen{  width: 630px; padding-top: 0px;}
.n_ygzp1_wen h2{ font-size: 36px;  color: #333333; font-weight: bold;}
.n_ygzp1_wen em{ width: 54px;height: 3px; background: #0088c9; display: block; margin-top: 30px;}
.n_ygzp1_wen section{ font-size: 16px; color: #666666; padding-top: 30px;}

.n_ygzp1{ margin-top: 50px;}


.nr2{ background: url(../images/bj5.jpg) no-repeat top center; background-size: cover; padding-bottom: 50px;}
.xianging_a{ background: #fff; border-radius: 10px; padding: 60px; margin: 0 auto; width: 1280px;box-sizing: border-box; margin-top: 30px;}

.nr3{background: url(../images/jx.jpg) no-repeat top center; background-size: cover; padding-bottom: 50px;}

.xianging_a_1{ font-size: 15px; color: #333; line-height: 28px; padding-top: 50px;}
.xianging_a h2{ text-align: center; font-size: 32px; color: #181717; font-weight: bold;}




.fuwn_qie_tab ul{ display: flex; border-bottom: 1px solid #d9d9d9; line-height: 50px;}
.fuwn_qie_tab ul li{ font-size:18px; margin-right: 80px; cursor: pointer; line-height: 50px;}
.fuwn_qie_tab ul .one2{  border-bottom: 2px solid #0088c9; color: #0088c9; font-weight: bold;}

.fuwn_qie_n1{  color: #5d5d5d;font-size: 16px; line-height: 25px;}
.fuwn_qie_n1 p{  color: #5d5d5d;font-size: 16px; line-height: 25px;}





.fuwn_qie_n1  ol{list-style:auto;}
.fuwn_qie_n1  ul{list-style:inside;}



.fuwn_qie_n{ margin-top: 30px;}
.fuwn_qie_tab{ margin-top: 30px;}

.fuwn_qie_tite{  font-size: 28px; font-weight: bold; color: #171a20; margin-top: -20px;}


.n_fuw_lie1{ display: flex;}


.n_fuw_lie_right{ padding-left: 50px;}
.n_fuw_lie_right h2{ font-size: 30px; color: #292f40; font-weight: bold; margin-top:30px;} 
.n_fuw_lie_right section{ color: #454b5d;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient: vertical;
    font-size: 16px;
    margin-bottom: 60px; margin-top: 30px; height: 100px;}
 .n_fuw_lie_right h3 a{ background: #0088c9; color: #fff; font-size: 15px; padding: 15px 25px;}
 .n_fuw_lie_right h3 a:hover{ background: #fc9a2f;;}
 .n_fuw_lie .n_fuw_lie1:nth-child(2n) .n_fuw_lie_right{ padding-left: 0; padding-right: 50px;}
 .n_fuw_lie1{ margin-top: 60px;}
 
 
 .nr4{background: url(../images/fu_bb.jpg) repeat-y top center; background-size: cover; padding-bottom: 50px;}
 
 
 .n_fuw_lie_left img{ width: 568px; height: 364px;transition: all 0.5s;}
  .n_fuw_lie_left { position: relative; overflow: hidden;width: 568px;height: 364px;}
   .n_fuw_lie_left a:after{
   content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 5; 
   }
   
   .n_fuw_lie_right{ width: 660px;}
  .n_fuw_lie1 .n_fuw_lie_left a:hover:after {
   -webkit-animation: gradient-rectangle-left 2s cubic-bezier(0, 0, 0.18, 0.96) 1;
   animation: gradient-rectangle-left 2s cubic-bezier(0, 0, 0.18, 0.96) 1;
   background: rgba(0,0,0,.2);
}


.n_fuw_lie1 .n_fuw_lie_left a:hover img {transform: scale(1.1);transition: all 0.5s;}




  .n_fuw_lie1 .n_fuw_lie_left a{ display: block;} 
 
  .ny_case_02 ul li{ width: 48%; float: left; margin-top: 50px;}
   .ny_case_02 ul li:nth-child(2n){  float: right;}

 .ny_case_02 ul li .ny_case_02_1{ width: 100%; height: 390px;}
 .ny_case_02 ul li .ny_case_02_2{  font-size: 15px; color: #666; line-height: 30px; padding-top: 10px;}
 .ny_case_02_3{line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; font-size: 22px; color: #1f2830; font-weight: bold;}
    
    .ny_case_02_4{color: #323c46;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    margin-bottom: 30px; margin-top:8px;}
    .ny_case_02_5{ font-size: 16px; color: #0074d6;  line-height: 25px; }
    
    .ny_case_02_1 img{ width: 100%; height: 390px; border-radius: 6px;}
    
    
    
    .ny_case_01{ display: flex; margin-top: 40px;}

.ny_case_01_right{ padding-left: 50px;}
.ny_case_01_right h2{line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; margin-top: 50px;}
    
    .ny_case_01_right h2 a{ font-size: 25px; font-weight: bold; color: #292f40;}
    .ny_case_01_right section{color: #454b5d;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient: vertical;
    font-size: 15px;
    margin-bottom: 60px; margin-top: 30px;}
    
    .ny_case_01_right h3 a{ background: #0088c9; color: #fff; font-size: 15px; padding: 14px 20px;}

.ny_case_01_left img{width: 100%; height: 390px; border-radius: 6px;}
.ny_case_01_left{ width: 612px}
.ny_case_01_right{ width: 610px;}


.ny_news .ny_news_xia ul{ display: block;}
.ny_news .ny_news_xia ul li{  float: left;width: calc((100% - 85px)/3);
    margin: 0; margin-top: 40px; margin-right: 40px;}
 .ny_news .ny_news_xia ul li:nth-child(3n){ margin-right: 0;}  
 .ny_news_xia{ margin-top: 0;}
 
  
.ny_news_top{  display: flex;justify-content:space-between;}
.ny_news_top_left{ width: 710px; background: #fff; height: 566px; border-radius: 6px;}
.ny_news_top_right{ width: 530px;}

.ny_news_top_left2{box-sizing: border-box; padding:20px;}
.ny_news_top_left2 h2{ color: #1f2830;line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; font-size: 22px;}
    
 .ny_news_top_left2 section{color: #5c6166;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    margin-bottom: 16px; margin-top: 10px;}
 .ny_news_top_left2 h4{ font-size: 14px; color: #666; font-weight: normal;}
 
 .ny_news_top_left1 img{ width: 100%;  height: 380px;}
 
 .ny_news_top{ margin-top: 50px;}
 .ny_news_top_right dl dd{  background: #fff; height: 160px; margin-bottom: 32px; position: relative; }
  .ny_news_top_right dl dd a{ display:  flex;}
 .ny_news_top_right dl dd:before{border-bottom: 2px solid #d9dfe4; content: ""; position: absolute; left: 0; bottom: -18px; z-index: 9; width: 100%;}


.ny_news_top_right2 h2{color: #1f2830;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    margin-bottom: 16px;}
    
    .ny_news_top_right2{box-sizing: border-box; padding: 20px;}
    .ny_news_top_right2 h3{ color: #5c656a; font-size: 15px; font-weight: normal;margin-top: 35px;}
    
    .ny_news_top_right1{ width: 236px; height: 160px;}
    .ny_news_top_right1 img{
      max-width: 100%;height: 160px;
    }
    
    
    .n_xinw_n{box-sizing: border-box; padding:50px; background: #fff; border-radius: 20px; width: 1280px; margin: 0 auto; margin-top: 20px;}
    .n_xinw_n h2{ color: #201f21; font-size: 26px; line-height: 28px;}
    .n_xinw_n h3{ font-size: 15px; color: #5c656a; font-weight:normal; line-height: 30px; margin-top: 5px; border-bottom: 1px dashed #d7d5d5; padding-bottom: 15px;}
    
    
.n_xinw_n22{ font-size: 15px; color: #4e4c55; line-height: 25px;}

.n_xinw_n22{ padding-top: 30px;}

.n_xinw_n33_left a{ display: flex;justify-content:space-between;}
.n_xinw_n33_left{ width: 600px; padding-right: 40px;border-right: 1px solid #e5e5e5;}
.n_xinw_n33_right{ width: 600px; padding-left: 40px;}

.fanpian{ color: #5c656a; font-size: 16px; }

.fanpian2{
	  line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px; 
     color: #1f2830; font-weight: bold;

}

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

.n_xinw_n33{ display: flex; margin-top: 40px;}
.n_xinw_n33{ border-top: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5; padding-top: 30px; padding-bottom: 30px;}


.gd_more{ margin-top: 40px;}
.gd_more h2{ font-size: 28px; color: #1d1d1d;}

.zxly_n h2{ font-size: 30px; line-height: 30px;font-weight:normal; margin-top: 20PX;}

.zxly_n h3{ color: #707070; font-size: 16px; line-height: 30px; font-weight:normal; margin-top: 5px;}


.jiabme1{width: 100%; height: 50px; line-height: 50px; background: #fff; border:1px solid #c9c9c9; border-radius: 4px; padding-left: 10px; font-size: 15px;}

.zxly_n_table ul li{ float: left; width: 560px;  margin-top: 20px;}

.zxly_n_table ul li:nth-child(5){  width: 100%;}
.zxly_n_table ul li p{ font-size: 16px; color: #333333; line-height: 30px;}
.zxly_n_table ul li:nth-child(2n){ float: right;}
.zxly_n_table ul li p span{ color: #f00;}
.jiabme2{width: 100%; height: 50px; line-height: 50px; background: #fff; border:1px solid #c9c9c9; border-radius: 4px; padding-left: 10px; font-size: 15px;}

.jiabme3{width: 100%; height: 140px; background: #fff; border:1px solid #c9c9c9; border-radius: 4px; padding-left: 10px; font-size: 15px; font-family: "微软雅黑"; padding-top: 10px;}


.zxly_n{  width: 1180px; margin: 0 auto; margin-top: 30px;}

.jiabme6{ background: #0088c9; width: 400px; height: 55px; text-align: center; line-height: 55px;  margin: 0 auto; margin-top: 30px; border: none; border-radius: 10px; color: #fff; cursor: pointer;}
.zxajm{ text-align: center; font-size: 16px;}



/*分页*/
/*.n-page{ text-align:center; clear:both;margin-top: 60px; margin-bottom:20px;}
.n-page a{ padding:5px 10px; margin:0px 3px;  border:#e0e0e0 1px solid; background-color:#fff; color:#474747; font-size: 15px;}
.n-page span{ padding:5px 10px; margin:0px 3px;  color:#FFF; background-color:#0088c9; border:#0088c9 1px solid; font-size: 15px;}
.n-page a:hover{ color:#FFF; background-color:#0088c9; border:#0088c9 1px solid;}*/
.weo-page{margin-top:50px;} 


#pageinfo {  
    text-align: center;
    margin-bottom: 10px; 
    margin-top: 26px;
}
.digg { 
    padding-top: 30px;
}
.digg li{  
    width: 30px;
    height: 30px;
    line-height: 30px;
    display:inline-block; 
    margin:0 4px;
    background:#fff;
    border:1px solid #d6d6d6;
    border-radius:2px; 
    font-size:14px; 
    color:#767676;  
}
.digg .page-item a{
    border: none;
    padding: 0px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    width: 30px;
    overflow: inherit;
}
.digg .page-item a:hover { 
    /*background-color: #015196;*/
    color: #044f9a;
}
.digg .page-item a:active { 
    background-color: #0088c9; 
    color:#fff;
}
.digg li.active  { 
    
    display: inline-block;
    /* margin: 2px; */
    width: 31px;
    height: 31px;
    line-height: 30px;
    background-color: #0088c9;
    color: #fff;
    text-decoration: none;
}
.new_index_header{ display:none;}




@media (max-width: 1400px){
	
	.wrapper{ width: 1260px}
	.bottom1_left2{ padding-left: 80px; padding-right: 80px;}
	
}


/*手机适配开始*/
@media (max-width: 1000px){
    
.wrapper{ width:100%;}
.itfw_tit{ font-size:20px}
.itfw_nr ul{ display:block}
.itfw_nr ul li{ float:left; width:30%}
 .itfw_nr2_img {
    padding-top: 31px;
}
.itfw_nr2_txt {
    color: #fff;
    font-size: 16px;
    padding-top: 20px;
    line-height: 20px;
}
.itfw_nr ul li{ height:194px; margin-top:10px} 
.itfw_nr1{ height:194px;}
.itfw_nr2_img img{ width:25%}
.itfw_nr2_img {
    padding-top: 45px;
}   
.jjfa_nr_tit{ font-size:25px;}
.about_nr{ display:block}
.about_nr_left h3{ font-size:22px;}
.about{box-sizing: border-box; padding-left:20px; padding-right:20px;}
.header-right{ display:none;}
.banner{  height:300px;}
.about_nr_right{ width:100%}
.about_nr_left{ width:100%}

.news_nr ul{ display:block}
.hzhb_nr_tit h2{ font-size:20px}
.hzhb_nr_tit h3{ font-size:14px;}
.news_nr ul li {
    width: 100%;
    margin: 0;
}
.hzhb_nr_n ul li {
    width: 32%;
    margin: 0;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    box-shadow: 0px 0px 20px 0px rgba(190, 190, 190, 0.2);
    vertical-align: middle;
    display: block;
    float: left;
    overflow: hidden;
    transition: all 0.5s;
}

.hzhb_nr_n ul li img {
    width: 100%;
}
.bottom1 .wrapper{ display:block}
.news{ padding-left:20px; padding-right:20px;box-sizing: border-box;}
.news_nr1 img{ height:240px}
.news_nr1{ height:240px}
.news_nr3{ font-size:16px}
.news_nr2{ font-size:13px}
.news_nr5{  font-size:13px;}
.news_nr ul li{ margin-bottom:30px;}
.news_nr4{ margin-top:0}
.hzhb_nr_tit h2{ font-size:24px;}

.bottom1_left2{ display:none;}
.bottom1_left3 {
    padding-right: 0;
    width: 60%;
    float: left;
}
.bottom1_left4{ float:left; width: 110px;}
.bottom1_left4_1 img {
    width: 110px;
    height: 110px;
    padding: 4px;
    border: 1px solid rgba(255,255,255,.3);
}
.bottom1_left3{box-sizing: border-box;
    padding-left: 10px;}
.bottom1_left3_txt p{ line-height:25px}    
.bottom_di2{ margin-bottom:16px;}
.bottom_di3{ margin-bottom:40px;}
.bottom_di2{ margin-top:5px}
.bottom_di1 img{ width:64%}
.bottom1_left3_txt{ margin-top:6px;}
.bottom1_left1{box-sizing: border-box;padding-left: 10px;}
.bottom2{ font-size:13px; line-height:24px; padding-top:10px}
.bottom_di3 a{padding: 9px 16px;}
.case_left img{ width:100%}
.case_right {
    padding-left: 20px;
    padding-right: 20px;
    background: url(../images/csd.jpg) no-repeat bottom right;
    width: 50%;
    box-sizing: border-box;
}
.case_right_jj p{ font-size:14px; line-height:23px;}
.case_left img{ height:200px}
.case_right h3 a{padding: 9px 15px;}
.case_right h3 {
    margin-top: 15px;
}
.case_right_jj{ margin-top:10px}
.jjfa_nr_right{ display:none;}
.jjfa_nr_left{ width:100%; padding-right:0}
.jjfa_nr_left2{ font-size:20px;}
.jjfa_nr_left3{ font-size:14px;}
.jjfa_nr_left1 { font-size:44px;}
.jjfa_nr_left3{ margin-bottom:30px}
.jjfa{ height:auto;}
.jjfa{box-sizing: border-box; padding-left:20px; padding-right:20px;}

.jjfa_nr_n1 ul{ display:block;position: relative;
    white-space: nowrap;
    overflow-x: scroll;}
 .jjfa_nr_n1 ul li{display: inline;
    text-align: center;}  

.jjfa_nr_n2 {
    margin-top: 0;
}
.about_nr_left h4 a{ font-size:14px}
.about_nr_right{ margin-top:15px;}
.itfw_nr{ padding-left:15px;}
.itfw_nr3{ display:none;}
.about_nr_left {
    padding-right: 0;
}

.jjfa_nr_left3{ margin-top:10px;}
.jjfa_nr_n1 ul{ padding-top:0}
.itfw{padding-bottom: 40px;
    padding-top: 0px;}

.news {
    padding-top: 30px;
    padding-bottom: 30px;
}

.banner-slide figure img{ height:270px;}
.banner {
    height: 270px;}

.btext{ top:20%}
.btext strong{ font-size:14px;}
.common-btns span {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    transition: 0.35s;
}
.common-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0088c9;
    width: 120px;
    height: 36px;
    border-radius: 2px;
    transition: 0.4s;
    font-size: 14px;
    margin-top: 30px;
}
.about {
    padding-top: 20px;
}
.about_nr_left h3{ padding-bottom:14px;}
.hzhb_nr_tit h3{ font-size:13px;}
.about_nr_left h4 a{ height:40px;  line-height:40px;}

.case_right_jj p{ margin-bottom:5px;}
.case {
    background: #f8f8f8;
    padding-top: 30px;
    padding-bottom: 30px;
}
.case_right{ background:none}

.about_nr_jis{ margin-top:20px; font-size:14px; }
.itfw_tit{ padding-bottom:10px;}
.jjfa_nr_n1 ul li{ margin-right:30px; font-size:15px;}
.itfw_nr2_img{ height:30px;}




.header{ display:none;}
.new_index_header {
    position: fixed;
    z-index: 999;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 10px 0px;
    background: rgba(0,0,0,0.5);  display: block;
   
}
.xin_logo{ float: left; width: 158px; padding-left:10px;}
.xin_logo img{ width:45%;}

.new_index_navbtn { float: right; margin-right: 15px; width: 30px; height: 26px; position: relative; cursor: pointer; margin-top: 8px; }

.new_index_navbtn span { display: block; height: 2px; background: #fff; top: 0px; position: absolute; width: 100%; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }

.new_index_navbtn span:nth-child(2) { width: 70%; top: 12px; }

.new_index_navbtn span:nth-child(3) { top: 24px; }

.new_index_navbtn:hover span { width: 100%; }

.new_index_closeNavbtn span:nth-child(1) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 12px; }

.new_index_closeNavbtn span:nth-child(2) { display: none; }

.new_index_closeNavbtn span:nth-child(3) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 12px; }
.new_Common_nav {
    display: none;
    position: fixed;
    left: 0px;
    top: 62px;
    bottom: 0px;
    right: 0px;
    overflow-y: auto;
    background-color: #fff;
}
.new_Common_nav ul { padding: 20px 15px 0px; }

.new_Common_nav ul li { cursor: pointer; border-bottom: 1px solid #ccc; position: relative; }
.new_Common_nav ul li h2{ margin:0; }
.new_Common_nav ul li h2 a { font-weight: 700; height: 60px; line-height:60px; font-size: 14px; display: block; color: #333; position: relative; }

.new_Common_nav ul li i { position: absolute; right: 0px; top: 0px; height: 60px; width: 100%; }

.new_Common_nav ul li i:before { position: absolute; top: 50%; right: 10px; width: 10px; height: 10px; border-top: 2px solid #555; border-right: 2px solid #555; -webkit-transform: translateY(-50%) rotate(45deg); -ms-transform: translateY(-50%) rotate(45deg); -o-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; content: ""; }

.new_Common_nav ul li.cur .new_child_navbox { max-height: 1500px; height: auto; padding-bottom: 20px; }

.new_Common_nav ul li.cur i:before { -webkit-transform: translateY(-50%) rotate(135deg); -ms-transform: translateY(-50%) rotate(135deg); -o-transform: translateY(-50%) rotate(135deg); transform: translateY(-50%) rotate(135deg); }

.new_child_navbox { width: 100%; background-color: #fff; overflow: hidden; max-height: 0px; }
.new_childnav_web dd h3 { padding-top: 10px; margin:0; }



.new_childnav_web dd h3 a { color: #4c4f55; font-size: 14px; display: block; background-image: url(../images/new_navicon15.png); background-repeat: no-repeat; background-position: -50px center; -webkit-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; line-height: 30px; font-weight:normal; }

.new_childnav_web dd h3 a:hover { padding-left: 30px; color: #ed3542; font-weight: 700; background-position: 0px center; }



.new_childnav_web dd:last-child { background-image: none; }
dd{ margin:0; padding-left: 0; }
.new_childnav_Program dd h3 { padding-top: 10px; }
.new_childnav_web{ margin:0; }
.jjfa_nr_left3{ line-height:20px;}


/*内页适配开始*/
.ny_bnaner{ height:200px; background-size:cover!important;}
.ny_banner_txt {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 70px;
}
.ny_banner_txt h2{ font-size:28px;}
.ny_banner_txt h3{ font-size:23px; line-height:29px;}
.ny_banner_txt em {
    width: 35px;
    height: 3px;
    background: #fff;
    display: inline-block;
    margin-top: 14px;
}
.wrapper2{ width:100%}
.dqwz_nr1{ font-size:14px;}
.dqwz{ line-height:50px;box-sizing: border-box; padding-left:10px;}

.n_ygzp1{ display:block;}
.n_ygzp1_wen{ width:100%}
.n_ygzp1_wen h2{ font-size:23px;}
.n_ygzp1_wen section{ font-size:14px;}

.n_ygzp1{box-sizing: border-box; padding:14px; }
.n_ygzp1_wen em {
    width: 39px;
    height: 3px;
    background: #0088c9;
    display: block;
    margin-top: 13px;
}
.n_ygzp1 {
    margin-top: 20px;
}
.n_ygzp1_tu{ width:100%; margin-top:15px;}
.n_ygzp1_tu img{ width:100%}

.job_list_title {
    height: 50px;
    line-height: 50px;
  
   
    padding: 0 10px;
    cursor: pointer;
}
.job_list_title span{ font-size:14px;}
.job_xxnr{ display:block;}
.job_xxnr section p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.job_xxnr section {
    padding: 14px 20px;
}
.ny-jobs .job-tabs {
   
    width: 93%;
    margin: 0 auto;
     margin-top: 15px;
}
.xianging_a {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    margin-top: 27px;
}
.xianging_a h2{ font-size:22px;}
.xianging_a_1 {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    padding-top: 6px;
}
.fuwn_qie_tab ul li {
    font-size: 16px;
    margin-right: 20px;
    cursor: pointer;
    line-height: 50px;
}
.fuwn_qie_n1 {
    color: #5d5d5d;
    font-size: 14px;
    line-height: 24px;
}
.fuwn_qie_n1 p{ font-size:14px;}
.fuwn_qie_tite {
    font-size: 22px;
    font-weight: bold;
    color: #171a20;
    margin-top: 0;
}
.fuwn_qie_tab {
    margin-top: 8px;
}
.xianging_a{ margin-bottom:10px;}
.n_fuw_lie1{ display:block;}
.n_fuw_lie_left img {
    width: 100%;
    height: 260px;
    transition: all 0.5s;
}
.n_fuw_lie_left{ width:100%; height:260px;}
.n_fuw_lie_right h2 {
    font-size: 20px;
    color: #292f40;
    font-weight: bold;
    margin-top: 10px;
}
.n_fuw_lie_right{ width:100%}
.n_fuw_lie_right section {
    color: #454b5d;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 14px;
    margin-bottom: 28px;
    margin-top: 5px;
    height: 100px;
}
.n_fuw_lie_right h3{ margin-bottom:30px;}
.n_fuw_lie_right h3 a {
    background: #0088c9;
    color: #fff;
    font-size: 14px;
    padding: 13px 15px;
}
.n_fuw_lie_right {
    padding-left: 0;
}
.n_fuw_lie{ width:94%; margin:0 auto;}
.n_fuw_lie1{ height:500px;  position:relative;}
.n_fuw_lie .n_fuw_lie1:nth-child(2n) .n_fuw_lie_left{ position:absolute; top:0}
.n_fuw_lie .n_fuw_lie1:nth-child(2n) .n_fuw_lie_right{ position:absolute; top:270px;}
.n_fuw_lie .n_fuw_lie1:nth-child(2n) .n_fuw_lie_right{ padding-right:0}
.n_fuw_lie1 {
    margin-top: 22px;
}
.ny_case_01_left img{ height:178px;}
.ny_case_01_right {
    width: calc(100% - 195px);
}
.ny_case_01_right {
    padding-left: 20px;
}
.ny_case_01_right h2 a{ font-size:20px;}
.ny_case_01_right h2 { margin-top:0}
.ny_case_01_right section {
    color: #454b5d;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    margin-bottom: 38px;
    margin-top: 10px;
}
.ny_case_01_right h3 a{ font-size:14px;}
.ny_case_01_left{ width:200px;}
.ny_case_01 {
    display: flex;
    margin: 0 auto;
    margin-top: 31px;
    width: 96%;
}
.ny_case_02_1 img{ height:180px;}
.ny_case_02 ul li .ny_case_02_1{ height:180px;}
.ny_case_02_4{ font-size:14px;}
.ny_case_02_5{ font-size:14px;}
.ny_case_02{ width:96%; margin:0 auto;}
.ny_case_02 ul li{ margin-top:20px;}
.nr3{ padding-bottom:0}
.ny_case_02 ul li .ny_case_02_2{ font-size:14px;}
.n_xinw_n {
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    width: 96%;
    margin: 0 auto;
    margin-top: 20px;
   
}
.n_xinw_n h2{ font-size:20px;}
.n_xinw_n h3{  font-size:14px;}
.n_xinw_n22 {
    padding-top: 20px;
}
.n_xinw_n22 {
    font-size: 14px;
    color: #4e4c55;
    line-height: 25px;
}
.ny_news_top{ display:block}
.ny_news_top_left{ width:100%}
.ny_news{ width: 95%;
    margin: 0 auto;}
  .ny_news_top_left1 img{ height:260px;}  
   .ny_news_top_left2 section{ font-size:14px;} 
    .ny_news_top_left2 h2{ font-size:18px;}
    .ny_news_top_right1{ width:180px;}
    .ny_news_top_right {
    width: 100%;
    margin-top: 16px;
}
.ny_news_top_right2 {
    box-sizing: border-box;
    padding: 20px;
    width: calc( 100% - 180px);
}
.ny_news_top_right2 h3 {
    color: #5c656a;
    font-size: 14px;
    font-weight: normal;
    margin-top: 8px;
}
.ny_news_top_left{ height:auto;}
.ny_news_top {
    margin-top: 18px;
}
.n_xinw_n33_left1{ width:40px;}
.n_xinw_n33_left1 img{ width:100%;}

.n_xinw_n33_right {
    width: 100%;
    padding-left: 0;
}
.n_xinw_n33_left {
    width: 100%;
    padding-right: 0;
    border-right: 1px solid #e5e5e5;
}
.n_xinw_n33_left1{ display:none;}
.n_xinw_n33_right a{ display:block;}
.fanpian{ font-size:14px;}
.ny_gsjj {
    display: block;
}
.ny_gsjj_left img{ width:100%}
.ny_gsjj{ width:95%; margin:0 auto; margin-top:20px;}
.ny_gsjj{ font-size:22px;}
.ny_gsjj_right {
    padding-left: 0;
}
.ny_gsjj_right3 {
    font-size: 14px;
    color: #4e4b56;
    padding-top: 10px;
}
.ny_gsjj_right1{ margin-top:20px;}
.ny_qywh_tit{ font-size:22px;}
.ny_qywh_nr ul {
    display: block;
}
.ny_qywh_nr ul li{ width:100%}
.ny_qywh_nr1 img{ width:100%; height:270px;}
.ny_qywh_nr2{ font-size:18px;}
.ny_qywh_nr3{ font-size:14px;}
.ny_qywh_nr ul li{ margin-top:20px;}


.ny_qywh{ width:95%; margin:0 auto;}
.ny_zzjg{ display:block;}
.ny_zzjg_left{ display:none;}
.ny_zzjg_right {
    padding-left: 0;
}

.ny_zzjg_right h2{ font-size:22px;}
.ny_zzjg{box-sizing: border-box; padding:20px;}
.ny_zzjg_right section {
    font-size: 14px;
    color: #4e4b56;
    line-height: 26px;
    margin-top: 11px;
}
.ny_zzjg_right {
    padding-top: 0;
}
.ny_qywh_nr ul li {
    margin-top: 30px;
}

.ny_lianx{ display:block;}
.lianxi_left h2{ font-size:20px;}
.jianj{ font-size:14px;}
.lianxi_left h4{ font-size:14px;}
.lianxi_d_le{ width:36px}
.lianxi_d_le img{ width:100%}
.lianxi_d_re{ padding-left:15px;}
.lianxi_left{ width:100%}
.ny_lianx{box-sizing: border-box; padding:20px;}
.ny_lianx_right img{ width:100%;}
.ny_lianx{ margin-bottom:20px;  margin-top:0}
.zzhi {
    padding-top: 40px;
    width: 95%;
    margin: 0 auto;
}
.ny_gsjj_right1{ font-size:25px;}
.lianxi_d{ margin-top:20px;}
.xianging_a{ width:96%}
.fuwn_qie_tab ul li{ font-size:15px;}
.fuwn_qie_tite{ font-size:20px;}

.xianging_a_1 img{ max-width:100%;}
.fanpian2{ font-size:14px;}
.n_xinw_n33_right{ text-align:right;}

.case_right h2 {
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #292f40;
    margin-top: 0;
    width: 100%;
}
.case_left img{ height:140px;}
.case_right_jj p{-webkit-line-clamp: 2;}
.case_right h3 a{ font-size:14px;}
.case_nr_n .swiper-container{ height:150px;}
.ny_case_02_3{ font-size:16px;}
.ny_case_01_right h2 a{ font-size:16px;}
.ny_case_02_1 img {
    height: 150px;
}
.ny_case_02 ul li .ny_case_02_1{ height:150px;}


    
}







