﻿@charset "UTF-8";
html {
    overflow: hidden;
    overflow-y: scroll;
}

* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

.m-block {
    display: none;
}

.pc-block {
    display: block;
}

.fl1 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.fl2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.fl3 {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}
.pc{
    display:block;
}
.mb{
    display:none;
}
@media (min-width: 768px) {
    html {
        font-size: 28px!important;
    }
}

@media (min-width: 1025px) {
    html {
        font-size: 30px!important;
    }
    body {
        -ms-overflow-style: scrollbar;
    }
}

@media (min-width: 1440px) {
    html {
        font-size: 34px!important;
    }
    .about_a .right .txt{
        font-size:.8rem;
    }
}

@media (min-width: 1680px) {
    html {
        font-size: 40px!important;
    }
}


/* 重置表单样式 */

select::-ms-expand {
    display: none;
}

input,
select,
textarea {
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
}

textarea {
    resize: none;
}

select::-ms-expand {
    display: none;
}


/* 更改placeholder颜色 */

input::-webkit-input-placeholder {
    color: #888;
}

input:-moz-placeholder {
    color: #888;
}

input::-moz-placeholder {
    color: #888;
}

input:-ms-input-placeholder {
    color: #888;
}

textarea::-webkit-input-placeholder {
    color: #888;
}

textarea:-moz-placeholder {
    color: #888;
}

textarea::-moz-placeholder {
    color: #888;
}

textarea:-ms-input-placeholder {
    color: #888;
}


/*引导页*/
.giudpage2 {
    position: fixed;
    width: 100%;
    height: 100vh;
   background-color: #fff;
    z-index: 9999;
    overflow: hidden;
}
.giudpage {
    position: absolute;
    width: 0;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 99999;
    left:50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.giudpage2 .txt {
    position: absolute;
    color: #f7f8fa;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 999999;
    overflow: hidden;
    opacity: 0;
}

.giudpage2 .txt .p1 {

    font-size: .9rem;
    line-height: 1.4rem;
    position: relative;
    padding-bottom: 1.175rem;
}

.giudpage2 .txt .p1:after {
    content: "";
    width: 12.5rem;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}


.giudpage2 .txt .p2 {
    font-size: 0.6rem;
    padding-top: 1.175rem;

    font-weight: 500;
    position: relative;
}

body.bfixed {
    position: fixed;
    width: 100%;
    height: 100vh;
}

.headerin {
    height: 0;
    width: 100%;
    position: relative;
    top: 100vh;
    background-color: #fff;
    z-index: 999;
}

header {
    height: 3.575rem;
    width: 100%;
    position: absolute;
    top:0;
    background-color: #fff;
    z-index: 999;
}

.view {
    padding: 0 3.125%
}

header.white {
    background-color: transparent;
}

.template-item {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.bocweb-header3 {
    width: 100%;
}

.w1720 {
    max-width: 1720px;
    width: 93.75%;
    margin: 0 auto;
}

.pc-bocweb-header3 {
    height: 3.575rem;
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    transition: all .3s ease-in-out;
}

.pc-bocweb-header3 .n-header {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    height: 100%;
}

.pc-bocweb-header3 .logo {
    width: 10rem;
    height: 1.825rem;
    position: relative;
    display: block;
}

.pc-bocweb-header3 .logo img {
    width: 100%;
}

.pc-bocweb-header3 .logo .img1 {
    opacity: 0;
}

.pc-bocweb-header3 .logo .img2 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 1;
}

header.white .logo .img1 {
    opacity: 1;
}

header.white .logo .img2 {
    opacity: 0;
}

.head_right {
    width: 5rem;
    height: 100%;
}

.pc-bocweb-header3 .right-btn {
    position: relative;
}

.pc-bocweb-header3 .line {
    background: rgba(255, 255, 255, 0.3);
    margin: 0 .5rem;
    width: 1px;
    height: 16px;
}

.pc-bocweb-header3 .search-btn {
    cursor: pointer;
    height: 1.125rem;
    width: 1.125rem;
    cursor: pointer;
}

.pc-bocweb-header3 .search-btn svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}

.pc-bocweb-header3 .nav {
    font-size: 16px;
    margin-right: .75rem;
}

.pc-bocweb-header3 .nav .li {
    margin:0 .65rem;
    position: relative;
}

.pc-bocweb-header3 .nav .li:nth-child(3):after,
.pc-bocweb-header3 .nav .li:nth-child(6):after,

.pc-bocweb-header3 .nav .li:nth-child(7):after,
.pc-bocweb-header3 .nav .li:nth-child(1):after,
.pc-bocweb-header3 .nav .li:nth-child(2):after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    transform: rotate(-45deg);
    right: -0.5rem;
    top: 50%;
    margin-top: -3px;
    transition: all 0.3s;
}

.pc-bocweb-header3 .nav .warp-btn {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    display: block;
    height: 90px;
    line-height: 90px;
    position: relative;
    color: #222;
    cursor: pointer;
    transition: all .3s ease;
}
.pc-bocweb-header3 .nav .warp-btn.on{
    color:#0d419a;
}
header.white .pc-bocweb-header3 .nav .warp-btn.on{
    color:#0d419a;
}
.pc-bocweb-header3 .nav .warp-btn.on{
    color:#0d419a;
}
.pc-bocweb-header3 .nav .warp-btn {
    height: 100%;
    line-height: 3.575rem;
}
.pc-bocweb-header3 .nav .nav-item {
    position: absolute;
    top: 2.25rem;
    width: 4.5rem;
    left: 50%;
    margin-left: -90px;
    background: #fff;
    font-size: 16px;
    display: none;
}

.pc-bocweb-header3 .nav .nav-item p {
    width: 100%;
    text-align: center;
    line-height: 1.5;
    display: inline-block;
    border-bottom: 1px solid #f7f7f7;
}

.pc-bocweb-header3 .nav .nav-item p:last-child {
    border-bottom: none;
}

.pc-bocweb-header3 .nav .nav-item a {
    line-height: 1.8;
    padding: .5rem 0;
    display: block;
    color: #222222;
    text-align: center;
    transition: all .3s ease;
}

.pc-bocweb-header3 .nav .nav-item a:hover {
    color: #f23a78;
}

.warp-search-form {
    display: none;
    position: fixed;
    top: 3.575rem;
    left: 0;
    width: 100%;
    background-color: #f9f9f9;
    height: 95px;
    border-bottom: 1px solid #e3e3e3;
    z-index: 99;
}

.warp-search-form .search-form .dxnav-search-icon {
    height: 24px;
    width: 24px;
    display: flex;
    margin: 0 33px;
    align-self: center;
    align-items: center;
    justify-content: center;
}

.warp-search-form .search-form .dxnav-icon {
    width: 24px;
    height: 24px;
    margin-right: 0;
}

.warp-search-form .search-form .input2 {
    width: calc(100% - 320px - 0.5rem);
    margin-right: .5em;
    font-size: 2.4em;
    background-color: transparent;
    border: none;
}

.warp-search-form .search-form .search-close {
    width: 44px;
    height: 44px;
    margin: 0 10px 0 32px;
    cursor: pointer;
    background-color: transparent;
}

.warp-search-form .search-form .search-close svg {
    width: 20px;
    height: 20px;
}

.warp-search-form .search-form .submit-button {
    width: 125px;
    height: 45px;
    margin: 0;
    padding: 0 12px;
    font-size: 12px;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #0c121c;
    background-color: #0c121c;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    border: none;
    letter-spacing: .12em;
    transition: color .4s ease, background-color .4s ease;
}

.warp-search-form .search-form .submit-button:hover {
    background-color: #fff;
    color: #0c121c;
    box-shadow: inset 0 0 0 1px #0c121c;
}

.warp-search-form .search-form .submit-button:disabled {
    cursor: not-allowed;
    color: #fff;
    background-color: #e4e4e4;
    box-shadow: none;
    border: none;
}

.warp-search-form .search-form.active {
    transform: translateY(0%);
}

.warp-search-form .search-form {
    height: 95px;
}

.dxnav__dropdown-overlay {
    background: rgba(250, 250, 250, 0.85);
    height: 100vh;
    left: 0;
    max-width: 100vw;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
}

.overlay--open {
    animation: overlayOpen .4s ease-out forwards;
}

.lang {
    float: left;
    width: 5.0rem;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

header.white .lang {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

header.white .pc-bocweb-header3 .nav .warp-btn {
    color: #fff;
}

.lang a {
    display: block;
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 50%;
    text-align: center;
    line-height: 1.25rem;
    font-size: 0.45rem;
    font-weight: 700;
    color: #222222;
}

header.white .lang a {
    color: #fff;
}

header.white .lang a.on {
    background-color: #fff;
    color: #0e3b81;
}

.lang a.on {
    background-color: #ececec;
    color: #0e3b81;
}

.seach {
    float: left;
    width: 2.5rem;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
}

.seach a {
    display: block;
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 50%;
    text-align: center;
    line-height: 1.25rem;
    font-size: 0.45rem;
    font-weight: 700;
    color: #222222;
    background-image: url(../img/serch2.png);
    -webkit-background-size: cover;
    background-size: cover;
}

header.white .seach a {
    background-image: url(../img/serch1.png);
}

.body {
    height: auto;
}
.videoboxs video{
   object-fit: contain;
}

/*首页*/

.banner {
    width: 100%;
    height: 25.0rem;
    position: relative;
    overflow: hidden;
}

.banner .swiper-wrapper {
    width: 100%;
}

.banner .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.banner .swiper-wrapper .swiper-slide .bg{
    position: relative;
    z-index: -1;
}
.banner .swiper-wrapper .swiper-slide .content {
    position: absolute;
    top: 6.75rem;
    left: 3.125%;
    text-align: left;
    color: #fff;
    width: 100%;
}

.banner .swiper-wrapper .swiper-slide .content .time {
    font-size: 0.4rem;
    font-weight: 700;
    margin-bottom: 1.0rem;
}

.banner .swiper-wrapper .swiper-slide .content .time .s1 {
    font-size: 0.55rem;
    color: #e52129;
}

.banner .swiper-wrapper .swiper-slide .content .tit {
    font-size: 1.05rem;
    margin-bottom: .5rem;
    font-weight: normal;
}

.banner .swiper-wrapper .swiper-slide .content .txt {
    font-size: 1.55rem;
    margin-bottom: .9rem;
    font-weight: 500;
}

.banner .swiper-wrapper .swiper-slide .content .entxt {
    font-size: 0.4rem;
    margin-bottom: 1.65rem;
    color: #f0f4f8;
    letter-spacing: 0.15rem;
}

.more {
    display: block;
    width: 4.25rem;
    height: 1.25rem;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 0.4rem;
    line-height: 1.25rem;
    position: relative;
    border: 2px solid #0d419a;
    background-color: #0d419a;
    box-sizing: content-box;
}

.more .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 0;
    border-radius: 5px;
    filter: alpha(opacity=0);
    transform: scaleX(0);
    transform-origin: 100% 0;
    transition: transform 0.34s cubic-bezier(0.67, 0.01, 0.26, 1), opacity 0s 0.34s;
    z-index: -1;
}

.ex-btn-blue .text {
    position: relative;
}

.banner_prev,
.banner_next {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    position: absolute;
    right: 3.125%;
    top: 50%;
    z-index: 222;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s;
    background-image: url(../img/jt1.png);
}

.banner_prev {
    margin-top: -1.8rem;
    transform: rotate(180deg);
}

.banner_next {
    margin-bottom: -1.8rem;
    
}

.banner_pagination {
    width: 100%;
    text-align: center;
    z-index: 222;
    position: absolute;
    bottom: 3.8rem;
}

.banner_pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.2);
}

.banner_pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.6);
}


/*首页新闻公告*/

.home_a {
    position: relative;
    width: 100%;
    z-index: 222;
}

.view2 {
    padding: 0 8.333%;
}

