@charset "utf-8";
/* CSS Document */
/*2019.9.20 */
.fl{ float: left;}
.fr{float: right;}
.pos{
	position: relative;
}

.container{
	width:1170px;
	padding: 0;
	margin: 0 auto;
	border-top: 4px solid #ad2424;
	background: #fff;
	box-shadow: -1px 1px 7px 3px #CCCCCC;
	
}

.wc-top{
	height:125px;
	
}
.logo{
	width: 482px;
	height: 118px;
}
.logo img{
	width: 482px;
	height: 118px;
}
.tbg {
    height: 125px;
    
    background: url(../../images/web/tbg.jpg) no-repeat right bottom;
}
.top-right{
	width: 250px;
	
	/*overflow: hidden;*/
}

.top-link{
	height: 25px;
	background: #ad2424;
	padding: 0 20px;
}
.top-link ul li{
	float: left;
}
.top-link ul li a{
	
	color: #fff;
	line-height: 22px;
	font-size: 14px;
	/*text-decoration: none;*/
	display: block;
	padding: 0 7px;
}


/*top end*/
.wc-menu{
	background: #ad2424;
	height: 50px;
}


.wc-menu ul{
	/*转化为table 并且，宽度百分百，*/
	display: table;
	width: 100%;   
	
	
	
}
.wc-menu ul li{
	
	line-height:50px;	  
	position: relative;	
	/*居中并且转为table-cell*/
	text-align: center;   
	display: table-cell;
	/*float: left;*/
	list-style: none;
	border-left: 1px solid #ce3f3f;
	
}
.wc-menu ul li.last{
	background: none;
}
.wc-menu ul li.last a{
	
	background: none;
}
.wc-menu ul li a{
	font-size: 16px;
	color: #fff;

	line-height:50px;	 
	display: block;
	text-transform: uppercase;
	
   transition: all .2s;
 
	text-decoration: none;
   
	
}
.wc-menu ul li a.active,.wc-menu ul li a.selected, .wc-menu ul li a.parent{
	background: #df8833;
}
.wc-menu ul li a:hover{
	background: #863c3c;
}
.wc-menu ul li a.selected, .wc-menu ul li a.parent, .wc-menu ul li a.move{
 background: #863c3c;
}



.wc-menu ul li a:hover,  .wc-menu ul li a.move {
	 background: #863c3c;
}

.wc-menu ul li .ernav {
    position: absolute;
    left: 0px;
    top: 50px;
    background: url(../../images/web/erbg.png) repeat left top;
    width: 130%;
    z-index: 11;
    display: none;
}
.wc-menu ul li .ernav ul li{
	text-align: center;
	float: none;
	display: block;    /*二级下拉有影响，需要转化为块状*/            
	border-bottom: 1px solid #956867;
	background: none;
	line-height: 30px;
	border-left: none;
}
.wc-menu ul li .ernav ul li a{
	line-height: 25px;
	font-size: 14px;
	text-align: center;
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	margin: 0;
	display: block;
	padding: 3px 5px;
}
.wc-menu ul li .ernav ul li a:hover{
	/*background: #851a1a;*/
	color: #df8833;
}

/*menu End*/

.index-con{
	
	padding-bottom: 10px;
	min-height: 810px;
}




.banner{
	height: 398px;
   
    }
.ban-text{
	background: #851a1a;
	width:240px ;
	height: 356px;
	padding: 20px 30px;
}

