CSS在线编辑
保存  历史  下载 |  返回 | 文件：index2.css

*,html,body{
	margin: 0;
    padding: 0;
    text-decoration: none;
    font-style: normal;
 	font-family: "微软雅黑";
}
img{
	padding: 0;
	margin: 0;
}
body{
	width: 100%;
	height: 100%;
	/*background: url(../img/wc.jpg) no-repeat;
	background-size: cover;*/
}


.container{
	height: 806px;
	width: 100%;
	min-width: 1280px;
}
.fl{
	float: left;
}
.fr{
	float:right;
}

.wid1280{
	width:1280px;
}
.wid800{
	width: 790px;	
}
.wid460{
	width: 460px;
}
.wid410{
	width:410px;
        margin-top:10px;
}
.hei402{
	height:402px;
}

img{
	padding: 0;
	margin: 0;
}
.mod{
	height: 800px;
	width: 1280px;
    min-width: 1280px;
    width: 1280px;
    margin: 20px auto;
    background: white;
}
*,html,body{padding: 0px;margin: 0px;font-family:"微软雅黑";}
			ul li{list-style: none;}
			ol li{list-style: none;}
			a{text-decoration: none;}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
img{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
li{
	list-style: none;
}
/*头部开始*/
.header{
	background-size:100%;
	z-index: 1;
}
.head-mod{
    width: 100%;
	min-width: 1280px;
	background: url(../img/dw.png); 
    height: 165px;
    margin:0 auto;
   /* background: red;*/
  /*background: #29253d;*/
}
.logo{
     
    width: 1280px;
    height: 110px;
     margin: 0 auto;
}
.logoimg{
	float:left;
	margin-top: 10px;
	margin-left: 20px;
}

.logo .header_right{
		margin-top: 20px;
		float: right;
		width: 400px;
		height: 100px;
		/*background: red;*/
	
}
.logo .header_right span a{
	color: white;
}
 .logo .header_right .seach{
	width: 300px;
	height: 35px;
	margin-top: 30px;
	/*padding: 0 5px;*/
	border:1px solid white ;
	/*border-radius: 10px;*/
	text-align: center;
	display: flex;
	justify-content: center;
}

 .logo  input{
	margin-top:5px ;
	margin-right: 5px;
	height: 25px;
	width: 240px;
	line-height: 25px;
	color: white;
	font-size: 18px;
	border: none;
	background: none;
	outline:medium;
}
/*头部结束*/


.news{
    /* width: 800px; */
    height: auto;
    margin-right: 30px;
   /* border-bottom: 1px solid red;*/
}
.news .news-body{
    /* width: 100%; */
    background: #FFFFFF;
  /*  border: 1px solid #e0e0e0;*/
    border-top: none;
}

.news .news-title {
	
    position: relative;
    overflow: hidden;
   
    
    
    height: 45px;
    line-height: 45px;
    /*background: #e0e0e0;*/
    /* padding: 0 12px; */
    position: relative;
    overflow: hidden;
	/*background: url(../images/notices03.jpg) ;*/
   
    height: 45px;
    border-bottom: 2px solid #ba272f;
}
.news-title>a{
	border: 0px;
	text-decoration: none;
}
.news-title>a>img{
	border: 0px;
	width: 790px;
	height: 45px;
}

.news .news-title span{
	width: 150px;
    height: 100%;
    padding-left: 10px;
   /* color: #fff;*/
 	color: #29253d;
/*    background: #a11c79;*/
    font-size: 18px;
   
    float: left;
    line-height: 45px;
    font-family: "Microsoft YaHei" ! important;
    font-weight: bold;
}
.news  .news-title a{
	font-size: 12px;
    float: right;
    color: #0047AB;
    margin-right: 10px;
    text-decoration: none;

}

.slide-img{
	position:relative;	
	width:790px;
	height:455px;
	overflow:hidden;
}

.slide-bg{
	position:absolute;
	bottom:0;	
	background-color:#000;	
	height:30px;
	filter:Alpha(Opacity=30);	
	opacity:0.3;	
	z-index:1000;	
	cursor:pointer;	
	width:790px;
}
.slide-info{
	position:absolute;	
	bottom:0;	
	left:5px;	
	height:22px;	
	color:#fff;
	z-index:1001;	
	cursor:pointer;
}
.slide-text{
	position:absolute;	
	width:120px;	
	z-index:1002;	
	right:3px;	
	bottom:3px;
}
.slide-img>ul{
	position:absolute;	
	list-style-type:none;	
	filter:Alpha(Opacity=80);	
	opacity:0.8; solid #fff;	
	z-index:1002;	
	margin:0;	
	padding:0;	
	bottom:3px;	
	right:5px;
}

.slide-img>>ul>li { 
	margin-left: 8px;	
	padding:0px 8px;
	float:left;	
	display:block;	
	color:#FFF;	 
	background:#6f4f67;	
	cursor:pointer;
}
.slide-img>>ul>li.on {	
	background:#303552;
}


.slide-list>img>a{
	border:0px;
	width: 790px;
	height: 455px;
}

/*轮播图开始*/
.banner {
	margin-top: 10px;
	position:relative;	
	width:790px;
	height: 395px;
	box-sizing: border-box;
	/*overflow:hidden;*/
}
.focusBanner {
	/*border-top: 2px solid #DCE3ED;*/
	width:790px;
	height: 395px;
	
	/*overflow: hidden;*/
	position: relative;
	z-index: 1;
	/*background: darkgoldenrod;*/
}

.focusBanner .hd {
	position: absolute;
	right: 50px;
	z-index: 1;
 
	height: 14px;
	bottom: 10px;
 
	
}

.focusBanner .hd ul li {
	display: inline-block;
	display: inherit;
	zoom: 1;
	margin: 0 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	float: left;
	background: #FFF;
	cursor: pointer;
}
.focusBanner .hd ul li span {
	display: none;
}
.focusBanner .hd ul li.on {
	background: rgb(111,5,1);
}
.focusBanner .bd {
	width:790px;
	height: 395px;
	position: relative;
	
}
.focusBanner .bd ul{
	list-style: none;
}
.focusBanner .bd li .pic{
	width:790px;
	height: 395px;
	position: relative;
}
.focusBanner .bd li img {
	width:790px;
	height: 395px;
	display: block;
	/*margin-top: 0px;*/
	position: absolute;
	right: 0px;
	/*overflow: hidden;*/
}
.focusBanner .bd .con {
	position: absolute;
	left: 50px;
	/*margin-bottom: -300px;*/
	overflow: hidden;
	display: none;	
	/*background: red;*/
	bottom: 0px;
        opacity: 0.6; 
}
.focusBanner .bd .con .title {
	height: 20px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
    margin-bottom: 10px;
}
.focusBanner .bd .con .title a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
	
	overflow: hidden;  
    text-overflow: ellipsis;  
    white-space:nowrap;
	display: inline-block;
	text-decoration: none;/*下划线*/
	/*color: black;*/
	
	width: 400px;
	
}
.focusBanner .bd .con .bg {
	border-radius: 10px;
	width: 450px;
	height: 40px;
	bottom: 0px;
	background-color: rgb(103,1,1);
	
}
.focusBanner .prev,
.focusBanner .next { 
	position:absolute; 
	z-index:2; 
	display:block; 
	width:60px; 
	height:60px; 
	filter:alpha(opacity=30);
    opacity: 0.3; 
    left: 30px; 
    top:50%; 
    margin-top:-43px;
	background: url(img/arrow.png) 0 0 no-repeat; 
}
.focusBanner .next { 
	right: 30px; 
	left:auto; 
	background-position: right	0;
}
.focusBanner .prev:hover,
.focusBanner .next:hover { 
	filter:alpha(opacity=70);
	opacity:0.7;
}
/*轮播图结束*/




