﻿@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;
}


/*****************************T-HW126************************************/

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: "OpenSans-Regular", 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(../arrow.html) no-repeat center right;
}

input,
select,
textarea {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-radius: 0;
}

::-webkit-input-placeholder {
    color: #ccc;
}

:-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #ccc;
}

.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: 88%;
}

.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 {
    background: #fff;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    width: 1260px;
}

@media (max-width:1260px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        padding-right: 10px;
        padding-left: 10px;
        width: 100%;
    }
}

@font-face {
    font-family: "Oswald-Regular";
    src: url("../woff2/oswald-regular.woff2") format("woff2"), url("../woff/oswald-regular.woff") format("woff"), url("../ttf/oswald-regular.ttf") format("truetype"), url("../eot/oswald-regular.eot") format("embedded-opentype"), url("../svg/oswald-regular.svg") format("svg");
}

@font-face {
    font-family: "OpenSans-Regular";
    src: url("../woff2/opensans-regular.woff2") format("woff2"), url("../woff/opensans-regular.woff") format("woff"), url("../ttf/opensans-regular.ttf") format("truetype"), url("../eot/opensans-regular.eot") format("embedded-opentype"), url("../svg/opensans-regular.svg") format("svg");
}

.top {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    padding: 15px 0;
    background: #222226;
    text-transform: uppercase;
    font-family: "Oswald-Regular";
}

.header {
    width: 100%;
    transition: .36s;
    z-index: 5;
    height: 130px;
    font-family: "Oswald-Regular";
    background: #fff;
}

.header .logo {
    padding: 30px 0;
    overflow: hidden;
    float: left;
    transition: .36s;
}

.header .logo a {
    display: block;
}

.header .logo img {
    height: 70px;
    display: block;
}

.header .header-right {
    float: right;
}

.header .header-right .nav {
    z-index: 6;
    position: relative;
    float: right;
    padding: 55px 0 0 0;
}

.header .header-right .nav ul li {
    transition: .36s;
    position: relative;
    float: left;
    font-size: 16px;
    text-align: center;
    margin-left: 35px;
}

.header .header-right .nav ul li a {
    display: block;
    position: relative;
    color: #333;
    height: 40px;
    text-transform: uppercase;
    z-index: 3;
    border-bottom: 3px solid transparent;
}

.header .header-right .nav ul li .subnav {
    top: 40px;
    display: none;
    text-align: left;
    z-index: 8;
    width: 300px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 20px 30px;
    box-sizing: border-box;
}

.header .header-right .nav ul li .subnav ul {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    border: 0;
}

.header .header-right .nav ul li .subnav ul li {
    margin: 0;
    float: none;
    text-align: left;
    width: 100%;
    border-right: 0;
}

.header .header-right .nav ul li .subnav ul li a {
    display: block;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    bottom: 0;
    padding: 0;
    background-size: 10px;
    text-transform: capitalize;
    border-bottom: 0;
    transition: .5s;
    background: 0;
    font-family: 'Opensans-Regular';
}

.header .header-right .nav ul .active a {
    border-bottom: 3px solid #9d1904;
}

.header .header-right .home-search {
    margin-left: 50px;
    float: right;
    position: relative;
    margin-top: 50px;
}

.header .header-right .home-search .input {
    border: 0;
    height: 40px;
    padding: 0 5px;
    outline: 0;
    float: right;
    width: 290px;
    padding: 0 40px 0 15px;
    box-sizing: border-box;
    background: #f2f3f9;
    border-radius: 100px;
}

.header .header-right .home-search .submit {
    background: url(../png/dot02.png) no-repeat center left;
    width: 40px;
    height: 40px;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.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: 30px;
    display: block;
    margin-top: 70px;
}

.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-dots {
    z-index: 10;
    bottom: 30px;
    line-height: 0;
    text-align: center;
}

.home-banner .home-banner-slick .slick-dots li {
    margin: 0 6px;
    width: 21px;
    height: 21px;
    background: 0;
    padding: 5px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
}

.home-banner .home-banner-slick .slick-dots li button {
    width: 7px;
    height: 7px;
    display: block;
    background: 0;
    border-radius: 50%;
    padding: 0;
}

.home-banner .home-banner-slick .slick-dots li button:before {
    content: "";
}

.home-banner .home-banner-slick .slick-dots .slick-active {
    border: 2px solid #9d1904;
}

.home-banner .home-banner-slick .slick-dots .slick-active button {
    background: #9d1904;
}

.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 4px;
    width: 18px;
    height: 18px;
    background: 0;
    padding: 3px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.home-banner .home-banner-slick-phone .slick-dots li button {
    width: 8px;
    height: 8px;
    display: block;
    background: #fff;
    border-radius: 50%;
    padding: 0;
}

