*{
    margin:0;
    padding:0;
}
.layer1 {
  height: 1.84rem;
  padding: 0.8rem 1.25rem;
  background-size: cover;
  background-repeat: no-repeat;
}

.layer1_title {
  /*font-size: 0.19rem;*/
  /*font-size:max(min(0.19rem,48px),22px);*/
  font-size:42px;
  color: #ffffff;
  margin-bottom: 0.152rem;
}

.layer1_scene {
  font-weight: 600;
}

.layer1_introduce {
  /*font-size: 0.06rem;*/
  font-size:20px;
  color: #ffffff;
  height: 0.5rem;
  overflow: hidden;
}

.layer2 .nav_title {
  display: flex;
  justify-content:center;
  padding: 0 1.25rem;
}

.layer2 .nav_title li {
  width:auto;
  text-align: center;
  box-sizing: border-box;
  font-weight: 400;
  color: #555555;
  box-sizing: border-box;
  position: relative;
}
.layer2 .nav_title li a{
  width:auto;
  display: block;
  text-align: center;
  box-sizing: border-box;
  font-size: 0.06rem;
  font-size: max(0.06rem,12px);
  padding:0.05rem;
  font-weight: 400;
  color: #555555;
  box-sizing: border-box;
  position: relative;
}
.layer2 .nav_title li a span{
    display: block;
      overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;/*省略几行写几*/
  -webkit-box-orient: vertical;
}
.layer2 .nav_title li a::after {
  content: "";
  height: 30px;
  width: 1px;
  background: #eaf3fc;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right:0;
}
.layer2 .nav_title :last-child::after {
  content: "";
  height: 0px;
  width: 0px;
}
.current,
.active_layer2_title {
  border-bottom: 2px solid #0064d2;
  color: #0064d2;
}

.active_layer2_title a {
  color: #0064d2;
}

.nav_title li a:hover {
  border-bottom: 2px solid #0064d2;
  transition: 0.2;
}
.nav_title li a.current,
.nav_title li:hover a {
  color: #0064d2;
  transition: 0.2;
}

.layer3 {
  padding: 0.32rem 1.25rem;
  background-size: cover;
  background-repeat: no-repeat;
}


.about-icon-list {
    margin-top: 0.38rem;
    padding: 0.23rem 0.1rem;
    background: #ffffff;
    border-radius: 0.038rem;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 0.23rem 0 rgba(0,100,209,0.1);
}

.about-icon-list .item {
    width: 25%;
    text-align: center;
}



.about-icon-list .item .icon {
    margin: 0 auto;
    width: 0.269rem;
}

.about-icon-list .item .icon img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.about-icon-list .item  .title {
    padding: 0.14rem 0 0.038rem;
    font-size:max(min(0.092rem,24px),12px);
    color: #333;
}

.about-icon-list .item  .text {
    margin: 0 0.1rem;
    font-size:max(min(0.061rem,16px),12px);
    line-height:1.5 ;
    
}



.layer3_title {
  font-size: 0.19rem;
  font-size:max(min(0.19rem,48px),22px);
  color: #333333;
  margin-bottom: 0.152rem;
  font-weight: 600;
}

.layer3_scene {
  font-weight: 600;
}

