.pagination {
    text-align: center;
    margin-top:5rem ;
}
@font-face {
    font-family: 'tt';
    src: url(./Hansief.woff);
  }
.pagination li{
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, .2);
    cursor: pointer;
    margin:0px 2px;
}
.pagination li a{
    color: #000;
}
.pagination .active a{
    color:#fff;
}
.pagination .active {
    background: #1a4da8;
    color: white;
}

.search_btn{
    background-color: unset;
    border: 0px;

}
.search_btn:focus{outline:0;}
.wrapper {
    width: 84.8rem
}

.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.flex-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.bgstyle {
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.inside_banner {
    width: 100%;
    height: 23.75rem;
    position: relative
}

.inside_banner img {
    height: 100%;
    object-fit: cover
}

.inside_banner .banner_text {
    width: 83.75rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff
}

.inside_banner .banner_text .lang_zh {
    font-size: 1.88rem;
    font-weight: bold;
    line-height: 2.25rem
}

.inside_banner .banner_text .lang_en {
    font-size: 1.06rem;
    line-height: 2.25rem;
    font-family: Arial, Helvetica, sans-serif
}

.header_box {
    width: 100%
}

.header_box .pc_header {
    width: 100%;
    color: #333
}

.header_box .pc_header .logo_wrapper {
    height: 6.5rem;

    background-color: #fff;
    width: 100%;
    justify-content: space-between
}

.header_box .pc_header .logo_wrapper .logo_box {
    margin: 0 auto;
    width: 100%;
    height: 6.5rem;
    background-color: #fff;
    padding-left: 6.0625rem;
    justify-content: space-between
}

.header_box .pc_header .logo_wrapper .logo_box .logo {
    /* width: 35rem */
}
.header_box .pc_header .logo_wrapper .logo_box .tel{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18.125rem;
    height: 6.5rem;
    background: #2C4297;
}
.header_box .pc_header .logo_wrapper .logo_box .tel img{
    width: 1.625rem;
    margin-right: 0.75rem;
}
.header_box .pc_header .logo_wrapper .logo_box .tel .right {

    color: #fff;
    display: flex;
    align-items: center;
    font-family: 'tt';

    justify-content: center;
    font-size: 1.5rem;
}
.header_box .pc_header .logo_wrapper .logo_box .logo .logo_img {
    width: 4.5rem;
    margin-right: 1.5rem
}

.header_box .pc_header .logo_wrapper .logo_box .logo .company_title .top {
    font-size: 1.2rem;
    font-weight: 600;
    /* line-height: 2.5rem */
}

.header_box .pc_header .logo_wrapper .logo_box .logo .company_title .bottom {
    font-size: .94rem;
    line-height: 2.5rem
}

.header_box .pc_header .logo_wrapper .logo_box .search_box {
    width: auto
}

.header_box .pc_header .logo_wrapper .logo_box .search_box .top_box {
    width: 100%;
    font-size: .94rem;
    color: #fff;
    justify-content: space-between;
    
    margin-bottom: 2.25rem
}
.header_box .pc_header .logo_wrapper .logo_box .search_box .top_box .address{
    margin: 0 1.56rem;
    flex-shrink: 0;
}
.header_box .pc_header .logo_wrapper .logo_box .search_box .top_box .tel{
    flex-shrink: 0;
}
.header_box .pc_header .logo_wrapper .logo_box .search_box .top_box .language{
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85px;
    position: relative;
    cursor: pointer;
}
.header_box .pc_header .logo_wrapper .logo_box .search_box .top_box .language .title{
    margin-left: 2px;
    flex-shrink: 0;
    text-align: center;
}
.header_box .pc_header .logo_wrapper .logo_box .search_box .top_box .language .child_lang{
    width: 100%;
    position: absolute;
    background-color: #fff;
    box-shadow: 1px 2px 3px 0px #000;
    border-radius: 4px;
    overflow: hidden;
    left: 0;
    top: 165%;
    display: none;
}
.header_box .pc_header .logo_wrapper .logo_box .search_box .top_box .language .child_lang a{
/*    letter-spacing: 5px;*/
    line-height: 35px;
    color: #333;
    transition: all .3s;
}
.header_box .pc_header .logo_wrapper .logo_box .search_box .top_box .language .child_lang a:hover{
    background-color: #1a4da8;
    color: #fff;
}
.header_box .pc_header .logo_wrapper .logo_box .search_box .top_box .language .icon{
margin-right: 2px;
flex-shrink: 0;
}
.header_box .pc_header .logo_wrapper .logo_box .search_box .top_box a {
    font-size: .94rem;
    color: #fff
}

.header_box .pc_header .logo_wrapper .logo_box .search_box .top_box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    margin: 0;
    
    padding: 0;
    padding-left: 20px;
    color: #ccc;
    outline: none;
    cursor: pointer;
    width: 80px;
    font-size: .94rem
}