.home-banner .home-banner-slick-phone .slick-dots li button:before {
    content: "";
}

.home-banner .home-banner-slick-phone .slick-dots .slick-active {
    border: 2px solid #9d1904;
}

.home-banner .home-banner-slick-phone .slick-dots .slick-active button {
    background: #9d1904;
}

.mobile-footer-menu {
    display: none;
    height: 54px;
}

.page {
    text-align: center;
    overflow: hidden;
}

.page a {
    color: #353535;
    display: inline-block;
    font-size: 12px;
    line-height: 33px;
    height: 35px;
    padding: 0 13px;
    margin: 0 4px;
    font-family: arial;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 1px solid #dadada;
    vertical-align: top;
}

.page a.cpb {
    background: #9d1904;
    border: 1px solid #9d1904;
    color: #fff;
}

.order {
    background: #ffab00;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 60px;
    right: 0;
    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("../png/liuyan.png") no-repeat center center;
    text-align: center;
    transition: .5s;
}

.prompt {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../png/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;
}

.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;
}

.i-title {
    position: relative;
    line-height: 1;
    margin-bottom: 40px;
    padding-bottom: 35px;
    text-align: center;
    font-size: 48px;
    color: #29293a;
    text-transform: uppercase;
    font-family: "Oswald-Regular";
}

.i-title:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 3px;
    background: #9d1904;
    content: '';
}

.home-why {
    padding: 90px 0;
    overflow: hidden;
    background: #fff;
}

.home-why ul {
    margin: 0 -10px;
}

.home-why ul li {
    float: left;
    width: 25%;
    padding: 0 10px;
}

.home-why ul li .box {
    text-align: center;
    cursor: pointer;
}

.home-why ul li .box .num {
    width: 115px;
    line-height: 115px;
    margin: 0 auto 25px;
    font-size: 50px;
    color: #9d1904;
    border: 2px solid #d5d7df;
    border-radius: 100px;
    transition: all 300ms ease 0s;
    font-family: "Oswald-Regular";
}

.home-why ul li .box .tit {
    line-height: 1;
    font-size: 26px;
    color: #29293a;
    font-family: "Oswald-Regular";
}

.home-why ul li .box .b_line {
    width: 60px;
    height: 2px;
    margin: 30px auto 40px;
    background: #9c2a18;
}

.home-why ul li .box .bf {
    line-height: 30px;
    font-size: 16px;
    color: #8b8b8b;
    height: 60px;
    overflow: hidden;
}

.home-product {
    padding: 90px 0;
    background: #f2f3f9;
    overflow: hidden;
}

.home-product .list {
    position: relative;
    padding-bottom: 60px;
}

.home-product .list .item {
    padding: 10px 10px 0 10px;
}

.home-product .list .item .box {
    padding-bottom: 30px;
    background: #fff;
    transition: all .2s .1s;
    -webkit-transition: all .2s .1s;
    border: 1px solid #f2f3f9;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
}

.home-product .list .item .box .bt {
    height: 50px;
    line-height: 25px;
    padding: 0 10px;
    font-size: 18px;
    color: #29293a;
    margin: 20px 0;
    overflow: hidden;
}

.home-product .list .item .box .more {
    display: inline-block;
    font-size: 16px;
    color: #9d1904;
    text-transform: uppercase;
    border-bottom: 1px solid #f6b9b1;
}

.home-product .list .slick-dots {
    z-index: 10;
    bottom: 0;
    line-height: 0;
    text-align: center;
}

.home-product .list .slick-dots li {
    margin: 0 6px;
    width: 21px;
    height: 21px;
    background: 0;
    padding: 5px;
    border: 2px solid rgba(0, 0, 0, 0.6);
    border-radius: 50%;
}

.home-product .list .slick-dots li button {
    width: 7px;
    height: 7px;
    display: block;
    background: 0;
    border-radius: 50%;
    padding: 0;
}

.home-product .list .slick-dots li button:before {
    content: "";
}

.home-product .list .slick-dots .slick-active {
    border: 2px solid #9d1904;
}

.home-product .list .slick-dots .slick-active button {
    background: #9d1904;
}

.home-case {
    display: none;
    padding: 90px 0;
    overflow: hidden;
    background: #fff;
}

.home-case .list {
    margin: 0 -10px;
    overflow: hidden;
}

.home-case .list .item {
    width: 33.333333333333336%;
    float: left;
    padding: 0 10px;
}

.home-case .list .item .pic {
    border-radius: 13px;
    overflow: hidden;
}

.home-case .list .item .pic img {
    transition: .5s;
}

.home-case .list .item .pic:after {
    padding-bottom: 73%;
}

