/* CSS Document */
body{
	margin:0;
	padding:0;
}
*{
	font-family: '微软雅黑', '黑体','宋体';
}
a{
	color:black;
	text-decoration:none;
}
a:hover{
	color:red;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#header{
	overflow: hidden;
}
#header>img{
	float: left;
}
#header>ul{
	list-style:none;
	float: right;
	padding-top: 10px;
}
#header>ul li{
	padding:0 5px;
	text-align:center;
	float: left;
}




#img img{
	width: 100%;
}



h1{
	width: 100%;
	text-align:center;
	background: #120A07;
	color:white;
	margin:25px auto;
	font-size: 40px;
}
h2{
	width: 1100px;
	margin:25px auto;
	text-align: center;	
	font-size: 35px;
}




.rr{
	width: 1100px;
	margin: auto;
	border:2px solid #6A4A31;
	padding: 0 10px;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.rr p{
	line-height: 35px;
	font-size: 18px;
	text-indent: 2em;
}
.rr p b{
	color:#6A4A31;
}
.rr p a{
	color:#6A4A31;
	font-weight: bold;
}
.rr p a:hover{
	color: black;
}




.tt{
	width: 1100px;
	margin: auto;
}
.tt li{
	width: 1100px;
	text-align: center;
	font-weight:bold;
	line-height: 60px;
	font-size: 34px;
}
.tt li:hover a{
	color: black;
}




input{margin:0;padding:0;border:none;outline:none;cursor:pointer;}
.btn{
	width:1100px;
	margin: auto;
	margin-top:30px;
}
.btn input{
	width:33.33%;
	height:40px;
	float:left;
	text-align:center;
	font-size:16px;
	background: #E7C069;
	color: black;
}
.btn .current{
	background-color:#120A07;
	color: white;
}

.tu{
	width:1100px;
	margin: auto;
	position:relative;
}
.tu li{
	display:none;
}
.tu li img{
	width: 100%;
}



.btn2{
	width:1100px;
	margin: auto;
	margin-top:30px;
}
.btn2 input{
	width:14.28%;
	height:40px;
	float:left;
	text-align:center;
	font-size:16px;
	background: #E7C069;
	color: black;
}
.btn2 .current{
	background-color:#120A07;
	color: white;
}

.tu2{
	width:1100px;
	margin: auto;
	position:relative;
}
.tu2 li{
	display:none;
	height: 800px;
	overflow-y: scroll;
}
.tu2 li img{
	width: 100%;
}





.wt{
	width: 1100px;
	margin: auto;
	overflow: hidden;
}
.wt .current{
	background: #120A07;
	color:white;
}
.wt li{
	float: left;
	width: 16.66%;
	text-align: center;
	background: white;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	cursor: pointer;
	background: #E7C069;
}


.jj{
	width: 1100px;
	margin: auto;	
	border:1px solid #6A4A31;
	background: white;
	box-sizing: border-box;
}
.jj>div{
	display: none;
}
.jj>div>h2{
	text-align: center;
	font-size: 25px;
	background: #6A4A31;
	color: white;
}
.jj p{
	text-indent: 2em;
	line-height: 40px;
	font-size: 20px;
	padding:0 10px;
}




.wt2{
	width: 1100px;
	margin: auto;
	overflow: hidden;
}
.wt2 .current{
	background: #120A07;
	color:white;
}
.wt2 li{
	float: left;
	width: 14.28%;
	text-align: center;
	background: white;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	cursor: pointer;
	background: #E7C069;
}


.jj2{
	width: 1100px;
	margin: auto;	
	border:1px solid #6A4A31;
	background: white;
	box-sizing: border-box;
}
.jj2>div{
	display: none;
}
.jj2>div>h2{
	text-align: center;
	font-size: 25px;
	background: #6A4A31;
	color: white;
}
.jj2 p{
	text-indent: 2em;
	line-height: 40px;
	font-size: 20px;
	padding:0 10px;
}



.mt{
    width:1100px;
    margin: auto;
    margin-top:10px;
    padding:20px 10px;
    overflow: hidden;
    box-sizing: border-box;
	list-style:none;
	border:1px solid #6A4A31;
}
.mt li{
    width:50%;
    float:left;
}
.mt h1{
    font-size:20px;
    color:#0270d1;
}
.mt p{
    line-height:30px;
    margin-top:10px;
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    transition:all 0.5s;
		text-align:left;
}
.mt p a{
	font-size:17px;
}
.mt span{
    color:#111;
    font-weight:bold;
    transition:all 0.5s;
}
.mt p:hover a{
    color:#0270d1;
}




.top_zt{
	width:1100px;
	margin:auto;
}
.top_zt>li{
	float: left;
	width: 366px;
}
.top_zt>li>a>img{
	height:90px;
	width:100%;
}




.lx{
	width: 1100px;
	margin: auto;
}




#p{
	text-align:center;
	font-size:12px;
}
#p a{
	margin-right:5px;
	font-size:12px;
}


@media screen and (max-width: 1200px){
		#img img{
			width: 112%;
		}
		h1{
			width: 112%;
		}
	}
