* {
    box-sizing: border-box
}

*:before,
*:after {
    box-sizing: border-box
}

body {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
    color: #333
}

a {
    color: #333
}

a:hover {
    color: #00296d;
    text-decoration: none
}

img {
    max-width: 100%
}

*[class*="rect-"] {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0
}

a:before,
a:after,
*:before,
*:after,
.trans {
    transition: all .4s ease 0s
}

.clearfix:after {
    display: table;
    content: " ";
    clear: both
}

.justify {
    text-align: justify;
    text-justify: inter-ideograph;
    letter-spacing: 0px;
    font-size: 0px
}

.justify:after {
    content: " ";
    height: 0px;
    width: 100%;
    display: inline-block;
    overflow: hidden
}

.justify>* {
    text-align: left;
    font-size: 14px
}

.justify .box {
    display: inline-block;
    vertical-align: top
}

.page-wrap {
    background: #f5f5f5
}

.container {
    width: 100%;
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto
}

.main-box {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto
}

.left-box {
    width: 27%;
    margin-top: 4%
}

.right-box {
    width: 69%;
    margin-top: 4%
}

@media screen and (min-width:1367px) and (max-width:1920px) {

    .container,
    .main-box {
        max-width: 76%
    }
}

@media screen and (max-width:1366px) {

    .container,
    .main-box {
        max-width: 1240px
    }
}

@media screen and (max-width:1150px) {
    .container {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px
    }
}

@media screen and (max-width:991px) {
    .left-box {
        width: 30%
    }

    .right-box {
        width: 66%
    }

    body {
        padding-bottom: 40px
    }
}

@media screen and (max-width:640px) {
    .main-box {
        width: 100%
    }

    .left-box {
        width: 100%;
        margin-top: 0
    }

    .right-box {
        width: 100%
    }

    .hidden-xs {
        display: none !important
    }
}

.header {
    width: 100%;
    z-index: 1000;
    position: relative;
    box-shadow: 2px 0 5px 2px rgba(0, 0, 0, 0.1)
}

.header.active {
    position: sticky;
    top: 0
}

.header:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    left: 0;
    top: 0;
    z-index: 2;
    background: transparent
}

.header .container {
    position: relative
}

.header .navbar-brand,
.header .navbar {
    vertical-align: middle
}

.header .nav-bg {
    background-color: white
}

@media \0screen {
    .header .nav-bg {
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FFFFFFFF, endcolorstr=#FFFFFFFF)
    }
}

.header .navbar-brand {
    z-index: 999;
    width: 29%
}

.header .slogon {
    font-size: 24px;
    position: absolute;
    left: 29%;
    bottom: 8px;
    margin-left: -6em
}

.header .navbar {
    padding: 30px 0;
    width: 48.25%
}

.header .navbar-btn {
    display: none
}

.header .logo {
    height: auto;
    overflow: hidden;
    display: inline-block
}

.header .navbar-collapse {
    width: 100%
}

.header .navbar-collapse li {
    position: relative
}

.header .navbar-collapse li a {
    color: #333;
    position: relative;
    display: inline-block;
    padding: 8px 0 10px;
    font-size: 18px;
    font-weight: normal
}

.header .navbar-collapse li a:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 0;
    left: 50%;
    bottom: 0;
    background: #d70c19
}

.header .navbar-collapse li a:hover {
    color: #d70c19
}

.header .navbar-collapse li a:hover:after {
    width: 100%;
    left: 0
}

.header .sub-list {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: 30px;
    margin-left: -105px;
    width: 210px;
    display: none;
    background: #fff;
    padding: 0;
    box-shadow: 2px 0 5px 2px rgba(0, 0, 0, 0.1)
}

.header .sub-list .link {
    display: block;
    padding: 20px;
    font-weight: normal
}

.header .sub-list .link:after {
    background: #d70c19
}

.header .sub-list .link:hover,
.header .sub-list .link:active {
    background: #00296d;
    color: #ffffff
}

.header .sub-list.active {
    display: block
}

.welcome {
    padding: 10px 0;
    border-bottom: solid 1px transparent;
    background: #00296d;
    color: #fff;
    font-size: 16px
}

.welcome .img {
    display: inline-block;
    vertical-align: middle
}

.welcome .box {
    vertical-align: middle
}

.welcome .icon {
    font-size: 20px;
    margin-right: 3px;
    vertical-align: middle;
    color: #ffffff
}

.welcome .link {
    margin: 0 3px
}

.welcome .link img {
    width: 22px
}

.welcome a {
    color: #fff
}

.welcome a:hover,
.welcome a:active {
    color: #fff
}

.welcome .topbar {
    color: #ffffff;
    display: flex
}

.welcome .topbar .icon {
    color: #ffffff;
    font-size: 20px
}

.welcome .topbar .list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 15px;
    background-color: #00296d;
    color: #ffffff;
    position: relative
}

@media \0screen {
    .welcome .topbar .list {
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF0B2B7E, endcolorstr=#FF0B2B7E)
    }
}

.welcome .topbar .list:hover {
    background: #00296d;
    color: #ffffff
}

.welcome .topbar .link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    cursor: pointer;
    color: #ffffff;
    position: relative;
    font-size: 16px
}

.welcome .topbar a {
    color: #ffffff
}

.welcome .topbar .search-bg {
    align-self: center;
    padding: 0
}

.welcome .topbar .search-bg .icon {
    font-size: 24px;
    color: #ffffff
}

.welcome .topbar .form-control {
    border: solid 1px transparent;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    padding: 5px;
    color: #9fa0a0;
    font-size: 14px;
    width: 160px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.welcome .topbar .form-control::-webkit-input-placeholder {
    color: #9fa0a0
}

.welcome .topbar .form-control::-ms-input-placeholder {
    color: #9fa0a0
}

.welcome .topbar .form-control::placeholder {
    color: #9fa0a0
}

.welcome .topbar .submit {
    text-align: center;
    line-height: 1.2;
    border: solid 1px transparent;
    padding: 0 2px;
    background: #d70c19;
    display: inline-block;
    vertical-align: middle
}

@media screen and (max-width:991px) {
    .header {
        position: fixed;
        width: 100vw;
        z-index: 1000;
        padding: 0;
        top: 50px
    }

    .header .slogon {
        display: none
    }

    .header:before {
        background: transparent
    }

    .header .container {
        padding: 0;
        width: 100%;
        max-width: none
    }

    .header .navbar-brand {
        width: 100%;
        display: block;
        position: relative;
        padding: 10px 15px;
        z-index: 7
    }

    .header .navbar {
        overflow: visible;
        display: none;
        opacity: 0;
        width: 100vw;
        height: 0;
        z-index: 8;
        position: relative;
        padding: 0
    }

    .header .logo {
        width: 30%;
        position: relative;
        top: 3px;
        display: inline-block;
        z-index: 8
    }

    .header .navbar-collapse {
        height: 0;
        width: 100vw;
        border-top: 1px solid #d2d2d2
    }

    .header .navbar-collapse li {
        display: block;
        opacity: 0;
        transform: translateX(250px);
        transition: all .2s ease .3s
    }

    .header .navbar-collapse li a {
        font-size: 16px;
        text-align: left;
        padding: 15px 15px;
        display: block;
        color: #333;
        border-bottom: 1px solid #d2d2d2;
        position: relative
    }

    .header .navbar-collapse li a.parent:hover {
        color: #333
    }

    .header .navbar-collapse li a.parent:after {
        position: absolute;
        right: 15px;
        top: 50%;
        left: auto;
        background: transparent;
        width: 8px;
        height: 8px;
        border-right: 1px solid #d2d2d2;
        border-bottom: 1px solid #d2d2d2;
        transform: translateY(-50%) rotate(-45deg);
        content: ""
    }

    .header .navbar-btn {
        right: 15px;
        background: #00296d;
        top: 50%;
        margin-top: -1px;
        height: 2px;
        width: 23px;
        position: absolute;
        display: inline-block;
        z-index: 10
    }

    .header .navbar-btn:before,
    .header .navbar-btn:after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        background: #00296d;
        transition: top .3s, bottom .3s, transform .3s
    }

    .header .navbar-btn:before {
        top: -6px
    }

    .header .navbar-btn:after {
        bottom: -6px
    }

    .header .navbar-btn.active {
        background: transparent
    }

    .header .navbar-btn.active:before {
        top: 0;
        transform: rotate(45deg);
        background: #00296d
    }

    .header .navbar-btn.active:after {
        bottom: 0;
        transform: rotate(-45deg);
        background: #00296d
    }

    .header .sub-list {
        left: 0;
        width: 100%;
        margin-left: 0;
        height: 0;
        display: none;
        position: relative;
        box-shadow: none;
        background: #f8f8f8;
        margin-top: 0
    }

    .header .sub-list:last-child {
        right: auto
    }

    .header .sub-list .link {
        padding: 10px 15px
    }

    .header .bg {
        display: none
    }

    .header .topbar {
        margin-top: 0;
        right: 45px;
        height: 100%
    }

    .header .topbar .link {
        background: transparent;
        font-size: 14px
    }

    .header .topbar .link:first-child:before {
        display: none
    }

    .header.open {
        border-bottom: 0
    }

    .header.open .topbar {
        display: none
    }

    .header.open .navbar {
        display: block;
        position: fixed;
        opacity: 1;
        height: auto;
        max-height: 100vh;
        overflow: scroll;
        background: #ffffff
    }

    .header.open .has-sub.active .sub-list {
        height: auto;
        display: block
    }

    .header.open .has-sub.active .parent {
        background: #00296d;
        color: #ffffff
    }

    .header.open .has-sub.active .parent:after {
        transform: translateY(-50%) rotate(45deg)
    }

    .header.open .navbar-collapse {
        height: auto
    }

    .header.open .navbar-collapse li {
        opacity: 1;
        transform: translateX(0)
    }

    .header.open .navbar-collapse li:nth-child(1) {
        transition-duration: 0.4s
    }

    .header.open .navbar-collapse li:nth-child(2) {
        transition-duration: 0.5s
    }

    .header.open .navbar-collapse li:nth-child(3) {
        transition-duration: 0.6s
    }

    .header.open .navbar-collapse li:nth-child(4) {
        transition-duration: 0.7s
    }

    .header.open .navbar-collapse li:nth-child(5) {
        transition-duration: 0.8s
    }

    .header.open .navbar-collapse li:nth-child(6) {
        transition-duration: 0.9s
    }

    .header.open .navbar-collapse li:nth-child(7) {
        transition-duration: 1s
    }

    .header.open .bg {
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.9)
    }

    .navbar-search .search-btn {
        width: 22px;
        height: 22px
    }

    .navbar-search .search-btn:hover,
    .navbar-search .search-btn:active {
        background: #00296d;
        border: solid 1px #00296d
    }

    .navbar-search .search-btn svg {
        fill: #c9c9c9;
        margin: 5px;
        width: 10px;
        height: 10px
    }

    .welcome {
        position: fixed;
        width: 100vw;
        top: 0;
        z-index: 1000
    }

    .welcome .container {
        padding: 0 15px
    }
}

@media screen and (max-width:640px) {
    .header {
        top: 33px
    }

    .header .slogon {
        display: none
    }

    .header .logo {
        width: 40%
    }

    .header .logo img {
        width: 100%;
        height: auto
    }

    .header.active .logo img {
        margin-top: 0
    }

    .welcome {
        padding: 5px 0
    }

    .welcome .box {
        font-size: 13px
    }

    .welcome img {
        width: 16px
    }

    .welcome .topbar .icon {
        font-size: 16px
    }

    .welcome .topbar .link {
        font-size: 13px;
        padding: 0
    }

    .welcome .lang {
        width: 100%
    }
}

@media screen and (max-width:375px) {
    .header .logo {
        height: auto
    }

    .header.active .logo img {
        margin-top: 0
    }
}

.footer {
    background: #222222;
    background-size: cover;
    color: #ffffff;
    position: relative;
    z-index: 99;
    font-size: 16px
}

.footer .border {
    border-bottom: solid 1px #494949
}

.footer .container {
    position: relative
}

.footer a {
    color: #ffffff
}

.footer a:hover {
    color: #ffffff
}

.footer .bg {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 4% 0
}

.footer .item-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative
}

.footer .item-title:after {
    position: absolute;
    content: "";
    height: 3px;
    background: #d70c19;
    width: 2em;
    left: 0;
    bottom: 0
}

.footer .address {
    max-width: 380px;
    color: #ffffff
}

.footer .address .item {
    padding: 5px 0;
    opacity: 0.6
}

.footer .address .list .dib {
    display: inline-block;
    vertical-align: top;
    position: relative;
    max-width: calc(100% - 25px)
}

.footer .address .title {
    margin-bottom: 15px
}

.footer .address .title .cn {
    font-size: 30px;
    font-weight: bold
}

.footer .address .title .en {
    font-size: 16.3px;
    opacity: .7
}

.footer .foot-brand {
    max-width: 280px
}

.footer .foot-brand .desc {
    margin: 50px 0 30px;
    opacity: 0.7
}

.footer .foot-link {
    vertical-align: middle
}

.footer .foot-link .item {
    display: inline-block;
    padding: 30px 0;
    margin: 0 15px;
    text-transform: uppercase;
    position: relative;
    font-size: 16px
}

.footer .foot-link .item:before {
    position: absolute;
    left: 0;
    top: 50%;
    background: transparent;
    width: 8px;
    height: 8px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    transform: translateY(-50%) rotate(-45deg);
    content: ""
}

.footer .foot-link .item:hover {
    color: #ffffff;
    padding-left: 23px
}

.footer .foot-link .item:hover:before {
    left: 5px
}

.footer .foot-nav .item {
    display: block;
    padding: 5px 0 5px 18px;
    position: relative;
    opacity: 0.7
}

.footer .foot-nav .item:before {
    position: absolute;
    left: 0;
    top: 50%;
    background: transparent;
    width: 8px;
    height: 8px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    transform: translateY(-50%) rotate(-45deg);
    content: ""
}

.footer .foot-nav .item:hover {
    color: #ffffff;
    transform: translateX(5px)
}

.footer .foot-nav .item.min {
    min-width: 8em
}

.footer .hotline a {
    color: #d3d4e4
}

.footer .hotline .item {
    display: inline-block
}

.footer .hotline .ico {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.footer .hotline .text {
    display: inline-block;
    vertical-align: middle;
    text-align: left
}

.footer .hotline .cn {
    font-size: 18px
}

.footer .hotline .num {
    font-weight: bold;
    font-size: 40px
}

.footer .share-nav .icon-item {
    display: inline-block;
    text-align: center;
    margin-right: 10px
}

.footer .share-nav .icon-item:last-child {
    margin-right: 0
}

.footer .share-nav .icon {
    font-size: 24px;
    vertical-align: middle
}

.footer .wechat .list {
    width: 110px;
    font-size: 13px;
    text-align: center
}

.footer .copyright {
    opacity: 0.7;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #393939
}

.footer .copyright .share-btn {
    padding-top: 15px
}

.footer .copyright .share-btn .item {
    display: inline-block;
    margin: 0 5px
}

.footer .copyright .list img {
    display: inline-block
}

.footer .form {
    width: 24%;
    position: relative;
    z-index: 9
}

.footer .form .form-half {
    width: 49%
}

.footer .form .form-group {
    margin: 5px 0
}

.footer .form .form-control {
    background: transparent;
    border: solid 1px rgba(255, 255, 255, 0.7);
    width: 100%;
    padding: 8px 12px;
    color: rgba(255, 255, 255, 0.7)
}

.footer .form .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7)
}

.footer .form .form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7)
}

.footer .form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7)
}

.footer .form .tips {
    font-size: 16px;
    color: #ffffff;
    width: 70%;
    vertical-align: middle
}

.footer .form .tips .item {
    display: inline-block;
    margin-right: 10px
}

.footer .form .submit {
    text-align: right;
    vertical-align: middle
}

.footer .form .textarea {
    width: 100%
}

.footer .form .form-submit {
    display: block;
    width: 100%;
    padding: 10px 30px;
    text-align: center;
    border: solid 1px #fff;
    background: transparent;
    color: #ffffff
}

.footer .form .title {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative
}

.footer .form .title .en {
    display: block;
    font-size: 13.2px;
    font-weight: normal;
    text-transform: uppercase
}

.footer .form .title:before {
    position: absolute;
    content: "";
    height: 3px;
    background: #d70c19;
    width: 1em;
    left: 0;
    bottom: 0
}

.catalog {
    cursor: pointer;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 999;
    width: 60px
}

.catalog .title {
    background: #e5e5e5;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    padding: 15px 0;
    text-transform: uppercase;
    display: none
}

.catalog .link {
    display: block;
    text-align: left;
    padding: 15px;
    position: relative;
    background: #ffffff;
    border-bottom: solid 1px #00296d;
    display: none
}

.catalog .link:after {
    position: absolute;
    content: "+";
    right: 15px;
    top: 50%;
    margin-top: -16px;
    font-size: 20px
}

.catalog .link:hover,
.catalog .link:focus {
    background: #00296d;
    color: #ffffff
}

.catalog .link:hover:after,
.catalog .link:focus:after {
    color: #ffffff
}

.catalog .arrow {
    background: #f7f7f7;
    display: block;
    padding: 15px;
    text-align: center;
    font-size: 20px
}

.catalog .arrow:hover,
.catalog .arrow:focus {
    background: #00296d;
    color: #ffffff
}

.catalog.active {
    width: 220px
}

.catalog.active .title,
.catalog.active .link {
    display: block
}

.popover {
    position: absolute;
    right: 56px;
    bottom: -50px;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
    display: none;
    font-size: 12px
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    right: 56px;
    bottom: 288px;
    border-width: 11px
}

.popover .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.popover .popover-content {
    min-width: 100px
}

.popover .popover-content img {
    width: 100px
}

.share {
    border-top: solid 6px #00296d;
    text-align: center;
    padding: 15px 0
}

@media screen and (max-width:991px) {
    .footer .bg {
        flex-wrap: wrap
    }

    .footer .foot-brand {
        width: 100%;
        max-width: none;
        text-align: center;
        margin-bottom: 20px
    }

    .footer .foot-brand .desc {
        margin: 0 0 10px
    }

    .footer .address {
        max-width: 45%
    }

    .footer .address .item {
        text-align: left
    }

    .footer .address .item .box {
        display: inline;
        width: auto !important
    }

    .footer .hotline {
        text-align: left
    }

    .footer .wechat .list:first-child {
        margin-right: 10px
    }

    .footer .download .link,
    .footer .online .link {
        display: flex;
        justify-content: flex-start;
        align-items: center
    }

    .footer .download .text,
    .footer .online .text {
        text-align: left;
        padding-left: 15px;
        padding-top: 0
    }

    .footer .download .ico {
        width: 48px
    }

    .footer .online .ico {
        width: 48px
    }
}

@media screen and (max-width:640px) {
    .footer .item-title {
        margin-top: 15px
    }

    .footer .address {
        max-width: 100%
    }

    .footer .foot-brand {
        max-width: 100%
    }

    .footer .foot-logo {
        padding: 15px 0;
        width: 100%;
        text-align: center;
        margin-right: 0
    }

    .footer .hotline {
        padding: 20px 0
    }

    .footer .hotline .cn {
        font-size: 20px
    }

    .footer .hotline .num {
        font-size: 28px
    }

    .footer .wechat {
        margin: 0
    }

    .footer .copyright {
        width: 100%
    }

    .footer .copyright .box {
        width: 100%;
        text-align: center !important
    }

    .sidebar {
        display: none
    }
}

.cate-bg {
    padding: 10% 0;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.cate-bg .text {
    text-align: center;
    width: 100%
}

.cate-bg .en {
    font-size: 56px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 5px
}

.cate-bg .cn {
    font-size: 48px;
    position: relative;
    display: inline-block;
    margin-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase
}

.cate-bg .cn:after {
    position: absolute;
    content: "";
    width: 1.5em;
    height: 2px;
    left: 50%;
    margin-left: -.75em;
    bottom: 0;
    background: #fff
}

.cate-bg .desc {
    font-size: 18px;
    position: relative;
    margin-top: 20px;
    padding: 25px 0;
    text-transform: uppercase
}

.cate-bg .desc:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 2em;
    height: 2px;
    content: " ";
    background: #fff
}

