body,ul{
	margin:0;
	padding:0;
}
*{
	font-family: "微软雅黑";
}
li{
	list-style: none;
}
i{
	font-style: normal;
}
a,a:hover{
	color:#333;
	text-decoration: none;
}
.header{
	border-bottom: solid 1px #d4d4d4;
	background:#f6f6f6;
}
.header_t,.header_b,.nav_ul,.m1,.gg_cont,.m2,.m3,.m4,.m5,.footer,.list_main{
	max-width: 1200px;
	margin:auto;
}
.header_t{
	line-height: 30px;
}
.header_b{
	display: flex;
	justify-content: space-between;
}
.header_t{
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color:#555;
}
.header_ul{
	display: flex;
}
.header_ul li a{
	color:#555;
	padding:0 6px;
	border-right: solid 2px #aaa;
}
.header_ul li:nth-child(3) a{
	border-right: 0;
}
.header_ul img{
	margin-right: 2px;
}
.header_b_r {
	color:#888;
	font-size: 14px;
	display: flex;
}
.header_b_r div:nth-child(2){
	margin-top: 45px;
}
.header_b_r span{
	color:#249344;
	font-size: 22px;
}
nav{
	width: 100%;
	background:#249344;
}

.nav_ul{
	display: flex;
	justify-content: space-between;
	font-size: 15px;
}
.nav_ul li{
	width: 12.5%;
	text-align: center;
}
.nav_ul li.active,.nav_ul li:hover{
	background:#12702d;
}
.nav_ul a{
	color:#fff;
	display: inline-block;
	width: 100%;
	height: 20px;
	margin:15px 0;
	border-right: solid 1px #ccc;
}
.nav_ul li:nth-child(9) a{
	border:0;
}

.banner img{
	width: 100%;
}


