.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 10%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 50%;
    height: 100%;
    position: relative;
    padding: 0;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 0 0 30px;
    -moz-box-shadow: rgba(0, 0, 0, .2) 0 0 30px;
    box-shadow: rgba(0, 0, 0, .2) 0 0 30px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 50px;
    margin-top: -25px;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../fonts/e4277dffba6148558051c953636fe0ae.woff);
    right: 10px;
    left: auto
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    margin: 0 5px;
    cursor: pointer
}

.swiper-slide:hover {
    -webkit-box-shadow: rgba(0, 0, 0, .5) 0 0 50px;
    -moz-box-shadow: rgba(0, 0, 0, .5) 0 0 50px;
    box-shadow: rgba(0, 0, 0, .5) 0 0 50px
}

.banner-box {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden
}

.swiper-container {
    width: 100%;
    margin: 12px 0
}

.swiper-slide {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: scale(.8);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -ms-transition: transform 1s;
    -o-transition: transform 1s;
    -webkit-transform: scale(.7);
    -moz-box-shadow: rgba(0, 0, 0, .2) 0 0 30px
}

.swiper-slide-active, .swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-slide img {
    width: 100%;
    display: block
}

.swiper-pagination {
    position: relative;
    margin: 30px 0;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: rgba(0, 0, 0, .8)
}

@media screen and (max-width: 668px) {
    .swiper-pagination {
        position: relative;
        margin-bottom: 20px
    }

    .swiper-pagination-bullet-active {
        opacity: 1;
        background: rgba(0, 0, 0, .8)
    }
}

.banner-arrow div:hover {
    background-color: #4a4a4a
}

.swiper-button-prev {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #7c7c7c center 50%/50% 50% no-repeat;
    left: 10px
}

.swiper-button-next {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #7c7c7c center 50%/50% 50% no-repeat
}

.banner-top {
    padding-top: 3.730928444707274%
}

.banner-top-one {
    padding-top: 3.311649911295092%
}






/* 必要布局样式css */
.Service-box {
    background-color: #fff;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}


.Service-item {
    display: block;
    width: 262px;
    padding: 30px 16px;
    text-align: center;
    float: left;
    height: 280px;
    margin: 0 0 10px;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}

.Service-content .Service-item {
    -webkit-transition: all 160ms;
    transition: all 160ms;
}

.item-image {
    display: inline-block;
    height: 150px;
    width: 150px;
    line-height: 150px;
    text-align: center;
    border: 3px solid transparent;
    margin: 0;
    border-radius: 100%;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 160ms;
    transition: all 160ms;
}

.item-image img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.item-title {
    line-height: 25px;
    font-size: 18px;
    color: #3D3D3D;
    padding: 10px 0;
    margin: 0;
    font-weight: normal;
}

.item-text {
    color: #9A9A9A;
    font-size: 12px;
    line-height: 17px;
    height: 34px;
    overflow: hidden;
    font-family: 'PingFangSC-Regular', "Microsoft YaHei", Tahoma, sans-serif;
}

.item-link {
    font-family: 'PingFangSC-SC', "Microsoft YaHei", Tahoma, sans-serif;
    color: #FFFFFF;
    display: none;
    padding: 6px 20px;
    background-color: #05A6F3;
    margin: 17px auto;
    font-size: 14px;
    line-height: 25px;
    border-radius: 5px;
    -webkit-transition: all 160ms;
    transition: all 160ms;
    font-weight: normal;
}

.Service-item:hover {
    border-color: #DEDDDD;
    padding-top: 26px;
    position: relative;
    z-index: 99;
    text-decoration: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}

.Service-item:hover .item-image {
    height: 120px;
    width: 120px;
    line-height: 60px;
    margin: 0 auto;
}

.Service-item:hover .item-link {
    display: block;
}

.Service-item:hover .item-title {
    padding: 20px 0 10px;
}

.Service-item + .Service-item {
    margin-left: 50px;
    position: relative;
}

.item-tag {
    width: 67px;
    height: 67px;
    color: #FFFFFF;
    position: absolute;
    transform: rotateZ(-315deg);
    top: 9px;
    right: 9px;
    font-size: 12px;
    line-height: 17px;
}

.item-background {
    width: 67px;
    height: 67px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.item-background img {
    width: 100%;
    height: 100%;
}
.need{
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.clients {
    width: 1190px;
    height: 455px;
    margin: 0 auto;
    background: #fff;
}
.clients ul {
    margin-top: 20px;
}
.clients ul li {
    float: left;
    width: 225px;
    height: 125px;
    background: #fff;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 18px;
    border: 1px solid #efefef;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
   /*  line-height: 223px; */
    position: relative;
}
.clients ul li:hover {
    transition: all .1s linear;
    top: -10px;
}
.clients ul li .corp-hcon{
    text-align: center;
    color: white;
    background: url(../image/corp-hbg.png) repeat;
    display: none;
    margin-top: -12px;

}
.clients ul li .corp-hcon h2{
    padding-top: 10px;
    line-height: 39px;
    font-size: 16px;
    text-align: left;
    text-indent: 30px;
    margin: 0;
}
.clients ul li .corp-hcon h3{
    line-height: 40px;
    font-size: 16px;
}
.clients ul li .corp-hcon p{
    line-height: 35px;
    font-size: 16px;
    text-align: left;
    text-indent: 30px;
}
.feature-block {
    margin-bottom: 120px;
}
.thin-icon a {
    float: left;
    font-size: 60px;
    padding-right: 10px;
    transition: .5s;
    color: #052C7D;
    margin-top: 30px;
}
.feature-txt {
    padding-left: 30px;
    display: table;
}
.feature-txt h5 {
    font-size: 18px;
    font-weight: 700;
    color: #353535;
    margin-bottom: 10px;
    text-align: left;
}
.feature-txt p {
    color: #535251;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
}
.first{
    float: left;
    width: 100%;
	margin-bottom:20px;
}
.first .first-con{
    width:30%;
    float:left;
    margin-top: 40px;
}
.first-img{
    width:40%;
    float:left;
    position: relative;
}
.first-img .bridge{
    position: absolute;
    left: 50%;
    margin-left: -60px;
    right: 0;
    bottom: 80px;
    display: inline-block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    border-radius: 6px;

    cursor: pointer;
    color: white;
     background-color: #e74c3c;
	box-shadow: 0 0 0 1px #c63702 inset,
        0 0 0 2px rgba(255,255,255,0.15) inset,
        0 8px 0 0 #C24032,
        0 8px 0 1px rgba(0,0,0,0.4),
				0 8px 8px 1px rgba(0,0,0,0.5);
}
.first-img .bridge:hover {
    background-color: #e74c3c;
}
