@charset "UTF-8";
*,
:before,
:after {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
pre,
form,
fieldset,
figure,
figcaption,
table,
th,
td img {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft YaHei", "微软雅黑";
    color: #232323;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 auto;
    background-color: #FFF;
    overflow-x: hidden;
}

ol,
ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
}

i,
em {
    font-style: normal;
}

a {
    text-decoration: none;
    cursor: pointer;
    outline: none;
    color: #333333;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

a:hover,
a:active,
a:link,
a:visited {
    text-decoration: none;
}

i,
em {
    font-style: normal;
}

p {
    color: #666666;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    border: 0;
    object-fit: cover;
    vertical-align: middle;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input,
select,
textarea,
button {
    color: #333;
    font-size: 16px;
    outline: none;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Microsoft YaHei", "微软雅黑";
}

input,
button {
    border-radius: 0;
    -webkit-appearance: none;
}

textarea {
    resize: none;
    outline: none;
    border: none;
}

input:-ms-clear {
    display: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
    outline: none;
}

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

table td {
    padding: 8px;
}

.table-box {
    width: 100%;
    overflow-x: scroll;
    margin: 20px 0 0 0;
}

.table-box-wap {
    display: none;
}

@media screen and (max-width:991px) {
    .table-box {
        display: none;
    }
    .table-box-wap {
        display: block;
        overflow-x: scroll;
    }
}

.slick-slide:focus {
    outline: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.container {
    max-width: 1400px;
    width: 92%;
    margin: 0 auto;
}

.container:after,
ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.top-prov {
    padding: 10px 0;
    margin-bottom: 20px;
    background-color: #fe3501;
    background: -o-linear-gradient(top, #ff5400 0%, #fe3501 100%);
    background: -ms-linear-gradient(top, #ff5400 0%, #fe3501 100%);
    background: linear-gradient(top, #ff5400 0%, #fe3501 100%);
    background: -moz-linear-gradient(top, #ff5400 0%, #fe3501 100%);
    background: -webkit-linear-gradient(top, #ff5400 0%, #fe3501 100%);
}

.top-prov p {
    color: #fff;
}

.top-prov strong {
    font-weight: 400;
}

.top-prov span {
    float: right;
}

.top-prov span a {
    color: #fff;
    font-weight: 900;
}

.header .logo {
    float: left;
}

.header .menu {
    float: right;
}

.header .nav {
    float: left;
    margin-right: 65px;
}

.header li {
    float: left;
}

.header .nav a {
    line-height: 52px;
    color: #fff;
    padding: 0 40px;
    position: relative;
    z-index: 2;
}

.header li:after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 0;
    height: 4px;
    background-color: #fe3501;
    position: relative;
    top: -20px;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.header li:hover:after,
.header li.active:after {
    width: 70px;
}

.header li:hover a,
.header li.active a {
    font-size: 18px;
    font-weight: 900;
}

.header .getquote {
    width: 140px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    position: relative;
    z-index: 2;
    color: #fff;
    margin-top: 4px;
    margin-left: 25px;
    cursor: pointer;
}

.header .getquote:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fe3501;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: -1;
}

.header .getquote:hover:after {
    width: 100%;
    -webkit-transform: skewX(0);
    -ms-transform: skewX(0);
    transform: skewX(0);
}

.header-tel {
    float: right;
    font-size: 22px;
    color: #fff;
    font-weight: 900;
    line-height: 52px;
}

.nav-btn {
    display: none;
    float: right;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ffffff;
    padding: 0 8px 8px 8px;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, .1);
    -o-box-shadow: 0px 3px 20px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0px 3px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 3px 20px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, .1);
}

.nav-btn span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    margin-top: 8px;
}

.header .wap-logo {
    display: none;
}

@media screen and (max-width:1280px) {
    .header-tel {
        display: none;
    }
    .header .nav a {
        padding: 0 20px;
    }
}

@media screen and (max-width:991px) {
    .header {
        position: relative;
    }
    .header .logo {
        margin-bottom: 20px;
    }
    .header .pc-logo {
        display: none;
    }
    .header .wap-logo {
        display: block;
    }
    .nav-btn {
        display: block;
        border-color: #333333;
        margin-top: 5px;
    }
    .nav-btn span {
        background-color: #333;
    }
    .header .menu {
        display: none;
    }
    .header .menu {
        position: absolute;
        left: 0;
        top: 119px;
        padding: 30px 0;
        width: 100%;
        background: rgba(0, 0, 0, .9);
    }
    .header .menu .nav {
        width: 100%;
    }
    .header .menu li {
        width: 100%;
    }
    .header .menu li a {
        color: #fff;
        text-align: center;
        display: block;
    }
    .header .getquote,
    .header li:hover:after,
    .header li.active:after {
        display: none !important;
    }
}

@media screen and (max-width:768px) {
    .top-prov {
        padding: 7px 0;
        margin-bottom: 10px;
    }
    .top-prov strong {
        display: none;
    }
    .top-prov span {
        float: none;
    }
    .header .logo {
        margin-bottom: 10px;
    }
}

@media screen and (max-width:640px) {
    .header .logo img {
        max-width: 150px;
    }
    .nav-btn {
        padding: 0 5px 5px 5px;
        margin-top: 6px;
    }
    .nav-btn span {
        width: 25px;
        margin-top: 5px;
    }
    .header .menu {
        top: 102px;
    }
}

.index-banner {
    position: relative;
}

.index-banner .slick-slider {
    margin-bottom: 0;
    position: relative;
}

.index-banner .con {
    position: relative;
    overflow: hidden;
}

.index-banner .con a {
    display: inline-block;
    padding: 0 150px;
    position: absolute;
    line-height: 134px;
    z-index: 2;
    color: #fff;
    left: -101px;
    bottom: 0;
}

.index-banner .con a:hover {
    color: #000;
}

.index-banner .con a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fe3501;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: -1;
}

.index-banner .slick-prev,
.index-banner .slick-next {
    right: 100px;
    left: auto;
    top: auto;
    bottom: 30px;
    z-index: 19;
    width: 50px;
    height: 50px;
}

.index-banner .slick-prev:hover,
.index-banner .slick-next:hover {
    background-color: #eaeaea;
}

.index-banner .slick-prev {
    right: 190px;
}

.index-banner .slick-prev:before {
    content: '<';
}

.index-banner .slick-next:before {
    content: '>';
}

.jindu {
    position: absolute;
    right: 290px;
    bottom: 40px;
}

.jindu p {
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
}

.jindu .curnum {
    color: #000;
}

.jindu .allnum {
    color: #999999;
}

.slider-line {
    display: inline-block;
    width: 216px;
    height: 4px;
    background-color: #d7d9da;
    vertical-align: middle;
}

.slider-line i {
    content: '';
    display: block;
    width: 20%;
    height: 4px;
    background-color: #fe3501;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

@media screen and (min-width:991px) {
    .wap-banner {
        display: none !important;
    }
}

@media screen and (max-width:1800px) {
    .index-banner .slick-next {
        right: 50px;
    }
    .index-banner .slick-prev {
        right: 140px;
    }
    .jindu {
        right: 200px;
    }
    .index-banner .con a {
        padding: 0 133px 0 150px;
    }
}

@media screen and (max-width:1600px) {
    .index-banner .con a {
        padding: 0 107px 0 150px;
    }
    .jindu {
        right: 150px;
        bottom: 20px;
    }
    .index-banner .slick-prev,
    .index-banner .slick-next {
        bottom: 10px;
    }
    .index-banner .slick-next {
        right: 20px;
    }
    .index-banner .slick-prev {
        right: 90px;
    }
}

@media screen and (max-width:1440px) {
    .index-banner .con a {
        padding: 0 85px 0 150px;
    }
}

@media screen and (max-width:1280px) {
    .index-banner .con a {
        padding: 0 64px 0 150px;
    }
    .slider-line {
        width: 150px;
    }
}

@media screen and (max-width:1024px) {
    .index-banner .con a {
        padding: 0 29px 0 150px;
    }
    .index-banner .slick-next {
        right: 5px;
    }
    .index-banner .slick-prev {
        right: 65px;
    }
    .jindu {
        right: 130px;
    }
}

@media screen and (max-width:991px) {
    .pc-banner {
        display: none !important;
    }
    .wap-banner {
        display: block;
        min-height: 260px;
    }
    .jindu,
    .index-banner .con a {
        display: none;
    }
    .index-banner .slick-prev,
    .index-banner .slick-next {
        bottom: 50%;
        margin-bottom: -20px;
        z-index: 8;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        background: rgba(255, 255, 255, .7);
    }
    .index-banner .slick-prev {
        right: auto;
        left: 20px !important;
    }
}

@media screen and (max-width:640px) {
    .index-banner .slick-prev,
    .index-banner .slick-next {
        width: 30px;
        height: 30px;
        border-radius: 30px;
        margin-bottom: -15px;
    }
}

.big-tit {
    text-align: right;
}

.big-tit p {
    color: #fe3501;
}

.big-tit h1 {
    color: #252c30;
    font-size: 36px;
}

.big-tit h2 {
    color: #252c30;
    font-size: 30px;
}

@media screen and (max-width:1279px) {
    .big-tit h1 {
        font-size: 32px;
    }
    .big-tit h2 {
        font-size: 28px;
    }
}

@media screen and (max-width:991px) {
    .big-tit h1 {
        font-size: 30px;
    }
    .big-tit h2 {
        font-size: 26px;
    }
}

@media screen and (max-width:768px) {
    .big-tit h1 {
        font-size: 28px;
    }
    .big-tit h2 {
        font-size: 22px;
    }
}

@media screen and (max-width:640px) {
    .big-tit h1 {
        font-size: 26px;
    }
    .big-tit h2 {
        font-size: 20px;
    }
}

@media screen and (max-width:480px) {
    .big-tit h1 {
        font-size: 24px;
    }
    .big-tit h2 {
        font-size: 18px;
    }
}

.hot-product {
    background-color: #f8fbfc;
    padding-top: 80px;
    padding-bottom: 120px;
    overflow: hidden;
}

.pro-con {
    position: relative;
    padding: 60px 124px 25px;
}

.pro-con:before {
    content: '';
    width: 207px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fe3501;
    background: -o-linear-gradient(top, #ff5400 0%, #fe3501 100%);
    background: -ms-linear-gradient(top, #ff5400 0%, #fe3501 100%);
    background: linear-gradient(top, #ff5400 0%, #fe3501 100%);
    background: -moz-linear-gradient(top, #ff5400 0%, #fe3501 100%);
    background: -webkit-linear-gradient(top, #ff5400 0%, #fe3501 100%);
    -webkit-transform: skewX(-17deg);
    -ms-transform: skewX(-17deg);
    transform: skewX(-17deg);
}

.skew-bg {
    position: relative;
    z-index: 2;
}

.skew-bg:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    -webkit-transform: skewX(-17deg);
    -ms-transform: skewX(-17deg);
    transform: skewX(-17deg);
    z-index: -1;
    box-shadow: 0px 0px 30px rgba(37, 44, 48, .1);
    -o-box-shadow: 0px 0px 30px rgba(37, 44, 48, .1);
    -ms-box-shadow: 0px 0px 30px rgba(37, 44, 48, .1);
    -moz-box-shadow: 0px 0px 30px rgba(37, 44, 48, .1);
    -webkit-box-shadow: 0px 0px 30px rgba(37, 44, 48, .1);
}

.big-pro {
    width: 38%;
    float: left;
    padding: 31px 0 19px 39px;
}

.pro-box h3 {
    color: #222d33;
}

.pro-box h3 a:hover {
    color: #fe3501;
}

.pro-box .pic img:hover {
    transform: scale(1.05);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.pro-box p {
    display: inline-block;
    padding-left: 25px;
}

.pro-box p strong {
    font-size: 18px;
    color: #222d33;
}

.big-pro.pro-box h3 {
    font-size: 30px;
    padding-left: 50px;
    margin-bottom: 20px;
}

.big-pro.pro-box h3 a {
    padding-left: 12px;
    background: url(../images/h3-bg1.png) no-repeat left top;
}

.pro-box .pic img {
    max-width: 117%;
    position: relative;
    left: -100px;
}

.pro-box .pic {
    display: block;
    margin: 110px 0 80px 0;
}

.pro-box .skew-bg {
    padding: 0 38px;
    line-height: 40px;
    display: inline-block;
    position: relative;
    left: -70px;
}

.big-pro .skew-bg:before {
    background-color: #fe3501;
    background: -o-linear-gradient(top, #fffffff 0%, #f6f7f7 100%);
    background: -ms-linear-gradient(top, #fffffff 0%, #f6f7f7 100%);
    background: linear-gradient(top, #fffffff 0%, #f6f7f7 100%);
    background: -moz-linear-gradient(top, #fffffff 0%, #f6f7f7 100%);
    background: -webkit-linear-gradient(top, #fffffff 0%, #f6f7f7 100%);
}

.pro-box .more img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.big-pro .more.skew-bg:before {
    background-color: #fff;
}

.big-pro .more.skew-bg:hover {
    color: #fe3501;
}

.pro-con-list {
    width: 64%;
    margin-right: -8%;
    float: right;
}

.pro-con-list ul {
    margin-left: -5%;
}

.pro-con-list li {
    width: 45%;
    margin-left: 5%;
    float: left;
    position: relative;
    padding-top: 35px;
    margin-bottom: 35px;
}

.pro-con-list li h3 {
    padding-left: 60px;
    margin-bottom: 30px;
    font-size: 22px;
}

.pro-con-list li h3 a {
    padding-left: 5px;
    background: url(../images/h3-bg2.png) no-repeat left top;
}

.pro-con-list li p {
    padding-left: 10px;
    display: block;
}

.pro-con-list li p strong {
    display: block;
}

.pro-con-list li p.one {
    padding-left: 40px;
    margin-bottom: 20px;
}

.pro-con-list .pic {
    display: block;
    position: absolute;
    right: -88px;
    top: 70px;
    margin: 0;
}

.pro-con-list li .more {
    display: block;
    margin-bottom: 6px;
}

.pro-con-list li+li .pic {
    top: 85px;
}

.pro-con-list li+li+li {
    margin-left: -5%;
}

.pro-con-list li+li+li .pic {
    right: -50px;
}

.pro-con-list li+li+li+li {
    margin-left: 5%;
}

.pro-con-list li+li+li+li .pic {
    right: -70px;
}

.pro-con-list li+li+li+li:after {
    content: '';
    position: absolute;
    z-index: -2;
    right: -83px;
    bottom: -50px;
    width: 100%;
    height: 100%;
    background-color: #fe3501;
    background: -o-linear-gradient(top, #ffffff 0%, #fe3501 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #fe3501 100%);
    background: linear-gradient(top, #ffffff 0%, #fe3501 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #fe3501 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #fe3501 100%);
    -webkit-transform: skewX(-17deg);
    -ms-transform: skewX(-17deg);
    transform: skewX(-17deg);
}

@media screen and (max-width:1400px) {
    .hot-product {
        padding-top: 30px;
        padding-bottom: 80px;
    }
    .pro-con:before {
        display: none;
    }
    .skew-bg:before {
        -webkit-transform: skewX(0);
        -ms-transform: skewX();
        transform: skewX(0);
    }
    .big-pro.pro-box h3 {
        padding-left: 0;
    }
    .pro-box .skew-bg {
        left: 0;
    }
    .pro-con-list li h3,
    .pro-con-list li p,
    .pro-con-list li p.one {
        padding-left: 20px;
    }
    .pro-con-list li .more {
        display: inline-block;
        margin-left: 20px;
    }
    .pro-con-list li+li+li {
        margin-left: 5%;
    }
    .pro-con-list {
        width: 60%;
        margin-right: 0;
    }
    .pro-con {
        padding: 15px 0 25px;
    }
    .pro-con-list .pic,
    .pro-con-list li+li+li+li .pic,
    .pro-con-list li+li+li .pic {
        right: 5px;
        top: 50px;
    }
    .pro-con-list .pic img {
        left: 0;
    }
    .pro-box .pic img {
        max-width: 100%;
        left: 0;
    }
    .big-pro {
        padding: 30px 20px 19px;
    }
}

@media screen and (max-width:1280px) {
    .big-pro {
        width: 30%;
    }
    .pro-con-list {
        width: 68%;
    }
    .pro-con-list li {
        padding-top: 16px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width:991px) {
    .big-pro {
        width: 100%;
        float: none;
        margin-bottom: 35px;
    }
    .pro-con-list {
        width: 100%;
        float: none;
    }
    .pro-box .pic {
        margin: 50px 0;
    }
    .pro-con-list .pic {
        margin: 0;
    }
    .big-pro.pro-box h3 {
        font-size: 26px;
    }
}

@media screen and (max-width:768px) {
    .pro-con-list li {
        width: 95%;
    }
    .big-pro.pro-box h3 {
        font-size: 24px;
    }
    .big-pro {
        margin-bottom: 25px;
    }
    .pro-con-list .pic,
    .pro-con-list li+li .pic {
        top: 25px;
    }
    .pro-con-list li {
        padding-top: 25px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:640px) {
    .big-pro.pro-box h3 {
        font-size: 22px;
    }
    .pro-box p {
        font-size: 14px;
    }
    .pro-box p strong {
        font-size: 16px;
    }
    .pro-box .more {
        font-size: 14px;
    }
    .big-pro {
        margin-bottom: 15px;
    }
    .pro-con-list li h3 {
        margin-bottom: 15px;
    }
    .pro-con-list li p.one {
        margin-bottom: 7px;
    }
    .pro-con-list li {
        padding-bottom: 10px;
    }
    .pro-con-list li+li+li+li:after {
        display: none;
    }
    .hot-product {
        padding-bottom: 0;
    }
}

@media screen and (max-width:480px) {
    .big-pro.pro-box h3,
    .pro-con-list li h3 {
        font-size: 20px;
    }
    .big-pro {
        margin-bottom: 10px;
    }
    .pro-con-list .pic,
    .pro-con-list li+li .pic {
        top: 60px;
    }
}

@media screen and (max-width:375px) {
    .big-pro.pro-box h3,
    .pro-con-list li h3 {
        font-size: 18px;
    }
    .pro-box .pic img {
        max-width: 80%;
        float: right;
    }
    .big-pro.pro-box .pic img {
        max-width: 100%;
    }
}

.choose-us {
    padding-top: 70px;
    position: relative;
}

.choose-us .big-tit {
    text-align: left;
}

.choose-us .text {
    width: 44.7%;
    padding-top: 60px;
}

.choose-us .text p {
    font-size: 18px;
    line-height: 2;
}

.choose-us ul {
    margin-top: 85px;
}

.choose-us li {
    width: 50%;
    float: left;
    text-align: left;
    margin-bottom: 85px;
}

.choose-us li p {
    color: #333;
    margin-top: 10px;
}

.choose-us li p:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 16px;
    background-color: #000000;
    margin: -3px 10px 0 0;
}

.choose-img1 {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.choose-dot1 {
    position: absolute;
    top: 90px;
    right: 34%;
    z-index: -1;
}

.choose-dot2 {
    position: absolute;
    left: 50%;
    top: 240px;
    margin-left: -750px;
    z-index: -1;
}

.choose-line1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.choose-person {
    position: absolute;
    bottom: -74px;
    left: 50%;
    margin-left: -200px;
}

.onlinechat {
    display: inline-block;
    line-height: 67px;
    font-size: 18px;
    color: #fff;
    padding: 0 108px;
    background-color: #fe3501;
    background: #fe3501 url(../images/icon-dot3.png) no-repeat right top;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.onlinechat:hover {
    padding: 0 118px;
}

@media screen and (max-width:1800px) {
    .choose-us .text {
        position: relative;
        z-index: 3;
    }
}

@media screen and (max-width:1600px) {
    .choose-us .text {
        padding-top: 30px;
    }
    .choose-line1 {
        display: none;
    }
    .choose-us ul {
        margin-top: 40px;
    }
    .choose-us li {
        margin-bottom: 40px;
    }
    .choose-person {
        margin-left: -156px;
    }
}

@media screen and (max-width:1279px) {
    .choose-img1 {
        display: none;
    }
    .choose-person {
        margin-left: 0;
        left: auto;
        right: 0;
    }
    .choose-us .text {
        width: 72%;
    }
}

@media screen and (max-width:1100px) {
    .choose-us .text {
        width: 64%;
    }
}

@media screen and (max-width:991px) {
    .choose-us {
        padding-top: 30px;
    }
    .choose-us .text {
        padding-top: 10px;
    }
    .choose-person {
        right: -53px;
    }
}

@media screen and (max-width:768px) {
    .choose-dot1,
    .choose-dot2,
    .choose-person {
        display: none;
    }
    .choose-us .text {
        width: 100%;
    }
}

@media screen and (max-width:640px) {
    .choose-us {
        padding-top: 10px;
    }
    .choose-us .text p {
        font-size: 16px;
        line-height: 1.7;
    }
    .onlinechat {
        width: 50%;
        display: block;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        line-height: 40px;
        background: #fe3501;
    }
}

@media screen and (max-width:480px) {
    .choose-us li img {
        height: 25px;
    }
    .choose-us .text p {
        font-size: 14px;
    }
    .choose-us li p:before {
        display: none;
    }
}

.index-case {
    background-color: #f8fbfc;
    margin-top: 64px;
    padding-top: 80px;
    padding-bottom: 60px;
}

.index-case .big-tit {
    text-align: left;
}

.index-case .big-tit p {
    color: #333;
}

.index-case .big-tit h2 {
    color: #fe3501;
    background: url(../images/h2-bg1.png) no-repeat -7px 20px;
}

.index-case ul {
    margin-top: 50px;
    margin-left: -2%;
}

.index-case li {
    width: 23%;
    margin-left: 2%;
    float: left;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, .05);
    -o-box-shadow: 0px 3px 20px rgba(0, 0, 0, .05);
    -ms-box-shadow: 0px 3px 20px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0px 3px 20px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, .05);
    position: relative;
}

.index-case .pic {
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 74%;
    margin-bottom: 15px;
}

.index-case .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.index-case li h3 a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}

.index-case li p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 54px;
}

.index-case li:after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background-color: #fe3501;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.index-case li:hover {
    box-shadow: 0px 3px 20px rgba(0, 0, 0, .15);
    -o-box-shadow: 0px 3px 20px rgba(0, 0, 0, .15);
    -ms-box-shadow: 0px 3px 20px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0px 3px 20px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, .15);
}

.index-case li:hover img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.index-case li:hover h3 a {
    color: #fe3501;
}

.index-case li:hover:after {
    width: 100%;
}

@media screen and (max-width:1279px) {
    .index-case li {
        width: 31.33333%;
        margin-bottom: 25px;
    }
}

@media screen and (max-width:991px) {
    .index-case {
        margin-top: 0;
        padding-top: 50px;
        padding-bottom: 10px;
    }
    .index-case .big-tit h2 {
        background: none;
    }
    .index-case ul {
        margin-top: 20px;
    }
    .index-case li {
        width: 48%;
        padding: 10px 10px 20px 10px;
    }
    .index-case li h3 a {
        margin-bottom: 5px;
    }
}

@media screen and (max-width:640px) {
    .index-case li {
        margin-bottom: 10px;
    }
    .index-case {
        padding-top: 25px;
    }
}

@media screen and (max-width:480px) {
    .index-case li {
        width: 98%;
        margin-bottom: 15px;
    }
    .index-case li h3 a {
        font-size: 20px;
    }
}

@media screen and (max-width:375px) {
    .index-case li h3 a {
        font-size: 18px;
    }
}

.index-news {
    padding: 50px 0;
    background-color: #354147;
    text-align: center;
}

.index-news p {
    color: #fe7801;
}

.index-news h2 {
    color: #fff;
    font-size: 46px;
}

.index-news ul {
    margin-top: 55px;
    margin-left: -5%;
}

.index-news li {
    width: 27.33333%;
    margin-left: 5%;
    float: left;
    text-align: left;
}

.index-news li a {
    color: #fff;
    display: block;
    line-height: 41px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index-news li a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #ffffff;
    margin: -3px 10px 0 0;
}

.index-news li:hover a {
    color: #fe3501;
}

@media screen and (max-width:1279px) {
    .index-news h2 {
        font-size: 40px;
    }
    .index-news li {
        width: 45%;
    }
}

@media screen and (max-width:991px) {
    .index-news h2 {
        font-size: 32px;
    }
}

@media screen and (max-width:768px) {
    .index-news h2 {
        font-size: 28px;
    }
    .index-news {
        padding: 30px 0 10px;
    }
}

@media screen and (max-width:640px) {
    .index-news ul {
        margin-top: 10px;
    }
    .index-news h2 {
        font-size: 24px;
    }
    .index-news li {
        width: 95%;
        padding: 5px 0;
    }
    .index-news li a {
        line-height: 1.7;
        white-space: normal;
    }
}

@media screen and (max-width:480px) {
    .index-news h2 {
        font-size: 22px;
    }
}

.footer {
    background-color: #19252c;
    padding: 25px 0;
}

.footer p {
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
}

.footer p a {
    color: #fff;
    margin-left: 5px;
}

.footer span {
    float: right;
    color: #fff;
    margin-right: 20px;
}

.footer span a:hover,
.footer span i {
    color: #fe3501;
}

.footer span a {
    color: #fff;
}

@media screen and (max-width:768px) {
    .footer {
        padding: 10px 0;
    }
    .footer p {
        font-size: 14px;
    }
}

.breadcrumb-area ol {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    padding-left: 25px;
    text-align: left;
    background: url(../images/icon-address.png) no-repeat left center;
}

.breadcrumb-area li {
    display: inline;
    color: #d4eeff;
}

.breadcrumb-area li a {
    font-weight: 900;
    color: #ffffff;
    text-transform: capitalize;
}

.breadcrumb-area li a:after {
    content: '/';
    color: #3772a0;
    margin: 0 10px;
    display: inline-block;
}

.breadcrumb-area li a:hover {
    color: #fe3501;
}

.breadcrumb-area strong {
    display: block;
    font-size: 40px;
    color: #ffffff;
    font-weight: 900;
    text-align: center;
    text-transform: capitalize;
}

@media screen and (max-width:991px) {
    .breadcrumb-area strong {
        display: none;
    }
    .breadcrumb-area ol {
        margin-bottom: 0;
    }
}

.ny-about {
    padding-top: 50px;
}

.show-good {
    position: relative;
}

.good-pic {
    position: absolute;
    left: 2%;
    top: 18%;
    width: 30%;
    -webkit-animation: picUp 15s ease infinite;
    animation: picUp 15s ease infinite;
}

.good-pic img {
    width: 100%;
    height: auto;
}

@-webkit-keyframes picUp {
    0%,
    100% {
        -webkit-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateY(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateY(10px);
    }
}

@keyframes picUp {
    0%,
    100% {
        transform: translateY(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateY(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateY(10px);
    }
}

.good-show {
    margin-left: 38%;
}

.good-show li {
    float: left;
    width: 47%;
    margin-left: 3%;
    background-color: #FFF;
    border: 1px solid #ECECEC;
    margin-bottom: 24px;
    -webkit-transition: 0.33s all ease-in-out;
    transition: 0.33s all ease-in-out;
    position: relative;
    padding: 20px 20px 20px 80px;
}

.good-show li:hover {
    -webkit-box-shadow: 0 0 10px rgba(79, 130, 218, 0.15);
    box-shadow: 0 0 10px rgba(79, 130, 218, 0.15);
    border-color: #FFF;
}

.good-show span {
    position: absolute;
    left: 24px;
    top: 20px;
}

.good-show span img {
    width: 32px;
    height: auto;
    vertical-align: middle;
}

.good-show strong {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.3;
    display: block;
    color: #222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.good-show p {
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media screen and (max-width:768px) {
    .ny-about {
        padding-top: 25px;
    }
    .good-pic {
        display: none;
    }
    .good-show {
        margin-left: -3%;
    }
    .good-show li {
        padding: 16px;
        margin-bottom: 16px;
    }
    .good-show strong {
        padding-left: 32px;
        line-height: 30px;
    }
    .good-show span {
        top: 16px;
        left: 16px;
    }
    .good-show span img {
        width: 24px;
    }
}

@media screen and (max-width:640px) {
    .good-show li {
        width: 97%;
    }
    .good-show p {
        height: auto;
        font-size: 14px;
    }
}

@media screen and (max-width:420px) {
    .good-pic {
        margin-bottom: 16px;
    }
    .good-show li {
        padding: 12px;
        margin-bottom: 12px;
    }
    .good-show span {
        left: 12px;
        top: 12px;
    }
    .good-show span img {
        width: 20px;
    }
    .good-show strong {
        font-size: 18px;
        margin-bottom: 4px;
    }
}

.ny-about-news {
    background-color: #fff !important;
    margin-top: -138px;
}

.ny-about-choose .text {
    padding-bottom: 25px;
}

.pro-list {
    margin: 25px 0;
    padding: 25px 0;
}

@media screen and (max-width:640px) {
    .pro-list {
        margin: 15px 0;
        padding: 0;
    }
}

.index-pro-con {
    margin-left: -3%;
}

.index-pro-con ul li {
    width: 22%;
    float: left;
    margin-left: 3%;
    margin-bottom: 50px;
    position: relative;
}

.index-pro-con ul li .pic {
    position: relative;
}

.index-pro-con ul li .pic .img {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 71%;
}

.index-pro-con ul li .pic .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.index-pro-con ul li .tit {
    padding: 15px 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.index-pro-con ul li .tit h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
}

.index-pro-con ul li .tit h3 a {
    color: #ffffff;
}

.index-pro-con ul li:hover .tit {
    bottom: 0;
    right: 0;
}

@media screen and (max-width:1279px) {
    .index-pro-con ul li {
        width: 30.33333%;
    }
}

@media screen and (max-width:991px) {
    .index-pro-con ul li {
        width: 47%;
    }
    .index-pro-con ul li .tit h3 {
        font-size: 18px;
    }
}

@media screen and (max-width:640px) {
    .index-pro-con ul li .tit {
        right: 0;
    }
    .index-pro-con ul li {
        margin-bottom: 20px;
    }
    .index-pro-con ul li .tit h3 {
        font-size: 16px;
    }
}

.pro-type {
    margin: 0 0 25px 0;
}

.pro-type .product-lb {
    overflow: hidden;
    margin-left: -3%;
}

.pro-type .product-lb li {
    float: left;
    margin-bottom: 10px;
    text-align: center;
    padding: 0 5px;
    width: 22%;
    margin-left: 3%;
    text-align: center;
}

.pro-type .product-lb li a {
    display: block;
    color: #333333;
    padding: 0 20px;
    line-height: 44px;
    background-color: #eaeaea;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.classify-tit {
    display: none;
    text-align: center;
    line-height: 40px;
    color: #fff;
    padding: 0 20px;
    background: url('../images/click.png') no-repeat 25% center;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
    background-color: #fe3501;
    margin-bottom: 20px;
}

.classify-tit img {
    width: 20px;
    height: auto;
    float: right;
    margin-top: 13px;
}

.pro-type .product-lb li.active a,
.pro-type .product-lb li:hover a {
    color: #FFF;
    background-color: #fe3501;
    border-color: #fe3501;
}

@media screen and (max-width:768px) {
    .pro-type .product-lb li a {
        padding: 0 16px;
        font-size: 15px;
    }
    .pro-type .product-lb li {
        width: 100%;
    }
    .classify-tit {
        display: block;
    }
    .product-lb {
        display: none;
    }
}

@media screen and (max-width:550px) {
    .pro-type .product-lb li {
        line-height: 40px;
        width: 97%;
    }
    .pro-type .product-lb li a {
        padding: 0 12px;
    }
}

@media screen and (max-width:420px) {
    .pro-type .product-lb li a {
        font-size: 14px;
        line-height: 36px;
    }
    .classify-tit {
        margin-bottom: 10px;
    }
}

.pro-lists {
    margin-top: 40px;
}

.pages ul {
    text-align: center;
}

.pages ul li {
    display: inline-block;
    padding: 15px 5px;
}

.pages ul li a,
.pages ul li span {
    padding: 8px 15px;
    border: 1px solid #ddd;
    margin: 0 2px;
    font-size: 13px;
    color: #000;
}

.pages ul li.active span,
.pages ul li:hover a {
    background: #fe3501;
    color: #fff;
}

@media screen and (max-width:640px) {
    .pages ul li {
        display: none;
    }
    .pages ul li:first-child,
    .pages ul li:last-child,
    .pages ul li.active {
        display: inline-block;
    }
}

.pro-list .index-case {
    margin-top: 0;
    padding-top: 0;
}

.pro-list .index-case ul {
    margin-top: 0;
}

.pro-list .index-case li {
    margin-bottom: 25px;
}

@media screen and (max-width:640px) {
    .pro-list .index-case li {
        margin-bottom: 10px;
    }
}

.contact-top .breadcrumb-area strong {
    display: none;
}

.detail-top {
    padding-top: 130px;
    padding-bottom: 80px;
    background: url(../images/ny-banner.jpg) no-repeat center;
    background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.long-tit {
    margin-top: 80px;
}

.long-tit h1 {
    color: #d4eeff;
    font-size: 36px;
    line-height: 48px;
    position: relative;
    z-index: 2;
}

.long-tit h1:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: -20px;
    top: -20px;
    width: 57px;
    height: 52px;
    Background-color: #163ec4;
    background: -o-linear-gradient(bottom, #121c24 0%, #374a57 100%);
    background: -ms-linear-gradient(bottom, #121c24 0%, #374a57 100%);
    background: linear-gradient(bottom, #121c24 0%, #374a57 100%);
    background: -moz-linear-gradient(bottom, #121c24 0%, #374a57 100%);
    background: -webkit-linear-gradient(bottom, #121c24 0%, #374a57 100%);
}

.long-tit .add-time {
    font-size: 16px;
    color: #3772a0;
    margin: 30px 0;
}

.long-tit .desc {
    font-size: 18px;
    color: #fff;
}

.getbtn {
    margin-top: 50px;
}

.getbtn div {
    height: 60px;
    display: inline-block;
}

.getquotebtn {
    line-height: 60px;
    padding: 0 60px;
    text-align: center;
    background: #ff5418;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.getquotebtn:before {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background: url(../images/icon-getquote.png) no-repeat center;
    background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    position: absolute;
    right: 14px;
    top: 17px;
}

.getquotebtn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -28px;
    width: 60px;
    height: 60px;
    background: #ff5418;
    z-index: -1;
    -webkit-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    transform: skewX(-40deg);
}

.getquotebtn:hover {
    color: #000;
}

.getelbtn {
    padding: 0 15px 0 45px;
    text-align: center;
    background: #2a4f6c;
    color: #fff;
    position: relative;
    left: 65px;
    top: 12px;
    z-index: 2;
    text-align: left;
}

.getelbtn:after {
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    left: 4px;
    width: 30px;
    height: 30px;
    background: url(../images/icon-tel.png) no-repeat left center;
}

.getelbtn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -28px;
    width: 60px;
    height: 60px;
    background: #2a4f6c;
    z-index: -1;
    -webkit-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    transform: skewX(-40deg);
}

.getelbtn p {
    color: #fff;
}

.getelbtn strong {
    font-size: 18px;
}

@media screen and (max-width:991px) {
    .detail-top {
        padding: 30px 0;
    }
    .long-tit h1 {
        font-size: 30px;
        line-height: 1.5;
    }
    .long-tit {
        margin-top: 35px;
    }
}

@media screen and (max-width:640px) {
    .detail-top {
        padding: 15px 0;
    }
    .long-tit h1 {
        font-size: 26px;
    }
    .getquotebtn {
        padding: 0 40px 0 20px;
    }
    .getquotebtn:after {
        right: -27px;
        width: 70px;
    }
    .getquotebtn:before {
        right: 4px;
    }
    .long-tit .add-time {
        margin: 10px 0;
    }
    .getbtn {
        margin-top: 10px;
    }
    .getbtn div {
        height: 40px;
    }
    .getquotebtn {
        line-height: 40px;
    }
    .getquotebtn:before {
        right: 14px;
        top: 8px;
    }
    .getelbtn p {
        display: none;
    }
    .getelbtn {
        top: -6px;
    }
    .getelbtn:after {
        top: 6px;
    }
    .long-tit .add-time,
    .long-tit .desc {
        font-size: 14px;
    }
    .getquotebtn:after,
    .getelbtn:before {
        display: none;
    }
}

@media screen and (max-width:480px) {
    .detail-top {
        padding: 10px 0;
    }
    .long-tit h1 {
        font-size: 22px;
    }
    .getquotebtn {
        padding: 0 50px 0 20px;
    }
    .getquotebtn:before {
        right: 14px;
    }
    .getelbtn {
        left: 0;
        top: -1px;
    }
}

@media screen and (max-width:440px) {
    .getbtn div,
    .getelbtn strong {
        font-size: 14px;
    }
    .getelbtn {
        padding-top: 7px;
    }
}

@media screen and (max-width:375px) {
    .getelbtn {
        margin-top: 10px;
    }
}

.detail-con {
    padding: 40px 0;
    background-color: #eff1f4;
}

.detail-con .main {
    width: 70%;
    float: left;
    padding-bottom: 50px;
}

.detail-con .main .dis {
    font-size: 18px;
    margin-bottom: 20px;
    background-color: #dcdcdc;
    padding: 15px;
}

@media screen and (max-width:991px) {
    .detail-con .main .dis {
        font-size: 16px;
    }
}

.detail-con .main h2 {
    font-size: 30px;
    color: #333;
    line-height: 36px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.detail-con .main p {
    font-size: 18px;
    color: #333;
    line-height: 36px;
    margin-bottom: 35px;
}

.detail-con .main img {
    display: block;
    margin: 0 auto 25px;
}

.detail-con .side {
    width: 300px;
    float: right;
    padding-top: 80px;
}

.detail-con .side-box {
    margin-bottom: 160px;
    position: relative;
    z-index: 2;
}

.detail-con .side-box:before {
    content: '';
    width: 100%;
    height: 60px;
    top: -26px;
    display: block;
    position: absolute;
    background-color: #fe3501;
    -webkit-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    transform: skewY(-10deg);
    z-index: -1;
}

.detail-con .side-box:after {
    content: '';
    width: 100%;
    height: 60px;
    bottom: -26px;
    display: block;
    position: absolute;
    background-color: #fe3501;
    -webkit-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    transform: skewY(-10deg);
    z-index: -1;
}

.side-box-tit {
    height: 48px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    background-color: #fe3501;
    font-weight: 900;
}

.detail-con .side-box ul {
    background-color: #fff;
    padding: 15px;
}

.side-box .nopic li {
    width: 100%;
    padding-left: 45px;
    position: relative;
    margin-bottom: 25px;
}

.side-box .nopic li:before {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background-color: #dcdfe4;
    position: absolute;
    left: 0;
    top: 10px;
}

.side-box .nopic li a {
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.side-box .nopic li:hover a {
    color: #fe3501;
}

.side-box .withpic li {
    margin-bottom: 25px;
}

.side-box .withpic .pic {
    display: block;
    overflow: hidden;
    padding-top: 74%;
    position: relative;
    margin-bottom: 15px;
}

.withpic .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.withpic .tit {
    display: block;
    text-align: center;
}

.ny-page {
    margin-top: 25px;
}

.ny-page li {
    color: #999;
    font-size: 18px;
}

.ny-page li a {
    font-size: 18px;
    color: #666;
}

.ny-page li a:hover {
    color: #fe3501;
}

@media screen and (max-width:1279px) {
    .detail-con .side {
        width: 26%;
    }
}

@media screen and (max-width:991px) {
    .detail-con .main {
        width: 100%;
        float: none;
        padding-bottom: 20px;
    }
    .detail-con .side {
        width: 100%;
        float: none;
        padding-top: 0;
    }
    .detail-con .side-box:before,
    .detail-con .side-box:after {
        display: none;
    }
    .side-box-tit {
        line-height: 40px;
        font-size: 20px;
        height: 40px;
    }
    .side-box .nopic ul {
        margin-left: -3%;
    }
    .side-box .nopic li {
        width: 47%;
        margin-left: 3%;
        float: left;
    }
    .side-box .withpic li {
        width: 50%;
        padding: 0 4px 0 4px;
        float: left;
        margin-bottom: 25px;
    }
    .detail-con .side-box {
        margin-bottom: 30px;
    }
    .detail-con .main h2 {
        font-size: 26px;
    }
}

@media screen and (max-width:640px) {
    .detail-con {
        padding: 20px 0 0 0;
    }
    .detail-con .main p {
        font-size: 16px;
        line-height: 2;
        margin-bottom: 10px;
    }
    .side-box .nopic li {
        width: 97%;
        padding-left: 28px;
        margin-bottom: 10px;
    }
    .side-box .withpic li {
        margin-bottom: 10px;
    }
    .detail-con .main h2 {
        font-size: 22px;
        margin-bottom: 0;
        margin-top: 20px;
    }
    .side-box .nopic li:before {
        width: 18px;
    }
}

@media screen and (max-width:480px) {
    .detail-con .side-box ul {
        padding: 15px 0 0 0;
    }
    .detail-con .main h2 {
        font-size: 20px;
    }
    .side-box .withpic .pic {
        margin-bottom: 2px;
    }
}

.msg {
    background: url(../images/msg-bg.jpg) no-repeat center;
    background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.img-cq {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.img-cq:after {
    content: '';
    display: block;
    width: 465px;
    height: 100%;
    position: absolute;
    top: -55px;
    right: 45px;
    background: #fe3501;
    z-index: -1;
    -webkit-transform: skewX(-24deg);
    -ms-transform: skewX(-24deg);
    transform: skewX(-24deg);
}

.msg-con {
    width: 536px;
    float: right;
    margin-right: 20%;
    padding-top: 65px;
    text-align: left;
}

.msg-con .big-tit {
    text-align: left;
}

.msg-con .big-tit p {
    color: #eff1f4;
}

.msg-con .big-tit h2 {
    color: #fff;
    font-size: 40px;
}

.msg-con ul {
    margin-top: 65px;
    margin-left: -5%;
}

.msg-con li {
    width: 45%;
    margin-left: 5%;
    float: left;
    margin-bottom: 33px;
}

.msg-con li input {
    width: 100%;
    line-height: 48px;
    color: #999;
    padding-left: 23px;
}

.msg-con .msg-area {
    width: 95%;
}

.msg-con textarea {
    width: 100%;
    min-height: 220px;
    resize: none;
    padding: 10px 0 0 23px;
}

.submit {
    background-color: #fe3501;
    padding: 12px 64px;
    font-weight: 900;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.submit:hover {
    background-color: #fe3501;
}

@media screen and (max-width:1800px) {
    .msg-con {
        margin-right: 100px;
    }
}

@media screen and (max-width:1600px) {
    .msg-con {
        margin-right: 30px;
    }
}

@media screen and (max-width:1400px) {
    .img-cq {
        display: none;
    }
    .msg-con {
        width: 94%;
        max-width: 1400px;
        margin: 0 auto;
        float: none;
        padding-bottom: 35px;
    }
}

@media screen and (max-width:991px) {
    .msg-con .big-tit h2 {
        font-size: 32px;
    }
    .msg-con ul {
        margin-top: 55px;
    }
}

@media screen and (max-width:768px) {
    .msg-con {
        padding-top: 30px;
    }
    .msg-con .big-tit h2 {
        font-size: 28px;
    }
    .msg-con ul {
        margin-top: 45px;
    }
}

@media screen and (max-width:640px) {
    .msg-con .big-tit h2 {
        font-size: 24px;
    }
    .msg-con ul {
        margin-top: 20px;
    }
}

@media screen and (max-width:480px) {
    .msg-con li input {
        line-height: 36px;
        padding-left: 10px;
    }
    .msg-con textarea {
        padding-left: 10px;
    }
    .msg-con li {
        width: 95%;
        margin-bottom: 10px;
    }
    .submit {
        padding: 5px 60px;
    }
}

.inside-detail {
    margin: 40px 0;
}

.pic-infor {
    overflow: hidden;
    margin-bottom: 25px;
}

.pic-infor .pic {
    width: 36%;
    float: left;
}

.pic-infor .pic img {
    width: 100%;
}

.pic-infor .infor {
    width: 62%;
    float: right;
}

.pic-infor h1 {
    font-size: 28px;
    color: #333333;
    margin-bottom: 10px;
}

.pic-infor p {
    margin-bottom: 5px;
}

.infor-email {
    display: block;
    font-size: 18px;
    padding-left: 30px;
    background: url(../images/pro-mail.png) no-repeat left center;
    background-size: 20px 20px;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: 20px 20px;
    color: #fe3501;
    margin-top: 25px;
    4636 s k
}

.pic-infor .btn {
    text-align: left;
    margin-top: 25px;
}

.pic-infor .btn a {
    display: inline-block;
    line-height: 40px;
    padding: 0 25px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}

.pic-infor .btn .getquote {
    background-color: #fe3501;
    border: 1px solid #fe3501;
}

.pic-infor .btn a:hover {
    background: #ffffff;
    color: #333333;
}

.desc-infor {
    margin-bottom: 25px;
}

.underline-tit {
    font-size: 24px;
    text-transform: capitalize;
    color: #333333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}

.underline-tit:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 50px;
    height: 3px;
    background-color: #fe3501;
}

.con-infor {
    margin-bottom: 25px;
}

.con-infor h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333333;
}

.con-infor h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #454545;
}

.con-infor p {
    margin-bottom: 5px;
    color: #666666;
}

.con-infor img {
    display: block;
    margin: 25px auto 10px;
}

.con-infor .img-tit {
    text-align: center;
    margin-bottom: 15px;
}

.relate-pro ul {
    margin-left: -2%;
}

.relate-pro li {
    width: 23%;
    margin-left: 2%;
    margin-bottom: 10px;
    float: left;
}

.relate-pro li .pic {
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 74%;
}

.relate-pro li .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.relate-pro li .tit {
    display: block;
    text-align: center;
    font-size: 20px;
}

.relate-pro li .tit:hover {
    color: #fe3501;
}

@media screen and (max-width:1200px) {
    .infor-email,
    .pic-infor .btn {
        margin-top: 5px;
    }
}

@media screen and (max-width:991px) {
    .pic-infor .pic {
        width: 49%;
    }
    .pic-infor .infor {
        width: 49%;
    }
    .relate-pro li {
        width: 31.33333%;
    }
}

@media screen and (max-width:768px) {
    .inside-detail {
        margin: 20px 0;
    }
    .pic-infor .pic,
    .pic-infor .infor {
        width: 100%;
        float: none;
    }
    .pic-infor .pic {
        margin-bottom: 10px;
    }
    .pic-infor h1 {
        font-size: 26px;
    }
    .con-infor h2,
    .underline-tit {
        font-size: 22px;
    }
    .con-infor h3 {
        font-size: 20px;
    }
}

@media screen and (max-width:640px) {
    .inside-detail {
        margin: 15px 0;
    }
    .pic-infor h1 {
        font-size: 24px;
    }
    .con-infor h2,
    .underline-tit {
        font-size: 20px;
    }
    .con-infor h3 {
        font-size: 18px;
    }
    .relate-pro li {
        width: 48%;
    }
}

@media screen and (max-width:480px) {
    .relate-pro li .tit {
        font-size: 16px;
    }
    .pic-infor .btn a {
        padding: 0 10px;
    }
}

.ny-news {
    background-color: #eff1f4;
}

.ny-news h2 {
    color: #000;
}

.ny-news li a {
    color: #000;
    display: block;
    line-height: 41px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ny-news li a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #333333;
    margin: -3px 10px 0 0;
}

@media screen and (max-width:640px) {
    .ny-news li a {
        line-height: 25px;
        font-size: 16px;
    }
    .ny-news li a:before {
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-left: 5px solid #333333;
    }
}

.news-list-con {
    padding: 80px 0;
    background-color: #ffffff;
}

.news-list-con ul {
    margin-left: -5%;
}

.news-list-con li {
    line-height: 50px;
    float: left;
    width: 45%;
    margin-left: 5%;
    padding: 10px 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.news-list-con li a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #333333;
    margin: -3px 10px 0 0;
}

.news-list-con li a {
    display: block;
    overflow: hidden;
    color: #4a4a4a;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-list-con li:hover a {
    color: #fe3501;
}

.news-list-con li span {
    float: right;
    color: #999;
}

.news-list-con li:hover {
    padding-left: 25px;
}

.news-list .pages {
    margin-bottom: 30px;
}

@media screen and (max-width:768px) {
    .news-list-con li span {
        display: none;
    }
    .news-list-con {
        padding: 50px 0 20px;
    }
}

@media screen and (max-width:480px) {
    .news-list-con li {
        width: 95%;
        margin-left: 5%;
        padding: 0;
        line-height: 42px;
    }
    .news-list-con {
        padding: 30px 0 10px;
    }
    .news-list-con li a:before {
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-left: 5px solid #333333;
        margin: -3px 10px 0 0;
    }
}

.goTop {
    position: fixed;
    z-index: 8;
    right: 10px;
    bottom: 55px;
    display: none;
    cursor: pointer;
}

.goTop img {
    display: block;
    width: 50px;
    height: 50px;
}

@media screen and (max-width:480px) {
    .goTop img {
        display: block;
        width: 30px;
        height: 30px;
    }
}

.error {
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

.error img {
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
}

.error a {
    display: inline-block;
    padding: 15px 50px;
    background-color: #fe3501;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 36px;
    margin-bottom: 50px;
}

.error a:hover {
    border-radius: 20px;
}

.error-bread {
    padding: 38px 0;
}

.error-bread .container {
    display: none;
}

@media screen and (max-width:768px) {
    .error {
        margin-top: 50px;
    }
    .error a {
        font-size: 22px;
        padding: 10px 25px;
    }
}

.city-site {
    padding: 50px 0;
}

.site-province:first-child span a {
    color: #999;
}

.site-province:first-child li a {
    border: 1px solid #fe3501;
    color: #fe3501;
}

.site-province span {
    float: left;
    padding-top: 8px;
    text-align: right;
}

.site-province span a:hover {
    color: #fe3501;
}

.site-province ul {
    padding-left: 65px;
}

.site-province li {
    float: left;
    margin: 0 10px 10px 0;
}

.site-province li a {
    border: 1px solid #eaeaea;
    padding: 7px 15px;
    border-radius: 2px;
    color: #999;
    display: block;
}

.site-province li:hover a {
    border: 1px solid #fe3501;
    color: #fe3501;
}

.wap-gotop {
    position: fixed;
    z-index: 8;
    right: 10px;
    bottom: 55px;
    cursor: pointer;
}

.wap-gotop img {
    display: block;
    width: 50px;
    height: 50px;
}

@media screen and (min-width:991px) {
    .wap-gotop {
        display: none !important;
    }
}

@media screen and (max-width:991px) {
    .wap-gotop img {
        display: block;
        width: 30px;
        height: 30px;
    }
}

.pc-kf {
    position: fixed;
    z-index: 29;
    width: 100px;
    right: 20px;
    top: 240px;
}

.kf-person {
    display: block;
    height: 60px;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #1E254F;
    border-radius: 6px;
    background-color: #FFF;
    box-shadow: 0px 1px 10px 0px rgba(15, 18, 39, 0.6);
    -webkit-box-shadow: 0px 1px 10px 0px rgba(15, 18, 39, 0.6);
    -moz-box-shadow: 0px 1px 10px 0px rgba(15, 18, 39, 0.6);
}

.kf-person img {
    position: absolute;
    top: -21px;
    left: 10px;
}

.pc-kf ul {
    position: relative;
    width: 100%;
    padding-top: 22px;
    border: 1px solid #1E254F;
    border-radius: 6px;
    background-color: #FFF;
    box-shadow: 0px 1px 10px 0px rgba(15, 18, 39, 0.6);
    -webkit-box-shadow: 0px 1px 10px 0px rgba(15, 18, 39, 0.6);
    -moz-box-shadow: 0px 1px 10px 0px rgba(15, 18, 39, 0.6);
}

.pc-kf ul:before {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    top: -15px;
    width: 10px;
    height: 35px;
    background: url(../images/kf-icon-line.png) no-repeat center;
}

.pc-kf ul:after {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: -15px;
    width: 10px;
    height: 35px;
    background: url(../images/kf-icon-line.png) no-repeat center;
    visibility: inherit;
}

.pc-kf li {
    margin-bottom: 25px;
}

.pc-kf li a {
    text-align: center;
    display: block;
}

.pc-kf li a:hover {
    color: #fe3501;
}

.pc-kf li img {
    display: block;
    margin: 0 auto 5px;
}

.pc-kf li span {
    width: 224px;
    z-index: 9;
    text-align: center;
    border-radius: 6px;
    border: 2px solid #1E254F;
    color: #1E254F;
    font-size: 24px;
    font-weight: 900;
    line-height: 68px;
    background-color: #FFF;
    position: absolute;
    right: 0;
    top: 116px;
    display: block;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    box-shadow: 0px 1px 10px 0px rgba(15, 18, 39, 0.6);
    -webkit-box-shadow: 0px 1px 10px 0px rgba(15, 18, 39, 0.6);
    -moz-box-shadow: 0px 1px 10px 0px rgba(15, 18, 39, 0.6);
}

.pc-kf li span:after {
    content: "";
    position: absolute;
    right: -19px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url(../images/pc-kf-arrow.png) no-repeat right center;
}

.pc-kf li:hover span {
    right: 90px;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.pc-gotop {
    display: block;
    margin-top: -3px;
    border: 2px solid #1E254F;
    background-color: #1E254F;
    box-shadow: 0px 1px 10px 0px rgba(15, 18, 39, 0.6);
    -webkit-box-shadow: 0px 1px 10px 0px rgba(15, 18, 39, 0.6);
    -moz-box-shadow: 0px 1px 10px 0px rgba(15, 18, 39, 0.6);
    text-align: center;
    padding: 12px 0;
    cursor: pointer;
}

.pc-gotop img {
    display: block;
    margin: 10px auto;
}

@media screen and (max-width:991px) {
    .pc-kf {
        display: none;
    }
}

.wap-kf {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: none;
    z-index: 999;
    background-color: #FFF;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-box-shadow: 0px 1px 10px rgba(66, 66, 66, .4);
    -moz-box-shadow: 0px 1px 10px rgba(66, 66, 66, .4);
    -ms-box-shadow: 0px 1px 10px rgba(66, 66, 66, .4);
    -o-box-shadow: 0px 1px 10px rgba(66, 66, 66, .4);
    box-shadow: 0px 1px 10px rgba(66, 66, 66, .4);
}

.wap-kf li {
    float: left;
    text-align: center;
}

.wap-kf li.fix-lm {
    width: 48%;
}

.wap-kf li.fix-cn {
    float: right;
    width: 52%;
    background-color: #fe3501;
    border-right: none;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
}

.wap-kf li.fix-cn a {
    color: #FFF;
}

.wap-kf li a {
    display: block;
    color: #333;
    font-size: 18px;
}

.wap-kf li img {
    width: 20px;
    height: auto;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 6px;
}

@media screen and (min-width:991px) {
    .wap-kf {
        display: none !important;
    }
}

@media screen and (max-width:991px) {
    body {
        padding-bottom: 50px;
    }
    .fix-ser {
        display: none;
    }
    .wap-kf {
        display: block;
    }
    .fix-ask {
        display: none;
    }
}

@media screen and (max-width:480px) {
    .wap-kf li.fix-lm {
        width: 40%;
    }
    .wap-kf li.fix-cn {
        width: 60%;
    }
    .wap-kf li a {
        font-size: 16px;
    }
}

@media screen and (max-width:360px) {
    .wap-kf li a {
        font-size: 14px;
    }
}

.canshu_m {
    display: none;
}

@media screen and (max-width:720px) {
    .canshu_pc {
        display: none;
    }
    .canshu_m {
        display: block;
    }
}