﻿@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

#bsWXBox {
    box-sizing: content-box
}

ul {
    list-style: none
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0
}

body {
    font-family: "microsoft yahei", arial;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    width: 100%
}

a:link, a:visited {
    text-decoration: none;
    outline: 0;
    color: #666
}

a:hover, a:active, a:focus {
    color: #666;
    text-decoration: none
}

img {
    border: 0;
    max-width: 100%
}

table {
    border-collapse: collapse;
    width: 100%
}

input, textarea {
    font-family: "microsoft yahei";
    font-size: 14px;
    outline: 0;
    overflow: hidden
}

input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor: pointer;
    outline: 0
}

input[type='checkbox'], input[type='radio'] {
    position: relative;
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px
}

textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    padding: 0;
    color: #666;
    outline: 0
}

input[type="submit"], input[type="reset"], input[type="button"], input[type='text'], select, button {
    -webkit-appearance: none
}

select {
    background: url(../images/arrow.png) no-repeat center right
}

input, select, textarea {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-radius: 0
}

::-webkit-input-placeholder {
    color: #999
}

:-moz-placeholder {
    color: #999;
    opacity: 1
}

::-moz-placeholder {
    color: #999;
    opacity: 1
}

:-ms-input-placeholder {
    color: #999
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block
}

.pic {
    width: 100%;
    overflow: hidden;
    position: relative
}

.pic:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.middleCenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto
}

.container {
    margin-right: auto;
    margin-left: auto;
    width: 1480px
}

@media (max-width: 1480px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        padding-right: 10px;
        padding-left: 10px;
        width: 100%
    }
}

.container1 {
    margin-right: auto;
    margin-left: auto;
    width: 1600px
}

@media (max-width: 1600px) {
    .container1 {
        margin-right: auto;
        margin-left: auto;
        padding-right: 10px;
        padding-left: 10px;
        width: 100%
    }
}

#container {
    overflow: hidden
}

.header {
    height: 90px;
    z-index: 9;
    transition: all .5s;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    background: #fff;
    width:100%;
}
.showFixed {
    width: 100%;
    position: fixed;
    top: 0;
    transition: all .5s;
    background: #fff;
}
.hiddenFixed {
    width: 100%;
    position: fixed;
    top: 0;
    transition: all .5s;
}
.header nav {
    float: left;
    margin-left: 140px;
    padding-top: 27px;
    padding-right: 29px
}

.header nav ul li {
    position: relative;
    text-align: center;
    float: left;
    width: 90px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    margin-right: 16px;
    transition: .5s
}

.header nav ul li a {
    display: block;
    color: #333
}

.header nav ul li:hover {
    background: url("../images/navbg.png") no-repeat center center
}

.header nav ul li:hover a {
    color: #e3472e
}

.header nav ul .active {
    background: url("../images/navbg.png") no-repeat center center
}

.header nav ul .active a {
    color: #e3472e
}

.header .ewm {
    float: left;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    height: 90px;
    width: 82px;
    text-align: center;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    position: relative
}

.header .ewm:hover .weixin {
    display: block
}

.header .ewm a {
    display: block
}

.header .ewm a img {
    margin-top: 35px
}

.header .ewm .weixin {
    display: none;
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 3;
    background: #f9f9f9;
    width: 150px;
    text-align: center;
    padding: 10px;
    -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    transition: all .6s ease-in
}

.header .phones {
    color: #e3472e;
    font-weight: bold;
    font-family: arial;
    font-size: 30px;
    float: right;
    line-height: 90px;
    overflow: hidden ;

}
.header .phones a{
    color: #e3472e;
}

.header .logo {
    padding-top: 10px;
    overflow: hidden;
    float: left;
    padding-bottom: 8px
}

.header .logo a {
    display: block
}

.header .logo a img {
    float: left
}

.header .logo a span {
    display: block;
    float: left;
    padding-left: 18px;
    background: url("../images/line1.jpg") no-repeat center left;
    margin-left: 18px;
    font-size: 14px;
    color: #666;
    margin-top: 13px
}

.phone-nav {
    position: absolute;
    font-size: 30px;
    right: 10px;
    top: 0;
    line-height: 90px;
    display: none;
    color: #666
}

#menu {
    z-index: 110;
    text-transform: capitalize
}

#menu ul li a {
    display: block;
    color: #f1f1f1
}

@media (max-width: 1440px) {
    .header nav {
        margin-left: 75px
    }
}

@media (max-width: 1400px) {
    .header nav {
        margin-left: 30px
    }
    .header nav ul li{
        margin-right:11px;
    }
}

@media (max-width: 1360px) {
    .header .phones {
        font-size: 26px
    }

    .header nav ul li {
        margin-right: 10px
    }
}

@media (max-width: 1280px) {
    .header .ewm {
        width: 50px
    }

    .header nav {
        padding-right: 10px;
        margin-left: 25px
    }
}

@media (max-width: 1200px) {
    nav {
        display: none
    }

    .header .phones {
        margin-right: 30px;
    }

    .header .ewm {
        display: none
    }

    .phone-nav {
        display: block
    }
}

@media (max-width: 768px) {
    .header {
        position: fixed;
        width: 100%;
        z-index: 9999;
        left: 0;
        top: 0;
        background: #fff;
        box-shadow: 0 -8px 15px 7px #666;
        height:60px;
    }
    .header .logo a img{
        height:40px;
    }
    .header .logo a span{
        margin-top:0;
    }
    .phone-nav{
        line-height:60px;
    }
    .header .phones {
        margin-right: 30px;
        line-height:66px;
        font-size:20px;
    }

}

@media (max-width: 414px) {
    .header .logo a span {
        display: none
    }
    .header .phones {
        font-size:18px;
    }
}

.home-banner {
    overflow: hidden;
    width: 100%;
    position: relative;
    max-height: 810px;
}

.home-banner .home-banner-slick {
    overflow: hidden
}

.home-banner .home-banner-slick .slick-slide {
    position: relative
}

.home-banner .home-banner-slick .slick-slide img {
    width: 100%
}

.home-banner .slick-dots {
    z-index: 10;
    bottom: 20px;
    text-align: center
}

.home-banner .slick-dots li {
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    margin:0 4px;
}

.home-banner .slick-dots li button {
    width: 18px;
    height: 18px;
    display: block;
    background: url(../images/banner00.png) no-repeat center center;
    padding: 0
}

.home-banner .slick-dots li button:before {
    content: ""
}

.home-banner .slick-dots .slick-active button {
    background: url(../images/banner01.png) no-repeat center center
}

.home-banner .slick-dots .slick-active button:before {
    color: transparent
}

.home-banner-phone {
    overflow: hidden;
    width: 100%;
    position: relative;
    display: none
}

.home-banner-phone .home-banner-slick-phone {
    overflow: hidden
}

.home-banner-phone .home-banner-slick-phone .slick-slide {
    position: relative
}

.home-banner-phone .home-banner-slick-phone .slick-slide img {
    width: 100%
}

.home-banner-phone .slick-dots {
    z-index: 10;
    bottom: 10px;
    line-height: 0;
    text-align: center
}

.home-banner-phone .slick-dots li {
    margin: 0 2px;
    padding: 0;
    width: 18px;
    height: 18px
}

.home-banner-phone .slick-dots li button {
    width: 18px;
    height: 18px;
    display: block;
    background: url(../images/banner00.png) no-repeat center center;
    padding: 0
}

