@charset "utf-8";
/*公用样式*/
html, body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-size: 14px;
    font-family:Microsoft YaHei;
    color: #666;
    /*font-family:SimSun;*/
}

div, ul, li, dl, dt, dd, img, input, h4, form {
    margin: 0;
    padding: 0;
    border: 0;
}

img, input, select {
    vertical-align: middle;
}

textarea {
    resize: none;
}

i{
    font-style:normal;
}

ul, dl {
    list-style-type: none;
}


.mt40{
    margin-top:40px;
}
.mt35{
    margin-top: 35px;
}
.mt16 {
    margin-top: 16px;
}
.pt25{
    padding-top: 25px;
}

.mb25 {
	margin-bottom:25px;
}

*{
    font-family: "Microsoft YaHei";
}
.w1180 {
    width: 1180px;
}

.mr25 {
    margin-right:25px;
}

.mb30 {
    margin-bottom: 30px;
}

.header-menu,
.module-header,
.module-nav,
.nav_list,
.proforma_top,
.proforma_list,
.reviewbox,
.location,
.grade-information,
.event-chronicle,
.apply-box,
.guanggao1,
.college_daoh1,
.openclass {
    width:1180px;
}

/*二级导航*/
.head-nav {
    height: 40px;
    background: #dc2828;
}

.head-nav li {
    float:left;
    display:block;
    min-width:80px;
}

.head-nav li a {
    display:block;
    float: left;
    padding: 0 24px;
    margin-right:4px;
    line-height: 40px;
    font-size: 16px;
    color: #fff; 
    -webkit-transition: all .3s;
    transition: all .3s; 
    background: -webkit-linear-gradient(left, #c60a0a, #c60a0a) no-repeat;
    background: linear-gradient(to right, #c60a0a, #c60a0a) no-repeat;
    background-size: 100% 0%;

}

.head-nav li a:hover,
.head-nav li a.active {
    color: #fff;
    background-size: 100% 100%;
    *background:#c60a0a;
    _background:#c60a0a;
    background:#c60a0a\9;
}
/*二级导航end*/


/*内容左边框*/
.about-con-l {
	width:220px;
	margin-right:20px;
}

.about-con-l>img,
.about-con-l>.two-dimension{
	text-align: center;
	margin-bottom:20px;
	padding: 20px 0;
	background: #F5F5F5;
}

.about-con-l>.two-dimension img{
	width: 154px;
}

.about-con-l>.two-dimension h3{
	margin-top: 5px;
}

.about-con-r {
	width:940px;
}
.about-con-r .location{
	width:940px;
}


.about-con-r-t {
	width:920px;
	padding:0 10px 10px;
	border-bottom:1px solid #e4e4e4;
	font-size:12px;
	color:#999;
}

.about-con-r-t a {
	padding:0 5px;
	color:#999;
}

.about-con-r-b {
	padding-left:10px;
}

.about-con-r-b ul li {
	float:left;
	width:910px;
	height:17px;
	margin-top:25px;
	padding-left:10px;
	background:url(../images/ico-list-bg.jpg) no-repeat left center;
	line-height:17px;
}

.about-con-r-b ul li a {
	float:left;
	display:block;
	width:850px;
	height:17px;
	overflow:hidden;
	text-align:left;
	font-size:16px;
	color:#333;
}

.about-con-r-b ul li a:hover {
	color:#d7000f;
}

.about-con-r-b ul li span {
	float:right;
	display:block;
	width:auto;
	height:17px;
	overflow:hidden;
	text-align:right;
	font-size:14px;
	color:#666;
}

.pagebar {
	width:510px;
	margin:0 auto;
	margin-top: 35px;
	margin-bottom: 50px;
}

.pagebar a {
	width: 40px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	margin-left: -4px;
	margin-right: 6px;
	box-sizing: border-box;
	border: solid 1px #ebebeb;
	color: #666666;
	background: #f8f8f8;
	vertical-align: middle;
	font-size: 16px;
}

.pagebar a:hover {
	background: #d60000;
	color: white;
	border: solid 1px #d60000;
}

.pagebar .many {
	position: relative;
	width: auto;
	left: -5px;
	bottom:0;
	border: none;
	background: none;
}

.pagebar a.next-page {
	width: 68px;
}

.article_t1 {
	text-align: center;
}

.article_t1 h1 {
	font-size: 22px;
	color: #333;
}

.article_t2 {
	text-align: center;
	font-size: 12px;
}

.article_t2 span {
	padding: 0 6px;
}

.article_t2 span a {
	color: #666;
}

.article_t2 span .big_s {
	font-size: 16px;
	color: #d60000;
}

.article_t2 span .in_s {
	font-size: 14px;
}

.article_text {
	text-align: Justify;
	text-justify: inter-ideograph;
	line-height: 28px;
	letter-spacing: 1px;
	color: #666;
	padding: 0px 15px 0px 15px;
}

.article_text p {
	margin:10px 0;
	font-size:16px;
	text-indent: 2em;
}

@media screen and (max-width: 1200px) {
	.header-menu,
	.module-header,
	.module-nav,
	.nav_list,
	.proforma_top,
	.proforma_list,
	.reviewbox,
	.location,
	.grade-information,
	.event-chronicle,
	.apply-box,
	.guanggao1,
	.college_daoh1,
	.openclass,
	.w1180 {
		width:990px;
	}
	
	.about-box img {
		width:990px;
		height:186px;
	}
	
	.about-con-r {
		width:750px;
	}
	
	.about-con-r-t {
		width:730px;
	}
	
	.about-con-r-b ul li {
		width:720px;
	}
	
	.about-con-r-b ul li a {
		width:660px;
	}
}


@media screen and (max-width:1024px) {
	.w1180,
	.module-header,
	.about-con-r {
		width:100%;
	}

	.module-topbar,
	.about-box,
	.about-con-l {
	  display: none;
	}
	
	.article_text img {
		display: block;
		width: 100% !important;
    	height: auto !important;
	}

	.h-logo {
		margin-left: 5px;
		margin-right: 10px;
	}

	.h-logo img {
		float: left;
		display: block;
		width: 100px;
	}

	.h-slogan {
		margin-left: 10px;
		display: none;
	}

	.line {
		height: 35px;
		margin: 0;
	}

	.h-slogan p {
		font-size: 16px;
	}

	.h-tel-con {
		margin-right: 5px;
	}

	.h-r-tel {
		font-size: 16px;
	}

	.article_t1 h1 {
		padding: 0 9px;
	}

  }