@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;
    /* color: #364356; */
}
/*
@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.16rem/1.5 "pingfang_m",'pingfang_b','pingfang_r','pingfang_r';
    color: #262626;
}
a{color: #262626;}
.footer-link {

	font-size: 0;

	text-align: center;

	margin-left: -10px;

	margin-bottom: 20px;

}

.footer-link li {

	display: inline-block;

	vertical-align: middle;

}

.footer-link li .wrap {

	margin-left: 10px;

}

.footer-link li select {

	background: #fff;

	height: 34px;

	font-size: 14px;

	width: 250px;

}
.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;
}
.top_tips{background: #fff;padding: 0.1rem 0;}
.top_tips .wal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.14rem;
    
}
.searchFormGroup{
    position: relative;
    background: #eaeaea;
    line-height: 0.4rem;
    display: block;
    width: 2.4rem;
    border-radius: 0.04rem;
    margin: 0 0.2rem 0 0;
    font-size: 0.14rem;
}
.searchFormGroup input{
    display: block;
    width: 100%;
    background: none;
    line-height: 0.4rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
    color: #999;
}
.searchFormGroup button{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0.5rem;
    display: block;
    background: url(../images/search.png) center center no-repeat #1d56a0;
    background-size: 0.2rem;
    font-size: 0;
    border-radius: 0 0.04rem 0.04rem 0;
}
.wal {/* max-width: 14rem; */margin:0 auto;width: 88%;padding: 0 6%;z-index: 2;}
a:hover {
    text-decoration: none;
    color: #002657;
}
.bg_fff {
    background: #fff;
    padding: 0.3rem 6% 0;
}
.wap_show {
    display: none;
}

.web_show {
    display: block;
}
.zicon {
    display: none;
}

.zicon.active {
    display: flex;
}


.swiper {
        width: 100%;
        height: 100%;
      }
.swiper-button-prev,.swiper-button-next {
    /* width: 0.52rem; */
    /* height: 0.52rem; */
    /* background: url(../images/lannore.png) center center no-repeat #fff; */
    /* font-size: 0; */
    /* background-size: 0.12rem; */
    /* transform: rotate(180deg); */
    /* border-radius: 50%; */
}
.swiper-button-prev:hover,.swiper-button-next:hover{background: url(../images/ljt.png) center center no-repeat;background-size: 0.1rem;}
.swiper-button-prev{
    left: 0.1rem;
}
.swiper-button-next{
    right: 0.1rem;
    transform: rotate(0deg);
}
.swiper-button-prev:after, .swiper-button-next:after{display:none}
.swiper-3d .swiper-slide-shadow {
    background: 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: #4f4f4f;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;
}
.color_fff{color: #fff !important;}
/**clear_end**/
.header_part {
    /* position: fixed; */
    /* left: 0; */
    /* right: 0; */
    /* top: 0; */
    z-index: 10;
}
.nav_part {
    background: rgba(0,38,87,0.7);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}

.top_tips .tel {
    font-size: 0.2rem;
    background: url(../images/tel.png) left center no-repeat;
    background-size: 0.25rem;
    padding: 0 0 0 0.3rem;
}
.header_part .wal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1rem;
    gap: 10%;
    transition: all 0.3s;
}

.header_logo {
    height: 100%;
    display: flex;
    align-items: center;
}

.header_logo img {
    height: 0.87rem;
}

.header_logo img.b_logo {
    display: block;
}

.header_logo img.c_logo {
    display: none;
}

.header_nav {
    flex: 1;
}

.header_nav ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.header_nav ul li {
    position: relative;
}

.header_nav ul li .one_level {}

.header_nav ul li .one_level a {
    color: #fff;
    font-size: 0.18rem;
    display: block;
    line-height: 0.65rem;
}

.header_nav ul li .one_level i.irow {}

.header_nav ul li .two_level {
    display: none;
    position: absolute;
    left: -0.4rem;
    right: -0.4rem;
    top: 0.6rem;
    background: rgba(255,255,255,1);
    padding: 0.2rem 0;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.2);
	width:220px;
}
.header_nav ul li .two_level .wal{
    display: block;
    height: auto;
    text-align: center;
}
.header_nav ul li .two_level a {
    display: block;
    /* color: #fff; */
    line-height: 0.32rem;
}

.index_banner {overflow: hidden;position: relative;z-index: 1;}

.index_banner .banner_item {}

.index_banner .banner_item img {
    width: 100%;
	height: 520px;
	object-fit: cover;
}