.cate-title {
    font-size: 1.5em;
    padding: 15px 0;
    position: relative
}

.cate-title:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 2em;
    height: 2px;
    bottom: 0;
    background: #d70c19
}

.cate-back .box {
    vertical-align: middle
}

.cate-desc {
    padding: 25px 0
}

.cate-banner {
    margin-bottom: 25px
}

.crumb .box {
    vertical-align: middle
}

.crumb .bg {
    position: relative
}

.crumb .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: #00296d;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    z-index: 99
}

.crumb .title .cn {
    margin: 0 auto;
    font-size: 18px;
    width: 2em
}

.crumb .navigation:before {
    left: 0;
    top: 50%;
    margin-top: -7px;
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border: solid 2px #b7b7b7;
    border-radius: 999px
}

.crumb .category {
    background: #00296d;
    font-size: 0;
    padding: 10px 0;
    text-align: center
}

.crumb .category .item {
    display: inline-block;
    text-align: center;
    padding: 0 20px;
    position: relative
}

.crumb .category .item:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 1px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    background: transparent
}

.crumb .category .item:last-child:after {
    display: none
}

.crumb .category .item:last-child .link:after {
    display: none
}

.crumb .category .link {
    font-size: 18px;
    display: inline-block;
    position: relative;
    padding: 10px 0;
    color: #ffffff;
    font-weight: bold;
    opacity: 0.6
}

.crumb .category .link .cn {
    font-size: 18px
}

.crumb .category .link .en {
    font-size: .75em;
    text-transform: capitalize;
    opacity: .7
}

.crumb .category .link:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    height: 3px;
    bottom: -1px;
    background: #ffffff
}

.crumb .category .link.active,
.crumb .category .link:active,
.crumb .category .link:hover,
.crumb .category .link:focus {
    color: #ffffff;
    opacity: 1
}

.crumb .category .link.active:before,
.crumb .category .link:active:before,
.crumb .category .link:hover:before,
.crumb .category .link:focus:before {
    left: 50%;
    margin-left: -1em;
    width: 2em
}

.crumb-title {
    margin-bottom: 20px
}

.crumb-title .cn {
    font-size: 36px;
    position: relative;
    font-weight: bold;
    text-align: center
}

.crumb-title .cn:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    margin-left: -.5em;
    width: 1em;
    height: 2px;
    background: transparent
}

.crumb-title.white .cn {
    color: #ffffff
}

.crumb-title .en {
    opacity: .7;
    text-transform: uppercase
}

.crumb-title .desc {
    opacity: .7;
    padding-top: 10px
}

.crumb-link {
    font-size: 16px;
    color: #595757
}

.crumb-link a {
    color: #595757
}

.crumb-desc {
    font-size: 16px;
    padding: 2%;
    margin-bottom: 2%;
    margin-top: 2%;
    background: #edf0f4
}

.crumb-desc .text {
    width: 60%;
    vertical-align: middle
}

.crumb-desc .em {
    color: #d70c19
}

.crumb-desc .title {
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.crumb-desc .title:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 0;
    width: 2em;
    background: #00296d
}

.crumb-desc .desc {
    line-height: 1.8
}

.crumb-desc .desc p {
    padding-bottom: .5em
}

.crumb-desc .pic {
    vertical-align: middle;
    text-align: center;
    width: 38%
}

.crumb-desc .list {
    width: 48.5%
}

.crumb-desc .item {
    position: relative;
    padding-left: 10px
}

.crumb-desc .item:before {
    position: absolute;
    content: "";
    left: 0;
    top: 45%;
    width: 3px;
    height: 3px;
    border-radius: 999px;
    background: #00296d
}

.sidebar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 999
}

.sidebar .item {
    margin-bottom: 10px;
    float: right;
    clear: both
}

.sidebar .link {
    font-size: 0
}

.sidebar .link .bg,
.sidebar .link .hover {
    width: 28px;
    height: 28px;
    margin: 6px
}

.sidebar .link .hover {
    display: none
}

.sidebar .link .ico {
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #000;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 999px;
    display: inline-block;
    text-align: center
}

@media \0screen {
    .sidebar .link .ico {
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#B3000000, endcolorstr=#B3000000)
    }
}

.sidebar .link .icon {
    font-size: 22px;
    color: #ffffff
}

.sidebar .link .text {
    vertical-align: middle;
    display: none;
    padding: 0 0 0 15px;
    font-size: 18px;
    background: #00296d;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px
}

.sidebar .link:hover {
    padding-right: 8px
}

.sidebar .link:hover .bg {
    display: none
}

.sidebar .link:hover .hover {
    display: block
}

.sidebar .link:hover .ico {
    background: #00296d;
    border: solid 1px #00296d
}

.sidebar .link:hover .icon {
    color: #ffffff
}

.sidebar .link:hover .ico.has-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.sidebar .link:hover .text {
    display: inline-block
}

.popover {
    position: absolute;
    right: 56px;
    bottom: -50px;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
    display: none;
    font-size: 12px
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    right: 56px;
    bottom: 288px;
    border-width: 11px
}

.popover .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.popover .popover-content {
    min-width: 100px
}

.popover .popover-content img {
    width: 100px
}

.aside .aside-title {
    position: relative
}

.aside .aside-title .aside-btn {
    display: none;
    z-index: 9;
    right: 15px;
    width: 18px;
    top: 50%;
    margin-top: -6px;
    position: absolute
}

.aside .aside-title .aside-btn .item {
    display: block;
    background: #ffffff;
    width: 100%;
    height: 2px;
    transition: top .3s, bottom .3s, transform .3s;
    margin-bottom: 3px
}

.aside .aside-title .aside-btn .item:last-child {
    margin-bottom: 0
}

.aside .aside-title .aside-btn.active {
    background: transparent
}

.aside .aside-logo {
    padding: 15px;
    background: #d70c19;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.5em
}

.aside .aside-list {
    text-transform: uppercase
}

.aside .aside-list .has-sub,
.aside .aside-list .no-sub {
    position: relative
}

.aside .aside-list .has-sub .link,
.aside .aside-list .no-sub .link {
    padding: 15px 15px;
    display: block;
    position: relative;
    border-left: 3px solid transparent
}

.aside .aside-list .has-sub .link:hover,
.aside .aside-list .no-sub .link:hover {
    background: #ebeef8;
    border-left: 3px solid #00296d
}

.aside .aside-list .has-sub .link:hover .sub-btn,
.aside .aside-list .no-sub .link:hover .sub-btn {
    background: #d70c19
}

.aside .aside-list .has-sub .sub-btn,
.aside .aside-list .no-sub .sub-btn {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    width: 20px;
    background: #d2d2d2
}

.aside .aside-list .has-sub .sub-btn:before,
.aside .aside-list .no-sub .sub-btn:before {
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 50%;
    margin-top: -4px;
    transform: rotate(-45deg);
    content: "";
    height: 7px;
    width: 7px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff
}

.aside .aside-list .has-sub.item,
.aside .aside-list .no-sub.item {
    display: block
}

.aside .aside-list .has-sub.active .sub-list,
.aside .aside-list .no-sub.active .sub-list {
    display: block !important
}

.aside .aside-list .has-sub.active .link,
.aside .aside-list .no-sub.active .link {
    display: block;
    background: #f6f6f6
}

.aside .aside-list .has-sub.active .sub-btn,
.aside .aside-list .no-sub.active .sub-btn {
    background: #d70c19
}

.aside .aside-list .has-sub.active .sub-btn:before,
.aside .aside-list .no-sub.active .sub-btn:before {
    transform: rotate(90deg)
}

.aside .aside-list .sub-list {
    display: none
}

.aside .aside-list .sub-list .sub-link {
    display: block !important;
    padding: 15px 0 15px 25px;
    position: relative;
    border-bottom: solid 1px #ccc
}

.aside .aside-list .sub-list .sub-link:after {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -2px;
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 999px;
    background: #999
}

.aside .aside-list .sub-list .sub-link:hover {
    background: #f6f6f6
}

.aside .aside-list:last-child {
    border-bottom: none
}

.aside .address .img {
    width: 100%
}

.aside .address .desc {
    padding: 15px
}

.aside .address li {
    padding: 5px 0
}

.category-inner {
    margin-top: 3%;
    text-align: center
}

.category-inner .item {
    display: inline-block;
    width: 180px
}

.category-inner .item.none {
    margin: 0
}

.category-inner .link {
    display: block;
    text-align: center;
    border: solid 1px transparent;
    padding: 15px;
    font-size: 16px
}

.category-inner .link:hover,
.category-inner .link:active,
.category-inner .link.active {
    border: solid 1px #d70c19;
    color: #d70c19
}

.category-inner.center {
    text-align: center
}

.category-inner.center .item {
    margin: 15px 8px
}

.tabbar {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    padding: 10px 0;
    background-color: rgba(11, 43, 126, 0.8)
}

@media \0screen {
    .tabbar {
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#CC0B2B7E, endcolorstr=#CC0B2B7E)
    }
}

.tabbar .item {
    flex: 1;
    border-right: solid 1px rgba(255, 255, 255, 0.7)
}

.tabbar .item:last-child {
    border-right: none
}

.tabbar .link {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center
}

.tabbar .link .ico {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 26px;
    border-radius: 999px;
    border: solid 1px
}

.tabbar .link .icon {
    font-size: 18px;
    color: #ffffff
}

@media screen and (max-width:991px) {
    .tabbar {
        display: flex
    }

    .crumb-desc .text {
        width: 100%
    }

    .crumb-desc .pic {
        width: 100%
    }

    .category-inner {
        display: flex;
        overflow: auto;
        width: 100vw;
        background: #f7f7f7;
        margin: 0 -15px
    }

    .category-inner .item {
        margin-right: 0;
        display: inline-block;
        flex-shrink: 0;
        text-align: center;
        position: relative
    }

    .category-inner .link {
        font-size: 16px;
        display: inline-block;
        position: relative;
        padding: 20px 5px;
        z-index: 9;
        border: none
    }

    .category-inner .link .cn {
        font-size: 16px
    }

    .category-inner .link .en {
        display: none
    }

    .category-inner .link:active,
    .category-inner .link:hover,
    .category-inner .link:focus {
        background: #00296d;
        color: #ffffff
    }

    .category-inner .link:active:after,
    .category-inner .link:hover:after,
    .category-inner .link:focus:after {
        left: 0;
        width: 100%
    }

    .category-inner.center .item {
        margin-top: 0;
        margin-bottom: 0
    }

    .cate-bg {
        padding: 8% 0 6%
    }

    .cate-bg .en {
        font-size: 28px
    }

    .cate-bg .cn {
        font-size: 20px
    }

    .aside .list {
        margin: 0 -15px;
        border: none;
        box-shadow: none;
        background: #f7f7f7
    }

    .aside .aside-logo {
        display: none
    }

    .aside .aside-list {
        display: flex;
        overflow: auto;
        width: calc(100vw - 0)
    }

    .aside .aside-list .has-sub .sub-btn {
        display: none
    }

    .aside .aside-list .has-sub.item {
        margin: 0;
        display: inline-block;
        flex-shrink: 0;
        text-align: center;
        position: relative;
        border: none
    }

    .aside .aside-list .has-sub .link {
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px
    }

    .crumb {
        position: relative;
        overflow: visible;
        margin: 0 -15px;
        display: block;
        padding-top: 150px
    }

    .crumb .navigation {
        display: none
    }

    .crumb .category {
        display: flex;
        overflow: auto;
        width: 100vw;
        padding: 5px 0
    }

    .crumb .category .item {
        margin-right: 0;
        display: inline-block;
        flex-shrink: 0;
        text-align: center;
        position: relative;
        padding: 0
    }

    .crumb .category .link {
        font-size: 16px;
        display: inline-block;
        position: relative;
        padding: 15px;
        z-index: 9
    }

    .crumb .category .link .cn {
        font-size: 16px
    }

    .crumb .category .link .en {
        display: none
    }

    .crumb .category .link:active:after,
    .crumb .category .link:hover:after,
    .crumb .category .link:focus:after {
        left: 0;
        width: 100%
    }
}

@media screen and (max-width:640px) {
    .sidebar {
        display: none
    }

    .cate-bg {
        padding: 18% 0 6%
    }

    .cate-bg .en {
        font-size: 20px
    }

    .cate-bg .cn {
        font-size: 20px
    }

    .crumb-title {
        margin-top: 25px
    }

    .crumb-title .cn {
        font-size: 20px
    }

    .crumb {
        padding-top: 120px
    }

    .crumb .category .link {
        padding: 10px
    }

    .crumb .category .link .cn {
        font-size: 16px
    }

    .aside {
        width: 100%
    }

    .aside .aside-logo {
        margin-top: 3%
    }

    .aside .aside-logo img {
        width: 30%
    }

    .aside .address {
        display: none
    }
}

.crumb::-webkit-scrollbar,
.aside::-webkit-scrollbar {
    display: none
}

.content .white-bg {
    overflow: hidden;
    background: #ffffff;
    position: relative;
    z-index: 999
}

.content.gray {
    padding: 5% 0 0
}

.content-desc {
    font-size: 16px;
    margin: 3% 0
}

.content-title {
    font-size: 20px;
    display: block;
    margin-top: 5%;
    color: #333
}

.content-title.center {
    text-align: center
}

.content-time {
    display: block;
    margin: 15px 0;
    text-align: center;
    color: #999
}

.content-body {
    padding: 3% 0;
    font-size: 16px;
    line-height: 1.8;
    color: #595757
}

.content-body p {
    padding-bottom: 1em
}

.content-body p:last-child {
    padding-bottom: 0
}

.content-body table {
    width: 100%
}

.context {
    margin: 15px auto;
    color: #00296d
}

.context .box {
    vertical-align: middle;
    cursor: pointer
}

.context .ico {
    display: inline-block;
    vertical-align: middle
}

.context .link {
    display: inline-block;
    vertical-align: middle;
    color: #00296d
}

.content-nav {
    font-size: 16px
}

.content-nav .title {
    font-size: 28px;
    font-weight: bold;
    border-bottom: solid 1px #bfbfbf;
    padding-bottom: 15px
}

.infor {
    margin: 8% 0
}

.infor .item {
    padding: 5px 0;
    width: 100%
}

.infor .item .title {
    display: inline-block
}

.infor .item .desc {
    display: inline-block
}

.infor .item.none {
    padding: 0;
    border-bottom: none
}

.content-related {
    margin: 15px 0;
    padding-top: 15px;
    border-top: solid 1px #e3e3e3
}

.content-related .list {
    width: 68.25%;
    vertical-align: middle
}

.content-related .back {
    vertical-align: middle
}

.content-related .back a {
    display: inline-block;
    padding: 8px 16px;
    border: solid 1px #e3e3e3
}

.content-related .back a:hover {
    color: #ffffff;
    background: #00296d
}

.detail-btn {
    margin-top: 5%;
    padding: 10px 0;
    display: block;
    background: #00296d;
    color: #ffffff;
    text-align: center;
    border-radius: 6px
}

.detail-btn:hover {
    color: #ffffff
}

.detail-nav {
    margin: 3% 0
}

.detail-nav .cn {
    display: inline-block;
    background: #00296d;
    color: #ffffff;
    text-align: center;
    padding: 10px 48px
}

.detail-box {
    margin: 3% 0;
    padding: 3% 0;
    background: #f6f7f9
}

.related-title {
    color: #00296d;
    font-size: 16px
}

.detail {
    margin-top: 3%;
    display: flex;
    justify-content: space-between
}

.detail .pic {
    position: relative;
    width: 40%
}

.detail .pic .rect-pic {
    border: solid 1px #e3e3e3;
    padding-bottom: 100%
}

.detail .pic img {
    width: 100%
}

.detail .pic-title {
    position: relative
}

.detail .pic-title .title {
    width: 100%;
    text-align: center;
    color: #333
}

.detail .text {
    background: #ffffff;
    width: 55%
}

.detail .title {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
    padding-bottom: 10px
}

.detail .sub-title {
    font-size: 18px;
    border-bottom: 1px solid #dcdcdc;
    font-weight: bold;
    padding-bottom: 10px;
    margin: 30px 0 15px
}

.detail .desc {
    line-height: 1.8;
    padding: 0
}

.detail .desc strong {
    display: block;
    font-size: 18px;
    padding-bottom: 15px
}

.detail .btn {
    margin-top: 10px;
    background: #00296d;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    padding: 12px 56px;
    display: inline-block;
    border: 1px solid transparent
}

.detail .btn:hover,
.detail .btn:active,
.detail .btn:focus {
    background: #ffffff;
    border: 1px solid #00296d;
    color: #00296d
}

.detail .detail-share {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.detail .detail-share .share-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    color: #333
}

.detail .detail-share .share-btn .cn {
    display: inline-block;
    padding: 0 20px
}

.detail .detail-share .share-list .link {
    display: inline-block;
    margin: 0 5px
}

.detail .thumb-list {
    margin-top: 20px;
    position: relative
}

.detail .swiper-thumb .swiper-button-prev,
.detail .swiper-thumb .swiper-button-next {
    width: 30px;
    height: 30px;
    background-size: 15px 15px;
    margin-top: -15px
}

.detail .swiper-thumb .swiper-button-prev:hover,
.detail .swiper-thumb .swiper-button-prev:active,
.detail .swiper-thumb .swiper-button-prev:focus,
.detail .swiper-thumb .swiper-button-next:hover,
.detail .swiper-thumb .swiper-button-next:active,
.detail .swiper-thumb .swiper-button-next:focus {
    background-color: rgba(255, 255, 255, 0.7)
}

.detail .swiper-thumb .swiper-button-prev {
    left: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjNTg1ODU4Jy8+PC9zdmc+")
}

.detail .swiper-thumb .swiper-button-next {
    right: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyM1ODU4NTgnLz48L3N2Zz4=")
}

.detail-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.detail-link .item {
    width: 60%;
    margin: 48px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.detail-link .item-text {
    padding: 0 15px
}

.detail-link .cn {
    font-size: 24px;
    color: #00296d
}

.detail-link .en {
    color: #666;
    font-size: 20px;
    text-transform: uppercase
}

.detail-back {
    text-align: center;
    padding: 25px 0 0
}

.detail-back .link {
    color: #00296d;
    border: 1px solid;
    font-size: 16px;
    padding: 15px 48px
}

.detail-back .link:hover {
    background: #00296d;
    color: #fff
}

.detail-related {
    position: relative;
    margin-bottom: 5%
}

.detail-related .link {
    position: relative;
    display: block;
    background: #ffffff
}

.detail-related .link .rect-pic {
    padding-bottom: 100%;
    background: #fff;
    border: solid 1px #e3e3e3
}

.detail-related .link .rect-pic img {
    width: 100%
}

.detail-related .link .pic-bg {
    width: 100%;
    position: absolute;
    z-index: 999;
    height: 100%;
    color: #ffffff;
    left: 0;
    top: 0;
    padding: 8%;
    opacity: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.85)
}

@media \0screen {
    .detail-related .link .pic-bg {
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#D9000000, endcolorstr=#D9000000)
    }
}

.detail-related .link .pic-bg .text {
    text-align: center
}

.detail-related .link .pic-bg .em {
    padding: 25% 0
}

.detail-related .link .pic-bg .cn {
    font-size: 1.36em
}

.detail-related .link:hover,
.detail-related .link:active {
    color: #ffffff;
    padding: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3)
}

.detail-related .link:hover .pic-bg,
.detail-related .link:active .pic-bg {
    display: block;
    opacity: 1
}

.detail-related .link:hover img,
.detail-related .link:active img {
    transform: scale(1.1)
}

.detail-related .swiper-related .swiper-button-prev,
.detail-related .swiper-related .swiper-button-next {
    background-size: 20px 20px
}

