* {
    margin: 0;
    padding: 0;
}
a,
.transition,
.g-head,
.g-foot .btn li .ewm,
.side-bar,
.index-about .list li,
.index-about .list li .layer,
.index-about .list li .layer h3,
.index-about .list li .layer .container,
.index-business .head .btn li,
.index-news .list li,
.index-news .list li a .img,
.technology-3 .list-wrapper li,
.technology-3 .list-wrapper li .time,
.technology-4 .list li:after,
.technology-4 .list li .name,
.page-layer,
.product-5 .list li,
.product-5 .list li .ico,
.lyb-layer .container .form li .input,
.report .form li .input,
.lyb .form li .input,
.lyb-layer .container .form li .select dd,
.report .form li .select dd,
.lyb .form li .select dd,
.lyb-layer .container .submit div,
.report .submit div,
.lyb .submit div,
.business-2 .list li,
.business-3 .list a .layer .btn,
.programme-6 .btn li,
.about-2 li,
.about-2 li h2:after,
.about-2 li .content,
.about-3 .list2 .line,
.about-4 .list li,
.about-4 .list li .name,
.about-4 .list li .layer,
.news li,
.join-1 li .name,
.ewm-layer,
.technology-1 .btn dd,
.technology-1 .list li div.title,
.technology-1 .list li.li_01 .line,
.technology-1 .list li.li_01 dt,
.technology-1 .list li.li_01 dd,
.technology-1 .list li.li_02 .light,
.technology-1 .list li.li_02 h2.title,
.technology-1 .list li.li_02 dd,
.technology-1 .list li.li_03 .yuan,
.technology-1 .list li.li_03 dd,
.technology-1 .list li.li_04 .yuan,
.technology-1 .list li.li_04 dd,
.technology-1 .list li.li_05 .yuan,
.technology-1 .list li.li_05 dl.dl_01 dd,
.technology-1 .list li.li_05 dl.dl_02 dd,
.business-6 .list li,
.business-6 .list li h3,
.business-6 .list li .layer,
.kass-3 a.btn em,
.kass-2 .title ul li,
.kass-layer,
:before,

