@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: #262626; */
}
/*
@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;}
.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: 14rem;margin:0 auto;width: 90%;position: relative;z-index: 2;}
a:hover {
    text-decoration: none;
    color: #155da8;
}
.wap_show {
    display: none;
}

.web_show {
    display: block;
}
.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/baimore.png) center center no-repeat #014fa1;}
.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}
.phone_menu {
    width: 0.34rem;
    background-size: 0.18rem;
    font-size: 0;
    cursor: pointer;
    display: none;
}
.phone_menu .icon_bar{width: 0.3rem;height: 2px;background-color: #ffffff;opacity:1;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;display: block;}
.phone_menu .icon_bar:nth-of-type(2){margin:5px 0;width: 0.2rem;}
.phone_menu.kai .icon_bar:nth-of-type(2){opacity:0}
.phone_menu.kai .icon_bar:first-child{-webkit-transform:translate(0,7px) rotate(45deg);-ms-transform:translate(0,7px) rotate(45deg);transform: translate(0,8px) rotate(45deg);}
.phone_menu.kai .icon_bar:last-child{-webkit-transform:translate(0,-7px) rotate(-45deg);-ms-transform:translate(0,-7px) rotate(-45deg);transform: translate(0,-6px) rotate(-45deg);}

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

.blog-slider__content > *:nth-child(2) {
	transition-delay: 0.1s;
}
.blog-slider__content > *:nth-child(3) {
	transition-delay: 0.2s;
}
.blog-slider__content > *:nth-child(4) {
	transition-delay: 0.3s;
}
.blog-slider__content > *:nth-child(5) {
	transition-delay: 0.4s;
}
.blog-slider__content > *:nth-child(6) {
	transition-delay: 0.5s;
}
.blog-slider__content > *:nth-child(7) {
	transition-delay: 0.6s;
}
.blog-slider__content > *:nth-child(8) {
	transition-delay: 0.7s;
}
.blog-slider__content > *:nth-child(9) {
	transition-delay: 0.8s;
}
.blog-slider__content > *:nth-child(10) {
	transition-delay: 0.9s;
}
.blog-slider__content > *:nth-child(11) {
	transition-delay: 1s;
}
.blog-slider__content > *:nth-child(12) {
	transition-delay: 1.1s;
}
.blog-slider__content > *:nth-child(13) {
	transition-delay: 1.2s;
}
.blog-slider__content > *:nth-child(14) {
	transition-delay: 1.3s;
}
.blog-slider__content > *:nth-child(15) {
	transition-delay: 1.4s;
}
/**clear_end**/
.load_video {
    background: #e3e1e3;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

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

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

.nav_logo img.cai_logo {
    display: none;
}

.top_nav {
    width: 60%;
}

.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.4rem; */
    /* border-left: 1px solid rgba(255,255,255,0.3); */
}

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

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

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

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