.news-list{
	
	margin-top: 20px;
	padding-bottom: 0px;
	padding-left:0px ;
    overflow: hidden;
	width: 460px;
	height: 335px;
	box-sizing: border-box;
}


.news-list ul li {
    list-style: none;
	min-height: 70px;
    margin-bottom: 14px;
    height: 70px;
    width:460;
    float: left;
 }
.news-list ul li:first-child{
	/*margin-top: 20px;*/
}

.date3 {
    width: 82px;
    height: 80px;
    float: left;
    text-align: center;
    font-size: 14px;
    margin-right:15px;
    /*background: #0047AB;*/
    background: url(../img/date002.jpg);
    color: #FFFFFF;
}
.date3 .de1{
	width: 82px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}
.date3 .de2{
	font-size: 14px;
	line-height: 40px;
	width: 82px;
    height: 40px;
   /* background: #fff;*/
    color: #000000;
}

.text3{
	min-height: 80px;
	overflow: hidden;
    height: 80px;
    margin-left: 24px;
}
.text3  h4 {
    font-size: 16px;
    overflow: hidden;
    font-weight: normal;
}
.text3  h4 a{
	text-decoration: none;
	color: #000000;
}

.text3-summary{
	text-align: justify; 
	text-justify: inter-ideograph;
	text-indent: 2em;
    color: #B3B3B3;
   
    font-size: 14px;
   
}


