.text-yincang{
	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;/* -webkit-line-clamp: 2; */-webkit-box-orient: vertical;
}
.text-yincang1{
	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;
}
.text-yincang2{
	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.text-yincang6{
	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;
}
.news_li:hover{
	background-color: #fff;
}


@-webkit-keyframes fadenum{ /*设置内容由显示变为隐藏*/
	0%{opacity: 0;}
	100%{opacity: 1;}
}

@-moz-keyframes fadenum{ /*设置内容由显示变为隐藏*/
	0%{opacity: 0;}
	100%{opacity: 1;}
}

@-o-keyframes fadenum{ /*设置内容由显示变为隐藏*/
	0%{opacity: 0;}
	100%{opacity: 1;}
}

@keyframes fadenum{ /*设置内容由显示变为隐藏*/
	0%{opacity: 0;}
	100%{opacity: 1;}
}

.huanchu{
	-webkit-animation: fadenum 2s ease;
	-moz-animation: fadenum 2s ease;
	animation:fadenum 2s ease;
}

#yw1:hover img,#yw2:hover img,#yw3:hover img,#yw4:hover img,#yw5:hover img,#yw6:hover img {
	transition: all 0.5s ease-in-out 0s;
	transform: scale(1.05);
}
/*banner背景图片动画*/
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
/*banner */
.index_main{
	background: #f7f7f7;
}
.index_main .section1{
	position: relative;
}
.index_main .section1 .index_banner .item{
	background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:100vh;
	position: relative;
}
.index_main .section1 .index_banner .item.slick-current .scaleBg{
	visibility: visible; 
	-webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 6s linear forwards;
}
.index_main .section1 .index_banner .items{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.index_main .section1 .index_banner .items:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/*background: rgba(0,0,0,0.2);*/
}
.index_main .section1 .index_banner .item .inner .block_txt{
	position: absolute;
	top: 44%;
	right: 10px;
	left:10px;
	opacity: 0; 
	transform: translateY(40px);
	-webkit-transform: translateY(40px); 
	-webkit-transition: all 500ms ease; 
	transition: all 500ms ease;
}
.index_main .section1 .index_banner .item.active .inner .block_txt{
	opacity: 1; 
	-webkit-transform: translateY(0); 
	transform: translateY(0); 
	-webkit-transition-delay: 100ms; 
	transition-delay: 100ms;
}
.index_main .section1 .index_banner .item .inner .block_txt h4{
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-family: 'COCO';
}
.index_main .section1 .index_banner .item .inner .block_txt h2{
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	text-align:center;
	letter-spacing:5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 span{
	color: #f5c920;
	display: inline-block;
	letter-spacing: 5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3{
	color: #fff;
	font-size: 22px;
	text-align:center;
	margin-top: 10px;
	letter-spacing: 3px;
}
.index_main .section1 .slick_txt{
	width:30%;
	height: 100%;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease; 
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	font-size: 0;
	outline: none;
	border:0;
}
.index_main .section1 .left{
	left: 0;
}
.index_main .section1 .right{
	right:0;
}
.index_main .section1 .slick_txt:hover .slick_arrow{
	opacity: 1;
	visibility: visible;
}
.index_main .section1 .slick_txt .slick_arrow{
	width: 20px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	opacity: 0;
	visibility: hidden;
}
.index_main .section1 .slick_txt .prev{
	background-image:url(../img/ban_prev.png);
	left:60px;
}
.index_main .section1 .slick_txt .next{
	background-image:url(../img/ban_next.png);
	right:60px;
}
.index_main .section1 .slick_txt .prev:hover{
	background-image:url(../img/ban_prev_hover.png);
}
.index_main .section1 .slick_txt .next:hover{
	background-image:url(../img/ban_next_hover.png);
}
.index_main .section1 .number{
	position: absolute;
	bottom:8%;
	left: 50%;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display: table;
	padding: 0 20px;
	width: auto;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.index_main .section1 .number span{
	font-family: "Myriad Pro","Microsoft YaHei";
	font-size: 14px;
	color: #fff;
	margin-right:100px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span:last-child{
	margin-right: 0;
}
.index_main .section1 .number span:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom:-20px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active:after{
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.index_main .section2{
	/* background: #f5f5f5; */
	background: #f7f7f7;
}
.index_main .section2 h3{
	text-align: center;
}
.index_main .section3{
	width: 100%;
	height: 100%;
	background: url(../image/3.jpg) no-repeat;
	background-size: 100% 100%;
}
.index_main .section3 h3{
	text-align: center;
}
.index_main .section4{
	background: #f5f5f5;
}
.index_main .section4 h3{
	text-align: center;
}

@media only screen and (max-width: 1600px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 28px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 60px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 20px;
	}
}
@media only screen and (max-width: 1440px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 24px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 40px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 18px;
		margin-top: 5px;
	}
}
@media only screen and (max-width: 1366px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 20px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 26px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 16px;
	}
	.index_main .section1 .index_banner .slick-arrow{
		background-size: auto 30px;
	}
}
@media only screen and (max-width: 1300px){

}
@media only screen and (max-width: 1199px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 18px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 22px;
		}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 14px;
	}
}
@media only screen and (max-width: 992px){
	.index_main .section1 .index_banner .item{
		height: 100vh;
	}
	.index_main .section1 .index_banner .item .inner .block_txt{
		left: 0;
		right:0;
		margin: 0 auto;
		padding: 0 20px;
		top: 42%;
	}
	.index_main .section1 .index_banner .slick-arrow{
		display: none !important;
	}
    .index_main .section1 .index_banner .slick-dots{
    	position: absolute;
    	bottom: 12px;
    }
    .index_main .section1 .index_banner .slick-dots li{
    	width: 12px;
    	height: 12px;
    	border-radius: 50%;
    	border:2px solid #fff;
    }
    .index_main .section1 .index_banner .slick-dots li button{
    	display: none;
    }
    .index_main .section1 .index_banner .slick-dots li.slick-active{
    	background: #fff;
    }
	.index_main .section1 .number{
		bottom: 12%;
		display: none;
	}
	.index_main .section1 .number span{
		margin-right: 22px;
	}
	.index_main .section1 .number span:after{
		bottom: -14px;
	}

}
@media only screen and (max-width: 767px){
    
}
@media only screen and (max-width: 340px){
 
}
@media only screen and (max-width: 320px){
	
}
.newstitleone a{text-decoration: none;}