.g-nav {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.nav_fixed>a img{
    transition: All 0s ease !important;
    /*-webkit-transition: All 0s ease;*/
    -webkit-transition: All 0s ease !important;
}
body {
    /*font-size: 12px;*/
    /*font-family: Arial, "微软雅黑";*/
    /*color: #333;*/
    -webkit-text-size-adjust: none;
    /*opacity: 0;*/
}

body.show {
    opacity: 1;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
}

img {
    max-width: 100%;
    max-height: 100%;
    /* object-fit: cover; */
}

a {
    text-decoration: none;
    color: #333;
    display: inline-block;
}

html {
    font-family: "微软雅黑", 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 100px;
}

@media screen and (max-width:1600px) {
    html {
        font-size: 83px !important;
    }
}

@media screen and (max-width:1000px) {
    html {
        font-size: 70px !important;
    }
}

body {
    /* max-width: 19.2rem; */
    margin: 0 auto;
    font-size: .14rem;
}

.w1400 {
    width: 14rem;
    margin: 0 auto;
}

.w1200 {
    width: 12rem;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.flex_sb {
    display: flex;
    justify-content: space-between;
}

.flex_ab {
    display: flex;
    justify-content: space-around;
}

.flex_ce {
    display: flex;
    justify-content: center;
}


.gcalitem_img img:hover,
.cpzsitem div img:hover,
.zxitem_img img:hover{
    transform: scale(1.1);
    transition: all 0.3s;
}
.layer .container{
    font-size: .14rem;
    font-weight: 400;
    color: #F9F9F9;
    line-height: .28rem;
}

.nav_fixed>a {
    line-height: 100%;
}
.nav_fixed_box {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    /*box-shadow: .02rem .04rem .02rem 0rem rgba(13, 7, 1, 0.1000);*/
    height: 1.2rem;
    background: rgb(255,255,255,0.35);
    
}

.nav_fixed {
    /*position: relative;*/
    align-items: center;
    line-height: 1.2rem;
}

.nav_fixed>a>img {
    width: 1.4rem;
    height: .58rem;
}

.nav>div>a {
    font-size: .16rem;
    font-weight: 400;
    color: #333333;
}
.nav>div>a:hover{
        color: #0166B3 !important;
}

.pc_nav_active {
    color: #0166B3 !important;
    position: relative;
}

.nav>div {
    margin-right: .3rem;
}

.pc_nav_active::after {
    content: "";
    width: .04rem;
    height: .04rem;
    background: #0166B3;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: .8rem;
    transform: translate(-50%, 0);

}

.nav_ss {
    padding: 0 0 0 .35rem;
    display: flex;
    align-items: center;
    position: relative;
}

.nav_ss:after {
    position: absolute;
    content: "";
    width: .01rem;
    height: .20rem;
    background: #ADADAD;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.nav_ss>img {
    cursor: pointer;
    width: .17rem;
    height: .17rem;
    position: relative;
    /*top: .04rem;*/
}

.pos_ssk {
    position: absolute;
    top: 1.2rem;
    left: 0;
    padding: .2rem .2rem;
    width: 100%;
    /*width: calc(100% - 0.4rem);*/
    line-height: .8rem;
    background: #fff;
    display: none;
    background: rgb(255,255,255,0.35)
}
.rgbtm .pos_ssk{
    background: #FFFFFF;
    background: rgb(59,85,154,0.8);
}
.pos_ssk input {
    padding: 0 .1rem;
    height: .4rem;
    width: calc(100% - 0.8rem);
    border: none;
    outline: none;
    background: none;
    font-size: .16rem;
    color: #333333;
    
}

.sskflex {
    width: 80%;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
    align-items: center;
    border: 1px solid #e9e8e8;
}

.sskflex button {
    width: .6rem;
    height: .42rem;
    cursor: pointer;
    border: none;
    font-size: .16rem;
}

.nei_bander>img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.nei_bander_box{
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.nei_bander_box>h2{
    letter-spacing:.02rem;
    font-size: .4rem !important;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: .2rem !important;
    margin-bottom: .1rem !important;
    border-bottom: .02rem solid #FFFFFF;
}
.nei_bander_box>div{
     letter-spacing:.05rem;
    font-size: .2rem !important;
    color: #FFFFFF;
    text-align: center;
}
.nei_bander {
    /*height: 4rem;*/
    /*height: 6rem;*/
    position: relative;
}

.rgbtm {
    background: rgb(59,85,154,0.8);
}


.mian {
    background: #F9F9F9;
    height: .57rem;
    line-height: .57rem;
}

.mian_right {
    text-align: right;
}

.mian_right>span:last-of-type {
    display: none;
}

.mian_right,
.mian_right a,
.mian_right span {
    font-size: .16rem;
    font-weight: 400;
    color: #333333;
}

.new_content {
    padding-top: .59rem;
}

.new_content>h2 {
    font-size: .30rem;
    font-weight: bold;
    color: #333333;
}

.new_h2 {
    padding: .46rem 0 .24rem 0;
    position: relative;
    border-bottom: .01rem solid #CCCCCC;
}

.new_h2::after {
    content: "";
    position: absolute;
    bottom: -0.01rem;
    left: 0;
    width: .80rem;
    height: .01rem;
    background: #DE0817;
}

.new_h2>div {
    margin-right: .3rem;
    font-size: .14rem;
    font-weight: 400;
    color: #7C7C7C;
}

.new_xq_contnet {
    padding-top: .58rem;
}
.new_xq_contnet img{
    height: auto !important;
}
.new_sxy {
    margin-top: .6rem;
    padding: .2rem 0;
    border-top: .01rem dashed #7C7C7C;
    border-bottom: .01rem dashed #7C7C7C;
}

.new_sxy>div {
    width: 48%;

}

.new_sxy>div:last-of-type {
    text-align: right;
}

.new_sxy>div,
.new_sxy>div>a {
    font-size: .18rem;
    font-weight: 400;
    color: #333333;
}

.new_sxy>div>a {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: .05rem;
}

footer {
    background: #666666;
    margin-top: 1.5rem;
}

.footer_top {
    padding: .73rem 0 .57rem;
}

.foo_lxwm>h2,
.foo_about>h2,
.foo_cpml>h2 {
    font-size: .18rem;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: .2rem;
}

.foo_lxwm>div {
    font-size: .14rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: .17rem;
}
.foo_lxwm>div>a{
    font-size: .14rem;
    font-weight: 400;
    color: #FFFFFF;
}

.foo_lxwm>div>img {
    width: .2rem;
    margin-right: .13rem;
}

.foo_about>a {
    display: block;
    margin-bottom: .1rem;
    font-size: .15rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
}
.foo_about>a:hover,.foo_cpml_flex>a:hover{
    color: #FFFFFF;
}

.foo_cpml_flex {
    width: 5.24rem;
    font-weight: 400;
    flex-wrap: wrap;
}

.foo_cpml_flex>a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 48%;
    margin-bottom: .1rem;
    font-size: .15rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
}

.banquan {
    padding: .3rem 0;
    text-align: center;
    border-top: .01rem solid rgba(255, 255, 255, 0.6);
}

.banquan,
.banquan a {
    font-size: .15rem;
    font-weight: 400;
    color: #FFFFFF;
}

.gcalitem {
    width: 4.30rem;
    background: #FFFFFF;
    box-shadow: 0px .02rem .10rem .02rem rgba(51, 51, 51, 0.08);
    border-radius: .10rem;
    margin-bottom: .6rem;
}

.gcalitem>div {
    padding: .3rem;
}

.gcalitem_img {
    width: 100%;
    height: 2.40rem;
    overflow: hidden;
}

.gcalitem_img img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.gcalitem_h2 {
    font-size: .18rem;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin: .3rem 0 .19rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gcallist {
    flex-wrap: wrap;
    padding: .6rem 0 0 0;
}

.gcalitem_p {
    font-size: .14rem;
    font-weight: 400;
    color: #7C7C7C;
    line-height: .28rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

.yema ul {
    list-style: none;
    list-style-position: initial;
    list-style-image: initial;
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .4rem auto .0rem;
}

.yema a,
.yema li {
    display: block;
    width: .3rem;
    height: .3rem;
    background: #FFFFFF;
    border-radius: .04rem;
    text-align: center;
    line-height: .3rem;
}

.yema li {
    margin: 0 .05rem;
    border: .01rem solid #C8C8C8;
}

.yema a:hover {
    background: #0064B1 !important;
    color: #FFFFFF !important;
}

.yema .active {
    background: #0064B1 !important;
    color: #FFFFFF !important;
}

.xiazaibox {
    padding: .6rem 0 0 0;
}

.xiazaibox h2 {
    font-size: .30rem;
    font-weight: bold;
    color: #333333;
}

.wjsplist a {
    padding: 0 .4rem;
    height: .40rem;
    line-height: .4rem;
    background: #F4F4F4;
    border-radius: .20rem;
    font-size: .18rem;
    font-weight: 400;
    color: #333333;
    margin-right: .3rem;
}

.wjsplist {
    margin-bottom: .6rem;
}

.xiazaibox p {
    margin: .21rem 0 .4rem 0;
    font-size: .24rem;
    font-weight: 400;
    color: #7C7C7C;
}

.xiazaibox_form input{
    width: 3.5rem ;
    height: .4rem;
    padding: 0  .1rem ;
    outline: none;
    overflow: hidden;
}
.xiazaibox_form button{
    width: .5rem;
    color: #FFFFFF;
    height: .42rem;
    background: #365586;
    border: none;
    cursor: pointer;
}

.xiazaibox_flex{
    align-items: center
}
.miannav {
    color: #FFFFFF !important;
    background: #365586 !important;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
}

.table_box {}

.table_box td {
    text-align: center;
    /* border: .0  1rem solid red; */
    padding: .1rem 0;
    font-size: .18rem;
    font-weight: 400;
    color: #333333;
    border: .01rem solid #F3F3F3;
}

.table_box,
.zxns_table table {
    border-collapse: collapse
}

.table_box_tr td {
    background: #365586;
    font-size: .20rem;
    font-weight: 400;
    color: #FFFFFF;
    padding: .16rem 0;
    border: none;
    border-right: .02rem solid #F3F3F3;
}

.table_box_href>a {
    line-height: .4rem;
    
    padding: .0rem .2rem;
    border: 1px solid #365586;
}

.table_box_href img {
    width: .25rem;
    height: .25rem;
    margin-left: .1rem;
}

.table_box_href div {
    align-items: center;
    font-size: .18rem;
    font-weight: 400;
    color: #365586;
}

.dailishang>p {
    margin-bottom: .6rem;
}

.dalislist {
    flex-wrap: wrap;
    margin-bottom: 0.6rem;
}

.cloxs2{
    display: none;
}
.rgbtm .nav_fixed>a>.cloxs1{
    display: none;
    /*background: #FFFFFF;*/
}
.rgbtm .cloxs2{
    display: block;
}
.dalislist>div {
    background-image: url(../img/beijing.png);
    background-size: 1rem 1rem;
    background-repeat: no-repeat;
    width: 3.6rem;
    background-position-x: 100%;
    background-position-y: 100%;
    /*min-height: 2.9rem;*/
    /*min-height: 2rem;*/
    border: 1px solid #EEEEEE;
    padding: .4rem .3rem;
    margin-bottom: .3rem;
}

.dalislist>div>h2 {
    font-size: .24rem;
    font-weight: bold;
    color: #365586;
    margin-bottom: .3rem;
}

.dalislist>div>div {
    font-size: .2rem;
    color: #333333;
    line-height: .30rem;
}
.dalislist>div>div div,.dalislist>div>div span ,.dalislist>div>div p{
    background: none !important;
}

.zxnshyc {
    background: #EDEDED;
    padding: .35rem .2rem;
    margin-bottom: .6rem;
}

.zxnshyc>h2 {
    font-size: .26rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: .4rem;
}

.zxnshyc>p {
    font-size: .18rem;
    color: #333333;
}

.zxns_table>table {
    width: 100%;

}

.zxns_tr_first td {
    background: #365586;
    font-size: .20rem;
    font-weight: 400;
    color: #FFFFFF;
    padding: .2rem 0;
}

.zxns_table tr>td:first-of-type {
    padding-left: .6rem;
}

.zxns_table tr {
    position: relative;
}

.zxns_tr_tr {
    cursor: pointer;
}

.zxns_tr_tr td {
    background: #FAFAFA;
    padding: .2rem 0;
    font-size: .20rem;
    font-weight: 400;
    color: #333333;
}

.zxns_tr_content {
    /* display: none;    */
    width: 100%;
}

.zxns_tr_content td {
    font-size: .18rem;
    font-weight: 400;
    color: #7C7C7C;
    line-height: .30rem;
    padding: .4rem 0;
    border: .01rem solid #e9e4e4;
    border-top: none;
    display: none;
}

.zxns_tr_tr span {
    cursor: pointer;
    font-size: .3rem;
    position: absolute;
    right: .43rem;
    top: 50%;
    transform: translate(0, -50%);
}

.span2 {
    display: none;
}

.zxns_tr_tractive .span1 {
    display: none !important;
}

.zxns_tr_tractive .span2 {
    display: block !important;
}

.cpzsbox {
    padding-top: .6rem;
    margin-bottom: -0.4rem;
}

.cpzsboxh2 {
    padding-bottom: .19rem;
    border-bottom: .01rem solid #CECECE;
    margin-bottom: .6rem;
}

.cpzsbox_nav>a {
    font-size: .18rem;
    font-weight: 400;
    color: #333333;
    margin-right: .62rem;
}

.cpzsbox_nav>a:last-of-type {
    margin-right: 0;
}

.cpzsbox_active {
    color: #365586 !important;
    position: relative;
}

.cpzsbox_active::after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: .01rem solid #004098;
    position: absolute;
    bottom: -0.23rem;
    left: 0;
}

.cpzslist {
    flex-wrap: wrap;
}

.cpzsitem {
    text-align: center;
    width: 3.30rem;
    border: .01rem solid #A9A9A9;
    margin-bottom: .4rem;
}

.cpzsitem div {
   
    /*width: 100%;*/
    overflow: hidden;
    /*padding: .17rem 0;*/
    border-bottom: .01rem solid #A9A9A9 ;
    height: 2.5rem;
    /*background: #EEEEEE;*/
}
.cpzsa>div{
    position: relative;
}
.cpzsa {
    text-align: center;
    width: 100%;
}

.cpzsitem div img {
    height: 100%;
    transition: all 0.3s;
    object-fit: cover;
}

.cpzsitem>p {
    /*margin-top: .3rem;*/
    margin: .1rem 0 ;
    font-size: .14rem;
    font-weight: 400;
    color: #333333;
    padding: 0 .41rem;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    line-height: .3rem;
    min-height: .6rem;
}

.cpzsxq {
    margin: .3rem auto;
    padding: 0 .4rem;
    height: .30rem;
    line-height: .3rem;
    border: 1px solid #A9A9A9;
    border-radius: .15rem;
}

.cpzsxq:hover {
    background: #365586 !important;
    color: #FFFFFF;
}

.cpxq {
    padding-top: .6rem;
}

.cpxqgg {
    width: 7.7rem;
}

.cpxqlb {
    width: 5.8rem;
    background: #FFFFFF;
    border: 1px solid #AAA9A9;
    /*padding: .7rem 1rem;*/
    height: 3.6rem;
    overflow: hidden;
}
.cpxqlb  .swiper-slide{
    width: calc(100% - 2rem) !important;
    height: calc(100% - 1.4rem) !important;
     padding: .7rem 1rem;
}


.cpxqgg>h2 {
    font-size: .20rem;
    color: #333333;
    padding-bottom: .19rem;
    border-bottom: .01rem solid #CECECE;
}

.cpxxxx {
    padding-top: .3rem;
    font-size: .18rem;
    font-weight: 400;
    color: #333333;
    line-height: .40rem;
}

.cpxqlb {
    text-align: center;
}

.cpxqlb img {
    height: 100%;
    object-fit: cover;
}

.cpxq_top {
    margin-bottom: 1rem;
}

.cpxq_bottom_h2 {
    border-bottom: .01rem solid #CCCCCC;
    margin-bottom: .5rem;
}

.cpxq_bottom_h2>div {
    font-size: .24rem;
    font-weight: 400;
    color: #333333;
    padding-bottom: .3rem;
    cursor: pointer;
}

.cpxq_bottom_h2>div:first-of-type {
    margin-right: 1.5rem;
}

.cpxq_bottom_h2_active {
    border-bottom: .01rem solid #365586;
}

.xqazt {
    display: none;
}

.zx_tow {
    margin-bottom: .6rem;
}

.zx_box {
    width: 6.30rem;
    height: 3.50rem;
    position: relative;
}

.zx_box>img {
    height: 100%;
    min-width: 100%;
    object-fit: cover;
}

.zx_box>p {
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    padding: .44rem .2rem .15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - .42rem);
    font-size: .2rem;
    font-weight: 400;
    color: #FFFFFF;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.77) 50%, rgba(136, 136, 136, 0) 100%);
}

.sum {
    text-align: centere;
    padding: .2rem .14rem;
    position: absolute;
    top: 0;
    left: .3rem;
    background: #365586;
}

.sum>h2 {
    font-size: .36rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;

}

.sum>div {
    font-size: .14rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: .1rem;
}

.xwzx {
    padding-top: .6rem;
}

.zxlist {
    flex-wrap: wrap;
}

.zxitem {
    width: 4rem;
    margin-bottom: .6rem;
    position: relative;
}

.zxitem_img {
    width: 100%;
    height: 2.5rem;
    overflow: hidden;
    margin-bottom: .36rem;
}

.zxitem_img>img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}

.zxitem_text {
    padding-left: .2rem;
    border-left: .01rem solid #CCCCCC;
}

.zxitem_text>p {
    font-size: .14rem;
    margin: 0.19rem 0 0.32rem;
    font-weight: 400;
    color: #333333;
}

.zxitem_text .description {
    font-size: .14rem;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0.23rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.zxitem_text>h2 {
    font-size: .20rem;
    font-weight: bold;
    color: #333333;
    line-height: .28rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.zxitem_text .more {
    font-size: .18rem;
    font-weight: 400;
    color: #7C7C7C;
    line-height: .24rem;
}

.new_bag_box {
    width: 6.5rem;
    position: relative;
}

.new_bag_box .description,
.new_bag_box .moressc {
    display: none ;
}
.new_bag_box .zxitem_text>div{
    display: none !important;
}

.new_bag_box .zxitem_img {
    height: 4rem;
}

.new_bag_box .zxitem_text>h2 {
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    padding: 0.44rem 0.2rem 0.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 0.42rem);
    font-size: .2rem;
    font-weight: 400;
    color: #FFFFFF !important;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.77) 50%, rgba(136, 136, 136, 0) 100%);
}

.new_bag_box .zxitem_text {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border: none;
    width: calc(100% - 0.2rem);
}

.new_bag_box .sum1 {
    text-align: centere;
    padding: .2rem .14rem;
    position: absolute;
    top: 0;
    left: .3rem;
    background: #365586;
    margin: 0;
}

.sum1 span {
    font-size: .36rem;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    text-align: center;
}

.sum1 .sum1_span1 {
    display: block;
    font-size: .14rem;
    font-weight: 400;
    color: #FFFFFF;
}

.sum1 {
    display: none;
}

.new_bag_box p {
    display: none;
}

.new_bag_box .sum1 {
    display: block !important;
}

.jsjl {
    padding-top: .6rem;
}

.jsjditem {
    border: 1px solid #EEEEEE;
    background: linear-gradient(0deg, #F1FDFF, #FFFFFF);
    border-radius: 6px;
    padding: .2rem;
    margin-bottom: .3rem;
}

.jsjditem>h2 {
    font-size: .20rem;
    font-weight: bold;
    color: #365586;
}

.jsjditem>div ,.jsjditem>div span,.jsjditem>div div ,.jsjditem>div p{
    font-size: .18rem !important;
    font-weight: 400;
    color: #333333;
    line-height: .30rem !important;
    margin: .19rem 0 .26rem;
}

.jsjditem>p {
    font-size: .18rem;
    font-weight: 400;
    color: #E30113;
}

.wyzxitem>h2,
.codeinput>h2 {
    font-size: .18rem;
    font-weight: 400;
    color: #333333;
    margin-bottom: .11rem;
}

.wyzxitem>h2>span,
.codeinput>h2>span {
    font-size: .18rem;
    font-weight: 400;
    color: #FE0000;
}

.wyzxitem>input,.wyzxitem>textarea{
    font-size: .16rem;
    padding: 0 .1rem;
    width: calc(100% - 0.2rem);
    border: none;
    outline: none;
    height: .50rem;
    background: #EEEEEE;
    border-radius: 4px;
    margin-bottom: .4rem;
}
.wyzxitem>textarea{
    padding: .1rem;
    font-weight: 550;
    
}

.codeinput>div {
    padding: 0 .2rem 0 .1rem;
    background: #EEEEEE;
    height: .5rem;
    border-radius: .04rem;
    display: flex;
    overflow: hidden;
    align-items: center;
}

.codeinput>div>input {
    height: 100%;
    font-size: .16rem;
    border: none;
    outline: none;
    background: none;
    width: 90%;
}

#canvas {
    height: 100%;
    width: 1.2rem;
}
.in_gsws{
    padding: .6rem 0 .66rem;
    background-size: cover;
    margin-top: 1.44rem;
    background-position: center center;
    overflow: hidden;
    margin-bottom: -1.5rem;
    background-attachment: fixed;
}
.in_gsws>h2{
    font-size: .36rem;
    font-weight: bold;
    color: #F9F9F9;
    text-align: center;
}
.in_gsws>p{
    text-align: center;
    font-size: .14rem;
    font-weight: 400;
    color: #F9F9F9;
    margin: .21rem 0  .5rem;
}
 #certify{
        width: 100% !important;
        overflow: hidden;
        position: relative;
    }
     #certify .swiper-button-prev,#certify .swiper-button-next{
         display: none;
     }
    #certify .swiper-slide{
      width: 300px !important;
    height: 451px !important;
    }
