.clearfix::after {
    display: block;
    clear: both;
    content: '';
}


@-webkit-keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(calc(.buyBox .buyUl li .buyUlImg img-100vw - 50%), 0, 0)
    }
    50% {
        opacity: 1;
        -webkit-transform: translate3d(100px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(calc(-100vw - 50%), 0, 0);
        transform: translate3d(calc(-100vw - 50%), 0, 0)
    }
    50% {
        opacity: 1;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes anim-close {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0)
    }
    50% {
        opacity: 1;
        -webkit-transform: translate3d(-100px, 0, 0) scale3d(1.1, 1.1, 1)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(calc(100vw + 50%), 0, 0)
    }
}

@keyframes anim-close {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        opacity: 1;
        -webkit-transform: translate3d(-100px, 0, 0) scale3d(1.1, 1.1, 1);
        transform: translate3d(-100px, 0, 0) scale3d(1.1, 1.1, 1)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(calc(100vw + 50%), 0, 0);
        transform: translate3d(calc(100vw + 50%), 0, 0)
    }
}

body {
    overflow-x: hidden
}

/*头部导航登录切换语言*/
.concatMyBox {
    display: flex;
    color: #fff;
}

.concatMyBox a {
    color: #fff;
}

.concatMyBox > div {
    margin: 0 0.1rem;
    font-size: 0.2rem;
}


strong {
    font-weight: 700 !important
}

.container {
    width: 12.86rem;
    margin: 0 auto
}


.outer-container {
    width: 14rem;
    margin: 0 auto
}

.video-js{
    width: 100%;
    height: fit-content;
}


header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item:last-child {
    margin-right: 0
}




header.header {
    white-space: nowrap
}

header.header div.header-wrapper {
    background-color: #0b40ae;
    white-space: nowrap
}

header.header div.header-wrapper .phone-logo, header.header div.header-wrapper div.slide-button {
    display: none
}


header.header div.header-wrapper .phone-logo .phone-logo-img {
    display: inline-block;
    height: 100%;
    width: auto;
    padding-right: .2rem;
    display: flex;
    align-items: center
}

header.header div.header-wrapper .phone-logo .phone-logo-img img {
    display: block;
    height: .7rem
}


header.header div.header-wrapper .phone-logo .phone-logo-test {
    display: inline-block;
    padding-left: .2rem;
    padding-top: .25rem;
    vertical-align: top
}

header.header div.header-wrapper .phone-logo .phone-logo-test div {
    font-size: .3rem;
    color: #008950
}


header.header div.company-info {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
    transition: all .5s;
    background-color: #fff;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.headerPcTop{
    display: flex;
    max-width: 90%;
    margin: .1rem auto;
}
.headerPcTop .headerPcTopLef{
    display: flex;
    width: 4.4rem;
    align-items: center;
}
.headerPcTop .headerPcTopLef .headerPcTopLefLogo{
    max-width: 100%;
    height: 66px;
  display: flex;
  align-items: center;
}

.headerPcTop .headerPcTopLef .headerPcTopLefLogo img{
    max-width: 50%;
    max-height: 100%;
}

.headerPcTopCen{
    width: calc(100% - 6.74rem);
    display: flex;
    justify-content: center;
}
.headerPcTopCen .headerPcTopCenUl{
   width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  
}
.headerPcTopCen .headerPcTopCenUl li{
    width:2.58rem;
  border: 1px solid #00f;
  border-radius: 10px;
  margin: 0 auto 0.04rem;
  height: .24rem;
  line-height: .24rem;
  overflow: hidden;
}
.headerPcTopCen .headerPcTopCenUl li .headerPcTopCenSma{
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #0b3289;
    font-weight: bold;
    font-size: .14rem;
}
.headerPcTopCen .headerPcTopCenUl li .headerPcTopCenBig{
    width: 60%;
    color: #0b3289;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    font-size: .14rem;
}
.headerPcTopCenTime{
    margin-left: .2rem;
    width: calc(50% - .2rem);
    display: flex;
}
.headerPcTopCenTime li{
   margin-right: .2rem;
   width: 90px;
}
.headerPcTopCenTime li:last-child{
    margin-right: 0;
}
.headerPcTopCenTime li.headerPcTopCenTimeLi {
    width: 2.03rem;
}
.headerPcTopCenTime li.headerPcTopCenTimeLi span{
    width: calc(100% / 3);
    text-align: center;
    display: inline-block;
    color: #595757;
    font-size: .13rem;
    margin-top: .04rem;
}
.headerPcTopRig{
    width: 2.34rem;
    display: flex;
  flex-direction: column;
  justify-content: center;
}
.headerPcTopRig .headerPcTopRigTop,
.headerPcTopRig .headerPcTopRigTop i{
    font-size: 12px;
}
.headerPcTopRig .headerPcTopRigBot{
    font-size: .2rem;
    color: #595757;
}
.headerPcTopRig .headerPcTopRigPhone{
    font-size: .2rem;
    margin: 0.1rem 0;
    color: #595757;
}
.headerPcTopRig .headerPcTopRigPhone img,
.headerPcTopRigBot img{
    width: .26rem;
    height: .26rem;
    margin-right: .06rem;
}



header.header div.company-info .headerPc .headerPcBot{
    display: flex;
    color: #000;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    background-color: #e6e6e6;
}
header.header div.company-info .headerPc .headerPcBot ul{
    display: flex;
    max-width: calc(100% - 3rem);
    justify-content: center;
    margin-right: .4rem;
}
header.header div.company-info .headerPc .headerPcBot ul li{
    position: relative;
    padding:.13rem 0;
     display: block;
    text-align: center;
     font-size: 16px !important;
  line-height: 24px !important;
  color: #000;
  font-weight: 400 !important;
  letter-spacing: .8px;
  margin-right: .2rem;
  min-width: 1rem;
  overflow: hidden;
 
}
header.header div.company-info .headerPc .headerPcBot ul li.active  a{
    font-weight: 800!important;
}
header.header div.company-info .headerPc .headerPcBot ul li:last-child{
    margin-right: 0;
}

header.header div.company-info .headerPc .headerPcBot li a{
    font-size: .16rem !important;
  line-height: 1.6 !important;
  color: #000;
  font-weight: 400 !important;
  letter-spacing: .8px;
}
header.header div.company-info .headerPc .headerPcBot li:hover .line{
    width: 100%;
}
header.header div.company-info .headerPc .headerPcBot li.active .line{
    width: 100%;
}
header.header div.company-info .headerPc .headerPcBot li .line{
    content: "";
  position: absolute;
  bottom: .000001rem;
  left: 0;
  width: 0;
  height: .03rem;
  background-color: #00f;
  -webkit-transition:
width .2s;
  transition:
width .2s;
}
.headerPcCen{
    width: 100%;
    height: 1px;
    background-color: #8080802b;
}



header.header div.company-info .company-info-content {
    width: 16rem;
    display: flex;
    justify-content: space-around;
    align-items: center
}

header.header div.company-info .company-info-content .left-logo {
    width: 2.5rem;
    height: .8rem;
    float: left;
    margin-top: .04rem;
    display: table;
    text-align: center
}

header.header div.company-info .company-info-content .left-logo a {
    display: table-cell;
    vertical-align: middle
}

header.header div.company-info .company-info-content .left-logo a img {
    display: block;
    max-width: 100%;
    margin: auto
}

header.header div.company-info .company-info-content nav.nav {
    max-width: calc(100% - 7rem);
    min-width: calc(100% - 10rem);
    height: .86rem
}
header.header .right-message{
    width: 2rem;
}
header.header .right-message .right-message-tel{
    height: 100%;
}
header.header .right-message .right-message-tel .text{
    align-items: center;
    height: 100%;
}
header.header .concatMyBox{
    width: 1.36rem;
}

.banner div.swiper-container div.swiper-wrapper, header.header div.company-info .company-info-content nav.nav div.nav-wrapper {
    height: 100%
}

header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list {
    font-size: 0;
    white-space: nowrap;
    display: flex;
    justify-content: space-between
}

header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item {
    position: relative;
    padding: .13rem 0;
    display: block;
    text-align: center
}

header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item > a {
    display: flex !important;
    align-items: center;
    height: .6rem
}

.banner div.swiper-container img, header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item.active .line {
    width: 100%
}

.banner div.swiper-container img {
    height: 100%;
}

header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .line {
    content: "";
    position: absolute;
    bottom: .000001rem;
    left: 0;
    width: 0;
    height: .03rem;
    background-color: #fff;
    -webkit-transition: width .2s;
    transition: width .2s
}

header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item:hover .line {
    width: 100%;
    -webkit-transition: width .2s;
    transition: width .2s
}

header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item a {
    display: block;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #fff;
    font-weight: 400 !important;
    letter-spacing: .8px;
}

header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .navWrapper {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, .9);
    z-index: 100001;
    width: 100%;
    min-width: 2rem;
    max-height: calc(100vh - 1.95rem);
    display: none
}

header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .navWrapper .child-nav li.child-item {
    border-bottom: 1px solid #f2f2f2;
    position: relative
}

header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .navWrapper .child-nav li.child-item:last-child {
    border-bottom: 0 none
}

header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .navWrapper .child-nav li.child-item a {
    display: block;
    text-align: center;
    padding: .1rem;
    -webkit-transition: color .2s;
    transition: color .2s;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font: .14rem/.24rem "寰蒋闆呴粦", "Microsoft YaHei", "SimHei", "FangSong", Arial, Helvetica, sans-serif !important;
    font-size: .14rem !important;
    line-height: .24rem !important;
    color: #4b4b4b;
    font-weight: 400 !important
}

header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .navWrapper .child-nav li.child-item a:hover {
    color: #002664;
    -webkit-transition: color .2s;
    transition: color .2s
}


header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .navWrapper .child-nav li.child-item.borderActive .icon {
    transform: rotate(90deg)
}

header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .navWrapper .child-nav li.child-item .navWrapperThree {
    width: 1.9rem;
    padding: 0 .1rem;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 100001;
    background-color: rgba(250, 250, 250, .9);
    display: none
}

header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .navWrapper .child-nav li.child-item .navWrapperThree .child-three .item-three a {
    display: block;
    text-align: center;
    padding: .1rem;
    -webkit-transition: color .2s;
    transition: color .2s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 0;
    font: .12rem/.2rem "寰蒋闆呴粦", "Microsoft YaHei", "SimHei", "FangSong", Arial, Helvetica, sans-serif !important;
    font-size: .12rem !important;
    line-height: .2rem !important;
    color: #4b4b4b;
    font-weight: 400 !important
}

header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .navWrapper .child-nav li.child-item .navWrapperThree .child-three .item-three.threeActive a, header.header div.company-info .company-info-content nav.nav div.nav-wrapper ul.nav-list li.list-item .navWrapper .child-nav li.child-item .navWrapperThree .child-three .item-three:hover a {
    color: #16709b;
    -webkit-transition: color .2s;
    transition: color .2s
}

header.header div.company-info .right-message .right-message-tel .text {
    float: left;
    display: flex;
}

header.header div.company-info .right-message .right-message-tel .text a {
    font-size: 12px;
    width: 0.3rem;
    height: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: #000000;*/
    /*border-color: #000000;*/
    /*border-radius: 4px;*/
    color: #fff;
    margin: 0.05rem;
}
header.header div.company-info .right-message .right-message-tel .text a i{
    font-size: .26rem;
}

header.header div.company-info .right-message .right-message-tel .text a img {
    width: .3rem;
}


.noData {
    display: none
}

.noData {
    text-align: center;
    margin: .5rem 0;
    font-size: .16rem
}

.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 1.3rem
}

.banner div.pc_pagination {
    position: absolute;
    bottom: .4rem;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    text-align: center;
    z-index: 98;
    font-size: 0
}

.banner div.pc_pagination span {
    width: 70px;
    height: 4px;
    background: rgb(255,0,0);
    border-radius: 0;
}


.banner div.pc_pagination span.swiper-pagination-switch {
    display: inline-block;
    width: 1rem;
    height: .06rem;
    border-radius: .04rem;
    background: #fff;
    margin: 0 .15rem
}

.banner div.pc_pagination span.swiper-pagination-switch.template_main_back {
    background: #0b40ae;
}

.banner div.arrow {
    width: .6rem;
    height: .6rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer
}


.banner div.arrow-left-index {
    background: url(../image/banner-arrow-left.png) center center no-repeat;
    background-size: .6rem auto;
    left: 1.1rem
}

.banner div.arrow-right-index {
    background: url(../image/banner-arrow-right.png) center center no-repeat;
    background-size: .6rem auto;
    right: 1.1rem
}

.banner div.swiper-container {
    height: calc(100vh - 128px)
}


.banner div.swiper-container div.swiper-slide {
    height: 100%;
    position: relative
}

.banner div.swiper-container a {
    display: block;
    height: 100%;
}

.page-banner {
    position: relative;
    width: 100%;
    margin: 1.7rem auto 0;
}

.page-banner .page-bannerCon{
    position: absolute;
    top: 0;
    left: 20%;
    color: #fff;
    font-size: 0.4rem;
    width: 40%;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
} 
.page-banner .page-bannerCon p:first-child{
    font-weight: bold;
    font-size: 0.4rem;
    margin-bottom: 0.2rem;
}
.page-banner .page-bannerCon p:last-child{
    letter-spacing: 0.32rem;
}
.page-banner img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}


.indexBanner{
    position: relative;
}
.indexBanner .indexBanText{
    position: absolute;
    color: #fff;
    top: .4rem;
    left: .7rem;
    font-size: .3rem;
    width: 7rem;
    font-weight: bold;
    line-height: 1.2;
}

