@charset "utf-8";
/* CSS Document */
*{font-size:14px;font-family:"微软雅黑";color:#555;}
body,dl,dd,p{margin:0;}
a{text-decoration:none;}
img{display:block;}
input{margin:0;padding:0;border:none;outline:none;cursor:pointer;}
textaea{margin:0;padding:0;outline:none;}
h1,h2,h3{font-weight:normal;margin:0;}
ul{margin:0;padding:0;}
li{list-style:none;}
.clearfix{clear:both;}
.blank30{ width:100%; height:30px;clear:both;}


/*header*/
.header{max-width:980px; margin:0 auto; overflow:hidden;}
.header .logo{ float:left;margin-top:2px;}
.header .right{float:right; line-height:50px;text-align:right;}
.header .right a{font-size:16px;transition:all 0.4s;}
.header .right a:hover{color:#2a8acc;}

/*banner*/
.banner{
	position: relative;
}
.banner img{width:100%;}
/*.banner>p:nth-child(1){
	position: absolute;
	font-size: 33px;
    font-weight: bold;
    color: #25AA08;
    letter-spacing: 5px;
    width: 660px;
    right: 1%;
    top: 33%;
    line-height: 55px;
    margin: 0;
    text-align: center;
}
.banner>p:nth-child(2){
	position: absolute;
	font-size: 25px;
    font-weight: bold;
    color: white;
    letter-spacing: 5px;
    width: 660px;
    right: 1%;
    top: 45%;
    line-height: 55px;
    margin: 0;
    text-align: center;
    background: #FB0204;
    padding: 0 2%;
}*/


.tt>p{
	font-weight:bold;
	text-align:center;
	width:1000px;
	margin:15px auto;
	background: white
}
.tt>p a{
	color:black;
	font-size:22px;
}
.tt p:hover a{
	color: #75A664
}


.title{
	max-width:1000px;
	margin: auto;
	margin-top:60px;
	padding:1px 0 5px 0;
}
.title h1{
	font-size:40px;
	font-weight:bold;
	text-align:center;
	color:#0B4304;
}

.td{ width:1000px; margin:0 auto;}
.td h3{ font-size:24px; margin:20px 0 10px 0;}
.td p{ text-indent:2rem; font-size:18px; line-height:30px;}


.dd{
    max-width:1000px;
    margin: auto;
    overflow: hidden;
}

.dd h1{
    font-size:30px;
	font-weight:bold;
    color:#2a8acc;
}
.dd p{
    font-size:22px;
    line-height:50px;
    text-indent:2em;
    margin-top:10px;
	letter-spacing:2px;
}
.dd span{
    color:#75A664;
	font-size:22px;
}
.dd a{
	font-size:24px;
	transition:all 0.5s;
	color:#2a8acc;
}
.dd a:hover{
	color:#75A664;
	text-decoration:underline;
}


.mt{
    width:1000px;
    margin: auto;
    margin-top:10px;
    padding:20px 10px;
    overflow: hidden;
    box-sizing: border-box;
	list-style:none;
	border:1px solid #75A664;
}
.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:#75A664;
    font-weight:bold;
    transition:all 0.5s;
   	font-size: 16px;
}
.mt p:hover a{
    color:#75A664;
}



.mnbox{
	max-width:1000px;
	margin: auto;
	margin-top:20px;
	position:relative;
	height:202px;
	background:#fff;
	border:#75A664 solid 2px;
}
.mn li{
	width:80px;
	height:100px;
	position:absolute;
	background:#75A664;
	cursor:pointer;
	transition:all 0.5s;
}
.mn li span{
	width:20px;
	margin: auto;
	font-size:20px;
	line-height:33px;
	display:block;
	transition:all 0.5s;
	color: white
}
.mn li:hover{
	background:#0B4304	;
}
.mn li:hover span{
	color:#fff;
}
.mn .current{
	background:#0B4304;
	color:#fff;
}
.mn li .current2{
	color:#fff;
}
.mn li:nth-child(1){
	top:0;
	left:0;
	border-bottom:#eee solid 1px;
}
.mn li:nth-child(2){
	top:101px;
	left:0;
	border-bottom:#eee solid 1px;
}

.mn li:nth-child(3){
	top:0;
	right:0;
	border-bottom:#eee solid 1px;
}
.mn li:nth-child(4){
	top:101px;
	right:0;
	border-bottom:#eee solid 1px;
}
.showbox{
	position:absolute;
	width:760px;
	height:160px;
	overflow:scroll;
	overflow-x:hidden;
	top:0;
	left:80px;
	padding:20px 40px;
}
.mnshow{
	display:none;
}
.mnshow h2{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
	color:#111;
}
.mnshow p{
	font-size:16px;
	line-height:32px;
}
.mnshow span{
	color:#016ebe;
	font-size:16px;
	font-weight:bold;
}
.mnshow strong{
	color:#111;
	font-size:16px;
	font-weight:bold;
}


.wt{
	max-width:920px;
	margin: auto;
	margin-top:40px;
	padding:40px 20px 20px 20px;
	border:#2a2a2a solid 1px;
	position:relative;
}
.wt-title{
	position:absolute;
	top:-18px;
	left:-1px;
	color:#fff;
	text-align:center center;
	font-size:20px;
	font-weight:bold;
	background-color:#2a2a2a;
	padding:5px 10px;
}
.wt p{
	font-size:16px;
	line-height:30px;
	text-indent:2em;
}
.wt strong{
	font-size:16px;
	line-height:30px;
	color:#111;
}
.wt a{
	font-size:16px;
	line-height:30px;
	transition:all 0.5s;
	color:#ddb24c;
}


.kp{
    max-width:1000px;
    margin: auto;
    margin-top:20px;
}
.kp li{
    border-bottom:#ccc solid 1px;
    padding:10px 0;
    margin:10px 0;
    text-align:center;
    transition:all 0.5s;
}
.kp li a{
    display:inline-block;
    width:100%;
    height:100%;
    font-size:30px;
    font-weight:bold;
    display:block;
    transition:all 0.5s;
}
.kp li:hover{
    border-bottom:#fe0002 solid 1px;
    background-color:#fe0002;
	margin-left:50px;
}
.kp li:hover a{
    color:#fff;
}



.btn{
	max-width:1000px;
	margin: auto;
	margin-top:30px;
}
.btn input{
	width:33.33%;
	height:40px;
	float:left;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	background:#75A664;
	color: white
}
.btn .current{
	background-color:#0B4304;
}

.tu{
	max-width:1000px;
	margin: auto;
	height:560px;
	overflow:scroll;
	overflow-x:hidden;
	position:relative;
}
.tu li{
	position:absolute;
	top:0;
	left:0;
	float:left;
	display:none;
}
.tu1 h3{ font-size:20px; margin:20px 0 10px 0; font-weight:bold; text-align:center;}
.tu1 p{
	font-size:16px;
	line-height:30px;
	text-indent:2em;
}
.tu1 span{
    color:#2a8acc;
	font-weight:bold;
	font-size:16px;
}
.gdbg{
	max-width:1000px;
	margin: auto;
	margin-top:30px;
}
.gdbox{
	border:#fff solid 1px;
	width:900px;
    height:220px;
	overflow:scroll;
	overflow-x:hidden;
    margin: auto;
	margin-top:10px;
    padding:10px 0;
}
.box-title{
	height:30px;
	background-color:#0453b8;
}
.box-title a{
	font-size:14px;
	float:right;
	margin-right:4px;
	color:#fff;
	line-height:30px;
}
.gd-l{
	float:left;
}
.gd-l img{
	width:130px;
	height:140px;
}
.gd-l a{
	font-size:14px;
	font-weight:bold;
	display:block;
	margin-top:5px;
	text-align:center;
	transition:all 0.5s;
}
.gd-l a:hover{
	color:#fe0002;
}
.gd-l p{
	width:130px;
	margin-top:5px;
    margin-left:5px;
	font-size:12px;
}
.gd-r{
	float:left;
    width:680px;
	margin-left:40px;
}
.gd-r p{
    line-height:32px;
    text-indent:2em;
    font-size:16px;
    margin-top:20px;
}
.gd-r h3{
    font-size:20px;
	font-weight:bold;
    margin-top:10px;
    color:#111;
	float:none;
}
.more{
    float:right;
    transition:all 0.5s;
}
.more:hover{
    color:#2a8acc;
}


.img{
	height:480px;
	overflow:scroll;
	overflow-x:hidden;
	margin-top:20px;
	border:#ccc solid 1px;
}
.img a{
	border:#ccc solid 2px;
	float:left;
	margin:5px 3px;
}
.img a p{
	text-align:center;
	font-weight:bold;
	transition:all 0.5s;
}
.img a img{
	opacity:0.8;
	transition:all 0.5s;
}
.img a:hover{
	border:#2a8acc solid 2px;
}
.img a:hover p{
	color:#2a8acc;
}
.img a:hover img{
	opacity:1;
}


.pt{
	max-width:1000px;
	margin: auto;
	margin-top:20px;
}
.pt a:hover{ color:#459df5}
.pt-box{
	border:#eee solid 1px;
	float:left;
	width:318px;
	margin-top:20px;
	background-color:rgba(255,255,255,1);
	transition:all 0.5s;
}

.pt-box li{ width:100%; color:#000; line-height:30px; overflow:hidden;white-space: nowrap;
text-overflow: ellipsis;}

.pt-box:hover{
	box-shadow:0 0 3px #333;
}

.pt-lr{
	margin-left:20px;
	margin-right:20px;
}

.pt-l{
	margin-left:40px;
}

.pt-title{
	height:30px;
	background-color:#75A664;
}

.pt-title h2{
	font-size:16px;
	line-height:30px;
	float:left;
	margin-left:5px;
	font-weight:bold;
	color:#fff;
}

.pt-title a{
	float:right;
	margin-right:4px;
	line-height:30px;
	font-size:14px;
	color:#ddd;
	transition:all 0.5s;
}

.pt-title a:hover{
	color:#fff;
}

.pt-title img{
	width:80px;
	height:28px;
	margin-top:1px;
	background:#fff;
}

.pt p{
	width:310px;
	margin-left:4px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.pt p a{
	transition:all 0.5s;
	line-height:30px;
	color:#000;
	font-size:13px;
}
.pt p a:hover{
	color:#459df5;
}


.gg{
	max-width:1000px;
	margin: auto;
	margin-top:20px;
}
.gg-box{
	float:left;
	width:32%;
	box-shadow:0 0 3px #333;
	background-color:rgba(255,255,255,0.95);
	margin-top:10px;
	position:relative;
}
.more{
	position:absolute;
	top:0;
	right:0;
	transition:all 0.5s;
}
.more:hover{
	color:#2a8acc;
}
.g-l{
	float:left;
	width:140px;
}
.g-l img{
	width:140px;
	height:140px;
}
.g-r{
	float:right;
	width:180px;
	text-align:center;
}
.g-r a{
	font-size:18px;
	display:block;
	color:#111;
	margin-top:36px;
	transition:all 0.5s;
}
.g-r p{
	margin-top:10px;
	color:#555;
	font-size:12px;
}
.gg-lr{
	margin-left:20px;
	margin-right:20px;
}
.g-r a:hover{
	color:#2a8acc;
}


.zj{
	max-width:1000px;
	margin: auto;
	margin-top:30px;
}
.zj-box{
	width:46%;
	float:left;
	margin:0 20px;
}
.zj li{
	line-height:36px;
}
.zj li a{
	font-size:14px;
	transition:all 0.4s;
}
.zj li a:hover{
	color:#2a2a2a;
}


.zt{
	max-width:960px;
	margin: auto;
	margin-top:30px;
}
.zt li{
	float:left;
	width:30%;
	height:90px;
	margin-top:10px;
}
.zt li:nth-child(even){
	margin-left:40px;
}
.zt img{
	width:100%;
	height:100%;
}
.zt-lr{
	margin-left:17px;
	margin-right:17px;
}

.pd{
	max-width:1000px;
	margin: auto;
	margin-top:30px;
}
.pd li{
	float:left;
	width:320px;
	height:80px;
	margin-top:10px;
}
.pd li:nth-child(2){
	margin-left:20px;
	margin-right:20px;
}
.pd img{
	width:100%;
	height:100%;
}

.pd1{
	max-width:1000px;
	margin:0 auto;
	margin-top:30px;
}
.pd1 li{
	float:left;
	width:47%;
	height:80px;
	text-align:center;
	margin-top:10px;
	margin-right:20px;
}

.pd1 img{
	width:100%;
	height:100%;
}

.footer a{
	transition:all 0.5s;
}
.footer a:hover{
	color:#2a8acc;
}


@media(max-width:1000px){
	.img a{margin:5px 2px;}
	.pt-lr{margin-left:10px;margin-right:10px;}
	.gg-lr{margin-left:10px;margin-right:10px;}
	.pd li:nth-child(2){margin-left:10px;margin-right:10px;}
	.banner>p:nth-child(1){
	position: absolute;
	font-size: 21px;
    font-weight: bold;
    color: #25AA08;
    letter-spacing: 5px;
    width: 460px;
    right: 1%;
    top: 35%;
    line-height: 40px;
    margin: 0;
    text-align: center;
}
.banner>p:nth-child(2){
	position: absolute;
	font-size: 13px;
    font-weight: bold;
    color: white;
    letter-spacing: 5px;
    width: 415px;
    right: 1%;
    top: 48%;
    line-height: 35px;
    margin: 0;
    text-align: center;
    background: #FB0204;
    padding: 0 2%;
}
}