#certify .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
}
.btns1 {
    width: 4.20rem;
    height: .50rem;
    line-height: .5rem;
    cursor: pointer;
    text-align: center;
    background: #0166B3;
    border-radius: .04rem;
    margin: .6rem auto 0;
    font-size: .20rem;
    font-weight: 400;
    color: #FFFFFF;
}
.btn li {
    cursor: pointer;
}
.cxjg>p {
    margin-bottom: .6rem;
}

.cxjg_box_item {
    margin-bottom: .4rem;
}

.cxjg_box_item>h2,
.gxjg_flex_item>h2 {
    font-size: .18rem;
    font-weight: 400;
    color: #333333;
    margin-bottom: .11rem;
}

.cxjg_box_item>div,
.gxjg_flex_item>div {
    line-height: .5rem;
    background: #EEEEEE;
    border-radius: .04rem;
    padding: 0 .1rem;
    font-size: .18rem;
    font-weight: 400;
    color: #333333;
}

.gxjg_flex_item {
    width: calc(50% - 0.2rem);
}

.gxjg_items {
    margin-bottom: .4rem;
}

.lxwm_box {}

.lxwm_box_left {
    width: 6rem;
    margin-right: 2.5rem;
}

.lxwm_box_left>h2 {
    font-size: .24rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: .5rem;
}

