﻿.top_bg {
    height: 5.5rem;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 100;
}

.header {
    width: 88.54%;
    margin: 0 auto;
}

.h_tel {
    font-size: 1.3rem;
    color: #004c8c;
    /* color: #0d82dd; */
    font-weight: bold;
    height: 5.5rem;
    display: flex;
    align-items: center;
}

.h_tel em {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 0;
    padding: 0 0.5rem 0 0;
}

.h_tel em img {
    width: 1.5rem;
    height: 1.5rem;
}

.logo {
    width: 13.88%;
    height: 4.5rem;
    margin-bottom: 1rem;
    line-height: 0;
    display: flex;
    align-items: center;
}

.logo img {
    display: block;
    width: 100%;
    height: 5.5rem;
}

.h_nav {
    width: 52%;
    padding-top: 1.5rem;
    height: 2.5rem;
    margin-right: 9%;
}

.h_nav ul {
    width: 100%;
    height: 2.5rem;
    display: flex;
    justify-content: space-between;
}

.h_nav li a {
    font-size: 0.9rem;
    font-weight: bold;
    color: #333;
    display: block;
    float: left;
    position: relative;
    z-index: 4;
    text-decoration: none;
    height: 2.5rem;
    line-height: 2.5rem;
}

.h_nav li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background: #004c8c;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.h_nav li a:hover:after,
.h_nav li.cur a:after {
    height: 0.1rem;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.h_nav li a:hover,
.h_nav li.cur a {
    color: #004c8c;
}

em,
i {
    font-style: normal;
}

.li02_nav,
.li03_nav,
.li04_nav,
.li06_nav,
.li07_nav {
    display: none;
    position: absolute;
    left: 0;
    top: 5.5rem;
    z-index: 2;
    background: #f5f5f5;
    width: 100%;
    padding: 2.5rem 0;
    box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1) inset;
}

.nav_main {
    width: 83.33%;
    margin: 0 auto;
}

.h_nav li .nav_main a {
    height: auto;
}

.h_nav li .nav_main a:after {
    display: none;
}

.h_nav li.cur .nav_main a {
    color: #333;
}

.h_nav li.cur .nav_main a:hover {
    color: #004c8c;
}

.li02_list {
    width: 100%;
}

.li02_list p,
.li04_list p,
.li06_list p {
    width: 16.66%;
    float: left;
    text-align: center;
    transition: all 0.5s;
}

.li02_list p a,
.li04_list p a,
.li06_list p a,
.li07_list .li07_list01 a {
    width: 100%;
}

.li02_list p em,
.li06_list p em {
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    background: #004c8c;
    border-radius: 0.5rem;
    line-height: 0;
    overflow: hidden;
    margin: 0 auto 0.5rem;
}

.li02_list p em img,
.li06_list p em img {
    width: 3.5rem;
    height: 3.5rem;
}

.li02_list p:hover em,
.li06_list p:hover em {
    background: #004c8c;
    animation: flipInY 1s;
}

.h_nav li.cur .li02_list p:hover a,
.li02_list p:hover a,
.h_nav li.cur .li06_list p:hover a,
.li06_list p:hover a {
    color: #004c8c;
}

.nav_list {
    width: 25%;
    float: left;
}

.nav_list h3 {
    width: 80%;
    height: 2.5rem;
    position: relative;
}

.nav_list h3:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #bfbfbf;
    position: absolute;
    bottom: 0;
    left: 0;
}

.h_nav li .nav_main .nav_list h3 a {
    width: 100%;
    height: 2.5rem;
    line-height: 2rem;
    font-weight: bold;
    font-size: 1.2rem;
}

.h_nav li .nav_main .nav_list h3 a {
    color: #004c8c;
}

.h_nav li .nav_main .nav_list dl dt a {
    color: #333;
}

.h_nav li .nav_main .nav_list dl dd a {
    color: #004c8c;
}

.h_nav li .nav_main .nav_list h3 a:hover,
.h_nav li .nav_main .nav_list dl dd a:hover,
.h_nav li .nav_main .nav_list dl dt a:hover,
.li04_nav .nav_main .li04_list p a:hover {
    color: #004c8c;
}

.nav_list dl {
    width: 100%;
    padding-top: 1rem;
}

.nav_list dl dt {
    width: 100%;
    height: 2rem;
    line-height: 2rem;
}

.nav_list dl dt a {
    line-height: 2rem;
}

.nav_list dl dd {
    width: 100%;
    padding-bottom: 0.3rem;
}

.nav_list dl dd a {
    width: 90%;
    float: none;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 1.5rem;
    background: url(../image/nav03_ico.png) no-repeat 0 center/0.2rem 0.3rem;
    padding-left: 0.8rem;
}