.main1{
	background:url(../images/main1_bg.jpg) no-repeat;
	background-size: cover;
	padding:40px 0;
}
.m1{
	margin-bottom: 25px;
	display: flex;
	justify-content:space-between;
}
.m1_left{
	width: 20.5%;
	background:#249344;
}
.m1_l_title{
	text-align: center;
	background:#fe7701;
	color:#fff;
	padding:10px 0;
}
.m1_l_title span{
	font-size: 24px;
}
.m1_l_title p{
	font-size: 12px;
	margin-bottom: 0;
}
.m1_l_cont{
	margin:20px 10px;
}
.m1_l_cont li{
	padding-right: 20px;
	background: -moz-linear-gradient(top, #fff 0%, #ddd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ddd));
    background: -webkit-linear-gradient(top, #fff 0%,#ddd 100%);
    background: -o-linear-gradient(top, #fff 0%,#ddd 100%);
    background: -ms-linear-gradient(top, #fff 0%,#ddd 100%);
    background: linear-gradient(to bottom,#fff 0%,#ddd 100%);
}
.m1_l_cont li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	padding:0 20px;
	color:#333;
	line-height: 65px;
	font-size: 14px;
	background:url(../images/jt1.png) no-repeat;
	background-position: right center;
}
.m1_l_cont li.active a,.m1_l_cont li a:hover{
	border-left:solid 3px #fe7701;
	color:#249344;
	padding-left: 17px;
	background:url(../images/jt.png) no-repeat;
	background-position: right center;
}
.m1_right{
	width: 77%;
	padding:10px 20px;
	background:#fff;
}
.m1_right ul{
	display: flex;
	flex-wrap: wrap;
}
.m1_right li{
	width: 25%;
	padding:0 10px;
	text-align: center;
}
.m1_right li a img{
	border:solid 1px #ddd;
	padding:5px;
	max-width: 100%;
}
.m1_right img{
	width: 100%;
}
.m1_r_title{
	margin:10px;
	display: flex;
	justify-content: space-between;
	border-bottom: solid 1px #ddd;
	margin-bottom: 10px;
}
.m1_r_title span{
	color:#12702d;
	font-size: 18px;
	border-bottom: solid 3px #fe7701;
	padding-bottom: 10px;
}
.m1_r_title a{
	font-size: 12px;
	color:#333;
	line-height: 25px;
}
.m1_right a span{
	text-align: center;
	display: inline-block;
	width: 100%;
	line-height: 35px;
}
.m1_right img{
	height: 145px;
}
.gg{
	background:url(../images/gg.jpg) no-repeat center top;
	padding:60px 0;
}
.gg_cont{
	display: flex;
	justify-content: flex-end;
}
.gg_cont div{
	background:url(../images/dh1.png) no-repeat;
	padding-left: 55px;
	color:#fff;
}
.gg_cont a{
	color:#249344;
	padding:5px 15px;
	font-weight: 600;
	background:#fff;
}
.gg_cont p{
	font-size: 22px;
}
.gg_cont a img{
	margin-left: 10px;
	margin-bottom: 3px;
}

.main2{
	background:url(../images/ys_bg.jpg);
	margin-bottom: -40px;
}
.m2{
	text-align: center;
	padding-top: 45px;
	padding-bottom: 70px;
}
.m2>span{
	color:#249344;
	font-size: 30px;
}
.m2_ul{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.m2_ul h5{
	font-size: 18px;
	color:#249344;
	margin-bottom: 5px;
}
.m2_ul span{
	color:#999999;
	font-size: 12px;
}
.m2_ul p{
	color:#666;
	font-size:14px;
	line-height: 24px;
}
.m2_ul li{
	width: 25%;
	padding:0 15px;
}
.m2_ul img{
	margin:30px 0;
}
.main3{
	background:url(../images/lx.png) no-repeat center top;
	padding-bottom: 10px;
}
.m3{
	color:#fff;
	margin:50px auto;
	display: flex;
	justify-content: space-between;
}
.m3_r div a{
	color:#fff;
	padding:5px 20px;
	background:#fe7701;
	display: inline-block;
	margin:0 7px;
}
.m3_title{
	text-align: center;
	color:#fff;
}
.m3_title{
	max-width: 1200px;
	margin:auto;
	padding-top: 70px;
	border-bottom:solid 1px #d4d4d4;
}
.m3_div{
	width: 110px;
	height: 3px;
	background:#f6f6f6;
	margin:auto;
}
.m3_title span{
	font-size: 20px;
}
.m3_title p{
	font-size: 24px;
}
.m3_l{
	width: 44%;
}
.m3_l img{
	width: 100%;
}
.m3_r{
	width: 57%;
	padding-left: 45px;
}
.m3_r span{
	font-size: 18px;
}
.m3_r p{
	font-size: 14px;
	margin:10px 0;
	line-height: 25px;
}
.m3_r div{
	margin-top: 40px;
}
.m3_r div a:nth-child(1){
	color:#333;
	background:#fff;
}





.main4{
	max-width: 100%;
	overflow: hidden;
	background:#f4f1f5;
	padding-top: 30px;
}
.main5{
	padding-top: 30px;
	background:#f4f1f5;
	padding-bottom: 40px;
}
.m4{
	background: #fff;
	padding-top: 30px;
}
.m4_title{
	text-align: center;
	margin-bottom: 30px;
}
.m4_title span{
	color:#249344;
	font-size: 20px;
}
.m4_title i{
	color:#cccccc;
	font-size: 12px;
}
.picMarquee-left{ 
	width:100%;  
	overflow:hidden; 
	position:relative; 
}
.picMarquee-left .prev,.picMarquee-left .next{
	padding:0 10px;
	position: absolute;
	top:0;
	height: 162px;
	width: 35px;
	text-align: center;
	line-height: 162px;
	font-size: 18px;
	border-radius: 50%;
	cursor: pointer;
}
.next{
	left: 10px;
	background:url(../images/jt_l.png) no-repeat;
	background-position:center center;
}
.prev{
	right: 10px;
	background:url(../images/jt_r.png) no-repeat;
	background-position:center center;
}
.picMarquee-left .bd{ 
	position: relative; 
	width: 90%;
	margin:auto;
	overflow: hidden;
}
.picMarquee-left .bd ul{ 
	overflow:hidden; 
	zoom:1; 
	/*height:90px;*/
}
.picMarquee-left .bd ul li{ 
	margin:0 8px; 
	float:left; 
	display:inline; 
	overflow:hidden; 
	text-align:center;  
}
.picMarquee-left .bd ul li img{ 
	width:222px;
	height:162px;
	display:block;
	border:1px solid #ccc;
}
.picMarquee-left .bd ul li a:hover img{ 
	border-color:#999;
}


.picList span{
	line-height: 50px;
	color:#666666;
	font-size: 14px;
}


.m5{
	display: flex;
	justify-content: space-between;
}
.m5_l{
	width: 63.5%;
	background:#fff;
}
.m5_r{
	width: 35%;
	background:#fff;
}
.m5_title{
	display: flex;
	justify-content: space-between;
	padding:0 20px;
	height: 55px;
	line-height: 55px;
	background: -moz-linear-gradient(top, #fff 0%, #ddd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ddd));
    background: -webkit-linear-gradient(top, #fff 0%,#ddd 100%);
    background: -o-linear-gradient(top, #fff 0%,#ddd 100%);
    background: -ms-linear-gradient(top, #fff 0%,#ddd 100%);
    background: linear-gradient(to bottom,#fff 0%,#ddd 100%);
}
.m5_l .m5_title{
	padding-left: 0;
}
.m5_title b{
	font-size: 16px;
}
.m5_title a{
	font-size: 13px;
	color:#666;
}
.m5_title span{
	color:#fff;
	background:#249344;
	padding:0 55px;
	font-size: 18px;
}
.m5_xw{
	display: flex;
	flex-wrap: wrap;
	padding:20px 10px;
}
.m5_xw li{
	width: 50%;
	padding:7px 10px;
}
.m5_xw li a{
	display: flex;
	justify-content: space-between;
}
.xw_cont{
	margin-left: 10px;
	width: 71%;
}
.xw_img{
	width: 29%;
}
.xw_img img{
	max-width: 100%;
}

.xw_cont p{
	font-size: 12px;
	color:#999999;
	margin-top: 5px;
	margin-bottom: 0;
	height: 34px;
	overflow: hidden;
}
.xw_cont span{
	font-size: 14px;
	color:#333;
	display: inline-block;
	width: 100%;
	height: 20px;
	overflow: hidden;
}

.m5_ul li{
	border-bottom: dashed 1px #ccc;
	padding:20px 0;
	margin:0 20px;
}
.m5_ul li:nth-child(3){
	border:0;
}
.m5_ul li>span{
	color:#666;
	font-size: 14px;
	display: inline-block;
	margin:10px 0;
	width:100%;
	height: 20px;
	overflow: hidden;
}
.m5_ul li span i,.m5_ul li p i{
	color:#fff;
	padding:3px 5px;
	margin:0;
	background:#e67817;
	margin-right: 10px;
}
.m5_ul li p i{
	background:#249344;
}
.m5_ul li p span:nth-child(1){
	padding-top: 3px;
}
.m5_ul li p span{
	display: inline-block;
}
.m5_ul li p{
	color:#999999;
	display: flex;
	font-size: 14px;
	margin-bottom: 0;
	width: 100%;
	height: 40px;
	overflow: hidden;
}
.xw_img img{
	height: 66px;
}
footer{
	background:#363636;
	color:#c0c0c0;
	padding:45px 0;
	position: relative;
}
.footer_bg{
	position: absolute;
	top:-9px;
	left: 0;
	width: 100%;
	height: 9px;
	background: url(../images/footer_t.jpg) no-repeat;
}
.link_ul{
	display: flex;
	flex-wrap: wrap;
	padding:25px 0;
	border-bottom: solid 1px #5e5e5e;
}
.link_ul a{
	color:#c0c0c0;
	padding:5px 0;
	padding-right: 15px;
	font-size: 14px;
}
.link b{
	color:#fff;
	font-size: 18px;
}
.link span{
	font-weight: 500;
	font-size: 17px;
}
.footer_b{
	display: flex;
	justify-content: space-between;
	padding-top:40px;
}
.footer_b>div{
	display: flex;
	width: 50%;
}
.footer_b_l{
	padding-top: 20px;
}
.footer_b_l span{
	display: inline-block;
	padding:5px 15px;
}
.footer_b_l span a{ color:#fff;}
.footer_b_l span img{
  max-width:50%;
}
.footer_b_l div{
	margin-top: 10px;
}
.footer_b_l div:nth-child(1){
	margin-top: 0;
}
.footer_b_r{
	display: flex;
	justify-content: space-between;
	padding:0 45px;
}
.footer_b_r p{
	background:url(../images/dh2.jpg) no-repeat;
	color:#fff;
	padding:20px 0;
	padding-left: 70px;
	background-position: left 15px;
	margin-top: 30px;
}
.footer_b_r span{
	font-size: 18px;
}
.footer_b_r div:nth-child(1){
	margin-left: 40px;
}

.footer_b_l .fblh span img{
	width: 120px;
}
.fblh{
	position: relative;
}
.hi_ybwl{
	position: absolute;
	left: -190px;
	top:-70px;
}


.list{
	width: 100%;
	background:#ececec;
	padding:20px 0;
	padding-bottom: 50px;
}
.list_main{
	display: flex;
	justify-content: space-between;
}
.list_l{
	background:#249344;
	width: 18.4%;
}
.list_img{
	width: 80%;
	background:#fff;
	padding:20px;
}
.list_img ul{
	margin-top: 30px;
}
.list_l>h4{
	margin: 0;
	height: 110px;
    text-align: center;
    line-height: 110px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
	background:url(../images/list_l.png);
}
.list_l ul{
	width: 100%;
	background:#fff;
	padding:20px 0;
}
.list_l ul li{
	line-height: 44px;
}
.list_l ul li:hover{
	background:#249344;
}
.list_l ul li:hover a{
	color:#fff;
}
.list_l ul li:hover a i{
	border:solid 2px #fff;
}
.list_l ul li a{
	display: inline-block;
	width: 100%;
	padding-left: 50px;
	padding-right: 20px;
	font-size: 13px;
	color:#666;
}
.list_l li i{
	display: inline-block;
	width: 11px;
	height: 11px;
	border:solid 2px #aaa;
	border-radius: 50%;
	margin-right: 10px;
}
.phoneBoxL {
    padding-left: 70px;
    height: 90px;
    background: #666 url(../images/phoneBox_ico.png) no-repeat 18px center;
    font-size: 13px;
    color: #fff;
    border-left: 4px solid #249344;
    margin:0;
}
.phoneBoxL dt {
    padding-top: 24px;
}
.phoneBoxL dd {
    font-size: 18px;
}
.list_c{
	height: 15px;
	background:#ececec;
}
.list_b{
	background:#fff;
}
.list_b h4{
	margin: 0;
	font-size: 14px;
	background:#249344;
	color:#fff;
	line-height: 40px;
	text-align: center;
}
.list_b img{
	width: 100%;
}
.list_lx{
	padding:10px;
}
.list_lx>span{
	color:red;
	margin-bottom: 5px;
}
.list_lx span{
	display: inline-block;
}
.list_lx p{
	font-size: 20px;
    color: #541B00;
    line-height: 25px;
    margin-bottom: 0;
}
.list_lx div span{
	font-size: 13px;
	display: inline-block;
	padding:5px 0;
}

.list_title{
	display: flex;
	justify-content: space-between;
	border-bottom: solid 1px #ccc;
	padding-bottom: 5px;
}
.list_title>span{
	color:#249344;
	font-size: 16px;
	border-left:solid 2px #249344;
	padding-left: 10px;
}
.list_title div,.list_title div a{
	color:#999;
	font-size: 12px;
}

.list1_ul{
	display: flex;
	flex-wrap: wrap;
}
.list1_ul li{
	width: 33.33%;
}
.m6_l_div a{
	display: flex;
	justify-content: space-between;
}
.m6{
	display: flex;
	justify-content: space-between;
}
.m6_l{
	width: 55%;
}
.m6_r{
	width: 40%;
}
.m6_img{
	width: 25.5%;
}
.m6_img img{
	width: 100%;
}
.m6_cont{
	width: 72%;
}
.m6_cont span{
	color:#333333;
	font-size: 16px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.m6_cont p{
	color:#666;
	line-height: 24px;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.m6_cont time{
	font-size: 13px;
	color:#888;
}
.m6_l_div{
	margin:15px 0;
}
.m6_l_ul{
	border-top: solid 1px #ccc;
}
.m6_l_ul li{
	border-bottom: dashed 1px #ccc;
	line-height: 45px;
	display: flex;
	justify-content: space-between;
}
.m6_l_ul a{
	color:#666;
	display: inline-block;
	width: 80%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.m6_l_ul time{
	color:#888;
}
.m6_r_ul li{
	border-bottom: dashed 1px #ccc;
	line-height: 40px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.m6_r_ul a>span{
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.m6_r_ul a>span>span{
	padding:5px;
	background:#5b5bc7;
	color:#fff;
	margin-right: 10px;
}
.m6_r_ul a>p>span{
	padding:5px;
	background:#e09e3e;
	color:#fff;
	margin-right: 10px;
}
.m6_r_ul a>p{
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.m6_title{
	margin-bottom: 10px;
}
.list2_img{
	width: 14.5%;
}
.list2_cont{
	width: 84%;
}
.list2_img img{
	height: 90px;
}

.page_main{
	text-align: center;
}
.page_main time{
  display: block;
  padding-bottom: 8px;
}
.page_main h1{
	font-size: 24px;
}
.page_cont{
	text-align: left;
	font-size: 15px;
	color:#666;
	margin:20px 0;
}
.page_cont img{
	max-width: 100%;
}
.page_b{
	text-align: left;
}


.sj-footer{
    position: fixed;
    bottom:0;
    left:0;
    z-index: 99;
    width: 100%;
    background:#fff;
    border-top: solid 1px #ccc;
    height:68px;
}
.sj-footer ul{
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
}
.sj-footer li{
    width: 30%;
    text-align: center;
    /*background:#eee;*/
}
.sj-footer li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    padding:10px 0;
    border-left: solid 1px #eee;
    text-decoration: none;
    font-size: 13px;
    color:#333;
}
.sj-footer li:nth-child(1) a{
    border-left:0;
}
.sj-footer img{
    width: 20%;
    margin-bottom: 5px;
}
.goToTop{
	width:50px;
	height:50px; 
	border-radius: 7px;
	text-align: center;
	line-height: 50px;
	background:rgba(36,147,68,.5);
	position: fixed;
	right:0;
	bottom:100px;
	z-index: 99;
}
.goToTop:hover{
	background:rgba(36,147,68,.8);
}
.goToTop a{
	display: inline-block;
	width: 100%;
	height:100%;
	color:#fff;
	font-size: 17px;
	text-decoration: none;
}

.opages{
  text-align: center;
  margin:0 auto;
  width: 100%;
  margin-top: 20px;
}
.opages a:nth-child(1) {
  display: none;
}
.opages a{
	color:#666;
	color:#d60107;

}
.opages b{
}
.opages a,
.opages b {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 13px;
  border: solid 1px #ccc;
}

.m6_img img{
	height: 90px;
}
@media (min-width:1100px)and(max-width:1200px){
	
}
@media (max-width:1200px){
	.header_t,.header_b,.nav_ul,.m1,.m2,.m3,.m4,.m5,.footer,.list_main{
		width: 94%;
	}
	.m1_right img{
		height: 152px;
	}
	.gg{
		padding:40px 20px;
		background:url(../images/gg2.jpg) no-repeat center top;
	}
	.xw_img img{
		height: 58px;
	}
	.list_l ul li a{
		padding-left: 20px;
	}
	.phoneBoxL dd{
		font-size: 16px;
	}
	.phoneBoxL{
		background:#666 url(../images/phoneBox_ico.png) no-repeat 10px center;
	}
	.list2_img{
		width: 16.5%;
	}
	.list2_cont{
		width: 82%;
	}
	.m6_img img{
		height: 90px;
	}
}
@media (max-width:1100px){
	.m1_right img{
		height: 138px;
	}
	.xw_img img{
		height: 52px;
	}
	.list2_img{
		width: 18.5%;
	}
	.list2_cont{
		width: 80%;
	}
	.m6_img img{
		height: 91px;
	}
}
@media (max-width:1000px){
	
}
@media (max-width:992px){
	.list_page{
		width: 100%;
	}
	.m6_img img{
		height: 109px;
	}
	.list2_img{
		width: 19%;
	}
	.list2_cont{
		width: 78%;
	}
	.list1_right{
		width: 100%;
	}
	.footer_b{
		flex-wrap: wrap;
		padding-top: 20px;
	}
	.footer_b>div{
		width: 100%;
	}
	.footer_b_r{
		justify-content: flex-start;
		padding:20px 0;
	}
	.footer_b_r div:nth-child(1){
		margin-left: 0;
	}
	.xw_img img{
		height: 66px;
	}
	.m5{
		flex-wrap: wrap;
	}
	.m5_l,.m5_r{
		width: 100%;
	}
	.m5_r{
		margin-top: 20px;
	}
	.main3{
		background:#2c8e45;
	}
	.m3{
		flex-wrap: wrap;
	}
	.m3_l{
		width:70%;
		margin:auto;
	}
	.m3_r{
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
	}
	.m2_ul img{
		width: 100%;
	}
	.next{
		left: 0;
		background:url(../images/jt_l.png) no-repeat;
		background-position:center center;
	}
	.prev{
		right: 0;
		background:url(../images/jt_r.png) no-repeat;
		background-position:center center;
	}
	.m1_right{
		width: 100%;
	}
	.m1_right img{
		height: 171px;
	}
}
@media (max-width:800px){
	.m1_right img{
		height: 133px;
	}
	.opages {
	    width: 100%;
	}
	.xw_img img{
		height: 63px;
	}
	.m6_img img{
		height: 87px;
	}
}
@media (max-width:767px){
	.page_main h1{
		font-size: 20px;
	}
	.page_cont{
		margin:10px 0;
	}
	.m6_img img{
		height: 81px;
	}
	.list2_cont{
		width: 65%;
	}
	.list2_img{
		width: 32%;
	}
	.list{
		padding: 0;
	}
	.list_title div{
		padding-top: 3px;
	}
	.list_main{
		width: 100%;
	}
	.list_title{
		margin-top: 10px;
		/*padding:10px 20px;*/
	}
	.list_img ul{
		margin-top: 15px;
	}
	.footer_b{
		padding-top: 0;
	}
	.footer_b_r{
		flex-wrap: wrap;
	}
	.footer_b_r div{
		margin:auto !important;
		text-align: center;
	}
	.xw_img img{
		height: 66px;
	}
	.m5_xw{
		flex-wrap: wrap;
	}
	.m5_xw li{
		width: 100%;
		padding:7px 0;
	}
	.m5_title{
		height: 40px;
		line-height: 40px;
	}
	.m5_title span{
		padding:0 30px;
	}
	.m5_ul li>span{
		margin-top: 0;
	}
	.xw_cont p{
		margin-top: 0px;
	}
	.m3_title{
		padding-top: 30px;
	}
	.m3_title p{
		font-size: 22px;
	}
	.m3_title span{
		font-size: 18px;
	}
	.m3{
		margin:20px auto;
	}
	.m2>span{
		font-size: 22px;
	}
	.m2_ul h5{
		font-size: 15px;
	}
	.m2{
		padding-top: 20px;
	}
	.m2_ul{
		flex-wrap: wrap;
		margin-top:20px;
	}
	.m2_ul li{
		width: 50%;
	}
	.gg{
		background:#fd7601;
		padding:20px;
	}
	.gg_cont p{
		font-size: 18px;
	}
	.gg_cont a img{
		margin:0 10px 3px;
	}
	.gg_cont{
		justify-content: space-between;
	}
	.gg_cont div{
		margin:auto;
	}
	.m1_r_title span{
		font-size: 16px;
	}
	.main1{
		padding:20px 0;
	}
	.m1_right li{
		width: 50%;
	}
	.m1_right{
		padding:0;
	}
	.m1_r_title{
		margin-bottom: 10px;
	}
	.picMarquee-left .bd ul li img{ 
		width:130px;
		height:95px;
	}
	.m4{
		width: 100%;
	}
	.picMarquee-left .prev, .picMarquee-left .next {
	    height: 100px;
	    width: 35px;
	    line-height: 100px;
	    z-index: 99;
	}
	footer{
		margin-bottom:68px;
		padding-bottom: 0;
	}
	nav{
		width: 25%;
		text-align: center;
		display: none;
		position: absolute;
		right: 0;
		z-index: 99;
	}
	.nav_ul{
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 100%;
	}
	.nav_ul li{
		width: 100%;
	}
	.nav_ul li a{
		border:0;
		padding:0;
	}
	.header_b .hanb{
		font-size: 30px;
		color:#888;
		width: 15.4%;
	}
	.logo{
		width: 80%;
	}
	.header_b img{
		width: 100%;
	}
	.m1_right img{
		height: 153px;
	}
}
@media (max-width:400px){
	.m1_right img{
		height: 138px;
	}
	.xw_img img{
		height: 63px;
	}
	.list2_img{
		width: 35%;
	}
	.list2_cont{
		width: 62%;
	}
	.m6_img img{
		height: 79px;
	}
}
@media (max-width:350px){
	.m1_right img{
		height: 127px;
	}
	.xw_img img{
		height: 58px;
	}
	.m6_img img{
		height: 71px;
	}
}