@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.otf);
}
.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: #161b27;
}
.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: 90%;position: relative;z-index: 2;}
a:hover {
    text-decoration: none;
    color: #132b88;
}
.swiper {
        width: 100%;
        height: 100%;
      }
.swiper-button-prev,.swiper-button-next {
    /* width: 0.52rem; */
    /* height: 0.52rem; */
    /* background: url(../images/swiper_jtzc.png) center center no-repeat; */
    /* font-size: 0; */
    /* background-size: 100%; */
}
.swiper-button-prev:hover,.swiper-button-next:hover{background: url(../images/swiper_jtxz.png) center center no-repeat;background-size: 100%;}
.swiper-button-prev{
    left: -0.62rem;
}
.swiper-button-next{
    /* right: -0.62rem; */
    /* transform: rotate(180deg); */
}
.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: #000000;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;
}
/**clear_end**/


/****/
.nav_part {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.nav_part .wal{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav_logo {}

.nav_logo img {
    width: 1.93rem;
}

.nav_logo img.writh_logo {
    display: block;
}

.nav_logo img.cai_logo {
    display: none;
}

.top_nav {
    width: 70%;
}

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

.top_nav .nav_main ul {
    display: flex;
    flex: 1;
    justify-content: space-between;
    padding: 0 0.2rem;
}

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

.top_nav .nav_main ul li .one_level {
    line-height: 0.8rem;
    color: #fff;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.8rem;
    overflow: hidden;
    position: relative;
}

.top_nav .nav_main ul li .one_level h3 {}
.top_nav .nav_main .link_a {}

a.writh_a {
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 50px;
    text-align: center;
    color: #fff;
}

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 {
    position: absolute;
    left: 0;
    padding: 0.05rem 0 0;
    width: 5.4rem;
    top: 0.8rem;
    display: none;
    /* display: flex; */
    transform: translate(-40%, 0px);
    box-shadow: 0px 4px 24px 0px rgba(0,0,0,0.08);
    border-radius: 0.06rem;
    overflow: hidden;
}
.two_nav_list.show {
    display: flex;
}
.two_nav_list a {
    font-size: 0.14rem;
    display: block;
    line-height: 0.3rem;
}

.top_nav .nav_main ul li.has {}

.top_nav .nav_main ul li.has a.one_level:after {/* content: ""; *//* width: 0.08rem; *//* height: 0.08rem; *//* display: block; *//* border-left: 0.01rem solid #fff; *//* border-top: 0.01rem solid #fff; *//* transform: rotate(-135deg) translate(0, 0.05rem); *//* margin: 0 0 0 0.1rem; */}
.nav_part.fixd,.nav_part:hover {
    background: rgba(16, 62, 117, 0.60);
    backdrop-filter: blur(10px);
}
.writh_nav {
    background: #fff;
    position: relative;
}
.nav_part.fixd .nav_logo img.writh_logo,.writh_nav .nav_logo img.writh_logo {
    display: none;
}

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

.nav_part.fixd  .top_nav .nav_main ul li .one_level,.writh_nav  .top_nav .nav_main ul li .one_level {
    /* color: #333; */
}


.nav_part.fixd .top_nav .nav_main ul li.has a.one_level:after,.writh_nav .top_nav .nav_main ul li.has a.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 {
    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 .one_level:after {content: "";width: 0;height: 0.03rem;background: #fff;display: block;position: absolute;left: 15%;right: 0;bottom: 0;transition: all 0.3s;}

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

.two_nav_list .left {
    flex: 1;
    border-radius: 0.06rem 0 0 0;
    overflow: hidden;
}

.two_nav_list .left a {}

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

.two_nav_list .left .zi {
    display: none;
}

.two_nav_list .left .zi h3 {}

.two_nav_list .left .zi span {}

.two_nav_list .left .zi i.go_jt {}

.two_nav_list .right {
    flex: 1.6;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 0 0.06rem 0 0;
}

.two_nav_list .right ul {
    display: block;
    padding: 0;
}

.two_nav_list .right ul li {
    padding: 0.035rem 0.3rem;
}

.two_nav_list .right ul li a {
    display: flex;
    padding: 0.1rem;
}

.two_nav_list .right ul li a .imgj {
    width: 0.32rem;
    margin: 0 0.1rem 0 0;
}

.two_nav_list .right ul li a .imgj img {
    width: 0.32rem;
}

.two_nav_list .right ul li a .zi {
    flex: 1;
    text-align: left;
    line-height: initial;
}

.two_nav_list .right ul li a .zi h3 {
    font-size: 0.16rem;
}

.two_nav_list .right ul li a .zi span {
    font-size: 0.12rem;
    color: #999999;
}

.two_nav_list .right ul li a:hover {
    background: #E3EEFF;
    color: #cf0305;
}

.top_nav .nav_main .tel {
    display: flex;
    align-items: center;
    padding: 0 0.2rem;
    border-top: 0;
    border-bottom: 0;
    height: 0.8rem;
}

.top_nav .nav_main .tel p{
    color: #FFF;font-weight: bold;font-size: 18px;
}



.index_banner {
    position: relative;
}

.index_banner img.bg {
    /* width: 100%; */
}
.index_banner .swiper-pagination-bullet {
    width: 0.25rem;
    height: 2px;
    background: rgba(255,255,255,0.5);
    border-radius: 0;
    position: relative;
    margin: 0 0.051rem!important;
    transform: none !important;
    transition: all 0.3s;
    opacity: 1 !important;
}

.index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.6rem;
}
.index_banner .swiper-pagination-bullet:after{content:"";position: absolute;left: 0;right: 0;top: 0;bottom: 0;display: block;width: 0;background: #fff;}

.index_banner .swiper-pagination {
    text-align: left;
    bottom: auto;
    transform: none;
    width: 90%;
}
.index_pagination {
    position: absolute;
    bottom: 0.6rem;
    left: 0;
    right: 0;
}

.index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    width: 100%;
    transition: all 6s;
}
.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: 8rem;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.index_banner ul li img {
    width: auto;
    height: 100%;
}


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

.index_number {}

.index_number .numCount {}

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

.index_number ul li {
    flex: 1;
    padding: 0.9rem 0 0.9rem 0.4rem;
    border-left: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    position: relative;
}
.index_number ul li:before {content: "";width: 0.03rem;height: 0.32rem;background: #fff;display: block;position: absolute;left: 0;top: 50%;transform: translate(0px, -50%);}
.index_number ul li .item {
}

.index_number ul li .item .numU {
    font-size: 0.56rem;
    font-family: 'font_ding';
    display: flex;
    align-items: flex-end;
    /* align-items: baseline; */
}

.index_number ul li .item .numU span {
}

.index_number ul li .item .numU sub {}

.index_number ul li .item .indc {
    font-size: 0.16rem;
}


.color_fff {
    color: #fff !important;
}
.index_part {
    padding: 0.4rem 0;
    overflow: hidden;
    position: relative;
}

.index_ti {
    text-align: center;
    margin: 0 0 0.32rem;
}

.index_ti .ti {}

.index_ti .ti h4 {
    font-size: 0.28rem;
    font-family: 'pingfang_b';
    color: #15284E;
}

.index_ti .ti p {
    font-size: 0.14rem;
    color: #666666;
    font-family: 'pingfang_r';
}

.index_product {}

.product_list {}

.product_list ul {
    display: flex;
    /* grid-template-columns: repeat(3,calc(33.33% - 0.1rem)); */
    /* gap: 0.2rem; */
    flex-flow: wrap;
    margin: -0.1rem;
}

.product_list ul li {
    padding: 0.1rem;
    position: relative;
}

.product_list ul li .product_ti {position: absolute;left: 0.4rem;top: 0;bottom: 0;padding: 0.8rem 0 0;}

.product_list ul li .product_ti h3 {
    font-size: 0.32rem;
    font-family: 'pingfang_m';
    color: #fff;
    margin: 0 0 0.12rem 0;
}

.product_list ul li .product_ti p {
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.18rem;
    font-family: 'pingfang_r';
}

.product_list ul li.one {
    /* grid-row-start: 1; */
    /* grid-row-end: 3; */
    /* grid-column-start: 1; */
    /* grid-column-end: 4; */
    /* border: 0.02rem solid #fff; */
    /* border-radius: 0.08rem; */
    /* box-shadow: 0 0 0.3rem rgb(0 73 128 / 10%); */
    /* padding: 0.4rem; */
    width: 100%;
    position: relative;
}
.product_list ul li.two {
    width: 50%;
}

.product_list ul li.three {
    width: 33.33%;
}

.product_list ul li:hover .imgj {
    box-shadow: 0 0.1rem 0.1rem rgba(0,0,0,0.1);
}

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

.product_list ul li .product_ti a.more {
    width: 1.2rem;
    line-height: 0.4rem;
    border: 1px solid #fff;
    display: block;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0.58rem;
}

.product_list ul li .product_ti a.more:after {content: "";display: block;width: 0;height: 1px;position: absolute;/* right: 0; */left: 90%;top: 50%;background: #fff;transition: all 0.3s;}

.product_list ul li .product_ti a.more:hover:after {
    width: 0.8rem;
}






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

.index_whyus {}

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

.index_whyus ul li {
    padding: 0.1rem;
    width: 20%;
    position: relative;
}

.index_whyus ul li .item {
    background: linear-gradient(180deg, rgba(255,255,255,0.8) 0%, #FFFFFF 100%);
    box-shadow: 0px 12px 18px 0px rgba(54,90,143,0.08);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #FFFFFF;
    padding: 0.4rem 0.25rem;
    height: 3.1rem;
    position: relative;
    backdrop-filter: blur(10px);
}

.index_whyus ul li .item h3 {
    font-size: 0.24rem;
    color: #15284E;
    font-family: 'pingfang_m';
    margin: 0 0 0.2rem 0;
}

.index_whyus ul li .item i {
    display: block;
    width: 0.62rem;
    height: 0.02rem;
    opacity: 1;
    background: #cf0305;
    margin: 0 0 0.32rem;
}

.index_whyus ul li .item p {
    font-size: 0.14rem;
    font-family: 'pingfang_r';
    color: #5A5F66;
    line-height: 26px;
}

.index_whyus ul li img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1.23rem;
}

.index_whyus ul li .item:hover {
    color: #fff;
    background: red;
    box-shadow: 0px 12px 18px 0px rgba(54,90,143,0.08);
    opacity: 1;
    border: 1px solid red;
}

.index_whyus ul li .item:hover h3,.index_whyus ul li .item:hover p {
    color: #fff;
}

.index_whyus ul li .item:hover i {
    background: #fff;
}






.bg_news {
    background: url(../images/bg_news.png) #f8f8fc;
    background-size: cover;
}

.index_news {}

.index_news_box {
    display: flex;
    justify-content: space-between;
    margin: -0.1rem;
}

.index_news_box .left {
    width: 50%;
    padding: 0.1rem;
    padding: 0.1rem;
}

.index_news_box .left a {
    display: block;
    background: #fff;
}

.index_news_box .left a .item {
    padding: 0.1rem;
}

.index_news_box .left a .item .imgj {}

.index_news_box .left a .item .imgj img {}

.index_news_box .left a .item .zi {
    padding: 0.25rem 0.1rem 0;
}

.index_news_box .left a .item .zi h3 {
    color: #15284E;
    font-size: 0.16rem;
    margin: 0 0 0.1rem;
    font-family: 'pingfang_b';
    display: flex;
    align-items: center;
}

.index_news_box .left a .item .zi h3 em {
    width: 0.45rem;
    background: #FFEBEE;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    font-size: 0.12rem;
    font-family: 'pingfang_m';
    color: #FF1330;
    display: inline-block;
    text-align: center;
    line-height: 0.24rem;
    text-transform: uppercase;
    margin-left: 10px;
}

.index_news_box .left a .item .zi span {
    font-size: 0.14rem;
    color: #999999;
}

.index_news_box ul {
    width: 50%;
    padding: 0.1rem;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.index_news_box ul li {
    background: #fff;
    height: 33.33%;
    display: flex;
    align-items: center;
}

.index_news_box ul li a {
    display: block;
}

.index_news_box ul li a .item {
    display: flex;
    padding: 0.1rem;
}

.index_news_box ul li a .item .imgj {
    flex: 1;
}

.index_news_box ul li a .item .imgj img {}

.index_news_box ul li a .item .zi {
    flex: 2;
    position: relative;
    padding: 0 0.2rem;
}

.index_news_box ul li a .item .zi h3 {
    font-size: 0.16rem;
    font-family: 'pingfang_b';
    font-weight: 500;
    color: #15284E;
    line-height: 0.27rem;
}

.index_news_box ul li a .item .zi h3 em {margin-left: 10px;}

.index_news_box ul li a .item .zi .tips {
    font-size: 0.14rem;
    color: #999999;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0.2rem;
    right: 0.2rem;
}

.index_news_box ul li a .item .zi .tips span {}

.index_news_box ul li a .item .zi .tips p {background: url(../images/ljt.png) right center no-repeat;background-size: 0.045rem;padding: 0 0.1rem 0;color: #cf0305;opacity: 0;}

.index_news_box ul li a:hover .item .zi .tips p {
    opacity: 1;
}

.index_news_box ul li a:hover .item .zi h3 {
    color: #cf0305;
}

.index_news_box .left a .item .zi .tips {
    display: flex;
    justify-content: space-between;
    font-size: 0.14rem;
}

.index_news_box .left a .item .zi .tips p {
    background: url(../images/ljt.png) right center no-repeat;
    background-size: 0.045rem;
    padding: 0 0.1rem 0;
    color: #cf0305;
    opacity: 0;
}

.index_news_box .left a:hover .item .zi .tips p {
    opacity: 1;
}

.index_news_box .left a:hover .item .zi h3 {
    color: #cf0305;
}
.index_news .all_konwmore {
    border: 1px solid #cf0305;
    margin: 0.6rem auto 0;
}

.index_news .all_konwmore a {
    color: #cf0305;
}
.index_news .all_konwmore .line {}

.index_news .all_konwmore .line i {
    background: #cf0305;
}
.all_konwmore .line i.i1,.all_konwmore .line i.i2 {
    background: #cf0305;
}

.index_news .all_konwmore:hover a {
    color: #fff;
}



.bg_parter {
    background: url(../images/bg_parter.jpg);
    background-size: cover;
}
.index_parter {
    /* width: 1200px; */
    padding: 0.2rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.44) 0%, rgba(255,255,255,0.3) 100%);
    border: 1px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.55)) 1 1;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(3px);
}
.index_parter {}

.index_parter ul {
    display: flex;
}

.index_parter ul li {
    width: 1.8rem;
    padding: 0.1rem;
}

.index_parter ul li .imgj {}

.index_parter ul li .imgj img {}

div#partenr {}

div#partenr, div#partenr_2, div#partenr_3, div#partenr_4, div#partenr_5, div#partenr_6, div#partenr_7, div#partenr_8, div#partenr_9 {
    display: flex;
    justify-content: center;
}
.index_parter .imgj {
    height: 0.68rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_parter .swiper-slide {
    padding: 0.1rem;
}

.index_parter img {
    width: 100%;
}

.bg_gogo {
    background: url(../images/bg_gogo.png);
    background-size: cover;
}
.index_ad {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem 0;
}

.index_ad .left {}

.index_ad .left h3 {
    font-size: 0.28rem;
    color: #fff;
    font-family: 'pingfang_m';
    margin: 0 0 0.2rem;
}

.all_konwmore a {
    color: #fff;
    z-index: 2;
    position: relative;
}

.all_konwmore {
    display: block;
    width: 2rem;
    line-height: 0.56rem;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    position: relative;
}

.all_konwmore .line {
    position: absolute;
    top: 50%;
    left: 1.7rem;
    width: 1rem;
    height: 2px;
    overflow: hidden;
    transition: all 0.3s;
}
.all_konwmore .line i{
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
}
.all_konwmore .line i.i1 {
    width: 0.3rem;
    background: #fff;
    font-size: 0;
    left: 0;
    z-index: 1;
}

.all_konwmore .line i.i2 {
    width: 0.7rem;
    background: #fff;
    font-size: 0;
    right: 0;
    z-index: 2;
    left: 0.3rem;
}

.index_ad .right {
    width: 1.75rem;
    height: 1.75rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.58) 0%, rgba(255,255,255,0.44) 100%);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.31)) 1 1;
    padding: 0.08rem;
}

