@charset "utf-8";
/* CSS Document */

html, body {
    height: 100%;
}

.banner{
	height:100%;
	}

.drwp .title{
	padding-top:60px;
	}
.drwp .title h1{
	font-size:36px;
	color:#4c9930;
	text-align:center;
	}
.drwp .title p{
	font-size:40px;
	color:#333;
	text-align:center;
	margin:0 auto;
	}
.drwp .more{
    width: 160px;
    height: 50px;
    margin: 60px auto;
    display: block;
	border:2px solid #4c9930;
    color: #4c9930;
	border-radius:5px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
	position:relative;
	}
.drwp .more:hover{
	background-color:#4c9930;
	color:#fff;
	transition: all 0.4s linear;
	}
/*.drwp .more:after{
content: '';

display: block;

width: 0;

height: 100%;

background: #4c9930;

position: absolute;

left: 0;

top: 0;

z-index: -1;

transition: .3s;

}

.drwp .more:hover:after{
width: 100%;

z-index: 1;

clear: both;

}*/
	
.drwp .one{
	overflow:hidden;
	background:url(../images/one_bg.jpg) no-repeat center/cover;
	}	
.drwp .one .list{
	overflow:hidden;
	margin-top:40px;
	}
.drwp .one .list li{
	float:left;
	width:calc(25% - 22.5px);
	margin-right:30px;
	margin-bottom:30px;
	}
.drwp .one .list li:nth-child(4n+0){
	margin-right:0;
	}
.drwp .one .list li:hover .txt p{
	color:#4c9930;
	transition: all 0.3s linear;
	}
.drwp .one .list li:hover .img{
	transform: scale(1.05, 1.05);
	transition: transform 0.6s ease 0s;
	}
.drwp .one .list .txt{
	padding:20px;
	background-color:#fff;
	overflow:hidden;
	}
.drwp .one .list .txt p{
	font-size: 16px;
	height: 52px;
	line-height: 26px;
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	}
.drwp .one .list .txt span{
	float:right;
	display:block;
	margin-top:10px;
	font-size:14px;
	line-height:18px;
	color:#4c9930;
	padding-left:24px;
	background:url(../images/time.png) no-repeat;
	background-size:18px;
	}
.drwp .one .more{
	margin:30px auto 60px;
	}
	
.drwp .two{
	padding:60px 0;
	background-color:#fafafa;
	overflow:hidden;
	}
.drwp .two .left{
	width:62%;
	float:left;
	}
.drwp .two .right{
	width:34%;
	margin-left:4%;
	margin-top:74px;
	float:right;
	}
.drwp .top{
	overflow:hidden;    
	display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
	}
.drwp .two .left .top .title{
	padding:0!important;
	}
.drwp  .top .top_more{
	color:#4c9930;
	font-size:14px;
	line-height:18px;
	display:block;
	padding-left:25px;
	background:url(../images/more.png) no-repeat;
	background-size:18px;
	}
.drwp .top .title h1{
	text-align:left;
	}
.drwp .top .title p{
	text-align:left;
	}
.drwp .two .left .list{
	overflow:hidden;
	}
.drwp .two .left .list li{
	float:left;
	width:calc(100%/2 - 79.5px);
	margin-right:35px;
	margin-top:50px;
	border:1px solid #ccc;
	padding:30px 30px 40px;
	position:relative;
	}
.drwp .two .left .list li:nth-child(even){
	margin-right:0;
	}
.drwp .two .left .list li span{
	font-size:24px;
	width:90px;
	text-align:center;
	line-height:24px;
	color:#4c9930;
	display:block;
	position:absolute;
	top:-12px;
	background-color:#fafafa;
	}
