﻿.banner{
    position: relative;
    height: 550px;
    overflow: hidden;
}
.b-pic li{
    position: absolute;
    left: 50%;
    top: 0;
    opacity: 0;
    z-index: 5;
    margin-left: -960px;
    transition: all .5s ease;
}

.b-pic li.show{
    opacity: 1;
    z-index: 10;
}


.b-pic-box1{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: right;
}
.b-pic-box1 .content{
    position: relative;
    height: 100%;
}

.b-pic-box1 p{
    position: absolute;
    opacity: 0;
}
.b-pic-box1-05{
    top: 27px;
    left: 120px;
}
.b-pic-box1-06{
    top: 63px;
    left: 120px;
}

.b-pic-box1-01{
    bottom: 125px;
    right: 50px;
}
.b-pic-box1-02{
    bottom: 90px;
    right: 50px;
}
.b-pic-box1-03{
    bottom: 57px;
    right: 50px;
}
.b-pic-box1-07{
    bottom: 182px;
    right: 171px;
}
.b-pic-box1-08{
    bottom: 182px;
    right: -50px;
}

.b-pic-box1-09{
    bottom: 185px;
    right: 0;
}

.b-pic-box1.show p{
    opacity:1;
}

.b-pic-box1.show .b-pic-box1-05{
    top: 77px;
    transition: all .5s ease .5s;
}
.b-pic-box1.show .b-pic-box1-06{
    top: 113px;
    transition: all .5s ease .6s;
}
.b-pic-box1.show .b-pic-box1-07{
    right: 221px;
    transition: all .5s ease 1.1s;
}
.b-pic-box1.show .b-pic-box1-08{
    right: 0;
    transition: all .5s ease 1.3s;
}
.b-pic-box1.show .b-pic-box1-09{
    bottom: 165px;
    transition: all .5s ease 1.8s;
}

.b-pic-box1.show .b-pic-box1-01{
    right: 0;
    transition: all .5s ease 2.3s;
}
.b-pic-box1.show .b-pic-box1-02{
    right: 0;
    transition: all .5s ease 2.4s;
}
.b-pic-box1.show .b-pic-box1-03{
    right: 0;
    transition: all .5s ease 2.5s;
}

.b-pic-box2{
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 120px;
    width: 100%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
}

.b-pic-box2 p{
    position: relative;
    opacity: 0;
    bottom: 50px;
}
.b-pic-box2.show p{
    opacity: 1;
    bottom: 0;
}
.b-pic-box2-01{
    margin-bottom: 34px;
}
.b-pic-box2.show .b-pic-box2-01{
    transition: all .5s ease 1.1s;
}
.b-pic-box2-02{
    margin-bottom: 10px;
}
.b-pic-box2.show .b-pic-box2-02{
    transition: all .5s ease 1.2s;
}
.b-pic-box2-03{
    margin-bottom: 50px;
}
.b-pic-box2.show .b-pic-box2-03{
    transition: all .5s ease 1.3s;
}
.b-pic-box2-04 a{
    padding: 12px 26px;
    background: #da251d;
    border: 1px solid #da251d;
    border-radius: 23px;
    transition: all .5s ease;
}
.b-pic-box2-04 a:hover{
    background: transparent;
    border: 1px solid #fff;
}
.b-pic-box2.show .b-pic-box2-04{
    transition: all .5s ease 1.4s;
}
.b-pic-box2 .b-pic-box2-05 {
    position: absolute;
    left: 0;
    bottom: -200px;
}
.b-pic-box2.show .b-pic-box2-05 {
    bottom: 0;
    transition: all .5s ease .5s;
}
.b-pic-box2 .b-pic-box2-06 {
    position: absolute;
    right: 0;
    top: -400px;
}
.b-pic-box2.show .b-pic-box2-06{
    top: 0;
    transition: all .5s ease .5s;
}



