.home_banner {
    background-color: #000;
    padding-top: 40px;
    transition: height 0.5s;
}

.home_banner .swiper-container {
    height: 100%;
}

.home_banner .swiper-container .swiperImg {
    display: block;
    height: 100%;
    background-size: cover!important;
}

.home_banner .swiper-container .swiperImg img {
    display: block;
    width: 100%;
    height: 96vh;
}

#main {
    padding-bottom: 0px;
}

#header .headerBottom {
    background: rgba(0, 0, 0, 0.6);
}

#header .headerBottom .navigation li .moren {
    color: #fff;
}


/*#header .headerTop{background-color: unset;}*/

#header .headerBottom .navigation li:hover .moren {
    background: #fff;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    width: 40px;
    height: 60px;
    margin-top: -30px;
    -webkit-transition: all 0.2s ease-out;
    -khtml-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.swiper-button-prev {
    background: url(../image2/swiper_prev.png) center center no-repeat;
    left: 80px;
}

.swiper-button-prev:hover {
    left: 75px;
}

.swiper-button-next {
    background: url(../image2/swiper_next.png) center center no-repeat;
    right: 80px;
}

.swiper-button-next:hover {
    right: 75px;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0);
    box-sizing: border-box;
    border-radius: 20px;
    background: transparent;
    position: relative;
    opacity: 1;
    -webkit-transition: all 0.2s ease-out;
    -khtml-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.swiper-pagination-bullet:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 20px;
    background: #fff;
    position: absolute;
    top: 4px;
    left: 4px;
    -webkit-transition: all 0.2s ease-out;
    -khtml-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.swiper-pagination-bullet-active {
    border: 1px solid #fff;
}

.homeForm {
    background: url(../images/homeFormbg.jpg);
    height: 140px;
    box-sizing: border-box;
    padding: 25px 0px;
    -moz-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
}

.popClose {
    width: 27px;
    height: 27px;
    background: rgba(255, 255, 255, 0.2) url(../images/close.png) no-repeat center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    z-index: 8;
}

.homeForm .formBox .selectBox {
    margin-bottom: 0px;
    height: 45px;
}

.homeForm .formBox .inputBox .Validform_wrong {
    top: 5px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
}

.homeForm .homeFormTop {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin: 0px 50px;
    text-align: center;
}

.homeForm .homeFormTop img {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 2px;
    width: 20px;
    margin-right: 10px;
}

.homeForm .homeFormTop .big {
    margin-left: 15px;
}

.homeForm .homeFormTop .small {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: normal;
    margin-left: 30px;
}

