@charset "utf-8";

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

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

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

a:link,
a:hover,
a:active,
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 #logo img {
    max-height: 60%;
    max-width: 70%;
}

#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(../images/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: none;
}

#nav_btn {}

#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: none;
    box-shadow: none;
}

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

#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: transparent;
}

#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: 0px;
}

#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: 0px;
}

/*导航按钮结束*/
.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 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.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, 0.1);
}

#m_nav li .a {}

#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(../images/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: none;
    border: 0;
    clear: both;
    padding-bottom: 10px;
}

#m_nav .title .list span {
    background: none;
}

#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: bold;
}

#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: none;
    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, 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: none;
    width: 100%;
}

.tc_search .btn_blue {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 38px;
    line-height: 38px;
    border: 0;
    background: url(../images/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 {
    /* Mozilla Firefox 19+ */
    color: #fff;
    color: rgba(255, 255, 255, .7);
}

.tc_search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    c color: #fff;
    color: rgba(255, 255, 255, .7);
}

.tc_search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    color: rgba(255, 255, 255, .7);
}

/* WebKit browsers */
.tc_search input:focus::-webkit-input-placeholder {
    color: transparent;
    /* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}

/* Mozilla Firefox 4 to 18 */
.tc_search input:focus:-moz-placeholder {
    color: transparent;
}

/* Mozilla Firefox 19+ */
.tc_search input:focus::-moz-placeholder {
    color: transparent;
}

/* Internet Explorer 10+ */
.tc_search input:focus:-ms-input-placeholder {
    color: transparent;
}

/* 点击搜索框获取焦点 placeholder消失-结束 */



/*#header {position: fixed; height: 5.625rem; z-index: 99999; width: 100%; transition: .6s; top: 0;}*/
#header {
    width: 100%;
}

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

#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: 400ms;
    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: bold;
}

#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;
}

#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 .search_btn {}

#header.xg .dw2 {}

#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:5.625rem; */
    line-height: 3;
    overflow: hidden;
    position: relative;
    transition: .6s;
}

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

#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;
    /* transform:translateY(-20px); */
    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, 0.15);
}

#nav ul li:nth-child(3) .sub {
    width: 240px;
    margin-left: -120px;
}

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

#nav ul li .sub a {
    padding: 0;
    line-height: 2;
    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(0px);
}

#nav>ul>li.on h3,
#nav ul li:hover h3 {}

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

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


/*首页banner*/
#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;
}

#banner li .img img {}

@-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: 0px;
        opacity: 1;
    }
}

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

    to {
        letter-spacing: 0px;
        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;
}

#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;
    /* transform:translateX(100px);*/
}

#banner .con .box .dd2 {
    white-space: nowrap;
    transition: 1.5s .6s;
    opacity: 0;
    /* transform:translateX(150px);*/
}

#banner .con .box .dd3 {
    white-space: nowrap;
    transition: 1.5s .6s;
    opacity: 0;
    /* transform:translateX(150px);*/
}

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

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

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

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

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

.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(0px, 0px, 0px);
    }

    33% {
        opacity: 1;
    }

    66% {
        opacity: 1;
    }

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

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

    33% {
        opacity: 1;
    }

    66% {
        opacity: 1;
    }

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

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

.btn_flashcenter:hover {
    box-shadow: 0 4px 10px 0px rgba(0, 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 0.75s;
    -webkit-animation: anim-out 0.75s;
    animation: anim-out 0.75s;
}

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


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

    100% {
        background: transparent;
    }
}

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

    100% {
        background: transparent;
    }
}

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

    100% {
        background: transparent;
    }
}

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

    100% {
        background: transparent;
    }
}

@-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: #333333;
}

.tit h3 {
    font-size: 1.5rem;
    color: #333;
    font-weight: bold;
    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.jpg) right bottom no-repeat;
    max-width: 890px;
    position: absolute;
}

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

.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: 0.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 {}

.services ul li {
    padding: 0 8px;
}

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

.services ul li .img {}

.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: bold;
    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: url(../images/pro_bg.jpg) center no-repeat;
    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 {}

.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: 0.8
}

.news .swiper-slide .con {
    background: #fff;
    padding: 1.55rem 2rem 1.75rem 2rem;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.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 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.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: 0.875rem;
    color: #848484;
    line-height: 1.5rem;
    overflow: hidden;
    height: 3rem;
    margin: 0.75rem 0 1.5rem;
    position: relative
}

.news .swiper-slide .con h6 {
    font-size: 0.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: 0.875rem;
    width: 0.875rem;
    fill: #999;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    margin: -2px 0.25rem 0 0;
}

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

.news .swiper-slide .img .red-bg {
    background: rgba(0, 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: 400ms;
    -webkit-transition: 400ms;
}

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

.news .swiper-slide .img .line_2 {
    width: 2px;
    height: 16px;
    margin: -8px 0px 0px -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:hover {
    /* box-shadow:0 0 35px rgba(0,0,0,0.35) */
}

.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 {
    background: url(../images/dq_bg.jpg) center no-repeat;
}

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

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

.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 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: width all 0.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 #eeeeee;
    position: relative;
}

.mySwiper1 .txt:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0px;
    height: 2px;
    background: #15569d;
    transition: 0.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_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 0.5s ease 0s;
    -webkit-transform: all 0.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: 0px;
    top: 0px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.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: 0px;
    top: 0px;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    opacity: 0;
    -moz-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
    -o-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
    -ms-transition: all .6s cubic-bezier(0.445, 1.045, 0.355, 1);
    transition: all .6s cubic-bezier(0.445, 0.145, 0.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 0.6s ease-out;
}

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

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

.foot_nav dl dd a:hover {
    color: #fff;
    padding-left: 10px;
    transition: all 0.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);
}

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

.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 300ms;
    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;
    /* background:#fff; */
    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 #keyword {
    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: none;
}

.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: bold;
    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: 0.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: #fff;
}

.n_position li i {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 0;
    background: #004299;
    transition: all ease 600ms;
    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: #000000;
    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
}

/* 本例子css */
.slideTxtBox {}

.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: bold;
}

.n_zizhi ul li {
    transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}

.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::before,
.n_zizhi ul li .bg::after {
    position: absolute;
    content: '';
    opacity: 0;
    transition: all 0.5s;
}

.n_zizhi ul li .bg::before {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    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: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border-right: 3px solid #144ea1;
    border-left: 3px solid #144ea1;
    transform: scale(1, 0);
    transform-origin: 100% 0;
}

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

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

.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;
}

.atit span {
    color: #666666;
}


.imgZoom img,
.imgY180 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)
}



/*Slider 开始*/
.miso_qh {
    opacity: 0;
    visibility: hidden;
    transition: 0.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: none;
}

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

.miso-slider .miso-track,
.miso-slider .miso-list {
    -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:before,
.miso-track:after {
    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-prev,
.miso-next {
    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: none;
    background: transparent;
}

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

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

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

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

.miso-prev {
    left: 0px;
}

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

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

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

.miso-next {
    right: 0px;
}

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

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

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

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

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

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

.miso-dots li button:focus {
    outline: none;
}

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

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

.miso-prev {
    left: 0
}

.miso-next {
    right: 0
}

.miso-lightbox .miso-prev:before,
.miso-lightbox .miso-next: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(../images/right_svg.svg) center no-repeat;
}

@media(max-width: 768px) {

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

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

/*Slider 结束*/


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

#logo {
    float: left;
    height: 100%;
}

@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: 0.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: 992px) {
    ...
}


@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;
    }


}