.index_ad .right img {
    width: 100%;
}
.all_konwmore:before {content: "";display: block;left: 0;right: 0;top: 0;bottom: 0;background: #ffffff;position: absolute;width: 0;transition: all 0.3s;}

.all_konwmore:hover:before {
    width: 100%;
    background: #ffffff;
}

.all_konwmore:hover .line i.i1 {
    background: #cf0305;
}

.all_konwmore:hover .line {
    /* width: 0; */
    animation: yidong 1.5s linear infinite;
}
.right_float ul li .item:hover .icon {
    background: #cf0305;
}
.index_news .all_konwmore .line i.i1,.index_news .all_konwmore .line i.i2 {
    background: #cf0305;
}

.index_news  .all_konwmore:hover .line i.i1 {
    background: #fff;
}
.right_float ul li .item.chat .moer {
    width: 1.2rem;
    height: 1.2rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.58) 0%, rgba(255,255,255,0.44) 100%);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.31)) 1 1;
    align-items: center;
    justify-content: center;
}

.right_float ul li:hover .item .moer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.right_float ul li .item.rtel .moer {
    width: 1.3rem;
    background: rgba(6,39,89,0.3);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    color: #fff;
    line-height: 0.32rem;
    text-align: center;
    font-size: 0.14rem;
}
@keyframes yidong {
        0%{
            width:1rem;
        }
        100%{
            width:0
        }
    }