.home_a .content {
    width: 100%;
    margin-top: -2.5rem;
    background-color: #fff;
}

.home_a .content .top {
    height: 2.5rem;
    width: 100%;
    text-align: left;
    padding-left: 1rem;
    border-bottom: 1px solid #eee;
}

.home_a .content .top a {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 0.5rem;
    color: #444444;

    height: 2.5rem;
    line-height: 2.5rem;
    margin-right: 0.9rem;
    position: relative;
    transition: all 0.3s;
}

.home_a .content .top a:after {
    content: "";
    width: 0;
    height: 4px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #0d419a;
    transition: all 0.3s;
}

.home_a .content .top a.on {
    color: #0d419a;
    font-size: 0.55rem
}

.home_a .content .top a.on:after {
    width: 100%;
}

.ajaxlist {
    width: 100%;
}

.ajaxlist .list {
    width: 100%;
}

.ajaxlist .list .left {
    width: 70.25%;
    border-left: 1px solid #eee;
    float: left;
}

.ajaxlist .list .left .box {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 0;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    ;
    padding: 1.075rem 0.925rem 1.075rem;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: border-box;
    transition: all 0.3s;
    position: relative;
}

.ajaxlist .list .left .box .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/newsbg.png) opacity: 0;
    border-radius: 5px;
    filter: alpha(opacity=0);
    transform: scaleX(0);
    transform-origin: 100% 0;
    transition: transform 0.34s cubic-bezier(0.67, 0.01, 0.26, 1), opacity 0s 0.34s;
    z-index: -1;
}

.ajaxlist .list .left .box .tit {
    width: 100%;
    border-bottom: 1px solid #eee;
    line-height: 1.7rem;
    padding-bottom: 0.5rem;
    color: #666666;
}

.ajaxlist .list .left .box .tit .time {
    float: left;
    text-align: center;
}

.ajaxlist .list .left .box .tit .time .big {
    font-size: 1.15rem;
    line-height: 1;
    font-family: "PFDINTEXTPRO-MEDIUM";
}

.ajaxlist .list .left .box .tit .time .year {
    font-size: 0.35rem;
    line-height: 1;
}

.ajaxlist .list .left .box .tit .learmore {
    float: right;
    font-size: 0.4rem;
    font-weight: 700;
    position: relative;
}

.ajaxlist .list .left .box .tit .learmore:after {
    content: "";
    width: 1.125rem;
    height: 1.125rem;
    position: absolute;
    left: -.7rem;
    top: 50%;
    margin-top: -0.55rem;
    border-radius: 50%;
    opacity: 0.1;
    background-color: #666666;
}

.ajaxlist .list .left .box .txt {
    width: 100%;
}

.ajaxlist .list .left .box .txt {
    width: 100%;
    margin-top: 0.8rem;
}

.ajaxlist .list .left .box .txt .p1 {
    font-size: 0.6rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    margin-bottom: .5rem;
}

.ajaxlist .list .left .box .txt .p2 {
    font-size: 13px;
    color: #888888;
    font-family: "Pf";
    font-weight: 500;
    line-height: 0.65rem;
    height: 1.3rem;
    overflow: hidden;
}

.ajaxlist .list .right {
    width: 29.75%;
    height: 14.4rem;
    float: right;
    padding-top: 0.75rem;
    box-sizing: border-box;
}

.ajaxlist .list .right .img {
    width: 80%;
    height: 12.5rem;
    margin-left: 5%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    display: block;
}

.ajaxlist .list .right .img .bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    transition: all 0.3s;
}

.ajaxlist .list .right .img .time {
    position: absolute;
    top: 0;
    left: 0.75rem;
    background-color: #fff;
    text-align: center;
    padding: 0.375rem 0.1rem;
    color: #2c2b7b;
}

.ajaxlist .list .right .img .time .p1 {
    font-size: 0.75rem;
    margin-bottom: 0.1rem;
    font-family: "PFDINTEXTPRO-MEDIUM";
}

.ajaxlist .list .right .img .time .year {
    font-size: 9px;
}

.ajaxlist .list .right .img .txt {
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 0;
    padding: 0.6rem 0.75rem;
    background-image: linear-gradient(transparent, rgba(0,0,0,.85));
}

.ajaxlist .list .right .img .txt .tit {
    font-size: 0.6rem;
    font-family: "Pf";
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.2rem;
}

.ajaxlist .list .right .img .txt .p2 {
    font-size: 13px;
    font-family: "Pf";
    color: #fff;
    line-height: 0.65rem;
    overflow: hidden;
}

.home_b {
    position: relative;
    width: 100%;
    padding: 3.0rem 0;
}

.home_b .more {
    width: 2.7rem;
    height: 0.9rem;
    line-height: 0.9rem;
}

.home_b .more .bg {
    background-color: #fff;
}

.s-tit {
    font-size: 1.4rem;

    margin-top: 0.725rem;
}

.home_b .content {
    width: 100%;
    margin-left: 8.333%;
    position: relative;
}

.home_b .content .service-banner {
    width: 100%;
    overflow: hidden;
    height: 100%;
    padding-top: 2.1rem;
    padding-bottom: 2rem;
    box-sizing: content-box;
    position: relative;
}
.home_b .content .service-banner .swiper-wrapper{
    padding-right:2rem;
}
.home_b .content .service-banner .swiper-slide {
    width: 10.875rem;
    height: 16.75rem;
    margin-right: 0.75rem;
    transition: all 0.3s;
    border-radius: 5px;
    overflow: hidden;
}

.home_b .content .service-banner .swiper-slide:last-child {
    margin-right: 5rem;
}
.home_b .content .service-banner .box {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}

.bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.home_b .content .service-banner .box .tit {
    width: 100%;
    padding: 1rem 0.75rem;
    font-size: 0.75rem;

    color: #fff;
    position: absolute;
    bottom: 0;
    padding-bottom: 1.7rem;
    background-image: linear-gradient(transparent, rgba(0,0,0,.5));
}

.home_b .content .service-banner .box .txt {
    padding: 1rem;
    width:100%;
    position: absolute;
    bottom: 0;
    background-color: #74c6f0;
     background-image: linear-gradient(to right, #67c3ee , #99c4e1);
    z-index: 2;
    color: #fff;
    transform: translateY(100%);
    transition: all 0.3s;
}

.home_b .content .service-banner .box .txt .p1 {
    font-size: 0.75rem;

    margin-bottom: 0.5rem;
}

.home_b .content .service-banner .box .txt .p2 {
    font-size: 0.4rem;
    font-family: "Pf";
    font-weight: 500;
    line-height: 0.65rem;
    height: 1.3rem;
    overflow: hidden;
}

.s_prev,
.s_next {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    right: 3.125%;
    z-index: 222;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s;
    background-color: #fff;
    margin: 0;
}

.s_prev {
    background-image: url(../img/jt2.png);
}

.s_next {
    background-image: url(../img/jt2.png);
    transform: rotate(180deg);
}

.home_c {
    position: relative;
    width: 100%;
    padding: 2.0rem 0;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.home_c .tit {
    font-size: 0.8rem;
    font-family: "Pf";
    color: #12181c;
}

.home_c .txt {
    font-size: 1.2rem;

    color: #12181c;
    margin-top: .6rem
}

.home_c .content {
    width: 100%;
    margin-top: 1.675rem
}

.home_c .content a {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 23%;
    margin-right: 2%;
    background-color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 1.175rem 0;
    transition: all .4s;
}

.home_c .content a:last-child {
    margin-right: 0;
}

.home_c .content a .p1 {
    font-size: 0.55rem;
    color: #333;

    margin-top: 0.75rem;
}

footer {
    position: relative;
    width: 100%;
}

footer .top {
    font-size: 16px;
    color: #171f2a;

    line-height: 1.6rem;
    background-color: #fff;
}

footer .top .fl span {
    margin-right: 0.5rem;
}

footer .top .fr span {
    margin-left: 0.5rem;
}

.foot_con {
    width: 100%;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 1.925rem;
}

.foot_c-f {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    z-index: 9;
}

.foot_nav li {
    float: left;
    margin-right: 1.4rem;
}

.foot_nav li:last-child {
    margin-right: 0;
}

.foot_nav li .tit {
    font-size: 0.5rem;

    color: #fff;
}

.foot_nav .sub {
    margin-top: 0.875rem;
}

.foot_nav .sub a {
    display: block;
    font-size: 0.375rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 0.8rem;
}

.foot_link .tit {
    font-size: 0.5rem;

    color: #fff;
}

.foot_link .sub {
    margin-top: 0.875rem;
    height: 8rem;
    overflow-x: hidden;
    padding-right: 0.4rem;
}

.foot_link .sub a {
    display: block;
    font-size: 0.375rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 0.8rem;
}

.foot_link .sub::-webkit-scrollbar {
    width: 1px;
    height: 0;
}

.foot_link .sub::-webkit-scrollbar-thumb:window-inactive {
    background: #fff;
}

.foot_link .sub::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2);
}

.foot_gz .tit {
    font-size: 0.5rem;

    color: #fff;
    text-align: center;
}

.foot_gz .list {
    margin-top: 0.2rem;
}

.foot_gz .list .item {
    float: left;
    position: relative;
}

.foot_gz .list .item a {
    display: block;
    width: 1.075rem;
    height: 1.075rem;
    background-repeat:no-repeat;
    background-position: center;
    border:1px solid rgba(255,255,255,0.4);
    border-radius: 50%;
    margin-left:0.3rem;
}
.foot_gz .list .item .qq{
    background-image: url(../img/qq.png);
}
.foot_gz .list .item .wx{
    background-image: url(../img/wx.png);
}
.foot_gz .list .item .wb{
    background-image: url(../img/wb.png);
}
.foot_gz .list .item.on .qq{
    background-image: url(../img/qq1.png);
}
.foot_gz .list .item.on .wx{
    background-image: url(../img/wx1.png);
}
.foot_gz .list .item.on .wb{
    background-image: url(../img/wb1.png);
}
.foot_gz .list .item.on a{
    background-color:#fff;
}
.foot_gz .list  .ewm {
    width: 4.3rem;
    height: 4.5rem;
    padding: 0.5rem 0.2rem;
    background-image: url(../img/ewmbg.png);
    background-size: cover;
}

 .ewm img {
    width: 100%;
}

footer .bom {
    font-size: 12px;
    color: #fff;
    font-family: "Pf";
    line-height: 1.6rem;
    margin-top: 2.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2)
}
footer .bom a{
     color: #fff;
    font-family: "Pf";
}
footer .bom .fl span {
    margin-right: 0.5rem;
}

footer .bom .fr span {
    margin-left: 0.5rem;
}


/*关于我们*/

