@charset "utf-8";
/* CSS Document */
/*标签重置*/
html {
	overflow-x: hidden;
	overflow-y: scroll;
}
body {
	margin: 0; 
	padding: 0; 
	font-family: Arial,Helvetica,'Microsoft YaHei',sans-serif;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p { 
	padding: 0; 
	margin: 0;
}
table, td, tr, th {
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
li {
	list-style-type: none;
}
img { 
	vertical-align: top;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit; 
	font-weight: normal;
}
address, cite, code, em, th, i {
	font-weight: normal; 
	font-style: normal;
}
.hx a, .hx em, .fB {
	font-weight: bold;
}
.clearfix {
	*zoom: 1;
	clear:both;
	/*height:0px;*/
}
.clearfix:after {
	display: block;
	overflow: hidden; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	content: ".";
}
a {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	/*color: #ba2636;*/
	text-decoration: underline;
}
a:active {
	color: #ba2636;
}


*:link,*:visited,*:hover,*:active,*:focus{
 transition:color .30s linear, background-color .30s linear, border-color .30s linear,opacity .30s linear,background-image .30s linear;
 -webkit-transition:color .30s linear, background-color .30s linear, border-color .30s linear,opacity .30s linear,background-image .30s linear;}
 body {
	 background-color: #f5f5f5;
 }

/*banner*/
.banner {
	width: 100%;
}
.banner img {
	width: 100%;
}

/*nav*/
.nav .layui-nav-item {
	line-height: 54px;
}
.nav .layui-nav-item a {
	  text-decoration: none;
	  font-size: 18px;
	  color: rgba(255,255,255,1);
  }
.nav .nav-this {
	background-color: #a2161c;
}
/*专题班*/

.title-box .yyt {
	padding: 20px;
	box-shadow: 0px 1px 3px #808080;
	background-color: #fff;
}
.title-box {
	margin-top: 20px;
}
.title-box .left img{
	width: 100%;

}
.title-box .right {
	padding-left: 20px;
}
.title-box .right h2{
	font-size: 24px;
	color: #111;
	font-family: "思源黑体 CN Regular";
	line-height: 36px;
	text-align: center;
}
.title-box .right p{
	font-size: 15px;
	color: #555;
	font-family: "思源黑体 CN Regular";
	line-height: 26px;
	margin-top: 12px;
	text-indent: 2em;
}
.title-box .tline {
	width: 100%;
	margin-top: 20px;
}
.ztzs {
	margin-bottom: 30px;
}
.ztxq {
	text-align: center;
	margin-top: 50px;
}
.ztxq .cmt1 {
	padding: 10px 0px 5px 0px;
	margin: 0 auto;
	width: 95%;
	box-shadow: 0 0 8px #ccc;
	border-radius:8px;
	background-image: url("../images/ZTBG.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	transition: all 1s;
	-webkit-transition: all 1s; /* Safari */
}
.ztxq .cmt1 h3 {
	font-size: 24px;
	color: #111;
	font-family: "思源黑体 CN Regular";
	line-height: 36px;
}
.ztxq .bottom {
	border-top: 1px solid #ccc;
	font-size: 12px;
	color: #555;
	font-family: "思源黑体 CN Regular";
	padding: 15px 5px;
	margin-top: 5px;
	text-align: left;
}
.ztxq .bottom span{
	font-size: 14px;
	color: #333;
	font-family: "思源黑体 CN Regular";
	display:block;
}
.ztxq .bottom a{
	display: block;
	margin-top: 10px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	font-family: "思源黑体 CN Regular";
	background-color: #f4a94e;
	border-radius: 5px;
	padding: 8px 6px;
	text-decoration: none;
}
/*动效*/
.ztxq .cmt1:hover {
	transform: scale(1.05);
	-ms-transform:scale(1.05);     /* IE 9 */
	-moz-transform:scale(1.05);     /* Firefox */
	-webkit-transform:scale(1.05); /* Safari 和 Chrome */
	-o-transform:scale(1.05);
}
.ztxq .cmt1 a:hover {
	background-color: #f08b10;
}


/*页尾*/
.footer{
	margin-top: 40px;
	bottom: 0;
	width: 100%;
	height: 100px;
	color: #fff;
	background-color: #bf1a21;
}
.footer .container {
	text-align: center;
}
.footer .container .cmtt20 {
	padding-top: 20px;
}
.footer .container p {
	line-height: 30px;
}







