body{
    font: 14px/1.5 Helvetica Neue,Helvetica,Arial,Microsoft Yahei,
	Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;
	color: black;
}
.topber{
	width: 100%;
}
.container{
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}





.header{
	height: 80px;
	background-color: rgb(250, 115, 19);
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.header .site-logo{
	float: left;
	width: 178px;
	margin-top: 8px;
}
.header .site-logo img{
	float: left;
	width: 100px;
	margin-left: 0px;
	border-radius: 15px;
}
.header .site-logo a{
	display: block;
	width: 56px;
	height: 56px;
}
.header .site-list{
	float: left;
	width: 400px;
	height: 70px;
	padding: 10px 0 0 10px;
	font-size: 21px;
}
.header .site-list ul li{
	float: left;
}
.header .site-list ul li a{
	display: block;
	padding: 15px 10px 18px;
	color: #FFFFFF;
}
.header .site-list ul li a:hover{
	color: rgb(249, 7, 7);
}


.star {
  position: relative;
  display: inline-block;
  z-index:1;
}
.dis {
	width: 120px;
	text-align: center;
	display: none;
	position: absolute;
	background-color: wheat;
	padding: 12px 0px;
	font-size: 20px;
	line-height: 10px;
}
.dis li a{
	color: #000000;
}
.star:hover .dis {
	display: block;
}


.header .site-search{
	float: right;
	width: 296px;
	margin-top: 25px;
	/* background-color: #777; */
}
.header .site-search from{
	position: relative;
	width: 296px;
	height: 50px;
}
.search-text{
	width: 200px;
	height: 30px;
	border: 1px solid #E0E0E0;
	font-size: 14px;
	padding: 0 10px;
	float: left;
	background-color: rgb(245, 245, 245);
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.submit{
 	float: left;
	width: 50px;
	height: 32px; 
	margin-left: -1px;
	border:0px solid #E0E0E0; 
	background: linear-gradient(120deg, #e8c40c 0%, #f35a08 100%);
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
 
 .login{
 	float: right;
 	margin: 24px 20px 0 0;
 	color: #FF7F50;
 }
 .login img{width: 35px;}
 .login a{
 	color: #F6F6F6;
 }
 .login a:hover{
 	color: #FF7F50;
 }






 .site-content{
	height: 310px;

}

 #imglist img{
    width: 1000px;
    height: 300px;
	border-radius: 5px;
}
.box {
    width: 994px;
    height: 300px;
    border: 3px #E0E0E0 double;
    position: relative;
    left: 0px;
    overflow:hidden;
	border-radius: 5px;
}
#imglist {
    width: 5000px;
    height:300px;
    list-style: none;
    position: absolute;
    left: 0px; 
}
#imglist li {
    float: left;
}
#btnlist{
    width: 260px;
    left: 700px;
    top:260px;
    position:absolute;
    list-style: none;
}
#btnlist li{
    color: black;
    text-align: center;
    float: right ;
    width: 10px;
    height: 10px;
    border-radius: 70%;
    background-color:rgba(0,0,0, 0.1);
	cursor: pointer;
} 







 .content{
	height: 960px;

}


 


.tabdown{
	height: 20px;
	/* background-color: #FF7F50; */
}
.tabdown img{
	width: 156.6px;
	border-radius: 5px;/* 方块圆角 */
}

.tabdown li{
	float: left;
	height: 260px;
	margin-right: 10px;
}
.tabdown a{
	font-size: 10px;
	color: #000000;
}
.tabdown a:hover{color: coral;}


.footer {
	position: relative;
	height: 200px;
	width: 100%;
	background: #F2F2F2;
	color: #A2A2A2;
	margin-top: 4px;

}
.footer-liebiao{
	padding-top: 15px;
	height: 100px;
	width: 1000px;
}
.neir h4{
	color: #666666;
}
.footer-liebiao td{
	width: 100px;
}
.guanyu {
	float: left;
	width: 370px;
	height: 10px;
	margin: 0 0px 0 50px;
}
.xieyi {
	float: left;
	width: 370px;
	margin: 0 0px 0 150px;
}
.footer-infro {
	margin-top: 3px;
	font-family: '宋体';
	/* padding-top: 30px; */
	text-align: center;
	font-size: 14px;
	line-height: 21px;
}
