﻿@charset "utf-8";
/*全局初始化样式*/
body{ padding:0; margin:0 auto; font-size: 14px; line-height:1.42857143; font-family:arial,Microsoft YaHei,'微软雅黑','宋体'; color: #666460; min-width: 320px; width: 100%; zoom:1;

/*禁用Webkit内核浏览器的文字大小调整功能*/
-webkit-text-size-adjust:none; 

/*取出点击出现半透明的灰色背景*/
-webkit-tap-highlight-color:rgba(0,0,0,0); 
-webkit-tap-highlight:rgba(0,0,0,0);

/*控制文本可选性*/
/*
-webkit-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;
*/

/*设置字体的抗锯齿或者说光滑度*/
-webkit-font-smoothing: antialiased;

/*网站背景*/
background:#f5f5f5;
}

/*默认去除ul、li的默认样式*/
.p,.h1,.h2,.h3,.h4,.h5,.h6{ margin: 0; padding: 0;}
.ul,.ul li{ list-style:none; margin: 0; padding: 0;} 
/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#666460;} 
/*表单元素获得焦点时不显示虚线框*/
input:focus { outline: none;}
input,button,select,textarea{ outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ } 
/*不允许多行输入文本框有滚动条*/
textarea{ resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ } 
/*初始化表单元素样式*/
textarea,input,select { background:none; border:none; margin:0; padding:0;}
/*初始化HTML5标签样式*/
audio,canvas,progress,video { display: inline-block; vertical-align:baseline;}
video{ max-width:100%; }
article,aside,footer,header,hgroup,nav,section,figure,figcaption{ display:block;}
/*去除figure边距*/
figure,figcaption{ margin:0px; padding:0px;}

/*初始化图片样式*/
img{ border:none; border:0; max-width:100%; vertical-align:top;}

