
/* #certify, .seo-theme .pricing-plan {
	position: relative;
	width: 1200px;
	margin: 0 auto
}
#certify .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
} */

#certify .swiper-container-no-flexbox .swiper-slide {
    float: left
}

#certify .swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

#certify .swiper-wrapper, .pricing-plan .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;
	overflow: visible;
    -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;
}

#certify .swiper-wrapper, .pricing-plan .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)
}

#certify .swiper-slide{
    webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 90%;
    padding: 75px 20px;
    height: 100%;
    position: relative;
    background: url(../images/mobile.png) no-repeat center/cover;
}
.pricing-plan .swiper-slide  {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 90%;
    height: 100%;
    position: relative;
}
.pricing-plan .swiper-slide {
	padding-bottom: 60px;
    display: block;
}
.pricing-plan .swiper-slide h2{
	border-bottom: 1px solid #f1f1f1; 
}
.pricing-plan .swiper-slide:hover {
	background: #06c1ae;
	color: #fff;
}
.pricing-plan .swiper-slide:hover h2 {
	color: #fff;
}
.pricing-plan .swiper-slide:hover a {
    border: 2px solid #ffffff;
    color: #06c1ae;
    background: #ffffff;
}
.pricing-plan .swiper-slide a{
	font-size: 14px;
    width: 120px;
    line-height: 35px;
    border: 2px solid #d8d8d8;
    font-weight: 900;
    text-transform: uppercase;
    color: #525252;
    margin-top: 28px;
}

.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: #7c7c7c;
	cursor:pointer;
	text-align: center;
	z-index: 10;
}
.swiper-button-next i, .swiper-button-prev i{
	line-height: 50px;
    color: #fff;
    font-size: 22px;
}
.swiper-button-prev{
	left: 0;
}
.swiper-button-next{
	right: 0;
}
#certify .swiper-pagination, .pricing-plan .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
}

#certify .swiper-pagination-bullet, .pricing-plan .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    margin: 0 5px;
    cursor: pointer;
}

#certify .swiper-slide:hover {
    /* -webkit-box-shadow: rgba(0,0,0,.5) 0px 0px 50px;
    -moz-box-shadow: rgba(0,0,0,.5) 0px 0px 50px;
    box-shadow: rgba(0,0,0,.5) 0px 0px 50px; */
}

.banner-box {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

#certify .swiper-container, .pricing-plan .swiper-container {
    width: 100%;
    margin: 12px 0;
}
#certify .swiper-container::before{
	position: absolute;
	top: 26px;
	left: 50%;
	content: "";
	width: 334px;
	height: 678px;
	margin-left: -167px;
	background:url(../images/mobile.png) no-repeat center;
	/* z-index: 10; */
}

#certify .swiper-slide{
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    /* transform: scale(.55); */
    /* -webkit-transform: scale(0.55); */
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
	-moz-box-shadow: rgba(0,0,0,.2) 0px 0px 30px;
	/* filter: blur(2px); */
	/* -webkit-box-shadow: rgba(0,0,0,.2) 0px 0px 30px;
    -moz-box-shadow: rgba(0,0,0,.2) 0px 0px 30px;
    box-shadow: rgba(0,0,0,.2) 0px 0px 30px; */
}
.pricing-plan .swiper-slide {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    /* transform: scale(.8);
    -webkit-transform: scale(.8); */
	-moz-box-shadow: rgba(0,0,0,.2) 0px 0px 30px;
	/* filter: blur(2px); */
	-webkit-box-shadow: rgba(0,0,0,.2) 0px 0px 0px;
    -moz-box-shadow: rgba(0,0,0,.2) 0px 0px 0px;
	box-shadow: rgba(0,0,0,.2) 0px 0px 0px;
	border-radius: 5px;
}
.pricing-plan .swiper-slide:hover, .pricing-plan .swiper-slide-active:hover{
    box-shadow: rgba(0,0,0,.2) 0px 0px 30px;
}
.pricing-plan .swiper-slide:hover img{
    transform: rotate(360deg);
    /* box-shadow: 0px 0px 30px 0px rgba(88, 88, 88, 0.10); */
}

#certify .swiper-slide-active,.swiper-slide-duplicate-active{
    -webkit-transform: scale(.7);
	transform: scale(.7);
	/* filter: blur(0px); */
	-webkit-box-shadow: rgba(0,0,0,.2) 0px 0px 0px!important;
    -moz-box-shadow: rgba(0,0,0,.2) 0px 0px 0px!important;
    box-shadow: rgba(0,0,0,.2) 0px 0px 0px!important;
}

