﻿@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }
  *:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* @font-face {
	font-family: 'myFont01';
	src: url('../fonts/pfbold.ttf') format('truetype');
}

@font-face {
	font-family: 'myFont02';
	src: url('../fonts/ssmyt.ttf') format('truetype');
}

@font-face {
	font-family: 'myFont03';
	src: url('../fonts/pfheavy.ttf') format('truetype');
}

@font-face {
	font-family: 'myFont04';
	src: url('../fonts/pfMedium.ttf') format('truetype');
} */
html,body{height:100%;}

body{padding:194px 0 0 0; margin:0px auto; font-size:14px; line-height:24px; color:#262626; width:100%; min-width:1300px; zoom:1;font-family: myFont04,Arial,"微软雅黑","宋体"; background:#fff;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:14px; border-radius:0; -webkit-border-radius:0; color:#545454;font-family: Arial,"微软雅黑","宋体";}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,header,hgroup,nav,section,figure,fxigcaption,address,pre,time,menu{margin: 0;padding:0; display: block;font-family: myFont02,Arial,"微软雅黑","宋体";} /*html5设置*/
pre{white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;}
figure,figcaption{ margin:0px; padding:0px;}
img{ max-width:100%; border:none; border:0;  vertical-align:top;}
a{ color:#262626; text-decoration:none; noline:-webkit-tap-highlight-color:rgba(0,0,0,0);transition: all ease 0.3s;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#419038;}
/**:hover{transition: all ease 0.3s;}*/

/*input字体*/
:-moz-placeholder {color: #cccccc;}
::-moz-placeholder {color: #cccccc;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #cccccc;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #cccccc;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9; text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	/*background: url(../images/selectarr.png) no-repeat scroll 95% center transparent;*/
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

/*网页滚动条*/
::-webkit-scrollbar{
            width: 6px; height:6px;-webkit-overflow-scrolling : touch;
            background-color: #e6e6e6;}
::-webkit-scrollbar-track{
            background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{
            border-radius: 10px;
            background-color: #58504a;}
::-webkit-scrollbar-button{
            height: 0px;
            background-color: #e6e6e6;}

/*公用样式*/
.fl{ float:left;}.fr{ float:right;}.tl{ text-align:left !important;}.tr{ text-align:right;}.tc{ text-align:center !important;}
.hide{ display:none;}
.block{ display:block;}
.clear{ clear:both;}
.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{ content: ''; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix{*zoom:1;}.relative{ position:relative;}
.bodyon{ overflow:hidden;}
.w1400{ position:relative; clear:both; max-width:1400px;width:88%; margin:0px auto;}
.nones{ position:absolute; visibility:hidden; opacity:0; top:0;width: 100%;z-index: -1;}
.table {display: table;width: 100%;border-collapse: collapse;}
.table-tr {display: table-row;}
.table-th {display: table-cell;height: 100%;border: 1px solid gray;text-align: center;vertical-align: middle;}
.table .cell {display: table-cell;vertical-align: middle;}

/*font*/
.f_red{ color:#ec1c27;}
.iconfont{ font-size:24px; vertical-align:middle;}
.tit{ display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:100%;}
.p{overflow: hidden;word-break:normal;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;}
.dot1,.dot2,.dot3,.dot4,.dot5,.dot6{overflow: hidden;word-break:normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;}
.dot1{-webkit-line-clamp: 1;}
.dot2{-webkit-line-clamp: 2;}
.dot3{-webkit-line-clamp: 3;}
.dot4{-webkit-line-clamp: 3;}
.dot5{-webkit-line-clamp: 3;}
.dot6{-webkit-line-clamp: 3;}

@media ( max-width:1024px){
.iconfont{ font-size:18px;}
body{min-width:300px;padding-top:75px;font-size:14px; line-height:24px;}	
.w1280{max-width:none;width: auto; margin:0 15px;}
select,input,textarea,button{ font-size:14px;}
}
/*effict*/
.Scale-img {overflow: hidden;cursor: pointer; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative; /*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;}
.imgbox img{ height:100%;object-fit: cover;width: 100%;}

/*pages*/
.Pages{clear: both;text-align: center;line-height: 30px;font-size: 14px;padding-top: 30px;position: relative;}
.Pages .total{background:#eaeaea;display:inline-block;padding:0 10px;}
.Pages a{display: inline-block;vertical-align: middle;margin:0 4px 0 5px;background:#eaeaea;padding:0 10px;}
.Pages a:hover{background:#419038;color:#fff;}
.Pages .num a{color:#333333;font-size: 16px;margin:0 5px;}
.Pages .num a:hover,.Pages .num a.a_cur{background:#419038;color:#fff;}
.Pages .select{border:1px solid #767676;border-radius: 2px;height:28px;padding:0 3px;width:84px;color:#000000;text-indent: 0;background:url(../images/selectarr.gif) right 7px center no-repeat;vertical-align: middle;}

/*pages end*/


/*Top*/
.Header{position:fixed; width:100%; left:0; top:0; background:#ECF2FE;z-index:900;transition: all ease 0.3s;}
.Header .toper{height: 40px;line-height: 40px;background-image: linear-gradient(to right, rgba(35, 209, 100, 0.16) , rgba(0, 112, 255, 0.16));}
.Header .toper dd:nth-child(1){color: rgba(66, 145, 56, 1);}
.Header .toper dd:nth-child(2){color: #AEC3D5;}
.Header .toper dd:nth-child(2) span{display: inline-block;vertical-align: middle;width: 18px;text-align: center;margin: -3px 0 0 0;}
.Header .toper dd:nth-child(2) a{color: #35415B;}
.Header .toper dd:nth-child(2) a:hover{color: rgba(66, 145, 56, 1);}
.Header .LogoTop {background:url(../images/img_top.jpg) right center no-repeat;margin-bottom: 1px;}
.Header .LogoTop .Top{line-height: 142px;height: 142px;}
.Header .LogoTop h1{float: left;}
.Header .LogoTop h1 img{display: inline-block;vertical-align: middle;height: 84px;}
.Search{position:relative;float: right;line-height: 32px;padding-top: 66px;}
.Search .Searchico{ cursor:pointer; color:#64a50b;font-weight: bold;display: none;}
.Search .Searchico .icongb{ display:none;}
.Search .Searchico.on .icongb{ display:block;}
.Search .Searchico.on .iconso{ display:none;}
.Search .Searchico .iconfont{ font-size:18px;}
.Search .searchbox{width:344px; line-height:34px;position: relative;background-color: #fff;}
.Search .searchbox .input{width:100%; height:36px; line-height:34px;padding:0 64px 0 39px; border:1px solid rgba(213, 213, 213, 1); border-radius:3px;background-color:rgba(255, 255, 255, 0)}
.Search .searchbox > .iconfont{position: absolute;left: 12px;top: 50%;transform: translateY(-50%);font-size: 20px;color: #bfbfbf;}
.Search .searchbox .btn { position:absolute; right:0; top:0; width:64px; height:36px; color:#fff;background-color: rgba(11, 83, 175, 1);}
.Search .searchbox .btn:hover {background-color:rgba(11, 83, 175, 0.9);}
.Search .searchbox .btn .iconfont {font-size: 18px;}

.MainNav{line-height: 64px;height: 64px;text-align: center;background-color: rgba(11, 83, 175, 1);}
.MainNav ul{display: flex;justify-content: space-between;}
.MainNav li{position:relative; z-index:100;text-align: center;font-family: myFont01,Arial,"微软雅黑","宋体";}
.MainNav li:after{content: "";position:absolute;left: 50%;bottom: 0;width: 100%;height:0;background-image: linear-gradient(to bottom, #429138 , #0a53ad);transition: all ease 0.3s;transform: translateX(-50%);}
.MainNav li:not(:first-child):after{width: 200px;}
.MainNav span a{ position:relative; z-index:1;display:block; color:#fff;transition: all ease 0.3s;font-size: 18px;padding:0 28px;}
.MainNav .arr{ display:none;}
.MainNav li:hover:after,.MainNav li.onnav:after{height: calc(100% + 4px);}
.MainNav li:hover span a,.MainNav li.onnav span a{ color:#fff;}

.NavPull{ z-index:99;display:none; position:absolute; text-align:center; top:100%; left:50%;width:200px;margin-left:-100px;padding:11px 0;line-height: 30px; background:#fff;}
.NavPull.null{background:none; padding:0;}
.NavPull dd{position:relative;}
.NavPull dd:not(:last-child){margin-bottom: 8px;}
.NavPull a{ color:rgba(38, 38, 38, 1); display:block; font-size:16px; padding:0 0;}
.NavPull a:hover,.NavPull dd:hover a{color:rgba(11, 83, 175, 1);}

.Header.fixed2, .Header.fixed3 {transform-origin: top center;position: fixed;width: 100%;top: 0;box-shadow: 0px 5px 10px rgba(0,0,0,0.1);}
.Header.fixed3{transform: translateY(-183px);transition: transform 0.5s .3s;}
.bodyon .Header.fixed3{transform: translateY(0px);}

.closebtn{ position:fixed; left:0px; top:75px; width:100%; height:100%; z-index:0; display:none;background: rgba(0,0,0,0.5);}
.openbtn{ cursor:pointer;width:30px; height:30px;padding-top: 5px; position:absolute; right:12px; top:34px; z-index:999;background:#64a50b;display: none;}
.openbtn i{ display:block; background:#fff; margin:10px auto;transition: all ease 0.3s;margin:4px auto;width:20px;height:2px;border-radius: 3px;}
.openbtn i.sp2{border-left: 6px solid #64a50b;}
.openbtn.on .sp1 {
	-webkit-transform: translate(0, 7px) rotate(45deg) !important;
	-moz-transform: translate(0, 7px) rotate(45deg) !important;
	-ms-transform: translate(0, 7px) rotate(45deg) !important;
	-o-transform: translate(0, 7px) rotate(45deg) !important;
	transform: translate(0, 7px) rotate(45deg) !important;}
.openbtn.on .sp2 {border-left: 0;
	-webkit-transform: translate(0, 1px) rotate(-45deg) !important;
	-moz-transform: translate(0, 1px) rotate(-45deg) !important;
	-ms-transform: translate(0, 1px) rotate(-45deg) !important;
	-o-transform: translate(0, 1px) rotate(-45deg) !important;
	transform: translate(0, 1px) rotate(-45deg) !important;}	
.openbtn.on .sp3 { display:none;}

@media ( max-width:1440px){
	.MainNav li:not(:first-child):after{width: 150px;}
.MainNav span a{padding:0 18px;}
}
@media ( max-width:1024px){
	.Header .toper{height: 24px;line-height: 24px;}
.Header{background:url(../images/img_top.jpg) center center no-repeat;}
.Header.fixed3{transform: translateY(0) !important;}
.Header .LogoTop .Top{height:49px;line-height:49px;background: none;}
.Header h1 img{ height:33px !important;}
.Header .openbtn{display: block;}
.Search{position: static;padding:0 10px 0 0;margin: 0 15px 0 0;line-height: 50px;}
.Search .Searchico{display:block;}
.Search .searchbox{ width:94%; left:3%; position:absolute;opacity: 0;visibility: hidden;top:80px;transition: all 0.3s;}
.Search .searchbox.on{opacity: 1;visibility: visible;top: 50px;}
.Search .searchbox .input{background:#fff;}

.MainNav{ position:fixed; height:100%; overflow-y:auto; z-index:999; width:80%; padding:0; right:-80%;background: #fff;top:75px;visibility: hidden;opacity: 0;filter: alpha(opacity=0);transition: all ease 0.3s; box-shadow:0 0 10px rgba(0,0,0,0.2);}
.MainNav ul{ padding-top:30px;display: block;}
.MainNav li{ display:block; position:relative; float:none; border-bottom:1px solid #e9e9e9;border-top:1px solid #f9f8f6; width:auto; margin:0; background:none;text-align: left;}
.MainNav li a {line-height: 38px;padding:0 15px;font-size: 15px;color: #333;}
.MainNav li:hover span a,.MainNav li.onnav span a,.MainNav li span a.sele{ color:#64a50b;}
.MainNav .arr{ display:inline-block; position:absolute; z-index:10; width:100px; line-height:38px; height:38px; right:0px; top:-1px;}
.MainNav .arr i{ position:absolute; height:auto; background:none; right:15px; top:0;transition: all ease 0.3s;}
.MainNav li.onnav .arr i{dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
	-ms-transform: translate(0, -3px) rotate(-180deg) !important;
	-o-transform: translate(0, -3px) rotate(-180deg) !important;
	transform: translate(0, -3px) rotate(-180deg) !important;}
.MainNav.on{visibility: visible;opacity: 1;filter: alpha(opacity=100); right:0;}
.MainNav li:after{display: none;}
.NavPull{position: static;width: auto;text-align: left;margin-left: 0;}
.NavPull dd a{padding-left: 25px;line-height: 30px;}
}
@media(max-width:640px){
.Search{margin-right: 35px;}
.Header h1 img{ height:28px !important;}
.Header .toper {font-size: 12px;}
}
/*Top*/

/*Bottom*/
.Footer{color:#fff;padding:34px 0 37px;background: linear-gradient(90deg, #43b535 0%, #258d7b 50%, #0461c4 100%);}
.Footer .w1400{display: flex;justify-content: space-between;flex-wrap: wrap;}
.Footer .contact{width: 20%;}
.Footer .logo{width: 42%;padding-top: 25px;}
.Footer .logo img{height: 4.167vw;}
.Footer .link{width: 26.92%;}
.Footer .link aside{margin-bottom: 20px;font-family: myFont04,Arial,"微软雅黑","宋体";}
.Footer .link .info a{display: inline-block;margin-right: 6px;color: #fff;}
.Footer .link .info a:hover{color: #419038;}
.Footer .ewm{flex: 1;text-align: center;}
.Footer .ewm img{display: block;padding: 3px;background-color: #fff;margin: 0px auto 9px;}


.totop{position:fixed;right:0;bottom:0;text-align: center; cursor: pointer;overflow: hidden;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;width: 60px;height: 60px;line-height: 60px;background:#64a50b;color:#fff;box-shadow:0 0 10px rgba(0,0,0,0.2);z-index:210;}
.totop.cd-is-visible {visibility: visible;opacity: 1; cursor:pointer;}
.totop:hover{color:#fff;background:#c2000d;}

@media ( max-width:1024px){
	.Footer{padding: 20px 0;}
	.Footer .logo{display: none;}
	.Footer .contact{width: 100%;}
	.Footer .link{width: 100%;padding: 15px 0;}
	.Footer .ewm{width: 100%;}
	.totop{width: 40px;height: 40px;line-height: 40px;}
}
/*Bottom*/


/*首页 s*/

.itemhover{transition: all ease 0.3s;}
.activehover{-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.5);
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);}
	.itemhover2{transition: all ease 0.3s;}
	.activehover2{
		-webkit-transform: translate3d(0, -2px, 0);
		transform: translate3d(0, -2px, 0);}


/*第一屏 s*/
.HomeBan{position: relative; z-index: 1; overflow:hidden; background:url(../images/loading.gif) center center no-repeat;}
.HomeBan .item{ position:relative;}
.HomeBan .item .imgbox img{width: 100%;display: block;}

.HomeBan .slick-dots{bottom:30px;}

.HomeBan .slick-arrow{background-color: rgba(0,0,0,0.3);border:0;}
.HomeBan:hover .slick-prev { left:5%;}
.HomeBan:hover .slick-next { right:5%;}
.HomeBan .slick-arrow:hover{background-color:#64a50b;}

@media ( max-width:1024px){
.HomeBan .slick-arrow{display: none !important;}
.HomeBan .slick-dots{bottom: 12px;}
}

.mainBox{background: url(../images/bodybg.jpg) no-repeat center bottom;position: relative;}
.mainBox:After{height: 67.396vw;width: 100%;left: 0;top: 0;content: "";position: absolute;background: url(../images/a3.jpg) no-repeat center top/cover;z-index: -1;}

.homeGuide{padding: 62px 0 90px;position: relative;z-index: 1;}
.homeGuide .title{text-align: center;margin-bottom: 27px;}
.homeGuide .title h2{display: inline-block;position: relative;z-index: 1;font-size: 26px;line-height: 37px;}
.homeGuide .title h2:after{position: absolute;left: 55%;transform: translateX(-50%);z-index: -1;content: "";height: 9px;width: 114px;background: linear-gradient( 90deg, #429138 0%, rgba(66,145,56,0) 100%);bottom: 0;}
.homeGuide .item{font-size:18px;text-align: center;padding-top: 20px;font-family: myFont01,Arial,"微软雅黑","宋体";}
.homeGuide .slick-dots{display: none !important;}
.homeGuide .ico{display:inline-block;position: relative;align-items: center;justify-content: center;margin: 0px auto;vertical-align: middle;width: 104px;height: 104px;margin: 0px auto 18px;}
.homeGuide .ico .i1,.homeGuide .ico .i2 {position: absolute;z-index: 100;width: 100%;height: 100%;z-index: 2;}
.homeGuide .ico img {position: absolute;max-width: 100%;max-height: 100%;left: 50%;top: 50%;z-index: 2;transform: translate(-50%,-50%);border-radius: 50%;}
.homeGuide .ico .i1 {transition: 400ms;}
.homeGuide .ico .i2 {-webkit-transform: scale(0);transform: scale(0);opacity: 0;filter: alpha(opacity=0);transition: 500ms;}
.homeGuide .item:hover .ico .i2 {-webkit-transform: translate(-50%,-50%) scale(1);transform: translate(-50%,-50%) scale(1);opacity: 1;filter: alpha(opacity=100);}
.homeGuide .item:hover .ico .i1 {opacity: 0;filter: alpha(opacity=0);-webkit-transform: translate(-50%,-50%) scale(1.2);transform: translate(-50%,-50%) scale(1.2);}

.HomeTit{line-height: 45px;position: relative;margin-bottom: 40px;padding-bottom: 2px;position: relative;}
.HomeTit:after{position: absolute;left: 0;bottom: 0;width: 100%;height: 2px;content: "";background: linear-gradient( 90deg, #429138 0%, rgba(66,145,56,0) 100%);}
.HomeTit h2{font-size: 26px;position: relative;}
.HomeTit a.more{position: absolute;right: 0;top:6px;background:url(../images/more.png) no-repeat right center;padding-right: 23px;color: #586556;transition: all 0.5s;font-size: 14px;}
.HomeTit a.more:hover{color: #419038;padding-right: 25px;background:url(../images/more2.png) no-repeat right center;}

.homeNews{width: 52.85%;float: left;padding-bottom: 70px;}
.homeNews .content{display: flex;flex-wrap: wrap;justify-content: space-between;}
.homeNews .content .slider{width: 262px;margin-right: 17px;overflow: hidden;}
.homeNews .content .slider .imgbox{padding-top: 182px;}
.homeNews .content .slider .date{font-size: 16px;line-height: 28px;padding-top: 25px;}
.homeNews .content .slider .ti{font-size: 16px;line-height: 20px;margin-bottom: 7px;}
.homeNews .content .slider .desc{color:#8C8C8C;font-size: 14px;line-height: 17px;}
.homeNews .content .slider .slick-dots{top: 50%;}
.homeNews .content .slider .slick-arrow{top: 30%;}
.homeNews .content .slider:hover .slick-prev{left: 0;}
.homeNews .content .slider:hover .slick-next{right: 0;}
.homeNews .content .ListWz{flex: 1;margin-top: -9px;}
.HomeNews .News{width: 42.85%;float: right;}

.homeNotice{width: 38%;float: right;padding-bottom: 70px;}

.homeEdu{width: 31.5%;float: left;padding-bottom: 70px;}
.homeEdu .HomeTit{margin-bottom: 14px;}

.homeKy{width: 31.5%;float: left;padding-bottom: 70px;margin-left: 2.4%;}
.homeKy .HomeTit{margin-bottom: 20px;}

.homeYw{width: 31.5%;float: right;padding-bottom: 47px;}
.homeYw .HomeTit{margin-bottom: 26px;}
.homeYw ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.homeYw ul li{flex: 33.333%;font-size: 18px;text-align: center;padding-bottom: 23px;}
.homeYw ul li img{display: block;margin: 0px auto 9px;}
/* width: 5.521vw;height: 5.521vw; */

.homePhoto{width: 66.42%;float: left;padding-bottom: 70px;}
.homePhoto .HomeTit{margin-bottom: 31px;}
.homePhoto ul{display: flex;justify-content: space-between;flex-wrap: wrap;margin-left: -29px;}
.homePhoto ul a{display: block;background-color: #fff;box-shadow: 0px 2px 22px 0px rgba(17,25,46,0.26);	border-radius: 0px 0px 2px 2px;}
.homePhoto ul li{padding: 0 0 29px 29px;width: 33.333%;text-align: center;font-size: 16px;}
.homePhoto ul .imgbox{padding-top: 54.48%;}
.homePhoto ul .info{padding: 7px 11px;}

.homeZt{width: 31.42%;float: right;padding-bottom: 70px;}
.homeZt .HomeTit{margin-bottom: 31px;}
.homeZt ul {height: 421px;}
.homeZt ul li{margin-bottom: 17px;}

.ListWz li{height: 42px;line-height: 42px;position: relative;padding-right: 60px;}
.ListWz li .ti{background: url(../images/icon_arr2.png) no-repeat 0 center;padding-left: 13px;font-size: 16px;}
.ListWz li .date{width: 60px;color: #8C8C8C;font-size: 16px;position: absolute;right: 0;text-align: right;top: 0;}
.ListWz li.top{height: auto;line-height: 30px;position: relative;margin-bottom: 11px;padding-right: 0;}
.ListWz li .imgbox{padding-top: 45%;border-radius: 5px;}
.ListWz li .info{position: absolute;left: 0;bottom: 0;width: 100%;z-index: 10;border-radius: 0 0 5px 5px;color: #fff;background-color: rgba(24, 63, 111, 0.51);padding: 4px 15px;}
.ListWz li:hover .ti{background: url(../images/icon_arr3.png) no-repeat 0 center;color: #0b53af;font-size: 16px;font-weight: bold;}
.ListWz li:hover .date{color: #0b53af;}

.ListWz2 li{padding-bottom: 9px;border-bottom: 1px solid #ebeef5;font-size: 16px;}
.ListWz2 li .date{color: #8C8C8C;}
.ListWz2 li:not(:last-child){margin-bottom: 5px;}

@media(max-width:1440px){
	.homeZt ul {height: 360px;}
}
@media(max-width:1024px){
	.homeGuide{padding: 30px 0;}

	.homeNews{width: 100%;float: none;padding-bottom: 30px;}
	.homeNotice,.homeEdu,.homeKy,.homeYw{width: 100%;float: none;padding-bottom: 30px;margin-left: 0;}
 .homePhoto{padding-bottom: 30px;}
 .homeZt{padding-bottom: 30px;}
	.homeZt ul{height: 307px;}
}

@media(max-width:768px){
.HomeTit h2{font-size: 18px;}

.homeGuide .ico{width: 50px;height: 50px;margin-bottom: 8px;}

.homeZt ul{height: 250px;}

.ListWz li {height: 33px;line-height: 33px;}
}
@media(max-width:640px){
	.homeNews .content .slider{width: 100%;margin-bottom: 18px;}
	.homeNews .content .ListWz{width: 100%;}
	.homeNews .content .slider .imgbox{padding-top: 60%;}
	.homeNews .slick-prev{left: 0 !important;}
	.homeNews .slick-next{right: 0 !important;}
	.homePhoto{width: 100%;float: none;}
	.homeZt{width: 100%;float: none;}
	.homePhoto ul {margin-left: -15px;}
	.homePhoto ul li{width: 50%;padding: 0 0 15px 15px;}
	.HomeTit{line-height: 38px;margin-bottom: 20px !important;}
	.homeYw ul li,.homePhoto ul li,.ListWz2 li,.homeGuide .item{font-size: 15px;}
	.homeYw ul li img{width: 50px;height: 50px;}

	.homeGuide .title h2{font-size: 20px;}
	.homeGuide .title h2:after{width: 88px;height: 4px;}
	.homeGuide .title{margin-bottom: 0;}
}

/*首页 end*/


/*栏目页公用样式 s*/
.SubPage{ height:auto !important; height:400px; min-height:400px; padding-bottom:60px;}
.SubBan { position:relative;overflow: hidden;background-repeat: no-repeat;background-position: center center;height: 163px;}

.ColumnName{ padding:19px 0 0 25px; color:#fff; line-height:36px; background:url(../images/filter80.png);height:100px;font-weight: normal;}
.ColumnName .cn{display: block;font-size: 30px;}
.ColumnName .en{display: block;font-size: 24px;text-transform: uppercase;}
.ColumnName .arr{ display:none; position:absolute; right:0; top:0; width:100%; height:100%;}
.ColumnName .arr i{border:1px solid #f0f7ff; border-radius:50%; background:url(../images/menuarr.png) center center no-repeat; width:22px; height:22px; opacity:0.5;transition: all ease 0.3s; position:absolute; right:10px; top:15px;}
.ColumnName.on .arr i{ opacity:1;dis-moz-transform: translate(0, 0) rotate(-180deg) !important;
	-ms-transform: translate(0, 0) rotate(-180deg) !important;
	-o-transform: translate(0, 0) rotate(-180deg) !important;
	transform: translate(0, 0) rotate(-180deg) !important;}

.SubMenu{ width:20.5%; float:left; margin-top:-100px; position:relative; z-index:1;}
.SubMenu ul{ margin-top:2px; background:#fafef8 url(../images/menubg.jpg) center bottom no-repeat; background-size:contain; padding:23px 0 100px 22px;}
.SubMenu li{line-height:44px; background:url(../images/menuline.gif) 6px top repeat-y; position:relative;}
.SubMenu .arrs{ background:url(../images/arr2.gif); width:8px; height:5px; position:absolute; right:34px; top:15px;}
.SubMenu li.onli .arrs{ background:url(../images/arr02.gif);}

.SubMenu li span a{ display:block; font-size:18px;color:#333333; padding-left:37px; background:url(../images/menudot1.png) 3px center no-repeat;}
.SubMenu li span a:hover,.SubMenu li.onli span a{ background:url(../images/menudot2.png) 0 center no-repeat; color:#419038;}

.SubMenu .sub{ display:none; line-height:24px;}
.SubMenu .sub dd a{ display:block; margin-left:55px; font-size:16px;}
.SubMenu li.onli .sub{ display:block;}

.RightCon{ width:76%; float:right;}
.Position{ margin-top:25px; margin-bottom:42px; border-bottom:3px solid #f8f8f8; line-height:56px; height:56px;}
.Position h3{ font-weight:normal; float:left; color:#333333; font-size:18px;}
.Position .place{ color:#999999; float:right;}
.Position .place a{ color:#999999;}
.Position .place a:hover,.Position .place span{ color:#444444;}
.Position.lx h3{ color:#154a9a; border-bottom:3px solid #154a9a; padding:0 10px; font-weight:bold;}

.SinglePage{ word-wrap:break-word;word-break:normal;text-align:justify; color:#333333; font-size:16px; line-height:34px;}

.mores{ font-size:14px; text-align:center; color:#fff; width:120px; line-height:35px; background:#0e53b3; box-shadow:0 10px 20px rgba(14,83,197,0.2); border-radius:18px;}
.mores i{ display:inline-block; margin-left:11px; width:17px; height:8px; background:url(../images/rightarr.png) center center no-repeat;}

@media ( max-width:998px){
.SubBan{height:100px;}
.ColumnName{ padding:6px 0 0 25px;font-size:16px;line-height: 22px;height:53px;}
.ColumnName .arr{ display:block;}
.ColumnName .cn{font-size: 16px;}
.ColumnName .en{font-size: 14px;}
.SubMenu{ width:auto; float:none; margin-top:-26px;}
.SubMenu ul{display:none;padding: 15px 0 60px 22px;}
.SubMenu li span a {font-size: 16px;}
.SubMenu li { line-height: 34px;}
.SinglePage{ line-height:24px; font-size:14px;}
.SinglePage video{ width:100% !important;}
.SinglePage img{ width:auto !important; height:auto !important;}

.RightCon{width: auto;float:none;}
.Position{margin-top:15px;margin-bottom:25px;}

.SubPage{padding-bottom: 35px;}
}

/*栏目页公用样式 end*/

.NewsList{ margin:0 0 0 -3%;}
.NewsList li{ width:30.3333%; float:left; margin:0 0 4% 3%;}
.NewsList .imgbox{ padding-top:68%;}
.NewsList .date{ z-index:2; position:absolute; left:0; bottom:0; font-size:18px; text-align:center; background:rgba(0,0,0,0.6); width:100px; height:60px; padding-top:10px; color:#fff;line-height:22px;}
.NewsList .date i{ opacity:0.5; display:block;font-size:14px;}
.NewsList .tit{ margin-top:22px; line-height:33px;}
.NewsList .p{ font-size:14px; color:#999999; line-height:24px;-webkit-line-clamp: 2;}
.NewsList li:hover .date{background:url(../images/filter80.png);}

.NewsList2{ margin:0px 0 4% 0; background:url(../images/linebg.gif) 0px top repeat-x; padding-top:1px;}
.NewsList2 li{ background:url(../images/linebg.gif) 0px bottom repeat-x; padding:29px 206px 32px 137px; position:relative;transition: all ease 0.3s;}
.NewsList2 li .date{transition: all ease 0.3s; line-height:37px; color:#949494; font-size:16px; position:absolute; text-align:center; left:20px; top:28px; width:100px; height:100px; border-radius:19px 0 19px 0; font-family:"宋体"; background:#f2f2f2;}
.NewsList2 li .date span{ display:block; color:#000000; padding-top:6px; line-height:49px; margin:0 16px; border-bottom:1px solid #dfdfdf; font-size:36px;}
.NewsList2 li .tit{ line-height:38px; margin-bottom:2px; font-size:18px; color:#333333;}
.NewsList2 li .p{-webkit-line-clamp: 2; line-height:23px; height:46px; margin-bottom:7px; color:#999999;}
.NewsList2 li .more{ position:absolute; top:38px; right:22px; text-align:center; width:100px; line-height:34px; color:#fff;font-size:12px; border-radius:23px; box-shadow:0 5px 12px #dccdde; background:#419038;}
.NewsList2 li .more i{ display:inline-block; vertical-align:middle; background:url(../images/ico_arr.png); width:14px; height:14px; margin-left:8px;}
.NewsList2 li:hover{ background-color:#f8f8f8;}
.NewsList2 li:hover .date{ background:#419038; color:#fff;}
.NewsList2 li:hover .date span{color:#fff;}
.NewsList2 li:hover .tit{color:#419038;}

.PhotoNews{margin-bottom:2%;}
.PhotoNews li{transition: all ease 0.3s; background:#fff; position:relative; padding-left:397px; margin-bottom:30px;box-shadow:0 0 10px rgba(0,0,0,0.1);}
.PhotoNews .imgbox{ position:absolute; left:0; top:0; width:360px; padding-top:240px;}
.PhotoNews .info{ padding-right:180px; position:relative; height:240px;}
.PhotoNews .tit{ padding-top:39px; line-height:53px; font-size:20px; color:#000;}
.PhotoNews .p{-webkit-line-clamp: 3; height:72px; color:#999999;font-size:14px;line-height:24px;}
.PhotoNews .date{ position:absolute; right:0; width:140px; text-align:center; top:50px; border-left:1px solid #e7e7e7; height:140px; color:#999999; font-size:16px;}
.PhotoNews .date i{ display:block; line-height:36px; padding-bottom:6px; font-size:22px; color:#222222;}
.PhotoNews .date .more{ display:block; width:70px; height:25px; margin:18px auto 0; border-radius:13px; background: #419038 url(../images/more3.png) center center no-repeat;}
.PhotoNews li:hover .tit{ color:#419038;}

.Titleinfo{ text-align:center; border-bottom:1px dashed #e5e5e5; margin-bottom:35px;}
.Titleinfo h2{-size:24px; color:#333333; line-height:26px;}
.Titleinfo .date{ padding:12px 0; font-size:14px;}
.Titleinfo .date i{ display:inline-block;}
.Titleinfo .share{ display:inline-block;*display:inline; zoom:1; vertical-align:middle;}
.PrevNextBox {margin:50px 0 0 0;position:relative; color:#888888; font-size:16px;}
.PrevNextBox dl{ width:49%; line-height:60px; height:60px;overflow:hidden; background:#f7f7f7; position:relative;}
.PrevNextBox dl span{ padding-left:97px; position:relative; display:block;}
.PrevNextBox dl span em{ position:absolute; left:33px; top:0px; color:#000000; font-weight:bold;}
.PrevNextBox dl a{ margin:0px auto; display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:95%; color:#666666;}
.PrevNextBox dl:hover{background:#5c9d03; color:#fff;}
.PrevNextBox dl:hover a{ color:#fff;}
.PrevNextBox dl:hover span em{color:#fff;}
.PrevNextBox dl a.none{color:#999;}

.SearchBox .form{padding-right:186px;position:relative;}
.SearchBox .input{width:100%;border:1px solid #dddddd;height:45px;padding-left:10px;font-size:20px;}
.SearchBox .btn{position:absolute;right:0;top:0;width:173px;height:45px;color:#fff;background:#419038;font-size:20px;}
.SearchBox .btn:hover{background:#4d8801;}
.SearchBox .result{font-size:14px;padding:14px 0 18px;}

@media(max-width:1024px){
.PhotoNews li{padding-left:300px; margin-bottom:15px;}
.PhotoNews .imgbox{width:280px; padding-top:180px;}
.PhotoNews .info{ height:180px; padding-right:120px;}
.PhotoNews .date{ width:100px; top:20px;}
.PhotoNews .tit{ padding-top:25px; line-height:35px; font-size:18px;}
.PhotoNews .date .more{width:50px;}
}
@media(max-width:768px){
.PhotoNews li{ height:auto; padding:0;}
.PhotoNews .imgbox{ position:relative; width:auto;padding-top:50%;}
.PhotoNews .info{ padding:0 80px 0 15px; height:115px;}
.PhotoNews .date{ width:65px; font-size:14px; height:80px;}
.PhotoNews .date i{ font-size:16px; line-height:24px; padding-bottom:0;}
.PhotoNews .date .more{ height:20px; margin-top:5px;}
.PhotoNews .tit{ font-size:16px; padding-top:10px;}
.PhotoNews .p{ height:48px;-webkit-line-clamp: 2;}

.NewsList2 li{padding:12px 0px 12px 75px;}
.NewsList2 li .date{ left:0; top:20px;line-height:28px;font-size:14px; width:65px; height:65px;}
.NewsList2 li .date span{line-height:24px; margin:0 16px; font-size:16px;}
.NewsList2 li .more{ display:none;}
.NewsList2 li .tit{ line-height:28px; font-size:16px;}

.SearchBox .form{padding-right:110px;}
.SearchBox .btn{width:100px;height:36px;font-size:14px;}
.SearchBox .input{height:36px;font-size:14px;}

}

@media (max-width:640px){
.NewsList li{width:auto;float:none;margin-bottom: 20px;}
.NewsList .tit{margin-top: 12px;line-height: 28px;}

.Titleinfo { line-height:20px; padding-bottom:0px; margin-bottom:20px;}
.Titleinfo h2{ font-size:18px;}
.Titleinfo .share{ display:none;}

.PrevNextBox {margin:30px 0 0 0; font-size:14px;}
.PrevNextBox dl{ width:auto; float:none !important; line-height:30px; height:30px; margin-bottom:8px;}
.PrevNextBox dl span{ padding-left:65px;}
.PrevNextBox dl span em{left:10px;}
}




	#particles-js {
		background-size: cover;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.p-list10{padding-top:43px;padding-bottom:38px}
	.p-list10 li{overflow:hidden;padding-bottom:20px;margin-bottom:39px;border-bottom:1px solid #e0e0e0;font-size:16px;color:#555;line-height:28px}
	.p-list10 .det{overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}
	.p-list10 .date{float:right;color:#242d31;line-height:32px;margin-left:10px;opacity:.7}
	.p-list10 .tit{font-size:18px;color:#000;line-height:32px;font-weight:400;margin-bottom:14px;overflow:hidden;width: 80%}
	.p-list10 .tit a{color:inherit}
	.p-list10 .tit a:hover{color:#3f8e47}
	
	.pages{text-align:center;clear:both}
	.pages .p_pages{display:inline-block;vertical-align:top}
	.pages .p_pages span{float:left;margin:0 5px;font-size:16px;color:#000;line-height:42px;text-align:center;height:44px;border:1px solid #d3d3d3}
	.pages .p_pages .p_no,.pages .p_pages .p_first,.pages .p_pages .p_no,.pages .p_pages .p_no_d{width:44px;}
	.pages ul a{display:block;color:inherit}
	.pages .p_pages .p_no_d,.pages .p_pages span:hover{background-color:#3d55a7;border-color:#3d55a7;color:#fff}
	.pages .p_pages .p_first_d,.pages .p_pages .p_next_d,.p_pages .p_prev,.p_pages .p_next,.pages .p_pages .p_last_d,.pages .p_pages .p_last{width:68px}
	.pages .p_pages .p_prev_d,.pages .p_pages .p_next_d {width:95px}
	
	.m-txt6{font-size:16px;color:#333;line-height:1.75;padding:37px 0 42px}
	.m-txt6 em{font-style: italic;}
	.m-txt6 h1{font-size:26px;color:#000;font-weight:600;text-align:center}
	.m-txt6 .info{color:#676767;text-align:center;border-bottom:1px solid #e0e0e0;padding:10px 0 23px;margin-bottom:31px}
	.m-txt6 .info span{display:inline-block;vertical-align:top;margin:0 12px}
	
	.m-flip{overflow:hidden;text-align:left;padding-top:25px;border-top:1px solid #e0e0e0}
	.m-flip .p-next,.m-flip .p-prev{display:inline-block;vertical-align:top;width:124px;height:42px;border:1px solid #dae0e5;margin-left:6px;font-size:14px;color:#3b3b3b;line-height:40px;text-align:center}
	.m-flip .p-next:hover,.m-flip .p-prev:hover{background:#3f8e47;border-color:#3f8e47;color:#fff}
	.m-flip .btn-back{display:block;float:left;width:166px;height:42px;font-size:14px;color:#fff;line-height:42px;text-align:center;background:#3f8e47}
	.m-flip .btn-back:hover{background:#398040}
	.m-flip .btn-back img{display:inline-block;vertical-align:middle;margin-top:-2px;margin-right:12px}
	
	.m-tit5{font-size:20px;color:#000;font-weight:700;line-height:64px;padding-left:44px;position:relative;z-index:1;overflow:hidden;background:#f1f4f8;margin: 15px 0px;}
	.m-tit5:after{content:"";position:absolute;left:29px;top:50%;width:4px;height:21px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);background:#3f8e47}
	.m-tit5 span{font-size:16px;color:#000;margin-left:24px;font-weight:600}
	
	
	.m-txt4{overflow:hidden;padding:25px 44px 20px;font-size:16px;color:#000;line-height:30px}
	.m-txt4 .col-l{width:100%;padding-right:10px;    border-bottom: 1px solid #e0e0e0;}
	
	.m-txt4 p{overflow:hidden;margin-bottom:14px}
	.m-txt4 p span{display:block;float:left;margin-right:8px}
	.m-txt4 p em{display:block;overflow:hidden}