/*初始化a的样式和字体样式*/
a{ color:#666460; text-decoration:none; -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:focus {outline:none; -moz-outline:none;}
a:hover{ color:#009a4c;}

/*清除浮动*/
.clear{ clear:both; height:0px; overflow:hidden;}

.clearfix:after { content: "."; display: block; height: 0; visibility: hidden; clear: both;
 font-size: 0px;}
.clearfix { zoom: 1;}

/*网站地图*/
.ul_sitemap li{ border-bottom:dotted 1px #ddd; padding:5px 0px;}
.ul_sitemap li strong{ width:90px; display:inline-block;}

.w1200{ max-width: 1200px; width:100%; margin: 0 auto;}

.web_Box{ width:100%; position: relative; float: left;}
/*全局样式*/


/*分页 .Page002193 为demo编号*/
.Page002193{zoom:1; overflow:hidden; text-align:center; padding:30px 0 5%; text-align:center;}
.Page002193 span{ padding:0px 3px; display:inline-block;}
.Page002193 a{ display:inline-block; background:#019a4c; margin:0px 2px; border:1px solid #bfbfbf; padding:0 1em; color:#fff; line-height:30px; border-radius:3px;transition: .3s ease-out;}
.Page002193 a:hover{ color:#fff; border:1px solid #a6cc21; background:#a6cc21;}
.Page002193 .p_cur,.Page002193 .p_count,.Page002193 .p_total,.Page002193 .p_jump,.Page002193 .a_first,.Page002193 .a_end{ display:none;}
.Page002193 .p_cur b{ color:#F00;}
.Page002193 .p_count b{ color:#F00;}
.Page002193 .p_total b{ color:#F00;}
.Page002193 .p_page em{ font-style:normal;}
.Page002193 .p_page em a{ padding: 0 11px; background:none; color:#666;}
.Page002193 .p_page em a:hover,
.Page002193 .p_page em a.a_cur{ color:#fff; background:#a6cc21; border-color:#a6cc21;}
.Page002193 .p_page b{ font-weight:normal;}


/*头部*/
.websiteTu{ position: absolute; top:0; left:0; z-index:1; width:100%; height:100%; overflow: hidden; }
.websiteTu li figure{ padding-top:100%; }
.websiteTu img{ display:none; }

.xufu{ width:96%; background:rgba(0, 0, 0, 0.4); color:#fff; float: left; font-size:12px; padding:13px 2%; position: relative; z-index:9; }
.xufu .left{ float: left; }
.xufu .right{ float: right; }
.xufu .right .shuJu{ margin-right:30px; float: left; }
.xufu .right .shuJu span{ display:inline-block; margin-right:10px; }
.header{ padding:30px 0; overflow: hidden; position:relative; z-index:9; }
.header .logo{ width:60%; float: left;  }
.header .all{float: right;}
.header .logot{text-align: right;padding: 0 0 10px 0;}
.header .logot .logo1{    display: inline-block;margin-right: 27px;width: 68px;}
.header .logot .logo2{position: relative;display: inline-block;width: 47px}
.header .logot .logo2 .mark{position: absolute;right: 0;top: 77px;display: none;width: 80px;}
.header .logot .logo2:hover .mark{display: block;}
.header .Top_Search{ margin-top:3%; background:rgba(255, 255, 255, 0.1); border:solid 1px #ececec; float: right; }
.header .Top_Search .text{ width:200px; float: left; color:#ececec; line-height:38px; height:38px; padding:0 10px; }
.header .Top_Search .btn{ float: right; border-left:solid 1px #ececec; cursor: pointer; width:38px; height:38px; line-height:38px; background:url(../images/search_icon.png) no-repeat center; }
.TopNnav{ background:#fff; position: relative; z-index:9; padding:0 15px; border-bottom:solid 2px #009a4c; }
.TopNnav{ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.TopNnav dl,.TopNnav dd,.TopNnav .dt{ margin:0; }
.TopNnav .dt{ width:auto; float: left; font-size:18px; width:7%; text-align: center;}
.TopNnav dd{ width:10%; margin-left:0.3333%; text-align:center; float: left; font-size:18px; }
.TopNnav .dt a,.TopNnav dd a{ display:block; padding:18px 0; color:#666666; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.TopNnav .dt.on,.TopNnav .dt:hover,
.TopNnav dd.on,.TopNnav dd:hover{ background:url(../images/Nav_BJ.png) center; }
.TopNnav .dt.on a,.TopNnav .dt:hover a,
.TopNnav dd.on a,.TopNnav dd:hover a{ color:#fff; }
@media screen and (max-width:768px){
.xufu{ text-align:left; }
.xufu .right .shuJu{ margin-right:0; }
.xufu .right{ float: left; width:100%;}
.header{ padding:20px 2%; width:96%; }
.header .logo{ width:55%; }
.header .Top_Search{ width:100%; margin-top:2%; }
.header .Top_Search .text{ width:73%;}
.TopNnav{ padding:0 2%; }
.TopNnav dd,.TopNnav .dt{ border-bottom:solid 1px #ececec; font-size:16px; width:50%; margin:0;}
.TopNnav .dt a,.TopNnav dd a{ padding:10px 0; }
}
@media screen and (max-width:640px){
.header .logo{ width:75%; }
.header .all{ width:20%; }
.header .logot .logo1,.header .logot .logo2{ margin:0; width:50%; float: left; }
.header .logot div img{ max-height:36px; margin-top:4px; }
.header .Top_Search{ display:none; width:100%; margin-top:0; }
.websiteTu li figure{ padding-top:0; background:none!important;}
.websiteTu img{ display:block; width:100%; }
}
/*头部*/


/*首页栏目内容*/
.HTabCon{ padding:15px; min-height:308px; overflow: hidden; background:#fff; position: relative; z-index:9; }
.HTabCon .Info{ display:none; }
.HTabCon .Info:first-child{ display:block; }

/*首页林场资讯*/
.Hnews .left{ width:56.5%; position: relative; float: left; }
.Hnews .left li{ position: relative; width:100%; }
.Hnews .left li figure{ text-align: center; }
.Hnews .left li img{ height:308px; }
.Hnews .left li .p{ position: absolute; left:0; bottom:0; width:100%; padding:10px; padding-right: 25%; background:rgba(0, 0, 0, 0.4); color:#fff; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.Hnews .left li .p{ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.Hnews .left .bx-viewport{ position: relative; z-index:2; }
.Hnews .left .bx-has-pager{ position: absolute; bottom:0; right:0; text-align:right; z-index:3; height:40px; line-height:40px; font-size:0; }
.Hnews .left .bx-pager .bx-pager-item{ width:10px; height:10px; vertical-align: middle; margin-right:10px; display:inline-block; }
.Hnews .left .bx-pager .bx-pager-item a{ background:#fff; border-radius:50%; display:block; width:10px; height:10px; }
.Hnews .left .bx-pager .bx-pager-item a.active{  background:#009a4c;}
.Hnews .right{ width:42%; float: right; }
.Hnews .right .Title div{ cursor: pointer; background:#009a4c; padding:10px 15px; color:#fff; float: left; width:50%; }
.Hnews .right .Title div{ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.Hnews .right .Title div a{ color:#fff; float: right; line-height:25px; }
.Hnews .right .Title div span{ float: left; padding-left:35px; font-size:17px; line-height:25px;}
.Hnews .right .Title div.on{ background:#a6cc21; }
.Hnews .right .Title div.one span{ background:url(../images/Home_Icon1.png) no-repeat left center; }
.Hnews .right .Title div.two span{ background:url(../images/Home_Icon2.png) no-repeat left center; }
.Hnews .right .TextCon{ width:100%; float: left; }
.Hnews .right .TextCon li{ padding-top:10px; width:100%; float: left; }
.Hnews .right .TextCon li .time{ float: right; }
.Hnews .right .TextCon li a{ display:block; float: left;padding-left:5px; width:70%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;  }
.Hnews .right .TextCon li i{ display:block; float: left; color:#cccccc; font-size:16px; }

/*首页关于七坡*/
.Habout{ width:100%; float: left; }
.Habout > div > .Title{ background:#009a4c; padding:10px 15px; color:#fff; float: left; width:100%; }
.Habout > div > .Title{ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.Habout > div > .Title span{ float: left; padding-left:35px; font-size:17px; line-height:26px;}
.Habout > div > .Title a{ color:#fff; float: right; line-height:25px; }
.Habout > div.Hteam > .Title{ background:#a6cc21; }
.Habout > div.HIntrod > .Title span{ background:url(../images/HAbout_Icon1.png) no-repeat left center; }
.Habout > div.Hteam > .Title span{ background:url(../images/HAbout_Icon2.png) no-repeat left center; padding-left:55px;  }
.Habout > div.Hmecha > .Title span{ background:url(../images/HAbout_Icon3.png) no-repeat left center; }
.Habout > div.Hhonor > .Title span{ background:url(../images/HAbout_Icon4.png) no-repeat left center; }
.Habout > div .TextCon{ width:100%; float: left; min-height:262px;}
.Habout .HIntrod{ width:32%; float: left; }
.Habout .HIntrod .wenz{ padding:10px 4%; max-height:96px; overflow: hidden; line-height:25px; border-top:none; }
.Habout .HIntrod .TextCon{ width:99.8%; border:solid 1px #f4f4f4; border-top:none;}
.Habout .Hteam{ width:23%; float: left; background:#f7f7f7; margin-left:1.5%; }
.Habout .Hteam .TextCon,
.Habout .Hmecha .TextCon{ padding:0 15px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.Habout .Hteam li span:last-child{ padding-left:20px; }
.Habout .Hteam li span:first-child{ padding-left:0px; }
.Habout .Hteam li,
.Habout .Hmecha li{ width:100%; padding:6px 0; float: left; border-bottom:solid 1px #eaeaea; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.Habout .Hmecha li{ padding:20px 0; }
.Habout .Hteam li:last-child,
.Habout .Hmecha li:last-child{ border-bottom:none; }
.Habout .Hmecha{ background: #f7f7f7; width:20%; float: left; margin-left:1.5%;}
.Habout .Hhonor{ float: left; width:20.36%; margin-left:1.5%; }
.Habout .Hhonor li{ position: relative; text-align:center; height:180px; width:100% !important; }
.Habout .Hhonor .TextCon{ padding:31px 0; min-height:0; position:relative;}
.Habout .Hhonor .bx-viewport{ position:relative; z-index:2;}
.Habout .Hhonor .bx-controls-direction a{ position:absolute; top:50%; z-index:3; margin-top:-24px; overflow:hidden; font-size:0; height:48px; width:15px;}
.Habout .Hhonor .bx-controls-direction a.bx-prev{ left:0; background:url(../images/HAbout_Iconl.png) no-repeat left center;}
.Habout .Hhonor .bx-controls-direction a.bx-next{ right:0; background:url(../images/HAbout_Iconr.png) no-repeat left center;}
/*首页重点项目*/
.Himportan li{width: 47%;float: left;margin-bottom: 13px;overflow: hidden;}
.Himportan li figure{width: 40%;float: left;margin-right: 2%;}
.Himportan li .h4{word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.Himportan li:nth-child(odd){margin-right: 1.8%;}
.Himportan li .TextC{width: 56.2%;float: right;}
.Himportan li .time{ display: block;margin: 13px 0;}
.Himportan li .TextC p{font-size: 14px; line-height: 25px;}
@media screen and (max-width:768px){
	.Himportan li{width: 100%;float: none;}
	.Himportan li:nth-child(odd){margin-right: 0;}
}
@media screen and (max-width:595px){
	.Himportan li .h4{margin: 10px 0;}
	.Himportan li figure{width: 100%;float: none;}
	.Himportan li .TextC{width: 100%;float: none;}


}
/*首页产品服务*/
.Hsever ul{overflow: hidden;}
.Hsever li{width: 31%;float: left;background: #EBEBEB;padding: 2px;margin-right: 2%}
.Hsever li:nth-child(3n){margin-right: 0}
.Hsever li img{width: 100%;display: block;margin: 0 auto;}
.Hsever li p{text-align: center;font-size: 16px;padding: 15px 0;}
.Hsever .more{text-align: center;margin-top: 15px;}
.Hsever .more a{background: #A6CC21;display: inline-block;padding: 5px 25px;margin: 0 auto;border-radius: 5px;color: #fff;}
@media screen and (max-width:595px){
	.Hsever li{width: 100%;float: none;margin-bottom: 15px;}


}

.Hanquan .right{ width:49.5%;  float: right;}
.Hanquan .left{ width:49.5%; float: left;}
.Hanquan .left .HlanmTit,
.Hanquan .right .HlanmTit{ width:25%; float: left; }
.Hanquan .left .HlanmCon,
.Hanquan .right .HlanmCon{/* width:75%;*/ float: left; padding-left:10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
.Hanquan .left .HlanmTit a,
.Hanquan .right .HlanmTit a{ padding:20px 0; position: relative; text-align: center; display:block; width:100%; background:#009a4c; color:#fff; border-bottom:solid 1px #1aa45e; border-top:solid 1px #008b45; }
.Hanquan .left .HlanmTit a span,
.Hanquan .right .HlanmTit a span{ display:block; width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.Hanquan .left .HlanmTit a:first-child,
.Hanquan .right .HlanmTit a:first-child{ border-top:none; }
.Hanquan .left .HlanmTit a:last-child,
.Hanquan .right .HlanmTit a:last-child{ border-bottom:none; }
.Hanquan .left .HlanmTit a:after,
.Hanquan .right .HlanmTit a:after{position: absolute; right:-6px; top:50%; display:none; width:6px; height:17px; margin-top:-9px; content: ""; background:url(../images/Jt_Icon.png) no-repeat right center; }
.Hanquan .left .HlanmTit a.on,.HBusine .left .HlanmTit a:hover,
.Hanquan .right .HlanmTit a.on,.HBusine .right .HlanmTit a:hover{ background:#a6cc21; }
.Hanquan .left .HlanmTit a.on:after,.HBusine .left .HlanmTit a:hover:after,
.Hanquan .right .HlanmTit a.on:after,.HBusine .right .HlanmTit a:hover:after{ display:initial; }
.Hanquan .right .HlanmTit a{ padding:27.5px 0; display:block; width:100%; }
.Hanquan .left .HlanmCon li.Topli,
.Hanquan .right .HlanmCon li.Topli{ white-space:initial; background:none; padding-bottom:10px; border-bottom:none; }
.Hanquan .left .HlanmCon li .time,
.Hanquan .right .HlanmCon li .time{float: right;}
.Hanquan .left .HlanmCon li.Topli figure,
.Hanquan .right .HlanmCon li.Topli figure{ width:39%; float: left; }
.Hanquan .left .HlanmCon li.Topli .time,
.Hanquan .right .HlanmCon li.Topli .time{ float: none; }
.Hanquan .left .HlanmCon li.Topli .TextCon,
.Hanquan .right .HlanmCon li.Topli .TextCon{ line-height:25px; color:#666666; width:57%; float:right; }
.Hanquan .left .HlanmCon li.Topli .TextCon p,
.Hanquan .right .HlanmCon li.Topli .TextCon p{ max-height:70px; overflow: hidden; }
.Hanquan .left .HlanmCon li.Topli .TextCon h4,
.Hanquan .right .HlanmCon li.Topli .TextCon h4{ line-height:35px; font-size:16px; color:#333333;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.Hanquan .left .HlanmCon li.Topli .TextCon h4,
.Hanquan .right .HlanmCon li.Topli .TextCon h4{ max-height:75px; }
.Hanquan .left .HlanmCon li:hover .TextCon h4,
.Hanquan .right .HlanmCon li:hover .TextCon h4{color:#009a4c; }
.Hanquan .left .HlanmCon li,
.Hanquan .right .HlanmCon li{ width:100%; padding:7px 0; background:url(../images/Jt_icon2.png) no-repeat left center; padding-left:15px; float: left; border-bottom:dashed 1px #ccc; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.Hanquan .left .HlanmCon li,
.Hanquan .right .HlanmCon li{ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.Hanquan .left .HlanmCon li:last-child,
.Hanquan .right .HlanmCon li:last-child{ border-bottom:none; }

/*首页创新发展*/
.HInnova > div .TextCon{ width:100%; float: left; }
.HInnova > div .TextCon{ padding:10px 2%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.HInnova > div .TextCon p{ max-height:60px; overflow: hidden; }
.HInnova > div .TextCon figure{ max-height:141px; overflow: hidden; }
.HInnova > div .TextCon img{ width:100%; }
.HInnova > div > .Title{ background:#009a4c; padding:8px 15px; color:#fff; float: left; width:100%; }
.HInnova > div > .Title{ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.HInnova > div > .Title span{ float: left; padding-left:35px; font-size:17px; line-height:30px;}
.HInnova > div > .Title a{ color:#fff; float: right; line-height:25px; }
.HInnova > div.left > .Title span{ background:url(../images/HInnova_Icon1.png) no-repeat left center; }
.HInnova > div.Juz > .Title span{ background:url(../images/HInnova_Icon2.png) no-repeat left center;}
.HInnova > div.right > .Title span{ background:url(../images/HInnova_Icon3.png) no-repeat left center; }
.HInnova > div{ width:32.5%; float: left; }
.HInnova .Juz{ margin:0 1.2%; }
.HInnova .left .TextCon h4{ line-height:40px; font-size:18px; color:#333333; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.HInnova .Juz .TextCon h4,
.HInnova .right .TextCon h4{ border-bottom:solid 1px #ccc; line-height:40px; font-size:18px; color:#333333; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.HInnova .Juz .TextCon .p,
.HInnova .right .TextCon .p{ color:#999999; margin:10px 0; }
/*首页党建党风*/
.HParty{ width:100%; overflow: hidden; }
.HParty > div .TextCon{ width:100%; float: left; }
.HParty > div .TextCon{ padding:10px 2%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.HParty > div > .Title{ background:#009a4c; padding:10px 15px; color:#fff; float: left; width:100%; }
.HParty > div > .Title{ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.HParty > div > .Title span{ float: left; padding-left:35px; font-size:17px; line-height:25px;}
.HParty > div > .Title a{ color:#fff; float: right; line-height:25px; }
.HParty > div.left > .Title span{ background:url(../images/HParty_icon1.png) no-repeat left center; }
.HParty > div.Juz > .Title span{ background:url(../images/HParty_icon2.png) no-repeat left center;}
.HParty > div.right > .Title span{ background:url(../images/HParty_icon3.png) no-repeat left center; }
.HParty .left,
.HParty .right{ width:32.5%; float: left; }
.HParty .left li,
.HParty .right li{ width:100%; float: left; margin-bottom:10px; }
.HParty .left li figure,
.HParty .right li figure{ float: left; width:40%; max-height:70px; overflow: hidden; }
.HParty .left li .Text,
.HParty .right li .Text{ float: right; width:58%; }
.HParty .left li .Text h4,
.HParty .right li .Text h4{ font-size:16px; color:#333333; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin-bottom:5px; }
.HParty .left li .Text p,
.HParty .right li .Text p{ color:#666666; max-height:40px; overflow: hidden; }
.HParty .left li:hover h4,
.HParty .right li:hover h4{ color:#009a4c; }
.HParty .Juz{ width:32.5%; float: left; margin:0 1.2%; }
.HParty .Juz .Top{ position: relative; }
.HParty .Juz .Top li{ height:127px; width:100% !important;  }
.HParty .Juz .Top li img{ max-height:100%; width:100%; }
.HParty .Juz .Top .bx-viewport{ position: relative; z-index:2; }
.HParty .Juz .Top .bx-has-pager{ position: absolute; bottom:0; right:0; text-align:right; z-index:3; height:40px; line-height:40px; font-size:0; }
.HParty .Juz .Top .bx-pager .bx-pager-item{ width:10px; height:10px; vertical-align: middle; margin-right:10px; display:inline-block; }
.HParty .Juz .Top .bx-pager .bx-pager-item a{ background:#fff; border-radius:50%; display:block; width:10px; height:10px; }
.HParty .Juz .Top .bx-pager .bx-pager-item a.active{  background:#009a4c;}
.HParty .Juz .Hli_list li{ padding:3px 0; border-top:dashed 1px #ccc; width:100%; float: left; }
.HParty .Juz .Hli_list li:first-child{ border-top:none; }
.HParty .Juz .Hli_list li .time{ float: right; }
.HParty .Juz .Hli_list li a{ display:block; float: left; padding-left:5px; width:70%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.HParty .Juz .Hli_list li i{ display:block; float: left; color:#cccccc; font-size:16px; }

/*首页森林经营*/
.HBusine .left,.HBusine .right{ width:49.5%; float: left;}
.HBusine .right{ float: right; }
.HBusine .left .HlanmTit,
.HBusine .right .HlanmTit{ width:25%; float: left; }
.HBusine .left .HlanmCon,
.HBusine .right .HlanmCon{ width:75%; float: left; padding-left:10px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
.HBusine .left .HlanmCon .ul,
.HBusine .right .HlanmCon .ul{ display:none; }
.HBusine .left .HlanmCon .ul:first-child,
.HBusine .right .HlanmCon .ul:first-child{ display:block; }
.HBusine .left .HlanmTit a,
.HBusine .right .HlanmTit a{ padding:20px 0; position: relative; text-align: center; display:block; width:100%; background:#009a4c; color:#fff; border-bottom:solid 1px #1aa45e; border-top:solid 1px #008b45; }
.HBusine .left .HlanmTit a span,
.HBusine .right .HlanmTit a span{ display:block; width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.HBusine .left .HlanmTit a:first-child,
.HBusine .right .HlanmTit a:first-child{ border-top:none; }
.HBusine .left .HlanmTit a:last-child,
.HBusine .right .HlanmTit a:last-child{ border-bottom:none; }
.HBusine .left .HlanmTit a:after,
.HBusine .right .HlanmTit a:after{position: absolute; right:-6px; top:50%; display:none; width:6px; height:17px; margin-top:-9px; content: ""; background:url(../images/Jt_Icon.png) no-repeat right center; }
.HBusine .left .HlanmTit a.on,.HBusine .left .HlanmTit a:hover,
.HBusine .right .HlanmTit a.on,.HBusine .right .HlanmTit a:hover{ background:#a6cc21; }
.HBusine .left .HlanmTit a.on:after,.HBusine .left .HlanmTit a:hover:after,
.HBusine .right .HlanmTit a.on:after,.HBusine .right .HlanmTit a:hover:after{ display:initial; }
.HBusine .right .HlanmTit a{ padding:27.5px 0; display:block; width:100%; }
.HBusine .left .HlanmCon li.Topli,
.HBusine .right .HlanmCon li.Topli{ white-space:initial; background:none; padding-bottom:10px; border-bottom:none; }
.HBusine .left .HlanmCon li.Topli figure,
.HBusine .right .HlanmCon li.Topli figure{ width:48%; float: left; }
.HBusine .left .HlanmCon li.Topli .TextCon,
.HBusine .right .HlanmCon li.Topli .TextCon{ line-height:25px; color:#666666; width:50%; float:right; }
.HBusine .left .HlanmCon li.Topli .TextCon p,
.HBusine .right .HlanmCon li.Topli .TextCon p{ max-height:70px; overflow: hidden; }
.HBusine .left .HlanmCon li.Topli .TextCon h4,
.HBusine .right .HlanmCon li.Topli .TextCon h4{ line-height:35px; font-size:16px; color:#333333;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.HBusine .left .HlanmCon li.Topli .TextCon h4,
.HBusine .right .HlanmCon li.Topli .TextCon h4{ max-height:75px; }
.HBusine .left .HlanmCon li:hover .TextCon h4,
.HBusine .right .HlanmCon li:hover .TextCon h4{color:#009a4c; }
.HBusine .left .HlanmCon li,
.HBusine .right .HlanmCon li{ width:100%; padding:7px 0; background:url(../images/Jt_icon2.png) no-repeat left center; padding-left:15px; float: left; border-bottom:dashed 1px #ccc; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.HBusine .left .HlanmCon li,
.HBusine .right .HlanmCon li{ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.HBusine .left .HlanmCon li:last-child,
.HBusine .right .HlanmCon li:last-child{ border-bottom:none; }

/*首页创新发展*/
.HInnova > div .TextCon{ width:100%; float: left; }
.HInnova > div .TextCon{ padding:10px 2%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.HInnova > div .TextCon p{ max-height:60px; overflow: hidden; }
.HInnova > div .TextCon figure{ max-height:141px; overflow: hidden; }
.HInnova > div .TextCon img{ width:100%; }
.HInnova > div > .Title{ background:#009a4c; padding:8px 15px; color:#fff; float: left; width:100%; }
.HInnova > div > .Title{ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.HInnova > div > .Title span{ float: left; padding-left:35px; font-size:17px; line-height:30px;}
.HInnova > div > .Title a{ color:#fff; float: right; line-height:25px; }
.HInnova > div.left > .Title span{ background:url(../images/HInnova_Icon1.png) no-repeat left center; }
.HInnova > div.Juz > .Title span{ background:url(../images/HInnova_Icon2.png) no-repeat left center;}
.HInnova > div.right > .Title span{ background:url(../images/HInnova_Icon3.png) no-repeat left center; }
.HInnova > div{ width:32.5%; float: left; }
.HInnova .Juz{ margin:0 1.2%; }
.HInnova .left .TextCon h4{ line-height:40px; font-size:18px; color:#333333; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.HInnova .Juz .TextCon h4,
.HInnova .right .TextCon h4{ border-bottom:solid 1px #ccc; line-height:40px; font-size:18px; color:#333333; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.HInnova .Juz .TextCon .p,
.HInnova .right .TextCon .p{ color:#999999; margin:10px 0; }

/*首页林场文化*/
.HCulture .left{ float: left; width:50%; }
.HCulture .left .Title{ background:#009a4c; color:#fff; float: left; width:100%; }
.HCulture .left .Title a{ font-size:18px; padding:8px 0; display:block; float: left; width:33%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; border-right:solid 1px #33ae70; }
.HCulture .left .Title a.on,.HCulture .left .Title a:hover{ background:#a6cc21; }
.HCulture .left .Title a.TIcon3{ border-right:none; }
.HCulture .left .Title span{ line-height:30px; color:#fff; }
.HCulture .left .Title .TIcon1 span{background:url(../images/HCulture_Icon1.png) no-repeat left center; padding-left: 35px; margin-left:25px;}
.HCulture .left .Title .TIcon2 span{background:url(../images/HCulture_Icon2.png) no-repeat left center; padding-left: 35px; margin-left:25px;}
.HCulture .left .Title .TIcon3 span{background:url(../images/HCulture_Icon3.png) no-repeat left center; padding-left:25px; margin-left:25px;}
.HCulture .left .TextCon{ width:100%; float: left; padding:0 15px; padding-top:10px; }
.HCulture .left .TextCon li.Topli{ white-space:initial; padding-left:0; background:none; width:100%; border-bottom:solid 1px #e5e5e5; padding-bottom:10px; margin-bottom:5px; }
.HCulture .left .TextCon li.Topli figure{ float: left; width:45%; }
.HCulture .left .TextCon li.Topli h4{ float: right; width:52%; font-weight:initial; line-height:35px; font-size:18px; color:#333333; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.HCulture .left .TextCon li.Topli p{ float: right; width:52%; line-height:25px; max-height:100px; overflow: hidden; font-size:14px; color:#666666; }
.HCulture .left .TextCon li{background:url(../images/Jit_icon1.png) no-repeat left center; line-height:30px; width:49%; padding-left:15px; float: left; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.HCulture .left .TextCon li:nth-child(2n){ float: left; }
.HCulture .right{ width:49%; float: right; }
.HCulture .right .Title{ background:#009a4c; padding:8px 15px; color:#fff; float: left; width:100%; }
.HCulture .right .Title span{ background:url(../images/HCulture_Icon4.png) no-repeat left center; float: left; padding-left:35px; font-size:17px; line-height:30px;}
.HCulture .right .TextCon{ width:100%; float: left; padding:0 15px; padding-top:10px; }
.HCulture .right .TextCon{ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.HCulture .right .TextCon figure{ width:57%; float: left; margin-right:3%; }
.HCulture .right .TextCon h4{ font-weight:initial; line-height:35px; font-size:18px; color:#333333; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.HCulture .right .TextCon p{line-height:27px; font-size:14px; color:#666666; }
.HCulture .right .TextCon h4,
.HCulture .right .TextCon p,
.HCulture .right .Title,
.HCulture .left .TextCon,
.HCulture .left .TextCon li,
.HCulture .left .Title{ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}

@media screen and (max-width:1024px){
.Habout .HIntrod .wenz{ max-height:70px; }
.Habout .Hteam .TextCon, .Habout .Hmecha .TextCon{ padding:0 10px; }
.Habout .Hteam li, .Habout .Hmecha li{ padding:6px 0; }
.Habout .Hhonor .TextCon{ padding:16px 0; }

.HParty .Juz .Hli_list li a{ width:65%; }
}
@media screen and (max-width:768px){

.Habout .HIntrod{ width:49%; margin-right:0; clear:both;  }
.Habout .Hteam{ width:49%; margin-left:0; float:right;}
.Habout .Hteam li, .Habout .Hmecha li{ padding:6px 0; clear:both; }
.Habout .Hmecha{ width:49%; margin-left:0; float: left;  clear:both; }
.Habout .Hhonor{ width:49%; margin-left:0; float: right; }

.HParty .left, .HParty .right{ width:100%; }
.HParty .left li figure, .HParty .right li figure{ width:22%; }
.HParty .left li .Text, .HParty .right li .Text{ width:75%; }
.HParty .Juz{ width:100%; margin:0; }

.HCulture .left,.HCulture .right{ float: left; width:100%; }
.HCulture .right .TextCon figure{ width:48%; }
}
@media screen and (max-width:640px){
.Habout .HIntrod,
.Habout .Hteam,
.Habout .Hmecha,
.Habout .Hhonor{ width:100%; margin:0; margin-bottom:10px;}
.Habout .HIntrod .wenz{ max-height:initial; }

.HBusine .left, .HBusine .right{ width:100%; }
.HBusine .left .HlanmCon li.Topli, .HBusine .right .HlanmCon li.Topli{ padding:0; }
.HBusine .left .HlanmCon li.Topli figure, .HBusine .right .HlanmCon li.Topli figure{ width:100%; }
.HBusine .left .HlanmCon li.Topli .TextCon, .HBusine .right .HlanmCon li.Topli .TextCon{ width:100%; }


.Hanquan .left, .Hanquan .right{ width:100%; }
.Hanquan .left .HlanmCon li.Topli, .Hanquan .right .HlanmCon li.Topli{ padding:0; }
.Hanquan .left .HlanmCon li.Topli figure, .Hanquan .right .HlanmCon li.Topli figure{ width:100%; }
.Hanquan .left .HlanmCon li.Topli .TextCon, .Hanquan .right .HlanmCon li.Topli .TextCon{ width:100%; }
.HCulture .left .TextCon li.Topli figure{ width:100%; }
.HCulture .left .TextCon li.Topli h4,
.HCulture .left .TextCon li.Topli p{ float: left; width:100%; }
.HCulture .left .Title .TIcon1 span,
.HCulture .left .Title .TIcon2 span,
.HCulture .left .Title .TIcon3 span{ padding-left:25px; margin-left:8px; background-size:20px!important; }

.Hnews .left li img{ width:auto!important; height:auto!important; max-height:161px; max-width:100%; }
}
/*首页栏目内容 END*/

/*首页内容*/
.HomeCbox{ background:#fff; padding:0 15px; overflow: hidden; position:relative; z-index:9; }
.HomeCbox{ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.HomeCbox1 .left{ width:56.5%; position: relative; float: left; }
.HomeCbox1 .left .title{ width:100%; float: left; background:#009a4c; padding:10px 0; color:#FFF; font-size:18px; }
.HomeCbox1 .left .title span{ float: left; padding-left:30px; margin-left:15px; font-size:17px; line-height:25px; background:url(../images/Home_Icon3.png) no-repeat left center;}
.HomeCbox1 .left .title a{ color:#fff; float: right; line-height:25px; font-size:14px; padding-right:20px; }
.HomeCbox1 .left .YinCon{ position: relative; float: left; width:100%; margin:10px 0 0; }
.HomeCbox1 .left .YinCon .Yinlanm{ padding-left:39%; }
.HomeCbox1 .left .YinCon .Yinlanm a{ margin-right:2px; display:block; color:#666666; border-radius:3px; padding:8px 15px; float: left; }
.HomeCbox1 .left .YinCon .Yinlanm a.on,.HomeCbox1 .left .YinCon .Yinlanm a:hover{ background:#a6cc21; color:#fff; }
.HomeCbox1 .left .YinCon ul{ float: left; min-height:130px; padding-top:20px; padding-left:39%; width:61%; }
.HomeCbox1 .left .YinCon ul li.liTop{ width:36.5%; max-height:100%; position: absolute; left:0; top:0; padding:0; }
.HomeCbox1 .left .YinCon ul li.liTop a{ width:100%; padding:0;}
.HomeCbox1 .left .YinCon ul li.liTop img{ max-height:100%; }
.HomeCbox1 .left .YinCon ul li{ position: relative; padding:5px 0; width:100%; float: left; }
.HomeCbox1 .left .YinCon ul li .time{ float: right; }
.HomeCbox1 .left .YinCon ul li a{ display:block; float: left;padding-left:5px; width:70%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.HomeCbox1 .left .YinCon ul li i{ display:block; float: left; color:#cccccc; font-size:16px; }
.HomeCbox1 .left .YinCon ul li .p{ position: absolute; left:0; bottom:0; width:100%; padding:8px 10px; background:rgba(0, 0, 0, 0.4); color:#fff; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.HomeCbox1 .left .YinCon ul li .p{ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.HomeCbox1 .right{ width:42%; float: right; }
.HomeCbox1 .right > div{ width:49%; }
.HomeCbox1 .right > div .title{ cursor: pointer; background:#009a4c; padding:10px 15px; color:#fff; float: left; width:100%; }
.HomeCbox1 .right > div .title{ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.HomeCbox1 .right > div .title a{ color:#fff; float: right; line-height:25px; }
.HomeCbox1 .right > div .title span{ float: left; padding-left:35px; font-size:17px; line-height:25px;}
.HomeCbox1 .right .Text1 .title span{ background:url(../images/Home_Icon4.png) no-repeat left center; }
.HomeCbox1 .right .Text2 .title span{ background:url(../images/Home_Icon5.png) no-repeat left center; }
.HomeCbox1 .right .Text1{ float: left; }
.HomeCbox1 .right .Text1 .zxbsCon{ margin-top:10px; float: left; width:100%; }
.HomeCbox1 .right .Text1 .zxbsCon a{ padding:52px 0 15px; background:url(../images/Home_ly1.png) no-repeat  center 10px; display:block; width:49.5%; float: left; text-align:center; color:#666666; }
.HomeCbox1 .right .Text1 .zxbsCon a:nth-child(2n){ border-left:dashed 1px #ccc; }
.HomeCbox1 .right .Text1 .zxbsCon a:nth-child(1){ border-bottom:dashed 1px #ccc; }
.HomeCbox1 .right .Text1 .zxbsCon a:nth-child(2){ border-bottom:dashed 1px #ccc; }
.HomeCbox1 .right .Text2{ float: right; }
.HomeCbox1 .right .Text2 .ksdhCon{ margin-top:10px; float: left; width:100%; }
.HomeCbox1 .right .Text2 .ksdhCon a{ background:#ebf7f1; padding:3.6px 0; color:#009a4c; margin-bottom:1px; display:block; width:100%; float: left; }
.HomeCbox1 .right .Text2 .ksdhCon a span{ font-size:16px; padding:15px 0; padding-left:40px; margin-left:10%; display:inline-block; }
.HomeCbox1 .right .Text2 .ksdhCon a .OA{ background:url(../images/Home_Ksnav1.png) no-repeat left center;}
.HomeCbox1 .right .Text2 .ksdhCon a .XT{ background:url(../images/Home_Ksnav2.png) no-repeat left center;}
.HomeCbox1 .right .Text2 .ksdhCon a .JB{ background:url(../images/Home_Ksnav3.png) no-repeat left center;}
.HomeCbox1 .right .Text2 .ksdhCon a:hover{ background:#d9f0e4; }
.HomeCbox2{ padding:10px 15px; }
.HomeCbox3{ padding:10px 15px; padding-bottom:30px; }
.HomeCbox3 > div .title{ padding:10px 0; text-align: center; background:url(../images/Index_like.jpg) repeat-x center; width:100%; float: left;}
.HomeCbox3 > div .title .Juz{ display:inline-block; padding:0 15px; background:#fff; }
.HomeCbox3 > div .title .Juz span{ color:#009a4c; font-weight:bold; }
.HomeCbox3 > div .title .Juz em{ font-style:normal; color:#54af7e; padding:0 5px; }
.HomeCbox3 > div .title .Juz a{ color:#54af7e; font-size:13px; }
.HomeCbox3 .left{ float: left; width:78%; }
.HomeCbox3 .left .TuImg{ float: left; width:100%; }
.HomeCbox3 .left .TuImg a{ float: left; display:block; width:49%; border:solid 1px #ccc; margin-bottom:10px; }
.HomeCbox3 .left .TuImg a:nth-child(2n){ float: right; }
.HomeCbox3 .left .TuImg a:nth-child(2n+1){ clear:both;}
.HomeCbox3 .right{ float: right; width:20%; }
.HomeCbox3 .right .TuImg{ float: left; width:100%; }
.HomeCbox3 .right .TuImg a{ width:100%; height:54px; line-height:52px; display:block; float: left; border:solid 1px #ccc; text-align:center; margin-bottom:10px; }
.HomeCbox3 .right .TuImg a img{ max-height:50px; vertical-align:middle; display:inline-block;}
@media screen and (max-width:768px){
.Hnews .left,
.Hnews .right,
.Hnews .left li img,
.HomeCbox1 .left,
.HomeCbox1 .right,
.HomeCbox3 .left,
.HomeCbox3 .right{ width:100%; }
.HomeCbox3 .right .TuImg a{ width:32%; margin-right:1.444%; }
.HomeCbox3 .right .TuImg a:nth-child(3n){ margin-right:0; }
}
@media screen and (max-width:640px){
.Hnews .right .Title div{ padding:10px 8px; }
.Hnews .right .Title div span{ font-size:15px; }
.HomeCbox1 .left .YinCon .Yinlanm{ padding-left:0; width:100%; }
.HomeCbox1 .left .YinCon ul{ width:100%; padding-top:10px; padding-left:0; }
.HomeCbox1 .left .YinCon ul li.liTop{ position:relative; width:100%; }
.HomeCbox1 .left .YinCon ul li.liTop img{ width:100%; }
.HomeCbox1 .right > div .title{ padding:10px 8px; }
.HomeCbox1 .right > div .title span{ font-size:15px; }
.HomeCbox3 .right .TuImg a{ margin-right:1%; }
}

/*底部*/
.footer{ width:100%; float: left; padding-bottom:10px; position: relative; z-index:9; }
.bottom{ background:#fff; overflow: hidden; border-top:solid 2px #009a4c; padding-top:20px; text-align: center; }
.bottom .botnav em{ font-style:normal; padding:0 15px; color:#e2e2e2; }
.bottom .Third{ width:100%; float: left; text-align: center; padding:10px 0; }
.bottom .botlxfs{ width:100%; float: left; }
.bottom .botlxfs .lxfs span,
.bottom .botlxfs .botlike a{ padding:3px 10px; display:inline-block; color:#666666;}
.bottom .botlxfs .botlike a:hover{ color:#009a4c; }
.bottom .botlxfs .addr,
.bottom .botlxfs .Copyright{ padding:3px 0px; width:100%; float: left; }
.bottom .botlxfs .Copyright,.bottom .botlxfs .Copyright a{ color:#b2b2b2; }
@media screen and (max-width:1000px){
.bottom .botnav em{ padding:0 5px; }
}
@media screen and (max-width:640px){
.bottom{ padding:2% 2% 0; }
.bottom{ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.bottom .botnav a{ display:inline-block; }
}

/*林场资讯*/
.news_list{ width:100%; float: left; padding:20px 0; }
.news_list li.li_top{ padding-bottom:25px; }
.news_list li.li_top a{ width:100%; white-space:initial; background:none; padding-left:0; }
.news_list li.li_top figure{ float: left; width:36.4%; }
.news_list li.li_top .TextR{ float: right; width:61.6%; }
.news_list li.li_top .TextR h4{ font-size:22px; padding:10px 0 15px; margin-bottom:15px; line-height:25px; color:#009a4c; font-weight:initial; border-bottom:dashed 1px #cecece; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.news_list li.li_top .TextR p{ max-height:100px; line-height:25px; color:#666666;}
.news_list li{ width:100%; float: left; border-bottom:dashed 1px #cecece; padding:15px 0; }
.news_list li a,.news_list li a .title{ background:url(../images/lingxn.png) no-repeat 10px center; display:block; float: left; padding-left:30px; width:70%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news_list.dwo_list li a{ width:100%; background:none; padding:0px; }
.news_list li .time{ float: right; }
.news_list li .dwoBut{ height:20px; width:40px; background:url(../images/dow_icon.png) no-repeat center; display:block; float: right;}
@media screen and (max-width:1000px){
.news_list li.li_top{ padding-bottom:15px; padding-top:0; }
.news_list li.li_top .TextR h4{ padding-bottom:10px; }
.news_list li.li_top figure,
.news_list li.li_top .TextR{ float: left; width:100%; }
}


/*关于七坡*/
.ColumnCon{ background:#fff; padding:15px; position: relative; z-index:9; }
.ColumnCon{ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.singlepage{ width:100%; float: left; }
.singlepage{ /*单片 设置文字两端对齐*/ text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; overflow:hidden;}
/*林场简介*/
.linc_Introd{ line-height:27px; color:#666666; }
.linc_Introd figure{ border:solid 2px #dedede; float: right; margin-left:15px; }
@media screen and (max-width:640px){
.linc_Introd figure{ border:solid 2px #dedede; float: right; margin-left:0px; margin-bottom:10px; }
}
/*领导团队*/
.team_list{ overflow:hidden; width:100%; margin:20px 0; }
.team_list li{ float: left; width:18%; margin-right:2.5%; margin-bottom:20px; text-align: center; }
.team_list li:nth-child(5n){ margin-right:0; }
.team_list li figure{ width:100%; padding-top:129%; background-size:contain !important; }
.team_list li p{ margin-top:10px; color:#212121; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:block; width:100%;float: left; }
.team_list li span{ color:#adadad; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:block; width:100%;float: left; }
@media screen and (max-width:640px){
.team_list li{ width:49%; margin-right:0; }
.team_list li:nth-child(2n){ float: right; }
}
/*下属机构*/
.Agency{}
.Agency_cay{ float: left; width:100%; margin-top:10px; margin-bottom:20px;}
.Agency_cay .Biaot{ color:#009a4c; font-weight:bold; font-size:16px; padding-left:25px; background:url(../images/Agency_icon.png) no-repeat left center;}
.Agency_cay li{ float: left; width:23%; margin-right:2.6%; padding:13px 0; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin-top:15px; text-align: center; color:#666666; background:#f2f3f2; }
.Agency_cay li:nth-child(4n){ margin-right:0; }
@media screen and (max-width:640px){
.Agency_cay li{ white-space:initial; width:49%; margin-right:0; padding:13px 5px; }
.Agency_cay li{ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.Agency_cay li:nth-child(2n){ float: right;}
.Agency_cay li:nth-child(2n+1){ clear:both; }
}
/*所获荣誉*/
.honor{ width:100%; float: left; }
.honor li{ float: left; width:31%; text-align:center; margin-right:3.33333%; margin-top:20px; }
.honor li:nth-child(3n){ margin-right:0; }
.honor li .pic{ border:solid 1px #e5e5e5; padding:20px;}
.honor li .pic figure{ width:100%; padding-top:66%; background-size:contain !important; }
.honor li p{ font-size:16px; margin-top:10px; color:#333333; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:block; width:100%;float: left;}
@media screen and (max-width:640px){
.honor li .pic{ padding:5px; }
.honor li p{ font-size:15px; margin-top:5px; }
}
/*重点项目*/
.projects_category{ float: left; width:100%; margin-top:10px; margin-bottom:20px;}
.projects_category li{ float: left; width:23%; margin-right:2.6%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin-top:15px; text-align: center; color:#666666; background:#f2f3f2; }
.projects_category li a{padding:13px 0; display:block; width:100%;}
.projects_category li:nth-child(4n){ margin-right:0; }
.projects_list li{ width:100%; float: left; margin-top:25px;}
.projects_list li .pic{width:22%; float: left; overflow:hidden;}
.projects_list li .pic figure{  padding-bottom: 64%; }
.projects_list li .TextC{ padding:0 20px; width:78%; float: left; }
.projects_list li .TextC{ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.projects_list li h4{ line-height:25px; font-size:16px; color:#333333; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.projects_list li .time{ color:#999999; padding:5px 0; display:block; width:100%; }
.projects_list li p{ max-height:75px; overflow: hidden; color:#666666; line-height:25px; }
@media screen and (max-width:768px){
.projects_list li figure{ width:35%; }
.projects_list li .TextC{ width:65%; }
}
@media screen and (max-width:640px){
.projects_category li{ white-space:initial; width:49%; margin-right:0; padding:13px 5px; }
.projects_category li{ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.projects_category li:nth-child(2n){ float: right;}
.projects_category li:nth-child(2n+1){ clear:both; }
.projects_list li figure,
.projects_list li .TextC{ width:100%; padding:0; }
.projects_list li figure img{ width:100%; }
.projects_list li .TextC{ padding-top:15px; }
.projects_list li .TextC p{ max-height:initial; }
}
/*产品服务*/
.product_list{}
.product_list li{ margin-top:25px; margin-right:2.9%; float: left; width:31.4%; text-align: center; }
.product_list li:nth-child(3n){ margin-right:0; }
.product_list li figure{ width:99%; border:solid 2px #ebebeb; padding-top:55.4%; background-size:contain !important; }
.product_list li p{ font-size:16px; color:#333333; width:100%; height:40px; line-height:40px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; background:#ebebeb; }
@media screen and (max-width:640px){
.product_list li{ margin-top:10px; }
.product_list li p{ font-size:13px; line-height:30px; height:30px; }	
}

/*产品服务*/
.video_list{}
.video_list li{ margin-top:25px; margin-right:2.9%; float: left; width:31.4%; text-align: center; }
.video_list li:nth-child(3n){ margin-right:0; }
.video_list li figure{ position: relative; width:100%; padding-top:69%; background-size:contain !important; }
.video_list li figure .icon{ position: absolute; top:50%; left:50%; margin-left:-20px; margin-top:-20px; background:url(../images/bof.png) no-repeat center; display:block; width:40px; height:40px; }
.video_list li p{ font-size:16px; color:#333333; width:100%; height:40px; line-height:40px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
@media screen and (max-width:640px){
.video_list li{ margin-top:10px; }
.video_list li p{ font-size:13px; line-height:30px; height:30px; }	
}

/*主题活动*/
.theme_category{ overflow:hidden; width:100%; margin:20px 0;}
.theme_category li{ width:23%; margin-right:2.6%; text-align: center; float: left; }
.theme_category li figure{ padding-top:33%; }
.theme_category li p{ white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.theme_category li:nth-child(4n){ margin-right:0; }
@media screen and (max-width:640px){
.theme_category li{ width:49%; margin-right:0; }
.theme_category li:nth-child(2n){ float: right; }
}

/*快速导航*/
.quick_list .Title{ padding:10px 0; width:100%; float: left; }
.quick_list .Title span{ color:#666666; padding:10px 0; font-size:18px;padding-left:30px; background:url(../images/ksu_icon.png) no-repeat left center;}
.quick_list .ul{ display:block; width:100%; float: left; margin-bottom:20px; }
.quick_list li{ float: left; width:18%; margin-right:2.5%; padding:0x 5; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin-top:15px; text-align: center; color:#666666; background:#f2f3f2; }
.quick_list li a{ display:block; width:100%; padding:13px 5px; }
.quick_list li:nth-child(5n){ margin-right:0; }

.Oawial{ font-size:0; margin:20px 0 0; text-align: center; }
.Oawial a{ font-size:14px; background:#009a4c; color:#fff; display:inline-block; text-align:center; width:100px; margin-right:10px; line-height:35px; border-radius:2px;}
.Oawial a:nth-child(2n){ margin-right:0; }
@media screen and (max-width:640px){
.quick_list li{ white-space:initial; width:49%; margin-right:0; padding:0 5px; }
.quick_list li{ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.quick_list li:nth-child(2n){ float: right;}
.quick_list li:nth-child(2n+1){ clear:both; }
}


/*在线留言*/
.trouble_list{ float:right; width:100%; margin:30px 0 10px;}
.trouble_list .item{ margin-bottom:10px;}
.trouble_list .item .Context{ min-height:30px; line-height:25px;}
.trouble_list .item i.icon{ display:block; position:absolute; right:20px; top:20px; background:url(../images/Joit_r.png) no-repeat left center; width:10px; height:11px;transition:all 0.5s ease-out 0s; overflow:hidden;}
.trouble_list .item i.icon{}
.trouble_list .item .Q{ margin:0; line-height:50px; padding-left:60px; padding-right:50px; overflow:hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:ellipsis; position:relative; background:#f5f5f5; cursor:pointer;transition:all 0.5s ease-out 0s;}
.trouble_list .item .Q>a{ font-weight:initial; color:#666666; font-size:14px;}
.trouble_list .item em.icon{ position:absolute; top:13px; left:13px; width:27px; height:27px; line-height:27px; display:block; text-align:center; font-family:Arial; font-size:16px; font-weight:bold; font-style:normal; color:#333;}
.trouble_list .item .Q em.icon{ background:#e5e5e5; color:#fff; transition:all 0.5s ease-out 0s;}
.trouble_list .item .A{ position:relative;padding:16px 25px 16px 60px; background:#f1f1f1; display:none;}
.trouble_list .item .A em.icon{ background:#a6cc21; color:#fff; transition:all 0.5s ease-out 0s;}
.trouble_list .item.active .Q em.icon{ background:#fff; color:#009a4c; }
.trouble_list .item.active i.icon{ background:url(../images/Joit_on.png) no-repeat left center;}
.trouble_list .item.active .Q{ background:#009a4c; }
.trouble_list .item.active .Q>a{ font-weight:initial; color:#fff; font-size:14px;}
.trouble_fomr{ width:100%; float: left; margin:30px 0; }
.trouble_fomr .Title{ padding:10px 0; margin-bottom:10px; width:100%; float: left; }
.trouble_fomr .Title span{ color:#333333; padding:10px 0; padding-left:30px; background:url(../images/wytw_icon.png) no-repeat left center;}
.trouble_fomr .textarea{ width:100%; }
.trouble_fomr textarea{ height:160px; width:100%; border:solid 1px #dcdcdc; padding:10px; float: left; }
.trouble_fomr textarea{ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.trouble_fomr .but{ width:100%; margin:20px 0; float: left; }
.trouble_fomr .but input{ height:40px; line-height:40px; width:125px; background:#a6cc21; border-radius:3px; cursor: pointer; color:#ffffff; }

/*联系我们*/
.ContactBox{ position: relative; width:100%; float: left; }
.ContactBox .ConwzText{ position: absolute; height:80%; top:10px; left:10px; background:#fdfdfc; z-index:3; padding:20px; }
.ContactBox .ConwzText h4{ font-weight:initial; font-size:20px; color:#666666; }
.ContactBox .ConwzText .litwq{ position: relative; padding:15px 0; padding-left:50px; line-height:25px;}
.ContactBox .ConwzText .litwq:after{ position: absolute; left:0; top:50%; display:block; width:38px; border-right:solid 1px #ccc; height:38px; margin-top:-19px; content: "";}
.ContactBox .ConwzText .litwq.addr:after{ background:url(../images/Contact_Icon1.png) no-repeat center;}
.ContactBox .ConwzText .litwq.phone:after{ background:url(../images/Contact_Icon2.png) no-repeat center;}
.ContactBox .ConwzText .litwq.fax:after{ background:url(../images/Contact_Icon3.png) no-repeat center;}
.ContactBox .ConwzText .litwq.mail:after{ background:url(../images/Contact_Icon4.png) no-repeat center;}
.Mpabox #Map{ width:100%; min-height:490px; float: left; }
.Mpabox #Map * img{ max-width:initial; }
@media screen and (max-width:640px){
.ContactBox .ConwzText{ position:initial; }
.Mpabox #Map{ min-height:300px; }
.ContactBox .ConwzText .litwq{ padding:10px 0; padding-left:50px; }
}



/*通用详细*/
.News_info{ overflow: hidden; max-width:1200px; margin:0 auto; width:100%; font-size: 14px; padding:10px 15px 30px;}
.News_info{ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.News_info .info_title{ margin:0; padding:10px 0px; font-size:18px; text-align:center;}
.News_info .info_time{ margin:0; font-size:12px; text-align:center; color:#A1A1A1; font-weight:normal; border-bottom:1px dotted #999999; padding-bottom:5px;}
.News_info .info_txt{ padding:10px 0px;}
.News_info .info_txt{ text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; clear:both;}
.News_info .PrevNextBox .h1{ font-size:12px; font-weight:normal;}
.News_info .PrevNextBox dl{ margin:0; display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.News_info .PrevNextBox a{ color:#555; }
.News_info .PrevNextBox a:hover{ color:#009a4c;}
.News_info .PrevNextBox a.none{ cursor:default;}
.News_info .PrevNextBox a.none:hover{ color:#ccc;}
@media screen and (max-width:640px){
.News_info{ padding:10px 0; }	
}

/*菜单*/

.MenuBox{ width:100%; float: left; padding-bottom:0px; }
.MenuBox .menu li{ float: left; border-radius:3px;  padding:8px 25px; text-align: center; margin-right:5px; margin-bottom:5px;}
.MenuBox .menu li a{ display:block; width:100%; color:#666666; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.MenuBox .menu li.on,.MenuBox .menu li:hover{ background:#a6cc21; }
.MenuBox .menu li.on a,.MenuBox .menu li:hover a{ color:#fff;}

SudTwo68.SudTwo li#SudTwo66,.SudTwo li#SudTwo65,.SudTwo li#SudTwo64,.SudTwo li#SudTwo63,.SudTwo li#SudTwo62,.SudTwo li#SudTwo68,.SudTwo li#SudTwo67,.SudTwo li#SudTwo66,.SudTwo li#SudTwo51{display:none;}
.SudTwo{ width:100%; float: left; text-align: center; font-size:0; }
.SudTwo li{ display:inline-block; font-size:14px; font-weight:bold; margin:0 10px; }
.SudTwo li a {background-color:#a6cc21; padding:5px 14px; border-radius:5px; color:#fff;}
/*.SudTwo li.on,.SudTwo li:hover{ border-bottom:solid 2px #009a4c; }*/
.SudTwo li.on a,.SudTwo li:hover a{background-color:#009a4c;}


@media screen and (max-width:640px){
.MenuBox .menu li{ width:49%; padding:8px 0; float: left; text-align: center; margin-right:0px; }
.MenuBox .menu li:nth-child(2n){ float: right; }
.MenuBox .menu li:nth-child(2n+1){ clear:both; }
}


/*悬浮*/
.XuanfBox{ position: fixed; top:35%; right:5px; width:66px; z-index:9; }
.XuanfBox a{ cursor: pointer; display:block; width:100%; padding:10px 0; background:#009a4c; margin-bottom:1px; text-align: center; color:#fff; }
.XuanfBox a i{ width:100%; display:block; }
.XuanfBox a.weixin{position: relative;}
.XuanfBox a.weixin .pic{ display:none; max-height:90px; max-width:90px; position: absolute; left:-135%; top:-13px; }
.XuanfBox a.weixin:hover .pic{ display:block; }

.XuanfBox a.lutan i{ padding-top:25px; background:url(../images/xufu_Icon1.png) no-repeat center;}
.XuanfBox a.weixin i{ padding-top:25px; background:url(../images/xufu_Icon2.png) no-repeat center;}
.XuanfBox a.weibo i{ padding-top:25px; background:url(../images/xufu_Icon3.png) no-repeat center;}
.XuanfBox a.oa i{ padding-top:25px; background:url(../images/xufu_Icon4.png) no-repeat center;}
.XuanfBox a.Zhid i{ padding-top:25px; background:url(../images/xufu_Icon5.png) no-repeat center;}
@media screen and (max-width:768px){
.XuanfBox{ right:0; }	
}
@media screen and (max-width:640px){
.XuanfBox{ display:none; }	
}

.home_ban{position: relative;}
.home_ban li{overflow:hidden;}
.home_ban img{width:100%;transition:20s 0.3s;}
.home_ban li:hover img{transform:scale(1.25);}
.home_ban .bx-has-pager{ position: absolute; bottom:0; right:0; text-align:center; width:100%; height:40px; line-height:40px; font-ize:0; z-index:100; }
.home_ban .bx-pager .bx-pager-item{ width:10px; height:14px; vertical-align: middle; margin:0 10px; display:inline-block; }
.home_ban .bx-pager .bx-pager-item a{font-size: 0; background:#fff; border-radius:50%; display:block; width:14px; height:14px; }
.home_ban .bx-pager .bx-pager-item a.active{  background:#009a4c;}