.home-banner-phone .slick-dots li button:before {
    content: ""
}

.home-banner-phone .slick-dots .slick-active button {
    background: url(../images/banner01.png) no-repeat center center
}

.home-banner-phone .slick-dots .slick-active button:before {
    color: transparent
}

@media (max-width: 1600px) {
    .home-banner {
        max-height: 675px
    }

}

@media (max-width: 1440px) {
    .home-banner {
        max-height: 608px
    }

}

@media (max-width: 1400px) {
    .home-banner {
        max-height: 591px
    }

}

@media (max-width: 1360px) {
    .home-banner {
        max-height: 574px
    }

}

@media (max-width: 1280px) {
    .home-banner {
        max-height: 540px
    }


}

@media (max-width: 1260px) {
    .home-banner {
        max-height: 532px
    }


}

@media (max-width: 1200px) {
    .home-banner {
        max-height:506px
    }

}

@media (max-width: 1024px) {
    .home-banner {
        max-height: 432px
    }

}

@media (max-width: 992px) {
    .home-banner {
        max-height: 419px
    }

}

@media (max-width: 768px) {
    .home-banner {
        display: block;
        margin-top: 60px;
        max-height: 464px
    }
    .home-banner-phone {
        display: block;
        margin-top: 60px;
        max-height: 464px
    }

}

@media (max-width: 640px) {
    .home-banner-phone{
        max-height: 387px
    }
}

@media (max-width: 414px) {
    .home-banner-phone{
        max-height: 250px
    }
}

@media (max-width: 375px) {
    .home-banner-phone {
        max-height:227px
    }
}

@media (max-width: 360px) {
    .home-banner-phone{
        max-height:218px
    }
}

@media (max-width: 320px) {
    .home-banner-phone {
        max-height:193px
    }
}

.mobile-footer-menu {
    height: 54px
}

@media (max-width: 768px) {

    .mobile-footer-menu {
        width: 100%;
        background: #333;
        padding: 5px 0;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 99;
        list-style: none;
        font-size: 12px
    }

    .mobile-footer-menu li {
        width: 25%;
        float: left;
        position: relative
    }

    .mobile-footer-menu li:after {
        content: "";
        position: absolute;
        height: 42px;
        width: 1px;
        background: rgba(255, 255, 255, 0.1);
        right: 0;
        top: 2px
    }

    .mobile-footer-menu li span {
        width: 24px;
        height: 24px;
        display: block;
        margin: 0 auto;
        position: relative;
        overflow: hidden
    }

    .mobile-footer-menu li span img {
        max-width: 100%
    }

    .mobile-footer-menu li em {
        text-transform: capitalize;
        font-style: normal;
        text-align: center;
        display: block;
        color: #fff;
        height: 20px;
        line-height: 20px;
        overflow: hidden
    }

    .mobile-footer-menu li:last-child:after {
        display: none
    }
}

.inbanner {
    overflow: hidden;
    width: 100%;
    height: 400px;
    position: relative
}

.inbanner .inbanner-slick {
    overflow: hidden;
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    height: 400px
}

.inbanner .inbanner-slick img {
    max-width: 100%;
    text-align: center;
    margin: 0 auto
}

.inbanner .inbanner-info {
    position: absolute;
    top: 50%;
    margin-top: -52px;
    left: 0;
    width: 100%
}

.inbanner .inbanner-info h3 {
    font-size: 40px;
    color: #fff;
    font-weight: normal
}

.inbanner .inbanner-info p {
    font-size: 30px;
    color: #fff
}

.inbanner1 {
    overflow: hidden;
    width: 100%;
    margin-top:90px;
}

.inbanner1 .inbanner-slick1 {
    overflow: hidden;
    position: relative;

}

.inbanner1 .inbanner-slick1 img {
    display: none;
}

.inbanner1 .inbanner-slick1 .inbanner-info {

    width: 100%;
    text-align: center;
    padding-top: 50px;
    background: #f1f1f1;
    padding-bottom: 50px;
}

.inbanner1 .inbanner-slick1 .inbanner-info h3 {
    color: #333;
    font-size: 40px;
    font-weight: normal
}

.inbanner1 .inbanner-slick1 .inbanner-info span {
    font-size: 16px;
    color: #333;
    display: block;
    line-height: 33px
}

@media (max-width: 768px) {
    .inbanner {
        margin-top: 90px;
        height: 250px;
        display: none;
    }
    .case{
        margin-top:60px;
    }

    .inbanner .inbanner-slick1 {
        height: 250px
    }

    .inbanner .inbanner-info {
        margin-top: -37px
    }

    .inbanner .inbanner-info h3 {
        font-size: 30px;
        color: #fff;
        font-weight: normal
    }

    .inbanner .inbanner-info p {
        font-size: 20px;
        color: #fff
    }
}

.page {
    width: 200px;
    height: 68px;
    margin: 38px auto 0 auto;
    padding: 0 40px;
    background: url("../images/bg.png") repeat center center
}

.page .prev {
    background: url("../images/left.png") no-repeat center center;
    height: 68px;
    width: 40px;
    display: block;
    float: left
}

.page .list {
    background: url("../images/list.png") no-repeat center center;
    height: 68px;
    width: 40px;
    display: block;
    float: left
}

.page .next {
    background: url("../images/right.png") no-repeat center center;
    height: 68px;
    width: 40px;
    display: block;
    float: left
}

.contact {
    padding: 76px 0 72px 0;
    overflow: hidden
}

.contact .add {
    width: 200px;
    margin-right: 142px;
    float: left
}

.contact .add span {
    font-size: 24px;
    color: #333;
    margin-bottom: 13px;
    display: block
}

.contact .add span b {
    font-weight: normal;
    font-family: arial;
    text-transform: uppercase
}

.contact .add p {
    font-size: 16px;
    color: #666;
    line-height: 28px
}

.contact .tel {
    width: 200px;
    margin-right: 48px;
    float: left
}

.contact .tel span {
    font-size: 24px;
    color: #333;
    margin-bottom: 13px;
    display: block
}

.contact .tel span b {
    font-weight: normal;
    font-family: arial;
    text-transform: uppercase
}

.contact .tel p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    font-family: arial
}

.contact .email {
    width: 200px;
    margin-right: 85px;
    float: left
}

.contact .email span {
    font-size: 24px;
    color: #333;
    margin-bottom: 13px;
    display: block
}

.contact .email span b {
    font-weight: normal;
    font-family: arial;
    text-transform: uppercase
}

.contact .email p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    font-family: arial
}

#map {
    height: 500px
}

.message {
    float: left;
    width: 605px;
    padding: 8px 0 0 0
}

.message ul {
    float: left;
    width: 500px
}

.message ul li {
    margin-bottom: 10px;
    position: relative;
    float: left;
    width: 50%;
    padding-right: 10px;
    overflow: hidden
}

.message ul li span {
    font-size: 13px;
    color: #666;
    display: block;
    line-height: 37px;
    position: relative
}

.message ul li input {
    outline: 0;
    border: 1px solid #e9edee;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 13px;
    font-size: 14px;
    color: #333;
    transition: .5s;
    position: relative;
    background: #e9edee
}

.message input:focus, .message textarea:focus {
    transition: border linear .2s, box-shadow linear .5s;
    -moz-transition: border linear .2s, -moz-box-shadow linear .5s;
    -webkit-transition: border linear .2s, -webkit-box-shadow linear .5s;
    outline: 0;
    border: 1px solid #333
}