.header_box .pc_header .logo_wrapper .logo_box .search_box .top_box .icon {
    width: .75rem;
    display: inline-block
}

.header_box .pc_header .logo_wrapper .logo_box .search_box .bottom_box {
    width: 80%;
    height: 2.19rem;
    border-radius: 1.88rem;
    background-color: #fff;
    overflow: hidden;
    float:right;
}
/* Safari，Chrome WebKit browsers */ 
.header_box .pc_header .logo_wrapper .logo_box .search_box .bottom_box input::-webkit-input-placeholder {
    color: #d0d0d0;
}
/* 火狐 Mozilla Firefox 4 to 18 */ 
.header_box .pc_header .logo_wrapper .logo_box .search_box .bottom_box input:-moz-placeholder {
    color: #d0d0d0;
}
/* 火狐 Mozilla Firefox 19+ */ 
.header_box .pc_header .logo_wrapper .logo_box .search_box .bottom_box input::-moz-placeholder {
    color: #d0d0d0;
}
/* Internet Explorer 10+ */ 
.header_box .pc_header .logo_wrapper .logo_box .search_box .bottom_box input:-ms-input-placeholder {
    color: #d0d0d0;
}
.header_box .pc_header .logo_wrapper .logo_box .search_box .bottom_box input {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: none;
    outline: none;
    border: none;
    font-size: .94rem
}

.header_box .pc_header .logo_wrapper .logo_box .search_box .bottom_box .icon {
    margin: 0 auto;
    width: 1.06rem
}

.header_box .pc_header .logo_wrapper .logo_box .search_box .bottom_box .search_val {
    flex: 1;
    height: 100%;
    padding: 0 1.2rem
}

.header_box .pc_header .logo_wrapper .logo_box .search_box .bottom_box .search_btn {
    width: 3.44rem;
    border-left: 1px solid #cbcbcb;
    cursor: pointer
}

.header_box .pc_header .nav_wrapper {
    /* height: 3.75rem; */
    height: 6.5rem;
    width: auto;
    margin: auto;
    justify-content: flex-start;
    display: flex;
    justify-content: space-between;
}

.header_box .pc_header .nav_wrapper .nav_item {
    color: #333;
    margin-right: 2rem;
    /* width: 9.9rem; */
    height: 100%;
    position: relative
}

