﻿@charset "utf-8";
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

#bsWXBox {
    box-sizing: content-box
}

ul {
    list-style: none
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

body {
    font-family: "microsoft yahei", arial;
    font-size: 14px;
    color: #222;
    line-height: 1.5;
    width: 100%
}

a:link,
a:visited {
    text-decoration: none;
    outline: 0;
    color: #666
}

a:hover,
a:active,
a:focus {
    color: #666;
    text-decoration: none
}

img {
    border: 0;
    max-width: 100%
}

table {
    border-collapse: collapse;
    width: 100%
}

input,
textarea {
    font-family: "microsoft yahei", arial;
    font-size: 14px;
    outline: 0;
    overflow: hidden
}

input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
    cursor: pointer;
    outline: 0
}

input[type='checkbox'],
input[type='radio'] {
    position: relative;
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
    padding: 0;
    color: #666;
    outline: 0
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type='text'],
select,
button {
    -webkit-appearance: none
}

select {
    background: url(../images/arrow.png) no-repeat center right
}

input,
select,
textarea {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-radius: 0
}

.fadeInUp p {
    margin-top: 10px;
}

::-webkit-input-placeholder {
    color: #666
}

:-moz-placeholder {
    color: #666;
    opacity: 1
}

::-moz-placeholder {
    color: #666;
    opacity: 1
}

:-ms-input-placeholder {
    color: #666
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block
}

.pic {
    width: 100%;
    overflow: hidden;
    position: relative
}

.pic:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.middleCenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    width: 1220px
}

@media (max-width:1220px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        padding-right: 10px;
        padding-left: 10px;
        width: 100%
    }
}

.header {
    width: 100%;
    height: 70px;
    top: 0;
    left: 0;
    transition: .36s;
    position: absolute;
    z-index: 5;
    background: rgba(255, 255, 255, 0.6)
}

.header .logo {
    padding: 10px 0;
    overflow: hidden;
    float: left;
    transition: .36s
}

.header .logo a {
    display: block
}

.header .logo img {
    max-height: 50px;
    display: block
}

.header .header-right {
    float: right
}

.header .header-right ul li {
    transition: .36s;
    position: relative;
    float: left;
    font-size: 14px;
    margin-left: 40px
}

.header .header-right ul li a {
    display: block;
    position: relative;
    color: #333;
    line-height: 70px;
    text-transform: capitalize;
    transition: .36s;
    z-index: 3
}

.header .header-right ul li a span {
    color: #a3a3a3;
    font-size: 10px;
    text-transform: capitalize
}

.header .header-right ul li a span:before {
    content: '/';
    display: inline-block;
    margin: 0 5px
}

.header .header-right ul li .subnav {
    width: 200px;
    position: absolute;
    top: 70px;
    left: -40px;
    display: none;
    text-align: left;
    z-index: 1
}

.header .header-right ul li .subnav ul {
    background: rgba(209, 159, 98, 0.8);
    padding: 20px
}

.header .header-right ul li .subnav ul li {
    margin: 0;
    float: none;
    text-align: left
}

.header .header-right ul li .subnav ul li a {
    display: block;
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    bottom: 0;
    background-size: 10px;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    transition: .5s
}

.header .header-right ul .active a {
    color: #d19f62
}

.header .header-right ul .active a span {
    color: #d19f62
}

.phone-nav {
    position: absolute;
    font-size: 30px;
    right: 15px;
    top: 0;
    line-height: 82px;
    display: none;
    color: #666;
    z-index: 100
}

.phone-nav img {
    height: 20px;
    display: block
}

#mmenu {
    z-index: 99;
    text-transform: capitalize
}

.home-banner {
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 1
}

.home-banner .home-banner-slick {
    overflow: hidden
}

.home-banner .home-banner-slick .slick-slide {
    position: relative
}

.home-banner .home-banner-slick .slick-slide img {
    width: 100%
}

.home-banner .home-banner-slick .slick-prev:before,
.home-banner .home-banner-slick .slick-next:before {
    content: ''
}

.home-banner .home-banner-slick .slick-prev {
    background: url("../images/left1.png") no-repeat center center;
    width: 60px;
    height: 100px;
    background-size: 60px;
    left: 0;
    z-index: 3;
    margin-top: -50px
}

.home-banner .home-banner-slick .slick-next {
    background: url("../images/right1.png") no-repeat center center;
    width: 60px;
    height: 100px;
    background-size: 60px;
    right: 0;
    z-index: 3;
    margin-top: -50px
}

.home-banner .home-banner-slick .slick-dots {
    z-index: 10;
    bottom: 20px;
    line-height: 0;
    text-align: center
}

.home-banner .home-banner-slick .slick-dots li {
    margin: 0 6px;
    width: 13px;
    height: 13px
}

.home-banner .home-banner-slick .slick-dots li button {
    width: 13px;
    height: 13px;
    display: block;
    background: #fff;
    border-radius: 50%
}

.home-banner .home-banner-slick .slick-dots li button:before {
    content: ""
}

