/* 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>ul{
	list-style:none;
	display:flex;
	margin-left:57.37%;
}
#header>ul li{
	padding:0 5px;
	text-align:center;
	padding-top: 15px;
}
#header{
	display:flex;
}


h1{
	text-align:center;
	border-bottom: 2px solid #890105;
	color: #890105;
	width: 1100px;
	margin:25px auto;
	font-size: 40px;
}
h2{
	background:#C11018;
}



.tt>p{
	font-weight:bold;
	text-align:center;
	width:1100px;
	margin:15px auto;
	background: white
}
.tt>p a{
	color:black;
	font-size:31px;
}



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: #C11018;
	color:white;
}
.btn .current{
	background-color:#890105;
}



.btn2{
	width:1100px;
	margin: auto;
	margin-top:30px;
	display: none;
}
.btn2 input{
	width:20%;
	height:40px;
	float:left;
	text-align:center;
	font-size:15px;
	background: #890105;
	color: white
}
.btn2 .current{
	background: #C11018;
}

.tu{
	width:1100px;
	margin: auto;
	position:relative;
}
.tu li{
	display:none;
}
.tu li img{
	width: 100%;
}




.yj{
	width: 1100px;
	border:1px solid gray;
	overflow: hidden;
	margin: auto;
}


.an{
	width:1100px;
	margin: auto;
	display: flex;
}
.an input{
	width:100%;
	height:40px;
	text-align:center;
	font-size:16px;
	background: #C11018;
	color:white;
}
.an div{
	background: #000;
    border: #fff solid 4px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    width: 100px;
    height: 62px;
    margin: 0.5% 3.6%;
}
.an div img{
	width: 100%;
	height: 62px;
}
.an .current{
	background-color:#890105;
}
#pt div{
	margin: 0.5% 8%;
}
#fl{
	width: 900px;
	margin:25px auto;
	background: white;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#fl a{
	font-size: 16px;
	line-height: 32px;
	flex: 0 0 48%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.more{
	width: 1100px;
    margin: auto;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    color: #555;
    background: #ccc;
    border-radius: 5px;
    display: block;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.more:hover{
	color:#fff;
	background:#E14A51;
}



.dl{
	width: 1100px;
	margin:20px auto;
	border:1px solid gray;
}
.dl>h2{
	margin:0;
	padding:0 5px 0 5px;
	text-align:right;
}
.dl>h2 a{
	color: white;
}
.dl>.div{
	display:flex;
	background: white;
}
.dl>.div>.zj_img{
	margin:25px 50px 0 100px;
	display:flex;
}
.dl>.div>.zj_img>img{
	width:220px;
	height:230px;
}
.dl>.div>.zj_img>p{
	text-align:center;
	margin-left:20px;
	line-height:30px;
	width: 224px;
}
.dl>.div>.zj_img>p>b>span{
	font-weight:normal;
}
.dl>.div>.zj_div{
	margin-left:80px;
}


.yx{	
	width: 1100px;
	margin: auto;
}
.yx>li{
	width:351px;
	float:left;
	margin-right:20px;
	border:1px solid gray;
	margin-bottom:20px;
	background: white;
}
.yx2>li{
	width: 538px;
}
.yx>li>h2{
	margin:0;
	padding:0 5px;
	color: white;
}
.yx>li>h2 a{
	float: right;
	color: white;
}
.yx>li>h2 img{
	width:71px;
	height:31px;
	float:right;
}
.yx>li>p{
	margin-left:5px;
}


.dl{
	width: 1100px;
	margin:20px auto;
	border:1px solid gray;
}
.dl>h2{
	margin:0;
	padding:0 5px 0 5px;
	text-align:right;
}
.dl>h2 a{
	color: white;
}
.dl>.div{
	display:flex;
	background: white;
}
.dl>.div>.zj_img{
	margin:25px 50px 0 100px;
	display:flex;
}
.dl>.div>.zj_img>img{
	width:220px;
	height:230px;
}
.dl>.div>.zj_img>p{
	text-align:center;
	margin-left:20px;
	line-height:30px;
	width: 224px;
}
.dl>.div>.zj_img>p>b>span{
	font-weight:normal;
}
.dl>.div>.zj_div{
	margin-left:80px;
}




.zj{
	width: 1100px;
	margin: auto;
	overflow: hidden;
}
.zj>div{
	margin-right: 40px;
	margin-bottom: 20px;
	width: 528px;
	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;
    padding-left: 5px;
}




.xg{
	width:1100px;
	margin: auto;
	display: flex;
}
.xg div{
    width: 35%;
    margin: 0.5% 2%;
}
.xg div img{
	width: 100%;
	height: 182px;
}



.top_zt,.top_zt1,.top_zt2{
	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_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%;
}



#p{
	text-align:center;
	font-size:12px;
}
#p a{
	margin-right:5px;
	font-size:12px;
}

