/* CSS Document */
body{
	margin:0;
	padding:0;
	background: #7FD083
}
*{
	font-family: '微软雅黑', '黑体','宋体';
}
a{
	color:black;
	text-decoration:none;
}
a:hover{
	color:red;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#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;
}


h1{
	text-align:center;
	background: #2B8C49;
	color: white;
	width: 1100px;
	margin:25px auto;
	font-size: 30px;
	line-height: 40px
}
h1 span{
	font-size: 20px;
	font-weight: normal;
}
h1 a{
	font-size: 17px;
	color: white;
	float: right;
	font-weight: bold;
}
h1 a:hover{
	color: white;
	text-decoration: underline;
}
h2{
	background: #1FB74A
}


#img img{
	width: 100%;
}


.rr{
	width: 1100px;
	margin: auto;
	padding: 0 10px;
	margin-bottom: 15px;
	box-sizing: border-box;
	background: white;
	padding: 2%;
}
.rr p{
	line-height: 35px;
	font-size: 20px;
	text-indent: 2em;
	margin: 0
}
.rr p b{
	color: black
}

.ri{
	width: 1100px;
	margin: auto;
}

.tt{
	width: 1100px;
	margin: auto;
	padding: 1% 0;
	background: white
}
.tt>p{
	font-weight:bold;
	text-align:center;
	width:1100px;
	margin:15px auto;
	background: white;
	line-height: 35px
}
.tt>p a{
	font-size:25px;
}
.tt>p span a{
	font-size: 18px
}
.tt>p:hover a{
	color: #1FB74A;
}
.tt p b{
	color: #1FB74A
}


/*.tt{
	width: 50%;
	padding: 1% 0;
	background: white;
	float: left;
	margin-right: 1%
}
.tt>p{
	font-weight:bold;
	text-align:center;
	margin:15px auto;
	background: white;
	line-height: 35px
}
.tt>p a{
	font-size:23px;
}
.tt>p span a{
	font-size: 18px
}
.tt>p:hover a{
	color: #1FB74A;
}
.tt p b{
	color: #1FB74A
}*/


.mt{
    width:1100px;
    margin: 10px auto;
    padding:20px 10px;
    overflow: hidden;
    box-sizing: border-box;
	list-style:none;
	background: white
}
.mt li{
    width:50%;
    float:left;
}
.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:#0270d1;
    font-weight:bold;
    transition:all 0.5s;
}
.mt li p:hover a{
	color: #0270d1
}


input{margin:0;padding:0;border:none;outline:none;cursor:pointer;}
.btn{
	width:1100px;
	margin: auto;
	margin-top:10px;
	overflow: hidden;
}
.btn input{
	width:32.33%;
	height:40px;
	float:left;
	text-align:center;
	font-size:16px;
	background:#ff8d20;
	color: white;
	border-radius: 5px;
    margin: 0.5%;
    font-size: 20px
}
.btn .current{
	background-color: #2B8C49;
}
.tu{
	width:1100px;
	margin: auto;
	position:relative;
}
.tu li{
	display:none;
}
.tu li img{
	width: 100%;
}


.yx{	
	overflow:hidden;
	width: 1100px;
	margin: auto;
}
.yx>div{
	width:528px;
	float:left;
	margin-right:40px;
	margin-bottom:20px;
	background: white
}
.yx>div>h2{
	margin:0;
	padding:0 5px 0 5px;
	color: white
}
.yx>div>h2 a{
	color:white;
	float:right;
}
.yx>div>h2 img{
	width:71px;
	height:31px;
	float:right;
}
.yx>div>p{
	margin-left:5px;
}


.dsb{
	width:1100px;
	margin: auto;
	background:#fff;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding:0 100px;
	box-sizing: border-box;
}
.dsb p{
	flex:0 0 40%;
	font-size:18px;
	padding-left:40px;
	position:relative;
}
.dsb p::before{
	content:'★';
	color:#ff8d20;
	position:absolute;
	top:calc(70% - 18px);
	left:16px;
}
.dsb p a{
	font-size:18px;
}
.dsb p a:hover{
	color:#ff8d20;
}
.dsb p .a{
	color: #FF8D20;
}

.box{
	width:1100px;
	margin: auto;
	background:#fff;
}
.media ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	padding-top:20px;
}
.media li{
	flex:0 0 25%;
}
.media>ul>li>a{
	font-size:20px;
	font-weight:bold;
	color:#fff;
	background:#ff8d20;
	text-align:center;
	line-height:50px;
	border-radius:6px;
	display:block;
}
.media>ul>li>a:hover{
	background:#00b183;
}
.media p{
	font-size:16px;
	color:#00b183;
}
.media p span{
	font-size:16px;
	font-weight:bold;
	color:#ff8d20;
}
.media p strong{
	font-size:16px;
	color: #ff8d20
}
.media>ul>li>span{
	float: right;
}
.media>ul>li>span a{
	float: right;
	color: #ff8d20
}


.box{
	width:1100px;
	margin: auto;
	background:#fff;
}
.pjb img{
	width: 100%;
}
.pjb li{
	display: none;
}
.topb_btn{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	padding-top:10px;
}
.topb_btn li{
	flex:0 0 10%;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	background:#ff8d20;
	padding:5px 10px;
  	margin:4px 0;
	cursor:pointer;
	transition:all .3s;
}
.topb_btn li:hover{
	background:#00b183;
}
.topb_btn .current{
	background:#00b183;
}




.swiper-container{
    width:1100px;
}
.swiper-slide{
	overflow:hidden;
}
.swiper-slide img{
	width: 100%;	
}





/*.xg{
	width:1100px;
	margin: auto;
	overflow: hidden;
}
.xg div{
    width: 32%;
    margin: 0.5% 0.66%;
    float: left;
}
.xg div img{
	width: 100%;
	height: 220px;
}*/

.xg{
	width:1100px;
	height: 465px;
	margin: auto;
	overflow-y: scroll;
}
.xg div{
    width: 32%;
    margin: 0.5% 0.66%;
    float: left;
}
.xg div img{
	width: 346.66px;
	height: 220.59px;
}


.lx{
	width: 1100px;
	margin: auto;
}
.lx img{;
	width: 553px;
	height: 70px;
	display: block;
	margin: auto;
}




#p{
	text-align:center;
	font-size:12px;
}
#p a{
	margin-right:5px;
	font-size:12px;
}


@media screen and (max-width: 1000px){
		#header{
			width: 112%;
			margin: 0
		}
		#header img{
			width: 300px;
			height: 120px;
		}
		#header li a{
			font-size: 40px;
		}
		#header>ul{
			margin-top: 25px;
		}
		#img img{
			width: 112%;
		}
		.rr p{
			line-height: 65px
		}
		.tt>p a{
			font-size: 26px;
		}
	}