.detail-related .swiper-related .swiper-button-prev:hover,
.detail-related .swiper-related .swiper-button-prev:active,
.detail-related .swiper-related .swiper-button-prev:focus,
.detail-related .swiper-related .swiper-button-next:hover,
.detail-related .swiper-related .swiper-button-next:active,
.detail-related .swiper-related .swiper-button-next:focus {
    background-color: rgba(255, 255, 255, 0.7)
}

.detail-related .swiper-related .swiper-button-prev {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjNTg1ODU4Jy8+PC9zdmc+")
}

.detail-related .swiper-related .swiper-button-next {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyM1ODU4NTgnLz48L3N2Zz4=")
}

.detail-video .item {
    width: 31.5%
}

.detail-video .rect-box {
    padding-bottom: 56.25%
}

.detail-video .video-js {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 56.25%
}

.detail-video .video-js .vjs-big-play-button {
    height: 1.6em;
    width: 1.6em;
    margin-left: -0.8em;
    border-radius: 999px
}

.tab-list .swiper-slide {
    text-align: center;
    background: #eaeef1;
    font-size: 18px;
    padding: 15px 0;
    display: block;
    color: #636162;
    overflow: visible;
    border: solid 1px #b5b5b5
}

.tab-list .ico {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.tab-list .swiper-slide-thumb-active {
    background: #d70c19;
    color: #ffffff;
    position: relative
}

.tab-list .swiper-slide-thumb-active .ico {
    filter: brightness(100)
}

.tab-list .swiper-slide-thumb-active:after {
    position: absolute;
    content: "";
    border: solid 15px transparent;
    border-top: solid 15px transparent;
    left: 50%;
    margin-left: -15px;
    bottom: -25px;
    z-index: -1
}

.tab-content .swiper-slide {
    padding: 0
}

.tab-content .bg {
    border: solid 1px #e6e6e6;
    padding: 20px
}

@media screen and (max-width:991px) {
    .content .white-bg {
        padding: 0 15px
    }

    .content.gray {
        padding-top: 0
    }

    .thumbs {
        display: none
    }

    .detail {
        flex-direction: column
    }

    .detail .pic {
        width: 100%
    }

    .detail .text {
        width: 100%
    }

    .detail .thumb-list {
        display: none
    }

    .detail-link {
        flex-direction: column;
    }

    .detail-link .item {
        width: 100%
    }

    .swiper-detail {
        width: 100%;
        position: relative;
        top: -35px
    }

    .swiper-detail .swiper-button-prev,
    .swiper-detail .swiper-button-next {
        display: none
    }

    .swiper-detail .swiper-pagination {
        display: block;
        width: 100%
    }

    .swiper-detail .swiper-pagination-bullets {
        display: block
    }

    .swiper-detail .swiper-pagination-bullet {
        background: #999;
        margin: 0 3px;
        display: inline-block;
        width: 5px;
        height: 5px
    }

    .swiper-detail .swiper-pagination-bullet-active {
        background: #00296d
    }

    .context {
        overflow: hidden;
        width: 100%
    }
}

@media screen and (max-width:640px) {
    .content .white-bg {
        box-shadow: none;
        top: 0
    }

    .content.gray {
        padding: 0 0 5%
    }

    .detail-video .item {
        width: 100%;
        margin-bottom: 15px
    }

    .detail-video .video-js {
        width: 100%;
        padding-bottom: 75%
    }

    .detail {
        margin: 0;
        padding: 36px 0
    }

    .detail .title {
        font-size: 20px
    }

    .detail .pic {
        width: 100%
    }

    .detail .text {
        width: 100%
    }

    .detail .detail-share .share-btn {
        margin: 15px 0;
        justify-content: start
    }

    .detail .detail-share .share-btn .cn {
        padding: 0 10px;
        font-size: 16px
    }

    .detail .detail-share .share-list img {
        width: 32px
    }

    .detail-link .cn {
        font-size: 18px
    }

    .detail-link .en {
        font-size: 14px
    }

    .detail-link .item-ico {
        width: 110px
    }

    .detail-back .link {
        padding: 10px 36px;
        font-size: 14px
    }

    .detail-nav .cn {
        display: block
    }

    .content-related .list,
    .content-related .back {
        width: 100%
    }

    .content-related .back {
        margin-top: 15px;
        text-align: center
    }

    .content-related .back a {
        display: block
    }

    .content-body {
        padding: 30px 0
    }

    .tab-list .swiper-slide {
        font-size: 14px
    }
}

.page-list {
    display: block;
    padding: 0 0 30px;
    text-align: center
}

.page-list:after {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    height: 0;
    content: " "
}

.page-list ul {
    display: inline-block;
    vertical-align: bottom;
    border-radius: 4px
}

.page-list ul li {
    display: inline-block;
    float: left;
    margin-right: 2px;
    line-height: 2;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 999px;
    background: #f7f7f7
}

.page-list ul li a {
    display: block;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
    color: #333
}

.page-list ul li.active {
    color: #ffffff;
    background: #00296d
}

.page-list ul li.active a {
    color: #ffffff
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.active {
    display: block
}

.modal-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#af000000, endcolorstr=#af000000);
    background: rgba(0, 0, 0, 0.8)
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-body .video-js {
    height: 0;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%
}

@media (min-width:768px) {
    .modal-dialog {
        width: 56.25vw;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
}

.home-title {
    padding: 15px 0;
    margin-bottom: 2%;
    text-align: center
}

.home-title .box {
    vertical-align: middle
}

.home-title .cn {
    font-size: 36px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 15px
}

.home-title .cn:before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 2em;
    left: 50%;
    margin-left: -1em;
    height: 4px;
    background: #d70c19
}

.home-title .cn:after {
    margin-right: -44px;
    right: 0
}

.home-title .cn.none:before,
.home-title .cn.none:after {
    display: none
}

.home-title .en {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold
}

.home-title .em {
    color: #00296d;
    font-weight: bold
}

.home-title .desc {
    font-size: 16px;
    vertical-align: middle;
    opacity: 0.7
}

.home-title.inner .cn {
    color: #595757;
    margin-bottom: 0;
    padding-bottom: 0
}

.home-title.inner .cn:before,
.home-title.inner .cn:after {
    left: auto;
    top: 50%;
    margin-top: -8px;
    width: 8px;
    height: 8px;
    background: #00296d;
    border-radius: 999px
}

.home-title.inner .cn:before {
    left: 0;
    margin-left: -2em
}

.home-title.inner .cn:after {
    right: 0;
    margin-left: auto;
    margin-right: -2em
}

.home-title.white {
    color: #ffffff
}

.home-title.white .en {
    color: #ffffff
}

.home-title.white .en:after {
    background: #ffffff
}

.home-title.white .cn {
    color: #ffffff
}

.nav-title {
    padding: 15px 0;
    margin-bottom: 15px
}

.nav-title .cn {
    font-size: 36px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block
}

.nav-title .en {
    display: inline-block;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1;
    position: relative;
    padding-bottom: 15px
}

.nav-title .en:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 2em;
    height: 4px;
    background: #00296d
}

.home-desc {
    color: #ffffff;
    text-align: center;
    padding-top: 3%
}

.home-desc img {
    width: 100%
}

.home-desc .cn {
    font-size: 18px
}

.home-form {
    padding: 3% 0 5%
}

.home-form .container {
    border-top: solid 1px #d1d1d1;
    padding-top: 3%
}

.home-form .doc {
    width: 32%
}

.home-form .doc .en {
    font-size: 48px;
    color: #00296d;
    text-transform: uppercase;
    line-height: 1;
    padding: 15px 0
}

.home-form .doc .link {
    display: block;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    padding: 15px;
    margin-top: 15px
}

.home-form .doc .pic {
    width: 65%
}

.home-form .doc .text {
    vertical-align: bottom;
    text-align: center;
    width: 30%
}

.home-form .doc .text .em {
    background: #00296d;
    color: #ffffff;
    padding: 3px 15px;
    border-radius: 999px;
    display: inline-block;
    margin-bottom: 10px
}

.home-form .form {
    width: 50%
}

.home-form .form .en {
    color: #00296d;
    font-size: 38px;
    text-transform: uppercase
}

.home-form .form .cn {
    font-size: 20px;
    line-height: 1
}

.home-form .form .desc {
    vertical-align: bottom
}

.home-form .form .bg {
    background: #f1f1f1;
    padding: 20px
}

.home-form .form .form-group {
    margin: 5px 0
}

.home-form .form .form-group:first-child {
    margin: 0 0 5px
}

.home-form .form .form-control {
    background: #fafafa;
    border: 0;
    width: 100%;
    padding: 12px 12px
}

.home-form .form .tips {
    width: 60%;
    vertical-align: middle;
    opacity: .75
}

.home-form .form .submit {
    text-align: right;
    vertical-align: middle
}

.home-form .form .form-submit {
    display: inline-block;
    padding: 8px 36px;
    text-align: center;
    border: 0;
    background: #00296d;
    color: #ffffff
}

.home-more {
    margin: 3% 0;
    text-align: center
}

.home-more .link {
    display: inline-block;
    border: solid 1px #d70c19;
    padding: 12px 64px;
    font-size: 16px;
    color: #d70c19;
    border-radius: 99px
}

.home-more .link:hover,
.home-more .link:focus {
    color: #ffffff;
    background: #d70c19
}

.home-more .link img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.home-more.blue .link {
    background: #00296d;
    color: #ffffff;
    border: solid 1px #00296d
}

.home-more.blue .link img {
    filter: brightness(100)
}

.home-more.blue .link:hover,
.home-more.blue .link:focus {
    color: #00296d;
    background: #ffffff
}

.home-more.white .link {
    background: transparent;
    border: solid 1px #ffffff;
    color: #ffffff
}

.home-more.white .link:hover {
    background: #ffffff;
    border: solid 1px #d70c19;
    color: #d70c19
}

.home-cate.inner {
    padding-top: 5%;
    padding-bottom: 3%
}

.home-cate .item {
    width: 32.6%;
    margin: 8px 0
}

.home-cate .item .link {
    display: block;
    position: relative
}

.home-cate .item .link:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1
}

.home-cate .item .link .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    padding: 30px;
    flex-direction: column;
    justify-content: space-between
}

.home-cate .item .link .cn {
    font-size: 30px;
    color: #222
}

.home-cate .item .link .en {
    line-height: 1.2;
    font-size: 16px;
    text-transform: uppercase;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #999;
    display: block
}

.home-cate .item .link .more .none {
    display: block
}

.home-cate .item .link .more .active {
    display: none
}

.home-cate .item .link .img {
    width: 100%;
    z-index: 2
}

.home-cate .item .link:hover:after,
.home-cate .item .link:active:after {
    background-image: linear-gradient(to right, #00296d 40%, transparent);
    opacity: 0.9
}

.home-cate .item .link:hover .text,
.home-cate .item .link:active .text {
    padding: 25px
}

.home-cate .item .link:hover .cn,
.home-cate .item .link:active .cn {
    background: transparent;
    color: #ffffff
}

.home-cate .item .link:hover .en,
.home-cate .item .link:active .en {
    color: #ffffff
}

.home-cate .item .link:hover .more,
.home-cate .item .link:active .more {
    color: #ffffff
}

.home-cate .item .link:hover .more .none,
.home-cate .item .link:active .more .none {
    display: none
}

.home-cate .item .link:hover .more .active,
.home-cate .item .link:active .more .active {
    display: block
}

.home-cate .item .rect-pic {
    padding-bottom: 76%
}

.home-cate .item.big {
    width: 49.5%
}

.home-cate .item.big .rect-pic {
    padding-bottom: 47%
}

.home-cate .item.home {
    width: 50%
}

.home-cate .item.home .link {
    padding-bottom: 112px
}

.home-cate .item.home .link .text {
    background: #eeeeee;
    text-align: center;
    height: auto;
    padding: 25px 0
}

.home-cate .item.home .link:hover .text,
.home-cate .item.home .link:active .text,
.home-cate .item.home .link.active .text {
    padding: 50px 0;
    background: #00296d
}

.home-cate .item.home .link:hover:after,
.home-cate .item.home .link:active:after,
.home-cate .item.home .link.active:after {
    background-image: linear-gradient(to bottom, #00296d 20%, transparent);
    opacity: 0.9
}

.home-cate .item.active .link .text {
    padding: 50px 0;
    background: #00296d
}

.home-cate .item.active .link:after {
    background-image: linear-gradient(to bottom, #00296d 20%, transparent);
    opacity: 0.9
}

.home-cate .item.active .link .cn {
    color: #ffffff
}

.home-cate .item.active .link .en {
    color: #ffffff
}

.home-cate .item.none {
    margin: 0
}

.home-focus {
    position: relative
}

.home-focus .link {
    display: flex
}

.home-focus .link:hover,
.home-focus .link:active {
    color: #333
}

.home-focus .text {
    width: 60%;
    padding: 2% 3%
}

.home-focus .title {
    font-size: 30px;
    color: #00296d;
    font-weight: bold
}

.home-focus strong {
    display: block;
    margin-top: 3%;
    font-size: 24px
}

.home-focus p {
    font-size: 16px
}

.home-focus .swiper-focus {
    width: 100%
}

.home-focus .swiper-focus .swiper-pagination {
    display: none
}

.home-focus .swiper-focus .swiper-button-prev,
.home-focus .swiper-focus .swiper-button-next {
    width: 90px;
    height: 90px;
    background-size: 56px 56px;
    border-radius: 999px;
    background-repeat: no-repeat
}

.home-focus .swiper-focus .swiper-button-prev {
    left: 15px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjOWRiMzlmJy8+PC9zdmc+")
}

.home-focus .swiper-focus .swiper-button-prev:hover,
.home-focus .swiper-focus .swiper-button-prev:active,
.home-focus .swiper-focus .swiper-button-prev:focus {
    left: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjZGMwMDBkJy8+PC9zdmc+")
}

.home-focus .swiper-focus .swiper-button-next {
    right: 15px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyM5ZGIzOWYnLz48L3N2Zz4=")
}

.home-focus .swiper-focus .swiper-button-next:hover,
.home-focus .swiper-focus .swiper-button-next:active,
.home-focus .swiper-focus .swiper-button-next:focus {
    right: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyNkYzAwMGQnLz48L3N2Zz4=")
}

.home-focus .swiper-focus .swiper-pagination-bullets {
    width: 100%;
    bottom: 10px
}

.home-focus .swiper-focus .swiper-pagination-bullet {
    margin: 0 3px;
    width: 5px;
    height: 5px;
    background: #999
}

.home-focus .swiper-focus .swiper-pagination-bullet-active {
    background-color: #00296d
}

@media \0screen {
    .home-focus .swiper-focus .swiper-pagination-bullet-active {
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF0B2B7E, endcolorstr=#FF0B2B7E)
    }
}

.home-box {
    padding: 3% 0
}

.home-box .cate-content {
    display: none;
    margin-top: 25px
}

.home-box .cate-content.active {
    display: block
}

@media screen and (max-width:991px) {
    .home-cate .item .link .text {
        padding: 20px
    }

    .home-cate .item .link .cn {
        font-size: 20px
    }

    .home-cate .item .link .en {
        font-size: 20px
    }

    .home-cate .item .link:hover .text,
    .home-cate .item .link:active .text {
        padding: 15px
    }

    .home-focus .link {
        flex-direction: column
    }

    .home-focus .text {
        padding: 36px 0;
        width: 100%
    }

    .home-focus .title {
        font-size: 20px
    }

    .home-focus strong {
        font-size: 16px
    }

    .home-focus p {
        font-size: 14px
    }

    .home-focus .swiper-focus .swiper-pagination {
        display: block
    }

    .home-focus .swiper-focus .swiper-button-prev,
    .home-focus .swiper-focus .swiper-button-next {
        display: none
    }

    .home-title .cn {
        font-size: 2em
    }

    .home-title .desc {
        font-size: 1em
    }

    .home-form {
        padding: 3% 0 5%
    }

    .home-form .container {
        border-top: solid 1px #d1d1d1;
        padding-top: 3%
    }

    .home-form .doc {
        width: 100%
    }

    .home-form .doc .en {
        font-size: 1.5em
    }

    .home-form .form {
        width: 100%
    }

    .home-form .form .en {
        padding-top: 15px;
        font-size: 1.2em
    }

    .home-form .form .cn {
        width: 5em;
        font-size: 1em
    }

    .home-form .form .desc {
        width: 70%
    }
}

@media screen and (max-width:640px) {
    .home-title .en {
        font-size: 14px
    }

    .home-title .cn {
        font-size: 28px
    }

    .home-title .desc {
        width: 100%
    }

    .home-title .more {
        padding: 10px 24px
    }

    .home-cate.inner {
        padding: 36px 0
    }

    .home-cate .item {
        width: 100%;
        margin: 4px 0
    }

    .home-cate .item .link .cn {
        font-size: 18px
    }

    .home-cate .item .rect-pic {
        padding-bottom: 50%
    }

    .home-cate .item.big {
        width: 100%
    }

    .home-cate .item.home {
        width: 49.5%
    }

    .home-cate .item.home .link {
        padding-bottom: 56px
    }

    .home-cate .item.home .link .text {
        padding: 10px 0
    }

    .home-cate .item.home .link .cn {
        font-size: 16px
    }

    .home-cate .item.home .link .en {
        font-size: 12px
    }

    .home-cate .item.home .link:hover .text,
    .home-cate .item.home .link:active .text,
    .home-cate .item.home .link.active .text {
        padding: 15px 0
    }

    .home-cate .item.active .link .text {
        padding: 15px 0;
        background: #00296d
    }

    .home-cate .item.active .link:after {
        background-image: linear-gradient(to bottom, #00296d 20%, transparent);
        opacity: 0.9
    }

    .home-cate .item.active .link .cn {
        color: #ffffff
    }

    .home-cate .item.active .link .en {
        color: #ffffff
    }

    .home-more .link {
        padding: 10px 36px
    }

    .home-box .home-more .link {
        text-align: center;
        padding: 10px 0;
        display: block;
        font-size: 14px
    }
}

.banner {
    width: 100%
}

.banner .swiper-container {
    width: 100%;
    position: relative;
    overflow: hidden
}

.banner .swiper-slide {
    overflow: hidden
}

.banner .swiper-pagination-bullets {
    bottom: 20px
}

.banner .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.6);
    margin: 0 3px;
    display: inline-block;
    width: 42px;
    height: 5px;
    border-radius: none
}

@media \0screen {
    .banner .swiper-pagination-bullet {
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99FFFFFF, endcolorstr=#99FFFFFF)
    }
}

.banner .swiper-pagination-bullet-active {
    background-color: #00296d
}

@media \0screen {
    .banner .swiper-pagination-bullet-active {
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF0B2B7E, endcolorstr=#FF0B2B7E)
    }
}

.banner .bg {
    background-color: #333;
    width: 100%;
    height: 100%;
    position: relative;
    display: table
}

.banner .bg .pc,
.banner .bg .mobile {
    display: block
}

.banner .bg .mobile {
    display: none
}

.banner .text {
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    padding: 0 10%;
    font-size: 24px
}

.banner .text .en {
    font-size: 1.3em;
    text-transform: uppercase
}

.banner .text .cn {
    font-size: 2.6em
}

.banner .text .desc {
    font-size: 1em;
    padding-top: 25px;
    padding-bottom: 20px
}

.banner .text .link {
    font-size: .6em;
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    border: solid 1px
}

.banner .swiper-slide-active .bg {
    animation: scaleUpDown 4s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.focus {
    overflow: hidden
}

.focus .img {
    width: 100%
}

.focus .list {
    position: relative
}

.swiper-focus .swiper-pagination {
    display: none
}

.swiper-focus .swiper-button-prev,
.swiper-focus .swiper-button-next {
    background-size: 15px 32px !important
}

.swiper-focus .swiper-button-prev {
    left: -30px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjODk4OTg5Jy8+PC9zdmc+")
}

.swiper-focus .swiper-button-prev:hover,
.swiper-focus .swiper-button-prev:active,
.swiper-focus .swiper-button-prev:focus {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjMGY2MWFiJy8+PC9zdmc+")
}

.swiper-focus .swiper-button-next {
    right: -30px;
    background-image: url("data:image/svg+xml;base64,CjxzdmcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB2aWV3Qm94PScwIDAgMjcgNDQnPjxwYXRoIGQ9J00yNywyMkwyNywyMkw1LDQ0bC0yLjEtMi4xTDIyLjgsMjJMMi45LDIuMUw1LDBMMjcsMjJMMjcsMjJ6JyBmaWxsPScjODk4OTg5Jy8+PC9zdmc+")
}

.swiper-focus .swiper-button-next:hover,
.swiper-focus .swiper-button-next:active,
.swiper-focus .swiper-button-next:focus {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyMwZjYxYWInLz48L3N2Zz4=")
}

@media screen and (max-width:991px) {
    .banner {
        padding-top: 150px
    }

    .banner .swiper-pagination-bullet {
        width: 20px;
        height: 5px
    }

    .banner .bg .pc {
        display: none
    }

    .banner .bg .mobile {
        display: block
    }

    .banner .text {
        text-align: center;
        font-size: 14px
    }

    .swiper-focus {
        width: 100%;
        position: absolute;
        height: 5px;
        bottom: 20px;
        z-index: 999
    }

    .swiper-focus .swiper-button-prev,
    .swiper-focus .swiper-button-next {
        display: none
    }

    .swiper-focus .swiper-pagination {
        display: block;
        position: relative;
        width: 100%;
        height: 5px
    }

    .swiper-focus .swiper-pagination-bullet {
        margin: 0 3px;
        display: inline-block;
        width: 3px;
        height: 3px;
        background: #ffffff
    }

    .swiper-focus .swiper-pagination-bullet-active {
        background: #00296d
    }
}

@media screen and (max-width:640px) {
    .banner {
        padding-top: 120px
    }
}

@-webkit-keyframes scaleUpDown {
    from {
        transform: scale(1.08)
    }

    to {
        transform: scale(1)
    }
}

@keyframes scaleUpDown {
    from {
        transform: scale(1.08)
    }

    to {
        transform: scale(1)
    }
}

.home-swiper {
    padding: 3% 0
}

.about-box {
    overflow: hidden
}

.home-about {
    padding: 3% 0 5%;
    position: relative;
    background: url("../img/about-bg.jpg") 50% 0 no-repeat;
    background-size: cover;
    color: #ffffff
}

.home-about .bg {
    display: flex;
    justify-content: space-between
}

.home-about .text {
    width: 100%;
    background-size: cover;
    position: relative;
    padding: 0
}

.home-about .text .title {
    margin-top: 5%
}

.home-about .text .title .en {
    font-size: 13px;
    opacity: .7;
    line-height: 1;
    position: relative;
    padding-bottom: 10px
}

.home-about .text .title .en:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 2em;
    height: 2px;
    background: #d70c19
}

.home-about .text .title .cn {
    color: #00296d;
    font-size: 30px;
    position: relative
}

.home-about .text .num {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 1.2;
    border-radius: 999px;
    margin-right: 10px;
    text-align: center;
    background: #00296d;
    color: #ffffff
}

.home-about .text .em {
    font-size: 20px
}

.home-about .text .desc {
    vertical-align: middle;
    width: 100%;
    line-height: 1.8;
    font-size: 16px;
    text-align: center
}

.home-about .text .desc p {
    padding-bottom: .45em
}

.home-about .text .more {
    margin-top: 36px;
    text-align: center
}

.home-about .text .more .link {
    background: #d70c19;
    color: #ffffff;
    padding: 12px 64px;
    border: solid 1px #d70c19;
    font-size: 18px;
    cursor: pointer
}

.home-about .text .more .link:hover,
.home-about .text .more .link:focus {
    color: #d70c19;
    border: solid 1px #d70c19;
    background: transparent
}

.home-about .pic {
    position: relative;
    width: 50%;
    cursor: pointer
}

.home-about .pic img {
    width: 100%
}

.home-about.inner {
    padding: 15px;
    margin-bottom: 3%
}

.about-title {
    border-bottom: solid 1px #e6e6e6;
    padding: 20px 0;
    font-size: 30px;
    text-align: center;
    margin-bottom: 3%;
    font-weight: bold;
    color: #000
}

.about-img {
    text-align: center;
    margin: 5% 0 5%
}

.home-video .video-js {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 67%
}

.about-video {
    margin: 0 0 3%
}

.about-video .item {
    width: 47.5%;
    text-align: center;
    margin-bottom: 3%
}

.about-video .title {
    display: block;
    margin-top: 10px;
    font-size: 16px
}

.about-video .video-js {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 75%
}

.about-video .video-js .vjs-big-play-button {
    height: 1.6em;
    width: 1.6em;
    margin-left: -0.8em;
    border-radius: 999px
}

.swiper-about {
    position: relative
}

.swiper-about .swiper-pagination {
    display: block;
    text-align: right;
    width: 100%
}

.swiper-about .swiper-pagination-bullets {
    display: block
}

.swiper-about .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.7);
    margin: 0 3px;
    display: inline-block;
    width: 5px;
    height: 5px
}

