@charset 'utf-8';
.ff {
    font-family: 'iconfont' !important;
}

body {
    font-family: Arial, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
}

body.fixed {
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}

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

@media only screen and (min-width: 1200px) and (max-width: 1319px) {
    .container {
        width: 1200px;
    }
}

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

a {
    color: inherit;
}

a:hover,
a:link,
a:visited {
    text-decoration: none;

    color: inherit;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;

    -webkit-appearance: none;
}

ul {
    margin: 0;
    padding: 0;
}

button,
input,
textarea {
    resize: none;

    border: none;
    outline: none;
}

.txt-over1 {
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}

img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.hoverbox img {
    -webkit-transition: transform .5s;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.hoverbox:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.img-box {
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}

.img-box img {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .fancybox-nav span {
        visibility: visible;

        opacity: .7;
    }
}

.page {
    text-align: center;
}

.page li {
    line-height: 40px;

    display: inline-block;

    width: 40px;
    height: 40px;
    margin: 0 3px;

    cursor: pointer;
    text-align: center;

    background: #eee;
}

@media (max-width: 767px) {
    .page li {
        line-height: 34px;

        width: 34px;
        height: 34px;
        margin: 0 2px;
    }
}

.page li.active,
.page li:hover {
    color: #fff;
    background-color: #397bd1;
}

.page li a {
    display: block;
}

.page li.prev a:before,
.page li.next a:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    line-height: 1;

    vertical-align: middle;
}

.page li.prev a:before {
    content: '\e9b5';
}

.page li.next a:before {
    content: '\e72f';
}

.table-box {
    overflow: auto;

    width: 100%;
    max-width: 100%;
    padding: 0 5px;
}

table {
    width: auto;
    max-width: 98%;

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

table tr,
table td {
    width: auto !important;
    height: auto !important;
}

table td {
    padding: 8px !important;

    border: 1px solid #ccc !important;
}

table tr p,
table tr span {
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}

.popup {
    z-index: 888;

    display: none;

    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px;

    background-color: #fff;
}

@media (max-width: 767px) {
    .popup {
        padding: 20px 15px;
    }
}

.popup b {
    font-size: 22px;

    display: block;

    margin-bottom: 30px;
    padding-bottom: 25px;

    color: #666;
    border-bottom: 1px solid #e5e5e5;
}

.popup b:before {
    font-family: 'iconfont' !important;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;

    margin-right: 10px;

    content: '\e626';

    color: #397bd1;
}

@media (max-width: 767px) {
    .popup b {
        font-size: 20px;
    }
}

.popup p {
    position: relative;
}

.popup p input {
    display: block;

    width: 100%;
    padding: 15px 10px 15px 30%;

    background-color: #f8f8f8;
}

.popup p label {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

    position: absolute;
    top: 0;
    left: 0;

    width: 25%;
    height: 50px;

    text-align: center;

    color: #fff;
    background-color: #d2d2d2;
}

.popup .submit {
    line-height: 50px;

    display: block;

    width: 150px;
    height: 50px;
    margin: 30px auto 0;

    text-align: center;

    color: #fff;
    background-color: #397bd1;
}

@media (max-width: 767px) {
    .popup .submit {
        line-height: 40px;

        width: 120px;
        height: 40px;
    }
}

.down-fancybox .fancybox-skin {
    background-color: #fff;
}

.down-fancybox .fancybox-close {
    top: 30px;
    right: 20px;

    background: none;
}

.down-fancybox .fancybox-close:before {
    font-family: 'iconfont' !important;
    font-size: 36px;
    line-height: 1;

    content: '\e63b';

    color: #397bd1;
}

.header {
    position: relative;

    background-color: #f8f8f8;
}

.header .header-top {
    line-height: 40px;

    border-bottom: 1px solid #d9d9d9;
}

@media (max-width: 991px) {
    .header .header-top {
        display: none;
    }
}

.header .header-top p {
    margin: 0;
}

.header .header-top .welcome {
    float: left;
}

.header .header-top .welcome p {
    font-size: 12px;

    display: inline-block;

    color: #666;
}

.header .header-top .contact {
    float: right;

    margin-right: -10px;
}

.header .header-top .contact p {
    display: inline-block;

    margin-left: 60px;

    vertical-align: middle;

    color: #666;
}

.header .header-top .contact p:before {
    font-family: 'iconfont' !important;

    margin-right: 6px;
}

.header .header-top .contact p.phone:before {
    content: '\e612';
}

.header .header-top .contact p.mail:before {
    content: '\e687';
}

.header .header-top .contact p a:hover {
    text-decoration: underline;
}

.header .header-bottom {
    zoom: 1;

    padding: 25px 0;
}

.header .header-bottom:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}

@media (max-width: 991px) {
    .header .header-bottom {
        padding: 15px 0;
    }
}

@media (max-width: 767px) {
    .header .header-bottom {
        padding: 10px 0;
    }
}

.header .header-bottom .logo {
    display: block;
    float: left;

    white-space: nowrap;
}

.header .header-bottom .logo>a {
    display: inline-block;

    width: 240px;

    vertical-align: middle;
}

@media (max-width: 480px) {
    .header .header-bottom .logo>a {
        width: 170px;
    }
}

.header .header-bottom .logo img {
    width: 100%;
}

.header .header-bottom .logo .logo-txt {
    display: inline-block;

    vertical-align: middle;
}

@media (max-width: 991px) {
    .header .header-bottom .logo .logo-txt {
        display: none;
    }
}

.header .header-bottom .header-r {
    float: right;
}

.header .header-bottom .hot {
    float: right;

    margin-top: 28px;
}

@media (max-width: 1199px) {
    .header .header-bottom .hot {
        display: none;
    }
}

.header .header-bottom .hot a {
    margin-right: 26px;
}

@media only screen and (min-width: 1200px) and (max-width: 1319px) {
    .header .header-bottom .hot a {
        margin-right: 10px;
    }
}

.header .header-bottom .hot a:hover {
    text-decoration: underline;

    color: #397bd1;
}

.header .header-bottom .language-header {
    float: right;
}

@media (max-width: 991px) {
    .header .header-bottom .language-header {
        display: none;
    }
}

.header .header-bottom .language-header a {
    display: block;

    margin-top: 15px;
}

.header .header-bottom .language-header a:before {
    display: inline-block;

    width: 24px;
    height: 16px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background-image: url(../images/language.png);
    background-repeat: no-repeat;
    background-size: 200% auto;
}

.header .header-bottom .language-header a.cn {
    margin-top: 5px;
}

.header .header-bottom .language-header a.cn:before {
    background-position: 0 100%;
}

.header .header-bottom .language-header a.en:before {
    background-position: 100% 100%;
}

.header .header-bottom .search-box {
    float: right;

    margin: 15px 60px 0 0;
}

@media (max-width: 1319px) {
    .header .header-bottom .search-box {
        margin-right: 28px;
    }
}

@media (max-width: 767px) {
    .header .header-bottom .search-box {
        position: absolute;
        z-index: 200;
        top: 100%;
        left: 0;

        display: none;

        width: 100%;
        margin-top: 0;
        padding: 10px 15px;

        background: #f8f8f8;
    }
    .header .header-bottom .search-box form {
        width: 100%;
    }
}

.header .header-bottom .search-box form {
    position: relative;

    overflow: hidden;

    background-color: #e5e5e5;
}

@media (min-width: 768px) {
    .header .header-bottom .search-box form {
        width: 250px;
    }
}

.header .header-bottom .search-box form input {
    display: block;

    width: 100%;
    padding: 8px 20px;

    color: #666;
    background: none;
}

.header .header-bottom .search-box form .submit {
    position: absolute;
    top: 0;
    right: 0;

    width: 50px;
    height: 100%;

    text-align: center;

    background-color: #397bd1;
}

.header .header-bottom .search-box form .submit:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    line-height: 1;

    content: '\e64e';

    color: #fff;
}

.header .header-bottom .find {
    display: none;
    float: right;

    width: 22px;
    height: 30px;
    margin-top: 20px;

    cursor: pointer;
}

.header .header-bottom .find:after {
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;

    content: '\e64e';
    vertical-align: top;
}

@media (max-width: 767px) {
    .header .header-bottom .find {
        display: block;
        float: right;

        margin-top: 8px;
    }
    .header .header-bottom .find:after {
        font-size: 22px;

        color: #666;
    }
}

.nav-collapse {
    position: relative;

    display: none;
    float: right;

    width: 40px;
    height: 40px;
    margin-top: 34px;
    padding: 0;

    cursor: pointer;

    background: none;
}

@media (max-width: 991px) {
    .nav-collapse {
        display: block;

        margin-top: 10px;
    }
    .nav-collapse.nav-collapse-1 {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 30px;

        display: block;

        margin-top: 10px;

        border: none;
    }
    .nav-collapse.nav-collapse-1 .btn-line {
        background-color: #fff !important;
    }
}

@media (max-width: 767px) {
    .nav-collapse {
        margin-top: 3px;
        margin-left: 10px;

        border: none;
    }
}

.nav-collapse .btn-line {
    position: absolute;
    left: 50%;

    width: 25px;
    height: 2px;

    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background: #999;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-collapse .btn-line {
        width: 30px;
    }
}

.nav-collapse .btn-line:nth-child(3),
.nav-collapse .btn-line:nth-child(1) {
    position: absolute;

    display: block;

    width: 25px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
    transition: all .5s ease;

    background: #999;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-collapse .btn-line:nth-child(3),
    .nav-collapse .btn-line:nth-child(1) {
        width: 30px;
    }
}

.nav-collapse .btn-line:nth-child(1) {
    top: 35%;
}

.nav-collapse .btn-line:nth-child(2) {
    top: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-collapse .btn-line:nth-child(2) {
        top: 55%;
    }
}

.nav-collapse .btn-line:nth-child(3) {
    top: 65%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-collapse .btn-line:nth-child(3) {
        top: 75%;
    }
}

.nav-collapse.active {
    border-color: transparent;
}

.nav-collapse.active .btn-line {
    background-color: #fff;
}

.nav-collapse.active .btn-line:nth-child(2) {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);

    opacity: 0;
}

.nav-collapse.active .btn-line:nth-child(1) {
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotateZ(45deg);
}

.nav-collapse.active .btn-line:nth-child(3) {
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
}

.nav {
    background: url(../images/nav-bg.jpg);
}