.index_banner .banner_item .text {
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.index_banner .banner_item .text h1 {
    font-size: 0.5rem;
    font-weight: bold;
}

.index_banner .banner_item .text p {
    font-size: 0.3rem;
    margin: 0 0 0.5rem;
}

.all_webmore {}

.all_webmore a {
    display: inline-block;
    background: linear-gradient(90deg, #387896, #09cc7b);
    line-height: 0.5rem;
    display: inline-flex;
    padding: 0 0.2rem;
    color: #fff;
    border-radius: 50px;
    gap: 0.3rem;
    align-items: center;
    transition: all 0.3s;
}
.all_webmore a:hover {
    background: linear-gradient(90deg, #09cc7b, #387896);
    gap: 0.5rem;
}
.all_webmore span {}

.all_webmore i {
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    background: url(../images/ljt.png) center center no-repeat #fff;
    background-size: 0.08rem;
    border-radius: 50px;
}

.banner_buttom {
    margin: -0.5rem 0 0;
}
.banner_buttom .banner_tip{
    height: 1rem;
    background: #fff;
    z-index: 9;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);
    border-radius: 0.1rem;
    padding: 0 0.3rem;
}
.banner_buttom .swiper_button {height: 1rem;display: flex;align-items: center;flex: 1;gap: 0.2rem;}

.swiper-button-next, .swiper-button-prev {
    width: 0.5rem;
    height: 0.5rem;
    background: #ddd;
    transform: none;
    position: relative;
    top: auto;
    margin: 0;
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.1rem;
}

.swiper-button-prev {
    transform: rotate(180deg);
}

.swiper-button-next {}

.banner_buttom .mouse_xia {text-align: center;flex: 1; animation:mouse linear 1s infinite;}
@keyframes mouse{
    0%,100%{transform:translateY(0);}
    50%{transform:translateY(0.1rem);}
}
.banner_buttom .mouse_xia span {
    /* font-size: 0.12rem; */
    color: #88c230;
}

.banner_buttom .mouse_xia img {
    width: 0.1rem;
    display: block;
    margin: 0 auto;
}

.banner_buttom .banner_tel {flex: 1;text-align: right;color: #aed571;font-size: 0.22rem;}

.banner_buttom .banner_tel span {
    background: url(../images/tel.png) left center no-repeat;
    background-size: 0.2rem;
    padding: 0 0 0 0.3rem;
}

.index_allbox {
    margin: -1.5rem 0 0;
    position: relative;
    z-index: 9999;
}

.index_part {
    padding: 0.2rem 0;
    position: relative;
}

.bg_about {
    background: url(../images/bg_about.jpg);
    margin: -0.5rem 0 0;
    padding: 1.3rem 0 0.8rem;
}

.index_about {position: relative;padding: 0 45% 0 0;}

.index_about .left {}

.indextibox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 0.5rem 0;
}

.indextibox .index_ti {
    display: flex;
    align-items: baseline;
    gap: 0.1rem;
    position: relative;
    padding: 0 0 0.21rem 0;
}

.indextibox .index_ti h3 {
    font-size: 0.24rem;
    font-weight: bold;
}

.indextibox .index_ti span {
    color: #999;
}

.index_about .left .p {
    line-height: 0.34rem;
    color: #666;
    margin: 0 0 0.3rem;
}

.index_about .left .p p {}

.index_about .right {
    position: absolute;
    right: 0;
    top: 50%;
    /* bottom: 0; */
    width: 40%;
    transform: translate(0px, -50%);
}

.index_about .banner_item {
    padding: 0.2rem;
    /* background: #fff; */
}

.index_about .banner_item .imgj {
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.2);
    border-radius: 0.1rem;
    overflow: hidden;
}

.index_about .banner_item .imgj img {
    width: 100%;
}

.index_product {
}

.index_product .productlist {
    overflow: hidden;
}

.index_product .productlist .p {
    width: 80%;
    font-size: 0.16rem;
    line-height: 0.32rem;
    color: #666;
    margin: 0 0 0.3rem;
}

.index_product .productlist .p p {}

.product_main {
    padding: 0.1rem;
    border-radius: 0.1rem;
}

.product_main .item {
    border-radius: 0.1rem;
    display: block;
    padding: 0.2rem;
    background: #f2faf7;
}

.product_main .item .imgj {
    border-radius: 0.1rem;
}

.product_main .item .imgj img {}

.product_main .item .zi {
    font-size: 0.22rem;
    font-weight: bold;
    margin: 0.2rem 0 0;
}

.product_main .item .zi h3 {}

.index_proti {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    /* margin: 0 0 0.3rem; */
}
.header_part.fixd {
    background: #fff;
}

.header_part.fixd .header_logo img.b_logo {
    display: none;
}

.header_part.fixd .header_logo img.c_logo {
    display: block;
}

.header_part.fixd .header_nav ul li .one_level a {
    color: #333;
    line-height: 0.8rem;
}

.header_part.fixd .wal {
    height: 1rem;
}

.header_part.fixd .header_nav ul li .two_level {
    top: 0.7rem;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    top: auto;
    bottom: 00;
    background: linear-gradient(90deg, #387896, #09cc7b);
    border-radius: 50px;
}

.proswiper_button {
    position: relative;
    height: 0.1rem;
    margin: 0.5rem auto 0;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal {
    border-radius: 50px;
    height: 0.05rem;
}
.bg_news {
    background: url(../images/bg_news.jpg);
    background-size: cover;
}
.indexnews_list {
    /* display: flex; */
    justify-content: space-between;
    overflow: hidden;
    gap: 0.5rem;
}

.news_list {
    flex: 1;
    border: 1px solid #ddd;
    border-bottom: 0;
}

.news_list ul {}

.news_list ul li {
    padding: 0.3rem 0;
    border-top: 1px solid #ddd;
}

.news_list ul li .item {
    display: flex;
    justify-content: space-between;
    /* gap: 0.8rem; */
    align-items: center;
    padding: 0;
}

.news_list ul li .item .text {
    flex: 2;
}

.news_list ul li .item .text span {
    display: block;
    font-size: 0.14rem;
    color: #999;
    margin: 0 0 0.2rem;
}

.news_list ul li .item .text h3 {
    font-size: 0.22rem;
    font-weight: bold;
    margin: 0 0 0.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news_list ul li .item .text p {
    line-height: 0.3rem;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_list ul li .item .text em {
    background: linear-gradient(90deg, #387896, #09cc7b);
    color: #fff;
    font-size: 0.18rem;
    width: 1rem;
    display: block;
    text-align: center;
    line-height: 0.34rem;
    border-radius: 50px;
    margin: 0.3rem 0 0;
	transition:all 0.3s;
}
.news_list ul li .item .text em:hover{width:1.2rem}
.news_list ul li .item .imgj {
    flex: 1;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);
}

.news_list ul li .item .imgj img {
    width: 100%;
}
.indextibox .index_ti i {
    display: block;
    width: 0.24rem;
    height: 0.04rem;
    background: #00b2e9;
    position: absolute;
    left: 0;
    bottom: 0;
}

.all_changebox {}

.all_changebox ul {
    display: flex;
    gap: 0.3rem;
}

.all_changebox ul li {}

.all_changebox ul li a {
    display: block;
    line-height: 0.5rem;
    color: #666;
}

.all_changebox ul li a span {}

.all_changebox ul li.on a {
    color: #002657;
    border-bottom: 0.02rem solid;
}

.news_list .item {}

.news_list .item .imgj {
    /* height: 3rem; */
    display: flex;
}

.news_list .item .imgj img {
    width: 100%;
}

.news_list .item .text {
    position: relative;
    padding: 0.2rem;
}

.news_list .item .text h3 {
    font-size: 0.19rem;
    font-weight: bold;
    margin: 0.1rem 0;
}

.news_list .item .text p {
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* margin: 0 0 0.2rem; */
}

.news_list .item .text span {
    font-size: 0.14rem;
    color: #666;
    display: block;
}

.news_list .item .text em {
    color: #00b2e9;
    font-size: 0.14rem;
    position: absolute;
    right: 0.2rem;
    bottom: 0.2rem;
}

.index_newszi ul {}

li {}

.index_newszi ul li a .time {
    text-align: center;
}

.index_newszi ul li a .time em {
    background: #cbcbcb;
    width: 0.6rem;
    height: 0.6REM;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.28rem;
    color: #fff;
}
.index_newszi ul li:hover a .time em{
    background: #002657;
}
.index_newszi ul li a .zi {
    flex: 1;
}

.index_newszi ul li a .zi h3 {}

.index_newszi ul li a .zi p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #666;
    margin: 0.1rem 0 0;
}
.index_newszi {
    /* border-top: 1px solid #ddd; */
    flex: 1;
}

.index_newszi ul {
    /* display: flex; */
    /* flex-flow: wrap; */
    /* margin: 0 -0.4rem; */
}

.index_newszi ul li {
    /* width: 50%; */
    padding: 0.1rem 0;
    border-bottom: 1px solid #ddd;
}
.neinews_list .index_newszi ul li {
    padding: 0.2rem 0;
}
.news_list{}
.big_title{
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.4rem;
    display: flex;
    justify-content: space-between;
    /* padding: 0.1rem 0 0.2rem 0; */
    border-bottom: 1px solid #ddd;
    margin: 0 0 0.25rem;
    color: #1b5cac;
}
.big_title span{
    border-bottom: 0.02rem solid;
}
.big_title ul{
    display: flex;
}
.big_title ul li{
    padding: 0 0.2rem;
    border-right: 1px solid #828282;
    color: #888;
    cursor: pointer;
}
.big_title ul li:first-child{padding:0 0.2rem 0 0}
.big_title ul li:last-child{border:0}
.big_title ul li.on,.big_title ul li:hover{
    color: #1d56a0;
    opacity: 1;
}
.big_title a.more_a{
    font-size: 0.16rem;
    font-weight: normal;
    color: #999;
    display: flex;
    align-items: center;
}
.big_title a.more_a i{
    display: block;
    width: 0.3rem;
    height: 1px;
    background: #ddd;
    margin: 0 0.15rem 0 0;
    transition: all 0.3s ease;
}
.big_title a.more_a:hover{color: #1b5cac;}
.big_title a.more_a:hover i{
    margin: 0 0.1rem 0;
    background: #1b5cac;
}
.dis_flex{display: flex;justify-content: space-between;}
.wal {max-width: 13rem;margin:0 auto;width: 95%;position: relative;}
/**center_news**/
.center_news{}
.center_news .left{
    width: 49%;
}
.center_news .right{
    width: 49%;
}
.news_list_con{}
.news_list_con ul{}
.news_list_con ul li{
    line-height: 0.4rem;
    /* border-bottom: 1px dashed #ddd; */
    font-size: 0.16rem;
}
.news_list_con ul li a{
    display: flex;
    justify-content: space-between;
    color: #666;
    align-items: center;
}
.news_list_con ul li a:before{/* content:"."; */display: block;font-size: 0;width: 0.06rem;height: 0.06rem;background: #1d56a0;margin: 0 0.1rem 00 0;}
.news_list_con ul li a p{
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all 0.3s ease;
}
.news_list_con ul li a:hover p,.news_list_box ul li a:hover p{color:#1d56a0;margin: 0 0 0 0.2rem;}
.news_list_con ul li a span{
    width: 1.3rem;
    text-align: right;
}
/* 分页样式 */
.paging { margin-top: 32px; font-size: 14px; }
.paging > span { margin: auto 16px; }
.paging .page-numbar { margin: auto 0; }
.paging .page-numbar .page-num,
.paging .page-index,
.paging .page-pre,
.paging .page-next,
.paging .page-last { display: inline-block; margin: auto 4px; padding: 2px 12px; border: 1px solid #EEE; border-radius: 2px; }
.paging .page-numbar .page-num-current,
.paging .page-numbar .page-num:hover { border-color: #26457f; color: #26457f; }
.index_newszi ul li a {
    display: flex;
    justify-content: space-between;
    gap: 0.2rem;
    /* padding: 0 0.2rem; */
}

.index_newszi ul li a h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: bold;
    flex: 1;
    font-size: 0.19rem;
}

.index_newszi ul li a span {
    color: #666;
    font-size: 0.14rem;
    display: block;
    margin: 0.1rem 0 0;
}

.index_newszi ul li a:before {
    width: ;
    height: 0.05rem;
    background: #9ecd57;
    border-radius: 50%;
}

.index_newszi ul li a:after {
    /* content: ""; */
    /* display: block; */
    /* width: 0.1rem; */
    /* height: 0.2rem; */
    /* background: url(../images/ljt.png) center center no-repeat; */
    /* background-size: 0.085rem; */
}

.footcon {
    background: #26457f;
    color: #fff;
}

.foot_main {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 14%;
}

.foot_main .left {}

.foot_main .left .text {
    line-height: 0.3rem;
    font-size: 0.14rem;
}

.foot_main .left .text p {}

.foot_main .left .text p em {
    display: block;
    font-size: 0.4rem;
    margin: 0 0 0.2rem;
}

.foot_main .left .ewm {
    margin: 0.3rem 0 0;
}

.foot_main .left .ewm img {
    display: block;
    width: 1rem;
    height: 1rem;
}

.foot_main .left .ewm span {
    display: inline-block;
    text-align: center;
    width: 1rem;
    font-size: 0.12rem;
    line-height: 0.4rem;
}

.foot_main .right {}

.foot_main .right ul {
    display: flex;
    gap: 0.8rem;
}

.foot_main .right ul li {}

.foot_main .right ul li a {
    color: #fff;
    display: block;
    line-height: 0.3rem;
}

.foot_main .right ul li .two {}

.foot_main .right ul li .two a {
    font-size: 0.14rem;
    opacity: 0.5;
}
.foot_main .right ul li .two a:hover{    opacity: 1;}
.foot_buttom {
    padding: 0.4rem 0;
    text-align: center;
    font-size: 0.14rem;
}

.foot_buttom p {
    font-size: 0.2rem;
    line-height: 0.4rem;
}

.foot_buttom p a{
    color: #fff;
}


.bg_development {
    background: url(../images/bg_development.jpg);
    background-size: cover;
}
.bg_development:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.5rem;
    height: 1rem;
    background: url(../images/line.png)  center bottom no-repeat;
    background-size: 100%;
    z-index: 1;
}
.nei_development {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.development_main {}

.development_main .zi {
    margin: 0.5rem 0 0.5rem 50%;
    color: #fff;
}

.development_main .zi h3 {
    font-size: 0.7rem;
    font-family: din;
}

.development_main .zi p {
    font-size: 0.2rem;
    line-height: 0.4rem;
}

.nei_development ul {
    display: flex;
    color: #fff;
    justify-content: space-between;
    padding: 0.8rem 0;
}

.nei_development ul li {
    flex: 1;
    text-align: center;
    font-size: 0.2rem;
    font-family: din;
}

.nei_development ul li:nth-child(1) {
    transform: translate(0px, 0.65rem);
}

.nei_development ul li:nth-child(2) {
    transform: translate(0px, 0.1rem);
}

.nei_development ul li:nth-child(3) {
	transform: translate(0px, -0.12rem);
}

.nei_development ul li:nth-child(4) {
	transform: translate(0px, 0.6rem);
}

.nei_development ul li:nth-child(5) {
	transform: translate(0px, 0.4rem);
}

.nei_development ul li:nth-child(6) {
	transform: translate(0px, 0.1rem);
}

.nei_development ul li:nth-child(7) {
	transform: translate(0px, 0.1rem);
}

.nei_development ul li:nth-child(8) {
	transform: translate(0px, 0.1rem);
}
.nei_development ul li .zi {
    cursor: pointer;
}

.nei_development ul li .zi .i {
    width: 0.31rem;
    height: 0.31rem;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.1rem;
}

.nei_development ul li .zi .i i {
    display: block;
    width: 0.15rem;
    height: 0.15rem;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
}

.nei_development ul li.on .zi .i {
    border: 1px dashed #fff;
}
.honorlist {position: relative;}

.honorlist ul {}

.honorlist ul .honor_main {
    padding: 0 0.1rem;
}

.honorlist ul .honor_main .item {
    display: block;
    border-radius: 0.1rem;
}

.honorlist ul .honor_main .item .img {
    background: #f2faf7;
    padding: 0.2rem;
    border-radius: 0.1rem;
    margin: 0 0 0.2rem;
}

.honorlist ul .honor_main .item .img .imgj {}

.honorlist ul .honor_main .item .zi {
    text-align: center;
}

.honorlist ul .honor_main .item .zi h3 {}

#swiper-honor {
    overflow: hidden;
}

.honorlist .swiper-button-next,.honorlist .swiper-button-prev {
    width: 0.5rem;
    height: 0.5rem;
    background: #ddd;
    transform: none;
    position: relative;
    top: auto;
    margin: 0;
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.1rem;
    background: linear-gradient(90deg, #387896, #09cc7b);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(0px, -100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.honorlist .swiper-button-prev {
    /* transform: translate(0px, -50%) rotate(180deg); */
    left: -0.25rem;
}

.honorlist .swiper-button-next {
    right: -0.25rem;
}

.honorlist .swiper-button-next:after, .honorlist .swiper-button-prev:after {
    display: block;
    /* width: 0.5rem; */
    /* height: 0.5rem; */
    background: url(../images/bjt.png) center center no-repeat;
    background-size: 0.1rem;
    font-size: 0.2rem;
    color: #fff;
}
.nei_banner {
    position: relative;
    height: 4rem;
}

.nei_banner img {
    width: 100%;
}

.nei_banner .text {
    position: absolute;
    left: 3rem;
    right: 0;
    top: 0.5rem;
    bottom: 0;
    display: flex;
    flex-flow: column;
    color: #fff;
    align-items: left;
    justify-content: center;
}

.nei_banner .text h3 {
    font-size: 0.46rem;
    font-weight: bold;
    margin: 0 0 0.1rem;
}

.nei_banner .text .homepage {}

.nei_banner .text .homepage .home {
    color: #fff;
    background: url(../images/home.png) left center no-repeat;
    background-size: 0.2rem;
    padding: 0 0 0 0.25rem;
}

.nei_banner .text .homepage span {}
.nei_banner .text .homepage a {color: #fff;}
.nei_productlist {}

.nei_productlist ul {
    display: flex;
    flex-wrap: wrap;
    margin: -0.1rem;
}

.nei_productlist ul li {
    width: 33.33%;
}

.case-show .case-list{width:100%;overflow: hidden;}
	.case-show .case-list .case-div{width:266px !important;margin-right:20px;}
	.case-show .case-list .case-div .case-img{width:100%;height:185px;overflow: hidden;}
	.case-show .case-list .case-div .case-img img{width:100%;height:100%;object-fit: cover;transition: all 0.6s;}
	.case-show .case-list .case-div:hover .case-img img{transform: scale(1.2);}
	.case-show .case-list .case-div h3{font-size:16px;line-height:50px;text-align: center;background:#f5f5f5;}
	
.producmain_base {position: relative;margin: 0 0 0.8rem 0;}

.producmain_base .leftimgbox {
    width: 40%;
}

.producmain_base .leftimgbox img {
    width: 100%;
}

.producmain_base .rihgt_text {
    position: absolute;
    left: 45%;
    width: 55%;
    top: 0;
}

.producmain_base .leftimgbox .mySwiper_smoll {
    position: relative;
    /* width: calc(100% - 1rem); */
    margin: 0.3rem 0 0;
}

.producmain_base .leftimgbox .swiper-button-next {
    right: 0;
    position: absolute;
    top: 50%;
    border: 1px solid #4b4b4b;
    border-radius: 50%;
    transform: translate(0px, -50%);
}

.producmain_base .leftimgbox .swiper-button-prev {
    left: 0;
    top: 50%;
    position: absolute;
    border: 1px solid #ddd;
    border-radius: 50%;
    transform: translate(0px, -50%) rotate(180deg);
}

.producmain_base .leftimgbox  .swiper-wrapper {}
.producmain_base .leftimgbox .swiper-slide.swiper-slide-thumb-active img {
    border: 1px solid #aed571;
}

.producmain_base .leftimgbox .swiper-slide.swiper-slide-thumb-active {
    padding: 1px;
}
.smollimgbox {
    position: relative;
    padding: 0 0.5rem;
}

.producmain_base .rihgt_text h3 {
    font-size: 0.34rem;
    font-weight: bold;
    margin: 0 0 0.2rem;
}

.producmain_base .rihgt_text .p {
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #666;
}

.producmain_base .rihgt_text .tel {
    margin: 0.5rem 0 0;
    font-size: 0.3rem;
    color: #aed571;
    padding: 0 0 0 0.5rem;
    background: url(../images/tel.png) left center no-repeat;
    background-size: 0.4rem;
}

.producmain_base .rihgt_text .tel span {}
.producmain_more {}

.producmain_more .ti {
    margin: 0 0 0.3rem;
}

.producmain_more .ti h3 {
    font-size: 0.3rem;
    color: #aed571;
    line-height: 0.7rem;
    border-bottom: 1px solid #ddd;
}
.nei_factory .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      transition: 300ms;
      transform: scale(0.8);
      box-shadow: 0 0 0.2rem rgba(0,0,0,0.2);
    }
.nei_factory .swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1);
	}

.nei_factory {}

.nei_factory img {
    width: 100%;
}

.nei_factory .swiper-pagination-bullet-active {
    background: #8fca24;
    width: 0.2rem;
    border-radius: 50px;
}

.nei_factory .mySwiper_factory {
    padding: 0.2rem 0;
}

.neinews_main {}

.neinews_main .ti {
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin: 0 0 0.5rem;
    padding: 0 0 0.3rem;
}

.neinews_main .ti h3 {
    font-size: 0.3rem;
    font-weight: bold;
    margin: 0 0 0.2rem;
}

.neinews_main .ti span {
    display: block;
    color: #666;
}

.neinews_main .p {}

.neinews_main .p p {
    font-size: 0.16rem;
    line-height: 0.32rem;
    color: #666;
}

.neinews_main .p img {
    max-width: 100%;
}
.contact_us {
    display: flex;
    justify-content: space-between;
}

.contact_us .left {}

.contact_us .left h3 {
    font-size: 0.3rem;
    font-weight: bold;
    margin: 0 0 0.2rem;
}

.contact_us .left .text {
    line-height: 0.3rem;
    font-size: 0.14rem;
}

.contact_us .left .text p {}

.contact_us .left .text p em {
    display: block;
    font-size: 0.4rem;
    margin: 0 0 0.2rem;
}

.contact_us .right {
    width: 50%;
}

.contact_us .right img {
    width: 100%;
}

.contact_us .left .ewm img {
    width: 1rem;
    height: 1rem;
    display: block;
}

.contact_us .left .ewm {
    margin: 0.3rem 0 0;
}

.contact_us .left .ewm span {
    font-size: 0.14rem;
    width: 1rem;
    text-align: center;
    display: block;
    color: #666;
}

.bg_fafafa {
    background: #fafafa;
}

.contact_form {}

.contact_form h3 {
    text-align: center;
    font-size: 0.4rem;
    font-weight: bold;
    margin: 0 00 0.3rem;
}

.contact_form .formbox {}

.contact_form .formbox ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.1rem;
}

.contact_form .formbox ul li {
    width: 33.33%;
    padding: 0.1rem;
}

.contact_form .formbox ul li .input {
    background: #fff;
    line-height: 0.6rem;
    padding: 0 0.2rem;
    display: flex;
    align-items: center;
}

.contact_form .formbox ul li .input label {}

.contact_form .formbox ul li .input input {
    flex: 1;
}

.contact_form .formbox ul li:last-child {
    width: 100%;
}

.contact_form .formbox ul li .input textarea {
    padding: 0.2rem 0;
    height: 1.5rem;
}

.contact_form .formbox button {
    background: #26457f;
    font-size: 0.2rem;
    color: #fff;
    text-align: center;
    padding: 0.1rem 0.8rem;
    display: block;
    margin: 0.3rem auto 0;
    border-radius: 50px;
}

.bg_002657 {
    background: #002657;
    padding: 0.2rem 0;
}

.services_list ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.services_list ul li {
    flex: 1;
    padding: 0.5rem 0;
    border: 1px solid transparent;
}

.services_list ul li .item {}

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

.services_list ul li .item .main img {
    width: 0.74rem;
    margin: 0 auto 0.3rem;
}

.services_list ul li .item .main h3 {
    color: #fff;
}

.services_list ul li:hover {
    border: 1px solid #fff;
}
.index_caselist {}

.index_caselist ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.1rem;
}

.index_caselist ul li {
    padding: 0.1rem;
}

.index_caselist ul li.w50 {
    width: 50%;
}

.index_caselist ul li.w25 {
    width: 25%;
}

.index_caselist ul li .item {
    display: block;
    height: 3.9rem;
    position: relative;
}

.index_caselist ul li .item .imgj {
    background-size: cover;
    height: 3.9rem;
    background-position: center;
}

.index_caselist ul li .item .text {
    background: rgba(0,38,87,0.8);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 0 0.3rem;
    opacity: 0;
}

.index_caselist ul li .item .text .zi {}

.index_caselist ul li .item .text .zi i {
    display: block;
    width: 0.5rem;
    height: 0.02rem;
    background: #fff;
    margin: 0 auto 0.2rem;
}

.index_caselist ul li .item .text .zi p {
    font-size: 0.14rem;
    line-height: 0.26rem;
}

.index_caselist ul li .item .text .zi span {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    background: url(../images/bjt.png) center center;
    background-repeat: no-repeat;
    background-size: 0.24rem;
    margin: 0.3rem auto 0;
}

.index_caselist ul li:hover .item .text {
    opacity: 1;
}

.index_caselist ul li:nth-child(5) {}

.index_caselist ul li:nth-child(5) .item {}

.index_caselist ul li:nth-child(5) .item .imgj {
    background: #002657 !important;
    background-image: none;
}

.index_caselist ul li:nth-child(5) .item .text1 {
    opacity: 1;
}

.index_caselist ul li:nth-child(5) .item .text1 span {
    width: auto;
    background: no-repeat;
}

.index_caselist ul li:nth-child(5) .item .text1 i {
    width: 1rem;
    height: 1px;
    margin: 0.2rem 0;
}

.index_caselist ul li:nth-child(5) .item .text1 img {
    width: 0.66rem;
    margin: 0 auto 0.3rem;
}

.index_caselist ul li:nth-child(5) .item .text1 h3 {
    font-size: 0.26rem;
}
.neinews_list .news_list {
    border: 0;
}

.honor_list {}

.honor_list ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.1rem;
}

.honor_list li .item {
    text-align: center;
}

.honor_list li .item .imgj {}

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

.honor_list li .item h3 {
    padding: 0.1rem;
    background: #f3f3f3;
}

.honor_list li {
    width: 25%;
    padding: 0.1rem;
}
@media (min-width: 1px) and (max-width: 800px) {

.header_nav {
    position: fixed;
    left: 0;
    top: 0.99rem;
    right: 0;
    bottom: 0;
    background: #fafafa;
    transform: translate(100%, 0);
    transition: all 0.3s;
    width: 100%;
    z-index: 99999;
}
.center_news .left,.center_news .right {
    width: 100%;
}
.center_news .left {
    margin: 0 0 0.3rem;
}
.dis_flex {
    display: block;
}

.phone_menu {
    display: block;
}

.index_banner {
    margin: 0rem 0 0;
    z-index: 5;
}

.header_logo img.b_logo {
    display: none;
}

.header_logo img.c_logo {
    display: block;
}

.header_logo img {
    height: auto;
    width: 70%;
}

.header_part .wal {
    padding: 0.3rem;
    height: 1rem;
}

.header_nav.show {
    transform: translate(0px, 0px);
}

.header_nav ul {
    display: block;
    padding: 0.3rem 00;
}

.header_nav ul li .one_level a {
    color: #333;
    line-height: 0.6rem !important;
    font-size: 0.2rem;
    flex: 1;
}

.header_nav ul li .one_level {
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_nav ul li .one_level i.irow {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.1rem;
    transform: rotate(90deg);
    transition: all 0.3s;
    display: none;
}
.header_nav ul li .two_level {
    position: relative;
    top: 0 !important;
    left: 0;
    right: 0;
    background: none;
    box-shadow: none;
    text-align: left;
}

.header_nav ul li .two_level a {
    text-align: left;
    font-size: 0.2rem;
    line-height: 0.5rem;
    border-bottom: 1px solid #ddd;
}

.header_nav ul li .two_level .wal {
    padding: 0 0.2rem;
}

.header_nav ul li .one_level  i.irow.on {
    transform: rotate(270deg);
}
.header_part {
    background: #fff;
}
body.stop {
    overflow: hidden;
    height: 100vh;
}

.index_banner .banner_item .text h1 {
    font-size: 0.3rem;
}

.wal {
    padding: 0 0.3rem;
    width: 100%;
}

.index_banner .banner_item .text p {
    font-size: 0.18rem;
}

.banner_buttom {
    display: none;
}

.index_about {
    padding: 0;
}

.index_about .right {
    position: relative;
    width: 90%;
    transform: none;
    margin: 0.5rem auto;
}

.index_product .index_ti {
    margin: 0;
}

.index_product .productlist .p {
    width: 100%;
}

.news_list ul li .item {
    flex-flow: column;
    /* gap: 0.2rem; */
}

.news_list ul li .item .text {
    order: 2;
    padding: 0.2rem 0 0;
}

.news_list ul li .item .imgj {
    order: 1;
}

.index_newszi ul li {
    width: 100%;
}

.foot_main .right {
    display: none;
}

.foot_main {
    padding: 0.3rem;
}
.nei_banner {
    margin: 0;
    height: auto;
}
.nei_banner .text {
    top: 0;
}
.bg_about {
    margin: 0;
    padding: 0.8rem 0;
}

.nei_development ul li {
    transform: none !important;
}

.nei_development ul {
    padding: 0.8rem 0 0;
    position: relative;
}

.nei_development ul:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0.95rem;
    border-top: 1px dashed #fff;
}

.nei_productlist ul li {
    width: 50%;
}
.producmain_base .leftimgbox {
    width: 100%;
}

.producmain_base .rihgt_text {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0.3rem 0 0;
}

.nei_factory .swiper-slide {
    transform: scale(1) !important;
    box-shadow: none;
}

.nei_factory .mySwiper_factory {
}

.contact_us {
    display: block;
}

.contact_us .right {
    width: 100%;
    margin: 0.3rem 0 0;
}

.contact_form .formbox ul li {
    width: 100%;
}

.top_tips .tel {
    display: none;
}

.index_allbox {
    margin: 0;
    z-index: 1;
}

.indextibox {
    display: block;
    margin: 0 0 0.3rem 0;
}

.zicon.active {
    display: block;
}

.news_list {
    margin: 0 0 0.3rem 0;
    border-bottom: 1px solid #ddd;
}

.services_list ul {
    flex-flow: wrap;
}

.services_list ul li {
    width: 33.33%;
    flex: auto;
}

.index_caselist ul li.w50 {
    width: 100%;
}

.index_caselist ul li.w25 {
    width: 50%;
}

.foot_buttom p {
    font-size: 0.14rem;
    line-height: 0.24rem;
}










	

}