/* 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{
	box-sizing: border-box;
}
h1{
	width: 100%;
	text-align:center;
	background: red;
	color:white;
	font-size: 35px;
}



.li{
	width: 1100px;
	margin:20px auto;
}
.li li{
	width: 20%;
	float: left;
	text-align: center;
	font-size: 28px;
	line-height: 50px;
	font-weight: bold;
	color: white;
	color: #FF473F;
	box-sizing: border-box;
	padding-right: 2%
}
.li img{
	width: 38px;
	float: left;
	margin: 3% 3% 0 21%;
}
.li li:hover{
	border-bottom:1px solid #FF473F;
}


.zxzx{
	width: 220px;
	line-height: 35px;
	text-align: center;
	color: #FF473F;
	font-weight: bold;
	font-size: 38px;
	margin: 2% 0;
}
.zxzx span{
	background: #FF473F;
	padding: 1% 3%;
	margin-right: 5%;
}



.img{
	height:494px;
	overflow:scroll;
	overflow-x:hidden;
	margin-top:30px;
	border:#ccc solid 1px;
	margin: auto;
	width:1100px;
}
.img a{
	border:2px solid gray;
	float:left;
	margin:5px 3px;
}
.img a p{
	text-align:center;
	font-weight:bold;
	transition:all 0.4s;

}
.img a p:hover{
	color:yellow;
}
.img img {
    width: 531px;
    height: 700px;
    }






.rr{
	width: 1100px;
	margin: auto;
	border:2px solid #FF473F;
	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:#FF473F;
}
.rr p a{
	color:black;
}



.tt{
	width: 1100px;
	margin: auto;
}
.tt>p{
	font-weight:bold;
	text-align:center;
	width:1100px;
	margin:15px auto;
	background: white
}
.tt>p a{
	color:black;
	font-size:28px;
}
.tt>p:hover{
	background: #FF473F
}
.tt>p:hover a{
	color: white;
}



.gd{
	width: 1100px;
	margin: auto;
}
.gd>div{
	display: none;
}


#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:#FF473F solid 1px;
	background:white;
}
#al li:hover a{
	color:#FF473F;
}
.btn{
	width:1100px;
	margin:20px auto;
	text-align:center;
	background:#FF473F;
	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;
}


.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: #E68C1E;
	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{
	border-color: #FF473F
}
#pt div{
	margin: 0.5% 3.5%;
}
#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:20px auto;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    color: #FF473F;
    border:1px solid #FF473F;
    border-radius: 5px;
    display: block;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.more:hover{
	color:white;
	background:#FF473F;
}



.mt{
    width:1100px;
    margin: auto;
    margin-top:10px;
    padding:20px 10px;
    overflow: hidden;
    box-sizing: border-box;
	list-style:none;
	border:1px solid #FF473F;
}
.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;
}


.h{
	width: 1100px;
	margin:25px auto;
	text-align: left;
	padding-left: 1%;
	box-sizing: border-box;
	font-size: 30px;
}
.h1{
	width: 1100px;
	margin:20px auto;
	text-align: left;
	padding-left: 1%;
	overflow: hidden;
}
.h1 img{
	width: 70px;
	height: 40px;
	float: left;
	margin-right: 1%;
}


input{margin:0;padding:0;border:none;outline:none;cursor:pointer;}
.btn{
	width:1100px;
	margin: auto;
	margin-top:10px;
	overflow: hidden;
}
.btn input{
	width:33.33%;
	height:40px;
	float:left;
	text-align:center;
	font-size:16px;
	background: #E6E7E9;
}
.btn .current{
	background-color:#FF473F;
	color: white
}

.btn2{
	width:1100px;
	margin: auto;
	margin-top:10px;
	overflow: hidden;
}
.btn2 input{
	width:50%;
	height:40px;
	float:left;
	text-align:center;
	font-size:16px;
	background: #E6E7E9;
}
.btn2 .current{
	background-color:#FF473F;
	color: white
}

.btn3{
	width:1100px;
	margin: auto;
	margin-top:10px;
	overflow: hidden;
}
.btn3 input{
	width:33.33%;
	height:40px;
	float:left;
	text-align:center;
	font-size:16px;
	background: #E6E7E9;
}
.btn3 .current{
	background-color:#FF473F;
	color: white
}

.btn4{
	width:1100px;
	margin: auto;
	margin-top:10px;
	overflow: hidden;
}
.btn4 input{
	width:25%;
	height:40px;
	float:left;
	text-align:center;
	font-size:16px;
	background: #E6E7E9;
}
.btn4 .current{
	background-color:#FF473F;
	color: white
}

.btn5{
	width:1100px;
	margin: auto;
	margin-top:10px;
	overflow: hidden;
}
.btn5 input{
	width:25%;
	height:40px;
	float:left;
	text-align:center;
	font-size:16px;
	background: #E6E7E9;
}
.btn5 .current{
	background-color:#FF473F;
	color: white
}

.btn6{
	width:1100px;
	margin: auto;
	margin-top:10px;
	overflow: hidden;
	display: none;
}
.btn6 input{
	width:50%;
	height:40px;
	float:left;
	text-align:center;
	font-size:16px;
	background: #E6E7E9;
}
.btn6 .current{
	background-color:#FF473F;
	color: white
}
.tu{
	width:1100px;
	margin: auto;
	position:relative;
}
.tu li{
	display:none;
}
.tu li img{
	width: 100%;
}

.tu2{
	width:1100px;
    height: 600px;
    overflow-y: scroll;
    margin: auto;
    position:relative;
}
.tu2 li{
    display:none;
}


.swiper-container{
    width:1100px;
	margin:10px auto;
}
.swiper-slide{
	height:200px;
	overflow:hidden;
}
.swiper-slide img{
	height:220px;
	width: 100%;
}

.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;
}
.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%;
		}
	}