.home-banner .home-banner-slick .slick-dots .slick-active button {
    background: #d19f62
}

.home-banner .home-banner-slick-phone {
    overflow: hidden;
    width: 100%;
    position: relative;
    display: none
}

.home-banner .home-banner-slick-phone .slick-slide {
    position: relative
}

.home-banner .home-banner-slick-phone .slick-slide img {
    width: 100%
}

.home-banner .home-banner-slick-phone .slick-dots {
    z-index: 10;
    bottom: 20px;
    line-height: 0;
    text-align: center
}

.home-banner .home-banner-slick-phone .slick-dots li {
    margin: 0 6px;
    width: 13px;
    height: 13px
}

.home-banner .home-banner-slick-phone .slick-dots li button {
    width: 13px;
    height: 13px;
    display: block;
    background: #fff;
    border-radius: 50%
}

.home-banner .home-banner-slick-phone .slick-dots li button:before {
    content: ""
}

.home-banner .home-banner-slick-phone .slick-dots .slick-active button {
    background: #d19f62
}

.mobile-footer-menu {
    display: none;
    height: 54px
}

@media (max-width:768px) {
    .footer {
        margin-bottom: 54px
    }
    .mobile-footer-menu {
        display: block;
        width: 100%;
        background: #d19f62;
        padding: 5px 0;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 9;
        list-style: none;
        font-size: 12px
    }
    .mobile-footer-menu li {
        width: 25%;
        float: left;
        position: relative
    }
    .mobile-footer-menu li:after {
        content: "";
        position: absolute;
        height: 42px;
        width: 1px;
        background: rgba(255, 255, 255, 0.1);
        right: 0;
        top: 2px
    }
    .mobile-footer-menu li span {
        width: 24px;
        height: 24px;
        display: block;
        margin: 0 auto;
        position: relative;
        overflow: hidden
    }
    .mobile-footer-menu li span img {
        max-width: 100%
    }
    .mobile-footer-menu li em {
        text-transform: capitalize;
        font-style: normal;
        text-align: center;
        display: block;
        color: #fff;
        height: 20px;
        line-height: 20px;
        overflow: hidden
    }
    .mobile-footer-menu li:last-child:after {
        display: none
    }
}

.home {
    padding: 60px 0;
    overflow: hidden
}

