img {
    max-width: 100%;
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    font-size: 1rem;
    margin: 0 auto;
    font-family: SourceHanSans-Bold, SourceHanSans-Light, SourceHanSans-Medium, SourceHanSans-Normal, SourceHanSans-Regular, PingFang SC, Microsoft YaHei, Noto Sans CJK SC, sans-serif;
}

a {
    color: #212529;
}

a:hover {
    color: #212529;
}

/*去除点击下划线*/
a:link {
    text-decoration: none;
}

/* 指正常的未被访问过的链接*/

a:visited {
    text-decoration: none;
}

/*指已经访问过的链接*/

a:hover {
    text-decoration: none;
}

/*指鼠标在链接*/

a:active {
    text-decoration: none;
}

/* 指正在点的链接*/

ul li {
    list-style-type: none;
}

.of-h {
    overflow: hidden;
}

/*字体*/
.shs-b {
    font-family: SourceHanSans-Bold;
    font-weight: bold;
}

.shs-l {
    font-family: SourceHanSans-Light;
}

.shs-m {
    font-family: SourceHanSans-Medium;
}

.shs-n {
    font-family: SourceHanSans-Normal;
    font-weight: normal;
}

.shs-r {
    font-family: SourceHanSans-Regular;
}

.fw-b {
    font-weight: bold;
}

.fw-n {
    font-weight: normal;
}

/*背景色与字体色*/
.bg-blue {
    background-color: #078fee !important;
}

.bg-bule-trans {
    background-color: rgba(7, 143, 238, 0.9);
}

.text-blue {
    color: #078fee;
}

.bg-blue-active {
    background-color: #0070be;
}

.text-blue-active {
    color: #0070be;
}

.bg-bule-light {
    background-color: #ecf3f9;
}

.text-black-light {
    color: #333333;
}

/*字体大小*/
.fs-1 {
    font-size: 0.5rem;
    /*8px*/
}

.fs-2 {
    font-size: 0.625rem;
    /*10px*/
}

.fs-3 {
    font-size: 0.75rem;
    /*12px*/
}

.fs-4 {
    font-size: 0.875rem;
    /*14px*/
}

.fs-5 {
    font-size: 1rem;
    /*16px*/
}

.fs-6 {
    font-size: 1.125rem;
    /*18px*/
}

.fs-7 {
    font-size: 1.325rem;
    /*22px*/
}

.fs-8 {
    font-size: 2rem;
}

.fs-9 {
    font-size: 2.125rem;
}

.fs-10 {
    font-size: 2.375rem;
}

.fs-11 {
    font-size: 3rem;
}

.fs-12 {
    font-size: 3.125rem;
}

.fs-13 {
    font-size: 3.375rem;
}

/*图片宽*/
.img-5 {
    width: 5rem;
}

.img-6 {
    width: 5.5rem;
}

.img-7 {
    width: 128px;
}

.img-1x {
    width: 25%;
}

.img-2x {
    width: 50%;
}

.img-3x {
    width: 60%;
}

.img-4x {
    width: 70%;
}

.img-5x {
    width: 75%;
}

/*移动端隐藏与显示*/
/*移动端*/
@media (max-width: 768px) {
    .mobile-show {
        display: block;
    }

    .mobile-hide {
        display: none;
    }
}

/*非移动端*/
@media (min-width: 768px) {

    .mobile-show {
        display: none;
    }

    .mobile-hide {
        display: block;
    }
}

/*swiper*/
.swiper-banner {
    width: 100%;
    height: auto;
    /*max-height: 600px;*/
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*-- header --*/
.header-main {
    background-color: rgba(7, 143, 238, 0.9);
}

.hd-nav-top {
    background-color: rgba(7, 143, 238, 0.9) !important;
}

.logo {
    width: 40px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .95);
}

.language {
    display: none;
}

@media (min-width: 768px) {
    .logo {
        width: 60px;
    }

    .collapse>.navbar-nav>li:hover .dropdown-menu {
        color: rgba(255, 255, 255, 1);
        display: block;
    }

    .collapse>.navbar-nav>li {
        padding-left: 1.125rem;
        padding-right: 1.125rem;
        padding-top: 1.8rem;
        padding-bottom: 1.8rem;
    }

    .language {
        display: block;
    }

    .language>.navbar-nav>li {
        padding-top: 1.8rem;
        padding-bottom: 1.8rem;
    }

    .language>.navbar-nav>li:hover .dropdown-menu {
        display: block;
    }

    .dropdown-menu {
        padding: 0;
        margin: 0;
        background-clip: padding-box;
        border: 0px solid rgba(0, 0, 0, .15);
        border-radius: 0;
    }

    .dropdown-item {
        padding: .75rem 1.5rem;
        color: rgba(255, 255, 255, .85);
    }

    .dropdown-item:hover {
        color: #fff;
        text-decoration: none;
        background-color: #0070be;
    }

    #search {
        background: transparent;
        left: -195px;
    }

    #search form input {
        color: #949494;
        border: none;
        border-bottom: 1px solid #e5e5e5;
        width: 100%;
        letter-spacing: 1px;
        font-size: 11px;
        padding: 8px 15px;
        width: 15.625rem;
        border-radius: 2rem;
        max-width: 100%;
        resize: none;
        transition: 0.8s;
        font-family: 'Roboto', "Microsoft YaHei", sans-serif !important;
        letter-spacing: 1px;
        font-size: 11px;
    }

    #search form input:focus {
        outline: none;
        border-color: #9ecaed;
        box-shadow: 0 0 10px #9ecaed;
    }
}

/*about*/
.line-blue {
    width: 3.5rem;
    height: 0.3rem;
    background-color: #078fee;
}

/*index*/