.homeForm .homeFormTop .small .smallBig {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.homeForm .formBox {
    margin-top: 20px;
}

.homeForm .formBox .inputBoxList {
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding: 0px 5px;
}

.homeForm .formBox .inputBoxList select {
    height: 45px;
    box-sizing: border-box;
    margin-bottom: 0px;
    background: #fff;
    width: 100%;
    border: 0px;
    padding: 0px 20px;
    background: url(/template/pc/skin/images/select_xia_on.png) right 15px center no-repeat #fff;
}

.homeForm .formBox .submit {
    height: 44px;
    line-height: 44px;
}

.homeForm .formBox .radioBox {
    margin-bottom: 0px;
}

.homeForm .formBox .inputBox .input {
    border: 1px solid transparent;
}

.homeForm .formBox .inputBox .input.Validform_error {
    border: 1px solid #f28f00;
}

.homeForm .formBox .inputBox {
    margin-bottom: 0px;
    height: 45px;
}

.homeFormblock {
    display: block;
}

.swiper-pagination {
    bottom: 20px!important;
}

.formBox .radioBox label {
    border-right: none;
}

.formBox .radioBox label input:after {
    left: 15px;
}

.formBox .radioBox label input:before {
    left: 15px;
}

.formBox .radioBox label {
    padding-left: 45px;
}

.homeTitle {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 50px;
}

.homeTitle .top {
    font-size: 40px;
    color: #333;
}

.homeTitle .text {
    font-size: 20px;
    color: rgba(17, 17, 17, 0.5);
    margin-top: 20px;
}

.liudatese_swiper .swiper-button-prev {
    background: url(../images/swiper_prev2.png) center center no-repeat;
    left: 5px;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -khtml-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.liudatese_swiper .swiper-button-next {
    background: url(../images/swiper_next2.png) center center no-repeat;
    right: 5px;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -khtml-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.liudatese_swiper .swiper-button-prev:hover {
    opacity: 1;
    left: 0px;
}

.liudatese_swiper .swiper-button-next:hover {
    opacity: 1;
    right: 0px;
}

.liudatese_swiper .swiperImg {
    height: 200px;
    background-size: cover!important;
}

.liudatese_swiper a {
    display: block;
}

.liudatese_swiper .swiperBottom {
    background: #333;
    text-align: center;
    padding: 20px 20px;
    box-sizing: border-box;
    height: 130px;
}

.liudatese_swiper .swiperBottom .top {
    font-size: 18px;
    color: #fff;
}

.liudatese_swiper .swiperBottom .wenzi {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 24px;
    margin-top: 7px;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.vrShijing {
    height: 400px;
    position: relative;
    overflow: hidden;
}

.vrShijing .vrShijingBg {
    height: 100%;
    width: 50%;
    display: block;
    position: relative;
    background-size: cover!important;
}

.vrShijing .vrShijingBg:after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: url(../images/videoPlay.png) center center no-repeat;
    background-size: 60px 60px;
}

.vrShijing .vrShijingContent {
    text-align: center;
    position: absolute;
    width: 50%;
    background: url(../images/qianyue.jpg);
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: 2;
    box-sizing: border-box;
    padding-top: 100px;
}

.vrShijing .vrShijingContent .name {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
}

.vrShijing .vrShijingContent .text {
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
}

.vrShijing .vrShijingContent a {
    display: block;
    width: 150px;
    margin: 0px auto;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    background: #fff;
    color: #333;
    margin-top: 20px;
}

.vrShijing .vrShijingContent a:hover {
    background: #f28f00;
    color: #fff;
}

.index-ys {
    padding-bottom: 80px;
}

.index-ys ul li {
    width: 25%;
    height: 200px;
    float: left;
    text-align: center;
}

.index-ys ul li h6 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    margin-top: 32px;
}

.index-ys ul li h4 {
    font-size: 40px;
    color: #fff;
}

.index-ys ul li div {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    height: 200px;
    background-color: #fff;
}

.index-ys ul li img {
    margin-top: 20px;
}

.index-ys ul li span {
    display: inline-block;
    margin-top: 8px;
    font-size: 20px;
    color: #333;
}

.index-ys ul li .size_bold {
    font-weight: bold;
}

.index-ys ul li p {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    font-size: 15px;
    color: #999;
    line-height: 20px;
}

.index-ys ul li:nth-child(1) {
    background-color: #f28f00;
}

.style_swiper .swiper-container .swiperImg img {
    width: 100%;
    display: block;
}

.style_swiper .swiper-container .style_content {
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-out;
    opacity: 0;
    text-align: center;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
}

.style_swiper .swiper-container .style_content .style_txt {
    padding: 100px 50px;
}

.style_swiper .swiper-container .style_content span {
    font-size: 36px;
    color: #fff;
    display: block;
}

.style_swiper .swiper-container .style_content p {
    font-size: 16px;
    color: #fff;
    margin-top: 50px;
    line-height: 2;
    padding: 0 40px;
    display: block;
    padding-bottom: 60px;
}

.style_swiper .swiper-container:hover .swiper-slide-active .style_content {
    opacity: 1
}

.zxlistContent ul {
    margin-top: 60px;
    margin-bottom: -2%;
}

.zxlistContent ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
    overflow: hidden;
    float: left;
}

.zxlistContent ul li:nth-child(3n) {
    margin-right: 0;
}

.zxlistContent ul li a img {
    transition: all 0.4s ease-out;
    width: 100%;
    display: block;
}

.zxlistContent ul li:hover a img {
    transition: all 0.4s ease-out;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.zxlistContent ul li p {
    position: absolute;
    bottom: 0;
    -webkit-transition: .5s;
    left: 0;
    color: #fff;
    line-height: 30px;
    font-size: 18px;
    padding: 10px 20px;
    text-shadow: 1px 0 5px rgb(0 0 0 / 80%);
}

.s3 {
    height: 950px;
    background: url(../images/s3_bj.jpg) no-repeat center/cover;
    box-sizing: border-box;
}

.s3 .s3_tit .h {
    font-size: 42px;
    color: #222222;
    text-align: center;
    line-height: 52px;
    padding-top: 90px;
    margin-bottom: 38px;
}

.s3 .s3_tit .txt {
    line-height: 28px;
    text-align: center;
    margin-bottom: 75px;
}

.s3 .s3_tit .p {
    font-size: 18px;
    color: #555555;
    text-align: center;
    line-height: 28px;
    margin-bottom: 70px;
}

.s3 .s3_tit .p span {
    font-weight: bold;
}

.s3 .txt_con {
    position: relative;
    margin-top: 100px;
}

.s3 .txt_con .left1 {
    float: left;
    text-align: right;
    width: 24%;
    position: relative;
}

.s3 .txt_con .left1 .pic {
    margin-left: 20px;
    vertical-align: top;
    margin-top: 0;
}

.s3 .txt_con .left1 .item:nth-child(2),
.s3 .txt_con .left1 .item:nth-child(3) {
    margin-right: 60px;
}

.s3 .txt_con .left1 .item,
.s3 .txt_con .right1 .item {
    margin-bottom: 40px;
    cursor: pointer;
}

.s3 .txt_con .left1 .item>div {
    display: inline-block;
}

.s3 .txt_con .left1 .item .txt1 {
    width: calc(100% - 80px);
}

.s3 .txt_con .right1 {
    float: right;
    text-align: left;
    width: 24%;
    position: relative;
}

.s3 .txt_con .right1 .item .txt1 {
    width: calc(100% - 80px);
}

.s3 .txt_con .right1 .pic {
    margin-right: 20px;
    vertical-align: top;
    margin-top: 0;
}

.s3 .txt_con .right1 .item:nth-child(2),
.s3 .txt_con .right1 .item:nth-child(3) {
    margin-left: 60px;
}

.s3 .txt_con .right1 .item>div {
    display: inline-block;
}

.s3 .txt_con .item .txt1 .h {
    font-size: 18px;
    color: #000000;
    line-height: 28px;
    margin: 8px 0 6px 0;
}

.s3 .txt_con .item .txt1 .p {
    font-size: 14px;
    line-height: 30px;
    color: #555555;
    max-height: 60px;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.s3 .txt_con .item:hover .txt1 .p {
    max-height: 150px;
    opacity: 1;
}

.s3 .quan_box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.s3 .quan_box .quan {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    width: 575px;
    zoom: 1;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
}

.s3 .quan_box .quan1 {
    -webkit-animation: warn1 2s linear;
    -moz-animation: warn1 2s linear;
    animation: warn1 2s linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.s3 .quan_box .quan2 {
    -webkit-animation: warn1 2s linear 0.4s;
    -moz-animation: warn1 2s linear 0.4s;
    animation: warn1 2s linear 0.4s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.s3 .quan_box .quan3 {
    -webkit-animation: warn1 2s linear 0.8s;
    -moz-animation: warn1 2s linear 0.8s;
    animation: warn1 2s linear 0.8s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.s3 .quan_box .quan4 {
    -webkit-animation: warn1 2s linear 1.2s;
    -moz-animation: warn1 2s linear 1.2s;
    animation: warn1 2s linear 1.2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.s3 .quan_box .quan5 {
    -webkit-animation: warn1 2s linear 1.6s;
    -moz-animation: warn1 2s linear 1.6s;
    animation: warn1 2s linear 1.6s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.s3 .quan_box .quan6 {
    -webkit-animation: warn1 2s linear 2s;
    -moz-animation: warn1 2s linear 2s;
    animation: warn1 2s linear 2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.s3 .s3_show1 {
    display: block;
}

.s3 .s3_show2 {
    display: none;
}

@keyframes warn1 {
    0% {
        width: 575px;
        opacity: 0.9;
    }
    25% {
        width: 615px;
        opacity: 0.7;
    }
    50% {
        width: 655px;
        opacity: 0.5;
    }
    75% {
        width: 695px;
        opacity: 0.3;
    }
    100% {
        width: 735px;
        opacity: 0.1;
    }
}

@-webkit-keyframes "warn1" {
    0% {
        width: 575px;
        opacity: 0.9;
    }
    25% {
        width: 615px;
        opacity: 0.7;
    }
    50% {
        width: 655px;
        opacity: 0.5;
    }
    75% {
        width: 695px;
        opacity: 0.3;
    }
    100% {
        width: 735px;
        opacity: 0.1;
    }
}

.shejishiContent {
    position: relative;
    background: url(../images/shejishiContentbg.jpg);
    padding-bottom: 80px;
    margin-top: 80px;
    background-size: cover;
}

.shejishiContent .homeTitle {}

.shejishiContent .homeTitle .top {
    color: #fff
}

.shejishiContent .swiperContent {
    position: relative;
}

.shejishiContent .swiperContent .gallery-top {
    width: 160%;
    margin-left: -20%;
    position: relative;
    z-index: 3;
}

.shejishiContent .swiperContent .gallery-top .swiper-slide {
    float: left;
    width: 33.3333333%;
    box-sizing: border-box;
    height: 580px;
    padding: 0px 12.5px;
}

.shejishiContent .swiperContent .gallery-top .swiper-slide .designerXinxi {
    background: #111;
    overflow: hidden;
    height: 100%;
}

.shejishiContent .swiperContent .gallery-top .swiper-slide .designerXinxi .touxiang {
    float: left;
    height: 100%;
    width: 48%;
    line-height: 580px;
    font-size: 0px;
    text-align: center;
    background-size: cover!important;
    opacity: 0.3
}

.shejishiContent .swiperContent .gallery-top .swiper-slide.swiper-slide-active .designerXinxi .touxiang {
    opacity: 1;
}

.shejishiContent .swiperContent .gallery-top .swiper-slide .designerXinxi .designerBox {
    float: left;
    width: 52%;
    height: 100%;
    box-sizing: border-box;
    padding: 0px 50px;
    opacity: 0.3;
    -webkit-transition: all 0.4s ease-out;
    -khtml-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: relative;
}

.shejishiContent .swiperContent .gallery-top .swiper-slide.swiper-slide-active .designerXinxi .designerBox {
    opacity: 1;
}

.shejishiContent .swiperContent .gallery-top .swiper-slide .designerXinxi .designerBox .name {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    padding-top: 70px;
}

.shejishiContent .swiperContent .gallery-top .swiper-slide .designerXinxi .designerBox .zhiwei {
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    margin-top: 20px;
}

.shejishiContent .swiperContent .gallery-top .swiper-slide .designerXinxi .designerBox .zhiwei .zhiw {
    float: left;
    background: #f28f00;
    padding: 0px 10px;
}

.shejishiContent .swiperContent .gallery-top .swiper-slide .designerXinxi .designerBox .zhiwei .jingy {
    background: rgba(255, 255, 255, 0.2);
    padding: 0px 10px;
    float: left;
}

.shejishiContent .swiperContent .gallery-top .swiper-slide .designerXinxi .designerBox .zhiwei .jingy span {
    font-weight: bold;
}

.shejishiContent .swiperContent .gallery-top .swiper-slide .designerXinxi .designerBox img {
    margin-top: 30px;
}

.shejishiContent .swiperContent .gallery-top .swiper-slide .designerXinxi .designerBox .linggan {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.shejishiContent .swiperContent .gallery-top .swiper-slide .designerXinxi .designerBox .text {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    line-height: 26px;
    margin-top: 40px;
}

.shejishiContent .swiperContent .gallery-top .swiper-slide .designerXinxi .designerBox .text p {
    color: #fff;
    margin-top: 10px;
}

.shejishiContent .swiperContent .gallery-top .swiper-slide .designerXinxi .designerBox .btnBox {
    overflow: hidden;
    margin: 0px -10px;
}

.shejishiContent .swiperContent .gallery-top .swiper-slide .designerXinxi .designerBox .btnBox .btnList {
    float: left;
    width: 55%;
    box-sizing: border-box;
    padding: 0px 10px;
}

.shejishiContent .swiperContent .gallery-top .swiper-slide .designerXinxi .designerBox .btnBox .btnList:last-child {
    width: 45%;
}

.shejishiContent .swiperContent .gallery-top .swiper-slide .designerXinxi .designerBox .btnBox .btnList:last-child .btn {
    background: #333333;
    border: none;
}

.shejishiContent .swiperContent .gallery-top .swiper-slide .designerXinxi .designerBox .btnBox .btnList:last-child .btn:hover {
    background: #444444;
}

.shejishiContent .swiperContent .gallery-top .swiper-slide .designerXinxi .designerBox .btnBox .btn {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin-top: 18px;
    position: relative;
}

.shejishiContent .swiperContent .gallery-top .swiper-slide .designerXinxi .designerBox .btnBox .btn:hover {
    background: #f28f00;
    border: 1px solid #f28f00;
}

.shejishiContent .swiperContent .gallery-thumbs {
    position: relative;
    z-index: 3;
}

.shejishiContent .swiperContent .gallery-thumbs .swiper-slide {
    position: relative;
    width: 12.5%;
    float: left;
}

.shejishiContent .swiperContent .gallery-thumbs a:nth-child(12) .swiper-slide {
    width: 25%;
}

.shejishiContent .swiperContent .gallery-thumbs .swiper-slide .swiperImg {
    -webkit-transition: all 0.4s ease-out;
    -khtml-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    padding: 2px;
}

.shejishiContent .swiperContent .gallery-thumbs a:nth-child(12) .swiper-slide .swiperImg {
    padding: 0.25px 2px;
}

.shejishiContent .swiperContent .gallery-thumbs .swiper-slide .swiperImg:hover {}

.shejishiContent .swiperContent .gallery-thumbs .swiper-slide .swiperImg:before {
    content: '';
    position: absolute;
    display: block;
    width: calc(100% - 4px);
    height: 4px;
    background: #f28f00;
    -webkit-transition: all 0.4s ease-out;
    -khtml-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    left: 2px;
    bottom: 0px;
    opacity: 0;
}

.shejishiContent .swiperContent .gallery-thumbs .swiper-slide .swiperImg:hover::before {
    opacity: 1
}

.shejishiContent .swiperContent .gallery-thumbs .swiper-slide .swiperImg img {
    width: 100%;
    display: block;
}

.shejishiContent .swiperContent .gallery-thumbs .swiper-slide .swiperImg p {
    position: absolute;
    bottom: 20px;
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: center;
    width: 100%;
    opacity: 0;
    text-shadow: 0px 0 3px rgb(0 0 0 / 60%);
}

.shejishiContent .swiperContent .gallery-thumbs .swiper-slide .swiperImg:hover p {
    opacity: 1
}

.shejishiContent .swiperContent .gallery-thumbs .swiper-slide.hover .swiperImg {
    opacity: 1;
}

.shejishiContent .swiperContent .gallery-thumbs .swiper-slide.hover .swiperImg:before {
    opacity: 1;
}

.shejishiContent .swiperContent .btnBox {
    margin: 0px auto;
    text-align: center;
}

.shejishiContent .swiperContent .btnBox .btnList {
    display: inline-block;
    margin: 0 5px;
}

.shejishiContent .swiperContent .btnBox .btnList .btn {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin-top: 40px;
    position: relative;
    padding: 0 50px;
}

.shejishiContent .swiperContent .btnBox .btnList .btn:hover {
    background: #f28f00;
    border: 1px solid #f28f00;
    color: #fff;
}

.shejishiContent .shejishiLink {
    position: absolute;
    width: 1420px;
    left: 50%;
    margin-left: -710px;
    top: 0px;
    bottom: 0px;
}

.shejishiContent .moreTo {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    width: 200px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 18px;
    position: relative;
    z-index: 3;
}

.shejishiContent .moreTo:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #f28f00;
}

.loadingBox {
    position: fixed;
    z-index: 99999;
    height: 100%;
    background: #000;
    width: 100%;
    top: 0px;
    left: 0px;
}

.loadingBox .loadingText {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -80px 0 0 -25px;
}

.loadingBox .loadingText .sk-chase {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 2px solid #fff;
    -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8);
    animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21, .53, .56, .8);
}

@-webkit-keyframes ball-scale-ripple {
    0% {
        -webkit-transform: scale(0.1);
        opacity: 1;
    }
    70% {
        -webkit-transform: scale(1);
        opacity: 0.7;
    }
    100% {
        opacity: 0;
    }
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.style_swiper {
    background-color: #fff;
}

.pinpaiContent {
    padding-bottom: 100px;
    background-color: #ddd;
}

.pinpaiContent .fuwuUl {
    overflow: hidden;
    margin: 0px -10px;
    margin-top: 40px;
}

.pinpaiContent .fuwuUl li {
    float: left;
    box-sizing: border-box;
    padding: 0px 10px;
    width: 16.6666%;
}

.pinpaiContent .fuwuUl li a {
    display: block;
    height: 230px;
    background: #fff;
    border: 1px solid #dddddd;
    position: relative;
    text-align: center;
    padding: 0px 15px;
    box-sizing: border-box;
    padding-top: 40px;
}

.pinpaiContent .fuwuUl li a .img {
    width: 50px;
    height: 50px;
    margin: 0px auto;
    background: url(../images/biaodan.png) center center no-repeat;
    background-size: cover!important;
}

.pinpaiContent .fuwuUl li:nth-child(2) a .img {
    background: url(../images/fuwuUl_img2.png) center center no-repeat;
}

.pinpaiContent .fuwuUl li:nth-child(3) a .img {
    background: url(../images/liangfang.png) center center no-repeat;
}

.pinpaiContent .fuwuUl li:nth-child(4) a .img {
    background: url(../images/fuwuUl_img4.png) center center no-repeat;
}

.pinpaiContent .fuwuUl li:nth-child(5) a .img {
    background: url(../images/fuwuUl_img1.png) center center no-repeat;
}

.pinpaiContent .fuwuUl li:nth-child(6) a .img {
    background: url(../images/fuwuUl_img3.png) center center no-repeat;
}

.pinpaiContent .fuwuUl li a p {
    font-size: 18px;
    color: #111;
    margin-top: 25px;
    line-height: 30px;
}

.pinpaiContent .pinpai_text {
    font-size: 18px;
    color: #111111;
    line-height: 40px;
    text-align: center;
}

.s3 .pinpai_text {
    font-size: 16px;
    color: #333;
    line-height: 1.75;
    text-align: center;
}

.caseContent {
    padding: 80px 0;
    background-image: url(../images/casebg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.caseContent .caseContentfl {
    width: 56%;
    background-color: #fff;
    padding: 4%;
    float: left;
}

.caseContent .caseContentfl .caseTitle {
    font-size: 44px;
    font-weight: bold;
    color: #333;
    line-height: 45px;
}

.caseContent .caseContentfl .content {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.caseContent .caseContentfl img {
    width: 100%;
    display: block;
}

.caseContent .caseContentfr {
    width: 30%;
    background-color: #fff;
    padding: 2%;
    float: right;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    padding-top: 120px;
    height: 370px;
}

.caseContent .caseContentfr h6 {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
}

.caseContent .caseContentfr .customer_item_box {
    width: 90px;
    float: left;
    height: 130px;
    position: relative;
    margin-left: 30px;
}

.caseContent .caseContentfr .story_img_box {
    width: 90px;
    height: 90px;
    border-radius: 45px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.caseContent .caseContentfr li.on .story_img_box {
    position: absolute;
    width: 116px !important;
    height: 116px !important;
    left: -12px;
    border-radius: 100% !important;
    top: -12px;
    border: 2px solid #d7001c;
    box-sizing: border-box;
}

.caseContent .caseContentfr .story_img_box p {
    position: absolute;
    bottom: 0;
    font-size: 16px;
    height: 50px;
    display: none;
    width: 116px;
    text-align: center;
    line-height: 34px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.caseContent .caseContentfr li.on .story_img_box p {
    display: block
}

.caseContentfrtitle {
    display: block;
    width: 340px;
    height: 60px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50px;
    left: 50%;
    font-size: 20px;
    margin-left: -170px;
}

.dongtaiContent {
    margin-bottom: 88px;
}

.dongtaiContent .sc_item {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.dongtaiContent .sc_item:nth-child(4n) {
    margin-right: 0;
}

.dongtaiContent .sc_item .sc_head {
    height: 180px;
    overflow: hidden;
}

.dongtaiContent .sc_item .sc_title {
    float: left;
    width: 58px;
    line-height: 35px;
    background-color: #f28f00;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    padding: 55px 15px;
    position: absolute;
}

.dongtaiContent .sc_item .sc_head .sc_img img {
    width: 100%;
}

.dongtaiContent .sc_item ul {
    background-color: #fff;
    padding: 0 20px;
}

.dongtaiContent .sc_item ul li {
    line-height: 58px;
    border-bottom: 1px dashed #ccc;
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dongtaiContent .sc_item ul li:last-child {
    border-bottom: 0px;
}

.dongtaiContent .sc_item ul li a {
    color: #333;
}

.dongtaiContent .sc_item ul li:hover a {
    color: #f28f00;
}

@media screen and (max-width: 1530px) {
    .vrShijing {
        margin: 0px 50px;
        margin-top: 40px;
        padding: 0px;
    }
    .shejishiContent .shejishiLink {
        width: auto;
        left: 60px;
        right: 60px;
        margin-left: 0px;
    }
    .caseContent .caseContentfr {
        height: 335px;
        padding-top: 100px;
    }
    .caseContent .caseContentfr .customer_item_box {
        margin-left: 20px;
        height: 110px;
    }
    .caseContent .caseContentfl .caseTitle {
        font-size: 32px;
    }
    .dongtaiContent .sc_item .sc_head .sc_img {
        height: 180px;
    }
    .dongtaiContent .sc_item .sc_head .sc_img img {
        height: 100%;
    }
}

@media screen and (max-width: 1420px) {
    .homeForm .formBox {
        margin: 0px;
        margin-top: 10px;
    }
    .homeForm {
        height: 120px;
        padding: 15px 0;
    }
    .swiper-button-prev {
        left: 30px;
    }
    .swiper-button-next {
        right: 30px;
    }
    .swiper-button-prev:hover {
        left: 25px;
    }
    .swiper-button-next:hover {
        right: 25px;
    }
    .homeForm .homeFormTop {
        margin: 0px;
    }
    .formBox .radioBox label {
        padding-left: 35px;
    }
    .formBox .radioBox label input:after {
        left: 10px;
    }
    .formBox .radioBox label input:before {
        left: 10px;
    }
    .homeTitle .top {
        font-size: 32px;
    }
    .homeTitle {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .liudatese_swiper .swiperImg {
        height: 140px;
    }
    .liudatese_swiper .swiperBottom .top {
        font-size: 16px;
    }
    .liudatese_swiper .swiperBottom .wenzi {
        font-size: 14px;
        line-height: 24px;
    }
    .liudatese_swiper .swiperBottom .wenzi br {
        display: none;
    }
    .liudatese_swiper .swiperBottom {
        padding: 10px;
        height: 120px;
    }
    .vrShijing .vrShijingContent a {
        margin-top: 20px;
    }
    .shejishiContent .moreTo {
        width: 160px;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }
    .shejishiContent .swiperContent .gallery-top .swiper-slide {
        height: 520px;
        padding: 0px 10px;
    }
    .shejishiContent .swiperContent .gallery-top .swiper-slide .designerXinxi .designerBox .name {
        font-size: 24px;
        padding-top: 40px;
    }
    .shejishiContent .swiperContent .gallery-top .swiper-slide .designerXinxi .designerBox {
        padding: 0px 20px;
    }
    .shejishiContent .swiperContent .gallery-top .swiper-slide .designerXinxi .designerBox .btnBox .btn {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }
    .shejishiContent .swiperContent .gallery-top .swiper-slide .designerXinxi .designerBox .text {
        margin-top: 20px;
    }
    .shejishiContent .swiperContent .gallery-top .swiper-slide .designerXinxi .designerBox .btnBox .btn {
        margin-top: 30px;
    }
    .shejishiContent .swiperContent .gallery-top .swiper-slide .designerXinxi .designerBox .text {
        font-size: 14px;
        line-height: 24px;
    }
    .shejishiContent .swiperContent .gallery-top .swiper-slide .designerXinxi .designerBox .linggan {
        font-size: 14px;
        line-height: 24px;
    }
    .shejishiContent .swiperContent .gallery-top {
        width: 170%;
    }
    .homeTitle .text {
        font-size: 14px;
        margin-top: 15px;
    }
    .pinpaiContent .pinpai_text {
        font-size: 16px;
        line-height: 32px;
    }
    .pinpaiContent .fuwuUl li a {
        height: 200px;
        padding-top: 20px;
    }
    .pinpaiContent .fuwuUl li a p {
        font-size: 16px;
        margin-top: 20px;
        line-height: 26px;
    }
    .dongtaiContent {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 1024px) {
    .vrShijing {
        margin: 0px 10px;
        margin-top: 40px;
    }
    .liudatese_swiper_diannao .swiper-wrapper {
        margin: -7.5px;
    }
    .liudatese_swiper_diannao .swiper-wrapper .swiper-slide {
        width: 33.3333333%;
        padding: 7.5px;
    }
    .liudatese_swiper_diannao .swiper-wrapper {
        overflow: hidden;
        display: block;
    }
    .formBox .submit {
        font-size: 14px;
    }
    .shejishiContent .swiperContent .gallery-top .swiper-slide .designerXinxi .touxiang {
        display: none;
    }
    .shejishiContent .swiperContent .gallery-top .swiper-slide .designerXinxi .designerBox {
        width: 100%;
        float: none;
    }
    .shejishiContent .swiperContent .gallery-top .swiper-slide .designerXinxi .designerBox:after {
        display: none;
    }
    .shejishiContent .swiperContent .gallery-top .swiper-slide {
        height: 460px;
    }
    .shejishiContent .shejishiLink {
        left: 15px;
        right: 15px;
    }
    .swiper-button-next {
        background-size: 20px 32px;
    }
    .swiper-button-prev {
        background-size: 20px 32px;
    }
    .homeTitle {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .homeTitle .top {
        font-size: 24px;
    }
    .homeTitle .text {
        margin-top: 10px;
    }
    .pinpaiContent .pinpai_text {
        font-size: 14px;
        line-height: 26px;
    }
    .pinpaiContent .pinpai_text br {
        display: none;
    }
    .pinpaiContent .fuwuUl li a {
        height: 170px;
        padding-top: 15px;
    }
    .pinpaiContent .fuwuUl li a p {
        font-size: 14px;
        margin-top: 15px;
        line-height: 22px;
    }
}

@media screen and (max-width: 769px) {
    .homeTitle .top {
        font-size: 20px;
    }
    .home_banner .swiper-container .swiperImg {
        background: transparent!important;
    }
    .homeForm {
        display: none!important;
    }
    .homeForm .formBox .inputBox .input {
        border: 1px solid #dddddd;
    }
    .case_content ul li .contentBox:hover .topImg {
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }
    .case_content ul li .contentBox .contentMoren .topImg {
        height: 220px;
    }
    #header .headerBottom .navigation li:hover .moren {
        background: transparent;
    }
    .seize_bg {
        display: none;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    .home_banner .swiper-container .swiperImg img {
        width: 20vh;
        display: block;
    }
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: rgba(255, 255, 255, 0.5);
    }
    .swiper-pagination-bullet:after {
        display: none;
    }
    .swiper-pagination-bullet-active {
        background: #fff;
    }
    .swiper-pagination {
        bottom: 10px!important;
        text-align: center;
        box-sizing: border-box;
    }
    .homeForm {
        background: #fff;
        -moz-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0);
        box-shadow: 0px 15px 30px rgba(0, 0, 0, 0);
        padding-top: 5px;
        padding-bottom: 0px;
    }
    .homeForm .formBox {
        margin-top: 0px;
    }
    .homeForm .homeFormTop {
        display: none;
    }
    .homeForm .formBox .inputBoxList {
        float: none;
        width: 100%;
        padding: 0px;
        margin-top: 15px;
    }
    .homeForm .formBox .inputBoxList:nth-child(1) {
        display: none;
    }
    .homeForm .formBox .inputBoxList:nth-child(4) {
        display: none;
    }
    .formBox .inputBox .input {
        border: 1px solid #dddddd;
    }
    .formBox .submit:after {
        display: none;
    }
    .formBox .submit {
        font-size: 16px;
    }
    .vrShijing {
        margin-top: 20px;
        height: unset;
    }
    .vrShijing .vrShijingBg {
        height: 200px;
        display: block;
        width: 100%;
    }
    .vrShijing .vrShijingContent {
        position: unset;
        width: 100%;
        height: 220px;
        padding-top: 40px;
        background-size: cover;
    }
    .vrShijing .vrShijingContent .name {
        font-size: 24px;
    }
    .vrShijing .vrShijingContent .text {
        font-size: 20px;
    }
    .vrShijing .vrShijingContent a {
        font-size: 14px;
        width: 140px;
    }
    .index-ys {
        padding-bottom: 20px;
    }
    .index-ys ul li {
        width: 50%;
        height: 150px;
    }
    .index-ys ul li h6 {
        font-size: 18px;
    }
    .index-ys ul li h4 {
        font-size: 28px;
    }
    .index-ys ul li img {
        margin-top: 10px;
        width: 40px;
    }
    .index-ys ul li span {
        font-size: 16px;
        margin-top: 6px;
    }
    .index-ys ul li p {
        margin-top: 10px;
        font-size: 14px;
    }
    .index-ys ul li div {
        height: 150px;
    }
    .style_swiper {
        background-color: unset;
    }
    .style_swiper .swiper-container {
        display: none;
    }
    .case_content ul {
        padding-top: 0!important;
    }
    .shejishiContent {
        margin-top: 50px;
        padding-bottom: 50px;
    }
    .shejishiContent .swiperContent .gallery-thumbs .swiper-slide {
        width: 33.333%
    }
    .shejishiContent .swiperContent .gallery-thumbs a:nth-child(12) .swiper-slide {
        display: none;
    }
    .shejishiContent .swiperContent .gallery-thumbs a:nth-child(23) {
        display: none;
    }
    .shejishiContent .swiperContent .btnBox .btnList .btn {
        height: 44px;
        line-height: 44px;
        font-size: 14px;
        padding: 0 40px;
        margin-top: 30px;
    }
    .pinpaiContent {
        padding-bottom: 50px;
    }
    .liudatese_swiper .homeTitle {
        padding-bottom: 15px;
        text-align: center;
        margin: 0px 15px;
    }
    .liudatese_swiper .homeTitle .top {
        font-size: 24px;
    }
    .liudatese_swiper .swiperImg {
        height: 110px;
    }
    .liudatese_swiper .wh1420 {
        padding: 0px;
    }
    .liudatese_swiper .wh1420 .swiper-container {
        padding-left: 15px;
        width: 120%;
    }
    .liudatese_swiper .swiperBottom {
        text-align: left;
        padding: 10px;
        height: 110px;
    }
    .liudatese_swiper .swiperBottom .top {
        font-size: 13px;
    }
    .liudatese_swiper .swiperBottom .wenzi {
        font-size: 12px;
        line-height: 20px;
        height: auto;
    }
    .homeTitle {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .s3 {
        display: none;
    }
    .caseContent {
        padding: 60px 0
    }
    .caseContent .caseContentfl {
        width: 100%;
        padding: 0;
        float: right;
    }
    .caseContent .caseContentfl li {
        padding: 20px;
    }
    .caseContent .caseContentfl .caseTitle {
        font-size: 20px;
    }
    .caseContent .caseContentfl .content {
        font-size: 14px;
        overflow: hidden;
        -webkit-line-clamp: 3;
        margin-bottom: 20px;
    }
    .caseContent .caseContentfr {
        width: 100%;
        float: left;
    }
    .dongtaiContent .sc_item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .dongtaiContent .sc_item ul li {
        line-height: 44px;
        font-size: 14px
    }
    .dongtaiContent {
        margin-bottom: 40px;
    }
}