.message .message-submit {
    text-align: center;
    margin: 0 auto;
    float: right;
    width: 104px
}

.message .message-submit input {
    width: 104px;
    border: 0;
    padding: 0;
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
    background: #333;
    transition: .5s;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    font-weight: bold
}

.message .message-submit input:hover {
    background: #e3472e
}

@media (max-width: 1440px) {
    .contact .email {
        margin-right: 70px
    }

    .contact .tel {
        margin-right: 30px
    }

    .contact .add {
        margin-right: 100px
    }
}

@media (max-width: 1400px) {
    .contact .email {
        margin-right: 60px
    }

    .contact .add {
        margin-right: 90px
    }

    .message {
        width: 590px
    }

    .message ul {
        width: 485px
    }
}

@media (max-width: 1366px) {
    .contact .email {
        margin-right: 40px
    }

    .contact .tel {
        margin-right: 30px
    }

    .contact .add {
        margin-right: 50px
    }
}

@media (max-width: 1280px) {
    .message {
        width: 540px
    }

    .message ul {
        width: 430px
    }
}

@media (max-width: 1260px) {
    .message {
        width: 100%;
        position: relative
    }

    .message ul {
        width: 100%;
        padding-right: 114px
    }

    .message .message-submit {
        position: absolute;
        top: 8px;
        right: 0
    }

    .contact .add {
        width: 33.333333%;
        margin-right: 0;
        text-align: center
    }

    .contact .tel {
        width: 33.333333%;
        margin-right: 0;
        text-align: center
    }

    .contact .email {
        width: 33.333333%;
        margin-right: 0;
        text-align: center
    }
}

@media (max-width: 768px) {
    .contact {
        padding: 25px 0;
        margin-top:60px;
    }

    #map {
        height: 250px
    }
}

@media (max-width: 500px) {
    .contact .add {
        width: 100%;
        text-align: left
    }

    .contact .tel {
        width: 100%;
        text-align: left
    }

    .contact .email {
        width: 100%;
        text-align: left
    }

    .contact .add span {
        font-size: 18px;
        margin-bottom: 5px
    }

    .contact .tel span {
        font-size: 18px;
        margin-bottom: 5px
    }

    .contact .email span {
        font-size: 18px;
        margin-bottom: 5px
    }

    .contact .add p {
        font-size: 14px
    }

    .contact .tel p {
        font-size: 14px
    }

    .contact .email p {
        font-size: 14px
    }
}

@media (max-width: 414px) {
    .message ul li {
        width: 100%;
        padding-right: 0
    }

    .message ul {
        width: 100%;
        padding-right: 0
    }

    .message .message-submit {
        position: relative;
        top: 8px;
        right: 0;
        width: 100%
    }

    .message .message-submit input {
        float: left;
        margin-right: 5px
    }
}

.footer {
    padding: 15px 0;
    overflow: hidden;
    background: #f0f0f0;
    position: relative;
    z-index: 1
}

.footer .footer-left {
    float: left
}

.footer .footer-left ul li {
    float: left;
    line-height: 30px;
    padding-right: 22px;
    margin-right: 22px;
    background: url("../images/line2.jpg") no-repeat center right
}

.footer .footer-left ul li a {
    color: #333;
    font-size: 14px
}

.footer .footer-left ul li a:hover {
    color: #e3472e
}

.footer .footer-right {
    float: right;
    line-height: 30px;
    color: #333
}



.case .case-top ul {
    margin: 0 auto;
    text-align: center;
    padding: 10px 0
}

.case .case-top ul li {
    display: inline-block;
    line-height: 30px;
    margin: 0 14px
}

.case .case-top ul .active {
    font-weight: bold
}

.case-list {
    overflow: hidden
}

.case-list li {
    float: left;
    width: 25%;
    transition: .5s
}

.case-list li .pic img {
    transition: .5s;
    width: 100%;
}

.case-list li .pic:after {
    padding-bottom: 70%
}

.case-list li .case-info {
    padding: 20px 5px;
    text-align: center;
    transition: .5s
}

