html{
}
body{
	font-family: Microsoft Yahei;
	background-image: url(../images/banner.png);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
}

div{
	margin: 0px;
	padding: 0px;
}

.main-container{
	width: 1232px;
	margin: 0 auto;
	position:relative;
	background-image: url(../images/banner_11b.png);
	background-repeat-x:no-repeat;
	background-repeat-y:repeat;
}
.botDiv {
	width: 1232px;
	height: 100px;
	margin: 0 auto;
	background-image: url(../images/banner_11t.png);
	background-repeat: no-repeat;
}
.main-left{
	position:absolute;
	width: 243px;
	height: 100%;
	left: 17px;
	background-image: url(../images/img_32.png);
	background-repeat-x:no-repeat;
	background-repeat-y:repeat;
}
.main-right {
	position:absolute;
	width: 955px;
	height: auto;
	left: 260px;
}
.left-list{
	width: 243px;
    height: 100%;
    position: absolute;
}
.rightBg {
	position:absolute;
	width: 	686px;
	height: 563px;
	background-image: url(../images/dw.png);
	bottom: 0;
	right: 17px;
	z-index:-1;
}
.main-left-item{
	color:#fff;
	width:244px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
	cursor:pointer;
}

.main-left-item:hover{
	background:#fff;
	color: rgb(241, 112, 22);
}

.main-left-item-on{
	background:#fff;
	color: rgb(241, 112, 22);
}

.right-1{
	width: 875px;
    margin: 0 auto;
    height: 100%;
}

.right-top{
	height:59px;
	line-height:60px;
	border-bottom:1px solid rgb(229, 229, 229);
}

.tab-item{
	float: left;
	width:160px;
	text-align:center;
	cursor:pointer;
	font-size: 20px;
	font-family: "Microsoft YaHei";
	color: rgba(242, 119, 36, 0.702);
	height:60px;
	line-height:60px;
	position:relative;
}

.tab-item img{
	vertical-align: middle;
}
.tab-item span{
	vertical-align: middle;
}

.tab-item-on{
	background-color:#fce4d3;
	height:58px;
	border-bottom:2px solid rgb(242, 119, 36);
}

.right-content{
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: rgb(48, 51, 56);
}

.title {
	width: 500px;
	position: relative;
	margin: 40px 0 15px 0;
}
.title span {
	position: absolute;
	    position: absolute;
    left: 19px;
    top: 8px;
    font-size: 21px;
    color: #b5b5b5;
}

.dec-text {
	line-height: 30px	
}

.submit-btn{
	text-align: center;
	margin-top: 25px;
}

.submit-btn button {
	background-color: rgb(242, 119, 36);
	height: 40px;
    width: 190px;
	border-radius: 20px;
	border: 0;
	color: white;
	font-size: 18px;
}
.submit-btn button:HOVER {
	background-color: #e27f45;
	cursor: pointer;
}