.sub_banner {
    width: 100%;
    position: relative;
    height: 19.25rem;
    background-position: center;
    ;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.sub_banner .content {
    position: absolute;
    top: 40%;
}

.sub_banner .more {
    width: 5rem;
    height: 0.9rem;
    line-height: 0.9rem;
}

.sub_banner .tit {
    font-size: 1.45rem;
    color: #fff;
    margin-top: 0.9rem;
    font-weight: 500;
}

.sub_banner .txt {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0.6rem;
    font-family: "Pf";
}

.addss {
    width: 100%;
    position: relative;
    background-color: #fff;
    line-height: 2.25rem;
    color: #000;
    justify-content: flex-start;
    border-bottom: 1px solid #eee;
    z-index: 88;
}

.addss .home {
    font-size: 0.425rem;
    color: #000;
}

.addss .home img {
    margin-top: -0.2rem;
}

.addss .addss_nav a {
    color: #000;
    font-size: 0.475rem;
    font-weight: 450;
    margin: 0 0.625rem;
}

.addss .addss_nav a.on {
    color: #0d419a;
}

.addss .totop {
    color: #666;
    font-size: 0.425rem;
    font-weight: 500;
}

.about_a {
    width: 100%;
    background-color: #eaf3fa;
    padding: 3.5rem 0;
}

.about_a .left {
    float: left;
    width: 50%;
}

.about_a .left img {
    display: block;
    width: 100%;
}

.about_a .left .number {}

.about_a .left .number .item {
    width: 33%;
    padding-left: 0.75rem;
    border-right: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    position: relative;
}

.about_a .left .number .item:first-child {
    padding-left: 0;
}

.about_a .left .number .item:last-child {
    border-right: 0;
}

.about_a .left .number .item .num {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 1.5rem;
    color: #000;
}

.about_a .left .number .item .txt {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 0.35rem;
    color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0.55rem;
    font-weight: 500;
    margin-left: 0.2rem;
}

.about_a .right {
    float: right;
    width: 50%;
    padding-left: 2.75rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.about_a .right .tit {
    font-size: 1.1rem;
    color: #121212;
    font-weight: 500;
    position: relative;
}

.about_a .right .txt {
    font-size: .8rem;
    margin-top: 1rem;
    font-weight: 500;
    color: #0d419a;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.75rem;
}

.about_a .right .p {
    font-size: 0.625rem;
    color: #010101;

    margin-bottom: 1.75rem;
    font-weight: 600;
}

.about_a .right .content {
    padding-right: 0.5rem;
    font-size: 0.4rem;
    font-family: "Pf";
    color: #555555;
    line-height: 0.7rem;
    height: 9.95rem;
    overflow: auto;
}

.about_a .right .content::-webkit-scrollbar {
    width: 4px;
    height: 2px;
}

.about_a .right .content::-webkit-scrollbar-track {
    background: #fff;
}

.about_a .right .content::-webkit-scrollbar-thumb {
    background: #0d419a;
    /*border-radius: 4px;*/
}

.about_a .right .content::-webkit-scrollbar-thumb:window-inactive {
    background: #0d419a;
}

.about_a .right .content::-webkit-scrollbar-thumb:vertical:hover {
    background: #0d419a;
}

.about_a .right .content p {
    margin-bottom: 0.6rem;
}

.about_b {
    position: relative;
    width: 100%;
    padding: 4.75rem 0 4.5rem;
    background-size: cover;
    background-position: center;
}

.about_b .tit {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.5rem;
    padding-bottom: 0.8rem;
    position: relative;
   
}

.about_b .tit:after {
    position: absolute;
    content: "";
    width: 17rem;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #fff;
}

.about_b .tit .min {
    font-size: 1.05rem;
    font-weight: 300;
}

.about_b .txt {
      width: 16rem;
    font-size: 0.425rem;
    color: #fff;
    line-height: 0.7rem;
    padding-left: 0;
    margin-top: 1.225rem;
    text-align: justify;
    
}

.stra_a {
    position: relative;
    width: 100%;
    background-size: cover;
    padding: 3.75rem 0 3.75rem;
    background-repeat: no-repeat;
    background-color:#eaf3fa;
}

.stra_a .tit {
    font-size: 1.1rem;
    color: #121212;
    font-weight: 500;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    position: relative;
}
.mak_bg{
   width: 100%;
    height: 100%;
    background-color: #999;
    opacity: 0.3;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%);
    transition:all 0.9s;
}
.stra_a .tit:after {
    position: absolute;
    width: 1rem;
    height: 4px;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #9098a1;
}

.stra_a .txt {
    width: 55%;
    font-size: 0.45rem;
    font-family: "Pf";
    color: #666666;
    line-height: 0.95rem;
}

.stra_a .txt .c222 {
    color: #121212;
}

.stra_a .txt .ce41f1c {
    color: #0d419a;
}

.stra_a .content {
    width: 100%;
    margin-top: 2.875rem;
}

.stra_a .content a {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 31%;
    margin-right: 2%;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    height:7.25rem;
    box-sizing: border-box;
}

.stra_a .content a:last-child {
    margin-right: 0;
}

.stra_a .content a .bg {
    width: 100%;
        padding: 1rem 1rem 1.25rem;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.stra_a .content a .bg .tit2 {
    font-size: 0.575rem;

    margin: 0.65rem 0 0.5rem;
}

.stra_a .content a .bg .txt2 {
    font-size: 0.375rem;

    line-height: 0.5rem;
    height: 1rem;
}

.cu-tit {
    text-align: center;
    font-size: 1.1rem;
    color: #121212;
    font-weight: 500;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    position: relative;
}

.cu-txt {
    font-size: 0.7rem;
    color: #1e58b5;
    font-weight: 500;
    text-align: center;
    position: relative;
    padding-bottom: 0.5rem;
}

.cu-txt span {
    margin: 0.5rem;
    font-size: 1.5rem;
    color: #bfc3c7;
}

.cu-txt .p {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    margin-top: 0.2rem;
    position: relative;
}

.cu-txt:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 48%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ccc;
}

.cu_p {
    margin:auto;
    margin-top: 1.5rem;
    text-align: center;
    font-size: 0.45rem;
    color: #111;
    font-family: "Pf";
    line-height: 0.75rem;
    width:80%;

}

.cu_list {
    margin-top: 1.7rem;
    width: 100%;
}

.cu_list a {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 18.4%;
    margin-right: 1.5%;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.cu_list a:last-child {
    margin-right: 0;
}

.cu_list a .bg {
    width: 100%;
    padding: 3rem .5rem 2.5rem;
    color: #fff;
}

.cu_list a .bg img {
    max-height: 1.225rem;
}

.cu_list a .bg .tit2 {
    font-size: 0.575rem;

    margin: 1.75rem 0 0.5rem;
}

.cu_list a .bg .txt2 {
    font-size: 0.375rem;

    line-height: 0.5rem;
    height: 1rem;
}

.table {
    text-align: center;
    font-size: 0.45rem;
    font-family: "Pf";
    font-weight: 400;
    position: relative;
}
.totop2{
    position: absolute;
    top: -3rem;
    width: 10%;
    height: 1px;
}
.table a {
    margin: 0 1rem;
    color: #444444;
    position: relative;
    padding-bottom: 0.375rem;
}

/*.table a.on:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #0d419a;
    bottom: 0;
    left: 0;
}*/
.line_a{
    display: inline-block;
    width: 10.625rem;
    height: 3px;
    background-color:rgba(255,255,255,.6);
    position: relative;
}
.line_a .line_act{
    width: 40%;
     height: 3px;
    background-color: #0d419a;
    position: absolute;
}
.org_con {
    width: 100%;
    margin-top: 1rem;
    text-align: center;
}

.org_con img {
    max-width: 100%;
    display: none;
}

.res_a {
    width: 100%;
    position: relative;
    padding: 3.75rem 0 3.4rem;
}

.comm_tepm .tit {
    font-size: 1.1rem;
    color: #121212;
    font-weight: 500;
    position: relative;
    display: inline-block;
}

.comm_tepm .seachs {
    float: right;
    display: inline-block;
}

.comm_tepm .seachs .seach_input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 6.25rem;
    height: 1.25rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #0d419a;
    border-radius: 25px;
    overflow: hidden;
}

.comm_tepm .seachs .seach_input .text {
    width: 60%;
    float: left;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0.625rem;
    background-color: transparent;
}

.comm_tepm .seachs .seach_input .submit {
    width: 20%;
    float: right;
    height: 100%;
    background-color: transparent;
    background-image: url(../img/ss2.png);
    background-repeat: no-repeat;
    background-position: center;
}

.comm_tepm .seachs .seor {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 4.75rem;
    height: 1.25rem;
    border-radius: 25px;
    background-color: #fff;
    margin-left: 0.5rem;
    position: relative;
    padding: 0 0.625rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.comm_tepm .seachs .seor.on{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.comm_tepm .seachs .seor a {
    display: block;
    color: #888888;
    font-family: "Pf";
    font-size: 0.35rem;
}

.comm_tepm .seachs .seor .s_tit {
    width: 100%;
    line-height: 1.25rem;
    position: relative;
}

.comm_tepm .seachs .seor .s_tit:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    right: 0;
    top: 50%;
    margin-top: -3.5px;
    transform: rotate(-45deg);
}

.comm_tepm .seachs .seor .sub {
    position: absolute;
    top: .6rem;
    width: 100%;
    left: 0;
    max-height: 9rem;
    display: none;
    z-index: 66;
    padding: .5rem 0 0;
    border-bottom-left-radius: .6125rem;
    border-top: none;
    border-bottom-right-radius: .6125rem;
    overflow: auto;
}

.comm_tepm .seachs .seor .sub::-webkit-scrollbar {
    width: 4px;
    height: 3px;
}

.comm_tepm .seachs .seor .sub::-webkit-scrollbar-track {
    background: #fff;
}

.comm_tepm .seachs .seor .sub::-webkit-scrollbar-thumb {
    background: #0d419a;
    /*border-radius: 4px;*/
}

.comm_tepm .seachs .seor .sub::-webkit-scrollbar-thumb:window-inactive {
    background: #0d419a;
}


.comm_tepm .seachs .seor .sub a {
    width: 100%;
    line-height: 1.25rem;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0.625rem;
}

.res_a .content {
    width: 100%;
    margin-top: 2rem;
}

.res_a .content .list {
    width: 100%;
    margin-bottom: 1rem;
    position: relative;
}

.res_a .content .list a {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.5rem 0;
    border-bottom: 1px solid #ccc;
    color: #555555;
    font-family: "Pf";
    font-size: 0.375rem;
    position: relative;
}

.res_a .content .list a .time {
    margin-bottom: 0.625rem;
}

.res_a .content .list a .tit {
    font-size: 0.65rem;
    font-weight: 700;
    color: #333333;
    margin-bottom: 0.85rem;
}

.res_a .content .list a .p {
    line-height: 0.65rem;
    width: 80%;
}

.res_a .content .list a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
    background-color: #0d419a;
}
.news_list .page{
    float: left;
}
.page {
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 2.5rem;
}
.page .pagination a.active{
    background-color: #0d419a;
    color: #fff;
}
.pagination {
    width: 100%;
    font-size: 0px;
    display: inline-block;
    margin: 0;
    vertical-align: top;
}

.pagination a {
    text-align: center;
    display: inline-block;
    width: 1.05rem;
    height: 1.05rem;
    border: 1px solid #eee;
    line-height: 1.05rem;
    font-size: 0.4rem;
    vertical-align: top;
    margin-right: 0.2rem;
    font-family:"Pf-Cu";
    color: #333;
    transition: all 0.3s;
    background-color: #fff;
    border-radius: 10px;
}
.pagination a[rel*="next"]{

}
.pagination input {
    display: inline-block;
    width: 1.05rem;
    height: 1.05rem;
    border: 1px solid #eee;
    line-height: 1.05rem;
    font-size: 0.4rem;
    margin-right: 0.2rem;
    background-color: transparent;
    margin-left: 1rem;
}

.his_a {
    position: relative;
    width: 100%;
    padding: 3.75rem 0 2.5rem;
}

.his_a .tit {
    font-size: 1.1rem;
    color: #121212;
    font-weight: 500;
    padding-bottom: 0.75rem;
    position: relative;
}

.his_a .tit:after {
    content: "";
    position: absolute;
    width: 10rem;
    height: 2px;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
    background-color: #333;
}

.his_a .left {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 3.5rem;
}
.his_a .left .yearitem{
    width:100%;
    display:none;
}
.his_a .left .year {
    margin-top: 1rem;
    font-size: 0.45rem;
    font-weight: 500;
    color: #222;
}

.his_a .left .year p {
    margin-top: 0.2rem;
    font-size: 1.3rem;
    color: #0d419a;
    margin-bottom:0.4rem;
}

.his_a .left .lix {
    margin-top: 0.3rem;
    width: 100%;
    height: 12rem;
    overflow-x: hidden;
    padding-right:0.5rem;
    box-sizing: border-box;
}

.his_a .left  .lix  p{
    margin-bottom: .4rem;
    line-height: 0.85rem;
    font-size: 16px;
    font-weight: 400;
}

.his_a .left .lix::-webkit-scrollbar {
    width: 4px;
    height: 3px;
}

.his_a .left .lix::-webkit-scrollbar-track {
    background: #fff;
}

.his_a .left .lix::-webkit-scrollbar-thumb {
    background: #0d419a;
    /*border-radius: 4px;*/
}

.his_a .left .lix::-webkit-scrollbar-thumb:window-inactive {
    background: #0d419a;
}


.his_a .right {
    width: 50%;
    float: right;
    position: relative;
}

.his_a .right .img {
    width: 100%;
    height: 12.25rem;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}
.his_a .right .img .bglist{
    width: 100%;
    height: 100%;
}
.his_a .right .img .bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.toa {
    position: absolute;
    top: -3.575rem;
    width: 10%;
    height: 1px;
}
.his_a .right .list {
    width: 90%;
    overflow: hidden;
    margin:auto;
}

.his_a .right .list li {
    float: left;
    text-align: center;
    box-sizing: border-box;
    font-size: 0.45rem;
    color: #a3a3a3;
    line-height: 2.2rem;
    padding-top: .6rem;
    font-weight: 700;
    cursor: pointer;
    position:relative;
}
.his_a .right .list li:after{
    content:"";
    width:2px;
    height:20%;
    position:absolute;
    right:0;
    top: 50%;
    background-color:#ccc;

}

.his_a .right .list li.on {
    color: #0d419a;
}

.his_prev,
.his_next {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #0d419a;
    border-radius: 50%;
    position: absolute;
    top: 88%;
    z-index: 222;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s;
    background-image: url(../img/jt.png);
}

.his_prev {
    left: -2.5%;
    
}

.his_next {
    right: -2.5%;
    transform:rotate(180deg);
}

.list2 {
    width: 100%;
}

.res_a .content .list2 a {
    display: inline-block;
    width: 31%;
    vertical-align: top;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.25rem 1rem;
    border: 1px solid #ccc;
    color: #555555;
    font-family: "Pf";
    font-size: 0.375rem;
    position: relative;
    margin-right: 2%;
    margin-bottom: 1rem;
}

.res_a .content .list2 a:last-child {
    margin-right: 0;
}

.res_a .content .list2 a .time {
    font-size: 15px;
    color: #b1b1b1;
    margin-bottom: 0.75rem;
}

.res_a .content .list2 a .tit {
    font-size: 0.65rem;
    color: #222222;
    font-weight: 550;
    line-height: 0.85rem;
    height: 1.7rem;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.res_a .content .list2 a .txt {
    font-size: 15px;
    color: #888;
    margin-bottom: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.res_a .content .list2 a .to {
    font-size: 15px;
    color: #1d53b3;
    font-weight: 500;
}

.hon_a {
    width: 100%;
    position: relative;
    padding: 3rem 0 2rem;
    -webkit-background-size: cover;
    background-size: cover;
}

.patent-tab {
    margin:0.8rem auto 0;
    /* width: 77.77%; */
    width: 90%;
    overflow: hidden;
    padding:1.2rem 0;
}
.hon_a .cu-tit{
    padding-bottom: 0;
}
.patent-tab .swiper-slide {
    width: 26%;
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor:pointer;
    position: relative;
}
.patent-tab .swiper-slide:before{
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    filter:blur(2px)
}
.patent-tab .swiper-slide.swiper-slide-active .img{
    transform:scale(1.2);
}
.patent-tab .swiper-slide.swiper-slide-active .txt .txt_a {
    background-color: #fad2d2;
    color: #0d419a;
}

.patent-tab .swiper-slide.swiper-slide-active .txt .txt_b {
    color: #0d419a;
}

.patent-tab .swiper-slide .img {
    width: 100%;
    height: auto;
    padding: 0.4rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px dotted #eee;
    position: relative;
    display:flex;
    background-color: #fff;
}

.patent-tab .swiper-slide .img img {
    max-width: 100%;
    margin: auto;
}

.patent-tab .swiper-slide .txt {
    padding: 0.5rem 0.75rem;
    position: relative;
    display:none;
}
.patent-tab .swiper-slide .txt img{
    display: block;
    position: absolute;
    top: 50%;
    right: .5rem;
    transform: translateY(-50%);
}
    
.patent-tab .swiper-slide .txt .txt_a {
    line-height: 0.5rem;
    font-size: 12px;
    font-family: "Pf";
    background-color: #ececec;
    width: 40px;
    text-align: center;
    margin-bottom: 10px;
}

.patent-tab .swiper-slide .txt .txt_b {
    font-size: 18px;

    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hon_prev,
.hon_next {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    z-index: 222;
    margin-top: -0.75rem;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s;
    background-color: #fff;
}

.hon_prev {
    left: 3.125%;
    background-image: url(../img/jt2.png);
}

.hon_next {
    right: 3.125%;
    background-image: url(../img/jt2.png);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hon_b {
    width: 100%;
    position: relative;
}

.hon_b .left {
    width: 45%;
    overflow: hidden;
    text-align: right;
    border-right: 1px solid #ccc;
    height: 20.625rem;
    position: relative;
    float: left;
}

.hon_b .left .swiper-wrapper .swiper-slide {
    height: 4.125rem;
    line-height: 4.125rem;
    font-size: 1.1rem;
    font-family: "GILROY-MEDIUM";
    color: #c7c7c7;
    cursor: pointer;
    padding-right:0.5rem;
}

.hon_b .left .swiper-wrapper .swiper-slide span {
    font-size: 0.55rem;
    font-family: "Pf-Cu"
}

.hon_b .left .swiper-wrapper .swiper-slide.swiper-slide-active {
    color: #0d419a;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #0d419a;
}

.hon_b .left .box {
    width: 3.25rem;
    height: 4.2rem;
    position: absolute;
    top: 50%;
    left: 4rem;
    margin-top: -2.1rem;
    z-index: 99;
}

.hon_b .left .box .line {
    width: 100%;
    height: 2px;
    background-color: #222;
    position: relative;
    top: 45%;
    margin-top: -1px;
}

.hon_b .left .box .prev,
.hon_b .left .box .next {
    width: 10px;
    height: 10px;
    border-top: 2px solid #222;
    border-left: 2px solid #222;
    position: relative;
    left: 50%;
    margin-left: -5px;
    cursor: pointer;
}

.hon_b .left .box .prev {
    top: -2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hon_b .left .box .next {
    bottom: -3.6rem;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.hon_b .right {
    width: 55%;
    height: 20.625rem;
    position: relative;
    float: left;
    padding-left: 3.75rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hon_b .right .list {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.hon_b .right .list ul {
    width: 100%;
    height: 100%;
}

.hon_b .right .list li {
    width: 45%;
    float: left;
    margin-right: 10%;
    margin-top: 1.8rem;
    text-align: center;
}

.hon_b .right .list li img {
    max-width: 100%;
    max-height: 7.125rem;
}

.hon_b .right .list li:nth-child(2n) {
    margin-right: 0;
}

.hon_b .right .list li .txt {
    font-size: 14px;
    margin-top:14px;
}
.hon_b .right .list li:last-child{
    margin-bottom: 1.8rem;
}
.hon_b .right .list::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.hon_b .right .list::-webkit-scrollbar-track {
    background: #fff;
}

.hon_b .right .list::-webkit-scrollbar-thumb {
    background: #1e58b5;
    height: 2px;
}

.hon_b .right .list::-webkit-scrollbar-thumb:window-inactive {
    background: #1e58b5;
}

.hon_b .right .list::-webkit-scrollbar-thumb:vertical:hover {
    background: #1e58b5;
}
.mak {
    width: 100%;
    height: 7rem;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(transparent, rgba(255,255,255,1));
    opacity: 0.5;
}
.hon_b .view2 {
    padding: 0 8.333% 0 0;
}
.honor_diog{
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            overflow: hidden;
            display: none;
            cursor: pointer;
            z-index: 999;
        }
        .honor_diog .mask{
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: #000;
            opacity: .8;
        }
        .honor_diog .box{
            position: absolute;
            left: 50%;
            top: 50%;
            width: 33%;
            background-color:#fff;
            transform: translate(-50%, -50%);
            position: absolute;
        }
        .honor_diog .box .close{
            display:block;
            width: 1.125rem;
            height: 1.125rem;
            background-image: url('../img/c1.png');
            background-repeat: no-repeat;
            background-position: center;
            cursor: pointer;
            transition: all .3s;
            position:absolute;
            right:0;
        }
        .honor_diog .box .img{
            width:100%;
            text-align: center;
            padding-top:1rem;
            padding-bottom:1rem;
        }
        .honor_diog .box .img img{
            max-width: 80%;
        }
        .honor_diog .box .txt .p1{
            font-size: 0.6rem;
        }















.ach_a {
    position: relative;
    width: 100%;
    padding: 2.75rem 0;
    background-color: #FFF;
}

.ach_a .tit {
    text-align: center;
    font-size: 1.1rem;
    color: #121212;
    font-weight: 500;
    margin-bottom: 0.75rem;
    position: relative;
}

.ach_a .list1 {
    width: 100%;
    height: 15.25rem;
}
.ach_a .img{
    width: 100%;
    margin-top:0.6rem;
}
.ach_a .img img{
    width:100%;
}
.highcharts-background {
    background-color: transparent;
    fill: transparent;
}

.highcharts-legend,
.highcharts-credits {
    display: none;
}

.highcharts-title {
    text-align: left;
}

.ach_a .txt {
    text-align: left;
    font-size: 0.825rem;
    color: #333333;
    font-weight: 500;
    margin-bottom: 0.75rem;
    position: relative;
    margin-left: 1.2rem;
}

.ach_a .txt p {
    font-size: 15px;
    color: #888;
    margin-top: .2rem;
}

.highcharts-series path {
    fill: transparent;
    background-image: linear-gradient(#d8e6fc, #fff);
    d: 0;
}

.ach_a .c2 {
    width: 100%;
    margin-top: 2rem;
    position: relative;
}

.ach_a .c1 {
    width: 100%;
    position: relative;
}
.highcharts-axis-labels.highcharts-yaxis-labels text{
    font-size:0.45rem!important;
    color:#888888!important;
}
.highcharts-axis-labels.highcharts-xaxis-labels{
    margin-top:0.3rem;
}
.highcharts-axis-labels.highcharts-xaxis-labels text{
    font-size:0.45rem!important;
    color:#888888!important;
    margin-top:0.3rem;
}
.highcharts-data-labels.highcharts-series-0.highcharts-line-series.highcharts-color-0 text{
    font-size:0.475rem!important;
    color:#1e58b5!important;
    margin-top:0.3rem;
    fill:#1e58b5!important;
}














.sub_banner .changecolor .tit {
    color: #0a121a;
}

.sub_banner .changecolor .txt {
    color: #0a121a;
}

.pro_nav {
    width: 100%;
    text-align: center;
}

.pro_nav a {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 19%;
    line-height: 2.25rem;
    text-align: center;
    font-size: 0.5rem;
    color: #222222;
    font-weight: 500;
    border-right: 1px solid #eee;
}

.pro_nav a:last-child {
    border-right: 0;
}

.pro_nav a.on {
    background-color: #1e58b5;
    color: #fff;
}

.pro_a {
    position: relative;
    width: 100%;
    padding: 2.75rem 0 2.5rem;
    background-color: #fff;
}

.pro_a .tit {
    text-align: center;
    font-size: 1.1rem;
    color: #1e58b5;
    font-weight: 500;
    margin-bottom: 0.75rem;
    position: relative;
}
.pro_a .tit img{
    width: 10rem;
}
.pro_a .txt {
    font-size: 0.45rem;
    color: #666666;
    font-weight: 500;
    text-align: center;
    position: relative;
    padding-bottom: 0.5rem;
}

.pro_a .txt span {
    margin: 0.5rem;
    font-size: 1.5rem;
    color: #bfc3c7;
}

.pro_a .txt .p {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    margin-top: 0.2rem;
    position: relative;
    width: 60%;
    line-height: 0.85rem;
    text-align-last: left;
}

.pro_b {
    position: relative;
    width: 100%;
    padding: 2.3rem 0;
}

.pro_b .left {
    width: 30%;
    padding: 0 8.33%;
    box-sizing: border-box;
    float: left;
}

.pro_b .left .p1 {
    font-size: 1.1rem;
    color: #121212;
    padding-bottom: 0.425rem;
    border-bottom: 2px solid #121212;
    font-weight: 550;
}

.pro_b .left .p2 {
    margin-top: 0.425rem;
}

.pro_b .left .tab {
    margin-top: 2.0rem;
    margin-bottom: 2.0rem;
}

.pro_b .left .tab a {
    display: block;
    font-size: 0.85rem;
    color: #999;
    font-weight: 500;
    margin-top: 0.4rem;
    padding-bottom: 0.4rem;
    position: relative;
}
.pro_b .left .tab a:after{
    content:"";
    position: absolute;
    width: 32%;
    height: 2px;
    background-color: #999;
    bottom: 0;
    transform: translateY(2px);
    left: 0;
}
.pro_b .left .tab a:last-child {
    border-bottom: 0;
}
.pro_b .left .tab a:last-child:after{
    height: 0;
}
.pro_b .left .tab a.on {
    color: #0d419a;
}

.pro_b .right {
    width: 70%;
    overflow: hidden;
}

.pro_b .right .swiper-slide {
    width: 9.35rem;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 0.5rem;
}

.pro_b .right .swiper-slide img {
    width: 100%;
}

.pro_c {
    position: relative;
    width: 100%;
    padding: 2.325rem 0;
    background-color: #555f69;
}

.pro_s {
    font-size: 1.1rem;

    margin-top: 0.725rem;
    color: #fff;
}

.pro_c .content {
    width: 100%;
    margin-top: 1rem;
    overflow: hidden;
}

.pro_c .content .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
    margin-right: 4%;
    width: 48%;
}

.pro_c .content .swiper-slide img {
    width: 100%;
}

.pro_ss {
    font-size: 1.1rem;

    margin-top: 0.725rem;
    color: #222;
}

.pro_e {
    position: relative;
    width: 100%;
    padding: 2.325rem 0;
    background-color: #fff;
}

.pro_e .content {
    width: 100%;
    margin-top: 1rem;
    overflow: hidden;
    margin-left: 8.33%;
}

.pro_e .content .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
    margin-right: 0.5rem;
    width: 9.5rem;
}

.pro_e .content .swiper-slide img {
    width: 100%;
}

.s_prev3,
.s_next3 {
    background-color: #eff3f8;
}

.pro_f {
    position: relative;
    width: 100%;
    padding: 2.325rem 0;
}

.pro_f .pro_ss {
    text-align: center;
}

.pro_f .content {
    width: 100%;
    margin-top: 1rem;
    overflow: hidden;
}

.pro_f .content .swiper-slide {
    width: 50%;
}

.pro_f .content .swiper-slide img {
    width: 100%;
}

.sub_banner .txt2 {
    color: #fff;
}

.news_a {
    width: 100%;
    padding: 3.25rem 0;
}

.news_a .content {
    width: 100%;
    margin-top: 2.0rem;
}

.news_a .content .hot_news {
    width: 100%;
}

.news_a .content .hot_news a {
    display: block;
    width: 48%;
    float: left;
    height: 10.0rem;
    margin-right: 4%;
    position: relative;
    overflow: hidden;
}

.news_a .content .hot_news a:last-child {
    margin-right: 0;
}

.news_a .content .hot_news a .bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    transition: all 0.6s;
}

.news_a .content .hot_news a .txt {
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 0.65rem;
    color: #fff;
    padding: 0 0.75rem 0.75rem;
    line-height: 1rem;
    box-sizing: border-box;
    background-image: linear-gradient(transparent, rgba(0,0,0,.5));
}

.news_a .content .hot_news a .txt .s1 {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 82%;
}

.news_a .content .hot_news a .txt .s2 {
    float: right;
    font-size: 0.375rem;
}

.paly {
position: relative;
margin-top: 1rem;
cursor:pointer;
}

.videos {
    width: 29.5rem;
    height: auto;
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.videos video {
    display: block;
    width: 100%;
}

.videos .vclose {
    position: absolute;
    cursor: pointer;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    top: 0.375rem;
    right: 0.375rem;
}

.videos_mask {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    background: #000;
    display: none;
    opacity: 0.6;
}

.news_list {
    width: 100%;
    margin-top: 2rem;
}

.news_list .left {
    width: 100%;
    float: left;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news_list .left a {
    display: block;
    width: 100%;
    padding: 0.975rem 0 0.975rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}

.news_list .left a .img {
    width: 35%;
    float: left;
    height:5rem;
    overflow: hidden;
}

.news_list .left a .img img {
    width: 100%;
}

.news_list .left a .con {
    float: left;
    width: 62%;
    margin-left: 3%;
}

.news_list .left a .con .tit {
    font-size: 0.65rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    margin-bottom: 0.5rem;
    line-height: 0.8rem;
}

.news_list .left a .con .time {
    font-size: 14px;
    color: #999999;
    margin-bottom: 0.3rem;
}

.news_list .left a .con .txt {
    font-size: 0.4rem;
    color: #444;
    line-height: .55rem;
    height: 1.1rem;
    overflow: hidden;
}

.news_list .left a .con .to {
    margin-top: 1.25rem;
    font-size: 14px;
    color: #999999;
}

.news_list .right {
    width: 25%;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news_list .right .r_tit {
    font-size: 0.65rem;
    color: #666666;
    font-weight: 500;
    margin-left: 15%;
}

.news_list .right a {
    margin-left: 15%;
    display: block;
    width: 85%;
    background-color: #fff;
    margin-top: 1.05rem;
    padding: 0.85rem 0.95rem;
}

.news_list .right a .tit {
    font-size: 0.55rem;
    color: #333;
    line-height: .8rem;
    height: 1.6rem;
    overflow: hidden;
}

.news_list .right a .txt {
    font-size: 0.35rem;
    color: #666666;
    line-height: .6rem;
    margin-top: 0.575rem;
    height: 1.2rem;
    overflow: hidden;
}

.clearheader {
    position: relative;
    height: 3.575rem
}

.news_addss {
    width: 100%;
    background-color: #e6ecf1;
    display:none;
}

.news_addss div {
    float: left;
    line-height: 1.75rem;
    font-size: 15px;
    font-family: "Pf";
    color: #868689;
}

.news_addss div .bread {
    margin-left: 0.2rem;
}

.news_addss div .bread a {
    color: #868689;
    margin-left: 0.4rem;
}
.news_info .view2{
    position: relative;
}
.ex-btn-blue {
     position: absolute;
    width: 100px;
    height: 30px;
    line-height: 30px;
    top:0%;
    right: 8.4%;
    text-align: center;
    color: #fff;
    border: 2px solid #1c53b3;
    background-color: #1c53b3;
    box-sizing: content-box;
    display: inline-block;
    margin-top: 1rem;
}
.ex-btn-blue .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scaleX(0);
    transform-origin: 100% 0;
    transition: transform 0.34s cubic-bezier(0.67, 0.01, 0.26, 1), opacity 0s 0.34s;
}
.ex-btn-blue .text {
    position: relative;
    font-size: 14px;
}
.ex-btn-blue:hover {
    color: #1c53b3;
}
.ex-btn-blue:hover .bg {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scaleX(1);
    transition: transform 0.34s cubic-bezier(0.67, 0.01, 0.26, 1);
}
.news_addss .bread a img {
    margin-top: -0.2rem;
    margin-right: 0.2rem;
}

.news_addss .ret {
    float: right;
    color: #868689;
}

.news_addss .ret img {
    margin-top: -0.2rem;
    margin-right: 0.2rem;
}

.news_info {
    width: 100%;
    padding: 2.5rem 0;
}

.news_info .left {
    width: 72%;
    float: left;
    padding: 0;
    padding-right: 0.1rem;
    box-sizing: border-box;
}

.news_info .left .tit {
    font-size: 1.2rem;
    color: #222222;
    font-weight: 500;
    line-height: 1.5rem;
    padding-bottom: 0.95rem;
    border-bottom: 1px solid #ccc;
}

.news_info .left .share-box {
    margin-top: 1.25rem;
    font-size: 0;
}

.news_info .left .bshare-custom {
    font-size: 0;
}

.news_info .left .bshare-custom a,
.news_info .left .bshare-custom span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .4rem;
    color: #666;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    line-height: 20px;
}

.news_info .left .bshare-custom span {
    margin-right: .5rem;
}

.news_info .left .bshare-custom a {
    width: 25px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: .4rem;
}

.news_info .left .bshare-custom .bshare-weixin {
    background-image: url('../img/wechat.svg');
}

.news_info .left .bshare-custom .bshare-sinaminiblog {
    background-image: url('../img/weibo.svg');
}

.news_info .left .orign,
.news_info .left .bshare-custom,
.news_info .left .time,
.news_info .left .num {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

.news_info .left .divide {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 1px;
    height: .4rem;
    margin: 0 1rem;
    background-color: #cbcbcb;
    vertical-align: middle;
}

.news_info .left .orign {
    font-size: .4rem;
    line-height: 20px;
    color: #666;
}

.news_info .left .time {
    font-size: .4rem;
    line-height: 20px;
    color: #666;
}

.news_info .left .con {
    margin-top: 1.4rem;
    font-size: .4rem;
    line-height: .9rem;
    color: #666;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.66rem;
}

.news_info .left .con img {
    max-width: 100% !important;
    height:auto !important;
    display: inline-block;
    vertical-align: top;
    margin: 0.6rem auto;
}

.news_info .left .num {
    padding-left: .7rem;
    background-repeat: no-repeat;
    line-height: 20px;
    font-size: .4rem;
    background-position: left center;
    background-image: url(http://demo.188388.cn:8083/mcf_hg/bocstatic/web/css/../img/look.png);
    background-size: .5rem;
}

.news_info .left .con {
    font-size: .35rem;
    line-height: .9rem;
    color: #4c4c4c;
    margin-top: 1.5rem;
}


.news_info .right {
    width: 23%;
    background-color: #fff;
    float: right;
    margin-top: 6.0rem;
    padding: 1.0rem 0.5rem;
    box-sizing: border-box;
    border-top: 3px solid #1c53b3;
}

.news_info .right .tit {
    font-size: 0.4rem;
    color: #666666;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #1c53b3;
}

.news_info .right .box {
    display: block;
    width: 100%;
    padding: 1rem 0;
    border-bottom: 1px solid #ccc;
}

.news_info .right .box .tit2 {
    font-size: 0.5rem;
    color: #333333;
    line-height: 0.8rem;
    height: 1.6rem;
    overflow: hidden;
    font-weight: 500;
}

.news_info .right .box .time {
    font-size: 0.375rem;
    color: #999999;
    margin-top: 0.6rem;
}

.news_info .left .bot {
    width: 100%;
    margin-top: 1.5rem;
}

.news_info .left .bot a {
    display: block;
    float: left;
    width: 45%;
    margin-right: 10%;
    padding: 1.0rem 0.5rem;
    box-sizing: border-box;
    border-top: 3px solid #1c53b3;
    background-color: #fff;
}

.news_info .left .bot a:last-child {
    margin-right: 0;
}

.news_info .left .bot a .tit2 {
    font-size: 0.4rem;
    color: #666666;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #1c53b3;
}

.news_info .left .bot .txt2 {
    margin-top: 1rem;
}

.news_info .left .bot .txt2 .p1 {
    font-size: 0.5rem;
    color: #333333;
    line-height: 0.8rem;
    height: 1.6rem;
    overflow: hidden;
    font-weight: 500;
}

.news_info .left .bot .time {
    font-size: 0.375rem;
    color: #999999;
    margin-top: 0.6rem;
}

.patry_a {
    width: 100%;
    position: relative;
    padding: 2.9rem 0;
}

.patry_a .tit {
    font-size: 1.35rem;
    font-weight: 500;
    text-align: center;
    position: relative;
    padding-bottom: .8rem;
    background-image: -webkit-linear-gradient(bottom, red, #fd8403, yellow);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.patry_a .tit img{
    width: 5.45rem;
}
.patry_a .tit:after {
    content: "";
    width: 2rem;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -1rem;
    background-color: #ccc;
}

.patry_a .txt {
    margin-top: 1rem;
    font-size: 0.45rem;
    color: #666666;
    font-weight: 400;
    text-align: center;
    position: relative;
    padding-bottom: 0.5rem;
}

.patry_a .txt span {
    margin: 0.5rem;
    font-size: 1.5rem;
    color: #bfc3c7;
    line-height: 1;
}

.patry_a .txt .p span {
    margin: 0.5rem;
    font-size: 1.5rem;
    color: #bfc3c7;
    line-height: 1;
    position: absolute;
    bottom: -1.5rem;
        right:0;
    }

.patry_a .txt .p {
   display: inline-block;
    margin: 0;
    vertical-align: top;
    margin-top: 0.2rem;
    position: relative;
    width: 70%;
    margin: auto;
    color: #333;
    line-height: 0.9rem;

}

.patry_b {
    width: 100%;
    position: relative;
    padding: 2.9rem 0 5.5rem;
    background-position: center;
    background-size: cover;
}

.p_tit {
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

.patry_b .txt {
    font-size: 0.4rem;
    text-align: center;
    color: #fff;
    width: 50%;
    margin: auto;
    margin-top: 0.6rem;
    line-height: 0.75rem;
}

.patry_b ul {
    width: 100%;
}

.patry_b ul li {
    width: 25%;
    float: left;
    text-align: center;
    margin-top: 2.0rem;
}
.patry_b ul li img{
        width: 1.825rem;
}
.patry_b ul li .p {
    margin-top: 0.875rem;
    font-size: 0.575rem;

    color: #fff;
    line-height: 0.85rem;
}

.patry_c {
    width: 100%;
    position: relative;
    padding: 2.9rem 0;
    background-color: #fff;
}

.patry_c .p_tit {
    color: #333;
}

.patry_c .img {
    margin-top: 1.5rem;
    width: 100%;
}

.patry_c .img img {
    max-width: 100%;
}

.patry_e {
    width: 100%;
    position: relative;
    padding: 2.9rem 0;
}

.patry_e .p_tit {
    color: #333;
}

.patry_e .content {
    width: 100%;
    margin-top: 2rem;
}

.patry_e .content a {
    display: block;
    float: left;
    width: 18%;
    margin-right: 2.5%;
    background-color: #fff;
    padding: 0.75rem 0;
    text-align: center;
    border-radius:18px;
    transition:all 0.8s;
}
.patry_e .content a img{
    width:1.75rem;
}
.patry_e .content a:last-child {
    margin-right: 0;
}

.patry_e .content a .p1 {
    font-size: 0.525rem;
    color: #222222;

    margin-top: 0.75rem;
}

.part_list {
    width: 100%;
}

.part_list a {
    display: block;
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 1.2rem;
    position: relative;
}

.part_list a:nth-child(3n) {
    margin-right: 0;
}

.part_list a .img {
    width: 100%;
    height: 8.45rem;
    overflow: hidden;
}
.part_list a .img .bg{
    transition:all 1s;
}
.part_list a .txt {
    width: 100%;
    margin: auto;
    background-image: linear-gradient(transparent, rgba(0,0,0,.85));
    margin-top: 0;
    z-index: 9;
    padding: 0 0.95rem 0.75rem;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
}

.part_list a .txt .time {
    line-height: 1;
    padding-bottom: 0.2rem;
    font-size: 0.375rem;
    color: #fff;
    font-family: "GILROY-MEDIUM";
    border-bottom: 1px solid #ccc;
}

.part_list a .txt .p {
    font-size: 0.6rem;
    color: #fff;
    margin-top: 0.625rem;
    font-weight: 500;
    line-height: 1;
    overflow: hidden;
    margin-bottom: 0.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.part_list a .txt .to {
    font-size: 13px;
    color: #fff;
    font-family: "Pf";
    display: none;
}

.part_list2 {
    width: 100%;
}

.part_list2 a {
    display: block;
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 1.2rem;
    background-image: url(../img/cbg.png);
    background-position: bottom;
    background-size: cover;
    padding: 1.2rem 1.0rem 1.9rem;
}

.part_list2 a:nth-child(4n) {
    margin-right: 0;
}

.part_list2 a .txt .time {
    margin-top: 0.875rem;
    font-size: 0.4rem;
    color: #999999;
    font-family: "GILROY-MEDIUM";
}

.part_list2 a .txt .p {
    font-size: 0.7rem;
    color: #333333;
    font-weight: 600;
    line-height: 0.85rem;
    height: 1.7rem;
    overflow: hidden;
    margin-bottom: 0.675rem;
}

.part_list2 a .txt .to {
    margin-top: 3.7rem;
    font-size: 0.425rem;
    color: #0d419a;
    font-weight: 500;
}

.part_list2 a .txt .time img {
    margin-top: -0.1rem;
    margin-right: 0.2rem;
}

.law_a {
    width: 100%;
    position: relative;
    padding: 3.75rem 0 3.4rem;
}

.law_a .tit {
    width: 100%;
}

.law_a .tit .l_tit {
    float: left;
    font-size: 1.1rem;
    color: #121212;
    font-weight: 500;
    position: relative;
    display: inline-block;
    line-height: 1.1rem;
}

.law_a .tit .tab {
    float: right;
    font-size: 0.45rem;
    font-weight: 500;
}

.law_a .tit .tab a {
    color: #999999;
    line-height: 1.1rem;
    padding: 0 1rem;
    border-right: 1px solid #ccc;
}

.law_a .tit .tab a.on {
    color: #0d419a;
}

.law_a .tit .tab a:last-child {
    padding-right: 0;
    border-right: 0;
}

.law_a .content {
    margin-top: 1.5rem;
    width: 100%;
}

.law_a .content .list {
    width: 100%;
}

.law_a .content .list a {
    display: block;
    width: 100%;
    padding: 1.5rem 0;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.law_a .content .list a .time {
    width: 7.5%;
    float: left;
    text-align: center;
    line-height: 1rem;
    font-family: "GILROY-MEDIUM";
    color: #222222;
}

.law_a .content .list a .time p:first-child {
    font-size: 1.25rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #ccc;
}

.law_a .content .list a .img {
    float: left;
    width: 27.8%;
    height: 7rem;
    overflow: hidden;
    position: relative;
}

.law_a .content .list a .img img {
    width: 100%;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}

.law_a .content .list a .con {
    width: 58%;
}

.law_a .content .list a .con .p1 {
    font-size: 0.6rem;
    color: #222222;
    width: 80%;
    line-height: .8rem;
    font-weight: 500;
    height: .8rem;
    overflow: hidden;
}

.law_a .content .list a .con .p2 {
    font-size: 15px;
    color: #666666;
    line-height: .85rem;
    width: 80%;
    height: 1.7rem;
    overflow: hidden;
    margin-top: 0.75rem;
}

.law_a .content .list a .con .to {
    font-size: 0.4rem;
    color: #222222;
    margin-top: 2.5rem;
}

.law_a .content .list a .con.noimg {
    width: 80%;
}
.law_a .content .list a .con.noimg .to{
        margin-top: 1.5rem;
}
.sub_banner .c222 .tit {
    color: #222;
}

.sub_banner .c222 .txt {
    color: #222;
}

.me_a {
    width: 100%;
    position: relative;
    padding: 2.75rem 0;
}

.me_a .tit {
    font-size: 1.1rem;
    font-weight: 500;
    text-align: left;
    color: #121212;
}

.me_a .txt {
    font-size: 0.45rem;
    text-align: left;
    color: #444444;
    margin-top: 0.65rem;
    line-height: 0.85rem;
    width: 80%;
}

.me_a .content {
    width: 100%;
    margin-top: 1.75rem;
}

.me_a .content .item {
    width: 100%;
    margin-bottom: 1.75rem;
    position: relative;
}

.me_a .content .item .left,
.me_a .content .item .right {
    width: 45%;
    height: 17rem;
    background-color: #fff;
}

.me_a .content .item .left {
    width: 55%;
    float: right;
    overflow: hidden;
    position: relative;
}

.me_a .content .item .right {
    float: left;
}

.me_a .content .item:nth-child(2n) .left {
    float: left;
}

.me_a .content .item:nth-child(2n) .right {
    float: right;
}

.m_prev,
.m_next {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    top: 50%;
    margin-top: -0.75rem;
    z-index: 222;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s;
    background-color: #fff;
    margin: 0;
    position: absolute;
}

.m_prev {
    background-image: url(../img/jt2.png);
    left: 0.8rem;
}

.m_next {
    background-image: url(../img/jt2.png);
    transform: rotate(180deg);
    right: 0.8rem;
}

.me_a .content .item .right {
    padding: 1.8rem;
    box-sizing: border-box;
}

.me_a .content .item .tit {
    font-size: 0.85rem;
    color: #1e58b5;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.6rem;
    line-height:1.2rem;
    text-align: left;
    font-weight: 700;
}

.me_a .content .item .txt2 {
    font-size: 0.375rem;
    color: #777777;
    font-family: "Pf";
    line-height: 0.8rem;
    margin-top: 0.95rem;
    height: 5.6rem;
    overflow: auto;
    padding-right: 0.2rem;
    box-sizing: border-box;
}

.me_a .content .item .txt3 {
    font-size: 0.375rem;
    color: #333333;

    margin-top: 1.5rem;
}
.me_a .content .item .txt3 span:last-child{
    margin-top: 0.5rem;
    margin-left: 0;
    display: block;
}
.me_a .content .item .link {
    display: block;
    margin-top: 0.6rem;
    font-size: 0.375rem;

    color: #1e58b5;
}

.qdai {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
    display:none;
}

.qdai .txt {
    width: 100%;
    text-align: center;
}

.me_a .content .item .txt2::-webkit-scrollbar {
    width: 2px;
    height: 0px;
}

.me_a .content .item .txt2::-webkit-scrollbar-track {
    background: #fff;
}

.me_a .content .item .txt2::-webkit-scrollbar-thumb {
    background: #1e58b5;
    height: 2px;
}

.me_a .content .item .txt2::-webkit-scrollbar-thumb:window-inactive {
    background: #1e58b5;
}

.me_a .content .item .txt2::-webkit-scrollbar-thumb:vertical:hover {
    background: #1e58b5;
}

.per_a {
    width: 100%;
    position: relative;
    padding: 2.75rem 0;
}

.per_a .tit {
    font-size: 1.1rem;
    font-weight: 500;
    text-align: center;
    color: #121212;
}

.per_a .con_a {
    width: 100%;
    position: relative;
    margin-top: 1.5rem;
    overflow: hidden;
}

.per_a .con_a .left,
.per_a .con_a .right {
    width: 50%;
    float: left;
    height: 12.95rem;
    background-color: #fff;
    overflow: hidden;
}

.per_a .con_a .right {
    box-sizing: border-box;
    padding: 2.5rem 2.1rem 0;
}

.per_a .con_a .right .rtit {
    font-size: 0.9rem;
    color: #222222;
    font-weight: 500;
}

.per_a .con_a .right .stit {
    font-size: 0.5rem;
    color: #222222;
    font-family: "Pf";
    margin: 1.05rem 0;
}

.per_a .con_a .right .txt {
    font-size: 0.4rem;
    color: #666;
    font-family: "Pf";
    line-height: 0.8rem;
    height:4.8rem;
    overflow: auto;
    padding-right: 0.5rem;
}
.per_a .con_a .right .txt::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.per_a .con_a .right .txt::-webkit-scrollbar-track {
    background: #fff;
}

.per_a .con_a .right .txt::-webkit-scrollbar-thumb {
    background: #0d419a;
    /*border-radius: 4px;*/
}

.per_a .con_a .right .txt::-webkit-scrollbar-thumb:window-inactive {
    background: #0d419a;
}

.per_a .con_a .right .txt::-webkit-scrollbar-thumb:vertical:hover {
    background: #0d419a;
}




.fadesw.swiper-container-fade .swiper-slide.swiper-slide-active {
    opacity: 1!important;
}

.fadesw.swiper-container-fade .swiper-slide {
    opacity: 0!important;
}

.per_a .con_a .prev,
.per_a .con_a .next {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    background-color: #7f7f7f;
    bottom: 0;
    z-index: 22;
    left: 50%;
    background-image: url(../img/ll.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.per_a .con_a .prev {
    margin-left: -1.5rem;
    transform: rotate(-180deg)
}

.per_a .con_a .next {
    margin-right: -1.5rem;
}
.per_a .con_a .next:after{
    content:"";
    width: 2px;
    height:0.6rem;
    position: absolute;
    left:-1px;
    top:50%;
    margin-top:-0.3rem;
    background-color:#fff;
}

.per_a .con_b .left,
.per_a .con_b .right {
    width: 50%;
    float: right;
    height: 12.95rem;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.per_a .con_b {
    width: 100%;
    position: relative;
    margin-top: 1.5rem;
    overflow: hidden;
}

.per_a .con_b .right {
    box-sizing: border-box;
    padding: 2.5rem 2.1rem 0;
}
.pro_f .hon_prev, .pro_f .hon_next{
    top:56%;
}
.pro_f .hon_prev {
    left: 6.8%;
}
.pro_f .hon_next{
    right: 6.8%;
}
.per_a .con_b .right .rtit {
    font-size: 0.9rem;
    color: #222222;
    font-weight: 500;
}

.per_a .con_b .right .stit {
    font-size: 0.5rem;
    color: #222222;
    font-family: "Pf";
    margin: 1.05rem 0;
}

.per_a .con_b .right .txt {
    font-size: 0.4rem;
    color: #666;
    font-family: "Pf";
    line-height: 0.8rem;
}

.leftbg {
    width: 100%;
    height: 100%;
}

.leftbg .bg {
    display: none;
}

.left_swip {
    position: absolute;
    width: 15.6rem;
    bottom: .5rem;
    left:50%;
    margin-left: -7.53rem;
    z-index: 999;
}

.left_swip .swiper {
    width:100%;
    height:100%;
    overflow: hidden;
    overflow: hidden;
    position: relative;
}
.left_swip .swiper .swiper-slide{
    width:3.0rem;
    height:1.75rem;
    margin:0.45rem;
    border:4px solid #fff;
    box-sizing: border-box;
}
.per_a .con_b .prev,
.per_a .con_b .next {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    bottom: 1rem;
    z-index: 22;
    background-image: url(../img/ll.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
}
.per_a .con_b .prev {
    left:1rem;
    transform: rotate(-180deg)
}
.per_a .con_b .next {
    right:1rem;
}
.left_swip .swiper .swiper-slide.swiper-slide-active{
    border:4px solid #0d419a;
}
.per_a .view2 .img{
  max-width: 100%;
  margin-top:1.5rem;
  position: relative;
}
.per_a .view2 .img img{
  max-width: 100%;
}
.per_a .view2 .img .txt{
  position: absolute;
  top:1.75rem;
  left:1.75rem;
  color:#fff;
  font-size:0.45rem;
  font-weight: 500;
  line-height: .8rem;
}
.job_search{
  width:100%;
  display: flex;
  flex-flow: row wrap;
justify-content: flex-end;
  align-items: center;
  margin-top:.6rem;
  position: relative;
}
.job_search .setor{
  width:29%;
  height:1.75rem;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.job_search .setor .s_tit{
  font-size:0.45rem;
  color:#0d0d0d;
  font-weight: 500;
  line-height: 1.75rem;
  position: relative;
}
.job_search .setor .s_tit:after{
  content:"";
  width:9px;
  height:7px;
  right:-13px;
  position: absolute;
  top:50%;
  margin-top:-3px;
  background-image:url(../img/s2.png);
  background-position: center;
  background-repeat: no-repeat;
}
.job_search .setor .sub{
  width:100%;
  position: absolute;
  top:1.75rem;
  background-color:#fff;
  z-index: 99;
  max-height:6rem;
    display:none;
    overflow: auto;
}
.job_search .setor .sub::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.job_search .setor .sub::-webkit-scrollbar-track {
    background: #fff;
}

.job_search .setor .sub::-webkit-scrollbar-thumb {
    background: #0d419a;
    /*border-radius: 4px;*/
}

.job_search .setor .sub::-webkit-scrollbar-thumb:window-inactive {
    background: #0d419a;
}

.job_search .setor .sub::-webkit-scrollbar-thumb:vertical:hover {
    background: #0d419a;
}

.job_search .setor  .sub a{
  display:block;
  width:100%;
  font-size:0.4rem;
  color:#0d0d0d;
  font-weight: 500;
  line-height: 1.5rem;
  border-bottom: 1px solid #ccc;
  padding-left: 0.5rem;
}
.job_btn{
  width: 7%;
  height:1.5rem;
  background-color:#0d419a;
  background-image: url(../img/jb.png);
  background-position: center;
  background-repeat: no-repeat;
  border-radius:20px;
  display:none;
}
.job_content{
  width:100%;
  position: relative;
  margin-top:1.75rem;
  border:1px solid #ccc;
}
.job_content .top {
  width: 100%;
  height: 70px;
  line-height: 70px;
  color: #0d0d0d;
  font-weight: 500;
  font-size: 0.5rem;
}
.job_content .top span {
  float: left;
}
.job_content .top .span1 {
  width: 20%;
  text-indent: 1.5rem;
}
.job_content .top .span2, .job_content .top .span3, .job_content .top .span4, .job_content .top .span5 {
  width: 20%;
  text-indent: .75rem;
  text-align: center;
}
.job_content .top .span6 {
  width: 10%;
  text-indent: .75rem;
}
.job_content .list {
  width: 100%;
  border-top: 1px solid #ccc;
  cursor: pointer;
}
.job_content .list .list-top {
  display: flex;
  flex-flow: row wrap;
  font-size: 0.45rem;
  color: #0f0f0f;
  height: 70px;
  line-height: 70px;
  font-weight: 500;
}
.job_content .list.on .list-top{
    color:#0d419a;
}
.job_content .list .span1 {
  width: 20%;
  text-indent: 1.5rem;
}
.job_content .list .span2, .job_content .list .span3, .job_content .list .span4, .job_content .list .span5 {
  width: 20%;
  text-indent: .75rem;
  text-align: center;
}
.job_content .list .span4 {
  overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.job_content .list .item {
  font-size: .4rem;
  color: #0f0f0f;
  line-height: 2;
  margin-bottom: .75rem;
  width:70%;
  float: left;
  font-weight: 400;
}
.job_content .list .list-hide {
  padding: .5rem 1.5rem 1.5rem;
  display: none;
  border-top:1px solid #ccc;
}
.job_content .list .tit2 {
  margin-bottom: 10px;
}
.job_content .list .morebox {
  width: 140px;
  height: 35px;
  color: #fff;
  line-height: 35px;
  text-align: center;
  background: #b82b2c;
  font-size: 14px;
  margin-top: 15px;
  display: block;
  border: 2px solid transparent;
  transition: all .5s ease;
  box-sizing: content-box;
}
.job_content .list .morebox:hover {
  background: transparent;
  color: #b82b2c;
  border: 2px solid #b82b2c;
}
.job_content .list .list-hide .jl_btn{
    display:block;
  width:5.25rem;
  height:1.5rem;
  background-color:#0d419a;
  border-radius: 5px;
  color:#fff;
  text-align: center;
  font-size:0.4rem;
  font-family
  font-weight: 500;
  line-height:1.5rem;
  transition: all .5s ease;
  float: right;
  margin-top:1rem;
}
.job_content .list .jl_btn:hover {
  background: transparent;
  color: #b82b2c;
  border: 2px solid #b82b2c;
}
.table_a{
  width:100%;
  position: relative;
}
.table_a .tit{
  font-size:0.45rem;
  color:#888888;
  font-weight: 500;
}
.table_a .tit .line{
  width:90%;
  float: right;
  height:1px;
  margin-top:0.2rem;
  background-color:#ccc;
}
.table_a .table_nav{
  width:100%;
  border-bottom:1px solid #ccc;
  margin-top:0.75rem;
}
 .table_a .table_nav a{
  display:block;
  float: left;
  line-height: 1.875rem;
  font-size:0.5rem;
  font-family:"Pf-Cu";
  color:#333333;
  margin-right: 1.925rem;
 }
 .table_a .table_nav a.on{
  color:#0d419a;
  border-bottom:2px solid #0d419a;
 }
.yy-table{
  width:100%;

  margin-top:0;
}
.yy-table a{
  display:block;
  float: left;
  line-height: 1.875rem;
  font-size:0.5rem;
  font-family:"Pf-Cu";
  color:#333333;
  margin-right: 1.925rem;
 }
.yy-table a.on{
  color:#0d419a;
  border-bottom:2px solid #0d419a;
 }
 .table_a .list{
  width:100%;
  padding:1.25rem 0 2.4rem;
  position: relative;
 }
 .first{
    width:100%;
      border-bottom:1px solid #ccc;
 }
 .table_a .list .item{
  width:100%;
  position: relative;
  display: none;
 }
 .table_a .list .item a{
  display:block;
  width:18.2%;
  margin-right: 2.25%;
  float: left;
  height:12rem;
 }
  .table_a .list .item a .img{
    width:100%;
    height:8rem;
    overflow: hidden;
  }
 .table_a .list .item a img{
    width:100%;
 }
 .table_a .list .item a:nth-child(5n){
  margin-right: 0;
 }
 .table_a .list .item a .img{
  width:100%;
 }
 .table_a .list .item a .txt{
  width:100%;
  margin-top:0.7rem;
  line-height: 1rem;
 }
  .table_a .list .item a .txt span:first-child{
    font-size:0.65rem;
    color:#444444;
    float: left;
    font-weight: 500;
 }
.table_a .list .item a .txt span:last-child{
    float: right;
    font-size: 0.4rem;
    color: #999999;
    width: 65%;
    position: relative;
    text-align: right;
    height:1rem;
    width:100%;
    text-align: left;
}
.table_a .list .item a .txt span:last-child div{
    line-height: 0.5rem;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
}
 .table_a .list .item .box{
  width:auto;
  margin:0 1%;
  height:1.375rem;
  line-height: 1.375rem;
  box-sizing: border-box;
  float: left;
  font-size:16px;
  color: #0d419a;
  text-align: center;
  margin-top:0.6rem;
 }
.nav_down {
    width: 100%;
    position: absolute;
    top: 3.575rem;
    height: 1.5rem;
    line-height: 1.5rem;
    background-color: rgba(0,0,0,0.4);
    display: none;
    z-index: 10;
    left: 0;
}
.pc_sub {
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 0;
    top: 3.575rem;
    white-space: nowrap;
    height: 1.5rem;
    line-height: 1.5rem;
    display: none;
    z-index: 20;
}
.pc-bocweb-header3 .nav .li:nth-child(1) .pc_sub{
    left:-5rem;
}
.pc-bocweb-header3 .nav .li:nth-child(2) .pc_sub{
    left:-11rem;
}
.pc_sub a {
    display: inline-block;
    vertical-align: top;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-right: 1.75rem;
    margin-left: 0;
    font-size: 0.4rem;
    color: #fff;
    cursor: pointer;
    position: relative;
    transition:all 0.3s;
}
.navbox {
    height:100%;
}
/*2021.1.19*/
.science{
    position: relative;
    width: 100%;
    padding: 4.75rem 0 4.5rem;
    background-size: cover;
    background-position: center; 
}

.science .view2{
    padding:0 10%;
}
.science .tit span{
    font-size: 1.25rem;
    font-weight: 500;
    margin-left: 0.6rem;
}
.science .tit{
        color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5rem;
    padding-bottom: 0.8rem;
    position: relative;
    font-size: 1rem;
    font-family: "Pf";
    font-weight: 400;
}
.science .tit:after {
    position: absolute;
    content: "";
    width: 17rem;
    height: 2px;
    left: 1.5rem;
    bottom: 0;
    background-color: #fff;
}
.science .txt {
    width: 16.5rem;
    font-size: 0.425rem;
    color: #fff;
    line-height: 0.8rem;
    padding-left: 1.5rem;
    margin-top: 1.225rem;
}
.bases{
    position: relative;
    width: 100%;
    padding: 4.75rem 0 4.5rem;
    background-size: cover;
    background-position: center; 
}

.bases{
    height: 20.725rem;
    padding-top: 2.825rem;
}
.bases .tit{
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5rem;
    padding-bottom: 0.8rem;
    position: relative;
    font-size: 1.25rem;
    font-weight: 500;
}
.bases .tit:after {
    position: absolute;
    content: "";
    width: 17rem;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.6);
}
.bases .view2{
    padding:0 15%;
}
.bases .txt {
    width: 17rem;
    font-size: 0.425rem;
    color: #fff;
    line-height: 0.8rem;
    padding-left: 0;
    padding-right: 6px;
    margin-top: 1.225rem;
    height: 6.4rem;
    overflow: auto;
}
.bases .txt::-webkit-scrollbar {
    width: 3px;
    height: 0;
}

.bases .txt::-webkit-scrollbar-thumb:window-inactive {
    background: #0d419a;
}

.bases .txt::-webkit-scrollbar-thumb {
    background: #0d419a;
    /*border-radius: 4px;*/
}

.bases .txt::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2);
}
.aba .view2{
    padding: 0 4%;
}
@media (max-width: 1680px) {}
     .about_a .right .txt{
        font-size:.8rem;
    }

@media (max-width: 1366px) {
    .aba .view2{
    padding: 0 2%;
}
}
@media (max-width: 1250px) {
    .addss .addss_nav a {
        margin: 0 0.4rem;
    }
    .addss_nav{
        width: 25.0rem;
    overflow: auto;
    white-space: nowrap;
    }
    .head_right {
        width: 7.5rem;
        height: 100%;
    }
}
@media (max-width: 765px) {
    .videos{
        width:100%;
    }
    .yy-table .first{
    width: auto;
    border-bottom: 1px solid #ccc;
    margin-top: 0;
    overflow: auto;
    white-space: nowrap;
}
.yy-table .first a {
    display: inline-block;
    float: initial;
    line-height: .6rem;
    font-size: 0.28rem;

    color: #333333;
    margin-right: 0.3rem;
}
.table_a .list .item a:nth-child(5n){
    margin-right: 1%;
}
}
/*英文站*/
.en_home{
    width: 100%;
    padding: 2.85rem 0;
    background-color: #eef7fe;
}
.bussbox{
    width: 100%;
    height: 19rem;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.bussbox .left{
    width:50%;
    float: left;
    height: 100%;
    position: relative;
}
.bussbox .left .con{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding-left: 2rem;
    transform: translate(-50%, -50%);
    color: #fff;
    display: none;
}
.bussbox .left .con .tit{
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    padding-bottom: 0.6rem;
}
.bussbox .left .con .tit:after{
    position: absolute;
    content: "";
    width: 1.2rem;
    height: 2px;
    background-color: #fff;
    opacity: 0.8;
    left: 0;
    bottom: 0;
}
.bussbox .left .con .txt{
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.8;
    width: 80%;
    margin-top: 1rem;
}
.bussbox .left .con .more{
    margin-top: 1.8rem;
    display: block;
    width: 4.25rem;
    height: 1.25rem;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 0.4rem;
    line-height: 1.25rem;
    position: relative;
    border: 2px solid #fff;
    background-color: transparent;
    box-sizing: content-box;
}
.bussbox .right{
    width:50%;
    float: right;
    height: 100%;
    position: relative;

}
.bussbox .right a{
    display: block;
    float: left;
    width: 50%;
    height: 33.333%;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    border-left: 1px solid rgba(255,255,255,0.4);
    position: relative;
    transition: all 0.5s; 
}
.bussbox .right a .con{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #fff;
    transition: all 0.5s; 
}
.bussbox .right a .con .tit{
    font-size: 0.4rem;
}
.bussbox .right a .con  .jt{
     transform: rotate(90deg);
    margin-top: 0.4rem;
    display: none;
    transition: all 0.5s; 
}
.bussbox .right a:hover{
    background-color: rgba(255,255,255,0.3);

}
.bussbox .right a:hover .jt{
    display: block;

}
.bussbox .right a:last-child{
    width: 100%;
}
.bussbox .right a.on{
    background-color: rgba(255,255,255,0.3);

}
.bussbox .right a.on .jt{
    display: block;

}
.en_home .top {
    margin-bottom: 1rem;
}
.en_home .top .tit{
    font-size: 1.6rem;
    color: #0d419a;
    font-weight: bold;
    float: left;
}
.en_home .top .more{
    float: right;
    display: block;
    width: 4.25rem;
    height: 1.25rem;
    border-radius: 5px;
    text-align: center;
    color: #0d419a;
    font-weight: 500;
    font-size: 0.4rem;
    line-height: 1.25rem;
    position: relative;
    border: 2px solid #0d419a;
    background-color: transparent;
    box-sizing: content-box;
}
.en_home .top  .more .bg{
    background-color: #0d419a;
}
.en_home .top .more:hover {
    color: #fff;
    background-color: #0d419a;
}
.en_home .top .more:hover .bg {
    opacity: 1;
    transform: scaleX(1);
    transition: transform 0.34s cubic-bezier(0.67, 0.01, 0.26, 1);
}
.mbeinfo{
    width: 100%;
    padding: 2.5rem 0;
    background-color: #fff;
}

.mbeinfo .item {
    width: 100%;

}

.mbeinfo .item .left,
.mbeinfo .item .right {
    width: 50%;
    height: 13.5rem;
    background-color: #fff;
}

.mbeinfo .item .left {
    width: 50%;
    float: right;
    overflow: hidden;
    position: relative;
}

.mbeinfo .item .right {
    float: left;
}

.mbeinfo .item:nth-child(2n) .left {
    float: left;
}

.mbeinfo .item:nth-child(2n) .right {
    float: right;
}



.mbeinfo .item .right {
    padding: 1.8rem;
    box-sizing: border-box;
}

.mbeinfo .item .tit {
        font-size: 0.85rem;
    color: #1e58b5;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.6rem;
    line-height: 1.2rem;
    text-align: left;
    font-weight: 700;
}

.mbeinfo .item .txt2 {
    font-size: 0.375rem;
    color: #777777;
    font-family: "Pf";
    line-height: 0.6rem;
    margin-top: 0.95rem;
    height: 4.8rem;
    overflow: auto;
    padding-right: 0.2rem;
    box-sizing: border-box;
    text-align: justify;
}

.mbeinfo .item .txt3 {
    font-size: 0.375rem;
    color: #333333;

    margin-top: 1.5rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.mbeinfo .item .link {
    display: block;
    margin-top: 0.6rem;
    font-size: 0.375rem;

    color: #1e58b5;
}
.mbeinfo .item .txt2::-webkit-scrollbar {
    width: 2px;
    height: 0px;
}

.mbeinfo .item .txt2::-webkit-scrollbar-track {
    background: #fff;
}

.mbeinfo .item .txt2::-webkit-scrollbar-thumb {
    background: #1e58b5;
    height: 2px;
}

.mbeinfo .item .txt2::-webkit-scrollbar-thumb:window-inactive {
    background: #1e58b5;
}

.mbeinfo .item .txt2::-webkit-scrollbar-thumb:vertical:hover {
    background: #1e58b5;
}
.mbeinfo_a{
    width: 100%;
    padding: 2.5rem 0;
    background-color: #f7fafc;
}
.mbeinfo_a .pro_ss{
    text-align: center;
}
.mbeinfo-container{
    width: 100%;
    position: relative;
    margin: auto;
    margin-top: 1.5rem;
    padding: 0 4.3%;
    overflow: hidden;
}
.mbeinfo-container .swiper-slide{
    width: 23.8%;
    margin-right: 1rem;
    height: 9.25rem;
    background-color: #fff;
    border-radius: 10px;
    border:1px solid #ccc;
    position: relative;
}
.mbeinfo-container .swiper-slide img{
     position: absolute;
    top: 50%;
    left: 50%;
    width: 4.45rem;
    transform: translate(-50%, -50%);
}








@media (max-width: 767px){
    .bussbox .left{
        display: none;
    }
    .bussbox .right{
        width: 100%;
    }
    .en_home {
        width: 100%;
        padding: .6rem 0;
        background-color: #eef7fe;
    }
    .en_home .top .tit {
        font-size: 0.48rem;
        color: #0d419a;
        font-weight: bold;
        float: left;
    }
    .en_home .top .more {
        display: block;
        width: 2rem;
        height: .5rem;
        font-size: 0.24rem;
        line-height: .5rem;
    }
    .en_home .top{
        margin-bottom: .6rem;
    }
    .bussbox .right a{
        width: 100%;
        height: 20%;
    }
    .bussbox .right a .con .tit{
        font-size: 0.28rem;
    }
    .bussbox{
        height: 12rem;
        background-position-x: 21%;
    }
    .mbeinfo {
        width: 100%;
        padding: .6rem 0;
        background-color: #fff;
    }
    .mbeinfo .item .left{
        width: 100%;
        height: 4.5rem;
    }
    .m_prev, .m_next{
        margin-top: -0.4rem;
    }
    .mbeinfo .item .right {
        padding: 0.6rem 0 0;
        width: 100%;
        box-sizing: border-box;
        height: auto;
    }
    .mbeinfo .item .tit {
        font-size: 0.3rem;
        color: #1e58b5;
        border-bottom: 1px solid #ccc;
        padding-bottom: 0.2rem;
        line-height: .5rem;
        text-align: left;

        font-weight: 700;
    }
    .mbeinfo .item .txt2 {
        font-size: 0.24rem;
        color: #777777;
        font-family: "Pf";
        line-height: 0.4rem;
        margin-top: 0.2rem;
        height: auto;
        overflow: auto;
        padding-right: 0.2rem;
        box-sizing: border-box;
        text-align: justify;
    }
    .mbeinfo .item .txt3 {
        font-size: 0.28rem;
        color: #333333;
    
        margin-top: .6rem;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
    }
    .mbeinfo .item .txt3 span{
        margin-bottom: .2rem;
    }
    .mbeinfo .item .link {
        display: block;
        margin-top: 0rem;
        font-size: 0.28rem;
    
        color: #1e58b5;
    }
    .mbeinfo_a {
        width: 100%;
        padding: 0.6rem 0;
        background-color: #f7fafc;
    }
    .mbeinfo-container {
        width: 100%;
        position: relative;
        margin: auto;
        margin-top: .6rem;
        padding: 0 4.3%;
        overflow: hidden;
    }
    .mbeinfo-container .swiper-slide {
        width: 70%;
        margin-right: .6rem;
        height: 5.25rem;
        background-color: #fff;
        border-radius: 10px;
        border: 1px solid #ccc;
        position: relative;
    }
    .mbeinfo-container .swiper-slide img{
        width: 3rem;
    }
}