.pricing-plan .swiper-slide-active,.swiper-slide-duplicate-active {
    -webkit-transform: scale(.8);
	transform: scale(.8);
	filter: blur(0px);
	/* -webkit-box-shadow: rgba(0,0,0,.2) 0px 0px 0px!important;
    -moz-box-shadow: rgba(0,0,0,.2) 0px 0px 0px!important;
    box-shadow: rgba(0,0,0,.2) 0px 0px 0px!important; */
}
.swiper-slide-center:hover .anli_ul_div_t{
	opacity: 1;
	top: 13%;
}

#certify .swiper-slide img {
    width: 100%;
    display: block;
}

#certify .swiper-pagination, .pricing-plan .swiper-pagination {
    position: relative;
    margin-bottom: 30px;
}

#certify .swiper-pagination-bullet-active, .pricing-plan .swiper-pagination-bullet-active {
    opacity: 1;
    background: rgba(0,0,0,.8);
}

.banner-arrow div:hover {
    background-color: #4a4a4a!important;
}


.banner-button {
    width: 100%;
    vertical-align: middle;
	text-align: center;
	margin-bottom: 80px;
}

.banner-button a {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    height: auto;
    width: auto;
    line-height: 100%;
    padding: 15px 50px;
    position: relative;
}
.banner-button a:hover{
	color: #fff;
}
.banner-button-btn {
    color: #fff;
    font-weight: 400;
    margin: 0;
    line-height: 1.8em;
    font-size: 16px;
    font-family: 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', "Hiragino Sans GB",Arial,"Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei",'PingFang SC', SimSun, sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #06c1ae!important;
    border-radius: 100px;
}

.banner-button-btn{
    background: #cedad0;
    display: inline-block;
    -webkit-transition: border-color .4s,color .4s;
    -moz-transition: border-color .4s,color .4s;
    transition: border-color .4s,color .4s;
    border: 0;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    color: #fff;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.banner-button-btn, .banner-button-btn::before{
     -webkit-transition-timing-function: cubic-bezier(0.2,1,.3,1);
    -moz-transition-timing-function: cubic-bezier(0.2,1,.3,1);
     transition-timing-function: cubic-bezier(0.2,1,.3,1);
}

.banner-button-btn::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: #009688;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7,1,1);
    -moz-transform: scale3d(0.7,1,1);
    -ms-transform: scale3d(0.7,1,1);
    -o-transform: scale3d(0.7,1,1);
    transform: scale3d(0.7,1,1);
    -webkit-transition: -webkit-transform .4s,opacity .4s;
    -moz-transition: -moz-transform .4s,opacity .4s;
    transition: transform .4s,opacity .4s;
    -webkit-transition-timing-function: cubic-bezier(0.2,1,.3,1);
    -moz-transition-timing-function: cubic-bezier(0.2,1,.3,1);
    transition-timing-function: cubic-bezier(0.2,1,.3,1);
}

.banner-button-btn:hover::before{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.pricing-plan img{
	width: 120px;
	max-height: 120px;
	margin: 30px auto;
	overflow: hidden;
}
.swiper-slide-active .anli_ul_div_t_1_1 img {
    transform: scale(1.5);
}
.swiper-slide-active .anli_ul_div_t {
    opacity: 0;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(0,0,0,0.5);
    transition: all ease 0.3s;
}
.swiper-slide-active:hover .anli_ul_div_t {
    opacity: 1;
    top: 0!important;
    left: 0;
}
.swiper-slide-active .anli_ul_div_t_1_1 p{
    text-align: center;
    color: #fff;
    margin-top: 60px;
    font-size: 22px;
    line-height: 40px;
}
.swiper-slide-active .anli_ul_div_t{ 
    top: 0;
    left: 0;
}

/* 案例 */
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    width: 27px;
    height: 50px;
    margin-top: -25px;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    /* background: #7c7c7c; */
    cursor: pointer;
    text-align: center;
    z-index: 10;
    line-height: 15px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev{
    left: -35px;
}
.owl-carousel .owl-controls .owl-nav .owl-next{
    right: -35px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev::before{
    content: "\e614";
    font-family: "iconfont" !important;
    font-size: 20px;
    font-style: normal;
    top: 17px;
    position: absolute;
    left: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.owl-carousel .owl-controls .owl-nav .owl-next::before{
    content: "\e611";
    font-family: "iconfont" !important;
    font-size: 20px;
    font-style: normal;
    top: 17px;
    position: absolute;
    left: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pricing-plan .owl-carousel, .our-project .owl-carousel{
    margin: 60px 0 0;
}
.owl-carousel .owl-item {
    display: flex;
    justify-content: center;
}
/* .our-project .swiper-slide a{
    width: 90%;
} */