/* 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: black;
	font-size: 40px;
	margin:25px auto;
	border-bottom: 2px solid black;
}




.rr{
	width: 1100px;
	margin: auto;
	border:2px solid black;
	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:red;
}
.rr p a{
	color:black;
}



.tt{
	width: 1100px;
	margin: auto;
}
.tt li{
	width: 1100px;
	text-align: center;
	font-weight:bold;
	line-height: 60px;
	font-size: 34px;
	border:1px solid black;
	box-sizing: border-box;
}
.tt li a{
	color: red;
}
.tt li:hover{
	background: black;
}
.tt li:hover 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;
}
.mt li{
    width:50%;
    float:left;
}
.mt h1{
    font-size:20px;
    color:#0270d1;
}
.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:red;
}




.wt{
	width: 1100px;
	margin: auto;
	overflow: hidden;
}
.wt .current{
	background: red;
	color:white;
}
.wt li{
	float: left;
	width: 19.8%;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	cursor: pointer;
	background: #aaa;
	color:white;
	border-radius: 15px;
	margin: 0.1%;
}
.jj{
	width: 1100px;
	margin: auto;	
	border:1px solid black;
	background: white;
	box-sizing: border-box;
}
.jj>div{
	display: none;
}


.j_l{
	width: 50%;
	float: left;
}
.j_l h2{
	text-align: center;
	font-size: 25px;
	color: red;
}
.j_l p{
	text-indent: 2em;
	line-height: 40px;
	font-size: 20px;
	padding:0 10px;
}
.j_r{
	width: 50%;
	float: right;
}
.j_r h2{
	text-align: center;
	font-size: 25px;
	color: red;
}
.j_r p{
	text-indent: 2em;
	line-height: 40px;
	font-size: 20px;
	padding:0 10px;
}

.yx{
	overflow:hidden;
	width: 1100px;
	margin: auto;
}
.yx>li{
	width:538px;
	float:left;
	margin-right:20px;
	border:1px solid gray;
	margin-bottom:20px;
	background: white;
}
.yx2>li{
	width: 351px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.yx>li>h2{
	margin:0;
	padding:0 5px;
	color:white;
	background: red;
}
.yx>li>h2 a{
	color:white;
	float: right;
}
.yx>li>h2 img{
	width:71px;
	height:31px;
	float:right;
}
.yx>li>p{
	margin-left:5px;
}




.btn a{
	font-size:20px;
	font-weight:bold;
	color:white;
	line-height:36px;
	display:block;
	width:100%;
	height:100%;
	transition:all 0.5s;
}

input{margin:0;padding:0;border:none;outline:none;cursor:pointer;}

.btn{
	width:1100px;
	margin: auto;
	margin-top:30px;
}
.btn3 input{
	width:50%;
	height:40px;
	float:left;
	text-align:center;
	font-size:16px;
	background: #FEBB77;
	color:black;
}
.btn3 .current{
	background-color:#A35D15;
	color:white;
}



.btn2{
	width:1100px;
	margin: auto;
	margin-top:30px;
	display: none;
}
.btn2 input{
	width:20%;
	height:40px;
	float:left;
	text-align:center;
	font-size:16px;
	background: white;
	color:black;
}
.btn2 .current{
	background: #FEBB77;
	color: black;
}

.btn1 .current{
	background: #FEBB77;
	color: black;
}


.btn1{
	width:1100px;
	margin: auto;
	margin-top:30px;
	display: block;
}
.btn1 input{
	width:20%;
	height:40px;
	float:left;
	text-align:center;
	font-size:16px;
	background: white;
	color:black;
}
.tu{
	width:1100px;
	margin: auto;
	position:relative;
}
.tu li{
	display:none;
}


.xd{
	width: 1100px;
	margin:25px auto;
	overflow: hidden;
}
.xd>div{
	float: left;
	width: 48%;
	margin-right: 4%;
	height: 550px;
}
.xd h2{
	font-size: 35px;
	color: white;
	background: red;
	text-align: center;
	margin: 0;
}



.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%;
		}
	}
