main{
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
}
main .content{
	width: 100%;
	
	overflow: hidden;
}
.content img{
	display: block;
	width: 100%;
	height: 500px;
}
.userinfo{
	width: 100%;
	padding: 0 10%;
}
.bbzxtit {
    width: 1200px;
    margin: 0px auto;
    padding-top: 70px;
}
.bbzxtit .p1 {
    margin: 0px auto;
    font-size: 36px;
    text-align: center;
    border-bottom: 1px solid #fff;
    line-height: 100px;
    color: #fff;
    font-weight: bold;
	color: #3278b2;
	    border-bottom-color: #c4c2c2;
	    width: 340px;
}
.bbzxtit .hx {
    width: 67px;
    height: 5px;
   background: #3278b2;
    margin: 0px auto;
    margin-top: -3px;
}
.bbzxtit .p2 {
    font-size: 26px;
    text-align: center;
    text-transform: Uppercase;
    line-height: 60px;
        color: #c4c2c2;
        padding-top: 10px;
}
.yyjjs{
	width: 1200px;
	height: 448px;
	margin: 0px auto;
	display: flex;
	background: #3378b3;
	margin-top: 30px;
}
.yyjjs-left{
	flex-basis: 50%;
	overflow: hidden;
}
..yyjjs-left img{
	display: block;
	width: 100%;
	height: 100%;
}
.yyjjs-right{
	flex-basis: 50%;
	padding: 0 10px;
	    margin-top: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
}
.yyjjs-right p{
	width: 100%;
	overflow: hidden;
	font-size: 18px;
	    color: #ffffff;
		margin: 0;
}
.yyjjxs1{
	height: 750px;
	margin-top: 20px;
	background-image: url('http://www.rpent-cd.com/resource/images/yyjjxs.jpg');
	background-size: 100% 100%;
}
.yyjjxs1 .bbzxtit .p1 {
    
    font-weight: bold;
	color: #fff;
	    border-bottom-color: #c4c2c2;
	    
}
.yyjjxs1 .bbzxtit .hx {
    width: 67px;
    height: 5px;
   background: #3278b2;
    margin: 0px auto;
    margin-top: -3px;
}
.yyjjxs1 .bbzxtit .p2 {
    font-size: 26px;
    text-align: center;
    text-transform: Uppercase;
    line-height: 60px;
        color: #c4c2c2;
        padding-top: 10px;
}
.yyjjp{
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	padding: 10px;
	border-radius: 5px ;
}
.yyjjp p{
	font-size: 18px;
	color: #666666;
	
}
.yyjjhj{
	    width: 1200px;
	    height: 500px;
	    margin: 0px auto;
	    margin-top: 20px;
		padding: 0;
	
}
.yyjjhj li{
	width: 380px;
	    height: 236px;
	    float: left;
	    margin: 9px 9px 0 9px;
}
@media screen and (max-width: 768px){
	main{
		
		overflow: hidden;
	}
	.content{
			height: 254px;
			
		}
		.content img{
			display: block;
			width: 100%;
			height: 100%	;
		}
		.userinfo{
			width: 100%;
			padding: 0;
		}
		.bbzxtit{
			padding: 0;
			width: 100%;
		}
		.bbzxtit .p1{
			
			font-size: 26px;
		}
		.yyjjs{
			width: 100%;
			flex-direction: column;
			height: auto;
		}
		.yyjjs-left{
			flex-basis: 100%;
			height: 250px;
		}
		.yyjjs-right{
			flex-basis: 100%;
			height: auto;
		}
		.yyjjp{
			width: 100%;
			height: auto;
			margin: 0;
			
		}
		.yyjjxs1{
			height: auto;
		}
		.yyjjxs2{
			width: 100%;
			height: auto;
		}
		.yyjjhj{
			width: 100%;
			height: auto;
		}
		.yyjjhj li{
			width: 50%;
			height: 120px;
			overflow: hidden;
			margin: 0;
			box-sizing: border-box;
		}
}