.lxwm_box_left_item>div {
    display: flex;
    align-items: center;
    margin-bottom: .15rem;
    font-size: .18rem;
    font-weight: 400;
    color: #333333;
}

.lxwm_box_left_item img {
    width: .23rem;
    margin-right: .14rem;
    
}

.lxwm_box_right {
    width: 4.6rem;
    padding-left: .9rem;
    position: relative;
}

.lxwm_box_right::after {
    content: "";
    width: .01rem;
    height: 2.94rem;
    background: #E6E6E6;
    position: absolute;
    left: 0;
    top: 0;
}

.lxwm_box_right>h2 {
    font-size: .24rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: .65rem;
}

.lxwm_wx {
    align-items: center;
}

.lxwm_wx>img {
    width: 1.20rem;
    height: 1.20rem;
    margin-right: .19rem;
}

.lxwm_wx_div>h2 {
    font-size: .18rem;
    font-weight: 400;
    color: #333333;
}

.lxwm_wx_div>p {
    font-size: .18rem;
    font-weight: 400;
    color: #7C7C7C;
    margin: .14rem 0;
}

.lxwm_wx_div>div>img {
    width: .28rem;
    margin-right: .14rem;
    height: .28rem;
}

.lxwm_wx_div>div {
    font-size: .18rem;
    font-weight: 400;
    color: #333333;
    display: flex;
    align-items: center;
}
.lxwm_ditu{
    position: relative;
}
/*.cleas{*/
/*    position: absolute;*/
/*    left: 0 ;*/
/*    top: 0 ;*/
/*}*/