.b-pic-box3{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.b-pic-box3 .content{
    position: relative;
    height: 100%;
}
.b-pic-box3 a{
    position: absolute;
    right: 0;
    bottom: 160px;
    padding: 16px 62px;
    margin: 0 5px;
    transition: all .3s ease;
}
.b-pic-box3 a:after{
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 4px;
    border: 1px solid #fff;
}
.b-pic-box3 a img{
    opacity: 0;
}
.b-pic-box3.show a img{
    opacity: 1;
    transition: all .5s ease 1.5s;
}
.b-pic-box3.show a:after{
    bottom: 0;
    opacity: 1;
    transition: all .5s ease 1.8s;
}
.b-pic-box3-02{
    position: absolute;
    top: 55px;
    left: -170px;
    opacity: 0;
}
.b-pic-box3.show .b-pic-box3-02 {
    opacity: 1;
    left: 70px;
    transition: all .5s ease .5s;
}
.b-pic-box3-03{
    position: absolute;
    top: 115px;
    right: -100px;
    opacity: 0;
}
.b-pic-box3.show .b-pic-box3-03 {
    right: 0;
    opacity: 1;
    transition: all .5s ease 1s;
}
.b-pic-box4{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.b-pic-box4 .content{
    position: relative;
    height: 100%;
}

.b-pic-box4-04 a{
    line-height: 19px;
}
.b-pic-box4-04 a i{
    display: inline-block;
    margin-bottom: -5px;
    margin-left: 9px;
    padding:10px;
    background: url(../images/banner4-icon.png) no-repeat center;

}

.b-pic-box4-all{
    position: absolute;
    right: 198px;
    top: 76px;
    z-index: 100;
    opacity: 0;
}

.b-pic-box4.show .b-pic-box4-01{
    right: 288px;
    top: 26px;
    opacity: 1;
    box-shadow: 10px 10px 10px rgba(0,0,0,.40);
    transition: all .7s ease .5s;
}
.b-pic-box4.show .b-pic-box4-02{
    right: 238px;
    top: 46px;
    opacity: 1;
    box-shadow: 10px 10px 10px rgba(0,0,0,.40);
    transition: all .7s ease .5s;
}
.b-pic-box4.show .b-pic-box4-03{
    right: 208px;
    top: 66px;
    opacity: 1;
    box-shadow: 10px 10px 10px rgba(0,0,0,.40);
    transition: all .7s ease .5s;
}
.b-pic-box4-04{
    position: absolute;
    top: 340px;
    left: 85px;
    padding: 13px 24px;
    border-radius: 23px;
    opacity: 0;
    background: #da251d;
}
.b-pic-box4.show .b-pic-box4-04{
    top: 360px;
    opacity: 1;
    transition: all .5s ease .8s;
}
.b-pic-box4-05{
    position: absolute;
    right: 27px;
    top: 28px;
    opacity: 0;
}
.b-pic-box4.show .b-pic-box4-05{
    opacity: 1;
    transition: all .5s ease .5s;
}
.b-pic-box4-06{
    position: absolute;
    left: 35px;
    top: 128px;
    opacity: 0;
}
.b-pic-box4.show .b-pic-box4-06{
    left: 85px;
    opacity: 1;
    transition: all .5s ease .5s;
}
.b-pic-box4-07{
    position: absolute;
    bottom: -21px;
    left: -360px;
}
.b-pic-box4.show .b-pic-box4-07{
    bottom: -1px;
    transition: all .5s ease .5s;
}



.b-pic-box5{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.b-pic-box5 .content{
    position: relative;
    height: 100%;
    padding-top: 192px;
    box-sizing: border-box;
}
.b-pic-box5-01 span{
    position: relative;
    top: 64px;
    display: inline-block;
    width: 0;
    height: 0;
    box-sizing: border-box;
    background: rgba(27,35,47,.95) url(../images/banner5-01.png) no-repeat center;
    overflow: hidden;
}

.b-pic-box5.show .b-pic-box5-01 span{
    top: 0;
    width: 517px;
    height: 127px;
    border-radius: 64px;
    border: 3px solid #95979b;
    transition: all .5s ease 1s;
}
.b-pic-box5-02{
    position: absolute;
    top: 87px;
    left: -100px;
    z-index: 100;
    opacity: 0;
}
.b-pic-box5.show .b-pic-box5-02{
    opacity: 1;
    left: -32px;
    transition: all .5s ease .5s;
}
.b-pic-box5-03{
    position: absolute;
    top: 61px;
    left: -100px;
    z-index: 102;
    opacity: 0;
}
.b-pic-box5.show .b-pic-box5-03{
    opacity: 1;
    left: 176px;
    transition: all .5s ease .5s;
}
.b-pic-box5-04{
    position: absolute;
    top: 167px;
    left: -100px;
    z-index: 101;
    opacity: 0;
}
.b-pic-box5.show .b-pic-box5-04{
    opacity: 1;
    left: 51px;
    transition: all .5s ease .5s;
}
.b-pic-box5-05{
    position: absolute;
    top: 288px;
    left: -100px;
    z-index: 102;
    opacity: 0;
}
.b-pic-box5.show .b-pic-box5-05{
    opacity: 1;
    left: -30px;
    transition: all .5s ease .5s;
}
.b-pic-box5-06{
    position: absolute;
    top: 270px;
    left: -100px;
    z-index: 102;
    opacity: 0;
}
.b-pic-box5.show .b-pic-box5-06{
    opacity: 1;
    left: 157px;
    transition: all .5s ease .5s;
}

.b-pic-box5-07{
    position: absolute;
    top: 83px;
    right: -100px;
    z-index: 102;
    opacity: 0;
}
.b-pic-box5.show .b-pic-box5-07{
    opacity: 1;
    right: 31px;
    transition: all .5s ease .5s;
}
.b-pic-box5-08{
    position: absolute;
    top: 230px;
    right: -100px;
    z-index: 101;
    opacity: 0;
}
.b-pic-box5.show .b-pic-box5-08{
    opacity: 1;
    right: 12px;
    transition: all .5s ease .5s;
}
.b-pic-box5-09{
    position: absolute;
    top: 193px;
    right:-100px;
    z-index: 101;
    opacity: 0;
}
.b-pic-box5.show .b-pic-box5-09{
    opacity: 1;
    right: 158px;
    transition: all .5s ease .5s;
}
.b-pic-box5-10{
    position: absolute;
    top: 300px;
    right: -100px;
    z-index: 100;
    opacity: 0;
}
.b-pic-box5.show .b-pic-box5-10{
    opacity: 1;
    right: 96px;
    transition: all .5s ease .5s;
}
.b-pic-box5-11{
    position: absolute;
    top: 337px;
    right: -100px;
    z-index: 101;
    opacity: 0;
}

.b-pic-box5.show .b-pic-box5-11{
    opacity: 1;
    right: 225px;
    transition: all .5s ease .5s;
}

.b-index{
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 1200px;
    z-index: 100;
    text-align: center;
    margin-left: -600px;
}
.b-index span{
    display: inline-block;
    width: 8px;
    height: 8px;
    border:2px solid #fff;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: all .3s ease;
}
.b-index span.show{
    background: #fff;
}


.index-m-tt {
    text-align: center;
    padding: 30px 0 20px;
}

.index-m-blod {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    color: #010101;
    margin-top: 10px;
    padding-bottom: 15px;
}

.index-m-fefefe {
    color: #575757;
}

 

.index-m-blod:before {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 150px;
    height: 3px;
    margin-left: -54px;
    background: #575757;
    z-index: 10;
}

.index-m-light {
    font-size: 14px;
    color: #303030;
    margin-top: 10px;
}

.index-m-f1f1f1 {
    color: #f1f1f1;
}

/************* services ****************/
.m-services {
    background: #fff;
}

.services-bd {
    padding-bottom: 53px;
}

.services-bd li {
    position: relative;
    float: left;
    width: 25%;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 10;
}

.services-bd li a {
    position: relative;
    display: block;
    padding: 27px 19px;
    transition: all .3s ease;
    overflow: hidden;
	background: #F1F1F1;
}

.services-bd li a:hover {
    position: relative;
    display: block;
    padding: 27px 19px;
    transition: all .3s ease;
    overflow: hidden;
	background:rgba(0,0,0,.5);  
	
	
	
	
	
}



.services-bd li a:after {
    content: ' ';
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
   
    z-index: -1;
    transition: all .3s ease;
}

.services-bd-icon {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto;
}

.services-bd-icon:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/services-icon.png);
    background-repeat: no-repeat;
    background-size: 200%;
}

.services-bd-list1 .services-bd-icon:before {
    background-position: 0 0;
}

.services-bd-list2 .services-bd-icon:before {
    background-position: 0 -140px;
}

.services-bd-list3 .services-bd-icon:before {
    background-position: 0 -280px;
}

.services-bd-list4 .services-bd-icon:before {
    background-position: 0 -420px;
}

.services-bd-icon:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/services-border.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition: transform 3s ease;
}

.services-bd-title {
    text-align: center;
    margin: 15px 0 5px;
}

.services-bd-infor {
    color: #393939;
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
    transition: all .3s ease;
}

.services-bd li:hover a {
    color: #fff;
}

.services-bd li:hover a:after {
    bottom: 0;
}

.services-bd li:hover .services-bd-infor {
    color: #fff;
}

.services-bd li:hover .services-bd-icon:after {
    background-image: url(../images/services-border-hover.png);
    -webkit-animation: rotateBorder 3s linear infinite;
    animation: rotateBorder 3s linear infinite;
}

.services-bd .services-bd-list1:hover .services-bd-icon:before {
    background-position: -140px 0;
}

.services-bd .services-bd-list2:hover .services-bd-icon:before {
    background-position: -140px -140px;
}

.services-bd .services-bd-list3:hover .services-bd-icon:before {
    background-position: -140px -280px;
}

.services-bd .services-bd-list4:hover .services-bd-icon:before {
    background-position: -140px -420px;
}

@-webkit-keyframes rotateBorder {
    from {
        transform: rotatez(0);
    }
    to {
        transform: rotatez(360deg);
    }
}

@keyframes rotateBorder {
    from {
        transform: rotatez(0);
    }
    to {
        transform: rotatez(360deg);
    }
}

@media (max-width: 1200px) {
    .services-bd li {
        padding: 0 .16666666rem;
    }

    .services-bd-icon {
        width: 1.1666666rem;
        height: 1.1666666rem;
    }

    .services-bd li a {
        padding: .225rem .125rem;
    }

    .services-bd-infor {
        line-height: 18px;
    }

    .services-bd-list2 .services-bd-icon:before {
        background-position: 0 -1.166666rem;
    }

    .services-bd-list3 .services-bd-icon:before {
        background-position: 0 -2.333333333rem;
    }

    .services-bd-list4 .services-bd-icon:before {
        background-position: 0 -3.5rem;
    }

    .services-bd .services-bd-list1:hover .services-bd-icon:before {
        background-position: -1.1666666rem 0;
    }

    .services-bd .services-bd-list2:hover .services-bd-icon:before {
        background-position: -1.1666666rem -1.1666666rem;
    }

    .services-bd .services-bd-list3:hover .services-bd-icon:before {
        background-position: -1.1666666rem -2.3333333rem;
    }

    .services-bd .services-bd-list4:hover .services-bd-icon:before {
        background-position: -1.1666666rem -3.5rem;
    }
}

