
.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  /*background: linear-gradient(to left, #f46b45, #eea849);*/
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #FFF;
  height: 50px;
  padding: 0em;
  width: 100%;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

.menu > li a {
  /*color: #ffffff;*/
  cursor:pointer;
  text-decoration:none;
  font-size: 16px;
  color: #000;
}
.menu > li a:hover {
  color: #ddc9c9;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #1D2088;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 900ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: "";
  margin-top: -8px;
}

.menu-button::after {
  content: "";
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(130deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-130deg);
}

.pc-show-dl{
    /*display: flex;*/
    height: 110px;
}

.phone-show-dl{
    display: none;
}
.phone_logo{
    width: 100px;
}
/* 
   自适应设计 ，把 3700 改为 700 看看？
   移动端菜单折叠，网页端为水平导航菜单。
*/ 
@media (max-width: 720px) {
    .pc-show-dl{
        display: none;
    }

    .phone-show-dl{
        display: flex;
    }
    
    .header{
        height: 50px;
        width: 94%;
        border-bottom: none!important;
    }
    .web-banner .swiper-pagination {
    bottom: 5px;
}

    .menu-button-container {
        display: flex;
    }

  .menu {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }

  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  #menu-toggle:checked ~ .menu li {
    border-bottom: 1px solid #999;
    height: 30px;
    line-height: 30px;
    padding: 10px;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #f5f5f5;
  }

  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }

    #F1 {
        padding: 10px 0;
    }
    .F-title {
        margin: 10px 0;
        margin-bottom: 20px;
    }
    .F-title .f_txt {
        font-weight: 500;
        font-size: 22px;
    }

    .F-title .f_msg {
        color: #333333;
        padding-top: 18px;
        font-size: 16px;
        padding: 18px 15px 0 15px;
    }

    .f1_content{
        width: 100%;
       
    }
 .f1_content > .f1_top > .item {
    float: left;
    width: 50%;
    position: unset;
    display: block; 
    height: 60px;
    line-height: 60px;
    color: rgba(0, 4, 26, 0.7);
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 400;
}

.f1_content > .f1_top > .item.active {
    color: #4067ff;
    font-size: 20px;
    font-weight: 500;
}
.f1_main > div {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 20px;
}
.f1_main {
    width: 100%;
    height: 850px!important;
    padding-top: 15px;
    position: relative;
    overflow: hidden;
}

.f1_main > div > .item {
    position: relative;
    vertical-align: bottom;
    display: inline-block;
    text-align: center !important;
    width: 48%;
    margin: 0 1%;
    height: 250px;
    margin-top: 0;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 2px 13px 0px rgba(6, 51, 180, 0.13);
    background: #fff;
    float: left;
    margin-bottom: 20px;
}
.f1_main > div > .item:nth-of-type(2), .f1_main > div > .item:nth-of-type(5) {
    margin: 0 1%;
    margin-bottom: 20px;
}
.f1_main > div > .item > .itemDefault {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    transform: rotateY(0);
    transition: all 0.5s ease-in-out 0s;
    padding: 20px 15px!important;
}

.f1_main > div > .item img {
    display: inline-block;
    height: 40px;
}
.f1_main > div > .item .p1 {
    font-size: 18px;
    color: #00041a;
    font-weight: 500;
    margin: 15px 0 15px;
}

.f1_content > .f1_top > .item::after {
    background: #fff;
}
#aboutus{
    height: 0!important;
}
.about .bg {
    width: 100%;
    margin: 0 auto;
    padding: 20px 15px;
}

.about .bg .w_1000 {
    width: 100%;
    float: left;
}
.about .bg .w_1000 .dbt {
    font-size: 23px;
    font-family: PingFangSC;
    font-weight: 800;
    color: #343434;
    line-height: 55px;
}

.gssj_item {
    width: 50%;
    text-align: center;
    float: left;
}
.gssj_item .j_c{
     text-align: center;
}

