@font-face{
    font-family: 'Roboto-Regular'; 
    src: url('../fonts/Roboto-Regular.eot');
    src:url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg') format('svg');
}
@font-face{
    font-family: 'Roboto-Bold'; 
    src: url('../fonts/Roboto-Bold.eot');
    src:url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype'),
        url('../fonts/Roboto-Bold.svg') format('svg');
}
@font-face {
    font-family: "iconfont"; /* Project id 3200403 */
    src: url('//at.alicdn.com/t/font_3200403_el3oj4kovg.woff2?t=1645601024922') format('woff2'),
         url('//at.alicdn.com/t/font_3200403_el3oj4kovg.woff?t=1645601024922') format('woff'),
         url('//at.alicdn.com/t/font_3200403_el3oj4kovg.ttf?t=1645601024922') format('truetype');
  }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { background:#fff; color:#070731; font-size:14px; font-family: "微软雅黑",Verdana, Arial, Helvetica, sans-serif; }
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { color:#070731; text-decoration:none; }
a:hover { color: #0306FF;}
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; border: 1px solid #333;}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], select, textarea,button {
    -webkit-appearance: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 100px white inset;
}

table { border-collapse:collapse; }
html {overflow-y: scroll;}
/* css common */
.clearfix { *zoom:1; }
.clearfix:after {
content: "";
display: block;
clear: both;
}
.grey{
    background:#F5F7FA;
}
.w1583{ max-width: 1583px; width: -webkit-fill-available;  margin: 0 auto; position: relative;}
.w1170{ max-width: 1170px; width: -webkit-fill-available; padding: 0 25px; margin: 0 auto; position: relative;}
.pc_img{
    display: block;
}
.mobile_img{
    display: none;
}

@media screen and ( max-width: 768px ) {
    .pc_img{
        display: none;
    }
    .mobile_img{
        display: block;
    }
}
/*header*/
header{
    height: 112px;
    z-index: 222;
}
.header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index:99;
}
.header .box{
    padding: 15px 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .box .logo{
    display: inline-block;
}
.header .box .language_search{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_search{
    width: 198px;
    line-height: 31px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}

.header_search input{
    width: 170px;
    padding: 5px;
    border: 0;
    line-height: 21px;
    background-color: #fff;
}
 .header_search button{
    height: 31px;
    width: 28px;
    border: 0;

    background: url(../img/index/search.svg) no-repeat 4px center;
    background-color: #fff;
}
.header .box .language_search span{
    height: 21px;
    width: 1px;
    background: #CCCCCC;
    margin: 0 16px;
}
.header .box .language_search .language{
     line-height: 33px;
     font-size: 16px;
     color: #363636;
     padding-left: 21px;
     background: url(../img/index/en.svg) no-repeat left center;
}
.haed_menu{
    position: fixed;
    z-index: 99;
    top: 064px;
    left: 0;
    width: 100%;
    background-color: #00438A;
    background-image: linear-gradient(to right, #00438A , #0064CB);
}
.haed_menu ul{

    display: flex;
    flex-direction: row;
}
.haed_menu ul li{
    margin-right: 30px;
}   
.haed_menu ul li a{
    display: block;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    position: relative;overflow: hidden;
}
.haed_menu ul li a::after{
    content:"";
    display: block;
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -100%;
    background-color: #fff;
    transition:  0.3s ;
}
.haed_menu ul li a:hover::after{
    left: 0%;
}
.heaer-menu-button{
    display: none;
    width: 25px;
    height: 19px;
    margin-left: 20px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    position: relative;
}
.heaer-menu-button .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 1px;
    background-color: #fff;
    position: static;
    margin: 0;
    transition:all 0.5s;
    margin-top: 5px;
}

.heaer-menu-button .icon-bar:nth-child(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    margin-top: 0;
}
.heaer-menu-button.on .icon-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    margin-top: -1px;
    
}
.heaer-menu-button.on .icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.heaer-menu-button.on .icon-bar:nth-child(2) {
    display: none;
}
.heaer-menu-button.on .icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.haed_menu .header_search{
    display: none;
}
@media screen and ( max-width: 768px ) {
    header{
        height: 96px;
    }
    .haed_menu{
        top: 53;
    }
    .header .box{
        padding: 10px 0;
    }
    .haed_menu .header_search{
        display: flex;
    }
    .header_search input{
        padding: 3px;
    }
    .header_search button{
        height:27px;
    }
    .header .box .language_search span,
    .header .box .language_search .header_search{
        display: none;
    }

    .haed_menu .w1170{
        display: flex;
        justify-content: space-between;
        padding-top: 7px;
        padding-bottom: 7px;
        align-items: center;
    } 
    .heaer-menu-button{

        display: block;
    }
    .haed_menu ul{
        height: 0;
        overflow: hidden;
        flex-direction: column;
        position: absolute;
        left: 0;
        top: 43px;
        z-index: 999;
        width: 100%;
        background-color: #00438A;
        background-image: linear-gradient(to right, #00438A , #0064CB);
        transition: 0.7s;
    }
    .haed_menu ul.on{
       height: 288px;
    }
    .haed_menu ul li{
        margin: 0 25px;
    }
}

/*index_banner_mySwiper*/
.index_banner_mySwiper .swiper-pagination .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background-color: rgba(255, 255, 255, 0.52);
}
.index_banner_mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color:#fff;
    position: relative;
}
.index_banner_mySwiper img{
    width: 100%;
}
.index_banner_mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
    content:"";
    display: block;
    width: 6px;
    height: 6px;
    background-color:#0053AA ;
    position: absolute;
    border-radius: 50%;
    top: 4px;
    left: 4px;
}
.index_banner_mySwiper .swiper-button-prev,
.index_banner_mySwiper .swiper-button-next{
    width: 38px;
    height: 71px;
    background-color:rgb(105 105 105 / 15%);
}
.index_banner_mySwiper .swiper-button-next{
    right: 0;
}
.index_banner_mySwiper .swiper-button-prev{
    left: 0;
}
.index_banner_mySwiper .swiper-button-prev:after,
.index_banner_mySwiper .swiper-button-next:after{
    color: #fff;
    font-size: 24px;
}