.case-list li .case-info span {
    display: block;
    font-size: 16px !important;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.case-list li .case-info p {
    font-size: 16px !important;
    color: #333;
    font-family: arial;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.case-list li:hover .pic img {
    transform: scale(1.05)
}

.case-list li:hover .case-info {
    background: #e3472e
}

.case-list li:hover .case-info span {
    color: #fff
}

.case-list li:hover .case-info p {
    color: #fff
}

.home-inmain {
    min-height: 400px
}

.case-show {
    padding-bottom: 100px;
    overflow: hidden
}

.case-show .case-p {
    padding: 40px 0;
    text-align: center;
}

.case-show .page {
    margin: 0 auto
}

.related-case .related-title {
    padding: 27px 0;
    background: #f0f0f0;
    overflow: hidden
}

.related-case .related-title p {
    font-size: 30px;
    text-align: center;
    color: #333
}

.related-case .related-title p b {
    font-weight: normal;
    font-family: arial;
    color: #e3472e;
    text-transform: uppercase
}

.related-case .case-list {
    overflow: hidden;
    position: relative
}

.related-case .case-list .slick-prev {
    background: url("../images/prev.png") no-repeat center center;
    left: 20px;
    width: 50px;
    height: 50px;
    z-index: 5;
    margin-top: -50px
}

.related-case .case-list .slick-prev:before {
    content: ""
}

.related-case .case-list .slick-next {
    background: url("../images/next.png") no-repeat center center;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 5;
    margin-top: -50px
}

.related-case .case-list .slick-next:before {
    content: ""
}

@media (max-width: 1400px) {
    .related-case .case-list .slick-next {
        margin-top: -80px
    }

    .related-case .case-list .slick-prev {
        margin-top: -80px
    }
}

@media (max-width: 1024px) {
    .case-list li {
        width: 33.33333333%
    }
}

@media (max-width: 768px) {
    .case-list li {
        width: 50%
    }

    .case-list li .case-info {
        padding: 10px 5px
    }

    .case-list li .case-info p {
        font-size: 14px !important
    }
}

@media (max-width: 500px) {
    .case-list li .case-info span {
        font-size: 15px !important
    }

    .case-list li .case-info p {
        font-size: 14px !important
    }
}

@media (max-width: 768px) {
    .inbanner1 {
        margin-top: 60px
    }

    .inbanner1 .inbanner-slick1 .inbanner-info h3 {
        font-size: 20px
    }

    .case-show{
        padding-bottom:0;
    }

    .inbanner1 .inbanner-slick1 .inbanner-info {
        padding:30px 0;
    }
    .page{
        display: none;
    }
    .related-case .related-title p {
        font-size: 24px
    }
}

@media (max-width: 500px) {
    .related-case .case-list .slick-next {
        margin-top: -55px
    }
    .inbanner1 .inbanner-slick1 .inbanner-info{
        text-align: left;
        padding:30px 10px;
    }
    .related-case .case-list .slick-prev {
        margin-top: -55px
    }

    .related-case .related-title p {
        font-size: 20px
    }
}

.news {
    overflow: hidden;
    position: relative
}

.news .inside-aside {
    position: absolute;
    background: #f8f8f8;
    left: 0;
    top: 0;
    width: 34.3%;
    padding-left: 11%;
    padding-top: 50px
}

.news .inside-aside .inside-title {
    font-size: 30px;
    color: #e3472e;
    line-height: 50px;
    overflow: hidden;
    margin-right: 60px;
    background: url("../images/bg1.jpg") repeat-x center left
}

.news .inside-aside .inside-title h3 {
    font-weight: normal;
    float: left;
    margin-right: 15px;
    font-size: 30px
}

.news .inside-aside .inside-title span {
    text-transform: uppercase;
    display: block;
    float: left;
    font-family: arial
}

.news .inside-aside ul {
    margin-top: 50px;
    overflow: hidden;
    padding-right: 60px
}

.news .inside-aside ul li {
    border-bottom: 1px dashed #d4d4d5;
    padding-bottom: 23px;
    margin-bottom: 25px
}

.news .inside-aside ul li h3 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.news .inside-aside ul li span {
    display: block;
    font-size: 14px;
    color: #999;
    font-family: arial
}

.news .inside-aside ul li:hover a h3 {
    color: #e3472e
}

.news .asideFixed {
    left: 0;
    top: 0;
    position: fixed
}

.news .asideBottom {
    top: auto;
    bottom: 0;
    position: absolute
}

.news .news-list {
    float: right;
    width: 68.7%;
    background: #fff
}

.news .news-list li a {
    padding-top: 55px;
    display: block
}

.news .news-list li:hover .news-info h3 {
    color: #e3472e
}

.news .news-list li:hover .news-info b {
    color: #e3472e
}

.news .news-list li:hover .pic img {
    transform: scale(1.05)
}

.news .news-list .news-info {
    padding: 0 60px;
    margin-bottom: 56px;
    overflow: hidden
}

.news .news-list .news-info h3 {
    font-size: 30px;
    color: #333;
    font-weight: normal;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.news .news-list .news-info span {
    font-size: 14px;
    color: #999;
    font-family: arial;
    margin-bottom: 19px;
    display: block
}

.news .news-list .news-info p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    overflow: hidden;
    height: 52px;
    margin-bottom: 35px
}

.news .news-list .news-info b {
    font-size: 14px;
    color: #333;
    background: url("../images/more.png") no-repeat center right;
    padding-right: 22px
}

.news .news-list .pic img {
    transition: .5s
}

.news .news-list .pic:after {
    padding-bottom: 33.6%
}

.news .news-show {
    float: right;
    width: 70.3%;
    padding: 55px 0 80px 60px
}

.news .news-show .news-h1 {
    font-size: 30px;
    color: #333;
    font-weight: normal;
    margin-bottom: 28px
}

.news .news-show .news-h2 {
    font-size: 14px;
    color: #999;
    font-weight: normal;
    padding-bottom: 12px;
    border-bottom: 1px dashed #bfbfbf
}

.news .news-show .news-p {
    padding: 41px 0;
    overflow: hidden;
    font-size: 15px;
    color: #666;
    line-height: 30px
}

.news .news-show .page {
    margin-top: 0
}

@media (max-width: 1600px) {
    .news .news-list {
        width: 63.7%
    }

    .news .inside-aside ul li:nth-child(n+8) {
        display: none
    }

    .news {
        background: #f8f8f8
    }
}

@media (max-width: 1440px) {
    .news .news-list {
        width: 63.7%
    }

    .news .inside-aside {
        padding-left: 5%
    }

    .news .news-show {
        background: #fff;
        width: 67.3%
    }
}

@media (max-width: 1280px) {
    .news .inside-aside .inside-title {
        margin-right: 30px
    }

    .news .inside-aside ul {
        padding-right: 30px
    }

    .news .news-list .news-info {
        padding: 0 30px;
        margin-bottom: 30px
    }
}

@media (max-width: 768px) {
    .news{
        margin-top:60px;
    }
    .news .inside-aside {
        display: none
    }

    .news .news-list {
        width: 100%
    }

    .news .news-list .news-info h3 {
        font-size: 24px
    }

    .news .news-list li a {
        padding-top: 25px
    }

    .news .news-list .news-info p {
        margin-bottom: 10px
    }

    .news .news-list .news-info {
        padding: 0 10px;
        margin-bottom: 15px
    }

    .news .news-show {
        background: #fff;
        width: 100%;
        padding: 25px 10px 25px 10px
    }

    .news .news-show .news-h1 {
        font-size: 24px
    }
}

@media (max-height: 768px) {
    .news .inside-aside ul li:nth-child(n+7) {
        display: none
    }
}

@media (max-width: 414px) {
    .news .news-list .news-info h3 {
        font-size: 20px
    }

    .news .news-show .news-h1 {
        font-size: 20px
    }
}

.about1 {
    padding: 47px 0 51px 0;
    text-align: center;
    background: #e3472e
}

.about1 h3 {
    font-size: 40px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 16px
}

.about1 p {
    font-size: 20px;
    color: #fff
}

@font-face {
    font-family: "Brig";
    src: url("../font/Brig.woff2") format("woff2"), url("../font/Brig.woff") format("woff"), url("../font/Brig.ttf") format("truetype"), url("../font/Brig.eot") format("embedded-opentype"), url("../font/Brig.svg") format("svg")
}

.about2 {
    position: relative;
    overflow: hidden
}

.about2 .container {
    position: relative;
    z-index: 3
}

.about2 .about-left {
    width: 50%;
    float: left;
    padding-right: 100px;
    padding-top: 90px;
    padding-bottom: 90px
}

.about2 .about-left h3 {
    font-size: 30px;
    color: #333;
    font-weight: normal;
    margin-bottom: 23px
}

.about2 .about-left p {
    line-height: 32px;
    font-size: 14px;
    color: #666
}

.about2 .about-right {
    width: 50%;
    float: left;
    padding-left: 100px;
    padding-top: 90px;
    padding-bottom: 90px
}

.about2 .about-right h3 {
    font-size: 30px;
    color: #e3472e;
    font-weight: normal;
    margin-bottom: 23px
}

.about2 .about-right p {
    line-height: 32px;
    font-size: 14px;
    color: #666
}

.about2:before {
    background: #e9e9ea;
    content: "";
    display: block;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 745px
}

.about2:after {
    background: #fff;
    content: "";
    display: block;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    height: 745px
}

.about3 {
    overflow: hidden
}

.about3 .about31 {
    width: 50%;
    float: left
}

.about3 .about31 .pic:after {
    padding-bottom: 43.75%
}

.about3 .about32 {
    width: 50%;
    float: left;
    background: #e3472e
}

.about3 .about32 .pic {
    width: 50%;
    float: right
}

.about3 .about32 .pic:after {
    padding-bottom: 87.5%
}

.about3 .about32 .about-32-info {
    width: 50%;
    color: #fff;
    padding: 110px 44px 0 44px;
    float: left
}

.about3 .about32 .about-32-info span {
    font-size: 30px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 23px
}

.about3 .about32 .about-32-info span b {
    font-weight: normal;
    font-family: arial
}

.about3 .about32 .about-32-info p {
    line-height: 32px;
    height: 64px;
    overflow: hidden
}

.about3 .about33 {
    width: 50%;
    float: left;
    background: #ffae00
}

.about3 .about33 .pic {
    width: 50%;
    float: left
}

.about3 .about33 .pic:after {
    padding-bottom: 87.5%
}

.about3 .about33 .about-33-info {
    width: 50%;
    color: #fff;
    padding: 110px 44px 0 44px;
    float: left
}

.about3 .about33 .about-33-info span {
    font-size: 30px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 23px
}

.about3 .about33 .about-33-info span b {
    font-weight: normal;
    font-family: arial
}

.about3 .about33 .about-33-info p {
    line-height: 32px;
    height: 64px;
    overflow: hidden
}

.about3 .about34 {
    width: 50%;
    float: left;
    background: #4bb4e6
}

.about3 .about34 .pic {
    width: 50%;
    float: left
}

.about3 .about34 .pic:after {
    padding-bottom: 87.5%
}

.about3 .about34 .about-34-info {
    width: 50%;
    color: #fff;
    padding: 110px 44px 0 44px;
    float: left
}

.about3 .about34 .about-34-info span {
    font-size: 30px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 23px
}

.about3 .about34 .about-34-info span b {
    font-weight: normal;
    font-family: arial
}

.about3 .about34 .about-34-info p {
    line-height: 32px;
    height: 64px;
    overflow: hidden
}

.about-num {
    background: url("../images/inbanner04.jpg") no-repeat center center;
    height: 400px;
    width: 100%;
    padding-top: 126px
}

.about-num ul li {
    width: 20%;
    background: url("../images/line4.png") no-repeat center right;
    float: left;
    text-align: center;
    color: #fff
}

.about-num ul li .pic {
    height: 50px
}

.about-num ul li h3 {
    font-size: 30px
}

.about-num ul li span {
    font-size: 50px;
    font-family: 'Brig';
    padding-right: 5px
}

.about-num ul li span b {
    font-size: 50px
}

.about-num ul li p {
    font-size: 16px
}

@media (max-width: 1366px) {
    .about3 .about33 .about-33-info {
        padding: 70px 44px 0 44px
    }

    .about3 .about32 .about-32-info {
        padding: 70px 44px 0 44px
    }

    .about3 .about34 .about-34-info {
        padding: 70px 44px 0 44px
    }
}

@media (max-width: 1260px) {
    .about3 .about33 .about-33-info {
        padding: 70px 20px 0 20px
    }

    .about3 .about32 .about-32-info {
        padding: 70px 20px 0 20px
    }

    .about3 .about34 .about-34-info {
        padding: 70px 20px 0 20px
    }
}

@media (max-width: 1200px) {
    .home-liucheng .liucheng-right .slick-prev {
        left: -350px
    }
}

@media (max-width: 1024px) {
    .about3 .about33 .about-33-info {
        padding: 30px 20px 0 20px
    }

    .about3 .about32 .about-32-info {
        padding: 30px 20px 0 20px
    }

    .about3 .about34 .about-34-info {
        padding: 30px 20px 0 20px
    }

    .about3 .about32 .about-32-info span {
        font-size: 24px
    }

    .about3 .about33 .about-33-info span {
        font-size: 24px
    }

    .about3 .about34 .about-34-info span {
        font-size: 24px
    }
}

@media (max-width: 768px) {
    .about2:before, .about2:after {
        display: none
    }

    .about2 .about-left {
        width: 100%;
        padding: 25px;
        background: #e9e9ea
    }

    .about2 .about-right {
        width: 100%;
        padding: 25px
    }

    .about3 .about31 {
        width: 100%
    }

    .about3 .about32 {
        width: 100%
    }

    .about3 .about33 {
        width: 100%
    }

    .about3 .about34 {
        width: 100%
    }

    .about-num {
        text-align: center;
        margin: 60px auto 0 auto;
        padding-top: 20px;
        height:auto;
        overflow: hidden;
    }

    .about-num ul li {
        width: 33.3333333%;
        margin-bottom: 10px;
        background: none;
    }
    .about-num ul li h3{
        font-size:16px;
        font-weight: normal;
    }
    .about-num ul li span{
        font-size:18px;
    }
    .about-num ul li p{
        font-size:12px;
    }
    .about-num ul li .pic{
        height:30px;
    }
    .about1 {
        padding: 20px 0
    }

    .about1 h3 {
        font-size: 30px
    }

    .about1 p {
        font-size: 18px
    }

    .about2 .about-left h3 {
        font-size: 24px;
        margin-bottom: 10px
    }

    .about2 .about-right h3 {
        font-size: 24px;
        margin-bottom: 10px
    }
    #floatbox{
        display: none;
    }

}

@media (max-width: 500px) {
    .about-num {
        text-align: center;
        padding-top: 15px
    }

    .about-num ul li {
        display: block;
        text-align: center;
        float: left;
    }



    .about1 h3 {
        font-size: 18px
    }

    .about1 p {
        font-size: 14px
    }
}

@media (max-width: 414px) {
    .about3 .about32 .pic {
        width: 100%
    }

    .about3 .about33 .pic {
        width: 100%
    }

    .about3 .about34 .pic {
        width: 100%
    }

    .about3 .about32 .about-32-info {
        width: 100%;
        padding: 15px
    }

    .about3 .about33 .about-33-info {
        width: 100%;
        padding: 15px
    }

    .about3 .about34 .about-34-info {
        width: 100%;
        padding: 15px
    }
}

.service-wrap {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden
}

.service-wrap-inner {
    width: 100%;
    height: 100%
}

.service-wrap1 .image-wrap img, .service-wrap2 .image-wrap img, .service-wrap3 .image-wrap img, .service-wrap4 .image-wrap img, .service-wrap5 .image-wrap img, .service-wrap6 .image-wrap img {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: none
}

.service-wrap .text-wrap {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%
}

.service-wrap .text-wrap ul li {
    float: left;
    border: 1px solid #4d4c4e;
    margin-top: -1px;
    margin-left: -1px;
    padding: 20px;
    width: 25%;
    text-align: center
}

.service-wrap .text-wrap ul li .pic {
    height: 50px
}

.service-wrap .text-wrap ul li H3 {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal
}

.service-wrap .container2 {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 78%;
    margin-left: -36.5%;
    transform: translateY(-50%)
}

.service-wrap .text-wrap .text-inner {
    width: 33%
}

.service-wrap1 .text-wrap .text-inner {
    padding-top: 70px
}

.service-wrap.service-wrap2 .text-wrap .text-inner, .service-wrap.service-wrap4 .text-wrap .text-inner, .service-wrap.service-wrap6 .text-wrap .text-inner {
    float: right
}

.service-wrap .text-wrap .title {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap
}

.service-wrap1 .text-wrap .title, .service-wrap3 .text-wrap .title, .service-wrap5 .text-wrap .title {
    color: #333
}

.service-wrap .text-wrap .line {
    display: block;
    width: 45px;
    height: 5px;
    margin: 28px 0 23px;
    background: #fff
}

.service-wrap1 .text-wrap .line, .service-wrap3 .text-wrap .line, .service-wrap5 .text-wrap .line {
    background: #333
}

.service-wrap .text-wrap .descrition {
    margin-bottom: 75px;
    font-size: 16px;
    color: #fff;
    line-height: 36px
}

.service-wrap .text-wrap .more-wrap {
    height: 60px
}

.service-wrap .normal-more-wrap3 {
    width: 215px;
    height: 58px;
    line-height: 58px;
    color: #fff
}

.normal-more-wrap3 .more {
    line-height: 54px
}

.service-wrap1 .text-wrap .descrition, .service-wrap3 .text-wrap .descrition, .service-wrap5 .text-wrap .descrition {
    color: #333
}

.service-wrap1 .normal-more-wrap3, .service-wrap3 .normal-more-wrap3, .service-wrap5 .normal-more-wrap3 {
    border-color: #333
}

.service-wrap1 .normal-more-wrap3:hover, .service-wrap3 .normal-more-wrap3:hover, .service-wrap5 .normal-more-wrap3:hover {
    background: #333
}

.service-wrap1 .normal-more-wrap3 .more, .service-wrap3 .normal-more-wrap3 .more, .service-wrap5 .normal-more-wrap3 .more {
    color: #333
}

.service-wrap1 .normal-more-wrap3:hover .more, .service-wrap3 .normal-more-wrap3:hover .more, .service-wrap5 .normal-more-wrap3:hover .more {
    color: #fff
}

.service-wrap3 .title, .service-wrap3 .line, .service-wrap3 .descrition, .service-wrap3 .more-wrap, .service-wrap5 .title, .service-wrap5 .line, .service-wrap5 .descrition, .service-wrap5 .more-wrap, .service-wrap6 .title, .service-wrap6 .line, .inner-banner-title, .normal-inner-banner .descrition, .left-text-banner .inner-banner-title1, .left-text-banner .inner-line, .left-text-banner .inner-banner-title2, .ourwork-pc-title .title, .ourwork-pc-title .line {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 1s cubic-bezier(0.42, 0, 0.58, 1) 0s
}

.service-wrap3 .title, .service-wrap3 .line, .service-wrap3 .descrition, .service-wrap3 .more-wrap, .service-wrap5 .title, .service-wrap5 .line, .service-wrap5 .descrition, .service-wrap5 .more-wrap, .service-wrap6 .title, .service-wrap6 .line, .inner-banner-title, .normal-inner-banner .descrition {
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px)
}