/*.h_nav li .nav_main .nav_list a:hover{font-weight: bold;}*/
.h_nav li .nav_main .nav_list a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.li04_list {
    width: 100%;
}

.li04_list p,
.li06_list p {
    padding: 1rem 0;
}

.li04_list p em {
    display: block;
    width: 2.5rem;
    height: 2.1rem;
    line-height: 0;
    overflow: hidden;
    margin: 0 auto;
}

.li04_list p em img {
    width: 2.5rem;
    height: 4.2rem;
}

.li04_list p:hover img {
    animation: flipInY 0.7s;
    margin-top: -2.1rem;
}

.li06_list {
    width: 81.25%;
    margin: 0 auto;
}

.li06_list p {
    width: 20%;
}

.li07_list {
    display: flex;
    justify-content: space-between;
    width: 52%;
}

.li07_list .li07_list01 {
    width: 50%;
    background: #004c8e;
    height: 7.3rem;
    overflow: hidden;
}

.li07_list .li07_list01 em {
    display: block;
    float: right;
    width: 69%;
    line-height: 0;
    overflow: hidden;
}

.li07_list .li07_list01 em img {
    display: block;
    width: 100%;
}

.li07_list .li07_list01 em img {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.li07_list .li07_list01:hover em img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.li07_list p {
    width: 22%;
    float: left;
    font-size: 1.1rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.5rem;
    padding: 1.8rem 0 0 6%;
}

.li07_list span {
    width: 0.4rem;
    height: 0.6rem;
    display: block;
    line-height: 0;
    padding-top: 0.5rem;
}

.li07_list span img {
    width: 0.4rem;
    height: 0.6rem;
}

.li07_list .li07_list01:hover {
    background: #51ba78;
}

html {
    font-size: 12px;
    -webkit-text-size-adjust: none
}

@media screen and (min-width:1200px) {
    html {
        font-size: 12.5px
    }
}

@media screen and (min-width:1280px) {
    html {
        font-size: 13.33333px
    }
}

@media screen and (min-width:1366px) {
    html {
        font-size: 14.22916px
    }
}

@media screen and (min-width:1440px) {
    html {
        font-size: 15px
    }
}

@media screen and (min-width:1600px) {
    html {
        font-size: 16.66666px
    }
}

@media screen and (min-width:1800px) {
    html {
        font-size: 18.75px
    }
}

@media screen and (min-width:1920px) {
    html {
        font-size: 20px
    }
}


.banner {
    position: relative;
    height: auto;
    clear: both;
}

.banner img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.banner .slick-arrow {
    position: absolute;
    font-size: 0;
    top: 50%;
    z-index: 9;
    width: 4rem;
    height: 4rem;
    margin-top: -2.5rem;
    border: 0;
    outline: none;
    cursor: pointer;
    transition: .8s;
}

.banner .slick-prev {
    left: 0;
    background: url(../image/lefts.png) no-repeat center center/4rem 4rem;
    opacity: 0;
}

.banner .slick-next {
    right: 0;
    background: url(../image/rights.png) no-repeat center center/4rem 4rem;
    opacity: 0;
}

.banner:hover .slick-prev {
    left: 1%;
    opacity: 0.8;
}

.banner:hover .slick-next {
    right: 1%;
    opacity: 0.8;
}

.slick-dots {
    position: absolute;
    left: 5%;
    font-size: 0;
    bottom: 5%;
    width: 90%;
    text-align: center;
    outline: none;
    z-index: 4;
}

.slick-dots li {
    display: inline-block;
    margin: 0 0.4rem;
    outline: none;
}

.slick-dots li button {
    display: block;
    border: 0 none;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.8rem;
    margin-right: 0.6rem;
    display: inline-block;
    outline: none;
    background: #fff;
    transition: .5s;
}

.slick-dots .slick-active button {
    background: #004c8c;
    width: 2rem;
}

em,
i {
    font-style: normal;
}


.f_bg {
    /* background: url(../image/f_bg.jpg) no-repeat center 0/100% 33.3rem; */
    background:#004C8C;
    /* height:28rem; */
    height:100%;
    overflow: hidden;
    position: relative;
}

.f_bg:before {
    content: "";
    width: 100%;
    height: 1px;
    /* background: rgba(255, 255, 255, 0.2); */
    position: absolute;
    bottom: 4.7rem;
    left: 0;
}

.footer {
    width: 83.33%;
    margin: 0 auto;
}

.f_nav {
    /* height: 23.1rem; */
    height: 16rem;
    width: 52.5%;
    /* padding: 5.5rem 0 0; */
    padding: 2.5rem 0 0;
    position: relative;
}


/* 底部导航右侧边框 */
.f_nav:before {
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    right: 0;
}

.f_ul01 li {
    /* height: 23.1rem; */
    float: left;
    width: 20%;
}

.f_ul01 li a,
.f_top {
    font-size: 0.9rem;
    color: #fff;
    display: block;
    height: 2.6rem;
    line-height: 2.6rem;
    width: 100%;
    font-weight: bold;
    margin-bottom: 1rem;
}

.f_ul01 .f_ul02 li {
    width: 100%;
    height: 1.8rem;
    line-height: 1.8rem;
}

.f_ul01 .f_ul02 li a {
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: normal;
    margin-bottom: 0;
}

.f_nav ul li a:hover {
    color: #fff;
}

.f_ban {
    width: 28%;
    /* height: 23.1rem; */
    height: 16rem;
    padding:2.5rem 0 0 4.4%;
    overflow: hidden;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
}

.f_ban i {
    display: block;
}

.f_ban p b {
    display: block;
    font-size: 1.2rem;
    color: #fff;
}

.f_ban p {
    line-height: 1.5rem;
    padding-bottom: 0.3rem;
}

.f_ban span {
    display: block;
    float: left;
    padding-right: 3rem;
}

.f_ban a {
    color: rgba(255, 255, 255, 0.6);
}

.f_code {
    padding-top: 3.2rem;
    width: 11.25%;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.f_code p {
    line-height: 0;
    position: relative;
    padding-bottom: 0.7rem;
    color: rgba(255, 255, 255, 0.2);
    text-align: center;
    width: 80%;
}

.f_code span {
    color: rgba(255, 255, 255, 0.2);
    text-align: center;
}

.f_code p i {
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    cursor: pointer;
}

.f_code p i img {
    width: 2.5rem;
    height: 2.5rem;
}

.f_code p em {
    width: 5.6rem;
    height: 5.6rem;
    display: none;
    position: absolute;
    top: -6.6rem;
    left: calc(50% - 3rem);
    border: #fff 0.2rem solid;
}

.f_code p em:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -0.7rem;
    left: calc(50% - 0.8rem);
    border-top: 0.8rem solid #fff;
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
}

.f_code p em img {
    width: 5.6rem;
    height: 5.6rem;
}

.f_code p:nth-child(4) em,
.f_code p:nth-child(5) em,
.f_code p:nth-child(6) em {
    top: 3.2rem;
}

.f_code p:nth-child(4) em:before,
.f_code p:nth-child(5) em:before,
.f_code p:nth-child(6) em:before {
    border-bottom: 0.8rem solid #fff;
    bottom: auto;
    top: -0.7rem;
    border-top: none;
}

.f_code p.cur i {
    background: rgba(29, 174, 94, 0.5);
}

.f_code p.cur em {
    display: block;
}

.f_bot {
    width: 100%;
    height: 4.7rem;
    line-height: 4.7rem;
    overflow: hidden;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.4);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.f_bot .f_bot_all{
    width: 83.3%;
    margin: 0 auto;
}

.f_bot span {
    padding: 0 0 0 0.5rem;
}

.f_bot em {
    background: url(../image/f_icp.png) no-repeat 0 center/0.9rem 0.9rem;
    padding-left: 1.1rem;
    display: inline-block;
    margin-left: 0.3rem;
}

.f_bot a {
    color: rgba(255, 255, 255, 0.4);
}


.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}