@font-face {
    font-family: "Oswald-Regular";
    src: url("../fonts/Oswald-Regular.woff2") format("woff2"), url("../fonts/Oswald-Regular.woff") format("woff"), url("../fonts/Oswald-Regular.ttf") format("truetype"), url("../fonts/Oswald-Regular.eot") format("embedded-opentype"), url("../fonts/Oswald-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

.home-product-list .home-info {
    padding: 80px 20px;
    position: relative;
    z-index: 5;
    overflow: hidden
}

.home-product-list .home-info .item {
    padding: 0 10px;
    width: 25%;
    float: left
}

.home-product-list .home-info .item .pic img {
    transition: .5s
}

.home-product-list .home-info .item .pic:after {
    padding-bottom: 56.5%
}

.home-product-list .home-info .item .pic .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s;
    background: rgba(209, 159, 98, 0.6)
}

.home-product-list .home-info .item .pic .hover .bt {
    text-align: center;
    color: #fff;
    transition: .8s;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: -50%;
    margin-top: -25px;
    font-size: 16px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.home-product-list .slick-dots {
    z-index: 10;
    bottom: 0;
    line-height: 0;
    text-align: center;
    left: 0
}

.home-product-list .slick-dots li {
    margin: 0 6px;
    width: 13px;
    height: 13px
}

.home-product-list .slick-dots li button {
    width: 13px;
    height: 13px;
    display: block;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #d19f62
}

.home-product-list .slick-dots li button:before {
    content: ""
}

.home-product-list .slick-dots .slick-active button {
    background: #d19f62
}

.home-product .home-bottom {
    margin: 30px -10px 0 -10px
}

.home-product .home-bottom .left {
    width: 50%;
    float: left;
    padding: 0 10px
}

.home-product .home-bottom .left .pic img {
    transition: .5s
}

.home-product .home-bottom .left .pic:after {
    padding-bottom: 75%
}

.home-product .home-bottom .left .pic .hover {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.6);
    transition: .8s
}

.home-product .home-bottom .left .pic .hover .bt {
    font-size: 15px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    margin-bottom: 15px;
    transition: .5s
}

.home-product .home-bottom .left .pic .hover .jsh {
    font-size: 13px;
    line-height: 25px;
    color: #fff;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.home-product .home-bottom .left .one {
    margin-bottom: 20px
}

.home-product .home-bottom .left .two {
    margin: 0 -10px 20px -10px;
    overflow: hidden
}

.home-product .home-bottom .left .two a {
    display: block;
    float: left;
    width: 50%;
    padding: 0 10px
}

.home-about {
    background: url("../images/home-about.jpg") no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
    line-height: 30px;
    color: #666
}

.home-about p {
    text-indent: 2em
}

.more {
    padding-top: 30px
}

.more a {
    border: 2px solid #1f1f1f;
    color: #1f1f1f;
    display: block;
    margin: 0 auto;
    width: 210px;
    height: 42px;
    line-height: 38px;
    text-align: center;
    transition: .5s
}

.home-case .home-bottom ul {
    margin: 0 -10px
}

.home-case .home-bottom ul li {
    width: 33.3333333%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px
}

.home-case .home-bottom ul li .box {
    transition: .5s
}

.home-case .home-bottom ul li .pic img {
    transition: .5s
}

.home-case .home-bottom ul li .pic:after {
    padding-bottom: 63.5%
}

.home-case .home-bottom ul li .text {
    padding: 17px 28px 25px 28px;
    border: 1px solid #dcdcdc;
    border-top: 0;
    transition: .5s
}

.home-case .home-bottom ul li .text .bt {
    line-height: 37px;
    color: #333;
    font-weight: normal;
    height: 37px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 16px;
    transition: .5s
}

.home-case .home-bottom ul li .text .jsh {
    line-height: 24px;
    color: #666;
    height: 96px;
    overflow: hidden
}

.home-case .home-bottom ul li .text .date {
    font-size: 13px;
    color: #999;
    height: 20px;
    line-height: 20px;
    margin-top: 18px;
    font-family: arial
}

.home-top {
    text-align: center
}

.home-top .bt {
    font-size: 26px;
    color: #333;
    font-family: "Oswald-Regular";
    text-transform: uppercase
}

.home-top .jsh {
    text-transform: uppercase;
    color: #000;
    line-height: 25px;
    vertical-align: middle;
    font-size: 18px
}

.home-bottom {
    margin-top: 30px
}

.footer {
    padding: 50px 0;
    background: #1f1f1f;
    overflow: hidden
}

.footer .footer-center {
    width: 70%;
    margin: 0 auto;
    line-height: 1.5em;
    text-align: center
}

.footer .footer-center .top {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    font-size: 0
}

.footer .footer-center .top a {
    color: #999;
    font-size: 14px;
    display: inline-block;
    cursor: pointer
}

.footer .footer-center .top a:after {
    content: '/';
    display: block;
    float: left;
    margin: 0 20px;
    color: #999
}

.footer .footer-center p {
    font-size: 13px;
    padding-top: 10px;
    color: #999
}

.inmain {
    padding: 50px 0;
    min-height: 500px
}

.current {
    padding: 5px 0;
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
    font-size: 12px
}

.current .current-left {
    background: url(../images/home.png) no-repeat left 11px;
    background-size: 12px;
    padding-left: 20px;
    line-height: 37px;
    color: #6d6d6d
}

.current .current-left a {
    color: #6d6d6d
}

.current .current-left b {
    font-weight: normal;
    color: #d19f62
}

.current .current-left span {
    font-weight: normal;
    color: #d19f62
}

.second-nav ul {
    text-align: center;
    font-size: 0
}

.second-nav ul li {
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 5px
}

.second-nav ul li a {
    display: block;
    font-size: 14px;
    padding: 0 20px;
    line-height: 35px;
    height: 37px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    transition: .5s;
    max-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.second-nav ul .active a {
    background: #d19f62;
    border: 1px solid #d19f62;
    color: #fff
}

.second-list {
    padding: 20px;
    margin-top: 30px;
    background: #f5f5f5;
    overflow: hidden
}

.second-list ul li {
    float: left;
    margin-right: 20px
}

.second-list ul li a {
    display: block;
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 30px
}

.second-list ul .active a {
    color: #d19f62
}

.content {
    overflow: hidden;
    margin-top: 30px
}

.product ul {
    margin: 0 -10px 30px -10px;
    overflow: hidden
}

.product ul li {
    display: block;
    float: left;
    width: 33.333333333%;
    padding: 0 10px;
    margin-bottom: 20px
}

.product ul li .pic img {
    transition: .5s
}

.product ul li .pic:after {
    padding-bottom: 75%
}

.product ul li .pic .hover {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.6);
    transition: .8s
}

.product ul li .pic .hover .bt {
    font-size: 15px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    margin-bottom: 15px;
    transition: .5s
}

.product ul li .pic .hover .jsh {
    font-size: 13px;
    line-height: 25px;
    color: #fff;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.news ul {
    margin: 0 -15px 30px -15px
}

.news ul li {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 20px
}

.news ul li a {
    display: block;
    position: relative;
    overflow: hidden
}

.news ul li a:after {
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    position: absolute;
    background: #d19f62;
    transition: .5s
}

.news ul li .pic img {
    transition: .5s
}

.news ul li .pic:after {
    padding-bottom: 37.5%
}

.news ul li .text {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5
}

.news ul li .text .bt {
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px
}

.news ul li .text .date {
    font-size: 12px;
    color: #a3afb7;
    margin-bottom: 10px
}

.news ul li .text .jsh {
    color: #727272;
    font-size: 14px;
    line-height: 25px;
    height: 75px;
    overflow: hidden
}

.case ul {
    margin: 0 -10px 30px -10px
}

.case ul li {
    width: 33.3333333%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px
}

.case ul li .box {
    transition: .5s
}

.case ul li .pic img {
    transition: .5s
}

.case ul li .pic:after {
    padding-bottom: 63.5%
}

.case ul li .text {
    padding: 17px 28px 25px 28px;
    border: 1px solid #dcdcdc;
    border-top: 0;
    transition: .5s
}

.case ul li .text .bt {
    line-height: 37px;
    color: #333;
    font-weight: normal;
    height: 37px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 16px;
    transition: .5s
}

.case ul li .text .jsh {
    line-height: 24px;
    display: none;
    color: #666;
    height: 96px;
    overflow: hidden
}

.case ul li .text .date {
    font-size: 13px;
    color: #999;
    height: 20px;
    line-height: 20px;
    margin-top: 18px;
    font-family: arial
}

.case-show .case-pic {
    margin: 30px 0;
    overflow: hidden;
    position: relative
}

.case-show .case-pic .pic img {
    transition: .5s
}

.case-show .case-pic .pic:after {
    padding-bottom: 63.5%
}

.case-show .case-pic .slick-list {
    z-index: 1
}

.case-show .case-pic .slick-dots {
    z-index: 10;
    bottom: 20px;
    line-height: 0;
    text-align: center
}

.case-show .case-pic .slick-dots li {
    margin: 0 6px;
    width: 13px;
    height: 13px
}

.case-show .case-pic .slick-dots li button {
    width: 13px;
    height: 13px;
    display: block;
    background: #fff;
    border-radius: 50%
}

.case-show .case-pic .slick-dots li button:before {
    content: ""
}

.case-show .case-pic .slick-dots .slick-active button {
    background: #d19f62
}

.product-show .product-top {
    padding: 30px;
    background: #f5f5f5;
    overflow: hidden;
    margin-bottom: 30px
}

.product-show .product-pic {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden
}

.product-show .product-pic .pic img {
    transition: .5s
}

.product-show .product-pic .pic:after {
    padding-bottom: 75%
}

.product-show .product-pic .slick-prev:before,
.product-show .product-pic .slick-next:before {
    content: ''
}

.product-show .product-pic .slick-prev {
    left: 0;
    width: 40px;
    height: 80px;
    margin-top: -40px;
    z-index: 9;
    background: rgba(0, 0, 0, 0.7) url("../images/left.png") no-repeat center center!important;
    background-size: 40px!important;
    cursor: pointer
}

.product-show .product-pic .slick-next {
    right: 0;
    width: 40px;
    height: 80px;
    margin-top: -40px;
    z-index: 9;
    background: rgba(0, 0, 0, 0.7) url("../images/right.png") no-repeat center center!important;
    background-size: 40px!important;
    cursor: pointer
}

.product-show .product-right {
    width: 45%;
    float: right;
    padding-top: 20px
}

.product-show .product-right .bt {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px
}

.product-show .product-right .jsh {
    font-size: 14px;
    color: #666;
    line-height: 30px
}

.product-show .product-bottom .product-title {
    font-size: 20px;
    color: #111;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    display: none;
}

.shouqianzixun li {
    border-bottom: 1px dashed #e4e4e4;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.shouqianzixun li .bt {
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 50px
}

.shouqianzixun li .jsh {
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background: #f5f5f5;
    line-height: 30px;
    color: #666
}

.about .about1 {
    text-align: center;
    margin-bottom: 10px
}

.about .about1 .bt {
    font-size: 26px;
    font-weight: normal;
    color: #333;
    font-family: "Oswald-Regular"
}

.about .about1 .jsh {
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    color: #333;
    padding: 0 0 10px 0;
    display: block;
    vertical-align: bottom
}

.about .about1 .span {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    display: block;
    vertical-align: bottom
}

.about .about2 {
    line-height: 30px;
    font-size: 14px;
    color: #666
}

.culture {
    background: url("../images/cubg.jpg") no-repeat top center;
    padding: 44px 0;
    overflow: hidden
}

.culture .culture-pic {
    width: 581px;
    float: left;
    margin-left: 27px
}

.culture .text {
    width: 581px;
    float: right;
    padding-top: 10px
}

.culture .text .bt {
    font-size: 60px;
    color: #3e3e3e;
    font-weight: bold;
    margin-bottom: 58px
}

.culture .text .jsh {
    font-size: 18px;
    color: #494949;
    padding-left: 5px
}

.culture .text .jsh ul li {
    overflow: hidden;
    margin-bottom: 23px
}

.culture .text .jsh ul li span {
    display: block;
    float: left;
    max-width: 110px
}

.culture .text .jsh ul li .info {
    float: left;
    width: 400px
}

.honor .honor-list {
    overflow: hidden
}

.honor .honor-list ul {
    margin: 0 -15px
}

.honor .honor-list ul li {
    width: 25%;
    float: left;
    padding: 0 15px;
    margin-bottom: 50px
}

.honor .honor-list ul li a .pic {
    border: 1px solid #c9c9c9;
    padding: 5%;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    position: relative
}

.honor .honor-list ul li a .pic:after {
    padding-bottom: 130%
}

.honor .honor-list ul li a .pic .fangda {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(209, 159, 98, 0.9)
}

.honor .honor-list ul li a .pic .fangda img {
    position: absolute;
    left: 50%;
    margin-left: -16px;
    top: 50%;
    margin-top: -32px
}

.honor .honor-list ul li a .pic .fangda span {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: 10px;
    color: white
}

.honor .honor-list ul li a .bt {
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #666
}

.contact .bt1 {
    font-size: 20px;
    padding-bottom: 30px;
    color: #1f1f1f
}

.contact .contact-left {
    float: left;
    width: 40%
}

.contact .contact-left ul li {
    position: relative;
    margin-bottom: 30px
}

.contact .contact-left ul li .pic {
    width: 53px;
    height: 53px;
    position: absolute;
    left: 0;
    top: 0
}

.contact .contact-left ul li .text {
    padding-left: 65px;
    min-height: 53px
}

.contact .contact-left ul li .text .bt {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px
}

.contact .contact-left ul li .text .jsh {
    font-size: 14px;
    color: #999
}

.contact .message {
    overflow: hidden;
    width: 60%;
    float: right
}

.contact .message ul {
    overflow: hidden
}

.contact .message ul li {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    overflow: hidden
}

.contact .message ul li input {
    outline: 0;
    border: 1px solid #e5e5e5;
    width: 381px;
    height: 40px;
    line-height: 30px;
    padding: 5px 15px;
    font-size: 14px;
    color: #666;
    transition: .5s;
    position: relative;
    background: #fff;
    font-family: "microsoft yahei"
}

.contact .message ul li i {
    color: red;
    font-size: 12px;
    margin-left: 10px;
    line-height: 40px;
    background: #f8f0e6;
    padding: 0 15px;
    border-radius: 5px;
    position: relative;
    font-style: normal;
    display: none
}

.contact .message ul li .font:before {
    content: '';
    display: block;
    background: url("../images/arrow.png") no-repeat center center;
    width: 8px;
    height: 36px;
    position: absolute;
    top: 0;
    margin-left: -7px;
    left: 0
}

.contact .message ul li textarea {
    outline: 0;
    border: 1px solid #e5e5e5;
    width: 535px;
    height: 152px;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    font-size: 14px;
    color: #666;
    position: relative;
    transition: .5s;
    background: #fff;
    font-family: "microsoft yahei"
}

.contact .message ul input:focus,
.contact .message ul textarea:focus {
    transition: border linear .2s, box-shadow linear .5s;
    -moz-transition: border linear .2s, -moz-box-shadow linear .5s;
    -webkit-transition: border linear .2s, -webkit-box-shadow linear .5s;
    outline: 0;
    border: 1px solid #d19f62
}

.contact .message ul .text {
    margin-right: 0;
    width: 100%;
    float: none
}

.contact .message ul .yanzhen {
    float: none;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 29px
}

.contact .message ul .yanzhen input {
    width: 180px;
    float: left
}

.contact .message ul .yanzhen a {
    height: 40px;
    line-height: 40px;
    display: inline-block
}

.contact .message ul .yanzhen span {
    display: block;
    float: left;
    line-height: 49px;
    font-size: 14px;
    color: #959595;
    margin-left: 16px;
    overflow: hidden
}

.contact .message ul .message-submit {
    text-align: center;
    width: 400px;
    margin-right: 0
}

.contact .message ul .message-submit input {
    width: 130px;
    border: 0;
    padding: 0;
    float: left;
    font-size: 16px;
    color: #fff;
    background: 0;
    transition: .5s;
    text-transform: uppercase;
    line-height: 40px;
    height: 40px;
    background: #d19f62;
    margin-right: 5px
}

.contact .message ul .message-submit #quxiao {
    background: #e6e6e6;
    color: #666
}