.service-wrap2 .title, .service-wrap2 .line, .service-wrap2 .descrition, .service-wrap2 .more-wrap, .service-wrap4 .title, .service-wrap4 .line, .service-wrap4 .descrition, .service-wrap4 .more-wrap {
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px)
}

.service-wrap .title, .inner-banner-title, .left-text-banner .inner-banner-title1 {
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 1s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    -webkit-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 1s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    -moz-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 1s cubic-bezier(0.42, 0, 0.58, 1) 0s
}

.ourwork-pc-title .line, .service-wrap .line {
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) .3s, opacity 1s cubic-bezier(0.42, 0, 0.58, 1) .3s;
    -webkit-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) .3s, opacity 1s cubic-bezier(0.42, 0, 0.58, 1) .3s;
    -moz-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) .3s, opacity 1s cubic-bezier(0.42, 0, 0.58, 1) .3s
}

.service-wrap .descrition, .normal-inner-banner .descrition, .left-text-banner .inner-line {
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) .5s, opacity 1s cubic-bezier(0.42, 0, 0.58, 1) .5s;
    -webkit-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) .5s, opacity 1s cubic-bezier(0.42, 0, 0.58, 1) .5s;
    -moz-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) .5s, opacity 1s cubic-bezier(0.42, 0, 0.58, 1) .5s
}