.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 62px;
    position: relative;
}

.client-2 li i {
    /* background: url(../image/fx.png) no-repeat; */
    /* background: url(../image/style123tiny.png) no-repeat; */
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    /* background: url(../image/fx.png) no-repeat; */
    background: url(../image/style123tiny.png) no-repeat;
    background-position: -65px -394px;
    /* background-position: 0 -21px; */
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    /* background: url(../image/style123tiny.png) no-repeat; */
    background: url(../image/fx.png) no-repeat;
    background-position: 0 -21px;
    /* background-position: -65px -394px; */
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    background: url(../image/fx.png) no-repeat;
    width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
}

.client-2 .my-kefu-ftop .my-kefu-main {
    padding-top: 6px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 62px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 12px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 0 0 5px;
    border-left: 1px solid #fff;
    margin-top: 14px;
    text-align: center;
}

.client-2 .my-kefu-tel-right1{
    font-size: 12px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 35px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
    /* width: 300px; */
}

.client-2 .my-kefu-tel-main {
    background: #004c8c;
    color: #fff;
    height: 53px;
    width: 230px;
    /* width: 250px; */
    padding: 9px 0 0;
    float: left;
}

.client-2 .my-kefu-tel-main1 {
    background: #004c8c;
    color: #fff;
    height: 110px;
    width: 230px;
    padding: 9px 0 0;
    float: left;
}

.client-2 .my-kefu-main {
    background: #004c8c;
    width: 97px;
    height: 53px;
    position: relative;
    padding: 9px 0 0;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    /* left: -130px; */
    left: -120px;
    /* top: -24px; */
    top: 0;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}