.foot_part {
    background: #0F244D;
    color: #fff;
}

.foot_box {
    padding: 0.6rem 0 0;
    display: flex;
    justify-content: space-between;
    color: #fff;
    width: 100%;
    line-height: 0.32rem;
    font-family: 'pingfang_r';
    border-bottom: 1px solid #435476;
}

.footnav {}

.footnav ul {
    display: flex;
}

.footnav ul li {
    margin: 0 0.1rem 0 0;
}

.footnav ul li a {
    color: #fff;
    line-height: 0.32rem;
    font-family: 'pingfang_r';
    display: block;
}
.footnav ul li a:hover {
    color: #cf0305;
}
.foot_ewm {}

.foot_ewm .main {
    display: flex;
    gap: 0.12rem;
    margin: 0.1rem 0 0;
}

.foot_ewm .main .ewm {}

.foot_ewm .main .ewm img {
    width: 0.88rem;
}

.foot_ewm .main .ewm span {
    display: block;
    text-align: center;
    font-size: 0.12rem;
    color: #7E889A;
}

.foot_lx {}

.foot_lx .main {
    margin: 0.1rem 0 0;
}

.foot_lx .main .zi {
    display: flex;
    align-items: center;
    font-size: 0.14rem;
    color: #A8B6D1;
}

.foot_lx .main .zi img {
    width: 0.18rem;
    margin: 0 0.1rem 0 0;
}

.foot_lx .main .zi p {}

.foot_lx .main .zi:first-child p {
    color: #fff;
}

.foot_part .tips {
    padding: 0.2rem 0;
    color: #A8B6D1;
    font-size: 0.14rem;
}

.foot_part .tips p a{
    
    color: #A8B6D1;
   
}


.right_float {
    position: fixed;
    right: 0.2rem;
    top: 50%;
    z-index: 999;
}

.right_float .yuyue {
    background: url(../images/yybg.png);
    background-size: cover;
    writing-mode: vertical-rl;
    color: #fff;
    width: 0.32rem;
    height: 1.28rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.14rem;
    letter-spacing: 0.02rem;
    cursor: pointer;
}

.right_float .yuyue span {}

.right_float ul {}

.right_float ul li {
    margin: 0.05rem 0;
}

.right_float ul li .item {
    position: relative;
}

.right_float ul li .item .icon {
    width: 0.32rem;
    height: 0.32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(6,39,89,0.3);
    backdrop-filter: blur(3px);
}

.right_float ul li .item .icon img {
    width: 0.2rem;
}

.right_float ul li .item .moer {
    position: absolute;
    right: 0.4rem;
    bottom: 0;
    width: 1rem;
    display: none;
}

.right_float ul li .item .moer img {
    width: 1.1rem;
}

.right_float ul li .item .moer span {
    display: block;
}

.pop {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(5px);
    align-items: center;
    justify-content: center;
}

.pop.show {
    display: flex;
}

.pop_main {
    position: relative;
    background: #fff;
    min-width: 10rem;
}

.pop_main .close {
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    background: url(../images/close.png) center center no-repeat;
    background-size: 0.32rem;
    width: 0.5rem;
    height: 0.5rem;
}
.pop_main .close:hover {
    background: url(../images/close.png) center center no-repeat #E3EEFF;
    background-size: 0.32rem;
}
.form_main_pop {
    display: flex;
}

.form_main_pop .left {
    flex: 1;
    background: url(../images/popbg.png) right bottom;
    background-size: cover;
    padding: 0.5rem;
    box-sizing: border-box;
    color: #fff;
    position: relative;
}

.form_main_pop .left .ti {}

.form_main_pop .left .ti h3 {
    font-size: 0.32rem;
}

.form_main_pop .left .ti p {
    font-size: 0.2rem;
    font-family: 'pingfang_r';
}

.form_main_pop .left .bottom {
    position: absolute;
    bottom: 0.5rem;
}

.form_main_pop .left .bottom .ewmbox {
    margin: 0 0 0.35rem;
}

.form_main_pop .left .bottom .ewmbox .ewm {
    width: 1.3rem;
    height: 1.3rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.58) 0%, rgba(255,255,255,0.44) 100%);
    border-radius: 0px 0px 0px 0px;
    border: 1px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.31)) 1 1;
    padding: 0.08rem;
    margin: 0 0 0.1rem 0;
}

.form_main_pop .left .bottom .ewmbox .ewm img {
    width: 100%;
}

