/****************下面是slick.css****************************************************************************************************************************************************************************************/
/* slick */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.index-pro .index-cp .slick-list {
    padding-bottom: 20px;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -40px;
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:focus,
.slick-next:focus {
    outline: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    filter: alpha(opacity=80);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    ;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 25px;
    background: url(../images/left.png) no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 40px;
    height: 80px;
}

.slick-next {
    right: 25px;
    background: url(../images/right.png) no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 40px;
    height: 80px;
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 10px;
    width: 10px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    outline: none;
}

.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
    ;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}

.slick-dots li button {
    background: #fff;
    border-radius: 50%;
}

.slick-slider .slick-active button {
    background: #1d437b;
    background: -webkit-linear-gradient(left, #1d437b, #3c74af);
    background: -o-linear-gradient(right, #1d437b, #3c74af);
    background: -moz-linear-gradient(right, #1d437b, #3c74af);
    background: -moz-linear-gradient(left, #1d437b, #3c74af);
    background: -o-linear-gradient(left, #1d437b, #3c74af);
    background: linear-gradient(to right, #1d437b, #3c74af);
    width: 35px;
    border-radius: 20px;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}


/* slick */

.index-banner {
    position: relative;
}

.index-banner .two img {
    display: block;
    width: 100%;
    z-index: 1;
}

.index-banner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.index-banner.slick-slider img {
    position: relative;
    z-index: 999;
}

.index-banner .one-active img {
    position: relative;
    z-index: 2;
}

.index-banner .slick-prev,
.index-banner .slick-next {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.index-banner:hover .slick-prev,
.index-banner:hover .slick-next {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}

.index-cp .slick-prev {
    display: none !important;
}

.index-cp .slick-next {
    display: none !important;
}

.index-one {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:focus,
.slick-next:focus {
    outline: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    filter: alpha(opacity=80);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    ;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 25px;
    background: url(../images/left.png) no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 80px;
}

.slick-next {
    right: 25px;
    background: url(../images/right.png) no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 80px;
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 10px;
    width: 10px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    outline: none;
}

.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
    ;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}

.slick-dots li button {
    background: #fff;
    border-radius: 50%;
}

.slick-slider .slick-active button {
    background: #f7ac1b;
    width: 35px;
    border-radius: 20px;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.8s ease-in-out;
}


/****************上面是slick.css*********下面是carousel.css*******************************************************************************************************************************************************************************/

.caroursel {
    margin: 30px auto;
}


/*轮播样式ʽ*/

.poster-main {
    position: relative;
    width: 900px;
    height: 270px
}

.poster-main a,
.poster-main img {
    display: block;
}

.poster-main img {
    position: relative;
}

.poster-main .poster-list {
    width: 900px;
    height: 270px
}

.poster-main .poster-list .poster-item {
    position: absolute;
    left: 0;
    top: 0;
}

.poster-main .poster-list .poster-item .xq {
    position: absolute;
    bottom: 25px;
    left: 28%;
    background: url(../images/back_bg2.png) repeat;
    color: #fff;
    padding: 18px 80px 24px;
    text-align: center;
}

.poster-main .poster-list .poster-item .xq h3 {
    font-size: 24px;
    color: #fff;
}

.poster-main .poster-list .poster-item .xq p {
    font-size: 18px;
    margin: 18px auto;
}

.poster-main .poster-list .poster-item .xq a {
    color: #fff;
    font-size: 18px;
    background: #ed1c24;
    padding: 6px 13px;
    border-radius: 5px;
    display: inline-block
}

.poster-main .poster-btn {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 180px !important;
    height: 470px !important;
    text-align: center;
    line-height: 14px;
    color: #ffffff;
    background: url("../images/btn_l.png") no-repeat center;
    z-index: 10;
}

.poster-main .poster-next-btn {
    background: url("../images/btn_r.png") no-repeat center;
}

.btn-box {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.index-btn {
    display: inline;
    cursor: pointer;
    float: left;
    width: 10px;
    height: 10px;
    color: #fff;
    margin-right: 5px;
    margin-top: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #feb320;
}

.poster-main .poster-prev-btn {
    left: 0;
}

.poster-main .poster-next-btn {
    right: 0;
}

.index-btn.poster-btn-active {
    width: 40px;
    border-radius: 50px;
    background-color: #9FC112;
}


/****************上面是carousel.css*********下面是style.css*******************************************************************************************************************************************************************************/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

a {
    color: #555;
    text-decoration: none;
    cursor: pointer
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

i,
em {
    font-style: normal;
}

li {
    list-style: none;
}

padding {
    box-sizing: border-box
}

button,
input,
select,
textarea {
    font-size: 100%;
    border: none;
    caret-color: #222;
}

.wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.l {
    float: left;
}

.r {
    float: right;
}

.head {
    padding: 20px 0 15px;
}

.head .logo {
    width: 27%;
}

.head ul {
    margin-left: 7%;
}

.head ul li {
    float: left;
    margin-top: 25px;
}

.head ul li.news-active a {
    color: #ed1c24;
}

.head ul li a {
    font-size: 16px;
    color: #333;
    position: relative;
    padding: 0 20px;
}

.head ul li:hover a {
    color: #ed1c24;
}

.head ul li a:after {
    content: "";
    display: inline-block;
    height: 16px;
    background: #888;
    width: 2px;
    position: absolute;
    top: 3px;
    right: 0;
}

.head ul li a.last:after {
    width: 0
}

.head .tel {
    width: 19%;
    margin-top: 5px;
}

.nav {
    background: #2b2b2b;
    position: relative;
}

.customization {
    position: absolute;
    left: 52%;
    top: 15px;
    z-index: 20;
    margin-left: 38%;
}

.customization p {
    color: #ed1c24;
    cursor: pointer;
}

.customization img {
    margin-right: 5px;
}

.sc-dz {
    background: #fff;
    position: absolute;
    z-index: 999;
    display: none;
    width: 100%;
    left: 0;
}

.dz-l {
    width: 64%;
    float: left
}

.dz-l strong {
    font-size: 26px;
    color: #272727;
    padding-top: 40px;
    display: block;
}

.dz-l .text {
    font-size: 14px;
    color: #333;
    margin: 20px 0;
}

.dz-l .liuyan_l .icon-text-message {
    padding-left: 7%;
}

.dz-l .liuyan_l {
    padding: 0;
}

.dz-l .liuyan_l .icon-text-user {
    background: url(../images/icon-text-user.png) no-repeat right 10px center #f5f7fa;
}

.dz-l .liuyan_l .icon-text-tel {
    background: url(../images/icon-text-tel.png) no-repeat right 10px center #f5f7fa;
}

.dz-l .liuyan_l .icon-text-message {
    background: url(../images/icon-text-message.png) no-repeat 10px 17px #f5f7fa;
    width: 92%;
}

.dz-l .liuyan_l .txt {
    padding-left: 5%
}

.dz-l .liuyan_l input {
    width: 80%;
    caret-color: #222;
}

.dz-l .liuyan_l .btn-primary {
    width: 25%;
    margin-left: 0
}

.dz-r {
    width: 36%;
    float: left;
}

.dz-r .dz-r-top {
    background: #cc9f67;
    padding: 50px 35px 27px;
    margin-bottom: 5px;
    color: #fff;
}

.dz-r .dz-r-top p {
    font-size: 34px;
}

.dz-r .dz-r-top strong {
    font-size: 40px;
}

.dz-r .dz-r-bot {
    background: #cc9f67;
    padding: 35px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 20px;
}

.dz-r .dz-r-bot span {
    font-size: 24px;
    color: #8d5209;
    font-weight: bold;
}

.dz-r .dz-r-bot p {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
}

.dz-r .dz-r-bot a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 8px 40px;
}

.sc-dz .close {
    position: absolute;
    top: 20px;
    right: 15%;
}

.nav li {
    float: left;
    height: 54px;
    line-height: 54px;
    width: 12.5%;
    text-align: center;
}

.nav li a {
    color: #fff;
    font-size: 16px;
    display: block;
}

.nav li.active {
    background: #ed1c24;
}

.nav li:hover {
    background: #ed1c24;
}

.top,
.nav-t1 {
    display: none;
}

.top {
    overflow: hidden;
    background: #ed1e24;
    line-height: 0;
    padding: 1px 0;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    z-index: 100;
    height: 40px;
    line-height: 40px;
}

.top_c {
    width: 50%;
    float: left;
    height: 38px;
    color: #fff;
    line-height: 36px;
    padding-left: 3%;
}

.top img {
    display: inline-block;
    vertical-align: middle;
    height: 26px;
    width: auto;
}

.top_c img {
    height: 82%;
}

.top .l,
.top .r {
    width: 20%;
    margin: 0 2.5%;
}

.top .r {
    text-align: right;
}

.top .r .ico {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/nav-t1.png) no-repeat center;
    margin-top: 6px;
}

.dh-hide {
    display: none;
    position: absolute;
    z-index: 10;
    top: 40px;
    min-width: 320px;
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
}

.dh-hide .nav-t2 {
    padding: 10px 2%;
    background: #f7f7f7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    box-sizing: border-box;
    -wekit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.nav-t2 dt {
    overflow: hidden;
    border-bottom: 1px solid #e2e1e6;
    padding: 5px 0;
    font-size: 16px;
    margin-bottom: 16px;
}

.nav-t2 dd {
    overflow: hidden;
    margin: 0 -5px;
}

.nav-t2 dt span {
    float: left;
}

.nav-t2 dt .close {
    float: right;
    height: 15px;
    width: 15px;
    background: url(../images/nav-ti-close.png) no-repeat center;
    margin-right: 14px;
}

.nav-t2 dd p {
    float: left;
    width: 25%;
}

.nav-t2 dd a {
    display: block;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: right 5px center;
    position: relative;
    font-size: 14px;
    box-sizing: border-box;
    -wekit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #444;
    margin: 0 5px 10px;
    height: 35px;
    line-height: 33px;
    text-align: center;
}

.slick {
    position: relative;
    padding-top: 31.25%;
}

.slick.slick-slider {
    padding-top: 0;
}

.slick .two img {
    display: block;
    width: 100%;
    z-index: 1;
}

.slick img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.slick.slick-slider img {
    position: relative;
}

.slick-prev,
.slick-next {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 1s;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}

.m-banner {
    display: none
}

.index-one {
    background: #f3f3f3;
    box-sizing: border-box;
}

.index-one h1 {
    font-size: 45px;
    color: #000;
    text-align: center;
    padding-top: 38px;
}

.index-one .text {
    font-size: 14px;
    color: #666;
    text-align: center;
    padding: 20px 0 40px;
}

.index-one li {
    float: left;
    background: #fff;
    width: 20%;
    border: 4px solid #eee;
    box-sizing: border-box;
    border-right: none;
    transition: all 0.5s ease;
}

.index-one li.dy {
    border-left: none;
    transition: all 0.5s ease;
}

.index-one li strong a {
    color: #333;
    font-size: 20px;
}

.index-one li p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 20px;
}

.index-one li .bef {
    position: relative;
    padding: 80px 27% 15px 27%;
    text-align: center;
}

.index-one li .bef .home-tb {
    margin-bottom: 10px;
    transition: all 0.5s ease;
    height: 45px;
}

.index-one li .bef .home-tb .hide-ic {
    display: none;
}

.index-one li:hover .bef .home-tb .show-ic {
    display: none;
    transition: all 0.5s ease;
}

.index-one li:hover .bef .home-tb .hide-ic {
    display: block;
    transition: all 0.5s ease;
}

.index-one li a i {
    background: url(../images/index_1.png) no-repeat;
    width: 29px;
    height: 28px;
    display: block;
    margin: 30px auto 0;
    transition: all 0.5s ease;
}

.index-one li:hover {
    background: url(../images/one_bg.jpg) no-repeat;
    color: #fff;
    background-size: cover;
    transition: all 0.5s ease;
}

.index-one li:hover a {
    color: #fff;
    transition: all 0.5s ease;
}

.index-one li:hover a i {
    background: url(../images/index_11.png) no-repeat;
    width: 29px;
    height: 28px;
    display: block;
    margin-top: 30px;
    transition: all 0.5s ease;
}

.index-pro {
    background: url(../images/index_pbg.jpg) no-repeat;
    background-size: cover;
}

.index-pro .pad,
.index-new .pad,
.index-case {
    padding: 60px 0;
}

.index-pro .pro-tit,
.index-new .new-tit,
.index-case .case-tit {
    font-size: 14px;
    color: #a3a3a3;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.index-pro .pro-tit:before,
.index-new .new-tit:before,
.index-case .case-tit:before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 160px;
    background: #a3a3a3;
    position: absolute;
    left: 30%;
    top: 10px;
}

.index-pro .pro-tit:after,
.index-new .new-tit:after,
.index-case .case-tit:after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 160px;
    background: #a3a3a3;
    position: absolute;
    right: 30%;
    top: 10px;
}

.index-pro h2 a {
    font-size: 45px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 20px auto;
}

.index-pro .txt,
.index-case .txt {
    font-size: 14px;
    color: #999;
    text-align: center;
}

.index-pro .u1 {
    margin-top: 50px;
}

.index-pro .u1 li {
    background: #fff;
    width: 49.5%;
    /* padding:9px 0; */
}

.index-pro .u1 li .pic {
    float: left;
    overflow: hidden;
    margin-right: 4%;
    width: 58%;
}

.index-pro .u1 li .pic img {
    transition: all .5s;
    -webkit-transition: all .5s;
}

.index-pro .u1 li h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-top: 15px;
}

.index-pro .u1 li h3 a {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.index-pro .u1 li p {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.index-pro .u1 li p.bot {
    margin-top: 25px;
}

.index-pro .u1 li p.bot img {
    margin-right: 5px;
    margin-top: -3px;
}

.index-pro .u1 li p.bot a {
    margin-right: 15px;
}

.index-pro .u2 {
    margin-top: 30px;
    margin-left: -1%;
    overflow: hidden;
    box-sizing: border-box;
}

.index-pro .u2 li {
    float: left;
    width: 24%;
    box-sizing: border-box;
    margin-left: 1%;
}

.index-pro .u2 li .pic {
    background: #fff;
    display: block;
    overflow: hidden;
}

.index-pro .u2 li .pic img {
    display: block;
    margin: 0 auto;
    /* padding:10px 0; */
    transition: all .5s;
    -webkit-transition: all .5s;
}

.index-pro .u2 li:hover .pic img,
.index-pro .u1 li:hover .pic img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.index-pro .u2 li h3 a {
    display: block;
    margin: 20px auto 0;
    text-align: center;
    position: relative;
    font-size: 20px;
    color: #fffefe;
}

.index-pro .u2 li h3 a:before {
    content: "";
    display: inline-block;
    background: url(../images/dashed.png) no-repeat;
    width: 25%;
    height: 2px;
    position: absolute;
    left: 0%;
    top: 15px;
}

.index-pro .u2 li h3 a:after {
    content: "";
    display: inline-block;
    background: url(../images/dashed.png) no-repeat;
    width: 25%;
    height: 2px;
    position: absolute;
    right: 0%;
    top: 15px;
}

.index-new {
    background: #f3f3f3;
}

.index-new h2 a,
.index-case h2 a {
    font-size: 45px;
    color: #000;
    text-align: center;
    display: block;
    margin: 20px auto;
}

.index-new .zy {
    text-align: center;
    margin-left: -20px
}

.index-new .zy a {
    font-size: 18px;
    color: #000;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 5px 30px;
    margin-left: 20px;
}

.index-new .zy a.mouse {
    background: #ed1c24;
    color: #fff;
    border: 1px solid #fff;
}

.index-new ul {
    margin-left: -8%;
    margin-top: 15px;
    display: none;
}

.index-new ul.on {
    display: block
}

.index-new li {
    float: left;
    width: 42%;
    margin-left: 8%;
    margin-top: 15px;
}

.index-new li .box:hover {
    box-shadow: 10px 10px 15px #ddd;
    transform: translate(0, -3px);
}

.index-new li .box:hover strong a {
    color: #ed1c24;
}

.index-new li .date {
    font-size: 12px;
    color: #888;
    margin-bottom: 8px;
    padding-left: 38px;
}

.index-new li .box {
    background: #fff;
    position: relative;
    padding: 30px 25px 25px 45px;
    transition: all .3s ease-out;
}

.index-new li .box strong a {
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}

.index-new li .box p {
    font-size: 12px;
    color: #888;
    margin-top: 20px;
    line-height: 24px;
    position: relative;
    text-align: justify;
}

.index-new li .box p span {
    width: 53px;
    background: #888;
    height: 1px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0
}

.index-new li .box .day {
    position: absolute;
    left: -30px;
    top: 30px;
    background: #ed1c24;
    font-size: 30px;
    color: #fff;
    padding: 7px 10px;
}

.index-about {
    background: url(../images/index_about.jpg) no-repeat 100% 100%;
    background-size: cover;
    padding-top: 170px;
    position: relative;
}

.index-about h2 {
    font-size: 45px;
    color: #f29639;
    position: relative;
}

.index-about .text {
    position: absolute;
    font-size: 80px;
    color: #fff;
    opacity: 0.05;
    filter: alpha(opacity=4);
    top: 95px;
}

.index-about .tit {
    font-size: 26px;
    color: #f29639;
    margin-top: 22px;
}

.index-about span {
    font-size: 14px;
    color: #fff;
    display: block;
    line-height: 26px;
    margin-top: 35px;
}

.index-about .fl {
    width: 57%;
}

.index-about .fr {
    width: 38%;
    margin-top: -80px;
}

.index-about ul {
    background: url(../images/ab5.png) no-repeat;
    background-size: cover;
}

.index-about ul li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 40px 0 50px;
}

.index-about ul li p {
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
}

.index-case {
    overflow: hidden;
    background: #f3f3f3;
}

.flipster {
    display: block;
    margin: 70px auto 0;
    width: 100%;
    position: relative;
    height: 489px;
}

.flip-items,
.flip-item {
    display: block;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

.flip-items {
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.flip-item {
    position: absolute;
    opacity: 1;
}

.flip-past,
.flip-future,
.flip-next,
.flip-prev {
    cursor: pointer;
}

.flip-item img {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.flipster-coverflow .flip-items {
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    position: relative;
    padding-top: 2%;
    padding-bottom: 5%;
}

.flipster-coverflow .flip-item {
    display: block;
    -webkit-transition: all 175ms ease-in-out;
    -moz-transition: all 175ms ease-in-out;
    -o-transition: all 175ms ease-in-out;
    -ms-transition: all 175ms ease-in-out;
    transition: all 175ms ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    perspective: 800px;
    position: absolute;
    width: 30%;
}

.flipster-coverflow .flip-content {
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    -webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
}

.flipster-coverflow .flip-past .flip-content {
    -webkit-transform: rotateY(55deg) scale(0.75);
    -moz-transform: rotateY(55deg) scale(0.75);
    -o-transform: rotateY(55deg) scale(0.75);
    -ms-transform: rotateY(55deg) scale(0.75);
    transform: rotateY(55deg) scale(0.75);
}

.flipster-coverflow .flip-future .flip-content {
    -webkit-transform: rotateY(-55deg) scale(0.75);
    -moz-transform: rotateY(-55deg) scale(0.75);
    -o-transform: rotateY(-55deg) scale(0.75);
    -ms-transform: rotateY(-55deg) scale(0.75);
    transform: rotateY(-55deg) scale(0.75);
}

.flipster-coverflow.no-rotate .flip-past .flip-content {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}

.flipster-coverflow.no-rotate .flip-future .flip-content {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}

.flipster-coverflow .flip-current .flip-content {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flipster-coverflow .flip-hidden {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.flipster-carousel .flip-items {
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    perspective: 2000px;
}

.flipster-carousel .flip-item {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 350ms ease-out;
    -moz-transition: all 350ms ease-out;
    -o-transition: all 350ms ease-out;
    -ms-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
}

.no-csstransforms .flipster-carousel .flip-item {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

.flipster-carousel .flip-items img {
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    width: 890px;
}

.flipster-carousel .flip-past {
    -webkit-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
    -moz-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
    -o-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
    -ms-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
    transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
}

.flipster-carousel.no-rotate .flip-past {
    -webkit-transform: translateX(-80%) translateZ(0) scale(0.65);
    -moz-transform: translateX(-80%) translateZ(0) scale(0.65);
    -o-transform: translateX(-80%) translateZ(0) scale(0.65);
    -ms-transform: translateX(-80%) translateZ(0) scale(0.65);
    transform: translateX(-80%) translateZ(0) scale(0.65);
}

.no-csstransforms3d .flipster-carousel .flip-past {
    -webkit-transform: translateX(-56%) scale(0.5);
    -moz-transform: translateX(-56%) scale(0.5);
    -o-transform: translateX(-56%) scale(0.5);
    -ms-transform: translateX(-56%) scale(0.5);
    transform: translateX(-56%) scale(0.5);
}

.no-csstransforms .flipster-carousel .flip-past {
    left: -20%;
    top: 40%;
    width: 50%;
    height: 50%;
}

.flipster-carousel .flip-future {
    -webkit-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
    -moz-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
    -o-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
    -ms-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
    transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
}

.flipster-carousel.no-rotate .flip-future {
    -webkit-transform: translateX(80%) translateZ(0) scale(0.65);
    -moz-transform: translateX(80%) translateZ(0) scale(0.65);
    -o-transform: translateX(80%) translateZ(0) scale(0.65);
    -ms-transform: translateX(80%) translateZ(0) scale(0.65);
    transform: translateX(80%) translateZ(0) scale(0.65);
}

.no-csstransforms3d .flipster-carousel .flip-future {
    -webkit-transform: translateX(56%) scale(0.5);
    -moz-transform: translateX(56%) scale(0.5);
    -o-transform: translateX(56%) scale(0.5);
    -ms-transform: translateX(56%) scale(0.5);
    transform: translateX(56%) scale(0.5);
}

.no-csstransforms .flipster-carousel .flip-future {
    left: 88%;
    top: 40%;
    width: 50%;
    height: 50%;
}

.flipster-carousel .flip-prev {
    -webkit-transform: translateX(-70%) translateZ(0) rotateY(80deg) scale(0.8);
    -moz-transform: translateX(-70%) translateZ(0) rotateY(80deg) scale(0.8);
    -o-transform: translateX(-70%) translateZ(0) rotateY(80deg) scale(0.8);
    -ms-transform: translateX(-70%) translateZ(0) rotateY(80deg) scale(0.8);
    transform: translateX(-70%) translateZ(0) rotateY(80deg) scale(0.8);
}

.flipster-carousel.no-rotate .flip-prev {
    -webkit-transform: translateX(-60%) translateZ(0) scale(0.8);
    -moz-transform: translateX(-60%) translateZ(0) scale(0.8);
    -o-transform: translateX(-60%) translateZ(0) scale(0.8);
    -ms-transform: translateX(-60%) translateZ(0) scale(0.8);
    transform: translateX(-60%) translateZ(0) scale(0.8);
}

.no-csstransforms3d .flipster-carousel .flip-prev {
    -webkit-transform: translateX(-24%) scale(0.75);
    -moz-transform: translateX(-24%) scale(0.75);
    -o-transform: translateX(-24%) scale(0.75);
    -ms-transform: translateX(-24%) scale(0.75);
    transform: translateX(-24%) scale(0.75);
}

.no-csstransforms .flipster-carousel .flip-prev {
    left: -9%;
    top: 20%;
    width: 75%;
    height: 75%;
}

.flipster-carousel .flip-next {
    -webkit-transform: translateX(70%) translateZ(0) rotateY(-80deg) scale(0.8);
    -moz-transform: translateX(70%) translateZ(0) rotateY(-80deg) scale(0.8);
    -o-transform: translateX(70%) translateZ(0) rotateY(-80deg) scale(0.8);
    -ms-transform: translateX(70%) translateZ(0) rotateY(-80deg) scale(0.8);
    transform: translateX(70%) translateZ(0) rotateY(-80deg) scale(0.8);
}

.flipster-carousel .flip-past,
.flipster-carousel .flip-future {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    z-index: 1;
    -webkit-transition-delay: 87.5ms;
    -moz-transition-delay: 87.5ms;
    -o-transition-delay: 87.5ms;
    transition-delay: 87.5ms;
}

.flipster-carousel .flip-prev,
.flipster-carousel .flip-next {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    z-index: 2;
    -webkit-transition-delay: 58.333333333333336ms;
    -moz-transition-delay: 58.333333333333336ms;
    -o-transition-delay: 58.333333333333336ms;
    transition-delay: 58.333333333333336ms;
}

.flip-content {
    position: relative;
}

.flip-content .xq {
    display: none;
    position: absolute;
    bottom: 25px;
    left: 28%;
    background: url(../images/back_bg2.png) repeat;
    color: #fff;
    padding: 18px 80px 24px;
    text-align: center;
}

.flip-current .xq.on {
    display: block
}

.flip-content .xq h3 a {
    font-size: 24px;
    color: #fff;
    background: none !important;
    padding: 0;
}

.flip-content .xq p {
    font-size: 18px;
    margin: 18px auto;
}

.flip-content .xq a {
    color: #fff;
    font-size: 18px;
    background: #ed1c24;
    padding: 6px 13px;
    border-radius: 5px;
    display: inline-block
}

.flipster-carousel .flip-current {
    z-index: 999;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition-delay: 58.333333333333336ms;
    -moz-transition-delay: 58.333333333333336ms;
    -o-transition-delay: 58.333333333333336ms;
    transition-delay: 58.333333333333336ms;
}

.flip-current img {
    border: 7px solid #fff;
}

.flipster-carousel .flip-hidden {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: rotateY(0deg) translateX(0) scale(0.5);
    -moz-transform: rotateY(0deg) translateX(0) scale(0.5);
    -o-transform: rotateY(0deg) translateX(0) scale(0.5);
    -ms-transform: rotateY(0deg) translateX(0) scale(0.5);
    transform: rotateY(0deg) translateX(0) scale(0.5);
    -webkit-transition-delay: 116.66666666666667ms;
    -moz-transition-delay: 116.66666666666667ms;
    -o-transition-delay: 116.66666666666667ms;
    transition-delay: 116.66666666666667ms;
}

.no-transition {
    -webkit-transition-duration: 0ms !important;
    -moz-transition-duration: 0ms !important;
    -o-transition-duration: 0ms !important;
    transition-duration: 0ms !important;
}

.footer .bq {
    background: #2b2b2b;
    color: #fff;
    text-align: center;
    padding: 32px 0;
    font-size: 14px;
}

.footer .wl {
    font-size: 12px;
    color: #555;
    padding: 25px 0;
}

.footer .wl a {
    color: #555;
    font-size: 12px;
    line-height: 24px;
    margin: 0 5px;
}

.mhx_foot_zx,
.mhx_foot {
    display: none;
}

.mhx_foot_talk,
.m_foot_tel {
    width: 100%;
}

.mhx_foot_zx {
    border-bottom: #efeff4 solid 10px;
    padding: 35px 1.5%;
    border-top: #efeff4 solid 10px;
}

.mhx_foot_talk a {
    display: block;
    padding: 16px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    background: #eb0001;
    border-radius: 14px;
    line-height: 16px;
}

.mhx_foot_tel {
    text-align: center;
    font-size: 20px;
    color: #2b2b2b;
    margin-top: 20px;
}

.mhx_foot_tel a {
    color: #eb0001;
    margin-left: 10px;
    font-size: 20px;
}

.mhx_foot {
    margin: 20px 0;
    padding: 0 1.5%;
    text-align: center;
}

.m_foot_nav {
    overflow: hidden;
    display: inline-block;
}

.m_foot_nav li {
    float: left;
    padding: 0 10px;
    border-right: 1px solid #303030;
    line-height: 18px;
    font-size: 14px;
}

.mhx_foot_copy {
    margin-top: 18px;
    text-align: center;
}

.mhx_foot_copy p,
.mhx_foot_copy p a {
    line-height: 22px;
    font-size: 13px;
    color: #444;
}


/* 案例列表 */

.banner {
    position: relative;
}

.banner .img {
    width: 100%
}

.banner .navbar {
    background: url(../images/back_bg.png) repeat;
    position: absolute;
    top: 32%;
    left: 18%;
    color: #fff;
    padding: 30px 20px;
}

.banner .navbar p {
    font-size: 16px;
}

.banner .navbar strong {
    font-size: 24px;
    color: #fff;
    display: block;
    margin-bottom: 15px;
}

.banner .navbar a {
    color: #fff;
}

.banner .navbar img {
    vertical-align: bottom;
    margin-right: 5px
}

.nav-list {
    background: #47464a;
}

.nav-list li {
    float: left;
    width: 20%;
    text-align: center;
    padding: 20px 0;
    position: relative;
}

.nav-list li a {
    color: #d5d5d5;
    font-size: 18px;
}

.nav-list li.active a {
    color: #ef4238;
}

.arrow-top {
    font-size: 0;
    line-height: 0;
    border-width: 10px;
    border-color: #fff;
    border-top-width: 0;
    border-style: dashed;
    border-bottom-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}

.case-list {
    background: #f5f7fa;
    padding-bottom: 20px;
}

.case-list ul {
    padding-top: 33px
}

.case-list li {
    background: #fff;
    overflow: hidden;
    margin-bottom: 33px;
    position: relative;
    transition: all .3s ease-out;
}

.case-list li:after {
    background: url(../images/case_jt.png) no-repeat;
    width: 27px;
    height: 15px;
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    bottom: 30px;
}

.case-list-l {
    float: left;
    width: 33%;
    overflow: hidden;
    max-width: 400px;
    max-height: 300px;
}

.case-list-l a {
    display: block;
    overflow: hidden;
}

.case-list-l img {
    width: 100%;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.case-list li:hover .case-list-l img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.case-list-r {
    float: left;
    padding: 50px 0 0 30px;
}

.case-list-r strong {
    display: block;
    margin-bottom: 30px;
}

.case-list-r strong a {
    font-size: 30px;
    color: #333;
}

.case-list-r p {
    margin-top: 13px;
    font-size: 14px;
    color: #333;
}

.case-list-r p img {
    margin-right: 5px;
}

.case-list-r span {
    font-size: 14px;
    color: #666;
    display: block;
    margin-top: 34px;
}

.case-list li:hover strong a {
    color: #ed1c24;
}

.case-list li:hover:after {
    background: url(../images/case_jt2.png) no-repeat;
    width: 27px;
    height: 15px;
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    bottom: 30px;
}

.case-list li:hover {
    box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.13);
    transform: translate(0, -3px);
}


/* 案例列表end*/


/* 案例内页 */

.guide {
    background: #f5f7fa;
    font-size: 14px;
    color: #666;
    padding: 13px 0;
    border-bottom: 1px solid #ddd;
}

.guide a {
    color: #333;
}

.guide img {
    vertical-align: bottom;
}

.case {
    background: #f5f7fa;
    padding-bottom: 45px;
    margin-top: -260px;
}

.case-js {
    position: relative;
    z-index: 1
}

.case-js .js-l {
    float: left;
    margin-left: 4%;
    max-width: 67%;
    max-width: 800px;
}

.case-js .js-l img {
    width: 100%;
    border-radius: 5px;
    display: block;
}

.case-js .js-r {
    float: left;
    max-width: 300px;
    width: 30%;
    background: #fff;
    border-radius: 5px;
    padding: 8px;
    height: 490px;
    margin-left: 10px;
    box-sizing: border-box;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
}

.case-js .js-r .nb {
    padding: 32px 28px 42px;
    border: 1px solid #f5f7fa;
    border-radius: 5px;
}

.case-js .js-r p {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #fd6957;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.case-js .js-r img {
    display: block;
    margin: 10px 0 3px;
}

.case-js .js-r span {
    font-size: 14px;
    color: #333;
    line-height: 2em;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp: 3;-webkit-box-orient: vertical;*/
}

.case h1 {
    font-size: 36px;
    color: #000;
    text-align: left;
    font-weight: bold;
    padding: 0 0 35px 5%;
    max-width: 1200px;
    margin: 0 auto;
}

.case .case-one {
    max-width: 1200px;
    margin: 0 auto;
}

.case .case-one .proj_intro_t {
    font-size: 16px;
    color: #666;
    max-width: 1200px;
    margin: 0 auto;
    width: 60%;
    line-height: 1.8em;
    padding-bottom: 65px;
}

.case .case-one .zx {
    background: #f94e28;
    background: -webkit-linear-gradient(#fc741b, #f94e28);
    background: -o-linear-gradient(#fc741b, #f94e28);
    background: -moz-linear-gradient(#fc741b, #f94e28);
    background: linear-gradient(#fc741b, #f94e28);
    border: 2px solid #fff;
    margin: 30px 0 40px 76%;
    text-align: center;
    width: 240px;
    box-sizing: border-box;
    display: block;
    padding: 12px 60px;
    border-radius: 30px;
}

.case .case-one .zx img {
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 5px
}

.case .case-one .zxxq {
    font-size: 20px;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
}

.case h2,
.cont-box-left h2,
.news_pro h3 {
    font-size: 30px;
    color: #333;
    text-align: center;
    padding: 35px 0;
}

.case h2:before,
.cont-box-left h2:before,
.news_pro h3:before {
    content: "";
    display: inline-block;
    background: url(../images/ic1.png) no-repeat;
    width: 75px;
    height: 9px;
    vertical-align: middle;
    margin-right: 18px;
}

.case h2:after,
.cont-box-left h2:after,
.news_pro h3:after {
    content: "";
    display: inline-block;
    background: url(../images/ic2.png) no-repeat;
    width: 75px;
    height: 9px;
    vertical-align: middle;
    margin-left: 18px;
}

.case-two {
    background: #fff;
    padding-bottom: 60px;
}

.case-two ul {
    box-sizing: border-box;
    margin-left: -2%;
}

.case-two li {
    float: left;
    width: 23%;
    margin-left: 2%;
}

.case-two li a {
    display: block;
    overflow: hidden;
}

.case-two li img {
    width: 100%;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.case-two li img:hover {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.case-two li h3 a {
    font-size: 14px;
    color: #333;
    line-height: 3em;
    text-align: center;
}

.case-three {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
}

.case-three p {
    font-size: 16px;
    color: #555;
    line-height: 2em;
    text-indent: 2em;
    margin-top: 20px;
    text-align: justify;
}

.case-three p strong {
    font-size: 16px;
    color: #333;
}

.case-three p video {
    text-align: center;
    margin-left: -2em;
    margin: 0 auto;
    display: block;
}

.case-three p img {
    max-width: 100%;
    margin: 13px auto 0;
    text-align: center;
    display: block;
}

.case-three p a {
    color: #ff9598;
}

.case-four {
    background: #fff;
}

.case-four .wp {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 35px 0;
}

.case-four h2 {
    font-size: 30px;
    color: #333;
    text-align: left;
    padding: 0;
    float: left;
}

.case-four .wp .tit a {
    float: right;
    display: block;
    color: #ed1c24;
    border: 1px solid #ff9598;
    border-radius: 30px;
    padding: 7px 15px;
}

.case-four .wp .tit:hover a {
    background: #ed1c24;
    color: #fff;
}

.case-four h2:before {
    content: "";
    display: inline-block;
    background: none;
    width: 0;
    height: 0;
    vertical-align: middle;
    margin-right: 0;
}

.case-four li {
    overflow: hidden;
    padding: 42px 0;
}

.case-four li .tx {
    width: 12%;
    float: left
}

.case-four li .tx img {
    border-radius: 50%;
    max-width: 130px;
}

.case-four li .js {
    float: left;
    width: 85%;
    margin-left: 3%;
}

.case-four li .js p {
    font-size: 20px;
    color: #555;
    line-height: 2em;
}

.case-four li .js p.bot {
    margin-top: 10px;
}

.case-four li.top-line {
    border-top: 1px solid #ddd;
}

.case-five ul {
    box-sizing: border-box;
    margin-left: -2%;
}

.case-five li {
    float: left;
    width: 23%;
    margin-left: 2%;
}

.case-five li a,
.news_pro li a {
    display: block;
}

.case-five li a span,
.news_pro li a span {
    display: block;
    text-align: center;
    line-height: 3em
}

.case-five li img,
.news_pro li img {
    width: 100%;
}

.case-five li h3 a,
.news_pro li h3 a {
    font-size: 14px;
    color: #333;
    line-height: 3em;
    text-align: center;
}

.ly {
    position: relative;
    margin-top: 55px;
    overflow: hidden;
}

.ly .hd {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.absolute {
    position: absolute;
    top: 45px;
    width: 100%;
    left: 28px;
    overflow: hidden;
}

.ly .write {
    background: url(../images/write_bg.png) repeat;
    border-radius: 10px;
    width: 77%;
    float: left
}

.ly .write .text {
    border-bottom: 1px solid #d9d9d9;
    padding: 25px 32px 23px;
}

.ly .write .text img {
    vertical-align: bottom
}

.ly .write .text strong {
    font-size: 20px;
    color: #373737;
    margin-left: 20px;
}

.me {
    margin-bottom: 20px;
    width: 50%;
    float: left;
    display: block;
    box-sizing: border-box;
}

.me strong,
.me1 strong {
    font-size: 14px;
    color: #333;
    margin-right: 15px;
}

.me span {
    color: #e00;
}

.me strong span {
    color: #e00;
}

.me1 {
    overflow: hidden
}

.me1 strong {
    float: left;
    display: block;
}

.me1 .liuyan_l .icon-text-message {
    float: left;
}

.liuyan_l input {
    width: 68%;
    height: 40px;
    border: 1px solid #ddd;
    line-height: 35px;
    box-sizing: border-box;
    font-family: proximanova-light;
    background: #fff;
    color: #333;
    border-radius: 5px;
    caret-color: #222;
}

.liuyan_l textarea {
    width: 87%;
    height: 135px;
    border: 1px solid #d9d9d9;
    line-height: 22px;
    box-sizing: border-box;
}

.liuyan_l .txt {
    font-size: 16px;
    padding-left: 14%;
}

.liuyan_l .btn-primary {
    background: #fc8617;
    color: #fff;
    font-size: 16px;
    margin: 15px auto 0;
    height: 43px;
    width: 23%;
    text-transform: uppercase;
    background: -webkit-gradient(linear, 0% 2%, 100% 10%, from(#fa4b27), to(#fc8617));
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    display: block;
}

.liuyan_l .btn-primary:hover {
    background: #fc8617;
    background: -webkit-gradient(linear, 0% 2%, 100% 10%, from(#fc8617), to(#fa4b27));
    color: #fff;
    border-radius: 5px;
}

.liuyan_l .icon-text-user {
    background: url(../images/icon-text-user.png) no-repeat 10px center #fff;
    line-height: 40px
}

.liuyan_l .icon-text-tel {
    background: url(../images/icon-text-tel.png) no-repeat 12px center #fff;
    line-height: 40px;
}

.liuyan_l .icon-text-message {
    background: url(../images/icon-text-message.png) no-repeat 10px 17px #fff;
    padding: 15px 3% 15px 4%;
    font-family: proximanova-light;
    color: #333;
    font-size: 14px;
    border-radius: 5px;
}

.liuyan_l {
    margin-top: 10px;
    padding: 33px 32px 33px;
    box-sizing: border-box;
}

.absolute .fcs {
    float: left;
    width: 15%;
    margin-left: 2%;
    margin-top: 45px;
}

.absolute .fcs .text {
    position: relative;
    background: #62779f;
    color: #fff;
    border-radius: 10px;
    padding: 20px;
    font-size: 14px;
    text-align: justify;
    line-height: 2.2em;
    overflow: hidden;
}

.absolute .fcs .text:before {
    content: '';
    background-color: #8fa4cb;
    width: 120%;
    height: 120%;
    position: absolute;
    bottom: -120%;
    right: -120%;
    -webkit-transition: all .8s;
    transition: all .8s;
    border-top-left-radius: 50%;
}

.absolute .fcs .text span {
    position: relative;
    color: #fff;
    z-index: 3
}

.absolute .fcs .text i {
    -webkit-transition: all 0.8s ease;
    transition: all 0.3s ease;
    display: inline-block;
    background: #8fa4cb;
    width: 25px;
    height: 25px;
    border-top-left-radius: 80%;
    border-bottom-right-radius: 10px;
    position: absolute;
    bottom: 0;
    right: 0
}

.absolute .fcs .text:hover:before {
    bottom: 0;
    right: 0;
}

.absolute .fcs:hover {
    color: #fff;
    -webkit-transition: all .8s;
    transition: all .8s;
}


/* 案例内页end*/


/* 产品内页 */

.pro {
    background: #f5f7fa
}

.pro .guide {
    border-bottom: 1px solid #ddd;
}

.pro_intro {
    padding-top: 40px;
}

.pro_int_l {
    width: 50%;
    float: left;
}

.pro_int_l img {
    max-width: 600px;
    width: 100%;
}

.pro_int_r {
    width: 46.5%;
    float: right;
}

.pro_int_r h1 {
    line-height: 36px;
    font-size: 36px;
    color: #000;
    margin: 10px 0 15px;
}

.pro_int_r .int-one {
    background: #fff;
    padding: 15px 0;
    box-sizing: border-box;
    border-radius: 5px;
}

.pro_int_r .int-one p {
    float: left;
    text-align: center;
    width: 50%;
    font-size: 14px;
    color: #666;
}

.pro_int_r .int-one p:first-child {
    border-right: 1px solid #ddd;
    margin-left: -1px
}

.pro_int_r .int-one p strong {
    display: block;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}

.pro_int_r .apply {
    font-size: 14px;
    color: #333;
    margin: 20px 0;
    line-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pro_cans dt {
    width: 25%;
    height: 36px;
    float: left;
    line-height: 30px;
    font-size: 18px;
    font-weight: 700;
    padding-left: 5%;
    background: url(../images/hot_bg.png) left center no-repeat;
    color: #fffefe;
}

.pro_cans dd {
    /* float: left; */
    display: flex;
    justify-content: flex-start;
}

.pro_cans dd span {
    font-size: 12px;
    margin-left: 5px;
    text-align: center;
    padding: 8px 2%;
    border: 1px solid #fd6957;
    cursor: pointer;
    border-radius: 10px;
    background: #fff;
    position: relative;
}

.pro_cans dd .hover:after,
.cont-box-right strong:after {
    font-size: 0;
    line-height: 0;
    border-width: 10px;
    border-color: #fd6957;
    border-bottom-width: 0;
    border-style: dashed;
    border-top-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    display: block;
    content: "";
}

.pro_cans ul {
    padding: 12px 10px;
    overflow: hidden;
    background: #fff;
    margin-top: 12px;
    display: none
}

.pro_cans li {
    margin-right: 10px;
    padding-right: 10px;
    float: left;
    font-size: 14px;
    color: #333;
    border-right: 1px solid #ccc
}

.pro_cans li.born {
    border: none;
}

.pro-bot {
    margin-top: 20px;
}

.pro-bot-l {
    width: 53%;
    overflow: hidden;
    float: left;
    background: url(../images/sl.png);
    padding: 5px;
}

.pro-bot-l .whrit {
    background: #fff;
    padding: 22px 0 22px 33px;
}

.pro-bot-l img {
    display: block;
    float: left;
}

.pro-bot-l .l-r {
    float: left;
    margin-left: 10px;
}

.pro-bot-l .l-r p {
    font-size: 12px;
    color: #333;
}

.pro-bot-l .l-r p span {
    font-size: 14px;
    color: #ed1c24;
}

.pro-bot-l .l-r strong {
    font-size: 20px;
    color: #ed1c24;
    font-weight: bold;
}

.pro-bot-r {
    float: right;
    width: 43%;
}

.pro-bot-r a {
    display: block;
}

.pro-bot-r a.sq {
    background: url(../images/zk.png) no-repeat;
    color: #fff;
    padding: 12px 0 13px 15px;
    font-size: 14px;
}

.pro-bot-r a.sq img {
    margin-right: 10px;
}

.pro-bot-r a.zx {
    background: #f5e6e4;
    border: 1px solid #fc761c;
    color: #333;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    margin-top: 10px
}

.pro-bot-r a.zx img {
    margin-right: 10px;
}

.cont-nav {
    margin-top: 45px;
    padding-bottom: 20px;
    height: 96px;
    position: relative;
}

.cont-nav .box {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999
}

.cont-nav ul {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.cont-nav .leave ul {
    box-shadow: 1px 2px 10px #ddd;
    background: #fff;
    padding-left: 13%;
    width: 100%;
    max-width: none;
}

.cont-nav ul li {
    float: left;
    width: 24.5%;
    background: #fff;
    margin-left: 0.5%;
    padding: 10px 0;
    border-radius: 5px;
    box-sizing: border-box;
}

.cont-nav ul li:hover a {
    color: #ee0000;
}

.cont-nav ul li a {
    display: block;
    margin-right: 1%;
    color: #333;
    font-size: 16px;
    text-align: center;
    font-family: 微软雅黑;
}

.cont-nav ul li a img {
    display: block;
    margin: 0 auto 5px;
    max-height: 30px;
}

.cont-nav ul li.active a {
    color: #ee0000;
}

.cont-nav ul li.none {
    display: none
}

.cont-nav .leave li {
    width: 15%
}

.cont-nav .leave li.none {
    display: block;
    width: 25%;
    line-height: 54px;
    text-align: center;
    color: #494949;
    font-size: 16px;
    position: relative;
}

.cont-nav .leave li.none img {
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}

.cont-nav .leave li.none::before {
    background: url(../images/none_bg.png) no-repeat;
    width: 1px;
    height: 70px;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.cont-box {
    overflow: hidden;
}

.cont-box .cont-box-left {
    float: left;
    width: 72%;
    background: #fff;
    padding: 0 40px 40px 40px;
    border-radius: 5px
}

.cont-box-left h2 {
    padding-bottom: 0;
    font-size: 24px;
    font-weight: bold;
}

.cont-box-one p {
    font-size: 16px;
    color: #666;
    line-height: 1.8em;
    text-indent: 2em;
    margin-top: 20px;
    text-align: justify;
}

.cont-box-one p video {
    margin: 0 auto;
    display: block;
}

.cont-box-one p img {
    max-width: 100%;
    margin: 13px auto 0;
    text-align: center;
    display: block;
    width: auto !important;
}

.cont-box-one table {
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 10px;
    text-align: center!important;
    background: #ccc;
}

.cont-box-one tr td {
    padding: 6px 0
}

.cont-box-one tr td p {
    color: #fff;
}

.cont-box-one tr:hover td {
    background: #ba1718;
    color: #fff;
}

.pro_pj .pro_pj_t {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 44px;
    border-bottom: #d8d8d8 1px dotted;
    color: #000;
    font-weight: 700
}

.pro_pj_con {
    margin-bottom: 30px;
    overflow: hidden
}

.pro_pj_text {
    width: 67%;
}

.pro_pj_img {
    width: 29%;
}

.pro_pj_img img {
    width: 100%
}

.pro_pj_con h3 {
    font-size: 20px;
    margin: 5px 0 20px;
}

.pro_pj_con h3 a {
    color: #222;
    font-weight: bold
}

.cont-box .cont-box-left .pro_pj_con p {
    line-height: 25px;
    margin-bottom: 8px;
    text-indent: 0;
    font-size: 15px;
    color: #555;
    margin-top: 0
}

.pro_pj_con p strong {
    color: #333;
    font-size: 16px
}

.pro-news {
    border: 1px solid #f0f0f0;
    margin-top: 55px
}

.pro-news .tabtit {
    background: #f0f0f0;
    margin-bottom: 12px;
    overflow: hidden;
}

.pro-news .tabtit span {
    display: block;
    float: left;
    border-top: 4px solid #f4ea2a;
    cursor: pointer;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    width: 190px;
    text-align: center;
    color: #222;
}

.pro-news .tabtit span.now {
    font-size: 22px;
    border-top: 4px solid #ed1e24;
    transition: all 0.4s;
    background: #ffffff;
    font-weight: 700;
}

.pro-news .tabtit .xwmore_css {
    float: right;
    font-size: 15px;
    border: none 0;
    line-height: 48px
}

.tabtit .xwmore_css a {
    color: #222
}

.pro-news ul {
    overflow: hidden;
    padding-bottom: 5px
}

.pro-news ul li {
    width: 46.4%;
    float: left;
    line-height: 36px;
    background: url(../images/news-titel.jpg) 0px 16px no-repeat;
    margin-left: 10px;
    padding-left: 2%;
}

.pro-news ul li a {
    text-decoration: none;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro-news a:hover {
    color: #ed1e24;
}

.pro-bom {
    background: url(../images/sl.png);
    padding: 7px;
    margin-top: 25px;
}

.pro-bom .white {
    background: #fff;
    padding-top: 27px;
}

.pro-bom .white ul {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}

.pro-bom li {
    float: left;
    width: 25%;
    text-align: center;
}

.pro-bom li p {
    font-size: 18px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: bold
}

.pro-bom li span {
    font-size: 14px;
    color: #666;
}

.pro-bom .ts {
    overflow: hidden;
}

.pro-bom .ts .img {
    float: left;
    width: 21%;
}

.pro-bom .ts .l {
    float: left;
    margin-top: 25px;
    margin-left: 5%;
    width: 70%;
}

.pro-bom .ts .l p {
    font-size: 16px;
    color: #333;
}

.pro-bom .ts .l span {
    display: block;
    margin-top: 23px
}

.pro-bom .ts .l .tel {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    background: url(../images/protel1.png) no-repeat 25px 7px #ef2416;
    padding-left: 45px;
    background-size: 29px;
    padding: 10px 45px 10px 60px;
    border-radius: 30px
}

.pro-bom .ts .l .sq {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    background: url(../images/tel-service.png) no-repeat 25px 10px #ef2416;
    padding-left: 45px;
    background-size: 29px;
    padding: 10px 45px 10px 60px;
    border-radius: 30px;
    margin-left: 5%;
}

.cont-box-right {
    float: right;
    width: 20%;
}

.cont-box-right strong {
    font-size: 20px;
    color: #fd6957;
    text-align: center;
    display: block;
    background: #fff;
    margin-bottom: 20px;
    font-weight: normal;
    padding: 15px 0;
    border-radius: 5px;
    position: relative;
}

.cont-box-right .mac-tj {
    background: url(../images/mac_tj.png) 25% center no-repeat #fff;
    background-size: 24px 24px;
}

.cont-box-right .rel-pro {
    background: #fff;
    padding: 15px 0;
    border-radius: 5px;
}

.cont-box-right .rel-pro ul,
.cont-box-right .time-new ul {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.cont-box-right .rel-pro ul li a {
    display: block;
    color: #333;
    font-size: 16px;
}

.cont-box-right .rel-pro ul li h3 {
    text-align: center;
    line-height: 3;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cont-box-right .sam {
    margin-top: 15px;
    background: url(../images/pro_sam.png) 25% center no-repeat #fff;
    background-size: 20px 20px;
}

.cont-box-right .pro-sam ul li {
    text-align: center;
    padding: 13px 0;
    background: #fff;
    margin-top: 10px;
    border-radius: 5px;
}

.cont-box-right .pro-sam ul li a {
    font-size: 14px;
    color: #333;
}

.cont-box-right .pro-sam ul li:hover {
    background: #fd6957
}

.cont-box-right .pro-sam ul li:hover a {
    color: #fff;
}

.cont-box-left .liuyan_l .icon-text-message {
    padding: 15px 3% 15px 6%;
}

.cont-box-left .absolute .fcs {
    width: 20%;
}

.cont-box-left .ly .write {
    width: 72%;
}

.cont-box-left .liuyan_l .txt {
    padding-left: 10%;
}


/* 产品内页end*/


/* 新闻内页 */

.new-cont {
    background: #f5f7fa;
    padding-top: 43px;
    padding-bottom: 70px;
}

.new-cont-l {
    float: left;
    max-width: 859px;
    width: 72%;
    box-sizing: border-box;
}

.new-cont-l .cont-l {
    background: #fff;
    padding: 30px 29px 33px 29px;
}

.new-cont-l .cont-l h1 {
    font-size: 32px;
    color: #010101;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px
}

.new-cont-l .cont-l .text {
    width: 100%;
    background: #f5f7fa;
    border-radius: 30px;
    padding: 12px 0;
    font-size: 12px;
    color: #666;
    display: block;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.new-cont-l .cont-l .text img {
    width: 15px
}

.new-cont-l .cont-l .text span {
    margin-right: 30px;
}

.new-cont-l .cont-l p {
    font-size: 16px;
    color: #666;
    line-height: 1.8em;
    text-indent: 2em;
    margin-top: 20px;
    text-align: justify;
}

.new-cont-l .cont-l span.icon-one {
    background: url(../images/wztubiao1.png) no-repeat center center;
    background-size: 21px 22px;
    width: 21px;
    height: 22px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -3px;
}

.new-cont-l .cont-l span.icon-two {
    background: url(../images/wztubiao2.png) no-repeat center center;
    background-size: 25px 20px;
    display: inline-block;
    width: 25px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -3px;
}

.new-cont-l .cont-l span.icon-three {
    background: url(../images/wztubiao3.png) no-repeat center center;
    background-size: 24px 19px;
    width: 24px;
    height: 19px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -3px;
}

.new-cont-l .cont-l p .xw_swt {
    font-size: 16px;
    color: #fff;
    background: url(../images/a_icon.png) no-repeat;
    background-size: cover;
    width: 140px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    text-indent: 0;
}

.new-cont-l .cont-l video {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.new-cont-l .cont-l p a,
.case .case-three p .xw_swt {
    font-size: 18px;
    color: #ed1c24;
    font-weight: bold;
    margin: 0 5px;
}

.new-cont-l .cont-l p a b,
.case .case-three p .xw_swt b {
    font-weight: bold;
    margin: 0 5px;
}

.new-cont-l .cont-l p em,
.case .case-three p em,
.cont-box-one p em {
    font-size: 20px;
    color: #c79556;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
}

.new-cont-l .cont-l p img {
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto !important;
}

.new-cont-l .cont-l h3 {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    margin-top: 30px;
}

.new-cont-l .cont-l table {
    margin-top: 30px;
}

.new-cont-l .cont-l h2 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
    color: #222;
    margin-top: 30px;
    font-weight: bold;
}

.wiz-table-container {
    margin-top: 30px;
}

.new-cont-l .cont-l p b {
    font-weight: bold;
}

.new-cont-l .cont-l td {
    padding: 5px 0;
    font-size: 14px;
    word-break: break-all;
}

.new-cont-l .pro-news .tabtit,
.mate-new .tabtit {
    background: #f5f7fa;
    margin-bottom: 0
}

.new-cont-l .pro-news,
.mate-new {
    border: none;
}

.new-cont-l .pro-news .now,
.mate-new .now {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.new-cont-l .pro-news .tab-main,
.mate-new .tab-main {
    background: #fff;
}

.new-cont-l .pro-news ul,
.mate-new ul {
    padding: 25px;
}

.new-cont-l .pro-news ul li,
.mate-new ul li {
    width: 47%;
    box-sizing: border-box;
    background: url(../images/news-titel2.png) 0px 10px no-repeat;
    padding-left: 3%;
}

.new-cont-l .pro-news ul li a,
.mate-new ul li a {
    font-size: 14px;
    color: #333;
}

.news_pro ul {
    margin-left: -1%;
}

.news_pro li {
    width: 32%;
    margin-left: 1%;
    float: left;
}

.news_pro li a span {
    line-height: 3em;
}

.new-cont-l .ly {
    margin-top: 25px;
}

.new-cont-l .ly .write {
    width: 73%;
}

.new-cont-l .absolute .fcs {
    width: 20%;
    margin-top: 55px;
}

.new-cont-l .liuyan_l .icon-text-message {
    padding-left: 7%;
}

.new-cont-r {
    width: 27%;
    float: right;
    max-width: 325px;
}

.new-cont .fixed {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: 275px;
}

.new-cont-r .cont-r {
    background: #fff;
    padding: 30px 25px;
    margin-bottom: 15px;
}

.new-cont-r .cont-r .tit {
    font-size: 16px;
    color: #333;
}

.new-cont-r .cont-r a {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 15px;
    display: block;
}

.new-cont-r .cont-r:hover a {
    color: #ed1c24;
}

.new-cont-r .cont-r .time {
    font-size: 12px;
    color: #666;
}

.new-cont-r .cont-r .time img {
    width: 15px;
}

.new-cont-r .cont-r .time span {
    margin-left: 5px;
}

.new-cont-r .ts {
    background: #fff;
    padding: 30px 25px;
    position: relative;
    margin-top: 50px;
}

.new-cont-r .ts .text {
    font-size: 16px;
    color: #c79556;
    line-height: 1.8em;
    text-indent: 65px;
    margin-bottom: 15px;
}

.new-cont-r .ts .img {
    position: absolute;
    top: -35px;
    left: 20px;
}

.new-cont-r .ts a.sq {
    background: url(../images/zk.png) no-repeat;
    background-size: 100%;
    color: #fff;
    padding: 12px 0 13px 30px;
    font-size: 14px;
    display: block;
}

.new-cont-r .ts a.sq img {
    margin-right: 10px;
}

.new-cont-r .ts .whrit {
    background: #f5e6e4;
    padding: 22px 0 22px 33px;
    border: 1px solid #fc761c;
    border-radius: 5px;
    margin-top: 10px;
}

.new-cont-r .ts img {
    display: block;
    float: left;
}

.new-cont-r .ts .l-r {
    float: left;
    margin-left: 10px;
}

.new-cont-r .ts .l-r p {
    font-size: 12px;
    color: #333;
}

.new-cont-r .ts .l-r strong {
    font-size: 20px;
    color: #ed1c24;
    font-weight: bold;
}


/* 新闻内页end*/


/* 新闻聚合页 */

.new-l h1 {
    font-size: 36px;
    color: #010101;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 30px;
}

.new-list {
    color: #fff;
    box-sizing: border-box;
    margin-right: -23px;
}

.new-list a {
    color: #fff;
}

.new-list li {
    float: left;
    width: 318px;
    position: relative;
    overflow: hidden;
    height: 560px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    margin-right: 23px;
}

.new-list .on {
    width: 518px;
    overflow: hidden;
}

.new-list .cover {
    background: url(../images/back_bg.png) repeat;
    height: 100%;
    width: 100%;
    padding: 33px 28px;
    box-sizing: border-box;
    position: relative;
}

.new-list .cover:hover a {
    color: #ed1c24;
}

.new-list .cover:hover .more {
    color: #fff;
}

.new-list li .time,
.nb-bot .time {
    font-size: 16px;
    margin-bottom: 25px;
}

.new-list li .tit {
    font-size: 14px;
    margin-top: 35px;
    line-height: 26px;
    background: url(../images/jg.png) 0 5px no-repeat;
    text-indent: 20px;
    display: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new-list li a,
.nb-bot a {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    color: #fff;
}

.new-list li a.more {
    font-size: 18px;
    border: 2px solid #ed1c24;
    font-weight: normal;
    padding: 7px 0 7px 20px;
    display: block;
    width: 40%;
    position: absolute;
    bottom: 25px;
    background: url(../images/xy.png) 95% center no-repeat;
    display: none
}

.new-list li.on a.more,
.new-list li.on .tit {
    display: block;
}

.nb-bot {
    background: #383a3f;
    color: #fff;
    box-sizing: border-box;
    padding: 40px 30px 40px 33px;
    margin-top: 23px;
}

.nb-bot:hover a {
    color: #ed1c24;
}

.nb-bot .tit {
    font-size: 14px;
    color: #fff;
    margin-top: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1
}

.new-cont-r .mt {
    margin-top: 0
}

.new-cont-r .ss-new {
    background: #fff;
    box-sizing: border-box;
    padding: 24px;
    margin-top: 22px;
}

.new-cont-r .ss-new .strong {
    font-size: 24px;
    color: #010101;
    font-weight: normal;
    margin-bottom: 25px;
    display: block;
}

.new-cont-r .ss-new:hover .strong {
    color: #ed1c24;
}

.new-cont-r .ss-new li {
    overflow: hidden;
    border-bottom: 1px solid #f5f7fa;
    padding-bottom: 20px;
    margin-top: 20px;
    height: 48px;
}

.new-cont-r .ss-new li img {
    display: block;
    float: left;
    width: 4%;
    margin-top: 7px;
}

.new-cont-r .ss-new li a {
    display: block;
    float: left;
    width: 93%;
    margin-left: 2%;
    font-size: 16px;
    color: #333;
    line-height: 24px;
}

.new-cont-r .ss-new li:hover a {
    color: #ed1c24;
}

.pro-know {
    background: #f5f7fa;
    padding-bottom: 80px;
}

.pro-know .text {
    margin-bottom: 30px;
}

.pro-know .text strong a {
    font-size: 36px;
    color: #000;
    display: block;
    float: left;
}

.pro-know .text strong:hover a {
    color: #ed1c24;
}

.pro-know .text .more {
    float: right;
    font-size: 18px;
    margin-top: 15px;
    color: #666;
}

.pro-know .text .more:hover {
    color: #ed1c24;
}

.pro-know li {
    width: 32%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1%;
    margin-right: 1%;
    zoom: 1;
}

.pro-know li .box {
    display: block;
    line-height: 1.5;
    transition: all .3s ease-out;
    height: 100%;
    box-sizing: border-box;
    box-shadow: 1px 1px 30px #eee;
    height: 280px;
    background: #fff
}

.pro-know li:hover .box {
    box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.13);
    transform: translate(0, -3px);
}

.pro-know li .box .know {
    background: #fff;
    padding: 40px 35px;
}

.pro-know li .box .time {
    font-size: 16px;
    color: #666
}

.pro-know li .box .time img {
    width: 15px
}

.pro-know li .know h3 a {
    font-size: 18px;
    color: #333;
    margin: 30px auto 70px;
    display: block;
    font-weight: bold;
}

.pro-know li .know .more a {
    font-size: 16px;
    color: #c79556;
}

.pro-know li:hover h3 a {
    color: #ed1c24;
}


/* 新闻聚合页end*/


/* 物料详情页 */

.mate h1 {
    font-size: 36px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
    padding: 0
}

.mate {
    margin-top: -240px;
    padding-bottom: 40px;
    position: relative;
}

.mate .fb {
    position: absolute;
    top: 2px;
    right: 0
}

.mate .fb .left-jt {
    float: left;
    position: relative;
}

.mate .fb .right-jt {
    float: left;
    margin-left: 20px;
    position: relative;
}

.mate .fb .img2 {
    display: none;
}

.mate .fb .left-jt a:hover .img1,
.mate .fb .right-jt a:hover .img1 {
    display: none;
}

.mate .fb .left-jt a:hover .img2,
.mate .fb .right-jt a:hover .img2 {
    display: block;
}

.mate .fb p {
    background: #fff;
    border: 1px solid #ff9b9d;
    font-size: 14px;
    color: #333;
    padding: 5px 12px;
    border-radius: 5px;
    display: none;
    position: absolute;
    top: 50px;
    left: -70px;
    width: 130px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mate .fb .left-jt:hover .l-jt,
.mate .fb .right-jt:hover .r-jt {
    display: block
}

.mate .mate-r,
.mate .mate-l {
    margin-left: 0
}

.mate .mate-l {
    max-width: 580px;
    width: 49%;
    padding: 0;
    position: relative;
    height: 450px;
    box-shadow: 1px 5px 20px #eee;
    background: url(../images/mate_bg.png) right 25px bottom 25px no-repeat #fff;
}

.mate .mate-l .wl {
    border: none;
    padding: 23px 58px 0 58px;
}

.mate .mate-l .wl:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: url(../images/wl_js.png) no-repeat;
    width: 108px;
    height: 104px;
}

.mate .mate-l .wl .name {
    text-align: right;
    margin-bottom: 20px;
    position: relative;
}

.mate .mate-l .wl .name span {
    font-size: 14px;
    color: #ff9598;
    border: 1px solid #ff9598;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 30px;
}

.mate .mate-l .wl .name:after {
    position: absolute;
    right: -78px;
    top: 20px;
    width: 78px;
    height: 1px;
    background: #ff9598;
    content: "";
    display: block;
}

.mate .mate-l .wl p {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    border-bottom: none;
    line-height: 1.8em;
    padding-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.mate .mate-r {
    float: right;
}

.mate-kh {
    background: #fff;
    padding-bottom: 45px;
}

.mate-kh li {
    float: left;
    overflow: hidden;
    width: 50%;
    box-sizing: border-box;
}

.mate-kh li .img {
    float: left;
    width: 36%;
    overflow: hidden;
}

.mate-kh .mate-r {
    float: left;
    margin-left: 2%;
    width: 60%;
}

.mate-kh .mate-r h3 a {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mate-kh .mate-r p {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.mate-kh .mate-r p img {
    display: inline-block;
    margin-right: 5px;
}

.mate-kh .mate-r span {
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mate-bom {
    margin-top: 45px;
}

.mate-bom .ts .img {
    float: left;
    width: 16%;
}

.mate-bom .ts .l {
    margin-top: 30px;
    margin-left: 10%;
}


/* 物料详情页end*/


/* 联系我们 */

.contact-banner {
    position: relative;
}

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

.contact-banner p {
    font-size: 32px;
    color: #fff;
    position: absolute;
    top: 35%;
}

.contact-banner .banner_mouse {
    position: absolute;
    bottom: 25%;
    width: 23px;
    height: 40px;
    cursor: pointer;
    background: url(../images/banner_mouse_ico.png) no-repeat -23px 0px;
    -webkit-animation: nudgeMouse 1.6s linear infinite;
    animation: nudgeMouse 1.6s linear infinite;
}

.banner_mouse {
    position: relative;
    width: 23px;
    height: 40px;
    cursor: pointer;
    background: url(../images/banner_mouse_ico.png) no-repeat -23px 0px;
    -webkit-animation: nudgeMouse 1.6s linear infinite;
    animation: nudgeMouse 1.6s linear infinite;
}

.banner_mouse:after,
.banner_mouse:before {
    content: "";
    position: absolute;
}

.banner_mouse:before {
    width: 23px;
    height: 40px;
    background: url(../images/banner_mouse_ico.png) no-repeat 0px 0px;
    -webkit-animation: colorSlide 1.6s linear infinite;
    animation: colorSlide 1.6s linear infinite;
    top: 0;
    left: 0;
}

.banner_mouse:after {
    background-color: #ffffff;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    -webkit-animation: trackBallSlide 1.6s linear infinite;
    animation: trackBallSlide 1.6s linear infinite;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

@-webkit-keyframes colorSlide {
    0% {
        height: 0;
    }
    90% {
        height: 40px;
    }
}

@keyframes colorSlide {
    0% {
        height: 0;
    }
    90% {
        height: 40px;
    }
}

@-webkit-keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-8px);
        transform: scale(1) translateY(-8px);
    }
    34% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(4px);
        transform: scale(0.9) translateY(4px);
    }
    68% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(16px);
        transform: scale(0.4) translateY(16px);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-8px);
        transform: scale(0.4) translateY(-8px);
    }
}

@keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-8px);
        transform: scale(1) translateY(-8px);
    }
    34% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(4px);
        transform: scale(0.9) translateY(4px);
    }
    68% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(16px);
        transform: scale(0.4) translateY(16px);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-8px);
        transform: scale(0.4) translateY(-8px);
    }
}

@-webkit-keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.contact {
    position: relative;
}

.contact .img {
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -242px
}

.contact li {
    float: left;
    width: 50%;
    padding: 143px 19% 143px 15%;
    box-sizing: border-box;
    height: 400px;
}

.contact li.one,
.contact li.four {
    background: #fef6f6;
}

.contact li.two,
.contact li.three {
    background: #f8fdff;
}

.contact li strong {
    font-size: 26px;
    color: #333;
    font-weight: normal;
    display: block;
    margin-bottom: 40px;
}

.contact li strong img {
    margin-right: 10px;
}

.contact li p {
    font-size: 16px;
    color: #333;
    line-height: 1.8em;
    margin-bottom: 10px;
}

.contact li p span {
    font-size: 20px;
    color: #c79556;
    font-weight: bold;
}

.contact li p a {
    font-size: 16px;
    color: #c79556;
    font-weight: bold;
    padding: 3px 22px;
    border: 1px solid #c79556;
    border-radius: 5px;
    margin-left: 5px
}

.contact li p a:hover {
    background: #c79556;
    color: #fff;
}

.contact li p span.left {
    float: left;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    width: 20%;
}

.contact li p span.right {
    float: left;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    width: 67%;
}

.cact-cn {
    margin-top: 45px;
}

.cact-cn strong {
    font-size: 36px;
    color: #333;
    text-align: center;
    display: block;
    font-weight: normal;
    margin-bottom: 10px;
}

.cact-cn .text {
    font-size: 16px;
    color: #555;
    line-height: 1.8em;
    text-align: center;
}

.cact-cn ul {
    margin-left: -2%;
    margin-top: 50px;
    margin-bottom: 50px
}

.cact-cn li {
    width: 23%;
    margin-left: 2%;
    float: left;
    text-align: center;
    background: #f5f7fa;
    padding: 36px 0 55px 0;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 1px 5px 30px #ddd;
}

.cont-ly .ly {
    width: 894px;
    float: left;
    margin-top: 0
}

.cont-ly .absolute {
    width: 90%;
}

.cont-ly .absolute .fcs {
    width: 20%;
    margin-top: 65px;
}

.cont-ly .liuyan_l .icon-text-message {
    padding-left: 7%;
}

.cont-ly .map {
    overflow: hidden;
}


/* 联系我们end*/


/* 新闻列表 */

.news-list {
    background: #f5f7fa
}

.news-list .gd {
    padding: 23px 0 0;
}

.news-list .gd h1 {
    font-size: 24px;
    color: #666;
}

.news-list .gd h1:before {
    background: url(../images/xgwz.png) no-repeat;
    background-size: 24px 24px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 8px;
    width: 24px;
    content: "";
    height: 24px;
}

.news-list .gd h1 span {
    font-size: 28px;
    color: red;
    font-weight: bold;
}

.news-list .list-head {
    padding-top: 45px;
    max-height: 263px;
}

.news-list .list-head .pic {
    display: block;
    max-width: 350px;
    float: left;
}

.news-list .list-head .list-head-r {
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
    min-height: 263px;
}

.news-list .list-head-r {
    position: relative;
    padding: 30px 0 36px 30px;
}

.news-list .list-head-r strong {
    font-weight: normal;
}

.news-list .list-head-r strong a {
    font-size: 36px;
    color: #ed1c24;
    margin-bottom: 20px;
}

.news-list .list-head-r p {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.news-list .list-head-r p img {
    margin-right: 5px;
}

.news-list .list-head-r .text {
    margin-top: 30px;
}

.news-list .list-head-r .text .two {
    font-size: 16px;
    color: #666;
    float: left;
    overflow: hidden;
    width: 85%;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-list .list-head-r .text .one {
    background: #ed1c24;
    font-size: 14px;
    float: left;
    color: #fff;
    padding: 3px 12px;
    margin-right: 1%;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
}

.news-list .list-head-r .ljzx {
    position: absolute;
    right: 15px;
    top: 20px;
}

.news-list .tet-r {
    text-align: right;
}

.news-list .tet-r p {
    background: #ed1c24;
    color: #fff;
    font-weight: bold;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: inline-block;
    padding: 18px 58px;
    box-shadow: 1px 4px 20px #ed1c24;
}

.news-list .u1 {
    margin-top: 100px
}

.news-list .u2 {
    margin-top: 0;
    padding-top: 23px;
}

.news-list .u1 li {
    background: #fff;
    border-radius: 5px;
    padding: 40px 50px;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 23px;
    transition: all .3s ease-out;
    box-sizing: border-box;
    box-shadow: 1px 1px 30px #eee;
}

.news-list .u1 .fl {
    float: left;
    width: 80%;
}

.news-list .u1 .fl h3 a {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    display: block;
    margin-bottom: 20px
}

.news-list .u1 li:hover .fl h3 a {
    color: #ed1c24;
}

.news-list .u1 .fl .list-text {
    font-size: 16px;
    color: #666;
    line-height: 2em;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-list .u1 .fl .list-bot {
    margin-top: 15px;
}

.news-list .u1 .fl .list-bot span {
    font-size: 14px;
    color: #666;
}

.news-list .u1 .fl .list-bot span:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #eed4b2;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -3px;
}

.news-list .u1 .fl .list-bot a {
    display: inline-block;
    font-size: 14px;
    color: #666;
    padding: 5px 15px;
    border: 1px solid #eed4b2;
    border-radius: 30px;
    margin-left: -5px;
}

.news-list .u1 .fr {
    float: right;
    width: 15%;
    font-size: 14px;
    color: #8d8b8b;
    padding: 2% 0;
    border-left: 1px solid #e6e6e6;
}

.news-list .u1 .fr .time-day {
    font-size: 30px;
    color: #999;
    padding-left: 50px;
    margin-bottom: 5px;
}

.news-list .u1 .fr .time-year {
    font-size: 14px;
    color: #999;
    padding-left: 50px
}

.news-list .u1 .fr img {
    padding-left: 50px;
    margin-top: 15px;
}

.news-list .u1 .fr .pic {
    display: none;
}

.news-list .u1 li:hover .fr .img {
    display: none;
}

.news-list .u1 li:hover .fr .pic {
    display: block
}

.news-list .u1 li:hover {
    box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.13);
    transform: translate(0, -3px);
}

.fenye {
    padding: 50px 0;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.fenye .pagination {
    padding: 10px 0;
    border-radius: 5px;
}

.fenye .pagination li {
    font-size: 14px;
    color: #555;
    margin: 0 3px 3px 0;
    text-decoration: none;
    display: inline;
    text-align: center;
}

.fenye a {
    font-size: 14px;
    padding: 12px 15px;
    border: #d8d8d8 1px solid;
    color: #555;
    display: inline-table;
}

.fenye .pagination li.active {
    font-size: 12px;
    font-weight: bold;
    margin-top: 2px;
    padding: 12px 15px;
    border: #E50012 1px solid;
    background: #E50012;
    color: #fff;
}

.fenye .pagination li.disabled,
.fenye .pagination li.disable {
    font-size: 14px;
    padding: 12px 15px;
    border: #d8d8d8 1px solid;
    color: #555;
    cursor: pointer;
}

.fenye .pagination li.active a {
    color: #fff;
}

.fenye .pagination li:hover a {
    color: #fff;
    background: #e50012
}


/* 页码 */

.t-page {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 130px;
    padding: 40px 30px 10px;
    box-sizing: border-box;
    background-color: #FFF;
    z-index: 10;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

.t-page .ul-page {
    display: none;
}

.t-page .ul-page.show {
    display: block;
}

.t-page .close {
    position: absolute;
    right: 0;
    top: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #333;
    cursor: pointer;
}

.t-page .ico {
    content: '';
    display: block;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-width: 12px 12px 0;
    border-style: solid;
    border-color: #e8eaec transparent transparent;
}

.t-page .ico em {
    content: '';
    display: block;
    position: absolute;
    bottom: 1px;
    left: -12px;
    width: 0;
    height: 0;
    border-width: 12px 12px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
}

.page-close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.ul-page {
    clear: both;
    overflow: hidden;
    position: relative;
    line-height: 45px;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
}

.ul-page li {
    float: left;
    color: #666;
    width: 10%;
    margin-bottom: 10px;
}

.ul-page li a,
.ul-page li span {
    text-align: center;
    display: inline;
    padding: 12px 30px;
    box-sizing: border-box;
    border-radius: 30px
}

.ul-page li:hover a,
.ul-page li.on span {
    color: #FFF;
    background: #e50012;
    border: none;
    padding: 12px 30px;
    box-sizing: border-box;
    border-radius: 30px
}

.ul-tab-page {
    overflow: hidden;
    margin-top: 20px;
}

.ul-tab-page li {
    float: left;
    width: 12%;
    text-align: center;
    margin: 0 1% 15px 1%;
}

.ul-tab-page li {
    display: block;
    font-size: 16px;
    color: #05163f;
    padding: 0 12px;
    line-height: 36px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background-color: #FFF;
}

.ul-tab-page li:hover,
.ul-tab-page li.on {
    background-color: #e8eaec;
}


/* 页码 end*/


/* 新闻列表end */

.pro-banner,
.about-banner {
    position: relative;
    overflow: hidden;
}

.pro-banner .img,
.about-banner img {
    width: 100%
}

.pro-banner .pro-help {
    position: absolute;
    left: 19%;
    top: 30px;
}

.pro-banner .pro-help strong {
    font-size: 36px;
    color: #fff;
}

.pro-banner .pro-help span {
    font-size: 18px;
    color: #cc9f67;
    display: block;
    margin: 23px 0 40px 0;
}

.pro-banner .pro-help li {
    float: left;
    text-align: center;
    margin-right: 80px;
    position: relative;
}

.pro-banner .pro-help li:after {
    background: url(../images/line1.png) no-repeat;
    width: 1px;
    height: 134px;
    content: "";
    display: block;
    position: absolute;
    right: -40px;
    bottom: 0;
}

.pro-banner .pro-help li.none:after {
    background: none
}

.pro-banner .pro-help li p {
    color: #fff;
    font-size: 16px;
    margin-top: 23px;
}

.pro-list {
    background: #f5f7fa;
}

.pro-list .ul-list {
    margin-left: -3%
}

.pro-list .ul-list li {
    float: left;
    width: 30.333%;
    position: relative;
    transition: all .3s ease-out;
    margin-left: 3%;
    margin-top: 40px;
}

.pro-list .ul-list li:after {
    background: url(../images/case_jt.png) no-repeat;
    width: 27px;
    height: 15px;
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    bottom: 35px;
}

.pro-list .ul-list li:hover:after {
    background: url(../images/case_jt2.png) no-repeat;
    width: 27px;
    height: 15px;
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    bottom: 35px;
}

.pro-list .ul-list li:hover {
    box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.13);
    transform: translate(0, -3px);
}

.pro-list .ul-list li .xq {
    background: #fff;
    padding: 22px 0 22px 13px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pro-list .xq h3 a {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
}

.pro-list .ul-list li:hover .xq h3 a {
    color: #ed1c24;
}

.pro-list .xq p {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.pro-list .xq p img {
    margin-right: 5px;
}

.pro-list .ul-list li a {
    overflow: hidden;
    display: block;
}

.pro-list a img {
    width: 100%;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.pro-list .ul-list li:hover a img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}


/* 关于我们 */

.about-banner .about {
    position: absolute;
    left: 19%;
    top: 90px;
}

.about-banner .about {
    width: 37%;
}

.about-banner .about h1 {
    font-size: 48px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 20px;
    display: block;
}

.about-banner .about span {
    font-size: 36px;
    color: #fff;
    display: block;
    margin-bottom: 15px;
}

.about-banner .about p {
    font-size: 16px;
    color: #fff;
    line-height: 2em
}

.about-banner .about .more_btn {
    width: 220px;
    border: 1px solid #fff;
    padding: 11px 18px;
    font-size: 18px;
    position: relative;
    z-index: 2;
    display: block;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    margin-top: 60px;
}

.about-banner .more_btn .i_ico {
    width: 24px;
    height: 24px;
    display: block;
    background: url(../images/i_ico.png) no-repeat;
    float: right;
}

.about-banner .more_btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.about-banner .banner_mouse {
    position: absolute;
    bottom: 15%;
    right: 20%;
}

.about-two {
    padding: 70px 0px 90px;
}

.about-two .hd {
    text-align: center;
}

.about-two h2 {
    font-size: 36px;
    color: #36383c;
    line-height: 1;
}

.about-two .hd p {
    color: #666666;
    font-size: 16px;
    margin: 23px auto;
}

.about-two .bd {
    max-height: 432px;
    overflow: hidden;
}

.about-two .bd .li1 {
    width: 48%;
    position: relative;
    float: left;
    overflow: hidden;
}

.about-two .bd .li1 .img-box {
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
}

.about-two .bd .li1:hover .img-box {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.about-two .bd .li1 .list-box {
    position: absolute;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
    padding: 100px 215px 0 50px;
    box-sizing: border-box;
    overflow: hidden;
}

.li1 .list-box h3 {
    font-size: 30px;
    color: #fff;
}

.li1 .list-box p {
    font-size: 14px;
    color: #fff;
    line-height: 2em;
    margin: 20px 0 35px 0;
    width: 85%
}

.li1 .list-box li {
    float: left;
    width: 33.333%;
    text-align: center;
}

.li1 .list-box li span {
    display: block;
    margin-top: 10px
}

.about-two .bd .li2 {
    float: left;
    width: 52%;
    background: #faf5f0
}

.li2 li {
    float: left;
    width: 50%;
    overflow: hidden;
}

.li2 li img {
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.li2 li:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.li2 li.ygfc {
    padding: 73px 40px;
    box-sizing: border-box;
}

.li2 li.ygfc h3 {
    font-size: 24px;
    color: #c79556;
}

.li2 li.ygfc p {
    font-size: 14px;
    color: #333;
    margin-top: 12px;
}

.nl {
    max-width: 1920px;
    margin: 0 auto;
    height: 495px;
    overflow: hidden;
}

.nl-l ul {
    color: #fff;
    width: 60%;
    background: url(../images/about_bg.jpg) no-repeat;
    background-size: cover;
    padding: 135px 2% 135px 5%;
    overflow: hidden;
    box-sizing: border-box;
    float: left
}

.nl-l li {
    float: left;
    text-align: right;
    width: 33.333%;
    padding: 0 8%;
    box-sizing: border-box;
    border-right: 1px solid #d2d2d2;
}

.nl-l li.bord {
    border: none;
}

.nl-l li .pic {
    position: relative;
    margin-bottom: 42px;
    height: 70px;
}

.nl-l li .pic:after {
    width: 50px;
    height: 2px;
    background: #f24c4d;
    position: absolute;
    content: "";
    display: block;
    bottom: -25px;
    right: 0
}

.nl-l li .pic2:after {
    width: 50px;
    height: 2px;
    background: #f24c4d;
    position: absolute;
    content: "";
    display: block;
    bottom: -25px;
    right: 20px
}

.nl-l li .pic3:after {
    width: 50px;
    height: 2px;
    background: #f24c4d;
    position: absolute;
    content: "";
    display: block;
    bottom: -25px;
    right: 10px
}

#boxBlank {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/back_bg.png) repeat;
}

.box_wrap .about-video-close {
    position: absolute;
    top: 10px;
    right: 1%;
    width: 30px;
    height: 30px;
    background: transparent url(../images/hw1_sprite.png);
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 10;
}

.box_wrap {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 160ms ease-in-out;
    transition: all 160ms ease-in-out;
    position: fixed;
    top: 200px;
    left: 50%;
    margin-left: -480px;
    z-index: 999;
    display: none;
}

.video-js {
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    vertical-align: middle;
    font-weight: 400;
    font-style: normal;
    font-family: Arial, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.video-js video {
    width: 960px;
    height: 540px;
}

.nl-l li strong {
    font-size: 22px;
    display: block;
    font-weight: normal;
}

.nl-l li p {
    margin-top: 23px;
    font-size: 14px;
    line-height: 2em;
}

.nl-r {
    float: right;
    width: 40%;
    box-sizing: border-box;
    background: #cc9f67;
    color: #fff;
    padding: 150px 11% 105px 5%;
    overflow: hidden;
}

.nl-r strong {
    font-size: 34px;
    display: block;
    margin-bottom: 30px
}

.nl-r p {
    font-size: 16px;
    color: #fff;
    line-height: 2em;
}

.about-fw {
    margin-top: 70px;
    margin-bottom: 60px;
}

.about-fw h2 {
    color: #333;
    font-size: 36px;
    text-align: center;
}

.about-fw .text {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin: 23px auto;
}

.fw-zz ul {
    overflow: hidden;
    height: 400px;
}

.fw-zz ul li {
    background: url(../images/fw1.jpg) no-repeat;
    height: 400px;
    float: left;
    width: 160px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    border-right: 3px solid #fff;
}

.fw-zz ul li.one {
    background: url(../images/fw2.jpg) no-repeat;
}

.fw-zz ul li.b2 {
    background: url(../images/fw3.jpg) no-repeat;
}

.fw-zz ul li.b3 {
    background: url(../images/fw1.jpg) no-repeat;
}

.fw-zz ul li .left_top {
    position: absolute;
    left: 0;
    width: 45px;
    padding: 100px 65px 0;
    text-align: center;
}

.fw-zz ul li.on .left_top {
    display: none;
}

.fw-zz ul li .left_top img {
    width: 45px;
    display: block;
    margin-bottom: 25px;
}

.fw-zz ul li i {
    font-size: 24px;
    color: #FFF;
}

.fw-zz .left_top {
    font-size: 30px;
    color: #FFF;
}

.fw-zz ul li .left {
    float: left;
    width: 160px;
    background: url(../images/about_left.jpg) no-repeat;
    height: 400px;
}

.fw-zz ul li.on .left {
    display: none;
}

.fw-zz ul li .right {
    float: left;
    position: absolute;
    left: 0;
    display: none;
    padding: 83px 220px 0 55px;
    overflow: hidden;
}

.fw-zz ul li .right strong {
    font-size: 34px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
}

.fw-zz ul li .right p {
    font-size: 16px;
    line-height: 2em;
    color: #fff;
}

.fw-zz ul li.on {
    width: 840px;
}

.fw-zz ul li.on .right {
    display: block;
    overflow: hidden
}

.fw-zz ul li.two {
    background: url('/images/fw1.jpg') no-repeat;
}

.fw-zz ul li.thr {
    background: url('/images/fw2.jpg') no-repeat;
}

.fw-zz ul li.four {
    background: url('/images/fw3.jpg') no-repeat;
}


/* 关于我们end*/


/* 下拉导航 */

.dh-list {
    background: url(../images/back_bg.png) repeat;
    position: absolute;
    z-index: 999;
    width: 100%;
    margin: 0 auto;
    left: 0;
    padding: 20px 0;
    display: none;
}

.dh-list .gb {
    position: absolute;
    top: 5px;
    right: -3%;
}

.dh-list .list {
    background: #fff;
    float: left;
    width: 18%;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    position: relative;
    padding-top: 5px;
}

.dh-list .list2 {
    width: 28%;
}

.dh-list .list:after {
    background: url(../images/s_line.png) no-repeat;
    display: block;
    position: absolute;
    content: "";
    width: 1px;
    height: 280px;
    right: -1px;
    top: 70px;
    z-index: 11;
}

.dh-list .list dt {
    background: #f7f0e7;
    display: block;
    text-align: center;
    font-size: 20px;
    color: #936934;
}

.dh-list .list dd a {
    display: block;
    text-align: left;
    font-size: 16px;
    color: #333;
    padding-left: 32px;
    position: relative;
}

.dh-list .list dd a:hover {
    background: #cc9f67;
    color: #fff;
}

.dh-list .list dd a:after {
    background: url(../images/xr.png) no-repeat;
    display: block;
    position: absolute;
    content: "";
    width: 9px;
    height: 16px;
    right: 10px;
    top: 20px;
    z-index: 11;
}

.dh-list .list dd a span {
    background: url(../images/hot.gif) no-repeat center center;
    width: 42px;
    height: 20px;
    display: inline-block;
}

.nav li:hover .dh-list {
    display: block;
}

.dh-list .box {
    position: relative;
    height: 500px;
    background: #fff
}

.sj1 .box:before {
    background: url(../images/sj.png) no-repeat;
    display: block;
    position: absolute;
    content: "";
    width: 37px;
    height: 18px;
    left: 17%;
    top: -18px;
    z-index: 11;
}

.sj2 .box:before {
    background: url(../images/sj.png) no-repeat;
    display: block;
    position: absolute;
    content: "";
    width: 37px;
    height: 18px;
    left: 30%;
    top: -18px;
    z-index: 11;
}

.sj3 .box:before {
    background: url(../images/sj.png) no-repeat;
    display: block;
    position: absolute;
    content: "";
    width: 37px;
    height: 18px;
    left: 42%;
    top: -18px;
    z-index: 11;
}

.sj4 .box:before {
    background: url(../images/sj.png) no-repeat;
    display: block;
    position: absolute;
    content: "";
    width: 37px;
    height: 18px;
    left: 54%;
    top: -18px;
    z-index: 11;
}

.sj5 .box:before {
    background: url(../images/sj.png) no-repeat;
    display: block;
    position: absolute;
    content: "";
    width: 37px;
    height: 18px;
    left: 66%;
    top: -18px;
    z-index: 11;
}


/* 下拉导航end*/


/* 404 */

.err {
    text-align: center;
}

.err .img {
    margin-top: 40px;
    margin-bottom: 40px;
}

.err p {
    font-size: 24px;
    color: #666;
}

.err p span {
    color: #ed1c24;
}

.err a {
    font-size: 20px;
    color: #cc9f67;
    border: 1px solid #cc9f67;
    padding: 10px 35px;
    display: inline-block;
    margin-top: 30px;
}

.err .img-bot {
    margin-top: 100px;
}

.mess {
    padding-top: 100px
}

.mess .bg {
    width: 45%;
    margin: 0 auto;
    background: #fff;
    padding: 70px 0;
    box-shadow: 1px 5px 20px #ddd;
}

.mess .img {
    margin-top: 0
}


/* 404end*/


/* 右边固定 */

.right-fixed {
    position: fixed;
    right: 20px;
    bottom: 20%;
    z-index: 9999;
}

.right-fixed .kf {
    border: 2px solid #fdb6ab;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    z-index: 999;
    position: relative;
}

.right-fixed .kf:after {
    display: block;
    background: url(../images/fix2.png) no-repeat;
    width: 12px;
    height: 25px;
    content: "";
    position: absolute;
    left: 60%;
}

.right-fixed .kf img {
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
}

.right-fixed .fixed-box {
    font-size: 16px;
    background: #fff;
    width: 94px;
    float: right;
    text-align: center;
    margin-top: -10px;
    padding: 38px 0 28px;
    border: 1px solid #fdb6ab;
    border-top: none;
}

.right-fixed .fixed-box a {
    color: #888787;
}

.right-fixed .fixed-box span {
    color: #888787;
}

.right-fixed li {
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
}

.right-fixed li img {
    display: block;
    margin: 0 auto 10px;
}

.right-fixed li .hide {
    display: none;
}

.right-fixed li:hover .show {
    display: none
}

.right-fixed li:hover .hide {
    display: block
}

.right-fixed li:hover a {
    color: #f94728;
}

.right-fixed li:hover span {
    color: #f94728;
}

.return_top {
    position: fixed;
    right: 20px;
    bottom: 11%;
    z-index: 9999;
    width: 94px;
    font-size: 16px;
    color: #888787;
    cursor: pointer;
    text-align: center;
    border: 1px solid #fdb6ab;
    border-radius: 5px;
    background: #fff;
    margin-top: 15px;
    display: block;
    text-align: center;
    padding: 12px 0;
}

.return_top img {
    display: block;
    margin: 0 auto 10px;
}


/* 右边固定end*/


/* 固定 */

.fix-dh {
    display: none;
    position: fixed;
    right: 115px;
    bottom: 30%;
    z-index: 9999;
    width: 133px;
    border: 1px solid #ff9598;
    border-radius: 5px;
    padding: 20px 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    background: #efeded;
    line-height: 20px
}

.fix-dh .close {
    position: absolute;
    top: 0;
    right: 10px;
}

.fix-dh input {
    background: none;
    caret-color: #222;
}

.fix-dh .lxb-cb-input {
    width: 110px;
    height: 32px;
    line-height: 32px;
    padding-left: 5px;
    border: 0px none rgb(0, 0, 0);
    z-index: 2;
    background-color: #c1d3f6;
    border-radius: 5px;
    margin: 5px auto;
}

.fix-dh .lxb-cb-input-btn {
    width: 110px;
    height: 32px;
    line-height: 32px;
    border: 0px none rgb(0, 0, 0);
    z-index: 2;
    background-color: #f94728;
    border-radius: 5px;
    margin: 5px auto;
    color: #fff;
}

.fix-dh:after {
    position: absolute;
    right: -10px;
    top: 60%;
    background: url(../images/fix_dh_sj.png) no-repeat;
    width: 24px;
    height: 18px;
    display: block;
    content: "";
    z-index: 10
}

.lxb-cb-tip {
    display: none;
    position: fixed;
    right: 260px;
    bottom: 42%;
    z-index: 9999;
    text-align: left;
    width: 300px;
    border-radius: 5px;
    padding: 20px 30px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    background: #ffecbf;
    line-height: 20px
}

.lxb-cb-tip:after {
    position: absolute;
    right: -10px;
    background: url(../images/fix_sj.png) no-repeat;
    width: 24px;
    height: 18px;
    display: block;
    content: "";
    z-index: 10
}

.lxb-cb-input-tip-em {
    color: #f94728;
    font-size: 14px;
}

.lxb-cb-input-tip-mobile {
    background: url(../images/cb-tip-icon.png) 0 4px no-repeat;
    padding-left: 20px;
}

.lxb-cb-input-tip-tel {
    background: url(../images/cb-tip-icon-tel.png) 0 4px no-repeat;
    padding-left: 20px;
    margin-bottom: 5px;
}

.lxb-cb-tip-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
    cursor: pointer
}


/* 固定end*/

@media screen and (max-width: 1600px) {
    .case {
        margin-top: -220px;
    }
    .about-banner .about {
        width: 50%;
        left: 8%;
        top: 30px;
    }
    .return_top {
        width: 80px;
        font-size: 14px;
        padding: 8px 0;
    }
    .right-fixed .fixed-box {
        padding: 45px 0 20px;
    }
    .right-fixed li {
        margin-top: 10px
    }
    .new-cont-l .cont-l h1 {
        font-size: 28px
    }
    .new-cont-r .cont-r {
        padding: 15px 25px;
    }
    .new-cont-r .cont-r a {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .new-cont-r .ts .text {
        font-size: 14px;
    }
    .new-cont-r .ts .whrit {
        padding: 10px;
        box-sizing: border-box;
    }
    .new-cont-r .ts .l-r strong {
        font-size: 16px;
    }
    .new-cont-r .ts {
        padding-bottom: 15px;
        box-sizing: border-box;
    }
    /* .new-cont .fixed{width: 20%;max-width: 270px} */
    .right-fixed li img {
        width: 30px;
    }
    .right-fixed .fixed-box a,
    .right-fixed .fixed-box span {
        font-size: 14px;
    }
    .right-fixed .fixed-box {
        width: 80px;
    }
    .right-fixed .kf {
        width: 100px;
        border-top-right-radius: 40px;
        border-bottom-left-radius: 40px;
    }
    .right-fixed .kf img {
        border-top-right-radius: 40px;
        border-bottom-left-radius: 40px;
    }
    .err .img {
        margin-top: 20px;
        margin-bottom: 0
    }
    .err .img-bot {
        margin-top: 40px
    }
    .new-cont-r .ts a.sq {
        padding: 12px 0 13px 10px;
    }
    .box_wrap {
        top: 100px;
    }
    .mate {
        margin-top: -200px;
    }
}

@media screen and (max-width: 1440px) {
    .new-cont .fixed {
        position: static;
        top: 0;
        left: 0;
        margin-left: 0;
    }
    .pro-banner .pro-help {
        top: 20px;
    }
    .pro-banner .pro-help span {
        margin: 3px 0 15px 0;
        font-size: 14px;
    }
    .pro-banner .pro-help strong {
        font-size: 24px;
    }
    .pro-banner .pro-help li p {
        margin-top: 5px;
    }
    .pro-banner .pro-help li:after {
        height: 100px;
    }
    .new-cont-r .cont-r a {
        font-size: 14px;
    }
    .head {
        width: 85%;
    }
    .nav li {
        width: 12%;
    }
    .nav .ul1 {
        width: 85%;
    }
    .about-banner .about {
        width: 70%;
    }
    .about-banner .about .more_btn {
        margin-top: 20px
    }
    .nl-r {
        padding-top: 100px
    }
    .new-cont .wrap {
        max-width: 1000px;
    }
    .cont-nav ul li a img {
        display: inline-block;
    }
    .new-list li {
        width: 245px;
    }
    .new-list .on {
        width: 450px
    }
    .case {
        margin-top: -160px;
    }
    .mate {
        margin-top: -170px;
    }
}

@media screen and (max-width: 1200px) {
    .index-one h1 {
        font-size: 38px;
    }
    .index-new h2 a,
    .index-case h2 a,
    .index-pro h2 a,
    .index-about h2 {
        font-size: 34px;
    }
    .index-one li .bef-one:before,
    .index-one li .bef-two:before,
    .index-one li .bef-three:before,
    .index-one li .bef-four:before,
    .index-one li .bef-five:before {
        background: none
    }
    .index-one li:hover .bef-one:before,
    .index-one li:hover .bef-two:before,
    .index-one li:hover .bef-three:before,
    .index-one li:hover .bef-four:before,
    .index-one li:hover .bef-five:before {
        background: none
    }
    .index-one li .bef {
        padding: 10px;
    }
    .index-new li {
        margin-left: 12%;
        width: 37%;
    }
    .index-about {
        margin-top: 10px
    }
    .index-about .fl {
        margin-left: 40px;
    }
    .about-banner .about h1 {
        font-size: 32px;
    }
    .about-banner .about span {
        font-size: 26px;
    }
    .about-banner .about p {
        font-size: 14px;
    }
    .about-banner .banner_mouse {
        right: 10%;
    }
    .contact-banner p {
        left: 30px;
    }
    .contact-banner .banner_mouse {
        left: 30px;
    }
    .new-list li {
        width: 240px;
    }
    .new-list .on {
        width: 430px;
    }
    .news-list .u1 {
        margin-top: 60px;
    }
    .new-cont-l .absolute .fcs {
        display: none;
    }
    .new-cont-l .ly .write {
        width: 92%;
    }
    .new-cont-l .ly .write .text {
        padding: 15px 32px 15px;
    }
    .new-cont-l .liuyan_l {
        padding: 15px 32px 27px;
    }
    .sc-dz .close {
        right: 3%;
    }
    .dz-l {
        margin-left: 7%;
    }
    .dz-r {
        width: 29%;
    }
    .dz-r .dz-r-top {
        padding: 15px;
    }
    .dz-r .dz-r-top p {
        font-size: 22px;
    }
    .dz-r .dz-r-top strong {
        font-size: 26px;
    }
    .dz-r .dz-r-bot {
        padding: 15px;
    }
    .about-banner .about {
        width: 80%;
    }
    .case {
        margin-top: -130px;
    }
    .case-js .js-l {
        width: 49%;
    }
}

@media screen and (max-width: 1199px) {
    .head {
        width: 96%;
    }
    .guide {
        padding-left: 2%
    }
    .pro-banner .pro-help {
        left: 12%;
    }
    .pro-list .wrap {
        width: 96%;
    }
    .new-cont-l {
        width: 70%;
    }
    .ly .write .text {
        padding: 15px 32px 15px;
    }
    .liuyan_l {
        padding: 30px 7px 30px;
    }
    .case-js .js-r {
        height: auto
    }
    .case {
        margin-top: -100px;
    }
}

@media screen and (max-width: 1024px) {
    .slick-prev,
    .slick-next {
        width: 25px;
        height: 50px;
    }
    .index-pro .pro-tit:before,
    .index-new .new-tit:before,
    .index-case .case-tit:before {
        left: 25%;
    }
    .index-pro .pro-tit:after,
    .index-new .new-tit:after,
    .index-case .case-tit:after {
        right: 25%;
    }
    .index-pro .u1 .fl {
        padding-left: 30px;
    }
    .index-pro .pad,
    .index-new .pad,
    .index-case {
        padding: 40px 0;
    }
    .index-pro .u1 li .pic {
        margin-right: 0;
        width: 54%;
    }
    .index-pro .u1 li p.bot {
        margin-top: 15px;
    }
    .flip-content .xq {
        display: block;
    }
    .index-new li .box p span {
        display: none
    }
    .index-pro .u1 {
        margin: 50px 10px 0;
    }
    .about-banner .about .more_btn {
        margin-top: 10px
    }
    .about-two {
        padding: 30px 0;
    }
    .li2 li.ygfc {
        padding: 48px 40px;
    }
    .about-two .bd .li1 .list-box {
        padding: 50px 100px 0 50px;
    }
    .nl-l {
        display: none;
    }
    .nl-r {
        width: 100%
    }
    .about-fw {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .fw-zz ul li.on {
        width: 695px;
    }
    .banner .navbar {
        top: 18%;
        left: 15%;
    }
    .case-list li {
        width: 96%;
        margin: 0 auto 33px;
    }
    .case-js .js-r .nb {
        padding: 10px 30px;
    }
    .absolute {
        top: 18px;
    }
    .contact li {
        padding: 100px 7% 100px 15%;
        height: 340px
    }
    .cont-ly .ly {
        width: 90%;
    }
    .cont-ly .map {
        width: 100%;
    }
    .mate h1 {
        margin-bottom: 20px;
    }
    .mate .mate-l .wl .name:after {
        display: none
    }
    .mate .mate-l {
        height: 385px;
    }
    .case-js .js-r p {
        margin-bottom: 15px;
    }
    .mate-kh .mate-r span {
        margin-top: 5px;
    }
    .pro-know ul,
    .pro-know .text {
        width: 98%;
    }
    .new-cont {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .pro-know li .know h3 a {
        margin: 30px auto;
    }
    .pro-know {
        padding-bottom: 20px;
    }
    .news-list .u1 {
        margin-top: 40px;
    }
    .contact .img {
        display: none;
    }
    .new-cont-r {
        width: 29.5%;
    }
}

@media screen and (max-width:960px) {
    .index-one h1 {
        font-size: 32px;
        padding-top: 15px;
    }
    .index-one .text {
        padding: 20px 0;
    }
    .index-one li strong a {
        font-size: 18px;
    }
    .index-pro .pro-tit:before,
    .index-new .new-tit:before,
    .index-case .case-tit:before {
        left: 18%;
    }
    .index-pro .pro-tit:after,
    .index-new .new-tit:after,
    .index-case .case-tit:after {
        right: 18%;
    }
    .index-new h2 a,
    .index-case h2 a,
    .index-pro h2 a,
    .index-about h2 {
        font-size: 28px;
        margin: 15px auto;
    }
    .index-about .tit {
        font-size: 22px;
    }
    .index-new ul {
        margin-left: 0
    }
    .index-new li {
        margin-left: 7%;
        width: 42%;
    }
    .index-new li .box .day {
        font-size: 22px;
    }
    .index-new li .box {
        padding: 20px 20px 20px 30px;
    }
    .index-new li .box strong a {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.index-new li .box p {
    overflow: hidden;
    height: 45px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 15px;
}

@media screen and (max-width:768px) {
    .head,
    .nav {
        display: none
    }
    .top {
        display: block;
    }
    .m-banner {
        display: block;
        overflow: hidden
    }
    .m-banner img {
        width: 100%;
        overflow: hidden
    }
    .slick {
        display: none;
    }
    .index-one h1 {
        font-size: 28px;
    }
    .index-one li p,
    .index-one li a i {
        display: none
    }
    .index-one li strong a {
        font-size: 16px;
        text-align: center;
        display: block
    }
    .index-one li:hover {
        background: none;
        color: #222;
    }
    .index-one li:hover a i {
        display: none
    }
    .index-one li:hover a {
        color: #222;
    }
    .index-pro .u2 li h3 a:before,
    .index-pro .u2 li h3 a:after {
        background: none
    }
    .index-pro .u2 li h3 a {
        font-size: 16px;
    }
    .index-pro .pro-tit:before,
    .index-new .new-tit:before,
    .index-case .case-tit:before,
    .index-pro .pro-tit:after,
    .index-new .new-tit:after,
    .index-case .case-tit:after {
        display: none;
    }
    .index-new h2 a,
    .index-case h2 a,
    .index-pro h2 a,
    .index-about h2 {
        font-size: 24px;
        margin: 10px auto;
    }
    .index-pro .u2 li {
        width: 49%;
        margin-top: 10px;
    }
    .index-pro .pad,
    .index-new .pad,
    .index-case {
        padding: 20px 0;
    }
    .index-new li {
        width: 90%;
    }
    .index-about .fr {
        display: none;
    }
    .index-about .fl {
        width: 90%;
        margin-bottom: 20px;
    }
    .index-about ul li {
        padding: 15px 0 20px;
    }
    .index-about {
        padding-top: 20px;
    }
    .flipster {
        margin: 30px auto 0;
    }
    .flip-content .xq h3 {
        font-size: 18px;
    }
    .flip-content .xq p {
        font-size: 14px;
        margin: 10px auto;
    }
    .flip-content .xq a {
        font-size: 14px;
        padding: 3px 10px;
    }
    .footer {
        display: none;
    }
    .mhx_foot_zx,
    .mhx_foot {
        display: block
    }
    .index-about .fr {
        margin-top: 0
    }
}

@media screen and (max-width:480px) {
    .index-one ul {
        display: none;
    }
    .flip-content .xq {
        left: 25%;
        padding: 10px 30px;
    }
    .index-pro .u1 li {
        width: 100%;
        margin-bottom: 10px;
    }
    .index-pro .u1 {
        margin: 25px 10px 0;
    }
    .index-pro .u2 {
        margin-top: 10px;
    }
    .index-pro .u2 li h3 a {
        margin-top: 10px
    }
    .index-about .tit {
        font-size: 20px;
    }
    .index-about span,
    .index-about .tit {
        display: none;
    }
    .index-about ul li {
        width: 50%;
    }
    .index-about .fl {
        margin-left: 0;
        width: 100%;
    }
    .index-about h2 {
        text-align: center;
    }
    .mhx_foot_tel,
    .mhx_foot_tel a {
        font-size: 16px;
    }
    .mhx_foot_talk a {
        font-size: 18px;
        padding: 10px;
    }
    .index-one h1 {
        font-size: 24px
    }
}

@media screen and (max-width:375px) {
    .flip-content .xq {
        left: 20%;
    }
}

@media screen and (max-width:320px) {
    .flip-content .xq {
        left: 15%;
    }
}


}