.two_nav_list {
    height: 0;
    position: absolute;
    left: -0.1rem;
    right: -0.1rem;
    top: 0.9rem;
    /* display: none; */
    /* background: #fff; */
    border-radius: 0.06rem;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 9;
    border-top: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
}
.top_nav .nav_main ul li:hover .two_nav_list {
    transition: all 0.7s;
    height: 4.5rem;
    background:#fff;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.two_nav_list .bac_img {
    height: 4.5rem;
}
.two_nav_list.show {
    display: flex;
}
.top_nav .nav_main ul li .two_nav_list a {
    font-size: 0.16rem;
    display: block;
    line-height: 0.3rem;
    font-weight: bold;
    color: #666;
}
.top_nav .nav_main ul li .two_nav_list a:hover{color:#014fa1}
.top_nav .nav_main ul li.has {}

.top_nav .nav_main ul li .one_level .zi .morejt {content: "";width: 0;height: 0.03rem;display: block;left: 50%;transition: all 0.3s;position: absolute;bottom: 0;width: 50%;}
.top_nav .nav_main ul li:hover .one_level:after {
    width: 100%;
    left: 0;
}
.top_nav .nav_main ul li:hover .one_level{color: #014fa1 !important;}
.nav_part.fixd,.nav_part:hover {
    background: #ffffff;
    /* backdrop-filter: blur(10px); */
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    /* border-bottom: 1px solid rgba(255,255,255,0.2); */
}
.two_nav_list .wal {
    padding: 0.8rem 0;
    justify-content: flex-start;
    align-items: flex-start;
}

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

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

.top_nav .nav_main ul li .two_nav_list .right a {
    /* float: left; */
    width: 50%;
    font-size: 0.2rem;
    color: #666;
    font-weight: normal;
    text-align: left;
    margin: 0;
    display: block;
    line-height: 0.5rem;
}
.top_nav .nav_main ul li .two_nav_list .right a:hover{color:#0250a1}
.writh_nav {
    /* background: #0250a1; */
    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, .nav_part:hover .top_nav .nav_main ul li .one_level {
    color: #262626;
}


.nav_part.fixd .top_nav .nav_main ul li.has .one_level:after,.writh_nav .top_nav .nav_main ul li.has .one_level:after {
    /* 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; */
}


.two_nav_list .left {
    /* flex: 1; */
    text-align: left;
    width: 37%;
    border-right: 1px solid #ddd;
    padding: 0 8% 0 0;
}

.top_nav .nav_main ul li .two_nav_list .left a {
    position: relative;
    width: 1.6rem;
    height: 0.5rem;
    text-align: center;
    border: #0250a1 1px solid;
    border-radius: 0.5rem;
    overflow: hidden;
    background: #0250a1;
    line-height: 0.5rem;
    color: #fff;
}

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

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

.two_nav_list .left a .zi h3 {}

.two_nav_list .left a .zi span {}

.two_nav_list .left a .zi i.go_jt {}

.two_nav_list .right {
    /* flex: 1.6; */
    display: flex;
    align-items: center;
    /* background: #fff; */
    width: 5rem;
    padding: 0 0 0 8%;
    flex-flow: wrap;
}

.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: #0B70E7;
}

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

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

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



.index_allbox {
    margin: 100vh 0 0;
    position: relative;
    z-index: 99;
}
.index_banner {
    position: relative;
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
}

.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: center;
    bottom: auto;
    transform: none;
    width: 90%;
}
.index_pagination {
    position: absolute;
    bottom: 0.5rem;
    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: 100vh;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    width: 100%;
    overflow: hidden;
}
.video_ves {
    width: 100%;
    display: flex;
}

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

.nav_logo img.c_logo {
    display: none;
}

.nav_logo img.b_logo {
    display: block;
}

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

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

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

.index_banner .text .wal {}

.index_banner .text h1 {}

.index_banner .text img {
    width: 50%;
    object-fit: contain;
}
.index_banner .text img.logosolgin {
    width: 80%;
    height: auto;
    max-width: 8rem;
}
.index_part {
    padding: 0.9rem 0;
    background: #fff;
}

.bg_fafafa {
    background: #fafafa;
}

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

.index_ti span {
    display: block;
    font-size: 0.24rem;
    color: #666;
}

.index_ti h3 {
    font-size: 0.44rem;
    font-weight: normal;
}

.textover1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.textover2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.textover3 {
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.index_newscon {}

.index_newscon .top {
    display: flex;
    background: #fff;
    box-shadow: 0px 0.05rem 0.2rem 0px rgb(6 0 1 / 10%);
}

.index_newscon .top .imgj {
    width: 60%;
}

.index_newscon .top .imgj img {}

.index_newscon .text {
    width: 40%;
    padding: 0.5rem;
}

.index_newscon  .bor {
    background: #fff;
    box-shadow: 0px 0.05rem 0.2rem 0px rgb(6 0 1 / 10%);
    padding: 0.4rem 0.3rem;
}

.index_newscon  .bor span {
    font-size: 0.16rem;
    color: #004ea1;
    display: block;
    margin: 0 0 0.1rem;
}

.index_newscon  .bor h3 {
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.32rem;
    margin: 0.1rem 0 0.2rem 0;
}

.index_newscon  .bor .lie {
    margin: 0.35rem 0;
    background: #ddd;
    height: 1px;
}

.index_newscon  .bor p {
    font-size: 0.16rem;
    line-height: 0.26rem;
    color: #666;
}
.index_newscon .top .bor {
    box-shadow: none;
    padding: 0;
}

.index_newscon .top .bor span {}

.index_newscon .top .bor h3 {
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin: 0;
}

.index_newscon .top .bor .lie {}

.index_newscon .top .bor p {
    line-height: 0.32rem;
}

.index_newscon .list {
    margin: 0.15rem -0.15rem 0;
    display: flex;
    flex-flow: wrap;
}

.index_newscon .list a {
    width: 25%;
    padding: 0.15rem;
}
.index_about {
    background-size: 100% !important;
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 0px 0;
}

.index_aboutzi {
    /* padding: 3rem 0 0 0rem; */
    /* background: #fff; */
    position: relative;
    margin: -2rem 0 0;
}

.text_align_left {
    text-align: left;
}
.index_aboutzi .index_ti {
    padding: 0.5rem 0.5rem 0 0.5rem;
}
.index_aboutzi .textbox {
    padding: 0 0.5rem 0.5rem 0.5rem;
}

.index_aboutzi .text {
    position: relative;
}

.index_aboutzi .text h4 {
    font-size: 0.26rem;
    font-weight: bold;
    margin: 0 0 0.2rem;
}

.index_aboutzi .text p {
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #666666;
    margin: 0 0 0.5rem;
}
.aboutbg {}

.aboutbg img {
    width: 100%;
}
.go_more {}

.go_more span {
    display: flex !important;
    align-items: center;
    font-size: 0.16rem;
    color: #014fa1 !important;
    font-weight: normal !important;
}

.go_more i {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/baimore.png) center no-repeat #014fa1;
    background-size: 0.05rem;
    border-radius: 50%;
    margin: 0 00 0 0.12rem;
    transition: all 0.3s;
}

.index_aboutzi .text .mapbg {
    position: absolute;
    right: 0;
    left: 50%;
    bottom: 0;
}

.index_aboutzi .text .mapbg img {
    width: 100%;
}
.index_aboutzi .wriht-bg {content: "";display: block;position: absolute;left: 5%;right: 0;bottom: 0;top: 0;background: #fff;box-shadow: 0px 0.05rem 0.2rem 0px rgb(6 0 1 / 10%);}

.index_aboutzi .wal {
    /* padding: 0.6rem; */
    /* background: #fff; */
}
.index_business {}

.index_business ul {}

.index_business ul li {}

.index_business ul li .item {
    position: relative;
    background: #fff;
}

.index_business ul li .item .picture {
    position: relative;
    /* left: 0; */
    /* right: 50%; */
    z-index: 3;
    overflow: hidden;
    width: 50%;
}

.index_business ul li .item .picture img {
    width: 100%;
}

.index_business ul li .item .textbox {
    position: relative;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
}

.index_business ul li .item .textbox .wal {
    display: flex;
    justify-content: flex-end;
    /* position: initial; */
    height: 100%;
}

.index_business ul li .item .textbox .text {
    width: 50%;
    padding: 0.6rem 0 0.6rem 0.6rem;
    /* position: relative; */
    background: #fff;
}

.index_business ul li .item .textbox .text h3 {
    font-size: 0.36rem;
    font-weight: bold;
    margin: 0 0 0.2rem;
}

.index_business ul li .item .textbox .text p {
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #666;
    margin: 0 0 0.15rem 0;
}

.more {}

.index_business ul li .item .textbox .text img {
    position: absolute;
    /* left: calc(50% + 0.5rem); */
    right: 0;
    width: 40%;
    bottom: 0.5rem;
}
.index_business ul li:nth-child(2n) .item .picture {
    margin: 0 0 0 50%;
}

.index_business ul li:nth-child(2n) .item .textbox .wal {
    justify-content: flex-start;
}

.index_business ul li:nth-child(2n) .item .textbox .text img {
    /* right: calc(50% + 0.5rem); */
    left: 0.6rem;
}
.index_business ul li:nth-child(2n) .item .textbox .text {
    padding: 0.6rem 0.6rem 0.6rem 0;
}
.go_more:hover i {
    margin: 0 0 0 0.2rem;
}
.padding_buttom0 {
    padding-bottom: 0;
}

.index_information_ti {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 00 0.35rem;
}

.index_information_ti .index_ti {
    margin: 0;
}

.index_information_ti .inform_list {}

.index_information_ti .inform_list ul {
    display: flex;
    align-items: center;
    font-size: 0.16rem;
}

.index_information_ti .inform_list ul li {
    color: #666;
    padding: 0.08rem 0.25rem;
    border-radius: 50px;
    cursor: pointer;
}

.index_information_ti .inform_list ul li.on {
    color: #fff;
    background: #014fa1;
}

.index_information_ti .inform_list ul li .item {}

.index_information_ti .inform_list ul li h3 {}

.index_information {}

.index_information .top {
    width: 60%;
    display: block;
    border-left: 0.03rem solid #014fa1;
    padding: 0 0 0 0.3rem;
}

.index_information .top span {
    display: block;
    font-size: 0.16rem;
    font-weight: bold;
    color: #999;
}

.index_information .top h3 {
    font-size: 0.26rem;
    line-height: 0.4rem;
    font-weight: bold;
    margin: 0.1rem 0;
}

.index_information ul {
    display: flex;
    flex-flow: wrap;
    margin: 0.5rem 0 0;
}

.index_information ul li {
    width: 33.33%;
    padding: 0.3rem;
    border-top: 1px solid #ddd;
}

.index_information ul li a {
    display: block;
    /* background: #fff; */
}

.index_information ul li a .time {
    line-height: 0.36rem;
    display: inline-block;
    text-align: center;
    margin: 0 0 0.1rem;
}

.index_information ul li a .time em {
    display: block;
    font-size: 0.5rem;
    font-weight: bold;
}

.index_information ul li a .time span {
    font-size: 0.14rem;
    text-align: center;
    color: #999;
}

.index_information ul li:hover {
    background: #014fa1;
    color: #fff;
}

.index_information ul li a .zi {}

.index_information ul li a .zi h3 {
    font-size: 0.2rem;
    font-weight: bold;
    margin: 0 0 0.2rem 0;
}

.index_information ul li a .zi p {
    font-size: 0.16rem;
    line-height: 0.26rem;
    color: #666;
    margin: 0 0 0.4rem;
}

.index_information ul li:hover h3, .index_information ul li:hover a .zi span, .index_information ul li:hover a .zi p, .index_information ul li:hover a .time em, .index_information ul li:hover a .time span{
    color: #fff;
}

.index_information ul li:hover .go_more span {
    color: #fff !important;
}

.index_information ul li:hover .go_more span i {
    background: url(../images/lannore.png) center no-repeat #ffffff;
    background-size: 0.05rem;
}
.ad_part {
    position: relative;
}

.ad_part img {
    width: 100%;
}

.ad_part .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.ad_part .text span {
    font-size: 0.18rem;
    font-weight: lighter;
    display: block;
}

.ad_part .text span h3 {}

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

.ad_part .text .go_more span {
    color: #fff !important;
}

.ad_part .text .go_more span i {
    background: url(../images/lannore.png) center no-repeat #ffffff;
    background-size: 0.05rem;
}
.footcon {
    background: #393939;
}

.footcon .foot_main {
    padding: 0.9rem 0;
    position: relative;
}

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

.footcon .foot_main ul li {
    flex: 1;
}

.footcon .foot_main ul li a {
    color: #fff;
    font-size: 0.18rem;
    display: block;
}

.footcon .foot_main ul li .two {
    margin: 0.2rem 0 0;
}

.footcon .foot_main ul li .two a {
    font-size: 0.16rem;
    opacity: 0.5;
    display: block;
    line-height: 0.3rem;
}

.footcon .foot_main .select {
    position: absolute;
    left: 0;
    bottom: 0.7rem;
    color: #fff;
}

.footcon .foot_main .select.on {}

.footcon .foot_main .select .ti {
    margin: 0 0 0.1rem;
}

.footcon .foot_main .select .ti span {}

.footcon .foot_main .select .ti a {
    color: #fff;
}

.footcon .foot_main .select .pos {display: none;position: absolute;left: 0;bottom: 0.4rem;padding: 0.1rem 0;width: 100%;max-height: 2.5rem;overflow-y: auto !important;background: #fff;border: #fff 1px solid;box-shadow: 0 0 10px rgb(0 0 0 / 10%);}

.footcon .foot_main .select .pos a {
    color: #656565;
    display: block;
    padding: 0 0.2rem;
    line-height: 0.32rem;
}

.footcon .foot_main .select.on .pos {
    /* height: 1.3rem; */
    /* overflow-y: scroll; */
}
.friend_link {
    position: relative;
}

.friend_link h3 {
    width: 3.5rem;
    height: 0.4rem;
    line-height: 0.4rem;
    background: rgba(255,255,255,0.2);
    padding: 0 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.friend_link h3:after {content: "";display: block;width: 0.3rem;height: 0.3rem;background: url(../images/baimore.png) center no-repeat;background-size: 0.08rem;transform: rotate(90deg);transition: all 0.3s ease;}
.footcon .foot_main ul li .contact {
}
.select.on .friend_link h3:after {
    transform: rotate(-90deg);
}
.footcon .foot_main ul li .contact .one {
    display: block;
    /* text-align: center; */
    margin: 0.2rem 0 0;
}
.footcon .foot_main ul li .contact .one {text-align: left;}

.footcon .foot_main ul li .contact .one .ewmb {
    display: inline-block;
    text-align: left;
    margin: 0 0.1rem 0 0;
}
.footcon .foot_main ul li .contact .one span {
    color: #fff;
    opacity: 0.5;
    line-height: 0.3rem;
    text-align: left;
    display: block;
}

.footcon .foot_main ul li .contact .one p {
    color: #fff;
    font-size: 0.18rem;
    text-align: left;
}

.footcon .foot_main ul li .contact .one img {
    display: block;
    width: 1rem;
}

.footcon .foot_main ul li .contact .one i {
    text-align: center;
    color: #fff;
    opacity: 0.5;
    width: 1rem;
    display: block;
    font-size: 0.14rem;
}

.footcon .tips {}

.footcon .tips p {
    text-align: center;
    color: #fff;
    padding: 0.2rem 0;
    color: #999999;
    border-top: 1px solid #4a4a4a;
}

.footcon .foot_main ul li .two a:hover {
    opacity: 1;
}

.footcon .foot_main ul li:last-child {
    flex: 2;
}







.suspension {
  transition: all 0.5s;
  position: fixed;
  right: -104px;
  top: 50%;
  z-index: 13;
  width: 72px;
  margin-top: 40px;
  transform: translateY(-50%);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  cursor: pointer;
}
.suspension::after {
  position: absolute;
  left: 0;
  top: -68px;
  width: 100%;
  height: 84px;
  background: url(../images/icon/icon_23.gif) center bottom no-repeat;
  content: " ";
}
.suspension_fixed {
  transition: all 0.5s;
  right: 2%;
}.suspension_fixed {
    /* right: 0; */
  }
}
.suspension .sus {
  position: relative;
  border-top: #ccc 1px solid;
}
.suspension .sus:nth-child(1) {
  border-top: none;
}
.suspension .sus p {
  position: relative;
  padding: 48px 0 12px;
  font-size: 14px;
  color: #999;
  text-align: center;
}
.suspension .sus2 p {
  border-radius: 6px 6px 0 0;
  padding-top: 55px;
}
.suspension .sus2 p {
  background: url(/static/upload/image/20240109/1704768891874809.png) center 20px no-repeat;
  background-size: 27px;
}
.suspension .sus3 p {
  background: url(/static/upload/image/20240109/1704768891562792.png) center 20px no-repeat;
  background-size: 28px;
}
.suspension .sus4 p {
  padding: 0;
  width: 100%;
  height: 70px;
  background: url(/static/upload/image/20240109/1704768891874809.png) center 20px no-repeat;
  background-size: 24px;
}

.suspension .sus5 p {
  background: url(/static/upload/image/20240109/1704768891136464.png) center 20px no-repeat;
  background-size: 29px;
}


.suspension .sus6 p {
  background: url(/static/upload/image/20240109/1704768891919839.png) center 20px no-repeat;
  background-size: 26px;
}
.suspension .sus6 p {
  border-radius: 0 0 6px 6px;
}
.suspension .sus .pos {
  display: block;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  right: 90px;
  transform: translateY(-50%);
  width: 0px;
  /* height: 178px; */
  overflow: hidden;
}
.suspension .sus .pos img {
  /* display: block; */
  /* width: 138px; */
  /* height: 178px; */
}
.suspension .sus .pos {
  transition: all 0.9s;
  /* height: 300px; */
}
.suspension .sus:hover .pos {
  transition: all 0.9s;
  width: 5rem;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}
.suspension .sus .pos img {
  width: 5rem;
  /* height: 3rem; */
}
.suspension .sus:hover p {
  color: #fff;
}
.suspension .sus:hover::after {
  background: none;
}
.suspension .sus2:hover p {
  background: #014fa1 url(/static/upload/image/20240109/1704768891295339.png) center 20px no-repeat;
  background-size: 27px;
}
.suspension .sus3:hover p {
  background: #014fa1 url(/static/upload/image/20240109/1704768892627865.png) center 20px no-repeat;
  background-size: 28px;
}
.suspension .sus4:hover p {
  background: #014fa1 url(../images/icon/icon_162s.png) center no-repeat;
}

.suspension .sus5:hover p {
  background: #014fa1 url(/static/upload/image/20240109/1704768891492346.png) center 20px no-repeat;
  background-size: 29px;
}
.suspension .sus6:hover p {
  background: #014fa1 url(/static/upload/image/20240109/1704768892831316.png) center 20px no-repeat;
  background-size: 26px;
}























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

.nav_part .wal {
    height: 0.9rem;
}

.phone_menu {
    display: block;
}

.top_nav.show {
    transform: translate(0px, 0px);
}
.top_nav .nav_main ul li:hover .one_level:after{display:none}
.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;
    color: #262626;
    line-height: 0.8rem;
    height: auto;
    border-bottom: 1px solid #e2e2e2;
}

.top_nav .nav_main ul li {
}
.two_nav_list {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
    padding: 0 .4rem;
    background: none;
}

.top_nav .nav_main ul li .two_nav_list a {
    font-size: 0.18rem;
    /* color: #fff; */
    line-height: 0.5rem;
}

.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%;
}
.nav_logo img {
    width: 60%;
}

.nav_part.fixd .phone_menu .icon_bar,.nav_part:hover .phone_menu .icon_bar {
    background: #0250a1;
}

.top_nav .nav_main ul li .one_level .zi .morejt {
    /* width: 0.3rem; */
    height: 0.8rem;
    background: url(../images/lannore.png) right center no-repeat;
    background-size: 0.1rem;
    left: auto;
    right: 0;
    top: 0;
}
.top_nav .nav_main ul li.has.on {}

.top_nav .nav_main ul li.on .one_level:after {
    display: block;
    width: 0.3rem;
    left: auto;
    right: 0;
    transform: rotate(90deg);
}
.top_nav .nav_main ul li .one_level a {
    color: #262626;
}
.index_part {
    padding: 0.5rem 0;
}

.index_ti h3 {
    font-size: 0.36rem;
    /* font-weight: bold; */
}

.index_newscon .top {
    display: block;
}

.index_newscon .top .imgj {
    width: 100%;
}

.index_newscon .text {
    width: 100%;
    padding: 0.3rem;
}

.index_newscon .list {
    display: block;
    margin: 0;
}

.index_aboutzi {
    margin: 0;
}

.index_aboutzi .text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.index_aboutzi .wriht-bg {
    left: 0 !important;
}

.index_aboutzi .index_ti {
    padding: 0.5rem 0 0 0;
}

.index_aboutzi .textbox {
    padding: 0 0 0.5rem;
}

.index_aboutzi .text .mapbg {
    width: 100%;
    left: 0;
}

.index_business ul li .item .picture {
    width: 100%;
}

.index_business ul li .item .textbox {
    position: relative;
}

.index_business ul li .item .textbox .text {
    width: 100%;
    padding: 0.3rem 0!important;
}

.index_business ul li:nth-child(2n) .item .picture {
    margin: 0;
}

.index_information .top {
    width: 100%;
}

.index_information ul {
    display: block;
}

.index_information ul li {
    width: 100%;
}

.ad_part .text h3 {
    font-size: 0.34rem;
}

.ad_part {
    height: 3rem;
    display: flex;
    justify-content: center;
}

.ad_part img {
    width: auto;
}

.footcon .foot_main ul li {
    display: none;
}

.footcon .foot_main ul li:last-child {
    display: block;
}

.footcon .foot_main {
    padding: 0.5rem 0;
}

.footcon .foot_main .select {
    position: initial;
    margin: 0.3rem 0 0;
}

.friend_link h3 {
    width: 100%;
}










}
























.neibanner {
    position: relative;
    height: 4.5rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.neibanner img {
    /* width: 100%; */
}

.neibanner .zi {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.5rem;
    font-weight: bold;
}

.neibanner .zi h3 {
    /* font-weight: bold; */
}

.nei_twonav {
    /* position: sticky; */
    /* top: 0.9rem; */
    background: #fff;
    z-index: 99;
}

.nei_twonav ul {
    display: flex;
    gap: 0.4rem;
}

.nei_twonav ul li {
    line-height: 0.8rem;
    font-size: 0.2rem;
    position: relative;
    cursor: pointer;
}

.nei_twonav ul li span {}

.nei_twonav ul li.active:after,.nei_twonav ul li:hover:after {
    /* border-bottom: 0.02rem solid #175ca8; */
    /* color: #175ca8; */
    content: "";
    display: block;
    width: 0.2rem;
    height: 0.02rem;
    margin: 0 auto;
    background: #175ca8;
    position: absolute;
    left: 50%;
    bottom: 0.1rem;
    transform: translate(-50%, 0px);
}

.nei_twonav ul li.active , .nei_twonav ul li:hover {
    color: #175ca8;
}

.nei_allbox {
    /* background: #fafafa; */
}

.nei_part {
    padding: 0.8rem 0;
    position: relative;
}

.neiabout_infor {}

.neiabout_infor .nabout_main {
    background: url(../images/nabout_main.jpg) bottom center no-repeat;
    background-size: cover;
    padding: 0.8rem 0 0.8rem 0;
}

.neiabout_infor .nabout_main .wal {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.neiabout_infor .nabout_main .left {
    width: 65%;
}

.nei_allti {
    margin: 0 0 0.4rem 0;
}

.nei_allti h3 {
    font-size: 0.44rem;
}

.nei_allti i {
    display: block;
    width: 0.42rem;
    height: 0.04rem;
    background: #004ea1;
    margin: 0.1rem 0 0;
}

.neiabout_infor .nabout_main .left .p {
    font-size: 0.18rem;
    line-height: 0.4rem;
}

.neiabout_infor .nabout_main .left .p p {}

.neiabout_infor .nabout_main .right {
    width: 40%;
}

.neiabout_infor .nabout_main .right .imgj {}

.neiabout_infor .nabout_main .right .imgj img {
    width: 100%;
}

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

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

.videos .vclose {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0.4rem  auto 0;
    background: url(../images/closed.png) center;
    background-size: cover;
    transition: all 0.5s;
}
.videos .vclose:hover{
    transform: rotate(360deg);
}
.nabout_video img {
    width: 100%;
}
.aboutbg.nabout_video img.videoed {
    transform: translate(-50%, -1.2rem);
}
.nabout_video img.videoed {
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video_mm {
    width: 50%;
}

video#video {
    width: 100%;
}
.nculture {}

.nculture ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.13rem;
}

.nculture ul li {
    width: 25%;
    padding: 0.13rem;
    transition: all 0.3s;
}

.nculture ul li .item {
    box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);
    text-align: center;
    padding: 0.5rem 0;
}

.nculture ul li .item img {
    width: 1.2rem;
    display: block;
    margin: 0 auto 0.5rem;
}

.nculture ul li .item .zi {}

.nculture ul li .item .zi h3 {
    font-size: 0.26rem;
}

.nculture ul li .item .zi i {
    display: block;
    width: 0.6rem;
    height: 0.02rem;
    background: linear-gradient(90deg, #004ea1 0%,#004ea1 20%, transparent 20%,transparent 30%,#004ea1 30%);
    margin: 0.1rem auto 0.2rem;
}

.nculture ul li .item .zi p {
    font-size: 0.18rem;
    color: #666;
}

.nculture ul li:hover {
    transform: translate(0px, -10px);
}
.company_com {
    background-size: cover;
    position: relative;
}

.company_com .company_main {}

.companyzi {
    background: url(../images/company_com.jpg);
    background-size: cover;
}

.companyzi .text {
    padding: 0.8rem;
    width: 65%;
}

.companyzi .text h3 {
    font-size: 0.3rem;
}

.companyzi .text span {
    display: block;
    font-size: 0.2rem;
    margin: 0.2rem 0 0.3rem;
}

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

.company_who {}

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

.company_who ul li {
    flex: 1;
    text-align: center;
    background: #004ea1;
    font-size: 0.2rem;
    color: #fff;
    padding: 0.3rem 0;
    cursor: pointer;
}

.company_who ul li h3 {}

.company_who ul li.on {
    background: #003d7d;
}

.company_who ul li.on h3 {}
.company_honor {
    height: 5.6rem;
}

.company_honor .imgj {}

.company_honor .imgj img {}
.company_honor .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        height: calc((100% - 30px) / 2);

        /* 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;
        border: 0.08rem solid #cfcfcf;
      }
.bottom_center_button {
    position: relative;
    width: 1.4rem;
    height: 0.52rem;
    margin: 0 auto;
    margin: 0.2rem auto;
}

.bottom_center_button .swiper-button-prev, .bottom_center_button  .swiper-button-next {
    background-color: #cfcfcf;
    bottom: 0 !important;
    margin: 0;
    top: 0;
}

.company_honor .swiper {
    padding: 0 0 0.8rem;
}
.ncontact_text {
    height: 5rem;
}

.ncontact_text .text {
    width: 50%;
}

.ncontact_text .text h3 {
    font-size: 0.32rem;
    margin: 0 0 0.2rem;
}

.ncontact_text .text p {
    font-size: 0.22rem;
    line-height: 0.3rem;
    padding: 0.1rem 0;
    color: #666;
    padding: 0.1rem 0 0.1rem 0.35rem;
    background-size: 0.27rem;
    background-repeat: no-repeat;
    background-position: left center;
}

.ncontact_text .text p.tel {
    background-image: url(../images/tel.png);
}

.ncontact_text .text p.add {
    background-image: url(../images/add.png);
}

.ncontact_text .text p.ema {
    background-image: url(../images/ema.png);
}

.ncontact_text .text p.lin {
    background-image: url(../images/lin.png);
}

.mapbox {
    position: absolute;
    right: 0;
    width: 50%;
    height: 5rem;
    top: 0.8rem;
    overflow: hidden;
}

.mapbox img {
    width: 100%;
}
.newsimgbox {
    float: left;
    width: 55%;
    overflow: hidden;
}

.left_right_news .news_list {
    width: 45%;
    float: right;
    /* height: 4rem; */
    padding: 0 0.4rem;
}

.left_right_news {
    background: #fff;
}

.left_right_news .news_img {}

.left_right_news .news_img .imgj {
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left_right_news .news_img .imgj img {
    width: 100%;
    /* object-fit: contain; */
    /* height: 4rem; */
}

.left_right_news .news_list ul {
    height: 4rem;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.left_right_news .news_list ul li {
    flex: 1;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

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

.left_right_news .news_list ul li .item {
    flex: 1;
}

.left_right_news .news_list ul li.on .item {
    color: #175ca8;
}

.left_right_news .news_list ul li .item span {
    display: block;
    font-size: 0.16rem;
    color: #175ca8;
    margin: 0 0 0.1rem;
}

.left_right_news .news_list ul li .item h3 {
    font-size: 0.22rem;
    font-weight: bold;
    padding: 0;
    transition: all 0.3s;
    position: relative;
}

.left_right_news .news_list ul li.on .item h3 {
    padding: 0 0 0 0.2rem;
}

.left_right_news .news_list ul li .item h3:after {content: "";display: block;width: 0;height: 2px;background: #175ca8;position: absolute;left: 0;top: 0.17rem;transition: all 0.3s;}

.left_right_news .news_list ul li.on .item h3:after {
    width: 0.15rem;
}
.top_bot_news {}

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

.top_bot_news ul li {
    width: 33.33%;
}

.top_bot_news ul li .item {
    padding: 0.2rem;
    display: block;
}

.top_bot_news ul li .item .imgj {}

.top_bot_news ul li .item .imgj img {
    width: 100%;height: 280px;
}

.top_bot_news ul li .item .text {
    background: #fff;
    padding: 0.4rem;
}

.top_bot_news ul li .item .text .date {line-height: 0.3rem;}

.top_bot_news ul li .item .text .date em {
    display: block;
    font-size: 0.44rem;
    font-weight: bold;
}

.top_bot_news ul li .item .text .date span {
    font-size: 0.14rem;
}

.top_bot_news ul li .item .text h3 {
    font-size: 0.24rem;
    line-height: 0.36rem;
    height: 0.72rem;
    margin: 0.2rem 0;
}

.top_bot_news ul li .item .text  p {
    color: #666;
    font-size: 0.16rem;
    line-height: 0.25rem;
    height: 0.5rem;
    margin: 0 0 0.2rem;
}
.video_listnews {}

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

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

.video_listnews ul li .item {
    position: relative;
    display: block;
}

.video_listnews ul li .item .imgj {
    position: relative;
}

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

.video_listnews ul li .item .imgj img.play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.5rem;
    height: 0.5rem;
    transform: translate(-50%, -50%);
}

.video_listnews ul li .item .text {
    background: #fff;
    font-size: 0.2rem;
    padding: 0.2rem;
}

.video_listnews ul li .item .text h3 {}

.video_listnews ul li .item i {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 100%;
    height: 0.03rem;
    background: #175ca8;
    display: block;
}

.video_listnews ul li:hover .item i {
    right: 0;
    transition: all 0.3s;
}
.news_mainbox {
    background: #fff;
    padding: 0.5rem;
}

.news_mainbox .newsti {
    padding: 0 0 0.3rem;
    border-bottom: 1px solid #ddd;
}

.news_mainbox .newsti h3 {
    font-size: 0.32rem;
    font-weight: bold;
    margin: 0 0 0.2rem;
}

.news_mainbox .newsti p {
    font-size: 0.18rem;
    color: #666;
}

.news_mainbox .newstext {
    padding: 0.3rem 0 0.5rem;
}

.news_mainbox .newstext .newp {}

.news_mainbox .newstext .newp p {
    font-size: 0.18rem;
    line-height: 0.38rem;
    color: #666;
}
.news_mainbox .newstext img{max-width:100%}
.news_mainbox .newstext .newp img {
    max-width: 100%;
    /*display: block;*/
}

.news_mainbox .newstext .newsshare {
    margin: 0.5rem 0 0;
    padding: 0 0 0.5rem 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    color: #666;
}

.news_mainbox .newstext .newsshare span {}

.news_mainbox .newstext .newsshare a {}

.news_mainbox .newstext .newsshare img {
    width: 0.42rem;
}

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

.news_nextprev a {}

.news_nextprev .left {
    width: 20%;
    padding: 0 0 0 0.2rem;
    background: url(../images/leftjt.png) left center no-repeat;
    background-size: 0.11rem;
}

.news_nextprev .center {
    width: 1rem;
    padding: 0 0 0 0.2rem;
    background: url(../images/dott.png) left center no-repeat;
    background-size: 0.16rem;
}

.news_nextprev .right {
    width: 20%;
    padding: 0 0.2rem 0 0;
    background: url(../images/rightjt.png) right center no-repeat;
    background-size: 0.11rem;
}

/* 分页样式 */
.paging { margin-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: #014fa1; color: #014fa1; }


.bg_fff {
    background: #fff;
}

.party_zhuan {}

.party_zhuan .item {}

.party_zhuan .item .imgj {
    height: 2.2rem;
}

.party_zhuan .item .imgj img {}

.party_zhuan .item .zi {
    background: #fafafa;
    line-height: 0.3rem;
    padding: 0.25rem 0.2rem;
    font-size: 0.2rem;
}

.party_zhuan .item .zi h3 {}

.part_ness {}

.part_ness ul {
    margin: -0.15rem;
    display: flex;
    flex-flow: wrap;
}

.part_ness ul li {
    width: 50%;
    padding: 0.15rem;
}

.part_ness ul li .item {
    display: block;
    background: #fff;
    padding: 0.3rem;
    display: flex;
    align-items: center;
    position: relative;
}
.part_ness ul li .item:after {
    content: "";
    display: block;
    width: 0.66rem;
    height: 0.66rem;
    position: absolute;
    right: 0.1rem;
    bottom: 0.1rem;
    background: url(../images/party.png);
    background-size: 0.66rem;
}
.part_ness ul li .item .date {
    width: 0.7rem;
    height: 0.7rem;
    background: #e72410;
    color: #fff;
    text-align: center;
    line-height: 0.3rem;
    padding: 0.1rem 0 0;
    margin: 0 0.2rem 0 0;
}

.part_ness ul li .item .date em {
    display: block;
    font-size: 0.34rem;
}

.part_ness ul li .item .date span {
    display: block;
    font-size: 0.14rem;
}

.part_ness ul li .item p {
    flex: 1;
    font-size: 0.2rem;
    line-height: 0.3rem;
}
.business_box {
    position: relative;
    overflow: hidden;
}

.business_imgm {
    position: relative;
    z-index: 1;
}

.business_imgm .swiper-slide {
}

.business_imgm .imgj {
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.business_zim {
    position: absolute;
    left: 0;
    right: 0;
    top: 1rem;
    bottom: 0;
    z-index: 3;
}

.businesszi {}

.businesszi .textbox {
    text-align: center;
}

.businesszi .textbox .text {
    color: #fff;
    padding: 0.8rem 0 0.5rem;
}

.businesszi .textbox .text h3 {
    font-size: 0.32rem;
    font-weight: bold;
}

.businesszi .textbox .text i {
    width: 0.38rem;
    height: 0.05rem;
    background: #ffffff;
    display: block;
    margin: 0.2rem auto;
}

.businesszi .textbox .text p {
    font-size: 0.18rem;
    line-height: 0.35rem;
}

.businesszi .textbox .icons {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    width: 50%;
    margin: 0 auto;
}

.businesszi .textbox .icons .one {
    color: #fff;
    font-size: 0.18rem;
}

.businesszi .textbox .icons .one img {
    display: block;
    margin: 0 auto;
    width: 0.69rem;
    margin: 0.4rem auto;
}

.businesszi .textbox .icons .one span {}

.business_list {
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    right: 0;
    z-index: 3;
}

.business_list ul {
    display: flex;
    justify-content: space-around;
    color: #fff;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    align-items: flex-end;
}

.business_list ul li {
    cursor: pointer;
}

.business_list ul li .item {}

.business_list ul li .item h3 {
    font-size: 0.22rem;
}

.business_list ul li .item i {
    display: block;
    width: 1px;
    height: 0.35rem;
    background: #fff;
    margin: 0 auto;
}

.business_list ul li .item .dots {
    width: 0.16rem;
    height: 0.16rem;
    margin: 0 auto;
    position: relative;
    margin: 0 auto -0.08rem;
}

.business_list ul li .item .dots i {
    width: 0.1rem !important;
    height: 0.1rem !important;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.business_list ul li.on .item .dots i {
    /* border: 0.02rem solid rgba(255,255,255,0.5); */
    background: #145896;
}

.business_list ul li .item .dots i.i2 {
    width: 0.16rem !important;
    height: 0.16rem !important;
    background: rgba(255,255,255,0.5);
    z-index: 1;
    opacity: 0;
}
.business_list ul li.on .item i {
    height: 0.7rem;
    transition: all 0.3s;
}

.business_list ul li.on .item .dots i.i2 {
    opacity: 1;
}

.business_box:after {content: "";position: absolute;left: 0;right: 0;bottom: 0;height: 4rem;background: linear-gradient(0deg, rgb(8 31 55/0.8), transparent);display: block;z-index: 1;}
.business_zim .swiper-button-next {
    right: 5%;
}

.business_zim .swiper-button-prev {
    left: 5%;
}


/*=========== p7-1招采信息-列表 ===========*/
.mining {
  /* padding-bottom: 110px; */
}
.mining .Nsearch {
  /* margin: 48px auto 30px; */
}
.mining .Nsearch .next .inp {
  width: 15%;
}
.mining .Nsearch .next .inp .clearfix {
  padding: 0 18px;
}
.mining .Nsearch .next .inp .clearfix i {
  right: 0.18rem;
}
.mining .Nsearch .next .inp.inp2 {
  width: calc(100% - 30% - 60px - 131px - 363px);
}
.mining .Nsearch .next .inp.inp3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 363px;
}
.mining .Nsearch .next .inp.inp3 .clearfix {
  padding: 0;
}
.mining .Nsearch .next .inp.inp3 .clearfix i {
  right: 0;
  /* background: url(../images/icon/icon_63s.png) center no-repeat; */
}
.mining .Nsearch .next .inp.inp3 span {
  margin-right: 11px;
  width: 20px;
  height: 22px;
  background: url(../images/time.png) center no-repeat;
}
.mining .Nsearch .next .inp.inp3 em {
  margin: 0 20px 0 16px;
  width: 24px;
  height: 1px;

}
.mining .Nsearch .next .inp.inp3 input {
  width: 120px;
  /* color: #014fa1; */
}
.mining .Nsearch .next .inp.inp3 input::-webkit-input-placeholder {
  color: #999;
}
.mining .nextBox {
  padding: 0.35rem 0;
  width: 100%;
  text-align: center;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.mining .nextBox .t_1 {
  line-height: 0.6rem;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  background: #004ea1;
}
.mining .nextBox .t_1 div {
  display: flex;
  align-items: center;
  margin: 0;
}
.mining .nextBox .t_1 .p1 {
  margin-right: 0;
  width: 20%;
}
.mining .nextBox .t_1 .p2 {
  width: 49%;
}
.mining .nextBox .t_1 .p3 {
  width: 15%;
}
.mining .nextBox .t_1 .p4 {
  width: 16%;
}
.mining .nextBox .chunk {
  margin: 0;
  border: 1px solid #e4e4e4;
}
.mining .nextBox .chunk ul li a {
  display: flex;
  align-items: center;
  padding: 0.1rem 0;
  font-size: 0.16rem;
  line-height: 30px;
  border-bottom: #e4e4e4 1px solid;
}
.mining .nextBox .chunk ul li .p1 {
  margin-right: 0;
  width: 20%;
}
.mining .nextBox .chunk ul li .p2 {
  width: 49%;
}
.mining .nextBox .chunk ul li .p3 {
  width: 15%;
}
.mining .nextBox .chunk ul li .p4 {
  width: 16%;
  font-family: Arial;
}
.Nsearch {
  position: relative;
  z-index: 3;
  /* margin: 85px auto 72px; */
  /* padding: 25px 35px; */
  /* background: #fff; */
}
.Nsearch .next .inp {
  float: left;
  position: relative;
  margin: 0 15px 0 0;
  width: 26.28%;
  height: 0.4rem;
  border: #d7d7d7 1px solid;
  border-radius: 6px;
}
.Nsearch .next .inp .clearfix {
  position: relative;
  padding: 0 30px;
  cursor: pointer;
}
.Nsearch .next .inp i {
  position: absolute;
  right: 0.3rem;
  top: 0;
  width: 0.17rem;
  height: 100%;
  background: url(../images/xjt.png) center no-repeat;
}
.Nsearch .next .inp em {
  float: left;
  width: 30px;
  height: 50px;
  background: url(../images/icon/icon_64.png) center no-repeat;
}
.Nsearch .next .inp input,
.Nsearch .next .inp p {
  float: left;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 16px;
  color: #999;
  background: none;
}
.Nsearch .next .inp .pos {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  padding: 20px;
  width: 100%;
  max-height: 264px;
  overflow-y: auto !important;
  background: #fff;
  border: #fff 1px solid;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.Nsearch .next .inp .pos a {
  padding: 5px 0 5px 2px;
  line-height: 25px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  display: block;
}
.Nsearch .next .inp .pos a:hover {
  color: #014fa1;
}
.Nsearch .next .inp.inp2 {
  width: calc(100% - 26.28% - 30px - 131px);
}
.Nsearch .next .inp.inp2 input {
  padding-left: 10px;
  width: calc(100% - 30px);
}
.Nsearch .next .but {
  float: left;
  width: 131px;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 18px;
  color: #fff;
  background: #014fa1;
  border-radius: 6px;
}
.mining .nextBox .chunk ul li {
    background: #fff;
}

.mining .nextBox .chunk ul li:nth-child(2n) {
    background: #fafafa;
}
.part_ness ul li .item  .date.bg_lan {
    background: #0250a1;
}

.join_us {}

.join_image {
    background: url(../images/join_image.jpg) right;
    background-size: cover;
    text-align: center;
    color: #fff;
    line-height: 0.3rem;
    padding: 1rem;
    border-radius: 0.08rem;
    margin: 0 0 0.3rem 0;
}

.join_image h3 {
    font-size: 0.3rem;
    margin: 0 0 0.3rem;
}

.join_image p {
    width: 80%;
    margin: 0 auto;
}
.part_ness ul li .item.bg_lan {}

.part_ness ul li .item.bg_lan .date {
    background: #0250a1;
}

.part_ness ul li .item.bg_lan::after {
    display: none;
}
.join_list {}

.join_list ul {
    display: flex;
    margin: -0.15rem;
}

.join_list ul li {
    width: 33.33%;
    padding: 0.15rem;
}

.join_list ul li .item {
    display: block;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0.3rem;
    transition: all 0.3s;
}

.join_list ul li .item h3 {
    font-size: 0.2rem;
    font-weight: bold;
    padding: 0 0 0.1rem;
    border-bottom: 1px solid #ddd;
    margin: 0 0 0.2rem 0;
    /* color: #262626; */
}

.join_list ul li .item .zi {line-height: 0.3rem;}

.join_list ul li .item .zi h4 {
    font-weight: bold;
    color: #262626;
}

.join_list ul li .item .zi p {
    color: #666;
}

.join_list ul li:hover .item {
    transform: translate(0px, -10px);
}



@media (min-width: 1px) and (max-width: 800px) {
  .wap_show {
    display: block;
}

.web_show {
    display: none;
}
.neibanner {
    height: 4rem;
}

.nei_twonav .wal {
    overflow: scroll;
}

.nei_twonav ul {
    width: 150%;
}

.neiabout_infor .nabout_main .wal {
    display: block;
}

.neiabout_infor .nabout_main .left {
    width: 100%;
    margin: 0 0 0.2rem 0;
}

.neiabout_infor .nabout_main .right {
    width: 100%;
}

.nabout_video img {
    width: auto;
    height: 3rem;
    margin: 0 auto;
    display: block;
}

.nabout_video {
    display: flex;
    text-align: center;
    overflow: hidden;
    justify-content: center;
}

.nculture ul li {
    width: 50%;
}

.companyzi .text {
    width: 100%;
    padding: 0.2rem;
}

.companyzi .text h3 {
    /* height: 0.89rem; */
}

.companyzi .text span {
    /* height: 0.58rem; */
}

.companyzi .text {
    height: 4.5rem;
}

.company_who ul {
    flex-flow: wrap;
}

.company_who ul li {
    flex: auto;
    width: 50%;
}
.company_honor .swiper-slide {
    height: auto;
}

.company_honor {
    height: auto;
}

.company_honor .swiper {
    padding: 0;
}
.ncontact_text .text {
    width: 100%;
}

.mapbox {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.ncontact_text {
    height: auto;
    margin: 0 0 0.3rem;
}
.newsimgbox {
    display: none;
}

.left_right_news .news_list {
    width: 100%;
}

.top_bot_news ul li {
    width: 100%;
}
.business_imgm .imgj {
    height: 80vh;
}
.part_ness ul li {
    width: 100%;
}

.join_image {
    padding: 0.5rem;
}

.join_list ul li {
    width: 100%;
}
.news_nextprev .center {
    display: none;
}


.news_nextprev .left {
    width: 50%;
}

.news_nextprev .right {
    width: 50%;
}
.top_nav .nav_main ul li .one_level .zi .morejt {}

.two_nav_list .wal {
    padding: 0;
    height: auto;
    margin: 0;
}

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

.two_nav_list .bac_img {
    height: auto;
    background: none !important;
}

.top_nav .nav_main ul li.has .two_nav_list {
    height: 0;
    background: none;
    border: 0;
}

.top_nav .nav_main ul li .two_nav_list .right a {
    width: 100%;
    line-height: 0.7rem;
}
.top_nav .nav_main ul li.has.on .two_nav_list {
    display: block;
    height: auto;
}

}