@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    outline: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
dd,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

li,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none
}

.j_tab {
    display: table;
    width: 100%;
    height: 100%
}

.j_tab_cel {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.container-fluid {
    max-width: 1600px;
    height: 100%
}

img {
    max-width: 100%
}

@media (max-width:4000px) {
    html {
        font-size: 18px
    }
}

@media (min-width:1600px) and (max-width:1940px) {
    html {
        font-size: 16px
    }
}

@media (min-width:1400px) and (max-width:1600px) {
    html {
        font-size: 13px
    }
}

@media (min-width:640px) and (max-width:1399px) {
    html {
        font-size: 13px
    }
}

@media (min-width:471px) and (max-width:639px) {
    html {
        font-size: 12px
    }
}

@media (min-width:329px) and (max-width:470px) {
    html {
        font-size: 12px
    }
}

@media (max-width:328px) {
    html {
        font-size: 12px
    }
}

#m_header {
    position: fixed;
    z-index: 9999999;
    width: 100%;
    height: 4.5rem;
    left: 0;
    top: 0;
    padding: 0 10px;
    background: #fff;
    display: none;
    border-bottom: #eaeaea 1px solid
}

#m_header #logo {
    height: 4.5rem
}

#m_header .yuyan {
    height: 4.5rem;
    float: right;
    margin-right: 4rem
}

#m_header .yuyan span {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: .9rem;
    text-align: center;
    margin-left: 17px;
    background: rgba(255, 255, 255, .3)
}

.wap_search {
    width: 80%;
    margin: 0 auto
}

.wap_search form {
    position: relative
}

.wap_search #keyword {
    width: 80%;
    height: 3.8rem;
    line-height: 3.8rem;
    border: 0;
    padding: 0 1rem;
    font-size: 1rem;
    color: #999;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0
}

.wap_search .btn_blue {
    width: 20%;
    height: 3.8rem;
    background: #00a0e9 url(../fonts/search.svg) center no-repeat;
    background-size: 20px;
    font-size: 0;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    float: left
}

#nav_btn_box {
    height: 100%;
    z-index: 999999999;
    float: right;
    /*margin-left: 20px*/
}

#nav_btn_box.on {
    background: 0 0
}

#nav_btn .point.on .navbtn::after,
#nav_btn .point.on .navbtn::before {
    background: #fff
}

#nav_btn {
    cursor: pointer;
    text-align: center;
    z-index: 99999;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    outline: 0;
    box-shadow: none
}

#nav_btn .point {
    display: inline-block;
    width: 1.875rem;
    height: 22px;
    position: relative;
    outline: 0
}

#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
    width: 1.75rem
}

#nav_btn .navbtn {
    position: absolute;
    top: 12px;
    left: 0;
    display: inline-block;
    width: 21px;
    height: 1px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #333
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 1.75rem;
    height: 1px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #333
}

#nav_btn .navbtn::after {
    top: -8px
}

#nav_btn .navbtn::before {
    top: 8px
}

#nav_btn .point.on .navbtn {
    background: 0 0
}

#nav_btn .point.on .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0
}

#nav_btn .point.on .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0
}

.m_nav_list {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    overflow: auto
}

.m_nav_list::-webkit-scrollbar {
    display: none
}

#m_nav {
    z-index: 99999999;
    position: fixed;
    background: #093e96;
    width: 17rem;
    height: 100vh;
    right: -400px;
    top: 0;
    display: none;
    padding: 50px 0;
    padding-top: 80px;
    overflow: hidden;
    pointer-events: none;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

#m_nav.act {
    pointer-events: auto;
    right: 0
}

#m_nav>ul>li {
    width: 100%;
    overflow: hidden;
    padding: 0 2.3rem
}

#m_nav>ul>li+li {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

#m_nav li .a h3 {
    line-height: 5rem;
    height: 5rem;
    color: #fff;
    padding: 0;
    font-size: 1.125rem;
    float: left
}

#m_nav li .a span {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 20px;
    height: 50px;
    text-align: center
}

#m_nav li .a span i {
    font-size: 0
}

#m_nav .title .a i {
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline-block;
    width: 10px;
    height: 5rem;
    float: right;
    display: inline-block;
    background: url(../fonts/arrow_down.svg) center no-repeat;
    background-size: contain
}

#m_nav li.on.title .a i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg)
}

#m_nav .on.title .a i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg)
}

#m_nav li {
    display: block;
    width: 100%
}

.slide_nav {
    position: absolute;
    left: 0;
    height: 70px;
    z-index: 998;
    padding: 15px;
    top: 0;
    width: 100%
}

#m_nav .title .list {
    display: none;
    position: relative;
    width: 100%;
    z-index: 9;
    left: 0;
    margin-left: 0;
    background: 0 0;
    border: 0;
    clear: both;
    padding-bottom: 10px
}

#m_nav .title .list span {
    background: 0 0
}

#m_nav .title .list span a:hover {
    color: #014085
}

#m_nav .title .list a {
    display: block;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    line-height: 40px;
    height: 40px;
    border: 0;
    font-weight: 300
}

#m_nav .title .list .void>a {
    background-size: 10px;
    position: relative
}

#m_nav .title .list .void>a:before {
    content: "·";
    position: absolute;
    left: -1em;
    font-size: 12px;
    font-weight: 700
}

#m_nav .title .list span {
    position: relative;
    display: block
}

#m_nav .title .list span .sub {
    position: static;
    width: 100%;
    display: block !important;
    overflow: hidden
}

#m_nav .title .sub a {
    background: 0 0;
    font-size: .875rem;
    opacity: .8;
    min-width: 50%;
    float: left;
    display: inline-block;
    color: #999
}

.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: rgba(0, 0, 0, .4);
    display: none
}

.tc_search {
    margin: 0 1.3rem;
    width: calc(100% - 2.6rem)
}

.tc_search form {
    height: 40px;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    position: relative;
    width: 100%
}