.about .bg .hua {
    float: unset;
    width: 100%;
    margin-top: 80px;
    text-align: center;
}
.yxt {
    margin: 0 auto;
    margin-top: 30px;
}
.yxt .bt {
    font-size: 22px;
    font-family: PingFangSC;
    font-weight: 800;
    color: #343434;
    line-height: 45px;
    text-align: center;
    margin: 0 auto;
    padding: 0 15px;
}
.index .index-company[data-v-2489d702] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f4f5f6;
    padding-top: 20px;
    height: auto;
    padding: 20px 15px;

}
.index .tit .title .tit-text[data-v-2489d702] {
    font-size: 22px;
    font-family: Microsoft YaHei-Bold,Microsoft YaHei;
    font-weight: 700;
    color: #333;
    white-space: nowrap;
}
.index .index-company .company[data-v-2489d702] {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
     margin-top: 20px;
}
.index .index-company .company .img_bank[data-v-2489d702] {
    width: 47%;
    float: left;
    height: 60px;
    padding: 1%;
    box-sizing: content-box;
}

.footer .main[data-v-410caade] {
    width: 100%;
    margin: auto;
    padding: 34px 0;
    display: block;
    justify-content: space-between;
}

.footer[data-v-410caade] {
    width: 100%;
    height: auto;
    background: #fff;
    opacity: 1;
    text-align: center;
}
.img_logo{
    text-align: center;
}
.layoutFooter_b[data-v-55dd5a65]{
    height: auto!important;
    line-height: 25px!important;
    padding: 20px;
}
#contactUs {
    width: 100px;
    height: 200px;
    position: fixed;
    right: -18px;
    top: 87%;
    margin-top: -170px;
    z-index: 120;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}

.f1_main > div > .item > .itemHover {
    padding: 15px;
    text-align: left;
}

.service_top .lm {
    margin-left: 6%;
    padding: 10px 0;
}
.service_top .dbt {
    height: 45px;
    font-size: 22px;
    font-family: PingFang HK-Semibold, PingFang HK;
    font-weight: 600;
    color: #232536;
    line-height: 45px;
    position: relative;
}
.service_top .dbt p {
    width: 177px;
    position: absolute;
    height: 7px;
    background: #F0B000;
    opacity: 0.4;
    bottom: 9px;
}
.service .hx {
    width: 100%;
    height: 2px;
    background: #6D6E76;
    margin: 0px 0 20px 0;
}
.service .mb_56 {
    margin-bottom: 25px;
}

.service .lb li .fl{
    float: none;
}

.service .lb li .wid_40{
    width: 100%;
}

.service .lb li .wid_60{
    width: 100%;
}
.service .nr {
    width: 55%;
    padding-left: 0%;
}
.service .nr .tit {
    font-size: 16px;
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    color: #1F1F1F;
    line-height: 40px;
}
.service .nr .dec {
    font-size: 14px;
    font-family: ABeeZee-Regular, ABeeZee;
    font-weight: 400;
    color: #6D6E76;
    line-height: 25px;
    text-align: justify;
}

.cg_top .search {
    width: 90%;
    height: 40px;
    background: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    opacity: 1;
    top: 104%;
    left: 5%;
    z-index: 9;
    border: 1px solid #1D2088;
}

.cg_top .search .sr_ico {
   width: 25px;
    margin-top: 9px;
    margin-right: 10px;
    margin-left: 9px;
}
.cg_top .search .keyword {
    width: 80%;
    height: 30px;
    margin: 5px 0;
    border: none;
    padding: 0 7px;
    font-size: 14px;
    color: #999999;
    outline: none;
}
.cg_top .search .submit {
    width: 126px;
    height: 40px;
    background: #1D2088;
    opacity: 1;
    border: none;
    color: #fff;
    border-radius: 0 10px 10px 0;
    font-size: 14px;
}