.notices-body{
	box-sizing: border-box;
	overflow: hidden;
	background: white;
}
.notices-title{
	height: 45px;
    line-height: 45px;
    /*background: #e0e0e0;*/
    /* padding: 0 12px; */
    position: relative;
    overflow: hidden;
	/*background: url(../images/notices03.jpg) ;*/
    height: 45px;
    border-bottom: 2px solid #ba272f;
}


 .notices-title span{
 	height: 45px;
 	
	width: 150px;
    color: #29253d;
    font-size: 18px;
    text-indent: 12px;

    float: left;
    line-height: 45px;
    font-family: "微软雅黑";
    font-weight: bold;
}

.notices-title a{
    float: right;
    color: #FFFFFF;
  /*  margin-top: 6px;*/
    margin-right: 10px;
    text-decoration: none;
    font-size: 12px;
    font-family: "微软雅黑" !important;
}

.notices-list ul{
	width: 410px;
	height: 315px;
	list-style-position:inside;
    list-style-type:afar;
    
    overflow: hidden;
 
}
.notices-list ul li{

	margin-top: 18px;
	line-height: 15px;
	width: 400px;

	float: left;
	
	/*display: block;*/
}
.notices-list ul li a{
	
	overflow: hidden;  
    text-overflow: ellipsis;  
    white-space:nowrap;
	display: inline-block;
	text-decoration: none;/*下划线*/
	color: black;
	
	width: 300px;
	line-height: 20px;
}
.notices-list ul li :hover{
	color:red;
}

.notices-list ul li  span{
	float: right;
	display: block;
	color: black;
}
.cleanfloat{
	clear: both;
}




.tea-img{
	margin-top: 15px;
	width: 460px;
	height: 370px;
}
.tea-img img{
	margin-bottom: 10px;
	width: 460px;
	height: 166px;
}


.lside{
	z-index: -10;
	float: left;
	width: 280px;
	height: 300px;
	
}
.rside{
	z-index: -10;
	float: right;
	position: absolute;
	right: 10px;
	width: 300px;

}





.footer{
	width: 100%;
		
	height: 150px;
	background: url(../img/dw.png);

}
.box{
	margin: 0 auto;
	padding: 25px 0;
	width: 1280px;
	height: 100px;
	box-sizing: border-box;

	line-height: 32px;
	color: white;
}
.box .left{
	float: left;
	text-align: center;
	text-align: justify;
	text-justify: distribute;
	width: 500px;
	height: 100px;
		padding-left: 100px;
	padding-right: 50px;
	border-right: 3px solid white;
	margin-right: 80px;
}
.box .right{
	float: left;
	width: 500px;
	height: 100px;
	/*background: gray;*/
	text-align: center;
	text-align: justify;
	text-justify: distribute;
}

.box a{
	width: 100px;
	text-decoration: none;
	color: white;
	margin-right: 20px;
	margin-left: 20px;
	border-right: 1px solid white;
	padding-right: 10px;
	
}
.box span:last-child a{
	border: none;
}
.copyright{
	height: 30px;
	background: #141414;
	text-align: center;
	margin: 0 auto;
	color: white;
	line-height: 30px;
}