.swiper-about .swiper-pagination-bullet-active {
    background: white
}

.about-item {
    margin-bottom: 3%
}

.about-item .bg {
    justify-content: space-between;
    display: flex
}

.about-item .pic {
    width: 32.5%;
    overflow: hidden;
    position: relative;
    background: #f6f6f6
}

.about-item .pic .link {
    position: relative;
    z-index: 2;
    display: block;
    height: 100%
}

.about-item .pic .link .rect-pic {
    padding-bottom: 63%
}

.about-item .pic .link .rect-pic img {
    width: 100%
}

.about-item .pic .link .text {
    width: 100%;
    left: 0;
    top: 0;
    color: #ffffff;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute
}

.about-item .pic .link .text:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15)
}

@media \0screen {
    .about-item .pic .link .text:before {
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#26000000, endcolorstr=#26000000)
    }
}

.about-item .pic .link .text .title {
    font-size: 24px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.about-item .pic .link .text .title:after {
    position: absolute;
    content: "";
    width: 2em;
    margin-left: -1em;
    left: 50%;
    height: 1px;
    bottom: 0;
    background: #ffffff
}

.about-item .pic .link .text .en {
    text-transform: uppercase
}

.about-item .pic .link .text .desc {
    color: #999;
    font-size: 16px;
    margin: 20px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    min-height: 5.5em
}

.about-item .pic .link .text .list {
    color: #999;
    font-size: 16px;
    margin: 20px 0;
    min-height: 5.5em
}

.about-item .pic .link .text .dot {
    display: inline-block;
    width: 48.5%;
    position: relative;
    padding-left: 10px
}

.about-item .pic .link .text .dot:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -4px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #00296d;
    border-bottom: 1px solid #00296d;
    transform: rotate(-45deg)
}

.about-item .pic .link .text:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    border: 10px solid transparent
}

.about-item .pic .link .time {
    text-align: center
}

.about-item .pic .link .date {
    display: inline-block;
    padding: 10px 0;
    vertical-align: middle;
    font-size: 16px;
    color: #999
}

.about-item .pic .link .day {
    font-size: 14px
}

.about-item .pic .link .more {
    display: inline-block
}

.about-item .pic .link .more .icon {
    font-size: 36px;
    opacity: .75
}

.about-item .pic .link:hover,
.about-item .pic .link:active,
.about-item .pic .link:focus {
    color: #ffffff;
    background: #00296d
}

.about-item .pic .link:hover .desc,
.about-item .pic .link:active .desc,
.about-item .pic .link:focus .desc {
    color: #ffffff
}

.about-item .pic .link:hover .list,
.about-item .pic .link:active .list,
.about-item .pic .link:focus .list {
    color: #ffffff
}

.about-item .pic .link:hover .dot:before,
.about-item .pic .link:active .dot:before,
.about-item .pic .link:focus .dot:before {
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff
}

.about-item .pic .link:hover .title,
.about-item .pic .link:active .title,
.about-item .pic .link:focus .title {
    color: #ffffff
}

.about-item .pic .link:hover .date,
.about-item .pic .link:active .date,
.about-item .pic .link:focus .date {
    color: #00296d
}

.about-item .pic .link:hover .rect-pic img,
.about-item .pic .link:active .rect-pic img,
.about-item .pic .link:focus .rect-pic img {
    opacity: 1;
    transform: scale(1.1)
}

.about-item .pic .link:hover .text:before,
.about-item .pic .link:active .text:before,
.about-item .pic .link:focus .text:before {
    background-color: rgba(0, 0, 0, 0)
}

@media \0screen {

    .about-item .pic .link:hover .text:before,
    .about-item .pic .link:active .text:before,
    .about-item .pic .link:focus .text:before {
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00000000, endcolorstr=#00000000)
    }
}

.about-item .pic .link:hover .ico,
.about-item .pic .link:active .ico,
.about-item .pic .link:focus .ico {
    filter: brightness(100)
}

.about-link {
    margin-top: 36px;
    display: flex;
    justify-content: space-between
}

.about-link .item {
    width: 32%;
    display: block;
    background: #ebeef8;
    position: relative;
    padding: 25px
}

.about-link .item:hover,
.about-link .item:focus,
.about-link .item:active {
    background: #00296d;
    color: #ffffff
}

.about-link .item:hover .ico,
.about-link .item:focus .ico,
.about-link .item:active .ico {
    filter: brightness(100)
}

.about-link .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    position: relative
}

.about-link .title:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 16px;
    background: #bfbfbf;
    left: 50%;
    top: 10px
}

.about-link .ico {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.about-link .cn {
    vertical-align: middle;
    font-size: 24px
}

.about-link .en {
    font-size: 16px;
    vertical-align: middle;
    text-transform: uppercase
}

.about-link .desc {
    font-size: 16px
}

.about-bg {
    background: #00296d;
    background-size: cover
}

.about-list {
    margin: 30px 0;
    border-bottom: 3px solid #ededed
}

.about-list.inner {
    border-bottom: none
}

.about-list .item {
    width: 23.5%
}

.about-list .item.active .link {
    color: #ffffff;
    background: #00296d;
    box-shadow: 1px 0 3px 1px rgba(0, 0, 0, 0.1)
}

.about-list .item.active .link .ico {
    opacity: 1;
    filter: brightness(100)
}

.about-list .cn {
    padding: 6px 0;
    font-size: 16px;
    position: relative;
    padding-left: 15px
}

.about-list .cn:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    left: 0;
    top: 13px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg)
}

.about-list .desc {
    color: #898989
}

.about-list .rect-box {
    padding-bottom: 56%
}

.about-list .ico {
    margin-right: 10px
}

.about-list .link {
    display: flex;
    color: #333;
    background: #ffffff;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0
}

.about-list .link:hover,
.about-list .link:active {
    color: #ffffff;
    background: #d70c19;
    box-shadow: 1px 0 3px 1px rgba(0, 0, 0, 0.1)
}

.about-list .link:hover .ico,
.about-list .link:active .ico {
    opacity: 1;
    filter: brightness(100)
}

.about-list .link.red {
    background: #f7f7f7
}

.about-list .link.red:hover,
.about-list .link.red:active {
    color: #ffffff;
    background: #00296d
}

.home-culture {
    background: #fff url("../img/culture.jpg") 0 0 no-repeat;
    background-size: cover;
    color: #ffffff;
    display: flex;
    align-items: center
}

.home-culture .text {
    line-height: 1.8;
    font-size: 16px;
    padding: 8%
}

.partner {
    padding: 3% 0;
    background: #edf1f5
}

.partner .list {
    position: relative
}

.partner .swiper-slide-active .title {
    display: block
}

.partner .rect-link {
    padding-bottom: 34%;
    background: #ffffff
}

.partner .rect-link img {
    padding: 5px;
    width: 100%
}

.partner .rect-link:hover .title,
.partner .rect-link:active .title,
.partner .rect-link:focus .title {
    display: block
}

.partner .title {
    position: absolute;
    display: block;
    overflow: hidden;
    padding: 15px 0;
    left: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
    color: #fff;
    background: #00296d;
    background-color: rgba(11, 43, 126, 0.75)
}

@media \0screen {
    .partner .title {
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#BF0B2B7E, endcolorstr=#BF0B2B7E)
    }
}

.partner .title .inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
    margin: auto
}

.partner .title .text {
    display: table-cell;
    vertical-align: middle
}

.partner .swiper-partner {
    width: 100%
}

.partner .swiper-partner .swiper-pagination {
    display: none
}

.partner .swiper-partner .swiper-button-prev,
.partner .swiper-partner .swiper-button-next {
    background-size: 15px 15px
}

.partner .swiper-partner .swiper-button-prev {
    left: -5px
}

.partner .swiper-partner .swiper-button-next {
    right: -5px
}

.partner .swiper-partner .swiper-pagination-bullets {
    width: 100%;
    bottom: 0
}

.partner .swiper-partner .swiper-pagination-bullet {
    margin: 0 3px;
    width: 6px;
    height: 6px;
    background: #00296d
}

.partner .swiper-partner .swiper-pagination-bullet-active {
    background-color: #d70c19
}

@media \0screen {
    .partner .swiper-partner .swiper-pagination-bullet-active {
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FFF29803, endcolorstr=#FFF29803)
    }
}

.partner-list {
    margin: 3% auto 0
}

.partner-list .item {
    width: 24.6%;
    background: #ffffff;
    margin-bottom: 0.5%
}

.partner-list .item .link .rect-pic {
    padding-bottom: 56%
}

.partner-list .item .link img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.partner-list .item .link:hover img {
    transform: scale(1.1)
}

.partner-list .item.none {
    margin-bottom: 0
}

.speech {
    background: #edf0f5
}

.speech .text {
    line-height: 1.8;
    padding: 0 3%
}

.speech .text p {
    padding-bottom: .5em
}

.speech .cover {
    padding-left: 15px;
    float: right
}

.speech .ico {
    display: inline-block;
    vertical-align: bottom
}

.about {
    padding: 5% 0
}

.about .bg {
    overflow: hidden
}

.about .text {
    width: 50%;
    background: #00296d url("../img/home.jpg") center top no-repeat;
    color: #ffffff;
    padding: 4% 5% 0 5%;
    padding-bottom: 999px;
    margin-bottom: -999px
}

.about .text .title {
    font-size: 24px
}

.about .text .desc {
    padding: 4% 0;
    font-size: 24px;
    line-height: 1.8
}

.about .text .desc p {
    padding-bottom: .8em
}

.about .text .small {
    padding: 2% 0
}

.about .text .more {
    margin-top: 3%
}

.about .text .more .link {
    display: inline-block;
    border: solid 1px;
    color: #ffffff;
    padding: 10px 48px;
    position: relative;
    z-index: 0
}

.about .text .more .link:before {
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 100%;
    content: "";
    background: #d70c19;
    z-index: -1
}

.about .text .more .link:hover,
.about .text .more .link:focus,
.about .text .more .link:active {
    color: #ffffff;
    border-color: #d70c19
}

.about .text .more .link:hover:before,
.about .text .more .link:focus:before,
.about .text .more .link:active:before {
    left: 0;
    width: 100%
}

.about .text.poster {
    background: #000 url("../img/poster.jpg");
    position: relative
}

.about .text .inner {
    padding: 20% 0 0 6%;
    text-align: center
}

.about .text .cn {
    font-size: 32px
}

.about .text .en {
    font-size: 24px;
    text-transform: uppercase;
    padding: 15px 0
}

.about .text .btn {
    color: #ffffff;
    border: solid 1px;
    display: inline-block
}

.about .text .btn .ico {
    width: 48px;
    height: 48px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: #ffffff
}

.about .text .btn .ico:before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -5px;
    content: "";
    border: solid 10px transparent;
    border-left-color: #d70c19
}

.about .text .btn .link {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    position: relative;
    line-height: 48px;
    z-index: 0
}

.about .text .btn:hover,
.about .text .btn:focus,
.about .text .btn:active {
    color: #d70c19;
    border: solid 1px
}

.about .text .btn:hover .ico,
.about .text .btn:focus .ico,
.about .text .btn:active .ico {
    background: #d70c19
}

.about .text .btn:hover .ico:before,
.about .text .btn:focus .ico:before,
.about .text .btn:active .ico:before {
    border-left-color: #ffffff
}

.about .pic {
    position: relative;
    width: 50%
}

.about .pic img {
    width: 100%
}

.about .pic .swiper-pagination-bullets {
    width: 100%;
    bottom: 10px
}

.about .pic .swiper-pagination-bullet {
    margin: 0 3px;
    width: 30px;
    height: 3px;
    background-color: rgba(51, 51, 51, 0.75)
}

@media \0screen {
    .about .pic .swiper-pagination-bullet {
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#BF333333, endcolorstr=#BF333333)
    }
}

.about .pic .swiper-pagination-bullet-active {
    background-color: #00296d
}

@media \0screen {
    .about .pic .swiper-pagination-bullet-active {
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF0B2B7E, endcolorstr=#FF0B2B7E)
    }
}

.about.padding {
    padding: 0
}

.about-inner {
    padding: 5% 0
}

.about-inner .item {
    position: relative
}

.about-inner .item:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background: #1b1b1b url("../img/company-bg.jpg") 0 0 no-repeat;
    background-size: cover;
    z-index: 0
}

.about-inner .text {
    width: 50%;
    vertical-align: middle;
    color: #ffffff
}

.about-inner .text .desc {
    padding: 5%;
    position: relative;
    z-index: 2
}

.about-inner .text .sign {
    text-align: right
}

.about-inner .text .sign .name {
    display: inline-block;
    margin-left: 10px
}

.about-inner .text .sign img {
    display: inline-block
}

.about-inner .text .title .en {
    font-size: 16px;
    display: inline-block;
    position: relative;
    padding-bottom: 10px
}

.about-inner .text .title .en:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 4em;
    height: 1px;
    bottom: 0;
    background: #ffffff
}

.about-inner .text .title .cn {
    font-size: 30px;
    position: relative;
    font-weight: bold;
    display: block
}

.about-inner .text .summary {
    line-height: 1.8;
    padding: 5% 0
}

.about-inner .pic {
    vertical-align: middle;
    position: relative;
    width: 50%
}

.about-inner .pic img {
    width: 100%
}

.about-inner .pic .swiper-pagination-bullets {
    width: 100%;
    text-align: center;
    bottom: 15px
}

.about-inner .pic .swiper-pagination-bullet {
    margin: 0 3px;
    width: 10px;
    height: 10px;
    background: #00296d
}

.about-inner .pic .swiper-pagination-bullet-active {
    background: #ffffff;
    width: 20px
}

.culture {
    padding: 5% 0;
    background: #f7f7f7 url("../img/culture.jpg") center top no-repeat;
    background-size: cover;
    margin-bottom: 36px
}

.culture-list {
    padding: 3% 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.culture-list .item {
    display: block;
    width: 18.5%
}

.culture-list .item:hover,
.culture-list .item:active {
    box-shadow: 2px 0 5px 2px rgba(0, 0, 0, 0.1);
    color: #ffffff
}

.culture-list .item:hover .rect-box,
.culture-list .item:active .rect-box {
    background-color: #00296d
}

@media \0screen {

    .culture-list .item:hover .rect-box,
    .culture-list .item:active .rect-box {
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF0B2B7E, endcolorstr=#FF0B2B7E)
    }
}

.culture-list .item:hover .ico img,
.culture-list .item:active .ico img {
    filter: grayscale(100%) brightness(100)
}

.culture-list .rect-box {
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    padding-bottom: 100%;
    background-color: rgba(255, 255, 255, 0.8)
}

@media \0screen {
    .culture-list .rect-box {
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#CCFFFFFF, endcolorstr=#CCFFFFFF)
    }
}

.culture-list .text {
    padding-top: 10%
}

.culture-list .cn {
    font-size: 24px;
    text-align: center
}

.culture-list .en {
    color: #00296d
}

.culture-list .ico {
    margin-top: 20px;
    text-align: center
}

.culture-list .desc {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding-top: 10px
}

.culture-list .small {
    padding-top: 10px;
    position: absolute;
    bottom: 0
}

.culture-list .small:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 2em;
    height: 2px;
    background: #00296d
}

