*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0px; border: 0; font-size: 100%; outline: none; }
table, caption, tbody, tfoot, thead, tr, th, td,h1, h2, h3, h4, h5, h6, p{ margin: 0; padding: 0px; }

html { font-size: 100%; 
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

html::-webkit-scrollbar {width:8px;background:none;}
html::-webkit-scrollbar-thumb {width:8px;background:#102B8B;}
html::-webkit-scrollbar-corner {background:none;}
html::-webkit-scrollbar:horizontal{height:9px;}

a {
    text-decoration: none;
    color: #000;
}
li {
    list-style: none;
}
img{
    width: 100%;
    vertical-align: middle;
}

.line1{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.line2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.line5{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}


.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.wid_10{
    width: 10%;
}
.wid_20{
    width: 20%;
}
.wid_30{
    width: 30%;
}
.wid_40{
    width: 40%;
}
.wid_50{
    width: 50%;
}
.wid_60{
    width: 60%;
}
.wid_70{
    width: 70%;
}
.wid_80{
    width: 80%;
}
.wid_90{
    width: 90%;
}
.wid_100{
    width: 100%;
}
.mb_56{
    margin-bottom: 56px;
}
.j_c{
    justify-content: center;
}
.oh{
    overflow: hidden;
}
.pc-show{
  display: block;
}
.phone-show{
  display: none;
}
.line_one{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;       
  text-overflow: ellipsis;   
  display: -webkit-box;     
  -webkit-line-clamp: 1;     
  line-clamp: 1;          
  -webkit-box-orient: vertical; 
}
.line_two{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;       
  text-overflow: ellipsis;   
  display: -webkit-box;     
  -webkit-line-clamp: 2;     
  line-clamp: 2;          
  -webkit-box-orient: vertical; 
}
.line_three{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;       
  text-overflow: ellipsis;   
  display: -webkit-box;     
  -webkit-line-clamp: 3;     
  line-clamp: 3;          
  -webkit-box-orient: vertical; 
}
.line_four{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;       
  text-overflow: ellipsis;   
  display: -webkit-box;     
  -webkit-line-clamp: 4;     
  line-clamp: 4;          
  -webkit-box-orient: vertical; 
}
.line_five{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;       
  text-overflow: ellipsis;   
  display: -webkit-box;     
  -webkit-line-clamp: 5;     
  line-clamp: 5;          
  -webkit-box-orient: vertical; 
}
.m-b-50{
    margin-bottom: 50px;
}
.m-t-0{
    margin-top: 0!important;
}
.img-hover {
    cursor: pointer;
    transition: 0.6s;
}
.img-hover:hover{
    transform:scale(1.1);
}
.oh{
    overflow: hidden;
}
.dl{
    display: flex;
}
.hide{
    display: none;
}
.clear{clear: both;}
.fl{float: left;}
.fr{float: right;}
.p_r{
    position: relative;
}
.p_a{
    position: absolute;
}
/*导航栏*/
.header {
    height: 110px;
    width: 1400px;
    margin: 0 auto;
    background: rgba(255,255,255,0.62);
    opacity: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.text-right{
    text-align: right;
}
.header__left {
    flex: none;
    width: 254px;
    float: left;
}
.header__right {
    width: 1040px;
    align-items: center;
    margin-left: 106px;
    float: left;
    position: relative;
}
.qh{
    position: absolute;
    right: 0;
}
.header__right .grzx{
    font-size: 14px;
    line-height: 18px;
    margin-right: 18px;
    margin-top: 20px;
    color: #102B8B;
}

.mr-20{
    margin-left: 20px;
}

.header__right .grzx a{
    color: #000;
}

.header__right .grzx img{
    width: 20px;
    height: 20px;
    vertical-align: middle;
} 
.header__nav {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 67px;
}
}
.header__nav a.active {
    color: #1D2088;
    font-weight: bold;
}
.header__nav a {
   font-size: 16px;
    font-family: Inter-Semi Bold, Inter;
    font-weight: 500;
    color: #333;
    line-height: 19px;
    height: 19px;
    padding: 0 0px;
    margin-left: 40px;
}
.header__nav a:hover {
    color: #1D2088;
}
.header__language {
    flex: none;
    height: 18px;
    line-height: 18px;
    margin-top: 20px;
    font-size: 16px;
}
.header__nav .active{
    color: #102B8B;
    font-weight: bold;
}
.header__language a {
    font-size: 16px;
    color: #2C2C2C;
    font-weight: 500;
}

.header__language .cur{
    color: #1D2088;
}

.header__logo img {
    display: block;
    height: 59px;
    margin-top: 25px;
}

.back-top-menu.show {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.back-top-menu {
    position: fixed;
    top: auto;
    right: 2rem;
    bottom: 8rem;
    left: auto;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 3px solid #4760DB;
    border-radius: 50%;
    background-color: #4760DB;
    color: #ffffff;
    transition: 0.3s cubic-bezier(0.53, -0.31, 0.56, 2.18);
    transform: translate3d(50px, 0, 0);
    opacity: 0;
    cursor: pointer;
}

.back-top-menu .iconfont {
    font-size: 20px;
}


/*首页*/
.web-banner .swiper img{
    height: 528px;
}
.banner_info{
  position: absolute;
    top: 630px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 1400px;
    height: 115px;
    background: #FFFFFF;
    box-shadow: 0px 0px 21px 0px #000000;
    border-radius: 5px 5px 5px 5px;
}
.pad_20{
    padding: 20px;
}

.banner_info ul li{
    width: 25%;
    float: left;
    display: flex;
    line-height: 65px;
}
.banner_info ul li .xtb{
    width: 50px;
}

.banner_info ul li .xtb_tit{
    margin-left: 10px;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 16px;
    color: #003D87;
    line-height: 24px;
    margin-top: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}



.web-banner .bt{
   top: 30%;
   left: 6%;
   width: 50%;
   text-align: left;
   color: #fff;
}

.web-banner .bt h1{
   font-size: 35px;
    font-family: PingFang HK-Semibold, PingFang HK;
    font-weight: 600;
    color: #FFFFFF;
    padding-bottom: 26px;
}

.web-banner .bt h3{
      font-size: 16px;
    font-family: ABeeZee-Regular, ABeeZee;
    font-weight: 400;
    color: #FFFFFF;
    padding-bottom: 26px;
}

.web-banner .search{
    width: 589px;
    height: 66px;
    background: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    opacity: 1;
    top: 75%;
    left: 6%;
    z-index: 9;
}

.web-banner .search .keyword{
    width: 80%;
    height: 36px;
    margin: 15px 0;
    border: none;
    padding: 0 7px;
    font-size: 18px;
    color: #999999;
    outline: none;
}

.web-banner .search  .sr_ico{
    width: 25px;
    margin-top: 20px;
    margin-left: 37px;
}

.web-banner .search  .submit{
    width: 125px;
    height: 66px;
    background: #1D2088;
    opacity: 1;
    border: none;
    color: #fff;
    border-radius: 0 10px 10px 0;
    font-size: 16px;
}

.web-banner .swiper-pagination{
    bottom: 47px;
}

.web-banner .swiper-pagination-bullet{
    width: 15px;
    height: 4px;
    background: rgba(255,255,255,0.63);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}

.web-banner .swiper-pagination-bullet-active{
    width: 29px;
    height: 4px;
    background: #3C41FF;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}
.width_1400{
    width: 1400px;
    margin: 0 auto;
}
.two{
    background: url(../picture/index_two.png) no-repeat;
    height: 714px;
    padding-top: 110px;
    background-size: cover;
}
.two .w_820{
    width: 800px;
}
 .top_ico .tb_wz{
    display: block;
    width: 37px;
    height: 37px;
    background-color: #003D87;
    border-radius:25px;
    text-align: center;
    line-height: 32px;
}
 .top_ico .tb_wz img{
    width: 27px;
}

.top_ico .bt_wz{
    height: 37px;
    line-height: 37px;
    font-weight: bold;
    font-size: 30px;
    color: #003D87;
    margin-left: 8px;
}

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

.top_ico .more:hover{
    color: #003D87;
    border: 1px solid #003D87;
}


.wz_list{
    margin-top: 42px;
}
.wz_list ul li{
    border-bottom: 1px solid #DCDCDC;
    padding: 20px 0;
}

.wz_list ul li a:hover {
    color: #003D87!important;
    font-weight: bold;
}
.wz_list .bq1{
    width: 85px;
    height: 24px;
    line-height: 24px;
    background: #FDD8A2;
    margin-right: 5px;
    text-align: center;
    font-size: 14px;
    color: #003D87;
}
.wz_list .bq2{
    width: 85px;
    height: 24px;
    line-height: 24px;
    background: #003D87;
    margin-right: 5px;
    text-align: center;
    font-size: 14px;
    color: #FDD8A2;
}

.wz_list .r_bq{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.wz_list .r_bq p{
    width: 120px;
}
.wz_list .t2{
    margin-top: 14px;
}

.wz_list .t2 p{
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-align: justify;
}
.wz_list .t2 a{
    color: #003D87;
}
.wz_list .t2 img{
    width: 15px;
    vertical-align: middle;
    margin-top: -3px;
}

.new_dt .w_520{
    width: 520px;
}
.dt_list{
    padding-top: 42px;
}
.dt_list ul li{
    padding-top: 24px;
    padding-bottom: 20px;
   border-bottom:1px solid #DCDCDC;
}

.dt_list ul li a:hover{
     color: #003D87!important;
    font-weight: bold;
}
.dt_list .db_date{
    margin-top: 17px;
    font-size: 14px;
    color: #003D87;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.dt_list .db_date span{
    margin-right: 20px;
}

.three{
   padding-top: 60px;
}
.three .fl_bt{
    margin-left: 23px;
}
.three .fl_bt a{
    font-size: 18px;
    color: #666666;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.three .fl_bt .yd{
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 25px;
    display: block;
    margin: 17px 12px 0 12px;
}
.three .fl_bt .cur{
    color: #003D87;
    font-weight: bold;
}
.three .fl_bt a:hover{
    color: #003D87;
    font-weight: bold;
}
.qk_lb{
    margin-top: 25px;
    position: relative;

}
.pt-30{
    padding-top: 30px;
}
.qk-prev{
    background-image: none;
    height: 52px;
    line-height: 52px;
    width: 52px;
    border-radius: 25px;
    background: #ECF1F6;
    text-align: center;
    font-size: 30px;
    left: 8%;
    position: absolute;
    top: 165px;
}
.qk-prev i{
    font-size: 30px;
}

.qk-prev:hover i{
    color: #fff;
}

.qk-prev:hover{
    background: #003D87;
}


.qk-next{
    background-image: none;
    height: 52px;
    line-height: 52px;
    width: 52px;
    border-radius: 25px;
    background: #ECF1F6;
    text-align: center;
    font-size: 30px;
    right: 8%;
    position: absolute;
    top: 165px;
}
.qk-next i{
    font-size: 30px;
}

.qk-next:hover i{
    color: #fff;
}

.qk-next:hover{
    background: #003D87;
}

.qk_lb .img_bg{
    background: url(../picture/lb_bg.png);
    width: 197px;
    height: 290px;
}

.qk_lb .img_bg img{
    width: 185px;
    height: 251px;
    vertical-align: bottom;
    margin: 10px 0 0 10px;
}
.qk_lb .lb_info .tit{
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    text-align: center;
}   
.qk_lb .lb_info .lb{
    font-size: 14px;
    color: #888888;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.qk_lb .lb_info .zz{
    font-size: 14px;
    color: #AC721C;
    line-height: 32px;
    text-align: center;
    font-style: normal;
}

.qk_slide:hover {
    position: fixed;
    top: -16px;
}


.qk_slide:hover .tit,.qk_slide:hover .lb,.qk_slide:hover .zz{
    color: #003D87;
}

.qk_slide:hover .zz{
    border-bottom: 2px solid #003D87;
}







@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url('./iconfont.ttf?t=1730794166079') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left-bold:before {
  content: "\e685";
}

.icon-arrow-right-bold:before {
  content: "\e687";
}









.three .top_line{
    width: 80%;
    float: right;
    height: 23px;
    background: #FFD050;
    position: relative;
    top: -11px;
}

.three .top_line .one{
    position: absolute;
    right: 0;
    height: 23px;
    background: #1D2088;
    width: 30%;
}

.three .about{
    background: #F5F6FF;
    
    padding: 30px 0 30px 30px;
}
.three .about .fl {
    width: 44%;
    margin-right: 2%;
    margin-left: 46px;
}
.three .about .fl .m_tit{
    font-size: 16px;
    font-family: ABeeZee-Regular, ABeeZee;
    font-weight: 400;
    color: #232536;
    margin-top: 100px;
    margin-bottom: 28px;
    line-height: 20px;
}

.three .about .fl .tit{
    font-size: 22px;
    font-family: ABeeZee-Italic, ABeeZee;
    font-weight: normal;
    color: #232536;
    line-height: 42px;
    margin-bottom: 9px;
}

.three .about .fl .dec{
    font-size: 14px;
    font-family: ABeeZee-Regular, ABeeZee;
    font-weight: 400;
    color: #6D6E76;
    line-height: 28px;
}

.three .about .fr {
    width: 46%;
    margin-left:4%: 
   
}

.three .about .look_more{
    font-size: 16px;
    font-family: ABeeZee-Italic, ABeeZee;
    font-weight: normal;
    color: #1D2088;
    line-height: 32px;
    margin-top: 38px;
    display: block;
}

.four{
    height: 182px;
    margin-top: 60px;
    background: url('../picture/bg2.png');
}
.four ul li{
    height: 85px;
    padding-top: 48px;
    width: 25%;
}

.four ul li img{
    width: 80px;
}

.four ul li .tit{
   margin-top: 13px;
   margin-left: 20px;
   width: 60%;
}

.four ul li .tit1{
   font-size: 18px;
   color: #fdd8a2;
   font-weight: bold;
}

.four ul li .tit2{
   font-size: 14px;
   color: #fdd8a2;
   margin-top: 5px;
}


.five{
    margin-top: 60px;
}

.five .fl_bt{
    margin-left: 23px;
}
.five .fl_bt a{
    font-size: 18px;
    color: #666666;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.five .fl_bt .yd{
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 25px;
    display: block;
    margin: 17px 12px 0 12px;
}
.five .fl_bt .cur{
    color: #003D87;
    font-weight: bold;
}
.five .fl_bt a:hover{
    color: #003D87;
    font-weight: bold;
}


.six{
    margin-top: 60px;
    height: 380px;
}
.six .top_ico{
    width: 100px;
    height: 100px;
    border: 2px dashed #FDD8A2;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
}
.six .top_ico img{
    width: 60px;
}

.six .ico_list{
    height: 150px;
    padding-top: 125px;
}

.six .tit{
    text-align: center;
    color: #FDD8A2;
    font-size: 16px;
    margin-top: 20px;
}
.six .jt{
    font-size: 30px;
    color: #FDD8A2;
    margin: 25px;
}




.seven{
    background: url('../picture/bg4.png') no-repeat;
    background-size: cover;
    height: 560px;
    padding-top: 60px;
}
.seven .wt_list ul li{
    width: 48%;
    float: left;
    margin-top: 49px;
    
    text-align: justify;
}

.seven .wt_list ul li:nth-child(even){
    padding-left: 4%;
}
.seven .wt_list .wt{
    font-size: 18px;
}
.seven .wt_list .question{
    width: 37px;
    height: 24px;
    line-height: 24px;
    background: #FDD8A2;
    border-radius: 12px 12px 12px 12px;
    text-align: center;
    color: #003D87;
    margin-right: 10px;
}
.seven .wt_list .answer{
    width: 37px;
    height: 24px;
    background: #003D87;
    border-radius: 12px 12px 12px 12px;
    text-align: center;
    color: #FDD8A2;
    margin-right: 10px;
}
.seven .wt_list .wz{
    width: 93%;
}
.seven .wt_list .hd{
    font-size: 18px;
    margin-top: 19px;
}


.eight{
   margin-top: 60px;
}

.eight .bw_lb{
    margin-bottom: 60px;
    margin-top: 30px;
}
.eight .bw_slide{
    display: block;
    width: 215px;
    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: 183px;
    margin: 0 auto;
}

.eight .bw_slide .img_bg .info{
    position: absolute;
    bottom: 0;
    height: 35px;
    line-height: 35px;
    width: 163px;
    background: #003D87;
    padding: 2px 10px;
}

.eight .bw_slide .img_bg .info p{
    color: #fff;

}
.eight .bw_slide .img_bg img{
    width: 183px;
    height: 243px;
}

.eight .lb_info p{
    padding: 4px 16px;
    font-size: 14px;
    color: #000;
}

.nine{
    background: url('../picture/bg6.png') no-repeat;
    height: 340px;
    padding-top: 70px;
}
#indexLy{
    padding-left: 10px;
    padding-bottom: 50px;
    padding-right: 10px;
}
.nine .swiper-slide{
    background: #fff;
    box-shadow: 4px 5px 13px 0px #eee;
    border-radius: 5px;
}
.nine .ly_slide{
    display: block;
    padding: 20px;
}
.nine .ly_slide img{
    width: 50px;
}
.nine .ly_nr{
   width: 80%;
    margin-left: 20px;
    padding-bottom: 20px;
}
.nine .ly_nr .p1{
    font-size: 15px;
    color: #003d87;
}
.nine .ly_nr .p2{
    font-size: 15px;
    color: #000;
    margin: 8px 0;
    text-align: justify;
}
.nine .ly_nr .p3{
    text-align: right;
    font-size: 15px;
    color: #003d87;
}
.nine .ly-page .swiper-pagination-bullet{
    background: #d4963d;
}

.nine .ly-page .swiper-pagination-bullet-active{
     background: #003d87;
}

.ten{
    background: url('../picture/bg7.png') no-repeat;
    height: 820px;
    padding-top: 60px;
}
.ten .hz_list{
    margin-top: 100px;
}

.ten .lx{
    width: 170px;
    height: 170px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px #eee;
    transform: rotateZ(45deg);
    position: relative;
    margin-left: 80px;
}
.ten .hz_list .list_1{
    width: 1030px;
    margin: 0 auto;
}
.ten .hz_list img{
    width: 130px;
    transform: rotateZ(-45deg);
    position: absolute;
    top: 34px;
    left: 20px;
}

.ten .list_2{
     margin-left: 60px;
}


/*底部*/
.footer{
    background: url(../picture/bg8.png);
    height: 500px;
}

.footer .container{
    padding-top: 80px;
}

.footer .foot_li{
    width: 23%;
    float: left;
    padding-left: 2%;
}
.pl_0{
    padding-left: 0!important;
}
.footer .foot_li .foot_logo{
    width: 80%;
}
.footer .foot_li .foot_logo_nr{
    margin-top: 30px;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    text-align: justify;
}

.footer .foot_tit{
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 3px solid #818793;
    color: #fff;
}

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

.footer .foot_li ul li{
    color: #fff;
    list-style: disc;
    margin-left: 20px;
}
.footer .foot_li ul li a{
    color: #fff;
    line-height: 35px;
    font-size: 15px;
}

.footer .foot_li .w_fl_50{
    width: 44%;
    width: 52%;
    float: left;
}

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



















/*登录*/
.login{
    position: relative;
}
.login .zh{
    position: absolute;
    top: 10%;
    background: rgba(255,255,255,0.88);
    right: 10%;
    padding: 42px;
}

.login .zc{
    top: 1%;
}

.login .logo img{
    width: 230px;
    margin: 0 auto;
    display: block;
}
.login .zh .dl_tit{
    height: 38px;
    font-size: 36px;
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    color: #14142A;
    line-height: 38px;
    margin-top: 38px;
}

.login .zh .zh_list{
    margin-top: 42px;
}

.login .zh .zh_list input{
    width: 480px;
    padding: 22px;
    background: #FFFFFF;
    border:none;
    border-radius: 0px 0px 0px 0px;
    margin-bottom: 20px;
}

.login .zh .zh_list label{
    height: 28px;
    font-size: 16px;
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    color: #14142A;
    line-height: 28px;
    margin-bottom: 9px;
    display: block;
}

.login .zh .zh_list #checkcode{
    width: 250px;
}

.login .zh .zh_list .an_dl{
    width: 100%;
    height: 64px;
    line-height: 64px;
    color: #fff;
    font-size: 16px;
    background: #1D2088;
    margin-top: 70px;
    border:1px solid #1D2088;
}

.login .zh .zh_list .zc{
    font-size: 16px;
    color: #1D2088;
    margin-top: 20px;
    display: block;
    text-align: right;
}

/*个人中心*/
.u_center .top{
    position: relative;
}

.u_center .top .tit{
    position: absolute;
    height: 64px;
    font-size: 35px;
    font-family: PingFang HK-Semibold, PingFang HK;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 64px;
    text-align: center;
    width: 100%;
    top: 25%;
}

.u_center .top .dec{
    position: absolute;
    height: 50px;
    font-size: 22px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    left: 25%;
    width: 50%;
    text-align: center;
    top: 40%;
}

.u_center .l_tit{
    margin-top: 9px;
    border-bottom: 4px solid rgba(217,217,217,0.4);
    padding: 8px 0;
    margin: 0 6%;
}

.u_center .l_tit .tit{
    height: 48px;
    font-size: 20px;
    font-family: ABeeZee-Italic, ABeeZee;
    font-weight: normal;
    color: #000;
    line-height: 48px;
    margin-right: 43px;
    cursor: pointer;
}


.u_center .l_tit .tit:hover{
    color: #1D2088;
    position: relative;
} 

.u_center .l_tit .tit:hover:after{
     content: "";
    height: 4px;
    background: #1D2088;
    width: 81px;
    position: absolute;
    bottom: -12px;
    left: 0;
}   


.u_center .l_tit .cur{
   color: #1D2088;
   position: relative;
}


.u_center .l_tit .cur:after{
    content: "";
    height: 4px;
    background: #1D2088;
    width: 81px;
    position: absolute;
    bottom: -12px;
    left: 0;
}

.u_center .lb {
    padding: 0 6%;
    margin-top: 100px;
    margin-bottom: 50px;
}

.u_center .lb ul li{
    background: #F5F5F5;
    padding: 26px 23px;
    margin-bottom: 30px;
}

.u_center .lb .nr{
    margin-left:50px; 
}

.u_center .lb .tp{
    width: 170px;
}

.u_center .lb .nr .tit{
   height: 50px;
    font-size: 22px;
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    color: #000000;
    line-height: 50px;
    margin-bottom: 12px;
}


.u_center .lb .nr .xbt{
    font-size: 14px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #505050;
    line-height: 35px;
}

.u_center .lb .status{
    width: 140px;
    height: 56px;
    background: #1D2088;
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    /*margin-top: 40px;*/
    margin-right: 5 5px;
}


.u_center .search{
    width: 35%;
    height: 66px;
    background: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    opacity: 1;
    top: 75%;
    left: 32.5%;
    z-index: 9;
}

.u_center .search .keyword{
    width: 80%;
    height: 36px;
    margin: 15px 0;
    border: none;
    padding: 0 7px;
    font-size: 18px;
    color: #999999;
    outline: none;
}

.u_center .search  .sr_ico{
    width: 25px;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 37px;
}

.u_center .search  .submit{
    width: 125px;
    height: 66px;
    background: #1D2088;
    opacity: 1;
    border: none;
    color: #fff;
    border-radius: 0 10px 10px 0;
    font-size: 16px;
}


/*服务*/
.service{
    padding: 0 6%;
    margin: 0 0 36px 0;
}

.service_top .lm{
   margin-left: 6%;
    padding: 32px 0;
}

.service_top .dbt {
    height: 64px;
    font-size: 32px;
    font-family: PingFang HK-Semibold, PingFang HK;
    font-weight: 600;
    color: #232536;
    line-height: 64px;
    position: relative;
   
}

.service_top .dbt p {
    width: 177px;
    position: absolute;
    height: 14px;
    background: #F0B000;
    opacity: 0.4;
    bottom: 12px;
}

.service .hx{
    width: 100%;
    height: 2px;
    background: #6D6E76;
    margin:  0px 0 64px 0;
}

.service .nr{
    width: 55%;
    padding-left: 5%;
}

.service .nr .tit{
    font-size: 22px;
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    color: #1F1F1F;
    line-height: 50px;
}


.service .nr .dec{
    font-size: 14px;
    font-family: ABeeZee-Regular, ABeeZee;
    font-weight: 400;
    color: #6D6E76;
    line-height: 35px;
}


.service  .sa:hover .tit{
    color: #1D2088;
}


.service  .sa:hover .dec{
    color: #1D2088;
}
/*服务详情*/
.service_detail{
    padding: 0 6%;
    margin: 0 0 36px 0;
}

.service_detail .one{
    margin-top: 40px;
}

.service_detail .one .tp{
    position: relative;
}

.service_detail  .one .dhx{
    width: 70%;
    position: absolute;
    bottom: 0px;
    left: 10%;
}

.service_detail  .one .dhx .l1{
    width: 30%;
    height: 23px;
    background: #592EA9;
}

.service_detail  .one .dhx .l2{
    width: 70%;
    height: 23px;
    background: #FFD050;
}

.service_detail .one .info{
   background: #F4F0F8;
   padding: 60px;
}

.service_detail .one .info .tit{
    font-size: 16px;
    font-family: ABeeZee-Regular, ABeeZee;
    font-weight: 400;
    color: #232536;
    line-height: 20px;
}

.service_detail .one .info .b_tit{
    font-size: 22px;
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    color: #232536;
    line-height: 30px;
    margin: 16px 0;
}

.service_detail .one .info .dec{
    font-size: 14px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #6D6E76;
    line-height: 35px;
}

.service_detail .two {
    margin-top: 60px;
}

.service_detail .two .b_tit{
    font-size: 22px;
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    color: #000000;
    line-height: 50px;
}

.service_detail .two .lb .yq{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    opacity: 1;
    border: 2px solid #1D2088;
    margin-right: 16px;
}

.service_detail .two .lb .name{
    font-size: 14px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #18191A;
    line-height: 40px;
}


.service_detail .two .lb{
    margin-top: 35px;
}


.service_detail .two .lb .xhx{
    width: 21px;
    height: 4px;
    background: #1D2088;
    margin-top: 18px;
    margin-left: 16px;
    margin-right: 16px;
}

.service_detail .two ul li:last-child .xhx{
    display: none;
}

.service_detail .three {
    margin-top: 60px;
}

.service_detail .three .b_tit{
    font-size: 22px;
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    color: #000000;
    line-height: 50px;
    margin-bottom: 35px;
}

.service_detail .three .wid_25{
    width: 25%;
    float: left;
    text-align: center;
}

.service_detail .three .wid_25 .ico{
    width: 58px;
    height: 58px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.service_detail .three .wid_25 .name{
    font-size: 16px;
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    color: #1F1F1F;
    line-height: 30px;
}

.service_detail .three .wid_25 .dec{
    font-size: 14px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #999999;
    line-height: 35px;
}

.service_detail .four {
    margin-top: 60px;
}

.service_detail .four .b_tit{
    font-size: 22px;
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    color: #000000;
    line-height: 50px;
    margin-bottom: 35px;
}

.service_detail .four .wid_25{
    width: 25%;
    float: left;
    text-align: left;
}

.service_detail .four .wid_25 .wz{
   margin-left: 23px;
}

.service_detail .four .wid_25 .db{
    font-size: 22px;
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    color: #1F1F1F;
    line-height: 50px;
    margin-bottom: 19px;
}

.service_detail .four .wid_25 .fw{
    font-size: 16px;
    font-family: ABeeZee-Regular, ABeeZee;
    font-weight: 400;
    color: #6D6E76;
    line-height: 28px;

}

.service_detail .five {
    margin-top: 60px;
}

.service_detail .five .b_tit{
    font-size: 22px;
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    color: #000000;
    line-height: 50px;
    margin-bottom: 0px;
}


.service_detail .five .lb{
    margin-top: 15px;
    font-size: 14px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #6D6E76;
    line-height: 35px;
}









/*联系我们*/
.job{
    padding: 0 6%;
}

.job .job_one .dbt{
    font-size: 20px;
    font-family: PingFang HK-Semibold, PingFang HK;
    font-weight: 600;
    color: #000000;
    line-height: 64px;
    margin-top: 50px;
}

.job .job_one .cont{
    font-size: 14px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #222222;
    line-height: 35px;
    text-align: justify;
    margin-top: 13px;
}

.job .job_one .an{
    background: #FFFFFF;
    box-shadow: 0px 20px 40px 0px rgba(3,0,77,0.04);
    border-radius: 12px 12px 12px 12px;
    padding: 24px;
}


.job .job_one .btn{
    height: 48px;
    line-height: 48px;
    background: #fff;
    border-radius: 0px 0px 0px 0px;
    display: block;
    text-align: center;
    font-size: 14px;
}


.job .job_one .wid_30{
    width: 25%;
}

.job .job_one .an .now{
    background: #1D2088;
    color: #fff;
    margin-bottom: 12px;
}

.job .job_one .an .fx{
    color: #1D2088;
    border: 2px solid #1D2088;
}

.job .job_one .nr{
    margin-top: 22px;
    background: #FFFFFF;
    box-shadow: 0px 20px 40px 0px rgba(3,0,77,0.04);
    border-radius: 12px 12px 12px 12px;
    padding: 24px;
}

.job .job_one .nr .time{
    font-size: 16px;
    font-family: Inter-Semi Bold, Inter;
    font-weight: bold;
    color: #000000;
    line-height: 19px;
}
.job .job_one .nr .js{
    margin-top: 22px;
}
.job .job_one .nr .js .xbt{
    font-size: 14px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #000000;
    line-height: 35px;
}

.job .job_one .nr .js .xms{
    font-size: 14px;
    font-family: ABeeZee-Regular, ABeeZee;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

.job_two{
    margin-top: 53px;
    margin-bottom: 60px;
}

.job_two .tit{
    font-size: 20px;
    font-family: PingFang HK-Semibold, PingFang HK;
    font-weight: 600;
    color: #000000;
    line-height: 64px;
}

.job_two .job_form{
    background: #F9F9F9;
    padding: 64px;
    margin-top: 60px;
    position: relative;
}

.job_two .job_form .input{
    width: 45%;
    margin-right: 5%;
    margin-bottom: 30px;
}

.job_two .job_form .input p{
    font-size: 16px;
    font-family: Inter-Semi Bold, Inter;
    font-weight: bold;
    color: #1F1F1F;
    line-height: 19px;
    margin-bottom: 18px;
}


.job_two .job_form .input input{
    width: 100%;
    height: 25px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 2px solid #DFDFDF;
    padding: 8px;
    line-height: 25px;
    font-size: 15px;
}

.job_two .job_form .input input:focus {
    outline:none;
    border:  2px solid #1D2088;
}

.job_two .job_form .info p{
    font-size: 16px;
    font-family: Inter-Semi Bold, Inter;
    font-weight: bold;
    color: #1F1F1F;
    line-height: 19px;
    margin-bottom: 18px;
}

.job_two .job_form .info textarea{
    width: 95%;
    height: 120px;
    padding: 8px;
    border: 2px solid #DFDFDF;
    font-size: 15px;
}

.job_two .job_form .info textarea:focus{
    outline:none;
    border:  2px solid #1D2088;
}

.job_two .job_form .checkbox{
    font-size: 14px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #727272;
    line-height: 35px;
    margin-top: 32px;
}

.job_two .job_form .checkbox input{
    border: 2px solid #DFDFDF;
    margin-right: 10px;
    height: 15px;
    width: 15px;
}

.job_two .job_form .jl{
    width: 120px;
    margin-top: 0;
    height: 40px;
    line-height: 40px;
}

.job_two .job_form .input .jl_input{
    height: 40px;
    line-height: 40px;
}

.job_two .job_form .grjl{
    clear: none;
}


.job_two .job_form button{
    width: 169px;
    height: 50px;
    line-height: 50px;
    background: #1D2088;
    border:1px solid #1D2088;
    color: #fff;
    font-size: 16px;
    margin-top: 45px;
}

.job_form .bg{
    width: 238px;
    position: absolute;
    top: -45px;
    right: -45px;
    z-index: -1;
}

/*关于我们*/
.about{
    margin-top: 100px;
    margin-bottom: 60px;
}
.about .ab_one{
    padding: 0 6%;
}
.about .ab_one ul li{
    width: 33.3%;
}

.about .ab_one ul li img{
    width: 80px;
    height: 80px;
}

.about .ab_one ul li .js{
    margin-left: 30px;
}

.about .ab_one ul li .js .bt{
    font-size: 22px;
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    color: #1F1F1F;
    line-height: 50px;
}


.about .ab_one ul li .js .ms{
    font-size: 14px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #999999;
    line-height: 35px;
    width: 220px;
}

.about .ab_two{
    padding: 0 6%;
    margin-top: 100px;
}

.about .ab_two .fl{
    position: relative;
    width: 50%;
   /* background: url('../images/ab_4_bg.png');
    background-repeat: no-repeat;*/
}

.about .ab_two .l_img{
    width: 65%;
    position: absolute;
    top: 30px;
    left: 150px;
}

.about .ab_two .xq{
    width: 40%;
    margin-left: 10%;
    margin-top: 50px;
    font-size: 32px;
    font-family: PingFang HK-Semibold, PingFang HK;
    font-weight: 600;
    color: #1F1F1F;
    line-height: 64px;
}


.about .ab_two .xq .dbt{
   position: relative;
}

.about .ab_two .xq .dbt p {
    width: 336px;
    position: absolute;
    height: 14px;
    background: #F0B000;
    opacity: 0.4;
    bottom: 4px;
}

.about .ab_two .dec{
    margin-top: 40px;
    font-size: 14px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #727272;
    line-height: 35px;
}

.about .ab_two .look{
    width: 178px;
    height: 56px;
    line-height: 56px;
    background: #1D2088;
    font-size: 16px;
    font-family: ABeeZee-Italic, ABeeZee;
    font-weight: normal;
    color: #FFFFFF;
    display: block;
    text-align: center;
    margin-top: 65px;
}

.about .ab_three{
    /*padding: 0 6%;*/
    position: relative;
    margin-top: 45px;
    margin-bottom: 160px;
}

.about .ab_three .dbt{
    position: relative;
    font-size: 32px;
    font-family: PingFang HK-Semibold, PingFang HK;
    font-weight: 600;
    color: #1F1F1F;
    line-height: 64px;
    width: 371px;
    left: 55%;
}

.about .ab_three .dbt p {
    width: 208px;
    height: 14px;
    background: #F0B000;
    position: absolute;
    opacity: 0.4;
    bottom: 70px;
}

.about .ab_three .b_dd{
    width:238px;
    position: absolute;
    left: 20%;
    top: 70px;
    z-index: -1;
}

.about .ab_three .b_dd_d{
    width:238px;
    position: absolute;
    left: 65%;
    bottom: -55px;
    z-index: -1;
}
.about .ab_three .tp_l{
    width: 95%;
    margin-left: 5%;
    margin-bottom: 40px;
}

.about .ab_three .m-r-l{
    margin:0 2%; 
}

.about .ab_four{
    padding: 0 6%;
}

.about .ab_four .fl{
    position: relative;
}

.about .ab_four .fl .l_img{
    width: 80%;
    position: absolute;
    top: 90px;
    left: 15%;
}


.about  .ab_four .fr{
    margin-left: 10%;
}

.about .ab_four .fr .dbt{
    position: relative;
    font-size: 32px;
    font-family: PingFang HK-Semibold, PingFang HK;
    font-weight: 600;
    color: #1F1F1F;
    line-height: 64px;
}

.about .ab_four .fr .dbt p {
    width: 134px;
    height: 14px;
    background: #F0B000;
    position: absolute;
    opacity: 0.4;
    bottom: 7px;
}

.about .ab_four .fr .dec{
    margin-top: 32px;
    font-size: 14px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #999999;
    line-height: 35px;
}


.about .xw{
    margin: 0 6%;
    margin-top: 120px;
}

/*提交稿件*/
.bd{
    padding: 0 6%;
    margin-top: 30px;
}

.bd .bt{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.bd #gjtj input {
    border: 2px solid #DFDFDF;
    padding: 1%;
    font-size: 16px;
    border-radius: 2px;
    width: 98%;
}

.bd #gjtj input:focus {
    outline:none;
    border:  2px solid #1D2088;
}

.bd #gjtj .form-group{
    margin-bottom: 30px;
}

.bd #gjtj .yzm{
    width: 90%;
    height: 28px;
    padding: 5px 7px;
}

.bd #gjtj .layui-input-block{
    margin-left: 0;
}

.bd #gjtj #ico_box{
    max-width: 300px;
}

.bd #gjtj #ico{
    padding: 5px 7px;
}

