.mobile-inner-header {
    background-color: rgba(255,255,255,255.7);
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}

		.clearfix {
    zoom: 1;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    line-height: 0;
}
#wrap {
    text-align: left;
}
.fl {
    float: left;
    display: inline;
}
.mobile-inner-header-icon:hover {
    /* background-color: rgba(255,255,255,0.2); */
    cursor: pointer;
}
.mobile-inner-header-icon {
    color: #666666;
    height: 50px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 50px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}
.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}
.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(0,0,0,0.7);
}
.mobile-inner-header-icon:hover {
    cursor: pointer;
}
.mobile-inner-header-icon {
    color: #666666;
    font-size: 25px;
    text-align: center;
    display: none;
}
.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}
.mobile-inner-nav {
    background-color: rgb(239,239,245);
    width: 0%;
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: 9999;
    height: 90%;
    transition: .3s ease-in;
    overflow-y: auto;
}
.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    font-size: 16px;
    color: #000000;
    border-bottom: solid 1px rgba(255,255,255,0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}
.mobile-inner-nav a {
    position: relative;
    overflow: hidden;
}
#wrap {
    text-align: left;
}
.mobile-inner-active{
  width: calc(100% - 100px);
  opacity: 1;
}
.ers1{
  display: none;
}
.xiala1 {
  width: 26px;
  /* height: 26px; */
  float: right;
  position: absolute;
  right: 10%;
  background: url(../images/xiala.png) no-repeat right;
}
.aa{
  overflow: hidden;
}
@keyframes returnToNormal {
  0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0);
  }

  100% {
	opacity: 1;
	-webkit-transform: none;
			transform: none;
  }
}
.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.7);
}
.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}
@keyframes clicksecond {
  0% {
	  transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}

@keyframes clickfirst {
  0% {
	  transform: translateY(4px) rotate(0deg);
	  
  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}

.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}	



@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
.footer{
  background: #192e89;
}
@media (min-width:1200px) and (max-width:1400px) {
  .case .cas-tit p{
    font-size: 20px;
  }
  .footer {
    height: 40rem !important;
    background-size: 100% 40rem !important;
}
  .foot{
    height: 30rem !important;
  }
  .head .hea-top{
    height: 8rem;
  }
  .head .hea-top .rig .rig-top{
    height: 4rem;
  }
  .head .hea-top .rig{
    width: 50rem;
  }
  .search-a form .form-group{
    width: 200px !important;
  }
  .head .hea-top .rig .menu ul>li{
    margin-left: 4.5%;
  }
  .head .hea-top{
    padding: 20px 6rem !important;
  }
  .foot .left .ft-xx ul li i{
    font-size: 14px !important;
  }
  .foot .content{
    width: 77rem;
  }
  .foot .left{
    width: 27rem;
  }
}
@media (min-width:320px) and (max-width:1200px) {
  .sup-page{
    display: none;
  }
  .case .cas-tit p{
    font-size: 14px;
  }
  .mobile-inner-header-icon{
    display: block;
  }
  body,.head{
    min-width: 100% !important;
  }
  .head .hea-top{
    padding: 0 10px !important;
  }
  .head .hea-top .logo{
    padding-top: 0 !important;
  }
  .head .hea-top .rig{
    display: none;
  }
  .head .hea-top{
    height: 50px !important;
  }
  .banner{
    margin-top: 50px;
  }
  /* .banner img{
    height: 250px;
  } */
  .contentt{
    width: 95%;
    margin: auto;
  }
  .client-2{
    display: none;
  }
  .guide{
    padding: 20px 0;
  }
  .hm-sec3 .jut .item{
    width: 100%;
    margin-bottom: 20px;
  }
  .hm-sec3 .content{
    width: 95%;
    margin: auto;
  }
  .hm-sec3 .jut .item .list .jut{
    padding: 20px;
  }
  .hm-sec3 .jut .item .list .jut .font {
    padding: 20px;
    max-width: 100%;
    width: 100%;
  }
  .hm-sec3 .cont .item{
    width: 100%;
    margin-bottom: 20px;
  }
  .case .content{
    width: 95%;
    height: auto;
    margin: auto;
  }
  .cas-nav{
    display: none;
  }
  .case .cas-list{
    display: none;
  }
  .case .cas-tit h2{
    width: 100%;
    float: unset;
  }
  .phone-case{
    width: 95%;
    margin: auto;
    margin-top: 20px;
    display: block;
  }
  .phone-case-swiper{
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
  }
  .phone-case-swiper .swiper-wrapper,.phone-super-swiper .swiper-wrapper{
    height: auto;
  }
  .phone-case-page{
    bottom: 0px !important;
  }
  .phone-case-swiper .swiper-slide dd h4{
    font-size: 20px;
    text-align: center;
    margin: 20px 0;
  }
  .phone-case-swiper .swiper-slide dd p{
    font-size: 14px;
    width: 95%;
    margin: auto;
    margin-top: 10px;
    text-align: center;
  }
  .super{
    padding: 30px 0;
  }
  .super h2{
    font-size: 20px;
  }
  .index-case-cont{
    width: 48% !important;
  }
  .sup-list,.sup-nav{
    display: none;
  }
  .index-super-cont{
    width: 48% !important;
    margin-bottom: 40px;
  }
  .index-super-cont h4 span{
    font-size: 24px !important;
  }
  .index-super-cont h4 em{
    font-size: 16px !important;
    margin-top: 10px !important;
  }
  .phone-super{
    display: block;
  }
  .phone-super-swiper{
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
  }
  .phone-super-page{
    bottom: 0px !important;
  }
  .phone-super-page .swiper-pagination-bullet-active{
    background: #135fab !important;
  }
  .phone-super-page .swiper-pagination-bullet{
    background: #f5f5f5;
  }
  .super dl dd{
    width: 100%;
    position: unset;
    background: #f5f5f5;
    padding: 20px;
  }
  .super dl dd h4{
    margin-bottom: 10px;
  }
  .super dl dd h4 span,.super dl dd h4 em{
    color: #333333;
  }
  .super dl dd p{
    color: #666666;
    font-size: 14px;
  }
  .loop{
    height: auto;
    background-size: cover;
    padding-top: 0;
  }
  .loop .lop-left{
    width: 100%;
  }
  .loop .lop-left ul{
    display: none;
  }
  .loop .lop-left h2{
    text-align: center;
  }
  .loop .lop-left .lop-desc{
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
  }
  .loop .lop-rig{
    display: none;
  }
  .phone-loop{
    display: block;
    margin-top: 20px;
  }
  .phone-loop img{
    max-width: 100%;
    display: block;
    margin: auto;
  }
  .content{
    width: 95%;
  }
  .loop .content{
    width: 95%;
  }
  .ban{
    display: none;
  }
  .news .content{
    width: 95%;
  }
  .news .news-tit .news-nav a:last-child{
    display: none;
  }
  .news .news-con .left{
    width: 100%;
  }
  .news .news-con .left dl{
    width: 48%;
  }
  .news .news-con .rig{
    width: 100%;
    margin-top: 20px;
  }
  .about{
    height: auto;
    background: unset;
    padding-top: 0;
  }
  .about .content{
    width: 95%;
  }
  .about .left{
    width: 100%;
  }
  .about .left h2{
    text-align: center;
  }
  .about .left h2 a{
    color: #666;
  }
  .about .left .abo-last p{
    width: 100%;
    font-size: 13px;
    line-height: 28px;
    color: #333333;
  }
  .about .left ul{
    display: none;
  }
  .footer{
    height: auto !important;
    padding: 30px 0;
  }
  .foot{
    height: auto !important;
    overflow: hidden;
  }
  .foot .left .ft-xx ul li i{
    font-size: 16px;
    line-height: 32px;
  }
  .foot .left .ft-xx ul li em{
    font-size: 14px;
    line-height: 28px;
  }
  .foot .left{
    width: 100%;
  }
  .foot .rig,.footer .ft-link{
    display: none;
  }
  .foot .left .ft-xx ul{
    margin-bottom: 20px;
  }
  .ty-banner-1{
    height: 300px !important;
    overflow: unset;
  }
  .ty-banner-1 img.show{
    position: unset !important;
    margin-left: 0 !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .blk-main,.content1{
    width: 95% !important;
  }
  .jieshao dt{
    width: 100% !important;
  }
  .biaoti.jl{
    font-size: 24px;
  }
  .jieshao dd{
    width: 100% !important;
    padding: 10px !important;
    box-sizing: border-box;
  }
  .p101a-fdh-02 h3{
    width: auto;
    font-size: 24px;
  }
  .head .hea-top .logo .t_logo{
    width: 120px;
  }
  .p101a-fdh-02-nav li a{
    padding: 0 20px;
  }
  .p101a-fdh-02-nav{
    width: 100%;
  }
  .ryzz{
    background: #fff !important;
    padding-bottom: 30px !important;
  }
  .ryzz .content1 ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .ryzz .content1 ul li{
    width: 31%;
    margin-left: 2%;
    margin-right: 0;
  }
  .p102-search-1{
    height: auto;
    padding: 20px 0;
  }
  .p102-search-1 p{
    width: 100%;
    height: auto;
    line-height: 30px;
  }
  .fl{
    display: none;
  }
  .blk-sm{
    width: 100%;
  }
  .leftnav-z1-list dl{
    width: 48%;
  }
  .leftnav-z1 .leftnav-z1-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .leftnav-z1-list dd{
    padding: 10px;
  }
  .leftnav-z1-list h4 a{
    font-size: 14px;
  }
  .phone-fl{
    display: block !important;
  }
  .phone-fl>p{
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    background-color: rgba(7, 51, 138, 1);
  }
  .all-fl{
    width: 0%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #f5f5f5;
    opacity: 0;
    transition: .3s ease-in;
    z-index: 999;
  }

  .all-fl-a{
    width: 0%;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    transition: .3s ease-in;
    z-index: 999;
    background: #bfbfbf;
  }
  .phone-fl .active{
    width: 100%;
    opacity: 1;
  }
  .phone-fl .active .all-fl-a{
    width: 20%;
  }
  .phone-fl .active .xin-2112-nav-fdh-1{
    width: 80%;
    height: 100%;
    background-color: #f5f5f5;
    z-index: 1000;
  }
  .xin-2112-nav-one-1 a{
    font-size: 16px;
    line-height: 46px;
    border-bottom: 1px solid #e7e7e7;
    color: #707070;
    padding: 0 20px;
    box-sizing: border-box;
    display: block;
    font-weight: normal;
    position: relative;
    padding-left: 30px;
  }

  .xin-2112-nav-fdh-1 h3{
    position: relative;
  }
  .xin-2112-nav-fdh-1 h3 i {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #b3b3b3;
    border-radius: 100%;
    right: 19px;
    top: 50%;
    margin-top: -8px;
}
.xin-2112-nav-fdh-1 .pro-menu{
  display: none;
}
.xin-2112-nav-fdh-1 .act{
  display: block;
}

.xin-2112-nav-fdh-1 h3 i:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 2px;
    background: #fff;
    left: 50%;
    margin-left: -4px;
    top: 50%;
    margin-top: -1px;
}

.xin-2112-nav-fdh-1 h3 i:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 8px;
    background: #fff;
    left: 50%;
    margin-left: -1px;
    top: 50%;
    margin-top: -4px;
    z-index: 2;
}

  .xin-2112-nav-one-1 h3 a:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #07338a;
    border-radius: 100%;
    left: 12px;
    top: 50%;
    margin-top: -3px;
  }
  .phone-close{
    position: absolute;
    top: 50px;
    right: 10px;
    z-index: 1000;
  }
  .phone-close p{
    font-size: 50px;
    color: #fff;
    cursor: pointer;
  }
  .k12-cx-cpgs-fx1-1-01-left{
    width: 100%;
  }
  .k12-cx-cpgs-fx1-1-01-right{
    width: 100%;
    margin-top: 20px;
  }
  .pc-cx-tel-1{
    width: 100%;
    right: 0;
  }
  .p14-product-2-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .p14-product-2-list dl{
    width: 48%;
    margin-bottom: 20px;
  }
  .xmal h3{
    display: none;
  }
  .p101s-case-1-list dl{
    width: 100%;
    margin-bottom: 20px;
  }
  .p101-info-content-1-text{
    width: 100%;
  }
  .p102-info-1{
    width: 100%;
    padding: 0;
  }
  .p102-info-items-img{
    width: 100%;
  }
  .p102-info-items-text{
    width: 100%;
    padding: 0 10px;
    padding-top: 20px;
    box-sizing: border-box;
  }
  .p102-info-list dt{
    width: 100%;
  }
  .p102-info-list dd{
    width: 100%;
    position: unset;
  }
  .p101-info-pagination-1 dl{
    width: 100%;
  }
  .p101-info-pagination-1-href{
    display: none;
  }
  .p101-info-pagination-1 dd{
    height: auto;
  }
  .kfay{
    width: 100% !important;
    height: auto !important;
  }
  .kfay dd{
    width: 100% !important;
    margin-top: 20px;
  }
  .wm-l{
    width: 100% !important;
    height: auto !important;
  }
  .wm-l ul{
    margin: 22px 10px 10px 20px !important;
    box-sizing: border-box;
    height: auto !important;
  }
  .wm-r{
    width: 100% !important;
    margin-top: 20px;
  }
  #container{
    width: 100% !important;
  }
  .lyl-1k2-form-3{
    padding: 30px 0;
  }
  .lyl-1k2-form-3 .lyl-1k2-form-left{
    width: 100%;
    padding: 10px;
    position: unset;
    border-top-left-radius: 30px;
    box-sizing: border-box;
  }
  .lyl-1k2-form-3 .lyl-1k2-form-right{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-bottom-right-radius: 30px;
  }
  .lyl-1k2-form-3 .lyl-1k2-form-wrap li.lyl-1k2-form-li-textarea textarea{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .lyl-1k2-form-3 .lyl-1k2-form-wrap li{
    height: auto;
    overflow: hidden;
  }
  .lyl-1k2-form-3 .lyl-1k2-form-left-text{
    display: none;
  }
  .lyl-1k2-form-3 .lyl-1k2-form-wrap li.lyl-1k2-form-li-textarea{
    height: auto;
    overflow: hidden;
  }
  .lyl-1k2-form-3 .lyl-1k2-form-wrap li label{
    width: 100px;
    padding-left: 10px;
    text-align: left;
  }
  .lyl-1k2-form-3 .lyl-1k2-form-wrap li input{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .p102-fdh-3{
    height: 80px !important;
    overflow-x: scroll;
    margin-bottom: 30px !important;
  }
  .p102-fdh-3 ul{
    width: 235% !important;
    overflow-y: auto;
  }
  .p102-fdh-3 li{
    width: max-content !important;
    height: 80px !important;
    padding: 0 10px;
    box-sizing: border-box;
    padding-bottom: 10px;
  }
  .p102-fdh-3 li a{
    height: 80px !important;
    line-height: 80px !important;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 16px !important;
  }
  .p102-fdh-3 li.sidenavcur a:before,.clearafter:after{
    display: none !important;
  }
  .tup li{
    width: 100% !important;
  }
  .con .youshi{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .con .youshi li{
    width: 50% !important;
    box-sizing: border-box;
  }
  .sustainbox-sec1,.sustainbox-sec2,.sustainbox-sec3{
    padding: 30px 0;
  }
  .sustainbox-sec2 .cont,.sustainbox-sec3 .cont{
    margin-top: 20px;
  }
  .sustainbox-sec5{
    padding-bottom: 30px;
  }
  .sustainbox-sec5 .cont .img{
    height: 300px;
  }
  .sustainbox-sec5 .cont .font .tit{
    font-size: 24px;
  }
  .jieshao dl dt{
    height: auto !important;
  }
  .jieshao{
    padding: 10px !important;
  }
  .wenti li{
    width: 100% !important;
    box-sizing: border-box;
  }
  .head .hea-top .logo h2{
    display: none;
  }
}

@media (min-width:769px) and (max-width:1199px){
  .hm-sec3 .jut .item{
    width: 50%;
  }
  .hm-sec3 .cont .item{
    width: 33.333%;
  }
  .case .content{
    overflow: hidden;
  }
  .case .cas-tit h2{
    width: auto;
    float: left;
  }
  .case .cas-list{
    display: block;
    margin-top: 20px;
  }
  .case .cas-tit .cas-nav{
    width: 60%;
    display: block;
  }
  .case .cas-tit .cas-nav a{
    width: auto;
    font-size: 14px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .phone-case{
    display: none;
  }
  .case .cas-list dl dd h4 a{
    font-size: 20px;
  }
  .case .cas-list dl dd p{
    font-size: 12px;
    line-height: 20px;
  }
  .phone-super{
    display: none;
  }
  .sup-list, .sup-nav{
    display: block;
  }
  .super dl dd{
    width: 25%;
    position: absolute;
  }
  .loop{
    height: 38rem;
    background-size: 100% 38rem;
    padding-top: 5.65rem;
  }
  .phone-loop{
    display: none;
  }
  .loop .lop-left{
    width: 25rem;
  }
  .loop .lop-rig{
    display: block;
  }
  .k12-cx-cpgs-fx1-1-01-left{
    width: 43%;
  }
  .k12-cx-cpgs-fx1-1-01-right{
    width: 50%;
    margin-top: 0;
  }
  .pc-cx-tel-1{
    width: 50%;
  }
  .p101s-case-1-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -2%;
  }
  .p101s-case-1-list dl{
    width: 47%;
    margin: 0;
    margin-left: 2%;
    margin-bottom: 20px;
  }
  .p102-info-items-img{
    width: 50%;
  }
  .p102-info-items-text{
    width: 45%;
  }
  .p102-info-items {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p102-info-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p102-info-list dl{
  width: 48%;
  box-sizing: border-box;
}
.kfay dd{
  width: calc(100% - 250px) !important;
}
.p102-fdh-3 ul{
  width: 100% !important;
}
.p102-fdh-3 li{
  width: 16.666% !important;
}
.con .youshi li{
  width: 33% !important;
}
.tup li{
  width: 49% !important;
}
.jieshao dd{
  width: 46% !important;
}
.jieshao dt{
  width: 50% !important;
}
.wenti li{
  width: 50% !important;
}


}
@media (min-width:414px) and (max-width:769px){
  .hm-sec3 .jut .item{
    width: 50%;
  }
  .hm-sec3 .cont .item{
    width: 50%;
  }
  .p102-fdh-3 ul{
    width: 100% !important;
  }
  .p102-fdh-3 li{
    width: 16.66% !important;
    padding: 0 !important;
  }
  .tup li{
    width: 49% !important;
  }
  .con .youshi li{
    width: 33.33% !important;
  }
  .jieshao dl dt{
    background: #fff !important;
  }
  .p101s-case-1-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -2%;
  }
  .p101s-case-1-list dl{
    width: 47%;
    margin: 0;
    margin-left: 2%;
    margin-bottom: 20px;
  }
  .p102-info-items-img{
    width: 50%;
  }
  .p102-info-items-text{
    width: 45%;
  }
  .p102-info-items {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p102-info-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p102-info-list dl{
  width: 48%;
  box-sizing: border-box;
}
.kfay dd{
  width: calc(100% - 250px) !important;
}
}
@media screen and (max-width:414px){
  .banner img{
    height: 250px;
    object-fit: cover;
  }
  .banner{
    display: none;
  }
  .ty-banner-1{
    display: none;
  }
  .phone-about-ban{
    display: block !important;
  }
  .phone-about-ban img{
    width: 100%;
    display: block;
  }
  .phone-ban{
    display: block !important;
    margin-top: 50px;
  }
  .phone-super .phone-super-page{
    bottom: 10px !important;
  }
  .phone-swiper{
    overflow: hidden;
    position: relative;
  }
  .phone-super img{
    width: 100%;
    display: block;
  }
}
.phone-about-ban{
  display: none;
}
.phone-ban{
  display: none;
}


.ty-banner-1 img{
  visibility: unset !important;
}
.head .hea-top{
  padding: 20px 8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.head .hea-top .logo{
  padding-top: 0;
}
.head .hea-top .rig{
  width: 55rem;
  margin-top: 0;
}
.head .hea-top .rig .menu ul > li{
  height: auto;
  line-height: 1;
}
.head .hea-top .rig .menu ul{
  align-items: center;
}
.head .hea-top .rig .rig-top{
  height: 3rem !important;
}
.phone-fl{
  display: none;
}
.search{
  width: 100%;
}
.search h2{
  font-size: 36px;
  margin: 40px 0;
}
.index-case{}
.index-case-all{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-case-cont{
  width: 31%;
  margin-top: 30px;
}
.index-case-cont:hover img{
  transform: scale(1.1);
}
.index-case-img{
  overflow: hidden;
}
.index-case-img img{
  width: 100%;
  display: block;
  transition: .3s ease-in;
}
.index-case-cont p{
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}
.index-super{}
.index-super-all{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-super-cont{
  width: 23%;
}
.index-super-cont:hover img{
  transform: scale(1.1);
}
.index-super-img{
  overflow: hidden;
}
.index-super-img img{
  width: 100%;
  display: block;
  transition: .3s ease-in;
}
.index-super-cont h4{}
.index-super-cont h4 span{
  display: block;
  font-size: 34px;
  line-height: 1;
  text-align: center;
  margin-top: 20px;
}
.index-super-cont h4 em{
  font-size: 20px;
  display: block;
  line-height: 1;
  text-align: center;
  margin-top: 20px;
}
.search-a a>img{
  width: 20px;
  height: 20px;
  display: block;
  margin-top: 10px;
}
.search-a:hover .search-all{
  height: 50px;
}
.search-all {
  width: 100%;
  height: 0;
  background: rgba(25, 46, 137, 0.5);
  position: absolute;
  left: 0;
  top: 7rem;
  box-sizing: border-box;
  overflow: hidden;
  transition: .5s;
  text-align: center;
  z-index: 999;
}
.search-all .content{
  position: relative;
}
.search-all form{
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}
.search-all form .form-group{
  width: 300px;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 4px;
}
.search-all form .form-group img{
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}
.search-all form .form-group input{
  width: 100%;
  box-sizing: border-box;
  outline: none;
  border: none;
  padding: 10px;
  padding-left: 40px;
  border-radius: 5px;
}
.search-all form .form-group button{
  background-color: #192e89;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  box-sizing: border-box;
  outline: none;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.nav-con .left .left-nav{
  width: 17rem;
}
.head .hea-top .logo{
  display: flex;
  align-items: center;
}
.head .hea-top .logo h2{
  background: url(../images/hea-xt.png) no-repeat left 0px;
  background-size: contain;
}
.head .hea-top .rig .menu ul>li.nav2:hover .nav-con{
  height: auto;
  padding-bottom: 30px;
}
.foot .left .ft-xx span{
  width: 100px;
  border: none;
}
.foot .left .ft-xx span em{
  display: block;
    line-height: 1;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.foot .left .ft-xx ul{
  width: calc(100% - 130px);
  margin-left: 0;
  float: right;
}
.foot .left .ft-xx ul li i{
  font-size: 14px;
}
.footer{
  height: 30rem;
  background-size: 100% 30rem;
}
.foot{
  height: 20rem;
}
.content{
  width: 75rem;
}
.foot .left{
  width: 25rem;
}
.search-a form{
  overflow: hidden;
  margin-bottom: 0;
}
.search-a form .form-group{
  width: 230px;
  position: relative;
  border-radius: 5px;
  border: 1px solid #fff;
  float: right;
}
.search-a form .form-group img{
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 8px;
  right: 78px;
}
.search-a form .form-group input{
  width: calc(100% - 70px);
  box-sizing: border-box;
  outline: none;
  border: none;
  padding: 5px;
  padding-left: 10px;
  float: left;
  border-radius: 5px;
  color: #fff;
  background: transparent;
  font-size: 14px;
}
.search-a form .form-group input::placeholder{
  color: #fff;
}
.search-a form .form-group button{
  width: 70px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  color: #192e89;
  text-align: center;
  padding: 5px 0px;
  box-sizing: border-box;
  outline: none;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.pro-swiper{
  overflow: hidden;
  position: relative;
}
.pro-swiper .swiper-slide img{
  width: 100%;
  display: block;
}
.pro-page{
  bottom: 10px !important;
}
.sup-page{
  bottom: 20px;
}
.head .hea-top .logo .t_logo{
  width: 121px;
}
.head .hea-top .logo h2 span{
  font-size: 16px;
}
.head .hea-top .logo h2 em{
  font-size: 12px;
}