.testing {
    padding: 5% 0
}

.testing .bg {
    position: relative
}

.testing .bg:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 26%;
    height: 100%;
    background: #00296d;
    background-size: cover;
    z-index: 0
}

.testing .text {
    width: 26%;
    position: relative;
    z-index: 9;
    color: #ffffff;
    padding: 2%
}

.testing .text .cn {
    padding-top: 25%;
    font-size: 24px
}

.testing .text .desc {
    padding: 10% 0;
    line-height: 1.8
}

.testing .text .more {
    border: solid 1px #ffffff;
    padding: 10px 36px;
    display: inline-block;
    color: #ffffff
}

.testing .text .more:hover,
.testing .text .more:active {
    background: #d70c19;
    border: solid 1px #d70c19
}

.testing .pic {
    position: relative;
    width: 73%
}

.testing .test-list .item {
    width: 49%;
    margin-bottom: 1%
}

.testing .test-list .item:hover .rect-pic img {
    transform: scale(1.1)
}

.testing .test-list .item:nth-child(3n),
.testing .test-list .item:nth-child(4n) {
    margin-bottom: 0
}

.testing .test-list .rect-pic {
    padding-bottom: 56%
}

.testing .test-list .rect-pic img {
    width: 100%
}

.equipment {
    padding: 0 0 3%;
    background: #fff
}

.equipment .list {
    position: relative
}

.equipment .rect-pic {
    position: relative;
    padding-bottom: 64%
}

.equipment .rect-pic img {
    width: 100%
}

.equipment .title {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
    padding: 10px 0 0;
    background: #fff
}

.equipment .link:hover .rect-pic img,
.equipment .link:active .rect-pic img,
.equipment .link:focus .rect-pic img {
    transform: scale(1.1)
}

.equipment .link:hover .title,
.equipment .link:active .title,
.equipment .link:focus .title {
    color: #00296d
}

.equipment .swiper-slide {
    opacity: 0.8
}

.equipment .swiper-slide-prev,
.equipment .swiper-slide-active,
.equipment .swiper-slide-next {
    opacity: 1
}

.equipment .swiper-slide-prev .title,
.equipment .swiper-slide-active .title,
.equipment .swiper-slide-next .title {
    color: #00296d
}

.equipment .swiper-equipment {
    width: 100%
}

.equipment .swiper-equipment .swiper-pagination {
    display: none
}

.equipment .swiper-equipment .swiper-button-prev,
.equipment .swiper-equipment .swiper-button-next {
    width: 55px;
    height: 55px;
    background-size: 26px 26px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 999px;
    background-repeat: no-repeat
}

.equipment .swiper-equipment .swiper-button-prev:hover,
.equipment .swiper-equipment .swiper-button-prev:active,
.equipment .swiper-equipment .swiper-button-prev:focus,
.equipment .swiper-equipment .swiper-button-next:hover,
.equipment .swiper-equipment .swiper-button-next:active,
.equipment .swiper-equipment .swiper-button-next:focus {
    background-color: #00296d
}

.equipment .swiper-equipment .swiper-button-prev {
    left: 2%;
    background-image: url("../img/prev.png")
}

.equipment .swiper-equipment .swiper-button-next {
    right: 2%;
    background-image: url("../img/next.png")
}

.equipment .swiper-equipment .swiper-pagination-bullets {
    width: 100%;
    bottom: -20px
}

.equipment .swiper-equipment .swiper-pagination-bullet {
    margin: 0 3px;
    width: 10px;
    height: 10px;
    background: transparent;
    border: solid 2px #00296d
}

.equipment .swiper-equipment .swiper-pagination-bullet-active {
    background-color: #00296d
}

@media \0screen {
    .equipment .swiper-equipment .swiper-pagination-bullet-active {
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF0B2B7E, endcolorstr=#FF0B2B7E)
    }
}

.home-certificate .box {
    vertical-align: middle
}

.home-certificate .list {
    position: relative
}

.home-certificate .rect-pic {
    padding-bottom: 138%
}

.home-certificate .rect-pic .img {
    width: 100%
}

.home-certificate .link .title {
    text-align: center;
    padding: 10px 0;
    border: solid 1px transparent
}

.home-certificate .link .rect-pic .img {
    background: #edeff4;
    display: block
}

.home-certificate .link:hover,
.home-certificate .link:active,
.home-certificate .link:focus {
    color: #d70c19
}

.home-certificate .link:hover .rect-pic .img,
.home-certificate .link:active .rect-pic .img,
.home-certificate .link:focus .rect-pic .img {
    transform: scale(1.1)
}

.home-certificate .link:hover .title,
.home-certificate .link:active .title,
.home-certificate .link:focus .title {
    border: solid 1px #d70c19
}

.home-certificate.inner {
    padding: 3% 0 5%;
    background: #00296d url("../img/honor-bg.jpg") center top no-repeat;
    background-size: cover
}

.home-certificate.inner .desc {
    color: #ffffff;
    font-size: 18px;
    margin: 0 auto;
    width: 60%;
    text-align: center;
    margin-bottom: 30px
}

.home-certificate.inner .img {
    display: block;
    margin: 0 auto
}

.home-certificate.inner .swiper-honor {
    margin-top: 8%
}

.home-certificate.inner .swiper-honor .swiper-button-prev,
.home-certificate.inner .swiper-honor .swiper-button-next {
    display: none
}

.home-certificate.inner .swiper-honor .swiper-pagination {
    display: block;
    width: 100%
}

.home-certificate.inner .swiper-honor .swiper-pagination-bullets {
    display: block
}

.home-certificate.inner .swiper-honor .swiper-pagination-bullet {
    background-color: rgba(153, 153, 153, 0.6);
    margin: 0 3px;
    display: inline-block;
    width: 42px;
    height: 5px;
    border-radius: none
}

@media \0screen {
    .home-certificate.inner .swiper-honor .swiper-pagination-bullet {
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99999999, endcolorstr=#99999999)
    }
}

.home-certificate.inner .swiper-honor .swiper-pagination-bullet-active {
    background-color: #d70c19
}

@media \0screen {
    .home-certificate.inner .swiper-honor .swiper-pagination-bullet-active {
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FFF29803, endcolorstr=#FFF29803)
    }
}

.certificate {
    padding: 0 0 3%
}

.certificate .list {
    position: relative;
    margin: 0 -15px
}

.certificate .item {
    float: left;
    width: 25%
}

.certificate .link {
    margin: 15px;
    display: block;
    padding: 0
}

.certificate .link img {
    width: 100%
}

.certificate .link .rect-pic {
    padding-bottom: 138%
}

.certificate .link .title {
    margin-top: 5px;
    text-align: center;
    padding: 10px 0;
    border: solid 1px transparent
}

.certificate .link:hover .rect-pic img,
.certificate .link:active .rect-pic img,
.certificate .link:focus .rect-pic img {
    transform: scale(1.1)
}

.certificate .link:hover .title,
.certificate .link:active .title,
.certificate .link:focus .title {
    color: #00296d;
    border: solid 1px #00296d
}

.video-bottom {
    padding: 5% 0;
    text-align: center
}

.video-bottom .rect-link {
    padding-bottom: 32%;
    background: url("../img/video.jpg") 50% 0 no-repeat;
    background-size: cover;
    text-indent: -9999px
}

.video-bottom .text {
    padding-top: 8%;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    color: #ffffff
}

.video-bottom .title {
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 24px
}

.video-bottom .desc {
    font-size: 18px
}

.video-bottom .vjs-poster {
    background-position: 50% 0;
    background-size: auto
}

.video-bottom .video-js {
    height: 500px;
    width: 100%
}

.video-bottom .vjs-tech {
    object-fit: cover
}

.job-list {
    margin-top: 3%
}

.job-list .list-title {
    font-size: 36px
}

.job-list .list-desc {
    font-size: 18px;
    margin-bottom: 20px
}

.job-list .item {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    padding: 24px 0
}

.job-list .item.thead {
    background: #d70c19;
    color: #ffffff
}

.job-list .item-td {
    text-align: center
}

.job-list .item-td:nth-child(1) {
    width: 15%
}

.job-list .item-td:nth-child(2) {
    width: 27%
}

.job-list .item-td:nth-child(3) {
    width: 15%
}

.job-list .item-td:nth-child(4) {
    width: 28%
}

.job-list .item-td:nth-child(5) {
    width: 15%
}

.service {
    padding: 3% 0 12%;
    background: url("../img/service-bg.png") center bottom no-repeat
}

.service-list .item {
    width: 23.5%;
    text-align: center
}

.service-list .rect-box {
    position: relative;
    background: #f7f7f7;
    padding-bottom: 90%
}

.service-list .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.service-list .title {
    font-size: 20px;
    opacity: .7
}

.service-list .desc {
    font-size: 20px
}

.quality {
    display: flex
}

.quality .pic {
    width: 50%
}

.quality .text {
    width: 50%;
    background: #ebeef8;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.quality .title {
    font-size: 36px
}

.quality .desc {
    color: #666;
    font-size: 16px;
    margin: 3% 0 10%
}

.quality .link {
    align-self: start;
    color: #d70c19;
    border: 1px solid #d70c19;
    display: inline-block;
    padding: 12px 64px
}

.quality .link:hover,
.quality .link:active {
    background: #d70c19;
    color: #ffffff
}

.company {
    padding: 2% 0 6%;
    background: #edf1f5 url("../img/company-bg.png") 50% 0 no-repeat
}

.company .list {
    position: relative
}

.company .link {
    display: block;
    background: #ffffff
}

.company .rect-pic {
    padding-bottom: 120%
}

.company .rect-pic img {
    width: 100%
}

.company .pic {
    vertical-align: middle;
    width: 38%
}

.company .text {
    vertical-align: middle;
    width: 62%;
    padding: 0 4%
}

.company .ico {
    padding-bottom: 15px
}

.company .desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical
}

.company .swiper-company {
    position: relative;
    margin-top: 48px
}

.company .swiper-company .swiper-pagination {
    display: none
}

.company .swiper-company .swiper-button-prev,
.company .swiper-company .swiper-button-next {
    width: 48px;
    height: 48px;
    background-size: 20px 20px;
    background-color: #999
}

.company .swiper-company .swiper-button-prev:hover,
.company .swiper-company .swiper-button-prev:active,
.company .swiper-company .swiper-button-prev:focus,
.company .swiper-company .swiper-button-next:hover,
.company .swiper-company .swiper-button-next:active,
.company .swiper-company .swiper-button-next:focus {
    background-color: #d70c19
}

.company .swiper-company .swiper-button-prev {
    left: 50%;
    margin-left: -64px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+)
}

.company .swiper-company .swiper-button-next {
    right: 50%;
    margin-right: -64px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=)
}

@media screen and (max-width:991px) {
    .about-item .bg {
        flex-direction: column
    }

    .about-item .pic {
        width: 100%;
        margin: 5px 0
    }

    .about-item .list {
        width: 100%;
        margin: 5px 0
    }

    .culture-list .item {
        width: 48.5%;
        margin: 10px 0
    }

    .culture-list .rect-box {
        padding-bottom: 64%
    }

    .company .swiper-company {
        margin-top: 5px;
        position: relative
    }

    .company .swiper-company .swiper-button-prev,
    .company .swiper-company .swiper-button-next {
        display: none
    }

    .company .swiper-company .swiper-pagination {
        display: block;
        width: 100%
    }

    .company .swiper-company .swiper-pagination-bullets {
        display: block
    }

    .company .swiper-company .swiper-pagination-bullet {
        background: #999;
        margin: 0 3px;
        display: inline-block;
        width: 5px;
        height: 5px
    }

    .company .swiper-company .swiper-pagination-bullet-active {
        background: #00296d
    }

    .home-about .bg {
        flex-direction: column
    }

    .home-about .text {
        width: 100%;
        margin-bottom: 20px
    }

    .home-about .text .more .link {
        text-align: center;
        padding: 10px 0;
        display: block
    }

    .home-about .pic {
        width: 100%
    }

    .equipment .swiper-slide-prev,
    .equipment .swiper-slide-next {
        opacity: 0.8
    }

    .equipment .swiper-equipment .swiper-pagination {
        display: block
    }

    .equipment .swiper-equipment .swiper-button-prev,
    .equipment .swiper-equipment .swiper-button-next {
        display: none
    }

    .home-certificate.inner .swiper-honor {
        margin-top: 0
    }

    .about .text,
    .about .pic {
        width: 100%
    }

    .about .text {
        padding: 5%;
        margin: 0
    }

    .about .text .inner {
        padding: 10% 0
    }

    .testing .bg:after {
        display: none
    }

    .testing .text,
    .testing .pic {
        width: 100%
    }

    .testing .text {
        padding: 5%;
        margin-bottom: 5px;
        background: #00296d
    }

    .testing .text .cn {
        padding-top: 0
    }

    .testing .text .desc {
        padding: 2% 0
    }

    .partner-list .item {
        width: 31.5%
    }

    .culture .item-box {
        width: 100%
    }

    .certificate .item {
        width: 33.33%
    }

    .service .item {
        width: 48.5%
    }

    .service-list .item {
        width: 48.5%
    }

    .quality {
        flex-direction: column
    }

    .quality.reverse {
        flex-direction: column-reverse
    }

    .quality .pic,
    .quality .text {
        width: 100%
    }

    .quality .text {
        padding: 30px 15px
    }

    .about-list .item {
        margin: 10px 0 0;
        width: 48.5%
    }

    .about-link {
        flex-direction: column
    }

    .about-link .item {
        width: 100%;
        margin-bottom: 15px
    }

    .video-bottom .rect-link {
        padding-bottom: 45%
    }
}

@media screen and (max-width:640px) {
    .about-item {
        padding: 3% 0
    }

    .about-item .pic .link .text {
        padding: 20px 15px
    }

    .about-item .pic .link .text .title {
        font-size: 20px
    }

    .about-item .pic .link .text .desc {
        margin: 10px 0;
        font-size: 14px;
        min-height: auto
    }

    .about-title {
        font-size: 20px
    }

    .culture-list .item {
        width: 100%
    }

    .culture-list .cn {
        font-size: 18px
    }

    .culture-list .desc {
        width: 96%;
        font-size: 12px;
        padding-top: 5px
    }

    .culture-list .ico {
        margin-top: 10px
    }

    .culture-list .ico img {
        width: 64px
    }

    .culture-list .rect-box {
        padding-bottom: 46%
    }

    .service {
        padding: 36px 0 260px
    }

    .service .ico {
        padding-top: 15px;
        margin-bottom: 0
    }

    .service .img {
        width: 36px
    }

    .service .item {
        width: 48.5%
    }

    .service .desc {
        padding: 0 15px;
        font-size: 12px
    }

    .service-list .title {
        font-size: 18px
    }

    .service-list .desc {
        font-size: 18px
    }

    .quality {
        padding: 0
    }

    .quality .title {
        font-size: 28px
    }

    .quality .desc {
        font-size: 14px
    }

    .quality .link {
        padding: 10px 36px
    }

    .video-bottom {
        padding: 36px 0 24px
    }

    .video-bottom .rect-link {
        padding-bottom: 50%
    }

    .video-bottom .ico {
        width: 36px
    }

    .video-bottom .title {
        line-height: 1.2;
        font-size: 14px;
        padding: 15px 20px 10px
    }

    .video-bottom .video-js {
        height: 220px
    }

    .video-bottom .vjs-poster {
        background-size: cover
    }

    .video-bottom .desc {
        font-size: 12px
    }

    .job-list .list-title {
        font-size: 20px
    }

    .job-list .list-desc {
        font-size: 14px
    }

    .job-list .item {
        padding: 15px 0;
        font-size: 14px;
        overflow: auto;
        width: 100vw
    }

    .job-list .item-td {
        display: inline-block;
        flex-shrink: 0;
        width: 20% !important
    }

    .home-swiper {
        padding-bottom: 0
    }

    .home-video .video-js {
        padding-bottom: 75%
    }

    .about-video .item {
        width: 100%
    }

    .about .text .desc {
        font-size: 18px
    }

    .about-list {
        margin: 10px 0
    }

    .about-list .link {
        font-size: 16px;
        padding: 10px 0
    }

    .about-list .ico {
        margin-right: 5px
    }

    .about-list.inner .about-container {
        width: 100%
    }

    .about-list.white .list-item {
        width: 32.5%;
        border-right: solid 1px #dcdddd
    }

    .about-list.white .list-item:last-child {
        border-right: solid 1px transparent !important
    }

    .about-list.white .about-container {
        width: 100%
    }

    .about-list .list-item {
        width: 48.5%;
        border-right: solid 1px transparent;
        font-size: 14px
    }

    .about-list .list-item:nth-child(odd) {
        border-right: solid 1px #dcdddd
    }

    .about-list .em {
        font-size: 20px
    }

    .about-list .em:after {
        font-size: 20px
    }

    .about-link .item {
        padding: 15px
    }

    .about-link .cn {
        font-size: 20px
    }

    .about-link .en {
        font-size: 14px
    }

    .about-link .desc {
        height: 6em;
        font-size: 14px
    }

    .swiper-about .swiper-pagination {
        padding-right: 15px
    }

    .partner-list .item {
        width: 48.5%
    }

    .certificate .item {
        width: 50%
    }

    .equipment {
        padding: 0 0 3%
    }

    .culture .text .title {
        font-size: 1.5em
    }

    .culture .text .desc {
        padding: 8% 0
    }

    .home-about {
        padding: 36px 0
    }

    .home-about .text .cn {
        font-size: 20px
    }

    .home-about .text .en {
        padding: 5px 0;
        font-size: 14px
    }

    .home-about .text .btn .ico {
        width: 30px;
        height: 30px
    }

    .home-about .text .btn .ico:before {
        margin-top: -6px;
        margin-left: -3px;
        border: solid 6px transparent;
        border-left-color: #d70c19
    }

    .home-about .text .btn .link {
        line-height: 30px;
        font-size: 12px
    }

    .home-certificate.inner {
        padding: 30px 0 48px
    }

    .home-certificate.inner .desc {
        width: 100%;
        font-size: 16px
    }

    .home-certificate .list {
        margin-top: 15px
    }

    .home-certificate .link .rect-pic .img {
        padding: 5px
    }

    .speech .cover {
        float: none;
        padding-left: 0
    }

    .speech .ico {
        width: 80px
    }

    .company .desc {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical
    }
}

.home-super {
    padding: 5% 0 0
}

.home-super .bg {
    display: flex;
    justify-content: space-between
}

.home-super .left-text {
    width: 50%
}

.home-super .pic {
    text-align: center
}

.home-super .pic .desc {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    padding: 15px 0 30px
}

.home-super .pic .ico {
    position: relative;
    filter: grayscale(100%) brightness(100)
}

.home-super .pic .btn {
    display: inline-flex;
    padding: 12px 64px;
    align-items: center;
    border: 1px solid #d70c19;
    color: #d70c19;
    font-size: 16px;
    border-radius: 99px;
    position: relative
}

.home-super .pic .btn:hover,
.home-super .pic .btn:active {
    color: #ffffff;
    background: #d70c19
}

.home-super .pic .btn:hover .ico,
.home-super .pic .btn:active .ico {
    left: 3px;
    filter: grayscale(0) brightness(1)
}

.home-super .small {
    font-weight: 500;
    font-size: 20px
}

.home-super .title {
    margin-bottom: 20px
}

.home-super .title .cn {
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    position: relative;
    padding-bottom: 15px;
    line-height: 1.2
}

.home-super .title .cn:before {
    position: absolute;
    content: "";
    width: 2em;
    margin-left: -1em;
    left: 50%;
    height: 4px;
    bottom: 0;
    background: #d70c19
}

.super {
    padding: 3% 0;
    position: relative;
    color: #333
}