.contact1 {
    height: 480px;
    width: 100%
}

.inbanner {
    overflow: hidden;
    width: 100%;
    position: relative
}

.inbanner .inbanner-slick {
    overflow: hidden;
    position: relative;
    text-align: center
}

.inbanner .inbanner-slick img {
    display: block
}

.inbanner .inbanner-slick-phone {
    overflow: hidden;
    position: relative;
    text-align: center;
    display: none
}

.inbanner .inbanner-slick-phone img {
    display: block
}

.inbanner .inbanner-title {
    background: rgba(4, 52, 144, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 43px;
    line-height: 43px;
    text-align: right;
    color: #fff;
    font-size: 12px
}

.inbanner .inbanner-title .current-title img {
    vertical-align: sub;
    margin-right: 5px
}

.inbanner .inbanner-title .current-title a {
    color: #fff
}

.h1 {
    text-align: center;
    font-size: 26px;
    color: #333
}

.h2 {
    text-align: center;
    font-size: 14px;
    color: #999;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
    margin-top: 10px
}

.h2 span {
    padding: 0 10px
}

.info1 {
    padding: 30px 0;
    overflow: hidden
}

.info1 p {
    line-height: 30px;
    color: #666;
    font-size: 14px
}

.list-page-news {
    padding-top: 50px;
    overflow: hidden
}

.list-page-news li {
    width: 50%;
    float: left
}

.list-page-news li p {
    height: 49px;
    line-height: 49px;
    padding: 0 15px;
    background-color: #eee;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    font-size: 14px;
    color: #aaa
}

.list-page-news li p a {
    color: #3f3f3f
}

.list-page-news .prev {
    border-right: 1px solid #d3d3d3
}

.page {
    text-align: center;
    overflow: hidden
}

.page a {
    color: #353535;
    display: inline-block;
    font-size: 12px;
    line-height: 28px;
    height: 30px;
    padding: 0 10px;
    margin: 0 4px;
    font-family: arial;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 1px solid #dadada;
    vertical-align: top
}

.page a.cpb,
.page a:hover {
    background: #d19f62;
    border: 1px solid #d19f62;
    color: #fff
}

.order {
    background: #d19f62;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 100px;
    right: 20px;
    transition: .5s;
    z-index: 10;
    border-radius: 50%
}

.order a {
    color: #fff;
    font-size: 14px;
    display: block;
    text-transform: capitalize;
    padding: 0;
    height: 50px;
    background: url("../images/liuyan.png") no-repeat center center;
    text-align: center
}

.prompt {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../images/ie_sosad.png) no-repeat center 35% #fff;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 999;
    filter: alpha(opacity=80);
    opacity: 80
}