@media (max-width: 768px) {
    .services-bd li {
        width: 50%;
        padding: 0;
    }

    .services-bd li a {
        padding: 20px 0.2666666rem;
    }

    .services-bd-icon {
        width: 2.66666666rem;
        height: 2.66666666rem;
    }

    .services-bd-list2 .services-bd-icon:before {
        background-position: 0 -2.66666666rem;
    }

    .services-bd-list3 .services-bd-icon:before {
        background-position: 0 -5.333333333rem;
    }

    .services-bd-list4 .services-bd-icon:before {
        background-position: 0 -8rem;
    }

    .services-bd .services-bd-list1:hover .services-bd-icon:before {
        background-position: -2.6666666rem 0;
    }

    .services-bd .services-bd-list2:hover .services-bd-icon:before {
        background-position: -2.6666666rem -2.6666666rem;
    }

    .services-bd .services-bd-list3:hover .services-bd-icon:before {
        background-position: -2.6666666rem -5.333333333rem;
    }

    .services-bd .services-bd-list4:hover .services-bd-icon:before {
        background-position: -2.6666666rem -8rem;
    }

    .services-bd-title {
        font-size: 0.3733333333rem;
    }

    .services-bd-infor {
        font-size: 0.26666666rem;
        line-height: 0.48rem;
    }
}

/************* case ****************/
.in-top .case-box {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: in-top .3s ease forwards;
    animation: in-top .3s ease forwards;
}

.in-right .case-box {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-animation: in-right .3s ease forwards;
    animation: in-right .3s ease forwards;
}

.in-bottom .case-box {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: in-bottom .3s ease forwards;
    animation: in-bottom .3s ease forwards;
}

.in-left .case-box {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation: in-left .3s ease 0ms forwards;
    animation: in-left .3s ease forwards;
}

.out-top .case-box {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: out-top .3s ease 0ms forwards;
    animation: out-top .3s ease forwards;
}

.out-right .case-box {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: out-right .3s ease forwards;
    animation: out-right .3s ease forwards;
}

.out-bottom .case-box {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: out-bottom .3s ease forwards;
    animation: out-bottom .3s ease forwards;
}

.out-left .case-box {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation: out-left .3s ease forwards;
    animation: out-left .3s ease forwards;
}

