@charset "utf-8";
html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, input, textarea, label,
th, td, a, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

@font-face {
  font-family: pingfang_b;
  src:url(../font/PingFang_Bold.ttf);
}
@font-face {
  font-family: pingfang_el;
  src:url(../font/PingFang_ExtraLight.ttf);
}
@font-face {
  font-family: pingfang_h;
  src:url(../font/PingFang_Heavy.ttf);
}
@font-face {
  font-family: pingfang_l;
  src:url(../font/PingFang_Light.ttf);
}
@font-face {
  font-family: pingfang_m;
  src:url(../font/PingFang_Medium.ttf);
}
@font-face {
  font-family: pingfang_r;
  src:url(../font/PingFang_Regular.ttf);
}

@font-face {
  font-family: number_only;
  src:url(../font/Number.ttf);
}
@font-face {
  font-family: MontDemo;
  src:url(../font/MontDemo-Heavy.otf);
}
@font-face {
  font-family: font_ding;
  src:url(../font/DINPro-Medium.ttf);
}
.ct{font-family:pingfang_b}
.tc{font-family:pingfang_h}
.cg{font-family:pingfang_m}
.zd{font-family:pingfang_r}
.xt{font-family:pingfang_l}
.jx{font-family:pingfang_el}
.sz{font-family:number_only}
.yw{font-family:MontDemo}
.font_ding{font-family:font_ding}
body {
    font: 0.18rem/1.5 "pingfang_m",'pingfang_b','pingfang_r','pingfang_r';
    color: #262626;
}
a{color: #262626;}
.clearfix:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden; 
    height:0;
} 
.clearfix{zoom:1}
.img{overflow: hidden;}
.img:hover img{transform:scale(1.1)}
.img img{
    /* transition: all 0.3s ease; */
    /* width: 100%; */
}
.imgj {
    overflow: hidden;
}
.wal {/* max-width: 12rem; */margin:0 auto;width: 100%;padding: 0 1.6rem;z-index: 2;}
a:hover {
    text-decoration: none;
    color: #1d68be;
}
.swiper {
        width: 100%;
        height: 100%;
      }
.swiper-button-prev,.swiper-button-next {
    /* width: 0.4rem; */
    /* height: 0.4rem; */
    /* background: url(../images/bjt.png) center center no-repeat rgba(0,0,0,0.5); */
    /* background-size: 0.13rem; */
    /* font-size: 0; */
    /* border-radius: 50%; */
    /* transition: all 0.3s; */
    /* top: 50%; */
}

.swiper-button-prev:hover, .swiper-button-next:hover{
    /* background: url(../images/bjt.png) center center no-repeat #1a66ff; */
    /* background-size: 0.12rem; */
}
.swiper-button-next:hover{
    /* right: -0.1rem; */
    /* transform: translate(0, -50%) rotate(0deg); */
}
.swiper-button-prev:after, .swiper-button-next:after{display:none}
.phone_menu {
    width: 0.34rem;
    background-size: 0.18rem;
    font-size: 0;
    cursor: pointer;
    display: none;
}
.phone_menu .icon_bar{width: 0.3rem;height: 2px;background-color: #ffffff;opacity:1;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;display: block;}
.phone_menu .icon_bar:nth-of-type(2){margin:5px 0;width: 0.2rem;}
.phone_menu.kai .icon_bar:nth-of-type(2){opacity:0}
.phone_menu.kai .icon_bar:first-child{-webkit-transform:translate(0,7px) rotate(45deg);-ms-transform:translate(0,7px) rotate(45deg);transform: translate(0,8px) rotate(45deg);}
.phone_menu.kai .icon_bar:last-child{-webkit-transform:translate(0,-7px) rotate(-45deg);-ms-transform:translate(0,-7px) rotate(-45deg);transform: translate(0,-6px) rotate(-45deg);}

.swiper-fade .swiper-slide {
    opacity: 0 !important;
}
.swiper-fade .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}
.swiper-slide .blog-slider__content > * {
	 transform: translateY(90px);
	 transition: all .4s;
}
.swiper-slide-active .blog-slider__content > * {
	opacity: 1;
	transform: none;
}
.blog-slider__content > *:nth-child(1) {
	transition-delay:0s;
}

.blog-slider__content > *:nth-child(2) {
	transition-delay: 0.1s;
}
.blog-slider__content > *:nth-child(3) {
	transition-delay: 0.2s;
}
.blog-slider__content > *:nth-child(4) {
	transition-delay: 0.3s;
}
.blog-slider__content > *:nth-child(5) {
	transition-delay: 0.4s;
}
.blog-slider__content > *:nth-child(6) {
	transition-delay: 0.5s;
}
.blog-slider__content > *:nth-child(7) {
	transition-delay: 0.6s;
}
.blog-slider__content > *:nth-child(8) {
	transition-delay: 0.7s;
}
.blog-slider__content > *:nth-child(9) {
	transition-delay: 0.8s;
}
.blog-slider__content > *:nth-child(10) {
	transition-delay: 0.9s;
}
.blog-slider__content > *:nth-child(11) {
	transition-delay: 1s;
}
.blog-slider__content > *:nth-child(12) {
	transition-delay: 1.1s;
}
.blog-slider__content > *:nth-child(13) {
	transition-delay: 1.2s;
}
.blog-slider__content > *:nth-child(14) {
	transition-delay: 1.3s;
}
.blog-slider__content > *:nth-child(15) {
	transition-delay: 1.4s;
}
.zicon {
    display: none;
}

.active {
    display: block;
}
/**clear_end**/
.load_video {
    background: #e3e1e3;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.load_video video {
    width: 100%;
    height: 100%;
}