.layer3 .layer3_introduce {
  font-size: 0.06rem;
  font-size: max(min(0.06rem,16px),12px);
  color: #333333;
  overflow: hidden;
  max-width: 2.876rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 5;
  -moz-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.layer3_ul {
  display: flex;
  justify-content: space-between;
  margin-top: 0.48rem;
}
.layer3_ul li {
  width: 2.4rem;
  height: 1.4rem;
  background: #ffffff;
  box-shadow: 0px 0px 60px 0px rgba(0, 100, 209, 0.1);
  border-radius: 10px;
  padding: 0.2rem 0.396rem 0.13rem;
  position: relative;
}
.layer3_ul .layer3_li_title {
  font-size: 0.112rem;
  font-size:max(min(0.112rem,28px),20px);
  font-weight: 600;
  color: #333333;
  margin-bottom: 0.09rem;
}
.layer3_ul .layer3_li_content {
  font-size: 0.112rem;
  font-weight: 400;
  color: #333333;
  font-size: 0.06rem;
  font-size:max(min(0.06rem,16px),12px);
  display: flex;
  /*align-items: center;*/
  margin-bottom:0.07rem;
}

.layer3_ul .layer3_li_content .layer3_li_title_right {
  width: 100%;
  /*white-space: nowrap;禁止换行*/
  /*overflow: hidden; 超出隐藏*/
  /*text-overflow: ellipsis; 省略号*/
  /*line-height: 0.196rem;*/
}
.layer3_ul .layer3_li_title_circle {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #4498f1;
  display: inline-block;
  margin-right: 0.04rem;
  margin-top:0.035rem;
}
.layer3_ul_img {
  width: 0.772rem;
  height: 0.7rem;
  position: absolute;
  right: 0.04rem;
  bottom: 0;
}
.layer3_ul_img img {
  width: 0.772rem;
  height: 0.7rem;
}
.layer4 {
  padding: 0 1.25rem;
  background: #f2f8ff;
}
.layer4 .layer4_title {
  font-size: 0.192rem;
  font-size:max(min(0.192rem,48px),22px);
  font-weight: 600;
  color: #333333;
  text-align: center;
  margin-bottom: 0.4rem;
}
.layer4_history {
  display: flex;
  justify-content: space-between;
}
.layer4_history_left {
  width: 2.304rem;
}
.layer4_history_left_time {
  font-size: 0.128rem;
  font-size: max(min(0.128rem,32px),20px);
  font-weight: 400;
  color: #0064d2;
}
.layer4_history_mid{
  margin: 0 0.2rem;
  border-left:1px dashed #7d7d7d;
  position: relative;
}
.layer4_history_left_content:after{
    content: '';
    width:0.09rem;
    height:0.09rem;
    background:url(../assets/about_line.png) no-repeat center;
    background-size:cover;
    display: block;
    position: absolute;
    left:-0.25rem;
    top:0.05rem;
    z-index:99;
}
.layer4_history_left_content.hide{
    display:none;
}
.layer4_history_left .layer4_history_left_content:after{
    left:auto;
    right:-0.245rem;
    margin-left:auto;
}
.layer4_history_left_name {
  font-size: 0.096rem;
  font-size:max(min(0.096rem,20px),16px);
  font-weight: 600;
  color: #000000;
  margin: 0.1rem 0;
  width: 100%;
  /*word-break: keep-all;*/
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
}
.layer4_history_left_img {
  border-radius: 10px;
  overflow: hidden;
  width: 2.304rem;
  height: 1.296rem;
}
.layer4_history_left_img img {
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.layer4_history_left_content {
  margin-bottom: 0.44rem;
  position: relative;
}
.layer4_history_right {
  padding-top: 0.54rem;
  width: 2.304rem;
}

.honor-list {
    padding: 0.335rem 0;
    display: flex;
    justify-content: center;

}

.honor-list li {
     min-width: 0.5rem;
     text-align: center;
     max-width: 0.8rem;
    text-align: center;
}

.honor-list img {
    width: 0.423rem;
    height: auto;
}

.honor-list .text {
    text-align: center;
   
    height: auto;
    font-size: 0.053rem;
    line-height: 0.084rem;
    color: #fff;
}

.swiper2 {
   
    overflow: hidden;
}

.swiper2-wrap {
    position: relative;
}




.swiper2-wrap .swiper-button-next {
    right: -0.25rem;
    color: #fff;
    top:1.26rem
}

.swiper2-wrap .swiper-button-prev {
    left: -0.25rem;
    color: #fff;
     top:0.36rem
}





.slider {
    display: flex;
    justify-content: space-between;
    height: 1.676rem;
    flex-direction: column;
}

.slider > div {
    display: flex;
    align-items: flex-end;
    
}

.slider > div:nth-child(1) .item {
    margin-right: 0.038rem;
}

.slider  > div:nth-child(2) .item {
    margin-left: 0.038rem;
}

.slider > div:nth-child(1) {
    justify-content: flex-start;
}

.slider  > div:nth-child(2) {
    justify-content: flex-end;
}


.slider .item {
   width: 0.545rem;
   height: 0.769rem;
}

.slider .item img {
    width: 0.545rem;
   height: 0.769rem;
}

.slider .item.hori {
  width: 0.7071rem;
   height: 0.769rem;
   display: flex;
   align-items: flex-end;
}

.slider .item.hori img {
    width: 0.7071rem;
   height: 0.4559rem;
}


.layer5 {
  position: relative;
  padding: 0.316rem 1.25rem 0;
  min-height: 4.15rem;
  background-size: cover;
  background-repeat: no-repeat;
}
.layer5_title {
  font-size: 0.192rem;
  font-size:max(min(0.192rem,48px),22px);
  font-weight: 600;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  margin-bottom: 0.124rem;
}
.if-honor-pic-list{
    max-width:78.5%;
    margin:40px auto 0;
}
.if-honor-pic-list ul{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.if-honor-pic-list ul li{
    text-align: center;
    width:32%;
}
.if-honor-pic-list ul li:nth-child(1){
    text-align:left;
}
.if-honor-pic-list ul li:nth-child(2){
    box-sizing:border-box;
    width:34%;
    padding:0 1%;
}
.if-honor-pic-list ul li:nth-child(3){
    text-align:right;
}
.if-honor-pic-list ul li:nth-child(4){
    margin-top:0.3rem;
    width:100%;
}
.if-honor-pic-list ul li .img img{
    max-width:100%;
    height:auto;
}
.layer5_show {
  width: 5.12rem;
  height: 2.2rem;
  background: #ffffff;
  box-shadow: 0px 0px 60px 0px rgba(0,100,209,0.1);
  border-radius: 10px;
  position: absolute;
  bottom: -1.1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  padding: 0.276rem 0 0.276rem 0.276rem;
  display: flex;
}
.layer5_show .la-swiper{
    padding-top:0.15rem;
    width:calc(100% - 0.528rem - 0.252rem);
    --swiper-navigation-size:25px;
}
.layer5_show .la-swiper .swiper-slide-s{
    position: relative;
    padding:0 40px;
}
.la-swiper .swiper-button-prev, .la-swiper .swiper-button-next{
    top:40%;
}
.layer5_time_ul {
  height: 2rem;
  width:100%;
  overflow: hidden;
  margin: 0.05rem 0;
}
.layer5 .layer5_time {
    height:100%;
}
.layer5 .layer5_time .swiper-container{
    height:100%;
}
.layer5 .layer5_time li {
  width: 0.528rem;
  height: 0.216rem;
  margin:5px 0;
  border-radius: 5px;
  text-align: center;
  line-height: 0.216rem;
  font-size: 0.096rem;
  color: #777777;
}
.active_layer5_time .layer5_list{
  background: #0064d2;
  color: #ffffff !important;
}
.layer5 .layer5_time li:hover {
  background: #0064d2;
  color: #ffffff !important;
  cursor: pointer;
}
.layer5_bot {
  width: 0.528rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.252rem;
}
.layer5_bot_img,
.layer5_top_img {
  cursor: pointer;
}
.layer5_bot_img.swiper-button-disabled, 
.layer5_top_img.swiper-button-disabled{
    cursor:auto;
    filter:brightness(0);
    opacity:0;
}
.layer6 .layer6_title {
  font-size: 0.192rem;
  font-size:max(min(0.192rem,48px),22px);
  font-weight: 600;
  color: #333333;
  text-align: center;
  padding-bottom:0.4rem;
}
.layer6 {
  padding:0.36rem 0;
 
  background: linear-gradient(0deg, #F2FAFF 0%, #FFFFFF 100%);
}
.layer6_map {
  width: 100%;
  position: relative;
  /*background: #f2f9ff;*/
  padding:40px 0;
}
.layer6_map .pic{
    padding:0 1.25rem;
    text-align: center;
}
.layer6_map .pic img{
    max-width:100%;
    height:auto;
}
.layer6_company_introduce {
  width: 100%;
  overflow: hidden;
  box-sizing:border-box;
  padding:0 20px;
}
.layer6_company_introduce ul {
  display: flex;
  width: 11rem;
}
.layer6_company_introduce .item {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 0.144rem;
  box-shadow: 0px 9px 9px 2px #0000000d;
  /*padding-bottom: 0;*/
  /*overflow: hidden;*/
}

.layer6_company_name {
  font-weight: 400;
  color: #000000;
  text-align: left;
    font-size: 0.096rem;
    font-size: max(min(0.096rem, 24px), 20px);
}
.layer6_company_addr {
  display: flex;
  margin: 0.08rem 0;
}
.layer6_company_addr span,
.layer6_company_phone span,
.layer6_company_en span {
    font-size: 0.06rem;
    font-size: max(min(0.06rem, 16px), 12px);
  font-weight: 400;
  color: #777777;
  flex: 1;
  line-break: anywhere;
}

.layer6_company_addr .img {
  width: 0.12rem;
  /* height: .064rem; */
  margin-right: 8px;
  background-image: url(../assets/about_addr.png);
  /* background-size: cover; */
  background-repeat: no-repeat;
}
.layer6_company_phone {
  display: flex;
  margin-bottom: 0.08rem;
}
.layer6_company_en {
  display: flex;
}
.layer6_company_phone .img {
  width: 0.13rem;
  margin-right: 8px;
  background-image: url(../assets/about_phone.png);
  /* background-size: cover; */
  background-repeat: no-repeat;
  /* height: 15px; */
}
.layer6_company_en .img {
  width: 0.12rem;
  margin-right: 8px;
  background-image: url(../assets/about_en.png);
  /* background-size: cover; */
  background-repeat: no-repeat;
  /* height: 15px; */
}
.layer6_company_introduce .item:hover .layer6_company_name {
  color: #ffffff !important;
}
.layer6_company_introduce .item:hover .layer6_company_addr span {
  color: #ffffff !important;
}
.layer6_company_introduce .item:hover .layer6_company_phone span {
  color: #ffffff !important;
}
.layer6_company_introduce .item:hover .layer6_company_en span {
  color: #ffffff !important;
}
.layer6_company_introduce .item:hover {
  background: #0064d2;
}
.layer6_company_introduce .item:hover .layer6_company_addr .img {
  background-image: url(../assets/about_addr_fff.png);
}
.layer6_company_introduce .item:hover .layer6_company_phone .img {
  background-image: url(../assets/about_phone_fff.png);
}
.layer6_company_introduce .item:hover .layer6_company_en .img {
  background-image: url(../assets/about_en_fff.png);
}
/* 联系我们 */
.contactSwiper {
  width: 100%;
  height: 100%;
  box-sizing:border-box;
  padding:0 40px;
  position: relative;
}


.contactSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layer4_history_mid .layer4_history_mid_ul {
  margin-top: 0.15rem;
}
.layer4_history_mid .layer4_history_mid_ul li {
  height: 2.27rem;
  border-right: 1px dashed #7d7d7d;
  position: relative;
}
.layer4_history_oneImg {
  position: absolute;
  top: -0.088rem;
  left: -0.044rem;
  width: 0.088rem;
  height: 0.088rem;
}
.layer4_history_twoImg {
  position: absolute;
  top: 0.48rem;
  margin-top: -0.044rem;
  left: -0.044rem;
  width: 0.088rem;
  height: 0.088rem;
}
.layer4_history_mid_more {
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 0.4rem;
  text-align: center;
  margin-left: -0.2rem;

  font-size: 0.064rem;
  color: #000000;
  font-weight: 600;
}
.layer5_des {
  text-align: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  margin-top: 0.08rem;
}
.layer4_history_more {
    cursor: pointer;
  width: 0.336rem;
  height: 0.336rem;
  position: absolute;
  left: 0;
  bottom: 20px;
  margin-left: -0.168rem;
  animation: bounce 2s linear infinite;
}
.layer4_history_more.act{
    transform: rotate(-180deg);
    animation: none;
}
.layer5_show{
    overflow: hidden;
}
.layer5_time .layer5_list{
    font-size:0.08rem;
    font-size:max(0.08rem,16px);
    text-align: center;
    border-radius:5px;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color:#999;
}
.la-c .swiper-container .swiper-slide{
    cursor: pointer;
    transform:scale(0.7);
    transition: all 0.6s;
    width:1.8rem;
}
.la-c .swiper-container .swiper-slide.swiper-slide-active{
    transform:scale(1);
}
.la-c .swiper-container .swiper-slide .ss-inner{
    transition: all 0.6s;
    width:100%;
    opacity:0.5;    
}
.la-c .swiper-container .swiper-slide.swiper-slide-active .ss-inner{
    opacity:1;
}
.la-c .swiper-container .swiper-slide img{
    width:100%;
    height:auto;
}
.la-c .swiper-container .swiper-slide .swiper-slide_desc{
    font-size:0.08rem;
    font-size:max(0.08rem,16px);
    color: #000000;
    text-align: center;
    margin:0.08rem 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity:0;
    transform: translateY(-20%);
    transition: all 0.6s;
}
.layer5_show .swiper-container .swiper-slide-active .swiper-slide_desc{
    transform: translateY(0);
    opacity:1;
}
.layer5_show .swiper-container{
    width:100%;
}
.layer5_show .swiper-wrapper{
    display: flex;
    align-items: center;
}
.layer5_show .swiper-container .swiper-slide-active img{
  -webkit-box-reflect: below 4px linear-gradient(transparent, rgba(0, 0, 0, .1));
  -moz-box-reflect: below 4px linear-gradient(transparent, rgba(0, 0, 0, .1));
  box-reflect: below 4px linear-gradient(transparent, rgba(0, 0, 0, .1));
}
.fix {
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
}
.current-title {
  color: #4498f1;
  text-decoration: none;
  font-size: 0.05rem;
  margin-right: 0.1rem;
}
.layer4_mid_more {
  display: none;
}



.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
    font-size: 0px;
}

.clearfix {
    zoom: 1;
}

.hl_content{
    padding:0 1.25rem;
}
.hl_content ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: wrap;
}

.hl_content ul li {
    float: left;
    list-style: none;
    border: 1px solid #dcdcdc;
    padding: 3% 1.5% 2% 2%;
    width: 31.53%;
    margin-bottom: 2.7%;
}

.hl_content ul li:hover {
    box-shadow: 1px 1px 10px #ebeaea;
}

.hl_content ul li:not(:nth-child(3n+1)) {
    margin-left: 2.7%;
}

.hl_content ul li .hl_left {
    float: left;
    width: 78px;
    height: 78px;
    background-color: #0065D3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 10px;
}

.hl_content .hl_left .hl_imgbox {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.hl_content ul li .hl_right {
    float: right;
    width:calc(100% - 98px);
}

.hl_content ul li .hl_right .hl_tel {
    overflow: hidden;
}

.hl_content .hl_right h1 {
    margin: 0;
    color: #0065D3;
    font-size: 0.08rem;
    font-size: max(0.08rem,16px);
}

.hl_content .hl_right p {
    margin: 15px 0;
    color: #414141;
    overflow: hidden;
        font-size: 0.06rem;
    font-size: max(min(0.06rem,16px),12px);
}

.hl_content .hl_right span {
    color: #414141;
    display: block;
        font-size: 0.06rem;
    font-size: max(min(0.06rem,16px),12px);
}


.if-his-bg{
	background:url(../assets/his-pic/history-bg.png) no-repeat;
	background-position:center bottom;
	background-size:cover;
	padding:0.32rem 1.25rem 0.07rem;
}
.if-his-bg .if-his-tit h6{
	font-size: 0.192rem;
	font-size: max(min(0.192rem,48px),22px);
	font-weight: 600;
	color: #fff;
}
.if-his-bg .his-swiper{
	position: relative;
}
.his-swiper .swiper-button-prev:after, 
.his-swiper .swiper-button-next:after{
    font-size:30px;    
}
.if-his-bg .his-swiper .swiper-button-next{
    right:-40px;
    top:18.5%;
    color: #fff;
}
.if-his-bg .his-swiper .swiper-button-prev{
    left:-40px;
    top:auto;
    bottom:10%;
    color: #fff;
}
.if-his-bg .swiper{
    padding-top:400px;
	overflow: hidden;
}
.if-his-bg .swiper .swiper-slide{
	display: flex;
	flex-wrap: wrap;
	flex-direction:row-reverse;
}
.if-his-bg .swiper .swiper-slide .icon{
	width:0.08rem;
}
.if-his-bg .swiper .swiper-slide .icon img{
    width:100%;
    height:auto;
}
.if-his-bg .swiper .swiper-slide .text{
	width:calc(100% - 0.08rem);
	text-align:left;
	transition: all 0.6s;
	padding:10px;
    box-sizing:border-box;
}
.if-his-bg .swiper .swiper-slide .text .time{
	font-weight: 400;
	font-size: 0.16rem;
	font-size: max(min(0.12rem,32px),18px);
	color: #fff;
}
.if-his-bg .swiper .swiper-slide .text .tips{
	font-weight: 400;
	font-size: 0.06rem;
	font-size: max(min(0.052rem,14px),12px);
	color: #fff;
	line-height: 0.07rem;
	/*max-height:0.56rem;*/
	/*overflow: hidden;*/
	transition: all 0.6s;
	direction:ltr;
	/*height:0.56rem;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:8;line-clamp:8;-webkit-box-orient:vertical;*/
}
.if-his-bg .swiper .swiper-slide .text:hover{
    background:rgba(255,255,255,0.5);
    border-radius:5px;
}
@media only screen and (max-width: 1700px) {

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

}
@media only screen and (max-width: 1300px) {
    .layer4_history_left_name{
        font-size:max(min(0.056rem,20px),12px);
    }
    .layer4_history_left_time{
        font-size:max(min(0.056rem,20px),12px);
    }
    .if-his-bg .swiper{
        padding-top:250px;
    }
}
@media only screen and (max-width: 1000px) {
    .honor-list {
        flex-wrap: wrap;
        
    }
    .honor-list li {
       width: 33%;
        
    }
    
    .swiper2-wrap .swiper-button-prev {
        left: -0.12rem;
    }
    
    .swiper2-wrap .swiper-button-next {
        right: -0.12rem;
    }
    
    .swiper2 {
        margin: 0 0.2rem;
    }
    .honor-list img {
        width: 0.8rem;
    }
    
     .honor-list li .text {
       font-size: 0.1rem;
       line-height: 0.14rem;
        
    }
    .about-icon-list .item {
        width: 100%;
    }
    .about-icon-list .item:first-child {
        border: 0 none;
        margin-bottom: 0.5rem;
    }
    .if-his-bg .swiper{
        padding-top:100px;
    }
    .if-his-bg .his-swiper .swiper-button-prev{
        left:-20px;
        color: #fff;
    }
    .if-his-bg .his-swiper .swiper-button-next{
        right:-20px;
        color: #fff;
    }
    .layer1_introduce{
        height:auto;
    }
    .if-his-bg{
        padding:20px;
    }
    .if-his-bg .swiper .swiper-slide .text .tips{
        line-height:1.5;
    }
    .layer2{
        padding:0 20px;
    }
    .hl_content{
        padding:0 20px;
    }
    .hl_content ul li{
        float:none;
        margin-left:0;
        width:100%;
    }
    .hl_content ul li:not(:nth-child(3n+1)){
        margin-left:0;
    }
    .layer2 .nav_title{
        padding:0;
    }
    .layer2 .nav_title li{
        width:fit-content;
    }
  .layer2 .nav_title li::after {
    height: 0;
  }
    .layer1 {
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .fix{
      top:60px;
  }
  .layer3 {
    padding: 0.15rem;
  }
  .layer3 .layer3_introduce {
    width: 100%;
    max-width:100%;
  }
  .layer3_ul {
    display: block;
  }
  .layer3_ul li {
    width: 100%;
    height:auto;
    margin-bottom: 0.1rem;
  }
  .layer4_history_left_content:after{
      display: none;
  }
  .layer4 {
    padding: 0 0.25rem;
    padding-bottom: 0.1rem;
  }
  .layer4_history {
    display: block;
  }
  .layer4_history_right,
  .layer4_history_left {
    width: 100%;
  }
  .layer4_history_mid {
    display: none;
  }
  .layer4_history_left_content {
    margin-bottom: 0.1rem;
  }
  .layer4_history_right {
    padding-top: 0rem;
  }
  .layer4 .layer4_title {
    margin-bottom: 0.1rem;
  }
  .layer4_mid_more {
    display: block;
    text-align: center;
    margin-left: -0.2rem;
    font-size: 0.064rem;
    color: #000000;
    font-weight: 600;
    margin: auto;
  }
  .layer5_des {
    font-size: 14px;
  }
  .layer5_bot {
    width:1rem;
    margin-right: 20px;
  }
  .layer5_show .la-swiper{
      width:calc(1005 - 1rem - 20px);
  }
  .layer5_time_ul{
      height:1.5rem;
  }
  .layer5{
      padding:20px;
  }
  .swiper-slide {
    /* margin-right: 0 !important; */
  }
  .swiper-container {
    width: 160%;
  }
  .layer6_map .pic{
      padding:0 20px;
  }
  .if-honor-pic-list{
      width:100%;
      max-width:100%;
  }
  .layer5_show {
    width:calc(100vw - 40px);
    position: relative;
    height:auto;
    padding:20px;
  }
  .la-c .swiper-container .swiper-slide.active{
      width:100%;
  }
  .la-c .swiper-container .swiper-slide{
      width:100%;
  }
  .layer4_history_left_img {
    width: 100%;
    height:auto;
  }
  .layer4_history_left_img img{
      height:auto;
  }
  .layer6_map {
    height: auto;
  }
  .layer6_company_introduce {
    position: relative;
  }
  .layer6_company_en .img,
  .layer6_company_phone .img,
  .layer6_company_addr .img {
    width: 0.15rem;
  }
}