.super-list {
    padding: 0 0 2%;
    display: flex;
    justify-content: space-between
}

.super-list .list-item {
    width: 23.5%;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #e0e0e0
}

.super-list .list-item:last-child {
    border-right: none
}

.super-list .text {
    text-align: center
}

.super-list .em {
    font-size: 64px;
    position: relative;
    line-height: 1;
    color: #333;
    font-style: italic;
    font-weight: bold;
    color: #00296d
}

.super-list .em:after {
    font-size: 56px;
    font-weight: bold;
    content: "+"
}

.super-list .em.none:after {
    display: none
}

.super-list.inner {
    padding: 0;
    flex-wrap: wrap
}

.super-list.inner .list-item {
    padding: 48px 0;
    width: 48.5%;
    color: #ffffff;
    justify-content: start;
    border-bottom: 1px solid #333
}

.super-list.inner .em {
    color: #ffffff
}

.super-focus {
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    background: #00296d;
    padding: 32px 0
}

.super-focus .item {
    width: 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid
}

.super-focus .item:last-child {
    border-right: none
}

.super-focus .ico {
    margin-right: 10px
}

.super-focus .cn {
    font-size: 24px;
    line-height: 1
}

.super-focus .en {
    margin-top: 5px;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1
}

.super-inner {
    padding: 3% 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.super-inner .list-item {
    width: 50%;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin: 24px 0;
    padding: 0 10%;
    position: relative
}

.super-inner .list-item:nth-child(odd):after {
    position: absolute;
    content: "";
    top: 50%;
    width: 4px;
    right: 6%;
    margin-top: -24px;
    height: 48px;
    background: #9fa0a0;
    transform: rotate(30deg)
}

.super-inner .ico {
    width: 68px;
    margin-right: 36px
}

.super-inner .em {
    font-size: 56px;
    position: relative;
    line-height: 1;
    color: #333;
    font-style: italic;
    font-weight: bold
}

.super-inner .em:after {
    font-size: 56px;
    font-weight: bold;
    content: "+"
}

.super-inner .em.none:after {
    display: none
}

@media screen and (max-width:991px) {
    .home-super .pic {
        width: 100%
    }

    .home-super .pic .desc {
        width: 100%
    }

    .home-super .left-text {
        width: 100%
    }

    .super-nav .title {
        font-size: 28px
    }

    .super-list {
        flex-wrap: wrap;
        justify-content: start
    }

    .super-list .list-item {
        justify-content: start;
        width: 50%;
        margin: 10px 0
    }

    .super-list.inner {
        padding: 20px 0
    }

    .super-list.inner .list-item {
        padding: 20px 0;
        margin: 20px 0
    }

    .super-focus .ico {
        width: 48px;
        margin-right: 5px
    }

    .super-focus .cn {
        font-size: 20px
    }

    .super-focus .en {
        font-size: 12px
    }

    .super-inner {
        flex-wrap: wrap
    }

    .super-inner .list-item {
        padding: 0
    }

    .super-inner .list-item:nth-child(odd):after {
        right: 15%
    }
}

@media screen and (max-width:640px) {
    .home-super .bg {
        flex-direction: column
    }

    .home-super .left-text {
        width: 100%
    }

    .home-super .pic {
        width: 100%
    }

    .home-super .pic .btn {
        padding: 10px 38px 10px 30px
    }

    .home-super .pic .btn:before {
        right: 30px
    }

    .home-super .small {
        font-size: 18px
    }

    .home-super .title .cn {
        font-size: 24px
    }

    .super-nav .title {
        width: 80%;
        font-size: 20px
    }

    .super-nav .desc {
        font-size: 14px
    }

    .super-nav .list {
        width: 100%
    }

    .super-list {
        width: 100%
    }

    .super-list .list-item {
        font-size: 12px
    }

    .super-list .ico {
        width: 48px;
        margin-right: 5px
    }

    .super-list .em {
        font-size: 20px
    }

    .super-list .em:after {
        font-size: 20px
    }

    .super-list.inner .list-item {
        margin: 10px 0
    }

    .super-focus {
        padding: 16px 0
    }

    .super-focus .item {
        flex-direction: column
    }

    .super-focus .ico {
        width: 40px;
        margin-right: 0;
        margin-bottom: 5px
    }

    .super-focus .cn {
        text-align: center;
        font-size: 16px
    }

    .super-focus .en {
        text-align: center;
        font-size: 14px;
        line-height: 1.2;
        transform: scale(0.85)
    }

    .super-focus .dib {
        display: block
    }

    .super-inner {
        width: 100%
    }

    .super-inner .list-item {
        font-size: 12px
    }

    .super-inner .ico {
        width: 48px;
        margin-right: 5px
    }

    .super-inner .em {
        font-size: 20px
    }

    .super-inner .em:after {
        font-size: 20px
    }
}

.honor {
    padding: 5% 0 0
}

.honor .list {
    width: 100%;
    position: relative
}

.honor .swiper-honor .swiper-pagination {
    display: none
}

.honor .swiper-honor .swiper-button-prev,
.honor .swiper-honor .swiper-button-next {
    width: 40px;
    height: 60px;
    margin-top: -30px;
    background-size: 20px 20px;
    border: solid 1px transparent;
    background-color: rgba(0, 0, 0, 0.6)
}

.honor .swiper-honor .swiper-button-prev:hover,
.honor .swiper-honor .swiper-button-prev:active,
.honor .swiper-honor .swiper-button-prev:focus,
.honor .swiper-honor .swiper-button-next:hover,
.honor .swiper-honor .swiper-button-next:active,
.honor .swiper-honor .swiper-button-next:focus {
    background-color: #d70c19
}

.honor .swiper-honor .swiper-button-prev {
    left: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+)
}

.honor .swiper-honor .swiper-button-next {
    right: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=)
}

.honor-list .link {
    position: relative;
    display: block
}

.honor-list .link .rect-pic {
    border: solid 1px #b6b6b6;
    padding-bottom: 100%
}

.honor-list .link .rect-pic .img {
    width: 100%
}

.honor-list .link:hover,
.honor-list .link:active {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3)
}

.honor-list .link:hover .img,
.honor-list .link:active .img {
    transform: scale(1.1)
}

@media screen and (max-width:640px) {
    .honor .swiper-honor {
        top: -15px;
        position: relative
    }

    .honor .swiper-honor .swiper-button-prev,
    .honor .swiper-honor .swiper-button-next {
        display: none
    }

    .honor .swiper-honor .swiper-pagination {
        display: block;
        width: 100%
    }

    .honor .swiper-honor .swiper-pagination-bullets {
        display: block
    }

    .honor .swiper-honor .swiper-pagination-bullet {
        background: #999;
        margin: 0 3px;
        display: inline-block;
        width: 5px;
        height: 5px
    }

    .honor .swiper-honor .swiper-pagination-bullet-active {
        background: #00296d
    }

    .honor-list {
        padding: 15px 0
    }

    .honor-list .item {
        width: 48.5%
    }

    .honor-list .link {
        padding: 8px
    }

    .honor-list .link .pic-bg .em {
        font-size: 18px
    }
}

.news {
    padding: 3% 0 5%;
    background: #f7f7f7
}

.news .list-content {
    margin-top: 30px;
    display: none
}

.news .list-content.active {
    display: block
}

.news .bg {
    justify-content: space-between;
    display: flex
}

.news .pic {
    width: 48.5%;
    overflow: hidden;
    position: relative
}

.news .pic .link {
    position: relative;
    z-index: 2;
    color: #ffffff;
    background: #d70c19
}

.news .pic .link .rect-pic {
    padding-bottom: 67%
}

.news .pic .link .rect-pic img {
    width: 100%
}

.news .pic .link .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 18px 25px;
    background-color: rgba(11, 43, 126, 0.65)
}

@media \0screen {
    .news .pic .link .text {
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#A60B2B7E, endcolorstr=#A60B2B7E)
    }
}

.news .pic .link .text .title {
    vertical-align: middle;
    width: 80%;
    font-size: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: normal
}

.news .pic .link .text .desc {
    font-size: 16px;
    margin-top: 15px;
    height: 40px;
    line-height: 20px;
    overflow: hidden
}

.news .pic .link .time {
    margin-bottom: 3%;
    text-align: center
}

.news .pic .link .date {
    vertical-align: middle;
    font-size: 16px
}

.news .pic .link .day {
    font-size: 14px
}

.news .pic .link .more {
    vertical-align: middle
}

.news .pic .link .more .icon {
    font-size: 36px;
    opacity: .75
}

.news .pic .link:hover,
.news .pic .link:active,
.news .pic .link:focus {
    color: #ffffff
}

.news .pic .link:hover .date,
.news .pic .link:active .date,
.news .pic .link:focus .date {
    color: #ffffff
}

.news .pic .link:hover .desc,
.news .pic .link:active .desc,
.news .pic .link:focus .desc {
    color: #ffffff
}

.news .pic .link:hover .rect-pic img,
.news .pic .link:active .rect-pic img,
.news .pic .link:focus .rect-pic img {
    transform: scale(1.1)
}

.news .list {
    position: relative;
    width: 48.5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.news .list .item {
    width: 48.5%
}

.news .list .link {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    z-index: 1
}

.news .list .link:after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: transparent;
    left: 0;
    bottom: 0;
    z-index: -1
}

.news .list .link .rect-pic {
    padding-bottom: 67%
}

.news .list .link .rect-pic img {
    width: 100%
}

.news .list .link:hover,
.news .list .link:focus,
.news .list .link:active {
    color: #00296d
}

.news .list .link:hover:after,
.news .list .link:focus:after,
.news .list .link:active:after {
    width: 100%
}

.news .list .link:hover .rect-pic img,
.news .list .link:focus .rect-pic img,
.news .list .link:active .rect-pic img {
    transform: scale(1.1)
}

.news .list .cover {
    width: 100%;
    position: relative
}

.news .list .text {
    width: 100%;
    padding: 20px 0
}

.news .list .time {
    color: #ffffff;
    background-color: rgba(11, 43, 126, 0.65);
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
    padding: 10px 15px
}

@media \0screen {
    .news .list .time {
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#A60B2B7E, endcolorstr=#A60B2B7E)
    }
}

.news .list .date {
    font-size: 30px;
    position: relative
}

.news .list .year {
    font-size: 16px
}

.news .list .more {
    width: 15%;
    vertical-align: middle;
    text-align: right
}

.news .list .title {
    min-height: 2.8em;
    font-size: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.news .list .desc {
    font-size: 16px;
    min-height: 2.8em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 20px 0;
    opacity: .75
}

.news-bg {
    background: #f7f8f8
}

.news-list .item {
    width: 33.33%;
    margin: 3% 0 0
}

.news-list .time {
    line-height: 30px;
    display: inline-block;
    margin-bottom: 15px;
    color: #878787;
    border-bottom: 2px solid #00296d
}

.news-list .link {
    display: block;
    margin-right: 1px;
    padding: 35px 8%;
    background: #ffffff
}

.news-list .link .title {
    font-size: 20px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.news-list .link:hover .title {
    color: #00296d
}

.news-list .link .pic {
    width: 33%
}

.news-list .link .pic .rect-pic {
    padding-bottom: 75%
}

.news-list .link .text {
    width: 62.5%
}

.news-list .link .desc {
    margin-top: 4%;
    font-size: 16px;
    color: #878787;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.down-link .cn {
    vertical-align: middle;
    display: inline-block;
    color: #333;
    font-size: 24px
}

.down-link .btn {
    background: #d70c19;
    color: #ffffff;
    vertical-align: middle;
    display: inline-block;
    font-size: 18px;
    padding: 12px 56px
}

.down-link .ico {
    position: relative;
    top: -8px;
    height: 8px;
    margin-right: 3px
}

.down {
    padding: 3% 0 0
}

.down .title {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 18px
}

.down .desc {
    padding-top: 10px;
    opacity: .7
}

.down .btn {
    background: #00296d;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    padding: 12px 56px;
    display: inline-block;
    vertical-align: middle
}

.down-list {
    margin: 30px 0
}

.down-list .item {
    width: 18.5%;
    margin-bottom: 30px
}

.down-list .item.none {
    margin-bottom: 0
}

.down-list .link {
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 15px
}

.down-list .link .rect-pic {
    border: 1px solid #dcdcdc;
    padding-bottom: 136%
}

.down-list .link .ico {
    text-align: center;
    background: #e5e5e5;
    padding: 5px 0
}

.down-list .link .ico img {
    top: -2px;
    position: relative;
    margin-right: 5px
}

.down-list .link .img {
    width: 100%
}

.down-list .link .title {
    padding: 10px 0;
    text-align: center
}

.down-list .link .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    color: #d70c19;
    font-size: 24px;
    display: none
}

@media \0screen {
    .down-list .link .text {
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#B3000000, endcolorstr=#B3000000)
    }
}

.down-list .link .text img {
    margin-top: 10px
}

.down-list .link:hover .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%
}

.down-list .link:hover .ico {
    color: #ffffff;
    background: #00296d
}

.down-list .link:hover .ico img {
    filter: brightness(100)
}

.headline {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    overflow-x: hidden
}

.headline .tips {
    padding: 15px 0;
    background: #00296d;
    color: #ffffff;
    vertical-align: middle;
    width: 13%;
    text-align: center;
    position: relative
}

.headline .tips:before {
    position: absolute;
    content: "";
    background: #00296d;
    height: 100%;
    width: 800%;
    top: 0;
    left: -780%
}

.headline .title {
    vertical-align: middle;
    width: 75%
}

.headline .title .link {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    color: #00296d;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: normal
}

.headline .time {
    color: #00296d
}

.headline .more {
    vertical-align: middle
}

.headline .more img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px
}

@media screen and (max-width:991px) {
    .news .bg {
        flex-direction: column
    }

    .news .pic {
        width: 100%
    }

    .news .pic .link {
        display: block;
        width: 100%
    }

    .news .list {
        margin-top: 15px;
        width: 100%
    }

    .news-list .item {
        width: 50%;
        margin-bottom: 48px
    }

    .headline .title {
        width: 60%
    }

    .down-list .item {
        width: 23.5%
    }
}

@media screen and (max-width:640px) {
    .down-link .cn {
        width: 100%;
        margin-bottom: 10px;
        font-size: 16px;
        display: block
    }

    .down-link .btn {
        text-align: center;
        display: block;
        font-size: 16px
    }

    .news {
        padding: 3% 0
    }

    .news .list-content {
        margin-top: 15px
    }

    .news .pic .link .text {
        width: 100%;
        display: block;
        padding: 10px 15px
    }

    .news .pic .link .text .title {
        font-size: 20px
    }

    .news .list .item {
        margin-bottom: 15px
    }

    .news .list .time {
        display: none;
        padding: 2% 0
    }

    .news .list .more {
        padding: 0 5% 5%;
        text-align: left;
        width: 100%
    }

    .news .list .text .title {
        font-size: 16px
    }

    .news .list .text .desc {
        margin: 10px 0;
        font-size: 14px
    }

    .news .list .date {
        font-size: 16px
    }

    .news .list .year {
        font-size: 12px
    }

    .news .list .title {
        font-size: 20px
    }

    .news .list:before {
        display: none
    }

    .news-list .item {
        width: 100%;
        margin-bottom: 28px
    }

    .news-list .link {
        padding: 3% 5%
    }

    .news-list .link .title {
        font-size: 18px
    }

    .news-list .link .desc {
        font-size: 14px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .headline .tips {
        font-size: 14px;
        width: 25%;
        text-align: left
    }

    .headline .tips:before {
        left: -799%
    }

    .headline .title {
        width: 70%
    }

    .headline .title .link {
        width: 70%
    }

    .headline .more {
        display: none
    }

    .down .title {
        font-size: 16px
    }

    .down-list .link {
        font-size: 14px
    }

    .down-list .item {
        width: 31.5%
    }
}

.product {
    padding: 5% 0;
    background: url("../img/product-bg.jpg") no-repeat;
    background-size: cover
}

.product.inner {
    padding: 5% 0;
    background: transparent
}

.product .title {
    text-align: center
}

.product .cate-name {
    display: block;
    color: #00296d;
    font-size: 24px;
    margin-bottom: 15px
}

.product .cate-content.active {
    display: block
}

.product .cate-content .down-file .em {
    display: none;
    opacity: 0
}

.product .cate-content+.cate-content {
    margin-top: 20px
}

.product .bg {
    background: #ffffff;
    display: flex;
    justify-content: space-between
}

.product .text {
    width: 15%;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 0 5px 2px rgba(0, 0, 0, 0.1)
}

.product .text .name {
    font-size: 20px;
    text-align: center;
    margin: 0 auto 48px;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: normal
}

.product .text .img {
    width: 80%;
    margin: 0 auto
}

.product .text .link {
    margin-top: 30px;
    text-align: center;
    padding: 5px 30px;
    font-size: 16px;
    background: #d70c19;
    color: #ffffff
}

.product .text .link:hover,
.product .text .link:active {
    background: #ffffff;
    color: #d70c19;
    border: 1px solid #d70c19
}

.product .cover {
    width: 80%
}

.product .list {
    background: #f7f7f7 right top no-repeat;
    background-size: auto 100%;
    width: 85%;
    padding: 24px 24px;
    position: relative
}

.product .search-bg {
    width: 55%;
    margin: 0 auto 20px
}

.product .search-bg form {
    display: flex;
    justify-content: space-between
}

.product .icon {
    color: #00296d;
    font-size: 20px
}

.product .form-control {
    border: none;
    display: inline-block;
    vertical-align: middle;
    background: #ffffff;
    padding: 12px;
    color: #9fa0a0;
    font-size: 14px;
    flex: 1
}

.product .form-control::-webkit-input-placeholder {
    color: #9fa0a0
}

.product .form-control::-ms-input-placeholder {
    color: #9fa0a0
}

.product .form-control::placeholder {
    color: #9fa0a0
}

.product .submit {
    border: 0;
    padding: 0 15px;
    color: #ffffff;
    background: #00296d
}

.product .swiper-product .swiper-pagination {
    display: none
}

.product .swiper-product .swiper-button-prev,
.product .swiper-product .swiper-button-next {
    width: 48px;
    height: 48px;
    background-size: 20px 20px;
    border: solid 1px transparent;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 999px;
    display: none
}

.product .swiper-product .swiper-button-prev:hover,
.product .swiper-product .swiper-button-prev:active,
.product .swiper-product .swiper-button-prev:focus,
.product .swiper-product .swiper-button-next:hover,
.product .swiper-product .swiper-button-next:active,
.product .swiper-product .swiper-button-next:focus {
    background-color: #00296d
}

.product .swiper-product .swiper-button-prev {
    left: 15px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+)
}

.product .swiper-product .swiper-button-next {
    right: 15px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=)
}

.search {
    border: solid 1px #ccc;
    border-radius: 6px;
    position: relative;
    margin: 3% 0
}

.search .form-control {
    width: 100%;
    padding: 12px 12px;
    text-align: center;
    border: 0;
    background: transparent
}

.search .form-submit {
    opacity: .5;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -3.5em;
    margin-top: -12px;
    border: 0;
    opacity: .5;
    background: transparent
}

.search.active .form-control {
    text-align: left;
    padding-left: 24px
}

.search.active .form-submit {
    left: 0;
    margin-left: 0
}

.home-product-list .item {
    width: 23.5%
}

.home-product-list .item.none {
    margin-bottom: 0
}

.home-product-list .link {
    position: relative;
    display: block;
    border: solid 1px transparent
}

.home-product-list .link .rect-pic {
    position: relative;
    padding-bottom: 56.25%;
    background: #fff
}

.home-product-list .link .rect-pic img {
    width: 100%
}

.home-product-list .link .title {
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
    position: relative
}

.home-product-list .link .title:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 0;
    height: 2px;
    bottom: 8px;
    background: #00296d
}

.home-product-list .link .pic-bg {
    width: 100%;
    position: absolute;
    z-index: 999;
    height: 100%;
    color: #ffffff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    display: none;
    background: #00296d;
    background-color: rgba(11, 43, 126, 0.75)
}