.prompt span {
    position: absolute;
    font-size: 14px;
    top: 55%;
    left: 50%;
    margin-left: -152px;
    width: 304px;
    display: block;
    line-height: 24px;
    color: #666
}

.prompt span a {
    text-decoration: underline
}

.prompt_close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    background: url(../images/closed.png) no-repeat center center;
    cursor: pointer
}

@media (min-width:1025px) {
    .header .header-right ul li .subnav ul li a:hover {
        background: #d19f62;
        font-weight: bold
    }
    .header .header-right ul li:hover .subnav {
        display: block
    }
    .header .header-right ul li:hover .subnav ul li:after {
        display: none
    }
    .home-product-list .home-info .item .pic:hover img {
        transform: scale(1.05)
    }
    .home-product-list .home-info .item .pic:hover .hover {
        opacity: 1
    }
    .home-product-list .home-info .item .pic:hover .hover .bt {
        top: 50%
    }
    .home-product .home-bottom .left .pic:hover img {
        transform: scale(1.05)
    }
    .home-product .home-bottom .left .pic:hover .hover {
        bottom: 0
    }
    .home-product .home-bottom .left .pic:hover .hover .bt {
        margin: 0
    }
    .more a:hover {
        color: #fff;
        border: 2px solid #d19f62;
        background: #d19f62
    }
    .home-case .home-bottom ul li:hover .box {
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1)
    }
    .home-case .home-bottom ul li:hover .pic img {
        transform: scale(1.05)
    }
    .home-case .home-bottom ul li:hover .text {
        border: 1px solid #d19f62;
        border-top: 0
    }
    .home-case .home-bottom ul li:hover .text .bt {
        color: #d19f62
    }
    .footer .footer-center .top a:hover {
        color: #fff
    }
    .second-nav ul li a:hover {
        background: #d19f62;
        border: 1px solid #d19f62;
        color: #fff
    }
    .second-list ul li a:hover {
        color: #d19f62
    }
    .product ul li .pic:hover img {
        transform: scale(1.05)
    }
    .product ul li .pic:hover .hover {
        bottom: 0
    }
    .product ul li .pic:hover .hover .bt {
        margin: 0
    }
    .news ul li:hover a:after {
        width: 100%
    }
    .news ul li:hover .pic img {
        transform: scale(1.05)
    }
    .news ul li:hover .text .bt {
        color: #d19f62
    }
    .case ul li:hover .box {
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1)
    }
    .case ul li:hover .pic img {
        transform: scale(1.05)
    }
    .case ul li:hover .text {
        border: 1px solid #d19f62;
        border-top: 0
    }
    .case ul li:hover .text .bt {
        color: #d19f62
    }
    .honor .honor-list ul li a .pic:hover .fangda {
        display: block
    }
    .page a:hover {
        background: #d19f62;
        border: 1px solid #d19f62;
        color: #fff
    }
    .list-page-news li:hover p {
        color: #fff;
        background-color: #d19f62
    }
    .list-page-news li:hover p a {
        color: #fff;
        -webkit-transition-duration: 0s;
        transition-duration: 0s
    }
}