@-webkit-keyframes in-top {
    from {
        -webkit-transform: rotate3d(-1, 0, 0, 90deg);
        transform: rotate3d(-1, 0, 0, 90deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-top {
    from {
        -webkit-transform: rotate3d(-1, 0, 0, 90deg);
        transform: rotate3d(-1, 0, 0, 90deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-webkit-keyframes in-right {
    from {
        -webkit-transform: rotate3d(0, -1, 0, 90deg);
        transform: rotate3d(0, -1, 0, 90deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-right {
    from {
        -webkit-transform: rotate3d(0, -1, 0, 90deg);
        transform: rotate3d(0, -1, 0, 90deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-webkit-keyframes in-bottom {
    from {
        -webkit-transform: rotate3d(1, 0, 0, 90deg);
        transform: rotate3d(1, 0, 0, 90deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-bottom {
    from {
        -webkit-transform: rotate3d(1, 0, 0, 90deg);
        transform: rotate3d(1, 0, 0, 90deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-webkit-keyframes in-left {
    from {
        -webkit-transform: rotate3d(0, 1, 0, 90deg);
        transform: rotate3d(0, 1, 0, 90deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-left {
    from {
        -webkit-transform: rotate3d(0, 1, 0, 90deg);
        transform: rotate3d(0, 1, 0, 90deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-webkit-keyframes out-top {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -webkit-transform: rotate3d(-1, 0, 0, 180deg);
        transform: rotate3d(-1, 0, 0, 180deg);
    }
}

@keyframes out-top {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -webkit-transform: rotate3d(-1, 0, 0, 180deg);
        transform: rotate3d(-1, 0, 0, 180deg);
    }
}

@-webkit-keyframes out-right {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -webkit-transform: rotate3d(0, -1, 0, 180deg);
        transform: rotate3d(0, -1, 0, 180deg);
    }
}

@keyframes out-right {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -webkit-transform: rotate3d(0, -1, 0, 180deg);
        transform: rotate3d(0, -1, 0, 180deg);
    }
}

@-webkit-keyframes out-bottom {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -webkit-transform: rotate3d(1, 0, 0, 180deg);
        transform: rotate3d(1, 0, 0, 180deg);
    }
}

@keyframes out-bottom {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -webkit-transform: rotate3d(1, 0, 0, 180deg);
        transform: rotate3d(1, 0, 0, 180deg);
    }
}

@-webkit-keyframes out-left {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -webkit-transform: rotate3d(0, 1, 0, 180deg);
        transform: rotate3d(0, 1, 0, 180deg);
    }
}

@keyframes out-left {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    to {
        -webkit-transform: rotate3d(0, 1, 0, 180deg);
        transform: rotate3d(0, 1, 0, 180deg);
    }
}

.case-bd {
    height: 570px;
    overflow: hidden;
}

.case-bd ul {
    position: relative;
    top: 0;
}

.case-bd li {
    position: relative;
    float: left;
    width: 20%;
    -webkit-perspective: 400px;
    perspective: 400px;
    overflow: hidden;
    transition: all .3s ease;
}

.case-pic img {
    width: 380px;
	height: 304px
}

.case-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    padding: 15% 0;
    background: rgba(0, 0, 0, .5);
    box-sizing: border-box;
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
    transform: rotate3d(1, 0, 0, 90deg);
    overflow: hidden;
}

.case-detail {
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
    padding: 0 10%;
    margin: 20px 0 25px;
}

.case-link a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/case-link.png) no-repeat center;
    background-size: 100%;
}

.case-paging {
    text-align: center;
    line-height: 26px;
    margin-top: 15px;
}

.case-paging span {
    display: inline-block;
    margin: 0 9px;
}

.case-paging span.case-btn {
    cursor: pointer;
}

/************* about ****************/

.about-bd {
    position: relative;
    background: #000 url(../images/about-bg.jpg) no-repeat center;
    height: 660px;
}

.about-bd-box {
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 588px;
    height: 340px;
    margin-left: -294px;
    background: url(../images/about-box-bg.png) no-repeat center;
    background-size: 100%;
}

.about-bd-text {
    margin: 20px 71px 0;
    height: 281px;
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    text-align: justify;
    padding: 55px 30px;
    box-sizing: border-box;
    background: #d5060c;
}

.about-bd-pic {
    position: absolute;
    top: 20px;
    left: 71px;
    width: 446px;
    height: 281px;
    z-index: 10;
}

.about-bd-pic li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0, 0);
    opacity: 0;
    overflow: hidden;
}

.about-bd-pic li.show {
    opacity: 1;
    transform: scale(1, 1);
    transition: all .3s ease;
}

.about-bd-pic li img {
    width: 100%;
}

.about-bd-list {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1213px;
    height: 100%;
    margin-left: -606px;
    background: url(../images/about-border-bg.png) no-repeat center bottom;
    overflow: hidden;
}

.about-bd-list-box {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
}

.about-bd-list ul {
    position: relative;
    width: 100%;
    height: 100%;
    transform: rotatez(-180deg);
    transform-origin: 50% 100%;
    transition: transform 3s ease;
}

.about-bd-list ul.show {
    transform: rotatez(0deg);
}

.about-bd-list li {
    position: absolute;
    width: 112px;
    height: 112px;
    padding: 12px;
    box-sizing: border-box;
    background-image: url(../images/about-pic-border.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    cursor: pointer;
}

.about-bd-list li.show,
.about-bd-list li:hover {
    padding: 0;
}

.about-bd-list li img {
    width: 100%;
}

.about-bd-list .about-bd-list1 {
    left: 10px;
    bottom: 40px;
}

.about-bd-list .about-bd-list2 {
    left: 64px;
    bottom: 210px;
}

.about-bd-list .about-bd-list3 {
    left: 170px;
    bottom: 375px;
}

.about-bd-list .about-bd-list4 {
    left: 319px;
    bottom: 473px;
}

.about-bd-list .about-bd-list5 {
    left: 550px;
    bottom: 520px;
}

.about-bd-list .about-bd-list6 {
    right: 319px;
    bottom: 473px;
}

.about-bd-list .about-bd-list7 {
    right: 170px;
    bottom: 375px;
}

.about-bd-list .about-bd-list8 {
    right: 64px;
    bottom: 210px;
}

.about-bd-list .about-bd-list9 {
    right: 10px;
    bottom: 40px;
}

/************* maddress ****************/
.address-bd {
    padding: 10px 0 0px;
}

.address-bd .content {
    position: relative;
    padding: 20px 0;
    overflow: hidden;
}

.address-bd ul {
    position: relative;
    width: 20000px;
}

.address-bd li {
    float: left;
    width: 280px;
    padding: 0 30px;
    box-sizing: border-box;
}

.address-bd li a {
    display: block;
    padding: 20px 20px 40px;
    border: 1px solid transparent;
    transition: all .5s ease;
}

.address-bd li a:hover img{
    transform: scale(1.1);
}

.address-bd-icon {
    width: 260px;
    margin: 0 auto 30px;
}

.address-bd-icon img {
    width: 100%;
	
	transition: all 0.8s;

}

.address-bd-title {
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
}

.address-bd-infor {
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
    height: 80px;
    overflow: hidden;
}

.address-btn p {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 36px;
    margin-top: -18px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.address-btn-lf {
    left: 0;
    background-image: url(../images/address-lf.png);
}

.address-btn-rt {
    right: 0;
    background-image: url(../images/address-rt.png);
}

.address-bd .content:hover .address-btn p {
    opacity: 1;
    visibility: visible;
}

/************* advantage ****************/
.m-advantage {
    background: #EBF0F6;
    background-size: cover;background-attachment: fixed;
	padding-bottom: 70px;
 
}

.advantage-bd ul {
    margin: 0 -25px;
}

.advantage-bd li {
    float: left;
    width: 200px;
    margin: 0 25px;
}

.advantage-bd-num {
    font-weight: bold;
    font-size: 68px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    color: #a7cb47;
    margin: 20px 0;
   
    border-radius: 10px;
}

.advantage-bd-text {
    font-size: 18px;
    color: #333;
    text-align: center;
	font-family: Arial;
}

/************* client ****************/
.client-bd li {
    position: relative;
    float: left;
    width: 15%;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
	margin-left: 20px;
	margin-bottom: 20px
}

.client-bd li img {
    width: 99%;
    transition: all .3s ease;
	border: 1px solid #d5d6d7;
}

.client-bd li:hover img {
    transform: scale(1.2, 1.2);
}

.client-bd li:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: -138px;
    width: 138px;
    height: 120px;
    background: url(../images/parent-bg.png) no-repeat center;
}

.client-bd li:hover:after {
    left: 150%;
    transition: all .7s ease;
}

.client-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 14px;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
}

.client-bd li:hover .client-text {
    opacity: 1;
    transition: all .7s ease;
}

.client-text p {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 24px;
    line-height: 24px;
    color: #fff;
    margin-top: -12px;
}

/************* news ****************/
.news-bd-menu {
    text-align: center;
}

.news-bd-menu a {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    width: 145px;
    text-align: center;
    color: #303030;
    background: #e6e6e6;
    margin: 0 21px 40px;
    border-radius: 12px;
}

.news-bd-menu a.show {
    background: #f00;
    color: #fff;
}

.news-bd-box {
    position: relative;
    height: 357px;
    overflow: hidden;
}

.news-bd-list {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.news-bd-list.show {
    display: block;
}

.news-bd-list ul {
    position: relative;
}

.news-bd-list li {
    float: left;
    width: 520px;
    padding: 0 40px;
    margin-bottom: 25px;
    font-size: 14px;
}

.news-bg-time {
    width: 95px;
    height: 95px;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    border-radius: 50%;
    box-sizing: border-box;
    background: #3d3d3d;
    transition: all .3s ease;
}

.news-bg-time span {
    display: block;
    font-size: 47px;
    line-height: 55px;
}

.news-bg-text {
    width: 425px;
    padding: 10px 0 10px 25px;
    line-height: 24px;
    box-sizing: border-box;
}

.news-bg-infor a {
    display: block;
    color: #414040;
    text-align: justify;
}

.news-bg-paging {
    text-align: center;
}

.news-bg-paging i {
    display: inline-block;
    width: 50px;
    height: 5px;
    margin: 0 7px;
    cursor: pointer;
    background: #3d3d3d;
}

.news-bg-paging i.show {
    background: #f00;
}

.news-link {
    margin: 30px 0;
}

.news-link, .news-link a {
    font-size: 14px;
    color: #626262;
}

.news-link a {
    margin-right: 20px;
}

.news-bd-list li:hover .news-bg-time {
    background: #f00;
}

/**********  page-top *********/
.page-top {
    text-align: center;
    height: 300px;
    color: #fff;
    padding-top: 70px;
    box-sizing: border-box;
    background: #ff6600;
}
.page-top p {
    font-size: 28px;
    margin-top: 20px;
}

.page-top-menu {
    margin-top: 30px;
}

.page-top-menu a {
    display: inline-block;
    padding: 0 10px;
    line-height: 32px;
    margin: 0 10px;
    color: #fff;
    background: #404040;
    transition: all .3s ease;
}

.page-top-menu a.show,
.page-top-menu a:hover {
    background: #f00;
}

.page-process {
    padding-bottom: 60px;
}

.page-process-bd ul {
    margin-right: -34px;
}

.page-process-bd li {
    float: left;
    text-align: center;
    margin-right: 34px;
}

.page-process-icon {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
    margin: 0 auto 20px;
    box-sizing: border-box;
    transition: all .3s ease;
    cursor: pointer;
}

.page-process-icon img {
    width: 100%;
}

.page-process-bd li:hover .page-process-icon {
    padding: 2px;
    border: 3px solid #f00;
}

.page-process-bd h2,
.page-process-bd p {
    line-height: 30px;
    color: #414040;
}

.page-process-bd h2 {
    font-size: 18px;
}

.page-process-bd p {
    font-size: 14px;
}

/*********** page-about *******/
.p-about-hd {
    height: 810px;
    color: #fff;
    background: url(../images/page-about.jpg) no-repeat center;
}

.p-about-hd h2 {
    font-size: 50px;
    text-align: center;
    padding: 60px 0 25px;
}

.p-about-hd h2 i {
    display: inline-block;
    width: 210px;
    height: 2px;
    background: #dd6f68;
    margin: 0 60px 15px;
}

.p-about-hd p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
}

.p-about-ft {
    height: 380px;
    background: #e4e4e4;
}

.p-about-ft .content {
    position: relative;
}

.p-about-ft li {
    float: left;
    width: 30%;
    position: absolute;
    top: -140px;
}

.p-about-list2 {
    left: 35%;
}

.p-about-list3 {
    left: 70%;
}

.p-about-tt {
    width: 280px;
    height: 280px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 33px;
    margin: 0 auto 45px;
    padding: 90px 0;
    box-sizing: border-box;
    background: url(../images/p-about-tt.png) no-repeat center;
}

.p-about-tt span {
    display: block;
    font-family: 'Arial';
    font-size: 24px;
    text-transform: uppercase;
}

.p-about-style-box {
    float: left;
    width: 16.6666666%;
}

.p-about-style-box img {
    width: 100%;
    border: 1px solid #fff;
    box-sizing: border-box;
    transition: all 1s ease;
    cursor: pointer;
}

.p-about-style-box img:hover {
    transform: rotatey(180deg);
}

.p-about-infor {
    line-height: 30px;
}

.about-join-menu {
    margin: 50px -20px 70px;
    letter-spacing: normal;
}

.about-join-menu span {
    float: left;
    width: 208px;
    text-align: center;
    font-size: 24px;
    line-height: 56px;
    background: #ebecee;
    margin: 0 20px;
    cursor: pointer;
}

.about-join-menu span.show {
    position: relative;
    color: #fff;
    background: #f00;
}

.about-join-menu span.show:after {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: -30px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-top-color: #f00;
    margin-left: -12px;
}

.about-join-bd {

}

.about-join-box {
    float: left;
    display: none;
}

.about-join-box.show {
    display: block;
}

.about-join-info {
    margin-bottom: 40px;
}

.about-join-info p {
    font-size: 16px;
    line-height: 36px;
}

.about-join-info p span {
    font-size: 20px;
    font-weight: bold;
}

/*************  page-address  ***********/
.p-address-margintop {
    padding-top: 50px;
}

.p-address-bd ul {
    margin-right: -39px;
}

.p-address-bd li {
    position: relative;
    float: left;
    margin: 0 39px 39px 0;
    width: 374px;
    height: 300px;
    overflow: hidden;
}

.p-address-pic img {
    width: 374px;
    height: 300px;
}

.p-address-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    background: rgba(230, 230, 230, .73);
    transition: all .3s ease;
}

.p-address-bd li:hover .p-address-text {
    background: rgba(255, 0, 0, .73);
    color: #fff;
}

.p-address-ft {
    margin: 70px 0 60px;
}

.p-address-ft ul {
    margin-right: -12px;
}

.p-address-ft li {
    float: left;
    margin-right: 12px;
    width: 392px;
    height: 106px;
    font-size: 24px;
    line-height: 35px;
    padding: 18px 0 18px 156px;
    box-sizing: border-box;
    background-color: #33383e;
    background-repeat: no-repeat;
    background-position: 36px center;
    overflow: hidden;
    transition: all .3s ease;
}

.p-address-ft li:hover {
    background-color: #f00;
}

.p-address-ft li a {
    color: #fff;
    display: block;
}

.p-address-ft li.need {
    background-image: url(../images/p-address-icon1.png);
}

.p-address-ft li.want {
    background-image: url(../images/p-address-icon2.png);
}

.p-address-ft li.more {
    background-image: url(../images/p-address-icon3.png);
}

.p-address-ft li span {
    position: relative;
}

.p-address-ft li span:after {
    position: absolute;
    content: ' ';
    width: 46px;
    height: 42px;
    right: -74px;
    top: -20px;
    background: url(../images/p-address-line.png) no-repeat center;
}

.p-address-ft li p {
    position: relative;
    padding-left: 36px;
}

.p-address-ft li p:before {
    position: absolute;
    content: ' ';
    width: 46px;
    height: 42px;
    left: -22px;
    bottom: -20px;
    background: url(../images/p-address-line.png) no-repeat center;
}

.p-address-detail-menu {
    margin: 45px 0;
    text-align: justify;
}

.p-address-detail-menu a {
    display: inline-block;
    padding: 0 15px;
    line-height: 30px;
    border-radius: 3px;
    background: #f1f1f1;
    margin: 0 5px 15px;
    transition: all .3s ease;
}

.p-address-detail-menu a.show,
.p-address-detail-menu a:hover {
    color: #fff;
    background: #f00;
}

.p-address-detail-step {
    margin-left: 20px;
    padding-left: 50px;
    border-left: 1px solid #f00;
}

.p-address-detail-list {
    padding-bottom: 70px;
}

.p-address-detail-list p {
    font-size: 14px;
    color: #292828;
    line-height: 24px;
}

.p-address-detail-list p span {
    position: relative;
    display: block;
    font-size: 20px;
    color: #f00;
    margin-bottom: 10px;
}

.p-address-detail-list p span:before {
    content: ' ';
    position: absolute;
    left: -64px;
    top: 0;
    width: 28px;
    height: 28px;
    background: url(../images/p-address-detail-icon.png) no-repeat center;
}

/******* page-brand ********/
.p-brand-hd {
    padding: 95px 0 75px;
    background: #f1f1f1;
}

.p-brand-hd ul {
    margin-right: -32px;
}

.p-brand-hd li {
    float: left;
    width: 276px;
    height: 400px;
    padding: 0 30px;
    margin-right: 32px;
    text-align: center;
    box-sizing: border-box;
    background: #fff;
    color: #202020;
    cursor: pointer;
    transition: all .3s ease;
}

.p-brand-hd li:hover {
    box-shadow: 0 10px 10px #999;
}

.p-brand-icon {
    width: 105px;
    height: 105px;
    margin: 0 auto;
    transform: translatey(-40px);
}

.p-brand-tt {
    font-size: 24px;
    margin-bottom: 20px;
}

.p-brand-hd li span {
    position: relative;
    display: block;
    height: 40px;
    font: 14px/20px arial;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.p-brand-hd li span:after {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 62px;
    height: 2px;
    background: #f00;
    margin-left: -31px;
}

.p-brand-infor {
    height: 120px;
    font-size: 12px;
    line-height: 24px;
    text-align: justify;
    overflow: hidden;
}

.p-brand-text {
    width: 540px;
    padding: 100px 0 0;
}

.p-brand-text h2 {
    font-size: 30px;
}

.p-brand-list {
    height: 500px;
}

.p-brand-f1f1f1 {
    background: #f1f1f1;
}

.p-brand-type {
    font-size: 20px;
    margin: 10px 0 30px;
}

.p-brand-detail {
    line-height: 30px;
    height: 150px;
    text-align: justify;
}

.p-brand-btn {
    margin-top: 25px;
}

.p-brand-btn a {
    display: inline-block;
    width: 108px;
    line-height: 36px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
}

.p-brand-btn a.consult {
    background: #f00;
}

.p-brand-btn a.consult:hover {
    background: #ea0808;
}

.p-brand-btn a.look {
    background: #414040;
    margin-left: 20px;
}

.p-brand-btn a.look:hover {
    background: #5c5757;
}

.p-brand-pic {
    position: relative;
    width: 660px;
    height: 500px;
}

.p-brand-middle img {
    position: absolute;
    right: 0;
    top: 70px;
}

.p-brand-bottom img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.p-brand-top img {
    position: absolute;
    top: 60px;
    right: 0;
}

/********** page-shop *********/
.p-shop-infor {
    padding: 60px 0 50px;
    background: #e7e7e7;
}

.p-shop-tt {
    text-align: center;
    color: #393939;
}

.p-shop-tt h2 {
    font-size: 32px;
}

.p-shop-tt p {
    font-size: 20px;
    margin-top: 15px;
}

.p-shop-text {
    margin-top: 50px;
}

.p-shop-lf {
    width: 655px;
}

.p-shop-lf p {
    line-height: 35px;
}

.p-shop-icon {
    margin-top: 25px;
    text-align: center;
}

.p-shop-icon img {
    margin: 0 25px;
}

.p-shop-rt {
    margin-top: 30px;
}

.p-shop-fun {
    padding: 50px 0;
}

.p-shop-fun li {
    float: left;
    width: 20%;
    margin: 20px 0;
    text-align: center;
}

.p-shop-fun li p {
    margin-top: 10px;
}

.p-shop-fun li:hover img {
    transform: rotatey(180deg);
    transition: all .3s ease;
}

.p-shop-adv-bd {
    margin: 50px 0;
}

.p-shop-adv-bd .content {
    background: url(../images/rocket-icon.png) no-repeat center;
}

.p-shop-adv-lf {
    width: 500px;
}

.p-shop-adv-lf li {
    position: relative;
    font-size: 18px;
    line-height: 42px;
    color: #fff;
    padding: 9px 0 9px 5px;
    margin: 28px 0;
    box-sizing: border-box;
    cursor: pointer;
}

.p-shop-adv-lf li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 61px;
    height: 61px;
    font-size: 32px;
    line-height: 61px;
    text-align: center;
    border-radius: 50%;
    background: #eb6100;
    transition: all .3s ease;
}

.p-shop-adv-lf li p {
    padding-left: 70px;
    border-radius: 18px;
    background: #434343 url(../images/adv-icon.png) no-repeat 462px center;
    transition: all .3s ease;
}

.p-shop-adv-lf li:hover span {
    background: #f00;
}

.p-shop-adv-lf li:hover p {
    background-color: #e60012;
}

.p-shop-adv-rt {
    width: 500px;
}

.p-shop-adv-text {
    width: 42px;
    font-size: 42px;
    line-height: 80px;
    margin: 30px 80px 30px 0;
}

.p-shop-adv-list li {
    margin: 20px 0 50px;
    cursor: pointer;

}

.p-shop-adv-list li:after {
    display: block;
    clear: both;
    content: ' ';
}

.p-shop-adv-list li span {
    float: left;
    width: 72px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    background: #d5060c;
    transition: all .3s ease;
    border: 1px solid transparent;
    box-sizing: border-box;

}

.p-shop-adv-list li:hover span {
    color: #d5060c;
    border-color: #d5060c;
    background: transparent;
}

.p-shop-adv-list li P {
    float: left;
    font-size: 18px;
    line-height: 32px;
    margin: 3px 25px;
}

.p-shop-scene-list {
    margin-top: 90px;
}

.p-shop-scene-list li {
    float: left;
    position: relative;
    margin: 0 16px;
    width: 168px;
    height: 340px;
    border-radius: 6px;
    overflow: hidden;
}

.p-shop-scene-text {
    position: absolute;
    bottom: -290px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    transition: all .3s ease;
}

.p-shop-scene-list li:hover .p-shop-scene-text {
    bottom: 0;
}

.p-shop-scene-text h2 {
    font-size: 22px;
    text-align: center;
    line-height: 50px;
    color: #fff;
}

.p-shop-scene-text p {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    padding: 0 20px;
    margin-top: 70px;
}

.p-shop-scene-text p:after {
    content: ' ';
    position: absolute;
    top: -20px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #f00;
}

/*************** page-phone **********************/
.p-phone .page-top {
    padding-top: 70px;
}

.p-phone-bd h2 {
    font-size: 36px;
    text-align: center;
    color: #222;
    margin: 70px 0 30px;
}

.p-phone-text {
    width: 500px;
}

.p-phone-text li {
    margin-top: 17px;
}

.p-phone-title {
    font-size: 24px;
    color: #2e2e2e;
    line-height: 27px;
    margin-bottom: 10px;
}

.p-phone-title span {
    display: inline-block;
    width: 39px;
    text-align: center;
    color: #fff;
    margin-right: 5px;
    background: url(../images/p-phone-icon.png) no-repeat center;
}

.p-phone-detail {
    font-size: 18px;
    line-height: 42px;
}

.p-phone-item1 {
    margin-bottom: 60px;
}

.p-phone-item2 .p-phone-text {
    width: 580px;
    font-size: 18px;
    line-height: 48px;
    color: #2e2e2e;
}

.p-phone-item2 .p-phone-text span {
    font-size: 24px;
    color: #ff1414;
}

.p-phone-item2 h3 {
    font-size: 28px;
}

.p-phone-item2 h4 {
    font-size: 26px;
}

.p-phone-item2 .p-phone-pic {
    margin-top: 50px;
}

.p-phone-text h5 {
    font-size: 26px;
    color: #ff3636;
    margin-bottom: 30px;
}

.p-phone-text .ff3636 {
    display: block;
    font-size: 20px;
    color: #ff3636;
}

.p-phone-text .lh-38 {
    line-height: 38px;
}

.p-phone-text .lh-40 {
    line-height: 40px;
}

.p-phone-item3,
.p-phone-item5 {
    background: #edecec;
}

.p-phone-item3 .p-phone-text {
    margin-top: 50px;
}

.p-phone-item4 {
    padding: 80px 0 100px;
}

.p-phone-item4 .p-phone-pic,
.p-phone-item5 .p-phone-pic {
    margin-top: 80px;
}

.p-phone-item5 {
    padding: 50px 0;
}

.p-phone-item6 {
    padding: 70px 0;
}

.p-phone-item6 .p-phone-text {
    margin-top: 80px;
}

/**************** page-response ****************/
.p-response-bd {
    padding: 40px 0;
}

.p-response-what-infor {
    line-height: 35px;
    margin-top: 40px;
}

.p-response-what li {
    float: left;
    width: 180px;
    text-align: center;
    margin: 60px;
}

.p-response-what-icon {
    width: 180px;
    height: 180px;
    background: #c1c1c1;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s ease;
}

.p-response-what li p {
    font-size: 20px;
    margin-top: 40px;
}

.p-response-what li:hover .p-response-what-icon {
    background: #da251d;
}

.p-response-want {
    text-align: center;
}

.p-response-want-tt {
    font-size: 22px;
    margin: 50px 0 10px;
}

.p-response-want-infor {
    line-height: 30px;
}

.p-response-why {
    margin: 80px 0;
}

.p-response-why-text {
    width: 570px;
    line-height: 28px;
    color: #373737;
    padding-right: 20px;
}

.p-response-why-text h5 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.p-response-why-pic {
    margin-top: 70px;
}

.p-response-now {
    padding: 160px 0;
    background: url(../images/p-response-now-icon5.png) no-repeat center;
}

.p-response-now-box {
    float: left;
    width: 390px;
}

.p-response-now-top {
    margin-bottom: 200px;
}

.p-response-now-text {
    width: 240px;
    font-size: 14px;
    color: #2c2c2c;
    text-align: justify;
}

.p-response-now-text span {
    display: block;
    font-size: 18px;
    color: #f00;
    text-align: right;
    margin-bottom: 10px;
}

.p-response-now-rt {
    margin-left: 420px;
}

.p-response-now-rt .p-response-now-text span {
    text-align: left;
}

/***************** page-marketing ****************/
.p-marketing-hd {
    padding: 90px 0;
}

.p-marketing-tt {
    text-align: center;
}

.p-marketing-tt h2 {
    font-size: 28px;
}

.p-marketing-tt p {
    margin-top: 10px;
}

.p-marketing-tt h2 span {
    color: #f00;
}

.p-marketing-hd ul {
    margin-top: 40px;
    text-align: center;
}

.p-marketing-hd li {
    float: left;
    width: 260px;
    margin: 0 20px;
    transition: color .3s ease;
}
.p-marketing-hd-icon{
    width: 209px;
    height: 209px;
    margin: 0 auto;
    border-radius: 50%;
    border:3px solid #f00;
    box-sizing: border-box;
    background-image: url(../images/p-marketing-icon2.png);
    background-repeat: no-repeat;
    transition: background-color .3s ease;
    cursor: pointer;
}
.p-marketing-hd li:hover{
    color:#f00;
}
.p-marketing-item1 .p-marketing-hd-icon{
    background-position: -203px 0;
}
.p-marketing-item2 .p-marketing-hd-icon{
    background-position: -203px -203px;
}
.p-marketing-item3 .p-marketing-hd-icon{
    background-position: -203px -406px;
}
.p-marketing-item4 .p-marketing-hd-icon{
    background-position: -203px -609px;
}
.p-marketing-item1:hover .p-marketing-hd-icon{
    background-position: 0 0;
    background-color: #f00;
}
.p-marketing-item2:hover .p-marketing-hd-icon{
    background-position: 0 -203px;
    background-color: #f00;
}
.p-marketing-item3:hover .p-marketing-hd-icon{
    background-position: 0 -406px;
    background-color: #f00;
}
.p-marketing-item4:hover .p-marketing-hd-icon{
    background-position: 0 -609px;
    background-color: #f00;
}
.p-marketing-hd-tt {
    font-size: 22px;
    margin: 30px 0 10px;
}

.p-marketing-hd-infor {
    line-height: 30px;
}

.p-marketing-doubt {
    padding: 70px 0 60px;
    background: #e4e4e4;
}

.p-marketing-doubt-box {
    position: relative;
    width: 500px;
    height: 500px;
    margin: 50px auto 0;
    background: url(../images/doubt.png) no-repeat center;
}

.p-marketing-doubt-box p {
    position: absolute;
    padding: 2px 5px;
    line-height: 24px;
    background: #fff;
}

.p-marketing-doubt-list1 {
    left: 0;
    top: 0;
}

.p-marketing-doubt-list2 {
    left: -155px;
    top: 150px;
}

.p-marketing-doubt-list3 {
    left: -130px;
    top: 390px;
}

.p-marketing-doubt-list4 {
    right: -100px;
    top: 160px;
}

.p-marketing-doubt-list5 {
    right: -160px;
    top: 300px;
}

.p-marketing-what {
    padding: 70px 0 60px;
}

.p-marketing-what .content {
    margin-top: 70px;
}

.p-marketing-what-lf {
    width: 750px;
}

.p-marketing-what-lf p {
    font-size: 20px;
    margin: 10px 0;
}

.p-marketing-what-lf span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

.p-marketing-say,
.p-marketing-good {
    padding: 70px 0 30px;
    background: #e4e4e4;
}

.p-marketing-say li {
    float: left;
    width: 240px;
    height: 240px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    padding: 80px 0;
    margin: 30px;
    color: #fff;
    box-sizing: border-box;
    background: url(../images/say.png) no-repeat center;
    background-size: 100%;
    cursor: pointer;
    transition: all 1s ease;
}

.p-marketing-say li:hover {
    transform: rotatey(360deg);
}

.p-marketing-whose .content {
    background: url(../images/whose.jpg) no-repeat center;
}

.p-marketing-whose {
    padding: 70px 0;
}

.p-marketing-whose li {
    float: left;
    width: 440px;
    padding: 20px 70px 40px;
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 10px #9e9c9c;
    margin: 10px 0;
}

.p-marketing-whose-tt img {
    display: inline-block;
    vertical-align: top;
    margin: 4px 20px 0 0;
}

.p-marketing-whose-tt p {
    display: inline-block;
    font-size: 28px;
    line-height: 35px;
}

.p-marketing-whose-tt p span {
    display: block;
    font-size: 16px;
}

.p-marketing-whose li h3 {
    font-size: 20px;
    color: #323232;
    margin: 20px 0 15px;
}

.p-marketing-whose li h4 {
    font-size: 14px;
    color: #323232;
    line-height: 24px;
}

.p-marketing-whose .p-marketing-whose-rt {
    margin-left: 320px;
}

.p-marketing-fun li {
    float: left;
    width: 200px;
    margin: 40px 20px;
    text-align: center;
    cursor: pointer;
}

.p-marketing-fun-icon {
    width: 134px;
    height: 134px;
    background-image: url(../images/marketing-icon.png);
    background-repeat: no-repeat;
    margin: 0 auto 30px;
}

.p-marketing-fun-item1 .p-marketing-fun-icon {
    background-position: 0 0;
}

.p-marketing-fun-item2 .p-marketing-fun-icon {
    background-position: 0 -134px;
}

.p-marketing-fun-item3 .p-marketing-fun-icon {
    background-position: 0 -268px;
}

.p-marketing-fun-item4 .p-marketing-fun-icon {
    background-position: 0 -402px;
}

.p-marketing-fun-item5 .p-marketing-fun-icon {
    background-position: 0 -536px;
}

.p-marketing-fun-item6 .p-marketing-fun-icon {
    background-position: 0 -670px;
}

.p-marketing-fun-item7 .p-marketing-fun-icon {
    background-position: 0 -804px;
}

.p-marketing-fun-item8 .p-marketing-fun-icon {
    background-position: 0 -938px;
}

.p-marketing-fun-item9 .p-marketing-fun-icon {
    background-position: 0 -1072px;
}

.p-marketing-fun-item10 .p-marketing-fun-icon {
    background-position: 0 -1206px;
}

.p-marketing-fun-item1:hover .p-marketing-fun-icon {
    background-position: -134px 0;
}

.p-marketing-fun-item2:hover .p-marketing-fun-icon {
    background-position: -134px -134px;
}

.p-marketing-fun-item3:hover .p-marketing-fun-icon {
    background-position: -134px -268px;
}

.p-marketing-fun-item4:hover .p-marketing-fun-icon {
    background-position: -134px -402px;
}

.p-marketing-fun-item5:hover .p-marketing-fun-icon {
    background-position: -134px -536px;
}

.p-marketing-fun-item6:hover .p-marketing-fun-icon {
    background-position: -134px -670px;
}

.p-marketing-fun-item7:hover .p-marketing-fun-icon {
    background-position: -134px -804px;
}

.p-marketing-fun-item8:hover .p-marketing-fun-icon {
    background-position: -134px -938px;
}

.p-marketing-fun-item9:hover .p-marketing-fun-icon {
    background-position: -134px -1072px;
}

.p-marketing-fun-item10:hover .p-marketing-fun-icon {
    background-position: -134px -1206px;
}

.p-marketing-fun-text {
    font-size: 20px;
}

.p-marketing-fun li:hover .p-marketing-fun-text {
    color: #f00;
}

.p-marketing-good .content {
    margin-top: 50px;
}

.p-marketing-good-lf {
    width: 550px;
}

.p-marketing-good-lf p {
    font-size: 20px;
    line-height: 36px;
    color: #363636;
    text-align: justify;
}

.p-marketing-good-lf h3 {
    font-size: 26px;
    line-height: 46px;
    margin-top: 70px;
    color: #de0505;
}

/************* page-news ***********/
.p-news-bd {
    padding: 50px 0;
}

.p-news-bd li {
    margin-bottom: 25px;
}

.p-news-bd li:after {
    clear: both;
    content: ' ';
    display: block;
}

.p-news-timer {
    position: relative;
    float: left;
    width: 130px;
    height: 120px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background: #666;
    margin-top: 10px;
    transition: all .3s ease;
    cursor: pointer;
}

.p-news-bd li:not(:first-child) .p-news-timer:after {
    content: ' ';
    position: absolute;
    left: 50%;
    top: -95px;
    width: 1px;
    height: 95px;
    background: #d0d0d0;
}

.p-news-timer span {
    font-size: 58px;
    line-height: 80px;
}

.p-news-timer p {
    font-size: 19px;
    line-height: 40px;
}

.p-news-text {
    float: right;
    width: 980px;
    padding: 50px;
    box-sizing: border-box;
    box-shadow: 0 0 10px #999;
    cursor: pointer;
}

.p-news-tt a {
    display: block;
    font-size: 18px;
    line-height: 30px;
    transition: all .3s ease;
}

.p-news-infor a {
    font-size: 14px;
    height: 60px;
    line-height: 30px;
    text-align: justify;
    color: #3a3a3a;
    overflow: hidden;
}

.p-news-bd li:hover .p-news-tt a {
    color: #f00;
}

.p-news-bd li:hover .p-news-timer {
    background: #f00;
}

.p-paging {
    text-align: center;
    margin-top: 65px;
}

.news-paging {
    
}

.p-paging-list {
    display: inline-block;
    line-height: 50px;

}

.p-paging a {
    float: left;
    padding: 0 28px;
    border: 1px solid #b4b4b4;
    border-right: 0;
}

.p-paging .p-paging-first {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.p-paging .p-paging-last {
    border-right: 1px solid #b4b4b4;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.p-paging a.show,
.p-paging a:hover {
    border-color: #f00;
    background: #f00;
    color: #fff;
}

.p-news-title {
    text-align: center;
    margin-bottom: 30px;
}

.p-news-title h1 {
    font-size: 30px;
    margin-bottom: 15px;
}

.p-news-title p span {
    color: #333;
    margin: 0 17px;
}

.p-news-detail {
    line-height: 26px;
    color: #333;
}
.p-news-detail img{text-align: center;display: block;
    margin: 0 auto;}
.p-news-detail-label {
    margin-top: 50px;
    color: #333;
    line-height: 24px;
}

.p-news-detail-label a {
    display: inline-block;
    padding: 0 5px;
    color: #fff;
    background: #f00;
    margin: 0 6px;
}

.p-news-detail-next {
    line-height: 28px;
    margin-top: 15px;
}

.p-news-detail-next a {
    color: #333;
}

.p-news-detail-next a:hover {
    color: #f00;
}

.p-news-detail-return {
    float: right;
    line-height: 24px;
}

.p-news-detail-return span {
    display: inline-block;
    font-size: 31px;
    color: #fff;
    background: #f00;
    vertical-align: bottom;
}

.p-news-detail-return a {
    display: inline-block;
    background: #292828;
    color: #fff;
    padding: 0 8px;
}


/********* page-case ******/

.p-case-text {
    position: absolute;
    bottom: -250px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
}

.p-case-text h2 {
    background: url(../images/more.png) no-repeat 15px center;
}

.p-case-text h2 a {
    display: block;
    font-size: 14px;
    line-height: 50px;
    color: #fff;
    padding-left: 45px;
    box-sizing: border-box;
    background: url(../images/case-link.png) no-repeat 330px center;
    background-size: 24px;
}

.p-case-text p a {
    display: block;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    padding: 0 30px;
    box-sizing: border-box;
}

.p-case-bd li:hover .p-case-text {
    bottom: 0;
    padding: 50px 0;
    background: rgba(51, 56, 62, .75);
    transition: all .5s ease .3s;
}

.p-case-bd li:hover h2 a {
    font-size: 16px;
    padding-left: 30px;
    transition: padding .3s ease;

}

.p-case-bd li:hover .p-case-text h2,
.p-case-bd li:hover .p-case-text h2 a {
    background: none;
}

.p-case-news {
    margin: 70px 0;
}

.p-case-news-lf {
    width: 252px;
    height: 226px;
    text-align: right;
    padding: 30px 22px 60px 0;
    color: #fff;
    background: #f00;
    box-sizing: border-box;
}

.p-case-news-tt {
    font-size: 32px;
}

.p-case-news-tt span {
    display: block;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 5px;
    text-transform: uppercase;
}

.p-case-news-btn {
    margin-top: 30px;
}

.p-case-news-btn span {
    display: inline-block;
    width: 10px;
    height: 22px;
    cursor: pointer;
}

.p-case-news-prev {
    background: url(../images/case-btn-lf.png) no-repeat center;
}

.p-case-news-next {
    background: url(../images/case-btn-rt.png) no-repeat center;
    margin-left: 30px;
}

.p-case-news-rt li {
    position: relative;
    float: left;
    margin-left: 16px;
    width: 300px;
    overflow: hidden;
}

.p-case-news-pic {
    height: 226px;
    overflow: hidden;
}

.p-case-news-pic img {
    width: 100%;
}

.p-case-news-rt {
    width: 948px;
    overflow: hidden;
}

.p-case-news-rt ul {
    position: relative;
    width: 1000%;
}

.p-case-news-rt .p-case-text {
    bottom: -186px;
}

.p-case-news-rt .p-case-text h2 a {
    line-height: 40px;

    background-size: 20px;
}

.p-case-news-rt li:hover .p-case-text {
    bottom: 0;
    padding: 20px 0;
    background: rgba(51, 56, 62, .75);
    transition: all .5s ease .3s;
}

.p-case-news-rt li:hover h2 a {
    font-size: 16px;
    padding-left: 30px;
    transition: padding .3s ease;

}

.p-case-news-rt li:hover .p-case-text h2,
.p-case-news-rt li:hover .p-case-text h2 a {
    background: none;
}

.p-case-detail-return {
    line-height: 24px;
	padding-top:20px;
}

.p-case-detail-return a {
    display: inline-block;
    background: #f00;
    color: #fff;
    padding: 6px 12px 6px 12px;
}
.p-case-detail-return a:hover {
    display: inline-block;
    background: #333;
    color: #fff;
    padding: 6px 12px 6px 12px;
}

/*********** p-contact ****************/
.p-contact-hd {
    height: 450px;
    background: url(../images/n2.jpg) no-repeat center;
    padding: 70px 0 90px;
    box-sizing: border-box;
}

.p-contact-box {
    width: 465px;
    height: 400px;
    padding: 65px 25px;
    box-sizing: border-box;
    background: #ed1f23;
    color: #fff;
}

.p-contact-box h2 {
    font-size: 30px;
    margin-bottom: 25px;
}

.p-contact-box p {
    line-height: 36px;
}

.p-contact-go {
    padding: 30px 0 40px;
}

.p-contact-go ul {

}

.p-contact-go li {
    float: left;
    width: 220px;
    text-align: center;
    margin: 0 90px;
    cursor: pointer;
}

.p-contact-go-icon {
    width: 155px;
    height: 155px;
    margin: 0 auto;
    border-radius: 50%;
    transition: all .3s ease;
    background-image: url(../images/go-icon.png);
    background-repeat: no-repeat;

}

.p-contact-go li:hover .p-contact-go-icon {
    background-color: #f00;
}

.p-contact-go1 .p-contact-go-icon {
    background-position: -155px 0;
}

.p-contact-go2 .p-contact-go-icon {
    background-position: -155px -155px;
}

.p-contact-go3 .p-contact-go-icon {
    background-position: -155px -310px;
}

.p-contact-go1:hover .p-contact-go-icon {
    background-position: 0 0;
}

.p-contact-go2:hover .p-contact-go-icon {
    background-position: 0 -155px;
}

.p-contact-go3:hover .p-contact-go-icon {
    background-position: 0 -310px;
}

.p-contact-go li p {
    font-size: 14px;
    line-height: 35px;
}

.p-contact-go li p span {
    display: block;
}

.p-contact-message {
    padding-bottom: 30px;
    background: #292828;
}

.p-contact-message .index-m-blod,
.p-contact-message .index-m-light {
    color: #fff;
}

.p-contact-message-bd {
    padding: 0 130px;
}

.p-contact-message-bd input {
    line-height: 42px;
    border: 1px solid #9d9c9c;
    box-sizing: border-box;
    font-size: 14px;
    padding-left: 15px;
    background: transparent;
    color: #fff;
}

.p-contact-message-top input {
    width: 100%;
    margin-bottom: 12px;
}

.p-contact-message-mid {
    margin-right: -20px;
}

.p-contact-message-mid input {
    float: left;
    width: 300px;
    margin-right: 20px;
}

.p-contact-message-bot textarea {
    width: 100%;
    height: 225px;
    margin-top: 12px;
    color: #fff;
    box-sizing: border-box;
    background: transparent;
    padding: 14px;
    resize: none;
}

.p-contact-message-sub input {
    display: block;
    width: 170px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #ed1f23;
    border: 0;
    padding: 0;
    margin: 30px auto 0;
    cursor: pointer;
}

#map {
    width: 100%;
    height: 500px;
}
.brand{
  background:url(../images/brand.jpg) no-repeat center;
}
.mobile{
  background:url(../images/mobile.jpg) no-repeat center;
}
.maketing{
  background:url(../images/maketing.jpg) no-repeat center;
}
.xiangyinshi{
  background:url(../images/xiangyinshi.jpg) no-repeat center;
}
.shop{
  background:url(../images/shop.jpg) no-repeat center;
}
.case{
  background:url(../images/case.jpg) no-repeat center;
}
.soulution{
  background:url(../images/soulution.jpg) no-repeat center;
}
.news{
  background:url(../images/news.jpg) no-repeat center;
}
.contact{
  background:url(../images/contact.jpg) no-repeat center;
}


#hero-vid {
    backface-visibility: hidden;
    /* background: url(../images/background.jpg) no-repeat scroll 0 0 #000; */
    background-size: cover;
    bottom: 0;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    perspective: 1000;
    position: relative;
    right: 0;
    width: auto;
    z-index: -1;
}
.pages {padding: 30px 0 30px;text-align: center}
.pages li {display: inline; height: 30px}
.pages li.thisclass, .pages a:hover{padding: 5px 10px; border: 1px solid #006ab2;	background: #006ab2;color: #fff;text-decoration: none}
.pages a{padding: 5px 10px;border: 1px solid #CCC;background: #fff;color: #A4A4A4;line-height: 18px}


