/* 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: 1100px;
	text-align:center;
	color: #088683;
	font-size: 40px;
	margin:25px auto;
}



.rr{
	width: 1100px;
	margin: auto;
	padding: 0 10px;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.rr p{
	line-height: 35px;
	font-size: 20px;
	text-indent: 2em;
}
.rr p b{
	color:#9F9567;
}



.tt{
	width: 1100px;
	margin: auto;
}
.tt li{
	width: 1100px;
	text-align: center;
	font-weight:bold;
	line-height: 40px;
	font-size: 32px;
	box-sizing: border-box;
	margin: 1% 0;
	background: #9F9567
}
.tt li a{
	color: white;
}




.mt{
    width:1100px;
    margin: auto;
    margin-top:10px;
    padding:20px 10px;
    overflow: hidden;
    box-sizing: border-box;
	list-style:none;
	border:1px solid black;
	background: white
}
.mt li{
    width:50%;
    float:left;
}
.mt p{
    line-height:30px;
    margin-top:10px;
    width:95%;
    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:#9F9567;
}




.wt{
	width: 1100px;
	margin: auto;
	overflow: hidden;
}
.wt .current{
	background: #9F9567;
	color:white;
}
.wt li{
	float: left;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	cursor: pointer;
	background: #AFAFAF;
	color:white;
	border-radius: 15px;
	margin: 0.1%;
}
#wt li{
	width: 19.8%
}
#wt2 li{
	width: 49.8%
}
.jj{
	width: 1100px;
	margin: auto;	
	border:1px solid black;
	background: white;
	box-sizing: border-box;
	height: 437px;
	overflow-y: scroll;
}
.jj>div{
	display: none;
}
.jj>div>h2{
	text-align: center;
	font-size: 25px;
	color: #9F9567;
}
.jj p{
	text-indent: 2em;
	line-height: 40px;
	font-size: 20px;
	padding:0 10px;
}


input{margin:0;padding:0;border:none;outline:none;cursor:pointer;}
.btn{
	width:1100px;
	margin: auto;
	margin-top:30px;
}
.btn input{
	width:50%;
	height:40px;
	float:left;
	text-align:center;
	font-size:16px;
	background: #eee;
	color:black;
}
.btn .current{
	background-color:#7A110E;
	color: white;
}
.tu{
	width:1100px;
	margin: auto;
	position:relative;
}
.tu li{
	display:none;
	overflow-y: scroll;
	height: 800px;
}
.tu li img{
	width: 100%;
}



#al{
	width:1100px;
	list-style: none;
	margin: 0;
	padding: 0;
	margin: auto;
	margin-top:20px;
}
#al li{
	border:gray solid 1px;
	text-align:center;
	line-height:40px;
	margin:10px 0;
	transition:all 0.5s;
}
#al li a{
	font-size:25px;
	color:#9F9567;
	display:block;
	width:100%;
	height:100%;
	transition:all 0.5s;
	font-weight: bold;
}
#al li:hover{
	border:#9F9567 solid 1px;
	background:#9F9567;
}
#al li:hover a{
	color:white;
}
.btn{
	width:1100px;
	margin:20px auto;
	text-align:center;
	background:#9F9567;
	transition:all 0.5s;
}
.btn a{
	font-size:20px;
	font-weight:bold;
	color:white;
	line-height:36px;
	display:block;
	width:100%;
	height:100%;
	transition:all 0.5s;
}



.dt {
    width: 1100px;
    margin:20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dt .box {
    flex: 0 0 32%;
    border: #eee solid 1px;
    box-sizing: border-box;
    margin-bottom: 10px;
    background: #DDD
}
.dt .box p{
	margin: 0;
	line-height: 30px;
	padding-left: 2%
}
.dt .box p a{
	font-size: 12px;
}
.dt .box p a:hover{
	color: #459df5
}
.dt .box-title {
    display: flex;
    justify-content: space-between;
    background: #AFAFAF;
}
.dt .box-title h2 {
    font-size: 16px;
    line-height: 34px;
    margin: 0 0 0 5px;
    font-weight: bold;
}
.dt .box-title img{
    width: 60px;
    height: 32px;
}
.dt .box iframe {
    width: 98%;
    padding-left: 10px;
}



.zj{
	width: 1100px;
	margin: auto;
	overflow: hidden;
}
.zj>div{
	margin-right: 170px;
	margin-bottom: 20px;
	width: 465px;
	float: left;
}
.zj .zj_img{
	width: 100%;
	margin: auto;
	border-radius: 50%;
	text-align: center;
}
.zj .zj_img img{
	width: 140px;
	height: 135px;
	display: block;
	border-radius: 50%;
	margin: auto;
}
.zj .zj_img p{
	width: 100%;	
	text-align: center;
	line-height: 30px;
}
.zj .zj_img>p{
	position: relative;
}
.zj .zj_img>p>a>img{
	display: block;
	float: right;
	transform: rotate(-90deg);
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
}
.zj .zj_img p b{
	font-size: 20px;
}
.zj>div>p {
    width: 444px;
    margin: auto;
    background: white;
    padding-left: 75px;
}




.top_zt,.top_zt1,.top_zt2,.top_zt3{
	width:1100px;
	margin:auto;
	overflow: hidden;
}
.top_zt>li{
	float: left;
	width: 366px;
}
.top_zt1>li{
	float: left;
	width: 547px;
}
.top_zt2>li{
	float: left;
	width: 1100px;
}
.top_zt3>li{
	float: left;
	width: 275px;
}
.top_zt>li>a>img{
	height:90px;
	width:100%;
}
.top_zt1>li>a>img{
	height:90px;
	width:100%;
}
.top_zt2>li>a>img{
	height:90px;
	width:100%;
}
.top_zt3>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%;
		}
	}
