html body{
	font-family: 'Microsoft YaHei';
	margin: 0;
	background-color: #f1f1f1;
}

.swiper-slide img{
	width: 100%;
}
.about_view{
	/*margin: 0 auto 0;*/
	min-width: 1200px;
	width: 100%;
	height: 700px;
	background-color: #fff;
}
.about_view_center{
	width: 1200px;
	height: 100%;
	display: flex;
	margin: 0 auto 0;
	flex-wrap: wrap;
}
.about_img{
	font-size: 0;
	overflow: hidden;
	align-self: center;
	min-width: 400px;
	height: 500px;
	border-radius: 8px;
	box-shadow: 10px 5px 12px #E5E5E5;
}
.about_img img{
	width: 100%;
}
.about_text{
	align-self: center;
	height: 500px;
	min-width: 800px;
	/*background-color: #aaa;*/
}

.about_new_box{
	width: 100%;
	height: 80px;
}

.center_box{
	position: relative;
	width: 500px;
	height: 100%;
	margin: 0 auto 0;
	display: flex;
	flex-wrap: wrap;
	/*flex-direction: column;*/
	/*align-items: center;*/
	align-content: center;
}
.center_box .a1{
	width:100%;
	font-size: 42px;
	margin: 0;
	font-weight: 900;
	color: #2283F6;
}
.center_box .a2{
	width:100%;
	font-size: 42px;
	margin: 0;
	font-weight: 300;
	color: #2283F6;
	width: 50px;
	border-style: none none solid none;
}
.center_box .a3{
	width:100%;
	font-size: 22px;
	font-weight: 900;
	margin-bottom: 0;
	color: #333333;
}
.center_box .a4{
	width:100%;
	display: block;
	width: 530px;
	font-size: 15px;
	color: #333333;
	line-height: 26px;
}
.service{
	min-height: 300px;
	width: 100%;
	min-width: 1200px;
	background-color: #f1f1f1;
}
.service_center{
	margin: 0 auto 0;
	width: 1200px;
	height: 100%;
	/*background-color: #aaa;*/
	padding-bottom: 60px;
}
.top_title{
	padding: 1px;
	height: 150px;
	width: 100%;
	/*background-color: #bbb;*/
}
.top_title_en{
	margin:30px 0 0;
	color: #2283f6;
	font-size: 30px;
}
.top_title_cn{
	margin: 0;
	font-weight: 900;
	color: #333333;
	font-size: 20px;
}

