﻿* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body,
html {
	width: 100%;
	height: 100%;
	overflow-y: hidden;
}

.banner {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.about_page {
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transform: translate3d(0, 0, 100px);
	transform: translate3d(0, 0, 100px);
	background: #FFFFFF;
	position: relative;
	overflow: hidden;
}

.about_page p span {
	visibility: hidden;
}

.core_business {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #FFFFFF;
	position: relative;
}

.core {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.cooperated {
	width: 100%;
	overflow: hidden;
	/*height: 150%;*/
}

.contact {
	width: 100%;
	height: 180%;
	background: red;
	overflow: hidden;
}


/*第一页*/

.banner_banner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.banner_banner_box_1,
.banner_banner_box_2,
.banner_banner_box_3 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
	text-align: center;
}

.banner_banner_box_1 {
	z-index: -1;
}

.banner_banner_box_2 {
	z-index: -2;
}

.banner_banner_box_3 {
	z-index: -3;
}

.banner_banner_box_1_1 {
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	left: 0;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.banner_banner_box_2_1 {
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	right: 0;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.banner_banner_box_3_1 {
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	right: 0;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.banner_img {
	width: 100%;
	min-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.logo {
	width: 200px;
	position: absolute;
	top: 20px;
	left: 3%;
}

.banner_dec {
	width: 300px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.search {
	width: 123px;
	position: fixed;
	top: 20px;
	right: 315px;
	border: 1px solid #FFFFFF;
	text-align: right;
	overflow: hidden;
	z-index: 10;
}

.search_btn {
	width: 100%;
	cursor: pointer;
}

.search_btn img {
	width: 100%;
	/*border: 1px solid #FFFFFF;*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.banner_input {
	width: 100%;
	height: 160px;
	position: absolute;
	top: 0px;
	left: 0;
	background-color: transparent;
	color: #000000;
	display: none;
	/*display: none;*/
}

.submit {
	width: 90%;
	height: 13%;
	position: relative;
	display: none;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 5%;
}

.submit img {
	height: 100%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.login {
	height: 37px;
	position: fixed;
	top: 20px;
	right: 165px;
	cursor: pointer;
	border: 1px solid #FFFFFF;
	z-index: 10;
}

.login img {
	height: 100%;

	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.banner_mouse_click {
	height: 50px;
	position: absolute;
	bottom: 6%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.banner_mouse_click_mouse {
	height: 30px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-animation: mouse 0.9s linear infinite;
	animation: mouse 0.9s linear infinite;
	cursor: pointer;
}

.banner_mouse_click_mouse img {
	height: 100%;
}

.banner_mouse_click_li {
	width: 400px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 50px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.banner_ulli {
	width: 50px;
	height: 7px;
	display: inline-block;
	margin: 0 10px;
	background: #FFF;
	border-radius: 8px;
	opacity: 0.8;
	cursor: pointer;
}

.banner_search_info {
	display: none;
}

.banner_search_info2 {
	width: 100%;
	height: 100%;
	position: absolute;
	display: none;
}

.banner_search_img {}

.banner_textarea2 {
	width: 90%;
	height: 60%;
	margin-left: 5%;
}

.banner_textarea2 textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: 1px solid #FFFFFF;
	outline: none;
	resize: none;
	font-size: 15px;
}


/*第二页*/

.about_page_title {
	font-size: 43px;
	margin-top: 20px;
	font-weight: 100;
}

.about_page_line {
	width: 100px;
	border-top: 1px saddlebrown solid;
	margin: 10px auto;
}

.about_page_subtitle {
	font-size: 20px;
	margin-bottom: 20px;
}

.about_page_message {
	width: 80%;
	text-align: left;
	margin: auto;
	font-size: 1em;
	position: relative;
	top: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
}

.about_page_message p {
	margin: 20px 0;
}

.video_page {
	width: 100%;
	position: absolute;
	top: 100%;
}
.video_shadow{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: #201616;
	opacity: 0;
	z-index: 110;
}
#videoIndex {
	width: 20%;
	/*  bottom: 20%;*/

	cursor: pointer;
	position: absolute;
	left: 40%;
	/*top: 66%;*/
	/*transform: translateX(-50%) translateY(-50%);*/
	/*transform:  translateY(250%);*/
	top: 0%;
	z-index: 10;
	display: none;
	border: 30px solid rgba(0,0,0,0.5);
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.phone{
	display: none;
}
.video_page_block{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	text-align: center;
	z-index: 10;
}

.video_post{
	text-align: center;
	position: absolute;
	background: #FFFFFF;
	z-index: 201111;
	/* left: 50%; */
	/* display: none; */
	width: 100%;
	height: 300px;
	top: 0;

}
.video_post img{
	width: 7%;
}

/*第三页*/

.core_business_content {
	width: 80%;
	height: 69%;
	text-align: center;
	position: absolute;
	/* left: 50%;*/
	left: -100%;
	bottom: 20px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.core_business_content_box {
	width: 24.5%;
	overflow: hidden;
	float: left;
	position: relative;
	overflow: hidden;
}

.core1,
.core2,
.core3 {
	width: 100%;
	vertical-align: bottom;
}

.shadow {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background: #47a1d8;
	display: none;
}

.core1,
.core2,
.core3 {}

.core_business_content_box_img {
	width: 50%;
	position: absolute;
	/*top: 23%;*/
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	color: #FFFFFF;
	font-size: 20px;
}

.core_business_content_box_img img {
	width: 30%;
}

.core_business_content_box_message {
	position: absolute;
	top: 38%;
	width: 70%;
	height: 40%;
	left: 15%;
	color: #FFF;
	font-size: 13px;
	font-weight: 100;
	overflow: hidden;
	display: none;
	text-align: left;
	/*text-align:justify;*/
}

.core_business_content_box_message {
	text-indent: 25px;
}

.core_business_content_box_message_content {
	width: 100%;
	position: absolute;
	top: 0;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	/*word-break: break-all;
    text-align: center;*/
}

.core_business_content_box_btn {
	border: 1px solid #FFF;
	width: 117px;
	height: 34px;
	position: absolute;
	bottom: 5%;
	line-height: 35px;
	color: #FFF;
	font-size: 13px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	cursor: pointer;
	display: none;
}


/*第四页*/

.core_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	text-align: center;
	z-index: -1;
	visibility: hidden;
	/*overflow: hidden;*/
}

.core_bg img {
	/*	width: 100%; */
	width: 100%;
	height: 100%;

}

.core_title {
	position: relative;
}

.core_move {
	margin-top: 3%;
	width: 100%;
	position: relative;

	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-ms-transform-style：-ms-preserve-3d；
	transform-style: preserve-3d;
	-webkit-perspective: 600px;
	perspective: 600px;
	left: 100%;
	top: 30%;

	-webkit-transform: scale(0.8);

	-ms-transform: scale(0.8);

	transform: scale(0.8);
}

.core_move_box {
	width: 40%;
	/*height: 300px;*/
	position: absolute;
	left: 30%;
	/* transform-origin: 50% 50%;*/
	cursor: pointer;
}

.core_sheld {
	width: 100%;
	height: 100%;
	background: #000000;
	position: absolute;
	top: 0;
	opacity: 0.2;
}


/*
.core_move_box:nth-of-type(1){
	transform:rotateY(-90deg) translate3d(0, -50%, 200px) rotateY(90deg);

}
.core_move_box:nth-of-type(2){
	transform:rotateY(0deg) translate3d(0, -50%, 170px) rotateY(0deg);
}
.core_move_box:nth-of-type(3){
	transform:rotateY(90deg) translate3d(0, -50%, 200px) rotateY(-90deg);
}
.core_move_box:nth-of-type(4){
	transform:rotateY(180deg) translate3d(0, -50%, 200px) rotateY(-180deg);
}*/

.core_move_box img {
	width: 100%;
	/*visibility: visible;*/
	/*visibility: hidden;*/
}

.position_number {
	display: none;
}

.box1 {
	display: none;
}

.core_move_box_message {
	position: absolute;
	bottom: 10%;
	width: 100%;
}

.grey {
	width: 100%;
	height: 100%;
	background: #1f1e1e;
	opacity: 0.8;
	position: absolute;
	top: 0;
}

.jump_sheld {
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.7;
	position: absolute;
	top: 0;
	z-index: 0;
	display: none;
}

.detail_page {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: black;
	opacity: 0.5;
	z-index: 10;
	-webkit-transform: translate3d(0,0,10px);
	transform: translate3d(0,0,10px);
	display: none;
}

.detail_page_2 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: black;
	opacity: 0.5;
	z-index: 10;
	display: none;
}

.detail_page_box {
	width: 40%;
	height: 20%;
	padding: 5%;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #FFFFFF;
	z-index: 11;
	display: none;
	text-align: left;
	-webkit-transform: translate3d(-50%,-50%,10px);
	transform: translate3d(-50%,-50%,10px);
	text-indent: 20px;
}

.detail_page_box_2 {
	width: 40%;
	height: 20%;
	padding: 5%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: #FFFFFF;
	z-index: 11;
	display: none;
	text-align: left;
	text-indent: 20px;
}

.detail_page_box strong {
	position: absolute;
	display: block;
	text-align: center;
	left: 50%;
	top: 7%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 21px;
	text-indent:0;
}

.detail_page_box_2 strong {
	position: absolute;
	display: block;
	text-align: center;
	left: 50%;
	top: 7%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 21px;
	text-indent:0;
}

.text p {
	text-align: justify;
}


/*第五页*/

.cooperated_member {
	width: 80%;
	height: 212px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: 13px;
}

.cooperated_member .cooperated_member_box {
	height: 63px;
	float: left;
	width: 14.2%;
	vertical-align: top;
	overflow: hidden;
	text-align: left;

}

.cooperated_member_box img {
	height: 100%;
	margin-top: 100px;
}

.member1 {}

.cooperated_block {
	background: #FFFFFF;
}

.contact_us {
	width: 100%;
	height: 450px;
	background: #e5e5e5;
	padding-top: 20px;
	position: relative;
}

.contact_us_down {
	padding-top: 32px;
	width: 80%;
	height: 200px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.contact_us_down_box {
	vertical-align: top;
	width: 32%;
	height: 90%;
	position: relative;
	float: left;
	text-align: left;
}
.contact_us_down_box:nth-of-type(1){
	width: 25%;
}
.qr_code {
	height: 100%;
	/*margin-left: 20%;*/
}

.tip {
	min-width: 260px;
	height: 30px;
	/*padding-left: 40px;*/
	font-size: 14px;
	text-align: left;
	margin-bottom: 4%;
}

.contact_us_tip1 {}

.contact_us_tip2 {}

.contact_us_tip3 {
	margin-top: 42px;
}

.tip1_img,
.tip1_img_2 {
	width: 20px;
	height: 30px;
	text-align: center;
	float: left;
	line-height: 30px;
	position: relative;
}

.tip_message {
	width: 70%;
	height: 100%;
	/*line-height: 30px;*/
	margin-left: 13px;
	margin-top: 6px;
	float: left;
}

.tip1_img img {
	height: 80%;
}

.tip1_img_2 img {
	height: 44%;
}

.tip1_img img,
.tip1_img_2 img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.contact_us_tip4 {
	min-width: 260px;
	height: 30px;
	font-size: 14px;
	margin-bottom: 4%;
	color: rgb(0, 113, 179);
	font-size: 38px;
	position: absolute;
	bottom: 0;
}

.contact_us_tip4 a {
	text-decoration: none;
	color: rgb(0, 113, 179);
}

.contact_us_btn {
	width: 137px;
	height: 44px;
	border: 1px solid rgb(0, 113, 179);
	color: rgb(0, 113, 179);
	line-height: 44px;
	/* margin-left: -18%; */
	cursor: pointer;
	text-align: center;
}

.last_img {
	width: 100%;
	height: 500px;
	position: absolute;
	bottom: 0px;
	overflow: hidden;
	z-index: -1;
	visibility: hidden;
}

.last_img2 {
	width: 100%;
	height: 200px;
	text-align: left;
}

.last_padd {
	width: 100%;
	height: 20px;
}

.last_link {
	width: 80%;
	margin-left: 10%;
}

.last_link a {
	text-decoration: none;
	color: #FFFFFF;
	margin-right: 3%;
	margin-top: 20px;
	font-size: 13px;
}

.last_link a:nth-child(1) {
	/*margin-left: 6.8%;*/
}

.last_img img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}


/*.last_img2 img{
	width: 100%;
	visibility: hidden;

}*/

.tail {
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: #FFFFFF;
}


/*swiper相关*/

.swiper-container {
	width: 100%;
	height: 100%;
	position: relative;
	/*overflow: hidden;*/
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
}

.swiper-slide {
	width: 100%;
	height: 100%;
}

.page {
	float: left;
	text-align: center;
	overflow-y: hidden;
	/*overflow-y: hidden;*/
}

.website {
	width: 100%;
	min-width: 1100px;
	height: 100%;
}

.sub_title {
	padding-top: 50px;
	padding-bottom: 20px;
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	opacity: 0;
	z-index: 10;
}

.sub_title img {
	width: 350px;
}

.jump_btn {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	top: 10px;
	background: url(../img/banner/banner_btn.png);
	background-size: 100% 100%;
	z-index: 99999;
	cursor: pointer;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.jump_nemu {
	width: 100%;
	height: 44%;
	min-width: 1100px;
	position: fixed;
	top: -100%;
	z-index: 11;
}

.jump_content_3d {
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.jump_content {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #FFFFFF;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: translate3d(0px, 0px, 0px) rotateX(-180deg);
	transform: translate3d(0px, 0px, 0px) rotateX(-180deg);
	text-align: center;
}

.jump_content2 {
	width: 100%;
	height: 50%;
	margin-bottom: 0;
	color: #8c8a8a;
}

.jump_slide {
	width: 100%;
	height: 200%;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.jump_content_btn1 {
	height: 30%;
	display: inline-block;
	/* margin-right: 50px; */
	vertical-align: top;
	text-align: center;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	margin: 40px 0%;
}

.jump_slide:hover {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.jump_content_btn1_cn {
	height: 50%;
}

.center_h {
	height: 50%;
}

.jump_content_btn1_cn img {
	height: 100%;
}

.center_h img {
	height: 100%;
}

.jump_logo {
	width: 100%;
	height: 50%;
	position: relative;
}

.jump_logo img {
	height: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	cursor: pointer;
}

.line {
	display: none;
}

.sheld {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 3;
	display: none;
}

.language_btn {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 89px;
	top: 10px;
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
	z-index: 10;
	cursor: pointer;
	opacity: 0.8;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	font-family: arial;
}


/*动画*/

@-webkit-keyframes mouse {
	0% {
		top: 0px;
	}
	50% {
		top: -15px;
	}
}

@keyframes mouse {
	0% {
		top: 0px;
	}
	50% {
		top: -15px;
	}
}

@-webkit-keyframes about_page {
	50% {
		-webkit-transform: translate3d(0px, 50px, 50px);
		transform: translate3d(0px, 50px, 50px)
	}
}

@keyframes about_page {
	50% {
		-webkit-transform: translate3d(0px, 50px, 50px);
		transform: translate3d(0px, 50px, 50px)
	}
}

@-webkit-keyframes subtitle {
	80% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes subtitle {
	80% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes about_page_message {
	0% {
		top: 100%;
	}
	80% {
		top: -2%;
	}
	100% {
		top: 0%;
	}
}

@keyframes about_page_message {
	0% {
		top: 100%;
	}
	80% {
		top: -2%;
	}
	100% {
		top: 0%;
	}
}

/*@keyframes video {
	80% {
		transform: translateY(50%);
	}
	100% {
		transform:  translateY(0%);
	}
}*/
@-webkit-keyframes video {
	80% {
		top:75%;
	}
	100% {
		top:80%;
	}
}
@keyframes video {
	80% {
		top:75%;
	}
	100% {
		top:80%;
	}
}

@-webkit-keyframes core_business_content {
	80% {
		left: 53%;
	}
	100% {
		left: 50%;
	}
}

@keyframes core_business_content {
	80% {
		left: 53%;
	}
	100% {
		left: 50%;
	}
}

@-webkit-keyframes core_move {
	80% {
		left: -5%;
	}
	100% {
		left: 0;
	}
}

@keyframes core_move {
	80% {
		left: -5%;
	}
	100% {
		left: 0;
	}
}

@-webkit-keyframes cooperated_member_box {
	80% {
		margin-top: -10px;
	}
	100% {
		margin-top: 0;
	}
}

@keyframes cooperated_member_box {
	80% {
		margin-top: -10px;
	}
	100% {
		margin-top: 0;
	}
}

.sub_title_animate {
	-webkit-animation: subtitle 0.5s ease forwards;
	animation: subtitle 0.5s ease forwards;
}

.sub_title_animate2 {
	-webkit-animation: subtitle 0.5s ease forwards;
	animation: subtitle 0.5s ease forwards;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.about_page_message_animate {
	-webkit-animation: about_page_message 0.5s ease forwards;
	animation: about_page_message 0.5s ease forwards;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.video_animate {
	-webkit-animation: video 0.5s ease forwards;
	animation: video 0.5s ease forwards;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.core_business_content_animate {
	-webkit-animation: core_business_content 0.5s ease forwards;
	animation: core_business_content 0.5s ease forwards;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.core_move_animate {
	-webkit-animation: core_move 0.5s ease forwards;
	animation: core_move 0.5s ease forwards;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.cooperated_member_box_animate {
	-webkit-animation: cooperated_member_box 0.5s ease forwards;
	animation: cooperated_member_box 0.5s ease forwards;
	/*	animation-delay: 1s;*/
}

.addw {
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.clearboth {
	clear: both;
}