.phone-banner {
    display: none
}


table {
    width: 100% !important
}






.sidebar {
    width: 2.8rem;
    float: left
}

.sidebar .sidebar-title {
    min-height: .9rem;
    padding: .15rem .1rem
}

.sidebar .sidebar-title .ch, .sidebar .sidebar-title .en {
    font-size: .25rem;
    font-weight: 700;
    color: #fff;
    text-align: center
}

.sidebar .sidebar-title .en {
    font-size: .17rem
}

.sidebar .column .column-title {
    background-color: #0b40ae
}

.sidebar .column .column-list ul li {
    display: block;
    width: 100%;
    border: 1px solid #e6e6e6;
    margin-top: .1rem;
    position: relative
}

.sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li a, .sidebar .column .column-list ul li a {
    color: #707070;
    display: block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sidebar .column .column-list ul li a {
    height: .42rem;
    line-height: .42rem;
    font-size: .16rem;
    padding: 0 .3rem
}

.sidebar .column .column-list ul li .icon {
    display: block;
    font-family: serif;
    font-size: .18rem;
    font-weight: 700;
    color: #666;
    transform: rotate(-90deg);
    position: absolute;
    right: .1rem;
    top: .1rem;
    transition: .5s
}

.sidebar .column .column-list ul li.borderActive .icon, .sidebar .column .column-list ul li:hover .icon {
    transform: rotate(90deg)
}

.sidebar .column .column-list ul li .wrap {
    width: 99%;
    padding: 0 .1rem;
    box-sizing: border-box;
    display: none
}

.sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li a {
    font-size: .14rem;
    padding: 0;
    -webkit-transition: color .2s;
    transition: color .2s;
    border: 0
}

.sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li.threeActive a, .sidebar .column .column-list ul li .wrap .wrap-ul .wrap-li:hover a {
    color: #0b40ae;
    -webkit-transition: color .2s;
    transition: color .2s
}

.sidebar .column .column-list ul li.columnActive, .sidebar .column .column-list ul li:hover {
    border: 1px solid #0b40ae
}

.sidebar .column .column-list ul li.columnActive > a, .sidebar .column .column-list ul li:hover > a {
    font-weight: 700;
    color: #0b40ae
}

.sidebar .contact {
    margin-top: .3rem;
    border: 1px solid #e6e6e6
}

.sidebar .contact .contact-title {
    background: url(../image/sidebar-contact-bg.png) center center no-repeat;
    background-size: 100% auto
}

.sidebar .contact .contact-content {
    padding: .15rem .24rem .2rem
}

.sidebar .contact .contact-content .intro {
    font-size: .14rem;
    color: #707070;
    line-height: .24rem
}

.sidebar .contact .contact-content ul li {
    display: block;
    margin-top: .13rem;
    font-size: .14rem;
    line-height: 1.6;
    color: #707070
}

.sidebar .contact .contact-content ul li span {
    color: #000
}

.sidebar .contact .contact-content ul li strong {
    color: #0b40ae
}

.sidebar .contact .contact-content dl {
    margin-top: .3rem
}

.sidebar .contact .contact-content dl dt {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    overflow: hidden
}

.sidebar .contact .contact-content dl dt img {
    width: 100%;
    height: auto
}

.sidebar .contact .contact-content dl dd {
    display: inline-block;
    font-size: .14rem;
    color: #707070;
    line-height: .21rem;
    vertical-align: top;
    padding-top: .3rem
}

.layer-page {
    width: 100%;
    margin: .3rem auto 0;
    text-align: center
}


.layer-page .laypage_main {
    display: inline-block
}

.layer-page .laypage_main a {
    color: #333
}

.layer-page .laypage_main a, .layer-page .laypage_main span {
    width: .3rem;
    height: .3rem;
    border-radius: 0;
    background: #fff;
    border: 0;
    line-height: .3rem;
    font-size: .16rem
}


.layer-page .laypage_main span {
    background-color: #fff;
    color: gray !important
}

.layer-page .laypage_main a:hover, .layer-page .laypage_main span.laypage_curr {
    color: #fff !important;
    background-color: #707070
}

.layer-page .laypage_main span.laypage_curr {
    font-weight: 400;
    border: 0
}

.layer-page .laypage_main a.laypage_next, .layer-page .laypage_main a.laypage_prev {
    position: relative;
    font-size: 0;
    width: auto
}

.layer-page .laypage_main a.laypage_next:before {
    content: ">>";
    font-size: .12rem
}


.layer-page .laypage_main a.laypage_first {
    width: auto
}

.layer-page .laypage_main a.laypage_last {
    display: none
}

.layer-page .laypage_main a.laypage_prev:before {
    content: "<<";
    font-size: .12rem
}


.supage_42 .i4 {
    padding: .8rem 0 0.6rem
}

.supage_42 .i4 .public-title h2 {
    display: block;
    font-size: .66rem;
    font-weight: bold;
    color: #0B40AE;
    text-align: center
}

.supage_42 .i4 .public-title p {
    display: block;
    font-size: .4rem;
    color: #000;
    text-align: center
}
/*修改后的服务*/
.indexFw{
    background-image: url('../image/fw.jpg');
    background-size: cover;
}
.indexFw .indexFwImg{
    margin-top: 0.45rem;
  padding:0.2rem 0;
  position: relative;
}
.indexFw .indexFwImg .indexFwImgFs{
    position:absolute;
    color: #000;
    left: 44%;
    
}
.indexFw .indexFwImg .indexFwImgFsOne{
   top: 10%;
  
}
.indexFw .indexFwImg .indexFwImgFsTwo{
    top: 34%;
}
.indexFw .indexFwImg .indexFwImgFsThree{
    bottom: 40%;
}
.indexFw .indexFwImg img{
    max-width:100%;
    display: block;
    margin: 0 auto;
}
.indexFw .indexFwType{
    display: flex;
    margin: 0.4rem 0 .8rem;
    flex-wrap: wrap;
}
.indexFw .indexFwType li{
   margin:0 0.6rem 0.3rem;
  width: calc((100% - 4rem) / 3);
  text-align: center;
}
.indexFw .indexFwType li img{
    width: 44%;
}
.indexFw .indexFwType li p{
    text-align: center;
  font-size: 16px;
}
.indexFw .indexFwUl{
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.45rem;
  padding:0.2rem 0;
  justify-content: center;
}
.indexFw .indexFwUl li{
    margin:0 0.3rem 0.3rem;
  width: calc((100% - 4.6rem) / 4);
  display: flex;
  flex-direction: column;
  padding:0.3rem 0.2rem;
  transition: all .4s;
  align-items: center;
}
.indexFw .indexFwUl li:hover{
    transform: translateY(-10px);
}
.indexFw .indexFwUl li img{
    width: 80px;
}
.indexFw .indexFwUl li p{
    font-size: 16px;
    text-align: center;
}
.home-banner1 {
    background: center / cover no-repeat;
}

.home-banner1 .home-banner1-color {
    background: rgb(11, 64, 174);
    padding: 0.3rem 0;
}

.home-banner1 .home-banner1-color,
.home-banner1 .container {
    height: 100%;
    position: relative;
}

.home-banner1 .home-banner1-text {
    padding-top: 0.3rem;
    width: 70%;
}

.home-banner1 .home-banner1-text h1,
.home-banner1 .home-banner1-text h2,
.home-banner1 .home-banner1-text h3 {
    font-size: 0.36rem;
}

.home-banner1 .home-banner1-text h1 span,
.home-banner1 .home-banner1-text h2 span,
.home-banner1 .home-banner1-text h3 span {
    font-size: 0.28rem;
}

.home-banner1 .home-banner1-text,
.home-banner1 .home-banner1-text p {
    font-family: "Microsoft YaHei" !important;
    line-height: 1.6 !important;
    color: #fff !important;
}

.home-banner1 .home-banner1-phone {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-banner1 .home-banner1-phone .home-banner1-tel {
    background: url("../image/header-tel-icon.png") left / 48px 48px no-repeat;
    padding-left: 60px;
}

.home-banner1 .home-banner1-phone .home-banner1-tel span {
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    display: block;
}

.home-banner1 .home-banner1-phone .home-banner1-tel b {
    display: block;
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
}

.home-banner1 .home-banner1-phone .home-banner1-button {
    margin-top: 15px;
    background: linear-gradient(90deg, #F9BA56 0%, #F08C09 100%);
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    border-radius: 0.1rem;
    padding: 6px 34px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.supage_45 .i7 {
    padding: 0.6rem 0 0.4rem;
}

.supage_45 .i7 .public-title h2 {
    display: block;
    font-size: 0.46rem;
    color: #0B40AE;
    text-align: left;
}

.supage_45 .i7 .public-title p {
    display: block;
    font-size: 0.4rem;
    color: #000;
    text-align: center;
}
.supage_45 .indexDg,
.buyBox .indexDg{
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.45rem;
    justify-content: center;
}
.supage_45 .indexDg li,
.buyBox .indexDg li{
    width: calc((100% - 4rem) / 3);
    margin-right: 2rem;
    margin-bottom: 0.3rem;
    background-image: url('../image/border.png');
    background-repeat: no-repeat;
    background-size:100% 100%;
}
.supage_45 .indexDg li> a.indexDgBox,
.buyBox .indexDg li> a.indexDgBox{
    display: block;
    padding: 0.2rem 0.1rem .26rem .2rem;
}
.supage_45 .indexDg li:last-child,
.buyBox .indexDg li:nth-child(3n),
.supage_45 .indexDg li:nth-child(3n){
    margin-right: 0;
}

.supage_45 .indexDg li .indexDgImg,
.buyBox .indexDg li .indexDgImg{
    display: flex;
    align-items: center;
}
.supage_45 .indexDg li img,
.buyBox .indexDg li img{
    width: .6rem;
    height: .6rem;
    max-height: 100%;
}
.supage_45 .indexDg li .indexDgImg span,
.buyBox .indexDg li .indexDgImg span{
    font-size: .2rem;
    margin-left: .1rem;
    color: #0b3289;
    font-weight: bold;
    display: inline-block;
    max-width: calc(100% - .7rem);
}
.indexDg li .indexDgCarCon,
.buyBox .indexDg .indexDgCarCon{
    font-size: .16rem;
    color: #0b3289;
    margin-top: 0.2rem;
    margin-bottom:.1rem;
    line-height: 1.6;
    height: 1.04rem;
}
.supage_45 .indexDg li .indexDgTit,
.buyBox .indexDg li .indexDgTit{
    display: block;
    text-align: center;
    font-size: .18rem;
    color: #595757;
    background-image: url('../image/carTz.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1.74rem;
    height: .3rem;
    line-height: .3rem;
    margin: 0 auto;
}
.supage_45 .indexDg li .indexDgTit img,
.buyBox .indexDg li .indexDgTit img{
    width: .2rem;
}


.indexConcat{
    width: calc(12.86rem - .8rem);
    margin: 0 auto .4rem;
    background-image: url(../image/concatBg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: .4rem;
}
.indexConcat .indexConcatCon{
    font-size: .3rem;
    color: #3e3a39;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
}
.indexConcat .indexConcatForm{
    margin: .4rem 0;
}
.indexConcat .indexConcatForm .layui-form{
    display: flex;
    justify-content: center;
}
.indexConcatForm .layui-form .layui-input-block{
    position: relative;
    margin-left: 0;
    border-radius: 10px;
    overflow: hidden;
    min-height: fit-content;
}
.indexConcatForm .layui-form .layui-input-block input{
    width: 3.8rem;
    height: .5rem;
    line-height: .5rem;
    padding-left: .8rem;
    padding-right: .23rem;
    background-color: #efefef;
}
.indexConcatForm .indexConcatFormBut button{
    width: 3.8rem;
    height: .5rem;
    line-height: .5rem;
    text-align: center;
    background-color: #0b3289;
    font-size: .2rem;
    color: #fff;
}
.indexConcatForm .layui-form .layui-input-block .indexConcatFormIcon{
    position: absolute;
    width: .6rem;
    height: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.indexConcatForm .layui-form .layui-form-item:nth-child(2){
    margin: 0 .4rem;
}
.indexConcatForm .layui-form .layui-input-block .indexConcatFormIcon img{
    width: .2rem;
}
.indexConcat .indexConcatBot{
    display: flex;
    align-items: center;
}
.indexConcat .indexConcatBot .indexConcatBotLef{
    width: 5rem;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.indexConcat .indexConcatBot .indexConcatBotLef img{
    width: .3rem;
    margin-right: .1rem;
}
.indexConcat .indexConcatBot .indexConcatBotLef p{
    width: calc(100% - .4rem);
    font-size: .16rem;
    line-height: 1.4;
    color: #595757;
}
.indexConcat .indexConcatBot .indexConcatBotCen{
    margin: 0 1rem;
}
.indexConcat .indexConcatBot .indexConcatBotCen p{
    font-size: .16rem;
    line-height: 1.4;
    color: #595757;
    display: flex;
    align-items: center;
    margin-bottom: .1rem;
}
.indexConcat .indexConcatBot .indexConcatBotCen p img{
    height: .24rem;
    width: .24rem;
    margin-right: .06rem;
}
.indexConcat .indexConcatBot .indexConcatBotRig{
    font-size: .16rem;
    color: #595757;
    border: 2px solid #595757;
    border-radius: 10px;
    width: 3.4rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
}
.indexConcat .indexConcatBot .indexConcatBotRig img{
    width: .4rem;
    margin-right: .1rem;
}





.supage_45 .i7 .more-btn span {
    display: inline-block;
    padding-right: 0.25rem;
    background: url(../image/more.png) right center no-repeat;
    background-size: 15px auto;
}

.supage_45 .i7 .more-btn:hover {
    opacity: 0.8;
}


.supage_44 .i6 .i6-main {
    padding: 0.6rem 0 0.6rem;
}
.supage_44 .i6 .public-title{
    width: 12.86rem;
    margin: 0 auto;
}

.supage_44 .i6 .public-title h2 {
    display: block;
    text-align: left;
    font-size: 0.46rem;
    color: #0b40ae;
    text-align: left;
}


.supage_44 .i6 .index-new {
    width: 14rem;
    margin: .54rem auto 0;
}

.supage_44 .i6 .index-new .left {
    width: 5.73rem;
    float: left;
    background: #fff;
    height: 6.6rem;
    box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    border-radius: 0.2rem;
}


.supage_44 .i6 .index-new .left .left-top {
    height: 3.68rem;
    background: #0B40AE;
    border-top-right-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
}

.supage_44 .i6 .index-new .left .left-top h6 {
    margin-top: 0.1rem;
    padding: 0.2rem 0.5rem;
}

.supage_44 .i6 .index-new .left .left-top h6 span {
    font-size: 0.26rem;
    color: #000;
}


.supage_44 .i6 .index-new .left .left-top h6 a {
    float: right;
    margin-top: 0.05rem;
    width: 0.24rem;
    height: 0.24rem;
    background: url(../image/more1.png) center center no-repeat;
    background-size: 90% auto;
}


.supage_44 .i6 .index-new .left .left-top .img-new {
    width: calc(100% - 1rem);
    margin-left: 0.5rem;
    margin-bottom: 0.3rem;
    padding-top: 0.5rem;
    height: 4rem;
    overflow: hidden;
    position: relative;
}


.supage_44 .i6 .index-new .left .left-top .img-new a {
    display: block;
    width: 100%;
    height: 100%;
}

.supage_44 .i6 .index-new .left .left-top .img-new img {
    width: 100%;
    height: auto;
}

.supage_44 .i6 .index-new .left .left-top .img-new span {
    display: block;
    width: 100%;
    height: 0.56rem;
    line-height: 0.56rem;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 0 0.15rem;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.supage_44 .i6 .index-new .left .left-top .abstract {
    padding: 0 0.5rem;
    font-size: 14px;
    line-height: 19px;
    color: #707070;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.supage_44 .i6 .index-new .left ul {
    padding: 0 0.3rem 0.22rem 0.3rem;
}

.supage_44 .i6 .index-new .left ul li {
    padding: 0.15rem 0;
    border-bottom: 1px solid #E6E6E6;
}


.supage_44 .i6 .index-new .left ul li a {
    display: block;
    font-size: 0.16rem;
    color: #707070;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.supage_44 .i6 .index-new .left ul li a:hover {
    color: #0B40AE;
}

.supage_44 .i6 .index-new .left ul li:last-child {
    border: none;
}

.supage_44 .i6 .index-new .right {
    width: calc(100% - 6rem);
    float: right;
}

.supage_44 .i6 .index-new .right a {
    display: block;
    margin-bottom: 0.12rem;
    box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    border-radius: 0.2rem;
}

.supage_44 .i6 .index-new .right a:last-child {
    margin-bottom: 0;
}

.supage_44 .i6 .index-new .right dl {
    background: #fff;
    position: relative;
    border-radius: 0.2rem;
}

.supage_44 .i6 .index-new .right dl dt {
    width: 1.2rem;
    height: 0.98rem;
    background: #fcd72f;
    text-align: center;
    padding-top: 0.22rem;
    position: absolute;
    left: -0.65rem;
    top: 0.2rem;
    z-index: 10;
    border-radius: 0.2rem;
}

.supage_44 .i6 .index-new .right dl dt .day {
    font-size: .2rem;
    line-height: 2;
    color: #FFFFFF;
}

.supage_44 .i6 .index-new .right dl dt .year-moon {
    font-size: .24rem;
    line-height: 2;
    color: #FFFFFF;
}

.supage_44 .i6 .index-new .right dl dd {
    padding-left: 0.75rem;
    height: 1.26rem;
    padding-top: 0.3rem;
    padding-right: 0.33rem;
    border-radius: 0.2rem;
}

.supage_44 .i6 .index-new .right dl dd .index-new-title {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.supage_44 .i6 .index-new .right dl dd .index-new-text {
    font-size: 14px;
    line-height: 20px;
    color: #979797;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.14rem;
}

.indexDt .indexTuBox{
    width: fit-content;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

footer.footer {
    position: relative;
    height: 5rem;
    overflow: hidden;
    display: flex;
    align-items: center;
}
footer .footerVideo{
    position: relative;
    width: 100%;
    z-index: -1;
    
}
footer .footerVideo .footerVideoMask{
    background: #0b1126;
    opacity: .7;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}

footer.footer .footer-top {
    position: relative;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
    align-items: center;
    justify-content: center;
}

/*关于我们*/



.supage-160 .brand-nav {
    border-bottom: 1px #E2E2E2 solid;
    height: .62rem;
    line-height: .62rem;
    box-sizing: border-box
}


.supage-160 .brand-nav .location {
    float: left;
    font: .14rem / .62rem , 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: .14rem !important;
    line-height: .62rem !important;
    color: #999999;
    font-weight: 400 !important;
    overflow: hidden;
    white-space: nowrap;
}

.supage-160 .brand-nav .location i {
    display: inline-block;
    width: .19rem;
    height: .25rem;
    background: url("../image/brand-nav-icon.png") center center no-repeat;
    background-size: 100% auto;
    vertical-align: middle
}

.supage-160 .brand-nav .location a:hover {
    text-decoration: underline
}


.supage-160 .brand-nav .column-nav {
    float: right
}

.supage-160 .brand-nav .column-nav .swiper-slide {
    width: 1rem;
    position: relative
}

.supage-160 .brand-nav .column-nav .swiper-slide a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: .16rem;
    color: #737373;
    padding: 0 .05rem
}

.supage-160 .brand-nav .column-nav .swiper-slide.columnActive a, .supage-160 .brand-nav .column-nav .swiper-slide:hover a {
    color: #0b40ae
}


.supage-160 .company-profile {
    padding: .6rem 0 .4rem
}

.supage-160 .company-profile .company-profile-title .begin-time {
    font-size: .46rem;
    color: #0b3289;
}

.supage-160 .company-profile .company-profile-title .begin-slogan {
    margin-top: .05rem;
    font-size: .3rem;
    color: #317EE4
}

.supage-160 .company-profile .company-profile-content {
    margin-top: .2rem;
    padding: .43rem 0;
    background-image: url('../image/aboutBj.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.supage-160 .company-profile .company-profile-content .content {
    font-size: .18rem !important;
    line-height: 2 !important;
    color: #3e3a39;
    font-weight: 400 !important;
    width: 12.86rem;
    margin: 0 auto;
}
.aboutImg{
    margin: 1.32rem auto .4rem;
    display: flex;
    flex-wrap: wrap;
}
.aboutImg li{
    margin-right: .2rem;
    margin-bottom: .2rem;
    width: calc((100% - .4rem) / 3);
}
.aboutImg li:nth-child(3n){
    margin-right: 0;
}
.aboutImg img{
    width: 100%;
    height: 100%;
}
.aboutFot{

  position: relative;
  display: flex;
  justify-content: center;
}
.aboutFot> img{
    position: relative;
    z-index: -1;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
}
.aboutFotBox{
    width: 12.86rem;
    margin: 0 auto;
    display: flex;
    padding: .6rem 0 0;
    position: absolute;
}
.abFotLogo{
    display: flex;
    align-items: center;
    height: 3.2rem;
}
.abFotLogo img{
    max-width: 1rem;
}
.abFotLine{
    margin-left: .3rem;
    margin-right: .3rem;
    width: 3px;
    height: 3.2rem;
    background-color: #fff;
}
.abFotCon{
    margin-right: .76rem;
    width: calc(100% - 5.8rem);
}
.abFotCon .abFotConIcon{
    width: .28rem;
    margin-right: .1rem;
    display: flex;
    align-items: center;
}


.abFotCon h2{
    color: #fff;
    margin-bottom: .24rem;
    font-weight: bold;
    font-size: .24rem;
}
.abFotCon h2 p{
    margin-top: .1rem;
}
.abFotCon ul li{
    margin-bottom: .07rem;
    display: flex;
}
.abFotCon ul li img{
    width: 100%;
}
.abFotCon ul li p{
    color: #fff;
    font-weight: bold;
    font-size: .18rem;
    line-height: 1.8;
    width: calc(100% - 36px - .1rem);
    display: flex;
    align-items: center;
}
.abFotRig{
    display: flex;
    align-items: center;
    height: 3.2rem;
}
.abFotRig li img{
    width: 1rem;
    height: 1rem;
    border-radius: 4px;
}
.abFotRig li{
    margin-right: .2rem;
    text-align: center;
}
.abFotRig li:last-child{
    margin-right: 0;
}
.abFotRig li p{
    color: #fff;
    margin-top: .1rem;
    text-align: center;
    font-size: .14rem;
    height: .2rem;
}

.supage-160 .company-profile .company-profile-content .content img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%
}

.supage-160 .company-profile .company-profile-img {
    margin-top: .5rem
}

.supage-160 .company-profile .company-profile-img ul {
    text-align: center
}

.supage-160 .company-profile .company-profile-img ul li {
    display: inline-block;
    width: 2.8rem;
    height: 2.34rem;
    margin: 0 .1rem;
    position: relative
}

.supage-160 .company-profile .company-profile-img ul li .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.6);
    padding: .8rem .1rem
}

.supage-160 .company-profile .company-profile-img ul li .bg .number {
    font-size: .4rem;
    color: #317EE4;
    line-height: 1.2;
    text-align: center
}

.supage-160 .company-profile .company-profile-img ul li .bg .explain {
    font-size: .14rem;
    color: #317EE4;
    line-height: 1.2;
    text-align: center
}


/*.template_main_color {*/
/*    color: #0b40ae !important;*/
/*}*/

/*新闻中心*/


.brand-nav {
    border-bottom: 1px #E2E2E2 solid;
    height: 0.62rem;
    line-height: 0.62rem;
    box-sizing: border-box;
}


.brand-nav .location {
    float: left;
    font: 0.14rem / 0.62rem '寰蒋闆呴粦', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.14rem !important;
    line-height: 0.62rem !important;
    color: #999999;
    font-weight: 400 !important;
}

.brand-nav .location i {
    display: inline-block;
    width: 0.19rem;
    height: 0.25rem;
    background: url("../image/brand-nav-icon.png") center center no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
}

.brand-nav .location a:hover {
    text-decoration: underline;
}


.brand-nav .column-nav {
    float: right;
}

.brand-nav .column-nav .swiper-slide {
    width: 1rem;
    position: relative;
}

.brand-nav .column-nav .swiper-slide a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 0.16rem;
    color: #737373;
    padding: 0 0.05rem;
}

.brand-nav .column-nav .swiper-slide.columnActive a,
.brand-nav .column-nav .swiper-slide:hover a {
    color: #0b40ae;
}


.news-list .news-list-content {
    float: none;
    width: 100%;
}
.news-list .layer-page .template_main_back{
    background-color: #0b40ae !important;
}

.news-list .news-list-list li dt {
    width: 3rem;
    height: 2.25rem;
    border-radius: 0.2rem;
    overflow: hidden;
}

.news-list .news-list-list li dd {
    width: calc(100% - 3.5rem);
}

.news-list .news-list-list li dd .title {
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.news-list .news-list-nav {
    margin-top: 0.45rem;
    text-align: center;
    padding: 0.25rem 0;
}

.news-list .news-list-nav a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 2rem;
    height: 0.42rem;
    line-height: 0.42rem;
    background: #FFFFFF;
    border: 0.01rem solid #E6E6E6;
    border-radius: 0.02rem;
    font-size: 0.2rem;
    color: #707070;
    margin-right: 0.6rem;
}

.news-list .news-list-nav a:last-child {
    margin-right: 0;
}

.news-list .news-list-nav a:hover,
.news-list .news-list-nav a.active {
    color: #0B40AE;
    border-color: #0B40AE;
}


.new-list-swiper-wrap {
    position: relative;
    padding-top: 0.6rem;
}

.new-list-swiper-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    height: 2.86rem;
    background: #F9F9F9;
}

.new-list-swiper-wrap .display-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 11;
}

.new-list-swiper-wrap .display-title img {
    display: block;
    max-width: 100%;
}


.new-list-swiper {
    position: relative;
    z-index: 11;
}

.new-list-swiper .pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.2rem;
    z-index: 10;
    width: 52%;
    padding-right: 0.58rem;
    text-align: right;
}

.new-list-swiper .pagination .swiper-pagination-bullet {
    width: 0.09rem;
    height: 0.09rem;
    background: #C2C2C2;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 0.12rem;
    border-radius: 0;
}

.new-list-swiper .pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.new-list-swiper .pagination .swiper-active-switch {
    background: #707070;
}

.new-list-swiper .swiper-slide dl dt {
    float: right;
    width: 48%;
    height: 4.5rem;
    border-radius: 0.2rem;
    overflow: hidden;
}

.new-list-swiper .swiper-slide dl dt img {
    display: block;
    width: 100%;
    height: 100%;
}

.new-list-swiper .swiper-slide dl dd {
    float: left;
    width: 43%;
    padding-top: 1.64rem;
}

.new-list-swiper .swiper-slide .new-list-swiper-time {
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #707070;
    padding-top: 0.41rem;
}

.new-list-swiper .swiper-slide .new-list-swiper-title {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.3rem;
    color: #333333;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 0.2rem;
}

.new-list-swiper .swiper-slide .new-list-swiper-text {
    font-size: 16px;
    line-height: 30px;
    color: #737373;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.2rem;
    height: 0.6rem;
}

.brand-nav .location {
    font: 0.14rem / 0.62rem '寰蒋闆呴粦', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.14rem !important;
    line-height: 0.62rem !important;
    color: #999999;
    font-weight: 400 !important;
}

.brand-nav .location i {
    display: inline-block;
    width: 0.19rem;
    height: 0.25rem;
    background: url("../image/brand-nav-icon.png") center center no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
}

.brand-nav .location a:hover {
    text-decoration: underline;
}


.news-list {
    padding: 0.5rem 0;
    background: #F6F6F6;
}

.news-list .news-list-content {
    float: right;
    width: 9.4rem;
}

.news-list .news-list-list {
    margin-bottom: 0.07rem;
}

.news-list .news-list-list li {
    border-bottom: 0.01rem solid #E5E5E5;
}

.news-list .news-list-list li a {
    display: block;
    padding: 0.23rem 0;
}


.news-list .news-list-list li a:hover dl dd .title {
    color: #0B40AE;
}

.news-list .news-list-list li dt {
    float: left;
    width: 2.33rem;
    height: 1.75rem;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-list .news-list-list li dt img {
    width: 100%;
    max-height: 100%;
}

.news-list .news-list-list li dd {
    float: right;
}


.news-list .news-list-list li dd .text {
    font-size: 14px;
    line-height: 30px;
    color: #707070;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 0.02rem;
}


.news-list .news-list-list li dd .link {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #707070;
    font-size: 0;
    white-space: nowrap;
    text-align: center;
    margin-top: 0.06rem;
    overflow: hidden;
}

.news-list .news-list-list li dd .link .linkw {
    padding: 0.03rem 0.1rem;
}

.news-list .news-list-list li dd .link span {
    font-size: 0.14rem;
    line-height: 0.3rem;
    color: #ffffff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 0.1rem;
}


.news-list .news-list-list li dd .link img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 0.08rem;
}


.brand-nav {
    border-bottom: 1px #E2E2E2 solid;
    height: 0.62rem;
    line-height: 0.62rem;
    box-sizing: border-box;
}

.brand-nav .location {
    float: left;
    font: 0.14rem / 0.62rem '寰蒋闆呴粦', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif !important;
    font-size: 0.14rem !important;
    line-height: 0.62rem !important;
    color: #999999;
    font-weight: 400 !important;
}

.brand-nav .location i {
    display: inline-block;
    width: 0.19rem;
    height: 0.25rem;
    background: url("../image/brand-nav-icon.png") center center no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
}

.brand-nav .location a:hover {
    text-decoration: underline;
}


.brand-nav .column-nav {
    float: right;
}

.brand-nav .column-nav .swiper-slide {
    width: 1rem;
    position: relative;
}

.brand-nav .column-nav .swiper-slide a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 0.16rem;
    color: #737373;
    padding: 0 0.05rem;
}

.brand-nav .column-nav .swiper-slide.columnActive a,
.brand-nav .column-nav .swiper-slide:hover a {
    color: #0b40ae;
}


.news-list .news-list-content {
    float: none;
    width: 100%;
}

.news-list .news-list-list li dt {
    width: 3rem;
    height: 2.25rem;
}


.news-list .news-list-list li dd .time {
    font-size: 16px;
    line-height: 30px;
}


.new-list-swiper-wrap {
    position: relative;
    padding-top: 0.6rem;
}

.new-list-swiper-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    height: 2.86rem;
    background: #F9F9F9;
}

.new-list-swiper-wrap .display-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 11;
}

.new-list-swiper-wrap .display-title img {
    display: block;
    max-width: 100%;
}


.new-list-swiper {
    position: relative;
    z-index: 11;
}

.new-list-swiper .pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.2rem;
    z-index: 10;
    width: 46%;
    padding-right: 0.58rem;
    text-align: right;
}