#yw1 a,#yw2 a,#yw3 a,#yw4 a,#yw5 a,#yw6 a{text-decoration: none;color:#FFFFFF;}
#yw1-more1 a,#yw2-more1 a,#yw3-more1 a,#yw4-more1 a,#yw5-more1 a,#yw6-more1 a{text-decoration: none;color:#FFFFFF;}

/**关于谱尼**/
.center_con{
	width:1400px;
	height:100%;
	margin: 0 auto;
    overflow:hidden;
}
.center_con_title{
	margin-top: 0;
	padding: 0 0;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #222222;
}
.item_title{
	margin-top: 0;
	padding: 0 0;
	font-size: 36px;
	color: #222222;
}

/* .about_main .section1{
	margin-top:80px;
} */
.about_main .section1 .about_banner{
	width:100%;
	height:742px;
}
.about_main .section1 .about_banner img{
	width: 100%;
	height:100%;
}
.about_main .section2{
	width: 100%;
	height:763px;
	background-image: url(../img/company/about_section2_bg.jpg);
	background-size: 100% 100%;
	padding:100px 0 0 0;
}
.about_main .section2 .center_con .section2_content{
	margin: 55px 0;
	width:100%;
	height:460px;
}
.about_main .section2 .center_con .section2_content .section2_content-left{
	width:620px;
	height:100%;
	float: left;
}
.about_main .section2 .center_con .section2_content .section2_content-right{
	width:778px;
	height:100%;
	padding:20px 50px 0 50px;
	float: left;
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	background: #FFFFFF;
	overflow: auto;
}
.about_main .section3{
	width: 100%;
	height:auto;
	background-color: #f3f3f3;
	padding:100px 0;
}
.about_main .section3 .center_con .section3_content .section3_content_item{
	width: 100%;
	height:446px;
	margin-top: 55px;
}
.about_main .section3 .center_con .section3_content .section3_content_item .section3_content-left{
	width:700px;
	height:100%;
	float: left;
	overflow: hidden;
}
.about_main .section3 .center_con .section3_content .section3_content_item .section3_content-left img{
	width:100%;
	height:100%;
}
.about_main .section3 .center_con .section3_content .section3_content_item .section3_content-left:hover img {
	transition: all 0.5s ease-in-out 0s;
	transform: scale(1.05);
}
.about_main .section3 .center_con .section3_content .section3_content_item .section3_content-right{
	width:700px;
	height:100%;
	float: left;
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	padding: 80px 0 0 80px;
}
.about_main .section3 .center_con .section3_content .section3_content_item .section3_content-right p{
	margin-top: 20px;
}

