/*创森服务*/

.service {
	text-align: center;
	margin-top: 50px;
}

.service_div {
	display: flex;
	margin: 80px;
}

.service p {
	font-size: 28px;
	margin-bottom: 15px;
}

.service .title {
	margin: 5px 0px;
}

.service .title_en {
	color: #e4392a;
}

.single-member {
	width: 260px;
	margin: 30px 1%;
	background-color: #F8F8F8;
	text-align: center;
	position: relative;
}

.member-image img {
	max-width: 100%;
	vertical-align: middle;
}

h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 15px;
	text-transform: uppercase;
}

h5 {
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 15px;
	line-height: 22px;
}

p {
	font-size: 16px;
	font-weight: 300;
	padding: 0 20px;
}

.social-touch a {
	display: inline-block;
	font-size: 15px;
	margin: 0 2px;
	opacity: 0.7;
	transition: 0.3s;
	color: white;
	margin-top: 8px;
}

.social-touch a:hover {
	opacity: 1;
	transition: 0.3s;
}

.fb-touch {
	background-position: 0 0;
}

.tweet-touch {
	background-position: -35px 0;
}

.linkedin-touch {
	background-position: -71px 0;
}

.icon-colored .fb-touch {
	background-position: 0 -27px;
}

.icon-colored .tweet-touch {
	background-position: -35px -27px;
}

.icon-colored .linkedin-touch {
	background-position: -71px -27px;
}

.effect-1 {
	border-radius: 8px 8px 0 0;
	padding-bottom: 50px;
	flex: 1;
}

.effect-1 .member-image {
	border: 2px solid rgb(0, 0, 0, 0);
	border-radius: 100px;
	padding: 3px;
	display: inline-block;
	margin-top: -68px;
	overflow: hidden;
	transition: 0.3s;
}

.effect-1 .social-touch {
	background-color: #0084ff;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 6px;
	overflow: hidden;
	padding: 6px 0 0;
	width: 100%;
	transition: 0.5s;
}

.effect-1 .member-image img {
	transition: 0.3s;
	width: 100px;
}

/* .effect-1:hover .member-image {
	border-color: #0084ff;
	transition: 0.3s;
	border-radius: 50%;
} */

.effect-1:hover .member-image1 {
	border-color: #2692f6 !important;
	transition: 0.3s;
	border-radius: 50%;
}

.effect-1:hover .member-image2{
	border-color: #f4718f !important;
	transition: 0.3s;
	border-radius: 50%;
}

.effect-1:hover .member-image3{
	border-color: #14a3e6 !important;
	transition: 0.3s;
	border-radius: 50%;
}

.effect-1:hover .member-image3a{
	border-color: #36cebe !important;
	transition: 0.3s;
	border-radius: 50%;
}

.effect-1:hover .member-image5{
	border-color: #ff8d52 !important;
	transition: 0.3s;
	border-radius: 50%;
}

.effect-1:hover .social-touch {
	padding: 6px 0;
	height: 38px;
	transition: 0.3s;
}

/*创森服务 End*/


