body{
	background: #f8f8f8;
}
.cp-footer{
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}
.cp-footer{
	height: 330px;
}
.hp-header{
	background: #433939;
	height: 80px;
	width: 100%;
}
.clearfix{
	clear: both;
}
iframe{
	width: 100%;
}
.hp-cont{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.hp-wrap{
    overflow: hidden;
    padding: 5px 5px 192px 5px;
    width: 1200px;
    box-sizing: border-box;
}
.hp-nav{
	margin:35px 0 25px 0;
}
.hp-nav li{
	display: inline-block;
	color: #333;
}
.hp-nav li a{
	color: #333;
}
.hp-cont-l{
	width: 220px;
	min-height: 420px;
	background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    padding: 20px 10px 101px 58px;
    box-sizing: border-box;
}
.hp-cont-l li>a{
	display: block;
	width: 152px;
	font-size: 16px;
	line-height: 38px;
	color: #2a2a2a;
}
.hp-cont-l li>a.active{
	color: #ff9f00;
}
.hp-wrap li>a:hover{
	color: #ff9f00;
}
.hp-cont-r{
	width: 950px;
	background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    min-height: 620px;
    padding-left: 65px;
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 40px;
    box-sizing: border-box;
}
.hp-cont-r ul li{
	position: relative;
}
.hp-cont-r ul li>a{
	color: #262626;
    cursor: pointer;
}
.hp-cont-r ul li>a:before{
    content: ' ';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #C28939;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: -13px;
}