/**联系我们**/
/* .contactus_main .section1{
	margin-top:80px;
} */
.contactus_main .section1 .contactus_banner{
	width:100%;
	height:742px;
}
.contactus_main .section1 .contactus_banner img{
	width: 100%;
	height:100%;
}
.contactus_main .section2{
	width: 100%;
	height:auto;
	padding:100px 0;
}
.contactus_main .section2 .center_con .section2_content{
	margin: 55px 0 0 0;
	width:100%;
	height:380px;
}
.contactus_main .section2 .center_con .section2_content .section2_content-left{
	width:790px;
	height:100%;
	float: left;
	font-size: 16px;
	color: #818181;
	/* line-height: 36px; */
}
.contactus_main .section2 .center_con .section2_content .section2_content-left p{
	margin-bottom: 50px;
}
.contactus_main .section2 .center_con .section2_content .section2_content-left p:last-child{
	margin-bottom: 0;
}
.contactus_main .section2 .center_con .section2_content .section2_content-left p img{
	width:18px;height:18px;vertical-align:middle;
}
.contactus_main .section2 .center_con .section2_content .section2_content-right{
	width:610px;
	height:100%;
	float: left;
}

/** 新闻资讯 **/
/* .news_main .section1{
	margin-top:80px;
} */
.news_main .section1 .news_banner{
	width:100%;
	height:742px;
}
.news_main .section1 .news_banner img{
	width: 100%;
	height:100%;
}
.news_main .section2{
	width: 100%;
	height:auto;
	padding:0 0 100px;
}
.news_main .section2 .center_con .newsitem{
	width:100%;
	height:290px;
	border-bottom:1px solid #e8e8e8;
	padding:45px 0;
	font-size: 16px;
}
.news_main .section2 .center_con .newsitem .item_left{
	width:415px;
	height:200px;
	overflow: hidden;
	float: left;
}
.news_main .section2 .center_con .newsitem .item_left img{
	width: 100%;
	height: 100%;
}
.news_main .section2 .center_con .newsitem .item_center{
	width:885px;
	height:200px;
	overflow: hidden;
	float: left;
	padding: 0 45px;
}
.news_main .section2 .center_con .newsitem .item_center .i_c_title{
	font-size: 22px;
	color:#333333;
	margin-top: 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news_main .section2 .center_con .newsitem .item_center .i_c_title:hover{
	color: #ea5504;
}
.news_main .section2 .center_con .newsitem .item_center .i_c_time{
	color:#999999;
	margin-top:20px;
}
.news_main .section2 .center_con .newsitem .item_center .i_c_desc{
	color:#555555;
	margin-top:35px;
	line-height: 30px;
}
.news_main .section2 .center_con .newsitem .item_right{
	width:100px;
	height:200px;
	overflow: hidden;
	float: left;
	line-height: 200px;
	text-align: center;
	color: #333333;
}
.news_main .section2 .center_con .newsitem .item_right span:hover{
	color: #ea5504;
}
.tong-top {
	margin-top: 35px;
	color: #999999;
	font-size: 14px;
}
.tong-top a{color: #999999;text-decoration:none;}
.news_nav{
	display: block;
	margin: 30px auto 0;
	text-align: left;
	width: auto;
}
.fancyNav{
	width:100%;
	overflow: hidden;
	display: inline-block;
}

.fancyNav li{
	position:relative;
	float: left;
	list-style: none;
	margin-left: 20px;
	border:1px solid #dcdcdc;
	color:#666666;
}

/*.fancyNav li:after{*/
	/*content:'';*/
	/*overflow:hidden;*/
	/*position:absolute;*/
	/*width:100%;*/
	/*height:100%;*/
	/*top:0;*/
	/*left:0;*/
	/*z-index:1;*/
	/*opacity:0;*/
/*}*/

.fancyNav li:first-child{
	margin-left: 0;
}

.fancyNav .active{
	border:1px solid #ea5504;
	color:#ea5504 !important;
}

.fancyNav li a{
	display: inline-block;
	font-size: 18px;
	padding: 12px 35px 14px;
	position: relative;
	z-index:2;
	text-decoration:none !important;
	white-space:nowrap;
	color: #666;
}
.fancyNav li a:hover{
	border:1px solid #ea5504;
	color:#333;
}
/*分享*/
.bshare-custom {
	position: absolute;
	min-width: 300px;
	padding: 10px;
	border: 3px solid #ddd;
	background: #fff;
	z-index: 10;
	display: none;
	margin-left:29.5%;
}
.top-title-one {
	border: 1px solid #999;
	cursor: pointer;
	font-size: 14px;
	color: #999;
	width: 100px;
	height: 28px;
	line-height: 26px;
	text-align: center;
	border-radius: 8px;
	margin-left:10px;
}
.top-title-one a{color: #999;text-decoration: none;}
.ywfw-share .bshare-custom {
	position: absolute;
	min-width: 300px;
	padding: 10px;
	border: 3px solid #ddd;
	background: #fff;
	z-index: 10;
	display: none;
	margin-left:0;
}

/** 业务领域 **/
/* .medical_main .section1{
    margin-top:80px;
} */
.medical_main .section1 .medical_banner{
    width:100%;
    height:742px;
}
.medical_main .section1 .medical_banner img{
    width: 100%;
    height:100%;
}
.medical_main .section2{
    width: 100%;
    height:auto;
    padding:50px 0 70px 0;
    background: #FFFFFF;
}
.medical_main .section2 .center_con .section2_content{
    margin: 50px 0 0 0;
    width:100%;
    height:auto;
    overflow: hidden;
}
.medical_main .section2 .center_con .section2_content .section2_content-left{width:360px;height:360px;float: left;}
.medical_main .section2 .center_con .section2_content .section2_content-left img{width:100%;height:100%;}
.medical_main .section2 .center_con .section2_content .section2_content-left1{width:610px;height:308px;float: left;}
.medical_main .section2 .center_con .section2_content .section2_content-left1 img{width:100%;height:100%;}
.medical_main .section2 .center_con .section2_content .section2_content-right{width:1040px;height:auto;padding-left:60px;float: left;line-height: 36px;}
.medical_main .section2 .center_con .section2_content .section2_content-right1{width:790px;height:auto;padding-left:60px;float: left;line-height: 36px;}
.medical_main .section2 .center_con .section2_content .section2_content-con{width:100%;height:auto;float: left;line-height: 36px;padding: 50px 0 0 0;}
.medical_main .section3{width: 100%;height:auto;padding:60px 0;background: #fafafa;}
.medical_main .section3 .center_con .medical_title{width:100%;height:50px;}
.medical_main .section3 .center_con .medical_title .medical_title_item{width:150px;height:50px;background: #FFFFFF;color: #000;float: left;text-align: center;line-height: 50px;margin-right: 10px;}
.medical_main .section3 .center_con .medical_title .medical_title_item-active{width:150px;height:50px;background: #ea5504;color: #fff;float: left;text-align: center;line-height: 50px;margin-right: 10px;}
.medical_main .section3 .center_con .medical_list{width:100%;height:auto;margin-top:10px;padding-bottom: 30px;display: flex;flex-wrap: wrap;}
.medical_main .section3 .center_con .medical_list .medical_list_item{width:264px;height:245px;background: #FFFFFF;margin-right: 20px;margin-top: 20px;}
.medical_main .section3 .center_con .medical_list .medical_list_item a{text-decoration:none;}
.medical_main .section3 .center_con .medical_list .medical_list_item:hover{text-decoration:none;animation:ttt 1s 1 forwards;}
@keyframes ttt {
	100%{
		transform: scale(1.0);
		box-shadow: 5px 5px 5px #d8d5d5;
	}
}
.medical_main .section3 .center_con .medical_list .medical_list_item .m_l_i_img{width:264px;height:110px;}
.medical_main .section3 .center_con .medical_list .medical_list_item .m_l_i_img img{width:100%;height:100%;}
.medical_main .section3 .center_con .medical_list .medical_list_item .m_l_i_title{margin-top: 30px;color:#333;font-size: 16px;padding: 0 15px;}
.medical_main .section3 .center_con .medical_list .medical_list_item .m_l_i_desc{margin-top: 15px;color:#9e9e9e;font-size: 14px;padding: 0 15px;}
.medical_main .section3 .center_con .medical_list .medical_list_item:nth-child(5n+5){margin-right: 0px;}
/*.medical_main .section3 .center_con .medical_list .medical_list_item:nth-child(n+6){margin-top: 20px;}*/

/** 业务领域 - 子项目 **/
.cate-seletc-title{
	display: flex;
	margin-bottom: 10px;
}
.cate-seletc-title>div{
	margin-right: 0px !important;
	font-size: 16px;
	cursor: pointer;
}
.small-active2{
	color: #fff !important;
	background-color: #ea5404 !important;
}
.smallcontent{
	display: flex;
	flex-wrap: wrap;
}
.smallcontent a{text-decoration: none;}
.classcontent{
	display: grid;
	width:264px;height:auto;background: #FFFFFF;margin-right: 16px;margin-top: 20px;
}
.classcontent img{width:264px;height:110px;}

.classcontent-span{
	overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
	margin-top: 35px;color:#333;font-size: 16px;padding: 0 15px;
}
.classcontent-span-div{
	overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
	color:#9e9e9e;font-size: 14px;padding: 0 15px;margin: 15px 0;
}
.classcontent:hover{
	animation:ttt 1s 1 forwards;
}
.dis-none {
	display: none !important;
}
.down_num{
	text-align: center;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.hua_num{
	margin-left: 15px;
	border: 1px solid #000 ;
	border-radius: 50px;
	width: 28px;
	height: 28px;
	cursor: pointer;
	line-height: 24px;
	font-size: 14px;
}
.hua_num-select{
	background-color: #ea5404;
	color: #fff;
	border: 1px solid #fff;
}

/** footer **/
.footer {
	height: 436px;
	background: #090c17;
}

.footleft {
	font-size: 16px;
	color: #DEDEDE;
	line-height: 34px;
	display: flex;
	width:1400px;
	border-bottom:1px solid #56575b;
	margin:0 auto;
	padding-bottom: 40px;
}

.footleft .title {
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 17px;
}

.footleft>div {
	margin-top: 67px;
}

.footleft .xian {
	width: 1px;
	height: 280px;
	background: #56575b;
	margin-left: 50px;
	margin-right: 45px;
}

.footleft .footitem{
	width: 225px;
}

.footone {
	font-size: 16px;
	color: #FFFFFF;
}

.footwo {
	font-size: 38px;
	color: #FFFFFF;
	margin: 9px 0 10px;
}

.footfive {
	font-size: 16px;
	color: #FFFFFF;
}

.footsix {
	
	width:273px;
	height:158px;
	margin-top: 20px;
}

.footre {
	width: 403px !important;
}

.dixian {
	margin-top: 25px;
}

.dibu {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	background: #05060d;
}

.footleft a{color: #ababab;text-decoration: none;}
.footleft .title a{color: #FFFFFF;text-decoration: none;}



.aboutinfo{
    color: #999;
    font-size: 16px;
    margin-top: 40px;
}
.about-title{
    text-align: center;
    color: #000;
    font-size: 18px;
}
.about-content{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.about-content-left{
    width: 50%;
}
.about-content-left-title{
    font-size: 22px;
    color: #ea5504;
    font-weight: bold;
}
.about-content-left-con{
    border-left:1px solid #000;
    align-items: flex-end;
    width: 25%;
    color: #000;
    font-size: 18px;
}
.classcontent-span2 a{text-decoration: none;}

.about-content-right-con{
    width: 55%;
    align-items: flex-end;
    margin-left: 20px;
}
.about-content-left-con-1{
    padding-top: 30px;
    border-bottom:1px solid #000;
    text-align: right;
}
.about-content-right{
    width: 47%;
}
.about-content2{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.about-content2-div{
    width: 30%;
    text-align: center;
}
.about-content2-div-title{
    font-size: 18px;
    color: #ea5504;
    margin-bottom: 15px;
}
.about-content2-div-cnt{
    font-size: 14px;
    color: #000;
    margin-top: 5px;
}
.cate-seletc-title-area{
	display: flex;
	margin: 20px auto !important;
	border-bottom: 1px solid #f2f2f2;
    color: #000;
}
.cate-seletc-title-area>div{
	font-size: 15px;
	margin-top: 5px;
	cursor: pointer;
    margin-right: 36px;
    height: 30px;
    text-align: justify;
    padding: 10px 5px;
    line-height: 10px;
}
.small-active{
	color: #ff6700;
    border-bottom: 2px solid #FF6700;
}
.small-active2_area{
	color: #fff;
	background-color: #FF6700;
}

.smallcontent_area{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}    
.classcontent_area{
	width:30%;
    margin-top: 30px;
	display: grid;
}
.classcontent-span_area{
    line-height: 35px;
	background-color: #f9f9f9;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 40px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    padding-left: 40px;
    padding-top: 10px;
    color: #000;
}

/* .classcontent-span-div{
	text-align: center;
	height: 24px;
    line-height: 14px;
	background-color: #f9f9f9;
	color: #b6b6b6;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
} */
.classcontent:hover{
	animation:ttt 1s 1 forwards; 
}

.classcontent-span2{
	text-align: left;
    line-height: 24px;
    background-color: #f9f9f9;
    font-size: 14px;
	padding-left: 40px;
	color: #454545;
}

.dis-none {
	display: none !important;
}

/** 技术平台 **/
.technology-con{
	padding:80px 0;
}
.technology-con ul{
	width:100%;
	height:700px;
	margin:90px 0 0 0;
}
.technology-con ul li{
	width:20%;
	height:700px;
	float: left;
	overflow: hidden;
	color: #FFF;
}
.technology-con ul li:nth-child(1){
	background: url(../img/company/technology_01.jpg);
	background-size: 384px 100%;
}
.technology-con ul li:nth-child(2){
	background: url(../img/company/technology_02.jpg);
	background-size: 384px 100%;
}
.technology-con ul li:nth-child(3){
	background: url(../img/company/technology_03.jpg);
	background-size: 384px 100%;
}
.technology-con ul li:nth-child(4){
	background: url(../img/company/technology_04.jpg);
	background-size: 384px 100%;
}
.technology-con ul li:nth-child(5){
	background: url(../img/company/technology_05.jpg);
	background-size: 384px 100%;
}
.tech-desc1,.tech-desc2,.tech-desc3,.tech-desc4,.tech-desc5{
	width:100%;
	height:640px;
	font-size: 18px;
	padding:90px 40px;
	line-height: 35px;
}
.tech-desc1 p,.tech-desc2 p,.tech-desc3 p,.tech-desc4 p,.tech-desc5 p{
	display: none;
	text-align: center;
	width: auto;
}
/* .tech-hidden-con{
	width:100%;
	height:330px;
}
.tech-desc1-test,.tech-desc2-test,.tech-desc3-test,.tech-desc4-test,.tech-desc5-test{
	width:100%;
	height:310px;
	font-size: 18px;
	padding:30px 40px;
	line-height: 35px;
}
.tech-desc1-test p,.tech-desc2-test p,.tech-desc3-test p,.tech-desc4-test p,.tech-desc5-test p{
	display: none;
} */

.tech-desc-active{
	/* background: rgba(12,12,12,0.6); */
	background: rgba(35,104,158,0.8);
	height:700px;
	/* animation: fadeInDown 1s ease; */
}

/* @-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateZ(0) translateY(-20px)}
100%{opacity:1;-webkit-transform:translateZ(0) translateY(0)}}

@keyframes fadeInDown{
	0%{opacity:0;-webkit-transform:translateZ(0) translateY(20px);transform:translateZ(0) translateY(20px)}
	100%{opacity:1;-webkit-transform:translateZ(0) translateY(0);transform:translateZ(0) translateY(0)}
}
.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown} */

.tech-title1,.tech-title3,.tech-title5{
	width:20%;
	height:60px;
	font-size: 24px;
	background-color: #23689e;
	text-align: center;
	line-height: 60px;
	position: absolute;
	padding-bottom: 0;
}
.tech-title2,.tech-title4{
	width:20%;
	height:60px;
	font-size: 24px;
	background-color: #3c8ec6;
	text-align: center;
	line-height: 60px;
	position: absolute;
	padding-bottom: 0;
}

/** 发展历程 **/
.about_main .section3{
	width: 100%;
	height:auto;
	background-color: #FFF;
	padding:100px 0;
}
.moveBody{text-align: center;height:auto;}
.boxTxt .box{width:100%;}
.siema img{height:600px;}
button{
	width:10%;
	height:40px;
	padding:5px 10px;
	border-radius:25px;
	margin: 10px 2%;
	background-color: #FFFFFF;
	font-size:0.85vw;
	font-weight:bold;
	opacity: 0.6;
	border: 0;
	outline: none;
	cursor:pointer;
}
/*button:focus{background-color: #ea5504;color:#fff;opacity: 1;}*/
.part1:focus,.part2:focus,.part3:focus,.part4:focus,.part5:focus,.part6:focus{background-color: #ea5504;color:#fff;opacity: 1;}
.prev{width:69px;height:69px;margin-top: -300px;margin-left:-700px;position: absolute;background:url(http://www.ponytest.net.cn/Public/home/img/company/prevBtnTop.png) 0 0 no-repeat;}
.prev:hover{width:69px;height:69px;margin-top: -300px;margin-left:-700px;position: absolute;background:url(http://www.ponytest.net.cn/Public/home/img/company/prevBtnTop1.png) 0 0 no-repeat;width:69px;height:69px;}
.next{width:69px;height:69px;margin-top: -300px;margin-left:630px;position: absolute;background:url(http://www.ponytest.net.cn/Public/home/img/company/nextBtnTop1.png) 0 0 no-repeat;}
.next:hover{width:69px;height:69px;margin-top: -300px;margin-left:630px;position: absolute;background:url(http://www.ponytest.net.cn/Public/home/img/company/nextBtnTop.png) 0 0 no-repeat;}

/*客服*/
#tinet-chat-visitor{top: 50% !important;height:64px !important;right:46px !important;top:64% !important;}