.bd #gjtj .pic dl {
    float: left;
    position: relative;
}
.bd #gjtj .pic dl dd {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    background: #666;
    color: #fff;
    padding: 2px;
}

.bd #gjtj .tj{
    background: #1D2088;
    border: 1px solid #1D2088;
    color: #fff;
    font-size: 16px;
    width: 150px;
    height: 40px;
    line-height: 40px;
}

.bd #gjtj .layui-form-item .layui-input-inline {
    float: left;
    width: 35%;

    margin-right: 10px;
}

.bd #gjtj .layui-btn{
    background-color: #1D2088;
}


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

.cg_top .dec{
    top: 30%;
    font-family: DOUYUFont;
    font-size: 38px;
    color: #FFFFFF;
    line-height: 77px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-transform: uppercase;
}

.menu_list{
    height: 58px;
    background: #FDD8A2;
}

.menu_list ul li{
    padding: 0 20px;
    height: 38px;
    text-align: center;
    float: left;
    margin-top: 10px;
    line-height: 38px;
    margin-right: 2%;
}

.menu_list ul li a{
    color: #333333;
    font-size: 18px;
    display: block;
}

.menu_list .active {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 19px 19px 19px 19px;
}

.menu_list .active a{
    color: #102C8B;
}


.menu_list ul li:hover {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 19px 19px 19px 19px;
}