.form_main_pop .left .bottom .ewmbox span {
    font-size: 0.14rem;
    display: block;
}

.form_main_pop .left .bottom .tel {}

.form_main_pop .left .bottom .tel img {
    display: block;
    height: 0.23rem;
}

.form_main_pop .left .bottom .tel span {
    font-size: 0.14rem;
    font-family: 'pingfang_r';
}

.form_main_pop .right {
    flex: 1;
    padding: 0.5rem;
}

.form_main_pop .right .ti {
    margin: 0 0 0.2rem;
}

.form_main_pop .right .ti h3 {
    font-size: 0.24rem;
    color: #15284E;
}

.form_main_pop .right .ti p {
    font-size: 0.14rem;
    color: #A0A8B8;
}

.form_main_pop .right .form {}

.form_main_pop .right .form .input {
    margin: 0 0 0.1rem;
}

.form_main_pop .right .form .input input {
    display: block;
    background: #EEF0F6;
    width: 100%;
    line-height: 0.42rem;
    padding: 0 0.15rem;
    font-size: 0.14rem;
    font-family: 'pingfang_r';
    border: 1px solid #EEF0F6;
    color: #333;
}

.form_main_pop .right .form .input input::placeholder,.form_main_pop .right .form .input textarea::placeholder {
    color: #9CA3AC;
}

.form_main_pop .right .form .input textarea {
    display: block;
    background: #EEF0F6;
    width: 100%;
    line-height: 0.42rem;
    padding: 0 0.15rem;
    font-size: 0.14rem;
    font-family: 'pingfang_r';
    color: #333;
    border: 1px solid #EEF0F6;
}
.form_main_pop .right .form .input input:focus,.form_main_pop .right .form .input textarea:focus {
    border: 1px solid #0B70E6;
}
.form_main_pop .right .form .button {margin: 0.24rem 0 0;}

.form_main_pop .right .form .button button {
    width: 1.7rem;
    height: 0.44rem;
    background: linear-gradient(90deg, #1C9EFC 0%, #0457D4 100%);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    color: #fff;
}


.success {
    width: 1.3rem;
    height: 0.4rem;
    background: #FFFFFF;
    box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.15);
    border-radius: 0.02rem;
    border: 1px solid #E1E4EA;
    display: flex;
    align-items: center;
    justify-content: center;
}

.success .item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.14rem;
    color: #15284E;
}

.success .item img {
    width: 0.18rem;
    margin: 0 0.12rem 0;
}

.success .item span {}









.nei_banner {
    position: relative;
}

.nei_banner .imgj {
    height: 6rem;
    display: flex;
    /* align-items: center; */
    justify-content: flex-end;
}

.nei_banner .imgj img {}

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

.nei_banner .item .zi {}

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

.nei_banner .item .zi span {
    font-size: 0.24rem;
    font-family: 'pingfang_r';
}

.case_list {}

.case_list ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.2rem;
}

.case_list ul li {
    width: 50%;
    padding: 0.2rem;
}

.case_list ul li a {
    display: block;
    border: 1px solid #E1E4EA;
}

.case_list ul li a .item {}

.case_list ul li a .item .imgj {}

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

.case_list ul li a .item .zi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem;
}

.case_list ul li a .item .zi h3 {
    font-family: 'pingfang_m';
    color: #15284E;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    flex: 1;
}

.case_list ul li a .item .zi span {
    background: url(../images/ljt.png) right center no-repeat;
    background-size: 0.045rem;
    padding: 0 0.1rem 0 0;
    color: #cf0305;
    opacity: 0;
    width: 0.8rem;
    text-align: right;
}

.case_list ul li a:hover .item .zi span {
    opacity: 1;
}

.case_list ul li a:hover {
    box-shadow: 0px 0.04rem 0.16rem 0px rgb(0 0 0 / 5%);
    border-radius: 0px 0px 0px 0px;
}






.nei_box {}

.bg_F8F8FC {
    background: #F8F8FC;
}

.nei_part {}

.break_nav {
    padding: 0.3rem 0 0.2rem;
    color: #15284E;
}

.break_nav span {
    color: #9CA3AC;
}

.break_nav a {
    color: #9CA3AC;
    display: inline-block;
    margin: 0 0.05rem;
}

.break_nav em {
    color: #15284E;
    margin: 0 0 0 0.05rem;
}

.break_nav a:hover {
    color: #cf0305;
}

.case_main {
    background: #fff;
    padding: 0.4rem;
    margin: 0 0 0.4rem;
}

.case_main .ti {
    margin: 0 0 0.25rem;
    padding: 0 0 0.24rem;
    border-bottom: 1px solid #C2C4C8;
}

.case_main .ti h3 {
    font-size: 0.32rem;
    color: #15284E;
    font-family: 'pingfang_m';
    /* padding: 0 0 0.24rem; */
    /* border-bottom: 1px solid #C2C4C8; */
}
.case_main .ti span {
    font-size: 0.14rem;
    color: #9CA3AC;
    display: block;
    margin: 0.2rem 0 0;
}
.case_main .main {
    font-size: 0.14rem;
    color: #5A5F66;
    line-height: 0.22rem;
}

.case_main .main p {font-size: 0.14rem;}

.case_main .ewm {
    text-align: center;
    margin: 1rem 0 0.2rem;
}

.case_main .ewm img {
    width: 1.9rem;
}

.case_main .ewm p {
    font-size: 0.14rem;
    font-family: 'pingfang_r';
    color: #9CA3AC;
    line-height: 0.22rem;
}

.pro_next {
    padding: 0 0 0.6rem;
}

.pro_next ul {
    display: flex;
    margin: -0.2rem;
}

.pro_next ul li {
    width: 50%;
    padding: 0.2rem;
}

.pro_next ul li .item {
    background: #fff;
    padding: 0.4rem;
    font-family: 'pingfang_m';
}

.pro_next ul li .item span {
    font-size: 0.2rem;
    color: #15284E;
    width: 0.8rem;
    border-bottom: 2px solid #cf0305;
    display: block;
    padding: 0 0 0.2rem 0;
}

.pro_next ul li .item a {
    display: block;
    color: #15284E;
    padding: 0.2rem 0 0;
    font-family: 'pingfang_m';
}

.pro_next ul li .item a:hover {
    color: #cf0305;
}
.pro_next ul li .item a em {
    color: #9CA3AC;
    font-size: 0.14rem;
    display: block;
    margin: 0.1rem 0 0;
}

.pro_next ul li .item a h3 {}







.neinews_list {}

.neinews_list ul {
    margin: -0.4rem;
}

.neinews_list ul li {}

.neinews_list ul li a {
    display: block;
    border: 1px solid #E1E4EA;
    margin: 0.42rem;
}

.neinews_list ul li a .item {
    display: flex;
    padding: 0.2rem;
}

.neinews_list ul li a .item .imgj {
    flex: 1;
}

.neinews_list ul li a .item .imgj img {}

.neinews_list ul li a .item .zi {
    flex: 1.8;
    position: relative;
    padding: 0 0.2rem  0 0.4rem;
}

.neinews_list ul li a .item .zi h3 {
    font-size: 0.2rem;
    font-family: 'pingfang_b';
    font-weight: 500;
    color: #15284E;
    line-height: 0.27rem;
    margin: 0 0 0.15rem;
}

.neinews_list ul li a .item .zi p {
    /* font-size: 0.14rem; */
    color: #9CA3AC;
}

.neinews_list ul li a .item .zi .tips {
    font-size: 0.14rem;
    color: #999999;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0.2rem;
    right: 0.2rem;
}

