@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 18px;
}

body {
    font-size: 16px;
    color: #050505;
    line-height: 1;
    font-family: 'PingFangSC', arial, helvetica, verdana, tahoma, sans-serif;
    background: #ffffff;
    word-break: break-all;
    word-wrap: break-word;
}

:focus {
    outline: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}

ul,
ol {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #050505;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    *+height: 1%;
}

.ov-h {
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.text-color {
    color: #158e84;
}

.b-img {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}


/* 省略3个点 */

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.arrow-me-icon {
    display: block;
    background-color: #d18338;
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 50%;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    font-family: '宋体';
    cursor: pointer;
}


/* .triangle 需要是 块 */

.triangle {
    display: block;
}

.triangle-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #ebebeb;
}

.triangle-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ebebeb;
}

.triangle-down {
    width: 0;
    height: 0;
    border-top: 10px solid #ebebeb;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.triangle-up {
    width: 0;
    height: 0;
    border-bottom: 10px solid #ebebeb;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.w1400 {
    width: 1400px;
}

.w1480 {
    width: 1480px;
}

.w1286 {
    width: 1286px;
}

.w1185 {
    width: 1185px;
}

@media(max-width:1217) {
    .container {
        width: 100%;
        padding: 0 15px;
    }
}

@media(max-width:1184px) {
    .w1185 {
        width: 100%;
        padding: 0 15px;
    }
}


/* header */

.index-header {
    height: 60px;
    background-color: #022645;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}


/* .head-nav css */

body {
    padding-top: 60px;
}

.index-header .logo,
.index-header .logo img {
    display: block;
    height: 30px;
}

.index-header .logo {
    margin-top: 15px;
}

.head-nav {
    margin-top: 15px;
}

.head-nav > ul>li a {
    font-size: 16px;
    padding: 0 2px;
    color: #C7C7C7;
    display: block;
    border-bottom: 2px solid transparent;
}
/*新增二级导航样式*/
.nav_er_kuang {
    display: none;
}
.head-nav > ul>li:hover .nav_er_list {
    display: block;
}
.nav_er_list {
    position: absolute;
    padding-top: 14px;
    width: 200px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(2,38,69,0.7);
    display: none;
}
.nav_er_link {
    padding: 10px 0 !important;
    text-align: center;
    font-size: 16px;
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
    width: 100% !important;
}
.nav_er_link:hover {
    background: rgba(2,38,69,1)
}
.nav_er_item:last-of-type .nav_er_link {
    border-bottom: none !important;
}
.nav_link img {
    display: none;
}
/*结束*/
.head-nav > ul>li.on a {
    border-color: #8092a1;
}

.head-nav >  ul>li {
    margin-right: 62px;
    float: left;
    line-height: 30px;
    position: relative;
}

.head-nav >  ul>li:last-child {
    margin-right: 83px;
}

.left-nav {
    background-color: #fff;
    z-index: 9;
    position: fixed;
    top: 193px;
    /* left: -297px; */
    left: 2.96875%;
    width: 240px;
    border-right: 1px solid #979797;
}

.product-main-guandao .left-nav {
    top: 159px;
}

.left-nav li {
    line-height: 40px;
    margin-bottom: 0px;
}

.left-nav li a {
    display: block;
    padding: 0 20px;
    font-size: 16px;
    color: #454545;
}


/* 
.me-huakuai {
    position: absolute;
    top: 0px;
    width: 100%;
    border-right: 3px solid #dbf1f7;
    height: 40px;

    z-index: -1;
    transition: top 0.2s;
} */

.left-nav li.on {
    background-color: #dbf1f7;
}

.left-nav li.on a {
    color: #003D71;
}

.left-nav li:last-child {
    margin-bottom: 0px;
}

@media(max-width:1599px) {
    .left-nav {
        top: 183px;
    }
}

@media (max-width:1217px) {
    .product-main {
        padding-top: 40px;
    }
    .product-main-guandao .left-nav,
    .left-nav {
        position: fixed;
        z-index: 98;
        top: 60px;
        width: auto;
        left: 0;
        right: 0;
        text-align: center;
        border: none;
    }
    .left-nav li {
        display: inline-block;
        margin-bottom: 0;
    }
    .left-nav li.on {
        background-color: #dbf1f7;
    }
    .me-huakuai {
        display: none;
    }
}


/*page-me 分页*/

.page-me li {
    float: left;
    margin: 0 8px;
    min-width: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
}

.page-me .first,
.page-me .last {
    width: 62px;
}

.page-me a {
    padding: 0 5px;
    line-height: 24px;
    border-radius: 12px;
    display: block;
    color: #666666;
    background-color: #eeeeee;
}

.page-me li.on a,
.page-me a.on,
.page-me a:hover {
    color: #fff;
    background-color: #158e84;
}

.page a {
    margin: 0 8px;
    font-size: 12px;
    color: #666666;
    min-width: 12px;
    border-radius: 15px;
    text-align: center;
}

.page-me02 {
    text-align: center;
}

.page-me02 a {
    display: inline-block;
    font-size: 20px;
    color: #c5c2c2;
    min-width: 26px;
    line-height: 36px;
    padding: 0 5px;
    margin: 0 5px;
    border: 1px solid #d4d4d4;
}

.page-me02 a:hover,
.page-me02 a.on {
    background-color: #18be93;
    border-color: #18be93;
    color: #fff;
}


/* 底部 */

.footer {
    color: #fff;
    text-align: center;
    background-color: #022645;
    padding-top: 10px;
}

.footer .p1 {
    font-size: 13px;
    line-height: 30px;
}

.footer .p2 {
    font-size: 13px;
    line-height: 30px;
    border-top: 1px solid #979797;
}


/* @media (max-width: 1479px){
    .footer .p1{
        padding: 25px;
    }
    .footer .p2{
        padding: 18px;
    }
} */

.fiexd-box,
.a-fiexd-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.45);
}

