.banner_box{
	background: url(../images/banner.png)center center no-repeat;
	width: 100%;
	min-width: 1200px;
	height: 435px;
}
.container{
	width: 1200px;
	margin:0 auto;
	overflow: hidden;
}
.banner_box p{
	padding-top: 324px;
	line-height: 26px;
	color: #fffe41;
	width: 540px;
	margin-left: 130px;
}
body{
	background: url(../images/bg.png) center center repeat-y;
}
.tixing{
	margin:25px auto 0;
	display: block;
	cursor: pointer;
}
.title{
	width: 897px;
	margin: 44px auto 0;
	font-size: 40px;
	color: #1b1b63;
	text-align: center;
	background: url(../images/tit_bg.png) 0 0 no-repeat;
	line-height: 84px;
	padding-bottom: 11px;
	font-weight: bold;
}
.table_box{
	background: #fff;
	margin-top: 20px;
	border-radius: 10px;
}
.table_nr{
	border-radius: 10px;
	padding-top: 50px;
	width: 1100px;
	margin:0 auto;
}
table{
	border: 5px solid #1b1b63;
	 border-top-left-radius: 20px;
	 border-top-right-radius: 20px;
	border-collapse: separate;
	 border-spacing: 0;
	 border-bottom: 0;
}
table th{
	border: 2px solid #1b1b63;
	background: #5f2bea;
	border-top: 0;
}
table td{
	border: 1px solid #1b1b63;
	text-align: center;
	line-height: 40px;
	border-bottom: 1px solid #7676a1;
	font-weight: bold;

}
table tr:first-child th:first-child {
    border-top-left-radius: 14px;
    border-left: 0;
}
table tr td:first-child {
    border-left: 0;
}

table tr:first-child th:last-child {
    border-top-right-radius: 14px;
    border-right: 0
}
table tr td:last-child {
   border-right: 0;
}
.td1{
	color: #fffe41;
	line-height: 52px;
	text-align: center;
	font-weight: bold;
}
.kaitong_yes{
	color: #5f2bea
}
.kaitong_no{
	color: #999999
}
.kaitong_close{
	color: #fc2a7b
}
.kaitong:hover{
	text-decoration: underline;
}
.table_bottom{
	background: url(../images/table_bottom.png) 0 0 no-repeat;
	width: 1100px;
	height: 201px;
	position: relative;
}
.jiantou{
	position: absolute;
	left: -18px;
	top: 110px;
}
.go_see{
	width: 225px;
	line-height: 51px;
	padding-bottom: 5px;
	text-align: center;
	background: url(../images/go_see.png) 0 0 no-repeat;
	font-size: 20px;
	font-weight: bold;
	color: #1b1b61;
	cursor: pointer;
	margin-left: 504px;
	position: absolute;
	top: 43px;
}
.go_see:hover{
	background: url(../images/go_see1.png) 0 0 no-repeat;
}
.tips_box{
	background: #f9f7ff;
	padding: 25px;
	margin-left: 50px;
	border-radius: 20px;
	width: 1050px;
	color: #1b1b61;
}
.tips_box span{
	font-weight: bold;
}
.tips_ul{
	width: 1100px;
	margin-left: 50px;
	margin-top: 21px;
	overflow: hidden;
	padding-bottom: 20px;
}
.tips_ul li{
	float: left;
	width: 62px;
	line-height: 34px;
	color: #999999;
	font-weight: bold;
}
.tips_ul li a{
	color: #5f2bea;
}
.tips_ul li a:hover{
	cursor: pointer;
	text-decoration: underline;
}
.xuzhi_box{
	width: 100%;
	height: 389px;
	background: url(../images/xuzhi_bg.png) 0 0 no-repeat;
	margin-top: 20px;
}
.notice_box1{
	float: left;
	height: 284px;
	width: 387px;
	background: #fff;
	border-radius: 10px;
	margin-left: 30px;
}
.notice_tit{
	width: 220px;
	text-align: center;
	padding-top: 31px;
	line-height: 20px;
	margin:0 auto;
	background: url(../images/xuzhi_tit_bg.png) 0 bottom no-repeat;
	font-weight: bold;
	font-size: 20px;
}
.notice_nr{
	line-height: 24px;
	margin-top: 16px;
	margin-left: 32px;
}
.notice_btn{
	text-align: center;
	width: 158px;
	line-height: 34px;
	color: #5c31e1;
	border: 1px solid #5c31e1;
	border-radius: 50px;
	margin:30px auto 0;
	box-shadow: 0px 8px 24px #e6defe;
}
.notice_ts{
	line-height: 24px;
	margin-top: 46px;
	margin-left: 32px;
	font-size: 14px;
	color: #777777;
}
.notice_box2{
	float: right;
	height: 284px;
	width: 387px;
	background: #fff;
	border-radius: 10px;
	margin-right: 30px;
}
.notice_btn:hover{
	color: #fff;
	background: #5c31e1;
	cursor: pointer;
}
.recommend_box{
	width: 100%;
	background: #3e14bf;
	overflow: hidden;
	border-radius: 10px;
	margin-top: 50px;
	margin-bottom: 94px;
}
.recommend_tit{
	background: url(../images/recommend_bg.png) center 49px no-repeat;
	padding-top: 41px;
	line-height: 38px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.recommend_box img{
	float: left;
	margin-left: 31px;
	margin-top: 32px;
	padding-bottom: 40px;
}