.tc_search #keyword {
    font-size: .875rem;
    color: #fff;
    height: 38px;
    line-height: 38px;
    padding: 0 1rem;
    box-shadow: none;
    -webkit-appearance: none;
    border-right: 0;
    background: 0 0;
    width: 100%
}

.tc_search .btn_blue {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 38px;
    line-height: 38px;
    border: 0;
    background: url(../fonts/search_white.svg) center center no-repeat;
    background-size: 1.2rem
}

.tc_search .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53
}

.tc_search input::-webkit-input-placeholder {
    color: #fff;
    color: rgba(255, 255, 255, .7)
}

.tc_search input::-moz-placeholder {
    color: #fff;
    color: rgba(255, 255, 255, .7)
}

.tc_search input:-moz-placeholder {
    color: rgba(255, 255, 255, .7)
}

.tc_search input:-ms-input-placeholder {
    color: #fff;
    color: rgba(255, 255, 255, .7)
}

.tc_search input:focus::-webkit-input-placeholder {
    color: transparent
}

.tc_search input:focus:-moz-placeholder {
    color: transparent
}

.tc_search input:focus::-moz-placeholder {
    color: transparent
}

.tc_search input:focus:-ms-input-placeholder {
    color: transparent
}

#header {
    width: 100%
}

#header .dw2 {
    height: 5.625rem;
    cursor: pointer;
    position: relative;
    transition: .6s;
    margin-left: 2rem;
    width: 7rem;
}

#header .dw2 .dh {
    text-align: center;
    font-size: 1.0625rem;
    color: #fff;
    cursor: pointer;
    transition: .6s
}

#header .dw2 .dd {
    padding-bottom: 10px;
    padding-top: 10px;
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: center;
    background: #0869ac;
    left: 0;
    border: 1px solid #0869ac;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    transform: translateY(15px)
}

#header .dw2 .dd:before {
    content: "";
    display: inline-block;
    border: 8px solid transparent;
    border-bottom: 8px solid #0869ac;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -8px
}

#header .dw2 .dd a {
    display: block;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 13px;
    padding: 0 10px
}

#header .dw2 .dd a:hover {
    font-weight: 700
}

#header .dw2.on .dd {
    opacity: 1;
    visibility: visible;
    transform: translate(0)
}

.search_btn {
    height: 5.625rem;
    line-height: 5.625rem;
    cursor: pointer;
    width: 2.3rem;
    text-align: center;
    transition: .6s
}

.top_search_black {
    display: none
}

#logo img {
    height: 55px
}

#logo .logo_black {
    display: none;
    height:100%
}

#logo span {
    color: #fff
}

#header.xg {
    top: 0;
    background: #fff;
    background: rgba(255, 255, 255, .95);
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

#header.xg #logo span {
    color: #000
}

#header.xg #logo .logo_black,
#header.xg .top_search_black {
    display: inline-block
}

#header.xg #logo .logo_white,
#header.xg .top_search_white {
    display: none
}

#header.xg #nav ul li a h3 {
    color: #333
}

#header.xg .dw2 .dh {
    color: #5b5b5b
}

#header.xg .dw2.yuyan:before {
    background: rgba(0, 0, 0, .1)
}

#header.xg .dw2:after {
    background: rgba(0, 0, 0, .1)
}

#header .dw2 .dh span {
    background: url(../images/jt2.png) right center no-repeat;
    padding-right: 22px
}

#header.xg .dw2 .dh span {
    background: url(../images/jt1.png) right center no-repeat
}

#nav ul li {
    float: left;
    position: relative;
    z-index: 0
}

#nav ul li a {
    display: block;
    padding: 0 1.7rem;
    text-transform: uppercase
}

#nav ul li h3 {
    font-size: 1.125rem;
    color: #fff;
    line-height: 3;
    overflow: hidden;
    position: relative;
    transition: .6s
}

#nav ul li.on h3 {
    font-weight: 700
}

#nav ul li a i {
    display: inline-block;
    background: url(../images/nav_down.png) center no-repeat;
    width: 9px;
    height: 6px;
    background-size: contain;
    vertical-align: middle;
    margin-left: 8px
}

#nav ul li .sub {
    position: absolute;
    top: 100%;
    background: #fff;
    background: rgba(255, 255, 255, .95);
    width: 160px;
    left: 50%;
    margin-left: -80px;
    z-index: 10000;
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15)
}

#nav ul li .sub .box {
    padding: 20px 20px;
    text-align: center
}

#nav ul li .sub a {
    padding: 0;
    line-height: 4;
    transition: .3s;
    font-size: .9rem;
    color: #666
}

#nav ul li .sub a:hover {
    color: #0869ac
}

#nav ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

#nav>ul>li h3:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    background: #1c60bb;
    bottom: 0;
    transition: .3s;
    transform: scale(0)
}

#nav ul li.on h3:after,
#nav>ul>li:hover h3:after {
    transform: scale(1)
}

#banner {
    height: 100vh;
    width: 100%;
    z-index: 0;
    background: #000;
    overflow: hidden
}

#banner {
    position: fixed;
    z-index: 0;
    height: 100vh;
    width: 100vw;
    top: 0;
    background: #000
}

#banner .banner_slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#banner li {
    position: relative
}

#banner li .img {
    width: 100%;
    height: 100vh;
    z-index: 8
}

@-webkit-keyframes bgscale {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bgscale {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes letter {
    from {
        letter-spacing: 10px;
        opacity: 0
    }

    to {
        letter-spacing: 0;
        opacity: 1
    }
}

@keyframes letter {
    from {
        letter-spacing: 10px;
        opacity: 0
    }

    to {
        letter-spacing: 0;
        opacity: 1
    }
}

#banner .slick-current .img {
    animation: bgscale 6s linear;
    animation-fill-mode: forwards
}

#banner .con {
    position: absolute;
    width: 100%;
    height: calc(100vh - 124px);
    top: 0;
    left: 0;
    z-index: 999
}