.ban-top{
	
}
.ban-top .ban-tit{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
.ban-top .ban-more a{
	display: block;
	color: #fff;
	background: #ad2424;
	padding: 3px 6px;
	border-radius: 3px;
	text-decoration: none;
	font-size: 14px;
	transition: all 1.5s;
}
.ban-top .ban-more a:hover{
	background: #fff;
	transition: all 1.5s;
	color: #ad2424;
}
.ban-ul{
	padding-top: 5px;
}
.ban-ul ul li {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0;
	line-height: 21px;
}
.ban-ul ul li a{
	display: block;
	color: #fff;
	text-decoration: none;
	
}
.ban-ul ul li.last{
	border-bottom: none;
}

/**/

.slideBox {
	position: relative;
	
	height: 396px;
	
}
.slideBox .bd{

 position: relative;
 width: 100%;
}

.slideBox .bd ul li{

	height: 396px;
	
}
.slideBox .bd ul li img{
	width: 100%;
	height: 396px;
}
.slideBox .bd ul li a{
	display: block;
	
}
.slideBox .hd{
	position: absolute;
	left: 0;
	bottom: 37px;
	z-index: 111;
	height: 11px;
	width: 100%;
	text-align: center;
}
.slideBox .hd ul{
	border-radius: 14px;
	background: #fff;
	display: inline-block;
	padding: 5px 10px;
	
}
.slideBox .hd ul li{
	width: 12px;
	height: 12px;
	background: #d3d3d3;*float: left;
	border-radius: 18px;
	display: inline-block;
	margin: 0 1px;
	cursor: pointer;
	
}
.slideBox .hd ul li.on{
	background: #ad2424;
	opacity: 1;
}





/*banner end*/
.in-con{
	padding: 30px;
}
.in-left{
	width:240px;
	
}
.in-right{
	width:840px;
	
}

.xitong{
	border: 1px solid #ddd;
	height: 335px;
	padding: 15px;
	
}
.linky{
	margin-top: 30px;
	border: 1px solid #ddd;
	height: 236px;
}

.in-one-div{
	border: 1px solid #ddd;
	height: 365px;
	float: left;
	width: 266px;
	margin-right: 16px;
}
.in-right .last{
	margin-right: 0;
	
}


.xitong ul li{
	
}
.xitong ul li a{
	display: block;
	line-height: 37px;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	
	
}
.xitong ul li a img{
	padding-left: 5px;
	padding-right: 5px;
}
.xitong ul li a:hover{
	background: #eaeaea;
	border-radius: 3px;
}
/**/

.link-top{
padding-left: 20px;
background: #777777;

	
	
}
.link-top h4{
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	line-height: 43px;
	
}
.link-ul ul{
	padding: 5px 15px 5px 20px;
	
}
.link-ul ul li{
	
	line-height: 35px;
}
    .link-ul ul li a {
        display: block;
        font-size: 14px;
        color: #333;
        text-decoration: none;
        background: url(../../images/web/yli.png) no-repeat left center;
        padding-left: 15px;
    }
.link-ul ul li a:hover{
	color: #ad2424;
}
/*in-right*/

.in-otop{
	height: 42px;
	background: #ad2424;
	padding: 0 10px;
	line-height: 42px;
}
.in-otop .in-tit{
	color: #fff;
	font-size: 16px;
	
}
.in-otop .in-tit img{
	padding-right: 5px;
	
}

.in-more a{
	color: #fff;
	display: block;
	
}
.in-oneul ul{
	padding: 5px 15px;
	
}
.in-oneul ul li{
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0;
}
.in-oneul ul li a{
	display: block;
	font-size: 14px;
	color: #000000;
	line-height: 21px;
	text-decoration: none;
}
.in-oneul ul li a:hover{
	color: #ad2424;
}
.in-oneul ul li:last-child{
	border-bottom: none;
}

.in-two{
	margin-top: 30px;
}


/*加线条*/
.student-con .topBottom-leftRightCorner:before {
    border-top: 3px solid #e8d23b;
   /*border-top: none;*/
    }
.student-con .topBottom-leftRightCorner:after {
    border-bottom: 3px solid #e8d23b;
    }


.footer{
	background: #333333;
	min-height: 50px;
	padding: 20px 0;
	text-align: center;
}

.footer p{
	font-size: 14px;
	line-height: 26px;
	color: #fff;
}

.footer p a{
	color: #fff;
}
/*.wc-copyEnd*/