.cg .l_tit .tit {
    height: 37px;
    font-size: 17px;
    font-family: ABeeZee-Italic, ABeeZee;
    font-weight: normal;
    color: #000;
    line-height: 37px;
    margin-right: 43px;
    cursor: pointer;
}
.cg .lb ul li {
    width: 96%;
    margin-right: 4%;
    background: #F5F5F5;
    margin-top: 25px;
    padding: 2%;
    margin-bottom: 0;
    height: auto;
}
/*.dl-phone{*/
/*    display: block;*/
/*}*/
.cg .lb ul li .tit {
    font-size: 16px;
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    color: #000000;
    line-height: 30px;
    margin-bottom: 0px;
}
.cg .lb ul li:nth-child(even) {
    margin-right: 0%;
    margin-left: 0%;
}
.cg_detail {
    margin: 0 6%;
    margin-top: 20px;
}
.cg_detail .one{
    height: auto;
}
.cg_detail .one .ico {
    width: 60%;
    margin: 0 auto;
    height: 230px;
    /* margin-top: 25px; */
    /* margin-right: 25px; */
}

.cg_detail .one .fl{
    float: none;
}
.cg_detail .one .xq {
    margin-top: 25px;
    width: 100%;
}
.cg_detail .one .nr .wid_50{
    width: 100%;
}
.sz {
    width: 106px;
    height: 30px!important;
    border: 1px solid #1D2088;
    font-size: 14px!important;
    border-radius: 4px;
    background: #1D2088;
    color: #fff;
    text-align: center;
    line-height: 30px!important;
    margin-top: 5%!important;
    right: 0;
    cursor: pointer;
}
.cg_detail .sf .ico img{
    width: 100%;
}
.cg_detail .sf .ico {
    width: 100%;
    position: unset;
    /* top: 10%; */
    /* left: -5%; */
}
.cg_detail .sf {
    background-image: none;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    margin: 60px 0 100px 0;
    min-height: 400px;
    width: 100%;
    float: right;
}
.cg_detail .sf .info {
    width: 95%;
    float: none;
    margin-top: 5%;
    padding-right: 0;
    font-size: 14px;
    font-family: PingFang HK-Regular, PingFang HK;
    font-weight: 400;
    color: #000;
    line-height: 38px;
}
.cg_detail .sf .info .bb {
    font-size: 18px;
    font-family: PingFang HK-Semibold, PingFang HK;
    font-weight: 600;
    color: #000;
    line-height: 34px;
}
.cg_detail .sf {
    background-image: none;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    margin: 30px 0 30px 0;
    min-height: 400px;
    width: 100%;
    float: right;
}
.xz {
    height: 25px;
    width: auto!important;
    font-size: 16px;
    border: 1px solid #999;
    padding: 5px;
    border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 15px;
}

.ss {
    width: 60px!important;
    height: 20px!important;
    color: #fff;
    background: #1D2088;
    font-size: 14px!important;
    border: 1px solid #1D2088;
}
.m_20{
    width: 20%!important;
}
.m_60{
    width: 55%!important;
}
.about .ab_one ul li {
    width: 33.3%;
    text-align: center;
    display: block!important;
}
.about .ab_one ul li img {
    width: 40px;
    height: 40px;
}
.about .ab_one ul li .js {
    margin-left: 0;
}
.about .ab_one ul li .js .bt {
    font-size: 15px;
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    color: #1F1F1F;
    line-height: 30px;
}
.about .ab_one ul li .js .ms {
    font-size: 12px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #999999;
    line-height: 35px;
    padding: 0 5px;
    width: auto;
    text-align: justify;
}
.about {
    margin-top: 65px;
    margin-bottom: 10px;
}
.about .ab_two {
    padding: 0 6%;
    margin-top: 30px;
}
.about .ab_two .l_img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.about .ab_two .fl {
    position: relative;
    width: 100%;
}
.about .ab_two .xq {
    width: 40%;
    margin-left: 0;
    margin-top: 0px;
    font-size: 32px;
    font-family: PingFang HK-Semibold, PingFang HK;
    font-weight: 600;
    color: #1F1F1F;
    line-height: 64px;
}
.about .ab_two .xq {
    width: 100%;
    margin-left: 0;
    margin-top: 0px;
    font-size: 22px;
    font-family: PingFang HK-Semibold, PingFang HK;
    font-weight: 600;
    color: #1F1F1F;
    line-height: 35px;
}
.about .ab_two .dec {
    margin-top: 20px;
    font-size: 14px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #727272;
    line-height: 35px;
}
.about .ab_two .look {
    width: 178px;
    height: 35px;
    line-height: 35px;
    background: #1D2088;
    font-size: 14px;
    font-family: ABeeZee-Italic, ABeeZee;
    font-weight: normal;
    color: #FFFFFF;
    display: block;
    text-align: center;
    margin-top: 5px;
}
.about .ab_three .dbt {
    position: relative;
    font-size: 22px;
    font-family: PingFang HK-Semibold, PingFang HK;
    font-weight: 600;
    color: #1F1F1F;
    line-height: 50px;
    width: 371px;
    left: 6%;
}
.about .ab_three .dbt p {
    width: 208px;
    height: 8px;
    background: #F0B000;
    position: absolute;
    opacity: 0.4;
    bottom: 40px;
}