.neinews_list ul li a .item .zi .tips span {padding-left:0.2rem;}

.neinews_list ul li a .item .zi .tips p {
    background: url(../images/ljt.png) right center no-repeat;
    background-size: 0.045rem;
    padding: 0 0.1rem 0;
    color: #cf0305;
    opacity: 0;
}

.neinews_list ul li a:hover {
    box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.05);
    border: 1px solid #E1E4EA;
}

.neinews_list ul li a:hover .item .zi .tips p {
    opacity: 1;
}

/* 分页样式 */
.paging { padding-top: 32px; font-size: 14px;text-align:center; }
.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: #cf0305; color: #cf0305; }







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

.bg_honor {
    background: url(../images/bg_honor.png) bottom center no-repeat;
    background-size: 100%;
    }

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

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

.people_list {
    display: flex;
    background: rgba(255,255,255,0.85);
    box-shadow: 0px 16px 32px 0px rgba(0,0,0,0.05);
    border: 1px solid #FFFFFF;
}

.people_big {
    width: 60%;
    background: url(../images/peoplebg.png);
    background-size: cover;
    height: 5.6rem;
}

.people_big .swiper-wrapper {}

.people_big  .swiper-slide {}

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

.people_big .tema_item .imgj {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 70%;
}

.people_big .tema_item .imgj img {
    width: 100%;
    /* height: 100%; */
}

.people_big .tema_item .zi {
    padding: 0 0 0 0.5rem;
}

.people_big .tema_item .zi h3 {
    font-size: 0.3rem;
    color: #15284E;
    font-family: 'pingfang_b';
}

.people_big .tema_item .zi span {
    display: block;
    color: #9CA3AC;
    margin: 0.1rem 0 0.2rem 0;
}

.people_big .tema_item .zi i {
    display: block;
    width: 0.8rem;
    height: 0.02rem;
    background: #cf0305;
    margin: 0.2rem 0 0.3rem;
}

.people_big .tema_item .zi em {
    color: #15284E;
}

.people_list .people_small {
    width: 40%;
    height: 5.6rem;
    padding: 0.1rem 0.1rem 0.1rem 1.3rem;
}

.people_small .swiper-wrapper {}

.people_small .swiper-slide {
    padding: 0.1rem;
}
.people_small .swiper-slide-thumb-active .tema_list {
    background: url(../images/xiaopbg.png);
    background-size: cover;
}
.people_small .tema_list {
    /* background: url(../images/xiaopbg.png); */
    /* background-size: cover; */
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #eef1f6;
    display: flex;
    align-items: center;
}

.people_small .tema_list .imgj {
    position: absolute;
    right: 0;
    top: 0.2rem;
    bottom: 0;
    width: 50%;
}

.people_small .tema_list .imgj img {
    width: 100%;
}

.people_small .tema_list .zi {
    padding: 0 0 0 0.3rem;
}

.people_small .tema_list .zi h3 {
    color: #15284E;
    font-size: 0.2rem;
    font-family: 'pingfang_b';
}

.people_small .tema_list .zi span {
    display: block;
    color: #15284E;
    opacity: 0.4;
}

.people_small .tema_list .zi i {
    display: block;
    width: 0.5rem;
    height: 0.02rem;
    background: #cf0305;
    margin: 0.1rem 0;
}

.people_small .tema_list .zi em {
    color: #15284E;
    font-size: 0.14rem;
}
.people_but {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30%;
    width: 0.4rem;
    display: flex;
    align-items: center;
}

.people_but .swiper-button-prev,.people_but .swiper-button-next {
    background: url(../images/sjgt.png) center center no-repeat #eaeef9;
    width: 0.4rem;
    height: 0.4rem;
    display: inline-block;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0 !important;
    transform: none;
    transform: rotate(
180deg);
    background-size: 0.14rem;
}
.people_but .swiper-button-prev {
    transform: rotate(0deg);
}
.people_but .swiper-pagination {
    position: relative;
    background: #f6f7fc;
    font-size: 0;
    margin: 0.12rem 0 0;
    padding: 0 0.05rem;
    box-sizing: border-box;
    width: 0.4rem;
    height: 0.8rem;
}

.people_but .swiper-pagination span {
    width: 0.3rem;
    height: 0.4rem;
    display: block;
    font-size: 0.16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #acb5c7;
    border-top: 1px solid #c8cdd9;
    border: 0;
}

span.swiper-pagination-current {}

.people_but .swiper-pagination span.swiper-pagination-current {
    color: #15284e;
}

.people_but .swiper-pagination span.swiper-pagination-total {/* color: #495978; */border-top: 1px solid #c8cdd9;}















.about_infor {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
}

.about_infor .left {
    width: 50%;
}

.about_infor .left h3 {
    font-size: 0.32rem;
    color: #15284E;
    font-family: 'pingfang_m';
    margin: 0 0 0.3rem 0;
}

.about_infor .left p {
    font-size: 0.14rem;
    color: #5A5F66;
    line-height: 0.26rem;
}

.about_infor .right {
    width: 50%;
}

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

.about_curt {}

.about_curt ul {
    display: flex;
}

.about_curt ul li {
    width: 33.33%;
    position: relative;
    background: #fff;
}

.about_curt ul li .imgj {
    opacity: 0.2;
    border-right: 1px solid #e1e4ea;
}

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

.about_curt ul li .zi {
    position: absolute;
    left: 0.4rem;
    right: 0;
    top: 0.4rem;
    bottom: 0;
}

.about_curt ul li .zi h3 {
    color: #5A5F66;
    font-size: 0.2rem;
    margin: 0 0 0.15rem;
}

.about_curt ul li .zi p {
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #9CA3AC;
}

.about_curt ul li.on {}

.about_curt ul li.on .imgj {
    opacity: 1;
}

.about_curt ul li.on .zi h3 {
    color: #15284E;
}

.about_curt ul li:last-child .imgj {
    border: 0;
}


.about_honor {}

.about_honor ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.2rem;
}

.about_honor ul li {
    width: 25%;
    padding: 0.2rem;
}

.about_honor ul li .imgj {
    transition: all 0.3s;
}

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

.about_honor ul li .imgj:hover{
    margin-top: -10px;
}

.about_address {
    position: relative;
}

.about_address img {
    width: 60%;
}

.about_picture {
    padding: 0.4rem 0 0.6rem;
    overflow: hidden;
}

.about_picture .tema_item {}

.about_picture .tema_item img {
    width: 100%;
}

.about_map {}

.about_map img {
    width: 100%;
}



.about_address .zibg {
    position: absolute;
    right: 0;
    left: 45%;
    bottom: 1rem;
    height: 2.4rem;
    background: rgba(255,255,255,0.9);
    box-shadow: 0px 8px 40px 0px rgba(4,36,85,0.08);
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #E1E4EA;
    backdrop-filter: blur(10px);
}

.about_address .zi {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.8rem;
}

.about_address .zi {
}

.about_address .zi p {
    width: 50%;
    float: right;
    color: #15284E;
    line-height: 0.24rem;
}