/*Swiper*/
.swiper-container {
	width: 100%;
	height: 100%;
	margin-top: 5px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.my-b {
	width: 50px;
	height: 5px;
	background: #024a68;
	display: inline-block;
	margin: 0 5px;
}

.my-ba {
	background: #ffffff;
}

/*Swiper End*/


/* 案例 */
.slideTxtBox {
	display: flex;
	margin: 10px;
	/* background: #f5f5f5; */
}

.slideTxtBox .hd {
	width: 200px;
	position: relative;
	background: #333333;
}

/* .slideTxtBox .hd ul{
	text-align: center;
} */

.slideTxtBox .hd ul li {
	padding: 0 15px;
	cursor: pointer;
	height: 100px;
}

.slideTxtBox .hd ul li div {
	text-align: center;
	color: white;
	position: relative;
	top: 25%;
}

.slideTxtBox .hd ul li div img {
	width: 30px;
}

.slideTxtBox .hd ul li.on {
	background: linear-gradient(to right, #01c2e6 0%, #1160ff 100%);
}

.slideTxtBox .bd ul {
	padding: 15px;
	zoom: 1;
}

.menu-content {
	color: white;
	margin: 50px 10px;
}

.menu-content .title {
	font-size: 30px;
	font-weight: bold;
}

.menu-content .remark {
	font-size: 14px;
	width: 50%;
}

.menu-content .more {
	background: #0084ff;
	border: 1px solid #0084ff;
	border-radius: 3px;
	width: 90px;
	text-align: center;
	font-size: 14px;
	padding: 5px;
	margin: 30px 60px;
	display: block;
	color: #ffffff;
}

.index-case {
	width: 100%;
}

.index-case li {
	display: inline-block;
	text-align: center;
}

.index-case a{
	color: #ffffff;
}

.index-case img {
	width: 260px;
	height: 180px;
	margin: 10px;
	object-fit: cover; 
	object-position: top;
}

.index-case p {
	font-weight: bold;
	margin-bottom: 3px;
}

.index-case .type {
	font-size: 14px;
	font-weight: normal;
	color: #a8a8a8;
}

/* 案例End */


/* 专致服务 */
.service-content {
	padding: 100px 10px;
	background: #f7f8fa;
	position: relative;
	overflow: hidden;
}

.service-box {
	width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 2;
}

.service-title h3 {
	text-align: center;
	color: #333;
	font-weight: 400;
	line-height: 1.5;
	font-size: 28px;
}

.service-info {
	font-size: 18px;
	text-align: center;
}

.service-info p {
	color: #333;
}

.service-info a {
	display: block;
	margin: 15px auto 0;
	font-size: 14px;
	color: #00a4ff;
}

.service-info a:hover {
	text-decoration: underline;
}

.service-title {
	margin-bottom: 30px;
}

.service-list {
	-webkit-box-shadow: rgba(0, 0, 0, .1) 0 0 5px;
	box-shadow: rgba(0, 0, 0, .1) 0 0 5px;
	margin-top: 50px;
	font-size: 0;
	background-color: #fff;
	text-align: center;
}

.service-list ul {
	display: table;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.service-list ul li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	width: 16.6666%;
	position: relative;
	border-right: 1px solid #f5f6f7;
}

.service-list ul li a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 20px 0 25px;
	height: 100%;
}

.service-list ul li a h4 {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	margin-top: 15px;
}

.service-list-bj {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;

}

.service-list-bj img {
	height: 80px;
}

.active-img {
	opacity: 0;
}

.service-list ul li:hover .active-img {
	opacity: 1
}

.service-list ul li:hover h4 {
	color: #519DFE;
	transition: all .25s ease-in;
	transform: translateY(-8px);
}

.service-animation-bg {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	z-index: 1;
	opacity: .07;
	font-size: 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-animation: bgScroll 24s infinite linear;
	animation: bgScroll 24s infinite linear;
	will-change: transform;
}

.service-animation-group {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	min-height: 280px;
}

.service-item {
	height: 80px;
	margin: 0 50px 50px;
	display: inline-block;
	vertical-align: middle;
	line-height: 80px;
	-webkit-filter: grayscale(100%);
	-webkit-filter: gray;
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.service-item.item001 {
	width: 300px;
	height: 180px;
	background-image: url(../img/logo_aliyun.png);
	background-size: 300px 180px;
}

.service-item.item002 {
	width: 300px;
	height: 180px;
	background-image: url(../img/logo_tencent.png);
	background-size: 300px 180px;
}

.service-item.item003 {
	width: 300px;
	height: 171px;
	background-image: url(../img/logo_dgaf.png);
	background-size: 300px 171px;
}

.service-item.item004 {
	width: 300px;
	height: 180px;
	background-image: url(../img/logo_baidu.png);
	background-size: 300px 180px;
}

.service-item.item005 {
	width: 301px;
	height: 49px;
	background-image: url(../img/logo_yuexiu.png);
	background-size: 301px 49px;
}

.service-item.item006 {
	width: 300px;
	height: 191px;
	background-image: url(../img/logo_google.png);
	background-size: 300px 191px;
}

.service-item.item007 {
	width: 300px;
	height: 180px;
	background-image: url(../img/logo_apple.png);
	background-size: 300px 180px;
}

.service-item.item008 {
	width: 300px;
	height: 232px;
	background-image: url(../img/logo_jxc.png);
	background-size: 300px 232px;
}

.service-item.item009 {
	width: 300px;
	height: 180px;
	background-image: url(../img/logo_zgyd.png);
	background-size: 300px 180px;
}

.service-item.item010 {
	width: 300px;
	height: 100px;
	background-image: url(../img/logo_zealio.png);
	background-size: 300px 100px;
}


@-webkit-keyframes bgScroll {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	to {
		-webkit-transform: translateY(-33.333%);
		transform: translateY(-33.333%)
	}
}

@keyframes bgScroll {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	to {
		-webkit-transform: translateY(-33.333%);
		transform: translateY(-33.333%)
	}
}

/* 专致服务 End */


/* 联系我们 */
.contact_us {
	background: #0084ff;
	width: 100%;
	color: white;
	text-align: center;
	padding: 68px 0px;
	font-size: 18px;
}

.contact_us>img {
	margin-bottom: 20px;
}

.contact_us_txt {
	color: #FFFFFF !important;
	font-size: 16px;
	border: 2px solid white;
	padding: 5px;
	width: 40%;
	margin: 0 auto;
}

/* 联系我们 End */


/* 项目流程 */
.i-process .list {
    background: #fff url("../img/bg_signline.png") no-repeat center ;
    margin: 0 auto;
    width: 1200px;
    height: 380px;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

.flow .cooperation {
    background-color: #fff;
}

.flow {
    text-align: center;
}

.flow p{
	padding: 0px;
}

.title-text {
    position: relative;
    padding-bottom: 20px;
    font-size: 34px;
    color: #666666;
    font-weight: normal;
}

.title-text:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 110px;
    height: 6px;
    margin-left: -52px;
    background-color: #43cdab;
}

.title-description {
    margin-top: 40px;
    color: #b0b0b0;
}

.title-description {
    margin-top: 30px;
}

.inner-item {
    margin: 0 auto;
    position: relative;
}

.i-process {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.i-process .hold {
    width: 1106px;
    height: 352px;
    margin: 0 auto;
}

.i-process .btn {
    width: 68px;
    height: 150px;
    line-height: 2;
    color: #8f8f95;
    text-align: center;
    transform: translateX(50px);
    opacity: 0;
}

.i-process .btn.cur {
    color: #43cdab;
}

.i-process .btn:nth-child(1) {
    left: 33px;
    top: 172px;
}

.i-process .btn:nth-child(2) {
    left: 151px;
    top: 83px;
}

.i-process .btn:nth-child(3) {
    left: 294px;
    top: 126px;
}

.i-process .btn:nth-child(4) {
    left: 439px;
    top: 69px;
}

.i-process .btn:nth-child(5) {
    left: 618px;
    top: 62px;
}

.i-process .btn:nth-child(6) {
    left: 776px;
    top: 68px;
}

.i-process .btn:nth-child(7) {
    left: 957px;
    top: 157px;
}

.i-process .btn:nth-child(8) {
    left: 1087px;
    top: 81px;
}

.i-process .btn .light {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    margin: 12px 29px;
}

.i-process .btn .light:after {
    content: "";
    position: absolute;
    left: -6px;
    top: -6px;
    z-index: -1;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    background: #43cdab;
    opacity: 0.3;
}

.i-process .btn.cur .light:after {
    animation: Circle 1.2s infinite linear;
}

.i-process .btn.cur .light:after {
    animation: Circle 1.2s infinite linear;
}

.i-process .btn .circle {
    width: 68px;
    height: 68px;
    border-radius: 34px;
    background: #edeff1;
    margin: 12px 0;
}

.i-process .btn.cur .circle {
    background: #43cdab;
}

.i-process .btn .circle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    height: 68px;
    background: url(../img/bg_sign6.png) no-repeat;
}

.i-process .btn.cur .circle:after {
    background-position: 0 -68px;
}

.i-process .btn:nth-child(2) .circle:after {
    background-image: url(../img/bg_sign1.png);
}

.i-process .btn:nth-child(3) .circle:after {
    background-image: url(../img/bg_sign2.png);
}

.i-process .btn:nth-child(4) .circle:after {
    background-image: url(../img/bg_sign3.png);
}

.i-process .btn:nth-child(5) .circle:after {
    background-image: url(../img/bg_sign4.png);
}

.i-process .btn:nth-child(6) .circle:after {
    background-image: url(../img/bg_sign5.png);
}

.i-process .btn:nth-child(7) .circle:after {
    background-image: url(../img/bg_sign7.png);
}

.i-process .btn:nth-child(8) .circle:after {
    background-image: url(../img/bg_sign8.png);
}

.w-f {
    width: 100%;
}

.h-f {
    height: 100%;
}

.fwn {
    font-weight: normal;
}

.tac {
    text-align: center;
}

.t-f {
    transition: all 0.5s;
}

.t-c {
    transition: color 0.5s;
}

.t-bg {
    transition: background 0.5s;
}

@keyframes Circle {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: 0.3;
    }

    100% {
        transform: scale(0.5);
        opacity: 0;
    }
}
/* 项目流程End */

/* 协作伙伴 */
.partner {
	text-align: center;
	margin-top: 30px;
	display: inline-block;
}

.partner_title {
	font-size: 28px;
	font-weight: 400;
	color: #333333;
	margin: 50px 0px 20px 0px;
}

.partner_p {
	margin: 20px 0px;
}

.partner_ul {
	width: 80%;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.partner_ul li {
	flex: 1;
	margin: 10px;
}

.partner_ul li div {
	border: 1px solid #E9E9E9;
	min-width: 280px;
	height: 150px;
}

.partner_ul li div img {
	width: 250px;
	height: 150px;
}



/* 底部波纹 */
.waves {
	position: relative;
	width: 100%;
	height: 15vh;
	margin-bottom: -7px;
	min-height: 100px;
	max-height: 150px;
}

.content {
	position: relative;
	height: 20vh;
	text-align: center;
	background-color: white;
}

/* Animation */

.parallax>use {
	animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 7s;
}

.parallax>use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 10s;
}

.parallax>use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 13s;
}