.about .ab_three .tp_l {
    width: 88%;
    margin-left: 6%;
    margin-bottom: 0;
}
.about .ab_three .tp_l .fr {
   float: unset;
   margin-bottom: 10px;
}
.about .ab_three .tp_r {
    width: 88%;
    margin-left: 6%;
    margin-bottom: 0;
}
.about .ab_three .tp_r .fl {
   float: unset;
   margin-bottom: 10px;
}
.pc-show{
  display: none!important;
}
.phone-show{
    display: block!important;
}
.news ul li {
    width: 100%;
    margin: 0 1%;
    float: left;
    list-style: none;
}
.about .xw {
    margin: 0 6%;
    margin-top: 30px;
}
.about .ab_four .fl {
    position: relative;
    float: unset;
    width: 100%;
}
.about .ab_four .fr {
    margin-left: 0;
    float: unset;
    width: 100%;
    margin-top: 30px;
}
.about .ab_four .fr .dbt {
    position: relative;
    font-size: 22px;
    font-family: PingFang HK-Semibold, PingFang HK;
    font-weight: 600;
    color: #1F1F1F;
    line-height: 49px;
}
.about .ab_four .fr .dec {
    margin-top: 0px;
    font-size: 14px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #999999;
    line-height: 35px;
}
.job_two {
    margin-top: 0px;
    margin-bottom: 20px;
}
.job_two .job_form .input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.job_two .job_form {
    background: #F9F9F9;
    padding: 10px;
    margin-top: 60px;
    position: relative;
}
.job_two .job_form .input input {
    width: 90%;
    height: 25px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 2px solid #DFDFDF;
    padding: 4px;
    line-height: 25px;
    font-size: 15px;
}
.job_two .job_form .input p {
    font-size: 14px;
    font-family: Inter-Semi Bold, Inter;
    font-weight: bold;
    color: #1F1F1F;
    line-height: 19px;
    margin-bottom: 4px;
}
.layui-form-item .layui-input-inline {
    display: block;
    float: none;
    left: -3px;
    width: auto;
    margin: 0 0 0px 0px!important;
}
.job_two .job_form .input .jl_input {
    height: 40px;
    line-height: 40px;
    width: 55%;
    float: left;
}
.job_two .job_form .info p {
    font-size: 14px;
    font-family: Inter-Semi Bold, Inter;
    font-weight: bold;
    color: #1F1F1F;
    line-height: 19px;
    margin-bottom: 8px;
}
.job_two .job_form .checkbox {
    font-size: 14px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #727272;
    line-height: 20px;
    margin-top: 15px;
}
.job_two .job_form button {
    width: 169px;
    height: 35px;
    line-height: 35px;
    background: #1D2088;
    border: 1px solid #1D2088;
    color: #fff;
    font-size: 14px;
    margin-top: 17px;
}
.zns {
    padding: 0 6%;
    margin: 15px 0;
}

