﻿/*WeChat:GSxiaochunjie
  LOCQ:areyouwithme@vip.qq.com;
*/
*{
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
	color: #fff;
	outline-style: none;
}
ul li{
	list-style:none;
}
.top-bar{
	height: 70px;
	background: #e6631d;
}

.top-logo{
	height: 43px;
	width: 180px;
	position: relative;
	top: 7px;
	left: 80px;
}
.top-navs{
	float: right;
	position: relative;
	right: 120px;
	bottom: 5px;
}
.top-navs-licks li{
	list-style: none;
	float:left;
	height: 25px;
	width: 80px;
	text-align: center;
	line-height: 25px;
	font-weight: bold;/*文字加粗*/
	cursor: pointer;
	margin: 5px;
	color: #fff;
}
/*bar end*/

/*leve2 start*/
.leve2{
	display: none;
	width: 80px;
	height: 100px;
	background: #e6631d;
	position: absolute;
	top:27px;
	z-index: 99;
}
.leve2 li a{
	display: block;
	width: 70px; 	
	line-height: 25px;
	text-align: center;

}
.leve1:hover .leve2{
	display: block;
}
.leve2 li a:hover{
	color:#383232;
}
/*leve2 end*/

/*banner start*/
.swiper-container {
    position: relative;
    width: 100%;
    height: 400px;
    margin:100px auto 0 auto;
   /* box-shadow: 0 0 5px 0 green;*/
    overflow: hidden;
    top:-8px;
}
/*banner end*/

.line{
	height:15px;
	border-bottom: 3px solid #e6631d;
}

/*news start*/
.news{

	height: 280px;
	margin: 7px;
}
/*news left start */
.news-left{
	width: 650px;
	float: left;
	border-right: 1px solid #e6631d; 
}
.news-left-top p{
	float: left;
	cursor: pointer;
}
.news-left-top i{
	float: right;
	cursor: pointer;
	margin: 0px 13px 0px 0px;
}
.news-left-buttom{

	clear: both;
}
.news-limages{
	float: left;
	margin: 10px 0px 10px 45px;
}
.news-ldetails{
	float: right;
	margin: 20px 35px 10px 15px;	
}
.news-ldetails ul li a{
	display: block;
	width: 320px;
	height: 25px;
	line-height: 25px;
	color: #000;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.news-ldetails ul li a:hover{
	color: blue;
}
/*news left end */
/*news right start*/
.news-right{
	width: 650px;
	float: right;
}
.news-right-top p{
	float: left;
	cursor: pointer;
}
.news-right-top i{
	float: right;
	cursor: pointer;
	margin: 0px 13px 0px 0px;
}
.news-right-buttom{
	height: 250px;
	position: relative;
    width: 100%;
    /* box-shadow: 0 0 5px 0 green;*/
    overflow: hidden;
}

/*news right end*/
/*news end 819279111*/
.copyright{
	clear: both;
	height: 100px;
	background-color: #e6631d;
}
.copyright img{
	margin: 0px 100px ;
}