@charset "UTF-8";

/*=========== PC public CSS ===========*/

*,
: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;
}

@font-face {
    font-family: Quicksand;
    src: url('../font/Quicksand.ttf'), url('../font/Quicksand.ttf');
}

body {
    font-family: "Quicksand", "Microsoft YaHei", sans-serif;
    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;
}

input,
button {
    border-radius: 0;
    -webkit-appearance: none;
}


/*清除IOS默认圆角*/

textarea {
    resize: none;
    outline: none;
    border: none;
}


/*去除右下角拖动边框标识*/

input:-ms-clear {
    display: none;
}


/*消除 IE10 里的叉号*/

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;
    }
}


/*边线重叠*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.container {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}

.container:after,
ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/******************** index-top begin *****************/

.index-top {
    padding: 20px 0;
}

.index-top:after {
    content: "";
    display: block;
    clear: both;
}

.index-top .logo a {
    margin: 0 auto;
    display: inline-block;
}

.logo .nav-btn {
    display: none;
    position: relative;
    float: right;
    padding: 5px 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-color: #ddd;
    border-radius: 4px;
    margin-top: 5px;
}

.logo .nav-btn span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 5px 0;
    background-color: #E48907;
}

.index-top .nav ul li a {
    padding: 15px 30px;
    line-height: 50px;
    text-transform: capitalize;
}

.index-top .nav ul li:hover a {
    background: #000;
    color: #fff;
    border-radius: 15px 0px 15px 0px;
    ;
}

.index-top .nav-side {
    width: 96%;
    left: 2%;
    display: none;
    position: absolute;
    z-index: 9;
    background: rgba(0, 0, 0, .95);
    padding: 30px 0;
}

.index-top .nav-side ul li {
    text-align: center;
}

.index-top .nav-side ul li a {
    color: #ffffff;
    line-height: 50px;
    display: block;
    text-transform: uppercase;
}

@media screen and (max-width:991px) {
    .index-top .nav ul li a {
        padding: 15px 20px;
    }
}

@media screen and (min-width:768px) {
    .index-top .logo,
    .index-top .nav ul li {
        float: left;
    }
    .index-top .nav {
        float: right;
    }
}

@media screen and (max-width:768px) {
    .index-top {
        padding: 10px 0;
    }
    .logo .nav-btn {
        display: block;
    }
    .index-top .nav.open {
        display: block;
    }
    .index-top .nav {
        display: none;
        margin-top: 5px;
        padding: 5px 0;
        width: 108%;
        margin-left: -4%;
        background: rgba(0, 0, 0, 0.6);
    }
    .index-top .nav ul li {
        text-align: center;
    }
    .index-top .nav ul li a {
        padding: 15px 20px;
        color: #fff;
    }
}


/******************** index-top end *****************/


/********************index-banner begin *************/