.drwp .two .left .list li h1{
	font-size:18px;
	color:#333;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	}
.drwp .two .left .list li p{
	font-size:14px;
	line-height:24px;
	height:48px;
	color:#999;    
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-top:15px;
	}
.drwp .two .left .list li:hover{
	border:1px solid #4c9930;
	transition: all 0.3s linear;
	}
.drwp .two .left .list li:hover h1{
	color:#4c9930;
	transition: all 0.3s linear;
	}
.drwp .two .right .list{
	overflow:hidden;
	}
.drwp .two .right .img{
	height:150px;
	}
.drwp .two .right .list li{
	float:left;
	width:calc(25% - 15px);
	margin-right:20px;
	margin-top:20px;
	height:120px;
	background-color:#fff;
	display: flex;
    justify-content: center;
    align-items: center;
	}
.drwp .two .right .list li:nth-child(4n+0){
	margin-right:0;
	}
.drwp .two .right .list li img{
	width:60%;
	max-width:50px;
	margin:0 auto;
	}
.drwp .two .right .list li p{
	font-size:16px;
	color:#666;
	margin-top:10px;
	}
.drwp .two .right .list li .img1{
	display:block;
	}
.drwp .two .right .list li .img2{
	display:none;
	}
.drwp .two .right .list li:hover{
	background-color:#4c9930;
	transition: all 0.3s linear;
	}
.drwp .two .right .list li:hover p{
	color:#fff;
	transition: all 0.3s linear;
	}

.drwp .three .zzsc{font-family:'微软雅黑';}
.drwp .three .zzsc .tab{ padding:100px 0;overflow:hidden; background:url(../images/three_bg.jpg) no-repeat center/cover;display: flex;justify-content: center;align-items: center;}
.drwp .three .zzsc .tab a{ display:block; margin:0 30px; float:left; font-size:24px; text-decoration:none; color:#fff; padding-left:45px; line-height:27px; background:url(../images/three_icon1.png) no-repeat;background-size:34px;}
.drwp .three .zzsc .tab a:last-child{background:url(../images/three_icon2.png) no-repeat;background-size:34px;}
.drwp .three .zzsc .tab a:hover{color:#ffd200; text-decoration:none; background:url(../images/three_icon1h.png) no-repeat;background-size: 34x;}
.drwp .three .zzsc .tab a:last-child:hover{background:url(../images/three_icon2h.png) no-repeat;background-size: 34px;}
.drwp .three .zzsc .tab a.on{color:#ffd200; text-decoration:none; background:url(../images/three_icon1h.png) no-repeat;background-size: 34px;}
.drwp .three .zzsc .tab a:last-child.on{background:url(../images/three_icon2h.png) no-repeat;background-size: 34px;}
.drwp .three .zzsc .content{ overflow:hidden;}
.drwp .three .zzsc .content li{ display:none;}

.drwp .three .zzsc .content li{
	overflow:hidden;
	}
.drwp .three .zzsc .content li .item{
	overflow:hidden;
	padding:10px;
	}
.drwp .three .zzsc .content li .item .a{
	float:left;
	width:calc(100%/3 - 45px);
	margin-right:30px;
	margin-top:40px;
	border-bottom:1px solid #4c9930;
	padding-bottom:15px;
	padding-left: 15px;
	padding-right:10px;
    padding-top: 15px;
	}
.drwp .three .zzsc .content li .item .a:nth-child(3n+0){
	margin-right:0;
	}
.drwp .three .zzsc .content li .item .a .date{
	border:2px solid #4c9930;
	width:85px;
	float:left;
	}
.drwp .three .zzsc .content li .item .a .date h1{
	color:#999;
	font-size:24px;
	line-height:24px;
	text-align:center;
	padding-top:20px;
	}
.drwp .three .zzsc .content li .item .a .date p{
	color:#999;
	font-size:14px;
	line-height:14px;
	text-align:center;
	margin-top:5px;
	padding-bottom:20px;
	}
.drwp .three .zzsc .content li .item .a .date span{
	color:#fff;
	font-size:14px;
	height:40px;
	line-height:40px;
	text-align:center;
	background-color:#4c9930;
	width:100%;
	display:block;
	}
.drwp .three .zzsc .content li .item .a .txt{
	float:right;
	width:calc(95% - 89px);
	}
.drwp .three .zzsc .content li .item .a .txt p{
	font-size:16px;
	line-height:26px;
	height:52px;
	color:#333; 
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
.drwp .three .zzsc .content li .item .a .txt span{
	color:#999;
	font-size:14px;
	line-height:18px;
	display:block;
	margin-top:50px;
	padding-left:25px;
	background:url(../images/time.png) no-repeat;
	background-size:18px;
	}
.drwp .three .zzsc .content li .item .a:hover{
	box-shadow:0 0 10px #ccc;
	border-bottom:1px solid #fff;
	transition: all 0.3s linear;
	}
.drwp .three .zzsc .content li .item .a:hover .txt p{
	color:#4c9930;
	transition: all 0.3s linear;
	}
	
.drwp .four{
	padding:50px 0 60px;
	background-color:#fafafa;
	overflow:hidden;
	}
.drwp .four .left{
	float:left;
	width:16%;
	}
.drwp .four .left .title{
	overflow:hidden;
	padding-top:10px;
	}
.drwp .four .left .title h1{
	writing-mode:vertical-lr;
	text-align:left;
	float:left;
	opacity:0.2;
	}
.drwp .four .left .title p{
	writing-mode:vertical-lr;
	text-align:left;
	margin:0 10px 0 0;
	float:left;
	}
.drwp .four .left a{
	writing-mode:vertical-lr;
	display:block;
	margin-top:100px;
	font-size:14px;
	color:#4c9930;
	}
.drwp .four .list{
	float:right;
	width:84%;
	overflow:hidden;
	padding-top:10px;
	}
.drwp .four .list li{
	float:left;
	width:calc(25% - 15px);
	margin-right:20px;
	height:600px;
	position:relative;
	}
.drwp .four .list li:last-child{
	margin-right:0;
	}
.drwp .four .list li h1{   
        letter-spacing: 1.5px;
	font-size:24px;
	font-weight:normal;
	color:#fff;
        max-width:30px;
	margin-top:50px;
	margin-left:40px;
	}
.drwp .four .list li span{
	position:absolute;
	bottom:0;
	right:15%;
	writing-mode:vertical-lr;
	font-size:14px;
	color:#fff;
	}
.drwp .four .list li:hover{
	margin-top:-10px;    
	transition: all 0.3s linear;
	}

.drwp .lg .left .more{
	float:left;
	}
.drwp .lg .right .more{
	float:right;
	}
.drwp .lg {
	overflow:hidden;
	padding-bottom:60px;
	}
.drwp .lg .left{
	float:left;
	width:calc(50% - 40px);
	margin-right:80px;
	}
.drwp .lg .left .title p{
	text-align:left;
	}
.drwp .lg .left .title h1{
	text-align:left;
	}
.drwp .lg .left .list{
	overflow:hidden;
	margin-top:20px;
	}
.drwp .lg .left .list li{
	float:left;
	width:calc(100%/2 - 60px);
	margin-right:40px;
	position:relative;
	margin-top:50px;
	background-color:#fafafa;
	padding:0 20px 20px;
	}
.drwp .lg .left .list li:nth-child(even){
	margin-right:0;
	}
.drwp .lg .left .list li .date{
	background-color:#4c9930;
	width:100px;
	height:35px;
	line-height:35px;
	position:absolute;
	right:0;
	top:-17.5px;
	}
.drwp .lg .left .list li .date span{
	display:block;
	font-size:14px;
	color:#fff;
	text-align:center;
	}
.drwp .lg .left .list li h1{
	font-size:16px;
	line-height:26px;
	height:52px;
	color:#333;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	padding-top:40px;
	margin-bottom:10px;s
	}
.drwp .lg .left .list li p{
	font-size:14px;
	line-height:24px;
	height:72px;
	color:#666;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
.drwp .lg .right{
	float:right;
	width:calc(50% - 40px);
	}
.drwp .lg .right .title p{
	text-align:right;
	}
.drwp .lg .right .title h1{
	text-align:right;
	}

.drwp .lg .right .list li{
	background-color:#F5F5F5;
	margin-top:40px;
	height:47px;
	line-height:47px;
	padding:20px;
	position:relative;
	}
.drwp .lg .right .list li .date{
	background-color:#4c9930;
	width:100px;
	height:35px;
	line-height:35px;
	position:absolute;
	right:0;
	top:-17.5px;
	}
.drwp .lg .right .list li .date span{
	display:block;
	font-size:14px;
	color:#fff;
	text-align:center;
	}
.drwp .lg .right .list li h1{
	font-size:16px;
	line-height:47px;
	height:47px;
	width:70%;
	color:#333;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
	
@media (max-width: 996px){

.drwp .lg .left .more{
	float:none;
margin: 30px auto 0;
	}
.drwp .lg .right .more{
	float:none;
margin: 30px auto 0;
	}
.drwp .lg{
	padding-bottom:30px;
	}
.drwp .lg .left{
	float:none;
	width:100%;
	margin-right:0;
	}
.drwp .lg .left .list{
margin-top:0;
}
.drwp .lg .left .list li {
    width: calc(100%/2 - 40px);
    margin-right: 20px;
}
.drwp .lg .right .list li h1{
height:35px;
line-height:35px;
}
.drwp .lg .left .list li{
	padding: 0 15px 15px;
	}
.drwp .lg .left .list li h1{
	font-size:15px;
	}
.drwp .lg .right{
	float:none;
	width:100%;
	}
.drwp .lg .right  .title p{
	text-align:left;
	}
.drwp .lg .right  .title h1{
	text-align:left;
	}
.drwp .lg .right .list li{
	padding:15px;
height:35px;
line-height:35px;
	}
.drwp .lg .right .list li h1{
	font-size:15px;
	}
}
.drwp .five{    
	background: -webkit-linear-gradient(90deg, #f8f8f8 0%, #f8f8f8 55%, #4c9930 55%, #4c9930 100%);
	background: -moz-linear-gradient(90deg, #f8f8f8 0%, #f8f8f8 55%, #4c9930 55%, #4c9930 100%);
	background: -o-linear-gradient(90deg, #f8f8f8 0%, #f8f8f8 55%, #4c9930 55%, #4c9930 100%);
	background: linear-gradient(90deg, #f8f8f8 0%, #f8f8f8 55%, #4c9930 55%, #4c9930 100%);
	}
.drwp .five .center{    
	background: -webkit-linear-gradient(90deg, #f8f8f8 0%, #f8f8f8 55%, #4c9930 55%, #4c9930 100%);
	background: -moz-linear-gradient(90deg, #f8f8f8 0%, #f8f8f8 55%, #4c9930 55%, #4c9930 100%);
	background: -o-linear-gradient(90deg, #f8f8f8 0%, #f8f8f8 55%, #4c9930 55%, #4c9930 100%);
	background: linear-gradient(90deg, #f8f8f8 0%, #f8f8f8 55%, #4c9930 55%, #4c9930 100%);
	overflow:hidden;
	}
.drwp .five .left{
	width:50%;
	padding-right:5%;
	float:left;
	background: #f8f8f8;
	}
.drwp .five .left .title h1{
	text-align:left;
	}
.drwp .five .left .title p{
	text-align:left;
	}
.drwp .five .left .list{
	margin:80px 0 60px 10px;
	}
.drwp .five .left .list li{
	background-color:#fff;
	overflow:hidden;
	margin-bottom:30px;
	box-shadow:0 0 10px #ccc;
	}
.drwp .five .left .list li .a{
	display: flex;
    justify-content: center;
    align-items: center;
	}
.drwp .five .left .list li .imgbox{
	float:left;
	width:35%;
	position:relative;
	}
.drwp .five .left .list li .imgbox .hide{
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	}
.drwp .five .left .list li .txt{
	float:right;
	width:59%;
	margin-left:4%;
	margin-right:2%;
	}
.drwp .five .left .list li .txt h1{
	font-size:16px;
	color:#333;    
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	}
.drwp .five .left .list li .txt p{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	font-size:14px;
	color:#666;
	line-height:24px;
	height:48px;
	margin-top:15px;
	}
.drwp .five .left .list li:hover .txt h1{
	color:#4c9930;
	transition: all 0.3s linear;
	}
.drwp .five .left .list li:hover .imgbox .hide{
	opacity:1;
	transition: all 0.3s linear;
	}
.drwp .five .right{
	width:45%;
	float:right;
	}
.drwp .five .right .title h1{
	text-align:right;
	color:rgba(256,256,256,0.1);
	}
.drwp .five .right .title p{
	text-align:right;
	color:#fff;
	}
	
.drwp .six{
	padding:0 0 40px;
	background-color:#fafafa;
	overflow:hidden;
	}
.drwp .six .left{
	width:48%;
	float:left;
	}
.drwp .six .left .title p{
	text-align:left;
	}
.drwp .six .left .title h1{
	text-align:left;
	}
.drwp .six .left .list{
	margin-top:50px;
	overflow:hidden;
	}
.drwp .six .left .list li{
	float:left;
	width:calc(100%/2 - 20px);
	margin-right:40px;
	margin-top:40px;
	padding-bottom:30px;
	}
.drwp .six .left .list li:nth-child(even){
	margin-right:0;
	margin-top:0;
	}
.drwp .six .left .list li h1{
	width:94%;
	margin:0 auto;
	font-size:16px;
	line-height:26px;
	font-weight:normal;
	height:52px;
	color:#333;  
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
.drwp .six .left .list li p{
	width:94%;
	margin:0 auto;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	font-size:14px;
	line-height:24px;
	height:72px;
	color:#666;
	margin-top:10px;
	}
.drwp .six .left .list li span{
	margin-left:3%;
	margin-top: 20px;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    float: left;
    padding-left: 25px;
    background: url(../images/time3.png) no-repeat;
    background-size: 20px;
	}
.drwp .six .left .list li .xian{
	width:100%;
	height:6px;
	margin-bottom:30px;
	background-color:#00bbe3;
	}
.drwp .six .left .list li:nth-child(2) .xian{
	background-color:#e3a000;
	}
.drwp .six .left .list li:nth-child(3) .xian{
	background-color:#e30023;
	}
.drwp .six .left .list li:nth-child(4) .xian{
	background-color:#6dde00;
	}
.drwp .six .left .list li:hover .xian{
	opacity:0;
	transition: all 0.3s linear;
	}
.drwp .six .left .list li:hover{
	background-color:#00bbe3;
	transition: all 0.3s linear;
	}
.drwp .six .left .list li:nth-child(2):hover{
	background-color:#e3a000;
	transition: all 0.3s linear;
	}
.drwp .six .left .list li:nth-child(3):hover{
	background-color:#e30023;
	transition: all 0.3s linear;
	}
.drwp .six .left .list li:nth-child(4):hover{
	background-color:#6dde00;
	transition: all 0.3s linear;
	}
.drwp .six .left .list li:hover h1{
	color:#fff;
	transition: all 0.3s linear;
	}
.drwp .six .left .list li:hover p{
	color:#fff;
	opacity:0.7;
	transition: all 0.3s linear;
	}
.drwp .six .left .list li:hover p a{
	color:#fff;
	transition: all 0.3s linear;
	}
.drwp .six .left .list li:hover span{
    background: url(../images/time2.png) no-repeat;
	transition: all 0.3s linear;
	color:#fff;
	}
.drwp .six .right{
	width:47%;
	margin-left:5%;
	float:right;
	}
.drwp .six .right .title p{
	text-align:right;
	}
.drwp .six .right .title h1{
	text-align:right;
	}
.drwp .six .right .box{
	overflow:hidden;
	margin-top:50px;
	}
.drwp .six .right .box .txt {
	margin-top:30px;
	}
.drwp .six .right .box .txt .lf{
	float:left;
	width:82%;
	padding:10px 0;
	background-color:#fff;
	}
.drwp .six .right .box .txt .lf .date{
	float:left;
	position:relative;
	width:60px;
	padding-top:42px;
	}
.drwp .six .right .box .txt .lf .date .icon{
	position:absolute;
	top:-30px;
	left:0;
	width:60px;
	height:60px;
	background:url(../images/six_icon.jpg) no-repeat center/cover;
	}
.drwp .six .right .box .txt .lf .date span{
	display:block;
	width:60px;
	color:#999;
	font-size:14px;
	text-align:right;
	}
.drwp .six .right .box .txt .lf .p{
	width:calc(100% - 143px);
	float:right;
	border-left:3px solid #ccc;
	padding-left:30px;
	padding-right:20px;
	margin-left:30px;
	}
.drwp .six .right .box .txt .lf .p h1{
	font-weight:normal;
	font-size:16px;
	color:#333;
	line-height:26px;
	height:52px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
.drwp .six .right .box .txt .lf .p p{
	font-size:14px;
	color:#666;
	margin-top:5px;
	}
.drwp .six .right .box .txt .rg{
	float:right;
	width:14%;
	max-width:96px;
	margin-left:4%;
	}
.drwp .six .right .box:hover .img{
    transform: scale(1.05, 1.05);
    transition: transform 0.6s ease 0s;
}
.drwp .six .right .box:hover .lf .p h1{
	color:#4c9930;
	transition: all 0.3s linear;
	}

@media (max-width:1200px){
.drwp .two .right .list li{
	margin-right:10px;
	width:calc(25% - 7.5px);
	}
.drwp .two .right .list li p{
	font-size:14px;
	}	
}	
	
	
@media (max-width:996px){
.banner {
    height: auto;
	margin-top:50px;
	}
.drwp .more{
	width:140px;
	height:40px;
	line-height:40px;
	margin:30px auto;
	}
.drwp .title{
	padding-top:30px;
	}
.drwp .title h1{
	font-size:22px;
	}	
.drwp .title p{
	font-size:30px;
	}
.swiper-container2{
	margin:20px auto 0!important;
	}

.drwp .one .list{
	margin-top:30px;
	}
.drwp .one .list li{
    width: calc(50% - 7.5px);
    margin-right: 15px;
    margin-bottom: 15px;
	}
.drwp .one .list li:nth-child(4n+0){
	margin-right:15px;
	}
.drwp .one .list li:nth-child(even){
	margin-right:0;
	}	
.drwp .one .list .txt{
	padding:10px;
	}
.drwp .one .list .txt span{
	font-size:12px;
	background-size:14px;
	line-height:14px;
	padding-left:18px;
	margin-top:6px;
	}
.drwp .one .more{
	margin:15px auto 30px;
	}

.drwp .two{
	padding:30px 0;
	}
.drwp .two .left{
	width:100%;
	float:none;
	}
.drwp .two .left .list li{
	width: calc(100%/2 - 54.5px);
	padding:20px 20px 30px;
	margin-right:25px;
	margin-top:40px;
	}
.drwp .two .left .list li span{
	font-size:22px;
	}
.drwp .two .left .list li h1{
	font-size:16px;
    white-space: inherit;
    height: 48px;
    line-height: 24px;
	}
.drwp .two .left .list li p{
	margin-top:10px;
	}
.drwp .two .right{
	width:100%;
	float:none;
	margin-left:0;
	margin-top:30px;
	}
.drwp .two .right .img{
	height:auto;
	}
.drwp .two .right .list li{
	margin-right:20px;
	height:auto;
	padding:20px 0;
	width:calc(25% - 15px);
	}
.drwp .two .right .list li p{
	margin-top:5px;
	}

.drwp .three .zzsc .tab{
	padding:50px 0;
	}
.drwp .three .zzsc .tab a{
	font-size:20px;
	line-height:20px;
	background-size:26px!important;
	padding-left:32px;
	margin:0 20px;
	}
.drwp .three .zzsc .content li .item .a{
	width:calc(100%/2 - 35px);
	margin-right:20px;
	margin-top:20px;
	padding-bottom:10px;
	}
.drwp .three .zzsc .content li .item .a:nth-child(3n+0){
	margin-right:20px;
	}
.drwp .three .zzsc .content li .item .a:nth-child(even){
	margin-right:0;
	}
.drwp .three .zzsc .content li .item .a .date h1{
	padding-top:10px;
	}
.drwp .three .zzsc .content li .item .a .date p{
	padding-bottom:10px;
	}
.drwp .three .zzsc .content li .item .a .date span{
	height:30px;
	line-height:30px;
	}
.drwp .three .zzsc .content li .item .a .txt p{
	font-size:15px;
	line-height:24px;
	}
.drwp .three .zzsc .content li .item .a .txt span{
	line-height:14px;
	background-size:14px;
	margin-top:25px;
	}


.drwp .four{
	padding:30px 0;
	}
.drwp .four .left{
	float:none;
	width:100%;
	}
.drwp .four .left .title{
	padding-top:0;
	}
.drwp .four .left .title h1{
	writing-mode:inherit;
	text-align:center;
	float:none;
	}
.drwp .four .left .title p{
	writing-mode:inherit;
	text-align:center;
	margin:0 0 5px 0;
	float:none;
	}
.drwp .four .left a {
    writing-mode:inherit;
    margin: 10px auto 20px;    
	text-align: center;
	}
.drwp .four .list{
	float:none;
	width:100%;
	}
.drwp .four .list li {
    width: calc(25% - 3.75px);
    margin-right: 5px;
    height: 450px;
	}
.drwp .four .list li h1{
	font-size:16px;
	margin-left:30px;
	margin-top:40px;
	}
.drwp .four .list li span{
    bottom: -25px;
}
	
.drwp .five{
	background: none;
	}
.drwp .five .center{
	background: none;
	width:100%;
	}
.drwp .five .left{
	width:90%;
	padding:0 5%;
	float:none;
	}
.drwp .five .left .title h1{
	text-align:center;
	}
.drwp .five .left .title p{
	text-align:center;
	}
.drwp .five .left .list{
	margin:40px 0 30px;
	}
.drwp .five .left .list li{
	margin-bottom:20px;
	}
.drwp .five .left .list li .txt p{
	margin-top:10px;
	}
.drwp .five .right{
	padding:0 5% 30px;
	width:90%;
	float:none;
	background-color:#4c9930;
	}
.drwp .five .right .title h1{
	text-align:center;
	}
.drwp .five .right .title p{
	text-align:center;
	}

.drwp .six .left{
	float:none;
	width:100%;
	}
.drwp .six .right{
	float:none;
	width:100%;
	margin-left:0;
	}
.drwp .six .left .list{
	margin-top:30px;
	}
.drwp .six .left .list li{
	margin-top:30px;
	}
.drwp .six .left .list li .xian{
	margin-bottom:20px;
	}
.drwp .six .left .list li span{
	margin-top:10px;
	line-height:18px;
	background-size:18px;
	}
.drwp .six .left .list li:hover span{
	background-size:18px;
	}
.drwp .six .left .list li{
	padding-bottom:20px;
	}
.drwp .six .right .box{
	margin-top:30px;
	}
.drwp .six{
	padding:0;
	}
}

@media (max-width:599px){
.drwp .more {
    width: 110px;
	height:35px;
	line-height:35px;
}
.drwp .title h1{
	font-size:18px;
	}	
.drwp .title p{
	font-size:24px;
	}
.drwp .one .list{
	margin-top:20px;
	}
.drwp .two .left .top{
	display:block;
	}
.drwp .two .left .top .top_more{
	margin-top:10px;
	margin-bottom:10px;
	}
.drwp .two .left .list li{
	padding:20px 20px 10px;
	margin-top:30px;
	margin-right:15px;
	width: calc(50% - 49.5px);
	}
.drwp .two .left .list li h1{
	font-size:15px;
	}
.drwp .two .right .list li{
	padding:15px 0;
	margin-right:10px;
	margin-top:10px;
	width:calc(25% - 7.5px);
	}
.drwp .three .zzsc .content li .item{
	padding:0;
	}
.drwp .three .zzsc .content li .item .a{
	width:calc(100% - 15px);
	margin-right:0;
	}
	
.drwp .four .list li {
    height: 300px;
	}
.drwp .four .list li h1{
	margin-top:16px;
	margin-left:16px;
	}
	
.drwp .five .left .list{
	margin: 30px 0;
	}
.drwp .five .left .list li .imgbox{
	display:none;
	}
.drwp .five .left .list li .txt{
	float:none;
	width: calc(100% - 40px);
	margin:0;
	padding:20px;
	}

.drwp .six .left .list{
	margin-top:10px;
	}
.drwp .six .left .list li{
	float:none;
	width:100%;
	overflow:hidden;
	margin-bottom:0;
	margin-top:10px;
	}	
.drwp .six .right .box{
	margin-top:20px;
	}
.drwp .six .right .box .txt .lf .date .icon{
	width:40px;
	height:40px;
	}
.drwp .six .right .box .txt .lf .date{
	padding-top:20px;
	width:40px;
	}
.drwp .six .right .box .txt .lf .date span{
	font-size:12px;
	width:42px;
	}
.drwp .six .right .box .txt .lf .p h1{
	font-size:15px;
	line-height:24px;
	height:48px;
	}
.drwp .six .right .box .txt .lf .p{
	width:calc(100% - 93px);
	padding-left: 20px;
    padding-right:10px;
    margin-left: 20px;
	}
.drwp .six .right .box .txt .lf .date .icon{
	top:-26px;
	}
.drwp .six .right .box .txt .lf .p p{
	display:none;
	}
.drwp .six .right .box .txt{
	margin-top:26px;
	}
.drwp .six .right .box .txt .lf{
	width:100%;
	float:none;
	}
.drwp .six .right .box .txt .rg{
	display:none;
	}
}