@charset "utf-8";

/* 头部 */
.top {
  height: 85px;
}
.logo img {
  height: 55px;
  margin-top: 15px;
}
.nav ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.nav ul li a {
  display: block;
  padding: 0px 30px;
  font-size: 16px;
  color: #a3cff4;
  line-height: 85px;
}
.nav ul li a:hover,.nav ul li a.active {
  color: #3b87c3;
}
.nav ul li.lang a {
  padding-right: 0px;
  color: #3b87c3;
  font-size: 14px;
  width: 50px;
  height: 35px;
  line-height: 35px;
  background-color: #e0eefb;
  border-radius: 6px;
  padding: 0px;
  text-align: center;
  margin-top: 25px;
  margin-left: 25px;
}
/* banner */
.banner {
  width: 100%;
  height: auto;
}
.bannerslide {
  position: relative;
}
.bannerdesc {
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: left;
  margin-left: 5vw;
}
.bannerdesc_top {
  width: 110px;
  height: 30px;
  background: #c8e2f1;
  border-radius: 4px;
  text-align: center;
  margin: 20vh 0px 3vh;
  opacity: 0;
}
.bannerdesc_top p {
  font-size: 12px;
  color: #3b87c3;
  line-height: 30px;
}
.bannerdesc h1 {
  font-size: 60px;
  color: #171A1F;
  letter-spacing: 2px;
}
.bannerdesc h3 {
  font-size: 16px;
  width: 400px;
  line-height: 28px;
  color: #171A1F;
  margin: 4vh 0px 6vh;
}
.banbtn {
  display: block;
  width: 144px;
  height: 48px;
  background: linear-gradient(180deg, #0579CE 0%, #0090F9 100%);
  box-shadow: 0px 4px 16px 0px rgba(5, 121, 206, 0.3);
  border-radius: 4px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
  transition: all .5s;
}
.banbtn:hover,.banbtn:focus {
  color: #FFFFFF;
}
.banbtn:hover {
  margin-top: -5px;
}
/* 全流程品控 */
.process {
  width: 100%;
  height: auto;
  background: url(../images/wave.png) no-repeat center;
  padding: 15vh 0px ;
  position: relative;
}
.process_bgcolor {
  position: absolute;
  left: 0px;
  bottom: -20vh;
  width: 100%;
  height: 80vh;
  background: linear-gradient(180deg, #FFFFFF 0%, #F0F9FF 100%);  
  z-index: -1;
}
.process_item {
  width: 100%;
  height: 45vh;
  background: url(../images/2800.png) no-repeat center;
  background-size: cover;
  text-align: center;
  transition: all .5s;
}
.process_item h3 {
  font-size: 72px;
  color: #FFFFFF;
  padding: 13vh 0px 2vh;
}
.process_item p {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 28px;
}
.process_item2 {
  background-image: url(../images/2team.png);
}
.process_item:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, .35);
}
.process_desc h3 {
  font-size: 60px;
  color: #171A1F;
  padding: 12vh 0px 3vh 3vw;
}
.process_desc p {
  font-size: 16px;
  color: #171A1F;
  line-height: 24px;
  padding-left: 3vw;
}
.procase {
  margin-top: 26vh;
  padding-left: 14vw;
}
.procase .bannerdesc_top {
  margin: 0vh 0px 0px 0vw;
}
.procase h3 {
  font-size: 60px;
  color: #171A1F;
  padding: 2vh 0px 4vh;
}
.procase .procsae_p {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 15px;
  width: 310px;
  transition: all .5s;
}
.procase .procsae_p span {
  display: block;
  color: #1C1C1E;
}
.procase .procsae_p:hover {
  margin-left: 10px;
}
.procaseimg {
  margin-top: 20vh;
}
.procaseimg img {
  width: 25vw;
}
.procaseimg img:hover {
  transform: scale(1.05);
}
/* 覆盖全流程 */
.cover {
  background: url(../images/wave2.png) no-repeat bottom;
  padding-bottom: 13vh;
  margin-bottom: 15vh;
}
.coverpart {
  position: relative;
}
.coverpart_img {
  width: 100%;
}
.covername {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  text-align: center;
}
.covername h2 {
  font-size: 60px;
  color: #FFFFFF;
  padding: 22vh 0px 6vh;
}
.covername h3 {
  font-size: 16px;
  color: #FFFFFF;
  padding-bottom: 6vh;
}
.covername ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.covername ul li {
  font-size: 18px;
  color: #FFFFFF;
  background: url(../images/gou.png) no-repeat left;
  background-size: 20px;
  padding-left: 25px;
}
.covername ul li:nth-child(2) {
  margin: 0px 30px;
}
.coverlist {
  width: 100%;
}
.coverlist ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: -120px;
}
.coverlist ul li {
  width: 18%;
  height: 260px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px #a3cff4;
  text-align: center;
  transition: all .5s;
}
.coverlist ul li img {
  height: 52px;
  margin:6vh auto 2vh;
}
.coverlist ul li h3 {
  font-size: 16px;
  color: #0579ce;
  padding-bottom: 1vh;
}
.coverlist ul li p {
  font-size: 14px;
  color: #0579ce;
  line-height: 26px;
}
.coverlist ul li:hover {
  margin-top: -10px;
}
/* 专业，聚焦，合作 */
.cooperate {
  background: url(../images/wave2.png) no-repeat bottom;
  padding-bottom: 30vh;
}
.coopitem {
  width: 100%;
  height: auto;
  background-color: #F0F9FF;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.cooppic,.coopdesc {
  width: 50%;
}
.cooppic img {
  width: 100%;
}
.coopdesc {
  padding-left:9vw;
  padding-right: 13vw;
}
.coopdesc h2 {
  font-size: 60px;
  color: #171A1F;
}
.coopdesc h3 {
  font-size: 16px;
  color: #171A1F;
  line-height: 24px;
  padding: 4vh 0px 6vh;
}
/* 6 大基金注入 */
.sixin {
  width: 100%;
}
.sixname {
  text-align: center;
}
.sixname .bannerdesc_top {
  margin: -10vh auto 0px; 
}
.sixname h2 {
  font-size: 60px;
  color: #171A1F;
  padding: 3vh 0px 5vh;
}
.sixlist ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sixlist ul li {
  height: 120px;
  width: 33.33%;
  margin-bottom: 20px;
  background: url(../images/sixlogoline.jpg) no-repeat right;
}
.sixlist ul li img {
  height: 80px;
  margin: 20px auto 0px;
}
.sixlist ul li:nth-child(3n) {
  background: none;
}
/* foot */
.foot {
  width: 100%;
  height: auto;
  padding: 100px 0px 60px;
  background-color: #047bd5;
}
.foot img.flogo {
  height: 85px;
  margin-top: 0px;
}
.foot .nav ul li a {
  color: #85d1ff;
}
.foot .nav ul li a:hover,.foot .nav ul li a.active {
  color: #ffffff;
}
.foot .nav ul li.lang a{
 background-color: #218ee1;
}
.footcopy,.footbtn {
  margin-top: 50px;
}
.footcopy p {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 42px;
}
.footcopy p a {
  font-size: 12px;
  color: #FFFFFF;
}
.footbtn ul li {
  float: right;
  width: 120px;
  height: 45px;
  background: #FFFFFF;
  margin-left: 25px;
  box-shadow: 0px 4px 16px 0px rgba(5, 121, 206, 0.3);
}
.footbtn ul li a {
  font-size: 14px;
  color: #0579CE;
  line-height: 45px;
  display: block;
  background: url(../images/fmail.png) no-repeat left;
  padding-left: 43px;
  background-position-x: 16px;
}
.footbtn ul li:nth-child(2) a {
  background-image: url(../images/ftel.png);
}
/* wap */
.waptop {
  width: 100%;
  height: auto;
  padding: 10px 0px;
  position: relative;
}
.waptop a img {
  margin: 0px auto 0px;
  height: 34px;
}
.wapnavico {
  position: absolute;
  width: 54px;
  height: 100%;
  right: 0px;
  top: 0px;
}
.wapnavico img {
  width: 22px;
  margin: 19px auto 0px;
}
.wapnav {
  width: 100%;
  height: 100vh;
  position: absolute;
  right: -100%;
  top: 0px;
  z-index: 999;
  background: linear-gradient(180deg, #0579CE 0%, #008AEF 100%);
  opacity: 0;
  transition: all .5s;
}
.wapnav_on {
  transition: all .5s;
  right: 0px;
  opacity: 1;
}
.wapnav_hide {
  width: 100%;
  height: 44px;
  margin: 10px 0px; 
}
.wapnav_hide img {
  float: right;
  margin-right: 15px;
  width: 17px;
  margin-top: 13px;
}
.wapnavitem ul li a {
  display: block;
  font-size: 16px;
  color: #85d1ff;
  line-height: 55px;
  padding-left: 40px;
}
.wapnavitem ul li a:hover,.wapnavitem ul li a.active {
  color: #FFFFFF;
}
.wapnavitem ul li.lang a {
  width: 48px;
  height: 36px;
  font-size: 12px;
  line-height: 36px;
  background-color: #2094eb;
  border-radius: 8px;
  padding-left: 0px;
  text-align: center;
  margin-left: 40px;
  margin-top: 20px;
}
/* wap banner */ 
.wapbanner {
  width: 100%;
  height: 540px;
  background: url();
}
.wapbanner .swiper-slide {
  background: url(../images/wapbanner.png) no-repeat center;
  background-size: cover;
  display: block;
}
.wapban_desc {
  text-align: center;
}
.wapbandesc_top {
  margin: 75px auto 30px !important;
}
.wapban_desc h2 {
  font-size: 40px;
  color: #171A1F;
}
.wapban_desc h3 {
  font-size: 16px;
  color: #171A1F;
  line-height: 28px;
  padding: 25px 15px 50px ;
}
.wapban_desc a {
  display: block;
  width: 90%;
  height: 48px;
  margin: 0 auto;
  background: linear-gradient(180deg, #0579CE 0%, #0090F9 100%);
  box-shadow: 0px 4px 16px 0px rgba(5, 121, 206, 0.3);
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  line-height: 48px;
}
.fixednav {
  box-shadow: 0px 0px 15px rgba(5, 121, 206, 0.3);
  position: fixed;
  background-color: #FFFFFF;
  width: 100%;
  top: 0px;
  z-index: 999;
}
/* 关于我们 */
.profile {
  width: 100%;
}
.profile_item {
  padding: 30px;
  background: #F0F9FF;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.proitem_l {
  width:55%;
}
.proitem_r {
  width: 45%;
}
.profile_topl img {
  height: 100%;
  object-fit: cover;
}
.profile_topl video {
  height: 100%;
  width: 100%;
  object-fit: fill;
}
.profile_topr {
  padding-left: 70px;
}
.profile_topr h2 {
  color: #171A1F;
  padding: 25px 0px 35px ;
}
.profile_topr h3,.profile_botl p {
  font-size: 15px;
  color: #171A1F;
  line-height: 26px;
}
.profile_botl {
  padding-left: 0px;
  padding-top: 20px;
}
.profile_botr img {
  width: 90%;
  float: right;
}
.profile_topl img:hover,.profile_botr img:hover {
  transform: scale(1.02);
}
.mission {
  padding: 150px 0px 0px;
  background: url(../images/wave2.png) no-repeat top;
}
.mission ul {
  padding-bottom: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.mission ul::before,.mission ul::after {
  display: none;
}
.mission ul li {
  width: 33%;
  /* padding-right: 10%; */
  transition: all .5s;
}
.mission_icon {
  display: flex;
}
.mission_icon_item {
  width: 70px;
  height: 70px;
  background: rgba(5,121,206,.4);
  border-radius: 50%;
  display: flex;
  flex-flow:row ;
  justify-content: center;
  align-items: center;
}
.mission_icon_item img {
  max-width: 44px;
}
.mission_icon_text {
  display: block;
  font-size: 24px;
  color: #1C1C1E;
  /* margin-left: 24px; */
  /* line-height: 68px; */
  transition: all .5s
}
.mission_desc {
  margin-top: 8px;
}
.mission_desc p {
  font-size: 16px;
  color: #171A1F;
}
.mission ul li h3 {
  color: #000000;
  /* padding-top: 50px; */
  /* text-align: right; */
  /* padding-right: 60px; */
}
.mission ul li:hover .mission_icon_text {
  padding-left: 10px;
}

.mission ul.jiazhiguan li h3 {
  padding-top: 0px;
}
.mission ul.jiazhiguan li .mission_desc p {
  filter: brightness(100%) grayscale(500%);
}

.mission ul.jiazhiguan {
  align-items: center;
}
.mission ul.jiazhiguan li .mission_desc {
  margin-top: 0px;
}
.mission ul li:nth-child(2) {
  /* padding-left: 200px; */
}
.mission ul.about_jzg {
  align-items: center;
}
.mission ul.about_jzg li {
  width: 22%;
}
.mission ul.about_jzg li:nth-child(1) {
  width: 33%;
}
.mission ul.about_jzg li h3 {
  padding-top: 0px;
}
.mission ul.about_jzg li .mission_desc {
  margin-top: 0px;
}


/* 无双团队 */
.team {
  width: 100%;
}
.teamitem {
  height: 870px;
  background: linear-gradient(180deg, #0579CE 0%, #0090F9 100%);
  border-radius: 5;
  padding: 70px 0px;
  margin-top: -90px;
  position: relative;
  margin-bottom: 30px;
}
.teamname h3 {
  color: #FFFFFF;
  padding-left: 50px;
}
.teamlist {
  height: 650px;
  padding: 0px 48px;
}
.teamlist .swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.teamlist .swiper-slide {
  background-size: cover;
  background-position: center;
}

.teamlist .gallery-top {
  height:350px;
  width: 100%;
}

.teamlist .gallery-thumbs {
  height:280px;
  box-sizing: border-box;
  padding: 10px 0;
  margin: 50px 0px 30px;
}

.teamlist .gallery-thumbs .swiper-slide {
  height: 100%;
  transition: all .5s;
  opacity: 0.4;
}
.teamlist .gallery-thumbs .swiper-slide img {
  width: 76%;
  object-fit: cover;
  border-radius: 10px;
}
.teamlist .gallery-thumbs .swiper-slide-thumb-active,.teamlist .gallery-thumbs .swiper-slide:hover {
  opacity: 1;
  /* transform: scale(1);/ */
}
.teamlist .gallery-thumbs .swiper-slide-thumb-active img {
  width: 100%;
  height: 100%;
}
.teamlist_big {
  width: 100%;
  height: 100%;
  background: #229af1;
  box-shadow: 0px 10px 40px 0px rgba(122, 163, 193, 0.31);
  border-radius: 10px;
}
.teamlist_bigl {
  width: 20%;
  height: auto;
}
.teamlist_bigl h3 {
  font-size: 36px;
  color: #FFFFFF;
  padding: 40px 0px 20px;
}
.teamlist_bigl p {
  font-size: 16px;
  color: #a3cff4;
}
.teamlist_bigm ,.teamlist_bigr {
  width: 33%;
  padding-top: 40px;
}
.teamlist_bigr {
  margin-left: 5%;
}
.teamlist_bigm p ,.teamlist_bigr p {
  font-size: 16px;
  color: #eeeeee;
  line-height: 30px;
  text-align: left;
}
.teamlist .swiper-button-next, .teamlist .swiper-button-prev {
  width: 62px;
  height: 62px;
  background: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0px 4px 16px 0px rgba(5, 121, 206, 0.12);
  top: 88px;
}
.teamlist .swiper-button-prev {
  left: unset;
  right: 150px;
}
.teamlist .swiper-button-next {
  right: 50px;
}
.teamlist .swiper-button-next:after, .teamlist .swiper-button-prev:after {
  font-size:20px;
  font-weight: bolder;
  color: rgba(5, 121, 206, .3);
}
.teamlist .swiper-button-next:hover:after, .teamlist .swiper-button-prev:hover:after {
  color: rgba(5, 121, 206, 1);
}
.history {
  width: 100%;
  background: url(../images/wave.png) no-repeat top;
}
.history_name {
  text-align: center;
}
.history_name h2 {
  color: #1C1C1E;
  padding: 110px 0px 130px;
}
.history_part {
  width: 100%;
  height: auto;
}
.licheng-bg {
  position: relative;
}
.warper {
  width: 80%; 
  height: 700px;
  margin: 0 auto;
}
.quxian {
  height: 5px;
  width: 100%;
  position: absolute;
  top: 280px;
  left: 0px;
}
.licheng-content .swiper-slide {
  display:block;
  position: relative;
}
.licheng-content .line {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #0579CE;
  border-radius: 50%;
  border: 3px solid #FFFFFF;
  top: 272px;    
  left: 47%;
}
.licheng-content .right-text {
  background: url(../images/history_bg1.png) no-repeat center;
  background-size: 100% 100%;
  width: auto;
  height: 270px;
  text-align: left;
}
.licheng-content  .right-text h3 {
  font-size: 24px;
  color: #1C1C1E;
  line-height: 24px;
  text-align: center;
  padding: 50px 0px 10px;
}
.licheng-content .right-text p {
  font-size: 14px;
  color: #1C1C1E;
  line-height: 26px;
  padding-left: 60px;
  padding-right: 50px;
}
.licheng-content .right-text p span {
  padding-right: 10px;
}
.licheng-content .swiper-slide .item2 .right-text {
  background-image: url(../images/history_bg2.png);
  width: auto;
  height: 300px;
  margin: 280px 0px 0px 0px;
}
.licheng-content .swiper-slide .item2 .right-text h3 {
  padding-top: 110px;
}

.licheng-content  .right-text174 {
  margin-left: -83px;
}
.licheng-content .right-text41 {
  margin-left: -215px !important;
}
.licheng-content .swiper-slide .item1 .right-text {
  background-size: 110% 100%;
}
.licheng-content .swiper-slide .item1 .right-text p {

  padding: 0px 34px 0px 40px;
}


.waphis_part {
  width: 100%;
  height: 850px;
  padding-left: 135px;
  background: url(../images/waphis_line.png) no-repeat left;
  background-position-x: 70px;
  background-size:5px 100%;
  margin-bottom: 50px;
  overflow-y: scroll;
  padding-top: 30px;
}
.waphis_part ul li {
  margin-bottom: 35px;
  /* background: url(../images/history_bg3.png) no-repeat left; */
  /* background-size: 100% 100%; */
  width: 60%;
  padding: 30px 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 25px rgba(122, 163, 193, 0.31);
  position: relative;
}
.waphis_part ul li h3 {
  font-size: 24px;
  color: #1C1C1E;
  line-height: 24px;
  text-align: center;
  padding-bottom: 20px;
}
.waphis_part ul li p {
  font-size: 14px;
  color: #1C1C1E;
  line-height: 26px;
}
.waphis_part ul li p span {
  padding-right: 10px;
}
.waphis_jian {
  position: absolute;
  left: -69px;
  top: 15%;
  width: 70px;
}
.waphis_part ul li:nth-child(3) .waphis_jian {
  top: 20%;
}
.waphis_part ul li:nth-child(4) .waphis_jian {
  top: 25%;
}
.wapteam .swiper-slide {
  display: block;
}
.wapteam_img {
  width: 220px;
  height: 220px;
  margin: 70px auto 40px;
}
.wapteam_img img {
  border-radius: 5px;
}
.wapteam_desc {
  width:90%;
  height: auto;
  margin: 0 auto;
  background-color: rgba(122, 163, 193, 0.31);
  border-radius: 10px;
  padding: 25px 15px;
}
.wapteam_desc h3 {
  font-size: 36px;
  color: #FFFFFF;
  line-height: 42px;
}
.wapteam_desc h4 {
  font-size: 16px;
  color: #a3cff4;
  padding: 20px 0px 40px;
}
.wapteam_desc p {
  font-size: 15px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: justify;
}
.wapteam .swiper-slide .wapteam_img img {
  width: 80%;
  margin-left: -100px;
  opacity: .6;
}
.wapteam .swiper-slide-active .wapteam_img img {
  width: 100%;
  height: 100%;
  margin-left: 0px;
  margin-top: -17px;
  opacity: 1;
  object-fit: cover;
}
/* 联系我们 */
.contact_name {
  padding: 40px 0px 70px;
}
.contact_name h2 {
  color: #171A1F;
  text-align: center;
}
.contact_tab {width: 100%;height: auto;}
/* 本例子css */
.notice { width: 100%;  overflow: hidden;position: relative; }
.notice .tab-hd {  color: #0579CE;width: 60%;position: absolute;right: 0px;top: 0px;border-bottom: 2px solid rgba(5, 121, 206, .2); }
.notice .tab-hd ul { padding-top: 4px;  }
.notice .tab-hd li{ float: left; height: 34px; line-height: 18px; }
.notice .tab-hd li a{ display:block; color: rgba(5, 121, 206, .5);margin-right: 36px; font-size: 16px;height: 36px;}
.notice .tab-hd li a:hover{color: rgba(5, 121, 206, 1); }
.notice .tab-hd li.on{  border-bottom: none; font-weight: bold; position: relative;  }
.notice .tab-hd li.on a {
  color: rgba(5, 121, 206, 1);
  border-bottom: 2px solid #229af1;
}
.notice .tab-bd { padding:0px;  }
.contacttab_l {
  width: 480px;
  height: 430px;
  margin-left: 110px;
  overflow: hidden;
}
.contacttab_l img {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}
.contacttab_l img:hover {
  transform: scale(1.05);
}
.contacttab_r {
  width: 60%;
  height: auto;
}
.coninfo {
  width: 450px;
}
.coninfo h3 {
  font-size: 16px;  
  color: #1C1C1E;
  padding: 60px 0px 30px;
}
.coninfo p {
  font-size: 16px;
  color: #1C1C1E;
  margin-bottom: 20px;
  background: url(../images/calls.png) no-repeat left;
  background-position-y: 2px;
  padding-left: 30px;
}
.coninfo p span,.coninfo p a,.wxitem span {
  display: block;
  color: #1C1C1E;
  margin: 8px 0px;
  font-size: 16px;
}
.coninfo p.contact_mail {
  background-image: url(../images/Email.png);
}
.coninfo p.contact_link {
  background-image: url(../images/LinkedIn.png);
}
.wxitem {
  width: 50%;
  padding: 100px 0px 30px;
}
.wxitem span {
  background: url(../images/WeChat.png) no-repeat left;
  background-position-y: 2px;
  padding-left: 30px;
}
.wxitem img {
  width: 150px;
  margin:20px 0px 0px 30px;
}
.contact_map {
  width: 100%;
  height: 460px;
  margin: 0px 0px 140px;
  position: relative;
}
.contact_map .contact_mapbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  left: 0px;
  z-index:-1;
}
.contact_map .contact_mapbg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.contact_maploc {
  position: absolute;
  top: 10%;
  right: 35%;
  width: 60px;
}
.contact_maploc2 {
  top: 15%;
  right: 35%;
}
.contact_maploc3 {
  top: 20%;
  right: 35%;
}
/* 加入我们 */
.joinus_item {
  width: 100%;
  height: 480px;
  background: linear-gradient(180deg, #F0F9FF 0%, #FFFFFF 100%);
}
.joinus_name {
  width: 100%;
  height: 100%;
  background: url(../images/wave2.png) no-repeat center;
  background-size: cover;
  padding-top: 110px;
  text-align: center;
}
.joinus_top {
  margin: 0px auto;
}
.joinus_name h2 {
  padding: 30px 0px 40px;
  color: #171A1F;
}
.joinus_btn {
  margin:  0 auto;
  width: 200px;
}
.culitem {
  width: 100%;
  height: auto;
  background: url(../images/wave.png) no-repeat bottom;
  padding-bottom: 140px;
  background-position-y: 400px;
}
.culture {
  width: 100%;
  height: auto;
  padding: 70px 50px ;
  background: linear-gradient(180deg, #0579CE 0%, #0090F9 100%);
}
.culture_left {
  width: 40%;
  padding-right: 100px;
}
.culture_left h3 {
  color: #FFFFFF;
  padding:120px 0px 35px;
}
.culture_left ul li {
  float: left;
  width: 48%;
  height: 200px;
  margin-right: 4%;
  background-color:rgba(255, 255, 255, 0.2);
  text-align: center;
  margin-bottom: 20px;
  transition: all .5s;
}
.culture_left ul li:nth-child(2n) {
  margin-right: 0px;
}
.culture_left ul li img {
  margin: 30px auto 0px;
  height: 70px;
}
.culture_left ul li p {
  font-size: 16px;
  color: #ffffff;
  padding-top: 20px;
}
.culture_left ul li:hover {
  box-shadow: 0px 0px 10px rgba(255, 255, 255, .5);
}
.culture_right {
  width: 60%;
}
.culture_right img {
  width: 100%;
}
.culture_right img:hover {
  transform: scale(1.02);
}
/* 整体薪酬 */
.salary {
  padding-bottom: 140px;
}
.salary_name {
  text-align: center;
}
.salary_name h2 {
  padding: 25px 0px 50px;
}
.salarylist ul li {
  width: 25%;
  height: auto;
  float: left;
  cursor: default;
  transition: all .5s;
}
.salarylist ul li img {
  width: 32px;
}
.salarylist ul li h3 {
  font-size: 15px;
  color: #171A1F;
  padding: 10px 0px 15px;
}
.salarylist ul li p {
  font-size: 13px;
  color: #171A1F;
  line-height: 22px;
  padding-right: 50px;
  text-align: justify;
}
.salarylist ul li:nth-child(4) p {
  padding-right: 0px;
}
.salarylist ul li:hover {
  margin-top: -10px;
}
/* 员工天地  */
.ygworld {
  padding-bottom: 150px;
}
.ygworld_name {
  text-align: center;
  padding-bottom: 50px;
}
.ygworldlist {
  width: 100%;
}
.ygworld_img {
  width: 100%;
  height: 660px;
  position: relative;
  overflow: hidden;
}
.ygworld_img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.ygworld_desc {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 121, 206, .7);
  top: 0px;
  left: -100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all .5s;
}
.ygworld_desc h3 {
  font-size: 24px;
  color: #FFFFFF;
  padding-bottom: 40px;
}
.ygworld_desc button {
  width: 200px;
  height: 48px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 48px;
  margin: 0 auto;
  border: 0px;
  display: block;
}
.ygworld_img:hover .ygworld_desc {
  left: 0px;
}
.ygworld_desc button:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.ygworld_img2,.ygworld_img3 {
  height: 315px;
}
.ygworld_img3 {
  margin-top: 30px;
}
.ygworld_img2 .ygworld_desc {
  top: -100%;
  left: 0px;
}
.ygworld_img2:hover .ygworld_desc {
  top: 0px;
}
.ygworld_img3 .ygworld_desc {
  top:unset;
  left: 0px;
  bottom: -100%;
}
.ygworld_img3:hover .ygworld_desc {
  bottom: 0px;
}
/* 招聘职位 */
.postjob_item {
  padding: 70px 0px 180px;
  background: #F0F9FF;
  border-radius: 4px;
  margin-bottom: 250px;
  position: relative;
}
.postjob_name {
  text-align: center;
  margin-bottom: 50px;
}
.postjob_list {
  padding: 0px 50px;
}
.postjob_li {
  width: 100%;
  height: 340px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 35px;
  margin-bottom: 30px;
  transition: all .5s;
}
.postjob_li a {
  display: block;
}
.postjob_li a img {
  width: 60px;
}
.postjob_li a h3 {
  font-size: 24px;
  color: #1C1C1E;
  padding: 25px 0px 15px;
}
.postjob_li a span {
  font-size: 14px;
  color: #6D6D6D;
  display: block;
}
.postjob_li a p {
  font-size: 16px;
  color: #1C1C1E;
  line-height: 26px;
  padding: 25px 0px;
}
.postjob_li a i {
  display: block;
  font-size: 16px;
  color: #ffffff; 
  font-style: normal;
  transition: all .5s;
}
.postjob_li:hover {
  box-shadow: 0px 0px 25px rgba(5, 121, 206, .2);
}
.postjob_li:hover a i {
  color: #0579CE;
}
.nofind {
  width: 850px;
  height: 222px;
  background: #FFFFFF;
  border-radius: 4px ;
  position: absolute;
  bottom: -110px;
  left: 50%;
  margin-left: -425px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all .5s;
}
.nofind_left h3 {
  color: #171A1F;
  padding-bottom: 15px;
}
.nofind_left p {
  font-size: 16px;
  color: #1C1C1E;
  line-height: 26px;
}
.nofind_right {
  width: 40%;
  padding-left: 15%;
}
.nofind:hover {
  box-shadow: 0px 0px 30px rgba(5, 121, 206, .3);
}
.wap_ygworld .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 80%;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.wap_ygworld_img {
  height: 390px !important;
}
.wapygworld_btn {
  margin-top: 50px;
}
.wapygworld_btn:hover {
  margin-top: 50px;
}
/* 新闻列表 */
.newslist {
  width: 100%;
  position: relative;
  margin-bottom: 70px;
}
.newslist_swiper .swiper-slide {
  display: block;
}
.newslist_tj {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 40px;
}
.newsl_tjtopbtn {
  margin: 100px 0px 0px 0px;
  width: 0px;
}
.newsl_tjtopdate {
  margin-top: 100px;
}
.newsl_tjtopdate p {
  font-size: 13px;
  line-height: 30px;
}
.newslist_tj h2 {
  text-align: left;
  padding: 20px 0px 40px ;
}
.newslist_tj p.newslist_tjdesc {
  width: 36%;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 50px;
}
.newslist_tj a.banbtn {
  width: 200px;
  color: rgba(255, 255, 255, 0.8);
} 
.newslist .swiper-button-next:after, .newslist .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bolder;
}
.newslist .swiper-button-next, .newslist .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0px 0px 20px rgba(5, 121, 206, .2);
  background-color: #ffffff;
  opacity: .5;
  transition: all .5s;
}
.newslist .swiper-button-next {
  right: 70px;
}
.newslist .swiper-button-prev {
  left: 70px;
}
.newslist:hover .swiper-button-next,.newslist:hover .swiper-button-prev {
  opacity: 1;
}
.newslist_item {
  width: 100%;
  margin-bottom: 140px;
}
.newslist_nav {
  width: 100%;
  border-bottom: 2px dashed #a5a5a5;
  margin-bottom: 50px;
}
.newslist_nav ul li {
  float: left;
  height: 34px;
  line-height: 18px;
}
.newslist_nav ul li a {
  display: block;
    color: rgba(5, 121, 206, .5);
    margin-right: 36px;
    font-size: 16px;
}
.newslist_nav ul li.active a,.newslist_nav ul li:hover a {
  color: rgba(5, 121, 206, 1);
  padding-bottom: 16px;
  font-weight: bold;
  border-bottom: 2px solid #229af1;
}
.newslist_part {
  padding: 0px;
}
.nslt_titem {
  width: 100%;
  height: 500px;
  box-shadow: 0px 10px 40px 0px rgba(122, 163, 193, 0.16);
  border-radius: 5px;
  transition: all .5s;
  margin-bottom: 30px;
}
.nslt_titem a {
  display: block;
}
.nslt_img {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.nslt_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}
.nslt_desc {
  height: 250px;
  padding: 25px;
}
.nslt_desc span {
  display: block;
  font-size: 14px;
  /* width: 100px;
  overflow-x: hidden; */
  color: #6D6D6D;
}
.nslt_desc h3 {
  font-size: 24px;
  color: #1C1C1E;
  padding: 15px 0px 25px;
  line-height: 30px;
}
.nslt_desc p {
  font-size: 16px;
  color: #1C1C1E;
  line-height: 24px;
  height: 50px;
  overflow: hidden;
}
.nslt_desc button {
  width: 75px;
  height: 30px;
  background-color: rgba(5, 121, 206, .15);
  color: #3b87c3;
  border: 0px;
  font-size: 12px;
  border-radius: 4px;
  margin-top: 25px;
}
.nslt_titem:hover {
  box-shadow: 8px 24px 46px 0px rgba(122, 163, 193, 0.31), 0px 3px 10px 1px rgba(213, 237, 255, 0.44);
}
.nslt_titem:hover .nslt_img img {
  transform: scale(1.05);
}
.nslt_titem:hover .nslt_desc h3 {
  color: #3b87c3;
}
.newslist_more {
  width: 150px;
  height: 50px;
  margin:  40px auto 0px;
  box-shadow: 0px 0px 20px rgba(5, 121, 206, .2);
  background-color: #ffffff;
  border-radius: 5px;
}
.newslist_more a {
  display: block;
  text-align: center;
  color: #008AEF;
  font-size: 16px;
  line-height: 50px;
  transition: all .5s;
}
.newslist_more a:hover {
  letter-spacing: 2px;
}
.newslist .swiper-pagination-bullet {
  opacity: .1;
}
.newslist .swiper-pagination-bullet-active {
  opacity: 1;
}
/* 新闻详情 */
.newspage {
  width: 100%;
  padding: 40px 0px 140px;
}
.newsitem {
  width: 60%;
  height: auto;
  margin: 0 auto;
}
.newsback {
  width: 100%;
}
.newsback a {
  display: block;
  font-size: 12px;
  color: #0579CE;
}
.newsdate p {
  font-size: 14px;
  color: #6D6D6D;
  padding: 30px 0px 20px;
}
.newstitle h3 {
  color: #171A1F;
  line-height: 60px;
}
.newsinfo {
  margin-top: 50px;
}
.newsinfo img {
  width: 100%;
}
.newsinfo p {
  font-size: 16px;
  color: #171A1F;
  line-height: 26px;
}
.newsinfo  img {
    display:inline-block;
}
.newstags {
  margin-top: 70px;
}
.newstags h3 {
  font-size: 24px;
  color: #171A1F;
  padding-bottom: 35px;
}
.newstags ul li {
  float: left;
  margin-right: 10px;
  background-color: rgba(5, 121, 206, .2);
  border-radius: 4px;
  padding-right: 10px;
}
.newstags ul li a {
  display: block;
  padding: 5px 15px;
  font-size: 12px;
  color: #0579CE;
  background: url(../images/newstags-icon.png) no-repeat right;
}
.news_xg {
  padding: 0px 0px 140px;
  background: linear-gradient(180deg, #F0F9FF 0%, rgba(255, 255, 255, 0) 100%);
}
.newsxg_name h3 {
  padding:70px 0px 50px;
  text-align: center;
}
/* 招聘详情 */
.jobpage {
  width: 100%;
  background: url(../images/wave.png) no-repeat bottom;
  background-position-y: 140%;
  padding-bottom: 70px;
}
.jp_titleitem {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
}
.jp_title h3 {
  padding-bottom: 12px;
}
.jp_title p {
  font-size: 16px;
  color: #6D6D6D;
}
.jp_topbtn a {
  display: block;
  width: 190px;
  height: 48px;
  background: linear-gradient(180deg, #0579CE 0%, #0090F9 100%);
  box-shadow: 0px 4px 16px 0px rgba(5, 121, 206, 0.3);
  border-radius: 5px;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 48px;
}
.jpinfo {
  padding-bottom: 140px;
}
.jpinfo p {
  line-height: 30px;
  font-size: 15px;
}
.jpbot {
  width: 100%;
  height: 222px;
  background: #F0F9FF;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 80px;
}
.jpbot_left h3 {
  color: #171A1F;
  padding-bottom: 15px;
}
.jpbot_left p {
  font-size: 16px;
  color: #1C1C1E;
  line-height: 24px;
}
.jpbot_right a {
  display: block;
  width: 190px;
  height: 48px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(5, 121, 206, 0.12);
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  color: #0579CE;
  line-height: 48px;
  transition: all .5s;
}
.jpbot_right a:hover {
  letter-spacing: 2px;
}
.wapjp_topbtn a {
  width: 90%;
  margin: 0 auto;
}
/* 产品列表 */
.prolist {
  width: 100%;
  background: url(../images/wave2.png) no-repeat top;
  /* background-position-y: -200px; */
}
.prolist_item1 {
  width: 100%;
  height: auto;
  padding: 0px 0px 150px;
  background: linear-gradient(180deg, rgba(5, 121, 206, 0.12) 0%, rgba(255,255,255.88) 100%);
}
.prolist_pro {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 100px 0px 50px ;
}
.prolist_prol {
  width: 550px;
}
.prolist_titlebtn {
  margin-top: 0px;
}
.prolist_prol h3 {
  padding-bottom: 40px;
}
.prolist_prol span {
  margin-bottom: 50px;
  display: block;
}
.prolist_pror {
  width: 400px;
}
.prolist_pror img {
  margin-top: 50px;
}
.prolist_pror p {
  font-size: 10px;
  padding-top: 30px;
  color: #6D6D6D;
  text-align: center;
}
.prolist_desc {
  padding: 50px 50px 0px ;
  position: relative;
}
.prolist_desc .notice .tab-hd {
  width: 100%;
}
.prolist_tabpal {
  margin-top: 70px;
}
.prolist_tabpal ul {
  margin-bottom: 30px;
}
.prolist_tabpal ul li {
  float: left;
  width: 33%;
  padding-right: 10%;
}
.prolist_tabpal ul li img {
  height: 35px;
}
.prolist_tabpal ul li h3 {
  font-size: 14px;
  color: #171A1F;
  padding: 10px 0px 15px;
}
.prolist_tabpal ul li p {
  font-size: 12px;
  color: #171A1F;
  line-height: 18px;
}
.prolist_tabpal span,.prolist_people p {
  padding:20px 40% 0px 30px;
  display: block;
  color: #6D6D6D;
  font-size: 12px;
  line-height: 20px;
  background: url(../images/prolist-item1-bgicon.png) no-repeat left;
  background-position-y: 30px;
}
.prolist_people {
  margin-top: 80px;
}
.prolist_people ul {
  width: 50%;
}
.prolist_people3 ul {
  width:80%;
}
.prolist_people ul li {
  float: left;
  width: 50%;
  background: url(../images/gou_color.png) no-repeat left;
  background-size: 18px;
  background-position-y: 0px;
  font-size: 14px;
  font-weight: 400;
  color: #171A1F;
  line-height: 22px;
  padding-left: 30px;
  margin-bottom: 30px;
}
.prolist_item2 {
  padding: 0px 50px 0px;
  background: url(../images/prolist-item2-bg.png) no-repeat center;
  margin-bottom: 140px;
  padding-bottom: 70px;
  background-size: cover;
}
.prolist_item2 .prolist_prol span,.prolist_item2 .prolist_prol h3,.prolist_item2 .prolist_prol p {
  color: #ffffff;
}
.prolist_item2 .prolist_titlebtn {
  background-color: rgba(255, 255, 255, .15);
}
.prolist_item2 .banbtn {
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(5, 121, 206, 0.12);
  color: #0579CE;
}
.prolist_item2 .prolist_pror p,.prolist_item2 .prolist_tabpal ul li h3,.prolist_item2 .prolist_tabpal ul li p {
  color: #ffffff;
}
.prolist_item2 .notice .tab-hd li a {
  color:rgba(255, 255, 255, 0.5)
}
.prolist_item2 .notice .tab-hd li.on {
  background: none;
}
.prolist_item2 .notice .tab-hd li.on a {
  color:rgba(255, 255, 255,1) ;
  border-color: rgba(255, 255, 255, 1);
} 
.prolist_item2 .notice .tab-bd,.prolist_desc .notice .tab-bd {
  height: 285px;
}
.prolist_item2 .prolist_tabpal span, .prolist_item2 .prolist_people p {
  color: rgba(255, 255, 255, 0.7);
  background-image: url(../images/prolist-item2-bgicon.png);
}
.prolist_item2 .prolist_people ul li {
  color: #ffffff;
  background-image: url(../images/gou.png);
}
.prolist_item3 .prolist_prol {
  width: 700px;
}
.prolist_item3 .prolist_prol span {
  padding-right: 30%;
}
/* 疾病知识 */
.konwledge {
  width: 100%;
  height: auto;
  padding: 40px 0px 140px;
}
.konwledge_page {
  position: relative;
}
.knowleft_pos {
  position: fixed;
  top: 100px;
  left:7%;
}
.wapknow_navpos {
  position: fixed;
  top: 54px;
  left:0%;
  background-color: #ffffff;
  z-index: 9;
  padding-top: 10px;
  padding-left: 10px;
}
.knowleft ul li {
  height: 48px;
  margin-bottom: 10px;
}
.knowleft ul li a {
  display: block;
  line-height: 48px;
  font-size: 16px;
  font-weight: 400;
  padding-left: 22px;
  color: rgba(5, 121, 206, .6);
  transition: all .5s;
}
.knowleft ul li:hover a,.knowleft ul li.active a  {
  background: url(../images/knownav_bg.png) no-repeat left;
  color: #0579CE;
}
.knowtitle h2 {
  color: #1C1C1E;
}
.knowtitle h3 {
  font-size: 16px;
  color: #171A1F;
  line-height: 24px;
  padding: 25px 0px 50px;
}
.knowtype h4 {
  font-size: 24px;
  color: #171A1F;
  line-height: 24px;
  padding-bottom: 30px;
  background: url(../images/help.png) no-repeat left top;
  background-size: 30px;
  padding-left: 40px;
  background-position-y: -1px;
}
.reason {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reason p {
  font-size: 16px;
  color: #171A1F;
  line-height: 24px;
  margin-bottom: 25px;
  width: 45%;
}
.reason_title {
  margin-top: 50px;
}
.symptom {
  width: 100%;
  padding: 40px 35px;
  background: linear-gradient(180deg, #0579CE 0%, #0090F9 100%);
  border-radius: 5px;
  margin: 50px 0px 60px;
}
.symptom h4 {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 24px;
  background: url(../images/symptom.png) no-repeat left top;
  background-position-y: -1px;
  background-size: 28px;
  padding-left: 40px;
}
.symptom p {
  padding: 30px 150px 50px 0px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
}
.hazard p {
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-right: 50px;
  background: url(../images/hazardico.png) no-repeat left top;
  background-size: 20px;
  padding-left: 30px;
  background-position-y: 33px;
}
.symptom h4.hazard_title {
  background-image: url(../images/hazard.png);
}
.coping h4 {
  background-image: url(../images/coping.png);
}
.coping_desc {
  justify-content: flex-start;
}
.coping_desc p {
  width: 30%;
  margin-right: 3%;
  float: left;
  background: url(../images/gou_color.png) no-repeat left top;
  padding-left: 35px;
  background-size: 25px;
  cursor: default;
}
.coping_desc p:hover {
  color: #0579CE;
}
.pagebot_desc {
  margin-top: 60px;
}
.pagebot_desc p {
  font-size: 10px;
  color: #6D6D6D;
  line-height: 18px;
  padding: 0px 200px 0px 30px ;
  background: url(../images/prolist-item1-bgicon.png) no-repeat left;
}
.wapknow_nav {
  margin-bottom: 40px;
}
.wapknow_nav ul li {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}
.wapknow_nav ul li a {
  display: block;
  background-color: rgba(5, 121, 206, .2);
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  color: #0579CE;
  padding: 5px 28px;
}
.wapknow_nav ul li:hover a,.wapknow_nav ul li.active a {
  background-color: #0579CE;
  color: #ffffff;
}
/* 产品详情 */
.prodetail {
  width: 100%;
  height: auto;
  padding: 35px 0px;
}
.prodetail a {
  font-size: 12px;
  display: block;
  color: #0579CE;
  line-height: 18px;
}
.pro_norms {
  margin: 0px 0px 140px;
  background: linear-gradient(180deg, #0579CE 0%, #0090F9 100%);
  border-radius: 5px;
  padding: 70px 40px;
}
.pro_norms_img {
  width: 100%;
}
.pro_norms_img img {
  width: 100%;
}
.pro_norms_btn {
  margin-top: 80px;
  background: rgba(255, 255, 255, .15);
}
.pro_norms_btn p {
  color: #ffffff ;
}
.pro_norms_desc {
  padding-left: 10%;
}
.pro_norms_desc h3 {
  color: #FFFFFF;
  line-height: 60px;
  padding: 5px 0px 40px;
}
.pronorms_info {
  width: 60%;
}
.pronorms_info p {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pronorms_info p span {
  display: block;
  color: #ffffff;
}
.pro_register {
  background: #F0F9FF;
  border-radius: 4px;
  padding: 70px 50px;
}
.prodetail_page {
  background: url(../images/wave.png) no-repeat bottom;
  padding-bottom: 150px;
  background-position-y: 110px;
}
.proreg_name h3 {
  color: #1C1C1E;
  line-height: 60px;
  padding-bottom: 45px;
}
.proreg_item p {
  font-size: 16px;
  color: #1C1C1E;
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex-wrap: wrap;
  padding-bottom: 25px;
}
.proreg_item p span {
  display: block;
  color: #1C1C1E;
  width: 250px;
}
.proreg_item p span.proreg_title1 {
  width: 150px;
}
.proreg_item p span.proreg_title2 {
  width: 200px;
}
.aboutprofile {
  margin: 20px 0px;
  width: 100%;
}


/* 分辨率 */
@media (min-width:2000px) {
  .mission ul li h3 {padding-right: 10px;}
}
@media (max-width: 1680px) {
  .nav ul li a {padding: 0px 20px;}
  .coopdesc {padding-right: 9vw;}
  .covername h2 {padding-top: 20vh;}
  /* .mission ul li:nth-child(2) {padding-left: 100px;} */
  .teamlist_bigm p, .teamlist_bigr p {font-size: 14px;line-height: 24px;}
  .warper {width: 95%;}
  .licheng-content ul li .right-text h3 {font-size: 18px;}
  .licheng-content ul li .right-text p {padding: 0px 40px;}
  .notice .tab-hd,.contacttab_r {width: 55%;}
  .wxitem {width: 40%;}
  .culture_right img {height: 720px;object-fit: cover;}
  .symptom p {padding-right: 100px;}
  .hazard p,.pagebot_desc p {padding-right: 50px;}
  .profile_topr .bannerdesc_top {margin-top: 150px;}
  .prolist_item3 .prolist_prol {padding-left: 100px;}
  .profile_topr {padding-left: 0px;}
  .aboutprofile {margin: 0px;}
}
@media (max-width: 1580px) {
  .notice .tab-hd,.contacttab_r {width: 50%;}
  .wxitem {width: 30%;}
  .culture_right img {height: 620px;}
  .nslt_titem {height: 520px;}
  .covername h2 {padding-top: 10vh;}
}
@media (max-width: 1500px) {
  .notice .tab-hd,.contacttab_r {width: 55%;}
  .contacttab_l {width: 40%;margin-left: 0px;}
  .nslt_desc p {height: 100px;}
  .mission ul li:nth-child(3) {margin-right: 0px;}
  .licheng-content ul li .right-text p {padding: 0px 30px;}
}
@media (max-width: 1440px) {
  .nav ul li a {padding:  0px 15px;}
  .coopdesc {padding-right: 5vw;}
  .procase {margin-top: 20vh;}
  .covername h2 {padding-top: 10vh;}
  .nslt_img {height: 220px;}
  .pro_norms_btn {margin-top: 50px;}
}
@media (max-width: 1380px) {
  .nav ul li a {padding: 0px 10px;}
  .coopdesc {padding-right: 2vw;}
  .footbtn ul li {margin-left: 5px;}
  .teamlist_bigm p, .teamlist_bigr p {font-size: 13px;line-height: 22px;}
  .licheng-content ul li .right-text p {font-size: 13px;}
  .coninfo {width: 70%;}
  .wxitem {width: 30%;}
  .culture_left {padding-right: 50px;}
  .newsitem {width: 70%;}
  .symptom p {padding-right: 50px;}
  .hazard p,.pagebot_desc p {padding-right: 20px;}
  .pronorms_info {width: 80%;}
  .pro_norms_btn {margin-top: 0px;}
  .prolist_tabpal span, .prolist_people p {padding-right: 20%;}
  .profile_topr .bannerdesc_top {margin-top: 100px;}
  .coverlist ul li {height: 220px;}
  .mission_desc p {font-size: 14px;}
  .prolist_pror img {width: 80%;margin: 50px auto 0px;}
}
@media (max-width: 1280px) {
  .licheng-content ul li .right-text p {font-size: 12px;}
  .nslt_img {height: 200px;}
  .nslt_titem {height: 500px;}
  .prolist_item2 .notice .tab-bd, .prolist_desc .notice .tab-bd {height: 310px;}
  .prolist_pro {padding-right: 50px;}
  .prolist_tabpal span, .prolist_people p {padding-right: 10%;}
  .prolist_item2 {padding: 0px 0px 20px;}
  .prolist_item3 .prolist_prol {width: 50%;}
  .prolist_item3 .prolist_prol span {padding-right: 10%;}
  .prolist_item1 {padding-bottom: 100px;}
} 
@media (max-width: 1200px) {
  .nav ul li a {padding: 0px 10px;font-size: 14px;}
  .warper {width: 100%;}
  .coninfo {width: 60%;}
  .wxitem {width: 40%;}
  .newslist .swiper-button-next {right: 20px;opacity: 1;}
  .newslist .swiper-button-prev {left: 20px;opacity: 1;}
  .newsitem {width: 80%;}
  .proreg_item p span.proreg_title2,.proreg_item p span.proreg_title1 {width: 150px;}
  .covername h2 {padding: 50px 0px 20px;}
  .nslt_titem {height: 520px;}
  .proitem_l,.proitem_r {width: 100%;}
  .profile_botr img {max-width: 100%;display: block;margin: 0 auto;}
  .mission ul li:nth-child(2) {padding-left: 0px;}
}
@media (max-width:1050px) {
  .container {width: 100%;}
  .process_item {height: 30vh;}
  .process_item h3 {padding-top: 10vh;}
  .bannerdesc_top {margin-top: 5vh;}
  .bannerdesc h3 {margin: 3vh 0px 5vh;}
  .procase {margin-top: 25vh;}
  .procaseimg img {width: 35vw;}
  .process_desc h3 {padding-top: 8vh;}
  .covername h2 {padding: 5vh 0px 3vh;}
  .covername h3 {padding-bottom: 1vh;}
  .coverlist ul li img {margin-top: 4vh;}
  .cover {margin-bottom: 5vh;}
  .coopdesc h2,.bannerdesc h1,.process_desc h3,.procase h3,.covername h2,.sixname h2,.process_item h3 {font-size: 40px;}
  .cooperate {padding-bottom: 20vh;}
  .mission ul li h3 {padding-right: 0px;}
  .teamlist .gallery-thumbs .swiper-slide-thumb-active img {height: 70%;}
  .mission ul li:nth-child(3) {margin-right: 0px;width: 33%;}
  .joinus_name {padding-top: 50px;}
  .postjob_li a h3 {font-size: 20px;}
  .newsl_tjtopbtn {margin-top: 100px;}
  .pro_norms_btn {margin-top: 0px;}
}
@media (max-width:996px) {
  .nav ul li a {padding: 0px 4px;}
  .wxitem img {width: 110px;}
  .joinus_item {height: 400px;}
  .culture_left {padding-right: 0px;}
  .culture {padding-top: 0px ;padding-bottom: 30px;}
  .culture_left h3 {padding-top: 60px;}
  .culture_right {width: 50%;}
  .culture_right img {height: 500px;margin-top: 100px;}
  .nofind {width: 90%;margin-left: -45%;}
  .nofind_right {padding-left: 0px;}
  .ygworld_img {height: 440px;}
  .ygworld_img2, .ygworld_img3 {height: 205px;}
  .newsl_tjtopbtn {margin-top: 100px;}
  .symptom p {padding-right: 30px;}
  .hazard p,.pagebot_desc p {padding-right: 0px;}
  .reason p {width: 48%;}
  .coping_desc p {width: 30%;}
}
@media (max-width:856px) {
  .nav ul li a {font-size: 13px;padding: 0px 2px;}
  .jpbot {padding: 0px 15px;}
  .prolist_pror {width: 30%;}
  .prolist_prol {width: 60%;}
  .prolist_item2 .notice .tab-bd, .prolist_desc .notice .tab-bd {height: 330px;}
  .prolist_people ul {width: 70%;}
  .prolist_prol h3 {font-size: 38px;}
}
@media (max-width:770px) {
  .nav ul li a {font-size: 13px;padding: 0px 3px;}
  .bannerdesc_top {margin-top: 3vh;}
  .process_item {height: 20vh;}
  .process_item h3,.process_desc h3 {padding-top: 5vh;}
  .procase {margin-top: 15vh;}
  .procaseimg {margin-top: 10vh;}
  .coverlist ul {margin-top: -80px;}
  .coverlist ul li {height: 200px;}
  .coverlist ul li img {height: 35px;}
  .cover {margin-bottom: 0px;}
  .coopdesc h3 {padding-bottom: 3vh;}
  .coopdesc .bannerdesc_top {margin-top: 0px;}
  .foot {padding-top: 60px;}
  .footbtn ul li {margin-left: 3px ;width: 105px;}
  .footbtn ul li a {background-position-x: 10px;padding-left:35px;}
  .profile_botr img {width: 100%;}
  .teamlist .gallery-thumbs .swiper-slide img {width: 100%;}
  .teamlist .gallery-thumbs .swiper-slide-thumb-active img {height: 50%;}
  .teamlist_bigm {width: 40%;}
  .newsl_tjtopbtn {margin-top: 100px;}
  .pro_norms_desc {padding-left: 0px;}
  .pronorms_info {width: 50%;}
  .proreg_item p span.proreg_title2, .proreg_item p span.proreg_title1 {width: auto;}
  .proreg_item p {padding-bottom: 30px;}
  .profile_topr .bannerdesc_top {margin-top: 50px;}
  .profile_topl img {height: auto;object-fit: contain;}
}
@media (max-width:670px) {
  .prolist_item3 .prolist_prol {padding-left: 0px;}
  .col-no-l-padding {padding-left: 15px;}
  .process_item {height: 288px;margin-bottom: 25px;}
  .process_item h3, .process_desc h3 {padding-top: 90px;}
  .procase {padding-left: 0px;text-align: center;}
  .procase .procsae_p {display: block;}
  .procase .bannerdesc_top {margin: 0 auto;}
  .procaseimg img {width: 100%;}
  .coverpart_img {height: 600px;object-fit: cover;}
  .covername h2 {padding: 75px 0px 25px;}
  .covername h3 {padding: 0px 20px;line-height: 30px;}
  .covername ul {display: block;margin-top: 20px;}
  .covername ul li:nth-child(2) {margin:20px 0px 0px;}
  .covername ul li {margin-top: 20px;background-position-x: 100px;}
  .coverlist ul {display: block;margin-top: -180px;}
  .coverlist ul li {width: 240px;height: 240px;margin: 0 auto 30px;padding-top: 30px;}
  .coverlist ul li img {height: 50px;}
  .coopitem {display: block;}
  .cooppic, .coopdesc {width: 100%;}
  .coopdesc {padding: 0px;margin-top: 40px;text-align: center;padding-bottom:50px;}
  .coopdesc h2 {font-size: 38px;}
  .banbtn {width: 100%;}
  .coopdesc .bannerdesc_top {margin: 0 auto 16px;}
  .sixlist ul li {width: 50%;height: 85px;}
  .sixlist ul li img {height: 50px;}
  .sixlist ul li:nth-child(3n) {background: url(../images/sixlogoline.jpg) no-repeat right;}
  .sixlist ul li:nth-child(2n) {background: none;}
  .foot {padding-bottom: 20px;}
  .foot img.flogo {height: 56px;margin: 0 auto;}
  .foot .nav ul {display: block;margin-top: 30px;}
  .foot .nav ul li a {text-align: center;line-height: 36px;}
  .foot .nav ul li.lang {display: none;}
  .footbtn ul li {width: 100%;box-shadow: 0px 4px 16px 0px rgba(5, 121, 206, 0.3);border-radius:5px;margin-bottom: 15px;}
  .footbtn ul li a {padding-left: 150px;background-position-x: 120px;}
  .footcopy p {line-height: 20px;text-align: center;color: #85d1ff;}
  .footcopy p a {color: #85d1ff;}
  .procase .procsae_p {width: 100%;}
  .profile_item {padding: 30px 15px;}
  .mission {padding: 0px 0px 00px 0px ;}
  .mission ul li,.mission ul li:nth-child(3) {width: 100%;margin: 70px 0px 0px;text-align: center;}
  .mission ul li h3 {text-align: center;padding-top: 0px;}
  .mission ul {padding-bottom: 70px;}
  .mission_icon {display: block;}
  .mission_icon_item {margin: 0 auto;}
  .mission_icon_text {margin-left: 0px;}
  .mission_desc {margin-top: 5px;filter: brightness(100%) grayscale(500%);}
  .waphis_part ul li {width: 90%;}
  .waphis_part ul li:nth-child(2) .waphis_jian,.waphis_part ul li:nth-child(3) .waphis_jian {top: 25%;}
  .teamitem {height: auto;}
  .teamname h3 {text-align: center;padding-left: 0px;}
  .notice .tab-hd {position: static;width: 100%;}
  .contacttab_l {width: 100%;height:288px;margin-top: 20px;}
  .notice .tab-hd, .contacttab_r,.coninfo,.wxitem {width: 100%;}
  .wxitem {padding-top: 0px;}
   .coninfo p a {color: #0579CE;}
  .coninfo h3 {padding-top: 30px;}
  .culture {padding: 0px 20px;}
  .culture_left ,.culture_right{width: 100%;}
  .culture_left h3 {text-align: center;}
  .culture_right img {width: 100%;margin-top: 0px;height: auto;}
  .culture_right {padding-bottom: 60px;}
  .culture_left ul li {height: 140px;}
  .culture_left ul li img {height: 40px;}
  .salarylist ul li {width: 100%;padding: 0px 20px;text-align: center;margin-bottom: 60px;}
  .salarylist ul li img {margin: 0 auto;}
  .salarylist ul li p {padding-right: 0px;text-align: center;}
  .wap_postjob {padding: 0px;}
  .postjob_list {padding: 0px 15px;}
  .nofind {display: block;text-align: center;}
  .nofind_left p {padding: 10px 20px 0px;}
  .nofind_left h3 {padding-top: 30px;}
  .nofind_right {width: 100%;margin: 40px auto 0px;}
  .ygworld_desc h3 {font-size: 20px;}
  .ygworld {padding-bottom: 100px;}
  .newslist_tj {padding-left: 0px;padding-top: 70px;}
  .newsl_tjtopbtn {margin: 0px auto 10px;float: unset;}
  .newsl_tjtopdate {margin: 0 auto;float: unset;}
  .newslist_tj h2 {padding: 0px 20px;text-align: center;}
  .newslist_tj p.newslist_tjdesc {width: 100%;padding: 50px 30px 0px;}
  .newslist_tj a.banbtn {margin: 0 auto;}
  .newslist_tj {height: 550px;}
  .newslist .swiper-button-next, .newslist .swiper-button-prev {display: none;}
  .newslist .swiper-pagination {bottom: 50px;}
  .newslist_nav {border-bottom: 0px;}
  .newslist_nav ul li a {line-height: 34px;color: #0579CE;background-color: rgba(5, 121, 206, .2);border-radius: 5px;padding: 0px 15px ;font-size: 14px;margin-right: 10px;}
  .newslist_nav ul li.active a, .newslist_nav ul li:hover a {background-color: #0579CE;color: #ffffff;font-weight: normal;padding-bottom: 0px;}
  .nslt_titem {box-shadow: none;height: auto;}
  .nslt_img {width: 30%;float: left;height: 110px;}
  .nslt_desc {width: 68%;float: right;padding:0px 10px;height: auto;}
  .nslt_desc span {font-size: 12px;}
  .nslt_desc h3 {font-size: 16px;line-height: 22px;padding: 0px;}
  .nslt_desc p {display: none;}
  .nslt_desc button {margin-top: 20px;}
  .newsitem {width: 90%;} 
  .newstags ul li {margin-bottom: 15px;}
  /* .newstags ul li {float: unset;margin-bottom: 15px;width: 40%;} */
  .jpinfo {padding-bottom: 50px;}
  .wapjp_topbtn  {margin-bottom: 70px;}
  .jpbot {display: block;padding:30px 20px;height: auto;background: rgba(5, 121, 206, .15);}
  .jpbot_left {text-align: center;}
  .jpbot_right a {width: 100%;margin-top: 50px;}
  .jobpage {background-position-y: 110%;margin-top: 20px;}
  .jobpage .newsitem {width:100%;}
  .jobpage .jpinfo {padding: 0px 15px 50px;}
  .jp_title,.jobpage .newsback {padding:0px 15px;}
  .jpbot_left p {padding: 0px 40px;}
  .prolist_pro {display: block;}
  .prolist_prol,.prolist_pror,.prolist_item3 .prolist_prol {width: 100%;}
  .prolist_pro {padding: 30px 15px;text-align: center;}
  .prolist_item1 .bannerdesc_top {margin: 0 auto 20px;}
  .prolist_desc {padding: 20px 15px 0px;}
  .prolist_desc .notice .tab-hd li a {margin-right: 30px;}
  .prolist_desc .notice .tab-hd {border-bottom: 2px solid rgba(5, 121, 206, .2);}
  .prolist_item2 .notice .tab-bd, .prolist_desc .notice .tab-bd {height: auto;}
  .prolist_tabpal {margin-top: 40px;}
  .prolist_tabpal ul {margin-bottom: 15px;}
  .prolist_tabpal ul li {width: 100%;text-align: center;margin-bottom: 30px;}
  .prolist_tabpal ul li img {margin: 0 auto;}
  .prolist_tabpal span, .prolist_people p {background-position-y: 25px;padding-right: 10px;}
  .prolist_people ul li {width: 100%;}
  .prolist_item2 .prolist_titlebtn {margin: 0 auto 30px;}
  .prolist_item2 {padding-bottom: 50px;margin-bottom: 100px;}
  .reason {display: block;}
  .reason p {width: 100%;margin-bottom: 40px;}
  .pagebot_desc p {background-position-y: 4px;}
  .symptom p {margin-bottom: 10px;padding-right: 0px;}
  .symptom {padding: 40px 15px;}
  .pro_norms,.pro_register {padding: 30px 15px;}
  .pronorms_info {width: 100%;}
  .pronorms_info p {display: block;}
  .procase .procsae_p:hover {margin-left: 0px;}
  .process_desc {text-align: center;}
  .process_desc h3,.process_desc p {padding-left: 0px;}
  .cooperate .container {padding: 0px;}
}
@media (max-width:550px) {
  .footbtn ul li a {background-position-x:36vw;padding-left: 41vw;}
  .prolist_pror img {width: 70%;margin:50px auto 0px;}
}
@media (max-width:420px) {
  .footbtn ul li a {background-position-x: 130px;padding-left: 160px;}
  .newslist .swiper-pagination {bottom: 15px;}
  .sixlist {margin-top: 10px;}
}
@media (max-width:400px) {
  .covername ul li {background-position-x: 70px;}
  .waphis_part ul li p {font-size: 13px;}
  .wapknow_nav ul li a {padding: 5px 20px;}
  .footbtn ul li a {background-position-x: 110px;padding-left: 140px;}
}
@media (max-width:360px) {
  .coopdesc h2,.bannerdesc h1,.process_desc h3,.procase h3,.covername h2,.sixname h2,.process_item h3 {font-size: 30px;}
  .footbtn ul li a {background-position-x: 110px;padding-left: 140px;}
  .wapteam .swiper-slide .wapteam_img img {margin-left: -85px;}
  .wapteam .swiper-slide-active .wapteam_img img {margin-left: 0px;}
  .waphis_part {padding-left: 100px;background-position-x: 35px;}
  .newstitle h3 {line-height: 50px;}
  .prolist_desc .notice .tab-hd li a {margin-right: 20px;}
  .wapknow_nav ul li a {padding: 5px 15px;}
  .reason p {width: 100%;margin-bottom: 30px;}
  .pronorms_info p span,.proreg_item p span {font-size: 14px;}
  .proreg_name h3,.proreg_item p {padding-bottom: 20px;}
  .newslist_tj {height: 600px;}
}
@media (max-width:320px) {
  .process_desc p {font-size: 13px;}
  .sixlist ul li img {height: 40px;}
  .footbtn ul li a {background-position-x: 90px;padding-left: 120px;}
  .mission_desc p {font-size: 14px;}
  .wapteam .swiper-slide .wapteam_img img {margin-left: -55px;}
  .wapteam .swiper-slide-active .wapteam_img img {margin-left: 0px;}
  .wap_ygworld_img {height: 300px !important;}
  .nofind_left h3 {font-size: 26px;}
  .newstitle h3 {line-height: 40px;}
  .prolist_desc .notice .tab-hd li a {font-size: 14px;}
  .wapknow_nav ul li a {font-size: 12px;}
}
@media (max-width:280px){
  .coopdesc h2, .bannerdesc h1, .process_desc h3, .procase h3, .covername h2, .sixname h2, .process_item h3 {font-size: 26px;}
  .coverlist ul li {width: 100%;}
  .covername ul li {background-position-x: 50px;}
  .footbtn ul li a {background-position-x: 70px;padding-left: 100px;}
  .wapteam .swiper-slide .wapteam_img img {margin-left: -25px;}
  .wapteam .swiper-slide-active .wapteam_img img {margin-left: 0px;}
  .newslist_nav ul li {margin-bottom: 15px;}
  .newslist .swiper-pagination {bottom: 20px;}
  .newslist_tj p.newslist_tjdesc {padding: 50px 15px 0px;}
  .jpbot_left p {padding: 0px 20px;}
  .prolist_desc .notice .tab-hd li a {margin-right: 5px;font-size: 13px;}
}