﻿@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;
}
html,body{height:100%;}

body{padding:0 0 0 0; margin:0px auto; font-size:14px; line-height:24px; color:#333333; width:100%; min-width:1260px; zoom:1;font-family: 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,footer,header,hgroup,nav,section,figure,fxigcaption,address,pre,time,menu{margin: 0;padding:0; display: block;font-family: 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:#333333; 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: #3D55A7;}
/**:hover{transition: all ease 0.3s;}*/

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

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:1377px;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{width: 100%;height: 100%;object-fit: cover}

/*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:#3D55A7;color:#fff;}
.Pages .num a{color:#333333;font-size: 16px;margin:0 5px;}
.Pages .num a:hover,.Pages .num a.a_cur{background:#3D55A7;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:relative;  background:#fff;transition: all ease 0.3s;}
.Header .toper{text-align: right;line-height: 40px;background-color: #e2ebf6;color: #3D55A7;}
.Header .toper a{color: #3D55A7;}.Header .toper a:hover{color: #419038;}
.Header .toper em{display: inline-block;vertical-align: middle;width: 1px;height: 13px;background-color: #afcdf1;margin: 0 8px;}
.Header .LogoTop {background:url(../images/topbg.jpg) no-repeat right center/cover;}
.Header .LogoTop .w1400{line-height: 130px;height: 130px;display: flex;justify-content: space-between;align-items: center;}
.Header .LogoTop .img{padding-right: 20px;}
@keyframes rotation {
	from {
	  transform: rotate(0deg);
	}
	to {
	  transform: rotate(360deg);
	}
  }
  
.Header .LogoTop .img img{height:100px;vertical-align: middle;animation-play-state: paused;}
.Header .LogoTop .img img:hover {
	animation: rotation 2s linear infinite;
  }

 
.Header .LogoTop h1{float: left;}
.Header .LogoTop h1 img{display: inline-block;vertical-align: middle;}
.Header .LogoTop h1 img:nth-child(1){height: 100px;margin-right: 24px;}
.Header .LogoTop h1 img:nth-child(2){height: 68px;}
.Search{position:relative;display: inline-block;vertical-align: middle;margin-left: 16px;}
.Search .Searchico{ cursor:pointer; color:#3D55A7;height: 40px;}
.Search .Searchico .icongb{ display:none;}
.Search .Searchico.on .icongb{ display:block;}
.Search .Searchico.on .iconso{ display:none;}
.Search .Searchico .iconfont{ font-size:18px;vertical-align: top;}
.Search .searchbox{width:310px; line-height:34px;position: absolute;position: absolute;right: 0;top: 60%;visibility:hidden;opacity: 0;}
.Search .searchbox .input{width:100%; height:34px; line-height:34px;padding:0 10px 0 48px; border:1px solid rgba(213, 213, 213, 1); border-radius:20px;background-color:rgba(255, 255, 255, 0.55)}
.Search .searchbox .input::-webkit-input-placeholder {color: #959595;}
.Search .searchbox .btn { position:absolute; left:1px; top:1px; width:43px; height:32px; color:#000;background-color: transparent;}
.Search .searchbox .btn:hover {color:#478c38;}
.Search .searchbox .btn .iconfont {font-size: 18px;}
.Search .searchbox.on{opacity: 1;visibility: visible;top: 100%;z-index: 100;}

.MainNav{line-height: 64px;height: 64px;text-align: center;background-color: #3d55a7;}
.MainNav ul{display: flex;justify-content: space-between;}
.MainNav li{position:relative; z-index:100;text-align: center;}
.MainNav li:after{content: "";position:absolute;left: 0;bottom: 0;width: 100%;height:0;background:#1d3897;transition: all ease 0.3s;}
.MainNav span a{ position:relative; z-index:1;display:block; color:#fff;transition: all ease 0.3s;font-size: 20px;padding:0 28px;font-weight: 700;}
.MainNav .arr{ display:none;}
.MainNav li:hover:after,.MainNav li.onnav:after{height: 68px;border-bottom: 4px solid #429138;}
.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:0;width:100%;padding:10px 0;line-height: 30px; background:rgba(255, 255, 255, 0.9);}
.NavPull.null{background:none; padding:0;}
.NavPull dd{ margin:0; position:relative;}
.NavPull a{ color:rgba(38, 38, 38, 1); display:block; font-size:16px; padding:5px 0;}
.NavPull a:hover,.NavPull dd:hover a{color:#1d3897;}

.closebtn{ position:fixed; left:0px; top:45px; 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:40px; 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 #3D55A7;}
.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:1280px){
.MainNav span a{padding:0 18px;}
}
@media ( max-width:1024px){
.Header{position: fixed;left: 0;top: 0;width: 100%;z-index: 100;}
.Header .toper{line-height: 30px;}
.Header .LogoTop .img img{width: 38px;vertical-align: middle;}
.Header .LogoTop .w1400{height:45px;line-height:45px;}
.Header h1 img{ height:33px !important;}
.Header .openbtn{display: block;}
.Search .Searchico{height: 30px;}
.Search{position: static;padding:0;}
.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:220px; padding:0; right:-220px;background: #fff;top:45px;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:#3D55A7;}
.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;}
.NavPull dd a{padding-left: 25px;}
}
@media(max-width:640px){
.Header .LogoTop h1 img:nth-child(1){margin-right: 3px;}
.Header .LogoTop .img img{margin-right: 10px;}
.Header h1 img{ height:28px !important;}
}
/*Top*/

/*Bottom*/
.Footer{color:#fff;background:#556bbe url(../images/footerbg.jpg) center bottom no-repeat;padding:67px 0 67px;background-size: cover;}
.Footer .logo{float: left;}
.Footer .contact{float: right;padding-top: 5px;color: #B3BFEB;}

.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{margin-bottom: 10px;width: 45%;}
	.totop{width: 40px;height: 40px;line-height: 40px;}
}
@media ( max-width:768px){
	.Footer .logo{width: 80%;}
	.Footer .contact{float: none;clear: both;}
}
/*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:25px;}

.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;}
}

.HomeTit1{line-height: 37px;height:37px;position: relative;margin-bottom: 24px;background: rgba(66, 145, 56, 0.3);}
.HomeTit1 aside{font-size: 20px;color:#fff;position: absolute;left:0;top:-4px;width:179px;height:51px;padding:0 0 0 56px;background:url(../images/titbg1.png);line-height: 41px;font-weight: 700;}
.HomeTit1 a.more{position: absolute;right: 26px;top:0;background:url(../images/more.png) no-repeat right center;padding-right: 18px;color: #586556;transition: all 0.5s;}
.HomeTit1 a.more:hover{color: #3D55A7;padding-right: 25px;}

.HomeTit2{line-height: 37px;height:37px;position: relative;margin-bottom: 24px;background: #EAEEFB;}
.HomeTit2 aside{font-size: 20px;color: #3D55A7;position: absolute;left:0;top:-4px;width:179px;height:51px;padding:0 0 0 56px;background:url(../images/titbg2.png);line-height: 41px;font-weight: 700;}
.HomeTit2 a.more{position: absolute;right: 26px;top:0;background:url(../images/more2.png) no-repeat right center;padding-right: 18px;color: #64719E;transition: all 0.5s;}
.HomeTit2 a.more:hover{color: #3D55A7;padding-right: 25px;}

.HomeTit{border-bottom: 1px solid #d9d9d9;line-height: 32px;position: relative;margin-bottom: 23px;}
.HomeTit aside{font-size: 20px;color:#3D55A7;position: relative;display: inline-block;vertical-align: top;padding: 0 0 8px 4px;}
.HomeTit aside:After{position: absolute;left: 0;bottom: -2px;height:3px;width: 100%;content: "";background:#429138;}
.HomeTit img{display: inline-block;vertical-align: middle;margin-right: 5px;width: 32px;}
.HomeTit a.more{position: absolute;right: 0;top:6px;background:url(../images/more.png) no-repeat right center;padding-right: 18px;color: #8C8C8C;transition: all 0.5s;}
.HomeTit a.more:hover{color: #3D55A7;padding-right: 25px;}
.HomeTit ul{display: flex;}
.HomeTit ul li:not(:last-child){margin-right: 50px;}
.HomeTit ul li:not(:last-child) span:before{position: absolute;width: 1px;height: 23px;content: "";top: 7px;right: -28px;background-color: #d9d9d9;}
.HomeTit ul li a.more{display: none;}
.HomeTit ul li span{font-size: 20px;color: #A3AFA1;position: relative;display: inline-block;vertical-align: top;padding: 0 0 8px 4px;cursor: pointer;}
.HomeTit ul li .i2{display: none;}
.HomeTit ul li.on a.more{display: block;}
.HomeTit ul li.on span{color:#3D55A7;font-weight: 700;}
.HomeTit ul li.on span:After{position: absolute;left: 0;bottom: -2px;height:3px;width: 100%;content: "";background:#429138;}
.HomeTit ul li.on .i1{display: none;}
.HomeTit ul li.on .i2{display: inline-block;}

.TabSlide{position: relative;}
.HomeBox{padding:70px 0 70px;overflow: hidden;}
.HomeBox .leftCon{width: 60.28%;float: left;}
.HomeBox .rightCon{width: 35.71%;float: right;}

.Focus{width: 27.2%;float: left;overflow: hidden;}
.Focus .item{position: relative;}
.Focus .titbox{background-color: #eff3ff;padding: 7px 9px 0 7px;min-height: 77px;line-height: 20px;font-size: 16px;}
.Focus .titbox .date{color: #3D55A7;margin-bottom: 3px;font-family: "Times New Roman";font-weight: bold;}
.Focus .imgbox{padding-top: 182px;}
.Focus .slick-dots{bottom:80px;text-align: right;padding-right: 15px;}
.Focus:hover .slick-prev{left: 0;}
.Focus:hover .slick-next{right: 0;}
.HomeBox .News .ListWz{width: 70.58%;float: right;margin-top: -6px;}

.ListWz li{height: 40px;position: relative;padding: 0 80px 0 18px;line-height: 40px;font-size: 16px;background: url(../images/ico_arr.png) 0px center no-repeat;transition: all 0.5s;}
.ListWz .date{position: absolute;right: 0;top: 0;font-size: 14px;color: #8c8c8c;}
.ListWz li:hover{padding-left: 22px;}

.ListWz2 li{min-height: 32px;padding: 0 15px 12px 103px;position: relative;line-height: 36px;font-size:16px;}
.ListWz2 li .date{position: absolute;left: 31px;color: #3D55A7;font-family: "Times New Roman";}
.ListWz2 li .date span{font-size: 24px;/*background: url(../images/linebg2.gif) right center no-repeat;*/padding-right: 13px;margin-right: 4px;font-weight: bold;display: inline-block;vertical-align: middle;}

.HomeBox .keyan {padding-top: 38px;min-height: 410px;background: url(../images/homebg.png) right 140px bottom 0 no-repeat;}
.HomeBox .keyan .ListWz{width: 70.58%;float: right;margin-top: -6px;}

.HomeBox .pro{position: relative;}
.HomeBox .pro .list{margin-left: -12px;padding-bottom: 48px;}
.HomeBox .pro .list .item{width: 33.333%;float: left;padding: 0 0 12px 12px;}
.HomeBox .pro .list a{display: block;position: relative;text-align: center;}
.HomeBox .pro .list .imgbox{padding-top: 120px;}
.HomeBox .pro .list .ti{position: absolute;left: 0;bottom: 0;width: 100%;z-index: 2;color: #fff;padding: 3px;background-color: rgba(57, 83, 173, 0.50);}
.HomeBox .pro .state{position: absolute;right: 0;bottom: 36px;padding: 0 20px;}
.HomeBox .pro .state .slick-arrow{width: 14px;height: 14px;border-radius: 2px;border: 1px solid #d9e9d7;color: #419038;top: auto;bottom: -4px;background-size: 40%;background-color: transparent;}
.HomeBox .pro .state .slick-arrow:hover{color: #fff;background-color: #419038 !important;}
.HomeBox .pro .state .slick-prev{left: 0;background-image: url(../images/arrleft.gif);}
.HomeBox .pro .state .slick-prev:hover{background-image: url(../images/leftarr.png);}
.HomeBox .pro .state .slick-next{right: 0;background-image: url(../images/arrright.gif);}
.HomeBox .pro .state .slick-next:hover{background-image: url(../images/rightarr.png);}
.HomeBox .pro .slick-dots{position: static;line-height: 8px;}
.HomeBox .pro .slick-dots li {width: 6px;height: 6px;}
.HomeBox .pro .slick-dots li button{width: 6px;height: 6px;}
.HomeBox .pro .slick-dots li:nth-child(1) button{background-color: #429138;}
.HomeBox .pro .slick-dots li:nth-child(2) button{background-color: #7ab273;}
.HomeBox .pro .slick-dots li:nth-child(3) button{background-color: #b3d3af;}
.HomeBox .pro .slick-dots li:nth-child(4) button{background-color: #d9e9d7;}
.HomeBox .pro .slick-dots li:nth-child(5) button{background-color: #e8f1e7;}
.HomeBox .pro .slick-dots li:nth-child(6) button{background-color: #f0faee;}
.HomeBox .pro .slick-dots li.slick-active button{background-color: #429138;}

.HomeBox .part{display: flex;justify-content: space-between;}
.HomeBox .part .title{width: 95px;padding: 10px 33px;height:252px;display: flex;align-items: center;justify-content: center;color: #fff;font-size: 26px;line-height: 37px;background: url(../images/titbg3.png) no-repeat center center/cover;}
.HomeBox .part ul{padding-right: 18px;flex: 1;}
.HomeBox .part ul li:not(:last-child){margin-bottom: 14px;}
.HomeBox .part ul li a{color: #3D55A7;display: block;font-size: 18px;line-height: 52px;background: url(../images/titbg4.png) no-repeat center center/cover;text-align: center;font-weight: 700;}

@media(max-width:1024px){
	.HomeBox .leftCon{width: auto;float: none;}
	.HomeBox .rightCon{width: auto;float: none;}
	.HomeBox .Notice{padding-bottom: 15px;}
}
@media(max-width:768px){
.HomeTit aside,.HomeTit1 aside,.HomeTit2 aside{font-size: 18px;}
.HomeTit1 a.more{right: 8px;}
.HomeBox{padding:25px 0;}
.HomeBox .News{width:auto;float:none;}
.HomeBox .Notice,.Focus,.HomeBox .News .ListWz,.HomeBox .keyan .ListWz{width:auto;float:none;margin: 0;}
.HomeBox .Notice{padding-top: 25px;}
.ListWz2 li .date span{font-size: 18px;}
.ListWz2 li {padding-left: 95px;padding-right: 0;line-height: 24px;min-height: 24px;}
.ListWz2 li .date{left: 0;}

.Focus {margin-bottom: 15px;}
.Focus .imgbox{padding-top: 64%;}
.HomeBox .keyan{padding-top: 20px;min-height: 100px;}

.ListWz li {height: 33px;line-height: 33px;}
.ListWz2 li{margin-left: 0;}

.HomeTit2 aside span{font-size: 20px;padding: 0 25px;}
.HomeTit2 p{margin-top: 0;}

.HomeTit ul li:not(:last-child){margin-right: 10px;}
.HomeTit ul li:not(:last-child) span:before{display: none;}
.HomeTit ul li span{font-size: 18px;}
.HomeTit ul li a.more{top: 1px;}
.HomeTit ul li span{padding-left: 0;}
.HomeTit img{width: 25px;margin-right: 0;}

.HomeBox .part .title{width: 45px;padding: 10px;font-size: 20px;line-height: 30px;}
}
/*首页 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:#3D55A7;}

.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:#3D55A7;}
.NewsList2 li .more i{ display:inline-block; vertical-align:middle; background:url(../images/more2.png); width:13px; height:9px; margin-left:8px;}
.NewsList2 li:hover{ background-color:#f8f8f8;}
.NewsList2 li:hover .date{ background:#3D55A7; color:#fff;}
.NewsList2 li:hover .date span{color:#fff;}
.NewsList2 li:hover .tit{color:#3D55A7;}

.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: #3D55A7 url(../images/more2.png) center center no-repeat;}
.PhotoNews li:hover .tit{ color:#3D55A7;}

.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:#3D55A7;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:right;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}