.service_mationbox {
    margin: -0.8rem auto 0.8rem;
}
.margin_bot18 {
    margin-bottom: 0.18rem;
}
.service_mation {background: #fff;box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.05);border: 1px solid #E1E4EA;padding: 0.4rem;}

.service_mation p {
    color: #15284E;
    line-height: 0.28rem;
    text-align: left;
    text-indent:2em;
}

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

.about_serwhat {
    /* display: flex; */
    position: relative;
}

.serwhat_list {
    width: 2.6rem;
    margin: 0 0.2rem 0 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.serwhat_list ul {
    /* margin: -0.1rem; */
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    gap: 0.2rem;
}

.serwhat_list ul li {
    /* padding: 0.1rem; */
    /* height: 33.33%; */
    flex: 1;
}

.serwhat_list ul li .item {
    background: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 0 0.2rem;
    height: 100%;
    position: relative;
}

.serwhat_list ul li .item .imgj {
    margin: 0 0.1rem 0 0;
}

.serwhat_list ul li .item .imgj img {
    display: block;
    width: 0.4rem;
}

.serwhat_list ul li .item .imgj img.zc {
    display: block;
}

.serwhat_list ul li .item .imgj img.xz {
    display: none;
}
.serwhat_list ul li.on .item .imgj img.zc {
    display: none;
}

.serwhat_list ul li.on .item .imgj img.xz {
    display: block;
}
.serwhat_list ul li .item .zi {
    font-size: 0.18rem;
    color: #15284E;
}
.serwhat_list ul li.on .item {
    background: url(../images/serlibg.png);
    background-size: cover;
}

.serwhat_list ul li.on .item .zi {
    color: #fff;
}
.serwhat_list ul li .item .zi h3 {}

.serwhat_list ul li .item .line {
    display: block;
    width: 0;
    height: 0.03rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}
.serwhat_list ul li.on .item .line {
    width: 100%;
    transition: all 6s linear;
}
.serwhat_list ul li.on {}
.swiper-container-serwhat {
    margin: 0 0 0 2.8rem;
    background: rgba(255,255,255,0.7);
    box-shadow: 0px 16px 64px 0px rgb(8 82 151 / 25%);
    border: 1px solid #FFFFFF;
}

.serwhat_main {
    /* background: rgba(255,255,255,0.7); */
    /* box-shadow: 0px 16px 64px 0px rgba(8,82,151,0.25); */
    /* border: 1px solid #FFFFFF; */
    display: flex;
    padding: 0.1rem;
    /* align-items: center; */
    backdrop-filter: blur(6px);
}

.serwhat_main .left {width: 40%;padding: 0 0 0 0.3rem;}

.serwhat_main .left h3 {
    font-size: 0.24rem;
    font-weight: 500;
    color: #cf0305;
    line-height: 0.28rem;
    margin: 0.7rem 0 0.4rem;
}

.serwhat_main .left p {
    font-size: 0.14rem;
    color: #15284E;
    line-height: 0.28rem;
}

.serwhat_main ul {
    width: 60%;
    display: flex;
    flex-flow: wrap;
}

.serwhat_main ul li {
    width: 50%;
    padding: 0.1rem;
}

.serwhat_main ul li .item {}

.serwhat_main ul li .item .imgj {}

.serwhat_main ul li .item .imgj img {
    width: 100%;
}
.ser_newslist {
    margin: 0.8rem 0 0;
}

.go_moer {
    width: 1.2rem;
    line-height: 0.4rem;
    text-align: center;
    border: 1px solid #E1E4EA;
    position: absolute;
    bottom: 0;
    font-size: 0.14rem;
    color: #15284E;
}

.neinews_list ul li a:hover .go_moer {
    color: #cf0305;
    border: 1px solid #cf0305;
}


.service_video {
    overflow: hidden;
}

.service_video .video_item {
    padding: 0.1rem;
    background: #fff;
}

.service_video .video_item .imgj {}

.service_video .video_item .imgj img {
    width: 100%;
}

.service_video .video_item .zi {
    margin: 0.2rem 0.2rem 0;
}

.service_video .video_item .zi h3 {
    color: #15284E;
    font-family: 'pingfang_b';
}

.service_video .video_item .zi span {
    font-size: 0.14rem;
    color: #999999;
}





ul.zlzs_list {
    display: flex;
    justify-content: space-around;
    margin: 0.5rem auto 0;
}

ul.zlzs_list li {
    width: 25%;
    padding: 0.2rem 0.3rem;
    border-right: 1px solid #ddd;
}

ul.zlzs_list li .item {
    text-align: center;
    /* border-right: 1px solid #ddd; */
}

ul.zlzs_list li .item .imgj {}

ul.zlzs_list li .item .imgj img {
    width: 0.48rem;
}

ul.zlzs_list li .item .zi {}

ul.zlzs_list li .item .zi h3 {
    font-size: 0.2rem;
    color: #15284E;
    margin: 0.15rem 0;
}

ul.zlzs_list li .item .zi p {
    font-size: 0.14rem;
    color: #5A5F66;
    line-height: 0.24rem;
    text-indent: 0em;
}

ul.zlzs_list li:last-child {
    border: 0;
}

.servic_what {}

.servic_what .zlser_list {}

.servic_what .zlser_list ul {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.18rem;
    color: #15284E;
    margin: 0 0 0.4rem 0;
}

.servic_what .zlser_list ul li {
    cursor: pointer;
}

.servic_what .zlser_list ul li .item {
    padding: 0.2rem 0;
    position: relative;
}

.servic_what .zlser_list ul li .item h3 {}

.servic_what .zlser_list ul li .item .line {
    display: block;
    width: 0;
    height: 0.04rem;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: width 6s ease;
}

.servic_what .zlser_list ul li.on .item {
    color: #cf0305;
}

.servic_what .zlser_list ul li.on .item .line {
    width: 100%;
    background: #cf0305;
}
.service_two_what {
    margin: 0;
    box-shadow: none;
    background: none;
    border: 0;
}
.zlser_main {
    position: relative;
}

.zlser_main .imgj {
    width: 75%;
}

.zlser_main .imgj img {
    width: 100%;
}

.zlser_main .zi {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.zlser_main .zi .wal {}

.zlser_main .zi .main {
    width: 60%;
    float: right;
    background: rgba(255,255,255,0.9);
    box-shadow: 0px 4px 40px 0px rgba(4,36,85,0.05);
    border-radius: 0.02rem;
    padding: 0.6rem 0.6rem 0.4rem;
    border: 1px solid #E1E4EA;
    backdrop-filter: blur(3px);
}

.zlser_main .zi .main h3 {
    font-size: 0.24rem;
    color: #15284E;
}

.zlser_main .zi .main p {
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #5A5F66;
    margin: 0.2rem 0 0.4rem;
}

.zlser_main .zi .main i {
    width: 0.8rem;
    height: 0.03rem;
    background: #cf0305;
    display: block;
}



.zuopin_list {}

.zuopin_list ul {
    display: flex;
    justify-content: center;
    gap: 0.12rem;
}

.zuopin_list ul li {
    width: 1.2rem;
    line-height: 0.4rem;
    background: #fff;
    text-align: center;
    cursor: pointer;
}

.zuopin_list ul li .item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.zuopin_list ul li .item h3 {}

.zuopin_list ul li.on .item {
    color: #cf0305;
}

.zuopin_main {}

.zuopin_main ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0.2rem -0.2rem -0.2rem;
}

.zuopin_main ul li {
    width: 33.33%;
    padding: 0.2rem;
}

.zuopin_main ul li .imgj {}

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





.ser_twonewslist ul li a .item .zi h3 {
    margin: 0;
}

.ser_twonewslist ul li a .item .zi span {
    display: block;
    color: #5A5F66;
    margin: 0.1rem 0 0.3rem;
}

.ser_twonewslist ul li a .item .zi .m {
    font-size: 0.14rem;
    color: #15284E;
    line-height: 0.24rem;
    margin: 0.1rem 0 0;
}

.ser_twonewslist ul li a .item .zi label {
    color: #15284E;
}

.ser_twonewslist ul li a .item .zi em {
    font-size: 0.2rem;
    color: #15284E;
    font-family: 'pingfang_b';
}
.ser_twonewslist ul li a .item .zi {
    flex: 1;
}


.ser_three_box {
    margin: 0 0 0 4.4rem;
    background: none;
    border: none;
    box-shadow: none;
}
.futhtee_serwhat {
    position: relative;
}

.serwhat_three_list {
    width: 4.2rem;
    position: absolute;
    left: 0;
    top: 0;
}

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

.serwhat_three_list ul li {
    width: 50%;
    padding: 0.1rem;
    position: relative;
}

.serwhat_three_list ul li .bg {
    background: #E6EDF5;
    height: 100%;
}

.serwhat_three_list ul li .bg img {
    width: 100%;
    opacity: 0;
}

.serwhat_three_list ul li .item {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #15284E;
}

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

.serwhat_three_list ul li .item .imgj img {
    width: 0.64rem;
    margin: 0 0 0.2rem;
}

.serwhat_three_list ul li .item .imgj img.zc {
    display: block;
}

.serwhat_three_list ul li .item .imgj img.xz {
    display: none;
}

.serwhat_three_list ul li .item .zi {}

.serwhat_three_list ul li .item .zi h3 {}

.serwhat_three_list ul li.on .bg img,.serwhat_three_list ul li:hover .bg img {
    opacity: 1;
}

.serwhat_three_list ul li.on .item,.serwhat_three_list ul li:hover .item {
    color: #fff;
}

.serwhat_three_list ul li.on .item .imgj img.xz {
    display: block;
}

.serwhat_three_list ul li.on .item .imgj img.zc {
    display: none;
}

.ser_three_main {}

.ser_three_main .imgj {}

.ser_three_main .imgj img {
    width: 100%;
}
.padding_top0{padding-top:0}






.serthree_caselist {}

.serthree_caselist ul {}

.serthree_caselist ul li {
    margin: 0 0 0.2rem;
}

.serthree_caselist ul li a {
    display: block;
    background: #FFFFFF;
    border: 1px solid #E1E4EA;
    padding: 0.2rem 0.1rem 0.1rem;
}

.serthree_caselist ul li a .item {}

.serthree_caselist ul li a .item .ti {
    margin: 0.15rem auto 0;
    text-align: center;
}

.serthree_caselist ul li a .item .ti h3 {
    font-size: 0.28rem;
    font-family: 'pingfang_b';
    color: #15284E;
}

.serthree_caselist ul li a .item .ti p {
    font-size: 0.14rem;
    color: #9CA3AC;
}

.serthree_caselist ul li a .item .ti i {
    width: 1.2rem;
    height: 0.04rem;
    background: #0B70E6;
    display: block;
    margin: 0.25rem auto 0.3rem;
}

.serthree_caselist ul li a .item .zi {
    display: flex;
    justify-content: space-between;
}

.serthree_caselist ul li a .item .zi .imgj {
    width: 25%;
    padding: 0.1rem;
}

.serthree_caselist ul li a .item .zi .imgj img {
    width: 100%;
}




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

.fufour_sergn .left {
    flex: 1;
    padding: 0.7rem 0 0;
}

.fufour_sergn .left h3 {
    font-size: 0.2rem;
    font-family: 'pingfang_b';
    color: #15284E;
    margin: 0 0 0.15rem;
}

.fufour_sergn .left .main {
    font-size: 0.14rem;
    line-height: 0.32rem;
    color: #5A5F66;
}

.fufour_sergn .left .main p {
    padding: 0 0 0 0.24rem;
    background: url(../images/gou.png) left center no-repeat;
    background-size: 0.16rem;
}

.fufour_sergn .right {
    flex: 3;
}

.fufour_sergn .right img {
    width: 100%;
}
.bg_gnimg {
    background: url(../images/bg_gnimg.png);
    background-size: cover;
    padding: 0.8rem 0 0;
}

.ser_three_main  .pos_zi {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 0px 0 0 0.7rem;
    color: #fff;
    backdrop-filter: blur(10px);
}

.ser_three_main .pos_zi .main {}

.ser_three_main .pos_zi .main h3 {
    font-size: 0.24rem;
    margin: 0 0 0.15rem;
}

.ser_three_main .pos_zi .main .p {
    font-size: 0.14rem;
    line-height: 0.36rem;
}

.ser_three_main .pos_zi .main .p p {
    padding: 0 0 0 0.2rem;
    background: url(../images/bgou.png) left center no-repeat;
    background-size: 0.16rem;
}

.pos_zi.twocolor {
    background: linear-gradient(90deg, #0C70CC 0%, rgba(37,149,211,0.66) 100%);
}
.pos_zi.onecolor {
    background: linear-gradient(90deg, #0B4BAB 0%, rgba(19,114,201,0.66) 100%);
}

.pos_zi.threecolor {
    background: linear-gradient(90deg, #075D69 0%, rgba(41,165,166,0.66) 100%);
}

.pos_zi.fourcolor {
    background: linear-gradient(90deg, #0E4C70 0%, rgba(31,127,182,0.66) 100%);
}

.pos_zi.fivecolor {
    background: linear-gradient(90deg, #0F38A0 0%, rgba(34,48,180,0.66) 100%);
}

.pos_zi.sixcolor {
    background: linear-gradient(90deg, #09584A 0%, rgba(55,139,119,0.66) 100%);
}
.padding0{padding:0}






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

.fufour_sercase {
    position: relative;
}

.sercase_four_list {
    position: absolute;
    left: 0;
    right: 0;
    width: 3.2rem;
    margin: 0 0.6rem 0 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(10px);
    padding: 0.2rem 0;
}

.sercase_four_list ul {}

.sercase_four_list ul li {
    font-family: 'pingfang_b';
    line-height: 0.645rem;
    border-left: 0.04rem solid #cf030500;
    padding: 0 0.2rem;
    color: #15284E;
}

.sercase_four_list ul li .item {}

.sercase_four_list ul li .item h3 {}

.sercase_four_list ul li.on {
    background: #fff;
    border-left: 0.04rem solid #cf0305;
    color: #cf0305;
}

.sercase_four_list ul li.on .item {}

.ser_four_box {
    margin: 0 0 0 3.8rem;
}

.ser_four_main {}

.ser_four_main .imgj {}

.ser_four_main .imgj img {
    width: 100%;
}







.fufour_serwei {
    position: relative;
    margin: 0 0 0.5rem 0;
}

.ser_wei_box {
    position: absolute;
    left: 0;
    top: 0;
    /* bottom: 0; */
    width: 3rem;
    overflow: hidden;
    border-radius: 0.5rem;
    overflow: hidden;
}

.ser_wei_box .ser_weimain {
    position: relative;
}

.ser_wei_box .ser_weimain .imgj {}

.ser_wei_box .ser_weimain .imgj img {
    width: 100%;
}

.sercase_serwei_list {
    margin: 0 0 0 3.4rem;
}

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

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

.sercase_serwei_list ul li .item {
    position: relative;
    border-radius: 0.04rem;
    overflow: hidden;
}

.sercase_serwei_list ul li .item .bg {}

.sercase_serwei_list ul li .item .bg img {
    width: 100%;
}

.sercase_serwei_list ul li .item .ewmbox {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    background: rgba(0,0,0,0.5);
}

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

.sercase_serwei_list ul li .item .ewmbox .main img {
    width: 65%;
}

.sercase_serwei_list ul li .item .ewmbox .main span {
    display: block;
    color: #fff;
    font-size: 0.2rem;
    margin: 0.1rem 0 0;
}

.ser_wei_box:after {
    content: "";
    background: url(../images/serfour_phone.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
}
.sercase_serwei_list ul li.on .item .ewmbox {
    display: flex;
}

.serwhat_main .left .p {}

.serwhat_main .left .p p {
    background: url(../images/bgou.png) left center no-repeat;
    background-size: 0.16rem;
    padding: 0 0 0 0.2rem;
    line-height: 0.32rem;
}













.margin0 {
    margin: 0 !important;
}

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


.five_chages {}

.five_chages ul li {
    width: 1.3rem;
}

.five_chages ul li img {
    width: 0.24rem;
    margin: 0 0.1rem 0 0;
}

.five_chages ul li img.zc {
    display: block;
}

.five_chages ul li img.xz {
    display: none;
}

.five_chages ul li.on img.xz {
    display: block;
}

.five_chages ul li.on img.zc {
    display: none;
}





.five_casepic_main {}

.five_casepic_main {}

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

.five_casepic_main ul li {
    width: 25%;
    padding: 0.2rem;
}

.five_casepic_main ul li .item {
    display: block;
    background: #fff;
    padding: 0.1rem;
}
.five_casepic_main ul li .item:hover{box-shadow: 0px 0.04rem 0.16rem 0px rgb(0 0 0 / 5%);}
.five_casepic_main ul li .item .imgj {}

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

.five_casepic_main ul li .item .zi {
    padding: 0.2rem 0.2rem 0.1rem;
}

.five_casepic_main ul li .item .zi h3 {
    color: #15284E;
    margin: 0 0 0.1rem 0;
    height: 48px;
    overflow: hidden;
}

.five_casepic_main ul li .item .zi p {
    background: url(../images/ljt.png) right center no-repeat;
    background-size: 0.045rem;
    padding: 0 0.1rem 0 0;
    color: #cf0305;
    opacity: 0;
    width: 0.8rem;
    /* text-align: right; */
    font-size: 0.14rem;
}
.five_casepic_main ul li:hover .item .zi p{opacity: 1;}















.sixservice_what {}

.sixservice_what ul {
    display: flex;
    margin: -0.2rem;
}

.sixservice_what ul li {
    width: 33.33%;
    padding: 0.2rem;
}

.sixservice_what ul li .item {
    position: relative;
}

.sixservice_what ul li .item .imgj {}

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

.sixservice_what ul li .item .zi {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.2rem;
    color: #fff;
    height: 170px
}

.sixservice_what ul li .item .zi h3 {
    font-size: 0.24rem;
}

.sixservice_what ul li .item .zi p {
    font-size: 0.14rem;
    margin: 0.2rem 0 0.3rem;
    font-family: 'pingfang_r';
}

.sixservice_what ul li .item .zi .line {
    width: 0.8rem;
    height: 1px;
    background: #FFFFFF;
    display: none;
}

.hot_car_list {}

.hot_car_list ul {
    margin: 0 0  -0.4rem 0;
}

.hot_car_list ul li {
    margin: 0 0 0.4rem;
}

.hot_car_list ul li .car_list {
    display: grid;
    /* text-align: left; */
    grid-template-columns: repeat(5,auto);
    grid-template-columns: 3fr 2.18fr;
    grid-template-rows: 1fr 1fr;
    gap: 0.2rem;
    /* margin: -0.1rem 0; */
    position: relative;
    /* grid-template-columns: 3fr 1fr 1fr; */
}

.hot_car_list ul li .car_list .item {
    /* float: left; */
    /* width: 44%; */
    /* position: relative; */
    /* padding: 0.1rem 0 0.1rem 0.1rem; */
    /* grid-row-start: 3; */
    /* grid-row-end: 5; */
    /* grid-column-start: 4; */
    /* grid-column-end: 5; */
}

.hot_car_list ul li .car_list .item:first-child {
    /* grid-row-start: 1; */
    /* grid-row-end: 4; */
    /* grid-column-start: 1; */
    /* grid-column-end: 2; */
    /* width: 56%; */
    /* padding: 0.1rem 0.1rem 0 0; */
    /* height: 100%; */
    /* grid-column: 1 / span 3; */
    grid-row: 1 / span 3;
}

.hot_car_list ul li .car_list .item .imgj {}

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

.hot_car_list ul li .car_list .item .zi {
    padding: 0.1rem 0.2rem;
    color: #15284E;
    background: #fff;
}

.hot_car_list ul li .car_list .item .zi h3 {}

.hot_car_list ul li .car_list .item .tip {
    position: absolute;
    left: 0;
    top: 0.3rem;
    background: url(../images/tipbg.png) right center;
    background-size: cover;
    color: #fff;
    text-align: center;
    font-size: 0.2rem;
    width: 1.3rem;
}

.hot_car_list ul li .car_list .item .tip span {}

.hot_car_list ul li .car_list .item:first-child .zi {
    padding: 0.2rem;
}
.service_video img {
    width: 100%;
}
.all_konwmore:hover a {
    color: #cf0305;
}

.go_pop_form {}

.go_pop_form.all_konwmore:hover:before {
    background: #fff;
}

.index_news .all_konwmore:hover:before {
    background: #cf0305;
}


















@media (min-width: 1px) and (max-width: 800px) {
.wal {
    width: 90%;
}
.top_nav {
    position: fixed;
    left: 0;
    right: 0;
    background: #F1F1F1;
    top: 0.6rem;
    bottom: 0;
    width: 100%;
    transform: translate(100%, 0px);
    transition: all 0.3s ease;
    overflow: scroll;
}

.nav_part .wal {
    height: 0.6rem;
}

.phone_menu {
    display: block;
}

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

.top_nav .nav_main .link_a {
    display: none;
}

.top_nav .nav_main ul {
    display: block;
}

.top_nav .nav_main ul li .one_level {
    justify-content: space-between;
    margin: 0 0.3rem;
}

.top_nav .nav_main ul li {
    border-bottom: 1px solid #fff;
}
.two_nav_list {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
    padding: 0 0.6rem;
    background: none;
}

.two_nav_list a {
    font-size: 0.18rem;
    color: #999;
    line-height: 0.4rem;
}

.writh_nav {
    position: fixed;
}

.index_banner {
    margin: 0.6rem 0 0;
}

.index_banner ul li {
    height: 3rem;
    display: flex;
}

.index_banner .item .zi {
    width: 80%;
}

.index_banner .item .zi h3 {
    font-size: 0.26rem;
    line-height: initial;
}

.index_banner .item .zi p {
    font-size: 0.18rem;
    line-height: normal;
    margin: 0 0 0.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.index_banner .item .zi .link_a a {
    width: 1rem;
    line-height: 0.34rem;
    font-size: 0.16rem;
}

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

.index_ti .ti h4 {
    font-size: 0.24rem;
}

.index_part {
    padding: 0.5rem 0;
}

.index_ti {
    margin: 0 0 0.3rem;
}












}



.ficeserzp .swiper-fade .swiper-slide.swiper-slide-active {
    height: auto;
}

.ficeserzp .swiper-fade .swiper-slide {
    height: 0;
    overflow: hidden;
}