.menu_list ul li:hover a{
    color: #102C8B;
}
.position_wz{
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px;
}
.position_wz a{
    color: #000;
    font-size: 14px;
}


.qkzx ul li{
    width: 100%;
    height: 300px;
    padding: 15px;
    margin-bottom: 30px;
}

.qkzx ul li:hover{
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px #000000;
    border-radius: 5px;
}

.qkzx ul li .left_img{
    width: 220px;
    height: 300px;
}

.qkzx ul li .right_info{
    margin-left: 30px;
    width: 80%;
}

.qkzx ul li .right_info .tit{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 24px;
    color: #000;
    line-height: 58px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.wid_50_fl{
    width: 46%;
    margin-right: 2%;
    float: left;
}

.qkzx ul li .tit .ybq{
    width: 115px;
    height: 27px;
    background: #FDD8A2;
    border-radius: 14px 14px 14px 14px;
    font-size: 15px;
    line-height: 27px;
    text-align: center;
    color: #000;
}

.xbt{
    margin: 20px 0;
}
.qkzx ul li p{
    color: #000;
    font-size: 16px;
}

.qkzx ul li:hover{
    background: url(../picture/hover_bg.png) no-repeat;
    background-position: right;
}

.qkzx ul li:hover p{
    color: #102C8B;
    font-size: 16px;
}

.qkzx ul li:hover .tit{
    color: #102C8B;
}

.qkzx ul li:hover .ybq{
    width: 115px;
    height: 27px;
    background: #102c8b;
    border-radius: 14px 14px 14px 14px;
    font-size: 15px;
    line-height: 27px;
    text-align: center;
    color: #fdd8a2;
}

.line{

    clear: both;

    height: 1px;
    width: 100%;
    background: #DDDDDD;
}


/*新闻中心*/
.xwzx ul li{
    width: 100%;
    height:180px;
    padding: 20px;
    margin-bottom: 30px;
}

.xwzx ul li:hover{
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px #000000;
    border-radius: 5px;
}

.xwzx ul li .left_img{
    width: 253px;
    height: 138px;
    margin-left: 18px;
}

.xwzx ul li .right_info{
    margin-left: 30px;
    width: 80%;
}

.xwzx ul li .right_info .tit{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 24px;
    color: #000;
    line-height: 58px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.xwzx .day{
    /*width: 74px;*/
    padding: 5px;
    height: 84px;
    line-height: 84px;
    background: #F6ECEC;
    font-size: 38px;
    color: #102C8B;
    line-height: 84px;
    text-align: center;
}

.xwzx .month{
    /*width: 74px;*/
    padding: 5px;
    height: 30px;
    background: #102C8B;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}

.xwzx .jt{
    width: 41px;
    height: 27px;
    margin: 0 auto;
    margin-top: 15px;
}
.xwzx .jt .xz{
    display: none;
}
.xwzx .xbt{
    line-height: 30px;
    color: #000;
    font-size: 15px;
    text-align: justify;
}

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

.xwzx ul li:hover .jt .mr{
    display: none;
}


.xwzx ul li:hover .jt .xz{
    display: block;
}
.xwzx ul li:hover .tit{
    color: #102C8B;
}
.xwzx ul li:hover .xbt{
    color: #102C8B;
}

/*登录*/
.login{
    height: 750px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.login .login_info{
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 18px 0px #000000;
    border-radius: 20px 20px 20px 20px;
    padding: 50px 70px;
    position: absolute;
    top: 100px;
    width: 1260px;
}

.login input {
    width: 390px;
    height: 58px;
    line-height: 58px;
    background: #FFFFFF;
    border-radius: 34px 34px 34px 34px;
    border: 1px solid #EDEDED;
    padding: 0px 30px 0 70px;
    font-size: 16px;
    border: 1px solid #EDEDED;
}
.login .left_dl{
    width:49%;
    float: left;
    
}
.login  .right_dl{
    width: 49%;
    float: left;
    border-left: 2px solid #CCD2DB;
}

.login .right_dl .dlts{
    width: 85%;
    margin: 0 0 0 15%;
    color: #5E6C84;
    line-height: 30px;
    text-align: justify;
    font-size: 16px;
}

.login .right_dl .dlts .bt{
    font-size: 20px;
    font-weight: bold;
    color: #C07200;
    margin-bottom: 20px;
}
.login .tzan .active{
    font-weight: bold;
    font-size: 30px;
    color: #102C8B;
    margin-right: 10px;
}
.login .tzan a{
    font-size: 24px;
    color: #5E6C84;
    line-height: 75px;
}
.login .yhm{
   position: relative;
   margin-bottom: 40px;
}
.login .yhm img{
    position: absolute;
    width: 23px;
    top: 15px;
    left: 30px;
}

.login .mm{
   position: relative;
   margin-bottom: 40px;
}
.login .mm img{
    position: absolute;
    width: 23px;
    top: 15px;
    left: 30px;
}


.login .yzm{
   position: relative;
   width: 40%;
   float: left;
}
.login .yzm img{
    position: absolute;
    width: 23px;
    top: 15px;
    left: 30px;
}
.login .yzm input {
    width: 100%;
}
.login .yzmtp{
    width: 20%;
     float: left;
     margin-left: 18%;
    height: 58px;
}
.login .dlan{
    width: 481px;
    height: 48px;
    line-height: 48px;
    background: #102C8B;
    border-radius: 34px 34px 34px 34px;
    color: #fff;
    border: 1px solid #102C8B;
    font-size: 20px;
    margin-top: 30px;
}
.tgxz{
    color: #102C8B;
    float: right;
    margin-right: 30%;
    margin-top: 20px;
}
.login .xtb{
   position: relative;
   margin-bottom: 20px;
}

#reg .xtb img{
    position: absolute;
    width: 20px;
    top: 15px;
    left: 30px;
}
#reg .login_info{
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 18px 0px #000000;
    border-radius: 20px 20px 20px 20px;
    padding: 30px 70px;
    position: absolute;
    top: 100px;
    width: 1260px;
}
#reg input{
    width: 320px;
    height: 48px;
    line-height: 48px;
    background: #FFFFFF;
    border-radius: 34px 34px 34px 34px;
    border: 1px solid #EDEDED;
    padding: 0px 30px 0 70px;
    font-size: 16px;
    border: 1px solid #EDEDED;
}

.red{
    color: red;
    margin-left: 5px;
}
#reg .yzm input {
    width: 50%!important;
}
#reg .yzmtp {
    width: 20%;
    float: left;
    margin-left: 5%;
    height: 58px;
}
#reg .tk{
    text-align: left;
    margin-top: 20px;
    /*cursor: pointer;*/
}