.zns .l_tit .tit {
    height: 28px;
    font-size: 15px;
    font-family: ABeeZee-Italic, ABeeZee;
    font-weight: normal;
    color: #000;
    line-height: 28px;
    margin-right: 25px;
    cursor: pointer;
}
.zn{
    font-size: 15px!important;
}

}


@media (max-width: 720px) {

    .web-banner .swiper img{
        height: auto;
    }
    .banner_info{
        position: unset;
        transform: unset;
        width: 100%;
        margin: 0 auto;
        border-radius: 0;
        height: auto;
    }
    .banner_info .pad_20{
        padding: 0px 20px;
    }

    .banner_info ul li{
        width: 100%;
        text-align: center;
        line-height: 45px;
    }
    .banner_info ul li .xtb {
        width: 35px;
    }
    .banner_info ul li .xtb_tit{
        margin-top: 15px;
    }

    .two{
        clear: both;
        padding: 30px 20px 20px 20px;
        height: auto;
    }
    .top_ico .tb_wz {
        display: block;
        width: 25px;
        height: 25px;
        background-color: #003D87;
        border-radius: 25px;
        text-align: center;
        line-height: 23px;
    }
    .top_ico .tb_wz img {
        width: 20px;
    }
    .top_ico .bt_wz {
        height: 27px;
        line-height: 27px;
        font-weight: bold;
        font-size: 18px;
        color: #003D87;
        margin-left: 8px;
    }
    .two .w_820{
        width: 100%;
    }

    .width_1400{
        width: 96%;
        margin: 0 auto;
        text-align: justify;
    }

    .top_ico .more {
        display: block;
        width: 75px;
        height: 20px;
        line-height: 19px;
        text-align: center;
        border-radius: 20px;
        border: 1px solid #666666;
        opacity: 0.5;
        font-size: 12px;
        color: #999999;
    }

    .wz_list {
        margin-top: 5px;
    }
    .wz_list ul li {
        border-bottom: 1px solid #DCDCDC;
        padding: 10px 0;
    }
    .wz_list .bq1 {
        width: 70px;
        height: 20px;
        line-height: 20px;
        background: #FDD8A2;
        margin-right: 5px;
        text-align: center;
        font-size: 12px;
        color: #003D87;
    }

    .wz_list .bq2 {
        width: 70px;
        height: 20px;
        line-height: 20px;
        background: #003D87;
        margin-right: 5px;
        text-align: center;
        font-size: 12px;
        color: #FDD8A2;
    }
    .wz_list .r_bq{
        float: left;
        font-size: 12px;
    }
    .wz_list .t2 {
        margin-top: 5px;
    }
    .wz_list .t2 p {
        font-size: 14px;
        color: #333333;
        line-height: 20px;
        font-style: normal;
        text-transform: none;
        text-align: justify;
    }
    .new_dt{
        float: unset;
        clear: both;
        padding-top: 30px 
    }
    .new_dt .w_520{
        width: 100%;
    }
    .dt_list {
        padding-top: 0px;
    }

    .qk_lb .img_bg{
        width: 197px;
    background: unset;
    text-align: center;
    margin: 0 auto;
    }

    .three{
        padding: 30px 20px 20px 20px;
    }

    .qk-prev{
        z-index: 999;
        left: 2%;
    }
    .qk-next{
        z-index: 999;
        right: 2%;
    }

    .four{
        height: auto;
        margin-top: 30px;
        background: unset;
    }
    .four ul li {
        height: auto;
        padding-top: 10px;
        padding-left: 20px;
        padding-bottom: 10px;
        width: 100%;
        background: #999;
        border-bottom: 1px solid #fdd8a2;
    }
    .four ul li img {
        width: 40px;
    }
    .four ul li .tit {
        margin-top: 0px;
        margin-left: 20px;
        width: 60%;
    }

    .five{
        margin-top: 0;
        padding: 30px 20px 20px 20px;
    }
    .six{
        padding: 0 20px;
        height: 260px;
    }

    .six .ico_list {
        height: auto;
        padding-top: 30px;
    }
    .six .ico_list  li{
        width: 20%;
    text-align: center;
    margin-bottom: 20px;
    }
    .six .top_ico {
    width: 50px;
    height: 50px;
    border: 2px dashed #FDD8A2;
    border-radius: 50%;
    text-align: center;
    line-height: 39px;
    margin: 0 auto;
}
    .six .top_ico img {
    width: 30px;
}

    .seven{
        padding: 30px 20px;
        height: auto;
    }

    .seven .wt_list ul li {
    width: 100%;
    float: unset;
    margin-top: 20px;
    text-align: justify;
}
.seven .wt_list .wz {
    width: 85%;
    font-size: 15px;
}
.seven .wt_list .question {
    width: 30px;
    height: 20px;
    line-height: 20px;
    background: #FDD8A2;
    border-radius: 12px 12px 12px 12px;
    text-align: center;
    color: #003D87;
    margin-right: 10px;
    font-size: 14px;
}
.seven .wt_list .answer {
    width: 30px;
    height: 20px;
    background: #003D87;
    border-radius: 12px 12px 12px 12px;
    text-align: center;
    color: #FDD8A2;
    margin-right: 10px;
    font-size: 14px;
}
.seven .wt_list ul li:nth-child(even){
    padding-left: 0%;
}

.eight {
    margin-top: 30px;
    padding: 0 20px;
}
.eight .bw_slide {
    display: block;
    width: 180px;
    min-height: 325px;
    background: radial-gradient(#e1eaf8 55%, #FFFFFF 99%);
    border-radius: 0px 0px 5px 5px;
}
.eight .bw_slide .img_bg {
    position: relative;
    text-align: center;
    width: 180px;
    margin: 0 auto;
}
.eight .bw_slide .img_bg img {
    width: 180px;
    height: 243px;
}
.eight .bw_slide .img_bg .info {
    position: absolute;
    bottom: 0;
    height: 35px;
    line-height: 35px;
    width: 160px;
    background: #003D87;
    padding: 2px 10px;
}
.eight .lb_info p {
    padding: 5px 5px;
    font-size: 14px;
    color: #000;
}
.nine{
    padding: 30px 20px;
    height: 230px;
}
#indexLy {
    padding-left: 0;
    padding-bottom: 50px;
    padding-right: 0px;
}
.ten{
    padding: 30px 20px;
}
.ten .hz_list{
    margin-top: 50px;
}
.ten .hz_list .list_1 {
    width: 90%;
    margin: 0 auto;
}

.ten .hz_list img {
    width: 70px;
    transform: none;
    position: unset;
    top: 34px;
    left: 24px;
    margin: 0 auto;
}

.ten .lx {
    width: 46%;
    line-height: 76px;
    height: 100px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px #eee;
    transform: none;
    position: relative;
    /* margin-left: 0; */
    margin: 2%;
    text-align: center;
}

/*期刊中心*/
.cg_top {
    height: 170px;
    background-size: cover;
}
.cg_top .tit {
    padding: 40px 10px 10px 10px;
    font-family: PingFang HK-Semibold, PingFang HK;
    font-weight: 600;
    color: #FFFFFF;
    text-align: left;
    width: 100%;
    top: 25%;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 37px;
    text-align: left;
}

.cg_top .dec {
    top: 30%;
    padding:10px 10px 10px 10px;
    font-family: DOUYUFont;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 0;
    text-align: left;
    font-style: normal;
}
.menu_list {
    height: auto;
    background: #FDD8A2;
}

.menu_list ul li {
    width: 46%;
    height: 25px;
    background: #fff;
    text-align: center;
    float: left;
    margin-top: 10px;
    line-height: 25px;
    margin-right: 0;
    border: 1px solid #999;
    border-radius: 15px;
    margin: 10px 1.7%;
}

.menu_list ul li a{
    font-size: 15px;
}

.menu_list .active{
    background: #102C8B;
    border: 1px solid #102C8B;
}

.menu_list .active a{
    color: #fff;
}

.wz {
    padding: 0 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}
.qkzx {
    padding: 0 10px;
}
.qkzx ul li{
    padding:10px 0;
    height: auto;
}
.qkzx ul li .left_img {
    width: 30%;
    height: auto;
}
.qkzx ul li .right_info {
    margin-left: 3%;
    width: 61%;
}
.qkzx ul li .right_info .tit {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 17px;
    color: #000;
    line-height: 17px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.qkzx ul li .tit .ybq {
    width: 76px;
    height: 20px;
    background: #FDD8A2;
    border-radius: 14px 14px 14px 14px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #000;
    float: unset;
    margin-top: 8px;
}
.xbt {
    margin: 0px 0;
}
.wid_50_fl {
    width: 100%;
    margin-right: 2%;
    float: left;
}

.qkzx ul li p {
    color: #000;
    font-size: 13px;
    margin: 5px 0;
}
/*登录*/
.login{
    background: unset!important;
    height: auto;
}
.login .login_info {
    background: none;
    box-shadow: none;
    /* border-radius: 20px 20px 20px 20px; */
    padding: 10px;
    margin: 10px;
    position: unset;
    top: 100px;
    width: 90%;
}

.login .left_dl {
    width: 100%;
    float: left;
}
.login .tzan .active {
    font-weight: bold;
    font-size: 20px;
    color: #102C8B;
    margin-right: 10px;
}
.login .tzan a {
    font-size: 16px;
    color: #5E6C84;
    line-height: 112px;
}
.login input {
    width: 70%;
    height: 45px;
    line-height: 45px;
    background: #FFFFFF;
    border-radius: 34px 34px 34px 34px;
    border: 1px solid #EDEDED;
    padding: 0px 20px 0 60px;
    font-size: 14px;
    border: 1px solid #EDEDED;
}
.login .yhm img {
    position: absolute;
    width: 20px;
    top: 12px;
    left: 21px;
}
.login .mm img {
    position: absolute;
    width: 20px;
    top: 12px;
    left: 21px;
}
.login .yzm img {
   position: absolute;
    width: 20px;
    top: 12px;
    left: 21px;
}

.login .yhm {
    position: relative;
    margin-bottom: 20px;
}

.login .mm {
    position: relative;
    margin-bottom: 20px;
}
.login .yzmtp {
    width: 20%;
    float: left;
    margin-left: 25%;
    height: 58px;
}
.login .yzmtp img{
    height: 40px;
}
.login .dlan {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #102C8B;
    border-radius: 34px 34px 34px 34px;
    color: #fff;
    border: 1px solid #102C8B;
    font-size: 16px;
    margin-top: 13px;
}
.tgxz {
    color: #102C8B;
    float: right;
    margin-right: 40%;
    margin-top: 10px;
    border-bottom: 1px solid #000;
}
.login .right_dl {
    width: 100%;
    float: left;
    border-left: none;
    margin-top: 25px;
    border-top: 1px dashed #000;
}
.login .right_dl .dlts {
    width: 100%;
    margin: 0;
    color: #5E6C84;
    line-height: 30px;
    text-align: justify;
    font-size: 14px;
}

.login .right_dl .dlts .bt {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #C07200;
    margin-bottom: 20px;
}

#reg .login_info {
    background: none;
    box-shadow: none;
    /* border-radius: 20px 20px 20px 20px; */
    padding: 10px;
    margin: 10px;
    position: unset;
    top: 100px;
    width: 90%;
}


#reg input {
    width: 65%;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
    border-radius: 34px 34px 34px 34px;
    border: 1px solid #EDEDED;
    padding: 0px 30px 0 55px;
    font-size: 14px;
    border: 1px solid #EDEDED;
}
#reg .xtb img {
    position: absolute;
    width: 20px;
    top: 10px;
    left: 20px;
}