.new-list-swiper .pagination .swiper-pagination-switch {
    width: 0.09rem;
    height: 0.09rem;
    background: #C2C2C2;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 0.12rem;
}

.new-list-swiper .pagination .swiper-pagination-switch:last-child {
    margin-right: 0;
}

.new-list-swiper .pagination .swiper-active-switch {
    background: #707070;
}

.new-list-swiper .swiper-slide dl dt {
    float: right;
    width: 48%;
    height: 4.5rem;
}

.new-list-swiper .swiper-slide dl dt img {
    display: block;
    width: 100%;
    height: 100%;
}

.new-list-swiper .swiper-slide dl dd {
    float: left;
    width: 43%;
    padding-top: 1.64rem;
}

.new-list-swiper .swiper-slide .new-list-swiper-time {
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #707070;
    padding-top: 0.41rem;
}

.new-list-swiper .swiper-slide .new-list-swiper-title {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.3rem;
    color: #333333;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 0.2rem;
}


/*新闻详情*/



.news-detail-page {
    padding: 0.25rem 0;
    border-top: 1px solid #c2c2c2;
    margin-top: 0.4rem;
}

.news-detail-page .page-in {
    float: left;
    width: 80%;
}

.news-detail-page .page-in li {
    margin-bottom: 0.1rem;
}

