/*.header_2{
	position: inherit!important;
}*/

.qiye_banner {
	width: 100%;
	height: 565px;
	background: url('../img/qiyelogo.png') no-repeat center;
	justify-content: center;
	background-size: cover;
	min-width: 1210px;
}

.fa_p .me_p {
	width: 104px;
	height: 38px;
	color: #FFFFFF;
	font-size: 18px;
	background-color: #C10000;
	border-radius: 4px;
	line-height: 38px;
	text-align: center;
	display: inline-block;
	float: right;
	margin-top: 12px;
	cursor: pointer;
}

.enterprise_content h3 {
	padding: 10px 0;
	font-size: 22px;
	font-weight: 600;
	margin-right: 20px;
	cursor: context-menu;
	background-color: #FFFFFF;
	padding-bottom: 37px;
	padding-top: 19px;
	text-align: center;
}

.span {
	width: 5px;
	height: 18px;
	background: #c10000;
	display: inline-block;
	margin-top: 3px;
	margin-right: 10px;
	margin-left: 30px;
}
.span_ {
	width: 2px;
	height: 18px;
	background: #c10000;
	display: inline-block;
	margin-right: 10px;
	margin-left: 30px;
	vertical-align: middle;
}
.enterprise_content {
	margin-bottom: 100px;
}

.enterprise_wrap {
	background: #ffffff;
	padding: 20px 0;
	float: left;
	/* overflow: hidden; */
}

.enterprise_wrap:nth-of-type(1) {
	padding-bottom: 0;
}

.enterprise_wrap:nth-of-type(2) {
	padding-bottom: 0;
}
.enterprise_wrap .enter_left{
	float: left;
}
.enterprise_wrap .enter_left img {
	width: 343px;
	height: 343px;
	display: inline-block;
	margin-left: 30px;
	border-radius: 50%;
	margin-top: 112px;
}

.enterprise_wrap .enter_right {
	background: white;
	float: right;
	width: 834px;
}

.enterprise_wrap .enter_right ul {
	/* display: flex; */
	/* flex-wrap: wrap; */
	margin-left: 13px;
	float: left;
}

.enterprise_wrap .enter_right a {
	color: #333333;
	display: inline-block;
}

.enterprise_wrap .enter_right ul li {
	background-color: #f8f8f8;
	width: 228px;
	height: 112px;
	margin: 0 20px;
	margin-bottom: 21px;
	box-shadow: 2px 2px 2px #f3f2f3;
	text-align: center;
	padding-top: 20px;
	float: left;
}

.enterprise_wrap .enter_right ul li a p {
	text-align: center;
}

.enterprise_wrap .enter_right ul li img {
	width: 45px;
	height: 45px;
	display: inline-block;
}


/*@media screen and ( max-width: 1366px) {
	.qiye_banner {
		width: 100%;
		height: 235px;
		background: url('../img/logoqiye-s.png') no-repeat center;
		background-size: cover;
	}
}*/
.first_enter ul li img{
	border-radius: 50%;
}


.wrop_{
	width:900px;
	margin:auto;
	text-align: center;
}
.enter_con{
	background:#ffffff;
}
.enter_con dl{
	float: left;
	margin:25px;
	cursor: pointer;
}
.enter dl dt{
	
}
.enter_con dl dt img{
	width:200px;
	height:200px;
}
.enter_con dl:hover{
	transform: scale(1.2);
	transition: all 1s;
}
.enter_con dl dd{
	
}
.enter_con dl dd h4{
	font-size: 24px;
	margin-bottom: 15px;
}
.enter_con dl dd p{
	width:249px;
	color: #666666;
    line-height: 28px;
}
.enter_con h3 {
    padding: 10px 0;
    font-size: 22px;
    font-weight: 600;
    margin-right: 20px;
    cursor: context-menu;
    background-color: #FFFFFF;
    padding-bottom: 37px;
    padding-top: 19px;
    text-align: center;
    padding-top: 30px;
}
.more {
    text-align: center;
    margin: 20px 0;
    background: #ffffff;
    width: 100%;
    height: 40px;
}
.more span {
    background-color: #c10000;
    padding: 10px 50px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #C8C8C8;
    color:#ffffff;
}