.service-wrap .more-wrap, .left-text-banner .inner-banner-title2 {
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) .7s, opacity 1s cubic-bezier(0.42, 0, 0.58, 1) .7s;
    -webkit-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) .7s, opacity 1s cubic-bezier(0.42, 0, 0.58, 1) .7s;
    -moz-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) .7s, opacity 1s cubic-bezier(0.42, 0, 0.58, 1) .7s
}

.active .ourwork-pc-title .line, .active .ourwork-pc-title .title, .service-wrap.active .title, .service-wrap.active .line, .service-wrap.active .descrition, .service-wrap.active .more-wrap, .active .inner-banner-title, .normal-inner-banner.active .descrition, .left-text-banner.active .inner-banner-title1, .left-text-banner.active .inner-line, .left-text-banner.active .inner-banner-title2 {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: none
}

.normal-more-wrap3 {
    position: relative;
    display: block;
    width: 150px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    border-radius: 50px;
    border: 2px solid #fff;
    transition: all .4s ease-in-out
}

#fp-nav {
    display: none
}

.normal-more-wrap3:hover {
    background: #fff;
    color: #333
}

@media (max-width: 1600px) {
    .service-wrap .text-wrap .text-inner {
        width: 40%
    }
}

@media (max-width: 1360px) {
    .service-wrap .text-wrap .text-inner {
        width: 50%
    }
}

@media (max-width: 1024px) {
    .service-wrap .text-wrap .text-inner {
        width: 60%
    }
}

