/*reset*/
*{
	margin:0;
	padding:0;
}
ul,li{
	list-style:none;
}
img{
	display:block;
	border:none 0;
}
a{
	text-decoration:none;
}
input,button,select,textarea{
	outline:none;
	border:none;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
table{
	border-collapse: collapse;
}
.con-in{
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}
body{
	font-size:16px;
	font-family:"Microsoft YaHei","SimHei","SimSun",sans-serif;
	background:#fff;
	color: #333;
}


/*头部*/
.top{
	background: url(../images/bg.png);
}
.top h1{
	float: left;
	margin-top: 15px;
}
.logo-a{
	text-indent: -9999px;
	display: block;
	width: 220px;
	height: 44px;
	background: url(../images/logo.png) no-repeat left top;
}
.top dl{
	float: right;
	overflow: hidden;
}
.top dl dd{
	float: left;
}
.top dl dd a{
	font-size: 16px;
	color: #ffffff;
	margin-left: 30px;
	line-height: 70px;
}
.top dl dd a:hover{
	color: #bb282c;
}


/*nav*/
.nav{
	
}
.top li{
	width: 11%;
	overflow: hidden;
	float: left;
}
.top li a{
	display: block;
	width: 100%;
	height: 44px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 44px;
}
.top li a:hover,
.top li a.nav-cur{
	color: #f4b702;
}
.cury{
	color: #f4b702;
}



/*新闻公告*/
.news{
	overflow: hidden;
	padding: 20px 0 40px;
}
.news-tab{
	text-align: center;
	padding-bottom: 20px;
}
.news-tab li{
	display: inline-block;
	margin: 0 10px;
	font-size: 24px;
	cursor: pointer;
	border-bottom: 3px solid #fff;
	padding: 0 10px 4px;
}
.news-tab li:hover,
.news-tab li.news-tab-cur{
	border-bottom: 3px solid #bb282c;
}
.news-tab li span{
	font-size: 16px;
	padding-left: 8px;
}

.news-con{
	overflow: hidden;
}
.news-con>div{
	display: none;
}
.news-con>div.news-con-cur{
	display: block;
}
.news-con .callbacks_container{
	width: 568px;
	height: 370px;
	overflow: hidden;
	float: left;
	margin-right: 22px;
}
.news-con .rslides li a p{
	padding-left: 15px;
	font-size: 16px;
}
.news-con .rslides li a p:before{
	display: none;
}
.news-con .callbacks_tabs{
	display: none;
}
.news-con .callbacks_nav{
	display: block;
	width: 30px;
	height: 31px;
	opacity: 1;
}
.news-con .callbacks_container .prev{
	background: url(../images/left.png) no-repeat center;
}
.news-con .callbacks_container .next{
	background: url(../images/right.png) no-repeat center;
}
.news-list{
	width: 590px;
	float: left;
	overflow: hidden;
}
.news-list li,
.notice-list li{
	overflow: hidden;
	height: 85px;
	margin-bottom: 10px;
}
.news-list li a,
.notice-list li a{
	display: block;
	height: 83px;
	border: 1px solid transparent;
}
.news-list li .news-list-l,
.notice-list li .news-list-l{
	width: 58px;
	height: 83px;
	float: left;
	background: #bb9d7e;
	color: #fff;
	text-align: center;
	font-size: 12px;
}
.news-list li .news-list-l strong,
.notice-list li .news-list-l strong{
	font-size: 24px;
	margin-top: 14px;
	display: block;
}
.news-list li .news-list-r,
.notice-list li .news-list-r{
	width: 530px;
	height: 83px;
	float: left;
	background: #f8f3f3;
}
.news-list li .news-list-r h3,
.notice-list li .news-list-r h3{
	width: 490px;
	margin: 10px auto 5px;
	font-size: 16px;
	color: #bb282c;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight:bold;
}
.news-list li .news-list-r p,
.notice-list li .news-list-r p{
	font-size: 14px;
	color: #595757;
	margin: 0 20px;
}
.news-list li.news-first a,
.notice-list li.news-first a{
	
}
.news-list li.news-first a .news-list-l,
.notice-list li.news-first a .news-list-l{
	background: #bb282c;
}
.news-list li a:hover .news-list-r h3,
.notice-list li a:hover .news-list-r h3{
	color: #333;
	font-weight:bold;
}
.news-list li a:hover,
.notice-list li a:hover{
	border: 1px solid #bb9d7e;
}

.notice-list li{
	width: 570px;
	float: left;
	margin: 0 10px 10px;
}
.notice-list li .news-list-r{
	width: 510px;
}
.news-list li .news-list-r h3,
.notice-list li .news-list-r h3{
	width: 470px;
}

/*选择*/
.chose{
	overflow: hidden;
	background: #dfdfdf;
}
.la{
	color:#ffffff;
	font-size:22px;
	background:#bb9d7e;
	padding:5px 10px;
	}
.la:hover{
	background: #981216;
	
}
.chose ul{
	margin: 0 90px;
	overflow: hidden;
}
.chose ul li{
	width: 25%;
	float: left;
	text-align: center;
}
.chose ul li a{
	display: block;
}
.chose ul li a div{
	width: 80px;
	height: 80px;
	margin: 10px auto;
	background: #bb9d7e;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}
.chose ul li a div:before{
	content: '';
	display: block;
	width: 35px;
	height: 34px;
	position: absolute;
	left: 23px;
	top: 23px;
}
.chose ul li.chose-first a div:before{
	background: url(../images/gdpx.png) no-repeat center;
}
.chose ul li.chose-two a div:before{
	background: url(../images/xljy.png) no-repeat center;
}
.chose ul li.chose-three a div:before{
	background: url(../images/jxfx.png) no-repeat center;
}
.chose ul li.chose-four a div:before{
	background: url(../images/zxks.png) no-repeat center;
}
.chose ul li.chose-first a div,
.chose ul li.chose-three a div{
	background: #bb282c;
}
.chose ul li a p{
	color: #333;
	font-size: 16px;
}
.chose ul li a p span{
	font-size: 14px;
}
.chose ul li a:hover div,
.gdpx ul li:hover a{
	-webkit-box-shadow: 0 0 2px 4px rgba(86,86,86,.15);
	-moz-box-shadow: 0 0 2px 4px rgba(86,86,86,.15);
	-ms-box-shadow: 0 0 2px 4px rgba(86,86,86,.15);
	box-shadow: 0 0 2px 4px rgba(86,86,86,.15);
}
.chose ul li.chose-first a:hover div,
.chose ul li.chose-three a:hover div{
	background: #bb9d7e;
}
.chose ul li.chose-first a:hover p,
.chose ul li.chose-three a:hover p{
	color: #bb9d7e;
}
.chose ul li.chose-two a:hover div,
.chose ul li.chose-four a:hover div{
	background: #bb282c;
}
.chose ul li.chose-two a:hover p,
.chose ul li.chose-four a:hover p{
	color: #bb282c;
}


/*高端培训*/
.gdpx{
	padding: 40px 0;
	overflow: hidden;
}
.title{
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}
.title i{
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 2px;
	background: #bb282c;
}
.title h3{
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	padding: 0 15px;
}
.title h3 span{
	padding-left: 10px;
	font-size: 16px;
	color: #666;
}
.gdpx ul li{
	width: 215px;
	height: 154px;
	margin: 10px;
	float: left;
}
.gdpx ul li a{
	height: 152px;
	display: block;
	border: 1px solid #a16220;
	font-size: 24px;
	text-align: center;
}
.gdpx ul li.gdpx-1 a,
.gdpx ul li.gdpx-3 a,
.gdpx ul li.gdpx-6 a,
.gdpx ul li.gdpx-8 a{
	border: 1px solid #bb282c;
}
.gdpx ul li a div p{
	padding-top: 45px;
	margin-top: 35px;
	color: #a16220;
}
.gdpx ul li a:hover div p{
	color: #bb282c;
}
.gdpx ul li.gdpx-1 a div p,
.gdpx ul li.gdpx-3 a div p,
.gdpx ul li.gdpx-6 a div p,
.gdpx ul li.gdpx-5 a div p,
.gdpx ul li.gdpx-8 a div p,
.gdpx ul li.gdpx-10 a div p{
	color: #bb282c;
}
.gdpx ul li.gdpx-1 a:hover div p,
.gdpx ul li.gdpx-3 a:hover div p,
.gdpx ul li.gdpx-5 a:hover div p,
.gdpx ul li.gdpx-6 a:hover div p,
.gdpx ul li.gdpx-8 a:hover div p,
.gdpx ul li.gdpx-10 a:hover div p{
	color: #a16220;
}
.gdpx ul li.gdpx-1 a div p{
	background: url(../images/gdpx-2-hover.png) no-repeat center top;
}
.gdpx ul li.gdpx-2 a div p{
	background: url(../images/gdpx-5-hover.png) no-repeat center top;
}
.gdpx ul li.gdpx-3 a div p{
	background: url(../images/gdpx-1.png) no-repeat center top;
}
.gdpx ul li.gdpx-4 a div p{
	background: url(../images/gdpx-4.png) no-repeat center top;
}
.gdpx ul li.gdpx-5 a div p{
	background: url(../images/gdpx-5.png) no-repeat center top;
}
.gdpx ul li.gdpx-6 a div p{
	background: url(../images/gdpx-3.png) no-repeat center top;
}
.gdpx ul li.gdpx-7 a div p{
	background: url(../images/gdpx-9-hover.png) no-repeat center top;
}
.gdpx ul li.gdpx-8 a div p{
	background: url(../images/gdpx-10-hover.png) no-repeat center top;
}

.gdpx ul li.gdpx-9 a div p{
	background: url(../images/gdpx-7.png) no-repeat center top;
}
.gdpx ul li.gdpx-10 a div p{
	background: url(../images/gdpx-8.png) no-repeat center top;
}

.gdpx ul li.gdpx-1 a:hover div p{
	background: url(../images/gdpx-2.png) no-repeat center top;
}
.gdpx ul li.gdpx-2 a:hover div p{
	background: url(../images/gdpx-5.png) no-repeat center top;
}
.gdpx ul li.gdpx-3 a:hover div p{
	background: url(../images/gdpx-1-hover.png) no-repeat center top;
}
.gdpx ul li.gdpx-4 a:hover div p{
	background: url(../images/gdpx-4-hover.png) no-repeat center top;
}
.gdpx ul li.gdpx-5 a:hover div p{
	background: url(../images/gdpx-5-hover.png) no-repeat center top;
}
.gdpx ul li.gdpx-6 a:hover div p{
	background: url(../images/gdpx-3-hover.png) no-repeat center top;
}
.gdpx ul li.gdpx-7 a:hover div p{
	background: url(../images/gdpx-9.png) no-repeat center top;
}
.gdpx ul li.gdpx-8 a:hover div p{
	background: url(../images/gdpx-10.png) no-repeat center top;
}
.gdpx ul li.gdpx-9 a:hover div p{
	background: url(../images/gdpx-7-hover.png) no-repeat center top;
}
.gdpx ul li.gdpx-10 a:hover div p{
	background: url(../images/gdpx-8-hover.png) no-repeat center top;
}


/*通道指南*/
.td-box{
	background: #f8f3f3;
	padding: 40px 0;
	overflow: hidden;
}
.kstd{
	width: 311px;
	margin-right: 14px;
	float: left;
	overflow: hidden;
}
.kstd dl{
	height: 200px;
	border: 1px solid #e7e6e6;
	overflow: hidden;
}
.kstd dl dd{
	border-bottom: 1px solid #e7e6e6;
	height: 49px;
	padding-left: 40px;
}
.kstd dl dd a{
	display: block;
	width: 100%;
	height: 49px;
	line-height: 49px;
	font-size: 18px;
	color: #333;
}
.kstd dl dd a:hover,
.jxyx-l dl dd a:hover,
.jxyx-r ul li dd a:hover{
	color: #bb282c;
}
.zxts{
	width: 530px;
	float: left;
	overflow: hidden;
}
.zxts-tab{
	width: 100%;
	overflow: hidden;
}
.zxts-tab li{
	width: 33.333%;
	height: 42px;
	line-height: 42px;
	text-align: center;
	float: left;
	background: #bb282c;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}
.zxts-tab li:hover,
.zxts-tab li.zxts-tab-cur{
	background: #bb9d7e;
}
.zxts-con>div{
	padding: 25px 0;
	overflow: hidden;
	display: none;
	height: 107px;
	border: 1px solid #e7e6e6;
	border-top: none;
}
.zxts-con>div.zxts-con-cur{
	display: block;
}
.zxts-con>div p{
	font-size: 14px;
	color: #666;
	line-height: 2;
	text-align: center;
	text-align:left;
	padding-left:45px;
}
.zxts-con>div p a{
	color: #bb282c;
}

/*教学院系*/
.jxyx{
	overflow: hidden;
	padding: 30px 0; 
}
.jxyx-l{
	width: 470px;
	margin-right: 20px;
	float: left;
	overflow: hidden;
}
.jxyx-l dl,
.jxyx-r ul{
	height: 324px;
	border: 1px solid #e7e6e6;
	border-bottom: none;
	overflow: hidden;
}
.jxyx-l dl dd{
	height: 53px;
	line-height: 53px;
	border-bottom: 1px solid #e7e6e6;
	padding-left: 40px;
}
.jxyx-l dl dd a{
	display: block;
	width: 100%;
	height: 53px;
	line-height: 53px;
	font-size: 18px;
	color: #333;
}
.jxyx-r{
	width: 690px;
	float: left;
	overflow: hidden;
}
.jxyx-r ul li{
	height: 12.2%;
	line-height: 40px;
	border-bottom: 1px solid #e7e6e6;
	overflow: hidden;
}
.jxyx-r ul li dd{
	width: 107px;
	padding: 0 15px;
	overflow: hidden;
	float: left;
}
.jxyx-r ul li dd a{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*底部*/
.foot{
	background: #811614;
	overflow: hidden;
	padding: 40px 0;
}
.foot h4{
	font-size: 18px;
	color: #bb9d7e;
	padding-left: 37px;
	margin-bottom: 20px;
}
.foot h4.lxwm{
	background: url(../images/concat.png) no-repeat left center;
}
.foot h4.xgdw{
	background: url(../images/work.png) no-repeat left center;
}
.foot h4.xglj{
	background: url(../images/link.png) no-repeat left center;
}
.foot h4.jjwb{
	background: url(../images/sina.png) no-repeat left center;
}
.foot h4.jjwb a{
	color: #bb9d7e;
}
.foot-l{
	width: 360px;
	float: left;
	padding-left: 70px;
}
.foot-l dd,
.foot-r dd a{
	font-size: 14px;
	color: #bb9d7e;
	line-height: 1.75;
}
.foot-r{
	width: 230px;
	float: left;
}
.foot a:hover,
.foot h4.jjwb a:hover{
	color: #fff;
}
.foot-bot{
	height: 50px;
	line-height: 50px;
	background: #6d0e0c;
}
.foot-bot p{
	font-size: 14px;
	text-align: center;
	color: #ca5b37;
}


/*---------新闻公告--------*/
.news-ban{
	background: #eae5e3;
}
.news-main-con{
	background: #fbfbfb;
	overflow: hidden;
	padding-top: 20px;
}
.news-nav{
	width: 240px;
	float: left;
	overflow: hidden;
	background: #fff;
}
.news-nav h3{
	height: 46px;
	line-height: 46px;
	background: #bb282c;
	color: #fff;
	font-size: 22px;
	text-align: center;
}
.news-nav h3 span{
	font-size: 18px;
}
.news-nav ul li{
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
.news-nav ul li a{
	display: block;
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	font-size: 18px;
	color: #333333;
	padding-left: 70px;
	position: relative;
}
.news-nav ul li>a:before{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 38px;
	top: 18px;
}
.news-nav ul li.news-nav-1>a:before{
	background: url(../images/news-1.png) no-repeat center;
}
.news-nav ul li.news-nav-2>a:before{
	background: url(../images/news-2.png) no-repeat center;
}
.news-nav ul li.news-nav-3>a:before{
	background: url(../images/news-3.png) no-repeat center;
}
.news-nav ul li.news-nav-4>a:before{
	background: url(../images/news-4.png) no-repeat center;
}
.news-nav ul li>a:hover,
.news-nav ul li.news-nav-cur>a{
	background: #f2f2f3;
	color: #8f775e;
}
.news-nav ul li.news-nav-1>a:hover:before,
.news-nav ul li.news-nav-1.news-nav-cur>a:before{
	background: url(../images/news-1-hover.png) no-repeat center;
}
.news-nav ul li.news-nav-2>a:hover:before,
.news-nav ul li.news-nav-2.news-nav-cur>a:before{
	background: url(../images/news-2-hover.png) no-repeat center;
}
.news-nav ul li.news-nav-3>a:hover:before,
.news-nav ul li.news-nav-3.news-nav-cur>a:before{
	background: url(../images/news-3-hover.png) no-repeat center;
}
.news-nav ul li.news-nav-4>a:hover:before,
.news-nav ul li.news-nav-4.news-nav-cur>a:before{
	background: url(../images/news-4-hover.png) no-repeat center;
}
.news-nav ul li a i{
	display: inline-block;
	width: 17px;
	height: 11px;
	background: url(../images/news-open.png) no-repeat center;
	margin-left: 36px;
}
.news-nav ul li div{
	display: none;
}
.news-nav ul li dd a{
	font-size: 16px;
}
.news-nav ul li dd a:hover,
.news-nav ul li dd a.news-nav-lit-cur{
	color: #bb282c;
}

.news-r{
	width: 910px;
	float: right;
	overflow: hidden;
}
.news-content-list{
	background: #fff;
	overflow: hidden;
	border-top: 1px solid #bb9d7e;
}
.now-id{
	margin: 12px 0 0 25px;
	font-size: 16px;
	color: #8f775e;
}
.now-id a{
	color: #8f775e;
}
.now-id a:hover{
	color: #333;
}
.search{
	overflow: hidden;
}
.search button,
.search input{
	float: right;
}
.search input{
	padding: 5px 10px;
	width: 370px;
	height: 30px;
	background: #f5f5f5;
	border: 1px solid #dedede;
	border-right: none;
	font-size: 16px;
}
.search button{
	margin-right: 25px;
	height: 42px;
	width: 42px;
	background: #bb9d7e;
	cursor: pointer;
}
.search button img{
	display: block;
	margin: 9px auto;
}
.news-content-list .news-list{
	width: 820px;
	margin: 30px auto 20px;
	float: none;
}
.news-content-list .news-list li{
	height: 80px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #f2f2f3;
}
.news-content-list .news-list li .news-list-l{
	width: 66px;
	background: #f2f2f3;
	color: #8f775e;
}
.news-content-list .news-list li.first .news-list-l{
	background: #bb282c;
	color: #fff;
}
.news-content-list .news-list li .news-list-r{
	width: 752px;
	background: #fff;
}
.news-content-list .news-list li .news-list-r h3{
	width: 712px;
}
.page-box ul{
	overflow: hidden;
	text-align: center;
	margin: 25px 0;
}
.page-box ul li{
	display: inline-block;
	margin: 0 3px;
}
.page-box ul li a{
	display: block;
	padding: 5px 10px;
	background: #eae9e9;
	color: #666666;
	font-size: 16px;
}
.page-box ul li a:hover,
.page-box ul li a.page-cur{
	background: #bb282c;
	color: #fff;
}

/*------学历教育------*/
.xljy-nav{
	width: 230px;
	float: left;
	overflow: hidden;
	background: #fff;
	margin-bottom: 20px;
}

.xljy-nav_con{
	
	padding-top: 48px;
	overflow: hidden;
	position: relative;
	
}
#xljywl_list{
	display:none;
}
.xljy-nav h2 a{
	width: 230px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	background: #656464;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.xljy-nav h2 a:hover{
	width: 230px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	background: #bb9d7e;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.xljy-nav h3{
	width: 230px;
	height: 53px;
	line-height: 52px;
	text-align: center;
	background: #656464;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.xljy-nav h3.xljy-nav-chose,
.xljy-nav h3.xljy-nav-chose:hover{
	height: 58px;
	line-height: 50px;
	background: url(../images/xljy-bg.png) no-repeat;
}
.xljy-nav h3:hover{
	background: #bb9d7e;
}
.xljy-nav ul{
	display: block;
}
.xljy-nav ul li a{
	display: block;
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #d9d9da;
	color: #333;
	font-size: 18px;
	padding-left: 78px;
	position: relative;
	background: #fff;
}
.xljy-nav ul li a:before{
	content: '';
	display: block;
	width: 22px;
	height: 20px;
	position: absolute;
	left: 46px;
	top: 18px;
}
.xljy-nav ul li.xljy-1 a:before{
	background: url(../images/xljy-1.png) no-repeat;
}
.xljy-nav ul li.xljy-2 a:before{
	background: url(../images/xljy-2.png) no-repeat;
}
.xljy-nav ul li.xljy-3 a:before{
	background: url(../images/xljy-3.png) no-repeat;
}
.xljy-nav ul li.xljy-4 a:before{
	background: url(../images/xljy-4.png) no-repeat;
}
.xljy-nav ul li.xljy-5 a:before{
	background: url(../images/xljy-5.png) no-repeat;
}
.xljy-nav ul li.xljy-6 a:before{
	background: url(../images/xljy-6.png) no-repeat;
}
.xljy-nav ul li.xljy-7 a:before{
	background: url(../images/xljy-7.png) no-repeat;
}
.xljy-nav ul li.xljy-8 a:before{
	background: url(../images/xljy-8.png) no-repeat;
}
.xljy-nav ul li.xljy-9 a:before{
	background: url(../images/xljy-9.png) no-repeat;
}
.xljy-nav ul li.xljy-10 a:before{
	background: url(../images/xljy-10.png) no-repeat;
}
.xljy-nav ul li.xljy-11 a:before{
	background: url(../images/xljy-11.png) no-repeat;
}
.xljy-nav ul li.xljy-12 a:before{
	background: url(../images/xljy-12.png) no-repeat;
}
.xljy-nav ul li.xljy-13 a:before{
	background: url(../images/xljy-13.png) no-repeat;
}
.xljy-nav ul li.xljy-14 a:before{
	background: url(../images/xljy-14.png) no-repeat;
}
.xljy-nav ul li.xljy-15 a:before{
	background: url(../images/xljy-15.png) no-repeat;
}
.xljy-nav ul li.xljy-16 a:before{
	background: url(../images/xljy-16.png) no-repeat;
}
.xljy-nav ul li a:hover,
.xljy-nav ul li a.xljy-nav-cur{
	background: #f2f2f3;
	color: #8f775e;
}

.xljy-nav ul li.xljy-1 a:hover:before,
.xljy-nav ul li.xljy-1 a.xljy-nav-cur:before{
	background: url(../images/xljy-1-hover.png) no-repeat;
}
.xljy-nav ul li.xljy-2 a:hover:before,
.xljy-nav ul li.xljy-2 a.xljy-nav-cur:before{
	background: url(../images/xljy-2-hover.png) no-repeat;
}
.xljy-nav ul li.xljy-3 a:hover:before,
.xljy-nav ul li.xljy-3 a.xljy-nav-cur:before{
	background: url(../images/xljy-3-hover.png) no-repeat;
}
.xljy-nav ul li.xljy-4 a:hover:before,
.xljy-nav ul li.xljy-4 a.xljy-nav-cur:before{
	background: url(../images/xljy-4-hover.png) no-repeat;
}
.xljy-nav ul li.xljy-5 a:hover:before,
.xljy-nav ul li.xljy-5 a.xljy-nav-cur:before{
	background: url(../images/xljy-5-hover.png) no-repeat;
}
.xljy-nav ul li.xljy-6 a:hover:before,
.xljy-nav ul li.xljy-6 a.xljy-nav-cur:before{
	background: url(../images/xljy-6-hover.png) no-repeat;
}
.xljy-nav ul li.xljy-7 a:hover:before,
.xljy-nav ul li.xljy-7 a.xljy-nav-cur:before{
	background: url(../images/xljy-7-hover.png) no-repeat;
}
.xljy-nav ul li.xljy-8 a:hover:before,
.xljy-nav ul li.xljy-8 a.xljy-nav-cur:before{
	background: url(../images/xljy-8-hover.png) no-repeat;
}
.xljy-nav ul li.xljy-9 a:hover:before,
.xljy-nav ul li.xljy-9 a.xljy-nav-cur:before{
	background: url(../images/xljy-9-hover.png) no-repeat;
}
.xljy-nav ul li.xljy-10 a:hover:before,
.xljy-nav ul li.xljy-10 a.xljy-nav-cur:before{
	background: url(../images/xljy-10-hover.png) no-repeat;
}
.xljy-nav ul li.xljy-11 a:hover:before,
.xljy-nav ul li.xljy-11 a.xljy-nav-cur:before{
	background: url(../images/xljy-11-hover.png) no-repeat;
}
.xljy-nav ul li.xljy-12 a:hover:before,
.xljy-nav ul li.xljy-12 a.xljy-nav-cur:before{
	background: url(../images/xljy-12-hover.png) no-repeat;
}
.xljy-nav ul li.xljy-13 a:hover:before,
.xljy-nav ul li.xljy-13 a.xljy-nav-cur:before{
	background: url(../images/xljy-13-hover.png) no-repeat;
}
.xljy-nav ul li.xljy-14 a:hover:before,
.xljy-nav ul li.xljy-14 a.xljy-nav-cur:before{
	background: url(../images/xljy-14-hover.png) no-repeat;
}
.xljy-nav ul li.xljy-15 a:hover:before,
.xljy-nav ul li.xljy-15 a.xljy-nav-cur:before{
	background: url(../images/xljy-15-hover.png) no-repeat;
}
.xljy-nav ul li.xljy-16 a:hover:before,
.xljy-nav ul li.xljy-16 a.xljy-nav-cur:before{
	background: url(../images/xljy-16-hover.png) no-repeat;
}
.xljy-tex{
	padding: 40px 60px;
	overflow: hidden;
	margin-bottom: 20px;
}
.xljy-tex h3{
	font-size: 18px;
	padding-left: 18px;
	font-weight: bold;
	position: relative;
}
.xljy-tex h3:before{
	content: '';
	display: block;
	width: 3px;
	height: 24px;
	background: #bb282c;
	position: absolute;
	left: 0;
	top: 0;
}
.xljy-tex h4{
	font-size: 16px;
	font-weight: bold;
	margin-top: 24px;
	margin-bottom: 10px;
}
.xljy-tex p{
	font-size: 16px;
	line-height: 1.75;
	text-indent: 2em;
}
.news-nav-out{
	text-align:center;
	margin-top:30px;
	line-height:30px;
}
.news-nav-out-1{
	font-weight:bold;
	letter-spacing:1px;
}
.news-nav-out img{
	margin:0 auto;
	margin-top:10px;
}
.news-nav-out-2{
	text-align:left; 
	text-indent:2em; 
	padding-left:60px; 
	padding-right:60px;
	margin-top:30px;
	margin-bottom:30px;
}



.news-nav-xl{
	width: 230px;
	float: left;
	overflow: hidden;
}
.news-nav-2 ul{
	margin-top:53px;
}
.news-nav-xl ul li{
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	
}
.news-nav-xl ul li a{
	display: block;
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	font-size: 18px;
	color: #333333;
	padding-left: 60px;
	position: relative;
}
.news-nav-xl ul li>a:before{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 38px;
	top: 18px;
}
.news-nav-xl ul li.xljy-1 a:before{
	background: url(../images/xljy-1.png) no-repeat;
}
.news-nav-xl ul li.xljy-2 a:before{
	background: url(../images/xljy-2.png) no-repeat;
}
.news-nav-xl ul li.xljy-3 a:before{
	background: url(../images/xljy-3.png) no-repeat;
}
.news-nav-xl ul li.xljy-4 a:before{
	background: url(../images/xljy-4.png) no-repeat;
}
.news-nav-xl ul li.xljy-5 a:before{
	background: url(../images/xljy-5.png) no-repeat;
}
.news-nav-xl ul li.xljy-6 a:before{
	background: url(../images/xljy-6.png) no-repeat;
}
.news-nav-xl ul li.xljy-7 a:before{
	background: url(../images/xljy-7.png) no-repeat;
}
.news-nav-xl ul li.xljy-8 a:before{
	background: url(../images/xljy-8.png) no-repeat;
}
.news-nav-xl ul li.xljy-9 a:before{
	background: url(../images/xljy-9.png) no-repeat;
}
.news-nav-xl ul li.xljy-10 a:before{
	background: url(../images/xljy-10.png) no-repeat;
}
.news-nav-xl ul li.xljy-11 a:before{
	background: url(../images/xljy-11.png) no-repeat;
}
.news-nav-xl ul li.xljy-12 a:before{
	background: url(../images/xljy-12.png) no-repeat;
}
.news-nav-xl ul li.xljy-13 a:before{
	background: url(../images/xljy-13.png) no-repeat;
}
.news-nav-xl ul li.xljy-14 a:before{
	background: url(../images/xljy-14.png) no-repeat;
}
.news-nav-xl ul li.xljy-15 a:before{
	background: url(../images/xljy-15.png) no-repeat;
}
.news-nav-xl ul li.xljy-16 a:before{
	background: url(../images/xljy-16.png) no-repeat;
}
.news-nav-xl ul li a:hover,
.news-nav-xl ul li a.news-nav-xl-cur{
	background: #f2f2f3;
	color: #8f775e;
}

.news-nav-xl ul li.xljy-1 a:hover:before,
.news-nav-xl ul li.xljy-1 a.news-nav-xl-cur:before{
	background: url(../images/xljy-1-hover.png) no-repeat;
}
.news-nav-xl ul li.xljy-2 a:hover:before,
.news-nav-xl ul li.xljy-2 a.news-nav-xl-cur:before{
	background: url(../images/xljy-2-hover.png) no-repeat;
}
.news-nav-xl ul li.xljy-3 a:hover:before,
.news-nav-xl ul li.xljy-3 a.news-nav-xl-cur:before{
	background: url(../images/xljy-3-hover.png) no-repeat;
}
.news-nav-xl ul li.xljy-4 a:hover:before,
.news-nav-xl ul li.xljy-4 a.news-nav-xl-cur:before{
	background: url(../images/xljy-4-hover.png) no-repeat;
}
.news-nav-xl ul li.xljy-5 a:hover:before,
.news-nav-xl ul li.xljy-5 a.news-nav-xl-cur:before{
	background: url(../images/xljy-5-hover.png) no-repeat;
}
.news-nav-xl ul li.xljy-6 a:hover:before,
.news-nav-xl ul li.xljy-6 a.news-nav-xl-cur:before{
	background: url(../images/xljy-6-hover.png) no-repeat;
}
.news-nav-xl ul li.xljy-7 a:hover:before,
.news-nav-xl ul li.xljy-7 a.news-nav-xl-cur:before{
	background: url(../images/xljy-7-hover.png) no-repeat;
}
.news-nav-xl ul li.xljy-8 a:hover:before,
.news-nav-xl ul li.xljy-8 a.news-nav-xl-cur:before{
	background: url(../images/xljy-8-hover.png) no-repeat;
}
.news-nav-xl ul li.xljy-9 a:hover:before,
.news-nav-xl ul li.xljy-9 a.news-nav-xl-cur:before{
	background: url(../images/xljy-9-hover.png) no-repeat;
}
.news-nav-xl ul li.xljy-10 a:hover:before,
.news-nav-xl ul li.xljy-10 a.news-nav-xl-cur:before{
	background: url(../images/xljy-10-hover.png) no-repeat;
}
.news-nav-xl ul li.xljy-11 a:hover:before,
.news-nav-xl ul li.xljy-11 a.news-nav-xl-cur:before{
	background: url(../images/xljy-11-hover.png) no-repeat;
}
.news-nav-xl ul li.xljy-12 a:hover:before,
.news-nav-xl ul li.xljy-12 a.news-nav-xl-cur:before{
	background: url(../images/xljy-12-hover.png) no-repeat;
}
.news-nav-xl ul li.xljy-13 a:hover:before,
.news-nav-xl ul li.xljy-13 a.news-nav-xl-cur:before{
	background: url(../images/xljy-13-hover.png) no-repeat;
}
.news-nav-xl ul li.xljy-14 a:hover:before,
.news-nav-xl ul li.xljy-14 a.news-nav-xl-cur:before{
	background: url(../images/xljy-14-hover.png) no-repeat;
}
.news-nav-xl ul li.xljy-15 a:hover:before,
.news-nav-xl ul li.xljy-15 a.news-nav-xl-cur:before{
	background: url(../images/xljy-15-hover.png) no-repeat;
}
.news-nav-xl ul li.xljy-16 a:hover:before,
.news-nav-xl ul li.xljy-16 a.news-nav-xl-cur:before{
	background: url(../images/xljy-16-hover.png) no-repeat;
}

.title_wl{
	width: 230px;
	height: 53px;
	line-height:53px;
	float: left;
	overflow: hidden;
	background: #656464;
	color:#fff;
	font-size:20px;
	padding-left:10px;
	cursor:pointer;
}

.title_open{
	width: 230px;
	height: 53px;
	line-height:53px;
	float: left;
	overflow: hidden;
	background: url(../images/xljy-bg.png) no-repeat;
	color:#fff;
	font-size:20px;
	padding-left:10px;
	cursor:pointer;
}



.news-nav ul li.news-nav-1>a:before{
	background: url(../images/xljy-8.png) no-repeat center;
}
.news-nav ul li.news-nav-2>a:before{
	background: url(../images/xljy-13.png) no-repeat center;
}
.news-nav ul li.news-nav-3>a:before{
	background: url(../images/xljy-9.png) no-repeat center;
}
.news-nav ul li.news-nav-4>a:before{
	background: url(../images/news-1.png) no-repeat center;
}
.news-nav ul li.news-nav-5>a:before{
	background: url(../images/xljy-3.png) no-repeat center;
}
.news-nav ul li.news-nav-6>a:before{
	background: url(../images/news-4.png) no-repeat center;
}
.news-nav ul li.news-nav-7>a:before{
	background: url(../images/xljy-2.png) no-repeat center;
}
.news-nav ul li.news-nav-8>a:before{
	background: url(../images/news-3.png) no-repeat center;
}
.news-nav ul li.news-nav-9>a:before{
	background: url(../images/xljy-15.png) no-repeat center;
}
.news-nav ul li.news-nav-10>a:before{
	background: url(../images/xljy-16.png) no-repeat center;
}
.news-nav ul li>a:hover,
.news-nav ul li.news-nav-cur>a{
	background: #f2f2f3;
	color: #8f775e;
}
.news-nav ul li.news-nav-1>a:hover:before,
.news-nav ul li.news-nav-1.news-nav-cur>a:before{
	background: url(../images/xljy-8-hover.png) no-repeat center;
}
.news-nav ul li.news-nav-2>a:hover:before,
.news-nav ul li.news-nav-2.news-nav-cur>a:before{
	background: url(../images/xljy-13-hover.png) no-repeat center;
}
.news-nav ul li.news-nav-3>a:hover:before,
.news-nav ul li.news-nav-3.news-nav-cur>a:before{
	background: url(../images/xljy-9-hover.png) no-repeat center;
}
.news-nav ul li.news-nav-4>a:hover:before,
.news-nav ul li.news-nav-4.news-nav-cur>a:before{
	background: url(../images/news-1-hover.png) no-repeat center;
}
.news-nav ul li.news-nav-5>a:hover:before,
.news-nav ul li.news-nav-5.news-nav-cur>a:before{
	background: url(../images/xljy-3-hover.png) no-repeat center;
}
.news-nav ul li.news-nav-6>a:hover:before,
.news-nav ul li.news-nav-6.news-nav-cur>a:before{
	background: url(../images/news-4-hover.png) no-repeat center;
}
.news-nav ul li.news-nav-7>a:hover:before,
.news-nav ul li.news-nav-7.news-nav-cur>a:before{
	background: url(../images/xljy-2-hover.png) no-repeat center;
}
.news-nav ul li.news-nav-8>a:hover:before,
.news-nav ul li.news-nav-8.news-nav-cur>a:before{
	background: url(../images/news-3-hover.png) no-repeat center;
}
.news-nav ul li.news-nav-9>a:hover:before,
.news-nav ul li.news-nav-9.news-nav-cur>a:before{
	background: url(../images/xljy-15-hover.png) no-repeat center;
}
.news-nav ul li.news-nav-10>a:hover:before,
.news-nav ul li.news-nav-10.news-nav-cur>a:before{
	background: url(../images/xljy-16-hover.png) no-repeat center;
}



.search{
	overflow: hidden;
	text-indent: 2em;
	font-size: 13px;
	width: 90%;
	margin: auto;
	margin-top: 18px;
}
.search p{
	text-align: left;
	color: #c72b2f;
	font-weight: 600;
	line-height: 24px;
}
.list_so {
    margin: 20px 20px 0 30px;
}
.li_so_sp {
    width: 10%;
    display: -webkit-inline-box;
    padding: 0px 0;
    font-weight: bolder;
    color: #b28850;
    font-size: 16px;
    float: left;
    height: 28px;
    line-height: 28px;
}
.li_so_in {
    width: 40%;
    height: 26px;
    float: left;
    line-height: 26px;
    border: 1px solid #B7B3B3;
    padding-left: 6px;
}
.li_so_se {
    width: 18%;
    height: 28px;
    float: left;
    margin-left: 5px;
	border:1px solid #adadad;
}
.li_so_se:hover{
	border:1px solid #000;
}
#top_so {
    margin-left: 0px;
}
.li_so_bu {
    width: 13%;
    height: 28px;
    margin-left: 5px;
}
.list_ta {
    width: 97%;
    font-size: 14px;
	margin:0 auto;
	margin-top:10px;
}
.list_the {
    background-color: #bb282c;
    text-align: left;
    color: #fff;
    position: relative;
	height:48px;
}
.list_tb {
    font-size: 13px;
    vertical-align: baseline;
}
.list_tb tr td {
    padding: 1.2em 0em;
}


.page-box ul{
	overflow: hidden;
	text-align: center;
	margin: 25px 0;
}
.page-box ul li{
	display: inline-block;
	margin: 0 3px;
}
.page-box ul li a{
	display: block;
	padding: 5px 10px;
	background: #eae9e9;
	color: #666666;
	font-size: 16px;
}
.page-box ul li a:hover,
.page-box ul li a.page-cur{
	background: #bb282c;
	color: #fff;
}





.xygk-con-1 {
	width:910px;
	height:415px;
    background: #f2f2f2;
    margin-top:30px;
	margin-bottom:30px;
}
.yhdl-con{
	width:350px;
	margin: 20px auto;
	background:rgb(255,255,255);
	border:1px solid #cad3df;
	margin-left:100px;
	
}
.yhdl-title{
    width: 100%;
    height: 40px;
    color: #bb282c;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 40px;
	padding-top:15px;
}
.yhdl-con hr{
    height: 2px;
    border: none;
    width: 280px;;
    margin: auto;
    background-color: #db9294;
	text-align: center;
}
.xiangxineirong-con{
	
}
.xiangxineirong-con dt img{
	position:relative;
	top:15px;
	left:-26px;
}
.xiangxineirong-con dl{
	margin-left:62px;
}
.xiangxineirong-con dt, .xiangxineirong-con dd{
    display: inline-block;
	padding-top:20px;
}
.xiangxineirong-con dt{
    line-height: .4rem;
    font-size:16px;
    font-weight: 600;
	color:#b18151;
}
.xiangxineirong-con input{
    width:150px;
    height: 35px;
	margin-top:-5px;
    border: 1px solid #d0d0d0;
	background-color:#FFF;
	color:#c4c4c4;
	font-size:16px;
}
.yhdl-yanzhengma-con{
    width: 100%;
	margin-top:18px;
	text-align:center;
}
.yhdl-yanzhengma-con-bon2{
	width:80px;
	height:35px;
	color:#ffffff;
	font-size:16px;
	background:#bb282c;
	cursor:pointer;
	border-radius:5px;
	margin-bottom:30px;
}
.yhdl-yanzhengma-con-bon2:hover{
	background:#f4b702;
}
.yhdl-shuoming-con{
	font-size:14px;
	color:#333333;
	float:right; 
	margin-top:90px;
	line-height:25px;
	margin-right:60px;
}


.banmian{
	margin-bottom:30px;
}
.banmian ul li{
	display:inline-block;
}
.banmian ul li p{
	font-size:18px;
	color:#494949;
	padding-top:10px;
}


