.service_box_list{
	/*height: 100%;*/
	display: flex;
	justify-content: space-between;
	width: 100%;
	/*background-color: #baa;*/
}
.service_box{
	transform: 300ms;
	height: 418px;
	width: 215px;
	background-color: #ffffff;
}
.service_box_list .active{
	transition: 300ms;
	color: #ffffff;
	background-color: #2283f6;
}
.service_box_list .active_text{
	transition: 300ms;
	color: #ffffff;
	/*background-color: #2283f6;*/
}
.service_box .img_box{
	margin: 70px auto 0;
	width: 90px;
	height: 90px;
	overflow: hidden;
	/*background-color: #aaa;*/

}
.service_box .img_box img{
	/*filter:drop-shadow(100px 0px #adadad);*/
	/*transform: translateX(-100px);*/
	height: 100%;
	width: 100%;
}
.service_box .img_box .hiddens{
	display: none;
}
.box_title{
	text-align: center;
	margin-top: 50px;
	color: #747474;
	font-size: 18px;
}
.box_detail{
	display: block;
	margin-left: 31px;
	margin-right: 31px;
	font-size: 13px;
	color: #999999;
}
.success_case{
	overflow: hidden;
	position: relative;
	min-height: 100px;
	width: 100%;
	min-width: 1200px;
	padding-bottom: 100;
	background-color: #ffffff;
}
.success_center{
	position: relative;
	margin: 0 auto 0;
	width: 1200px;
	height: 100%;
	padding-bottom: 100px;
	/*background-color: #aaa;*/
}
.more_case{
	position: relative;
	display: block;
	float: right;
	margin-top: 56px;
	text-decoration: none;
	color: #333333;
	border-radius: 60px;
	border-style: solid;
	border-color: #BCBCBC;
	border-width: 1px;
	box-sizing: border-box;
	height: 38px;
	width: 115px;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
}
.more_case::after{
	content: "";
	height: 14px;
	width: 14px;
	position: absolute;
	top: 48%;
	box-shadow: 1px -1px 0 #333333;
	transform: rotateZ(45deg) translateY(-50%);
	/*background-color: #bbb;*/
}
.top_title{
	padding: 1px;
	height: 150px;
	width: 100%;
	display: flex;
	/*background-color: #bbb;*/
}
.top_title div{
	width: 100%;
}
.success_case .bgi{
	z-index: -1;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 120px;
	overflow: hidden;
}
.success_case .bgi img {
	width: 100%;
}
.center_scroll{
	position: relative;
	margin: 0 auto 0;
	width: 960px;
	height: 470px;
}
.prev{
	cursor: pointer;
	position: absolute;
	top: 479px;
	/*transform: translateY(-0%);*/
	height: 50px;
	width: 50px;
	/*left: -80px;*/
	border-radius: 50px;
	background-color: #5d5d5d;
	z-index: 800;
}
.prev::before{
	content: "";
	position: absolute;
	height: 20px;
	width: 20px;
	top: 50%;
	left: 50%;
	transform:translateX(-20%) translateY(-50%) rotateZ(135deg);
	box-shadow: 2px 2px 0 #ffffff;
}
.next{
	cursor: pointer;
	position: absolute;
	top: 479px;
	/*transform: translateY(-0%);*/
	height: 50px;
	width: 50px;
	right: 0px;
	border-radius: 50px;
	background-color: #5d5d5d;
	z-index: 800;
}
.next::before{
	content: "";
	position: absolute;
	height: 20px;
	width: 20px;
	top: 50%;
	left: 50%;
	transform:translateX(-80%) translateY(-50%) rotateZ(-45deg);
	box-shadow: 2px 2px 0 #ffffff;
}
.scroll_a{
	min-width: 1200px;
}
.quick_to{
	/*overflow-x: scroll;*/
	margin-left: 120px;
	margin-right: 120px;
	/*width: 100%;*/
	height: 32px;
	/*background-color: #aaa;*/
	display: flex;
	justify-content: space-around;
	margin-bottom: 60px;
}
/*.quick_to::-webkit-scrollbar {
    display: none;
}*/
.quick_box{
	cursor: pointer;
	transition: 300ms;
	height: 32px;
	min-width: 80px;
	max-width: 140px;
	padding: 0 10px 0;
	border-radius: 50px;
	/*color: #ffffff;*/
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #2283f6;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.activess{
	transition: 300ms;
	color: #ffffff;
	background-color: #2283f6;
}
.right_center{
	float: right;
	margin-top: 65px;
	color: #ffffff;
}
.right_center_dark{
	float: right;
	margin-top: 65px;
	color: #333333;
}
.our_strengths{
	overflow: hidden;
	position: relative;
	min-height: 100px;
	min-width: 1200px;
	width: 100%;
	padding-bottom: 100;
	/*background-color: #ffffff;*/
}
.strengths_center{
	position: relative;
	margin: 0 auto 0;
	width: 1200px;
	height: 100%;
	padding-bottom: 100px;
	/*background-color: #aaa;*/
}
.strengths_center .top_title_en{
	margin:30px 0 0;
	color: #ffffff;
	font-size: 30px;
}
.strengths_center .top_title_cn{
	margin: 0;
	font-weight: 900;
	color: #ffffff;
	font-size: 20px;
}
.our_strengths .bgi{
	z-index: -1;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	overflow: hidden;
}
.our_strengths .bgi img {
	width: 100%;
}
.center_box_list{
	display: flex;
	width: 100%;
	height: 120px;
	/*background-color: #aaa;*/
	justify-content: space-around;
}
.our_center_box .img_box{
	height: 80px;
	width: 80px;
	margin: 0 auto 0;
}
.our_center_box p{
	margin: 0;
	font-size: 20px;
	text-align: center;
	color: #ffffff;
}
.our_center_box{
	height: 120px;
	width: 120px;
	/*background-color: #bbb;*/
}
.news{
	overflow: hidden;
	position: relative;
	min-height: 100px;
	width: 100%;
	min-width: 1200px;
	padding-bottom: 100;
	background-color: #ffffff;
}
.news_center{
	position: relative;
	margin: 0 auto 0;
	width: 1200px;
	height: 100%;
	padding-bottom: 100px;
	/*background-color: #aaa;*/
}
.news_box_center{
	display: flex;
	width: 100%;
	min-height: 100px;
	/*background-color: #aaa;*/
}
.news_box_center .left_img_box{
	display: block;
	height: 350px;
	width: 630px;
	position: relative;
	/*background-color: #bbb;*/
	overflow: hidden;
}
.news_box_center .left_img_box img{
	width: 100%;
}
.news_box_center .left_img_box .news_title{
	position: absolute;
	bottom: 0px;
	height: 60px;
	width: 100%;
	background-color: rgba(0,0,0,0.39);
	/*padding-left: 15px;*/
}
.news_box_center .left_img_box .news_title p{
	margin: 0;
	line-height: 60px;
	text-indent: 15px;
	color: #ffffff;
}
.news_box_center .right_news_list{
	width: 545px;
	min-height: 100px;
	margin-left: 25px;
	/*height: 100%;*/
	/*background-color: #bbb;*/
	display: flex;
	flex-direction: column;
	align-content: stretch;
}
.news_box_center .right_news_list .right_new_box{
	text-decoration: none;
	height: 100%;
	max-height: 87.5px;
	width: 100%;
	background-color: #f1f1f1;
	display: flex;
}
.news_box_center .right_news_list .right_new_box:nth-child(2n){
	background-color: #ffffff;
}
.news_box_center .right_news_list .right_new_box .news_date{
	height: 100%;
	min-width: 88px;
	/*background-color: #aaa;*/
	position: relative;
	/*padding-left: 15px;*/
}
.news_box_center .right_news_list .right_new_box .news_date::before{
	content: "";
	border-width: 1px;
	box-sizing: border-box;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	height: 70%;
	width: 100%;
	border-style: none solid none none;
	border-color: #DBDBDB;
}
.news_box_center .right_news_list .right_new_box .news_date .day{
	margin-bottom: 0;
	text-align: right;
	color: #333333;
	font-size: 28px;
  margin-top: 10px;
	margin-right: 15px;
}
.news_box_center .right_news_list .right_new_box .news_date .date{
	margin-top: 5px;
	text-align: right;
	color: #333333;
	font-size: 15px;
	margin-right: 15px;
}
.news_box_center .right_news_list .right_new_box .news_detail{
	height: 100%;
	width: 457px;
	/*background-color: #bbb;*/
}
.news_box_center .right_news_list .right_new_box .news_detail .news_title_text{
	transition: 300ms;
	font-size: 14px;
	color: #333333;
	font-weight: 900;
	margin-top: 19px;
	margin-bottom: 0;
	margin-left: 20px;
}
.news_box_center .right_news_list .right_new_box .news_detail .news_title_text:hover{
	color:#2283F6;
}
.news_box_center .right_news_list .right_new_box .news_detail .news_detail_list{
	font-size: 12px;
	color: #666666;
	margin-top: 13px;
	margin-bottom: 0;
	margin-left: 20px;
	width: 430px;
}
.partner{
	overflow: hidden;
	position: relative;
	min-height: 100px;
	width: 100%;
	min-width: 1200px;
	padding-bottom: 100;
	background-color: #f1f1f1;
}
.partner_center{
	position: relative;
	margin: 0 auto 0;
	width: 1200px;
	height: 100%;
	/*padding-bottom: 100px;*/
	/*background-color: #aaa;*/
}
.img_list{
	width: 100%;
	height: 190px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
.img_list img{
	width: 220px;
	height: 79px;
}
.show_about{

	display: block;
	text-decoration: none;
	height: 35px;
	width: 120px;
	background-color: #2283f6;
	color: #ffffff;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}