.background{
	/*border:1px solid blue;*/
	height:500px;
	background-image:url('../img/bg_140820.png');
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-width:1200px;
}
.home{
	/*border:1px solid red;*/
	width: 1200px;
	min-width: 1200px;
	margin:0px auto;
}
.section_feature{
	/*border:1px solid red;*/
	margin-top:20px;
}
.section_feature_p{
	line-height:100px;
	/*border:1px solid blue;*/
	font-size:24px;
}
.feature_list{
	/*border:1px solid red;*/
	display:flex;
	/*direction: rtl;*/
}
.feature_list li{
	/*border:1px solid yellow;*/
	/*width:25%;*/
	flex:1;
}
.profession{
	width:200px;
	height:200px;
	/*border:1px solid blue;*/
	margin:0px auto;
	display:block;
	object-fit: cover;
}
.feature_list_p{
	font-size:15px;
	padding-bottom:10px;
	/*border:1px solid green;*/
	text-align:center;
	color:#6a6a6a;
}
.feature_list_p h4{
	font-size:20px;
	line-height:50px;
	color:#000;
}

/*轮播图整体不符*/
.section_history{
	/*border:1px solid blue;*/
	margin-top:20px;
}
.section_history_p{
	line-height:100px;
	/*border:1px solid blue;*/
	font-size:24px;
}
.section_history_lunbo{
	height:400px;
	/*border:1px solid red;*/
}
.history_lunbo_top{
	height:320px;
	/*border:1px solid yellow;*/
	position:relative;
}
/*轮播图图片*/
.pic{
	width:1100px;
	height:100%;
	/*border:1px solid blue;*/
	margin:0px auto;
	position:relative;
	overflow:hidden;
}
.pic .pic_ul{
	position:absolute;
	height:100%;
	display:flex;

}
.pic .pic_ul li{
	width:1100px;
	height:100%;
}
.pic .pic_ul li img{
	width:1100px;
	height:100%;
	object-fit: cover;
}
.history_lunbo_bottom{
	height:80px;
	/*border:1px solid green;*/

}
/*轮播图下两行按钮*/
.anniu{
	width:1100px;
	margin:0px auto;
	/*border:1px solid yellow;*/
	height:55px;
	position:relative;
	display: flex;
	flex-direction:column;
	justify-content:center;
	background:#A4DAFF;
}
.anniu:before{
	content: "";
   width: 0px;
   height: 0px;
   border-top: 55px solid transparent;
   border-bottom: 0px solid transparent;
   border-right: 50px solid #A4DAFF;
   position: absolute;
   top: 0px;
   left: -50px;
}
.anniu:after{
	content: "";
   width: 0px;
   height: 0px;
   border-top: 55px solid transparent;
   border-bottom: 0px solid transparent;
   border-left: 50px solid #A4DAFF;
   position: absolute;
   top: 0px;
   right: -50px;
}
.anniu_1{
	width:1000px;
	height:20px;
	/*border:1px solid yellow;*/
	margin:0px auto;
	position:relative;
}
.anniu_1 .xian{
	border-bottom:1px solid #fff;
	position:absolute;
	bottom:5px;
	width:1000px;
}
.anniu_1_ul{
	display:flex;
	justify-content:space-around;
}

.anniu_1_ul li{
	width:18px;
	/*border:1px solid blue;*/
	height:18px;
	position:relative;
	z-index:999;
}
.aa{
	position:absolute;
	background-image:url(../img/slide_position_140820.png);    
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	width:20px;
	height:25px;
	top:-25px;
	left:50%;
	margin-left:-10px;
}
.tupian{
	background-image:url(../img/slide_item_current_140820.png);    
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.tupian2{
	background-image:url(../img/slide_item_140820.png);    
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.year{
	background:#3CAFFF;
	height:25px;
	line-height:25px;
}
.year_ul{
	width:1000px;
	/*border:1px solid yellow;*/
	margin:0px auto;
	display:flex;
	justify-content:space-around;
}
/*左右按钮*/
.s_position{
	/*border:1px solid blue;*/
	width:50px;
	height:80px;
	position:absolute;
	line-height:80px;
	text-align:center;
	top:50%;
	margin-top:-40px;
	font-size:50px;
	cursor:pointer;
	color:#999;
}
.s_position:hover{
	color:#FF0042;
}
.s_left{
	left:-10px;
}
.s_right{
	right:-10px;
}

/*发起人事业展示整体部分*/
.section_product{
	margin-top:20px;
}
.section_product_p{
	line-height:100px;
	/*border:1px solid blue;*/
	font-size:24px;
}
.clear{
	/*border:1px solid red;*/
	display:flex;
	flex-wrap:wrap;
}
.itemm{
	width:23%;
	height:450px;
	/*border:1px solid blue;*/
	background:#FAFAFA;
	margin:0px 11px 22px 11px;
}
.itemm_title{
	/*border:1px solid yellow;*/
	height:120px;
	padding:25px 0px 25px 25px;
	display:flex;
	justify-content:space-between;
	background:#F6F6F6;
}
.itemm_title_img{
	/*border:1px solid green;*/
	width:70px;
	height:70px;
}
.itemm_title_text{

	/*border:1px solid red;*/
	height:100%;
	width:165px;
}
.itemm_title_img img{
	width:100%;
	height:100%;
}
.i_t_text_p1{
	font-size:25px;
}
.i_t_text_p2{
	font-size:1em;
	line-height:30px;
	color:#999;
}

.itemm_content{
	/*border:1px solid yellow;*/
	height:250px;
	display: flex;
	flex-direction:column;
	justify-content:center;
}
.i_c_clear{
	/*border:1px solid blue;*/
	width:180px;
	height:200px;
	margin:0px auto;
	line-height:50px;
}

.itemm_bottom{
	/*border:1px solid blue;*/
	width:130px;
	height:40px;
	margin:0px auto;
	background:#FF0042;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:14px;
}
.itemm_bottom a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
}
.itemm_bottom:hover{
	background:#E7003C;
}