/*企业介绍*/
.content_detail{
	padding-top: 20px;
}
.content_detail p{
    font-size: 16px;
    line-height: 30px;
	color: #000;
    text-indent:2em;
	margin-bottom: 20px;
}


/*企业团队*/
.tab_tit{
	width: 100%;
    height: auto;
    position: relative;
}
.tab_tit img{
	width: 100%;
	height: auto;
}
.tab_tit .tab-tit-wrap {
    width: 318px;
    padding: 20px 0;
    background-color: rgba(250, 85, 91, 0.8);
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.tab_tit .tab-tit-wrap h3 {
    font-size: 24px;
}
.tab_tit .tab-tit-wrap p {
    font-size: 14px;
}
.content_detail ul.team-list li{
	width: 100%;
	height: 460px;
	background: #f9f9f9;
	margin-bottom: 20px;
}
.content_detail .team-pic{
	position: relative;
	width: 336px;
	height: 100%;
}
.content_detail .team-pic img{
	width: 100%;
	height: 100%;
}
.content_detail .team-pic a{
	display: block;
	width: 100%;
	height: 65px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 65px;
	background-color: rgba(250, 85, 91, 0.9);
	position: absolute;
	bottom: 0;
	left: 0;
}
.content_detail .team-introduction{
	width: 814px;
	padding: 15px 20px;
}
.content_detail .team-introduction h4{
	font-size: 24px;
	color: #000;
	margin-bottom: 15px;
	/*line-height: 60px;*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.content_detail .team-introduction p{
	font-size: 16px;
	color: #000;
	line-height: 26px;
	text-align: justify;
	text-indent: 0;
	margin-bottom: 20px;
	margin-left: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.content_detail .team-introduction .btn{
	height: 40px;
	margin-top: 55px;
}
.content_detail .team-introduction .btn .time {
    font-size: 16px;
    color: #111;
    float: left;
    margin-bottom: 0;
    margin-top: 15px;
}
.content_detail .team-introduction .btn a {
    display: block;
    width: 120px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    background: #c21515;
    text-align: center;
    border-radius: 3px;
    float: right;
}
.content_detail .team-introduction .swiper-container-case{
	width: 100%;
	/*height: 190px;*/
	height: auto;
}
.swiper-container-case .swiper-slide img{
	width: 100%;
	height: 180px;
}
.swiper-button-next, .swiper-button-prev{
	width: 40px;
	height: calc(100% - 4px);
	background-color: rgba(0,0,0,0.4);
	background-size: 16px 27px;
	top: 0;
    margin-top: 0; 
}
.swiper-button-prev {
	background-image: url(../img/icon/prev.png);
	left: 0;
}
.swiper-button-next{
	background-image: url(../img/icon/next.png);
	right: 0;
}


/*荣誉资质*/
.honor {
	margin-bottom: 70px;
}
.honor ul li {
	width: 355px;
	height: 100%;
	margin: 10px 14px;
	float: left;
	position: relative;
}
.honor ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.honor ul li img {
	width: 100%;
	height: auto;
}
.honor-wrap {
	width: 100%;
	height: 100%;
	background-color: rgba(49, 49, 41, 0.9);
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}
.honor ul li:hover .honor-wrap {
	opacity: 1;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
.honor-wrap .honor-text {
	width: 225px;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.honor-wrap .honor-text h4 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 5px;
}
.honor-wrap .honor-text p {
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	text-indent: 0;
	margin-bottom: 0;
}
.version {
	width: 265px;
	height: 42px;
	font-size: 16px;
	text-align: center;
	line-height: 42px;
	background: #007AFF;
	border-radius: 5px;
	border: 1px solid #155ea2;
	color:#fff;
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.version a{
	font-size: 16px;
	color: #fff;
}
html,body{
	width:100%;
	height:100%;
	position: relative;
}
.pop {
	display: none;
	width: 100%;
	height: 100%;
	text-align:center;
	overflow:auto;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 1);
}


/*发展历程*/
.content_detail ul.history-list{
	padding: 0 30px;
}
.content_detail ul.history-list li{
	width: 50%;
	padding-bottom: 60px;
	position: relative;
}
.content_detail ul.history-list li.fl{
	border-right: 1px solid #e8e8e8;
	margin-right: 20px;
}
.content_detail ul.history-list li.fr{
	border-left: 1px solid #e8e8e8;
}
.content_detail ul.history-list li:last-child{
	border: none;
}
.content_detail .history-left{
	width: 82%;
}
.content_detail .history-left p.time{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin-bottom: 0;
	text-indent: 0em;
}
.content_detail .history-left p.explain{
	font-size: 16px;
	color: #000;
	line-height: 26px;
	text-indent: 0em;
	text-align: justify;
}
.content_detail .history-line{
	position: absolute;
	top:0px;
}
.content_detail .history-line.line-fr{
	right: -47px;
}
.content_detail .history-line.line-fl{
	left: -47px;
}
.content_detail .history-line .dot{
	width: 8px;
	height: 8px;
	background: #fa555b;
	position: absolute;
	top:130px;
	right: 43px;
}


/*企业风采*/
.content_detail ul.appenrance-list li{
	width: 45%;
	margin: 0 20px 25px;
}
.content_detail ul.appenrance-list li img{
	width: 100%;
	height: auto;
}
.content_detail ul.appenrance-list li p{
	text-indent: 0em;
	text-align: center;
	line-height:36px;
	margin: 0;
}


/*企业文化*/
.content_detail h3{
	font-size: 24px;
	color: #000;
	margin-bottom: 10px;
}
.content_detail .culture{
	margin-top: 70px;
}
.content_detail ul.culture-list{
	padding-bottom: 20px;
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 20px;
}
.content_detail ul.culture-list:last-child{
	border: none;
}
.content_detail ul.culture-list li{
	width: 33.33%;
	height: 110px;
	padding: 10px 20px;
	border-right: 1px solid #cfcfcf;
}
.content_detail ul.culture-list li:last-child{
	border-right: none;
}
.content_detail ul.culture-list li .c-fl{
	margin-top: 15px;
}
.content_detail ul.culture-list li .c-fr{
	width: 225px;
}
.content_detail ul.culture-list li h4{
	font-size: 24px;
	color: #333;
	margin-bottom: 6px;
}
.content_detail ul.culture-list li p{
	font-size: 14px;
	color: #666;
	text-indent: 0em;
	line-height: 22px;
}


/*公装资讯*/
.content_detail ul.news-list li{
	height: 300px;
}
.content_detail ul.news-list li>a{
	display: block;
	width: 100%;
	height: 100%;
}
.content_detail .news-list .team-pic{
	width: 440px;
}
.content_detail .news-list .team-introduction{
	width: 710px;
}
.content_detail .news-list .team-introduction h4{
	line-height: 75px;
}

@media screen and (max-width: 1680px) {
	.content_detail .team-introduction{
		width: 634px;
		padding: 9px 20px;
	}
	.honor ul li{
		width: 295px;
	}
	.content_detail .news-list .team-pic{
		width: 400px;
	}
	.content_detail .news-list .team-introduction{
		width: 570px;
	}
	.swiper-container-case .swiper-slide img{
		height: 140px;
	}
}
@media screen and (max-width: 1400px) {
	.content_detail ul.team-list li{
		height:auto;
		min-height: 356px;
	}
	.content_detail .team-pic{
		width: 260px;
		height: 356px;
	}
	.content_detail .team-introduction{
		width: 530px;
		padding: 9px 20px;
	}
	.content_detail .team-introduction h4{
		margin-bottom: 5px;
		font-size: 22px;
	}
	.content_detail .team-introduction p{
		margin-bottom: 10px;
	}
	.honor ul li{
		width: 243px;
		margin: 10px;
	}
	.honor-wrap .honor-text{
		width: 200px;
		top: 20px;
	}
	.honor-wrap .honor-text h4{
		font-size: 20px;
	}
	.honor-wrap .honor-text p{
		font-size: 14px;
		line-height: 22px;
	}
	.version{
		width: 230px;
	}
	.content_detail ul.appenrance-list li{
		margin: 0 19px 25px;
	}
	.content_detail ul.culture-list li{
		padding: 10px;
	}
	.content_detail ul.culture-list li .c-fr{
		width: 180px;
	}
	.content_detail ul.news-list li{
		height: auto;
		min-height:190px;
	}
	.content_detail .news-list .team-pic{
		width: 320px;
		height: 190px;
	}
	.content_detail .news-list .team-introduction{
		width: 470px;
	}
	.content_detail .news-list .team-introduction h4{
		line-height: 40px;
	}
	.content_detail .team-introduction .btn{
		margin-top: 20px;
	}
	.swiper-container-case .swiper-slide img{
		height: 110px;
	}
	.swiper-button-next, .swiper-button-prev{
		width: 30px;
	}
}