.lxwm_ditu h3{
    margin-bottom: .2rem;
    font-size: .2rem;
    font-weight: 550;
}

.lxwm_ditu>h2 {
    font-size: .24rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: .6rem;
    margin-top: .8rem;
}

#dtbox,#dtbox1,#dtbox3{
    width: 100%;
    height: 5.40rem;
    margin-bottom: .3rem;
}
.cpxxcx_title{
    margin-bottom: .36rem;
}
.cpxxcx_title>h2 {
    font-size: .24rem;
    font-weight: bold;
    color: #333333;
}

.cpxxcx_title>div {
    width: 1.30rem;
    height: .36rem;
    line-height: .36rem;
    border: .01px solid #365586;
    border-radius: .04px;
    text-align: center;
    font-size: .18rem;
    font-weight: 400;
    color: #365586;
    cursor: pointer;
}
.cpxxtable{
    margin-bottom: .6rem;
}
.liyform>h2{
    padding-bottom: .2rem;
    border-bottom: .01rem solid #EEEEEE;
}
.cpxqlb .swiper-button-prev, .swiper-container-rtl .swiper-button-next，
.cpxqlb .swiper-button-next, .swiper-container-rtl .swiper-button-prev{

}
.cpxqlb .swiper-button-next,.cpxqlb .swiper-button-prev{
    width: .24rem;
    height: .24rem;
}
.cpxqlb .swiper-button-next, .cpxqlb .swiper-button-prev{
    background-size: 100% 100% !important;
}
.cpxqlb .swiper-button-next{
    background-image: url('../img/ri.png') !important;
}
.cpxqlb .swiper-button-prev{
    background-image: url('../img/le.png') !important;
}
.loadmore {
    text-align: center;
}
.nav>div{
    /*position: relative;*/
}
.eji{
    display: none;
    position: absolute;
    /*left: 50%;*/
    left: 0 ;
    width: 100%;
    /*background: red;*/
    top: 100%;
    z-index: 1001;
    background: rgb(255,255,255,0.35);

    min-width: 100%;
    /*transform: translate(-50%,0);*/
    transform: translate(0,0);
}
.eji:after{
    content: "";
    width: 100vw;
    position: absolute;
    left: 0 ;
}
.rgbtm .eji .xianshi{
    background: rgb(59,85,154,0.8);
    /*border-top: 0.01rem solid #cecccc;*/
    /*background: #FFFFFF;*/
        /*background: #0166B3 ;*/
}
.rgbtm .eji .xianshi a{
    color: #FFFFFF;
}
.eji_flex>div:first-of-type{
    width: calc( (100vw - 6.2rem) / 2);
    font-size: .18rem;
    text-align: right;
    background: rgb(255,255,255,0.35);
    padding-right: .2rem;
}
.eji_flex img{
    width: .18rem;
    height: .18rem;
    margin-left: .2rem;
}
.rgbtm .eji_flex>div:first-of-type{
    background: #f1f6f7;
}
.rgbtm .xianshi{
    background: #FFFFFF;
     /*background: #0166B3 ;*/
}
.rgbtm .xianshi a{
    /*color: #FFFFFF;*/
}
.xianshi{
  
    width: calc( 100vw - ((100vw - 14rem )/ 2)  );
}
.eji a{
    /*display: block;*/
    padding: 0 .2rem;
    margin: 0 .3rem;
    /*padding: 0 .1rem;*/
    line-height: .4rem;
    font-size: .15rem;
    white-space: nowrap;
}
.eji{
    line-height: .6rem;
}
.eji a:hover{
    background: #0166B3 !important;
    color: #FFFFFF;
}

