﻿@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    -moz-transition: all .3s;
}

body {
    background: #fff;
    color: #333;
    font-size: 14px;
    font-family: "Microsoft YaHei", "Arial", "黑体", "宋体", sans-serif;
}

td,
th,
caption {
    font-size: 14px;
}

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

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

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

a:link {
    color: #333;
}

a:visited {
    color: #333;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

img {
    border: none;
    vertical-align: top
}

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

input,
textarea,
select,
button {
    font: 14px "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}

input {
    border: 0;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* html {overflow-y: scroll;} */

p {
    word-wrap: break-word
}

a {
    blr: expression(this.onFocus=this.blur());
}

a:focus {
    outline: none;
}

a.hidefocus {
    outline: none
}

.clearfix {
    *zoom: 1;
    clear: both;
}

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

.fl {
    float: left;
}

.fr {
    float: right;
}

img {
    max-width: 100%;
}

.picfocus {
    overflow: hidden;
}

.picfocus img {
    width: 100%;
    -webkit-transition: 0.36s ease;
    -moz-transition: 0.36s ease;
    -o-transition: 0.36s ease;
    -ms-transition: 0.36s ease;
}

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

*:focus {
    outline: none;
}

div {
    border: none
}

.table-box {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

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

body {
    transition: 0.5s ease all;
}

.clearfix {
    zoom: 1;
}

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

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
}


/*header*/

.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 999;
    transition: all .3s;
}

.header .content {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .header .content {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .header .content {
        width: 970px;
    }
}

@media (min-width: 1300px) {
    .header .content {
        width: 1300px;
    }
}

.header .logo {
    float: left;
    padding: 9px 27px 0 0;
}

.header .logo {
    height: 85px;
    transition: all .3s;
    box-sizing: initial;
}

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

.header .logo-initial {
    display: block;
}

.header .logo-fixed {
    display: none;
}

.header .nav {
    
    display: inline-block;
    transition: all .3s;
}

.header .nav li {
    position: relative;
    float: left;
    padding: 0 10px;
    vertical-align: top;
}

.header .nav li a {
    color: #fff;
    font-size: 16px;
    padding: 0;
    margin: 0 5px;
    display: inline-block;
}

.header .nav li a:hover {
    background: none;
}

.header .nav li a.yij span {
    background: url(../images/xian1.jpg) no-repeat center bottom;
    background-size: 0 2px;
    font-weight: bold;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    display: block;
}

.header .nav li a.yij:hover span,
.header .nav li:hover a.yij span {
    background-size: 100% 2px;
}

.header .nav li .erj {
    opacity: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    padding-top: 10px;
    transition: all .3s;
    text-align: center;
    line-height: 38px;
    height: 0;
    overflow: hidden;
}

.header .nav li .erj dd {
    border-top: 1px solid rgba(250, 250, 250, 0.95);
    line-height: 38px;
}

.header .nav li .erj a {
    background: #fff;
    display: block;
    color: #333;
    font-size: 14px;
    margin: 0;
}

.header .nav li .erj a:hover {
    background: #00557a;
    color: #fff;
}

.header .nav li .erj dl {
    padding: 0;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}

.header .nav li .erj dd {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s
}

.header .nav li:hover .erj {
    height: auto;
    opacity: 1;
}

.header .nav li:hover .erj dd {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.header .nav li:hover .erj dd:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms
}

.header .nav li:hover .erj dd:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms
}

.header .nav li:hover .erj dd:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms
}

.header .nav li:hover .erj dd:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms
}

.header .nav li:hover .erj dd:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms
}

.header .nav li:hover .erj dd:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms
}

.header .nav li:hover .erj dd:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms
}

.header .nav li:hover .erj dd:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.header .right_box {
    float: right;
    color: #fff;
}

.header .search {
    float: left;
    position: relative;
    height: 58px;
    margin: 25px 16px 17px 0;
    transition: all .3s;
}