@media (min-width: 992px) {
    .nav {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .nav {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 50px;

        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background: #000;
    }
    .nav .container {
        overflow: auto;

        width: 100%;
    }
    .nav .tbl {
        display: table;

        width: 100%;
        height: 100%;
    }
    .nav .tbl-cell {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    .nav {
        width: 100%;
        padding: 30px;
    }
}

.nav.left-100 {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.nav.left-200 {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
}

@media (min-width: 992px) {
    .nav .nav-list1 li a {
        white-space: nowrap;
    }
    .nav .nav-list1>li {
        position: relative;

        float: left;
    }
    .nav .nav-list1>li:nth-child(6)>a:after {
        display: none;
    }
    .nav .nav-list1>li>a {
        font-size: 16px;
        font-weight: 700;

        position: relative;

        display: block;

        padding: 9px 77px;
    }
    .nav .nav-list1>li>a:after {
        position: absolute;
        top: 50%;
        right: 0;

        width: 2px;
        height: 15px;
        margin-top: -8px;

        content: '';

        background-color: #dcdcdc;
    }
    .nav .nav-list1>li.hide-after a:after {
        display: none;
    }
    .nav .nav-list1>li.active>a {
        color: #fff;
        background-color: #397bd1;
    }
    .nav .nav-list1>li.active>a:after {
        display: none;
    }
    .nav .nav-list1>li:not(.active):hover>a {
        color: #397bd1;
    }
    .nav .nav-list1 .nav-list2,
    .nav .nav-list1 .nav-list3 {
        display: none;
    }
    .nav .nav-list1 .nav-list2 {
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 50%;

        min-width: 100%;
        padding: 5px 0;

        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;

        border-top: 1px solid transparent;
        background-color: rgba(57, 123, 209, .7);
    }
    .nav .nav-list1 .nav-list2>li {
        position: relative;

        padding: 0 15px;

        white-space: nowrap;
    }
    .nav .nav-list1 .nav-list2>li:first-child>a {
        border-top: none;
    }
    .nav .nav-list1 .nav-list2>li:before,
    .nav .nav-list1 .nav-list2>li:after {
        position: absolute;
        z-index: 2;
        left: 0;

        display: none;

        width: 100%;
        height: 1px;

        content: '';

        background-color: #397bd1;
    }
    .nav .nav-list1 .nav-list2>li:before {
        top: 0;
    }
    .nav .nav-list1 .nav-list2>li:after {
        top: 100%;
    }
    .nav .nav-list1 .nav-list2>li:hover {
        background-color: #397bd1;
    }
    .nav .nav-list1 .nav-list2>li:hover:before,
    .nav .nav-list1 .nav-list2>li:hover:after {
        display: block;
    }
    .nav .nav-list1 .nav-list2>li>a {
        font-size: 14px;

        display: block;

        padding: 12px 0;

        color: #fff;
        border-top: 1px solid rgba(181, 198, 241, .65);
    }
}

@media (min-width: 992px) and (max-width: 1319px) {
    .nav .nav-list1>li>a {
        padding: 9px 65px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .nav .nav-list1>li>a {
        padding: 9px 46px;
    }
}

@media (max-width: 991px) {
    .nav .nav-list1 {
        margin: 20px 0;

        opacity: 0;
    }
    .nav .nav-list1>li {
        -webkit-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
        transform: translateX(-25px);

        opacity: 0;
    }
    .nav .nav-list1>a {
        font-family: 'arial black';
        font-size: 20px;

        color: #fff;
    }
}

@media (max-width: 991px) {
    .nav .nav-list2,
    .nav .nav-list3 {
        display: none;
    }
    .nav .nav-list2 a,
    .nav .nav-list3 a {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}

.nav .nav-list2 a,
.nav .nav-list3 a {
    display: block;
}

@media (max-height: 580px) {
    .nav .nav-list2 a,
    .nav .nav-list3 a {
        margin-top: 0;
    }
}

.nav .nav-2,
.nav .nav-3 {
    display: none;
}

@media (max-width: 991px) {
    .nav .nav-2,
    .nav .nav-3 {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        padding: 20px;

        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;

        color: #fff;
        background: #fafafa;
        background: #000;
    }
}

.nav .nav-2 .nav-top,
.nav .nav-3 .nav-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nav .nav-2 .nav-top .back-btn:before,
.nav .nav-3 .nav-top .back-btn:before {
    font-family: 'iconfont' !important;
    font-size: 26px;

    content: '\e9b5';
}

.nav .nav-2 .nav-top h2,
.nav .nav-3 .nav-top h2 {
    font-size: 30px;
    font-weight: 700;

    margin: 0;
}

@media (max-width: 767px) {
    .nav .nav-2 .nav-top h2,
    .nav .nav-3 .nav-top h2 {
        font-size: 24px;
    }
}

.nav .nav-2 .nav-top .nav-collapse-2,
.nav .nav-3 .nav-top .nav-collapse-2 {
    margin: 0;
}

.nav .nav-2 .nav-top .nav-collapse-2 .btn-line,
.nav .nav-3 .nav-top .nav-collapse-2 .btn-line {
    background-color: #fff;
}

.nav .nav-2 .content,
.nav .nav-3 .content {
    overflow: scroll;

    height: 85%;
    margin-top: 12%;
}

@media (max-width: 767px) {
    .nav .nav-2 .content ul,
    .nav .nav-3 .content ul {
        padding: 0 15px;
    }
}

.nav .nav-2 .content ul li,
.nav .nav-3 .content ul li {
    font-family: Arial, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 22px;
    line-height: 42px;

    margin: 25px 0;

    text-align: left;
}

@media (max-width: 767px) {
    .nav .nav-2 .content ul li,
    .nav .nav-3 .content ul li {
        font-size: 20px;

        margin: 0;
    }
}

@media (max-height: 600px) {
    .nav .nav-2 .content ul li,
    .nav .nav-3 .content ul li {
        line-height: 40px;
    }
}

.nav .nav-2 .content ul li.more,
.nav .nav-3 .content ul li.more {
    position: relative;
}

.nav .nav-2 .content ul li.more:after,
.nav .nav-3 .content ul li.more:after {
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #fff;
}

.nav .nav-2 .content ul li a,
.nav .nav-3 .content ul li a {
    display: block;
}

.nav .nav-2 {
    left: 100%;
}

.nav .nav-3 {
    left: 200%;
}

.nav .nav-3 .content ul li {
    font-size: 19px;
}

.fade-out ul {
    text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fade-out ul {
        padding: 0 5%;
    }
}

@media (max-width: 991px) {
    .fade-out ul.nav-list1 {
        opacity: 1;
    }
    .fade-out ul.nav-list1 a {
        font-weight: 700;

        color: #fff;
    }
    .fade-out ul.nav-list1>li {
        position: relative;

        margin: 20px 0;
    }
    .fade-out ul.nav-list1>li.act {
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);

        opacity: 1;
    }
    .fade-out ul.nav-list1>li.more:after {
        font-family: 'iconfont' !important;
        font-size: 25px;

        position: absolute;
        top: 50%;
        right: 0;

        margin-top: -18px;

        content: '\e72f';

        color: #fff;
    }
    .fade-out ul.nav-list1>li>a {
        font-size: 26px;
        line-height: 50px;

        display: block;
    }
    .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 24px;
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .fade-out ul.nav-list1>li {
        margin: 0;
    }
}

@media (max-width: 991px) and (max-height: 600px) {
    .fade-out ul.nav-list1>li>a {
        font-size: 24px;
        line-height: 45px;
    }
}

@media (max-width: 991px) and (max-height: 768px) {
    .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 18px;
    }
}

@media (max-width: 991px) and (max-width: 480px) {
    .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 14px;
    }
}

.xs-language {
    position: absolute;
    bottom: 30px;
    left: 35px;
}

@media (min-width: 992px) {
    .xs-language {
        display: none;
    }
}

.xs-language a {
    font-size: 16px;

    color: #fff;
}

.xs-language a.active {
    text-decoration: underline;
}

.xs-language span {
    margin: 0 5px;

    color: #fff;
}

.banner {
    position: relative;

    overflow: hidden;

    width: 100%;
}

.banner .item {
    position: relative;

    overflow: hidden;

    width: 100%;
}

@media (max-width: 1199px) {
    .banner .owl-theme {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}

@media (max-width: 991px) {
    .banner .owl-theme {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}

@media (max-width: 767px) {
    .banner .owl-theme {
        width: 150%;
        max-width: 150%;
        margin-left: -25%;
    }
}

.banner .owl-theme .owl-controls .owl-page span {
    width: 12px;
    height: 12px;
    margin: 0 5px;

    opacity: 1;
    border: 1px solid #397bd1;
    border-radius: 50%;
    background: none;
}

.banner .owl-controls {
    position: absolute;
    bottom: 30px;
    left: 50%;

    padding: 0 10px;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    border-radius: 20px;
}

@media (max-width: 991px) {
    .banner .owl-controls {
        bottom: 20px;
    }
}

@media (max-width: 767px) {
    .banner .owl-controls {
        bottom: 10px;
    }
}

.banner .owl-controls .owl-page.active span,
.banner .owl-controls .owl-page:hover span {
    background: #397bd1;
}

.banner img {
    display: block;

    width: 100%;

    -webkit-transition: -webkit-transform 8s ease-in .2s;
    transition: -webkit-transform 8s ease-in .2s;
    transition: transform 8s ease-in .2s;
    transition: transform 8s ease-in .2s, -webkit-transform 8s ease-in .2s;
}

.banner .banner-btn span {
    position: absolute;
    top: 50%;

    width: 100px;
    height: 16px;

    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    background: url(../images/sprite.png) no-repeat;
    background-size: cover;
}

@media (max-width: 991px) {
    .banner .banner-btn span {
        display: none;
    }
}

.banner .banner-btn span.prev {
    left: 30px;

    background-position: -200px 0;
}

.banner .banner-btn span.prev:hover {
    background-position: 0 0;
}

.banner .banner-btn span.next {
    right: 30px;

    background-position: -300px 0;
}

.banner .banner-btn span.next:hover {
    background-position: -100px 0;
}

.banner .banner-txt {
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;

    color: #fff;
}

.banner .banner-txt b {
    font-size: 40px;

    display: block;
}

.banner .banner-txt b span {
    margin-left: 15px;

    color: #397bd1;
}

@media (max-width: 1199px) {
    .banner .banner-txt b {
        font-size: 35px;
    }
}

@media (max-width: 991px) {
    .banner .banner-txt b {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .banner .banner-txt b {
        font-size: 22px;
    }
}

.banner .banner-txt h3 {
    font-size: 80px;

    white-space: nowrap;
}

@media (max-width: 1199px) {
    .banner .banner-txt h3 {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .banner .banner-txt h3 {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .banner .banner-txt h3 {
        font-size: 28px;

        margin: 10px 0 8px 0;
    }
}

.banner .banner-txt p {
    font-size: 18px;
}

@media (max-width: 767px) {
    .banner .banner-txt p {
        font-size: 16px;
    }
}

.banner .banner-txt .more {
    line-height: 58px;

    display: inline-block;

    width: 60px;
    height: 60px;
    margin-top: 70px;

    text-align: center;

    border: 1px solid #f0f1f1;
    border-radius: 50%;
}

.banner .banner-txt .more:before {
    font-family: 'iconfont' !important;

    content: '\e610';
}

@media (max-width: 1199px) {
    .banner .banner-txt .more {
        margin-top: 50px;
    }
}

@media (max-width: 991px) {
    .banner .banner-txt .more {
        line-height: 48px;

        width: 50px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .banner .banner-txt .more {
        line-height: 38px;

        width: 40px;
        height: 40px;
        margin-top: 15px;
    }
}

.banner .owl-item.active img {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

.banner .owl-item.active b {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
}

.banner .owl-item.active h3 {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
    -webkit-animation-delay: .7s;
    -moz-animation-delay: .7s;
    animation-delay: .7s;
}

.banner .owl-item.active p {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

.banner .owl-item.active .more {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

.index-box {
    padding: 80px 0;
}

@media (max-width: 991px) {
    .index-box {
        padding: 60px 0;
    }
}

@media (max-width: 767px) {
    .index-box {
        padding: 40px 0;
    }
}

.index-box .index-title {
    text-align: center;
}

.index-box .index-title h3:before,
.index-box .index-title h3 span:before,
.index-box .index-title h3:after,
.index-box .index-title h3 span:after {
    position: absolute;

    height: 1px;

    content: '';

    background-color: #397bd1;
}

@media (max-width: 767px) {
    .index-box .index-title h3:before,
    .index-box .index-title h3 span:before,
    .index-box .index-title h3:after,
    .index-box .index-title h3 span:after {
        display: none;
    }
}

.index-box .index-title h3 {
    font-size: 30px;
    font-weight: bold;

    position: relative;

    display: inline-block;

    margin: 0 0 5px 0;

    color: #397bd1;
}

@media (max-width: 767px) {
    .index-box .index-title h3 {
        font-size: 26px;
    }
}

.index-box .index-title h3:before,
.index-box .index-title h3:after {
    top: 10px;

    width: 130px;
}

.index-box .index-title h3:before {
    right: 120%;
}

.index-box .index-title h3:after {
    left: 120%;
}

.index-box .index-title h3 span:before,
.index-box .index-title h3 span:after {
    top: 20px;

    width: 175px;
}

.index-box .index-title h3 span:before {
    right: 130%;
}

.index-box .index-title h3 span:after {
    left: 130%;
}

.index-box .index-title p {
    font-size: 12px;

    margin: 0;

    text-transform: uppercase;

    color: #999;
}

.index-product {
    overflow: hidden;
}

.index-product .row {
    position: relative;
}

@media (max-width: 767px) {
    .index-product .row {
        margin: 0 -5px;
    }
}

.index-product .owl-carousel {
    margin-top: 25px;

    text-align: center;
}

.index-product .owl-item {
    padding: 0 15px;
}

@media (max-width: 767px) {
    .index-product .owl-item {
        padding: 0 5px;
    }
}

.index-product .item .item-box:hover .mask {
    opacity: 1;
}

.index-product .item .item-box:hover p {
    color: #397bd1;
}

.index-product .item .pic-box {
    position: relative;
}

.index-product .item .img-box {
    padding-bottom: 66.66666667%;
}

.index-product .item .mask {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 20px;

    -webkit-transition: opacity .3s;
    transition: opacity .3s;

    opacity: 0;
    background-color: rgba(57, 122, 209, .8);
}

@media (max-width: 991px) {
    .index-product .item .mask {
        display: none;
    }
}

.index-product .item .mask span {
    position: relative;
    top: 50%;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    max-height: 40px;

    color: #fefefe;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index-product .item p {
    font-size: 16px;
}

.index-product .item p a {
    display: block;
    overflow: hidden;

    padding: 15px 0;

    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 991px) {
    .index-product .product-btn {
        display: none;
    }
}

.index-product .product-btn span {
    line-height: 80px;

    position: absolute;
    top: 50%;

    width: 50px;
    height: 80px;
    margin-top: -40px;

    cursor: pointer;
    text-align: center;

    background-color: #f8f8f8;
}

.index-product .product-btn span:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    color: #666;
}

.index-product .product-btn span:hover {
    background-color: #efefef;
}

.index-product .product-btn .prev {
    left: -75px;
}

.index-product .product-btn .prev:before {
    content: '\e601';
}

.index-product .product-btn .next {
    right: -75px;
}

.index-product .product-btn .next:before {
    content: '\e827';
}

.index-advantages {
    background: url(../images/imgs/advantage-bg.jpg) no-repeat top fixed;
}

@media (max-width: 767px) {
    .index-advantages {
        background-size: cover;
    }
}

.index-advantages .index-title h3,
.index-advantages .index-title p {
    color: #fff;
}

.index-advantages .index-title h3:before,
.index-advantages .index-title h3 span:before,
.index-advantages .index-title h3:after,
.index-advantages .index-title h3 span:after {
    background-color: #fff;
}

.index-advantages .lists {
    margin-top: 5px;

    text-align: center;
}

.index-advantages .lists li:nth-child(1) h4:before {
    content: '\e647';
}

.index-advantages .lists li:nth-child(2) h4:before {
    content: '\e622';
}

.index-advantages .lists li:nth-child(3) h4:before {
    content: '\e657';
}

.index-advantages .lists li:nth-child(4) h4:before {
    content: '\e611';
}

.index-advantages .lists li:nth-child(5) h4:before {
    content: '\e617';
}

.index-advantages .lists li:nth-child(6) h4:before {
    content: '\e625';
}

.index-advantages .item {
    margin-top: 20px;
    padding: 30px;

    background-color: #fff;
}

@media (max-width: 767px) {
    .index-advantages .item {
        padding: 20px;
    }
}

.index-advantages .item h4 {
    font-size: 16px;
    font-weight: bold;

    overflow: hidden;

    margin: 0 0 15px 0;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #666;
}

.index-advantages .item h4:before {
    font-family: 'iconfont' !important;
    font-size: 38px;
    font-weight: 400;

    display: block;

    margin-bottom: 20px;

    color: #a7d388;
}

.index-advantages .item p {
    line-height: 1.78571429;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    margin: 0 auto;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (min-width: 768px) {
    .index-advantages .item p {
        width: 80%;
    }
}

.index-about .index-title {
    margin-bottom: 25px;
}

.index-about .introduce {
    zoom: 1;

    color: #999;
}

.index-about .introduce:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}

@media (min-width: 768px) {
    .index-about .introduce {
        border: 1px solid #d6d6d6;
    }
}

@media (max-width: 767px) {
    .index-about .introduce {
        padding: 0 10px;
    }
}

.index-about .pic-box {
    float: left;

    width: 100%;
}

.index-about .pic-box img {
    -webkit-transition: transform .5s;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.index-about .pic-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media (min-width: 768px) {
    .index-about .pic-box {
        position: relative;
        top: 10px;
        left: 10px;

        width: 40.64054054%;
    }
}

.index-about .info {
    float: left;

    margin-top: 50px;
}

@media (min-width: 768px) {
    .index-about .info {
        width: 59.35945946%;
        padding: 0 30px 0 35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .index-about .info {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .index-about .info {
        margin-top: 30px;
    }
}

.index-about .info h2 {
    font-size: 18px;
    font-weight: bold;

    overflow: hidden;

    margin-top: 10px;
    padding-bottom: 15px;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #666;
    border-bottom: 1px dashed #dcdcdc;
}

.index-about .info p {
    line-height: 1.78571429;

    display: -webkit-box;
    overflow: hidden;

    max-height: 100px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.index-about .info .more:hover {
    text-decoration: underline;
}

.index-about .video-wrap {
    position: relative;
}

.index-about .video-wrap img {
    -webkit-transition: transform .5s;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.index-about .video-wrap:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 991px) {
    .index-about .video-wrap {
        margin-top: 50px;
    }
}

.index-about .video-wrap .img-box {
    padding-bottom: 57.69230769%;
}

.index-about .video-wrap .video-box {
    position: absolute;
    z-index: 2;

    text-align: center;
}

@media only screen and (min-width: 768px) {
    .index-about .video-wrap .video-box {
        top: 50%;
        left: 0;

        width: 100%;
        margin-top: -60px;

        text-align: center;
    }
}

@media (max-width: 767px) {
    .index-about .video-wrap .video-box {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .index-about .video-wrap .video-box .play {
        display: inline-block;

        margin-top: 12%;
    }
}

.index-about .video-wrap .video-box p {
    font-size: 20px;
    font-weight: bold;

    color: #fff;
}

.index-about .video-wrap .play {
    display: inline-block;

    width: 80px;
    height: 80px;
    margin-bottom: 10px;

    background: url(../images/video-btn.png) no-repeat center;
    background-size: cover;
}

@media (max-width: 767px) {
    .index-about .video-wrap .play {
        width: 60px;
        height: 60px;
    }
}

.index-about .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
}

.index-news {
    /*background-color: #f8f8f8;*/
}

.index-news .img-box {
    padding-bottom: 48.7804878%;
}

.index-news li {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .index-news li:nth-child(3) {
        display: none;
    }
}

.index-news .item {
    text-align: right;
}

@media (min-width: 992px) {
    .index-news .item img {
        -webkit-transition: transform .5s;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
    }
    .index-news .item:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .index-news .item:hover h4 {
        color: #397bd1;
    }
    .index-news .item:hover h4:after {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);

        opacity: 1;
    }
}

.index-news .introduce {
    position: relative;
    z-index: 2;

    display: inline-block;

    width: 90%;
    margin-top: -35px;
    padding: 25px 30px;

    text-align: left;

    background-color: #fff;
}

@media (max-width: 1199px) {
    .index-news .introduce {
        padding: 20px 25px;
    }
}

.index-news .introduce h4 {
    font-size: 16px;

    position: relative;

    margin: 0 0 15px 0;
    padding-right: 20px;

    color: #666;
}

@media (max-width: 1199px) {
    .index-news .introduce h4 {
        margin-bottom: 10px;
    }
}

.index-news .introduce h4:after {
    font-family: 'iconfont' !important;

    position: absolute;
    top: 0;
    right: 0;

    content: '\e610';
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);

    opacity: 0;
}

.index-news .introduce h4 a {
    display: block;
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-news .introduce p {
    font-size: 1.42857143;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin-bottom: 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index-news .introduce p a {
    display: block;
}

.public-banner {
    position: relative;

    overflow: hidden;

    width: 100%;
}

.public-banner img {
    width: 100%;
}

@media (max-width: 1199px) {
    .public-banner img {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}

@media (max-width: 991px) {
    .public-banner img {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}

@media (max-width: 767px) {
    .public-banner img {
        width: 220%;
        max-width: 220%;
        margin-left: -50%;
    }
}

.inside-page .title {
    line-height: 70px;

    zoom: 1;

    height: 70px;

    border-bottom: 1px solid #dcdcdc;
}

.inside-page .title:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}

.inside-page .title h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 70px;

    float: left;

    margin: 0;

    color: #397bd1;
}

.inside-page .title .breadcrumb {
    float: right;

    margin: 0;
    padding: 0;

    background: none;
}

@media (max-width: 767px) {
    .inside-page .title .breadcrumb {
        display: none;
    }
}

.inside-page .title .breadcrumb li {
    color: #999;
}

.inside-page .title .breadcrumb li:first-child:before {
    font-family: 'iconfont' !important;

    margin-right: 10px;

    content: '\e619';

    color: #ccc;
}

.inside-page .title .breadcrumb li a:hover {
    text-decoration: underline;

    color: #397bd1;
}

.inside-page .title .breadcrumb>li+li:before {
    padding: 0 5px 0 2px;

    content: '>';

    color: #999;
}

.inside-page .inside-nav {
    position: relative;

    overflow: hidden;

    margin-bottom: 10px;

    text-align: center;
}

.inside-page .inside-nav ul.nav-1 {
    padding-bottom: 40px;

    white-space: nowrap;

    background: #eee;
    background-clip: content-box;
}

@media (max-width: 767px) {
    .inside-page .inside-nav ul.nav-1 {
        padding-bottom: 20px;
    }
}

.inside-page .inside-nav ul.nav-1>li {
    font-size: 14px;

    position: relative;

    display: inline-block;

    vertical-align: middle;
}

.inside-page .inside-nav ul.nav-1>li:hover {
    color: #397bd1;
}

.inside-page .inside-nav ul.nav-1>li.active>a {
    color: #fff;
    background-color: #397bd1;
}

.inside-page .inside-nav ul.nav-1>li.active:before {
    display: none;
}

.inside-page .inside-nav ul.nav-1>li.active+li:before {
    display: none;
}

.inside-page .inside-nav ul.nav-1>li:before {
    position: absolute;
    top: 50%;
    left: 0;

    width: 2px;
    height: 15px;
    margin-top: -8px;

    content: '';

    background-color: #ccc;
}

@media (max-width: 767px) {
    .inside-page .inside-nav ul.nav-1>li:before {
        width: 0;
    }
}

.inside-page .inside-nav ul.nav-1>li:nth-child(1):before {
    display: none;
}

.inside-page .inside-nav ul.nav-1>li>a {
    display: block;

    height: 50px;
    padding: 0 28px;
}

@media (max-width: 479px) {
    .inside-page .inside-nav ul.nav-1>li>a {
        height: 45px;
        padding: 0 8px;
    }
}

.inside-page .inside-nav ul.nav-1>li p {
    position: relative;
    top: 50%;

    display: block;

    margin: 0;
    padding: 0 10px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.inside-page .inside-nav.product-nav {
    height: 110px;
    margin-bottom: 20px;

    text-align: center;
}

.inside-page .inside-nav.product-nav .container {
    position: relative;
}

.inside-page .inside-nav.product-nav ul.nav-1 {
    font-size: 0;

    position: absolute;
    left: 0;

    height: inherit;
    margin: 0;
}

@media (max-width: 767px) {
    .inside-page .inside-nav.product-nav ul.nav-1 {
        padding-bottom: 40px;
    }
}

.inside-page .inside-nav.product-nav ul.nav-1>li {
    margin: 0 15px;
}

@media (max-width: 1199px) {
    .inside-page .inside-nav.product-nav ul.nav-1>li {
        margin: 0 10px;
    }
}

.inside-page .inside-nav.product-nav ul.nav-1>li:before {
    left: -15px;

    width: 0;

    content: '-';
}

@media (min-width: 992px) {
    .inside-page .inside-nav.product-nav ul.nav-1>li.active>a:before {
        position: absolute;
        top: 100%;
        left: 50%;

        width: 0;
        height: 0;
        margin-left: -4px;

        content: '';

        border-width: 7px 7px 0 7px;
        border-style: solid;
        border-color: #397bd1 transparent transparent transparent;
    }
}

.inside-page .inside-nav.product-nav ul.nav-1>li.active.more ul.nav-2 {
    display: block;
}

.inside-page .inside-nav.product-nav ul.nav-1>li>a {
    position: relative;

    display: block;

    height: 70px;
    padding: 0;
}

.inside-page .inside-nav.product-nav ul.nav-1>li span {
    display: block;
}

.inside-page .inside-nav ul.nav-1>li>ul.nav-2 {
    position: absolute;
    top: 100%;
    left: 50%;

    display: none;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.inside-page .inside-nav ul.nav-2 li {
    line-height: 40px;

    position: relative;

    display: inline-block;

    padding: 0 15px;

    vertical-align: middle;

    color: #666;
}

.inside-page .inside-nav ul.nav-2 li:after {
    line-height: 1;

    position: absolute;
    top: 50%;
    right: -3px;

    margin-top: -7px;

    content: '-';
}

.inside-page .inside-nav ul.nav-2 li:last-child:after {
    display: none;
}

.inside-page .inside-nav ul.nav-2 li>a {
    display: block;
}

.inside-page .inside-nav .xs-nav-2 {
    position: absolute;
    bottom: 0;

    width: 100%;
    height: 40px;
}

.inside-page .inside-nav .xs-nav-2 .nav-2 {
    top: 0;

    display: block;
}

.inside-page .p-content {
    padding: 65px 0 80px 0;
}

@media (max-width: 991px) {
    .inside-page .p-content {
        padding: 55px 0 60px 0;
    }
}

@media (max-width: 767px) {
    .inside-page .p-content {
        padding: 35px 0 30px 0;
    }
}

.inside-page p.top-title {
    line-height: 1.78571429;

    margin-bottom: 35px;

    color: #666;
}

@media (max-width: 767px) {
    .inside-page p.top-title {
        margin-bottom: 20px;
    }
}

.product-content .img-box {
    padding-bottom: 66.66666667%;
}

@media only screen and (min-width: 768px) {
    .product-content .product-list .table {
        display: table;
    }
    .product-content .product-list .tab-cell {
        display: table-cell;

        vertical-align: middle;
    }
    .product-content .product-list .pic-box {
        width: 47.61904762%;
    }
    .product-content .product-list .introduce {
        width: 52.38095238%;
    }
}

.product-content .product-list li {
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .product-content .product-list .item img {
        -webkit-transition: transform .5s;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
    }
    .product-content .product-list .item:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.product-content .product-list .table {
    margin-bottom: 0;
}

.product-content .product-list .pic-box p {
    margin-bottom: 0;

    text-align: center;
    padding: 15px 0;
    background-color: #abc659;
}

.product-content .product-list .pic-box p a {
    font-size: 16px;

    display: block;
    overflow: hidden;


    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;


    color: #fff;
}

.product-content .product-list .introduce {
    padding: 0 30px;

    border: 1px solid #c9c9c9;
}

@media (max-width: 1199px) {
    .product-content .product-list .introduce {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .product-content .product-list .introduce {
        padding: 15px;
    }
}

.product-content .product-list .introduce p {
    line-height: 1.78571429;

    display: -webkit-box;
    overflow: hidden;

    max-height: 100px;
    margin-bottom: 5px;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-content .product-list .introduce p {
        display: -webkit-box;
        overflow: hidden;

        max-height: 70px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}

.product-content .product-list .introduce p:first-child {
    margin-bottom: 10px;
}

.product-content .product-list .introduce p span {
    font-weight: bold;

    color: #666;
}

.product-content .product-list .introduce p a.down {
    display: inline-block;

    width: 22px;
    height: 22px;

    vertical-align: middle;

    background: url(../images/imgs/pdf.png) no-repeat center;
    background-size: cover;
}

.product-details-content .details-wrap .carousel-wrap .img-box {
    padding-bottom: 66.66666667%;
}

.product-details-content .details-wrap .carousel-wrap .row {
    margin: 0 -5px;
}

.product-details-content .details-wrap .sync2 .item {
    margin: 0 5px;
    padding: 4px;

    border: 1px solid #d2d2d2;
}

.product-details-content .details-wrap .sync2 .synced .item {
    border-color: #397bd1;
}

.product-details-content .details-wrap .thumb {
    position: relative;

    margin-top: 10px;
    padding: 0 30px;
}

.product-details-content .details-wrap .thumb .product-btn span {
    position: absolute;
    top: 50%;

    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-details-content .details-wrap .thumb .product-btn span:before {
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-weight: 700;

    color: #9c9c9c;
}

.product-details-content .details-wrap .thumb .product-btn span:hover:before {
    color: #397bd1;
}

.product-details-content .details-wrap .thumb .product-btn .prev {
    left: 0;
}

.product-details-content .details-wrap .thumb .product-btn .prev:before {
    content: '\e601';
}

.product-details-content .details-wrap .thumb .product-btn .next {
    right: 0;
}

.product-details-content .details-wrap .thumb .product-btn .next:before {
    content: '\e827';
}

.product-details-content .details-wrap h1 {
    font-size: 26px;
    font-weight: 700;

    margin: 35px 0 20px;

    color: #666;
}

.product-details-content .details-wrap .download-wrap b {
    font-size: 16px;

    display: block;

    margin-top: 30px;

    color: #666;
}

.product-details-content .details-wrap .download-wrap li {
    margin-top: 20px;
}

.product-details-content .details-wrap .download-wrap li a {
    line-height: 50px;

    display: block;

    width: 100%;
    height: 50px;

    text-align: center;

    color: #666;
    background-color: #eee;
}

.product-details-content .details-wrap .download-wrap li a:after {
    display: inline-block;

    width: 22px;
    height: 22px;
    margin-left: 5px;

    content: '';
    vertical-align: middle;

    background: url(../images/imgs/pdf.png) no-repeat center;
    background-size: cover;
}

.product-details-content .details-wrap .download-wrap li a:hover {
    background-color: #e2e2e2;
}

.product-details-content .details-wrap .info p {
    line-height: 2.14285714;

    color: #999;
}

.product-details-content .details-wrap .info p span {
    font-size: 16px;
    font-weight: bold;

    color: #666;
}

.product-details-content .details-wrap .info .func-btn {
    zoom: 1;

    margin-top: 75px;
}

.product-details-content .details-wrap .info .func-btn:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}

@media (max-width: 767px) {
    .product-details-content .details-wrap .info .func-btn {
        margin-top: 40px;
    }
}

.product-details-content .details-wrap .info .inquiry-btn {
    line-height: 60px;

    float: left;

    width: 190px;
    height: 60px;

    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;

    color: #fff;
    background-color: #397bd1;

    -o-user-select: none;
}

@media (max-width: 767px) {
    .product-details-content .details-wrap .info .inquiry-btn {
        line-height: 50px;

        width: 160px;
        height: 50px;
    }
}

.product-details-content .details-wrap .info .inquiry-btn:before {
    font-family: 'iconfont' !important;
    font-size: 27px;

    display: inline-block;

    margin-right: 20px;

    content: '\e61a';
    vertical-align: middle;
}

.product-details-content .details-wrap .info .inquiry-btn:hover {
    background-color: #3670bb;
}

.product-details-content .details-wrap .info .carousel-btn {
    float: right;

    margin-top: 20px;
}

.product-details-content .details-wrap .info .carousel-btn a {
    line-height: 18px;

    cursor: pointer;

    color: #999;
}

.product-details-content .details-wrap .info .carousel-btn a:hover {
    color: #397bd1;
}

.product-details-content .details-wrap .info .carousel-btn .prev {
    margin-right: 30px;
}

.product-details-content .details-wrap .info .carousel-btn .prev:after {
    font-family: 'iconfont' !important;
    font-size: 18px;

    margin-left: 10px;

    content: '\e6f1';
    vertical-align: middle;
}

.product-details-content .details-wrap .info .carousel-btn .next:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    margin-right: 10px;

    content: '\e639';
    vertical-align: middle;
}

.product-details-content .details-wrap .details-tab {
    padding: 70px 0;
}

@media (max-width: 767px) {
    .product-details-content .details-wrap .details-tab {
        padding: 40px 0;
    }
}

.product-details-content .details-wrap .details-tab .tab-nav {
    zoom: 1;

    border: 1px solid #dcdcdc;
    background-color: #eee;
}

@media (max-width: 767px) {
    .product-details-content .details-wrap .details-tab .tab-nav {
        display: none;
    }
}

.product-details-content .details-wrap .details-tab .tab-nav:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}

.product-details-content .details-wrap .details-tab .tab-nav li {
    font-size: 16px;
    font-weight: bold;

    float: left;
}

.product-details-content .details-wrap .details-tab .tab-nav li a {
    display: block;

    padding: 19px 63px;
}

@media (max-width: 1199px) {
    .product-details-content .details-wrap .details-tab .tab-nav li a {
        padding: 19px 45px;
    }
}

@media (max-width: 991px) {
    .product-details-content .details-wrap .details-tab .tab-nav li a {
        padding: 14px 30px;
    }
}

.product-details-content .details-wrap .details-tab .tab-nav li.active {
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    background-color: #fff;
}

.product-details-content .details-wrap .details-tab .tab-nav li:first-child {
    border-left: none;
}

.product-details-content .details-wrap .details-tab .tab-nav li:hover {
    color: #397bd1;
}

.product-details-content .details-wrap .details-tab .tab-wrap {
    border: 1px solid #dcdcdc;
    border-top: none;
}

@media (min-width: 768px) {
    .product-details-content .details-wrap .details-tab .tab-list {
        display: none;
    }
}

@media (max-width: 767px) {
    .product-details-content .details-wrap .details-tab .tab-list {
        display: block;
    }
}

.product-details-content .details-wrap .details-tab .tab-list h3 {
    display: none;
}

.product-details-content .details-wrap .details-tab .tab-list .list-content {
    padding: 50px 40px 70px;
}

.product-details-content .details-wrap .details-tab .tab-list p {
    line-height: 2.14285714;

    color: #666;
}

.product-details-content .details-wrap .details-tab .tab-list img {
    display: block;

    max-width: 100%;
}

@media (max-width: 767px) {
    .product-details-content .details-wrap .details-tab .tab-list h3 {
        font-size: 20px;

        display: block;

        margin: 0;
        padding: 15px;

        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        background-color: #f1f1f1;
    }
    .product-details-content .details-wrap .details-tab .tab-list .list-content {
        padding: 15px 15px 20px;
    }
}

.product-details-content .inquiry-wrap {
    padding: 55px 0;

    background-color: #eee;
}

@media (max-width: 1199px) {
    .product-details-content .inquiry-wrap {
        padding: 30px 0 50px;
    }
}

@media (max-width: 991px) {
    .product-details-content .inquiry-wrap {
        padding: 30px 0 40px;
    }
}

@media (max-width: 767px) {
    .product-details-content .inquiry-wrap {
        padding: 20px 0 30px;
    }
}

.product-details-content .inquiry-wrap h4 {
    font-size: 20px;
    font-weight: 700;

    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .product-details-content .inquiry-wrap h4 {
        margin-bottom: 10px;
    }
}

.product-details-content .inquiry-wrap h4+p {
    line-height: 1.6;

    margin-bottom: 45px;

    color: #666;
}

@media (max-width: 991px) {
    .product-details-content .inquiry-wrap h4+p {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .product-details-content .inquiry-wrap h4+p {
        margin-bottom: 20px;
    }
}

.product-details-content .inquiry-wrap .input-wrap input,
.product-details-content .inquiry-wrap .input-wrap textarea {
    width: 100%;
    margin-bottom: 30px;
    padding: 12px 20px;

    color: #666;
    background-color: #fff;
}

@media (max-width: 767px) {
    .product-details-content .inquiry-wrap .input-wrap input,
    .product-details-content .inquiry-wrap .input-wrap textarea {
        margin-bottom: 20px;
    }
}

.product-details-content .inquiry-wrap .input-wrap textarea {
    overflow: auto;

    height: 144px;
}

.product-details-content .inquiry-wrap .input-wrap input::-webkit-input-placeholder,
.product-details-content .inquiry-wrap .input-wrap textarea::-webkit-input-placeholder {
    color: #999;
}

.product-details-content .inquiry-wrap .input-wrap input:-o-placeholder,
.product-details-content .inquiry-wrap .input-wrap textarea:-o-placeholder {
    color: #999;
}

.product-details-content .inquiry-wrap .input-wrap input::-moz-placeholder,
.product-details-content .inquiry-wrap .input-wrap textarea::-moz-placeholder {
    color: #999;
}

.product-details-content .inquiry-wrap .input-wrap input:-ms-input-placeholder,
.product-details-content .inquiry-wrap .input-wrap textarea:-ms-input-placeholder {
    color: #999;
}

.product-details-content .inquiry-wrap .input-wrap input:focus::-webkit-input-placeholder,
.product-details-content .inquiry-wrap .input-wrap textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.product-details-content .inquiry-wrap .input-wrap input:focus::-o-placeholder,
.product-details-content .inquiry-wrap .input-wrap textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.product-details-content .inquiry-wrap .input-wrap input:focus::-moz-placeholder,
.product-details-content .inquiry-wrap .input-wrap textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.product-details-content .inquiry-wrap .input-wrap input:focus::-ms-input-placeholder,
.product-details-content .inquiry-wrap .input-wrap textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.product-details-content .inquiry-wrap .submit {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;

    display: block;

    width: 100%;
    padding: 18px 0;

    text-align: center;

    color: #fff;
    background-color: #397bd1;
}

@media (max-width: 767px) {
    .product-details-content .inquiry-wrap .submit {
        padding: 12px 0;
    }
}

.product-details-content .inquiry-wrap .submit:before {
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-weight: 400;

    margin-right: 24px;

    content: '\e6a4';
    vertical-align: top;

    color: #fff;
}

.product-details-content .inquiry-wrap .submit:hover {
    background-color: #3774c3;
}

.product-details-content .related-products {
    padding-top: 60px;
}

@media (max-width: 767px) {
    .product-details-content .related-products {
        padding-top: 35px;
    }
}

.product-details-content .related-products h4 {
    font-size: 20px;
    font-weight: bold;

    margin: 0 0 30px 0;
}

.product-details-content .related-products ul {
    text-align: center;
}

@media (max-width: 767px) {
    .product-details-content .related-products ul {
        margin: 0 -8px;
    }
}

@media (max-width: 767px) {
    .product-details-content .related-products li {
        padding: 0 8px;
    }
}

@media (min-width: 992px) {
    .product-details-content .related-products li .item img {
        -webkit-transition: transform .5s;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
    }
    .product-details-content .related-products li .item:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .product-details-content .related-products li .item:hover p {
        color: #397bd1;
    }
}

.product-details-content .related-products li .img-box {
    padding-bottom: 66.66666667%;
}

.product-details-content .related-products li p {
    color: #666;
}

.product-details-content .related-products li p a {
    line-height: 50px;

    display: block;
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.about-content .introduce {
    overflow: hidden;
}

.about-content .introduce h1 {
    font-size: 20px;
    font-weight: bold;

    margin: 20px 0;
}

.about-content .introduce p {
    line-height: 2.14285714;

    margin-bottom: 0;
}

.about-content .pic-box {
    width: 40.31007752%;
    margin-right: 30px;
}

@media (min-width: 768px) {
    .about-content .pic-box {
        float: left;
    }
}

@media (max-width: 991px) {
    .about-content .pic-box {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .about-content .pic-box {
        width: 100%;
    }
}

.about-content .pic-box .img-box {
    padding-bottom: 67.30769231%;
}

.about-content .about-list {
    margin: 70px 0 60px 0;
    padding: 60px 0;

    background-color: #f8f8f8;
}

@media (max-width: 991px) {
    .about-content .about-list {
        margin: 60px 0 50px 0;
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .about-content .about-list {
        margin: 30px 0;
        padding: 30px 0;
    }
}

.about-content .about-list li {
    margin-bottom: 35px;
    padding-bottom: 25px;

    border-bottom: 1px solid #dcdbdb;
}

@media (max-width: 767px) {
    .about-content .about-list li {
        margin-bottom: 25px;
        padding-bottom: 15px;
    }
}

.about-content .about-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;

    border: none;
}

.about-content .about-list li p,
.about-content .about-list li span {
    line-height: 2.14285714;

    margin-bottom: 0;

    color: #666;
}

.about-content .about-list li span {
    margin-right: 55px;
}

@media (max-width: 767px) {
    .about-content .about-list li span {
        display: block;

        margin-right: 0;
    }
}

.about-content .about-list li span:last-of-type {
    margin-right: 0;
}

.about-content .about-list h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;

    margin: 0 0 20px 0;

    color: #397bd1;
}

.about-content .about-list h2:before {
    font-family: 'iconfont' !important;
    font-weight: 400;

    margin-right: 10px;

    content: '\e60a';
}

.about-content .culture .culture-info {
    text-align: center;
}

@media (min-width: 768px) {
    .about-content .culture .culture-info {
        float: left;

        width: 49.6124031%;
    }
}

.about-content .culture .culture-info h4 {
    font-size: 25px;
    font-weight: bold;

    margin: 0 0 15px 0;

    color: #397bd1;
}

.about-content .culture .culture-info ul {
    zoom: 1;

    padding-top: 105px;

    background: url(../images/culture-bg.png) no-repeat top center;
    background-size: contain;
}

.about-content .culture .culture-info ul:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}

@media (max-width: 1199px) {
    .about-content .culture .culture-info ul {
        padding-top: 80px;
    }
}

@media (max-width: 991px) {
    .about-content .culture .culture-info ul {
        padding-top: 65px;
    }
}

@media (max-width: 767px) {
    .about-content .culture .culture-info ul {
        padding-top: 55px;

        background-size: 86%;
    }
}

.about-content .culture .culture-info li {
    float: left;

    margin-right: 140px;
}

@media only screen and (min-width: 1200px) and (max-width: 1319px) {
    .about-content .culture .culture-info li {
        margin-right: 110px;
    }
}

@media (max-width: 1199px) {
    .about-content .culture .culture-info li {
        margin-right: 95px;
    }
}

@media (max-width: 991px) {
    .about-content .culture .culture-info li {
        margin-right: 58px;
    }
}

@media (max-width: 767px) {
    .about-content .culture .culture-info li {
        width: 33.3333%;
        margin-right: 0;
    }
    .about-content .culture .culture-info li p:before {
        margin: 0 auto 20px;
    }
}

.about-content .culture .culture-info li:nth-child(1) p:before {
    content: '\e61f';

    background-color: #a8d489;
}

.about-content .culture .culture-info li:nth-child(2) p:before {
    content: '\e6af';

    background-color: #52aacc;
}

.about-content .culture .culture-info li:nth-child(3) {
    margin-right: 0;
}

.about-content .culture .culture-info li:nth-child(3) p:before {
    content: '\e618';

    background-color: #e19188;
}

.about-content .culture .culture-info li p {
    font-size: 16px;

    color: #666;
}

.about-content .culture .culture-info li p:before {
    font-family: 'iconfont' !important;
    font-size: 60px;
    line-height: 120px;

    display: block;

    width: 120px;
    height: 120px;
    margin-bottom: 20px;

    color: #fff;
    border-radius: 50%;
}

@media (max-width: 1199px) {
    .about-content .culture .culture-info li p:before {
        font-size: 45px;
        line-height: 90px;

        width: 90px;
        height: 90px;
    }
}

@media (max-width: 991px) {
    .about-content .culture .culture-info li p:before {
        font-size: 40px;
        line-height: 80px;

        width: 80px;
        height: 80px;
    }
}

.about-content .culture .culture-pic {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .about-content .culture .culture-pic {
        float: right;

        width: 44.96124031%;
    }
}

.about-content .culture .culture-pic .img-box {
    padding-bottom: 56.89655172%;
}

.recruit-content p.top-title {
    margin: 0 auto 35px;

    text-align: center;
}

@media (min-width: 992px) {
    .recruit-content p.top-title {
        width: 75%;
    }
}

.recruit-content .recruit-table {
    margin-top: 25px;
}

@media (min-width: 992px) {
    .recruit-content .recruit-table {
        padding: 0 40px;
    }
}

.recruit-content .recruit-table ul {
    font-size: 0;

    letter-spacing: -8px;
}

.recruit-content .recruit-table ul li {
    font-size: 14px;

    display: inline-block;

    width: 25%;

    vertical-align: middle;
    letter-spacing: 0;
}

.recruit-content .recruit-table .th {
    background-color: #397bd1;
}

@media (min-width: 768px) {
    .recruit-content .recruit-table .th {
        padding: 0 20px;
    }
}

.recruit-content .recruit-table .th li {
    font-size: 16px;
    font-weight: 700;

    padding: 15px 0;

    text-align: center;

    color: #fff;
}

@media (max-width: 767px) {
    .recruit-content .recruit-table .th li {
        font-size: 14px;
    }
}

.recruit-content .recruit-table .content {
    border: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
    .recruit-content .recruit-table .content {
        padding: 0 20px;
    }
}

.recruit-content .recruit-table .content ul {
    border-bottom: 1px dotted #c6c4be;
}

.recruit-content .recruit-table .content ul:last-child {
    border: none;
}

.recruit-content .recruit-table .content li {
    padding: 25px 0;

    text-align: center;

    color: #666;
}

.recruit-content .recruit-table .content li.position {
    padding-left: 8%;

    text-align: left;
}

@media (max-width: 1199px) {
    .recruit-content .recruit-table .content li.position {
        padding-left: 5%;
    }
}

@media (max-width: 767px) {
    .recruit-content .recruit-table .content li.position {
        padding-left: 3%;

        text-align: center;
    }
}

@media (min-width: 992px) {
    .recruit-content .recruit-table .content li.position:before {
        content: '> ';
    }
}

.recruit-content .recruit-table .content li.more {
    padding: 20px 0;
}

.recruit-content .recruit-table .content li.more a {
    display: inline-block;

    padding: 5px 8px;
}

.recruit-content .recruit-table .content li.more a:hover {
    color: #fff;
    background-color: #397bd1;
}

@media (min-width: 992px) {
    .recruit-details-content .info .info-l {
        float: left;

        width: 51.1627907%;
    }
}

.recruit-details-content .info .info-l h1 {
    font-size: 20px;
    font-weight: 700;

    margin-bottom: 20px;

    color: #666;
}

.recruit-details-content .info .info-l .property {
    padding-bottom: 15px;

    border-bottom: 1px dotted #e5e5e5;
}

.recruit-details-content .info .info-l .property p {
    line-height: 2;

    display: inline-block;

    margin: 0;
    margin-right: 50px;

    color: #666;
}

.recruit-details-content .info .info-l .property p:last-child {
    margin-right: 0;
}

.recruit-details-content .info .info-l .content h3 {
    font-size: 14px;
    font-weight: 700;

    margin-top: 30px;
}

.recruit-details-content .info .info-l .content h3~p {
    line-height: 1.78571429;

    margin-bottom: 0;

    color: #999;
}

.recruit-details-content .info .info-r {
    padding-top: 30px;
}

@media (min-width: 992px) {
    .recruit-details-content .info .info-r {
        float: right;

        width: 43.79844961%;
    }
}

.recruit-details-content .info .info-r img {
    display: block;

    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.recruit-details-content .info .info-r .resume {
    display: table;

    width: 100%;
    padding: 25px 20px;

    border: 1px solid #c6c4be;
}

@media (min-width: 480px) {
    .recruit-details-content .info .info-r .introduce {
        display: table-cell;
    }
}

.recruit-details-content .info .info-r .introduce p {
    color: #999;
}

.recruit-details-content .info .info-r .introduce p:last-child {
    margin-bottom: 0;
}

@media (min-width: 480px) {
    .recruit-details-content .info .info-r .send-btn {
        display: table-cell;

        vertical-align: middle;
    }
}

@media (max-width: 479px) {
    .recruit-details-content .info .info-r .send-btn {
        margin-top: 20px;
    }
}

.recruit-details-content .info .info-r .send-btn a {
    display: block;

    width: 145px;
    padding: 12px 0;

    text-align: center;

    color: #fff;
    background-color: #397bd1;
}

@media (max-width: 479px) {
    .recruit-details-content .info .info-r .send-btn a {
        max-width: 80%;
        margin: 0 auto;
    }
}

.recruit-details-content .info .info-r .send-btn a:before {
    font-family: 'iconfont' !important;
    font-size: 16px;

    margin-right: 14px;

    content: '\e627';
}

.recruit-details-content .info .info-r .send-btn a:hover {
    background-color: #264ea7;
}

.factory-content .factory-list {
    text-align: center;
}

.factory-content .factory-list li {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .factory-content .factory-list li {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .factory-content .factory-list .item img {
        -webkit-transition: transform .5s;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
    }
    .factory-content .factory-list .item:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .factory-content .factory-list .item:hover p {
        color: #397bd1;
    }
}

.factory-content .factory-list .img-box {
    padding-bottom: 73.17073171%;
}

.factory-content .factory-list p {
    font-size: 16px;

    overflow: hidden;

    margin: 25px 0 0 0;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #666;
}

@media (max-width: 767px) {
    .factory-content .factory-list p {
        margin-top: 15px;
    }
}

.factory-content .page {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .factory-content .page {
        margin-top: 10px;
    }
}

.download-content .download-list .table {
    display: table;
}

.download-content .download-list .tab-cell {
    display: table-cell;

    vertical-align: middle;
}

.download-content .download-list .pic-box {
    width: 35.8974359%;
}

.download-content .download-list .introduce {
    width: 64.1025641%;
}

.download-content .download-list li {
    margin-bottom: 30px;
}

.download-content .download-list .table {
    margin-bottom: 0;
    padding: 8px;

    border: 1px solid #c9c9c9;
}

.download-content .download-list .pic-box .img-box {
    padding-bottom: 150%;
}

.download-content .download-list .introduce {
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .download-content .download-list .introduce {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .download-content .download-list .introduce {
        padding: 0 15px;
    }
}

.download-content .download-list .introduce h2 {
    font-size: 16px;
    font-weight: bold;

    display: -webkit-box;
    overflow: hidden;

    height: 16px;
    margin-top: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.download-content .download-list .introduce p {
    line-height: 1.42857143;

    display: -webkit-box;
    overflow: hidden;

    max-height: 38px;
    margin-bottom: 5px;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.download-content .download-list .introduce p:first-of-type {
    margin-bottom: 15px;
}

.download-content .download-list .introduce p span {
    font-weight: bold;

    color: #666;
}

.download-content .download-list .introduce p a.down {
    display: inline-block;

    width: 22px;
    height: 22px;

    vertical-align: middle;

    background: url(../images/imgs/pdf.png) no-repeat center;
    background-size: cover;
}

@media (min-width: 768px) {
    .news-content .news-list li {
        height: 210px;
    }
}

@media (max-width: 767px) {
    .news-content .news-list li:nth-child(1) .item {
        padding-top: 0;

        border: none;
    }
}

.news-content .news-list .item {
    overflow: hidden;

    padding: 35px 0 30px 0;

    -webkit-transition: border-color .5s;
    transition: border-color .5s;

    border-top: 1px solid #c6c4be;
}

@media (min-width: 992px) {
    .news-content .news-list .item img {
        -webkit-transition: transform .5s;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
    }
    .news-content .news-list .item:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .news-content .news-list .item:hover {
        border-color: #397bd1;
    }
}

@media (max-width: 767px) {
    .news-content .news-list .item {
        padding: 30px 0 10px 0;
    }
}

@media (min-width: 768px) {
    .news-content .news-list .introduce {
        float: left;

        width: 55.55555556%;
    }
}

.news-content .news-list .introduce h3 {
    font-size: 16px;
    font-weight: bold;

    overflow: hidden;

    height: 18px;
    margin: 0 0 15px 0;

    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 767px) {
    .news-content .news-list .introduce h3 {
        margin-top: 20px;
    }
}

.news-content .news-list .introduce p,
.news-content .news-list .introduce span {
    line-height: 1.78571429;

    color: #999;
}

.news-content .news-list .introduce p {
    display: -webkit-box;
    overflow: hidden;

    height: 48px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-content .news-list .introduce span {
    display: block;

    margin-bottom: 5px;
}

.news-content .news-list .introduce span.time-top {
    display: none;
}

.news-content .news-list .introduce i {
    display: block;

    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);

    opacity: 0;
    color: #397bd1;
}

@media (max-width: 767px) {
    .news-content .news-list .introduce i {
        display: none;
    }
}

.news-content .news-list .introduce i.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);

    opacity: 1;
}

@media (min-width: 768px) {
    .news-content .news-list .pic-box {
        float: right;

        width: 38.0952381%;
    }
}

.news-content .news-list .pic-box .img-box {
    padding-bottom: 48.7804878%;
}

@media (max-width: 767px) {
    .news-content .page {
        margin-top: 20px;
    }
}

.news-details-content .wrap {
    text-align: center;
}

.news-details-content .wrap h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0 0 15px 0;

    color: #666;
}

.news-details-content .wrap .info {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .news-details-content .wrap .info {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .news-details-content .wrap .info {
        margin-bottom: 25px;
    }
}

.news-details-content .wrap .info span {
    margin: 0 30px;

    color: #999;
}

.news-details-content .wrap img {
    display: block;

    width: auto;
    max-width: 100%;
    margin: 0 auto 45px;
}

@media (max-width: 991px) {
    .news-details-content .wrap img {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .news-details-content .wrap img {
        margin-bottom: 25px;
    }
}

.news-details-content .wrap p {
    line-height: 2.14285714;

    margin-bottom: 0;

    text-indent: 2em;

    color: #666;
}

@media (max-width: 767px) {
    .news-details-content .wrap p {
        text-align: left;
    }
}

.news-details-content .news-page {
    margin-top: 75px;
}

@media (max-width: 991px) {
    .news-details-content .news-page {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .news-details-content .news-page {
        margin-top: 30px;
    }
}

.news-details-content .news-page a {
    position: relative;

    display: inline-block;
    overflow: hidden;

    padding: 15px 65px 15px 40px;

    -webkit-transition: .3s;
    transition: .3s;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #666;
    background-color: #eee;
}

@media (min-width: 768px) {
    .news-details-content .news-page a {
        width: 38.75968992%;
        margin: 0 12px;
    }
}

@media (max-width: 991px) {
    .news-details-content .news-page a {
        width: 45%;
    }
}

@media (max-width: 767px) {
    .news-details-content .news-page a {
        width: 100%;
        padding-left: 25px;
    }
}

.news-details-content .news-page a:after {
    font-family: 'iconfont' !important;
    font-size: 18px;

    position: absolute;
    top: 13px;
    right: 40px;

    content: '\e610';
}

@media (max-width: 767px) {
    .news-details-content .news-page a:after {
        right: 30px;
    }
}

@media (min-width: 992px) {
    .news-details-content .news-page a:hover {
        color: #fff;
        background-color: #397bd1;
    }
}

@media (max-width: 767px) {
    .news-details-content .news-page a.next {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .contact-content .introduce .table {
        display: table;

        margin-bottom: 30px;
    }
    .contact-content .introduce .tab-cell {
        display: table-cell;

        width: 50%;

        vertical-align: middle;
    }
    .contact-content .introduce .contact-list {
        padding-left: 8%;
    }
}

.contact-content .introduce .pic-box {
    padding-right: 15px;
}

.contact-content .introduce .pic-box img {
    display: block;

    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.contact-content .introduce ul {
    font-size: 0;

    letter-spacing: -8px;
}

.contact-content .introduce li {
    font-size: 14px;

    position: relative;

    margin-top: 42px;
    padding-left: 60px;

    letter-spacing: 0;

    color: #999;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-content .introduce li {
        display: inline-block;

        width: 50%;

        vertical-align: top;
    }
}

@media (max-width: 767px) {
    .contact-content .introduce li {
        margin-top: 32px;
    }
}

@media (min-width: 992px) {
    .contact-content .introduce li:hover a {
        text-decoration: underline;

        color: #397bd1;
    }
}

.contact-content .introduce li:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 40px;

    position: absolute;
    top: 0;
    top: 50%;
    left: 0;

    display: inline-block;
    overflow: hidden;

    width: 40px;
    height: 40px;
    margin-top: -20px;

    text-align: center;
    vertical-align: middle;

    color: #fff;
    border-radius: 50%;
}

@media (min-width: 992px) {
    .contact-content .introduce li:first-child {
        margin-top: 0;
    }
}

.contact-content .introduce li.name:before {
    content: '\e647';

    background-color: #81a0ce;
}

.contact-content .introduce li.address:before {
    content: '\e60d';

    background-color: #a5b878;
}

.contact-content .introduce li.phone:before {
    content: '\e612';

    background-color: #a3d1cf;
}

.contact-content .introduce li.fax:before {
    content: '\e70f';

    background-color: #bae476;
}

.contact-content .introduce li.mail:before {
    content: '\e6a4';

    background-color: #82bdb9;
}

.contact-content .introduce li.contacts:before {
    content: '\e646';

    background-color: #c7d83c;
}

.contact-content .introduce li.msn:before {
    content: '\e64a';

    background-color: #6ba652;
}

.contact-content .introduce li.url:before {
    content: '\e6a6';

    background-color: #188f97;
}

.contact-content .map {
    margin-top: 65px;
}

@media (max-width: 767px) {
    .contact-content .map {
        margin-top: 45px;
    }
}

.contact-content .map img {
    width: 100%;
}

.message-content p.top-title {
    text-align: center;
}

.message-content form {
    display: block;

    width: 100%;
    margin: 0 auto;
}

.message-content input::-webkit-input-placeholder,
.message-content textarea::-webkit-input-placeholder {
    color: #999;
}

.message-content input:-o-placeholder,
.message-content textarea:-o-placeholder {
    color: #999;
}

.message-content input::-moz-placeholder,
.message-content textarea::-moz-placeholder {
    color: #999;
}

.message-content input:-ms-input-placeholder,
.message-content textarea:-ms-input-placeholder {
    color: #999;
}

.message-content input:focus::-webkit-input-placeholder,
.message-content textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.message-content input:focus::-o-placeholder,
.message-content textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.message-content input:focus::-moz-placeholder,
.message-content textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.message-content input:focus::-ms-input-placeholder,
.message-content textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.message-content input,
.message-content textarea {
    display: block;

    width: 100%;
    margin-bottom: 20px;
    padding: 19px;

    border: 1px solid #dcdcdc;
}

@media (max-width: 767px) {
    .message-content input,
    .message-content textarea {
        padding: 15px;
    }
}

.message-content textarea {
    height: 290px;
}

@media (max-width: 767px) {
    .message-content textarea {
        height: 170px;
    }
}

.message-content .submit {
    font-size: 16px;
    font-weight: bold;

    display: block;

    width: 100%;
    padding: 17px;

    text-align: center;

    color: #fff;
    background-color: #397bd1;
}

@media (max-width: 767px) {
    .message-content .submit {
        padding: 15px;
    }
}

.message-content .submit:before {
    font-family: 'iconfont' !important;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;

    margin-right: 20px;

    content: '\e6a4';
    vertical-align: middle;
}

.message-content .submit:hover {
    background-color: #3570bd;
}

.online-wrap .btn {
    line-height: 38px;

    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 50px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    text-align: center;

    border-radius: 50%;
    background-color: rgba(0, 0, 0, .8);
}

@media (min-width: 768px) {
    .online-wrap .btn {
        display: none;
    }
}

.online-wrap .btn:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;

    color: #fff;
}

.online-wrap .btn.active:before {
    -webkit-transform: rotateZ(225deg);
    -ms-transform: rotate(225deg);
    transform: rotateZ(225deg);
}

.online {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 23%;

    -webkit-transition: right .3s;
    transition: right .3s;
}

@media (max-width: 767px) {
    .online {
        right: -60px;
        bottom: 90px;
    }
    .online.active {
        right: 0;
    }
}

.online a {
    line-height: 54px;

    position: relative;

    display: block;

    width: 54px;
    height: 54px;
    margin: 2px 0;

    text-align: center;

    border-radius: 50%;
    background-color: rgba(0, 0, 0, .7);
}

.online a:before {
    font-size: 22px;

    color: #fff;
}

.online a:hover {
    background-color: #d22f26;
}

@media (max-width: 767px) {
    .online a {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online a:before {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .online .icon-phone:hover .phone-num {
        right: 100%;
    }
}

.online .icon-phone .phone-num {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

    -webkit-transition: right .3s;
    transition: right .3s;
    white-space: nowrap;
}

.online .icon-phone .phone-num p {
    overflow: hidden;

    padding: 0 15px;

    color: #fff;
    border-radius: 50px;
    background-color: #d22f26;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}

.online .icon-weixin:before,
.online .icon-saoyisao:before {
    font-size: 24px;
}

@media (max-width: 767px) {
    .online .icon-weixin:before,
    .online .icon-saoyisao:before {
        font-size: 22px;
    }
}

.online .icon-weixin .mask,
.online .icon-saoyisao .mask {
    position: absolute;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}

.online .icon-weixin .mask .mask-box,
.online .icon-saoyisao .mask .mask-box {
    padding: 5px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}

.online .icon-weixin .mask img,
.online .icon-saoyisao .mask img {
    display: block;

    width: 100%;
}

.online .icon-weixin .mask p,
.online .icon-saoyisao .mask p {
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}

.online .icon-gotop2:before {
    font-size: 26px;
}

.share {
    font-weight: 500;

    margin-top: 50px;

    color: #fff;
}

@media (max-width: 1199px) {
    .share {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .share {
        margin-top: 20px;
    }
}

.share a {
    line-height: 30px;

    display: inline-block;
    overflow: hidden;

    width: 30px;
    height: 30px;
    margin-right: 3px;

    -webkit-transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    text-align: center;
    vertical-align: middle;

    border-radius: 50%;
    background-color: #d2d6d9;
    background-color: #fff;
}

.share a:before {
    color: #397bd1;
    background-color: #fff;
}

.share a:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.footer {
    background-color: #141b21;
}

.footer .footer-nav {
    padding: 50px 0;
}

@media (max-width: 767px) {
    .footer .footer-nav {
        padding: 40px 0;
    }
}

.footer .footer-nav .footer-row {
    font-size: 0;

    letter-spacing: -8px;
}

.footer .footer-nav .foot-list {
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
    letter-spacing: 0;
}

.footer .footer-nav .foot-list h4 {
    font-size: 20px;
    font-weight: bold;

    margin: 0 0 15px 0;

    color: #fff;
}

.footer .footer-nav .foot-product {
    width: 36%;
}

@media (max-width: 991px) {
    .footer .footer-nav .foot-product {
        width: 50%;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .footer .footer-nav .foot-product {
        width: 100%;
    }
}

.footer .footer-nav .foot-product ul li {
    display: inline-block;

    margin: 0 2px 10px;

    color: #eee;
    background-color: #333639;
}

.footer .footer-nav .foot-product ul li:hover {
    background-color: #303335;
}

.footer .footer-nav .foot-product ul li a {
    display: block;

    padding: 5px 15px;
}

.footer .footer-nav .foot-message {
    width: 24%;
    margin-left: 6%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer .footer-nav .foot-message {
        width: 27%;
        margin-left: 3%;
    }
}

@media (max-width: 991px) {
    .footer .footer-nav .foot-message {
        width: 50%;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .footer .footer-nav .foot-message {
        width: 100%;
        margin-top: 30px;
    }
}

.footer .footer-nav .foot-message form input::-webkit-input-placeholder,
.footer .footer-nav .foot-message form textarea::-webkit-input-placeholder {
    color: #5b6063;
}

.footer .footer-nav .foot-message form input:-o-placeholder,
.footer .footer-nav .foot-message form textarea:-o-placeholder {
    color: #5b6063;
}

.footer .footer-nav .foot-message form input::-moz-placeholder,
.footer .footer-nav .foot-message form textarea::-moz-placeholder {
    color: #5b6063;
}

.footer .footer-nav .foot-message form input:-ms-input-placeholder,
.footer .footer-nav .foot-message form textarea:-ms-input-placeholder {
    color: #5b6063;
}

.footer .footer-nav .foot-message form input:focus::-webkit-input-placeholder,
.footer .footer-nav .foot-message form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.footer .footer-nav .foot-message form input:focus::-o-placeholder,
.footer .footer-nav .foot-message form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.footer .footer-nav .foot-message form input:focus::-moz-placeholder,
.footer .footer-nav .foot-message form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.footer .footer-nav .foot-message form input:focus::-ms-input-placeholder,
.footer .footer-nav .foot-message form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.footer .footer-nav .foot-message form input,
.footer .footer-nav .foot-message form textarea {
    display: block;

    width: 300px;
    max-width: 100%;
    margin-bottom: 10px;
    padding: 9px 16px;

    color: #c5c5c5;
    border: 1px solid #5b6063;
    background: none;
}

.footer .footer-nav .foot-message form textarea {
    height: 100px;
}

.footer .footer-nav .foot-message form .submit {
    line-height: 36px;

    width: 90px;
    height: 36px;
    margin-top: 10px;

    color: #fff;
    background: #397bd1;
}

.footer .footer-nav .foot-message form .submit:hover {
    background-color: #3265a9;
}

.footer .footer-nav .foot-contact {
    width: 30%;
    margin-left: 4%;
}

@media (max-width: 991px) {
    .footer .footer-nav .foot-contact {
        width: 100%;
        margin-top: 35px;
        margin-left: 0;
    }
}

.footer .footer-nav .foot-contact li {
    line-height: 2.14285714;

    color: #eee;
}

.footer .footer-nav .foot-contact li a:hover {
    text-decoration: underline;
}

.footer .copyright {
    text-align: center;

    border-top: 1px solid #2e2e2e;
}

@media (max-width: 767px) {
    .footer .copyright {
        padding-bottom: 10px;
    }
}

.footer .copyright p {
    margin: 0;
    padding: 30px 0;

    color: #797a7a;
}

@media (max-width: 767px) {
    .footer .copyright p {
        line-height: 1.8;

        padding: 20px 0 0 0;
    }
}

.footer .copyright .hicheng {
    font-style: italic;

    margin-left: 20px;
}

@media (max-width: 767px) {
    .footer .copyright .hicheng {
        display: block;

        margin-left: 0;
    }
}

.footer .copyright .hicheng:hover {
    text-decoration: underline;
}














/**
 * Date : 2018年1月12日10:28:20
 * @author HSM
 * @toDo 顶部固定
 */


/*  @media (min-width: 992px){
    .header,
    .nav{
        position: fixed;
        left: 0;
        width: 100%;
        z-index: 20;
    }
    .header{
        top: 0;
    }
    .nav{
        top: 162px;
    }
    .banner,
    .public-banner{
        margin-top: 202px;
    }
 }
 */


/**
 * Date : 2018年1月12日16:55:34
 * @author HSM
 * @toDo 产品详情图太大
 */

@media (min-width: 1200px) {
    /* .product-details-content .introduce.row >div{

    } */
    .product-details-content .carousel {
        width: 45%;
    }
    .product-details-content .info {
        width: 55%;
    }
    .product-details-content .details-wrap .info .func-btn {
        margin-top: 55px;
    }
}















/**
 * Date : 2018年1月16日14:49:53
 * @author HSM
 * @toDo 产品导航
 */

@media (max-width: 991px) {
    .inside-page .xs-nav-2 ul.nav-2>li {
        padding: 0 5px;
    }
}














/**
 * Date : 2018年1月18日09:29:05
 * @author HSM
 * @toDo 交换首页布局后 调整间距
 */

.index-about {
    padding-bottom: 10px;
}














/**
 * Date : 2018年1月30日14:58:46
 * @author HSM
 * @toDo 产品内页上导航横 -> 竖
 */

 .inside-page .inside-nav.product-nav ul.nav-1>li.active.more ul.nav-2{
    display: none;
 }
 .inside-page .inside-nav.product-nav ul.nav-1>li.active>a:before{
    display: none;
 }

@media (min-width: 1200px) {
    .inside-page .inside-nav {
        overflow: visible;
    }
    .inside-page .inside-nav ul.nav-1>li>ul.nav-2 {
        background-color: #fff;
        z-index: 10;
        width: 100%;
        left: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        box-shadow: 0 2px 14px 1px rgba(0, 0, 0, 0.1);
    }
    .inside-page .inside-nav ul.nav-2 li {
        display: block;
    }
    .inside-page .inside-nav ul.nav-2 li:after {
        display: none;
    }
    .inside-page .inside-nav ul.nav-2 li>a:hover{
        color: #397bd1;
    }
}






/**
 * Date : 2018年3月12日16:49:17
 * @author HSM
 * @toDo 详情页轮播图加文字
 */
.product-details-content .details-wrap .sync2 .item{
    position: relative;
}
.product-details-content .details-wrap .sync2 .item p{
    padding: 0 4px;
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
    z-index: 10;
    background-color: rgba(171,198,89,.8);
    color: #fff;
    margin: 0;
    background-clip: content-box;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
@media (max-width: 767px) {
    .product-details-content .details-wrap .sync2 .item p{
        font-size: 12px;
    }
}




/**
 * Date : 2021年11月17日10:24:43
 * @author HSM
 * @toDo 内页导航滚动浮动
 */

.inside-page .inside-nav {
    margin-bottom: 50px;
}

.inside-nav .nav-1{
    padding-bottom: 0 !important;
}

.inside-nav.fixed .nav-1 {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    bottom: 100%;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    z-index: 9999;
    background-color: rgba(4, 71, 152, 0.8);
    box-shadow: 0 2px 14px 1px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .inside-page .inside-nav {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .inside-page .inside-nav {
        margin-bottom: 30px;
    }
}