/*常用修改项*/

/*右边展示区域*/
.__main_body{
	width: 1300px;
}

/*左边展示区域*/
.__slide_nav{
	width: 245px;
}

.__slide_nav_contact{
	padding: 17px 5px 17px 15px;
	box-sizing: border-box;
	border: 1px solid #cecccd;
	line-height: 23px;
	color: #656565;
}
.__position{
	line-height: 35px;
	font-size: 15px;
	padding:0px 15px;
	border:1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 25px;
}
.__inner_body{
	padding-top: 35px;
	padding-bottom: 35px;

}
.__pages{
	margin-top: 25px;
	text-align: center;
	padding: 6% 0 4% 0;
}
.__pages li{
	display: inline-block;
	padding:8px 20px;
	border:1px solid #b61c31;
	border-radius: 10px;
	margin:2px;
}
.__pages li.c{
	background: #b61c31;
	color:white;
}
.__list{
	width: 100%;
}
.__list h2{
	font-size: 30px;
	width: 80%;
	margin: auto;
	text-align: center;
}
.__list .b_time{
	font-size: 12px;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.__list .thumb{
	max-width: 80%;
    display: block;
    margin: auto;
}
.__list .b_des{
	border-bottom: 1px solid #ccc;
    padding: 20px 0;
    padding-left: 20px;
    line-height: 25px;
    font-size: 14px;
}
.b_foot{
	overflow: hidden;
	padding-top: 10px;
	font-size: 13px;
	line-height: 18px;
}
.b_foot .fl{
	padding: 0px 20px;
	overflow: hidden;
	height: 42px;
	font-size: 14px;
	line-height: 42px;
	text-align: center;
}
.b_foot .fl:hover{
	color: #e30712;
	transition: 0.3s;
}
.b_foot .fr{
	padding: 0px 20px;
	overflow: hidden;
	height: 42px;
	font-size: 14px;
	line-height: 42px;
	text-align: center;
}
.b_foot .fr:hover{
	color: #e30712;
	transition: 0.3s;
}
.__list_text{

}
.__list_text li{
	width: 1280px;
	overflow: hidden;
	background-color: #fff;
	margin: 23px 10px 5px 10px;
	padding: 2%;
	border-radius: 20px;
	box-shadow: 0px 5px 21px 0px rgba(35,24,21,0.35);
	
}
.__list_text li:hover{
	box-shadow: 2px 2px 8px 8px #6666;
	transition: 1s;
}
.__list_text li .div_c{
	width: 31%;
	margin-right: 3%;
	overflow: hidden;
}
.__list_text li .div_c img{
	width: 100%;
	transition: 1s;
}
.__list_text li:hover .div_c img{
	transform: scale(1.1);
	transition: 1s;
}
.__list_text li .div_d{
	width: 66%;
	overflow: hidden;
	padding-top: 2%;
}
.__list_text li .div_d .p_a{
	color: #000;
	font-size: 22px;
	font-family: Arial;
	overflow: hidden;
	width: 14%;
}
.__list_text li .div_d .p_b{
	font-size: 18px;
	padding-bottom: 7px;
	padding-top: 10px;
	color: #666160;
	width: 80%;
	margin-right: 6%;
	font-weight: 500;
    font-size: 38px;
    color: #C20A14;
}
.__list_text li .div_d .p_c{
	font-size: 23px;
	color: #666160;
	line-height: 1.5;
    width: 93%;
}
.__list_text li .div_d .p_d{
	color: #fff;
	font-size: 18px;
	background-color: #c20a14;
	width: 18%;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-radius: 30px;
	margin-top: 5%;
	float: right;
}
.__list_text li .div_d .p_d img{
	margin-left: 7px;
	transition: 2s;
}
.__list_text li:hover .div_d .p_d img{
	margin-left: 57px;
	transition: 2s;
}
.__slide_nav h2{
	background: #0361c0;
	color:white;
	height: 82px;
	box-sizing: border-box;
	padding-top: 30px;
	padding-left: 28px;
	font-size: 28px;
	border: 1px solid #cecccd;
	border-bottom: none;
}
.__slide_nav_list{
	padding:17px 5px 0px;
	box-sizing: border-box;
	border:1px solid #cecccd;
}
.__slide_nav_list li{
	line-height: 42px;
	font-size: 14px;
	color:#656565;
	border-bottom: 1px dashed #b7b7b7;
	text-indent: 20px;
}
.__slide_nav_list li:hover{
	color:#0361c0;
	border-color:#b7b7b7;
}
.__slide_nav_list a:last-child li{
	font-size: 16px;
	color:#0361c0;
	border-bottom: none;
	line-height: 52px;
}
.__list_image{
	/* min-height: 500px; */
}
.__list_image li{
	width:29.5%;
	height: 525px;
	overflow: hidden;
	display: inline-block;
	margin:11px 14px;
	background-color: #fff;

}
.__list_image li:nth-child(3n){
	margin-right: 0px;
}
.__list_image li:nth-child(3n-2){
	margin-left: 0px;
}
.__list_image li .img_wrap{
	width: 80%;
	border: 0px solid #ececec;
	border-bottom: none;
	overflow: hidden;
	margin: 0 auto;
    height: 230px;
    line-height: 230px;
}
.__list_image li .img_wrap img{
	width: 360px;
    height: 263px;
	transition: 1.5s;
}
.__list_image li:hover .img_wrap img{
	transform: scale(1.1);
	transition: 1.5s;
}
.__list_image li .text_wrap{
	position: absolute;
	width: 411px;
	margin: 0px;
	height: 0px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.45);
	transition: 0.3s;
	z-index: 1;
}
.__list_image li .text_wrap .p_a{
	text-align: center;
	color: #fff;
	font-size: 28px;
	margin-top: 140px;
	margin-bottom: 5px;
	transition: 1s;
}
.__list_image li:hover .text_wrap .p_a{
	transform: rotate(360deg);
	transition: 1s;
}
.__list_image li .text_wrap .p_b{
	text-align: center;
	color: #fff;
	font-size: 25px;
}
.__list_image li:hover .text_wrap{
	height: 307px;
	transition: 0.7s;
}
.__list_image li .text_wrap1{
	width: 411px;
	line-height: 92px;
	font-size: 20px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	background-color:#c5c5c5; 
}
.__list_image li:hover .text_wrap1{
	background-color: #ffc907;
	color: #fff;
	transition: 1s;
}
				.__messages{
					overflow: hidden;
					margin: 0 auto;
    				width: 75%;
				}
				.__messlist{
				    line-height: 59px;
				    background-color: rgb(255,255,255,0.5);
				    overflow: hidden;
				    font-size: 18px;
				    color: #161616;
				    float: left;
				    margin-right: 14px;
				}
				.__messlist input{
					width: 690px;
				    line-height: 59px;
				    background-color: #f9f9f9;
				    border: none;
				    outline: medium;
				    text-indent: 1rem;
					border: 1px solid #E7E7E7;
				}
				.clears{
				    clear: both;
				}

				.textareas{
				    overflow: hidden;
				    font-size: 18px;
				    color: #161616;
				    margin-top: 20%;
				}
				.textareas textarea{
				    float: left;
				    width: 100%;
				    height: 123px;
				    padding: 3px 0px;
				    border: none;
				    outline: medium;
				    text-indent: 1rem;
				    background-color: rgb(255,255,255,0.7);
				    margin-top: 20px;
					background-color: #f9f9f9;
    				border: 1px solid #E7E7E7;
				}
				.__messsub {
				    margin-left: 3px;
				    margin-top: 35px;
				    margin-bottom: 70px;
				    overflow: hidden;
				}
				.__messsub input{
				    width: 136px;
				    height: 46px;
				    background-color: #c20a14;
				    text-align: center;
				    font-size: 18px;
				   	color: #fff;
				    cursor: pointer;
				   
				    border:none;
				}