.bt-container {
    padding-top: 1rem;
}

@media (max-width: 768px) {
    .bt-container {
        padding-bottom: 1rem;
    }
}

.bt {
    border-left: 0.25rem solid #078fee;
}

.bt-dis {
    letter-spacing: .5rem;
    line-height: 1rem;
    color: #078fee;
    font-family: SourceHanSans-Medium;
    /*font-weight: bold;*/
}

.bt-title {
    font-size: 2rem;
    font-family: SourceHanSans-Medium;
    font-weight: 500 !important;
}

.enlarge-card {
    /*width: 100%;*/
}

.enlarge-card li {
    float: left;
    list-style: none
}

.enlarge-card li {
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
}

.enlarge-card li:hover {
    z-index: 5;
    -webkit-transform: scale(1.125);
    transform: scale(1.125);
}

.enlarge-card-round li {
    border-radius: 0px;
    overflow: hidden;
}

.enlarge-card-round li:hover {
    border-radius: 1%;
}

.enlarge-card-shadow li:hover {
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.43);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.43);
}

/*footer*/
.footer {
    padding-top: 5rem;
    padding-bottom: 2rem;
    border-bottom: 8px solid #078fee;
}

.footer-nav a:hover {
    color: #078fee !important;
}

.footer-nav {
    border-bottom: 1px solid #ccc;
}

.footer-data {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

/*移动端*/
@media (max-width: 768px) {
    .footer {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }

    .footer-data {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

/*page*/
.bodymain {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.cat-menu {
    /*padding-top: 3rem;*/
    padding-bottom: 3rem;
}

@media (max-width: 768px) {
    .bodymain {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .cat-menu {
        padding-bottom: 1rem;
    }
}

.cat-btn>div {
    background-color: #e3e3e3;
    border-radius: .25rem;
}

.cat-btn>div:hover {
    background-color: #078fee;
    color: #fff;
}

.catdir {
    padding-top: 1rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #ccc;
}

.bodytitle {
    padding-top: 1rem;
    padding-bottom: .5rem;
    text-align: center;
}

/*page-team*/
.part-nav {
    overflow: hidden;
}

.part-nav ul {
    width: 100%;
    background-color: #f5f5f5;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.part-nav ul>li.active {
    background-color: rgba(7, 143, 238, 0.9);
    color: #fff;
}

.part-nav ul>li.active>a {
    color: #fff;
}

.part-nav ul>li.active>a>h4 {
    color: #fff;
}

.part-nav ul>li.active:after {
    position: absolute;
    bottom: 0%;
    left: 0%;
    background: none;
    display: block;
    content: '';
}

.part-nav-li {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.part-nav-li a:hover h4,
.part-nav-li a:focus h4,
.part-nav-li a:hover p,
.part-nav-li a:focus p {
    color: #23527c !important;
    text-decoration: none;
}

.part-nav-lia {
    height: 5em;
}

.part-nav-lia h4 {
    font-size: 1em;
    font-weight: 350;
    color: #555;
    padding-top: 0.5em;
}

.part-nav-lia span {
    color: #75b8d8;
}

.part-nav-tab h4 {
    font-size: 1.5em;
    line-height: 1.8em;
    font-weight: 350;
    color: #555;
}

.part-nav-tab span {
    font-size: 1em;
    color: #75b8d8;
}

.nav-min {
    min-width: 345px !important;
}

@media (max-width:991px) {
    .nav-min>.part-nav-li {
        width: 50%;
    }
}

.team-box {
    padding-top: 24px;
    background: #fff;
}

.team-list li {
    list-style-type: none;
    position: relative;
}

.team-list li:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #d8eefb;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transition: 570ms;
}

.team {
    position: relative;
    padding: 40px 0 !important;
}

.team:before {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #bebebe;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 388ms;
}

.team figure {
    display: block;
    line-height: 1;
    overflow: hidden;
    width: 26%;
    float: left;
    margin-left: 48px;
}

@media (max-width: 767px) {
    .team figure {
        width: 70%;
    }
}

.team figure img {
    display: block;
    width: 100%;
    height: auto;
    line-height: 1;
    transition: 588ms;
}

.teamtxt {
    width: 62.5%;
    float: left;
    margin-left: 48px;
    padding-top: 15px;
}

.teamtxt h4 {
    line-height: 1;
    color: #666666;
    transition: 388ms;
    font-size: 1.8em;
    font-weight: 350;
    margin-bottom: 10px;
}

.teamtxt h4 small {
    display: inline-block;
    margin-left: 0.5em;
    font-weight: normal;
    font-size: 0.5em;
}

.teamtxt span {
    display: block;
    color: #999999;
    font-size: 1em;
    margin-bottom: 20px;
}

.teamtxt p {
    color: #666666;
    font-size: 1em;
    line-height: 1.6em;
}

.team-list li:hover:before {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
}

.team-list li:hover .team:before {
    opacity: 0;
    visibility: hidden;
}

.team-list li:hover .team figure img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
}

.team-list li:hover .teamtxt h4 {
    color: #0368ca;
}

.team-list li:hover .teamtxt h4 small {
    color: #666666;
}

/*列表分页*/
#pages a {
    color: #73c3d0;
    padding: .25rem 1rem;
    border: 2px solid #e5f6ff;
}

#pages span,
a:not([href]):not([tabindex]) {
    color: #333333 !important;
    padding: .25rem 1rem;
    border: 0px !important;
}

@media (max-width: 768px) {
    #pages a {
        padding: .1rem .25rem;
    }

    #pages span,
    a:not([href]):not([tabindex]) {
        padding: .1rem .25rem;
    }
}

#pages a:hover {
    color: #078fee;
    border: 2px solid #078fee;
}