@media (max-width:1920px) {
    .home-banner .home-banner-slick {
        max-height: 800px
    }
}

@media (max-width:1680px) {
    .home-banner .home-banner-slick {
        max-height: 700px
    }
}

@media (max-width:1600px) {
    .home-banner .home-banner-slick {
        max-height: 667px
    }
}

@media (max-width:1440px) {
    .home-banner .home-banner-slick {
        max-height: 600px
    }
}

@media (max-width:1400px) {
    .home-banner .home-banner-slick {
        max-height: 583px
    }
}

@media (max-width:1366px) {
    .home-banner .home-banner-slick {
        max-height: 569px
    }
}

@media (max-width:1360px) {
    .home-banner .home-banner-slick {
        max-height: 567px
    }
}

@media (max-width:1280px) {
    .home-banner .home-banner-slick {
        max-height: 533px
    }
}

@media (max-width:1024px) {
    .home-banner .home-banner-slick {
        max-height: 427px
    }
}

@media (max-width:992px) {
    .home-banner .home-banner-slick-phone {
        max-height: 661px
    }
}

@media (max-width:768px) {
    .home-banner .home-banner-slick-phone {
        max-height: 512px
    }
}

@media (max-width:520px) {
    .home-banner .home-banner-slick-phone {
        max-height: 347px
    }
}