#reg .yzm input {
    width: 53% !important;
}
#reg .yzm {
    position: relative;
    width: 62%;
    float: left;
}

.position_wz{
    padding: 10px;
}


/*底部*/

.footer {
    background: unset;
     height: auto; 
    background: #000;
}
.footer .container {
    padding: 10px;
}
.footer .foot_li {
    width: 92%;
    float: unset;
    padding-left: 0%;
}
.footer .foot_li .foot_logo {
    width: 30%;
}
.footer .foot_li .foot_logo_nr {
    margin-top: 10px;
    font-size: 13px;
    line-height: 25px;
    color: #fff;
    text-align: justify;
}

.footer .foot_tit {
    margin-top: 20px;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px solid #818793;
    color: #fff;
}

.footer .foot_li ul li a {
    color: #fff;
    line-height: 22px;
    font-size: 12px;
}

.footer .foot_li .foot_wx {
    margin-top: 10px;
    width: 80px;
}

.footer .foot_li ul {
    margin-top: 10px;
}

.user_header .header__logo {
    display: block;
    margin-left: 10px;
}

.user_header .header__logo img{
    width: 100px;
    margin-top: 25px;
}

.user_header .grzx a {
    width: 70px;
    color: #fff;
    text-align: center;
    font-size: 13px;
}

