#second_list_headImg img{
	width: 100%;
	height: 500px;
}
#list_headImg_under{
	width: 100%;
	height: 50px;
	background-image:url('http://wx.entvic.com/templets/botou_internet/images/head-small.jpg');
	background-size:100% 100%;
}
#list_headImg_under .container{
	
}
#list_headImg_under .container a{
	font-size: 15px;
	line-height: 50px;
}
#common_left{
	position: relative;
	top: -100px;
}
#common_left_head{
	width: 100%;
	height: 100px;
	line-height: 100px;
	background-color: #115eb3;
	text-align: center;
	color: white;
	font-size: 20px;
	font-weight: bold;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#common_left_footer{
	width: 100%;
	height: 100px;
	line-height: 100px;
	background-color: #115eb3;
	text-align: center;
	color: white;
	font-size: 30px;
	font-weight: bold;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.common_left_middleDiv{
	width: 100%;
	height: 70px;
	background-color: #f1f1f1;
	text-align: center;
	line-height: 70px;
	font-size: 20px;
	color: #718ab1;
/* 	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666; */
}
.common_left_middleDiv:hover{
	background-color: #d4e4f5;
	/* border: 1px solid #080808; */
}
.left-footer-img{
	
}
.left-footer-img img{
	width: 70px;
	height: 70px;
	margin-top: 10px;
}
.left-footer-font p{
	font-size: 1.5rem;
	color: white;
	line-height: 1.5rem;
	margin-top: 15%;
	text-align: left;
}
.left-footer-font h1{
	margin-top: 10px;
	font-size: 20px;
	color: white;
	line-height:2rem;
	text-align: left;
}
#common_Right h2{
	clear: both;
	padding-top: 2rem;
}
#common_Right_Phone h2{
	clear: both;
	padding-top: 2rem;
}
.product-div-list{
	margin-top: 0rem;
}
.product-div-list h4{
	font-size: 1.75rem;
	line-height: 2.5rem;
	margin-top: 1rem;
}
.product-div-list h4 img{
	width:100%;
	height:500px;
}
.product-div-detail{
	margin-top: 1rem;
}
.product_div_eve{
	float: left;
	width: 24%;
	margin-left: 1%;
	margin-top: 1rem;
	background-color: white;
}
.product_div_eve img{
	width: 100%;
	height: 200px;
}
.product_div_eve p{
	font-size: 1.75rem;
	margin-top: 1rem;
}

#footer{
	margin-top: 2rem;
}


.product_news_eve{
	clear: both;
	
}
#left-more-btn{
	position: fixed;
	top: 15%;
}
#left-more-btn img{
	width: 6rem;
	height: 6rem;
	z-index: 999;
}
#display_second_list{
	display: none;
	position: absolute;
	/* background-color: #000000; */
}
.display_second_Left{
	float: left;
	width: 90%;
	height: 100%;
	background-color: white;
	padding-right: 1.5rem;
	overflow: auto;
}
.display_second_Right{
	float: left;
	width: 10%;
	height: 100%;
	background-color: white;
}
.display_second_Right p{
	font-size: 5rem;
	text-align: center;
	position: relative;
	top: 40%;
	color: #BCE8F1;
}
.second_menu_eve{
	width: 50%;
	overflow: auto;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border: 0.1rem solid #007AFF;
	border-radius: 2rem;
	text-align: center;
	margin: 2rem auto;
}

















@media screen and (max-width: 768px) {
	.product_div_eve{
		float: left;
		width: 49%;
		margin-left: 1%;
		margin-top: 1rem;
		background-color: white;
	}
	.product_div_eve img{
		width: 100%;
		height: 15rem;
	}
}