#banner .txt {
    margin: 0 auto;
    color: #fff
}

#banner .txt h3 {
    font-size: 3rem;
    font-family: "Swis721 BlkCn BT";
    text-transform: uppercase;
    margin-bottom: 1rem
}

#banner .txt p {
    font-size: 2.25rem;
    line-height: 3.75rem;
    text-transform: uppercase;
    display: block
}

#banner .txt p.dd3 {
    /*font-size: 1.25rem*/
    font-size: 1.9rem;
}

#banner .txt .bn_btn {
    display: inline-block;
    width: 8.75rem;
    height: 2.75rem;
    margin-right: 25px;
    line-height: 2.75rem;
    text-align: center;
    border-radius: 30px;
    background: #fac943;
    color: #000;
    font-size: 1rem
}

#banner .txt .bn_btn.white {
    background: #fff
}

#banner li.slick-current {
    z-index: 999
}

#banner .con .txt .dd1 {
    width: 100%;
    transition: 1.1s .6s;
    opacity: 0
}

#banner .con .box .dd2 {
    white-space: nowrap;
    transition: 1.5s .6s;
    opacity: 0
}

#banner .con .box .dd3 {
    white-space: nowrap;
    transition: 1.5s .6s;
    opacity: 0
}

#banner .slick-current .txt .dd1 {
    transform: translateX(0);
    opacity: 1
}

#banner .slick-current .txt .dd2 {
    transform: translateX(0);
    opacity: 1
}

#banner .slick-current .txt .dd3 {
    transform: translateX(0);
    opacity: 1
}

#banner .letter span {
    display: inline-block;
    opacity: 0;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    transform: translateY(-16px);
    min-width: 16px;
    font-family: "Swis721 BlkCn BT"
}

#banner .slick-current .letter span {
    opacity: 1;
    filter: blur(0);
    -webkit-filter: blur(0);
    transform: translateY(0)
}

.appendArrows {
    padding-top: 23rem
}

#banner .banner-arrow {
    left: 50%;
    top: 50%;
    margin-top: 0;
    width: 46px;
    height: 46px;
    background-size: 46px !important;
    z-index: 999;
    float: left;
    margin-right: 10px;
    cursor: pointer
}

#banner .banner-prev {
    background: url(../images/banner_left.png) center no-repeat
}

#banner .banner-next {
    background: url(../images/banner_right.png) center no-repeat
}

@-webkit-keyframes arrow {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0)
    }

    33% {
        opacity: 1
    }

    66% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 5px, 0)
    }
}

@keyframes arrow {
    0% {
        opacity: 0;
        transform: translate3d(0, 0, 0)
    }

    33% {
        opacity: 1
    }

    66% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translate3d(0, 5px, 0)
    }
}

.btn_flashcenter {
    position: relative;
    overflow: hidden;
    transition: .52s
}

.btn_flashcenter:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .225)
}

.btn_flashcenter .anim {
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%
}

.btn_flashcenter .anim:before {
    position: relative;
    content: '';
    display: block;
    margin-top: 100%
}

.btn_flashcenter .anim:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%
}

.btn_flashcenter:hover .anim {
    -moz-animation: anim-out .75s;
    -webkit-animation: anim-out .75s;
    animation: anim-out .75s
}

.btn_flashcenter:hover .anim:after {
    -moz-animation: anim-out-pseudo .75s;
    -webkit-animation: anim-out-pseudo .75s;
    animation: anim-out-pseudo .75s
}

@-webkit-keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, .25)
    }

    100% {
        background: 0 0
    }
}

@-moz-keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, .25)
    }

    100% {
        background: 0 0
    }
}

@-ms-keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, .25)
    }

    100% {
        background: 0 0
    }
}

@keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, .25)
    }

    100% {
        background: 0 0
    }
}

@-webkit-keyframes anim-out {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}

@-moz-keyframes anim-out {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}

@-ms-keyframes anim-out {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}

@keyframes anim-out {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}

#s_mian {
    position: relative;
    margin-top: 100vh;
    background: #fff;
    box-shadow: 0 10px 30px 10px rgb(0 0 0 / 30%);
    z-index: 9999
}

.tit {
    margin-bottom: 3rem;
    overflow: hidden;
    color: #333
}

.tit h3 {
    font-size: 1.5rem;
    color: #333;
    font-weight: 700;
    float: left;
    line-height: 3.125rem
}

.tit h3 span {
    font-size: 2rem;
    margin-right: 10px
}

.tit .btn_r {
    float: right;
    width: 9.625rem;
    height: 3.125rem;
    line-height: 3.125rem;
    text-align: center;
    display: block;
    font-size: 1.0625rem;
    color: #fff;
    background: #01439b;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.tit .btn_r i {
    margin-left: 1rem
}

.tit .btn_r:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: auto;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #2e5d9d;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    transition: .6s
}

.tit .btn_r:hover:before {
    left: 0;
    right: auto;
    width: 100%
}

.about_box {
    right: 0;
    bottom: 0;
    background: #01439a url(../images/ab_bg.png) right bottom no-repeat;
    max-width: 890px;
    position: absolute
}

.about_box h4 {
    color: #fff;
    line-height: 2;
    font-size: 2.3rem
}

.about_box .desc {
    font-size: 1rem;
    color: #fff;
    line-height: 2
}

.about_box .btn_more {
    width: 9.625rem;
    height: 2.525rem;
    border: 1px solid #f7f7f7;
    text-align: center;
    line-height: 2.275rem;
    margin: 0;
    transition: .3s;
    position: relative;
    font-size: .8625rem;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
    color: #fff
}

.about_box .btn_more i {
    margin-left: 1rem
}

.about_box .btn_more:hover {
    border: 1px solid #0869ac;
    color: #000
}

.about_box .btn_more:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    -webkit-transition: .38s cubic-bezier(.4, 0, .2, 1);
    transition: .38s cubic-bezier(.4, 0, .2, 1)
}