.news-detail-page .page-in li i {
    font-family: serif;
    display: inline-block;
    font-weight: bold;
    margin-right: 0.05rem;
}

.news-detail-page .page-in li a,
.news-detail-page .page-in li span {
    font-size: 0.16rem;
    color: #333333;
}

.news-detail-page .page-in li a {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-detail-page .return {
    text-align: center;
    float: right;
}

.news-detail-page .return a {
    display: block;
    width: 0.48rem;
    background: #ffffff;
    border: 0.01rem solid #203A57;
    font-size: 0.16rem;
    line-height: 0.2rem;
    color: #707070;
    padding: 0.08rem;
}

.news-detail-page .return a:hover {
    background-color: #0B40AE;
    border-color: #0B40AE;
    color: #ffffff !important;
}


/*新闻详情*/
div.supage-267 {
    background: #f5f5f5;
}

div.supage-267 .public-inner-topnav {
    background: #fff;
    padding: 0.2rem 0;
    border-bottom: 1px solid #eeeeee;
}

div.supage-267 .public-inner-topnav .tabLeft text {
    padding-top: 0.1rem;
    display: inline-block;
}


div.supage-267 .case-detail {
    padding: 0 0 0.6rem;
    position: relative;
}

div.supage-267 .case-detail .titles {
    text-align: center;
    margin-top: 0.5rem;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 0.1rem;
}

div.supage-267 .case-detail .titles p {
    font-size: 0.24rem;
}

div.supage-267 .case-detail .titles span {
    font-weight: normal;
    color: #999;
    font-size: 0.14rem;
    margin-top: 0.1rem;
    display: inline-block;
    margin-right: 0.1rem;
}


div.supage-267 .case-detail .product-module-content-bg {
    width: 3.13rem;
    height: 2.52rem;
    position: absolute;
    left: 0;
    bottom: 0.78rem;
}

div.supage-267 .case-detail .product-module-content-bg img {
    display: block;
    width: 100%;
}

div.supage-267 .case-detail .case-detail-content {
    margin-top: 0.47rem;
}

div.supage-267 .case-detail .case-detail-content .case-detail-desc ul li {
    display: block;
    margin-top: 0.4rem;
}

div.supage-267 .case-detail .case-detail-content .case-detail-desc ul li:first-child {
    margin-top: 0.5rem;
}

div.supage-267 .case-detail .case-detail-content .case-detail-desc ul li .infor .title h6 {
    font-size: 0.18rem;
    font-weight: 400;
    line-height: 0.28rem;
    position: relative;
}

div.supage-267 .case-detail .case-detail-content .case-detail-desc ul li .infor .title h6 div {
    color: #ff7b0f;
    display: inline;
    font-weight: bold;
}


div.supage-267 .case-detail .case-detail-content .case-detail-desc ul li .infor .title h6 img {
    max-width: 100%;
    height: auto;
}

div.supage-267 .case-detail .case-detail-content .case-detail-desc ul li .infor .desc {
    padding: 0.2rem 0;
    font-size: 0.14rem;
    font-weight: 400;
    line-height: 0.28rem;
    color: #333333;
}


div.supage-267 .case-detail .case-detail-content .case-detail-desc ul li .infor ul.list li.list-item {
    display: block;
    float: left;
    position: relative;
    transition: all 0.5s;
    margin-top: 0.5rem;
    width: 30%;
    margin-right: 1%;
    overflow: hidden;
}

div.supage-267 .case-detail .case-detail-content .case-detail-desc ul li .infor ul.list li.list-item img {
    display: block;
    width: 100%;
    height: 100%;
}

div.supage-267 .case-detail .case-detail-content .case-detail-desc ul li .infor ul.list li.list-item .bg {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
}

div.supage-267 .case-detail .case-detail-content .case-detail-desc ul li .infor ul.list li.list-item .infor-in {
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0 0.4rem;
    transition: all 0.5s;
}

div.supage-267 .case-detail .case-detail-content .case-detail-desc ul li .infor ul.list li.list-item .infor-in h6 {
    font-size: 0.17rem;
    font-weight: 400;
    line-height: 0.29rem;
    color: #ffffff;
    text-align: center;
}

div.supage-267 .case-detail .case-detail-content .case-detail-desc ul li .infor ul.list li.list-item .infor-in div {
    margin-top: 0.1rem;
    font-size: 0.14rem;
    font-weight: 400;
    line-height: 0.3rem;
    color: #ffffff;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


div.supage-267 .case-detail .case-detail-content .case-detail-desc ul li .infor ul.list li.list-item:hover .bg,
div.supage-267 .case-detail .case-detail-content .case-detail-desc ul li .infor ul.list li.list-item:hover .infor-in {
    opacity: 1;
}


div.supage-267 .case-detail .case-detail-content .case-detail-other {
    margin-top: 0.4rem;
    padding: 0 0.1rem;
}

div.supage-267 .case-detail .case-detail-content .case-detail-other ul.list li.list-item {
    background: #ffffff;
    display: block;
    width: 23.5%;
    float: left;
    margin-right: 2%;
    border: 1px solid #dfdfdf;
    transition: all 0.5s;
}

div.supage-267 .case-detail .case-detail-content .case-detail-other ul.list li.list-item:last-child {
    margin-right: 0;
}

div.supage-267 .case-detail .case-detail-content .case-detail-other ul.list li.list-item a {
    display: block;
}

div.supage-267 .case-detail .case-detail-content .case-detail-other ul.list li.list-item a dl dt {
    height: 2.75rem;
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
}

div.supage-267 .case-detail .case-detail-content .case-detail-other ul.list li.list-item a dl dt img {
    display: block;
    width: 100%;
    transition: all 0.5s;
}

div.supage-267 .case-detail .case-detail-content .case-detail-other ul.list li.list-item a dl dd {
    height: 0.5rem;
    line-height: 0.5rem;
    padding-left: 0.16rem;
    font-size: 0.14rem;
    font-weight: 400;
    color: #c2c2c2;
}


div.supage-267 .case-detail .case-detail-content .case-detail-other ul.list li.list-item:hover a dl dt img {
    transform: scale(1.05);
}

div.supage-267 .case-detail .case-detail-content .case-detail-other ul.list li.list-item:hover a dl dd {
    color: #06247a;
}


.news-detail-page .page-in {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.news-detail-page .page-in li strong {
    display: inline-block;
    margin-right: 0.1rem;
}

.news-detail-page .page-in li {
    margin-bottom: 0.2rem;
    min-width: 50%;
}
.news-detail-page .page-in li:last-child{
    text-align: right;
}


header.header div.nav-wrapper-phone {
    height: 0;
    overflow: hidden;
}


/*联系我们*/
.mg_100_0 {
    margin-top: 1rem;
}

.aboutBox .inner_tit {
    font-size: 0.48rem;
    color: #111;
    font-weight: bold;
    text-align: center;
}
.aboutBox .con{
    border-radius: 0.2rem;
  overflow: hidden;
}
.mg_60_0 {
    margin-top: 0.6rem;
}

.ab7 .con {
    display: flex;
}

.ab7 .con .le {
    width: 50%;
    border-radius: 3px 0 0 3px;
}

.ab7 .con .le img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.ab7 .con .re {
    width: 50%;
    background: #f2f3f5;
    padding: 0.6rem;
    border-radius: 0 3px 3px 0;
}

.ab7 .con .re .icon {
    width: 200px;
}

.icon img {
    display: block;
    border: none;
    width: 100%;
    max-width: 100%;
}

.ab7 .con .re .t1 {
    margin-top: 0.3rem;
    font-weight: bold;
    font-size: 22px;
}

.ab7 .con .re .line {
    border-bottom: 1px dashed #ccc;
    margin-top: 0.3rem;
}

.ab7 .con .re .ul {
    margin-top: 0.3rem;
}

.f_16 {
    font-size: 16px;
}

.ab7 .con .re .li {
    display: flex;
    margin-bottom: 0.15rem;
}

.ab7 .con .re .li .ico {
    width: 26px;
    min-width: 26px;
    height: calc(1em + 10px);
    display: flex;
    align-items: center;
}

.ab7 .con .re .li .set {
    color: #111;
}

/*首页物流信息*/
.wuliuBox {
    padding: 0.6rem 0 0.6rem;
    background-image: url('../image/wl.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.wuliuBox .public-title h2 {
    display: block;
    text-align: left;
    font-size: 0.46rem;
    color: #0b40ae;
    text-align: left;
}
.wuliuBox .wuliuBoxBtn{
    margin: .4rem auto;
    width: 12.86rem;
}
.wuliuBox .wuliuBoxBtn a{
    display: inline-block;
    width: 2.25rem;
    height: .5rem;
    line-height: .5rem;
    background-color: #0b3289;
    color: #fff;
    text-align: center;
    font-size: .2rem;
    border-radius: 10px;
    margin-right: .2rem;
}
.wuliuBox .wuliuBoxBtn a:nth-child(2){
    background-color: #fcd72f;
    color: #000;
}

.wuliuBox .public-title{
    width: 12.86rem;
    margin: 0 auto;
}



.wuliuBox .wuliuBoxBot {
    overflow: hidden;
    background-image: url('../image/wlCenBg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 14rem;
    margin: 0 auto;
    padding-bottom: .58rem;
}

.wuliuBoxBotTop {
    padding: .2rem 0;
    color: #050505;
    font-size: .35rem;
    width: 12.86rem;
    margin: 0 auto;
}
.wuliuBoxBotTop .wuliuBoxBotTopOne{
    color: #0b3289;
}
.wuliuBoxBotBot {
    overflow: hidden;
    height: 5.6rem;
 width: calc(13.26rem - .4rem);
  background-color: #fff;
  border-radius: .5rem;
  padding: 0.2rem 1rem;
  padding: 0.2rem;
}

.wuliuBoxBotTop,
.wuliuBoxBotBot .item {
    display: flex;
}


.wuliuBoxBotTop span {
    font-size: .2rem;
    color: #050505;
}
.wuliuBoxBotTop span,
.wuliuBoxBotBot .item span{
    margin-right: .2rem;
}
.wuliuBoxBotTop span:last-child,
.wuliuBoxBotBot .item span:last-child{
    margin-right: 0;
}

.wuliuBoxBotTop span,
.wuliuBoxBotBot .item span {
    display: inline-block;
    overflow: hidden;
}

.wuliuBoxBotTop span:first-child,
.wuliuBoxBotBot .item span:first-child {
    width: 2.9rem;
}
.wuliuBoxBotTop span:nth-child(2),
.wuliuBoxBotBot .item span:nth-child(2) {
    width: calc(100% - 8.12rem);
}

.wuliuBoxBotTop span:nth-child(3),
.wuliuBoxBotBot .item span:nth-child(3) {
    width: 4rem;
}

.wuliuBoxBotTop span:last-child,
.wuliuBoxBotBot .item span:last-child {
    width: 2rem;
}

.wuliuBoxBotBot .item {
    height: 0.6rem;
    line-height: 0.6rem;
    list-style: none;
    transition: all 1s;
    border-bottom: 1px dashed #000;
}

.wuliuBoxBotBot .item span {
    font-size: .16rem!important;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wuliuBoxBotBot .item span.haveCar{
     font-size: .16rem!important;
}
.haveCar a{
    color: #000!important;
    background-color: #fcd72f;
}
.haveCar ,
.haveWu{
    font-size: 13px!important;
    
}
.haveCar a,
.haveWu a{
    width: 97%;
    height: .5rem;
    line-height: .5rem;
    text-align: center;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
.haveWu a{
    color: #fff!important;
    background-color: #0b3289;
}

/*产品中心*/
.productBox {
    padding: .86rem 0;
   background-color: #efefef;
   border-radius: .5rem;
    margin: .6rem 0;
}
.productBox .productBoxTit{
    font-size: .46rem;
    color: #0b3289;
    width: 12.86rem;
    margin: 0 auto .84rem;
    
}
.productBox .productBoxUl{
    display: flex;
    flex-wrap: wrap;
    width: 14rem;
    margin: 0 auto;
}
.productBox .productBoxUl >li{
    background-image: url('../image/cplistBg.png');
   background-repeat: no-repeat;
   background-size: 100% 100%;
   width: calc((100% - .6rem) / 4);
   height: 5.4rem;
   margin-right: .2rem;
   margin-bottom: 1rem;
}
.productBox .productBoxUl >li:nth-child(4n){
    margin-right: 0;
}
.productBox .productBoxUl >li .proImg{
    display: flex;
    text-align: center;
    align-items: center;
    padding: .2rem;
    height: calc(51% - .4rem);
}
.productBox .productBoxUl >li .proImg img{
    width: 90%;
    max-height: 100%;
}
.productBox .productBoxUl >li .proBot{
    padding: .2rem .2rem;
    color: #fcd72f;
}
.productBox .productBoxUl >li .proBot .proBotTit{
    font-size: .26rem;
    margin-bottom: .2rem;
    color: #fcd72f;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    
}
.productBox .productBoxUl >li .proBot .proBotXn{
    display: flex;
    margin-bottom: .2rem;
    font-size: .17rem;
    color: #fcd72f;
}

.productBox .productBoxUl >li .proBot .proBotXn li.proBotXnTsOne{
    width: .89rem;
}
.productBox .productBoxUl >li .proBot .proBotXn li.proBotXnTsTwo{
    width: .62rem;
}
.productBox .productBoxUl >li .proBot .proBotXn li.proBotXnTsThr{
    width: .69rem;
}
.productBox .productBoxUl >li .proBot .proBotXn li:last-child{
    margin-right: 0;
}
.productBox .productBoxUl >li .proBot .proBotXn li .proBotXnTop{
    color: #fff;
    font-size: .14rem;
}
.productBox .productBoxUl >li .proBot .proBotXn li .proBotXnBot{
    margin-top: .04rem;
    font-size: .12rem;
}
.productBox .productBoxUl >li .proBot .proBotXn li{
    margin-right: .1rem;
}

.productBox .productBoxUl >li .proBot .proBotXn li p{
    overflow: hidden;
}
.productBox .productBoxUl >li .proBotPrice{
    font-size: .18rem;
    color: #fcd72f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.productBox .productBoxUl >li .ProBotBtn{
    background-image: url('../image/cpBj.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 2rem;
    height: .45rem;
    line-height: .45rem;
    font-size: .2rem;
    color: #0b3289;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: .3rem;
}
.productBox .productBoxUl >li .ProBotBtn a{
    color: #0b3289;
}




/*产品详情*/
.proDeBox{
    width: 12.86rem;
    margin: 0.6rem auto 0;
}
.proDeBox .proDeBoxTit{
    font-size: .46rem;
   margin-bottom: .4rem;
   color: #0b3289;
   font-weight: bold;
}
.proDeBoxCon .proDeBoxConLef{
    width: 70%;
    margin-right: .6rem;
}
.proDeBoxConLefTop{
    display: flex;
}
.proDeBoxConLefTop .proDeBoxConLefTopLef {
    width: 50%;
    margin-right: .3rem;
}
.proDeBoxConLefTopRig{
    width: calc(50% - .3rem);
}
.proDeBoxConLefTopRig > h4{
    color: #595757;
    font-size: .28rem;
    margin-bottom: .2rem;
}
.proDeBoxConLefTopRig ul li{
    display: flex;
      color: #727171;
      font-size: .18rem;
      border-bottom: 1px solid #727171;
      line-height: 3.4;
}
.proDeBoxConLefTopRig ul li span{
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.proDeBoxConLefTopRig ul li p{
    width: 50%;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.proDeBoxConLefBot{
    margin-top: .4rem;
}
.proDeBoxConLefBot .proDeBoxConLefBotTop{
    display: flex;
}
.proDeBoxConLefBot .proDeBoxConLefBotTop h6{
    color: #0b3289;
    font-size: .28rem;
    width: calc(100% - 2.9rem);
}
.proDeBoxConLefBot .proDeBoxConLefBotTop p{
    color: #0b3289;
      border: 1px solid #727171;
      padding: 0 .12rem;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: .08rem;
      font-size: .14rem;
}

.proDeBoxConLefBot table{
    background-color: #efefef;
    color: #0b3289;
    table-layout: fixed;
}
.proDeBoxConLefBot table tr th{
    color: #0b3289;
    text-align: left;
    padding: 0 .2rem;
    font-size: .18rem;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.proDeBoxConLefBot table tr th:first-child,
.proDeBoxConLefBot table tr td:first-child{
    width: 66%;
}
.proDeBoxConLefBot table tr th:nth-child(2),
.proDeBoxConLefBot table tr td:nth-child(2){
    width: 17%;
}
.proDeBoxConLefBot table tr th:nth-child(3),
.proDeBoxConLefBot table tr td:nth-child(3){
    width: 17%;
}
.proDeBoxConLefBot table tr td{
    padding: 0 .2rem;
    font-size: .16rem;
    ovoverflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.proDeBoxConLefBot table tr{
    border-bottom:1px solid #727171;
    height: .5rem;
}
.proDeBoxConLefBot table tr.proDeBoxConLefBotTabYell{
    background-color: #fcd72f;
}
.proDeBoxConLefBot table tr.proDeBoxConLefBotTabBlu{
    background-color: #0b3289;
    color: #fff;
    height: .7rem;
}
.proDeBoxConLefBot .proDeBoxConLefBotTab{
    background-color: #efefef;
    margin: .4rem 0;
    border-radius: .2rem;
    overflow: hidden;
}
.proDeBox .proDeBoxCon{
    display: flex;
}
.proDeBox .proDeBoxCon .proDeBoxConRig{
    width: calc(30% - 1.2rem);
    background-image: url('../image/proDe.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: .4rem .3rem .6rem;
    height: fit-content;
}
.proDeBox .proDeBoxCon .proDeBoxConRig>h4{
    color: #595757;
    font-size: .28rem;
    margin-bottom: .3rem;
}
.proDeBox .proDeBoxCon .proDeBoxConRig .proDeBoxConRigDc{
    background-image: url('../image/yell.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.proDeBox .proDeBoxCon .proDeBoxConRig .proDeBoxConRigDc a{
    display: block;
      color: #0b3289;
      text-align: center;
      font-size: .28rem;
      line-height: 1.6;
}
.proDeBox .proDeBoxCon .proDeBoxConRig .proDeBoxConRigMess{
    background-image: url('../image/gray.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.proDeBox .proDeBoxCon .proDeBoxConRig .proDeBoxConRigMess a{
    display: block;
      color: #595757;
      text-align: center;
      font-size: .16rem;
      line-height: 2.4;
      margin: .14rem 0;
}
.proDeBox .proDeBoxCon .proDeBoxConRig .proDeBoxConRigMess a img{
    width: .4rem;
    margin-right: .06rem;
}
.proDeBoxConRig>ul li a{
    color: #0b3289;
    border-bottom: 1px solid #0b3289;
    font-size: .16rem;
    line-height: 2.2;
}
.pc-slide {
    width: 100%;
    margin: 0 auto;
}

.view .swiper-container {
    width: 100%;
    height: 4.4rem;
    border-radius: 0.2rem;
    overflow: hidden;
}

.view .swiper-container .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.view .swiper-container .swiper-slide a{
    height: calc(100% - .4rem);
    display: flex;
    align-items: center;
    width: calc(100% - .4rem);
    padding: .2rem;
    overflow: hidden;
}

.view .swiper-container .swiper-slide img {
    width: 100%;
    max-height: 100%;
    border-radius: .06rem;
}

.view .arrow-left {
    background: url(../images/index_tab_l.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.view .arrow-right {
    background: url(../images/index_tab_r.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.preview {
    width: 94%;
    margin-top: 10px;
    position: relative;
     margin: 10px auto 0;
}

.preview .swiper-container {
    width: 100%;
    height: 0.86rem;
}

.preview .swiper-slide {
    width: 0.75rem;
    height: 0.75rem;
    cursor: pointer;
    margin: 0 0.04rem;
    display: flex;
    align-items: center;
    border-radius: 0.1rem;
    overflow: hidden;
    border: 1px solid #fff;
}

.preview .arrow-left {
    background: url(../images/feel3.png) no-repeat left top;
    position: absolute;
    left: -14px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview .arrow-right {
    background: url(../images/feel4.png) no-repeat left bottom;
    position: absolute;
    right: -14px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview img {
    padding: 1px;
}

.preview .active-nav{
    padding: 0;
    border: 1px solid #0b3289;

}

.preview .swiper-wrapper {
    width: 100%;
    
}

.preview .swiper-wrapper .swiper-slide img {
    width: 100%;
    max-height: 100%;
    border-radius: 6px;
}


.all-tuijianliyou-content .recommend-liyou .content {
    width: 100%;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666D7F;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
}


.all-tuijianliyou-content .redu-exponent .redu-img {
    width: 0.47rem;
    height: 0.47rem;
    border-radius: 2px;
    font-family: FZZDHJW--GB1-0;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    text-align: center;
}

.all-tuijianliyou-content .redu-exponent .redu-img img {
    width: 100%;
    height: 100%;
}

.all-tuijianliyou-content .recommend-liyou .content-right {
    float: right;
    margin-top: 10px;
    font-family: STXingkaiSC-Light;
    font-size: 14px;
    color: #727272;
    line-height: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;

}

.all-tuijianliyou-content .redu-exponent .redu-num {
    margin-left: 10px;
    font-family: PingFangSC-Medium;
    font-size: 0.5616rem;
    color: #111E36;
    letter-spacing: 0;
    line-height: 45px;
}

.all-tuijianliyou-content .redu-exponent .redu-quantity-wrap {
    -webkit-box-flex: 1;
    flex: 1;
    margin-left: 0.4rem;
}

.all-tuijianliyou-content .redu-exponent .redu-quantity-wrap .redu-quantity li .progress-text {
    float: left;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #111E36;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 700;
}

.all-tuijianliyou-content .redu-exponent .redu-quantity-wrap .redu-quantity li .progress-text .gray {
    font-weight: 400;
    margin-right: 3px;
    font-family: PingFangSC-Light;
    color: #666D7F;
}

.all-tuijianliyou-content .redu-exponent .redu-quantity-wrap .redu-quantity li .progress {
    float: left;
    width: 2.4rem;
    margin-left: 0.126rem;
    box-sizing: border-box;
}

.all-tuijianliyou-content .redu-exponent .redu-quantity-wrap .redu-quantity li .progress .progress-outer {
    height: 13px;
    border-radius: 8px;
    background: #E6EBF5;
    position: relative;
}

.all-tuijianliyou-content .redu-exponent .redu-quantity-wrap ul li {
    margin-bottom: 10px;
}

.all-tuijianliyou-content .redu-exponent .redu-quantity-wrap .redu-quantity li .progress .progress-outer .progress-bar {
    height: 100%;
    border-radius: 8px;
    background-image: -webkit-linear-gradient(132deg, rgba(249, 213, 152, 0.73) 0%, #f60 87%);
    background-image: linear-gradient(-42deg, rgba(249, 213, 152, 0.73) 0%, #f60 87%);
}

.all-tuijianliyou-content .redu-exponent .redu-quantity-wrap .redu-quantity li .progress .progress-outer .progress-innerText {
    position: absolute;
    top: 48%;
    left: 7px;
    transform: translateY(-50%);
    font-family: PingFangSC-Medium;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 12px;
}

.all-basic-content {
    padding: 0.24rem 0 0.5rem;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    z-index: 3;
    border-radius: 0.2rem;
    overflow: hidden;
}

.all-basic-content .basic-item-ul:first-child {
    padding-left: 0.67rem;
    border-left: 0;
}

.all-basic-content .basic-item-ul {
    width: 3.98rem;
    padding-left: 1.03rem;
    border-left: 1px dotted #E6E6E6;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
}

.all-basic-content .basic-item-ul li:first-child {
    margin-top: 0;
}

.all-basic-content .basic-item-ul li {
    margin-top: 20px;
    line-height: 1;
    font-size: 14px;
    color: #1B1B1B;
}

.all-basic-content .basic-item-ul li .item-name {
    max-width: 100%;
    display: inline-block;
    color: #999;
    position: relative;
    margin-right: 0.04rem;
}

.all-basic-content .basic-item-ul li .link-check:hover {
    color: #FC9C6C;
}

.base-div-opt .opt-ul {
    display: flex;
    flex-wrap: wrap;
}

.base-div-opt .opt-ul li {
    width: 0.95rem;
    height: 0.65rem;
    margin-bottom: 0.22rem;
    text-align: center;
    margin-top: 0;
    margin-right: 0.2rem;
}

.base-div-opt .opt-ul img {
    width: 0.5rem;
    height: 0.5rem;
}

.base-div-opt .opt-ul li p {
    font-size: 12px;
    text-align: center;
    color: #111E36;
    font-family: PingFangSC-Regular;
    letter-spacing: 1px;
}

.tp-btn.tp-btn-big {
    height: 32px;
    line-height: 30px;
    font-size: 12px;
    font-weight: 400;
    width: 1.1rem;
    background-color: #F9712C;
    border-color: #F9712C;
    color: #fff;
    display: inline-block;
    text-align: center;
}

.tp-btn.tp-btn-big span {
    display: inline-block;
    width: 100%;
}

.all-basic-content .attention {
    padding-left: 67px;
    font-size: 12px;
    line-height: 14px;
    color: #999;
    padding-top: 20px;
    clear: both;
}

.all-basic-content .attention i {
    font-size: 12px;
    color: orange;
}

.basic-right-box {
    background: #fff;
    box-sizing: border-box;
    padding-top: 40px;
}

.basic-right-box .praise-item {
    float: right;
    width: 4rem;
}

.basic-right-box .basic-item-title {
    height: 28px;
    line-height: 28px;
    color: #111E36;
    font-size: 14px;
}

.basic-right-box .praise-text-list {
    margin-top: 15px;
}

.basic-right-box .praise-text-list a {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    background: #F8F8F8;
    color: #111E36;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.basic-right-box .praise-item .praise-inquiry {
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #1B1B1B;
    line-height: 36px;
    font-weight: 600;
    margin-top: 40px;
    position: relative;
}

.basic-right-box .praise-item .praise-inquiry .right-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.basic-right-box .company-box {
    width: 7.5rem;
    float: left;
}

.basic-right-box .company-box .company-ask .ask-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.basic-right-box .company-box .company-ask {
    position: relative;
}

.basic-right-box .company-box .company-ask .company-left-link {
    display: block;
    width: 50%;
}

.basic-right-box .company-box .company-ask .protarit-list h4 {
    font-size: 14px;
    line-height: 18px;
    color: #1B1B1B;
}

.basic-right-box .company-box .company-ask .protarit-list h4 .manger-name {
    padding-left: 5px;
}

.basic-right-box .company-box .company-ask .protarit-list .protarit-adress {
    font-size: 12px;
    line-height: 1;
    padding-top: 5px;
    color: #666;
}

.basic-right-box .company-box .company-ask .head-protarit {
    width: 38px;
    height: 38px;
    float: left;
    margin-right: 10px;
    display: block;
    overflow: hidden;
    border-radius: 38px;
    background: #F8F8F8;
    text-align: center;
    line-height: 38px;
}

.basic-right-box .company-box .leave-message-box {
    margin-top: 20px;
    padding: 30px;
    background: #F8F8F8;
}

.basic-right-box .company-box .leave-message-box .message-box.over-hide {
    height: 42px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.all-title{
    font-size: .46rem;
    color: #0b3289;
    margin: .6rem 0 .4rem;
} 

.all-car-pic .car-pic-list a {
    width: calc((100% - 80px) / 3);
    height: 4rem;
    display: inline-block;
    margin-bottom: 20px;
    align-content: center;
    border: 1px dashed #ccc;
    margin-right: 20px;
}

.all-car-pic .car-pic-list a img {
    width: 100%;
    max-height: 100%;
    border-radius: 0.2rem;
}

.merchant-cardContainer .merchant-card.huangjin-merchant {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 0 0 38px;
    box-sizing: border-box;
    min-height: 145px;
    background-color: #fff9f1;
}

.merchant-cardContainer .merchant-card .merchantCard_img {
    width: 86px;
}

.merchant-cardContainer .merchant-card .merchantCard_img img {
    margin-top: 2px;
    width: 86px;
    height: 86px;
    border-radius: 4px;
}

.merchant-cardContainer .merchant-card .merchantCard_right {
    width: calc(70% - 58px);
    margin-left: 13px;
}

.merchant-cardContainer .merchant-card .merchantCard_right .merchant-name span {
    max-width: 3.8rem;
    white-space: nowrap;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #1B1B1B;
    line-height: 23px;
    margin-right: 19px;
    font-weight: bold;
}

.merchant-cardContainer .merchant-card .merchantCard_right .merchant-address {
    max-width: 90%;
    margin-top: 8px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666D7F;
    letter-spacing: 0;
    line-height: 19px;
    white-space: nowrap;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

.merchant-cardContainer .merchant-card .merchantCard_btn .button {
    display: inline-block;
    min-width: 150px;
    height: 44px;
    line-height: 43px;
    text-align: center;
    padding: 0 24px;
    box-sizing: border-box;
    background: #F9712C;
    border-radius: 4px;
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
}


/*代购*/
.buyBox {
    margin: 0 auto;
    padding: .6rem 0 .6rem;
}
.buyBox .buyBoxCarUl{
    flex-wrap: wrap;
}

 .buyBoxTit,
.cooBox .cooBoxTit {
    text-align: center;
}

 .buyBoxTit h2,
.cooBox .cooBoxTit h2 {
    color: #fff ;
    font-size: .46rem;
    text-align: left;
}
.buyBoxTit h2{
    color: #0b3289;
}
 .buyBoxTit h2.buyBoxLcTit{
    color: #fff;
}
.buyBoxLc{
    background-color: #0b3289;
    border-radius: .5rem;
    padding: .7rem 0;
    
}
.indexBuyBoxLc{
    margin-bottom: .4rem;
    width: calc(12.86rem - 1.6rem);
    padding: .8rem;
    margin: 0 auto .4rem;
}

.buyBoxLc .buyBoxTit{
    width: 12.86rem;
    margin: 0 auto .6rem;
}
.indexBuyBoxLc .buyBoxTit{
    width: 100%!important;
}
.buyBoxLc .buyBoxTit p.buyBoxTitPCon{
    font-size: .24rem;
    color: #fff;
    margin-top: .2rem;
    text-align: left;
    
}
.buyBoxLc .buyBoxLcBox{
    display: flex;
    width: 12.86rem;
    margin: 0 auto;
}
.indexBuyBoxLc .buyBoxLcBox{
    width: 100%!important;
}
.buyBoxLc .buyBoxLcBox ul{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 2.7rem);
    margin-right: .1rem;
}
.buyBoxLc .buyBoxLcBox ul li{
    margin-right: .2rem;
    margin-bottom: .4rem;
    display: flex;
    width: calc((100% - .2rem) / 2);
    align-items: start;
}
.buyBoxLc .buyBoxLcBox ul li img{
    width: .3rem;
    margin-right: .1rem;
}
.buyBoxLc .buyBoxLcBox ul li .buyBoxLcBoxCon{
    color: #fff;
    font-size: .2rem;
    line-height: 1.4;
    width: calc(100% - .52rem);
}
.buyBoxLc .buyBoxLcBox ul li:nth-child(2n){
    margin-right: 0;
}
.buyBoxLc .buyBoxLcBox .buyBoxLcBoxImg{
    display: flex;
    align-items: center;
}
.buyBoxLc .buyBoxLcBox .buyBoxLcBoxImg img{
    width: 2.6rem;
}

.buyBox .buyUl {
    padding: 0.6rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.buyBox .buyUl li {
    margin: 0 0.1rem 0.2rem;
    width: calc((100% - 1rem) / 4);
}
.buyBox .buyUl li.buyUlTwo{
    margin: 0 0.4rem 0.8rem;
    width: calc((100% - 2rem) / 2);
}
.buyBox .buyUl li .buyUlImg {
    width: 100%;
    height: 1.58rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 4px rgba(0,0,0,.4);
    padding: 0.3rem 0;
    border-radius: 0.2rem;
    overflow: hidden;
}
.buyBox .buyUl li .buyUlImg img {
    width: 66%;
    max-height: 100%;
}
.buyBox .buyUl li.buyUlTwo .buyUlImg img {
    width: 40%;
    max-height: 100%;
}

.buyBox .buyUl li .buyUlTz {
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 17px;
    color: gray;
}

.buyBox .buyUl li .buyUlTz:hover {
    text-decoration: underline;
    color: #ff1414;
}
.buyDglc{
    display: flex;
    padding: 0.6rem 0;
    justify-content: center;
}
.buyDglc li{
    margin: 0 0.4rem;
    width: calc((100% - 3.2rem) / 4);
    text-align: center;
    position: relative;
}
.buyDglc li::before{
    content: '';
    width: 0.16rem;
    height: 0.26rem;
    background:url("../image/liuc.png") center / 0.16rem 0.26rem no-repeat;
    position: absolute;
    right: -0.54rem;
    top: 0.6rem;
    z-index: 10;
}
.buyDglc li:last-child::before{
    background: none;
}
.buyDglc li .buyDglcImg{
    background-color: rgba(11, 64, 174, 0.6) ;
    padding: 0.5rem;
    display: inline-block;
    margin:0 auto;
    overflow:hidden;
    border-radius: 50%;
}
.buyDglc li img,
.buyDglc li i{
    max-height: 0.6rem;
    margin: 0 auto;
    display: block;
    font-size: 0.52rem;
    color: #fff;
}
.buyDglc li p{
    text-align: center;
    font-size: 18px;
  color: #707070;
  margin-top: 10px;
}
/*物流合作*/
.cooBox{
    margin: .6rem 0;
}
/*.cooBox {*/
/*    width: 12rem;*/
/*    margin: 0 auto;*/
/*    padding-bottom: 0.3rem;*/
/*}*/

/*.cooBoxXq {*/
/*    margin-top: 0.48rem;*/
/*}*/
/*.cooBoxXq .cooBoxXqButt{*/
/*    text-align: center;*/
/*}*/
/*.cooBoxXq .cooBoxXqP {*/
/*    color: grey;*/
/*    font-size: 22px;*/
/*    margin-bottom: 0.3rem;*/
/*    text-align: center;*/
/*}*/

/*.cooBoxXq .cooBoxXqButt button {*/
/*    width: fit-content;*/
/*    height: 0.5rem;*/
/*    line-height: 0.5rem;*/
/*    font-size: 20px;*/
/*    border-radius: 6px;*/
/*    padding: 0 0.5rem;*/
/*  font-weight: bold;*/
/*}*/
/*.cooBoxXq .cooBoxXqButt button:last-child{*/
/*    background-color: red;*/
/*}*/

/*form表单*/
/*.formBox {*/
/*    padding: 0.3rem;*/
/*    height: calc(100% - 0.6rem);*/
/*    position: relative;*/
/*}*/
/*.formBox form{*/
/*    padding-bottom: 80px;*/
/*}*/
/*.formBox form .layui-form-label {*/
/*    padding-left: 0;*/
/*    width: 140px;*/
/*}*/

/*.formBox form .layui-input-block {*/
/*    margin-left: 158px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.formBox form .layui-input-block input {*/
/*    height: 30px;*/
/*    line-height: 30px;*/
/*}*/

/*.formBox .formBoxTime .layui-input-block input,*/
/*.formBox .formBoxYx .layui-input-block input {*/
/*    width: 40%;*/
/*}*/

/*.formBox .formBoxButt {*/
/*    width: 100%;*/
/*    margin-bottom: 0;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    padding: 0.1rem 0;*/
/*    position: fixed;*/
/*    bottom: 0;*/
/*    box-shadow: 0 0 4px rgba(0,0,0,.4);*/
/*    left: 0;*/
/*    background-color: #fff;*/
/*    z-index: 100;*/
/*}*/

/*.formBox .formBoxButt .layui-input-block {*/
/*    margin-left: 0;*/
/*}*/


/*首页汽车代购*/
.indexQcdg .productBoxUlImg {
    width: 100%;
    height: 3rem;
    display: flex;
    align-items: center;
}

.indexQcdg .productBoxUlImg img {
    width: 100%;
    max-height: 100%;
}

.indexQcdg .productBoxUlBot {
    padding-top: 0.1rem;
}

.indexQcdg .productBoxUlBot .productBoxUlBotTIt {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1B1B1B;
    font-size: 16px;
    line-height: 20px;
}

.indexQcdg .productBoxUlBot .productBoxUlBotXh {
    margin-top: 8px;
    font-size: 12px;
    color: #999;
}

.indexQcdg .productBoxUlBot .productBoxUlBotPrice {
    overflow: hidden;
    margin-top: 8px;
}

/*侧边聊天*/
.chatBox {
    position: fixed;
    left: 2%;
    top: 82%;
    z-index: 1000000;
}

.chatBox .chatBoxTop {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    background-color: #4F6ACA;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: al .4s;
}

.chatBox .chatBoxTop i {
    font-size: 27px;
    transition: al .4s;
}

.chatBox .chatBoxTop i.chatNone {
    display: none;
}

.chatBoxBot {
    display: flex;
    flex-direction: column;
    height: 0;
    overflow: hidden;
    transition: all .4s;
    position: absolute;
    bottom: 54px;
}

.chatBoxBot a {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 4px;
}

.chatBoxBot a img {
    width: 28px;
    height: 28px;
}

.chatBoxBot a i {
    font-size: 28px;
    color: #fff;
}



/*分页*/
.pagination{
    display: flex;
    width: fit-content;
    margin: 0 auto;
}
.pagination li{
    padding: 0.1rem 0.14rem;
    font-size: 0.16rem;
    margin: 0 0.04rem;
    background-color: rgb(246, 246, 246);
    color: rgba(51, 51, 51, 1);
    cursor: pointer;
}
.pagination li a{
    color: rgba(51, 51, 51, 1);
}
.pagination li.active{
    background-color: rgb(11, 64, 174);
    color: #fff;
}
.pagination li:hover{
    background-color: rgb(11, 64, 174);
    color: #fff;
}
.pagination li:hover a{
    color: #fff;
}
/*wantbuy*/
.buyForm form p{
    margin-bottom: 0.2rem;
    color: #0b40ae;
}
.buyForm form .layui-form-label{
    width: 70px;
}
.buyForm form .layui-input-block {
  margin-left: 90px;
}
/*首页产品*/
.indexPro{
    margin:0 auto;
    background-image: url('../image/cpBg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: .84rem 0;
    width: 16rem;
}
.indexPro .indexProSwiBox{
    width: calc(14rem - 1.12rem);
    padding: 0 .56rem;
    overflow: hidden;
    position: relative;
    margin: .4rem auto 0;
}
.indexPro .indexProSwiBox .swiper-button-prev{
    background-image: url('../image/leftBtn.png');
    width: 20px;
    height: 30px;
    background-size: 100% 100%;
}
.indexPro .indexProSwiBox .swiper-button-next{
    background-image: url('../image/rigBtn.png');
    width: 20px;
    height: 30px;
    background-size: 100% 100%;
}
.indexPro .indexProSwiBox .swiper-slide{
    background-image: url('../image/cplistBg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 4rem;
}
.indexPro .indexProSwiBox .swiper-slide .indexProSwiBoxCon{
    height: 100%;
}
.indexPro .indexProSwiBox .swiper-slide .indexProUlImg{
    width: calc(100% - .4rem);
    height: calc(51% - .4rem);
    display: flex;
    align-items: center;
    padding: .2rem;
}
.indexPro .indexProSwiBox .swiper-slide .indexProUlImg img{
    width: 100%;
    max-height: 100%;
    border-radius: 6px;
}
.indexPro .indexProSwiBox .swiper-slide .indexProUlTit{
    color: #fff;
    height: calc(49% - .4rem);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:.2rem;
    font-weight: bold;
    padding: .2rem;
    
    
}
.indexPro .indexProSwiBox .swiper-slide .indexProUlTit p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.indexPro .container{
    width: 100%;
}
.indexPro .indexProMore{
    display: flex;
    justify-content: center;
    margin-top: .8rem;
}
.indexPro .more-btn{
    width: 2rem;
    height: .4rem;
    line-height: .4rem;
  text-align: center;
  font-size: .16rem;
  border-radius:6px;
  color: #fff;
  background-color: #0b3289;
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexPro .more-btn img{
    width: .24rem;
}

.indexPro .public-title{
    width: 12.86rem;
    margin: 0 auto;
}
.indexPro .public-title h2{
    font-size: 0.46rem;
  color: #0b40ae ;
  text-align: left;
}



.indexServe{
    width: 12.86rem;
    margin: 0.63rem auto;

}
.indexServe >h2{
    font-size: 0.46rem;
    color: #0b40ae;
}
.indexServe .indexServeUl{
    margin-top: .54rem;
    display: flex;
    flex-wrap: wrap;
}
.indexServe .indexServeUl li{
    background-repeat: no-repeat;
  background-size: 100% 100%;
  width: calc(3rem - .1rem);
  height: calc(3.1rem - .2rem);
  margin-right: .1rem;
  padding: 0.12rem;
  transition: all .4s;
  margin-bottom: .2rem;
}
.indexServe .indexServeUl li:nth-child(4n){
    margin-right: 0;
}
.indexServe .indexServeUl li .indexServeUlImg{
    height: .6rem;
    margin-bottom: .3rem;
}
.indexServe .indexServeUl li img{
    width: .6rem;
    
}
.indexServeUl .colorYell{
    color: #eed55f!important;
}
.indexServe .indexServeUl li h4{
    color: #0b3289;
    font-weight: bold;
    font-size: .2rem;
}
.indexServe .indexServeUl li p{
    font-size: .13rem;
  line-height: 1.4;
  color: #0b3289;
  font-weight: bold;
  white-space: wrap;
  word-wrap: anywhere;
  margin-top: .1rem;
}


.indexCarOneBox{
    
    background-color: #fcd72f;
    border-radius: .5rem;
    padding: .6rem 0 1.5rem;
}
.indexCarOneBox .indexCarOne{
    width: 12.86rem;
    margin: 0 auto;
}
.indexCarOne .indexCarYell .indexCarOneBox h4{
    font-size: .46rem;
    color: #3e3a3a;
    width: 12.86rem;
    margin: 0 auto .4rem;
}
.indexCarOne .indexCarYell .indexCarYellTit{
    width: 12.86rem;
    margin: 0 auto .3rem;
}
.indexCarOne .indexCarYell .indexCarYellTit a{
    display: inline-block;
    width: 2.25rem;
    height: .5rem;
    line-height: .5rem;
    text-align: center;
    background-color: #efefef;
    color: #595757;
    font-size: .2rem;
    border-radius: 10px;
}

.indexCarOne .indexCarYell .indexCarYellTit a.active{
    background-color: #595757;
}
.indexCarOne .indexCarYell .indexCarYellTit a.active{
    color: #fff;
}
.indexCarOne .indexCarYell .indexCarYellTit a:first-child{
    margin-right: .2rem;
}
.indexCarOne .indexCarYell .indexCarOne,
.indexCarTwo .indexCarWhit ul{
    display: flex;
}
.indexCarTwo .indexCarWhit ul{
    flex-wrap: wrap;
}
.indexCarTwo .indexCarWhit ul li{
    margin-bottom: .2rem;
    position: relative;
}
.indexCarOne .indexCarYell .indexCarOne li:first-child,
.indexCarTwo .indexCarWhit ul li:nth-child(2n+1){
    margin-right: 1.08rem;
}
.indexCarOne .indexCarYell .indexCarOne li,
.indexCarTwo .indexCarWhit ul li{
    width: calc((100% - 1.08rem) / 2);
}
.indexCarOne .indexCarYell .indexCarOne li p,
.indexCarOne .indexCarYell .indexCarOne li .indexCarYellCon,
.indexCarTwo .indexCarWhit ul li p,
.indexCarTwo .indexCarWhit ul li .indexCarYellCon,
.indexCarGrayBox p,
.indexCarGrayBox .indexCarYellCon,
.indexCarFour .indexCarGrayBox p,
.indexCarFour .indexCarGrayBox .indexCarYellCon,
.indexCarFive li p,
.indexCarFive li .indexCarYellCon,
.indexCarBoxTwoTwoBox .indexCarBoxTwoTwoBoxRig p,
.indexCarBoxTwoTwoBox .indexCarBoxTwoTwoBoxRig .indexCarBoxTwoTwoBoxRigCon,
.indexCarBoxOneThre .indexCarBoxOneThreUl li p,
.indexCarBoxOneThre .indexCarBoxOneThreUl li .indexCarYellCon,
.indexCarBoxOneFor .indexCarBoxOneForLef p,
.indexCarBoxOneFor .indexCarBoxOneForLef .indexCarYellCon,
.indexCarBoxOneFive .indexCarBoxOneFiveBox .indexCarBoxOneFiveBoxLef p,
.indexCarBoxOneFive .indexCarBoxOneFiveBox .indexCarBoxOneFiveBoxLef .indexCarYellCon{
   font-size: .18rem;
  color: #3e3a3a;
  line-height: 1.4;
  margin-bottom: .1rem;
}
.indexCarOne .indexCarYell .indexCarOne li p,
.indexCarTwo .indexCarWhit ul li p,
.indexCarGrayBox p,
.indexCarFour .indexCarGrayBox p,
.indexCarFive li p,
.indexCarBoxTwoTwoBox .indexCarBoxTwoTwoBoxRig p,
.indexCarBoxOneThre .indexCarBoxOneThreUl li p,
.indexCarBoxOneFor .indexCarBoxOneForLef p,
.indexCarBoxOneFive .indexCarBoxOneFiveBox .indexCarBoxOneFiveBoxLef p{
    display: flex;
    align-items: center;
}
.indexCarBoxOneThre .indexCarBoxOneThreUl li p,
.indexCarBoxOneThre .indexCarBoxOneThreUl li .indexCarYellCon{
    color: #fff;
}
.indexCarOne .indexCarYell .indexCarOne li p img,
.indexCarTwo .indexCarWhit ul li p img,
.indexCarFour .indexCarGrayBox p img,
.indexCarGrayBox p img,
.indexCarFive li p img,
.indexCarBoxTwoTwoBox .indexCarBoxTwoTwoBoxRig p img,
.indexCarBoxOneThre .indexCarBoxOneThreUl li p img,
.indexCarBoxOneFor .indexCarBoxOneForLef p img,
.indexCarBoxOneFive .indexCarBoxOneFiveBox .indexCarBoxOneFiveBoxLef p img{
    width: .3rem;
    height: .3rem;
    margin-right: .1rem;
}
.indexCarTwo .indexCarTwoLi p .indexCarImg,
.indexCarBoxOneFor .indexCarBoxOneForLef p .indexCarBoxOneForLefImg{
    width: 2rem;
    margin-right: 0;
    margin-left: .2rem;
}
.indexCarTwo .indexCarTwoLi .indexCarTwoLiImg img{
    width: 3rem;
    margin-top: .2rem;
}
.indexCarBoxTwo {
    margin-bottom: .4rem;
}
.indexCarTwo{
    background-color: #fff;
  margin-top: -85px;
  position: relative;
  z-index: 1;
  border-radius: .5rem;
  padding: .6rem 0 0;
}
.indexCarTwo .indexCarWhit{
    width: 12.86rem;
    margin: 0 auto;
}
.indexCarTwo .indexCarWhit >h4{
    font-size: .46rem;
    color: #3e3a3a;
    margin-bottom: .4rem;
}
.indexCarBoxOneThre{
    background-image: url('../image/dituThr.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 6rem;
    padding-top: .4rem;
    overflow: hidden;
    border-radius:.2rem;
    width: 14rem;
    margin: 0 auto;
}
.indexCarBoxOneThre .indexCarBoxOneThreBtn{
    width: 12.86rem;
    margin: 0 auto;
}
.indexCarBoxOneThre .indexCarBoxOneThreBtn a{
    width: 2.7rem;
    height: .5rem;
    line-height: .5rem;
    margin-right: .2rem;
    text-align: center;
    color: #fff;
    background-image: url('../image/whiteborder.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    font-size: .18rem;
}
.indexCarBoxOneThre .indexCarBoxOneThreBtn a.active{
    background-image: url('../image/whitebg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #0b3289;
}
.indexCarBoxOneThre .indexCarBoxOneThreUl{
    width: 12.86rem;
    margin: .5rem auto 0;
    display: flex;
}
.indexCarBoxOneThre .indexCarBoxOneThreUl li{
    width: calc((100% - .4rem) / 2);
    margin-right: .4rem;
}
.indexCarBoxOneThre .indexCarBoxOneThreUl li:last-child{
    margin-right: 0;
}
.indexCarBoxOneFor{
    width: 12.86rem;
    margin: .6rem auto;
    display: flex;
}
.indexCarBoxOneFor .indexCarBoxOneForRig,
.indexCarBoxOneFive .indexCarBoxOneFiveBox .indexCarBoxOneFiveBoxRig{
    margin-left: .2rem;
    display: flex;
    align-items: center;
}
.indexCarBoxOneFor .indexCarBoxOneForRig img,
.indexCarBoxOneFive .indexCarBoxOneFiveBox .indexCarBoxOneFiveBoxRig img{
    width: 2.2rem;
}
.indexCarBoxOneFor .indexCarBoxOneForLef,
.indexCarBoxOneFive .indexCarBoxOneFiveBox .indexCarBoxOneFiveBoxLef{
    width: calc(100% - 2.4rem);
}
.indexCarBoxOneFive{
    background-color: #efefef;
    border-radius: .5rem;
    padding: .38rem 0;
    margin-bottom: .6rem;
}
.indexCarBoxOneFive .indexCarBoxOneFiveBox .indexCarBoxOneFiveBoxLef>img{
    width: 2rem;
    margin-top: .2rem;
}
.indexCarBoxOneFive .indexCarBoxOneFiveBox{
    width: 12.86rem;
    margin: 0 auto;
    display: flex;
}
.indexCarIconBox{
    display: flex;
    margin-top: .2rem;
}
.indexCarIconBox .indexCarOneIcon{
    margin-right: .2rem;
}
.indexCarIconBox .indexCarOneIcon img{
    width: 2.4rem;
}
.indexCarIcon{
    position: relative;
    
    width: calc(100% - 2.6rem);
}
.indexCarIcon img{
    max-width: 100%;
}
.indexCarIcon span{
    position: absolute;
    font-size: .16rem;
    color: #3e3a3a;
    left: 1.5rem;
    line-height: .43rem;
}
.indexCarGray{
    background-color: #efefef;
    border-radius: .5rem;
    padding: .38rem 0;
}
.indexCarGrayBox{
    width: 12.86rem;
    margin: 0 auto;
    
}
.indexCarGrayBox .indexCarGrayImg{
    display: flex;
    margin-top: .2rem;
}

.indexCarGrayBox .indexCarGrayImg .indexCarGrayImg1{
    text-align: left;
    width: 54.4%;
    display: flex;
    align-items: center;
}
.indexCarGrayBox .indexCarGrayImg .indexCarGrayImg1 img{
    width: 2.4rem;
}
.indexCarGrayBox .indexCarGrayImg .indexCarGrayImg2{
    text-align: left;
}
.indexCarGrayBox .indexCarGrayImg .indexCarGrayImg2 img{
    width: 3.5rem;
}
.indexCarFour{
    width: 14rem;
    margin: 0 auto;
    padding-top: .4rem;
    height: 7.76rem;
    background-image: url('../image/dtTwo.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: .2rem auto;
}
.indexCarFour .indexCarGrayBox{
    width: 12.86rem;
    margin: 0 auto;
}
.indexCarFour .indexCarGrayBox p,
.indexCarFour .indexCarGrayBox .indexCarYellCon{
    color: #fff;
}

.indexCarYellCon.indexCarYellConImg p{
    width: 77%;
    position: relative;
    z-index: 100;
}
.indexCarYellCon.indexCarYellConImg img{
    position: absolute;
    width: 1.6rem;
    right: -.27rem;
    bottom: -.2rem;
}
.indexCarFour .indexCarGrayBox p{
    margin-bottom: ;
}
.indexCarFive{
    width: 12.86rem;
    margin: 0 auto;
}
.indexCarFive li.indexCarFiveLi1 .indexCarFiveLi1Img{
    margin-top: .2rem;
}
.indexCarFive li.indexCarFiveLi1 .indexCarFiveLi1Img img,
.indexCarFive li.indexCarFiveLi2 .indexCarFiveBox>img{
    width: 2.4rem;
}
.indexCarFive li.indexCarFiveLi2{
    display: flex;
    margin-top: .4rem;
}
.indexCarFive li.indexCarFiveLi2 .indexCarFiveImg{
    width: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.indexCarFive li.indexCarFiveLi2 .indexCarFiveImg img{
    max-width: 100%;
}
.indexCarFive li.indexCarFiveLi2 .indexCarFiveBox{
    width: calc(100% - 3.6rem);
    margin-left: 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.indexCarFive li.indexCarFiveLi2 .indexCarFiveBox>img{
    margin-top: .2rem;
}
.indexCarBoxTwoTwoBox{
    width: 12.86rem;
    margin: 0 auto;
    display: flex;
    margin-top: .2rem;
}
.indexCarBoxTwoTwoBox .indexCarBoxTwoTwoBoxImg{
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
}
.indexCarBoxTwoTwoBox .indexCarBoxTwoTwoBoxImg img{
    width: 100%;
    max-height: 100%;
}
.indexCarBoxTwoTwoBox .indexCarBoxTwoTwoBoxRig{
    width: calc(100% - .98rem - 3.47rem);
    margin-left: 1.98rem;
    display: flex;
   flex-direction: column;
   justify-content: center;
}
.indexCarBox .indexCarBoxComm{
    display: none;
}
.indexCarBox .indexCarBoxComm.disBlock{
    display: block;
}









/*资质展示*/
.indexzs{
    margin: 0 auto;
    padding: 0.6rem 0 0.6rem;
}

.indexzs .public-title h2{
    font-size: 0.66rem;
  font-weight: bold;
  color: #0B40AE;
  text-align: center;
}
.indexzs .public-title p{
    font-size: 0.4rem;
  color: #000;
  text-align: center;
}
.indexzsImg{
    margin-top: 0.45rem;
    display: flex;
    justify-content: center;
}
.indexzsImg >div{
    margin-right: 2rem;
    width: 3rem;
    display: inline-block;
    background-image: url('../image/kuang.png');
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0.46rem 0.48rem;
    overflow: hidden;
    height: fit-content;
}
.indexzsImg >div img{
    width: 100%;
    border-radius: 0.2rem;
}
.indexzsImg >div:last-child{
    margin-right: 0;
}

/*技术服务*/

.serviceTit{
    width: 12.86rem;
    margin: .6rem auto .74rem;
}
.serviceTit h2{
    font-size: .46rem;
    color: #0b3289;
}
.serveTop{
    width: 12.86rem;
    margin: 0 auto;
}

.serveTop ul{
    display: flex;
    justify-content: center;
}
.serveTop ul li{
    width: calc((100% - 2.2rem) / 4);
    position: relative;
    text-align: center;
    font-size: .24rem;
    color: #fcd72f;
    cursor: pointer;
    background-image: url('../image/serBj.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: .16rem;
    font-weight: bold;
    padding: .4rem .2rem;
}
.serveTop ul li:last-child{
    margin-right: 0;
}
.serveTop ul li img{
    height: .6rem;
    margin-bottom: .2rem;
    max-width:100%;
}

.servictBot .public-title{
    text-align: center;
}
.servictBot .public-title h2{
    font-size: .46rem;
    text-align: left;
    color: #0b3289;
}
.servictBot .public-title p{
    font-size: 30px;
    color: #000;
}
.servictBot{
    margin: 1.26rem 0;
}
.servictOneBot{
    display: flex;
    margin: 60px 0;
}
.marRigrem{
    margin-right: 1rem;
}
.marLefrem{
    margin-left: 1rem;
}
.servictOneBot .servictOneBotText{
    
    width: calc(84% - 1rem);
    font-size: .24rem;
    padding-bottom: 10px;
    margin-bottom: 1em;
    position: relative;
    display: flex;
    align-items: center;
    color: #0b3289;
    line-height: 1.4;
}
.servictOneBot .servictOneBotImg{
    width: 16%;
    overflow: hidden;
    text-align: center;
    height: fit-content;
}
.servictOneBot .servictOneBotImg .swiper-button-prev{
    background-image: url('../image/leftBtn.png');
    width: 20px;
    height: 30px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.servictOneBot .servictOneBotImg .swiper-button-next{
     background-repeat: no-repeat;
    background-image: url('../image/rigBtn.png');
    width: 20px;
    height: 30px;
    background-size: 100% 100%;
}
.servictOneBot .servictOneBotImg .swiper-wrapper{
    align-items: center;
}
.servictOneBot .servictOneBotImg img{
    max-width:80%;
    border-radius: 0.2rem;
}
.servictOneBotImgBox{
    text-align: center;
}
.servictOneBotImgText{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.servictOneBot .servictOneBotImg .swiper-wrapper .swiper-slide{
    width: 100%!important;
}
.servictBotTwo .container>h2{
    text-align: left;
    font-size: .46rem;
    margin-bottom: 1.22rem;
    color: #0b3289;
}
.servictBotTwo .container .servictBotTwoCon .servictBotTwoConBox{
    display: flex;
}
.servictBotTwoConBox .servictBotTwoImg{
    width: 20%;
    overflow: hidden;
    text-align: center;
}
.servictBotTwoConBox .servictBotTwoImg img{
    max-width: 80%;
}
.servictBotTwoConBox .servictBotTwoImg p{
    font-size: .2rem;
    color: #0b3289;
    text-align: center;
    margin-top: .2rem;
}
.servictBotTwoConBox .servictBotTwoWz{
    width: calc(84% - 1rem);
    font-size: .24rem;
    padding-bottom: 10px;
    margin-bottom: 1em;
    position: relative;
    color: #0b3289;
    line-height: 1.4;
    display: flex;
    align-items: center;
}
.servictBotThreCon{
    display: flex;
    margin-top: .4rem;
    flex-wrap: wrap;
    font-size: 16px;
    color: #0b3289;
}
.servictBotThreCon .servictBotThreConImg{
    width: 100%;
    color: #0b3289;
}
.servictBotThreCon .servictBotThreConImg h4{
    font-size: .3rem;
    margin-bottom: .07rem;
}

.servictBotThreCon .servictBotThreConImg p{
    font-size: .18rem;
    line-height: .34rem;
}

.servictBotBoxnon{
    display: none!important;
}

.serBotThrBot{
    display: flex;
    margin-top:.6rem;
}
.serBotThrBot .servictBotThrCon{
    border-radius: 0.2rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    width: 2.56rem;
    height: 5.27rem;
    margin-right: .08rem;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    overflow: hidden;
}
.serBotThrBot .servictBotThrCon:first-child{
    width: 5.27rem;
}
.serBotThrBot .servictBotThrCon:nth-child(2n) .title.title-show h4{
    color: #000;
}
.serBotThrBot .servictBotThrCon:nth-child(2n) .anim-content{
    color: #fff;
}
.serBotThrBot .servictBotThrCon .title.title-show{
    position: absolute;
    top: .32rem;
    padding-left: .2rem;
    padding-right: .2rem;
}
.serBotThrBot .servictBotThrCon .title.title-show h4{
    font-weight: bold;
    font-size: .18rem;
    color: #fff;
}
.serBotThrBot .servictBotThrCon .anim-content{
    opacity: .8;
    transition: all .6s ease-in-out;
    position: absolute;
    padding: 0 .1rem;
    color: #000;
    line-height: 1.4;
    width: calc(50% - .3rem);
    right: 0;
    font-weight: bold;
    font-size: .14rem;
    height: 100%;
   flex-direction: column;
   justify-content: center;
    
}
.serBotThrBot .servictBotThrCon .anim-content p span{
    display: block;
    margin-left: .32rem;
}

.serBotThrBot .servictBotThrCon .anim-content .title{
    display: block;
}
.serBotThrBot .servictBotThrCon .anim-content.show-anim-content{
    display: none;
}
.serBotThrBot .servictBotThrCon .none{
    display: none!important;
}
.serBotThrBot .servictBotThrCon .block{
    display: flex!important;
}


/*关于我们-服务*/
.aboutSer{
    width: 12.86rem;
    margin: 0 auto;
}
.aboutSer .aboutSerTop h4{
    font-size: .46rem;
    color: #0b3289;
}
.aboutSer .aboutSerTop h4 span{
    color: #fcd72f;
}
.aboutSer .aboutSerCen{
    margin: .2rem 0 .5rem;
    color: rgb(122, 122, 122);
    font-size: .2rem;
}
.aboutSer .aboutSerBot{
    border-color: rgb(243, 244, 248);
    border-radius: .1rem;
    overflow: hidden;
}
.aboutSer .aboutSerBot .layui-colla-title{
    background-color: #fff;
    color: rgb(122, 122, 122);
    font-size: .16rem;
    height: fit-content;
    line-height: 1.4;
    padding-left: .16rem;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}
.aboutSer .aboutSerBot .layui-colla-icon{
    display: none;
}
.aboutSer .aboutSerBot .layui-colla-content{
    padding: 0;
    height: 0;
    transition: all 0.2s;
    display: block;
    overflow: hidden;
}

.aboutSer .aboutSerBot .layui-colla-item:first-child .layui-colla-content{
    height: fit-content;
    padding: .15rem .2rem;
}
.aboutSer .aboutSerBot .layui-colla-title .aboutSerBotIcon{
    font-weight: bold;
    font-size: .3rem;
    margin-right: .1rem;
}
.aboutSer .aboutSerBot .layui-colla-title .aboutSerBotIcon.aboutSerBotIconClose:before{
    content: "-";
    display: block;
}
.aboutSer .aboutSerBot .layui-colla-title .aboutSerBotIcon.aboutSerBotIconOpen:before{
    content: "+";
    display: block;
}