.index_about{
    padding: 81px 0 116px;
}
.index_about .box{
    display: flex;
    align-items: flex-end;
}
.index_about .box .img{
    width: 53%;
}
.index_about .box .img img{
width: 100%;
}
.index_about .text{
    margin-right: 6%;
    margin-bottom: -25px;
    width: 41%;
}
.index_about .text .en_title{
    font-size: 44px;
    line-height: 39px;
    color: #0055AE;
    font-family: 'Roboto-Regular';
}
.index_about .text .cn_title{
    font-size: 32px;
    line-height: 42px;
    color: #000000;
}
.index_about .text .fgx{
    width:37px;
    height:3px ;
    background:#0055AE ;
    margin: 17px 0 26px;
}
.index_about .text .txt{
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.7);
}

.index_about .text .more{
    margin-top: 40px;
    border:1px solid #B8B8B8;
    border-radius: 50px;
    line-height: 22px;
    font-size: 14px;
    color: #000;
    padding: 9px 43px;
    display: inline-block;
}
.index_about .text .more:hover{
    color: #fff;
    background: #0053AA;
    border:1px solid #0053AA;
}
@media screen and ( max-width: 768px ) {
    .index_about{
        padding: 30px 0;
    }
    .index_about .box{
        flex-direction: column;
        align-items: flex-start;
    }
    .index_about .text{
        margin-right:0%;
        margin-bottom: 0;
        width: 100%;
        order:2;
    }
    .index_about .box .img{
        width: 100%;
        order:1;
        margin-bottom: 10px;
    }
    .index_about .text .en_title{
        font-size: 26px;
        line-height: 29px;
    }
    .index_about .text .cn_title{
        font-size: 19px;
        line-height: 25px;
    }
    .index_about .text .fgx{
        margin: 7px 0 13px;
    }
    .index_about .text .more{
        margin-top: 15px;
        padding: 5px 25px;
        font-size: 12px;
    }
}