.about_box .btn_more:hover:before {
    width: 100%;
    right: auto;
    left: 0
}

.shuju ul li {
    text-align: center
}

.shuju ul li h4 {
    height: 56px
}

.shuju ul li h4 span {
    font-size: 1.36rem;
    color: #797979;
    margin: 0 2px;
    display: inline-block;
    margin-top: 18px;
    margin-left: 5px
}

.shuju ul li h4 span.counter {
    font-size: 3.5rem;
    color: #093e96;
    margin-left: 12px;
    margin-top: 0
}

.shuju ul li h4 span.lwy {
    font-size: 65px;
    color: #fff;
    font-family: myFirstFont;
    line-height: 44px;
    margin-left: 12px
}

.shuju ul li h6 {
    font-size: 1.36rem;
    color: #797979;
    line-height: 2.5
}

.services {
    background: #f7f7f7
}

.services ul li {
    padding: 0 8px
}

.services ul li .box {
    display: block;
    background: #fff
}

.services ul li .img img {
    transition: 1s
}

.services ul li:hover .img img {
    transform: scale(1.1)
}

.services ul li .txt {
    border: 1px solid #e8e9eb;
    padding: 2rem 2rem 3.375rem;
    text-align: center
}

.services ul li .txt h5 {
    font-size: 1.125rem;
    color: #212121;
    font-weight: 700;
    margin-bottom: 1.25rem
}

.services ul li .txt p {
    font-size: .875rem;
    color: #747272;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.services ul li .txt .btn_more {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: block;
    width: 9rem;
    height: 2.75rem;
    line-height: 2.75rem;
    font-size: .875rem;
    color: #525252;
    margin: 0 auto;
    border: 1px solid #c5c5c7;
    border-radius: 1.5rem;
    margin-top: 2.3rem;
    transition: .5s
}

.services ul li .txt .btn_more:hover {
    color: #fff
}

.services .btn_more:before {
    content: "";
    width: 200px;
    height: 200px;
    border-radius: 50%;
    transform-origin: center;
    transform: scale(0);
    background: #0869ac;
    position: absolute;
    z-index: -1;
    top: 50%;
    margin-top: -100px;
    right: 50%;
    margin-right: -100px;
    transition: .5s
}

.services .btn_more:hover:before {
    transform: scale(1)
}

.partners {
    background: #fff
}

.section_bottom {
    height: 7rem;
    background: #f6f6f6;
    position: relative
}

.section_bottom ul {
    height: 100%
}

.section_bottom ul li {
    float: left;
    width: 50%;
    height: 100%
}

.section_bottom ul li a {
    display: block;
    height: 100%;
    background: #f0f0f0;
    transition: 1s
}

.section_bottom ul li a:hover {
    background: #004299;
    transition: 1s
}

.section_bottom ul li a:hover h4 {
    color: #fff;
    transition: 1s
}

.section_bottom ul li a h4 {
    font-family: Franklin;
    font-size: 1.875rem;
    color: #004299;
    text-transform: uppercase
}

.section_bottom ul li a h3 {
    font-size: 1.375rem;
    color: #000;
    margin: 1rem 0 0
}

.section_bottom ul li.li a h4 {
    color: #fff
}

.section_bottom ul li.li a h3 {
    color: #fff
}

.section_bottom ul li.li a {
    background: #004299;
    transition: 1s
}

.section_bottom ul li.li a:hover {
    background: #fff;
    transition: 1s
}

.section_bottom ul li.li a:hover h4 {
    color: #004299;
    transition: 1s
}

.section_bottom .logo1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4.4375rem;
    margin: -2.21875rem 0 0 -2.21875rem
}

.section_bottom.active .logo1.miso_up {
    transition-delay: 1.2s
}

.section_bottom .logo1 img {
    width: 100%
}

.box_table {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    height: 100%
}

.box_table_cell {
    display: table-cell;
    vertical-align: middle
}

.box_table_cell * {
    white-space: normal;
    word-wrap: break-word
}

.products {
    background-size: cover !important;
    background-attachment: fixed !important;
    min-height: 600px
}

.products .tit h3 {
    color: #fff
}

.products .tit .btn_r {
    background: #fff;
    color: #01439b
}

.products .tit .btn_r:before {
    background: #f5f5f5
}

.news .swiper-slide .img {
    background: #000
}

.news .swiper-slide .img,
.news .swiper-slide .img img {
    overflow: hidden;
    width: 100%;
    position: relative
}

.news .swiper-slide .img a>img {
    opacity: .8;
    max-height: 300px
}

.news .swiper-slide .con {
    background: #fff;
    padding: 1.55rem 2rem 1.75rem 2rem;
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    position: relative
}

.news .swiper-slide .con:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #15569d;
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.news .swiper-slide .con h4 {
    font-size: 1rem;
    line-height: 3;
    color: #01439b;
    position: relative
}

.news .swiper-slide .con h5,
.news .swiper-slide .con h5 a {
    font-size: 1.375rem;
    height: 1.5rem;
    line-height: 1.5rem;
    color: #3a3a3a;
    position: relative
}

.news .swiper-slide .con p {
    font-size: .875rem;
    color: #848484;
    line-height: 1.5rem;
    overflow: hidden;
    height: 3rem;
    margin: .75rem 0 1.5rem;
    position: relative
}

.news .swiper-slide .con h6 {
    font-size: .875rem;
    color: #4d4c51;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1rem;
    position: relative
}

.news .swiper-slide .con h6 .icon-jiantou_xiangyou_o {
    font-size: 1.5rem;
    color: #1b56a5
}

.news .swiper-slide .con h6 .icon {
    vertical-align: middle;
    overflow: hidden;
    height: .875rem;
    width: .875rem;
    fill: #999;
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    margin: -2px .25rem 0 0
}

.news .swiper-slide .img .red-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    -webkit-transition: .3s
}

.news .swiper-slide .img .red-bg {
    background: rgba(0, 0, 0, .45)
}

