@charset "utf-8";
/* CSS Document */
*::selection{background:#047904; color:#fff; text-shadow:none;}
*{margin:0;padding:0;}
body{font-size:15px; color:#000; font-family:"Microsoft YaHei","微软雅黑","黑体",sans-serif; background:#fff; min-width:1260px;_width:1260px;}
body a{text-decoration:none; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
a:link,a:visited{color:#000;}
a:hover{color:#047904;}
/*去掉图形热点的点击时出现的边线*/
a,area{blr:expression(this.onFocus=this.blur());}  /*for IE*/   
:focus{-moz-outline-style:none; outline:none;}     /* for Firefox*/
img{border:0;}
ul,li{list-style-type:none;}
.clear{clear:both; height:0;}
table,table td{border-collapse:collapse;}
.overHidden{overflow:hidden; position:fixed;}

.animate{-webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}

/* ie9以下警告 */
.pageTips{position:fixed; z-index:10000; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.9);}
.pageTips .container2{color:#fff; position:absolute; left:50%; top:50%; width:630px; margin-left:-315px; margin-top:-160px;}
.pageTips .container2 a.close{display:none; width:50px; height:50px; position:absolute; z-index:1; left:auto; right:-15px; top:40px; bottom:auto; background:url(close.png) no-repeat center center;}
.pageTips .container2 .img{text-align:center;}
.pageTips .container2 .msg{font-size:18px; line-height:36px; padding-top:30px;}
.pageTips .container2 a{color:#fff; text-decoration:underline;}

.container{min-width:1260px;_width:1260px; padding-top:171px; position:relative;}
@media screen and (min-width:1920px){
	.bgCover{background-size:cover !important;}	
}

.top{width:100%; height:171px; position:fixed; left:0; top:0; z-index:100;}
/* 头部 */
.head{width:100%; height:120px; background:#047904 url(headBg.jpg) no-repeat center bottom; border-bottom:#208931 1px solid;}
.head .logo{width:1260px; height:120px; background:url(logo.png) no-repeat left center; margin:0 auto;}
.search{width:200px; float:right; padding-top:12px;}
.language{height:24px; text-align:center; font-size:0;}
.language a{display:inline-block; height:24px; line-height:24px; font-size:14px; position:relative; margin-right:21px;}
.language a:after{display:block; width:1px; height:12px; background:#66a269; content:""; position:absolute; right:-11px; top:6px;}
.language a:last-of-type{margin-right:0;}
.language a:last-of-type:after{display:none;}
.language a:link, .language a:visited{color:rgba(255,255,255,0.7);}
.language a:hover{color:#fff;}

.searchCon{height:32px; border:#4ca959 1px solid; -webkit-border-radius:34px; border-radius:34px; overflow:hidden; margin-top:24px; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
.searchCon.on{border-color:#fff;}
.searchCon .keyword{width:calc(100% - 52px); height:32px; line-height:32px; padding:0 0 0 15px; font-size:14px; background:none; border:none; float:left; color:#fff;}
.searchCon .keyword::placeholder{color:rgba(255,255,255,0.4);}
.searchCon .searchBtn{display:block; width:32px; height:32px; background:url(iSearch.png) no-repeat center center; border:none; padding:0; margin:0 5px 0 0; cursor:pointer; float:left;}


/* 菜单 */
.menuWrap{height:50px; background:#076b0e;}
#menu{width:1260px; height:50px; margin:0 auto;}
#menu li{position:relative; text-align:center;}
/*
#menu>li{float:left; width:108px;}
#menu>li:first-of-type{width:72px;}
*/
#menu>li{float:left; width:100px;}
#menu>li:first-of-type{width:60px;}
#menu>li>a{display:block; height:50px; line-height:50px; font-size:16px;}
#menu>li>a:link, #menu>li>a:visited{color:#fff;}
#menu>li>a:hover, #menu>li>a.current:hover{background-color:#f58f0b;}
#menu>li>a.current{background-color:#047904;}

/*这是第二级菜单*/
#menu ul{display:none; width:100%; background-color:#047904; position:absolute; z-index:999; left:0;}
#menu ul li{margin-left:0; width:100%;}
#menu ul li a:link, #menu ul li a:visited{display:block; padding:8px 5px; color:#fff; line-height:24px; font-size:14px;}
#menu ul li a:hover, #menu ul li a.current{background-color:#f58f0b; color:#fff;}
#menu>li:nth-of-type(5)>ul{width:calc(100% + 20px); left:-10px;}

/**若子级菜单含有子级时，在a标签增加<i>标签作为箭头，由js实现动态增加，箭头大小调节i的边框宽度*/
#menu ul i{display:block; position:absolute; *top:10px; top:calc(50% - 4px); right:2px; z-index:10; width:0; height:0; border-color:transparent; border-width:4px; border-style:solid; border-left:4px #fff solid; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}

/*这是第三级菜单 及以后*/
#menu ul ul{top:0; left:100%; width:100%; border-left:2px solid #f58f0b;}
#menu ul ul li a:link, #menu ul ul li a:visited{font-size:14px;}


/* 轮播图 */
.banner{width:100%; margin:0 auto; position:relative; z-index:0;}
.banner .swiper-slide{display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; background:#fff url(loading.gif) no-repeat center center;}
.banner .swiper-slide a{display:block; width:100%; height:100%; position:relative;}
.banner .swiper-slide img{display:block; width:100%;}
.banner .swiper-slide p{display:block; max-width:800px; height:48px; line-height:48px; font-size:24px; color:#047904; background:rgba(255,255,255,0.7); overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding:0 12px; -webkit-border-radius:4px; border-radius:4px; position:absolute; right:20px; bottom:30px; z-index:10;}
.banner .swiper-slide a:hover p{background:rgba(255,255,255,0.9);}
.banner .swiper-pagination-bullets{bottom:30px !important; height:10px;}
.banner .swiper-pagination-bullet{width:10px; height:10px; display:inline-block; border-radius:6px; background:#fff; opacity:0.8; vertical-align:top; margin:0 5px !important;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#f6b32b;}
.banner .swiper-button-prev, .banner .swiper-button-next{color:#fff; font-size:36px;}
.banner .swiper-button-prev:after, .banner .swiper-button-next:after{display:none;}


.w1260{width:1260px; margin:0 auto;}
.w1260:after{display:block; content:""; clear:both;}


.indH{height:32px; line-height:32px; font-size:20px; font-weight:normal;}
.indH a{float:right; font-size:12px; height:25px; line-height:25px; display:block; margin-top:7px;}
.indH a em{font-size:12px;}
.indH a:hover{color:#f58f0b;}
.indH a.more{padding-right:30px; background:url(m01.png) no-repeat right center;}
.indH a.more:hover{background-image:url(m02.png);}
.indH p{float:left; height:32px; line-height:32px;}
.indH p i{font-size:24px; padding-right:4px; color:#156833; vertical-align:top; display:inline-block; height:32px; line-height:32px;}


/* 普通新闻列表 */
.newsList li{border-bottom:#d8d8d8 1px dashed;}
.newsList li h3{height:47px; line-height:47px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding-left:14px; background:url(a01.jpg) no-repeat left center; font-size:15px; font-weight:normal; margin-right:100px;}
.newsList li p{float:right; width:100px; height:47px; line-height:47px; color:#999; text-align:right;}


.mzap{height:59px; border-bottom:#cee0de 1px solid; background:#d9e8e7;}
.mzap .more{width:72px; height:59px; line-height:59px; float:right; text-align:right; font-size:12px;}
.mzap .more a:link, .mzap .more a:visited{color:#096709;}
.mzap .more a em{font-size:12px;}
.mzap .more a:hover{color:#f90;}
.mzap h2{width:128px; height:59px; line-height:59px; font-size:20px; font-weight:normal; color:#156833; float:left;}
.mzap h2 i{font-size:24px; padding-right:4px;}
.mzap ul{height:59px; margin:0 72px 0 128px; font-size:0;}
.mzap ul li{border-bottom:0; display:inline-block; vertical-align:top; width:33.3333%; height:59px; line-height:59px;}
.mzap ul li a{margin:0 20px; display:block; height:59px;}
.mzap ul li h3{height:59px; line-height:59px; padding-left:0; font-size:15px; margin:0 0 0 104px;}
.mzap ul li p{float:left; width:104px; height:59px; line-height:59px; white-space:nowrap; color:#777; text-align:left; font-size:15px;}
.mzap ul li p span{padding:0 8px; font-size:14px;}
.mzap ul li a h3, .mzap ul li a:hover h3{background:none;}


.newsTab:after{display:block; content:""; clear:both;}
.newsTab .hdTab{height:32px; line-height:32px;}
.newsTab .hdTab .more{float:right; height:25px; line-height:25px; padding-top:7px; display:block; font-size:0;}
.newsTab .hdTab .more a{display:inline-block; vertical-align:top; height:25px; padding-right:30px; font-size:12px; background:url(m01.png) no-repeat right center;}
.newsTab .hdTab .more a em{font-size:12px;}
.newsTab .hdTab .more a:hover{color:#f90; background-image:url(m02.png);}
.newsTab .hdTab i{float:left; color:#206f3d; font-size:24px; padding-right:4px;}
.newsTab .hdTab ul{height:32px; float:left;}
.newsTab .hdTab ul li{float:left; height:32px; font-size:20px; color:#888; cursor:pointer; margin-right:21px; position:relative;}
.newsTab .hdTab ul li:last-of-type{margin-right:0;}
.newsTab .hdTab ul li:after{display:block; content:""; width:1px; height:16px; background:#888; position:absolute; right:-11px; top:8px;}
.newsTab .hdTab ul li:last-of-type:after{display:none;}
.newsTab .hdTab ul li.on{color:#222;}
.newsTab .hdTab{clear:both; position:relative; overflow:hidden;}


.F1{padding:24px 0 36px; background:url(bg01.jpg) no-repeat center center;}
.news{width:800px; height:322px; float:left;}
.newsCon{margin-top:10px; height:240px; background:#fff; padding:20px;}
.picNews{width:356px; height:240px; overflow:hidden; float:left;}
.picNews .swiper-wrapper{height:240px;}
.picNews .swiper-slide{display:block; width:100%; height:240px; position:relative;}
.picNews .swiper-slide a{display:block; height:240px; overflow:hidden; position:relative;}
.picNews .swiper-slide p{height:240px; background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.picNews .swiper-slide h3{width:calc(100% - 24px); height:36px; line-height:36px; font-size:15px; font-weight:normal; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding:0 12px; background:rgba(0,0,0,0.5); position:absolute; left:0; bottom:0; color:#fff;}
.picNews .swiper-slide a:hover p{-webkit-transform:scale(1.05); -moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); transform:scale(1.05);}
.picNews .swiper-pagination-bullets{width:auto !important; height:18px !important; left:auto; right:2px; bottom:40px !important; font-size:0; text-align:right;}
.picNews .swiper-pagination-bullet{display:inline-block; zoom:1; vertical-align:top; width:18px; height:18px; line-height:18px; text-align:center; border:0; background:rgba(255,255,255,0.9); -webkit-border-radius:2px; border-radius:2px; opacity:1; margin:0 2px 0 0 !important; font-size:12px; color:#047904; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
.picNews .swiper-pagination-bullet-active{opacity:1; background:#f58f0b; color:#fff;}

.txtNews{height:240px; margin-left:376px; overflow:hidden;}
.txtNews li{border-bottom:0;}
.txtNews li h3{height:40px; line-height:40px; font-size:15px; padding-left:12px;}
.txtNews li p{height:40px; line-height:40px;}


.tzgg{margin-left:830px; height:322px;}
.tzgg ul{height:240px; padding:20px; background:#fff; margin-top:10px;}
.tzgg li{height:48px; padding-bottom:15px;}
.tzgg li:last-of-type{padding-bottom:0;}
.tzgg li h3{height:25px; line-height:25px; font-size:15px; font-weight:normal; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.tzgg li p{height:23px; line-height:23px; font-size:14px; color:#888;}
.tzgg li p .iconfont{padding-right:4px; font-size:15px;}


.F2{padding:24px 0 36px; height:380px; background:url(bg02.jpg) no-repeat center center;}
.F2 .indH a:link, .F2 .indH a:visited, .F2 .indH a i, .F2 .newsTab .hdTab .more a:link, .F2 .newsTab .hdTab .more a:visited{color:#d5f2d4;}
.F2 .newsTab .hdTab .more a{padding-right:0; background:none;}
.F2 .indH, .F2 .indH p i, .F2 .indH a:hover, .F2 .indH a:hover i, .F2 .newsTab .hdTab i, .F2 .newsTab .hdTab li.on, .F2 .newsTab .hdTab .more a:hover{color:#fff;}
.F2 .newsTab .hdTab li{color:#a7daaa;}
.F2 .newsTab .hdTab li:after{background:#a7daaa;}
.F2 .newsList{height:300px; padding:14px 24px 24px; background:#d9e8d9; -webkit-border-radius:5px; border-radius:5px; margin-top:12px; position:relative;}
.F2 .newsList:before{display:block; content:""; width:4px; height:24px; background:#f58f0b; position:absolute; left:0; top:20px;}
.F2 .newsList:hover{background:#fff;}
.F2 .newsList li{border-bottom-color:#aac6aa;}
.F2 .newsList li p, .F2 .newsList li h3{height:49px; line-height:49px;}
.F2 .newsList li p{width:50px;}
.F2 .newsList li h3{margin-right:50px; background-image:url(a03.png);}
.xyfw, .xzfc{width:360px; height:380px; float:left;}
.F2 .newsTab{width:480px; height:380px; padding:0 30px; float:left;}


.F3{padding:40px 0 30px; background:url(bg03.jpg) no-repeat bottom center;}
.F3News{height:295px; display:none;}
.F3News .newsTab .hdTab{border-bottom:#e0e0e0 1px solid; height:44px; line-height:44px;}
.F3News .newsTab .hdTab .more{height:30px; line-height:30px; padding-top:8px;}
.F3News .newsTab .hdTab .more a{height:30px; padding-right:0; background:none;}
.F3News .newsTab .hdTab .more a:link, .F3News .newsTab .hdTab .more a:visited{color:#047904;}
.F3News .newsTab .hdTab .more a:hover{background:none;}
.F3News .newsTab .hdTab .more a:hover{color:#f90;}
.F3News .newsTab .hdTab ul, .F3News .newsTab .hdTab ul li{height:44px;}
.F3News .newsTab .hdTab ul li:after{height:18px; top:13px;}
.F3News .newsTab .hdTab ul li i{display:none;}
.F3News .newsTab .hdTab ul li.on{height:42px; border-bottom:#047904 3px solid; top:0;}
.F3News .newsTab .hdTab ul li.on i{display:inline-block; padding-right:4px; font-size:24px;}
.F3News .newsList{padding-top:10px; height:240px;}
.F3News .newsList li{border-bottom:0;}
.F3News .newsList li p, .F3News .newsList li h3{height:48px; line-height:48px;}
.F3News .newsList li h3{background-image:url(a02.png); padding-left:18px;}

.F3Left{width:610px; height:295px; overflow:hidden; float:left;}
.F3Right{height:295px; margin-left:650px; overflow:hidden;}

.picLink{height:100px;}
.picLink li{display:inline-block; vertical-align:top; width:291px; height:100px; float:left; padding-right:32px;}
.picLink li:last-of-type{padding-right:0;}
.picLink li a{display:block; height:100px; overflow:hidden; -webkit-border-radius:3px; border-radius:3px; background:#44b3ac;}
.picLink li a:link, .picLink li a:visited{color:#fff;}
.picLink li p{width:156px; height:100px; background-repeat:no-repeat; background-position:center center; background-size:cover; float:right;}
.picLink li h3{margin-right:156px; text-align:center; height:100px; font-weight:normal;}
.picLink li h3 i{font-size:32px; display:block; height:40px; line-height:40px; padding-top:15px;}
.picLink li h3 span{display:block; height:24px; line-height:24px; font-size:15px;}
.picLink li a:hover{background:#f90;}


.xywh{margin-top:30px; height:248px; overflow:hidden;}
.xywh .indH{height:42px; line-height:42px; border-bottom:#e1e1e1 1px solid;}
.xywh .indH a:link, .xywh .indH a:visited{color:#047904;}
.xywh .indH a:hover{color:#f90;}
.xywh .swiper-container{height:190px; margin-top:15px;}
.xywh .swiper-wrapper{height:160px;}
.xywh .swiper-slide{display:block; width:240px; height:160px; position:relative;}
.xywh .swiper-slide a{display:block; height:160px; -webkit-border-radius:4px; border-radius:4px; overflow:hidden; position:relative;}
.xywh .swiper-slide p{height:160px; background-repeat:no-repeat; background-position:center center; background-size:cover; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.xywh .swiper-slide h3{width:calc(100% - 24px); height:36px; line-height:36px; font-size:15px; font-weight:normal; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; padding:0 12px; background:rgba(0,0,0,0.5); position:absolute; left:0; bottom:-36px; color:#fff; text-align:center;}
.xywh .swiper-slide a:hover p{-webkit-transform:scale(1.05); -moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); transform:scale(1.05);}
.xywh .swiper-slide a:hover h3{bottom:0;}
.xywh .swiper-pagination-bullets{height:10px !important; bottom:0 !important; font-size:0;}
.xywh .swiper-pagination-bullet{display:inline-block; zoom:1; vertical-align:top; width:10px; height:10px; border:0; background:#bdbdbd; -webkit-border-radius:10px; border-radius:10px; opacity:1; margin:0 5px !important; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
.xywh .swiper-pagination-bullet-active{opacity:1; background:#1b7b21;}


.iconLink{padding:30px 0; height:180px; overflow:hidden; background:url(bg04.jpg) no-repeat center center;}
.iconLink ul{height:180px; font-size:0;}
.iconLink ul li{display:inline-block; vertical-align:top; width:291px; height:180px; text-align:center; margin-right:32px; -webkit-border-radius:5px; border-radius:5px; overflow:hidden; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.iconLink ul li.i1{background-image:url(picBg01.jpg);}
.iconLink ul li.i2{background-image:url(picBg02.jpg);}
.iconLink ul li.i3{background-image:url(picBg03.jpg);}
.iconLink ul li.i4{background-image:url(picBg04.jpg); margin-right:0;}
.iconLink ul li a:link, .iconLink ul li a:visited{color:#fff;}
.iconLink ul li.iLink a{display:block; height:180px;}
.iconLink ul li.iLink p{height:80px; padding-top:24px;}
.iconLink ul li.iLink p i{display:block; width:78px; height:78px; line-height:78px; border:#fff 1px dashed; font-size:50px; -webkit-border-radius:50%; border-radius:50%; margin:0 auto;}
.iconLink ul li h3{height:42px; line-height:42px; padding:0 15px; font-size:24px; font-weight:normal; color:#fff;}
.iconLink ul li.iLink h3{padding-top:15px;}
.iconLink ul li.tLink h3{padding-top:42px;}
.iconLink ul li.tLink p{height:34px; padding-top:20px; font-size:0;}
.iconLink ul li.tLink p a{display:inline-block; vertical-align:top; height:32px; line-height:32px; border:#fff 1px solid; font-size:16px; -webkit-border-radius:4px; border-radius:4px; padding:0 15px; margin:0 21px;}
.iconLink ul li a:hover{background:rgba(255,255,255,0.2);}


.footNav{height:160px; padding:30px 0; background:#f1f1f1;}
.footNav dl{width:248px; height:160px; margin-right:60px; padding-right:62px; background:url(footNavDlBg.jpg) repeat-y right top; float:left;}
.footNav dl:first-of-type{border-left:0;}
.footNav dl dd{width:90px; height:160px; float:left; text-align:center;}
.footNav dl dd i{display:inline-block; width:45px; height:45px; line-height:45px; border:#acd8b0 1px solid; -webkit-border-radius:45px; border-radius:45px; font-size:26px; color:#21942c; margin-top:30px;}
.footNav dl dd span{display:block; height:50px; line-height:50px; font-size:16px; color:#006d33;}
.footNav dl dt{margin-left:124px; height:140px; padding:20px 0; line-height:28px; font-size:14px;}
.footNav dl dt a{display:block;}
.footNav p{float:right; width:148px; height:178px; background:#e3e3e3; border:#f1f1f1 1px solid; margin-top:-10px;}
.footNav p img{width:120px; height:120px; padding:14px;}
.footNav p span{display:block; height:30px; line-height:14px; text-align:center;}


/* 页底 */
.foot{background:url(footBg.jpg) no-repeat center bottom; color:#fff; padding:32px 0; font-size:14px;}

.link{width:432px; height:112px; float:right;}
.linkBox .mainlevel{width:200px; height:40px; position:relative; margin:8px 0 8px 16px; float:left;}
.linkBox li a{display:block; height:40px; line-height:40px; background:#489253; -webkit-border-radius:4px; border-radius:4px; cursor:pointer; padding-left:12px; font-size:15px; color:rgba(255,255,255,0.8);}
.linkBox li a:link, .linkBox li a:visited{color:rgba(255,255,255,0.8);}
.linkBox li a:hover{color:#fff;}
.linkBox li a i{display:block; width:40px; height:40px; line-height:40px; text-align:center; font-size:24px; float:right;}
.linkBox .mainlevel.on a i{transform:rotate(-180deg); -ms-transform:rotate(-180deg); -moz-transform:rotate(-180deg); -webkit-transform:rotate(-180deg); -o-transform:rotate(-180deg);}
.linkBox li ul{width:100%; max-height:320px; padding:0; background-color:#489253; border-bottom:rgba(0,0,0,0.1) 1px solid; position:absolute; left:0; bottom:38px; overflow-y:auto; display:none; z-index:999;}
.linkBox li ul li{height:auto;}
.linkBox li ul li a{height:auto; line-height:20px; padding:8px 12px; background:none; -webkit-border-radius:0; border-radius:0; font-size:14px;}
.linkBox li ul li a:hover{background:#f58f0b;}

.copy{height:86px; padding:13px 0; margin-right:440px; color:rgba(255,255,255,0.8);}
.copy h2{height:30px; line-height:30px; font-size:16px;}
.copy p{line-height:25px; font-size:14px; padding-top:6px;}
.copy a:link, .copy a:visited{color:rgba(255,255,255,0.8);}
.copy a:hover{color:#fff;}
.copy img{height:20px; margin-right:5px; vertical-align:text-bottom;}


#goHeadBtn{display:block; width:50px; height:50px; z-index:999; background:url(goHeadBtn.png) no-repeat; position:fixed; right:20px; bottom:196px; -webkit-transition:none; -moz-transition:none; -ms-transition:none; -o-transition:none; transition:none;}


.ny{width:1260px; margin:0 auto; padding:30px 0 50px;}
.left{width:240px; float:left; background:#f5f5f5;}
.left h2{line-height:30px; padding:15px; text-align:center; background-color:#047904; font-size:20px; color:#fff; font-weight:normal; position:relative;}
.left ul{padding:5px 0 5px 5px;}
.left ul li a{display:block; line-height:24px; padding:10px 30px 10px 15px; font-size:16px; position:relative;}
.left ul li a:after{display:block; content:""; position:absolute; *top:10px; top:calc(50% - 4px); right:8px; z-index:10; width:0; height:0; border-color:transparent; border-width:4px; border-style:solid; border-left:4px #047904 solid; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; -o-transition:all 0.4s; transition:all 0.4s;}
.left ul li a:hover{color:#f58f0b;}
.left ul li a:hover:after{border-left-color:#f58f0b;}
.left ul li a.on{background:#fff; color:#f58f0b;}
.left ul li a.on:after{border-left-color:#f58f0b;}
 
 
.right{margin-left:280px;}
.post{height:38px; line-height:38px; font-size:14px; color:#999; border-bottom:2px solid #e4e4e4;}
.post span{float:right; line-height:26px; padding-top:12px;}
.post p{float:left; color:#047904; border-bottom:2px solid #047904; font-size:20px; font-weight:normal;}

.list01{padding-top:10px;}

.picList01{}
.picList01 ul{margin-left:-30px; font-size:0;}
.picList01 ul li{display:inline-block; zoom:1; vertical-align:top; width:228px; margin:30px 0 0 30px; text-align:center;}
.picList01 ul li p{height:208px; padding:9px; border:#e5e5e5 1px solid;}
.picList01 ul li p i{display:block; height:208px; background-repeat:no-repeat; background-position:center center; background-size:contain;}
.picList01 ul li h3{height:30px; line-height:30px; font-size:16px; font-weight:normal; padding-top:5px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.picList01 ul li p, .picList01 ul li p i{-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.picList01 ul li a:hover p{border-color:#f90;}
.picList01 ul li a:hover p i{-webkit-transform:scale(1.05); -moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); transform:scale(1.05);}


.article{}
.articleTitle{padding:40px 0 20px; line-height:30px; font-size:20px; font-weight:600; text-align:center;}
.articleInfo{width:90%; font-size:14px; height:36px; line-height:36px; background:#f5f5f5; color:#666; text-align:center; margin:0 auto;}
.articleInfo label{padding-left:30px;}
.articleCon{line-height:30px; padding:20px 0 30px; font-size:16px;}
.articleCon img{max-width:960px; height:auto !important; margin:0 auto;_width:expression(document.body.clientWidth > 960 ? "960px" : "auto"); vertical-align:top;}
.article2 .articleCon img{max-width:1260px; _width:expression(document.body.clientWidth > 1260 ? "1260px" : "auto");}
.articleCon table{margin:0 auto !important;}
.articleCon table td{padding:5px; border:#000 1px solid;}

.teacherList{padding-top:24px;}
.teacherList h2{height:36px; line-height:36px; font-size:16px; font-weight:normal; border-bottom:#f5f5f5 1px solid;}
.teacherList h2 p{width:120px; height:36px; color:#fff; border-right:#f5f5f5 5px solid; background:#047904; text-align:center; float:left;}
.teacherList ul{width:calc(100% - 30px); padding:10px 15px 15px; background:#f5f5f5; font-size:0;}
.teacherList ul li{display:inline-block; zoom:1; vertical-align:top; width:100px; height:36px; line-height:36px; border-bottom:#d2d2d2 1px solid; margin:0 10px; text-align:center; font-size:14px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; margin-bottom:12px;}
.teacherList ul li a:hover{color:#e8ac00;}