#xz{
    width: 20px!important;
    height: 20px!important;
    vertical-align:middle;
}

#usernote{
    color: red;
    font-size: 12px;
    padding-left: 60px;
}
/*个人中心*/
.user_header{
    height: 74px;
    background: #102C8B;
}
.pad_30_20{
    padding: 30px 20px;
}
.user_header .header__logo{
    display: block;
    margin-left: 50px;
}

.user_header .header__logo img {
        width: 215px;
    margin-top: 14px;
        height: auto;
}
.user_header .grzx{
     color: #fff;
     line-height: 72px;
}
.user_header .grzx a{
    width: 100px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

/*.ucenter{
    background: #f9f9fa;
}*/
.ucenter .nav_left{
    width: 20%;
    float: left;
    
}
.ucenter .nav_left .my {
    height: 63px;
    background: #FBFDFF;
    box-shadow: 2px 0px 7px 0px #000000;
    border-radius: 7px 7px 7px 7px;
    border: 1px solid #E9EDF0;
    padding-right: 20px;
    padding-top: 13px;
}

.ucenter .nav_left .my img {
    width: 50px;
    vertical-align: middle;
    height: 50px;
    margin-left: 20px;
    margin-right: 15px;
}
.ucenter .nav_left  .cdm{
    font-weight: bold;
    font-size: 20px;
    color: #C07200;
    line-height: 0px;
    text-align: left;
}

.ucenter .nav_left .user_menu {
    margin-top: 35px;
}

.ucenter .nav_left .cd_list ul li {
    height: 44px;
    width: 100%;
    margin-top: 10px;
    border-bottom: 1px solid #F6F7F9;
}
.ucenter .nav_left .cd_list ul li:hover{
    background: #F6F7F9;
    box-shadow: 1px 0px 2px 0px #000000;
    border-radius: 7px 7px 7px 7px;
}



.ucenter .nav_left .cd_list .cur{
    background: #F6F7F9;
    box-shadow: 1px 0px 2px 0px #000000;
    border-radius: 7px 7px 7px 7px;
}


.ucenter .nav_left .cdnr{
    padding: 13px 20px;
    width: 100%;
}

.ucenter .nav_left .cdnr a {
    display: block;
}
.ucenter .nav_left .cd_list ul li img{
    width: 21px;
}
.ucenter .nav_left  .cd_list{
    margin-top: 40px;
}

.ucenter .nav_left .ewm img{
    width: 50%;
    margin-left: 25%;
    margin-top: 50px;
}

.ucenter .nav_right{
    background: #f9f9fa;
    width: 80%;
    float: left;
}

.ucenter .db{
    background: #fff;
    padding: 1px 20px;
}
.ucenter .nav_right .pad_50{
    padding: 30px;
    min-height: 80vh;
}

.ucenter .nav_right .bd{
    background: #fff;
    border-radius: 5px;
    
}

.ucenter .nav_right .dbt{
    font-size: 22px;
    color: #111111;
    line-height: 26px;
    text-align: left;
    margin: 30px 0;
}

.ucenter .nav_right .dbt .sx{
    display: block;
    width: 4px;
    height: 24px;
    background: #C07200;
    border-radius: 2px 2px 2px 2px;
    margin-right: 12px;
}

.ucenter .nav_right select{

    background: #FAFAFB;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #CCD2DB;
    height: 48px;
}
.ucenter .nav_right select option{

}

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

.ucenter .nav_right .layui-form-item{
    clear: none!important;
}

.ucenter .nav_right .tj{
    margin: 0 auto;
    width: 300px;
    height: 48px;
    background: #102C8B;
    border-radius: 24px 24px 24px 24px;
    color: #fff;
    border: 1px solid #102C8B;
}

.layui-input, .layui-select, .layui-textarea{
    border-radius: 5px!important;
}
.ucenter .yl {
    font-size: 13px;
    color: #102C8B;
}

.ucenter .yl img{
    width: 12px;
    height: 12px;
    margin-top: 3px;
    margin-right: 2px;
}
.ucenter .edit{
    margin-right: 10px;
    color: #102C8B;
      font-size: 13px;
}
.ucenter .del{
    color: #102C8B;
      font-size: 13px;
}
.ucenter .edit img{
    width: 12px;
    height: 12px;
    margin-top: 4px;
    margin-right: 2px;
}


.ucenter .del img{
    width: 12px;
    height: 12px;
     margin-top: 4px;
    margin-right: 2px;
}

.new_detail .title{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.new_detail .date{
    border-bottom: 1px solid #999;
    padding: 20px 0;
    margin-bottom: 30px;
}
.new_detail .date .dl{
    width: 800px;
    margin: 0 auto;
}
.new_detail .date .date_l{
    width: 180px;
    /*float: left;*/
}

/*期刊详情*/
.top_xq{
    margin-top: 13px;
    padding: 0px;
    height: auto;
    background: #FFFFFF;
    /*box-shadow: 0px 0px 13px 0px #000000;*/

}
.qk_ico img{
    width: 367px;
    height: 500px;
}
.qk_ico .img-info{
    width: 165px;
    margin-top: 10px;
}
.qk_ico .img-info .bt{
   font-size: 16px;
   font-weight: bold;
   color: #102C8B;
   height: 30px;
   line-height: 30px;

}
.xzpdf{
    background: #102C8B;
    color: #fff;
    padding: 0 28px;
    font-size: 16px;
    line-height: 32px;
    display: inline-block;
}
.qk_xq {
    padding: 0 0 0 45px;
    width: 985px;
}
.top_xq .tit{
    font-weight: bold;
    font-size: 24px;
    color: #102C8B;
    line-height: 58px;
    text-align: left;
}
.des{
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 30px;
}
.top_xq .bt {
    /*width: 90px;*/
    height: 32px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #C07200;
    line-height: 32px;
}
.top_xq .ms{
    width: 800px;
    font-size: 16px;
    color: #111111;
    line-height: 28px;
    text-align: justify;
}
.top_xq .w_50 {
    width: 50%;
    margin: 20px 0 0 0 ;
}
.top_xq .w_100{
    width: 100%;
    margin: 20px 0 0 0 ;
}
.top_xq .hs{
    color: red!important;
}
.top_xq .sm{
    width: 60%;
    font-size: 16px;
    color: #111111;
    line-height: 35px;
    text-align: justify;
}

.mt_40{
    margin-top: 40px;
}
.xq_qh{
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px #000000;
}
.xq_qh .layui-tab-title{
    background: #E5E7EC;
}
.xq_qh .layui-tab-title .layui-this {
    color: #fff;
    background: #c07200;
}

.xq_qh .layui-tab-title li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: relative;
    line-height: 40px;
    min-width: 65px;
    padding: 0 50px;
    text-align: center;
    cursor: pointer;
}

.text-secondary{
    border-top: 1px solid #999;
}
.text-secondary p{
    margin: 30px 0;
    cursor: pointer;
}
.text-secondary p:hover {
    color: #102B8B;
}

.text-secondary p:hover a{
    color: #102B8B;
}

.cjwt .bt{
    font-size: 16px;
    color: #000;
    line-height: 35px;
}
.cjwt .hd .da{
    background: #e43434;
    color: #fff;
    padding:0 5px;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 14px;
}

.cjwt .hd{
    margin-top: 10px;
    font-size: 15px;
    background: #eee;
    padding: 10px;
}

.cjwt ul li{
    margin-bottom: 30px;
}

.lb{
    border-top: 1px solid #eee;
    padding-top: 20px;
}


.qk-menu{
}