.loadding {
  /* overflow-y: hidden; */
}
.loadding .load {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: opacityA;
  animation-name: opacityA;
}
.loadding .header,
.loadding .banner {
  opacity: 0;
}
.loadding.on {
  overflow-y: auto;
}
.loadding.on .load {
  z-index: -1;
}
.loadding.on .header,
.loadding.on .banner {
  opacity: 1;
}
.load {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background: #fff;
}
.load video {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/****/
.nav_part {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9993;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.nav_part .wal{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* max-width: 16rem; */
    /* width: 100%; */
    /* padding: 0 0.2rem; */
    gap: 1.5rem;
}
.nav_logo {
    display: flex;
    align-items: center;
    color: #fff;
}
.nav_logo .di{
}
.nav_logo img {
    height: 0.42rem;
}
.nav_logo .tel {
    line-height: 0.25rem;
}

.nav_logo .tel span {
    font-size: 0.14rem;
    display: block;
}

.nav_logo .tel em {
    font-family: Akrobat;
    font-size: 0.28rem;
}
.nav_logo img.writh_logo {
    display: block;
}

.nav_logo img.cai_logo {
    display: none;
}
.nav_part.fixd img.writh_logo, .nav_part:hover img.writh_logo {
    display: none;
}

.nav_part.fixd img.cai_logo, .nav_part:hover img.cai_logo {
    display: block;
}
.top_nav {
    flex: 1;
}

.top_nav .nav_main {
    display: flex;
    align-items: center;
}

.top_nav .nav_main ul {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    /* gap: 0.5rem; */
}

.top_nav .nav_main ul li {
    position: relative;
    /* flex: 1; */
    text-align: center;
}

.top_nav .nav_main ul li .one_level {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.8rem;
    overflow: hidden;
    /* font-weight: bold; */
    font-size: 0.18rem;
    position: relative;
}
.top_nav .nav_main ul li .one_level a{color: #fff;font-size: 0.18rem;}
.top_nav .nav_main ul li .one_level h3 {
    font-weight: bold;
}
.nav_part.fixd .top_nav .nav_main ul li .one_level a, .nav_part:hover .top_nav .nav_main ul li .one_level a,.nav_part.guding .top_nav .nav_main ul li .one_level a {
    color: #262626;
}

.top_nav .nav_main ul li:hover a {
    color: #175dad;
}
.top_nav .nav_main .link_a {}
.nav_part.fixd .top_nav .nav_main ul li:hover .one_level a, .nav_part:hover .top_nav .nav_main ul li:hover .one_level a.nav_part.guding .top_nav .nav_main ul li:hover .one_level a, {
    color: #1a66ff;
}
a.writh_a {
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 50px;
    text-align: center;
    color: #fff;
}
.header_shade {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 19;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 999;
}
.header_shade.on {
    display: block;
}
a.black_a {
    background: #122a88;
    border-radius: 50px;
    color: #fff;
    text-align: center;
}

.top_nav .nav_main .link_a a {
    line-height: 0.35rem;
    display: inline-block;
    width: 1.1rem;
    margin: 0 0.1rem;
    font-size: 0.14rem;
}

.two_nav_list {
    height: 0;
    position: absolute;
    left: -0.65rem;
    right: -0.65rem;
    top: 0.8rem;
    padding: 0;
    z-index: 9;
    overflow: hidden;
    padding: 0.04rem 0 0;
}
.top_nav .nav_main ul li:hover .two_nav_list {
    transition: all 0.7s;
    height: 3.8rem;
    /* border-top: 1px solid rgba(0,0,0,0.1); */
}
.two_nav_list .bac_img {
    /* height: 4.5rem; */
}
.two_nav_list.show {
    display: flex;
}
.top_nav .nav_main ul li .two_nav_list a {
    color: #666;
    display: block;
    display: flex;
    align-items: center;
    padding: 0.1rem;
    gap: 0.1rem;
    border-radius: 0.04rem;
}
.top_nav .nav_main ul li.on .one_level a,.top_nav .nav_main ul li:hover .one_level a {
    color: #fff;
    font-weight: bold;
}

.top_nav .nav_main ul li .two_nav_list a .imgj {
    width: 0.26rem;
}

.top_nav .nav_main ul li .two_nav_list a .imgj img {
    width: 0.26rem;
    height: 0.26rem;
}

.top_nav .nav_main ul li .two_nav_list a .imgj img.mr {
    display: block;
}

.top_nav .nav_main ul li .two_nav_list a .imgj img.xz {
    display: none;
}

.top_nav .nav_main ul li .two_nav_list a h4 {
}

.top_nav .nav_main ul li .two_nav_list a:hover {
    background: #f5faff;
}

.top_nav .nav_main ul li .two_nav_list a:hover .imgj {}

.top_nav .nav_main ul li .two_nav_list a:hover .imgj img.mr {
    display: none;
}

.top_nav .nav_main ul li .two_nav_list a:hover .imgj img.xz {
    display: block;
}
.top_nav .nav_main ul li .two_nav_list a:hover{color: #175dad;}
.top_nav .nav_main ul li:last-child {
    /* flex: 3; */
    /* height: 0.8rem; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* border-left: 1px solid #ddd; */
    /* border-right: 1px solid #ddd; */
    /* padding: 0 0.3rem; */
}

.top_nav .nav_main ul li .one_level:after {content: "";width: 0;height: 0.04rem;display: block;background: #fff;/* border-top: 0.01rem solid #fff; *//* transform: rotate(-135deg) translate(0, 0.05rem); */left: 50%;transition: all 0.3s;position: absolute;bottom: 0;}
.top_nav .nav_main ul li.on .one_level:after,.top_nav .nav_main ul li:hover .one_level:after {
    width: 100%;
    left: 0;
}
.top_nav .nav_main ul li:hover .one_level{color: #1a66ff !important;}
.nav_part.fixd,.nav_part:hover,.nav_part.guding {
    background: #ffffff;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.two_nav_list .wal {
    padding: 0.5rem 1rem;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.5rem;
}

.two_nav_list .left b {
    font-size: 0.28rem;
    margin: 0 0 0.3rem;
    display: block;
    font-weight: normal;
}

.two_nav_list .left p {
    margin-bottom: 0.35rem;
    height: 1rem;
    line-height: 0.32rem;
    font-size: 0.18rem;
    color: #666;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.top_nav .nav_main ul li .two_nav_list .right a {
    /* float: left; */
    width: 50%;
    font-size: 0.18rem;
    color: #666;
    font-weight: normal;
    text-align: left;
    margin: 0;
    display: block;
    line-height: 0.5rem;
}
.top_nav .nav_main ul li .two_nav_list .right a:hover{color: #1a66ff;}
.writh_nav {
    /* background: #0250a1; */
    position: relative;
}
.nav_part.fixd .nav_logo img.writh_logo,.writh_nav .nav_logo img.writh_logo,.nav_part.guding .nav_logo img.writh_logo {
    display: none;
}

.nav_part.fixd .nav_logo img.cai_logo,.writh_nav .nav_logo img.cai_logo,.nav_part.guding .nav_logo img.cai_logo {
    display: block;
}

.nav_part.fixd .top_nav .nav_main ul li .one_level, .nav_part:hover .top_nav .nav_main ul li .one_level,.nav_part.guding .top_nav .nav_main ul li .one_level {
    color: #262626;
}


.nav_part.fixd .top_nav .nav_main ul li.has .one_level:after,.writh_nav .top_nav .nav_main ul li.has .one_level:after,.nav_part.guding .top_nav .nav_main ul li.has .one_level:after {
    /* border-left: 0.01rem solid #666; */
    /* border-top: 0.01rem solid #666; */
}

.nav_part.fixd a.writh_a,.writh_nav a.writh_a,.nav_part.guding a.writh_a {
    border: 1px solid #122a88;
    color: #122a88;
}


.top_nav .nav_main ul li .one_level .zi {
    /* transform: translate(0px, 0.4rem); */
    text-transform: uppercase;
    transition: all 0.3s;
    /* position: relative; */
}

.top_nav .nav_main ul li:hover .one_level .zi {
    /* transform: translate(0px, -0.4rem); */
}

.top_nav .nav_main ul li:hover .one_level:after {
    /* right: 15%; */
    /* width: 70%; */
}

.top_nav .nav_main .tel {
    display: flex;
    align-items: center;
    padding: 0 0.2rem;
    border: 1px solid rgba(255,255,255,0.3);
    border-top: 0;
    border-bottom: 0;
    height: 0.8rem;
}

.top_nav .nav_main .tel img.ic {
    width: 0.22rem;
}

.top_nav .nav_main .tel img.sz {
    height: 0.12rem;
}

.top_tel {
    /* text-align: right; */
}

.top_tel span {
    color: #1a66ff;
    font-size: 0.3rem;
    display: block;
    background: url(../images/tel.png) left center no-repeat;
    background-size: 0.2rem;
    padding: 0 0 0 0.3rem;
    letter-spacing: -0.02rem;
    font-weight: bold;
}

.index_allbox {
    /* margin: 100vh 0 0; */
    position: relative;
    z-index: 99;
}
.index_banner {
    overflow: hidden;
    position: relative;
}

.index_banner img.bg {
    /* width: 100%; */
}
.index_banner .swiper-pagination-bullet {
    background: none;
    /* border-radius: 0; */
    margin: 0 0.5rem 0 0 !important;
    transform: none !important;
    transition: all 0.3s;
    width: 0.17rem;
    height: 0.17rem;
    opacity: 1;
    border-radius: 50%;
    border: 0.04rem solid #fff;
    position: relative;
}
.index_banner .swiper-pagination-bullet:after {
    content: "";
    display: block;
    position: absolute;
    left: 0.22rem;
    right: -0.42rem;
    top: 50%;
    height: 0;
    border: 0.005rem dashed rgba(255,255,255,0.2);
    transform: translateY(-50%);
}

.index_banner .swiper-pagination-bullet:last-child:after {
    display: none;
}
.index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    /* width: 0.1rem; */
    /* height: 0.1rem; */
    /* border-radius: 50%; */
    /* width: 0.4rem; */
    border: 0.04rem solid #f67613;
}
.index_banner .swiper-pagination-bullet:after{/* content:""; *//* position: absolute; *//* left: 50%; *//* right: 0; *//* top: 50%; *//* display: block; *//* width: 0.28rem; *//* height: 0.28rem; *//* border: 1px solid #fff; *//* border-radius: 50%; *//* transform: translate(-50%, -50%); *//* opacity: 0; *//* display: none; */}

.index_banner .swiper-pagination {
    text-align: left;
    margin: 0 auto;
    position: relative;
    width: auto;
    bottom: 0;
    position: relative;
    display: inline-block;
    font-size: 0;
}
.index_pagination {
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    right: 0;
    width: 100%;
}

.index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    /* width: 100%; */
    /* transition: all 6s; */
    opacity: 1;
}
.index_banner .item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.index_banner .item .wal{
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
}
.index_banner .item .zi {
    /* width: 40%; */
    color: #fff;
}
.index_banner .item .zi span {
    font-family: 'pingfang_l';
    font-size: 0.32rem;
}

.index_banner .item .zi h3 {
    font-size: 0.64rem;
    font-family: 'pingfang_b';
}

.index_banner .item .zi p {
    font-size: 0.24rem;
    line-height: 0.4rem;
    font-family: 'pingfang_r';
    margin: 0 0 0.6rem;
}

.index_banner .item .zi .link_a {}

.index_banner .item .zi .link_a a {
    width: 1.5rem;
    display: inline-block;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.19rem;
    margin: 0 0.1rem 0 0;
}

.index_banner .item .zi .link_a a.writh_a {
    background: #fff;
    color: #122a88;
}

.index_banner .item .imgj {
    text-align: center;
    width: 50%;
}

.index_banner .item .imgj img {
    width: 70%;
}
.index_banner ul {}

.index_banner ul li {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 100%; */
    /* overflow: hidden; */
}
.video_ves {
    width: 100%;
    display: flex;
}

.video_ves video.video {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_banner ul li img {
    /* width: 100%; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

img.c_logo,img.c_search {
    display: none;
}

img.b_logo,img.b_search {
    display: block;
}

.nav_part.fixd img.b_logo, .nav_part:hover img.b_logo, .nav_part.fixd img.b_search, .nav_part:hover img.b_search,.nav_part.guding img.b_logo, .nav_part:hover img.b_logo {
    display: none;
}

.nav_part.fixd img.c_logo, .nav_part:hover img.c_logo, .nav_part.fixd img.c_search, .nav_part:hover img.c_search,.nav_part.guding img.c_logo, .nav_part:hover img.c_logo {
    display: block;
}

.index_banner .text {
    position: absolute;
    left: 0;
    right: 0;
    /* top: 0; */
    bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.index_banner .text .wal {
    text-align: left;
    color: #fff;
}

.index_banner .text h1 {
    font-size: 0.7rem;
    font-weight: bold;
}
.index_banner .text h4 {
    font-size: 0.36rem;
}

.index_banner .text h3 {
    font-family: 'pingfang_b';
    font-size: 0.65rem;
    margin: 0.3rem 0;
}
.index_banner .text p{font-size: 0.24rem;line-height: 0.42rem;}
.index_banner .text img {
    width: 50%;
    object-fit: contain;
}
.index_banner .text img.logosolgin {
    width: 50%;
    height: auto;
}
.index_part {
    padding: 0.9rem 0;
    /* background: #fff; */
    position: relative;
    overflow: hidden;
}

.bg_fafafa {
    background: #fafafa !important;
}
.bg_ffffff {
    background: #ffffff;
}
.textover1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.textover2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.textover3 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
}
.numCount ul{
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    height: 100%;
    padding: 0rem 0 1rem;
}
.numCount li{text-align: left;/* margin: 0.5rem 0; */}
.numCount li .item{
    font-size: 0.24rem;
}
.numCount li .numU{color: #175dad;border-top: 1px solid #c0c0c5;margin: 0.1rem 0 0;}
.numCount li .numCX{font-size: 0.8rem;font-weight: bold;}
.numCount li .numU .unitC{font-size: 0.48rem;}
.numCount li .numU sup{}
.numCount li .numU sub{vertical-align:baseline;}




.two_nav_list .twonav {
    background: #fff;
    background: #FFFFFF;
    /* box-shadow: 0px 0.12rem 0.24rem 0px rgba(0,0,0,0.1); */
    border-radius: 0.04rem;
    padding: 0.04rem;
}

.two_nav_list .wal {}

.two_nav_list .left {
    flex: 1;
}

.two_nav_list .left .imgj {
    border-radius: 0.1rem;
}

.two_nav_list .left .imgj img {
    width: 100%;
}

.two_nav_list .center {
    flex: 1.2;
    text-align: left;
    /* padding: 0 0.5rem; */
    border-right: 1px solid #ddd;
    /* margin: 0 0.5rem 0 0; */
}

.two_nav_list .center .ti {
    margin: 0 0 1rem;
}

.two_nav_list .center .ti h3 {
    font-size: 0.38rem;
    margin: 0 0 0.1rem;
}

.two_nav_list .center .ti p {
    font-size: 0.24rem;
    color: #666;
}

.see_more {
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #D92F16;
    gap: 0.2rem;
    transition: all 0.3s;
    width: 1.25rem;
    height: 0.4rem;
}

.see_more span {
    color: #D92F16;
}

.see_more i {
    display: block;
    width: 0.23rem;
    height: 0.17rem;
    background: url(../images/go_red.png) center center no-repeat;
    background-size: 0.23rem;
}

.see_more:hover {
    /* gap: 0.4rem; */
}

.see_more:hover span {}

.see_more:hover i {}


.two_nav_list .right {
    flex: 1.5;
}

.two_nav_list .right .twonav {
    display: flex;
    flex-flow: wrap;
    padding: 0 1rem 0 0;
}

.two_nav_list .right .twonav .zi {
    width: 50%;
    line-height: 0.6rem;
}

.two_nav_list .right .twonav .zi a {}


/*******以下鑫锦昊开始********/
.Ich3ppsY {
    display: flex;
    animation: csUSc4Gz 15s linear infinite;
    width: max-content;
    margin: 0.2rem 0;
}
.Ich3ppsr {
    animation: csUSc4Gz 20s linear infinite;
}
.Ich3ppsm {
    animation: csUSc4Gz 25s linear infinite;
}
@keyframes csUSc4Gz {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}
@keyframes csUSc4Gr {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(50%)
    }
}
.rQDHBOZp {
    cursor: pointer;
    padding: min(0.05rem) 0;
    margin-right: min(0.2rem,0.2rem);
    transition: background .3s ease-out;
    background: #fff;
}
.indextibox {
    margin: 0 0 0.2rem;
}
.index_ti {
}

.index_ti h3 {
    font-size: 0.24rem;
    color: #1d68be;
    /* font-family: 'pingfang_b'; */
    font-weight: bold;
}

.index_ti span {
    text-transform: uppercase;
    font-size: 0.16rem;
    color: #B7B7B7;
    display: block;
    margin: 0 0 0.2rem;
    line-height: 0.22rem;
}

.index_ti i {
    display: block;
    width: 0.8rem;
    height: 0.04rem;
    background: #D92F16;
    margin: 0 auto;
}

.bg_about {
    background: url(../images/bg_about.png) bottom center no-repeat;
    background-size: cover;
    padding: 0.9rem 0 0;
}

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

.index_about .text_box {
    flex: 1;
    margin: 0 0 1.2rem;
}

.index_about .text_box .text {}

.index_about .text_box .text p.p1 {
    font-size: 0.24rem;
    margin: 0 00 0.25rem;
}

.index_about .text_box .text .time img {
    height: 2.3rem;
}

.index_about .text_box .text .time em {
    font-size: 2.2rem;
    font-family: din;
}

.index_about .text_box .text .time span {}

.index_about .text_box .text p.p2 {
    font-size: 0.2rem;
    line-height: 0.36rem;
    color: #666;
    width: 90%;
    margin: 0 0 0.5rem;
}
.index_ti .ti {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    margin: 0 0 0.35rem;
}

.index_ti .ti img {
    width: 0.35rem;
}

.index_ti .ti_b {
    font-size: 0.48rem;
    font-weight: bold;
}

.index_about .img_box {
    flex: 0.9;
    align-self: flex-end;
}

.index_about .about_number {
    flex: 0.44;
}

.index_about .img_box img {
    width: 100%;
}

.index_about .img_box img.videoed {
    width: 1rem;
    position: absolute;
    right: 0;
    top: 50%;
    left: 50%;
    bottom: 0;
    transform: translate(-150%, -50%) rotate(0deg);
    transition: all 0.3s;
}
.index_about .img_box img.videoed:hover {
    transform: translate(-150%, -50%) rotate(360deg) scale(1.2);
}
.index_about .img_box .videolist {
    position: relative;
}
.go_more {
    width: 2.12rem;
    display: block;
    border-radius: 50px;
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

.c_m {
    color: #175dad;
    border: 0.02rem solid;
}

.go_more img {
    width: 0.31rem;
    transition: all 0.3s;
}

.go_more:hover img {
    transform: translateX(10px);
}

.numCount {
    height: 100%;
}

.videolist {position:relative;/* float:left; *//* width:500px; *//* height:300px; *//* margin-right:50px; *//* margin-top:15px; *//* margin-bottom:30px; */}
.videolist:hover{ cursor: pointer; }
.videoed {/* display:none; */width: 1rem;height: 1rem;position: absolute;left: 50%;top: 50%;z-index:99;border-radius:100%;transform: translate( -50%, -50%);}



.videos {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background: rgba(0,0,0,0.7);
    display: none;
}

.video_mainbig {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videos .vclose {
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/close.png) center;
    background-size: cover;
    transition: all 0.5s;
    position: absolute;
    right: -0.25rem;
    top: -0.25rem;
}
.videos .vclose:hover{
    transform: rotate(360deg);
}
.video_mainbig .video_mm {
    max-width: 80%;
    position: relative;
}

.video_mainbig .video_mm video {
    width: 100%;
}
.honnor_text {
    position: absolute;
    left: 0;
    width: 40%;
    top: 0;
    bottom: 0;
    z-index: 99;
}

.honnor_text .swiper-button-next {
	position: absolute;
	bottom: 0;
	width: 0.47rem;
	height: 0.47rem;
	left: 0;
	background: url(../images/next.png) center center no-repeat #fff;
	background-size: 0.47rem;
	right: auto;
	margin: 0;
	transform: none;
	z-index: 5;
	opacity: 1;
	border-radius: 50%;
}

.honnor_text .swiper-button-next:hover{
	background: url(../images/nextb.png) center center no-repeat #226cc0;
    background-size: 0.47rem;
}
.honnor_text .swiper-button-prev {
	position: absolute;
	top: 0;
	width: 0.47rem;
	height: 0.47rem;
	left: 0;
	background: url(../images/prev.png) center center no-repeat #fff;
	background-size: 0.47rem;
	z-index: 99;
	opacity: 1;
	border-radius: 50%;
}
.honnor_text .swiper-button-prev:hover {
    background: url(../images/prevb.png) center center no-repeat #226cc0;
    background-size: 0.47rem;
}

.index_honnor {}

.honnor_change {
    margin: 0 0 0.5rem;
}

.honnor_change ul {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    border-bottom: 1px solid #eef0f4;
}

.honnor_change ul li {
    font-size: 0.36rem;
    /* padding: 0 0 0.32rem; */
    transition: all 0.3s;
    line-height: 0.6rem;
    height: 0.9rem;
    cursor: pointer;
}

.honnor_change ul li.on {
    font-size: 0.48rem;
    color: #1d68be;
    border-bottom: 0.06rem solid;
}

.honnor_change ul li span {
    font-weight: bold;
}

.honnor_change ul li.on span {}

.honnor_main {
    position: relative;
}

.honnor_main .honnor_text .text {
    font-size: 0.22rem;
    line-height: 0.36rem;
    color: #666;
}

.honnor_main .honnor_text .text p {}

.honnor_text .honnor_title {
    margin: 0.4rem 0;
    font-size: 0.22rem;
    overflow: hidden;
    /* border-left: 1px solid #ddd; */
    padding: 0.55rem 0 0.55rem 0.225rem;
    position: relative;
}

.honnor_text .honnor_title ul {
    /* padding: 0 0.3rem; */
    /* border-left: 1px solid #ddd; */
}

.honnor_text .honnor_title ul li {
    display: flex;
    align-items: center;
    color: #666;
    cursor: pointer;
}

.honnor_text .honnor_title ul li.swiper-slide-thumb-active {
    font-size: 0.3rem;
    color: #1d68be;
    font-weight: bold;
}

.honnor_text .honnor_title ul li .item {}

.honnor_text .honnor_title ul li .item span {}

.honnor_text .honnor_title ul li.swiper-slide-active .item {}

.honnor_text .honnor_title ul li.swiper-slide-active .item span {}

.honnor_picture {
    margin: 0 0 0 40%;
    overflow: hidden;
}

.honnor_picture ul {}

.honnor_picture ul li.swiper-slide-active {
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) scale(1.2) !important;
}

.honnor_picture ul li .item {
    background: #fff;
    padding: 0.1rem;
    box-shadow: 0 0 0.3rem rgba(0,0,0,0.2);
}
.honnor_picture ul li span{display:none}
.honnor_picture ul li .item img {width: 100%;}
.honnor_text .honnor_title .swiper-pointer-events {
    height: 3rem;
    border-left: 1px solid #ddd;
    padding: 0 0.3rem;
}
.honnor_title .swiper-slide {display: flex;align-items: center;}

.swiper-3d .swiper-slide-shadow-left,.swiper-slide-shadow-right {
    background: none !important;
}

.honnor_picture .swiper {
    padding: 0.8rem 0.0rem;
}

.products_bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.products_bg .swiper-container {
    height: 100%;
}
.products_bg .swiper-slide {
    background-size: cover;
    background-position: center center;
}

.products_main {
    position: relative;
}

.products_main .product_nav {
    position: relative;
    z-index: 1;
}

.products_main .product_nav ul {
    display: flex;
    flex-flow: wrap;
}

.products_main .product_nav ul li {
    width: 100%;
}

.products_main .product_nav ul li.on {}

.products_main .product_nav ul .text {
    width: 25%;
    text-align: center;
    padding: 0.4rem 0;
    background: linear-gradient(45deg, rgb(108 168 255 / 0.2), transparent);
}
.products_main .product_nav ul li.on .text {
    background: url(../images/onbg.png) top left no-repeat !important;
    background-size: cover !important;
    box-shadow: 0 0 0.4rem rgb(15 38 76 / 50%);
}
.products_main .product_nav ul .text .imgj {
    margin: 0 0 0.4rem;
}

.products_main .product_nav ul .text .imgj img {
    width: 1.5rem;
}

.products_main .product_nav ul .text .zi {
    color: #fff;
    text-align: center;
    font-size: 0.3rem;
}

.products_main .product_nav ul .text .zi h3 {
}

.products_main .product_nav ul li:nth-child(3),.products_main .product_nav ul li:nth-child(4),.products_main .product_nav ul li:nth-child(5),.products_main .product_nav ul li:nth-child(6) {
    width: 25%;
}

.products_bg .swiper-pointer-events {
    height: 100%;
}

.products_main .product_nav ul li:nth-child(3) .text, .products_main .product_nav ul li:nth-child(4) .text, .products_main .product_nav ul li:nth-child(5) .text, .products_main .product_nav ul li:nth-child(6) .text {
    width: 100%;
}

.text {
}

.products_main .product_nav ul li:nth-child(2n) .text {
    background: linear-gradient(45deg, rgb(7 66 155 / 0.2), transparent);
}

.products_box {
    position: absolute;
    left: 35%;
    right: 1.6rem;
    top: 0.9rem;
    bottom: 3.5rem;
    z-index: 2;
}

.products_text {
    overflow: hidden;
}

.products_text .ti {
    border-bottom: 1px solid #2095f8;
    margin: 0 0 0.4rem;
}

.products_text .ti h4 {
    font-size: 0.48rem;
    color: #fff;
    font-weight: bold;
    border-bottom: 0.04rem solid #2095f8;
    display: inline-block;
    padding: 0.2rem 0;
}

.products_text .main {
    display: flex;
    flex-flow: wrap;
}

.products_text .main .one {
    width: 50%;
    color: #fff;
    font-size: 0.2rem;
    line-height: 0.28rem;
    padding: 0.1rem 0;
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.products_text .main .one i {
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background: #2095f8;
}

.products_text .main .one p {}
.color_fff ,.color_fff * {
    color: #fff !important;
}
.index_pro {
    position: relative;
}
.index_cases {
    background: url(../images/bg_case.png) center center;
    background-size: cover;
}

.index_cases_pic {
    padding: 0.4rem 0;
}

.index_cases_pic ul {}

.index_cases_pic ul li {
    width: 25%;
}

.index_cases_pic ul li .item {}

.index_cases_pic ul li .item .imgj {}

.index_cases_pic ul li .item .imgj img {
    width: 100%;
}

.index_cases_text {
    height: 2rem;
    position: relative;
    padding: 0 30%;
}

.index_cases_text ul {
    /* width: 60%; */
    margin: 0 auto;
}

.index_cases_text ul li {
}

.index_cases_pic ul li .item {
    text-align: center;
}

.index_cases_pic ul li .item .text {
    margin: 0.8rem -2rem 0.4rem;
    display: none;
}
.index_cases_pic ul li.swiper-slide-active .item .text {
    display: block;
}
.index_cases_pic ul li .item .text h4 {
    font-size: 0.36rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 0.5rem;
    margin: 0 0 0.2rem;
}

.index_cases_pic ul li .item .text p {
    font-size: 0.2rem;
    line-height: 0.3rem;
    height: 0.6rem;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0 0 0.3rem;
    /* height: 0.6rem; */
}

.index_cases_pic ul li .item .go_more {
    margin: 0 auto;
    background: #737373;
    color: #fff;
}
.case_button {
}

.case_button .swiper-button-prev {
    position: absolute;
    left: 3rem;
    bottom: 2rem;
    background: url(../images/ljtb.png) center center no-repeat;
    background-size: cover;
    width: 0.47rem;
    height: 0.47rem;
    /* transform: translate(0, -50%); */
    z-index: 99;
    border-radius: 50%;
}

.case_button .swiper-button-next {
    position: absolute;
    right: 3rem;
    bottom: 2rem;
    background: url(../images/ljtb.png) center center no-repeat;
    background-size: cover;
    width: 0.47rem;
    height: 0.47rem;
    transform: rotate(180deg);
    border-radius: 50%;
}
.case_button .swiper-button-prev:hover,.case_button .swiper-button-next:hover {
    box-shadow: 0 0 0.1rem rgb(29 104 190);
}



.news_bg {
    background: url(../images/news_bg.png);
    background-size: cover;
}

.in_news_ti {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255 255 255 / 0.2);
    margin: -0.3rem 0 0;
}

.in_news_ti .ti_b {
    color: #fff;
}

.in_news_ti .news_change {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.in_news_ti .news_change ul {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.in_news_ti .news_change ul li {cursor: pointer;}

.in_news_ti .news_change ul li span {
    margin: 0;
    color: #fff;
    font-size: 0.24rem;
}

.in_news_ti .news_change ul li.on {
    border-bottom: 0.04rem solid #fff;
    padding: 0.4rem 0;
}

.in_news_ti .news_change ul li.on span {}

.in_news_ti .news_change .tx_more {
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.in_news_ti .news_change .tx_more span {
    margin: 0;
    color: #fff;
    font-size: 0.2rem;
    font-weight: bold;
}

.in_news_ti .news_change .tx_more img {
    width: 0.4rem;
    transition: all 0.3s;
}
.in_news_ti .news_change .tx_more:hover img {
    transform: translateX(10px);
}
.in_news_ti .news_change .tx_more:hover img {}

.index_news {
    padding: 0.4rem 0 0.6rem;
}

.index_news ul {}

.index_news ul li {
    width: 25%;
    padding: 0.12rem;
}

.index_news ul li .item {
    background: #fff;
    padding: 0.7rem 0.3rem 0 0.3rem;
    display: block;
}
.index_news ul li .item .text{height:3.3rem}
.index_news ul li .item span {
    font-size: 0.2rem;
    color: #1d68be;
    display: block;
    font-weight: bold;
}

.index_news ul li .item h4 {
    font-size: 0.3rem;
    font-weight: bold;
    margin: 0.2rem 0 0.4rem 0;
    line-height: 0.4rem;
    /* height: 1.2rem; */
}

.index_news ul li .item p {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #999999;
    transform: translateY(1rem);
    opacity: 0;
    transition: all 0.3s;
}

.index_news ul li .item .mre {
    /* margin: 0.9rem 0 0; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem 0;
    border-top: 1px solid #dbe5f0;
}

.index_news ul li .item .mre span {
    color: #999999;
    font-weight: normal;
}

.index_news ul li .item .mre i {
    width: 0.4rem;
    height: 0.4rem;
    border: 1px solid #dbe5f0;
    border-radius: 50%;
    background: url(../images/ysjt.png) center center no-repeat;
    background-size: 0.18rem;
    transform: rotate(-45deg);
    transition: all 0.3s;
}
.index_news ul li:hover .item .mre i {
    background: url(../images/djt.png) center center no-repeat #1d68be;
    background-size: 0.18rem;
    transform: rotate(0deg);
}
.index_news ul li:hover .item .mre {}

.index_news ul li:hover .item .mre span {
    color: #1d68be;
    font-weight: bold;
}

.index_news ul li:hover .item .mre h4 {}


.index_news ul li:hover .item .mre p {}

.index_news ul li:hover .item .mre .mre {}

.index_news ul li:hover .item .mre .mre span {}

.index_news ul li:hover .item .mre .mre i {}
.index_news ul li:hover {}

.index_news ul li:hover .item {
    background: url(../images/newbg.png);
    background-size: cover;
}

.index_news ul li:hover .item span {}

.index_news ul li:hover .item h4 {}

.index_news ul li:hover .item p {
    transform: translateY(0px);
    opacity: 1;
}
.swiper-pagination-bullet {
    border-radius: 50px;
    height: 0.1rem;
    width: 0.34rem;
    opacity: 0.2;
    background: #fff;
    transition: all 0.3s;
}

.swiper-pagination-bullet-active {
    width: 0.64rem;
    opacity: 1;
}

.bg_partner {
    background: url(../images/bg_partner.png) bottom center no-repeat;
    background-size: cover;
}

.partner_box {
    display: flex;
    align-items: center;
    position: relative;
    gap: 1rem;
    margin: -1rem 0 0;
}

.partner_box .num_box {
    flex: 1;
}

.partner_box .num_box img {
    width: 100%;
}

.partner_box .text {
    position: absolute;
    left: 30%;
    top: 25%;
    /* transform: translate(0, -50%); */
    background: linear-gradient(90deg, #1d68be, #1254a1);
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    font-size: 0.45rem;
    line-height: 0.6rem;
    z-index: 99;
}

.partner_box .text h5 {
    font-weight: bold;
}

.partner_box .who_box {
    flex: 1.2;
}

.partner_box .who_box img {
    width: 100%;
}



.footcon {
    background: url(../images/footcon.png);
    background-size: cover;
    padding: 0.5rem 0;
}

.foot_main {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.foot_main .left {}

.foot_main .left .logo {
    padding: 0 0 0.5rem 0.4rem;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.foot_main .left .logo img {
    height: 0.42rem;
}

.foot_main .left .fs {
    color: #fff;
    margin: 0.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.5rem;
}

.foot_main .left .fs .text {
    flex: 1;
}

.foot_main .left .fs .text em {
    font-size: 0.48rem;
}

.foot_main .left .fs .text p {
    color: #83c4df;
    font-size: 0.16rem;
    padding: 0 0 0 0.2rem;
    background-position: left 0.02rem;
    background-repeat: no-repeat;
    margin: 0.2rem 0;
    line-height: 1.5;
}

.foot_main .left .fs .text p.add {
    background-image: url(../images/add.png);
    background-size: 0.13rem;
}

.foot_main .left .fs .text p.ema {
    background-image: url(../images/ema.png);
    background-size: 0.18rem;
}

.foot_main .left .fs .text a {
    display: flex;
    width: 1.78rem;
    height: 0.45rem;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #fff;
    gap: 0.2rem;
    margin: 0.5rem 0 0;
}

.foot_main .left .fs .text a span {
    font-size: 0.2rem;
    color: #1d68be;
    font-weight: bold;
}

.foot_main .left .fs .text a img {
    width: 0.21rem;
}

.foot_main .left .fs .ewmbox {
    background: #245b94;
    width: 1.24rem;
    padding: 0.12rem;
    border-radius: 0.1rem;
}

.foot_main .left .fs .ewmbox img {
    width: 100%;
}

.foot_main .left .fs .ewmbox span {
    display: block;
    text-align: center;
    margin: 0.1rem 0 0;
    font-size: 0.18rem;
}

.foot_main .rihgt {flex: 1;}

.foot_main .rihgt ul {
    display: flex;
    /* gap: 0.5rem; */
    justify-content: space-between;
}

.foot_main .rihgt ul li {}

.foot_main .rihgt ul li a {
    color: #fff;
    font-size: 0.24rem;
    margin: 0 0 0.2rem 0;
    display: block;
}

.foot_main .rihgt ul li .two {}

.foot_main .rihgt ul li .two a {
    font-size: 0.18rem;
    line-height: 0.4rem;
    color: #83c4df;
    margin: 0;
}

.foot_buttom {
    color: #83c4df;
    font-size: 0.16rem;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding: 0.3rem 0 0;
}

.foot_buttom p {}

.foot_buttom a {
    color: #83c4df;
}

/* Ã¦â€°â€¹Ã¦Å“ÂºÃ¥Â¯Â¼Ã¨Ë†Âª */
.MobileMain {
  --phone_height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
  display: none;
}

.MobileMain .HeaderMobile {
  height: var(--phone_height);
  box-shadow: 0px 0px 0px 1px #eee;
}

.MobileMain .HeaderMobile .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 5vw;
  height: 100%;
}

.MobileMain .HeaderMobile .box .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.MobileMain .HeaderMobile .box .logo a {
  display: block;
}

.MobileMain .HeaderMobile .box .logo a img {
  height: 0.4rem;
}

.MobileMain .HeaderMobile .box .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.MobileMain .HeaderMobile .box .button .Language a {
  font-size: 16px;
  color: #fff;
  display: block;
  line-height: 0.45rem;
  border-radius: 0.25rem;
}

.MobileMain .HeaderMobile .box .button .search p svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.MobileMain .HeaderMobile .box .button .search .Close {
  display: none;
}

.MobileMain .HeaderMobile .box .button .search .active .Show {
  display: none;
}

.MobileMain .HeaderMobile .box .button .search .active .Close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.MobileMain .HeaderMobile .box .button .word {
  font-size: 14px;
  font-weight: bold;
}

.MobileMain .HeaderMobile .box .button .word a {
  color: #206231;
  text-decoration: none;
}

.MobileMain .HeaderMobile .box .button .word a svg {
  display: inline-block;
  vertical-align: sub;
  animation: CallUp 0.5s ease 0s infinite;
  -webkit-animation: CallUp 0.5s ease 0s infinite;
  -moz-animation: CallUp 0.5s ease 0s infinite;
  -o-animation: CallUp 0.5s ease 0s infinite;
}

.MobileMain .HeaderMobile .box .button .word a img {
  position: relative;
}

.MobileMain .HeaderMobile .box .button .call a {
  color: #000;
  font-size: 16px;
}

.MobileMain .HeaderMobile .box .button .search {
  margin-left: 0.5rem;
}

.MobileMain .HeaderMobile .box .button .search .icon2 {
  display: none;
}

.MobileMain .HeaderMobile .box .button .search.active .icon1 {
  display: none;
}

.MobileMain .HeaderMobile .box .button .search.active .icon2 {
  display: block;
}

.MobileMain .HeaderMobile .box .button .menu {
  margin-left: 0.5rem;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn p {
  position: relative;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn p span {
  display: block;
  width: 30px;
  height: 2px;
  background: #175eaf;
  margin: 8px 0;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn p span:nth-child(1) {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn p span:nth-child(2) {
  opacity: 1;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn p span:nth-child(3) {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn p::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 2px;
  background: #175eaf;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn p::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 2px;
  background: #175eaf;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn.active p span {
  opacity: 0;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn.active p::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn.active p::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.MobileNavigation {
  position: absolute;
  z-index: 3;
  top: var(--phone_height);
  background: #fff;
  left: 0;
  width: 100%;
  z-index: 7;
  height: calc(100vh - var(--phone_height));
  display: none;
}

.MobileNavigation .box_scroll {
  max-height: 90%;
  padding: 0;
  box-sizing: border-box;
  overflow: scroll;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.MobileNavigation .box_scroll .item {
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}

.MobileNavigation .box_scroll .item a {
  line-height: 0.8rem;
  display: flex;
  font-size: 0.26rem;
  color: #333;
  justify-content: space-between;
  flex: 1;
  font-weight: bold;
}
.twoSelect a {
    border-bottom: 1px solid #ddd;
    font-weight: normal !important;
}
.MobileNavigation .box_scroll .item a i {
  color: #666;
  font-size: 16px;
  transform: rotate(90deg);
}
.MobileNavigation .box_scroll .item.on .ti i {
    transform: rotate(0deg);
}
.MobileNavigation .box_scroll .item a p {
  display: flex;
  align-items: center;
}

.MobileNavigation .box_scroll .item a p span {
  display: block;
  width: 15px;
  height: 1px;
  background: #666;
  position: relative;
}

.MobileNavigation .box_scroll .item a p span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #666;
  transform: rotate(90deg);
  transition: 0.4s;
}

.MobileNavigation .box_scroll .item .active p span::after {
  transform: rotate(180deg);
}

.MobileNavigation .box_scroll .box .item .twoSelect {
  padding-left: 16px;
  display: none;
}

.MobileNavigation .box_scroll .item .twoSelect .twoSelectItem a {
  font-size: 15px;
}

.MobileNavigation .box_scroll .item .threeSelect {
  padding-left: 16px;
  display: none;
}

.MobileNavigation .box_scroll .item .threeSelect .threeSelectItem a {
  font-size: 15px;
}

.MobileNavigation .box_scroll .item .fourSelect {
  padding-left: 16px;
  display: none;
}

.MobileNavigation .box_scroll .item .fourSelect .fourSelectItem a {
  font-size: 15px;
}

.MobileNavigation .box_scroll .item .fourSelect .fourSelectItem .fiveSelect {
  padding-left: 16px;
  display: none;
}

.MobileNavigation .box_scroll .item .ti {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.3rem;
    border-bottom: 1px solid #ddd;
}

.MobileNavigation .box_scroll .item i {
    width: 0.2rem;
    height: 0.8rem;
    background: url(../images/ssjt.png) center center no-repeat;
    background-size: 0.18rem;
    transform: rotate(180deg);
    transition: all 0.3s;
}
.MobileNavigation .box_scroll .item.on {}

.MobileNavigation .box_scroll .item.on .ti {
    background: #e6e8ed;
}

.twoSelect {
    display: none;
    background: #f9f9f9;
    padding: 0 0.6rem;
}



@media (max-width: 800px) {
.nav_part {
    display: none;
}
  .MobileMain {
    display: block;
  }

.wal {
    padding: 0 0.3rem;
}

.index_about .text_box .text .time img {
    width: 100%;
}

.index_about .text_box {order: 1;margin: 0 0 0.5rem;}

.index_about {
    flex-flow: column;
}

.index_about .text_box .text p.p2 {
    width: 100%;
}

.index_about .img_box {
    order: 3;
}

.index_about .about_number {
    order: 2;
}

ul {}

.numCount ul {
    gap: 0.3rem;
}

.numCount li .numU {
    border-bottom: 1px solid #c0c0c5;
    border-top: 0;
}

.honnor_text {
    position: relative;
    width: 100%;
}

.honnor_picture {
    margin: 0;
}

.products_main .product_nav ul li {
    width: 33.33% !important;
}

.products_main .product_nav ul .text {
    width: 100%;
}

.products_main.wal {
    padding: 0;
    display: flex;
    flex-flow: column;
}

.products_box {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    order: 1;
    padding: 0.5rem 0.3rem;
}

.products_main .product_nav {
    order: 2;
}

.products_box {}

.products_main .product_nav ul .text .zi {
    font-size: 0.24rem;
}

.products_main .product_nav ul .text .imgj img {
    width: 1rem;
}

.index_news ul li {
    width: 100%;
}

.in_news_ti {
    display: block;
}
	.index_cases_pic ul li {
    width: 60%;
}

.index_cases_text {
    padding: 0 1rem;
}

.case_button .swiper-button-prev {
    left: 0.2rem;
}

.case_button .swiper-button-next {
    right: 0.2rem;
}

.partner_box {
    margin: 0;
    padding: 1rem 0 0;
}

.partner_box .num_box {
    display: none;
}

.partner_box .text {
    /* color: #1d68be; */
    /* background: none; */
    left: 0;
    top: 0;
    /* width: 100%; */
    text-align: left;
    height: auto;
    justify-content: left;
    border-radius: 0.1rem;
    display: inline-block;
    padding: 0.2rem;
    font-size: 0.3rem;
    line-height: normal;
}

.partner_box .text h5 br {
    display: none;
}

.foot_main .rihgt {
    display: none;
}
.honnor_picture ul li span {
    text-align: center;
    font-size: 0.2rem;
    display: none;
    width: 200%;
    margin: 0.3rem  0 0 -50%;
}

.honnor_picture ul li.swiper-slide-active span {
    display: block;
}
.honnor_title {
    display: none;
}
.index_news ul li .item p {
    transform: translate(0, 0);
    opacity: 1;
}
.index_cases_pic ul li .item .text {
    width: 80%;
    margin: 0.3rem auto 0;
}
	
}
