@charset "utf-8";
#sider ul li.nav_01>a{
	color: #065FBB;
	background: #fafbfd;
}

.mobile-wrap{
	overflow: hidden;
	background: url(../img/bg.png) no-repeat center top;
}
#main{
	padding: 50px 0;
	position: relative;
}

.page-title{padding: 0 50px; margin-bottom: 20px;}
.page-title h1{	font-size: 32px; margin-bottom: 20px;}
.page-title p{font-size: 17px; line-height: 1.5em; margin-bottom: .6em; color: #343434 ;}
.page-title li{font-size: 17px; line-height: 1.5em; margin-bottom: .6em; color: #343434 ; text-indent: -0.9em; margin-left: 0.7em;}

#main .main-con{
	margin-left: 255px;
	width: auto;
	background: #fff;
	padding: 40px 1px;
	box-shadow:0px 0px 20px rgba(3,50,154,0.1); 
}

#main .main-con .title{
	border-bottom: 1px solid #e1e1e1;
	margin: 0 40px;
	margin-bottom: 10px;
}
#main .main-con .title h2{
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	padding-left: 10px;
	margin-left: -13px;
	font-weight: normal;
	margin-bottom: 10px;
	border-left: 3px solid #065FBB;
}
#main .member{
	overflow: hidden;
	padding: 20px 40px;
}
#main .member .member-pic{
	float: left;
}
#main .member .member-pic img{
	width: 460px;
}
#main .member .member-info{
	float: right;
	width: 380px;
}
#main .member .member-info h1{
	font-size: 22px;
	margin-bottom: 10px;
}
#main .member .member-info p{
	margin-bottom: 6px;
	font-size: 14px;
	text-indent: -3em;
	padding-left: 3em;
}
#main .member .member-info .ewm{
	border-top: 1px solid #f1f1f1;
	padding: 10px 0 0;
	margin-top: 5px;
}
#main .member .member-info .ewm img{
	display: inline-block;
	width: 100px;
	vertical-align: middle;
	height: 100px;
	background-color: #f1f1f1;
}
#main .member .member-info .ewm div{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	padding-left: 15px;
	color: #888;
}
#main .member-con{
	padding: 20px 40px;
}
#main .member-con .block-title{
	font-weight: 800;
	color: #065FBB;
	font-size: 18px;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#main .list-box{ padding: 20px 40px 0; overflow: hidden ; margin: 0 -10px;}
#main .list-box .list{ width: 274px; float: left; margin: 0 10px 30px;}
#main .list-box .list .pic{ margin-bottom: 10px;}
#main .list-box .list .pic img{display:block; width: 100%; height: 200px; background-color: #f1f1f1; background-size: cover; margin: 0 auto; transition: all 0.2s ease-in-out;}
#main .list-box .list:hover .pic img{transform: scale(1.1);}
#main .list-box .list .con{ text-align: center; font-size: 18px; line-height: 1.6em; color: #555;}

@media screen and (max-width: 768px) {
	
	
	/* #main .mainBox{	position: relative; z-index: 1; padding: 20px 0; background: #fff; overflow: hidden;}
	
	.page-title{padding: 0 15px; margin-bottom: 20px;}
	.page-title h1{	font-size: 26px; margin-bottom: 20px;}
	.page-title p{font-size: 17px; line-height: 1.5em; margin-bottom: .6em; color: #343434 ;}
	.page-title li{font-size: 17px; line-height: 1.5em; margin-bottom: 0; color: #343434 ; text-indent: -0.9em; margin-left: 0.7em;}
	
	
	#main .pro-list{
		float: none;
		width: 100%;
		margin: 0;
		padding: 10px;
		border-right: 0;
	}
	#main .pro-list{display: flex; flex-wrap: wrap; justify-content: space-between;}
	#main .pro-list .list{ display: block; width: 48.5%; position: relative; padding: 0 0 10px 0;overflow: hidden;}
	#main .pro-list .list a{box-sizing: border-box;}
	#main .pro-list .list .pic{	position: relative; float: none; width: 100%;}
	#main .pro-list .list .pic img{	display: block;	width: 100%; background-size: cover;}
	#main .pro-list .list .t{  border-bottom: 0; width: 100%; float: none; text-align: center; padding: 10px 0; height: auto; background:none;}
	#main .pro-list .list:hover .t{color: #1E69F1; background:none;}
	#main .pro-list .list.cur .t{ color: #1E69F1; background:none;}
	#main .pro-list .list h1{ font-size: 16px; font-weight: normal; }
	#main .pro-list .list:hover h1{color: #1E69F1;}
	#main .pro-list .list i{	display: block;	font-size: 14px; line-height: 34px;	color: #888; font-style: normal;}
	
	.cutpage{
		text-align: left;
		padding-top: 10px;
	}
	.cutpage a{margin-left: 0;}
	
	#main .pro-list.pc{display: none;}
	.pc{display: none;} */
	
}




