.parallax>use:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 20s;
}

@keyframes move-forever {
	0% {
		transform: translate3d(-90px, 0, 0);
	}

	100% {
		transform: translate3d(85px, 0, 0);
	}
}

/* 底部波纹 End */


/* 关于我们 */
.about_us {
	width: 100%;
	position: relative;
	margin-top: 60px;
}

.about_us .bgl {
	background: url(../img/about_us.jpg) no-repeat;
	width: 50%;
	height: 600px;
	float: left;
	border-top: 1px #f5f5f5 solid;
}

.about_us .bgr {
	width: 50%;
	background: #f5f5f5;
	float: right;
	height: 600px;
}

.about_us_content {
	position: absolute;
	right: 0px;
	top: 100px;
	background: #ffffff;
	width: 60%;
	border: #ffffff solid;
	border-radius: 2px;
	padding: 60px 30px;
}

.about_us_content .et {
	color: #999999;
	letter-spacing: 10px;
	margin-left: 10px;
}

.about_us_content b {
	font-size: 32px;
}

.about_us_content b>span {
	color: #0084ff;
}

.about_us_content p {
	margin: 40px;
	text-indent: 28px;
	line-height: 32px;
}

.about_us_content a {
	background: #0084ff;
	color: white;
	padding: 8px 20px;
	font-size: 16px;
	border: 1px #0084ff solid;
	border-radius: 6px;
	margin-left: 60px;
}

/* 关于我们 End*/


/* 立即咨询 */
.consult {
	background: #00aaff url(../img/footer_bg.png) no-repeat -1208px;
	text-align: center;
	padding: 50px 0px 45px;
}

.consult p {
	color: white;
	font-size: 24px;
	margin-bottom: 30px;
}

.consult a {
	color: white !important;
	font-size: 18px;
	border: 1px #ffffff solid;
	width: 100px;
	margin: 0px auto;
	padding: 6px 30px;
}
/* 立即咨询End */