.news .swiper-slide .img .red-bg:before {
    content: "";
    position: absolute;
    width: 2.75rem;
    height: 2.75rem;
    background: #15569d;
    border-radius: 50%;
    top: 50%;
    margin-top: -1.375rem;
    left: 50%;
    margin-left: -1.375rem
}

.news .swiper-slide .img .line {
    display: block;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    -webkit-transition: .4s
}

.news .swiper-slide .img .line_1 {
    width: 16px;
    height: 2px;
    margin: -1px 0 0 -8px;
    transform: translateX(-16px);
    -webkit-transform: translateX(-16px)
}

.news .swiper-slide .img .line_2 {
    width: 2px;
    height: 16px;
    margin: -8px 0 0 -1px;
    transform: translateY(16px);
    -webkit-transform: translateY(16px)
}

.container05 .more01 a small {
    color: #fff
}

.container05 .more01 a dl dd span:before {
    background: #fff
}

.news h5 a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.news .swiper-slide .box {
    box-shadow: 0 0 15px rgb(0 0 0 / 35%)
}

.news .swiper-slide .box:hover .con {
    background: #15569d
}

.news .swiper-slide .box:hover .con:before {
    left: 0;
    width: 100%
}

.news .swiper-slide .box:hover .con h4 {
    color: #fff
}

.news .swiper-slide .box:hover .con h5 a {
    color: #fff
}

.news .swiper-slide .box:hover .con p {
    color: #fff
}

.news .swiper-slide .box:hover .con h6,
.news .swiper-slide .box:hover .con h6 .icon {
    color: #fff;
    fill: #fff
}

.news .swiper-slide .box .img:hover .red-bg {
    opacity: 1;
    visibility: visible
}

.news .swiper-slide .box .img:hover .line {
    transform: translate(0);
    -webkit-transform: translate(0);
    opacity: 1;
    visibility: visible
}

.news .swiper-slide .box .img:hover img {
    transform: scale(1.05)
}

.diqiu h4 {
    font-size: 3.675rem;
    line-height: 1.5
}

.diqiu h5 {
    font-size: 1.675rem;
    line-height: 1.5
}

.diqiu .desc {
    font-size: 1.375rem;
    line-height: 1.5 !important
}

.diqiu .btn_more {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: block;
    width: 9rem;
    height: 2.75rem;
    line-height: 2.75rem;
    font-size: .875rem;
    color: #fff;
    border: 1px solid #004299;
    border-radius: 1.5rem;
    margin-top: 2.3rem;
    transition: .5s;
    background: #004299
}

.diqiu .btn_more:hover {
    color: #004299
}

.diqiu .btn_more:before {
    content: "";
    width: 200px;
    height: 200px;
    border-radius: 50%;
    transform-origin: center;
    transform: scale(0);
    background: #fff;
    position: absolute;
    z-index: -1;
    top: 50%;
    margin-top: -100px;
    right: 50%;
    margin-right: -100px;
    transition: .5s
}

.diqiu .btn_more:hover:before {
    transform: scale(1)
}

.partners ul {
    width: 100%
}

.partners ul li {
    width: 20%;
    float: left;
    padding: 0 18px;
    border: 1px solid #ebebeb
}

.partners ul li a {
    display: block;
    padding-bottom: 38.888%;
    position: relative;
    overflow: hidden
}

.partners ul li a img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: width all .3s linear
}

.partners ul li a:hover img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1)
}

.products .swiper-button-next,
.products .swiper-rtl .swiper-button-prev {
    right: -5rem;
    left: auto
}

.products .swiper-button-prev,
.products .swiper-rtl .swiper-button-next {
    left: -5rem;
    right: auto
}

.products .swiper-button-next,
.products .swiper-button-prev {
    width: 3rem;
    height: 3rem;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.products .swiper-button-next {
    background: url(../images/next.png) center no-repeat
}

.products .swiper-button-prev {
    background: url(../images/prev.png) center no-repeat
}

.products .swiper-button-prev:after,
.products .swiper-rtl .swiper-button-next:after {
    content: ''
}

.products .swiper-button-next:after,
.products .swiper-rtl .swiper-button-prev:after {
    content: ''
}

.mySwiper1 .img img {
    transition: .5s ease-in-out;
    overflow: hidden;
    webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out
}

.mySwiper1 .img {
    background: #fff
}

.mySwiper1 .img img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.mySwiper1 .txt {
    background: #fff;
    border-top: 1px solid #eee;
    position: relative
}

.mySwiper1 .txt:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background: #15569d;
    transition: .6s
}

.mySwiper1 .swiper-slide a:hover .txt:after {
    height: 3px;
    width: 100%
}

.mySwiper1 .txt h5 {
    font-size: 1.25rem;
    line-height: 2
}

.mySwiper1 .txt i {
    font-size: 2rem
}

.mySwiper1 .swiper-slide a {
    display: block
}

.mySwiper1 .swiper-slide a:hover i {
    padding-left: 2rem
}

#foot {
    background: #2a3645;
    width: 100%;
    overflow: hidden;
    color: #fff
}

#foot .container-fluid {
    max-width: 1440px
}

.foot_logo img {
    max-height: 60px
}

.foot_share ul {
    font-size: 0;
    margin-top: .875rem
}

.foot_share ul li {
    display: inline-block;
    margin-right: .625rem
}

.foot_share ul li a {
    display: inline-block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    border-radius: 50%;
    cursor: pointer
}

.foot_share ul li a img {
    transition: .3s;
    max-width: 50%;
    max-height: 50%
}

.foot_share ul li a {
    position: relative;
    z-index: 1;
    transition: all .5s ease 0s;
    -webkit-transform: all .5s ease 0s
}

.foot_share ul li a:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #fff;
    border: 1px solid #f4f4f4;
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    transition: all .5s ease 0s;
    -webkit-transform: all .5s ease 0s
}

