body{
	padding-top: 135px;
}
.company{
	height: 600px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.c_center{
	width: 1300px;
	height: 451px;
	/*background-color: #aaa;*/
	display: flex;
}

.c_c_left{
	width: 50%;
	height: 451px;
	display: flex;
	/*align-items: center;*/
	align-content: center;
	flex-wrap: wrap;
}
.c_c_right{
	width:638px;
	height: 100%;
}
.c_c_r_image{
	width: 100%;
	height: 100%;
}
.c_c_l_title{
	font-size: 24px;
	font-weight: 900;
	color: #333333;
	height: 59px;
	line-height: 40px;
	text-indent: 16px;
	position: relative;
	margin-bottom: 60px;
	z-index: 100;
}
.c_c_l_title::before{
	content: "COMPANY";
	left: -16px;
	top: 0px;
	font-size: 72px;
	font-weight: 900;
	z-index: -1;
	color: #f2f2f2;
	position: absolute;
}
.c_c_l_title::after{
	content: "";
	position: absolute;
	height: 2px;
	width: 30px;
	background-color:  #e60012;
	/*border-style: none none solid none;*/
	left: 16px;
	bottom: 20px;
	/*border-width: 9px;*/
	/*border-color: #e60012;*/
}
.c_c_l_detail{
	width: auto;
	padding: 0 25px 0;
	max-height: 200px;
	font-size: 13px;
	color: #333333;
	line-height: 22px;
}
.c_c_l_button{
	display: block;
	height: 54px;
	width: 168px;
	line-height: 54px;
	text-align: center;
	border-style: solid;
	box-sizing: border-box;
	border-width: 1px;
	border-radius: 4px;
	color: #e60012;
	text-decoration: none;
	font-size: 14px;
	margin-top: 43px;
	margin-left: 25px;
}
.culture{
	height: 470px;
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: #f4f4f4;
}
.cu_center{
	width: 1300px;
	height: 100%;
}
.c_cu_title{
	display: block;
	width: 96px;
	margin: 50px auto 50px;
	/*text-align: center;*/
	font-size: 24px;
	font-weight: 900;
	/*margin-top: 50px;*/
	position: relative;
	z-index: 10;
	color: #333333;
}
.c_cu_title::before{
	position: absolute;
	content: "CULTURE";
	font-weight: 900;
	font-size: 72px;
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	top: 50%;
	color: #e7e7e7;
	z-index: -1;
}
.c_cu_list{
	height: 315px;
	width: 100%;
	/*background-color: #aaa;*/
	display: flex;
	justify-content: space-between;
}
.c_cu_l_box{
	height: 315px;
	width: 247px;
	padding: 0 15px 0;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
}
.c_cu_l_img_box{
	/*margin-top: 58px;*/
	margin-bottom: 40px;
	width: 100px;
	height: 100px;
	position: relative;
	overflow: hidden;
}
.c_cu_l_i_img{
	transition: 300ms;
	position: absolute;
	left: 0px;
	top: 0px;
}
.c_cu_l_i_img:last-child{
	opacity: 0;
}
.c_cu_l_box:hover .c_cu_l_i_img:last-child{
	opacity: 1;
}
.c_cu_l_b_t1{
	width: 100%;
	text-align: center;
	height: 20px;
	font-weight: 900;
	font-size: 16px;
	font-size: 16px;
}
.c_cu_l_b_t2{
	width: 100%;
	color: #878686;
	font-size: 12px;
	text-align: center;
}
.c_cu_l_b_t3{
	width: 100%;
	color: #333333;
	margin-top: 25px;
	font-size: 12px;
	text-align: center;
}
.honors{
	min-height: 650px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.h_center{
	margin-top: 87px;
	margin-bottom: 87px;
	min-height: 476px;
	width: 1300px;
	/*background-color: #aaa;*/
}
.h_c_title{
	display: block;
	width: 96px;
	margin: 50px auto 50px;
	/*text-align: center;*/
	font-size: 24px;
	font-weight: 900;
	/*margin-top: 50px;*/
	position: relative;
	z-index: 10;
	color: #333333;
}
.h_c_title::before{
	position: absolute;
	content: "HONORS";
	font-weight: 900;
	font-size: 72px;
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	top: 50%;
	color: #e7e7e7;
	z-index: -1;
}
/*.scroll_box{
	width: 1300px;
	height: 500px;
	position: relative;
}*/


/* 二级轮播图 */
.scroll_box{
	width: 1300px;
	height: 500px;
	position: relative;
}
.scroll_b{
	margin: 0 auto 0;
	width: 1210px;
	height: 500px;
}
.swiper-slide{
	overflow: hidden;
	position: relative;
}
.s_c_s_link{
	text-decoration: none;
}
.s_c_s_l_title{
	padding: 0 15px 0;
	position: absolute;
	bottom: 0px;
	height: 56px;
	left: 0px;
	right: 0px;
	color: #ffffff;
	text-align: center;
	line-height: 56px;
	font-size: 16px;
	background-color: rgba(0,0,0,0.4);
}
.s_c_prev{
	cursor: pointer; 
	left:0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.s_c_next{
	cursor: pointer; 
	right: 0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.swiper-wrapper{
	display: flex;
	align-items: center;
}
.swiper-slide{
	transition: 300ms;
	height: 470px;
}
.swiper-slide-active{
	transition: 300ms;
	height: 500px;
}
.s_c_s_l_image{
	margin-left: 50%;
	transform: translateX(-50%);
	height: 100%;
}
.comp_fla{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 430px;
	display: flex;
	justify-content: center;
	margin-bottom: 88px;
}
.co_center{
	width: 1300px;
	height: 100%;
	/*background-color: #cccccc;*/
}
.co_img{
	position: absolute;
	z-index: -1;
}
.co_c_title{
	display: block;
	width: 96px;
	margin: 50px auto 50px;
	/*text-align: center;*/
	font-size: 24px;
	font-weight: 900;
	/*margin-top: 50px;*/
	position: relative;
	z-index: 10;
	color: #ffffff;
}
.co_c_title::before{
	position: absolute;
	content: "DEVELOPMENT";
	opacity: 0.3;
	font-weight: 900;
	font-size: 72px;
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	top: 50%;
	color: #e7e7e7;
	z-index: -1;
}
.co_c_tree{
	height: 243px;
	width: 100%;
	/*background-color: #bbb;*/
	position: relative;
	/*overflow: hidden;*/
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-direction: column;
	flex-wrap: wrap;
}
.co_c_t_line{
	position: absolute;
	width: 100%;
	height: 1px;
	left: 4px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ff0000;
}
/*.co_c_t_line::after{
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	height: 15px;
	width: 15px;
	border-radius: 20px;
	background-color: #ff0000;
}*/
.co_c_t_line::before{
	content: "";
	position: absolute;
	left: -4px;
	top: 50%;
	transform: translateY(-50%);
	height: 20px;
	width: 20px;
	/*border-radius: 20px;*/
	/*border-style: solid;*/
	/*border-width: 1px;*/
	/*border-color: #ff0000;*/
	/*background-color: #ff0000;*/
}
.co_c_t_card_top{
	width: 300px;
	height: 120px;
	padding-left: 25px;
	display: flex;
	flex-wrap: wrap;
	/*align-items: center;*/
	align-content: center;
	border-style: none none none solid;
	border-width: 1px;
	border-color: #ffffff;
	box-sizing: border-box;
	margin-left: 9px;
	font-size: 12px;
	color: #ffffff;
	line-height: 30px;
	position: relative;
}
/*.co_c_t_card_top:last-child{
	margin-left: 50%;
}*/
.b_t{
	margin-left: 159px;
}
.co_c_boll::after{
	transition: 300ms;
	content: "";
	position: absolute;
	height: 15px;
	left: -7.5px;
	bottom: -7.5px;
	border-radius: 15px;
	width: 15px;
	background-color: #fff;
}
.co_c_boll::before{
	transition: 300ms;
	content: "";
	position: absolute;
	height: 25px;
	left: -12.5px;
	bottom: -12.5px;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	border-radius: 20px;
	width: 25px;
	color: #ffffff;
	/*background-color: #fff;*/
}
.co_c_boll:hover:before{
	border-color: #ff0000;
}
.co_c_boll:hover:after{
	background-color: #ff0000;
}
.co_c_boll_2{
	/*margin-left: 210px;*/
	/*position: absolute;*/
	transform: translateX(50%);
}
.co_c_boll_2::after{
	transition: 300ms;
	content: "";
	position: absolute;
	height: 15px;
	left: -7.5px;
	top: -7.5px;
	border-radius: 15px;
	width: 15px;
	background-color: #fff;
}
.co_c_boll_2::before{
	transition: 300ms;
	content: "";
	position: absolute;
	height: 25px;
	left: -12.5px;
	top: -12.5px;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	border-radius: 20px;
	width: 25px;
	color: #ffffff;
	/*background-color: #fff;*/
}
.co_c_boll_2:hover:before{
	border-color: #ff0000;
}
.co_c_boll_2:hover:after{
	background-color: #ff0000;
}