@media (max-width:414px) {
    .home-banner .home-banner-slick-phone {
        max-height: 276px
    }
}

@media (max-width:375px) {
    .home-banner .home-banner-slick-phone {
        max-height: 250px
    }
}

@media (max-width:360px) {
    .home-banner .home-banner-slick-phone {
        max-height: 250px
    }
}

@media (max-width:320px) {
    .home-banner .home-banner-slick-phone {
        max-height: 250px
    }
}

@media (max-width:1024px) {
    .phone-nav {
        display: block
    }
    .header .header-right {
        display: none
    }
    .header .logo img {
        max-height: 30px
    }
    .header {
        height: 50px
    }
    .header .logo {
        padding: 10px 0
    }
    .phone-nav img {
        margin-top: 15px
    }
}

@media (max-width:992px) {
    .home-banner .home-banner-slick {
        display: none
    }
    .home-banner .home-banner-slick-phone {
        display: block
    }
}

@media (max-width:768px) {
    .inbanner .inbanner-slick {
        display: none
    }
    .inbanner .inbanner-slick-phone {
        display: block
    }
    .order {
        display: none
    }
    .page a {
        display: none;
        font-size: 12px;
        line-height: 37px;
        height: 37px;
        padding: 0 10px;
        margin: 0 5px
    }
    .page a.first,
    .page a.prev,
    .page a.next,
    .page a.last {
        display: inline-block
    }
    .home {
        padding: 30px 0
    }
    .inmain {
        padding: 30px 0
    }
    .h1 {
        font-size: 18px
    }
    .h2 {
        font-size: 12px;
        padding: 5px 0
    }
    .info1 {
        padding: 20px 0
    }
    .info1 p {
        line-height: 25px;
        font-size: 12px
    }
    .list-page-news {
        padding-top: 10px
    }
    .contact1 {
        height: 300px
    }
    .home-product-list .home-info {
        margin-top: -40px
    }
    .home-product .home-bottom .left {
        width: 100%
    }
    .more {
        padding-top: 20px
    }
    .home-case .home-bottom ul li {
        width: 50%
    }
    .case ul li {
        width: 50%
    }
    .footer {
        padding: 30px 0
    }
    .more a {
        width: 120px;
        font-size: 12px;
        height: 37px;
        line-height: 33px
    }
    .home-product-list .home-info .item .pic .hover {
        opacity: 1;
        background: rgba(209, 159, 98, 0.3)
    }
    .home-product-list .home-info .item .pic .hover .bt {
        top: 50%
    }
    .home-top .jsh {
        font-size: 14px
    }
    .home-top .bt {
        font-size: 18px
    }
    .home-bottom {
        margin-top: 20px
    }
    .home-product .home-bottom {
        margin: 20px -10px 0 -10px
    }
    .second-nav ul li {
        padding: 0 5px 0 0
    }
    .second-nav ul li a {
        font-size: 12px;
        padding: 0 10px;
        line-height: 30px;
        height: 32px;
        max-width: 120px
    }
    .second-list {
        padding: 15px;
        margin-top: 10px
    }
    .second-list ul li a {
        line-height: 25px;
        font-size: 12px
    }
    .product ul li {
        width: 50%
    }
    .product-show .product-pic {
        width: 100%
    }
    .product-show .product-right {
        width: 100%
    }
    .product-show .product-right .bt {
        font-size: 16px;
        font-weight: bold
    }
    .list-page-news li {
        width: 100%;
        margin-bottom: 5px
    }
    .list-page-news .prev {
        border: 0
    }
    .product-show .product-bottom .product-title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 0
    }
    .product-show .product-top {
        padding: 15px;
        margin-bottom: 20px
    }
    .product-show .product-pic .slick-prev {
        width: 30px;
        height: 50px;
        margin-top: -25px;
        background-size: 20px!important
    }
    .product-show .product-pic .slick-next {
        width: 30px;
        height: 50px;
        margin-top: -25px;
        background-size: 20px!important
    }
    .news ul {
        margin: 0 -5px 20px -5px
    }
    .news ul li {
        padding: 0 5px;
        margin-bottom: 10px
    }
    .news ul li .text {
        padding: 10px 0
    }
    .news ul li .text .bt {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 5px
    }
    .news ul li .text .date {
        margin-bottom: 5px
    }
    .news ul li .text .jsh {
        font-size: 12px
    }
    .case-show .case-pic {
        margin: 20px 0 0 0
    }
    .list-page-news li p {
        font-size: 12px;
        line-height: 40px;
        height: 40px
    }
    .content {
        margin-top: 20px
    }
    .shouqianzixun li {
        padding-bottom: 10px;
        margin-bottom: 10px
    }
    .shouqianzixun li .bt {
        font-size: 14px;
        line-height: 40px
    }
    .shouqianzixun li .jsh {
        font-size: 12px;
        padding: 10px;
        line-height: 25px
    }
    .about .about1 .bt {
        font-size: 20px
    }
    .about .about1 .jsh {
        font-size: 24px
    }
    .about .about1 .span {
        font-size: 16px
    }
    .about .about2 {
        line-height: 25px;
        font-size: 12px
    }
    .culture .text {
        width: 100%
    }
    .culture .text .bt {
        font-size: 30px;
        margin-bottom: 20px
    }
    .culture .text .jsh {
        font-size: 14px
    }
    .culture .text .jsh ul li {
        margin-bottom: 10px
    }
    .culture .culture-pic {
        width: 100%;
        margin: 0
    }
    .culture {
        padding: 0
    }
    .culture .text .jsh ul li span {
        display: block;
        float: none;
        font-size: 15px;
        font-weight: bold
    }
    .culture .text .jsh ul li .info {
        float: none;
        width: 100%
    }
    .honor .honor-list ul li {
        width: 33.3333333%
    }
    .contact .contact-left {
        width: 100%
    }
    .contact .message {
        width: 100%
    }
    .contact .bt1 {
        padding-bottom: 15px
    }
}