.foot_share ul li a:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    background-color: #0869ac;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    transform: scale(.6);
    -webkit-transform: scale(.6);
    opacity: 0;
    -moz-transition: all .6s cubic-bezier(.445, .145, .355, 1);
    -o-transition: all .6s cubic-bezier(.445, .145, .355, 1);
    -ms-transition: all .6s cubic-bezier(.445, 1.045, .355, 1);
    transition: all .6s cubic-bezier(.445, .145, .355, 1);
    visibility: hidden
}

.foot_share ul li a:hover:before {
    opacity: 0;
    transform: scale(1.3);
    -webkit-transform: scale(1.3)
}

.foot_share ul li a:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    visibility: visible
}

.foot_nav {
    position: relative;
    padding: 0;
    display: flex
}

.foot_nav dl {
    display: inline-block;
    vertical-align: top
}

.foot_nav dl.d3 {
    width: 15%
}

.foot_nav dl.d4 {
    width: 15%
}

.foot_nav dl dt {
    font-size: 1.1875rem;
    color: #fff;
    margin-bottom: 1.2rem;
    position: relative;
    height: 2.5rem
}

.foot_nav dl dt:after {
    left: 0;
    content: "";
    position: absolute;
    width: 35px;
    height: 3px;
    background: #fff;
    bottom: 0
}

.foot_nav dl dt a {
    color: inherit
}

.foot_nav dl dd {
    font-size: 1rem;
    color: #b6b6b7;
    line-height: 2rem;
    transition: .3s;
    position: relative
}

.foot_nav dl dd a {
    color: inherit;
    transition: all .6s ease-out
}

.foot_nav dl dd a:before {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .6s ease-out
}

.foot_nav dl dd a:hover:before {
    opacity: 1;
    transition: all .6s
}

.foot_nav dl dd a:hover {
    color: #fff;
    padding-left: 10px;
    transition: all .6s
}

.foot_nav {
    background: url(../images/map.png) left bottom no-repeat
}

.copyright {
    font-size: .9375rem;
    color: #828485;
    border-top: 1px solid #474a4c;
    line-height: 1.5;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.copyright a {
    color: inherit
}

.tc1 .tc {
    pointer-events: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: scale(1.1);
    display: none
}

.tc1 .tc.act {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    pointer-events: auto;
    transform: scale(1)
}

.tc1 .close:hover {
    transform: rotate(180deg)
}

.tc,
.tc1 .close {
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    -webkit-transition: all ease .4s
}

.tc1 .tc-box {
    position: absolute;
    background: #fff;
    overflow: hidden;
    top: 50%;
    z-index: 9999;
    width: 12rem;
    border-radius: 3px;
    left: 50%;
    margin-left: -6rem;
    margin-top: -7.5rem;
    padding-top: 0
}

.tc-box {
    margin: 0 auto;
    box-sizing: border-box;
    display: block;
    position: relative;
    z-index: 1;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: anim-close-2;
    animation-name: anim-close-2
}

.tc.act .tc-box {
    -webkit-animation-name: anim-open-2;
    animation-name: anim-open-2;
    transform: scale(1)
}

.tc1 .tc.act {
    display: block
}

.tc1 .close {
    position: absolute;
    cursor: pointer;
    font-size: 20px;
    right: 30px;
    top: 30px
}

.tc1 .tc-box h3 img {
    width: 12rem;
    height: 12rem
}

.tc1 .tc-box h5 {
    width: 12rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
    color: #fff;
    background: #0869ac;
    text-align: center
}

.tc {
    transition: all ease .3s;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999999;
    pointer-events: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.tc.act {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    display: block;
    pointer-events: auto
}

.tc-box {
    width: 60rem;
    padding-top: 40px;
    max-width: 80%;
    margin: 0 auto;
    margin-top: -80px;
    box-sizing: border-box;
    display: block;
    position: relative;
    z-index: 1;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    overflow: hidden
}

.tc.act .tc-box {
    -webkit-animation-name: anim-open-2;
    animation-name: anim-open-2;
    transform: scale(1)
}

.close {
    position: absolute;
    cursor: pointer;
    color: #e13a39;
    font-size: 30px;
    right: 30px;
    top: 30px
}

.tc_bg {
    height: 100%;
    background: rgba(0, 0, 0, .85);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0
}

.tc_txt {
    height: 470px;
    overflow-y: auto;
    padding-right: 30px
}

.tc-box form {
    position: relative;
    border-bottom: 2px solid #eee;
    height: 4.25rem;
    padding-right: 20px;
    position: relative
}

.tc-box .tc_fdj {
    position: absolute;
    left: 20px;
    display: block;
    height: 4.25rem;
    line-height: 4.25rem
}

.tc-box .tc_fdj img {
    width: 1.3rem
}

.tc-box form label {
    text-align: left;
    display: block;
    position: absolute;
    bottom: 0;
    height: 4.25rem;
    line-height: 4.25rem;
    font-size: 1.6rem;
    color: #999;
    pointer-events: none;
    margin-left: 20px;
    transition: .3s
}

.tc-box form label.act {
    font-size: 16px;
    bottom: 3rem;
    line-height: 3rem;
    height: 3rem
}

.tc-box #word {
    width: 80%;
    height: 4.25rem;
    padding: 0 20px;
    font-size: 1.6rem;
    color: #999;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
    background: 0 0
}

.tc-box .btn_blue {
    width: 40px;
    height: 4.25rem;
    border: 0;
    line-height: 4.25rem;
    background: url(../images/search.png) center center no-repeat;
    font-size: 1.125rem;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    float: right
}

.tc-box .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53
}

.partners ul li.l1 {
    border-top: none;
    border-left: none
}

.partners ul li.l2 {
    border-top: none
}

.partners ul li.l3 {
    border-top: none
}

.partners ul li.l4 {
    border-top: none
}

.partners ul li.l5 {
    border-top: none;
    border-right: none
}

.partners ul li.l6 {
    border-bottom: none;
    border-left: none
}

.partners ul li.l7 {
    border-bottom: none
}