.header_box .pc_header .nav_wrapper .nav_item a {
    display: block;
    color: #333;
    font-size: 1.125rem;
    line-height: 6.5rem;
    width: 100%;
    height: 100%;
    position: relative;
}.header_box .pc_header .nav_wrapper .nav_item .active .arrow{
    display: block;
}
.header_box .pc_header .nav_wrapper .nav_item .active {
    color:#2C4297;
    position: relative;
}
.header_box .pc_header .nav_wrapper .nav_item .active::after{
    position: absolute;
    content: '';
    bottom:  0;
    left: 0;
    width:100%;
    height: 0.25rem;
    background: #2C4297;
    border-radius: 0.125rem;
}
.header_box .pc_header .nav_wrapper .nav_item a .arrow{
    width: 0.5rem;
    height: 0.5rem;
    background-image: url(/public/static/imgs/icon13.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: .5rem;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    transition: all .3s;
}
.header_box .pc_header .nav_wrapper .nav_item a:hover .arrow{
display: block;
}
.header_box .pc_header .nav_wrapper .nav_item .child_menu {
    width: 100%;
    position: absolute;
    top:6.5rem;
    left: -130px;
    z-index: 3;
    display: none
}

.header_box .pc_header .nav_wrapper .nav_item .child_menu .child_menu_item a {
    background-color: rgba(255, 255, 255, 0.65);
    line-height: 3rem;
    transition: all .3s;
    padding: 0 0;
    font-size: 1rem;
    width: calc(100% + 260px);
}

.header_box .pc_header .nav_wrapper .nav_item .child_menu .child_menu_item a:hover {
    background-color: rgba(17, 65, 138, 0.65);
    color: #fff
}

.header_box .mobile_header {
    width: 100%
}

.header_box .mobile_header .mobile_mask {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.75)
}

.header_box .mobile_header .mobile_mask .close {
    width: .8rem;
    position: absolute;
    top: .2rem;
    right: .2rem
}

.header_box .mobile_header .mobile_mask .menu_group {
    width: 75%;
    height: 100%;
    background-color: #fff;
    transition: all .3s;
    transform: translateX(-100%)
}

.header_box .mobile_header .mobile_mask .menu_group .logo {
    flex: 7;
    padding: .2rem .1rem;
    color: #fff;
    background-color: #11418a
}

.header_box .mobile_header .mobile_mask .menu_group .logo .logo_img {
    width: .6rem;
    margin-right: .1rem
}

.header_box .mobile_header .mobile_mask .menu_group .logo .company_title .top {
    font-size: .35rem;
    font-weight: bold
}

.header_box .mobile_header .mobile_mask .menu_group .logo .company_title .bottom {
    font-size: .24rem
}

.header_box .mobile_header .mobile_mask .menu_group a {
    font-size: .32rem;
    color: #222
}

.header_box .mobile_header .mobile_mask .menu_group .menu_item {
    padding: 0 .1rem
}

.header_box .mobile_header .mobile_mask .menu_group .menu_item .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: .9rem;
    border-bottom: 1px dashed #f1f1f1
}

.header_box .mobile_header .mobile_mask .menu_group .menu_item .item .icon {
    width: .35rem;
    transition: all .2s
}

.header_box .mobile_header .mobile_mask .menu_group .menu_item .item .rotate {
    transform: rotate(90deg)
}

.header_box .mobile_header .mobile_mask .menu_group .menu_item .child_menu {
    display: none
}

.header_box .mobile_header .mobile_mask .menu_group .menu_item .child_menu a {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    text-indent: .32rem;
    padding: .2rem 0;
    border-bottom: 1px dashed #f1f1f1
}

.header_box .mobile_header .mobile_mask .menu_group .active_a {
    color: #11418a
}

.header_box .mobile_header .mobile_mask .show_group {
    transform: translateX(0)
}

.header_box .mobile_header .header {
    width: 100%;
    height: 1.2rem;
    background-color: #11418a
}

.header_box .mobile_header .header .logo {
    flex: 7;
    height: 100%;
    justify-content: flex-start;
    color: #fff;
    
}
.header_box .mobile_header .header .logo img{
    height: auto;
    width: 50px;
    object-fit: contain;
    margin-right: .25rem;
    margin-left: 10px;
}
.header_box .mobile_header .header .logo .logo_img {
    width: .65rem;
    margin-right: .2rem
}

.header_box .mobile_header .header .logo .company_title .top {
    font-size: .4rem;
    font-weight: bold
}