.index_solve{
    background-position: center;
    background-repeat: no-repeat;
    min-height:500px ;
    display: flex;
    align-items: center;
}
.index_solve h4{font-size: 28px; line-height: 34px;color: #fff; font-family: Roboto-Bold;}
.index_solve h3{
    font-size: 32px;
    line-height: 42px;
    color: #fff;
}
.index_solve p{
    font-size: 16px;
    line-height: 25px;
    color: #cdd7e8;
    margin-top: 20px;
    max-width: 620px;
}
@media screen and ( max-width: 768px ) {
    .index_solve{
        min-height:280px
    }
    .index_solve h4{
        font-size: 19px;
    line-height: 24px;
    }
    .index_solve h3{
        font-size: 21px;
        line-height: 28px;
    }
    .index_solve p{
        font-size: 14px;
        line-height: 24px;
        margin-top:10px
    }
}


.por_index {
    background-color: rgba(245, 245, 245, 0.69);
    padding-top: 106px;
    padding-bottom:68px ;
}
.por_index h3{
    font-size: 32px;
    line-height: 42px;
    color: #000;
    text-align: center;
    margin-bottom: 42px;
}
.por_index .tab{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.por_index .tab span{
    display: block;
    margin: 0 25px;
    font-size: 16px;
    color: #696969;
    padding-bottom: 10px;
    position: relative;
    cursor: pointer;
}
.por_index .tab span:hover,
.por_index .tab span.on{
    color: #0055AD;
}
.por_index .tab span.on::after{
    content:"";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #0055AD;
    left: 0;
}

.por_index .tab_cut{
    margin-top: 22px;
    height: 390px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.por_index .tab_cut .img{
    position: relative;
    padding-bottom: 58%;
    overflow: hidden;
}
.por_index .tab_cut .img img{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    transition:all 0.5s ;
}
.por_index .tab_cut .box{
    padding: 25px 10px;
    position: relative;
    overflow: hidden;
}
.por_index .tab_cut .lbv{
    font-size:14px ;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.52);
}
.por_index .tab_cut .title{
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}
.por_index .tab_cut .box::after{
    content:"";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #F1F1F1;
    transition: 0.5s ; 
}
.por_index .tab_cut .box::before{
    content:"";
    display: block;
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background-color: #00438A;
    transition: 0.5s ; 
}
.por_index .tab_cut a:hover img{
    transform:translate(-50%,-50%) scale(1.1);
}
.por_index .tab_cut a:hover .title{
    color: #00438A;
}
.por_index .tab_cut a:hover .box::after{
    left: -100%;
}
.por_index .tab_cut a:hover .box::before{
    left: 0;
}
.por_index .more{
    display: block;
    text-align: center;
    width: 152px;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
    border: 1px solid #B8B8B8;
    font-size: 14px;
    color: #000;
    margin: 40px auto 0;
}
.por_index .more:hover{
    background-color: #00438A;
    color: #fff;
}
.por_index  .tab_cut  .swiper{
   opacity: 0;
   order:2
}
.por_index  .tab_cut  .swiper.on{
    opacity: 1;
    order: 1;
}
.new_index .swiper-button-prev,
.new_index .swiper-button-next,
.por_index .swiper-button-prev,
.por_index .swiper-button-next{
    width: 38px;
    height: 71px;
    background-color:#ECEDEF;
}
/* .new_index .swiper-button-next,
.por_index .swiper-button-next{
    right: 0;
}
.new_index .swiper-button-prev,
.por_index .swiper-button-prev{
    left: 0;
} */
.new_index .swiper-button-prev:after,
.new_index .swiper-button-next:after,
.por_index .swiper-button-prev:after,
.por_index .swiper-button-next:after{
    color: #212121;
    font-size: 24px;
}
@media screen and ( max-width: 768px ) {
    .por_index{
        padding-top: 30px;
        padding-bottom: 30px;
    }  
    .por_index h3{
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 15px;
    }
    .por_index .box_tab{
        overflow: auto;
    }
    .por_index .tab{
        width: 484px;
        overflow: hidden;
    }
    .por_index .tab span{
        margin: 0 5px;
        font-size: 14px;
    }
    .por_index .tab_cut{
        display: flex;
        height: 280px;
        flex-wrap: wrap;
        overflow: hidden;
    }
    .por_index .tab_cut .box{
        padding: 10px 5px;
    }
    .por_index .tab_cut .title{
        font-size: 16px;
    }
    .new_index .swiper-button-prev, .new_index .swiper-button-next, 
    .por_index .swiper-button-prev, .por_index .swiper-button-next{
        width: 25px;
        height: 50px;
    }
    .new_index .swiper-button-next,
    .por_index .swiper-button-next{
        right: 0;
    }
    .new_index .swiper-button-prev,
    .por_index .swiper-button-prev{
        left: 0;
    }
    .new_index .swiper-button-prev:after, 
    .new_index .swiper-button-next:after, 
    .por_index .swiper-button-prev:after, 
    .por_index .swiper-button-next:after{
        font-size: 18px;
    }
    .por_index .more{
        margin-top: 20px;
        width: 130px;
        height: 30px;
        line-height: 30px;
    }
}



.new_index  {
    padding-top: 67px;
    padding-bottom: 97px;
}
.new_index  h3{
    font-size: 32px;
    line-height: 42px;
    color: #000;
    text-align: center;
    margin-bottom: 42px;
}
.new_index .new_cut .img{
    position: relative;
    overflow: hidden;
    padding-bottom: 58%;
}
.new_index .new_cut .img img{
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    transition: 0.5s ; 
}
.new_index .new_cut a:hover .img img{
    transform:translate(-50%,-50%) scale(1.1);
}
.new_index .new_cut .box{padding-top: 16px;}
.new_index .new_cut .box time{font-size: 14px; line-height: 19px;color: hsla(0, 0%, 0%, 0.52);}
.new_index .new_cut .box .title{ font-size: 18px; line-height: 24px; color: #000000; margin-top: 2px;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden; 
}
.new_index .new_cut a:hover .box .title{ color: #0053AA;}
.new_index .new_cut .box p{ margin-top: 16px; line-height: 22px; color: hsla(0, 0%, 0%, 0.54);font-size: 14px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 3; 
    overflow: hidden;
}
@media screen and ( max-width: 768px ) {
    .new_index{
        padding: 30px 0;
    }
    .new_index h3{
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 15px; 
    }
    .new_index .new_cut .box time{
        font-size: 12px;
    }
    .new_index .new_cut .box .title{
        font-size: 16px;
    }
    .new_index .new_cut .box p{
        margin-top: 5px;
    }
}


/*index_messge*/
.index_messge{
    background: url(../img/index/img9.jpg) no-repeat center;
    padding-top: 97px;
    padding-bottom: 108px;
}
.index_messge h4{
    font-size: 32px;
    line-height: 42px;
    color: #fff;
    text-align: center;
}
.index_messge h5{
    color: rgba(255, 255, 255, 0.31);
    font-size: 12px;
    text-align: center;
}

.index_form{
    display: flex;
    flex-direction: row;
    margin-top: 24px;
}
.index_form .list{
    display: flex;
    flex-direction: column;
    width: 24.4%;
}
.index_form .list input{
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.08);
    line-height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.32);
    margin-right: 10px;
    padding: 10px;
}
.index_form .list input:nth-child(1){
    margin-bottom: 12px;
}
.index_form  .textarea{
    width: 51.6%;
}
.index_form .textarea textarea{
    padding: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.32);
    background-color: rgba(255, 255, 255, 0.08);
    line-height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    width: 100%;
    height: 100%;
    
 resize:none;
}
.index_messge  .button{
    margin: 27px auto 0;
    text-align: center;
}
.index_messge  .button button{
    width: 204px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    color: #fff;
    background-color: #00438A;
    font-size: 14px;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
}
.index_messge  .button button:hover{
    background-color: #0271e7;
}
@media screen and ( max-width: 768px ) {
    .index_messge{
        padding: 30px 0;
        background-size: cover;
    }
    .index_messge h4{
        font-size: 26px;
    line-height: 34px;
    }
    .index_form{
        flex-direction: column;
    }
    .index_form .list{
        width: 100%;
    }
    .index_form .list input{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .index_form .textarea{
        width: 100%;
    }
    .index_messge .button{
        margin-top: 15px;
    }
    .index_messge .button button{
        width: 150px;
        line-height: 35px;
        height: 35px;
    }
    .index_form .textarea textarea{
        height: 150px;
    }
}
/*footer*/

.foot{
    background-color: #212B35;
}
.foot_menu{
    padding:63px 0 80px;
    display: flex;
    justify-content: space-between;
}
.foot_menu .left_logo .txt{
    padding-left: 100px;
    color: #fff;
}
.foot_menu .left_logo .txt .name{
    font-size: 12px;
    line-height: 16px;
    margin-bottom:3px;
    opacity: 0.73;
}
.foot_menu .left_logo .txt .tal{
    font-size: 27px;
    line-height: 33px;
    font-family: Roboto-Regular;
}
.foot_menu .left_logo .txt p{
    font-size: 12px;
    line-height: 15px;
    opacity: 0.73;
}
.foot_menu .left_logo .txt a{
    width: 185px;
    height: 30px;
    border: 1px solid #fff;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    display:block;
    color: #fff;
    margin-top: 20px;
    background: url(../img/index/footer_ico.svg) no-repeat    95% center;
}
.foot_menu .right_menu{
    display: flex;
    justify-content: space-between;
}
.foot_menu .ragin_menu ul{
    display: flex;
    justify-content: space-between;
}
.foot_menu .ragin_menu ul li{
    margin-left: 60px;
}
.foot_menu .ragin_menu ul li:nth-child(1){
    margin-left: 0;
}
.foot_menu .ragin_menu ul h4{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.foot_menu .ragin_menu ul a{
 display: block;
 color: rgba(255, 255, 255, 0.8);
 font-size: 14px;
 line-height: 20px;
 margin-top: 14px;
}

.foot_menu .ragin_menu ul a:hover{
    color: #fff;
}
.foot .foot_bah{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.foot .foot_bah a{
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 24px;
}
.foot .foot_bah a:hover{
    color: #fff;
}
.foot .foot_bah .liak a{
    margin-left: 15px;
}
@media screen and ( max-width: 1024px ) {
    .foot_menu .ragin_menu ul li{
        margin-left: 30px;
    }
    .foot_menu .left_logo .txt{
        padding-left: 30px;
    }
}
@media screen and ( max-width: 850px ) {
    .foot_menu .ragin_menu ul h4::before{
        content: "";
        display: block;
        position: absolute;
        top: 24px;
        right: 0;
        width: 18px;
        height: 2px;
        background-color: #A8B5C6;
    }
    .foot_menu .ragin_menu ul h4::after{
        content: "";
        display: block;
        position: absolute;
        top: 16px;
        right: 8px;
        width: 2px;
        height: 18px;
        background-color: #A8B5C6;
    }
    .foot_menu .ragin_menu ul h4.open::after{
        display: none;
    }
    .foot_menu .right_menu{
        flex-direction: column;
    }
    .foot_menu{
        padding: 20px 0 20px;
        justify-content: space-between;
    flex-direction: column;
    }
    .foot_menu .left_logo .txt{
        padding-top: 20px;
        padding-left: 0;
    }
    .foot_menu .ragin_menu {
         margin-top: 20px;
    }
    .foot_menu .ragin_menu ul{
        justify-content: space-between;
        flex-direction: column;  
    }
    .foot_menu .ragin_menu ul li{
        margin: 0;
        border-top: 1px solid #fff3;
    }
    .foot_menu .ragin_menu ul li .li{
        display: none;
        margin-bottom: 20px;
    }
    .foot_menu .ragin_menu ul li .li.open{
        display: block;
    }
    .foot_menu .ragin_menu ul h4{
        line-height: 50px;
        font-size: 16px;
        font-weight: 500;
    }
    .foot_menu .left_logo .txt .tal{
        font-size: 18px;
        line-height: 25px;
    }
    .foot .foot_bah{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
    .foot .foot_bah .liak a{
        margin: 0 10px;
    }
    .foot .foot_bah a{
        font-size: 12px;
    }
}
/*公用banner*/
.public_banner{
    min-height: 460px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.public_banner h1{
    font-size: 32px;
    line-height: 42px;
    color: #fff;

}
.mobile_banner{
    display: none;
}
.mobile_banner img{
    width: 100%;
}
@media screen and ( max-width: 1366px ) {
    .public_banner{
        min-height: 420px;
        background-size: cover;
    }
    .public_banner h1{
        font-size: 28px;
        line-height: 36px;
    }
}
@media screen and ( max-width: 1024px ) {
    .public_banner{
        min-height: 300px;
    }
    .public_banner h1{
        font-size: 26px;
        line-height: 32px;
    }
}
@media screen and ( max-width: 768px ) {
    .public_banner{
        min-height: auto;
    }
    .mobile_banner{
        display: block;
    }
    .public_banner .w1170{
        position: absolute;
    }
    .public_banner h1{
        font-size: 24px;
        line-height: 30px;
    }
    
}
@media screen and ( max-width: 380px ) {
    .mobile_banner{

        height: 100%;
    }
}
/*二级公用浮动菜单*/
.two-memu {
    height: 52px;
    border-bottom: 1px solid #E6E6E6;
}
.two-memu .navFix{  
    position: fixed;
    top: 112px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    box-shadow: -2px 7px 13px -2px rgb(121 121 121 / 30%);
-webkit-box-shadow: -2px 7px 13px -2px rgb(121 121 121 / 30%);
-moz-box-shadow: -2px 7px 13px -2px rgb(121 121 121 / 30%);
}
.two-memu ul{
    line-height: 52px;
    display: flex;
    flex-direction: row;
}
.two-memu ul li{
    margin-right: 41px;
}
.two-memu ul li a{
    font-size: 16px;
    color: #696969;
    position: relative;
    display: block;
}
.two-memu ul li:hover a,
.two-memu ul li.on a{
    color: #0055AD;
}
.two-memu ul li.on a::after{
    content:"";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #0055AD;
}
@media screen and ( max-width: 1200px ) {
    .two-memu ul li{
        margin-right:30px;
    }
}
@media screen and ( max-width: 768px ) {
    #nav-wrap{
        overflow:auto;
    }
    .two-memu .navFix{
        top: 95px;
    }
    .two-memu ul {    width: max-content;}
    
    .two-memu ul li{
        margin:0 10px;
    }
}

.paging{
    padding-top:29px;
    border-top: 1px solid #E6E6E6;
}

.paging ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.paging ul ol,
.paging ul li{ width: auto;
    margin: 0 3px;
    border-radius: 3px;
    overflow: hidden;

}
.paging ul  span,
.paging ul  a{
    width: 50px;
    height: 50px;
    background-color: #F6F6F6;
    display: block;
    line-height: 50px;
    text-align: center;
    color: #9FA2A5;
}
.paging ul ol a:hover,
.paging ul li a:hover,
.paging ul li.on a{
    color: #fff;
    background-color: #333333;
}
.paging ul li:first-child,
.paging ul li:last-child{
    font-family: "iconfont" !important;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}
/* .paging ul li:last-child  span:before, 
.paging ul li:last-child  a:before {
    content: "\eb09";
  }
  .paging ul li:first-child  span:before,  
.paging ul li:first-child  a:before {
content: "\eb0a";
} */
@media screen and ( max-width: 768px ) {
    .paging ul  a{
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

/*面包屑*/
.crumbs{
    background-color: #fff;
    padding: 14px 0 16px;
    border-bottom: 1px solid #E6E6E6;
}
.crumbs_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.crumbs_box ul{
    display: flex;
    flex-direction: row;
    color: #696969;
    font-size: 14px;
}
.crumbs_box ul a{
    color: #696969;
    font-size: 14px;
    line-height: 19px;
}
.crumbs_box ul a:hover{
    color: #0056af;
}
.crumbs_box ul ol{
    margin: 0 5px;
    font-family: cursive;
    line-height: 20px;
}
.crumbs_box .title{
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    color: #000000;
}
@media screen and ( max-width: 768px ) {
    .crumbs{
        padding: 10px 0;
    }
    .crumbs_box .title{
        font-size: 14px;
    }

    .crumbs_box ul{
        display: none;
    }
}