@media \0screen {
    .home-product-list .link .pic-bg {
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#BF0B2B7E, endcolorstr=#BF0B2B7E)
    }
}

.home-product-list .link .pic-bg .text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 8%;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.home-product-list .link .pic-bg .em {
    font-size: 2em;
    padding-bottom: 15px
}

.home-product-list .link .pic-bg .cn {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative
}

.home-product-list .link .pic-bg .en {
    font-size: 1.2em;
    text-transform: uppercase;
    display: block
}

.home-product-list .link .pic-bg .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    text-align: center;
    background: #ffffff;
    border-radius: 999px;
    color: #00296d;
    padding: 10px 30px;
    position: relative
}

.home-product-list .link:hover,
.home-product-list .link:active {
    color: #ffffff;
    padding: 0;
    border: solid 1px #00296d;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3)
}

.home-product-list .link:hover .pic-bg,
.home-product-list .link:active .pic-bg {
    display: block;
    opacity: 1
}

.home-product-list .link:hover .pic-bg img,
.home-product-list .link:active .pic-bg img {
    transform: scale(1.1)
}

.home-product-list .link:hover .rect-pic img,
.home-product-list .link:active .rect-pic img {
    transform: scale(1.1)
}

.home-product-list .link:hover .title,
.home-product-list .link:active .title {
    color: #00296d
}

.home-product-list .link:hover .title:before,
.home-product-list .link:active .title:before {
    width: 0;
    margin-left: -1em
}

.product-cate {
    display: flex;
    text-align: center;
    justify-content: center;
    background: #00296d
}

.product-cate .item {
    padding: 20px;
    font-size: 20px;
    position: relative;
    color: #ffffff;
    margin: 0
}

.product-cate .item:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 0;
    border-radius: 999px;
    height: 100%;
    background: transparent;
    z-index: -1
}

.product-cate .item:hover,
.product-cate .item:active,
.product-cate .item:focus {
    color: #d70c19;
    background: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.product-cate .item:hover:after,
.product-cate .item:active:after,
.product-cate .item:focus:after {
    left: 0;
    width: 100%;
    background: transparent
}

.online {
    margin-top: 15px
}

.online .link {
    display: block;
    position: relative
}

.online .link:hover .online-btn,
.online .link:active .online-btn,
.online .link:focus .online-btn {
    background: #ffffff;
    color: #00296d
}

.online .ico {
    width: 100%
}

.online .online-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px
}

.online .online-btn {
    font-size: 18px;
    background: #00296d;
    padding: 3px 20px;
    border-radius: 999px;
    margin-bottom: 3px
}

.product-title {
    padding: 3% 0
}

.product-title .cn {
    font-size: 32px;
    font-weight: bold
}

.product-bg {
    padding: 3% 0;
    background: url("../img/product-bg.jpg") 50% 0 no-repeat;
    background-attachment: fixed;
    background-size: cover
}

.product-bg .list {
    position: relative
}

.product-list {
    margin: 3% 0
}

.product-list .item {
    width: 18.5%;
    margin-bottom: 2.5%
}

.product-list .item.none {
    margin-bottom: 0
}

.product-list.inner .item {
    width: 31.5%
}

.product-list .link {
    position: relative;
    display: block;
    background: #ffffff
}

.product-list .link .rect-pic {
    position: relative;
    padding-bottom: 56.25%;
    background: #fff;
    border: solid 1px #dcdcdc
}

.product-list .link .rect-pic .img {
    width: 100%
}

.product-list .link .title {
    font-size: 18px;
    text-align: center;
    padding: 15px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: normal
}

.product-list .link .title.blue {
    background: #f8f8f8
}

.product-list .link .pic-bg {
    width: 100%;
    position: absolute;
    z-index: 999;
    height: 100%;
    color: #ffffff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    display: none;
    background: #000;
    background-color: rgba(0, 0, 0, 0.75)
}

@media \0screen {
    .product-list .link .pic-bg {
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#BF000000, endcolorstr=#BF000000)
    }
}

.product-list .link .pic-bg .text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 8%;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.product-list .link .pic-bg .em {
    font-size: 2em;
    padding-bottom: 15px
}

.product-list .link .pic-bg .cn {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative
}

.product-list .link .pic-bg .en {
    font-size: 1.2em;
    text-transform: uppercase;
    display: block
}

.product-list .link .pic-bg .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    text-align: center;
    background: #ffffff;
    border-radius: 999px;
    color: #00296d;
    padding: 10px 30px;
    position: relative
}

.product-list .link:hover,
.product-list .link:active {
    padding: 0
}

.product-list .link:hover .pic-bg,
.product-list .link:active .pic-bg {
    display: block;
    opacity: 1
}

.product-list .link:hover .rect-pic,
.product-list .link:active .rect-pic {
    border: solid 1px #00296d
}

.product-list .link:hover .title,
.product-list .link:active .title {
    color: #00296d
}

.cate-list {
    padding: 5% 0
}

.cate-list .list-item {
    width: 100%;
    padding: 3% 0;
    border-bottom: solid 1px #00296d
}

.cate-list .list-item:first-child {
    border-top: solid 1px #00296d
}

.cate-list .link {
    position: relative;
    display: block;
    overflow: hidden
}

.cate-list .cn {
    margin-bottom: 20px;
    font-size: 24px
}

.cate-list .en {
    text-transform: uppercase;
    display: block;
    margin-bottom: 2%
}

.cate-list .pic {
    width: 50%;
    padding-bottom: 999px;
    margin-bottom: -999px
}

.cate-list .text {
    width: 50%;
    padding: 2%
}

.cate-list .text .item {
    width: 32.5%;
    text-align: center;
    padding: 10px 0;
    border: solid 1px transparent;
    border-radius: 5px;
    color: #3e3a39;
    font-size: 16px
}

.cate-list .text .item:hover,
.cate-list .text .item:active,
.cate-list .text .item:focus {
    border: solid 1px #00296d;
    color: #00296d
}

.cate-list .rect-pic {
    padding-bottom: 63%
}

.cate-list .rect-pic img {
    width: 100%
}

.cate-list .rect-pic:hover img,
.cate-list .rect-pic:active img,
.cate-list .rect-pic:focus img {
    transform: scale(1.1)
}

.cate-list .more {
    display: inline-block;
    margin-top: 3%;
    border: solid 1px #00296d;
    border-radius: 999px;
    color: #00296d;
    padding: 10px 36px
}

.cate-list .more:hover,
.cate-list .more:active,
.cate-list .more:focus {
    background: #00296d;
    color: #ffffff
}

.pdf-list {
    border: solid 1px #b5b5b5;
    margin: 3% 0;
    width: 100%;
    table-layout: fixed
}

.pdf-list .title {
    display: inline-block;
    vertical-align: middle
}

.pdf-list .box {
    vertical-align: middle
}

.pdf-list .item:last-child .name {
    border-bottom: none
}

.pdf-list .item:last-child .desc {
    border-bottom: none
}

.pdf-list .item:last-child .language {
    border-bottom: none
}

.pdf-list .ico {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.pdf-list .name {
    padding: 10px;
    width: 40%;
    border-right: solid 1px #b5b5b5;
    border-bottom: solid 1px #b5b5b5
}

.pdf-list .desc {
    padding: 10px;
    width: 40%;
    border-right: solid 1px #b5b5b5;
    border-bottom: solid 1px #b5b5b5
}

.pdf-list .language {
    padding: 10px;
    border-bottom: solid 1px #b5b5b5
}

@media screen and (max-width:991px) {
    .product .text {
        width: 20%
    }

    .product .text .name {
        margin-bottom: 20px
    }

    .product .text .link {
        margin-top: 20px
    }

    .product .list {
        width: 80%
    }

    .product .container {
        overflow: hidden
    }

    .product-list .item {
        width: 48.5%
    }

    .product-cate {
        display: flex;
        overflow: auto;
        width: 100%;
        justify-content: start
    }

    .product-cate .item {
        font-size: 16px;
        padding: 15px;
        display: inline-block;
        flex-shrink: 0;
        text-align: center;
        position: relative;
        margin: 0
    }

    .product-cate .item:after {
        display: none
    }

    .swiper-product {
        min-height: 20px;
        margin-top: 5px;
        position: relative
    }

    .swiper-product .swiper-button-prev,
    .swiper-product .swiper-button-next {
        display: none
    }

    .swiper-product .swiper-pagination {
        display: block;
        width: 100%
    }

    .swiper-product .swiper-pagination-bullets {
        display: block
    }

    .swiper-product .swiper-pagination-bullet {
        background: #999;
        margin: 0 3px;
        display: inline-block;
        width: 5px;
        height: 5px
    }

    .swiper-product .swiper-pagination-bullet-active {
        width: 15px;
        background: #00296d
    }

    .cate-list .pic {
        width: 100%
    }

    .cate-list .text {
        margin-bottom: 15px;
        padding: 0;
        width: 100%
    }
}

@media screen and (max-width:640px) {
    .product .bg {
        padding: 0;
        flex-direction: column
    }

    .product .cate-name {
        font-size: 20px
    }

    .product .cover {
        width: 100%
    }

    .product .text {
        padding: 20px 0;
        width: 100%
    }

    .product .text .name {
        font-size: 18px
    }

    .product .text .img {
        width: 50%
    }

    .product .text .link {
        font-size: 16px;
        width: 80%
    }

    .product .list {
        width: 100%;
        padding: 15px
    }

    .home-product-list {
        flex-wrap: wrap
    }

    .home-product-list .item {
        width: 48.5%
    }

    .home-product-list .link .title {
        padding: 10px 0;
        font-size: 14px;
        border: none
    }

    .swiper-product {
        top: -20px;
        position: relative
    }

    .swiper-product .swiper-button-prev,
    .swiper-product .swiper-button-next {
        display: none
    }

    .swiper-product .swiper-pagination {
        display: block;
        width: 100%
    }

    .swiper-product .swiper-pagination-bullets {
        display: block
    }

    .swiper-product .swiper-pagination-bullet {
        background: #999;
        margin: 0 3px;
        display: inline-block;
        width: 5px;
        height: 5px
    }

    .swiper-product .swiper-pagination-bullet-active {
        background: #00296d
    }

    .product-list {
        padding: 15px 0
    }

    .product-list .item {
        width: 48.5%
    }

    .product-list.inner .item {
        width: 48.5%
    }

    .product-list .link .title {
        font-size: 14px
    }

    .product-list .link .pic-bg .em {
        font-size: 18px
    }

    .product-cate .item {
        flex-shrink: 0
    }

    .online {
        margin-top: 15px
    }

    .online .online-btn {
        font-size: 16px
    }

    .online .online-text {
        font-size: 18px
    }

    .online .ico {
        aspect-ratio: 16/6
    }
}

.contact {
    padding: 1% 0
}

.contact .title {
    padding-bottom: 15px;
    margin-bottom: 25px;
    display: inline-block;
    border-bottom: solid 1px #00296d
}

.contact .title .cn {
    color: #00296d;
    font-size: 20px
}

.contact .title .en {
    opacity: .7;
    text-transform: uppercase
}

.contact.white {
    background: #ffffff
}

.contact .bg {
    padding: 2% 0
}

.contact .gray {
    background: #efeff0;
    position: relative
}

.contact .gray:before {
    position: absolute;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: url("../img/contact.jpg") center top no-repeat
}

.contact .pic,
.contact .text,
.contact .form,
.contact .online {
    width: 50%
}

.contact .pic img {
    width: 100%
}

.contact .pic .swiper-pagination-bullets {
    width: 100%;
    bottom: -20px
}

.contact .pic .swiper-pagination-bullet {
    margin: 0 3px;
    width: 30px;
    height: 3px;
    background-color: rgba(51, 51, 51, 0.75)
}

@media \0screen {
    .contact .pic .swiper-pagination-bullet {
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#BF333333, endcolorstr=#BF333333)
    }
}

.contact .pic .swiper-pagination-bullet-active {
    background-color: #00296d
}

@media \0screen {
    .contact .pic .swiper-pagination-bullet-active {
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF0B2B7E, endcolorstr=#FF0B2B7E)
    }
}

.contact .text {
    position: relative;
    z-index: 2
}

.contact .text .desc ul {
    padding: 25px
}

.contact .text .desc li {
    padding-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.contact .text .desc li .ico {
    display: inline-block;
    vertical-align: middle
}

.contact .text .desc li .ico svg {
    width: 30px;
    fill: #b6b6b6
}

.contact .text .wechat {
    padding: 25px;
    text-align: right;
    width: 42%
}

.contact .text .qcode {
    text-align: center;
    display: inline-block;
    font-size: 12px
}

.contact .online .title {
    font-size: 18px
}

.contact .online .ico {
    margin: 20px 0
}

.contact .online .link {
    display: inline-block;
    width: 38px;
    height: 38px;
    border: solid 1px #646464;
    border-radius: 999px;
    margin-right: 30px
}

.contact .online .link:last-child {
    margin-right: 0
}

.contact .online .link img {
    margin: 5px
}

.contact .form {
    width: 100%
}

.contact .form .icon {
    font-size: 22px;
    margin-right: 3px;
    vertical-align: middle
}

.contact .form .form-half {
    width: 48.5%
}

.contact .form .form-group {
    margin: 15px 0
}

.contact .form .form-group:first-child {
    margin: 0 0 5px
}

.contact .form .form-control {
    background: #eeeeee;
    border: solid 1px transparent;
    width: 100%;
    border-radius: 5px;
    padding: 12px
}

.contact .form .form-control::-webkit-input-placeholder {
    color: #9fa0a0
}

.contact .form .form-control::-ms-input-placeholder {
    color: #9fa0a0
}

.contact .form .form-control::placeholder {
    color: #9fa0a0
}

.contact .form .tips {
    font-size: 16px;
    color: #ffffff;
    width: 70%;
    vertical-align: middle
}

.contact .form .tips .item {
    display: inline-block;
    margin-right: 10px
}

.contact .form .submit {
    text-align: right;
    vertical-align: middle
}

.contact .form .form-submit {
    margin-top: 10px;
    width: 100%;
    display: block;
    padding: 12px 56px;
    text-align: center;
    border: 0;
    background: #00296d;
    border-radius: 6px;
    color: #ffffff
}

.contact .form .desc {
    margin-top: 15px
}

.contact .form .desc .wechat {
    margin-top: 10%;
    text-align: center
}

.contact .form .desc .qcode {
    display: inline-block
}

.contact .form .desc li {
    padding-bottom: 10px
}

.contact .form .desc .ico {
    position: relative;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 4px;
    color: #00296d
}

.contact .form .desc .ico svg {
    fill: #00296d;
    width: 20px;
    height: 20px
}

.map {
    margin-top: 3%
}

.map .rect-map {
    padding-bottom: 36%
}

.home-contact {
    background: #efeff0
}

.home-contact .bg {
    background: #efeff0;
    padding: 0 3%
}

.home-contact.inner {
    background: transparent
}

.home-contact.inner .bg {
    background: transparent
}

.home-contact .pic,
.home-contact .text,
.home-contact .form {
    width: 50%
}

.home-contact .form {
    width: 100%
}

.home-contact .title {
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    position: relative;
    padding-bottom: 10px
}

.home-contact .title .en {
    display: block;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase
}

.home-contact .title:before {
    position: absolute;
    content: "";
    height: 2px;
    background: #00296d;
    width: 2em;
    left: 0;
    bottom: 0
}

.home-contact .hotline {
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold
}

.home-contact .desc ul {
    padding: 15px 0
}

.home-contact .desc li {
    padding-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.home-contact .wechat {
    width: 35%
}

.home-contact .qcode {
    width: 48.5%;
    text-align: center;
    font-size: 12px
}

.home-contact .form {
    padding: 0;
    background: #00296d;
    border-bottom-left-radius: 180px;
    border-top-right-radius: 180px;
    color: #ffffff;
    position: relative;
    z-index: 99999
}

.home-contact .form .form-half {
    width: 48.5%
}

.home-contact .form .form-input {
    vertical-align: middle;
    width: 80%
}

.home-contact .form .form-button {
    vertical-align: middle
}

.home-contact .form .form-group {
    margin: 10px 0
}

.home-contact .form .form-group:first-child {
    margin: 0 0 5px
}

.home-contact .form .form-control {
    background: transparent;
    border: 0;
    color: #ffffff;
    border-bottom: solid 1px;
    width: 100%;
    padding: 15px 0
}

.home-contact .form .form-control::-webkit-input-placeholder {
    color: #9fa0a0
}

.home-contact .form .form-control::-ms-input-placeholder {
    color: #9fa0a0
}

.home-contact .form .form-control::placeholder {
    color: #9fa0a0
}

.home-contact .form .tips {
    width: 60%;
    vertical-align: middle;
    opacity: .75
}

.home-contact .form .submit {
    text-align: right;
    vertical-align: middle
}

.home-contact .form .form-submit {
    display: inline-block;
    padding: 12px 48px;
    text-align: center;
    border: 0;
    background: #ffffff;
    color: #00296d;
    border-radius: 999px;
    position: relative
}

.home-contact.white {
    color: #ffffff;
    padding-top: 0;
    background: #ffffff
}

.home-contact.white .bg {
    padding: 0;
    background: #00296d url("../img/contact.jpg") right 0 no-repeat
}

.home-contact.white .wechat {
    width: 45%
}

.home-contact.white .form {
    width: 60%;
    padding: 3%
}

.home-contact.white .form .form-half {
    width: 48.5%
}

.home-contact.white .form .form-control {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-bottom: solid 1px #ffffff;
    background: transparent
}

.home-contact.white .form .form-control::placeholder {
    color: #ffffff
}

.home-contact.white .form .form-submit {
    background: transparent;
    border: solid 1px
}

.home-contact.white .pic {
    width: 40%;
    padding: 2%;
    background: #00296d
}

.contact-title {
    padding: 15px 0;
    border-bottom: solid 1px #bfbfbf
}

.contact-title .ico {
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px
}

.contact-desc {
    text-align: center;
    font-size: 20px;
    padding-bottom: 3%
}

.contact-list {
    margin: 3% 0;
    position: relative;
    z-index: 9
}

.contact-list a {
    color: #333
}

.contact-list .title {
    text-align: left;
    font-weight: bold;
    font-size: 24px
}

.contact-list .title .cn {
    position: relative;
    display: block;
    vertical-align: middle;
    color: #333
}

.contact-list .title .cn:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 2em;
    height: 3px;
    background: transparent
}

.contact-list .ico {
    display: inline-block;
    vertical-align: middle
}

.contact-list .en {
    line-height: 1;
    opacity: .6;
    text-transform: uppercase
}

.contact-list .form {
    width: 50%
}

.contact-list .text {
    padding: 0
}

.contact-list .desc .item {
    font-size: 16px;
    line-height: 1.5;
    padding: 20px;
    background: #f7f7f7;
    width: 23.5%
}

.contact-list .desc .item.half {
    width: 49%
}

.contact-list .desc .icon {
    vertical-align: middle;
    color: #d70c19;
    font-size: 36px
}

.contact-list .desc .dib {
    display: inline-block;
    vertical-align: middle
}

.contact-list .desc .dib.top {
    position: relative;
    top: 8px;
    vertical-align: top
}

.contact-list .desc .wechat {
    text-align: center
}

.contact-list .desc .ico {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #333;
    text-align: center
}

.contact-list .desc .em {
    display: block;
    font-weight: bold;
    line-height: 1;
    font-size: 20px
}

.contact-list .desc .address {
    margin-bottom: 25px
}

.contact-list .qcode {
    text-align: center;
    display: inline-block
}

.contact-list .qcode .list {
    display: inline-block
}

.contact-list:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    background: transparent
}

.contact-list.blue {
    margin-top: 5%;
    margin-bottom: 2%
}

.contact-list.blue:before {
    background: #00296d
}

.contact-list.orange:before {
    background: #ed8600
}

.contact-list .form {
    width: 60%;
    color: #333;
    padding-top: 48px;
    margin: 0 auto
}

.contact-list .form .icon {
    font-size: 22px;
    margin-right: 3px;
    vertical-align: middle
}

.contact-list .form .form-half {
    width: 48.5%
}

.contact-list .form .form-group {
    margin: 18px 0
}

.contact-list .form .form-group:first-child {
    margin: 0 0 5px
}

.contact-list .form .form-control {
    background: #f4f4f4;
    border: solid 1px transparent;
    width: 100%;
    padding: 20px 12px
}

.contact-list .form .form-control::-webkit-input-placeholder {
    color: #9fa0a0
}

.contact-list .form .form-control::-ms-input-placeholder {
    color: #9fa0a0
}

.contact-list .form .form-control::placeholder {
    color: #9fa0a0
}

.contact-list .form .tips {
    font-size: 16px;
    color: #333;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: 24px
}

.contact-list .form .submit {
    text-align: right;
    vertical-align: middle
}

.contact-list .form .form-btn {
    text-align: center
}

.contact-list .form .form-submit {
    margin-top: 15px;
    font-size: 16px;
    display: inline-block;
    padding: 15px 110px;
    text-align: center;
    border: 0;
    background: #00296d;
    color: #ffffff
}

@media screen and (max-width:991px) {
    .home-contact .container {
        padding: 0
    }

    .home-contact .pic,
    .home-contact .text,
    .home-contact .form {
        width: 100%
    }

    .home-contact .form {
        padding: 5%
    }

    .home-contact .bg:before {
        background: transparent
    }

    .home-contact.white .wechat {
        width: 70%
    }

    .home-contact.white .bg {
        background-position: left bottom
    }

    .home-contact.white .pic {
        width: 100%
    }

    .home-contact.white .form {
        width: 100%;
        background: transparent
    }

    .home-contact.white .form .form-half {
        width: 100%
    }

    .contact .container {
        padding: 0
    }

    .contact .pic,
    .contact .text,
    .contact .form,
    .contact .online {
        width: 100%
    }

    .contact .bg .form {
        padding: 15px
    }

    .contact .bg:before {
        background: transparent
    }

    .contact .gray .pic {
        width: 100%
    }

    .contact .gray:before {
        display: none
    }

    .contact-list .text,
    .contact-list .map {
        width: 100%
    }

    .contact-list .qcode {
        margin-top: 15px
    }

    .contact-list .desc .item {
        width: 49%
    }

    .contact-list .desc .address {
        margin: 0
    }

    .contact-list .desc .address .item {
        margin-bottom: 25px
    }
}

@media screen and (max-width:640px) {
    .home-contact {
        padding: 0
    }

    .home-contact .wechat {
        text-align: left;
        width: 60%;
        margin-bottom: 15px
    }

    .home-contact .wechat .qcode {
        text-align: center;
        width: 48.5%
    }

    .home-contact .text .desc ul {
        padding: 15px
    }

    .home-contact .text .desc li {
        padding-bottom: 10px
    }

    .home-contact .form .form-half {
        width: 100%
    }

    .home-contact .form .title {
        margin-top: 5%
    }

    .home-contact .form .desc .wechat {
        margin-top: 5%
    }

    .home-contact .form .form-submit {
        width: 100%
    }

    .contact-desc {
        font-size: 16px
    }

    .contact .form .form-half {
        width: 100%
    }

    .contact .form-btn {
        display: flex;
        flex-direction: column-reverse
    }

    .contact .form-btn .form-submit {
        width: 100%
    }

    .contact .form-btn .tips {
        width: 100%;
        padding-top: 20px
    }

    .contact-list .title {
        font-size: 20px
    }

    .contact-list .desc {
        font-size: 14px
    }

    .contact-list .desc .item {
        padding: 15px;
        font-size: 14px;
        width: 100%
    }

    .contact-list .desc .item.half {
        width: 100%;
        margin-bottom: 20px
    }

    .contact-list .desc .dib {
        line-height: 1.3;
        width: 80%
    }

    .contact-list .en {
        font-size: 14px
    }

    .map .rect-map {
        padding-bottom: 130%
    }
}

.home-apply {
    overflow: hidden;
    padding: 0 0
}

.home-apply .apply-bg {
    background: url("../img/apply-bg.jpg") 0 0 no-repeat;
    background-size: cover;
    padding: 3% 0 5%
}

.home-apply .list {
    width: 100%;
    position: relative;
    overflow: hidden
}

.home-apply .list .swiper-list .swiper-slide {
    z-index: 99;
    background-size: cover
}

.home-apply .list .swiper-list .swiper-slide .rect-pic {
    padding-bottom: 108%
}

.home-apply .list .swiper-list .swiper-slide .rect-pic .img {
    z-index: 1;
    position: absolute;
    width: 100%;
    max-width: none;
    height: 100%
}

.home-apply .list .swiper-list .swiper-slide .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 999;
    padding: 0 15px;
    opacity: 0
}