.header_box .mobile_header .header .logo .company_title .bottom {
    font-size: .24rem
}

.header_box .mobile_header .header .menu {
    flex: 1;
    height: 100%
}

.inside_nav {
    margin: 0 auto;
    margin-bottom: 3.75rem
}

.inside_nav .crumbs_box {
    width: 100%;
    height: 100%;
    justify-content: flex-start
}

.inside_nav .crumbs_box .icon {
    width: .75rem;
    margin-right: .31rem
}

.inside_nav .crumbs_box .crumbs {
    width: 100%;
    height: 4.75rem;
    justify-content: flex-start
}

.inside_nav .crumbs_box .crumbs a {
    color: #666666;
    font-size: .88rem
}

.inside_nav .nav_group {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start
}

.inside_nav .nav_group a {
    width: 100%;
    height: 100%;
    color: #222222;
    font-size: 1.13rem;
    text-align: center;
    line-height: 3.63rem
}

.inside_nav .nav_group .nav_item {
    width: 11.5rem;
    height: 3.63rem;
    margin-right: .58rem;
    margin-bottom: .58rem;
    background-color: #ebebeb;
    
}

.inside_nav .nav_group .active_nav {
    background-color: #11418a
}

.inside_nav .nav_group .active_nav a {
    color: #fff
}

.footer_box .footer {
    width: 100%;
    height: 31.88rem;
    background-color: #222222
}

.footer_box .footer .footer_content {
    margin: 0 auto;
    height: 25rem
}

.footer_box .footer .footer_content .content {
    width: 100%;
    align-items: flex-start;
    
}

.footer_box .footer .footer_content .content a {
    color: #909090;
    font-size: .94rem;
    line-height: 2.19rem;
    transition: all .3
}

.footer_box .footer .footer_content .content a:hover {
    color: #fff
}

.footer_box .footer .footer_content .content .content_item {
    flex: 1;
    height: 100%;
    margin-top: 5.63rem;
    align-items: flex-start
}

.footer_box .footer .footer_content .content .content_item .left_item {
    flex: 1;
    height: 100%;
    color: #fff;
    text-align: center
}

.footer_box .footer .footer_content .content .content_item .left_item .title {
    font-size: 1.06rem;
    font-weight: bold;
    margin-bottom: 1.88rem
}

.footer_box .footer .footer_content .content .content_right {
    justify-content: flex-start;
    align-items: flex-end
}

.footer_box .footer .footer_content .content .content_right .title {
    width: 21.25rem;
    font-size: 1.06rem;
    font-weight: bold;
    color: #fff;
    text-align: left;
    margin-bottom: 1.25rem
}

.footer_box .footer .footer_content .content .content_right .input_group {
    align-items: flex-end;
    width: 21.25rem
}

.footer_box .footer .footer_content .content .content_right .input_group .input_item {
    width: 100%;
    height: 2.63rem;
    margin-bottom: 1.56rem;
    background: #fff
}

.footer_box .footer .footer_content .content .content_right .input_group .input_item .input {
    width: 15.63rem;
    height: 100%
}

.footer_box .footer .footer_content .content .content_right .input_group .input_item .code {
    flex: 1;
    height: 100%;
    cursor: pointer
}

.footer_box .footer .footer_content .content .content_right .input_group .input_item .code img {
    height: 100%;
    object-fit: contain
}

.footer_box .footer .footer_content .content .content_right .input_group .input_item input {
    width: 98%;
    text-indent: .5rem;
    height: 100%;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    outline: none
}

.footer_box .footer .footer_content .content .content_right .input_group .send_btn {
    width: 100%;
    height: 2.63rem;
    text-align: center;
    font-weight: bold;
    background-color: #1a4da8
}

.footer_box .footer .footer_content .content .content_right .input_group .send_btn a {
    width: 100%;
    height: 100%;
    line-height: 2.63rem;
    font-size: .94rem;
    color: #fff
}