.partners ul li.l8 {
    border-bottom: none
}

.partners ul li.l9 {
    border-bottom: none
}

.partners ul li.l10 {
    border-bottom: none;
    border-right: none
}

.n_banner {
    height: 23.75rem;
    background-size: cover !important
}

.n_banner .box_table h3 {
    text-align: left;
    font-weight: 700;
    font-size: 2.775rem;
    color: #fff
}

.n_position {
    background: #f4f4f4;
    clear: both;
    overflow: hidden
}

.n_position ul li {
    height: 3.2rem;
    line-height: 3.2rem;
    text-align: center;
    display: inline-block;
    position: relative;
    background: #fff;
    margin-right: 2rem
}

.n_position ul li a {
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: .95rem;
    color: #3b3c3d;
    padding: 0 40px
}

.n_position ul li.on {
    background: #004299
}

.n_position ul li.on a {
    color: #fff
}

.n_position ul li:hover a {
    color: #01439b
}

.n_position li i {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 0;
    background: #004299;
    transition: all ease .6s;
    z-index: 0
}

.n_position li:hover i {
    width: 100%;
    left: 0;
    right: auto
}

.about_3 img {
    max-width: 100%
}

.list_box_13 li {
    line-height: 2rem;
    padding: 10px 0rem;
    font-size: 1.1rem;
    color: #000;
    position: relative;
    z-index: 1
}

.list_box_13 li i {
    font-size: 1.3rem;
    color: #004299
}

.list_box_13 li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #004299;
    transition: .5s;
    z-index: -1;
    height: 0
}

.list_box_13 li font {
    display: inline-block;
    width: calc(100% - 4rem);
    position: relative;
    padding: 0 8px 0 24px;
    transition: .5s
}

.list_box_13 li:hover {
    color: #fff
}

.list_box_13 li:hover:before {
    height: 100%;
    top: 0
}

.slideTxtBox .hd {
    position: relative
}

.slideTxtBox .hd ul li {
    font-size: 1.5rem;
    line-height: 2;
    margin-right: 2rem;
    cursor: pointer
}

.slideTxtBox .hd ul li.on {
    border-bottom: 4px solid #004299;
    font-weight: 700
}

.n_zizhi ul li {
    transition: all ease .3s;
    -webkit-transition: all ease .3s
}

.n_zizhi ul li .bg {
    background: #eff1f5;
    position: relative
}

.n_zizhi ul li a {
    position: relative;
    display: block;
    z-index: 999
}

.n_zizhi ul li .bg::after,
.n_zizhi ul li .bg::before {
    position: absolute;
    content: '';
    opacity: 0;
    transition: all .5s
}

.n_zizhi ul li .bg::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 3px solid #144ea1;
    border-bottom: 3px solid #144ea1;
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.n_zizhi ul li .bg::after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-right: 3px solid #144ea1;
    border-left: 3px solid #144ea1;
    transform: scale(1, 0);
    transform-origin: 100% 0
}

.n_zizhi ul li:hover .bg::after,
.n_zizhi ul li:hover .bg::before {
    opacity: 1;
    transform: scale(1);
    transition: all .5s
}

.n_zizhi ul li .img_box {
    height: 200px;
    position: relative;
    transition: all ease .3s;
    -webkit-transition: all ease .3s
}

.n_zizhi ul li img {
    max-width: 90%;
    max-height: 90%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%)
}

.n_zizhi ul li:hover .bg {
    background: #fff;
    box-shadow: 0 5px 18px 0 rgba(0, 0, 0, .1)
}

.n_zizhi ul li p {
    text-align: center;
    margin-top: 18px;
    font-size: 1.2rem;
    color: #646566;
    padding: 0 10px;
    line-height: 2
}

.n_zizhi ul li p:hover {
    color: #333
}

.about_2 {
    background: url(../images/shan_bg.jpg) bottom center no-repeat
}

.atit h3 {
    color: #004299;
    font-size: 2rem
}
.desc h4 {
    color: #004299;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.desc img {
    width: 100%;
}
.atit span {
    color: #666
}

.imgY180 img,
.imgZoom img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s
}

.imgZoom {
    overflow: hidden
}

.imgZoom:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.imgY180:hover img {
    cursor: pointer;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.miso_qh {
    opacity: 0;
    visibility: hidden;
    transition: .6s
}

.miso_qh.miso-initialized {
    opacity: 1;
    visibility: visible
}

.miso-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    z-index: 0
}

.miso-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.miso-list:focus {
    outline: 0
}

.miso-list.dragging {
    cursor: pointer;
    cursor: hand
}

.miso-slider .miso-list,
.miso-slider .miso-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.miso-track {
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    zoom: 1;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top
}

.miso-track:after,
.miso-track:before {
    display: table;
    content: ''
}

.miso-track:after {
    clear: both
}

.miso-loading .miso-track {
    visibility: hidden
}

.miso-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    -moz-user-select: text;
    -khtml-user-select: text;
    user-select: text
}

[dir=rtl] .miso-slide {
    float: right
}

.miso-slide img {
    display: block
}

.miso-slide.miso-loading img {
    display: none
}

.miso-slide.dragging img {
    pointer-events: none
}

.miso-initialized .miso-slide {
    display: block
}

.miso-loading .miso-slide {
    visibility: hidden
}

.miso-vertical .miso-slide {
    display: block;
    height: auto
}

.miso-arrow.miso-hidden {
    display: none
}

.miso-loading .miso-list {
    background: #fff url(../images/ajax-loader.gif) center center no-repeat
}

.miso-next,
.miso-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.miso-next:focus,
.miso-next:hover,
.miso-prev:focus,
.miso-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.miso-next:focus:before,
.miso-next:hover:before,
.miso-prev:focus:before,
.miso-prev:hover:before {
    opacity: 1
}

.miso-next.miso-disabled:before,
.miso-prev.miso-disabled:before {
    opacity: .25
}