.header .search-wrapper {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-0, -50%);
    -moz-transform: translate(-0, -50%);
    transform: translate(-0, -50%);
}

.header .search-wrapper.active {
    -webkit-transform: translate(-30px, -50%);
    -moz-transform: translate(-30px, -50%);
    transform: translate(-30px, -50%);
}

.header .input-holder {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 6px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header .search-wrapper.active .input-holder {
    width: 240px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 1);
    -webkit-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

.header .search-input {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    padding: 0px 70px 0 20px;
    opacity: 0;
    background: transparent;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-family: "Open Sans", Arial, Verdana;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #FFF;
    -webkit-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    transform: translate(0, 60px);
    -webkit-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.header .search-wrapper.active .search-input {
    opacity: 1;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.header .search-icon {
    position: relative;
    float: right;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 6px;
    background: none;
    padding: 0px;
    outline: none;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header .search-wrapper.active .search-icon {
    width: 30px;
    height: 30px;
    margin: 10px;
    border-radius: 30px;
    background: #ccc;
}

.header .search-icon span {
    width: 20px;
    height: 20px;
    background: url(../images/icon-search.png) no-repeat center center;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
    -moz-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
    transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
}

.search-wrapper .close {
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 16px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    -moz-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.search-wrapper.active .close {
    opacity: 1;
    right: -30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.search-wrapper .close::before,
.search-wrapper .close::after {
    position: absolute;
    content: '';
    background: #FFF;
    border-radius: 2px;
}

.search-wrapper .close::before {
    width: 3px;
    height: 20px;
    left: 8px;
    top: 0px;
}

.search-wrapper .close::after {
    width: 20px;
    height: 3px;
    left: 0px;
    top: 8px;
}

.header .tel {
    float: right;
    padding-top:18px;
    transition: all .3s;
    /*font-family: "宋体";*/
}

.header .tel .pic{
    float: left;
}

.header .tel .pic img{
    height: 46px;
    padding: 13px;
}


.header .tel .p1{
    float: left;
}

.header .tel .p1 span {
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
}

.header .tel .p2 {
    font-size: 22px;
    line-height: 28px;
}

.header.active {
    background: rgba(0, 0, 0, 0.7);
    height: 70px;
}

.header.active .logo {
    padding: 10px 0;
}

.header.active .logo img {
    height: 50px;
}

.header.active .nav {
    padding-top: 13px;
}

.header.active .tel {
    padding: 10px 4px 0;
}

.header.active .search {
    margin: 6px 16px 17px 0;
}

.header .nav-on {
    position: absolute;
    top: 0;
    width: 58px;
    height: 35px;
    padding-top: 15px;
    display: block;
    left: initial;
    right: 0;
}

.header.collapsed .nav-on i {
    background: #fff;
}

.header .nav-on i {
    display: block;
    width: 28px;
    height: 3px;
    background: #00557a;
    margin: 0 auto 5px;
}

.menu_shade {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgb(0, 0, 0);
    opacity: 0.5;
}

@media (max-width: 1440px) {}

@media (max-width: 1200px) {}

@media (max-width: 992px) {}

@media (max-width: 768px) {
    .header {
        height: 50px;
        background: rgba(0, 0, 0, 0.7);
    }
    .header .content {
        padding: 0;
        position: relative;
    }
    .header .logo {
        height: 34px;
        padding: 8px 0 8px 15px;
    }
    .header .logo img {
        height: 34px;
        width: auto;
    }
    .header .nav {
        display: none;
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        padding: 0 0 20px 0;
        background: rgba(99, 115, 130, 0.7);
        overflow: hidden;
    }
    .header .nav li {
        width: 100%;
        padding: 0;
        line-height: 1;
    }
    .header .nav li a {
        cursor: pointer;
        display: inline-block;
        padding: 15px;
        font-size: 14px;
        line-height: 1;
        position: relative;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease
    }
    .header .nav li:last-child .link {
        border-bottom: 0
    }
}

.top-tit {
    text-align: center;
    line-height: 1;
}

.top-tit em {
    width: 48px;
    height: 6px;
    margin: 22px auto;
    display: block;
    background: #00557a;
    display: none;
}

.top-tit .en {
    font-size: 47px;
    color: #999;
    font-family: arial;
    text-transform: uppercase;
    display: none;
}

.top-tit .cn {
    font-size: 36px;
    color: #00557a;
}

.more-btn a {
    width: 150px;
    height: 40px;
    line-height: 36px;
    border-radius: 36px;
    margin: 43px 40px 0 0;
    display: inline-block;
    text-align: left;
    font-size: 16px;
    color: #00557a;
    border: 1px solid #00557a;
    box-sizing: border-box;
}

.more-btn a i {
    float: left;
    width: 31px;
    height: 31px;
    margin: 3px 19px 3px 3px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    background: #00557a url(../images/icon_more1.png) no-repeat center center;
}

.more-btn a.zxzx {
    color: #fff;
    background: #00557a;
}

.more-btn a.zxzx i {
    background: #fff url(../images/icon_more2.png) no-repeat center center;
    color: #00557a;
}

@media screen and (max-height: 789px) {
    .top-tit em {
        width: 30px;
        height: 3px;
        margin: 12px auto;
    }
    .top-tit .en {
        font-size: 30px;
    }
    .top-tit .cn {
        font-size: 20px;
    }
}

@media (max-width:767px) {
    .top-tit em {
        width: 24px;
        height: 3px;
        margin: 12px auto;
    }
    .top-tit .en {
        font-size: 24px;
    }
    .top-tit .cn {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .top-tit em {
        width: 24px;
        height: 3px;
        margin: 12px auto;
    }
    .top-tit .en {
        font-size: 24px;
    }
    .top-tit .cn {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .top-tit em {
        width: 30px;
        height: 3px;
        margin: 12px auto;
    }
    .top-tit .en {
        font-size: 30px;
    }
    .top-tit .cn {
        font-size: 30px;
    }
}

@media (min-width: 1440px) {
    .top-tit em {
        width: 34px;
        height: 3px;
        margin: 16px auto;
    }
    .top-tit .en {
        font-size: 34px;
    }
    .top-tit .cn {
        font-size: 36px;
    }
}

@media (min-width: 1920px) {
    .top-tit em {
        width: 48px;
        height: 6px;
        margin: 22px auto;
    }
    .top-tit .en {
        font-size: 47px;
    }
    .top-tit .cn {
        font-size: 42px;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}


/*section-footer*/

.section-footer {
    background: -webkit-linear-gradient(#00557a, #002b3e);
    width: 100%;
    color: #fff;
    overflow: hidden;
}

.section-footer .content {
    text-align: center;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden;
}

.section-footer a {
    color: #fff;
}

.section-footer .links {
    font-size: 12px;
    line-height: 24px;
    margin: 7px auto;
}

.section-footer .links .content {
    text-align: left;
}

.section-footer .copyright {
    border-top: 1px solid #b3bac0;
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

.section-footer .top {
    overflow: hidden;
    padding: 40px 0 0;
}

.section-footer .top .foot_nav {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}

.section-footer .top .foot_nav dl {
    float: left;
    width: 14%;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    line-height: 2;
}

.section-footer .top .foot_nav dl:last-child {
    padding: 0;
}

.section-footer .top .foot_nav dl:before {
    position: absolute;
    top: 14px;
    right: calc(50% - 32px);
    content: "";
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    display: block;
}

.section-footer .top .foot_nav dl:last-child:before {
    content: none;
}

.section-footer .top .foot_nav dl a {
    display: inline-block;
}

.section-footer .top .foot_nav dt {
    width: 102px;
    font-size: 16px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.section-footer .top .foot_nav dd {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 8px;
}

.section-footer .top .wx {
    width: 110px;
    text-align: center;
    margin: 20px 0 0;
}

.section-footer .top .wx p {
    line-height: 28px;
    margin: 6px 0;
}

.foot_nav_top {
    overflow: hidden;
}

.foot_nav_about {
    padding: 30px 0;
}

.foot_nav_about .nav_box {
    display: inline-block;
}

.foot_nav_about .tit {
    font-size: 22px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
}

.foot_nav_about .foot_logo {
    float: left;
    width: 46px;
    margin-right: 20px;
}

.foot_nav_about .about_ul {
    float: left;
    display: flex;
}

.foot_nav_about .about_ul li {
    float: left;
    flex: 1;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
}

.wx-bot {
    width: 80px;
    text-align: center;
    padding-bottom: 15px;
}

.wx-bot img {
    margin-bottom: 10px;
}

.section-footer .company-info {
    float: left;
    margin-left: 130px;
    width: 260px;
}

.section-footer .company-info .tit {
    font-size: 22px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.section-footer .company-info .top_tit {
    font-size: 22px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
}

.section-footer .top .foot_nav dd.tel {
    font-family: impact;
    font-size: 33px;
    line-height: 1.27;
}

@media (min-width: 992px) {
    .section-footer .content {
        width: 940px;
        padding: 0;
    }
    .foot_nav_about .about_ul li {
        padding-right: 30px;
    }
    .section-footer .company-info {
        width: 200px;
        margin-left: 20px;
    }
    .section-footer .top .foot_nav dd.tel {
        font-size: 24px;
    }
    .section-footer .copyright {
        padding: 20px 0;
    }
}

@media (min-width: 1366px) {
    .section-footer .content {
        width: 1200px;
        padding: 0;
    }
    .foot_nav_about .about_ul li {
        padding-right: 40px;
    }
    .section-footer .company-info {
        width: 260px;
        margin-left: 70px;
    }
    .section-footer .top .foot_nav dd.tel {
        font-size: 26px;
    }
}

@media (min-width: 1440px) {
    .section-footer .content {
        width: 1400px;
    }
    .foot_nav_about .about_ul li {
        padding-right: 50px;
    }
    .section-footer .company-info {
        margin-left: 80px;
    }
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}


/*new-top*/

.header .nav .relative {
    position: relative;
}

.header {
    background: #fff;
    transition: all .3s ease;
}

.header .logo-collapsed {
    display: none;
}

.header .logo-open {
    display: block;
}

.header .nav {
    position: static;
    
}

.header .nav li {
    position: static;
    height: 100px;
    line-height: 100px;
}

.header .nav li a {
    color: #333;
}

.header .nav li a.yij:hover span,
.header .nav li:hover a.yij span {
    background-image: url(../images/xian2.jpg);
    background-size: 100% 2px;
}

.header .nav li.on .full-screen {
    display: block;
}

.header .search-icon span {
    background-image: url(../images/icon-search-fixed.png);
}

.header .tel {
    color: #333;
}

.header .search-wrapper.active .input-holder {
    background: rgba(0, 0, 0, 0.7);
}

.header .search-wrapper .close::before,
.header .search-wrapper .close::after {
    background: #333;
}

.header.fixed {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    height: 64px;
}

.header.fixed .logo {
    height: 44px;
    padding: 10px 0;
}

.header.fixed .search {
    margin: 3px 16px 3px 0;
}

.header.fixed .tel {
    padding: 19px 4px;
}

.header.fixed .logo-initial {
    display: none;
}

.header.fixed .logo-fixed {
    display: block;
}

.header.fixed .nav {
    margin-left: 88px;
}

.header.fixed .nav li {
    height: 64px;
    line-height: 64px;
}

.header.fixed .nav li a {
    color: #333;
    border-color: #00557a;
}

.header.fixed .nav li a.yij span {
    background-image: url(../images/xian2.jpg);
}

.header.fixed .right_box {
    color: #333;
}

.header.fixed .search-wrapper.active .input-holder {
    background: rgba(0, 0, 0, 0.7);
}

.header.fixed .search-wrapper .close::before,
.header.fixed .search-wrapper .close::after {
    background: rgba(0, 0, 0, 0.7);
}

.header.fixed .search-wrapper .search-icon span {
    background-image: url(../images/icon-search-fixed.png);
}

.header.fixed .search-wrapper.active .search-icon {
    background: none;
}

.header.fixed .search-wrapper.active .search-icon span {
    background-image: url(../images/icon-search.png);
}

.header.fixed.collapsed .tel {
    color: #333;
}

.header.fixed.collapsed .logo-collapsed {
    display: none;
}

.header.fixed.collapsed .logo-open {
    display: block;
}

.header.fixed.collapsed .nav {
    margin-left: 88px;
}

.header.fixed.collapsed .nav li {
    height: 64px;
    line-height: 64px;
}

.header.collapsed {
    background: none;
}

.header.collapsed .logo-collapsed {
    display: block;
}

.header.collapsed .logo-open {
    display: none;
}

.header.collapsed .nav {
    margin-left: 10px;
}

.header.collapsed .nav li {
    height: 100px;
    line-height: 100px;
}

.header.collapsed .nav li a {
    color: #fff;
}

.header.collapsed .search-icon span {
    background-image: url(../images/icon-search.png);
}

.header.collapsed .tel {
    color: #fff;
}

.header.collapsed .search-wrapper.active .input-holder {
    background: #fff;
}

.header.collapsed .search-wrapper .close::before,
.header.collapsed .search-wrapper .close::after {
    background: #fff;
}

@media (max-width: 767px) {
    .header .nav {
        margin: 0!important;
    }
    .header .nav li,
    .header.collapsed .nav li {
        height: auto;
        line-height: 1;
        position: relative;
    }
    .header .nav li a {
        color: #fff!important;
    }
    .header .nav li.on .full-screen {
        background: none;
    }
}


/*二级导航*/

.full-screen {
    position: absolute;
    top: 100%;
    z-index: 1100;
    background: #fff;
    border-top: 1px solid #f0f1f2;
    transition: none;
    height: auto;
    display: none;
    overflow: hidden;
    width: 100%;
    min-width: 1200px;
    left: 0;
    margin-top: 0;
    -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05);
    -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05)
}

.full-screen .grid-container {
    width: 1200px;
    margin: 0 auto;
    padding: 24px 0;
}

.grid-container .grid {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.vertical-divider {
    position: relative;
    width: 24px;
    margin-bottom: 24px;
    overflow: hidden;
}

.vertical-divider:before {
    content: " ";
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    border-left: 1px solid #f0f1f2;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
}

.vertical-divider:nth-child(6n) {
    width: 0;
    opacity: 0;
    display: none
}

.full-screen .nav-pills-top {
    background: #f7f9fa;
}

.full-screen .nav-pills-top .grid-container {
    padding: 0;
}

.full-screen .nav-pills-top .grid-container .grid {
    margin: 0;
}

.full-screen .nav-pills-top .grid-container .cell {
    width: 240px;
    padding: 0;
    border-left: 1px solid #f0f1f2;
    box-sizing: border-box;
}

.full-screen .nav-pills-top .nav-pill {
    font-size: 15px;
    line-height: 20px;
    color: #333!important;
    font-weight: 600;
    padding: 0 24px;
    margin: 0;
    position: relative;
    transition: all .3s ease;
    cursor: pointer;
    height: 72px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    align-items: center;
}

.full-screen .nav-pills-top .nav-pill:before {
    content: '';
    width: 3px;
    height: 40px;
    border-radius: 0 2px 2px 0;
    position: absolute;
    left: -1px;
    top: 16px;
    background: #d4d7d9;
    transition: all .3s ease;
}

.full-screen .nav-pills-top .nav-pill:hover {
    color: #00557a!important;
}

.full-screen .nav-pills-top .nav-pill:hover:before {
    background: #00557a;
}

.full-screen .nav-columns .column-item {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 24px;
    width: 384px;
    display: -webkit-box;
    display: flex;
}

.full-screen .nav-columns .column-item .product-img {
    width: 160px;
    height: 160px;
    display: inline-block;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    align-items: center;
    margin-right: 16px;
}

.full-screen .nav-columns .column-item .product-img a {
    display: block;
}

.full-screen .nav-columns .column-item .product-img img {
    width: 100%;
    height: auto;
}

.full-screen .nav-columns .column-item .product-link {
    display: inline-block;
    max-width: 208px;
}

.full-screen .nav-columns .column-item .title {
    color: #3b3e40;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 600;
    display: block;
}

.full-screen .nav-columns .column-item ul li.nav-item {
    height: 32px;
    line-height: 24px;
    padding: 0;
    width: 100%;
}

.full-screen .nav-columns .column-item ul li.nav-item a {
    color: #3b3e40;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
    cursor: pointer;
    display: inline-block;
    word-break: break-word;
}

.full-screen .nav-columns .column-item ul li:last-child a {
    margin-bottom: 0;
}

.full-screen .nav-columns .column-item a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .full-screen {
        width: 100%;
        min-width: auto;
        box-shadow: none;
    }
    .full-screen .grid-container {
        width: 100%;
        padding: 0;
    }
    .full-screen .nav-columns .column-item {
        margin-bottom: 15px;
    }
    .full-screen .nav-columns .column-item .product-img {
        display: none;
    }
    .header .nav li.on .full-screen {
        position: relative;
        padding: 15px;
    }
    .full-screen .nav-columns .column-item .title {
        padding: 0 15px;
        font-size: 14px;
    }
    .vertical-divider {
        display: none;
    }
    .full-screen .nav-columns .column-item ul li.nav-item {
        height: auto;
    }
    .full-screen .nav-columns .column-item ul li.nav-item a {
        padding: 0 15px;
        font-size: 12px;
    }
    .full-screen .nav-pills-top {
        background: none;
    }
    .full-screen .nav-pills-top .nav-pill:before {
        display: none;
    }
    .full-screen .nav-pills-top .nav-pill {
        font-size: 14px;
        color: #fff!important;
        height: auto;
        line-height: 24px;
        padding: 0 20px;
    }
    .full-screen .nav-pills-top .grid-container .cell {
        border: none;
    }
}

.kefu {
    position: fixed;
    right: -196px;
    top: 30%;
    z-index: 900;
}

.kefu li a {
    text-decoration: none;
}

.kefu li {
    margin-top: 1px;
    clear: both;
    height: 49px;
    position: relative;
}

.kefu li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 9px auto;
    text-align: center;
}

.kefu li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    margin: 0;
}

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

.kefu .kefu-tel i {
    background-position: 0 -21px;
}

.kefu .kefu-liuyan i {
    background-position: 3px -50px;
}

.kefu .kefu-weixin i {
    background-position: -37px 4px;
}

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

.kefu .kefu-ftop {
    display: none;
}

.kefu .kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.kefu .kefu-left {
    float: left;
    width: 57px;
    height: 46px;
    position: relative;
}

.kefu .kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.kefu .kefu-right {
    width: 20px;
}

.kefu .kefu-tel-main {
    background: #006794;
    color: #fff;
    /*height: 56px;*/
    width: 247px;
    /*padding: 9px 0 6px;*/
    float: left;
}

.kefu .kefu-main {
    background: #006794;
    width: 57px;
    height: 46px;
    position: relative;

    float: left;
}

.kefu .kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
}

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