table{
            width: 100%;
            border-collapse:collapse;
        }
        .table-biaoti th{
            background: #365586;
            color: #fff;
            font-size: 18px;
            height: 50px;
            line-height: 50px;
            font-weight: normal;
            border: none;
            text-align: left;
        }
        .cpxxtable td{
            height: 50px;
            line-height: 50px;
            font-weight: normal;
            border: none;
            background: #F6F6F6;
            text-align: left;
            font-size: 0.16rem;
            border-bottom: 1px solid #DCDCDC;
        }
        .cpxxtable td img{
            width: .3rem;
            height: .3rem;
            object-fit: cover;
            display: block;
            margin: 0.1rem 0;
        }
        .cpxxtable td .del{
            font-size: 0.18rem;
            color: #F13A3A;
            cursor: pointer;
        }
        .line-1{
            
            overflow: hidden;
            /* white-space: nowrap; */
            text-overflow: ellipsis;
        }
        .cpxxtable td input{
            width: 1rem;
            height: 0.32rem;
            margin: 0.09rem 0;
            border: 1px solid #AAA9A9;
            font-size: 0.16rem;
            padding: 0 0.06rem;
            box-sizing: border-box;
            background: none;
        }
        .ly-form{
            display: flex;
            flex-wrap: wrap;
            margin-top: 0.6rem;
        }
        .ly-item{
            width: 4.2rem;
            margin-bottom: 0.5rem;
            margin-right: 0.7rem;
        }
        .ly-item:nth-child(3n){
            margin-right: 0;
        }
        .ly-item .ly-content{
            width: 100%;
            position: relative;
        }
        .ly-item #canvas{
            position: absolute;
            right: 0;
        }
        .ly-item .ly-content input,
        .ly-item .ly-content textarea,
        .ly-item .ly-content select{
            width: 100%;
            height: .5rem;
            background: rgba(238, 238, 238, 0.52);
            padding: 0 0.1rem;
            box-sizing: border-box;
            border: none;
            font-size: 0.16rem;
        }
        .ly-item .ly-content textarea{
            width: 100%;
            padding: 0.1rem 0.18rem;
            font-family: '微软雅黑';
            min-height: 0.7rem;
        }
        .ly-item .ly-label{
            font-size: 0.18rem;
            margin-bottom: 0.11rem;
        }
        .ly-form-button{
            width: 4.2rem;
            height: 0.5rem;
            background: #0166B3;
            border-radius: 0.04rem;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 0.2rem;
            margin: 0 auto;
            margin-top: 0.3rem;
            cursor: pointer;
        }
        /* 添加商品弹窗 */
        .dialog{
            position: fixed;
            z-index: 10;
            width: 8rem;
            height: 6rem;
            left: 0;
            top: 50%;
            right: 0;
            bottom: 0;
            margin: auto;
            margin-top: -2.9rem;
            background: #fff;
            display: none;
        }
        .dialog-title{
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0.1rem .2rem;
            overflow: hidden;
            box-sizing: border-box;
            border-bottom: 1px solid #d9d9d9;
            font-size: .16rem;
        }
        .p_popCon{
            padding: 20px 20px 0;
        }
        .dialog-sx{
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .dialog-left,.dialog-right{
            display: flex;
            align-items: center;
        }
        .box-select{
            min-width: 1rem;
            height: 0.36rem;
            padding: 0.06rem 0.1rem;
            border: 1px solid #ccc;
            overflow: hidden;
            position: relative;
            border-radius: 3px;
            box-sizing: border-box;
            display: flex;
            align-items: center;
            justify-content: space-between;
            cursor: pointer;
        }
        .box-select i{
            position: absolute;
            right: 0.06rem;
            top: 0.08rem;
        }
        .dialog-right{
            border: 1px solid #d9d9d9;
        }
        .dialog-right input{
            width: 1.6rem;
            padding: 0 0.05rem;
            border: none;
            box-sizing: border-box;
            font-size: 0.16rem;
            outline: none;
        }
        .input-group-btn{
            background: #0166B3;
            color: #fff;
            padding: 0.06rem 0.12rem;
            box-sizing: border-box;
            font-size: 0.16rem;
            cursor: pointer;
        }
        .dialog-table{
            margin-top: 0.2rem;
        }
        .dialog-table-title th{
            background: #fafafa;
            border-bottom: 1px solid #d9d9d9;
            padding: .15rem 0;
            font-size: 0.14rem;
            font-weight: normal;
            box-sizing: border-box;
        }
        .dialog-table-content td{
            padding: .15rem 0;
            font-size: 0.14rem;
            border-bottom: 1px solid #d9d9d9;
            box-sizing: border-box;
            text-align: center;
        }
        .dialog-table-content{
            height: 3rem;
            overflow: auto;
        }
        .dialog-table-all{
            padding: 0.3rem 0;
            box-sizing: border-box;
        }
        .dialog-submit{
            width: 100%;
            padding: 0.1rem 0;
            box-sizing: border-box;
            border-top: 1px solid #d9d9d9;
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }
        .dialog-submit .quxiao,
        .dialog-submit .queding{
            padding:0.05rem 0.2rem ;
            font-size: 0.16rem;
            box-sizing: border-box;
            cursor: pointer;
            background: none;
            border: 1px solid #d9d9d9;
            margin-left: 0.2rem;
        }
        .dialog-submit .queding{
            background: #0166B3;
            color: #fff;
        }
        .mask{
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
            display: none;
        }

    .ls_box{
        position: relative;
    }
    .ls_box_ss{
        position: absolute;
        bottom: -0.6rem;
        left: 50%;
        padding: 0 .4rem;
        transform: translate(-50%,0);
        height: 1.20rem;
        background: #FFFFFF;
        box-shadow: 0px .06rem .07rem 0px rgba(0,0,0,0.12);
        border-radius: .10rem;
        z-index: 100;
        align-items: center;
    }
    .ls_box_ss input{
        width: calc(100% - 1.1rem);
        padding: 0 .2rem ;
        height: .60rem;
        background: #E3E3EF;
        border-radius: .04rem;
        font-size: .16rem;
        font-weight: 400;
        color: #7C7C7C;
    }    
    .ls_box_ss button{
        width: 1rem;
        height: .60rem;
        background: #365586;
        border-radius: .04rem;
        font-size: .20rem;
        font-weight: 300;
        color: #FFFFFF;
        cursor: pointer;
        border: none;
    }
    .cpzslist_index{
        margin: .6rem 0 .79rem;
    }
    .zjwy{
        height: 9rem;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        background-position: center center;
        background-attachment: fixed;
    }
    .siji_flex{
        /*align-items: center;*/
    }
    .zjwy_pos{
        position: absolute;
        /*top: .45rem;*/
        top: 50%;
        transform: translate(0,-50%);
        padding: .6rem  .6rem .6rem .8rem;
        right: 0;
        width: 11.50rem;
        height: 7.5rem;
        background: #FFFFFF;
    }
    .zjwy_pos>span{
        font-size: .20rem;
        font-weight: 400;
        color: #666666;
        display: block;
        padding-bottom: .17rem;
        position: relative;
        text-transform:uppercase;
    }
  .zjwy_pos>span:after{
      position: absolute;
      bottom: 0;
      left: 0;
    content: "";
    width: .60rem;
    height: .02rem;
    background: #0053C1;
  }
  .zjwy_pos>h2{
    font-size: .42rem;
    font-weight: bold;
    color: #282828;
    margin: .2rem 0 .68rem;
  }
  .zjwy_pos_text{
    font-size: .15rem !important;
    font-weight: 400 !important;
    color: #333333 !important;
    line-height: .28rem !important;
  }
  .abyoushi{
      flex-wrap: wrap;
      margin: .4rem 0 .4rem;
  }
  .abyoushi>div{
      width: 48%;
      margin-bottom: .3rem;
        font-size: .15rem;
        font-weight: 400;
        color: #365586;
  }
  .zjwy_posa{
    width: 1.50rem;
    height: .40rem;
    border: .01rem solid #365586;
    border-radius: .20rem;
    text-align: center;
    line-height: .4rem;
    font-size: .15rem;
    font-weight: 400;
    color: #365586;
    position: relative;
    top: 0.6rem;
    /*margin-top: -0.3rem;*/
  }
  .abyoushi>div{
      align-items: center;
  }
  .abyoushi img{
      width: .22rem;
      height: .22rem;
      margin-right: .15rem;
  }
  .index-title h2{
      margin-bottom: .3rem;
  }
  .hidex-sm{
      display: none;
  }
  .index-news .list li a .more{
      margin-top: .1rem;
  }
  .siji_text{
      width: calc(100% - 3rem);
  }
  .siji_img{
      width: 2.5rem;
  }
    .siji_img>img{
        /*height: 100%;*/
        object-fit: cover;
    }
.toudijianan{
    padding: 0 .35rem;
    height: .4rem;
    line-height: .4rem;
    border-radius: .08rem;
    background: #365586;
    color: #FFFFFF;
    font-size: .16rem;
    margin-top: .3rem;
}
.rgbtm .banjing{
    /*border-top: .01rem solid #cecccc;*/
    background: #FFFFFF;
}
.banjing{
    background: rgb(255,255,255,0.35);
    position: absolute;
    top: 1.2rem;
    display: none;
    width: 100%;
    left: 0 ;
    /*height: 1.3rem;*/
    /*height: 30vh;*/
    box-shadow: 2px 4px 2px 0px rgba(13,7,1,0.1);
}
.banjing1{
    height: .45rem !important;
}
.banjing2{
    height: .9rem !important;
}
.banjing3{
    height: 1.3rem !important;
}
.cpzsa_pos{
    opacity: 0 ;
    display: flex;
    z-index: 10000;
    align-items: center;
    justify-content: center;
    position: absolute !important;
    top: 0 ;
    width: calc(100% -  0.4rem) !important;
    padding: 0 .2rem !important;
    height: 100% !important;
    background: rgb(59,85,154,0.8);
    
}
.cpzsa_pos>div{
    border: none;
}
.cpzsa_pos p{
    color: #FFFFFF;
    font-size: .16rem;
}
.cpzsa_pos>div{
    height: auto ;
    color: #FFFFFF;
}
.index_gcal{
    margin-bottom: -1.5rem;
    padding-top: .61rem;
}
.cpzsa_pos h2{
    color: #FFFFFF;
    font-size: .18rem ;
    margin-bottom: .2rem;
}
.index_gcal{
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: .84rem;
    margin-top: .3rem;
}
.index_gcal .index-title{
    margin-bottom: .59rem;
}
.index_anli_swiper{
    overflow: hidden;
}
.index_anli_swiper .swiper-slide{
    /*width: 3.86rem !important;*/
    height: 3rem !important;
    border-radius: 0 0 .3rem 0 ;
    overflow: hidden;
}
.index_anli_swiper .swiper-slide img,.index_anli_swiper .swiper-slide a{
    height: 100%;
    min-width: 100%;
    object-fit: cover;
}

.index_anli_swiper .swiper-wrapper{
    display: flex;
    align-items: center;
}
.index_anli_swiper .swiper-slide-active{
    width: 4.41rem !important;
    height: 3.5rem !important;
}
.index_anli_title{
    position: absolute;
    bottom: 0 ;
    padding: .13rem .2rem;
    width: calc(100% );
    background: rgb(0,0,0,0.5);
    color: #FFFFFF;
    text-align: center;
    font-size: .16rem;
}
.index_anli_swiper .swiper-slide img:hover{
    transform: scale(1.1);
}
.ckssk{
    width: 3rem;
    height: .4rem;
    display: flex;
    border: .01rem  solid  #d9d9d9;
    border-radius: .04rem;
    overflow: hidden;
}
.ckssk input{
    border: none;
    outline: none;
    width: calc(100% - 0.6rem);
    padding: 0 .1rem;
    height: 100%;
}
.ckssk button{
    width: .42rem;
    height: .42rem;
    background: #0166B3;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
}
.rgbtm a{
    color: #FFFFFF !important;
}
.cleas{
    /*display: none;*/
}
#a1{
    display: block;
}
.aa1{
    cursor: pointer;
}
.aa1:hover{
    color: #0166B3;
}
.about-1_s{
    /*position: relative;*/
    left: -0.9rem;
    /*padding: .2rem 0 ;*/
    font-size: .23rem;
    margin-left:1.4rem;
}
.wal_ab_contetn{
    padding-top: .7rem;
}
.about-1 h2{
    align-items: baseline;
}
@media screen and (max-width:1000px) {
    .nei_bander_box>h2{
    letter-spacing:.02rem;
    font-size: .2rem !important;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: .2rem !important;
    margin-bottom: .1rem !important;
    border-bottom: .02rem solid #FFFFFF;
}
.nei_bander_box>div{
     letter-spacing:.05rem;
    font-size: .15rem !important;
    color: #FFFFFF;
    text-align: center;
}
    body{
    overflow-x: hidden;
}
.cpzslist {
    display: none;
}
     .w1400{
    width: 90%;
}
    .index_anli_swiper .swiper-slide {
        width: 50% !important;
        height: 2rem !important;
    
    }
      .siji_flex{
          display: block;
      }
      .siji_text,.siji_img{
          width: 100%;
      }
      .news-1 a .name{
          display: none;
      }
      .abyoushi img{
          margin-right: 0 ;
      }
      .abyoushi>div{
          width: 50%;
      }
      .zxns_tr_tr td{
          text-align: center;
      }
      .zxns_tr_content td, .zxns_tr_content td div, .zxns_tr_content td span, .zxns_tr_content td p{
          font-size: .18rem !important;
      }
      .zxns_table tr>td:first-of-type{
          padding-left: .3rem;
      }
      .zxns_tr_first td{
          border: .01rem solid   !important;
      }
      .zxns_tr_content td{
          padding: 0 .2rem;
      }
      .zxns_tr_tr td{
          font-size: .18rem;
      }
      .zxns_tr_first td{
          font-size: .18rem;
          text-align: center;
      }
      .mnav01 a{
          font-weight: 550;
      }
      .abyoushi>div{
          align-items: flex-start;
      }
      .p-more{
          display: none !important;
      }
      .index-title p{
          max-width: 100% !important;
      }
      .zjwy_pos>h2{
          font-size: .3rem;
          margin: .2rem 0 .2rem;
      }
      .ls_box_ss{
          height: .8rem;
      }
      .ls_box_ss input{
          height: .5rem;
      }
      .ls_box_ss button{
          height: .5rem;
      }
      .foo_about{
          display: none;
      }
      .mobtop_flex{
          align-items: center;
      }
      .hidex-sm{
          display: block;
      }
      #canvas {
            height: 100%;
            width: 2rem;
        }
      .gxjg_items{
          display: block;
      }
      .soojco a{
          font-size: .25rem;
          margin-right: .1rem ;
          /*position: relative;*/
          /*top: .04rem;*/
      }
      .gxjg_flex_item{
         width: 100%;
      }
      .gxjg_items{
          margin-bottom:0 ;
      }
      .gxjg_flex_item{
          margin-bottom: .4rem;
      }
      .about-3 .list li .name{
          width: 100% !important;
            font-size: .2rem !important;
          
      }
      .nei_bander{
          height: 2rem;
      }
      .table{
          overflow-x: auto;
      }
      .table_box_href>a{
          padding: .05rem .3rem;
          line-height: .3rem;
      }
      .cpxqgg{
          width: 100%;
      }
      .zjwy{
          width: 100%;
        height: 14rem;
          
      }
      .zjwy_pos>a{
          position: static;
          margin-top: .2rem;
      }
      .zjwy_pos{
          /*position: static;*/
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
          width: 95%;
          margin: 0 auto ;
          padding: .15rem ;
          height: auto ;
          border-radius: .1rem;
      }
      #certify .swiper-slide{
          width: 2.5rem !important;
            height: auto !important;
          
      }
      .indexswipar{
          height: 3rem !important;
      }
      .index-title a.p-more{
          position: static !important;
          margin-top: .2rem !important;
      }
      .w1400{
          width: 95%;
      }
      .footer_top{
          flex-wrap: wrap;
      }
      .foo_cpml_flex>a{
          width: 100%;
      }
      .foo_cpml_flex>a:nth-of-type(-n+4){
          display: none;
      }
       
        .zxitem,.cpzsitem{
          width: 48%;
      }
       .new_bag_box{
            width: 100%;
        }
      .new_h2{
          flex-wrap:wrap;
      }
      .new_h2>div{
          margin-bottom: .1rem;
      }
      .new_bag_box .zxitem_img{
          height: 4rem;
      }
      .cpzsbox_nav{
          display: none;
      }
      .cpxq_top{
          display: block;
      }
        .cpxqlb{
            margin-bottom: .2rem;
        }      
        .cpxqlb{
            width: 90%;
        }
        .cpxqlb .swiper-button-next, .cpxqlb .swiper-button-prev{
            display: none;
        }
        .cpxqlb .swiper-slide{
            padding: .35rem .5rem ;
            width: calc(100% - 1rem) !important;
            height: calc(100% - 0.7rem) !important;
        }
        .gcalitem{
            width: 48%;
        }
        .gcalitem_img{
            height: 2.2rem;
        }
        .table_box td{
            line-height: .3rem;
            padding: .1rem .1rem;
        }
        .table_box_tr td{
            white-space: nowrap;
            padding:.16rem .1rem;
        }
        .table_box_href>a{
            /*padding: .1rem .1rem;*/
        }
        .gcalitem>div{
            padding: .2rem;
        }
        .table_box_href>a{
            white-space: nowrap;
        }
        .dalislist>div{
            width: 95%;
        }
        .zxns_tr_tr span{
            display: none;
        }
        .lxwm_top_box {
            display: block;
        }
        .lxwm_box_left{
            width: 100%;
            margin-right: 0;
            margin-bottom: .4rem;
        }
        .lxwm_box_right{
            padding-left: 0;
            
        }
        .cpxxxx div,.cpxxxx p ,.cpxxxx span{
            font-size: .14rem !important;
        }
        .new_sxy>div>a{
            width: 70%;
        }
        .foo_cpml{
            width: 100%;
            overflow: hidden;
        }
        .foo_cpml_flex{
            width: 100%;
        }
  /*      在线询价*/
      .table-biaoti{
          display: none;
      }
      .dialog{
          width: 95%;
          height: 7.4rem;
          top: 42%;
      }
      .dialog-title{
          padding: 0.15rem 0.2rem;
      }
      .dialog-title span{
          /*font-weight: bold;*/
      }
      .dialog-table-content{
          height: 4rem;
      }
      .dialog-left{
          display: none;
      }
      .dialog-table-title th:nth-child(3),
      .dialog-table-content td:nth-child(3),
      .dialog-table-title th:nth-child(5),
      .dialog-table-content td:nth-child(5),
      .dialog-table-title th:nth-child(6),
      .dialog-table-content td:nth-child(6){
          display: none;
      }
      .dialog-table-title th:nth-child(2){
          width: 23% !important;
      }
      .dialog-table-content td:nth-child(4){
          padding: 0 10px;
      }
      .dialog-right{
          width: 100%;
      }
      .dialog-right input{
          width: 100%;
      }
      .input-group-btn{
          flex-shrink: 0;
      }
      .ly-form{
          margin-top: 0.4rem;
      }
      .ly-item{
          width: 100%;
          margin-right: 0;
          margin-bottom: 0.4rem;
      }
      .cpxxtable td{
          height: auto;
          line-height: normal;
          background: none;
          border: none;
          display: block;
          font-size: 0.18rem;
      }
      .cpxxtable td:nth-child(1){
          padding-left: 0 !important;
      }
      .cpxxtable td{
          width: 100% !important;

      }
      .cpxxtable td:nth-child(3){
          padding: 0.1rem 0;
      }
      .cpxxtable td:nth-child(1){
          display: none;
      }
      .cpxxtable td:nth-child(3){
          display: none;
      }
      .cpxxtable td img{
          width: 1rem;
          height: 1rem;
      }
      .cpxxtable td input{
          width: 100%;
      }
      .cpxxtable td .del{
          width: 100%;
          background: #F13A3A;
          color: #fff;
          padding:  0.1rem 0;
          display: inline-block;
      }
      .cpxxtable td:nth-child(2){
          display: flex;
          align-items: center;
      }
      .cpxxtable td:nth-child(2) span{
          padding: 0 0.2rem;
      }
      .td-des{

      }
  }