.index-banner {
    padding: 180px 0;
    background: url(../images/banner1.jpg) no-repeat center;
    background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.index-banner h1 {
    font-size: 52px;
    margin: 0 0 11px;
    text-transform: uppercase;
    color: #ffffff;
}

.index-banner h1 span {
    color: #fb6827;
}

.index-banner p {
    font-size: 14px;
    color: #ffffff;
    padding-right: 35%;
    margin-bottom: 25px;
}

.index-banner ul li {
    display: inline-block;
    position: relative;
    background: #182731;
    font-size: 14px;
    font-weight: 600;
    margin-right: 15px;
}

.index-banner ul li a {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    display: block;
    padding: 12px 35px;
}

.index-banner ul li:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fb6827;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.index-banner ul li:hover:before {
    height: 100%;
}

@media screen and (max-width:991px) {
    .index-banner {
        padding: 240px 0 180px 0;
        text-align: center;
    }
    .index-banner h1 {
        font-size: 48px;
    }
    .index-banner p {
        padding-right: 0;
    }
}

@media screen and (max-width:768px) {
    .index-banner h1 {
        font-size: 40px;
    }
}

@media screen and (max-width:640px) {
    .index-banner h1 {
        font-size: 32px;
    }
}

@media screen and (max-width:480px) {
    .index-banner h1 {
        font-size: 24px;
    }
    .index-banner ul li {
        margin-right: 5px;
    }
    .index-banner ul li a {
        padding: 10px 15px;
    }
}

@media screen and (max-width:375px) {
    .index-banner {
        padding: 120px 0 80px 0;
    }
    .index-banner ul li a {
        padding: 5px 10px;
    }
}


/********************index-banner end ********************/


/******************index-about begin*********************/

.index-about {
    padding: 50px 0;
}

.index-about h1 {
    font-size: 30px;
    color: #333333;
    text-align: center;
}

.index-about p {
    text-align: center;
}

.index-about ul {
    margin-top: 30px;
}

.index-about li {
    width: 23%;
    margin: 0 1%;
    float: left;
}

.index-about strong {
    display: block;
    width: 117px;
    height: 117px;
    line-height: 117px;
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    position: relative;
    margin: 0 auto 25px;
}

.index-about strong:before {
    content: '';
    position: absolute;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    animation: rev-rotate 20s linear infinite;
    -webkit-animation: rev-rotate 20s linear infinite;
    -moz-animation: rev-rotate 20s linear infinite;
}

@keyframes rev-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes rev-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-moz-keyframes rev-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.index-about strong:after {
    content: '';
    position: absolute;
    z-index: -1;
    display: block;
    width: 86px;
    height: 86px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}

.index-about li:first-child strong:before {
    background: url(../images/shap1.png);
    background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.index-about li:first-child strong:after {
    background-color: #860de9;
}

.index-about li:first-child+li strong:before {
    background: url(../images/shap2.png);
    background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.index-about li:first-child+li strong:after {
    background-color: #e96429;
}

.index-about li:first-child+li+li strong:before {
    background: url(../images/shap3.png);
    background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.index-about li:first-child+li+li strong:after {
    background-color: #1893f0;
}

.index-about li:first-child+li strong:after {
    background-color: #e96429;
}

.index-about li:first-child+li+li+li strong:before {
    background: url(../images/shap4.png);
    background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.index-about li:first-child+li+li+li strong:after {
    background-color: #3ed03a;
}

@media screen and (max-width:640px) {
    .index-about h1 {
        font-size: 26px;
    }
    .index-about li {
        width: 48%;
        margin-bottom: 25px;
    }
}

@media screen and (max-width:414px) {
    .index-about h1 {
        font-size: 20px;
    }
    .index-about li {
        width: 98%;
    }
}


/******************index-about end*********************/


/*******************big-tit begin*********************/

.big-tit {
    position: relative;
    margin-top: 50px;
    margin-bottom: 30px;
}

.big-tit h2 {
    position: relative;
    color: #333;
    line-height: 36px;
    position: relative;
    text-align: center;
    font-size: 34px;
    padding-bottom: 20px;
}

.big-tit h2::before {
    display: block;
    bottom: 5px;
    right: calc(50% - 5px);
    content: '';
    width: 60px;
    height: 2px;
    position: absolute;
    background-color: #fb6827;
}

.big-tit h2::after {
    display: block;
    bottom: 0;
    left: calc(50% - 5px);
    content: '';
    width: 60px;
    height: 2px;
    position: absolute;
    background-color: #fb6827;
}

.big-tit h2 span {
    color: #fb6827;
}


/******************big-tit end*********************/


/******************index-pro begin*********************/

.index-pro-con ul {
    margin-left: -3%;
}

.index-pro-con ul li {
    width: 30.33333%;
    margin-left: 3%;
    margin-bottom: 50px;
    float: left;
    position: relative;
}

.index-pro-con ul li .pic {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 82%;
    margin-bottom: 16px;
}

.index-pro-con ul li .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.index-pro-con ul li .tit {
    background-color: #fb6827;
    text-align: center;
    padding: 26px 0;
    position: relative;
    opacity: 1;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.index-pro-con ul li .tit h3 {
    color: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index-pro-con ul li .tit h3 a {
    color: #ffffff;
}

.index-pro-con ul li .tit:before,
.index-pro-con ul li .tit:after {
    position: absolute;
    content: "";
    background-color: #fb6827;
    width: 3px;
    height: 22px;
    box-shadow: 0px 6px 10px 0px rgba(6, 22, 58, 0.16);
    top: -22px;
}

.index-pro-con ul li .tit:before {
    left: 19px;
}

.index-pro-con ul li .tit:after {
    right: 19px;
}

.index-pro-con ul li .text {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    background-color: #fb6827;
    text-align: center;
    opacity: 0;
    padding: 24px 30px 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
}

.index-pro-con ul li .text h3 {
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px;
}

.index-pro-con ul li .text h3 a {
    color: #ffffff;
}

.index-pro-con ul li .text p {
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 54px;
    margin-bottom: 5px;
}

.index-pro-con ul li .text .more {
    color: #fb6827;
    text-transform: uppercase;
}

.index-pro-con ul li .text:before,
.index-pro-con ul li .text:after {
    position: absolute;
    content: "";
    background-color: #fb6827;
    width: 3px;
    height: 22px;
    box-shadow: 0px 6px 10px 0px rgba(6, 22, 58, 0.16);
    top: -15px;
}

.index-pro-con ul li .text:before {
    left: 19px;
}

.index-pro-con ul li .text:after {
    right: 19px;
}

.index-pro-con ul li:hover .tit {
    opacity: 0;
    filter: alpha(opacity=0);
}

.index-pro-con ul li:hover .text {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 0;
}

.index-pro-con ul li:hover .text p {
    color: #ffffff;
}

@media screen and (max-width:991px) {
    .index-pro-con ul li {
        width: 47%;
    }
}

@media screen and (max-width:480px) {
    .index-pro-con ul li {
        width: 97%;
    }
    .index-pro-con ul li .tit {
        padding: 15px 0;
    }
    .index-pro-con ul li .text h3 {
        font-size: 18px;
    }
}


/******************index-pro end*********************/


/******************index-service begin*********************/

.index-service {
    position: relative;
    border-width: 0px 0 2px;
    border-style: solid;
    padding: 85px 0 85px;
    border-color: #fb6827;
    background-image: url(../images/service-bg.jpg);
    background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.index-service:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.8;
    position: absolute;
    background-color: #182731;
    z-index: 0;
}

.index-service ul li {
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
}

.index-service ul li strong {
    display: inline-block;
    font-size: 40px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: Impact;
}

.index-service ul li p {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.index-service ul li p span {
    color: #f3f6ff;
}

@media screen and (max-width:991px) {
    .index-service ul li strong {
        font-size: 32px;
        letter-spacing: 2px;
    }
    .index-service ul li p {
        font-size: 16px;
    }
}

@media screen and (max-width:768px) {
    .index-service {
        padding: 40px 0;
    }
    .index-service ul li {
        width: 50%;
        margin-bottom: 40px;
    }
    .index-service ul li strong {
        font-size: 24px;
    }
}

@media screen and (max-width:480px) {
    .index-service ul li {
        width: 100%;
    }
}


/******************index-service end*********************/


/*******************index-case begin*********************/

.index-case-con {
    margin-left: -3%;
}

.index-case-con ul li {
    width: 30.33333%;
    float: left;
    margin-left: 3%;
    margin-bottom: 10px;
    position: relative;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.index-case-con ul li .pic a {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 71%;
}

.index-case-con ul li .pic a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.index-case-con ul li .text {
    padding: 20px 30px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    margin-left: 10px;
    margin-right: 10px;
    top: -30px;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
}

.index-case-con ul li .text:after {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 0;
    height: 0;
    content: "";
    border-top: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #dfdfdf;
    font-size: 20px;
    z-index: -1;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.index-case-con ul li .text h3 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index-case-con ul li .text h3 a {
    color: #333333;
}

.index-case-con ul li .text p {
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 14px;
    height: 69px;
}

.index-case-con ul li .text .more {
    text-transform: capitalize;
    font-size: 16px;
    color: #05125e;
}

.index-case-con ul li:hover {
    transform: translateY(-5px);
}

.index-case-con ul li:hover .pic a:before {
    background: none;
}

.index-case-con ul li:hover .text {
    margin-left: 0;
    margin-right: 0;
    top: 0;
}

.index-case-con ul li:hover .text h3 a,
.index-case-con ul li:hover .text .more {
    color: #fb6827;
}

@media screen and (max-width:991px) {
    .index-case-con ul li {
        width: 47%;
    }
    .index-case-con ul li .text {
        padding: 20px 20px;
    }
}

@media screen and (max-width:640px) {
    .index-case-con ul li .text {
        padding: 15px 10px;
    }
}

@media screen and (max-width:480px) {
    .index-case-con ul li {
        width: 97%;
    }
    .index-case-con ul li .text {
        padding: 10px 7px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .index-case-con ul li .text h3 {
        font-size: 18px;
    }
}


/******************index-case end*********************/


/******************index-news begin *********************/

.index-news {
    background: #0c2239 url(../images/footer-bg.png) no-repeat center;
    padding: 65px 0;
}

.footlogo {
    width: 30%;
    float: left;
}

.footlogo a img {
    margin-bottom: 30px;
}

.footlogo p {
    color: #9d98bf;
    margin-bottom: 15px;
}

.footlogo ul li {
    color: #9d98bf;
    line-height: 38px;
}

.footlogo ul li a {
    color: #9d98bf;
}

.footlogo ul li img {
    display: inline-block;
    margin-right: 10px;
}

.index-news .news {
    width: 66.66666%;
    float: right;
}

.index-news .news h2 {
    font-size: 24px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.index-news .news ul {
    margin-left: -3%;
}

.index-news .news li {
    width: 47%;
    margin-left: 3%;
    float: left;
    padding-left: 20px;
    background: url(../images/arrows-right.png) no-repeat left center;
    line-height: 38px;
}

.index-news .news h3 {
    color: #9d98bf;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 500;
}

.index-news .news h3 a {
    color: #9d98bf;
    line-height: 37px;
}

.index-news .news h3 a:hover {
    color: #ffffff;
}

@media screen and (max-width:991px) {
    .footlogo,
    .index-news .news {
        width: 100%;
    }
    .footlogo {
        margin-bottom: 35px;
    }
    .index-news {
        padding: 40px 0 15px 0;
    }
}

@media screen and (max-width:480px) {
    .index-news .news li {
        width: 97%;
    }
}


/******************index-news end *********************/


/******************index-footer begin *********************/

.index-footer {
    background: #152a41;
    padding: 20px 0;
}

.index-footer p {
    color: #9d98bf;
    text-align: center;
}

.index-footer p a {
    color: #ffffff;
}


/******************index-footer end *********************/


/******************breadcrumb-area begin *********************/

.breadcrumb-area {
    width: 100%;
    padding: 20px 0 50px;
    background: url(../images/ny-banner.jpg) no-repeat center top;
    background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    text-align: center;
}

.breadcrumb-area ol {
    display: block;
    overflow: hidden;
    margin-bottom: 50px;
}

.breadcrumb-area li {
    float: left;
    color: #cccccc;
}

.breadcrumb-area li a {
    font-weight: 900;
    color: #ffffff;
    text-transform: capitalize;
}

.breadcrumb-area li a:after {
    content: '/';
    color: #ffffff;
    margin: 0 10px;
    display: inline-block;
}

.breadcrumb-area li a:hover {
    color: #ff6600;
}

.breadcrumb-area strong {
    display: block;
    font-size: 32px;
    color: #ffffff;
    font-weight: 900;
    text-align: center;
    text-transform: capitalize;
}

.breadcrumb-area h1 {
    font-size: 32px;
    color: #ffffff;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 25px;
}

.breadcrumb-area p {
    color: #cccccc;
    text-align: center;
    margin-bottom: 35px;
}

.breadcrumb-area .getquote:hover,
.breadcrumb-area .btn {
    display: inline-block;
    padding: 7px 15px;
    color: #ffffff;
    border: 1px solid #ff6600;
    text-transform: capitalize;
    background: transparent;
    margin: 0 5px;
}

.breadcrumb-area .btn:hover,
.breadcrumb-area .getquote {
    background-color: #ff6600;
}

@media screen and (max-width:991px) {
    .breadcrumb-area h1 {
        font-size: 26px;
    }
}

@media screen and (max-width:480px) {
    .breadcrumb-area h1 {
        font-size: 22px;
    }
}


/******************breadcrumb-area end *********************/


/******************ny-about begin *********************/

.about-box {
    margin: 25px 0;
}

.about-box h2 {
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.about-box p {
    font-size: 18px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 15px;
}

.about-box img {
    display: block;
    width: 100%;
    margin: 25px 0;
}

@media screen and (max-width:640px) {
    .about-box h2 {
        font-size: 28px;
    }
}


/******************ny-about end *********************/


/**********************pro-list begin*************************/

.pro-list {
    margin: 25px 0;
    padding: 25px 0;
}

@media screen and (max-width:640px) {
    .pro-list {
        margin: 15px 0;
        padding: 0;
    }
}


/***********pro-type begin************/

.pro-type {
    margin: 0 0 25px 0;
}

.pro-type .product-lb {
    overflow: hidden;
}

.pro-type .product-lb li {
    float: left;
    margin-bottom: 10px;
    text-align: center;
    padding: 0 5px;
}

.pro-type .product-lb li a {
    display: block;
    color: #fb6827;
    padding: 0 20px;
    line-height: 44px;
    border: 1px solid #fb6827;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.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: #fb6827;
    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: #fb6827;
    border-color: #fb6827;
}

@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: 100%;
    }
    .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;
}


/***********pro-type end***************/


/********************pages begin****************************/

.pages {
    margin-top: 25px;
}

.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:hover a {
    background: #fb6827;
    color: #fff;
}


/********************pages end****************************/


/**********************pro-list end*************************/


/**********************case-list begin*************************/

.case-list {
    margin: 25px 0;
    padding: 25px 0;
}

@media screen and (max-width:640px) {
    .case-list {
        margin: 15px 0;
        padding: 0;
    }
}


/**********************case-list end*************************/


/**********************news-list begin*************************/

.news-list {
    margin: 25px 0;
    padding: 25px 0;
}

@media screen and (max-width:640px) {
    .news-list {
        margin: 15px 0;
        padding: 0;
    }
}


/**********************news-list end*************************/


/**********************contact-message begin*************************/

.contact-message {
    background: url(../images/msg-bg.jpg) no-repeat center top;
    background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.msg-con {
    width: 60%;
    float: right;
    margin-top: 100px;
    padding: 30px;
    background-color: #fe5a0e;
}

.msg-con .tit {
    margin-bottom: 20px;
}

.msg-con .tit h3 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
}

.msg-con .tit p {
    color: #ffffff;
}

.msg-con ul {
    margin-left: -5%;
}

.msg-con li {
    width: 45%;
    float: left;
    height: 50px;
    padding: 10px 10px 10px 50px;
    position: relative;
    margin-left: 5%;
    margin-bottom: 30px;
    background-color: #fff;
}

.msg-con li img {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 20px;
    height: 20px;
}

.msg-con input {
    width: 100%;
    color: #666666;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
}

.msg-con .msg-area {
    width: 95%;
    min-height: 120px;
}

.msg-con .msg-area textarea {
    resize: none;
    width: 100%;
    height: 100%;
    padding: 5px 0;
}

.msg-con .btn {
    width: 190px;
    padding: 10px 0;
    cursor: pointer;
}

.msg-con .btn input {
    color: #fe5a0e;
    cursor: pointer;
}

.msg-con .email {
    background: url(../images/icon-kf.png) no-repeat left center;
    padding: 0 0 0 75px;
    float: right;
    width: auto;
}

.msg-con .email strong {
    font-size: 18px;
    color: #ffffff;
    display: block;
    line-height: 1;
    margin-bottom: 5px;
}

.msg-con .email a {
    color: #ffffff;
}

@media screen and (max-width:1280px) {
    .msg-con {
        width: 75%;
    }
}

@media screen and (max-width:768px) {
    .msg-con {
        width: 85%;
    }
}

@media screen and (max-width:640px) {
    .contact-message {
        padding: 40px 0;
    }
    .msg-con {
        width: 100%;
        margin-top: 0;
        padding: 20px 15px;
    }
}

@media screen and (max-width:480px) {
    .msg-con .email {
        display: none;
    }
    .msg-con li,
    .msg-con .btn {
        width: 95%;
    }
}

@media screen and (max-width:414px) {
    .msg-con {
        padding: 15px 7px;
    }
}


/**********************contact-message end*************************/


/*************************error begin*************************/

.error {
    width: 100%;
    margin-top: 130px;
    text-align: center;
}

.error img {
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
}

.error a {
    display: inline-block;
    padding: 15px 50px;
    background-color: #fb6827;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 36px;
    margin-bottom: 50px;
}

.error a:hover {
    border-radius: 20px;
}

@media screen and (max-width:768px) {
    .error {
        margin-top: 50px;
    }
    .error a {
        font-size: 22px;
        padding: 10px 25px;
    }
}


/*************************error end*************************/


/**********************pro-detail begin*************************/

.inside-detail {
    margin: 35px 0 0 0;
}

.inside-detain-main {
    width: 72%;
    float: left;
}

.inside-top .pic {
    width: 48%;
    float: left;
}

.inside-top .pic img {
    width: 100%;
}

.inside-top .text {
    width: 48%;
    float: right;
}

.inside-top .text h1 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 25px;
    color: #333333;
}

.inside-top .text p {
    margin-bottom: 5px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.inside-top .text .email {
    padding-left: 30px;
    background: url(../images/pro-mail.png) no-repeat left center;
    line-height: 25px;
    color: #ff6600;
}

.inside-top .text .btn {
    margin-top: 30px;
}

.inside-top .text .btn a {
    display: inline-block;
    padding: 5px 15px;
    color: #ffffff;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.inside-top .text .btn .ly {
    background-color: #ff6600;
    margin-right: 20px;
}

.inside-top .text .btn .ly:hover {
    background-color: #182731;
}

.inside-top .text .btn .zx {
    background-color: #182731;
}

.inside-top .text .btn .zx:hover {
    background-color: #ff6600;
}

.inside-btm {
    padding: 25px 0;
}

.inside-btm h3 {
    font-size: 24px;
    margin: 50px 0 25px 0;
}

.inside-btm p {
    color: #666666;
    margin-bottom: 15px;
}

.inside-btm img {
    display: block;
    margin: 20px auto 0 auto;
}

.inside-detain-side {
    width: 25%;
    float: right;
}

.detail-side-box {
    margin-bottom: 50px;
}

.detail-side-box h3 {
    padding: 15px 0 15px 20px;
    background-color: #333333;
    color: #ffffff;
    font-size: 20px;
    text-transform: capitalize;
}

.detail-side-box .nopic li {
    padding: 15px 20px;
    background-color: #eaeaea;
    margin-bottom: 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.detail-side-box .nopic li a {
    color: #333333;
}

.detail-side-box .nopic li a:hover {
    color: #ff6600;
}

.detail-side-box .withpic {
    background-color: #eaeaea;
}

.detail-side-box .withpic li {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #ffffff;
}

.detail-side-box .withpic .pic {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 74%;
    margin-bottom: 10px;
}

.detail-side-box .withpic .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.detail-side-box .withpic li .tit {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.detail-side-box .withpic li .tit:hover {
    color: #ff6600;
}

@media screen and (max-width:1280px) {
    .inside-top .text h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width:991px) {
    .inside-detail {
        margin: 30px 0 0 0;
    }
    .inside-detain-main {
        width: 100%;
    }
    .inside-detain-side {
        width: 100%;
    }
    .inside-top .text h1 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .inside-btm h3 {
        font-size: 22px;
    }
    .detail-side-box {
        overflow: hidden;
    }
    .detail-side-box .withpic {
        margin-left: -2%;
        overflow: hidden;
    }
    .detail-side-box .withpic li {
        width: 48%;
        margin-left: 2%;
        float: left;
    }
}

@media screen and (max-width:640px) {
    .inside-detail {
        margin: 20px 0 0 0;
    }
    .inside-top .pic,
    .inside-top .text {
        width: 100%;
    }
    .inside-top .text h1 {
        font-size: 26px;
    }
    .inside-top .text .btn {
        text-align: center;
    }
    .inside-top .text .btn a {
        display: inline-block;
        width: 48%;
    }
    .inside-top .text .btn .ly {
        margin-right: 0;
    }
    .inside-top .text h1 {
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .detail-side-box {
        margin-bottom: 15px;
    }
}

@media screen and (max-width:480px) {
    .inside-detail {
        margin: 15px 0 0 0;
    }
    .inside-top .text h1 {
        font-size: 24px;
    }
    .detail-side-box .withpic li {
        width: 98%;
    }
    .inside-btm h3 {
        font-size: 20px;
    }
    .inside-top .text h1 {
        font-size: 24px;
    }
}


/**********************pro-detail end*************************/


/**********************atc-detail begin*************************/

.atc-detail-tit {
    text-align: center;
    margin-bottom: 50px;
}

.atc-detail-tit h1 {
    font-size: 36px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.atc-detail-tit p {
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
    text-align-last: left;
}

.atc-detail-tit .more {
    display: inline-block;
    padding: 10px 50px;
    background-color: #fb6827;
    color: #ffffff;
    border: 1px solid transparent;
    margin-top: 35px;
}

.atc-detail-tit .more:hover {
    background-color: #fff;
    color: #fb6827;
    border: 1px solid #fb6827;
}

.inside-detail .online-message-con {
    padding-bottom: 100px;
}

@media screen and (max-width:640px) {
    .atc-detail-tit h1 {
        font-size: 32px;
    }
    .inside-detail .online-message-con {
        padding-bottom: 15px;
    }
}

@media screen and (max-width:480px) {
    .atc-detail-tit h1 {
        font-size: 28px;
    }
}

.atc-detail .msg-show {
    margin: 0 auto 35px auto
}

.atc-detail {
    margin-bottom: 0;
    padding-bottom: 0;
}


/**********************atc-detail end*************************/


/*****************gotop begin***********************/

.goTop {
    position: fixed;
    z-index: 8;
    right: 10px;
    bottom: 50px;
    display: none;
    cursor: pointer;
    background: #fb6827;
    padding: 10px;
}

.goTop img {
    display: block;
    width: 25px;
    height: 25px;
}


/*****************gotop end***********************/


/************kf begin*****************/

.pc-kf {
    position: fixed;
    right: 10px;
    top: 300px;
    z-index: 99990;
}

.pc-kf span img {
    display: block;
    width: 100%;
}

.wap-kf {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: rgba(0, 0, 0, .7);
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    display: none;
    z-index: 999;
}

.wap-kf li {
    float: left;
    width: 45%;
    text-align: center;
}

.wap-kf li.wap-cn {
    float: right;
}

.wap-kf li a {
    display: block;
    color: #FFF;
    font-size: 20px;
}

.wap-pic {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 20%;
    margin-left: -10%;
}

.wap-pic a img {
    vertical-align: middle;
}

@media(max-width:991px) {
    body {
        padding-bottom: 50px;
    }
    .pc-kf {
        display: none;
    }
}

@media(min-width:991px) {
    .wap-kf {
        display: none !important;
    }
}

@media screen and (max-width:680px) {
    .wap-kf li {
        width: 44%;
    }
    .wap-pic {
        width: 14%;
        margin-left: -7%;
    }
}

@media screen and (max-width:480px) {
    .wap-kf li {
        width: 42%;
    }
    .wap-kf li a {
        font-size: 18px;
    }
    .wap-pic {
        width: 16%;
        margin-left: -8%;
    }
}

@media screen and (max-width:400px) {
    .wap-kf li a {
        font-size: 16px;
    }
}

@media screen and (max-width:360px) {
    .wap-kf li a {
        font-size: 15px;
    }
    .wap-pic {
        bottom: 10px
    }
}


/************kf end*****************/