@charset "utf-8";

.inner{width: 1280px;margin: 0px auto;}

.header{
	padding: 25px 0px;
}
.slogn{
	margin-top: 15px;
}
.logo_right{
	margin-top:25px;
}
.logo_right a{
	padding:0 10px;
}
.logo_right a:hover{
	color:#600808;
}
/*导航*/
/*nav*/
.demo-2{position:relative;z-index:999;display:none;}
.nav_wrap{
	background-color: #600808;
}
.nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 9;
}

.nav li {
	float: left;
	width: 14%;
	position: relative;
	height: 50px;
}



.nav li>a {
	font-size: 18px;
	color: #fff;
	text-align: center;
	display: block;
}

.nav .v1 {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	position: relative
}

.nav .v1:hover .down {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
}

.nav li dl::before {
	content: "";
	background-color: #f09621;
	position: absolute;
	top: 0px;
	width: 0px;
	height: 0px;
	left: 50%;
	-webkit-transition:all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nav>li.on dl::before {
	width: 100%;
	height: 3px;
	left: 0px;
}


.nav .down {
	position: absolute;
	width: 100%;
	min-width: 160px;
	z-index: 99;
	top: 100%;
	background: #ffffff;
	overflow: hidden;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	/* margin-left:-70px; */
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
}

.nav .down dl {
	position: relative;
}

.nav .down dd {
	margin-bottom: 0px;
	text-align: center;
	padding: 0px 0.2rem;
	box-sizing: border-box;
}

.nav .down dd:hover {
	background: #600808;
}

.nav .down dd:hover a {
	color: #ffffff;
}


.nav .down .s1 {
	font-size: 16px;
	padding: 10px 0px;
	color: #600808;
	/* font-weight: bold; */
	line-height: 1.5em;
	display: block;
	position: relative
}











/* banner */
/**主页banner开始**/
.banner_wrap {
	position: relative;
	height: 460px;
	overflow: hidden;
	
}
.banner_wrap .banner_leftbg,.banner_wrap .banner_rightbg{
	width: 16.4%;
	height: 460px;
	background: #000000;
	opacity: 0.6;
	position: absolute;
	z-index: 2;
	top: 0;
}
.banner_wrap .banner_leftbg{left: 0;}
.banner_wrap .banner_rightbg{right: 0;}
.banner_wrap .slick-list{overflow: visible;}
.banner_wrap .slick-dots {
	
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner_wrap .slick-dots  li,.news .slick-dots  li{float: left;}
.banner_wrap .slick-dots  li button{
	color: transparent;
	width: 64px;
	height: 4px;
	background: #FFFFFF;
	margin: 0px 5px;
	opacity: 0.6;
}
.slick-slide img{width: 100%;}
.banner_wrap .slick-dots .slick-active button {
   opacity: 1;
}

.banner_wrap .slick-arrow,.news .slick-arrow{
	width: 48px;
	height: 72px;
	position: absolute;
	top: 40%;
	z-index: 2;
	color: transparent;
}

.banner_wrap .slick-prev {
	left: 0;
	background: url(../img/button_trun_left_hover.png) no-repeat center;
}

.banner_wrap .slick-next {
	right: 0;
	background: url(../img/button_trun_right_hover.png) no-repeat center;
}



/* 新闻 */
.wrap{
	background: #ECF0F3;
	padding-top: 30px;
}
.news,.read{
	max-width: 620px;
	width: 49%;
	background-color: #FFFFFF;
	
}
.news_title {
	margin-bottom: 20px;
	background-color: #FAFAFA;
	position: relative;
	border-bottom: 1px solid #E7E7E7;
}

.news_title>h2 {
	color: #8F0000;
	line-height:48px;
	font-size: 24px;
	padding-left: 20px;
	min-width: 128px;
	float: left;
	font-weight: normal;
	border-bottom: 2px solid #8F0000;
}
.news_title>a{
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
	line-height:32px;
	width: 72px;
	height: 32px;
	border-radius: 16px 0px 0px 0px;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	color: #4F4F4F;
	text-align: center;
}

.news .slick-prev {
	left: 0;
	background: url(../img/button_trun_left_default.png) no-repeat center;
}

.news .slick-next {
	right: 0;
	background: url(../img/button_trun_right_default.png) no-repeat center;
}
.newsimglist{
	margin: 20px;
}
.pic-title a{display: block;}
.pic-title h2{
	font-size: 16px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.9);
	line-height: 20px;
	margin: 15px 0px;
}
.pic-title div{
	font-size: 14px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
	line-height: 24px;
}
.news .slick-dots{
	position: absolute;
	right: 15px;
	top: 70%;
}
.news .slick-dots  li{margin: 0px 8px;}
.news .slick-dots  li button{
	width: 12px;
	height: 12px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	border: 1px solid #FFFFFF;
	color: transparent;

}

.news .slick-dots .slick-active button {
	background: #8F0000;
}
.pic-wrap .pic{
	height: 386px;
}
.pic-wrap .pic a,.pic-wrap .pic span{
	width: 100%;
	height: 100%;
	display: block;
}
.pic-wrap .pic span{
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.news_list{
	margin: 0px 20px 20px 20px;
	margin-bottom: 12px;
	padding-top: 11px;
	border-top: 1px dashed #E7E7E7;
}
.news_list .date{
	font-size: 14px;
	line-height: 41px;
	color: #8c8989;
	float: right;
}
.news_list ul li{overflow:hidden;}
.news_list ul li a{
	font-size: 16px;
	line-height: 41px;
	width: 75%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_list ul li:hover a,.news_list ul li:hover .date,.lessontop-list ul li:hover h2,.huo-list ul li a:hover{
	color:#8F0000 ;
}
.read .news_list ul li a{width:100%;display: block;float: none;overflow: hidden;}

/* 课程 */
.lessons{
	max-width: 620px;
	width: 49%;
}
.lesson-top{
	background-color: #fff;
	overflow: hidden;
}
.lessontop-list{margin: 20px;}
.lesson-pic{
	width: 138px;
	height: 92px;
	overflow: hidden;
}
.lesson-pic img{width: 100%;transition: .3s;}
.lesson-title{
	width: 72%;
	border-bottom: 1px solid #E7E7E7;
	height: 92px;
}
.lessontop-list ul li{
	margin-bottom: 15px;
	overflow: hidden;
	
}
.lessontop-list ul li h2{
	font-weight: normal;
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lessontop-list ul li .lesson-title div{
	font-size: 14px;
	line-height: 20px;
	margin-top: 8px;
	color: #888;
}
.lessontop-list ul li:hover .lesson-pic img{
	transform: scale(1.1,1.1);
	transition: .3s;
}

.lesson-bottom,.read{
	margin-top: 40px;
}

.huo{
	max-width: 290px;
	width: 47%;
	background-color: #fff;
}

.huo-first{
	height: 166px;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom:10px;
}
.huo-first img{width: 100%;}
.huo-first p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 16px;
	padding: 0px 8px;
	box-sizing: border-box;
}
.huo-list,.read-list{
	margin: 20px;
}
.huo-list ul li a{
	display: block;
	line-height: 20px;
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 17px;
}
.read-first{
	margin-bottom: 25px;
}
.read-img{
	width: 180px;
	height: 120px;
	float: left;
	overflow: hidden;
	border: 1px dashed #cccccc;
}
.read-img img{width: 100%;}
.read-title{
	width: 64%;
	float: right;
}
.read-title h2{
	font-size: 16px;
	font-weight: normal;
}
.read-title div{
	font-size: 14px;
	color: #888888;
	margin-top: 10px;
	line-height: 20px;
}
.read-list .news_list{
	margin: 0;
}

.read-list .news_list ul li{width: 100%;}
.link{margin-top: 40px;margin-bottom:50px ;}
.link-title{
	position: relative;
	width: 100%;
	height: 23px;
}
.link-title h2{
	background-color: #ECF0F3;
	display: inline-block;
	margin: 0px auto;
	font-weight: normal;
	text-align: center;
	width: 112px;
	font-size: 16px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -56px;
	z-index: 2;
}
.link-title::after{
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 10px;
	background-color: #fff;
}
.link ul{
	margin-top: 35px;
}
.link ul li{
	float: left;
	margin: 0px  3.5%;
}








.footer{
	padding: 25px 0px;
}
.footer h3{
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 10px;
}
.footer .foot-left{
	width: 84%;
	
}
.foot-logo{
	margin-bottom: 15px;
}
.footer .foot-left .foot-link{
	
}

.foot-link a{
	padding: 0px 10px;
}
.foot-link  .go-index{
	padding: 5px;
	border-radius: 4px 4px 4px 4px;
	color: #8F0000;
	border: 1px solid #8F0000;
}

.footer .fr div{
	line-height: 30px;
	text-align: center;
	border: 1px solid #dfdfdf;
}
.copy{
	color: #888888;
	border-top: 1px solid #dfdfdf;
	margin-top: 30px;
	line-height: 45px;
}





.listcon{
	/* margin-top: 20px; */
	overflow: hidden;
	padding-top: 20px;
	background: #ECF0F3;
}
.conleft{
	width: 23%;
	float: left;
	
}
.conleft>div{
	background: #fff;
}
.conleft .yj{
	height: 72px;
	background: url(../img/bg_title.png) no-repeat left top;
	font-size: 26px;
	width: 90%;
	color: #FFFFFF;
	/* text-align: center; */
	text-indent: 20%;
	line-height: 72px;
}
.conleft .leftcode{
	margin-top:20px;
	box-sizing:border-box;
	padding:20px;
}
.conleft .leftcode div{
	border: 1px dashed #464646;
}
.conleft .leftcode div img{width:100%;}
.conleft .leftcode p{
	font-size:16px;
	color:#333;
	text-align:center;
	line-height:20px;
	margin: 10px 13%;
}
.conleft ul{
	background: #fff;
	overflow: hidden;
	width: 98%;
}
.conleft ul li{
	height: 50px;
	line-height: 50px;
	/* background: #f4f4f4; */
	text-indent: 20%;
	margin-bottom:15px;
}
.conleft ul li:hover{
	background: #f4f4f4;
	border-left: 5px solid #8F0000;
}
.conleft ul li:hover a{
	color:  #8F0000;
}
.conleft ul li a{
	color: #333333;
	font-size: 20px;
}
.conleft .active{
	border-left: 5px solid #01204C;
}
.conleft .active a{
	color: #960218;
}
.conright{
	float: right;
	width: 74%;
	padding: 52px 30px 30px;
	box-sizing: border-box;
	/* margin: 0px 20px; */
	min-height: 500px;
	/* padding: 20px 15px; */
	background: #fff;
	/* box-sizing: border-box; */
}
.ritop{
	margin-bottom: 10px;
	overflow: hidden;
	height: 45px;
	border-bottom: 2px solid #600808;
}
.ritop .ggtop{float: left;border-bottom:none}
.ritop .lm{
	font-size: 24px;
	color: #600808;
	float: left;
	/* font-weight: bold; */
}
.dq{
	float: right;
	color: #333333;
	margin-top: 7px;
	/* text-indent: 18px; */
	/* background: url(../img/dq.png) no-repeat 0px center; */
}
.dq a{
	font-size: 14px;
	color: #333333;
}
.conright .listul li{
	line-height: 50px;
	height: 50px;
	background: url(../img/dian.png) no-repeat 0px center;
	text-indent: 15px;
	color: #333333;
	border-bottom: 1px dashed #ABABAB;
}
.conright .listul{
	/* padding: 0px 10px;
	box-sizing: border-box; */
	min-height: 390px;
}
.conright .listul li a{
	float: left;
	color: #333333;
	font-size: 16px;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
	width: 80%;
}
.conright .listul li .sj{
	float: right;
	color: #888888;
	font-size: 14px;
}
.conright .listul li:hover a{color: #940f16;}
.conright .listul li:hover .sj{color: #940f16;}
.fan{margin: 30px 0px;text-align: center;}
.nt img{width: 100%;}


.article{padding: 0px 30px;}
.article .arti-title {
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    margin-top: 30px;
    color: #333333;
    font-weight: bold;
}
.article .arti_metas {
    padding: 20px 0px 22px 0px;
    text-align: center;
    border-bottom: 1px dashed #cccccc;
}
.article .arti_metas span {
    color: #999999;
    font-size: 14px;
    text-indent: 22px;
    display: inline-block;
}
.article .read{
	/* padding: 20px 0px 20px 0px; */
	line-height: 25px;
	width: 100%;
	max-width: 100%;
}
.article .read p{
	font-size:16px;
	line-height:28px;
	text-indent:2em;
}
.nx{color: #333;font-size: 14px;margin-top:40px;}
.nx a{color: #666666;font-size: 14px;margin-bottom: 20px;display: inline-block;}
.nx .up:hover a ,.nx .down:hover a{color: #940f16;}


.pic_list{margin-top:25px;}
.pic_list ul li {
	float: left;
	width: 33.3%;
	position: relative;
	margin-bottom: 30px;
}

.pic_list ul li a {
	display: block;
	margin: 0px 11px;
}

.pic_list ul li h2 {
	text-overflow: ellipsis;
	background-color: #e9e9e9;
	padding: 18px 20px 17px;
	color: #312e2e;
	font-size: 18px;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	-webkit-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}

.pic_list ul li a:hover .img_wrap img {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06)
}
.pic_list ul li a:hover h2{color: #c6312d;}
.img_wrap {
	position: relative;
	height: 0;
	padding-top: 57.5%;
	overflow: hidden;
}

.img_wrap img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: .6s;
	-o-transition: .6s;
	-moz-transition: .6s;
	transition: .6s;
}