/* CSS Document */
body{
	margin:0;
	padding:0;
	background: black;
}
*{
	font-family: '微软雅黑', '黑体','宋体';
}
a{
	color:white;
	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 white;
	padding-bottom: 10px;
    color: red;
	width: 1100px;
	margin:25px auto;
	font-size: 40px;
}
h2{
	background:#D62629;
}


.rr{
	width: 1100px;
	margin: auto;
	padding: 0 10px;
	margin-bottom: 15px;
	box-sizing: border-box;
	border: 2px solid red;
	background: white;
}
.rr p{
	line-height: 35px;
	font-size: 20px;
	text-indent: 2em;
	color:black;
}
.rr p a{
	color: black;
}



.tt>p{
	font-weight:bold;
	text-align:center;
	width:1100px;
	margin:15px auto;
	line-height: 45px;
	border:1px solid red;
	background: white
}
.tt>p a{
	color:red;
	font-size:31px;
}



.swiper-container{
    width:1100px;
	margin: auto;
}
.swiper-slide{
	height:400px;
	overflow:hidden;
	width: 506px;
}
.swiper-slide img{
	height:400px;
	width: 506px;
}



.mt{
    width:1100px;
    margin: auto;
    margin-top:10px;
    padding:20px 10px;
    overflow: hidden;
    box-sizing: border-box;
	list-style:none;
	border:1px solid red;
	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;
}




#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:#D62629;
	display:block;
	width:100%;
	height:100%;
	transition:all 0.5s;
	font-weight: bold;
}
#al li:hover{
	border:#D62629 solid 1px;
	background:white;
}
#al li:hover a{
	color:#D62629;
}
.btn{
	width:1100px;
	margin:20px auto;
	text-align:center;
	background:red;
	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;
}




.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{
	color:white;
	float: right;
}
.yx>li>h2 img{
	width:71px;
	height:31px;
	float:right;
}
.yx>li>p{
	margin-left:5px;
}





.zj{
	width: 1100px;
	margin: auto;
	overflow: hidden;
	background: white;
}
.zj>div{
	width: 33.33%;
	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 .zj_img p b a{
	color: black;
}
.zj>div>p {
    width: 444px;
    margin: auto;
    background: white;
    padding-left: 5px;
}


.zt{
	width:1100px;
	margin:auto;	
	overflow: hidden;
}
.zt h2{
	color:red;
	width:50%;
	text-align: center;
	background: white;
}
.zt>#top_zt>div{
	float: left;
	width:50%;
}
.zt>#top_zt{
	margin:25px 0;
}
.zt>#top_zt>div>a>img{
	height:90px;
	width:533px;
}





#p{
	text-align:center;
	font-size:12px;
	color: white;
}
#p a{
	margin-right:5px;
	font-size:12px;
	color: white;
}