@media (max-width:520px) {
    .home-product-list .home-info {
        padding: 80px 10px 30px 10px
    }
    .home-case .home-bottom ul li .text {
        padding: 10px
    }
    .home-case .home-bottom ul li .text .bt {
        margin-bottom: 0;
        font-size: 14px
    }
    .home-case .home-bottom ul li .text .jsh {
        font-size: 12px
    }
    .home-case .home-bottom ul li .text .date {
        margin-top: 5px
    }
    .case ul {
        margin: 0 -5px 20px -5px
    }
    .case ul li {
        padding: 0 5px;
        margin-bottom: 10px
    }
    .case ul li .text {
        padding: 10px
    }
    .case ul li .text .bt {
        margin-bottom: 0;
        font-size: 14px
    }
    .case ul li .text .jsh {
        font-size: 12px
    }
    .case ul li .text .date {
        margin-top: 5px
    }
    .home-about p {
        font-size: 12px
    }
    .home-about {
        line-height: 25px
    }
    .home-product .home-bottom .left .pic .hover .bt {
        font-size: 14px
    }
    .home-product .home-bottom .left .one {
        margin-bottom: 10px
    }
    .home-product .home-bottom .left .two {
        margin: 0 -5px 10px -5px
    }
    .home-product .home-bottom .left .two a {
        padding: 0 5px
    }
    .home-product .home-bottom .left .pic .hover {
        padding: 10px
    }
    .home-case .home-bottom ul li {
        padding: 0 5px;
        margin-bottom: 10px
    }
    .home-case .home-bottom ul {
        margin: 0 -5px
    }
    .footer .footer-center {
        width: 100%
    }
    .product ul {
        margin: 0 -5px 20px -5px
    }
    .product ul li {
        padding: 0 5px;
        margin-bottom: 10px
    }
    .product ul li .pic .hover .bt {
        font-size: 14px
    }
    .honor .honor-list ul li {
        width: 50%;
        margin-bottom: 20px
    }
    .contact .message ul .text {
        width: 100%
    }
    .contact .message ul li {
        margin-bottom: 5px
    }
    .contact .message ul li i {
        line-height: 30px
    }
    .contact .message ul li .font {
        margin-top: 10px
    }
    .contact .message ul li .font:before {
        content: '';
        display: block;
        background: url(../images/arrow1.png) no-repeat center center;
        width: 10px;
        height: 8px;
        position: absolute;
        top: 0;
        margin-left: 0;
        margin-top: -6px;
        left: 15%
    }
    .contact .message ul li input {
        width: 100%
    }
    .contact .message ul li textarea {
        width: 100%
    }
    .contact .message ul .yanzhen {
        width: 100%
    }
    .contact .message ul .yanzhen input {
        width: 150px
    }
    .contact .message ul {
        margin-top: 20px
    }
    .contact .message ul .message-submit input {
        width: 140px
    }
}