@media (max-width: 768px) {
    .service-wrap1 .image-wrap img, .service-wrap2 .image-wrap img, .service-wrap3 .image-wrap img, .service-wrap4 .image-wrap img, .service-wrap5 .image-wrap img, .service-wrap6 .image-wrap img {
        left: -25%;
        width: auto
    }
    .service-wrap3 .title, .service-wrap3 .line, .service-wrap3 .descrition, .service-wrap3 .more-wrap, .service-wrap5 .title, .service-wrap5 .line, .service-wrap5 .descrition, .service-wrap5 .more-wrap, .service-wrap6 .title, .service-wrap6 .line, .inner-banner-title, .normal-inner-banner .descrition, .left-text-banner .inner-banner-title1, .left-text-banner .inner-line, .left-text-banner .inner-banner-title2, .ourwork-pc-title .title, .ourwork-pc-title .line {
        opacity: 1;
        filter: alpha(opacity=1);
        transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 1s cubic-bezier(0.42, 0, 0.58, 1) 0s
    }
    .service-wrap3 .title, .service-wrap3 .line, .service-wrap3 .descrition, .service-wrap3 .more-wrap, .service-wrap5 .title, .service-wrap5 .line, .service-wrap5 .descrition, .service-wrap5 .more-wrap, .service-wrap6 .title, .service-wrap6 .line, .inner-banner-title, .normal-inner-banner .descrition{
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
.service-wrap1{
    margin-top:60px;
  background:#f9f9f9 url("../images/service_bg1.jpg") no-repeat 60% bottom;
  background-size:1360px;
}
.service-wrap1   .image-wrap{
    display: none;
}
    .service-wrap .text-wrap .text-inner {
        width: 100%;
        padding: 0 20px 0 20px
    }

    .service-wrap .text-wrap .title {
        font-size: 32px
    }

    .service-wrap .container2 {
        position: absolute;
        left: 0;
        width: 100%;
        margin-left: 0
    }

    .service-wrap .text-wrap .line {
        margin: 15px 0 15px;
        height: 3px
    }

    .service-wrap .normal-more-wrap3 {
        width: 150px;
        height: 40px;
        line-height: 38px
    }

    .service-wrap .text-wrap .more-wrap {
        height: 40px
    }

    .normal-more-wrap3 .more {
        line-height: 40px
    }
    .footer{
        margin-bottom:54px;
    }
    .footer .footer-left {
        float: none;
        display: none;
        text-align: center
    }

    .footer .footer-left ul li {
        display: inline-block;
        text-align: center;
        float: none;
        padding-right: 22px;
        margin-right: 0;
        padding-left: 22px
    }

    .footer .footer-right {
        text-align: center;
        float: none
    }
}

@media (max-width: 500px) {
    .service-wrap .text-wrap ul li H3 {
        font-size: 14px
    }

    .service-wrap .text-wrap ul li {
        padding: 10px
    }

    .service-wrap .text-wrap .title {
        font-size: 24px
    }
    .service-wrap1 .image-wrap img, .service-wrap3 .image-wrap img,.service-wrap5 .image-wrap img {
        left: -110%;
        width: auto
    }
}

@media (max-width: 414px) {
    .service-wrap .text-wrap ul li {
        width: 33.3333333%
    }
}

.home-title {
    text-align: center;
    padding: 53px 0 35px 0
}

.home-title h3 {
    color: #e3472e;
    font-size: 40px;
    text-transform: uppercase;
    font-family: arial;
    line-height: 45px
}

.home-title span {
    font-size: 30px;
    color: #333;
    display: block;
    margin-bottom: 10px
}

.home-title p {
    color: #bebebe;
    font-size: 13px;
    text-transform: uppercase;
    font-family: arial
}

.fsbanner {
    position: relative;
    overflow: hidden;
    height: 480px;
    width: 100%;
    background: url("../images/service1.jpg") no-repeat center center
}

.fsbanner .pic {
    height: 480px
}

.fsbanner .list {
    font-size: 14px;
    width: 25%;
    float: left;
    height: 480px;
    display: inline-block;
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 33px 27px;
    border-right: 1px solid #fff;
    transition: all 200ms cubic-bezier(0.645, 0.575, 0.09, 1);
    cursor: default;
    color: #fff;
    text-align: center
}

.fsbanner .list span {
    font-size: 16px;
    display: none;
    border: 1px solid #fff;
    width: 137px;
    height: 40px;
    line-height: 38px;
    background: url("../images/more1.png") no-repeat 90px center;
    padding-left: 10px;
    margin-top: 100px
}

.fsbanner .list span:hover {
    border: 1px solid #333;
    background: #333 url("../images/more1.png") no-repeat 90px center
}

.fsbanner .list span a {
    color: #fff;
    display: block
}

.fsbanner .list h3 {
    font-size: 24px
}

.fsbanner .list b {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    font-family: arial
}

.fsbanner .list .proinfo {
    display: none;
    margin-top: 42px;
    height: 72px;
    overflow: hidden;
    line-height: 24px
}

.fsbanner .other {
    width: 17%
}

.fsbanner .active {
    width: 49%;
    text-align: left
}

.fsbanner .active .proinfo {
    display: block
}

.fsbanner .active span {
    display: block
}

.home-liucheng {
    padding-top: 87px;
    overflow: hidden;
    position: relative;
    background: #fff;
    height: 367px
}

.home-liucheng .liucheng-left {
    float: left;
    padding-top: 4px;
    padding-right: 23px;
    padding-bottom: 33px;
    border-bottom: 3px solid #e3472e
}

.home-liucheng .liucheng-left span {
    font-size: 30px;
    color: #333;
    margin-bottom: 10px;
    display: block
}

.home-liucheng .liucheng-left p {
    color: #bebebe;
    font-size: 13px;
    text-transform: uppercase;
    font-family: arial
}

.home-liucheng .liucheng-right {
    position: absolute;
    top: 87px;
    right: 0;
    width: 70%
}

.home-liucheng .liucheng-right .slick-prev:before, .home-liucheng .liucheng-right .slick-next:before {
    content: ""
}

.home-liucheng .liucheng-right .slick-prev {
    left: -360px;
    background: url("../images/left1.png") no-repeat center center;
    width: 27px;
    height: 27px;
    z-index: 2;
    top: 165px
}

.home-liucheng .liucheng-right .slick-prev:hover {
    background: url("../images/left1h.png") no-repeat center center
}

.home-liucheng .liucheng-right .slick-next {
    left: -315px;
    background: url("../images/right1.png") no-repeat center center;
    width: 27px;
    height: 27px;
    z-index: 2;
    top: 165px;
    right: auto
}

.home-liucheng .liucheng-right .slick-next:hover {
    background: url("../images/right1h.png") no-repeat center center
}

.home-liucheng .liucheng-right ul {
    background: url("../images/line3.jpg") repeat-x left 46px;
    margin-right: -50px;
    height: 200px;
    overflow: hidden
}

.home-liucheng .liucheng-right ul li {
    text-align: center;
    margin: 0 auto;
    background: url("../images/dot.jpg") no-repeat right 46px
}

.home-liucheng .liucheng-right ul li span {
    display: block;
    width: 95px;
    height: 93px;
    text-align: center;
    line-height: 93px;
    font-size: 30px;
    color: #e3472e;
    background: url("../images/num.jpg") no-repeat center center;
    margin: 0 auto 25px auto
}

.home-liucheng .liucheng-right ul li h3 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    margin-bottom: 10px
}

.home-liucheng .liucheng-right ul li p {
    line-height: 22px;
    height: 44px;
    padding: 0 10px;
    overflow: hidden;
    margin: 0 auto
}

.home-case .home-title {
    background: #f0f0f0;
    padding-bottom: 55px
}

.home-case .case-top {
    overflow: hidden;
    background: #383838
}

.home-case .case-top ul {
    margin: 0 auto;
    text-align: center;
    padding: 10px 0
}

.home-case .case-top ul li {
    display: inline-block;
    line-height: 30px;
    margin: 0 14px
}

.home-case .case-top ul li a {
    color: #999
}

.home-case .case-top ul .sel {
    font-weight: bold
}

.home-case .case-top ul .sel a {
    color: #fff
}

.home-case .case-show {
    padding-bottom: 0
}

.home-case .case-show ul {
    display: none
}

.home-case .case-show ul li .case-info {
    padding: 17px 0
}

