*{
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 思源黑体;
}
a{
	text-decoration: none;
	/*color: white;*/
}
a:hover{
	text-decoration: none;
}
/***************************************通用样式*******************************/
.floatL{
	float:left;
}
.floatR{
	float:right;
}
.safe_width{
	width: 1200px;
	margin: 0 auto;
}
.v_head{
	width: 1px;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}
.v_body{
	vertical-align: middle;
	display: inline-block;
}
.clear{
	clear: both;
}
.ponit{
	cursor: pointer;
}
.box{
	padding-bottom: 20px;
}

/*头部*/
.header{
	padding-top: 10px;
	padding-bottom: 10px;
}

.phoneNum{
    color: #ee7158;
    font-size: 24px;
    display: inline-block;
    line-height: 50px;
    font-weight: bold;
}
/****************************导航条样式************************/
.nav{
	height: 54px;
	background-color: black;
}
.nav a{
	color: white;
	text-decoration: none;
}

/*.nav a{
	text-decoration: none;
}*/
.nav_ul li{
	color: white;
	font-family: 微软雅黑;
	padding: 16px 12px;
	display: inline-block;
	font-size: 18px;
	text-align: center;
	/*margin-left: -5px;*/
}
.nav_ul li:hover{
	background-color: #4e4e4e;
}

.thisNav{
	background-color: #4e4e4e;
}

#course_nav{
	width: 190px;
	padding: 16px 0;
	
}
/*下拉框*/
#selectBox{
	position: relative;
	display: inline-block;
	width: 190px;
}
/*#course_sel{
	height: 410px;
	font-size: 18px;
	display: block;
	background-color: rgba(145,145,145,0.7);
	top: 54px;
}

#course_sel p{
	color: white;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 14px;
	border-bottom: 1px dotted white;
	margin: 0;
}*/

.selectBox{
	position: relative;
	display: inline-block;
	/*width: 190px;*/
}

.select{
	display: none;
	width: 100%;
	background-color: black;
	position: absolute;
	z-index: 10;
	top: 50px;
}
.select>a{
	text-decoration: none;
}
.select p{
	color: white;
	/*height: 55px;*/
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	/*border-bottom: 1px dotted white;*/
	margin: 0;
	
}
.select p:hover{
	background-color: black;
	color: rgb(228,72,23);
}

/****************************内容************************/
.font86{
	color: #666666;
	font-size: 18px;
	font-weight: 600;
}
.font74{
	color: #777777;
	font-size: 15px;
	font-weight: bold;
}
.font64{
	font-size: 14px;
	color: #666666;
}

.font24{
	font-size: 14px;
	color: #222222;
}
.border{
	border: 1px solid #cccccc;
}

.padding5{
	padding: 5px;
}

.paddingL10{
	padding-left: 10px;
}
.paddingT10{
	padding-top: 10px;
}

.marginB{
	margin-bottom: 30px;
}
.text_ellipsis{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.col_nav{
	width: 280px;
	height: 200px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#col_nav>li{
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}

#col_nav>li:hover{
	background-color: rgb(228,72,23);
	color: white;
}

.liClick{
	background-color: rgb(228,72,23);
	color: white;
}

.div_title{
	height: 30px;
	line-height: 30px;
	background-color: #dddddd;
}

.course_nav{
	width: 250px;
	padding: 20px 15px;
}

.course_nav>a{
	display: inline-block;
	margin: 7px 0;
}

.right_div{
	width: 850px;
	padding: 20px 25px;
	margin-bottom: 20px;
	margin-top: 5px;
}
.course_name{
	border-bottom: 1px solid #ee4411;
	font-size: 24px;
	/*padding: 30px 30px 15px 15px;*/
	line-height: 40px;
	margin-bottom: 40px;
	/*margin-left: 20p;*/
}

/*新闻标题*/
.newTitle:hover{
	color: rgb(228,72,23);
}
/*table{
	border-collapse: collapse;
	border: 1px solid #cccccc;
	width: 850px;
}
tr,td{
	border: 1px solid #000000;
	padding: 30px 20px 20px ;
	font-size: 14px;
	color: #666666;
	vertical-align: top;
}

table tr:first-child{
	text-align: center;
}*/
.first_td{
	width: 125px;
	vertical-align: middle;
}

.secend_td{
	width: 305px;
	line-height: 25px;
	
}
.v_text{
	display: block;
	width: 10px;
	/*padding-top: 20px;*/
    padding-left: 45px;
    font-size:18px;
}

.text_rotate{
	display: block;
	transform: rotate(90deg);
	font-size:18px;
}

/*******************************************页脚样式**********************************/
.footer_safe_width{
	width: 1000px;
	margin: 0 auto;
}
.footer{
	/*height: 550px;*/
	background-color: #000000;
	color: #555555;
	font-size: 12px;
	padding: 10px;
}

.conpanyInfo{
	width:450px;
	/*margin-left: 35px;*/
}

.footer_div{
	width: 145px;
	margin-left: 35px;
	margin-top: 50px;
}
.footer_div>p{
	color: white;
	border-bottom: 1px dashed #555555;
	padding: 10px 0;
	font-size: 14px;
}

/*分页样式*/
.page_div{
	text-align: center;
	margin-top: 20px;
	color: #555555;
}

.page_div span {
				background: rgb(228,72,23);
				color: #fff;
				border: 1px solid rgb(228,72,23);
				padding: 3px 10px;
				margin-left: 8px;
			}
			
.page_div a {
	border: 1px solid #EDEDED;
	padding: 3px 10px;
	margin-left: 8px;
	text-decoration: none;
	color: #333;
	outline: none;
}


.footerUl a{
	color: #555555;
}
/* 底部图片鼠标移入显示 */

.footerUl li {
    position: relative;
}

.weiboImg {
    position: absolute;
    z-index: 100;
    width: 150px;
    top: -90px;
    left: 73px;
    display: none;
}

.weiboLi:hover .weiboImg {
    display: block;
}

.dzdpImg {
    position: absolute;
    z-index: 100;
    width: 270px;
    top: -113px;
    left: 73px;
    display: none;
}

.dzdpLi:hover .dzdpImg {
    display: block;
}