.miso-next:before,
.miso-prev:before {
    font-size: 2rem;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    cursor: pointer
}

.miso-prev {
    left: 0
}

[dir=rtl] .miso-prev {
    right: 0;
    left: auto
}

.miso-prev:before {
    content: '';
    font-family: simsun
}

[dir=rtl] .miso-prev:before {
    content: '';
    font-family: simsun
}

.miso-next {
    right: 0
}

[dir=rtl] .miso-next {
    right: auto;
    left: 0
}

.miso-next:before {
    content: '';
    font-family: simsun
}

[dir=rtl] .miso-next:before {
    content: '';
    font-family: simsun
}

.miso-dots {
    position: absolute;
    bottom: 0;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.miso-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.miso-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.miso-dots li button:focus {
    outline: 0
}

.miso-dots li.miso-active a {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg)
}

.miso-next,
.miso-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    padding: 0;
    border: none;
    outline: 0;
    top: 50%;
    z-index: 1
}

.miso-prev {
    left: 0
}

.miso-next {
    right: 0
}

.miso-lightbox .miso-next:before,
.miso-lightbox .miso-prev:before {
    width: 32px;
    height: 32px;
    display: block
}

.miso-lightbox .miso-prev:before {
    content: '';
    background: url(../images/left_svg.svg) center no-repeat
}

.miso-lightbox .miso-next:before {
    content: '';
    background: url(../fonts/right_svg.svg) center no-repeat
}

@media(max-width:768px) {

    .miso-next,
    .miso-prev {
        width: 20px;
        height: 20px
    }

    .miso-lightbox .miso-next:before,
    .miso-lightbox .miso-prev:before {
        width: 20px;
        height: 20px;
        background-size: 20px 20px
    }
}

@media (max-width:576px) {
    .partners ul li {
        width: 50%;
        padding: 0 5px
    }
}

#logo {
    float: left;
    height: 100%;
    /* width: 40%; */
    justify-content: center;
}

@media (max-width:768px) {
    #m_header #logo img {
        height: 38px;
    }

    #banner {
        position: relative
    }

    #banner,
    #banner .con,
    #banner li,
    #banner li .img {
        height: 35vh
    }

    #s_mian {
        margin-top: 0
    }

    .about_box {
        position: relative
    }

    #banner .txt img {
        width: 40px
    }

    #banner .txt h3 {
        font-size: 1.8rem;
        margin-bottom: .6rem
    }

    #banner .txt p {
        font-size: 14px;
        line-height: 24px
    }

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

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

    .about_box h4 {
        font-size: 2.2rem
    }

    .shuju ul li h4 {
        height: auto
    }

    .shuju ul li h4 span.counter {
        font-size: 2.5rem
    }

    .shuju ul li h6 {
        font-size: 1.1rem
    }

    .products {
        min-height: 500px
    }

    .diqiu h4 {
        font-size: 2.875rem
    }

    .foot_nav {
        display: none
    }

    .section_bottom ul li a h4 {
        font-size: 1.475rem
    }

    .section_bottom {
        height: 5.2rem
    }

    .foot_logo img {
        max-height: 40px
    }

    .partners img {
        max-height: 60px
    }

    .partners ul li.l2 {
        border-left: none;
        border-right: none
    }

    .partners ul li.l3 {
        border-right: 1px solid #ebebeb;
        border-left: none
    }

    .partners ul li.l4 {
        border-left: none;
        border-right: none
    }

    .partners ul li.l5 {
        border-left: none;
        border-right: 1px solid #ebebeb;
        border-bottom: none
    }

    .partners ul li.l6 {
        border-right: none;
        border-top: none
    }

    .partners ul li.l7 {
        border-bottom: none;
        border-right: 1px solid #ebebeb;
        border-left: none
    }

    .partners ul li.l8 {
        border-right: none;
        border-left: none
    }

    .partners ul li.l9 {
        border-left: none
    }

    .partners ul li.l10 {
        border-left: none;
        border-right: none
    }

    .tit {
        margin-bottom: 2rem
    }

    .lists ul.ul li a .con {
        width: 100%
    }

    .mb_show {
        width: 100%;
        height: 4rem
    }
}

@media (max-width:1200px) {
    #header {
        display: none
    }

    #m_header {
        display: block;
        /*padding: 0 1.5rem*/
    }
}

@media (max-width:1400px) {
    #nav ul li a {
        padding: 0 1.4rem
    }
}

@media (max-width:1600px) {
    .products .swiper-button-prev {
        display: none
    }

    .products .swiper-button-next {
        display: none
    }
}

@media (max-width:1800px) {

    .products .swiper-button-next,
    .products .swiper-rtl .swiper-button-prev {
        right: -3rem
    }

    .products .swiper-button-prev,
    .products .swiper-rtl .swiper-button-next {
        left: -3rem
    }
}

@media (max-width:768px) {
    .n_position ul li a {
        padding: 0 2rem
    }

    .n_position ul li {
        height: 3rem;
        line-height: 3rem;
        margin-right: 1rem;
        margin-bottom: 1rem
    }

    .p_box {
        margin-top: .5rem
    }
}

#pages {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 0;
    text-align: center
}

#pages li {
    color: #393939;
    padding: 0;
    height: 38px;
    line-height: 34px;
    display: inline-block;
    font-size: 14px
}

#pages li a {
    padding: 0 16px;
    height: 38px;
    line-height: 34px;
    display: inline-block;
    border: #dcdcdc 2px solid;
    margin: 0 5px;
    color: #393939;
    font-size: 14px;
    box-sizing: border-box;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#pages li.active a {
    background: #004299;
    color: #fff;
    border: #004299 2px solid
}

#pages li a:hover {
    background: #004299;
    color: #fff;
    border: #004299 2px solid
}

@media (max-width:768px) {
    #pages li a {
        padding: 0 10px;
        height: 30px;
        line-height: 26px;
        font-size: 13px
    }

    .n_banner .box_table h3 {
        font-size: 2rem
    }
}