.footer_box .footer .copy_right {
    width: 100%;
    height: 6.88rem;
    font-size: .88rem;
    background-color: #222222;
    border-top: 1px solid #3a3a3a;
    color: #909090;
    text-align: center;
    line-height: 1.75rem
}

.footer_box .footer .copy_right a {
    font-size: .88rem;
    color: #909090;
    line-height: 1.75rem
}
.footer-right{
    color: #fff;
    width: 48.75rem;
    padding-bottom: 10px;
    text-align: right;
    background-color: #1e1e1e;
}
.footer-right .tit1{
    font-size: 1.25rem;
    padding-top: 4.25rem;
    margin-bottom: 1.3125rem;
    padding-right: 9.5rem;
    box-sizing: border-box;
}
.footer-right .tit2{
  font-family: 'tt';

    font-size: 1.875rem;
    padding-bottom: 2.875rem;
    border-bottom: 1px solid rgba(255, 255, 255,0.04);
    padding-right: 9.5rem;
    box-sizing: border-box;
    padding-right: 9.5rem;
    box-sizing: border-box;
}
.footer-right .botn{
    display: flex;
    justify-content: flex-end;
    padding-right: 9.5rem;
    box-sizing: border-box;
}
.footer-right .addr{
    width: 1.25rem;
    margin-top: 2.3125rem;
    margin-left: calc(100% - 10.75rem);
    margin-bottom: 1.25rem;
    box-sizing: border-box;
}
.footer-right .address{
    font-size: 1rem;
    margin-bottom: 3.4375rem;
    padding-right: 9.5rem;
    box-sizing: border-box;
}
.footer-right .botn .bot1{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 1.125rem;
    justify-content: center;
    font-size: 1.125rem;
}
.footer-right .botn .bot1 img{
    width: 5.4375rem;
    height: 5.4375rem;
    border: 0.4375rem solid #fff;
    margin-bottom: 0.875rem;
}
.pc_footer{
    width: 100%!important;

}
.pc_footer .left{
    width: 100%;
    background-color: #232323;

}
@media screen and (min-width:320px) {

    .pagination {
        margin-top:0px;
        margin-bottom: 1.5rem;
    }
    .pagination *{
        font-size: 1.32rem;
    }

    .wrapper {
        width: 100%
    }

    .header_box .pc_header {
        display: none
    }

    .header_box .mobile_header {
        display: block
    }

    .inside_banner {
        width: 100%;
        height: 3rem;
        position: relative
    }

    .inside_banner .banner_text {
        width: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff
    }

    .inside_banner .banner_text .lang_zh {
        font-size: .44rem;
        font-weight: bold;
        line-height: 1.2rem
    }

    .inside_banner .banner_text .lang_en {
        font-size: .32rem;
        line-height: normal;
        font-family: Arial, Helvetica, sans-serif
    }

    .footer_box .footer {
        width: 100%;
        height: auto;
        background-color: #222222
    }

    .footer_box .footer .footer_content {
        margin: 0 auto;
        height: auto;
        display: none;
    }

    .footer_box .footer .footer_content .content {
        width: 100%
    }

    .footer_box .footer .footer_content .content a {
        color: #909090;
        font-size: .28rem;
/*        line-height: .56rem;*/
        transition: all .3s
    }

    .footer_box .footer .footer_content .content a:hover {
        color: #fff
    }

    .footer_box .footer .footer_content .content .content_item {
        flex: 1;
        height: 100%;
        margin-top: .5rem;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap
    }

    .footer_box .footer .footer_content .content .content_item .left_item {
        flex: auto;
        width: auto;
        height: 100%;
        color: #fff;
        text-align: center;
        margin-top: .5rem
    }
    .footer_box .footer .footer_content .content .weilei::after{
        content: '';
        display: block;
        width: 50%;
        height: 100%;
    }

    .footer_box .footer .footer_content .content .content_item .left_item .title {
        font-size: .36rem;
        font-weight: bold;
        margin-bottom: .4rem;
        text-align: center
    }

    .footer_box .footer .footer_content .content .content_right {
        justify-content: flex-start;
        align-items: flex-end;
        display: none
    }

    .footer_box .footer .footer_content .content .content_right .title {
        width: 100%;
        font-size: 1.06rem;
        font-weight: bold;
        color: #fff;
        text-align: left;
        margin-bottom: 1.25rem
    }

    .footer_box .footer .footer_content .content .content_right .input_group {
        align-items: flex-end;
        width: 21.25rem
    }

    .footer_box .footer .footer_content .content .content_right .input_group .input_item {
        width: 100%;
        height: 2.63rem;
        margin-bottom: 1.56rem;
        background: #fff
    }

    .footer_box .footer .footer_content .content .content_right .input_group .input_item .input {
        width: 15.63rem;
        height: 100%
    }

    .footer_box .footer .footer_content .content .content_right .input_group .input_item .code {
        flex: 1;
        height: 100%;
        cursor: pointer
    }

    .footer_box .footer .footer_content .content .content_right .input_group .input_item .code img {
        height: 100%;
        object-fit: contain
    }

    .footer_box .footer .footer_content .content .content_right .input_group .input_item input {
        width: 98%;
        text-indent: .5rem;
        height: 100%;
        background: none;
        border: none;
        padding: 0;
        margin: 0;
        outline: none
    }

    .footer_box .footer .footer_content .content .content_right .input_group .send_btn {
        width: 100%;
        height: 2.63rem;
        text-align: center;
        font-weight: bold;
        background-color: #1a4da8
    }

    .footer_box .footer .footer_content .content .content_right .input_group .send_btn a {
        width: 100%;
        height: 100%;
        line-height: 2.63rem;
        font-size: .94rem;
        color: #fff
    }

    .footer_box .footer .copy_right {
        width: 100%;
       height: 2rem;
        font-size: .28rem;
        background-color: #222222;
        border-top: 1px solid #3a3a3a;
        color: #909090;
        text-align: center;
        line-height: normal
    }

    .footer_box .footer .copy_right a {
        font-size: .28rem;
        color: #909090;
        line-height: normal
    }
    .footer_box .footer .mobile_footer {
        display: block;
        background-color: #222222
    }

    .footer_box .footer .mobile_footer .mobile_item {
        width: 95%;
        margin: 0 auto;
        color: #fff;
        font-size: .32rem;
        border-bottom: 1px solid #fff
    }

    .footer_box .footer .mobile_footer .mobile_item .item_title {
        height: .8rem;
        line-height: .8rem;
        justify-content: space-between
    }

    .footer_box .footer .mobile_footer .mobile_item .child_menu {
        display: none
    }

    .footer_box .footer .mobile_footer .mobile_item .child_menu a {
        color: #fff;
        font-size: .28rem;
        text-align: left;
        text-indent: .4rem;
        padding: .1rem 0
    }

    .inside_nav {
        margin: 0 auto;
        margin-bottom: .6rem
    }

    .inside_nav .crumbs_box {
        width: 100%;
        height: 1rem;
        justify-content: flex-start
    }

    .inside_nav .crumbs_box .icon {
        width: .25rem;
        margin-right: .1rem;
        margin-left: .1rem
    }

    .inside_nav .crumbs_box .crumbs {
        width: 100%;
        height: auto;
        justify-content: flex-start;
        font-size: .24rem;
    }

    .inside_nav .crumbs_box .crumbs span {
        font-size: .24rem
    }

    .inside_nav .crumbs_box .crumbs a {
        color: #666666;
        font-size: .24rem
    }

    .inside_nav .nav_group {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .inside_nav .nav_group a {
        width: 100%;
        height: 100%;
        color: #222222;
        font-size: .32rem;
        text-align: center;
        line-height: .64rem
    }

    .inside_nav .nav_group .nav_item {
        width: 2.4rem;
        height: .63rem;
        margin: 0 .05rem;
        margin-bottom: .1rem;
        background-color: #ebebeb;
        
    }

    .inside_nav .nav_group .active_nav {
        background-color: #11418a
    }

    .inside_nav .nav_group .active_nav a {
        color: #fff
    }
}

@media screen and (min-width:375px) {
    .header_box .pc_header {
        display: none
    }

    .header_box .mobile_header {
        display: block
    }
}

@media screen and (min-width:768px) {
    .header_box .pc_header {
        display: none
    }

    .header_box .mobile_header {
        display: block
    }
}

@media screen and (min-width:992px) {
    .pagination{
        margin-bottom: 0;
    }
    .header_box .pc_header {
        display: block
    }

    .header_box .mobile_header {
        display: none
    }

    .wrapper {
        width: 84.8rem
    }
    .footer_box .footer .footer_content{
        display: block;
    }
    .footer_box .footer .mobile_footer{
        display: none;
    }

}

@media screen and (min-width:1200px) {
    .wrapper {
        width: 84.8rem

    }

    .header_box .pc_header {
        display: block
    }

    .header_box .mobile_header {
        display: none
    }

    .footer_box .footer {
        /* margin-top: 20px; */
        width: 100%;
        height: auto;
        background-color: #222222
    }

    .footer_box .footer .footer_content {
        margin: 0 auto;
        height: auto
    }

    .footer_box .footer .footer_content .content {
        width: 100%
    }

    .footer_box .footer .footer_content .content a {
        color: #909090;
        font-size: .94rem;
        line-height: 2.19rem;
        text-align: left;
        transition: all .3
    }

    .footer_box .footer .footer_content .content a:hover {
        color: #fff
    }

    .footer_box .footer .footer_content .content .content_item {
        flex: 1;
        height: 100%;
        margin-top: 5.63rem;
        align-items: flex-start;
        padding-left: 10rem;
        box-sizing: border-box;
        flex-direction: row
    }

    .footer_box .footer .footer_content .content .content_item .left_item {
        margin-left: 2.9375rem;
        height: 100%;
        width: auto;
        color: #fff;
        text-align: center;
        margin-top: 0;
        min-height: 15rem;
        position: relative;
    }
    .footer_box .footer .footer_content .content .content_item .left_item::after{
        position: absolute;
        content: '';
        left: -2.9375rem;
        top: 0;
        width: 0.375rem;
        height: 1.25rem;
        background: #FFFFFF;
    }   
    .footer_box .footer .footer_content .content .content_item .left_item::before{
        position: absolute;
        content: '';
        left: -2.9375rem;
        top: 0;
        width: 1px;
        height: 100%;
        background: rgba(255, 255, 255, 0.04)
    } 
    .footer_box .footer .footer_content .content .content_item .left_item .title {
        font-size: 1.06rem;
        font-weight: bold;
        text-align: left;
        margin-bottom: 1.88rem
    }

    .footer_box .footer .footer_content .content .content_right {
        justify-content: flex-end;
        align-items: flex-end;
        display: flex
    }

    .footer_box .footer .footer_content .content .content_right .title {
        width: 21.25rem;
        font-size: 1.06rem;
        font-weight: bold;
        color: #fff;
        text-align: left;
        margin-bottom: 1.25rem
    }

    .footer_box .footer .footer_content .content .content_right .input_group {
        align-items: flex-end;
        width: 21.25rem
    }

    .footer_box .footer .footer_content .content .content_right .input_group .input_item {
        width: 100%;
        height: 2.63rem;
        margin-bottom: 1.56rem;
        background: #fff
    }

    .footer_box .footer .footer_content .content .content_right .input_group .input_item .input {
        width: 15.63rem;
        height: 100%
    }

    .footer_box .footer .footer_content .content .content_right .input_group .input_item .code {
        flex: 1;
        height: 100%;
        cursor: pointer
    }

    .footer_box .footer .footer_content .content .content_right .input_group .input_item .code img {
        height: 100%;
        object-fit: contain
    }

    .footer_box .footer .footer_content .content .content_right .input_group .input_item input {
        width: 98%;
        text-indent: .5rem;
        height: 100%;
        background: none;
        border: none;
        padding: 0;
        margin: 0;
        outline: none
    }

    .footer_box .footer .footer_content .content .content_right .input_group .send_btn {
        width: 100%;
        height: 2.63rem;
        text-align: center;
        font-weight: bold;
        background-color: #1a4da8
    }

    .footer_box .footer .footer_content .content .content_right .input_group .send_btn a {
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 2.63rem;
        font-size: .94rem;
        color: #fff
    }

    .footer_box .footer .copy_right {
        width: 100%;
        height: 6.88rem;
        font-size: .88rem;
        background-color: #222222;
        border-top: 1px solid #3a3a3a;
        color: #909090;
        text-align: center;
        line-height: 1.75rem;
        align-items: flex-start;
        padding-left: 10rem;
    }

    .footer_box .footer .copy_right a {
        font-size: .88rem;
        color: #909090;
        line-height: 1.75rem
    }

    .inside_banner {
        width: 100%;
        height: 23.75rem;
        position: relative
    }

    .inside_banner img {
        height: 100%;
        object-fit: cover
    }

    .inside_banner .banner_text {
        width: 83.75rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff
    }

    .inside_banner .banner_text .lang_zh {
        font-size: 1.88rem;
        font-weight: bold;
        line-height: 2.25rem
    }

    .inside_banner .banner_text .lang_en {
        font-size: 1.06rem;
        line-height: 2.25rem;
        font-family: Arial, Helvetica, sans-serif
    }

    .inside_nav {
        margin: 0 auto;
        margin-bottom: 3.75rem
    }

    .inside_nav .crumbs_box {
        width: 100%;
        height: 100%;
        justify-content: flex-start
    }

    .inside_nav .crumbs_box .icon {
        width: .75rem;
        margin-right: .31rem;
        margin-left: 0
    }

    .inside_nav .crumbs_box .crumbs {
        width: 100%;
        height: 4.75rem;
        justify-content: flex-start
    }

    .inside_nav .crumbs_box .crumbs a {
        color: #666666;
        font-size: .88rem
    }

    .inside_nav .nav_group {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .inside_nav .nav_group a {
        width: 100%;
        height: 100%;
        color: #222222;
        font-size: 1.13rem;
        text-align: center;
        padding: 0 8px;
        box-sizing: border-box;
        line-height: 3.63rem
    }
    .inside_nav .nav_group a:hover{
        background-color: #11418a;
        color: #fff;
    }
    .inside_nav .nav_group .nav_item {
        width: 11.5rem;
        height: 3.63rem;
        margin: 0;
        margin-right: .5rem;
        margin-bottom: .58rem;
        background-color: #ebebeb;
        
    }

    .inside_nav .nav_group .active_nav {
        background-color: #11418a
    }

    .inside_nav .nav_group .active_nav a {
        color: #fff
    }
}
.inside_nav .nav_group .nav_item {
    width: auto;
    /* padding: 0 5px; */
}

@media all and (max-width:600px) {


    .header_box .mobile_header .mobile_mask .menu_group .logo .company_title .bottom {
        display: none;
    }
    .pagination * {
        font-size: 14px;
    }
    .inside_nav .nav_group .nav_item {
        width: auto;
    }
    .page_content {
        margin: 0 auto;
        width: 95%;
    }
    .inside_nav .nav_group {
        width: 95%;
        margin: auto;
    }
    .inside_nav .nav_group .nav_item {
        padding: 0 5px;
    }
}
 textarea {
    font-family:arial;
}