.a-fiexd-link {
    transform: translateY(-100%);
    transition: transform 0.1s;
}

.hover .a-fiexd-link {
    transform: translateY(0);
}

.body-fiexd-box {
    position: fixed;
    bottom: 0;
}

.foot-form textarea,
.foot-form input {
    color: #fff;
    width: 346px;
    resize: none;
    line-height: 38px;
    height: 36px;
    display: block;
    border: 1px solid rgba(225, 225, 225, 0.45);
    background: none;
    padding: 0 20px;
    margin-bottom: 20px;
}

.foot-form textarea {
    height: 118px;
    line-height: 18px;
    padding-top: 10px;
}

.foot-form button {
    border: none;
    display: block;
    background-color: #24deac;
    width: 100%;
    line-height: 40px;
    cursor: pointer;
    color: #fff;
}


/* other-banner-cont */

.other-banner .container {
    position: relative;
    height: 100%;
}

.other-banner-cont {
    position: absolute;
    color: #fff;
    font-size: 18px;
    left: 19px;
    bottom: 45px;
}

.other-banner-cont h3 {
    margin-bottom: 13px;
    font-size: 24px;
}

.pro-tit-01 {
    padding-top: 36px;
    padding-bottom: 28px;
}

.pro-tab-link {
    text-align: center;
    margin-bottom: 60px;
}

.pro-tab-link a {
    display: inline-block;
    color: #a4a4a4;
    padding: 0 13px;
    line-height: 30px;
    margin: 0 9px;
    border: 1px solid #c4c4c4;
}

.pro-tab-link a.on,
.pro-tab-link a:hover {
    color: #fff;
    background-color: #18be93;
    border-color: #18be93;
}

.crumbs {
    width: 1400px;
    border-bottom: 1px solid #eee;
}

.crumbs a,
.crumbs {
    color: #686868;
    font-size: 14px;
    line-height: 73px;
}

.crumbs span {
    color: #18be93;
}

.crumbs i {
    font-family: '黑体';
    font-style: normal;
    padding: 0 2px;
}

@media (max-width:1399px) {
    .crumbs {
        width: 1200px;
    }
}

@media (max-width:1497px) {
    .w1400,
    .w1480 {
        width: 1200px;
    }
    .head-nav ul>li:last-child {
        margin-right: 0;
    }
}

@media (max-width:1303px) {
    .w1286 {
        width: 100%;
        padding: 0 15px;
    }
}

@media (max-width:1217px) {
    .w1400,
    .w1480 {
        width: 100%;
        padding: 0 15px;
    }
}

@media (max-width:767px) {
    .left-nav {
        top: 60px;
    }
    .head-nav ul>li,
    .head-nav {
        float: none;
    }
    
    .head-nav {
        margin-top: 0;
        position: fixed;
        transform: translateX(-100%);
        transition: transform 0.3s;
        bottom: 0;
        top: 60px;
        width: 75%;
        left: 0;
        z-index: 10;
        background-color: #fff;
    }
    .head-nav.view-show {
        transform: translateX(0);
    }
    .head-nav ul>li {
        margin-right: 0;
        line-height: 50px;
        border-bottom: 1px solid #d1d1d1;
    }
    .head-nav ul>li a {
        padding-left: 20px;
        color: #060606;
        padding-bottom: 0;
        border-bottom: none;
    }
    .head-nav ul>li.on a {
        color: #113e5f;
    }
    .nav-menu {
        cursor: pointer;
        display: block;
        background: url(../images/menu.png) no-repeat center;
        width: 46px;
        height: 39px;
        background-size: 30px auto;
        margin-top: 10px;
    }
    /*新增二级导航样式*/
    .nav_link img {
        height: 20px;
        margin-left: 6px;
    }
    .nav_current img {
        transform: rotate(180deg);

        vertical-align: text-bottom;
    }
    .nav_er_kuang {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        display: block;
        height: 50px;
        z-index: 12;
        cursor: pointer;
    }
    .head-nav > ul>li:hover .nav_er_list {
        display: none;
    }
    .nav_er_list {
        position: initial;
        left: initial;
        transform: initial;
        top: initial;
        padding-top: 0;
        width: 100%;
        background: rgba(2,38,69,1);
        display: none;
    }
    .nav_er_link {
        padding: 0 0 !important;
        text-align: center;
        font-size: 14px;
        color: #fff !important;
        border-bottom: 1px solid #fff !important;
        width: 100% !important;
    }
    .nav_er_link:hover {
        background: rgba(2,38,69,1)
    }
    .nav_er_item:last-of-type .nav_er_link {
        border-bottom: none !important;
    }

        .nav_link img {
            display: inline-block;
        }
    /*结束*/
}