.home-case .list .item .bt {
    line-height: 1.5;
    margin: 30px 0 10px;
    padding: 3px 12px;
    background: linear-gradient(to right, #9d1904, #c34531);
    font-size: 12px;
    color: #fff;
    font-family: "Oswald-Regular";
    border-radius: 100px;
    display: inline-block;
}

.home-case .list .item .jsh {
    font-size: 20px;
    color: #333;
    font-family: "Oswald-Regular";
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 10px;
}

.home-case .more {
    max-width: 250px;
    width: 90%;
    line-height: 3;
    margin-top: 90px;
    background: #ec5c42;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 100px;
    display: block;
    font-family: "Oswald-Regular";
    text-align: center;
    margin: 90px auto 0 auto;
}

.home-about {
    position: relative;
    padding: 0;
    background: #f9f9f9;
    overflow: hidden;
    height: 614px;
}

.home-about .pic {
    width: 960px;
    height: 614px;
    position: absolute;
    top: 0;
    right: 50%;
    margin-left: -960px;
}

.home-about .words {
    width: 50%;
    float: right;
    padding-left: 5%;
    margin-top: 100px;
}

.home-about .words .title {
    line-height: 1;
    font-size: 48px;
    color: #333;
    font-family: "Oswald-Regular";
    margin: 0 0 25px;
}

.home-about .words .title_2 {
    line-height: 1.7;
    font-size: 20px;
    color: #333;
}

.home-about .words .w_line {
    width: 72px;
    height: 2px;
    line-height: 1.7;
    margin: 30px 0;
    background: #9d1904;
}

.home-about .words .bf {
    font-size: 20px;
    color: #8b8b8b;
    line-height: 1.7;
    font-style: italic;
}

.home-news {
    padding: 90px 0;
    overflow: hidden;
    background: #fff;
}

.home-news .list {
    position: relative;
    padding: 0 100px;
}

.home-news .list .item {
    position: relative;
}

.home-news .list .item .pic {
    width: 388px;
    height: 235px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}

.home-news .list .item .pic img {
    transition: .5s;
}

.home-news .list .item .info {
    height: 235px;
    padding-left: 430px;
}

.home-news .list .item .info .bt {
    line-height: 1;
    padding: 0 0 5px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #29293a;
    font-family: "Oswald-Regular";
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.home-news .list .item .info .time {
    margin-bottom: 20px;
    font-size: 16px;
    color: #838386;
}

.home-news .list .item .info .desc {
    line-height: 25px;
    font-size: 14px;
    color: #29293a;
    height: 75px;
    margin-bottom: 50px;
    overflow: hidden;
}

.home-news .list .item .info .more {
    font-size: 16px;
    color: #9d1904;
    text-transform: uppercase;
    border-bottom: 1px solid #f6b9b1;
    display: inline-block;
}

.home-news .list .slick-prev {
    left: 0;
    background: #ccc url(../png/icon_arrow.png) no-repeat center center;
    z-index: 5;
    width: 55px;
    height: 55px;
    border-radius: 100px;
    margin-top: -36px;
    transition: .5s;
}

.home-news .list .slick-next {
    right: 0;
    background: #ccc url(../png/icon_arrow.png) no-repeat center center;
    z-index: 5;
    width: 55px;
    height: 55px;
    border-radius: 100px;
    margin-top: -36px;
    transition: .5s;
    transform: rotate(180deg);
}

.home-news .list .slick-prev::before,
.home-news .list .slick-next::before {
    content: "";
}

footer {
    background: #333333;
    overflow: hidden;
}

footer .footer-top {
    overflow: hidden;
}

footer .footer-top .box {
    width: 33.333333333333336%;
    padding: 30px 20px;
    float: left;
    position: relative;
}

footer .footer-top .box img {
    margin-right: 10px;
    width: 50px;
    position: absolute;
    top: 30px;
    left: 20px;
}

footer .footer-top .box .right {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 60px;
}

footer .footer-top .box .right .ti {
    line-height: 1;
    font-size: 22px;
    color: #fff;
    font-family: "Oswald-Regular";
    margin-bottom: 20px;
    text-transform: uppercase;
}

footer .footer-top .box .right .txt,
footer .footer-top .box .right .txt a {
    line-height: 1.5;
    font-size: 16px;
    color: #fff;
}

footer .footer-top .box .right .share {
    margin-top: 20px;
}

footer .footer-top .box .right .share .foot_share_box {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 13px;
    vertical-align: middle;
    background-image: url(../png/icon_follow_1.png);
    margin-right: 0;
    background-repeat: no-repeat;
}

footer .footer-top .box .right .share .Google {
    background-position: 0 -200px;
}

footer .footer-top .box .right .share .Twitter {
    background-position: 0 -40px;
}

footer .footer-top .box .right .share .YouTube {
    background-position: 0 -160px;
}

footer .footer-top .box .right .share .Pinterest {
    background-position: 0 -80px;
}

footer .footer-top .box .right .share .Facebook {
    background-position: 0 0;
}

footer .footer-top .box .right .share .LinkedIn {
    background-position: 0 -120px;
}

footer .footer-top .friendship-link {
    margin: 15px 0;
    position: relative;
    overflow: hidden;
}

footer .footer-top .friendship-link .title {
    font-size: 15px;
    color: #fff;
    margin-right: 20px;
    font-weight: bold;
    width: 125px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 50px;
}

footer .footer-top .friendship-link .list {
    width: 100%;
    padding-left: 145px;
}

footer .footer-top .friendship-link .list a {
    font-size: 16px;
    color: #fff;
    width: 92px;
    height: 50px;
    margin-right: 10px;
    float: left;
    display: block;
    margin-bottom: 5px;
}

footer #copymsg {
    font-size: 16px;
    color: #fff;
    font-family: "Lato-Regular";
    padding: 45px 0;
    border-top: 1px solid #4c4c4c;
    text-align: center;
}

.current {
    text-align: left;
    height: 55px;
    line-height: 55px;
    color: #888;
    font-size: 16px;
    overflow: hidden;
    text-transform: capitalize;
}

.current a {
    color: #888;
}

.current b {
    font-weight: normal;
}

.art-title {
    text-align: center;
    height: 35px;
    margin: 30px 0;
    font-size: 22px;
    color: #333;
}

.contact {
    overflow: hidden;
}

.contact .contents {
    color: #555;
    line-height: 30px;
    font-size: 16px;
    min-height: 100px;
}

.download {
    padding-bottom: 30px;
    overflow: hidden;
}

.download ul {
    padding-bottom: 30px;
    overflow: hidden;
}

.download ul li a {
    display: block;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-right: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.download ul li .down {
    display: inline-block;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    overflow: hidden;
    background: #555 url(../png/down.png) no-repeat center center;
    margin-top: 13px;
    background-size: 15px;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
}

.about .sublist {
    margin-bottom: 45px;
    text-align: center;
}

.about .sublist li {
    display: inline-block;
    font-size: 15px;
    margin: 0 25px;
}

.about .sublist li a {
    color: #222;
    display: block;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    max-width: 120px;
}

.about .sublist .active a {
    color: #9d1904;
}

.about .about1 {
    font-size: 16px;
    color: #828282;
    line-height: 26px;
    padding-bottom: 48px;
}

.about .about1 .title {
    font-size: 24px;
    line-height: 36px;
    color: #333;
    text-transform: uppercase;
    padding-bottom: 17px;
}

.message {
    background: #f5f5f5;
    padding: 50px 0;
    margin-top: 50px;
    overflow: hidden;
}

.message .article_feedback_title {
    text-align: center;
    margin-bottom: 30px;
}

.message .article_feedback_title .title {
    font-size: 24px;
    color: #333;
}

.message .article_feedback_title span {
    display: block;
    width: 28px;
    height: 2px;
    background: #333;
    margin: 15px auto 10px;
}

.message .article_feedback_title .txt {
    font-size: 16px;
    color: #555;
}

.message .rows {
    padding: 10px 2%;
    position: relative;
    overflow: hidden;
}

.message .rows.input_rows {
    float: left;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
}

.message .input {
    width: 100%;
    height: 43px;
    line-height: 43px;
    font-size: 12px;
    color: #888;
    text-indent: 10px;
    box-sizing: border-box;
    -webkit-appearance: none;
    border: 1px #cbcecd solid;
    outline: 0;
}

.message .input:focus {
    border: 1px #9d1904 solid;
}

.message .fc_red {
    margin-right: 8px;
    position: absolute;
    right: 0;
    bottom: 18px;
    z-index: 1;
    color: #f00;
}

.message textarea {
    width: 100%;
    height: 150px;
    font-size: 12px;
    color: #888;
    text-indent: 10px;
    border: 1px #cbcecd solid;
    box-sizing: border-box;
    line-height: 43px;
}

.message textarea:focus {
    border: 1px #9d1904 solid;
}

.message .vcode .input {
    width: 150px;
    max-width: 80%;
}

.message .vcode .fc_red {
    position: static;
    margin: 0 0 0 8px;
}

.message .form_button {
    width: 160px;
    height: 40px;
    line-height: 40px;
    background: #222;
    color: #fff;
    font-size: 14px;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
}

.about .honor-info {
    overflow: hidden;
    padding-bottom: 50px;
}

.about .honor-info a {
    width: 25%;
    float: left;
    padding: 0 10px;
    margin-bottom: 30px;
}

.about .honor-info a .pic {
    border: 1px solid #ccc;
}

.about .honor-info a .pic img {
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.about .honor-info a .pic:after {
    padding-bottom: 62%;
}

.about .honor-info a .pic i {
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    position: absolute;
    width: inherit;
    height: inherit;
    padding-top: 30%;
    z-index: 100;
    top: 0;
    display: none;
    width: 100%;
    padding-bottom: 60%;
}

.about .honor-info a .pic i img {
    margin-top: -15px;
    width: 50px;
    height: 50px;
}

.about .honor-info a span {
    display: none;
    color: #333;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.product {
    padding-bottom: 50px;
    overflow: hidden;
}

.product .product-top {
    overflow: hidden;
}

.product .left {
    float: left;
    width: 260px;
}

.product .left .page_name {
    position: relative;
    margin-bottom: 10px;
    font-size: 22px;
    height: 55px;
    line-height: 55px;
    text-transform: uppercase;
    font-family: "Oswald-Regular";
}

.product .left .page_name:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 37px;
    height: 3px;
    background: #9d1904;
    content: '';
}

.product .left ul li {
    line-height: 51px;
    position: relative;
    padding-right: 15px;
    overflow: hidden;
    cursor: pointer;
}

.product .left ul li a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    color: #333;
}

.product .left ul .active>a {
    color: #9d1904;
}

.product .left .submenu {
    display: none;
}

.product .left .submenu a {
    font-size: 14px;
    display: block;
    color: #666;
    line-height: 28px;
    padding-left: 20px;
}

.product .left .submenu a:hover,
.product .left .submenu a.active {
    color: #9d1904;
}

.product .right {
    float: right;
    width: 75%;
}

.product .right .cate_title {
    margin-bottom: 15px;
    height: 35px;
    line-height: 35px;
    font-size: 26px;
    color: #29293a;
    text-transform: capitalize;
}

.product .right .list {
    position: relative;
    padding-bottom: 60px;
    margin: 0 -10px;
    overflow: hidden;
}

.product .right .list .item {
    padding: 10px 10px 0 10px;
    width: 33.333333333333336%;
    float: left;
}

.product .right .list .item .box {
    padding-bottom: 30px;
    background: #fff;
    transition: all .2s .1s;
    -webkit-transition: all .2s .1s;
    border: 1px solid #f2f3f9;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
}

.product .right .list .item .box .bt {
    height: 50px;
    line-height: 25px;
    padding: 0 10px;
    font-size: 18px;
    color: #29293a;
    margin: 20px 0;
    overflow: hidden;
}

.product .right .list .item .box .more {
    display: inline-block;
    font-size: 16px;
    color: #9d1904;
    text-transform: uppercase;
    border-bottom: 1px solid #f6b9b1;
}

.product .right .list1 {
    margin: 0 -10px;
    overflow: hidden;
}

.product .right .list1 .item {
    width: 100%;
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
}

.product .right .list1 .item .pic {
    border-radius: 13px;
    overflow: hidden;
    position: absolute;
    width: 350px;
    left: 10px;
    top: 10px;
}

.product .right .list1 .item .pic:after {
    padding-bottom: 73%;
}

.product .right .list1 .item .pic img {
    transition: .5s;
}

.product .right .list1 .item .text {
    height: 256px;
    padding-left: 370px;
}

.product .right .list1 .item .bt {
    line-height: 1.5;
    margin: 30px 0 10px;
    padding: 3px 12px;
    background: linear-gradient(to right, #9d1904, #c34531);
    font-size: 12px;
    color: #fff;
    font-family: "Oswald-Regular";
    border-radius: 100px;
    display: inline-block;
}

.product .right .list1 .item .jsh {
    font-size: 28px;
    color: #333;
    font-family: "Oswald-Regular";
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 10px;
    margin-bottom: 20px;
}

.product .right .list1 .item .span {
    font-size: 16px;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
}

.product .right .list2 {
    position: relative;
    padding-top: 10px;
}

.product .right .list2 .item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.product .right .list2 .item .pic {
    width: 388px;
    height: 235px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}

.product .right .list2 .item .pic img {
    transition: .5s;
}

.product .right .list2 .item .info1 {
    height: 235px;
    padding-left: 430px;
}

.product .right .list2 .item .info1 .bt {
    line-height: 1;
    padding: 0 0 5px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #29293a;
    font-family: "Oswald-Regular";
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.product .right .list2 .item .info1 .time {
    margin-bottom: 20px;
    font-size: 16px;
    color: #838386;
}

.product .right .list2 .item .info1 .desc {
    line-height: 25px;
    font-size: 14px;
    color: #29293a;
    height: 75px;
    margin-bottom: 50px;
    overflow: hidden;
}

.product .right .list2 .item .info1 .more {
    font-size: 16px;
    color: #9d1904;
    text-transform: uppercase;
    border-bottom: 1px solid #f6b9b1;
    display: inline-block;
}

.product-pic {
    position: relative;
    width: 50%;
    float: left;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}

.product-pic .pro-pic {
    position: relative;
    background: #fff;
    margin-bottom: 30px;
    max-height: 690px;
    overflow: hidden;
}

.product-pic .pro-pic .item .pic:after {
    padding-bottom: 75%;
}

.product-pic .pro-pic .slick-prev {
    left: 20px;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    z-index: 6;
    background: rgba(43, 51, 59, 0.5);
    border-radius: 50%;
    transition: .5s;
}

.product-pic .pro-pic .slick-dots {
    z-index: 10;
    bottom: 10px;
    line-height: 0;
    text-align: center;
}

.product-pic .pro-pic .slick-dots li {
    margin: 0 4px;
    width: 13px;
    height: 13px;
    background: 0;
    border-radius: 50%;
    padding: 4px;
}

.product-pic .pro-pic .slick-dots li button {
    width: 5px;
    height: 5px;
    display: block;
    background: #333;
    border-radius: 50%;
    padding: 0;
}

.product-pic .pro-pic .slick-dots li button:before {
    content: "";
}

.product-pic .pro-pic .slick-dots .slick-active {
    background: #9d1904;
}

.product-pic .pro-pic .slick-dots .slick-active button {
    background: #fff;
}

.product .info {
    padding-left: 30px;
    width: 50%;
    float: left;
}

.product .info .name {
    font-size: 24px;
    color: #5d5d5d;
    font-weight: normal;
}

.product .info .number {
    margin: 10px 0;
    font-size: 16px;
}

.product .info .desc {
    font-size: 16px;
    margin: 10px 0;
    line-height: 190%;
    color: #888;
}

.product .info .button {
    margin: 20px 0;
}

.product .info .button a {
    width: 40%;
    max-width: 200px;
    height: 45px;
    line-height: 45px;
    display: block;
    color: #fff;
    text-align: center;
    background: #9d1904;
    font-size: 16px;
    text-decoration: none;
    float: left;
    margin-right: 10px;
    border-radius: 3px;
}

.product .description {
    margin: 20px 0;
    overflow: hidden;
}

.product .description .title {
    padding: 10px 0;
    color: #555;
    overflow: hidden;
    font-size: 30px;
    color: #1f1f1f;
    position: relative;
    background: #fff;
    margin-right: 0;
    padding-right: 15px;
}

.product .description .title:after {
    position: absolute;
    width: 10000px;
    left: 100%;
    top: 13px;
    height: 1px;
    background: #e3e3e3;
    margin-left: 20px;
    content: '';
}

.product .description .jsh {
    padding: 20px 0;
    overflow: hidden;
}

.product .description .jsh img {
    width: 100%;
}

.product .description .jsh table {
    border: solid 1px #ccc;
    border-left: solid 1px #ccc;
}

.product .description .jsh table td {
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 5px 10px;
}

.product .description .jsh table td:first-child {
    background: #f8f8f8;
    font-weight: bold;
}

.product .description .jsh p {
    font-size: 16px;
    color: #666;
    line-height: 26px;
}

.product .description .jsh1 {
    margin: 0 -10px;
}

.product .description .jsh1 .item {
    padding: 10px 10px 0 10px;
    width: 25%;
    float: left;
}

.product .description .jsh1 .item .box {
    padding-bottom: 30px;
    background: #fff;
    transition: all .2s .1s;
    -webkit-transition: all .2s .1s;
    border: 1px solid #f2f3f9;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
}

.product .description .jsh1 .item .box .bt {
    height: 50px;
    line-height: 25px;
    padding: 0 10px;
    font-size: 18px;
    color: #29293a;
    margin: 20px 0;
    overflow: hidden;
}

.product .description .jsh1 .item .box .more {
    display: inline-block;
    font-size: 16px;
    color: #9d1904;
    text-transform: uppercase;
    border-bottom: 1px solid #f6b9b1;
}

.prev-next {
    padding: 25px 0;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.prev-next p {
    line-height: 34px;
    font-size: 16px;
}

.prev-next p a {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.prev-next ul li {
    height: 34px;
    line-height: 34px;
    margin-bottom: 4px;
}

.case-show {
    padding: 30px 0 50px 0;
    overflow: hidden;
}

.case-show .h1 {
    font-size: 24px;
    text-align: center;
    padding-bottom: 10px;
    color: #222;
}

.case-show .h2 {
    text-align: center;
    color: #999;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.case-show .info {
    padding: 20px 0;
    color: #555;
    font-size: 16px;
    line-height: 26px;
}

.case-show .info p {
    margin-bottom: 15px;
}

@media (max-width:1180px) {
    .phone-nav {
        display: block;
    }
    .header .header-right {
        display: none;
    }
    .top {
        padding: 10px 0;
        font-size: 13px;
    }
    .header .logo {
        padding: 10px 0;
    }
    .header .logo img {
        height: 50px;
    }
    .header {
        height: 70px;
    }
}

@media (max-width:1060px) {
    .product .right {
        width: 100%;
        float: none;
    }
    .product .left {
        float: none;
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .product .left ul li {
        width: 25%;
        float: left;
        height: 40px;
        line-height: 40px;
    }
    .product .left ul li a {
        font-size: 16px;
    }
}

@media (max-width:1024px) {
    .home-why ul li {
        width: 50%;
        margin-bottom: 20px;
    }
    .home-why,
    .home-product,
    .home-case,
    .home-news {
        padding: 30px 0;
    }
    .i-title {
        font-size: 32px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .home-why ul li .box .num {
        width: 65px;
        line-height: 65px;
        margin: 0 auto 15px;
        font-size: 30px;
    }
    .home-why ul li .box .tit {
        font-size: 20px;
    }
    .home-why ul li .box .b_line {
        margin: 20px auto;
    }
    .home-case .more {
        max-width: 150px;
        line-height: 40px;
        font-size: 14px;
        margin: 30px auto 0 auto;
    }
    .home-case .list .item .jsh {
        font-size: 16px;
    }
    .home-about .words .title {
        font-size: 32px;
    }
    .home-about .words .title_2 {
        font-size: 16px;
    }
    .home-about .words .w_line {
        margin: 10px 0;
    }
    .home-about .words .bf {
        font-size: 16px;
    }
    footer .footer-top .box {
        width: 100%;
        float: none;
        overflow: hidden;
    }
}

@media (max-width:768px) {
    .home-banner .home-banner-slick {
        display: none;
    }
    .home-banner .home-banner-slick-phone {
        display: block;
    }
    .home-case .list .item {
        width: 100%;
        margin-bottom: 20px;
    }
    .home-about .pic {
        position: relative;
        top: auto;
        right: auto;
        margin: 0;
        width: 100%;
        height: auto;
    }
    .home-about .pic:after {
        padding-bottom: 63.5%;
    }
    .home-about {
        height: auto;
    }
    .home-about .words {
        width: 100%;
        float: right;
        padding-left: 0;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .home-news .list .item .pic {
        width: 100%;
        height: auto;
        position: relative;
        top: auto;
        left: auto;
        float: none;
    }
    .home-news .list .item .pic:after {
        padding-bottom: 60%;
    }
    .home-news .list .item .info {
        padding-left: 0;
        margin-top: 10px;
        height: auto;
    }
    .home-news .list .item .info .desc {
        margin-bottom: 10px;
    }
    .home-why ul li {
        width: 100%;
    }
    footer #copymsg {
        padding: 20px 0;
        font-size: 14px;
    }
    footer .footer-top .box .right .ti {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .home-news .list {
        padding: 0;
    }
    footer .footer-top .box .right {
        display: block;
        width: 100%;
    }
    footer .footer-top .friendship-link .title {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 5px;
    }
    footer .footer-top .friendship-link .list {
        padding-left: 0;
    }
    .top {
        display: none;
    }
    .phone-nav img {
        margin-top: 20px;
    }
    .product .left ul li {
        width: 33.333333333333336%;
    }
    .product .right .list .item {
        width: 50%;
    }
    .product .right .list {
        padding-bottom: 30px;
    }
    .message .rows.input_rows {
        width: 100%;
    }
    .message .rows {
        padding: 10px 20px 10px 0;
    }
    .message .vcode .input {
        width: 100px;
    }
    .message {
        padding: 30px 0;
        margin-top: 30px;
    }
    .about .sublist li {
        margin: 0 15px;
    }
    .about .sublist {
        margin-bottom: 20px;
    }
    .art-title {
        margin: 20px 0;
    }
    .about .about1 .title {
        font-size: 16px;
    }
    .about .about1 {
        padding-bottom: 20px;
    }
    .about .honor-info a {
        width: 50%;
    }
    .product .description .jsh1 .item {
        width: 50%;
        margin-bottom: 20px;
    }
    .product-pic {
        width: 400px;
    }
    .product .info {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
    .product .info .name {
        font-size: 20px;
    }
    .product .description .title {
        font-size: 22px;
    }
    .product .description .jsh {
        padding: 10px 0;
    }
    .prev-next {
        padding: 15px 0;
    }
    .prev-next p {
        font-size: 14px;
    }
    .prev-next ul li {
        margin-bottom: 0;
    }
}

@media (max-width:640px) {
    .product .right .list2 .item .pic {
        width: 288px;
        height: 174px;
    }
    .product .right .list2 .item .info1 {
        height: 174px;
        padding-left: 310px;
        overflow: hidden;
    }
}

@media (max-width:560px) {
    .product .right .list1 .item .pic {
        width: 100%;
        left: auto;
        top: auto;
        position: relative;
    }
    .product .right .list1 .item .text {
        padding-left: 0;
        height: auto;
    }
    .product .right .list1 .item .jsh {
        font-size: 18px;
    }
    .product .right .list1 .item .span {
        font-size: 14px;
    }
    .product .right .list1 .item {
        margin-bottom: 10px;
    }
}

@media (max-width:500px) {
    .product .right .list2 .item .pic {
        width: 100%;
        height: auto;
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 10px;
        float: none;
    }
    .product .right .list2 .item .pic:after {
        padding-bottom: 61%;
    }
    .product .right .list2 .item .info1 {
        padding-left: 0;
        height: auto;
    }
}

@media (max-width:414px) {
    .product .left ul li {
        width: 50%;
    }
    .product .right .list .item {
        width: 100%;
    }
    .product .right .list .item .box .bt {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 16px;
        height: 25px;
    }
    .product .right .list .item .box .more {
        font-size: 14px;
    }
    .product .description .jsh1 .item {
        width: 100%;
    }
    .product .description .jsh1 .item .box .bt {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 16px;
        height: 25px;
    }
}

@media (min-width:1025px) {
    .about .honor-info a .pic:hover i {
        display: block;
    }
    .about .honor-info a .pic:hover img {
        transform: scale(1.1);
    }
    .header .header-right .nav ul li .subnav ul li a:hover {
        color: #9d1904!important;
    }
    .header .header-right .nav ul li:hover a {
        border-bottom: 3px solid #9d1904;
    }
    .header .header-right .nav ul li:hover .subnav {
        display: block;
    }
    .page a:hover {
        background: #9d1904;
        border: 1px solid #9d1904;
        color: #fff;
    }
    .home-why ul li .box:hover .num {
        border-color: transparent;
        color: #fff;
        box-shadow: 0 0 7px 3px rgba(54, 54, 54, 0.3);
        background: radial-gradient(at 0 30%, #9d1904 0, #9a3627 50%);
    }
    .home-product .list .item .box:hover {
        border-color: #9d1904;
        box-shadow: 0 0 10px 1px rgba(237, 157, 144, 0.3);
        transform: translate3d(0, -2px, 0);
        -webkit-transform: translate3d(0, -2px, 0);
    }
    .home-case .list .item:hover .pic img {
        transform: scale(1.05);
    }
    .home-case .list .item:hover .jsh {
        color: #9d1904;
    }
    .home-news .list .item:hover .pic img {
        transform: scale(1.05);
    }
    .home-news .list .item:hover .info .bt {
        color: #9d1904;
    }
    .home-news .list .slick-prev:hover {
        background: #9d1904 url(../png/icon_arrow.png) no-repeat center center;
    }
    .home-news .list .slick-next:hover {
        background: #9d1904 url(../png/icon_arrow.png) no-repeat center center;
    }
    .download ul li a:hover {
        color: #9d1904;
    }
    .download ul li a:hover .down {
        background: #9d1904 url(../png/down.png) no-repeat center center;
        background-size: 15px;
    }
    .about .sublist li:hover a {
        color: #9d1904;
    }
    .product .left ul li a:hover {
        color: #9d1904;
    }
    .product .right .list .item .box:hover {
        border-color: #9d1904;
        box-shadow: 0 0 10px 1px rgba(237, 157, 144, 0.3);
        transform: translate3d(0, -2px, 0);
        -webkit-transform: translate3d(0, -2px, 0);
    }
    .product .right .list1 .item:hover .pic img {
        transform: scale(1.05);
    }
    .product .right .list1 .item:hover .jsh {
        color: #9d1904;
    }
    .product .right .list2 .item:hover .pic img {
        transform: scale(1.05);
    }
    .product .right .list2 .item:hover .info1 .bt {
        color: #9d1904;
    }
    .product .info .button a:hover {
        background-color: #333!important;
    }
    .product .description .jsh1 .item .box:hover {
        border-color: #9d1904;
        box-shadow: 0 0 10px 1px rgba(237, 157, 144, 0.3);
        transform: translate3d(0, -2px, 0);
        -webkit-transform: translate3d(0, -2px, 0);
    }
    .prev-next p a:hover {
        color: #e40e0e;
    }
}

.mobile-footer-menu {
    display: none;
    height: 54px
}

@media(max-width:768px) {
    .footer {
        margin-bottom: 54px
    }
    .mobile-footer-menu {
        display: block;
        width: 100%;
        background: #666;
        padding: 5px 0;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 99;
        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 {
        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-news .list .slick-prev,
    .home-news .list .slick-next {
        margin-top: -136px;
    }
}