.content{
	width: 100%;
	position: relative;
	min-width: 1245px;
}

.content-bg{
	width: 100%;
	height: 400px;
}

.bgmove{
	transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform .4s ease-in-out;
    background-size:cover;
}

/* .content-bg4{
	background-image: url(../images/contentbg/bn-gywm4.jpg);
    background-position: center;
    background-repeat: no-repeat;
} */

.content-box{
	display: block;
	position:absolute;
	top:45%;
	margin: 0;
	zoom:1;
	
	width:88%;
	height: 100%;
	/* min-width: 1096px; */
	left: 50%;
    margin-left: -44%;
}
.left-content{
	position: relative;
    float: left;
    width: 320px;
    margin-right: -320px;
    height: 700px;
    overflow: hidden;
}
.left-content-bg{
	height:700px;
	
}

/* .left-bg4{
	background-image: url(../images/leftbg/lft-gywm4.jpg);
    background-position: center;
    background-repeat: no-repeat;
} */

.content-body{
	float: right;
    width: 100%;
    height:100%;
	background-color: white;
}

.body-c{
	margin: 20px 20px 20px 380px;
	padding: 10px;
	color: #666;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 40px;
        overflow: scroll;
    height: 600px;
}

.left-nav{
	width: 350px;
	display: block;
	float: left;
	position: absolute;
	top: 30px;
    height: 150px;
	background-color: rgba(0,25,105,0.8);
	color: white;
}
.left-menu{
	display: block;
    position: absolute;
        left: 230px;
    top: 180px;
    width: 120px;
    border-top: 1px #fff solid;
}
.left-menu ul{
	list-style-type: none;
	background-color: rgba(0,25,105,0.8);
}

.left-menu ul li{
	    font-size: 14px;
    padding: 10px 0;
        text-align: center;
        border-bottom: 1px #fff solid;
}
.left-menu ul li a,.left-menu ul li a:hover{
	color:white;
	text-decoration: none;
	    
}

.left-title{
	display: block;
    font-size: 30px;
    margin-right: 10px;
    padding-top: 25px;
    text-align: right;
	
}
.left-bread{
	display: block;
    font-size: 12px;
    margin-left: 20px;
    padding-top: 20px;
}


p{
	color: #666;
    line-height: 24px;
    font-size: 14px;
    text-indent: 2em;
    font-family: "宋体","微软雅黑";
}