.ucenter .nav_left {
    width: 96%;
    float: left;
    padding: 0 2%;
}
.ucenter .nav_left .cd_list ul li{
    width: 33.3%;
    float: left;
    margin-bottom: 5px;
}

.ucenter .nav_left .cd_list {
    margin-top: 5px;
}
.ucenter .nav_right {
    background: #f9f9fa;
    width: 96%;
    float: left;
    margin: 0 2%;
}

.ucenter .bjxx .layui-form-label {
    float: left;
    display: block;
    padding: 9px 5px !important;
    width: 70px !important;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
}

.ucenter .bjxx .layui-input{
    display: block;
    width: 72%!important;
    padding-left: 10px;
}
.bc {
    margin: 0 auto;
    width: 80px;
    height: 38px;
    background: #102C8B;
    border-radius: 24px 24px 24px 24px;
    color: #fff;
    border: 1px solid #102C8B;
    margin-left: 35%!important;
    cursor: pointer;
}
.ucenter .nav_right .dbt {
    font-size: 16px;
    color: #111111;
    line-height: 26px;
    text-align: left;
    margin: 30px 0;
}
.tcdl {
    background: #1D2088;
    color: #fff !important;
    font-size: 12px !important;
    padding: 5px;
    line-height: 19px;
    border-radius: 5px;
}

