/* 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%;
}


#tktd{
	width: 150px;
	position: fixed;
	right: 0;
	bottom: 0;
}
#tktd img{
	width: 100%;
}
#tktd p{
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	line-height: 50px;
	background: #FF5F31;
	color: white;
}


h1{
	width: 100%;
	text-align:center;
	background: #FF6632;
	color: white;
	margin:25px auto;
	font-size: 40px;
}

h2{
	background: #FF7F1E;
}

h3{
	width: 1100px;
	margin:20px auto;
	font-size: 35px;
}





.rr{
	width: 1100px;
	margin: auto;
	padding: 0 10px;
	margin-bottom: 15px;
	box-sizing: border-box;
	border: 2px solid #FF7F1E;
	background: white;
}
.rr p{
	line-height: 35px;
	font-size: 20px;
	text-indent: 2em;
	color:black;
}
.rr p a{
	color: black;
}



.tt{
	width: 1100px;
	margin: auto;
}
.tt li{
	width: 100%;
	text-align: center;
	font-weight:bold;
	font-size: 35px;
	line-height: 60px;
}
.tt li a:hover{
	color: black;
}




#al{
	width:1100px;
	list-style: none;
	margin: 0;
	padding: 0;
	margin: auto;
	margin-top:20px;
}
#al li{
	border:#FF4121 solid 1px;
	text-align:center;
	line-height:40px;
	margin:10px 0;
	transition:all 0.5s;
}
#al li a{
	font-size:25px;
	color:#FF4121;
	display:block;
	width:100%;
	height:100%;
	transition:all 0.5s;
	font-weight: bold;
}
#al li:hover{
	border:#FF7F1E solid 1px;
	background:#FF7F1E;
}
#al li:hover a{
	color:white;
}
.btn{
	width:1100px;
	margin:20px auto;
	text-align:center;
	background:#FF7F1E;
	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;
}






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:20px;
	background: #FF4121;
	color:white;
}
.btn .current{
	background-color:#FF6632;
	color: white;
}

.tu{
	width:1100px;
	margin: auto;
	position:relative;
}
.tu li{
	display:none;
}
.tu li img{
	width: 100%;
}


.btn2{
	width:33.33%;
	margin: auto;
	margin-top:30px;
	position: absolute;
	top: -12.9%;
	display: none;
}
.btn2 input{
	width:100%;
	height:40px;
	float:left;
	text-align:center;
	font-size:20px;
	background: #FF4121;
	color:white;
}
.btn2 .current{
	background-color:#FF6632;
	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 #FF7F1E;
	background: white;
}
.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;
	color: black;
}
.mt span{
    font-weight:bold;
    transition:all 0.5s;
}
.mt p:hover a{
    color:black;
}



.zj{
	width: 1100px;
	margin: auto;
	overflow: hidden;
}
.zj>div{
	margin-right: 170px;
	margin-bottom: 20px;
	width: 465px;
	float: left;
	background: white;
}
.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;
}







.yx{
	overflow:hidden;
	width: 1100px;
	margin: auto;
}
.yx>li{
	width:538px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	background: white;
}
.yx2>li{
	width:353px;
}
.yx>li>h2{
	margin:0;
	padding:0 5px;
	color:white;
}
.yx>li>h2 a{
	color:white;
	float: right;
}
.yx>li>h2 img{
	width:71px;
	height:31px;
	float:right;
}
.yx>li>p{
	margin-left:5px;
}



.bzj{
	width: 1100px;
	margin: auto;
	overflow: hidden;
}
/*.bzj img{
	float: left;
}
.bzj .al{
	margin-left: 660px;
}
.bzj .al b{
	font-size: 25px;
}
.bzj .al p{
	text-indent: 2em;
	line-height: 37px;
	font-size: 20px;
}*/
.bzj img{
	width: 80%;
	margin: auto;
	display: block;
	float: none;
}
.bzj .al b{
	font-size: 25px;
}
.bzj .al p{
	text-indent: 2em;
	line-height: 37px;
	font-size: 20px;
}



.top_zt,.top_zt1,.top_zt2,.top_zt3{
	width:1100px;
	margin:auto;
}
.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:25px auto;
}
.lx img{;
	width: 100%;
}




#p{
	text-align:center;
	font-size:12px;
}
#p a{
	margin-right:5px;
	font-size:12px;
}


@media screen and (max-width: 1100px){
		#img img{
			width: 112%;
		}
		h1{
			width: 112%;
		}
		.bzj img{
			width: 112%;
		}
		.bzj .al{
			margin-left: 0;
		}
	}