.home-partner {
    background-image: url(../images/bg-lanyisk.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 99px 0 108px 0;
    text-align: center
}

.home-partner h3 {
    font-size: 36px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 4px
}

.home-partner span {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    display: block
}

.home-partner a {
    font-size: 20px;
    border: 2px solid #fff;
    width: 215px;
    height: 46px;
    color: #fff;
    font-weight: bold;
    line-height: 44px;
    background: url("../images/more2.png") no-repeat 133px center;
    padding-left: 31px;
    text-align: left;
    display: block;
    margin: 58px auto 0 auto;
    transition: .5s
}

.home-partner a:hover {
    border: 2px solid #333;
    background: #333 url("../images/more2.png") no-repeat 133px center
}

.home-service1 {
    padding-bottom: 47px;
    background: url("../images/bg.jpg") repeat center center
}

.home-service1 .service-bottom {
    text-align: center
}

.home-service1 .service-bottom .service-left {
    display: inline-block;
    vertical-align: top;
    padding-top: 36px
}

.home-service1 .service-bottom .service-left h3 {
    text-align: right;
    color: #333;
    font-size: 16px
}

.home-service1 .service-bottom .service-left p {
    font-size: 16px;
    color: #333
}

.home-service1 .service-bottom .service-pic {
    display: inline-block;
    margin: 0 20px
}

.home-service1 .service-bottom .service-right {
    display: inline-block;
    vertical-align: top;
    padding-top: 36px
}

.home-service1 .service-bottom .service-right h3 {
    text-align: left;
    color: #333;
    font-size: 16px
}

.home-service1 .service-bottom .service-right p {
    font-size: 16px;
    color: #333
}

.home-news {
    overflow: hidden
}

.home-news .news-bottom {
    margin-top: 20px;
    overflow: hidden;
    padding: 60px 0 40px 0;
    background: url("../images/news.jpg") no-repeat bottom center
}

.home-news ul {
    margin: 0 -10px;
    overflow: hidden
}

.home-news ul li {
    width: 33.333333%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 10px
}

.home-news ul li a {
    color: #fff;
    border: 1px solid #fff;
    display: block;
    padding-bottom: 21px;
    height: 140px
}

.home-news ul li .news-info {
    border: 0;
    height: 140px
}

.home-news ul li span {
    font-size: 13px;
    text-align: center;
    display: block;
    padding-top: 40px;
    margin-top: 24px;
    background: url("../images/date.png") no-repeat top center;
    font-family: arial;
    transition: .5s
}

.home-news ul li h3 {
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .5s
}

.home-news ul li p {
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    padding: 0 50px;
    margin-top: 14px;
    display: none;
    transition: .5s
}

.home-news ul li:hover .news-info {
    border: 1px solid #fff;
    padding-top:20px;
}

.home-news ul li:hover span {
    display: none
}

.home-news ul li:hover p {
    display: block
}

.home-news ul li:hover h3 {
}

.home-top {
    padding-top: 14px;
    height: 81px;
    text-align: center;
    background: url("../images/arrow.png") no-repeat top center;
    margin-top: -14px
}

.home-top a {
    color: #e3472e;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding-top: 30px;
    background: url("../images/top.png") no-repeat top center
}

@media (max-width: 1440px) {
    .home-liucheng .liucheng-right {
        width: 100%;
        padding-left: 240px
    }

    .home-liucheng .liucheng-right .slick-prev {
        left: 10px
    }

    .home-liucheng .liucheng-right .slick-next {
        left: 45px
    }
}

@media (max-width: 768px) {
    .home-liucheng {
        padding-top: 30px;
        height: 250px
    }
    .home-liucheng .liucheng-right ul{
        background: url(../images/line3.jpg) repeat-x left 28px;
    }
    .home-liucheng .liucheng-right ul li{
        background: url(../images/dot.jpg) no-repeat right 28px;
    }
    .home-liucheng .liucheng-right {
        top: 30px
    }
    .home-liucheng .liucheng-right ul li span{
        background-size: 70px;
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 24px;
        margin-bottom:10px;
    }
    .home-liucheng .liucheng-right ul li h3{
        font-size:14px;
    }
    .home-title {
        padding: 25px 0
    }

    .home-title h3 {
        font-size: 30px
    }

    .home-title span {
        font-size: 22px
    }

    .home-case .home-title {
        padding: 25px 0
    }

    .home-partner h3 {
        font-size: 28px
    }

    .home-partner a {
        margin-top: 25px;
        font-size: 18px
    }

    .home-partner {
        padding: 70px 0
    }

    .home-news .news-bottom {
        margin-top: 0
    }

    .home-news .news-bottom {
        padding: 30px 0 10px 0
    }

    .home-news ul li p {
        padding: 0 10px
    }

    .home-service1 {
        padding-bottom: 25px
    }

    .fsbanner .list h3 {
        font-size: 18px;
        font-weight: normal
    }

    .fsbanner .list span {
        margin-top: 50px
    }

    .fsbanner {
        height: 350px
    }

    .fsbanner .list {
        padding: 20px 10px
    }
    .home-case .case-top .container1{
        height:45px;
        /* Firefox 4 */
        transition: 0.5s;
    }
    .home-case .case-top ul{
        text-align: left;
        padding-right:20px;
    }
    .home-case .case-top i{
    position: absolute;
    top: 10px;
    right: 5px;
    background:url("../images/jia-1.png") no-repeat center center;
    width: 20px;
    height: 20px;
}
    .home-case .case-top i.active{
        background:url("../images/jian.png") no-repeat center center;
    }


    .case .case-top{
        height:45px;
        /* Firefox 4 */
        transition: 0.5s;
        overflow: hidden;
    }
    .case .case-top ul{
        text-align: left;
        padding-right:20px;
    }
    .case .case-top i{
        position: absolute;
        top: 10px;
        right: 5px;
        background:url("../images/jia-1.png") no-repeat center center;
        width: 20px;
        height: 20px;
    }
    .case .case-top i.active{
        background:url("../images/jian.png") no-repeat center center;
    }

}

@media (max-width: 639px) {
    .fsbanner {
        height: auto;
        background: 0
    }

    .fsbanner .list {
        width: 100%;
        text-align: left;
        height: auto
    }

    .fsbanner .list .proinfo {
        display: block;
        margin-top: 10px
    }

    .fsbanner .list span {
        display: block;
        margin-top: 20px
    }

    .fsbanner .list:first-child {
        background: url("../images/service1.jpg") no-repeat center center
    }

    .fsbanner .list:nth-child(2) {
        background: url("../images/service2.jpg") no-repeat center center
    }

    .fsbanner .list:nth-child(3) {
        background: url("../images/service3.jpg") no-repeat center center
    }

    .fsbanner .list:nth-child(4) {
        background: url("../images/service4.jpg") no-repeat center center
    }
}

@media (max-width: 500px) {
    .home-news ul li {
        width: 100%;
        margin-bottom:10px;
    }
    .home-news ul li span{
        margin-top:10px;
    }
    .home-news ul li .news-info{
        height:100px;
    }
    .home-news ul li:hover span {
        display: block;
        margin-top:10px;

    }
    .home-news ul li:hover .news-info {
        border:none;
        padding-top:0;
    }
    .home-news ul li:hover p {
        display: none
    }
    .home-news ul li a{
        height:auto;
        padding-bottom: 5px;
    }
    .home-news .news-bottom{
        padding:10px 0;
    }
    .home-title h3 {
        font-size: 26px
    }

    .home-title span {
        font-size: 18px
    }

    .home-service1 .service-bottom .service-left {
        padding-top: 0;
        padding-bottom: 10px
    }

    .home-service1 .service-bottom .service-left h3 {
        text-align: center
    }

    .home-service1 .service-bottom .service-right {
        padding-top: 10px
    }

    .home-service1 .service-bottom .service-right h3 {
        text-align: center;
    }

    .home-partner h3 {
        font-size: 22px
    }

    .home-partner a {
        margin-top: 15px
    }

    .home-partner {
        padding: 30px 0
    }

}

@media (max-width: 414px) {
    .home-liucheng{
        height:245px;
    }
    .home-liucheng .liucheng-left {
        width: 100%;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-top:0;
    }
    .home-liucheng .liucheng-right ul{
        margin-right:0;
    }
    .home-liucheng .liucheng-left span {
        font-size: 20px
    }

    .home-liucheng .liucheng-right {
         padding-left:0;
        top: 120px;
    }
    .home-liucheng .liucheng-right .slick-prev{
        right:40px;
        left:auto;
        top: -50px;
    }
    .home-liucheng .liucheng-right .slick-next{
        top: -50px;
        right:10px;
        left:auto;
    }
}

.page1 {
    text-align: center;
    overflow: hidden;
    margin: 20px 0
}

.page1 a {
    display: inline-block;
    line-height: 36px;
    padding: 0 6px;
    height: 36px;
    margin: 0 0 4px 4px;
    font-family: arial;
    font-size: 15px;
    color: #1f1f1f
}

.page1 a:hover {
    text-decoration: underline
}

.page1 .num2 {
    background: url("../images/page1.png") no-repeat center center;
    padding: 0;
    width: 30px;
    vertical-align: middle
}

.page1 .num3 {
    background: url("../images/page2.png") no-repeat center center;
    padding: 0;
    width: 30px;
    vertical-align: middle
}

.page1 .cpb {
    text-decoration: underline
}


#floatbox{
    top:100px !important;
}