.gj_table{
    overflow-x: scroll;
    white-space: nowrap;
    display: block;
    width: 100%;
}

.xwzx ul li .left_img {
    width: 100px;
    height: auto;
    margin-left: 0;
}

.xwzx ul li .right_info {
    margin-left: 10px;
    width: 62%;
}
.xwzx ul li .right_info .tit {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 15px;
    color: #000;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.xwzx .xbt {
    line-height: 18px;
    color: #000;
    font-size: 12px;
    text-align: justify;
}
.xwzx ul li {
    width: 100%;
    height: 100px;
    padding: 20px;
    margin-bottom: 30px;
}

.xwzx ul li:hover{
    background: none;
    box-shadow: none;
    border-radius: none;
}

.top_xq {
    margin-top: 13px;
    padding: 0;
    height: auto;
    background: none;
    box-shadow: none;
}
.qk_ico img {
    width: 95%;
    height: auto;
}
.qk_xq {
    padding: 0;
    width: 95%;
}
.top_xq .ms {
    width: 80%;
    font-size: 13px;
    color: #111111;
    line-height: 21px;
    text-align: justify;
}
.top_xq .bt {
    width: 80px;
    height: 15px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #C07200;
    line-height: 15px;
}
.des {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 15px;
}
.top_xq .w_50 {
    width: 100%;
    margin: 15px 0 0 0;
}
.top_xq .sm {
    width: 70%;
    font-size: 14px;
    color: #111111;
    line-height: 16px;
    text-align: justify;
}
.xq_qh{
    width: 95%;
}














}