@charset "utf-8";
body{
	background: #f8f8f8;
}
.investor_title{
	margin-top: 70px;
	margin-bottom: 50px;
}
.investor_box{
	padding-bottom: 105px;
}
.investor_box .investor_nav{
	height: 70px;
	border-radius: 10px;
	background: #fff;
	padding: 0 30px;
	box-sizing: border-box;
	font-size: 18px;
  	box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.06);
  	margin-bottom: 20px;
}
.investor_box .investor_nav:last-child{
	margin-bottom: 0;
}
.investor_box .investor_nav .investor_nav_left{
	padding-left: 60px;
	background: url(../img/pdf_icon1.png) no-repeat left center;
	background-size: auto;
	width: 80%;
	box-sizing: border-box;
}
.investor_box .investor_nav .investor_nav_right{
	color:#666666;
}
.investor_box .investor_nav:hover{
	background: #f1641c;
	color:#fff;
}
.investor_box .investor_nav:hover .investor_nav_right{
	color:#fff;
}
.investor_box .investor_nav:hover .investor_nav_left{
	background: url(../img/pdf_icon3.png) no-repeat left center;
}
.product_page{
	margin-top: 55px;
}
/*响应式适配*/

@media screen and (max-width: 1861px) {
	
}

@media screen and (max-width: 1681px) {
	
}

@media screen and (max-width: 1450px) {
	
}

@media screen and (max-width: 1335px) {
	
}

@media screen and (max-width: 1200px) {
	.investor_title {
	    margin-top: 20px;
	    margin-bottom: 20px;
	}

}

@media screen and (max-width: 1100px) {
	
}
@media screen and (max-width: 1000px) {
	
}

@media screen and (max-width: 768px) {
	.investor_box .investor_nav {
	    height: auto;
	    padding:10px;
	    font-size: 14px;
	    margin-bottom: 10px;
	    display: block;
	}
	
	.investor_box .investor_nav .investor_nav_left {
	    padding-left: 22px;
	    background-size:16px auto;
	    width: 100%;
	}
	.investor_box .investor_nav:hover .investor_nav_left {
	    background-size:16px auto;
	}
	.investor_box .investor_nav .investor_nav_right{
		margin-top: 6px;
		font-size: 12px;
	}
	.product_page {
	    margin-top: 20px;
	}
	.investor_box {
	    padding-bottom: 20px;
	}
	.base_menu .base_menu_nav{
		width: 33.33% !important;
	}
}
@media screen and (max-width: 600px) {
	
}
@media screen and (max-width: 414px) {
	
}

@media screen and (max-width: 380px) {
	
}

@media screen and (max-width: 330px) {
	
}
