﻿@charset "utf-8";
/*背景*/
.headerBg{
	position: relative;
	width: 100%;
	height: 450px;
	background-image: url(../Images/about/banner.jpg);
	background-position: center;
}
/*合作伙伴内容*/
.partner_ctn_box_wrap{
	margin: 40px 0 60px 0;
}
.partner_ctn_box_wrap > li{
	width: 63%;
	margin: auto;
	box-shadow: 0 0 10px 2px #e9e9e9;
	margin-bottom: 20px;
	padding: 30px 50px;
	overflow: hidden;
}
.Photo_img{
	float: left;
	position: relative;
	width: 186px;
	height: 222px;
}
.Photo_img > img{
	float: left;
	position: absolute;
	max-width: 186px;
	max-height: 222px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.partner_ctn_box{
	float: left;
	width: 62%;
    margin-left: 6%;
}
.partner_name_box{
	overflow: hidden;
}
.partner_name_box > a{
	float: left;
	font-size: 24px;
	color: #333;
	font-weight: 700;
}
.partner_name_box > a:hover{
	color: #f14b4b;
}
.partner_name_box_p{
	float: left;
	font-size: 16px;
	color: #555555;
	margin: 8px 0 0 20px;
}
.technical_field{
	font-size: 14px;
	color: #333;
	margin:15px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.technical_field > span{
	color: #999;

}
.partner_introduce{
	height: 88px;
	font-size: 14px;
	color: #333;
	text-indent: 28px;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.partner_Label{
	overflow: hidden;
	margin-top: 40px;
}
.partner_Label > li{
	float: left;
	margin-right: 30px;
	padding-left: 20px;
	font-size: 14px;
	color: #555;
	background-repeat: no-repeat;
	background-position-y:2px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}
.partner_Label > li:nth-child(1){
	background-image: url(../Images/About/Partner_icon1.png);

}
.partner_Label > li:nth-child(2){
	background-image: url(../Images/About/Partner_icon2.png);
}
.partner_Label > li:nth-child(3){
	background-image: url(../Images/About/Partner_icon3.png);
}

@media (min-width:768px) and (max-width:1200px ) { 
	.partner_ctn_box_wrap > li {
		width: 90%;
		height: 225px;
		margin: auto;
		box-shadow: 0 0 10px 2px #e9e9e9;
		margin-bottom: 20px;
		padding: 30px 50px;
		overflow: hidden;
	}
}

@media (min-width:768px) and (max-width:992px ) { 
	
}

@media only screen and (max-width: 770px) { 
	.headerBg{
		position: relative;
		width: 100%;
		height: 150px;
		background-image: url(../Images/about/banner.jpg);
		background-position: center;
		background-size: 160% 160%;
	}
	.partner_name_box > a {
		float: left;
		font-size: 18px;
		color: #333;
		font-weight: 700;
	}
	.partner_name_box_p {
		float: left;
		font-size: 14px;
		color: #555555;
		margin: 8px 0 0 20px;
	}
	.partner_ctn_box_wrap > li {
		width: 90%;
		height: 180px;
		margin: auto;
		box-shadow: 0 0 10px 2px #e9e9e9;
		margin-bottom: 20px;
		padding: 15px 10px;
		overflow: hidden;
	}
	.Photo_img {
		float: left;
		position: relative;
		width: 33%;
		height: 100%;
	}
	.Photo_img > img {
		float: left;
		position: absolute;
		max-width: 100%;
		height: auto;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	.technical_field {
		font-size: 15px;
		color: #333;
		margin: 10px 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	.partner_introduce{
		height: 44px;
		font-size: 15px;
		color: #333;
		text-indent: 28px;
		line-height: 1.6;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.partner_ctn_box {
		float: left;
		width: 60%;
		margin-left: 6%;
	}
	.partner_Label {
		overflow: hidden;
		margin-top: 15px;
	}
	.partner_ctn_box_wrap {
		margin: 20px 0 30px 0;
	}
}