.home-apply .list .swiper-list .swiper-slide .text:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.6)
}

.home-apply .list .swiper-list .swiper-slide .cn {
    font-size: 20px
}

.home-apply .list .swiper-list .swiper-slide .desc {
    padding-top: 15px;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.home-apply .list .swiper-list .swiper-slide .title {
    height: 68px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff
}

.home-apply .list .swiper-list .swiper-slide .title .more {
    font-size: 20px;
    color: #ffffff;
    display: none
}

.home-apply .list .swiper-list .swiper-slide .en {
    text-transform: uppercase
}

.home-apply .list .swiper-list .swiper-slide .link {
    display: block;
    position: relative
}

.home-apply .list .swiper-list .swiper-slide .link:hover .rect-pic img,
.home-apply .list .swiper-list .swiper-slide .link:active .rect-pic img,
.home-apply .list .swiper-list .swiper-slide .link:focus .rect-pic img {
    transform: scale(1.1)
}

.home-apply .list .swiper-list .swiper-slide .link:hover .title,
.home-apply .list .swiper-list .swiper-slide .link:active .title,
.home-apply .list .swiper-list .swiper-slide .link:focus .title {
    background: #00296d
}

.home-apply .list .swiper-list .swiper-slide .link:hover .title .cn,
.home-apply .list .swiper-list .swiper-slide .link:active .title .cn,
.home-apply .list .swiper-list .swiper-slide .link:focus .title .cn {
    display: none
}

.home-apply .list .swiper-list .swiper-slide .link:hover .title .en,
.home-apply .list .swiper-list .swiper-slide .link:active .title .en,
.home-apply .list .swiper-list .swiper-slide .link:focus .title .en {
    display: none
}

.home-apply .list .swiper-list .swiper-slide .link:hover .title .more,
.home-apply .list .swiper-list .swiper-slide .link:active .title .more,
.home-apply .list .swiper-list .swiper-slide .link:focus .title .more {
    display: block
}

.home-apply .list .swiper-list .swiper-slide .link:hover .text,
.home-apply .list .swiper-list .swiper-slide .link:active .text,
.home-apply .list .swiper-list .swiper-slide .link:focus .text {
    opacity: 1
}

.home-apply .list .swiper-list .swiper-slide .link:hover .text:after,
.home-apply .list .swiper-list .swiper-slide .link:active .text:after,
.home-apply .list .swiper-list .swiper-slide .link:focus .text:after {
    height: 100%
}

.home-apply .list .swiper-list .swiper-slide-active {
    z-index: 1000
}

.home-apply .list .swiper-list .swiper-slide-active .title {
    background: #00296d
}

.home-apply .list .swiper-list .swiper-slide-active .title .cn {
    display: none
}

.home-apply .list .swiper-list .swiper-slide-active .title .en {
    display: none
}

.home-apply .list .swiper-list .swiper-slide-active .title .more {
    display: block
}

.home-apply .list .swiper-list .swiper-slide-active .text {
    opacity: 1
}

.home-apply .list .swiper-list .swiper-slide-active .text:after {
    height: 100%
}

.home-apply .swiper-apply {
    height: 56px;
    position: absolute;
    top: 32%;
    width: 100%;
    text-align: center
}

.home-apply .swiper-apply .swiper-button-prev,
.home-apply .swiper-apply .swiper-button-next {
    width: 48px;
    height: 48px;
    background-size: 20px 20px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 999px
}

.home-apply .swiper-apply .swiper-button-prev:hover,
.home-apply .swiper-apply .swiper-button-prev:active,
.home-apply .swiper-apply .swiper-button-prev:focus,
.home-apply .swiper-apply .swiper-button-next:hover,
.home-apply .swiper-apply .swiper-button-next:active,
.home-apply .swiper-apply .swiper-button-next:focus {
    background-color: rgba(230, 33, 41, 0.6)
}

.home-apply .swiper-apply .swiper-button-prev {
    left: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+)
}

.home-apply .swiper-apply .swiper-button-next {
    right: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=)
}

.home-apply .swiper-apply .swiper-pagination {
    display: none;
    width: 100%
}

.home-apply .swiper-apply .swiper-pagination-bullets {
    display: none
}

.home-apply .swiper-apply .swiper-pagination-bullet {
    background: #999;
    margin: 0 3px;
    display: inline-block;
    width: 25px;
    height: 3px
}

.home-apply .swiper-apply .swiper-pagination-bullet-active {
    background: #00296d
}

.apply-list {
    padding: 5% 0
}

.apply-list .item {
    width: 31.5%
}

.apply-list .link {
    display: block;
    position: relative
}

.apply-list .link:hover .rect-pic img,
.apply-list .link:active .rect-pic img {
    transform: scale(1.1)
}

.apply-list .link:hover .text,
.apply-list .link:active .text {
    height: 100%
}

.apply-list .rect-pic {
    position: relative;
    padding-bottom: 60%
}

.apply-list .text {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    overflow: hidden;
    background-color: rgba(11, 43, 126, 0.6)
}

@media \0screen {
    .apply-list .text {
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#990B2B7E, endcolorstr=#990B2B7E)
    }
}

.apply-list .title {
    padding: 10px 0;
    text-align: center
}

.apply-list .desc {
    padding: 8%
}

.img-list {
    overflow: hidden;
    margin: 3% -15px
}

.img-list .item {
    width: 25%;
    float: left
}

.img-list .link {
    margin: 15px;
    position: relative;
    display: block;
    background: #ffffff
}

.img-list .link .bg {
    position: static;
    overflow: hidden;
    margin: 2px 0 0;
    text-align: center
}

.img-list .link .bg .inner {
    position: static;
    padding: 0
}

.img-list .link .bg .text {
    padding: 10px 0;
    border: 1px solid transparent
}

.img-list .link .cn {
    position: relative;
    display: block
}

.img-list .link .en {
    font-size: 16px;
    text-transform: uppercase
}

.img-list .link .rect-pic {
    border: solid 3px transparent;
    padding-bottom: 68%
}

.img-list .link .rect-pic img {
    width: 100%
}

.img-list .link:hover,
.img-list .link:active,
.img-list .link:focus {
    padding: 0
}

.img-list .link:hover .bg,
.img-list .link:active .bg,
.img-list .link:focus .bg {
    color: #d70c19
}

.img-list .link:hover .bg .text,
.img-list .link:active .bg .text,
.img-list .link:focus .bg .text {
    color: #00296d;
    border: 1px solid #00296d
}

.img-list .link:hover .rect-pic img,
.img-list .link:active .rect-pic img,
.img-list .link:focus .rect-pic img {
    transform: scale(1.1)
}

.apply-inner {
    padding: 3% 0 0
}

.apply-inner .apply-tab-list .item {
    text-align: center
}

.apply-inner .apply-tab-list .link {
    display: block;
    position: relative
}

.apply-inner .apply-tab-list .link:hover,
.apply-inner .apply-tab-list .link:active {
    top: -5px
}

.apply-inner .apply-tab-list .link:hover .img,
.apply-inner .apply-tab-list .link:active .img {
    filter: brightness(100)
}

.apply-inner .apply-tab-list .link:hover .ico,
.apply-inner .apply-tab-list .link:active .ico {
    background: #00296d
}

.apply-inner .apply-tab-list .ico {
    position: relative;
    border-radius: 10px;
    padding: 15px;
    background: #f7f8f8;
    border: solid 1px #e7e8e8
}

.apply-inner .apply-tab-list .cn {
    padding: 5px 0
}

.apply-inner .apply-tab-content {
    margin-top: 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.apply-inner .apply-tab-content .item {
    width: 31.5%;
    margin-bottom: 2.5%;
    position: relative;
    cursor: pointer
}

.apply-inner .apply-tab-content .item:after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1
}

@media \0screen {
    .apply-inner .apply-tab-content .item:after {
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4D000000, endcolorstr=#4D000000)
    }
}

.apply-inner .apply-tab-content .item:hover:after,
.apply-inner .apply-tab-content .item:active:after {
    height: 100%
}

.apply-inner .apply-tab-content .item:hover .desc,
.apply-inner .apply-tab-content .item:active .desc {
    height: auto;
    opacity: 1
}

.apply-inner .apply-tab-content .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8% 12%;
    z-index: 2
}

.apply-inner .apply-tab-content .title {
    font-size: 30px;
    font-weight: bold
}

.apply-inner .apply-tab-content .desc {
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-height: 1.8;
    opacity: 0;
    height: 0
}

@media screen and (max-width:991px) {
    .home-apply .apply-title {
        width: 100%
    }

    .home-apply .summary,
    .home-apply .list {
        width: 100%
    }

    .home-apply .summary .swiper-list .swiper-slide,
    .home-apply .list .swiper-list .swiper-slide {
        width: auto;
        height: auto
    }

    .home-apply .summary .swiper-list .swiper-slide .pic,
    .home-apply .list .swiper-list .swiper-slide .pic {
        padding-bottom: 100%;
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
        height: 0
    }

    .home-apply .summary .swiper-list .swiper-slide .pic .img,
    .home-apply .list .swiper-list .swiper-slide .pic .img {
        width: 100%;
        height: auto;
        position: relative;
        transform: translateX(0)
    }

    .home-apply .summary .swiper-list .swiper-slide .cn,
    .home-apply .list .swiper-list .swiper-slide .cn {
        font-size: 1.2em
    }

    .home-apply .summary .swiper-list .swiper-slide .en,
    .home-apply .list .swiper-list .swiper-slide .en {
        font-size: 1em
    }

    .home-apply .summary .swiper-list .swiper-slide .icon,
    .home-apply .list .swiper-list .swiper-slide .icon {
        width: 24px;
        display: none;
        margin: 0 auto
    }

    .home-apply .summary .swiper-list .swiper-slide-active,
    .home-apply .list .swiper-list .swiper-slide-active {
        width: auto
    }

    .apply-inner .bg {
        margin-bottom: 30px
    }

    .apply-inner .text {
        width: 100%
    }

    .apply-inner .apply-tab-content .pic img {
        width: 100%
    }

    .apply-inner .apply-tab-content .item {
        width: 48.5%
    }
}

@media screen and (max-width:640px) {
    .apply-list .item {
        width: 48.5%;
        margin-bottom: .5%
    }

    .apply-list .link .cn {
        font-size: 20px
    }

    .apply-list .link .en {
        font-size: 14px
    }

    .apply-list .link .ico img {
        width: 50px
    }

    .img-list .item {
        width: 50%;
        margin-bottom: .5%
    }

    .img-list .link {
        padding: 8px;
        margin: 0 25px
    }

    .img-list .link .bg .inner {
        padding: 0
    }

    .img-list .link .cn {
        font-size: 14px
    }

    .img-list .link .en {
        font-size: 14px
    }

    .img-list .link .ico img {
        width: 50px
    }

    .apply-inner .apply-tab-content .title {
        font-size: 20px
    }

    .apply-inner .apply-tab-content .desc {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        font-size: 14px
    }

    .apply-inner .apply-tab-list {
        display: flex;
        overflow: auto;
        width: 100vw;
        justify-content: flex-start;
        text-align: left
    }

    .apply-inner .apply-tab-list .item {
        margin-right: 15px;
        display: inline-block;
        flex-shrink: 0;
        text-align: center;
        position: relative
    }

    .apply-inner .apply-tab-list .img {
        width: 48px
    }

    .apply-inner .apply-tab-list .ico {
        padding: 10px
    }
}

.history {
    background: url("../img/apply-bg.jpg") 0 0 no-repeat;
    background-size: cover;
    padding: 3% 0
}

.history .bg {
    padding: 0 0 200px;
    position: relative;
    overflow: hidden
}

.history .list {
    position: relative
}

.history .list:after {
    z-index: 0;
    content: '';
    position: absolute;
    left: -50%;
    top: 50px;
    width: 200%;
    height: 0;
    border-bottom: 2px dashed rgba(192, 33, 37, 0.5)
}

.history .pic {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 478px;
    width: 94%;
    background: #ffffff;
    box-shadow: 0px 0px 24px rgba(111, 111, 111, 0.18);
    z-index: 9
}

.history-list {
    position: relative;
    margin-top: 180px;
    z-index: 2
}

.history-list .item {
    height: 150px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.history-list .inner {
    opacity: 0.5;
    width: 60px;
    height: 60px;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
    border: solid 1px #011f53;
    position: relative
}

.history-list .inner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 50%
}

.history-list .year {
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-family: Arial;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%
}

.history-list .swiper-slide-prev .inner,
.history-list .swiper-slide-next .inner {
    width: 80px;
    height: 80px;
    opacity: 1
}

.history-list .swiper-slide-prev .year {
    padding-right: 50%
}

.history-list .swiper-slide-prev .inner {
    margin-left: -50%
}

.history-list .swiper-slide-next .year {
    padding-left: 50%
}

.history-list .swiper-slide-next .inner {
    margin-right: -50%
}

.history-list .swiper-slide-active .inner {
    width: 100px;
    height: 100px;
    opacity: 1
}

.history-list .img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.history-content .rect-pic {
    padding-bottom: 56.25%
}

.history-content .rect-pic img {
    width: 100%
}

.history-content .text {
    padding: 6% 8% 8%
}

.history-content .title {
    font-size: 20px;
    margin-top: 8px;
    color: #d70c19
}

.history-content .ico {
    opacity: .6;
    font-size: 42px
}

.history-content .year {
    font-size: 36px
}

.history-content .desc {
    margin-top: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.swiper-history {
    padding-top: 15px
}

.swiper-history .swiper-pagination {
    display: block;
    width: 100%
}

.swiper-history .swiper-pagination-bullets {
    display: block
}

.swiper-history .swiper-pagination-bullet {
    background: #999;
    margin: 0 3px;
    display: inline-block;
    width: 20px;
    height: 5px
}

.swiper-history .swiper-pagination-bullet-active {
    background: #d70c19
}

@media screen and (max-width:991px) {
    .history .bg {
        padding-bottom: 150px
    }

    .history-list {
        opacity: 0
    }
}

.feedback {
    padding: 48px 0;
    background: #d70c19
}

.feedback .list {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.feedback .text {
    line-height: 1.2;
    color: #ffffff
}

.feedback .title {
    font-weight: bold;
    font-size: 36px
}

.feedback .desc {
    font-size: 24px
}

.feedback .btn {
    color: #d70c19;
    background: #ffffff;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    padding: 18px 48px;
    border-radius: 99px
}

@media screen and (max-width:991px) {
    .feedback .text {
        max-width: 76%
    }

    .feedback .btn {
        font-size: 20px;
        padding: 16px 36px
    }
}

@media screen and (max-width:640px) {
    .feedback .list {
        flex-direction: column
    }

    .feedback .text {
        max-width: 100%;
        margin-bottom: 30px
    }

    .feedback .title {
        font-size: 30px
    }

    .feedback .desc {
        font-size: 14px
    }
}

.video {
    padding-bottom: 5%
}

.video .rect-box {
    padding-bottom: 38%
}

.video .video-js {
    height: 0;
    width: 100%;
    position: relative;
    padding-bottom: 38%
}

.video .video-js .vjs-big-play-button {
    display: none
}

@media screen and (max-width:991px) {
    .video {
        padding-bottom: 1px
    }

    .video .container {
        padding: 0
    }
}