@charset "utf-8";
/* CSS Document */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin: 0;padding: 0;outline: 0;vertical-align: baseline}
input,select,textarea{margin: 0;padding: 0}
input,select{vertical-align: middle}
ul,ol{list-style: none}
ul,ol,li,dl,dt,dd,pre,form,fieldset,img,div{margin: 0;padding: 0;border: none}
img{vertical-align:top}
textarea{resize: none}
a{text-decoration: none}
a:hover{text-decoration:none}
h1,h2,h3,h4,h5,h6{font-size:1em; font-weight:400}
em{font-style: normal}
html{font-size: 100%;-webkit-text-size-adjust: 100%;-moz-text-size-adjust: 100%;-ms-text-size-adjust: 100%;text-size-adjust: 100%}
*,*::after,*::before{-webkit-box-sizing: border-box;box-sizing: border-box}
.clear{clear: both}
.clearfix,.w{zoom: 1}
.clearfix:after,.w:after{content: ".";display: block;overflow: hidden;height: 0;clear: both;visibility: hidden}
.fl{float: left}
.fr{float: right}
html,body{width:100%; min-width:1400px; margin:0 auto; color:#333; font-family:Arial, Helvetica, sans-serif; background:#eee;}

/*头部及导航菜单*/

.toper-w{width:100%;height:171px; position: fixed; top:0px; z-index:999; background:#fff;}
.toper-n{width:1080px; height:123px; margin:0 auto; background:url(../img/bnt.jpg) no-repeat right center; overflow:hidden;}
.toper-logo{width:670px; height:102px; margin-top:10px; z-index:999999;}
.toper-logo img{width:670px; height:102px;}
.meun-w{width:100%; height:48px; background:#6dae00;}
.meun-n{width:1085px; height:48px; margin:0 auto;}

/*导航菜单*/
.venus-menu{width:1085px; margin:0; padding:0; position:relative; float:left; list-style:none;}
.venus-menu li{display:inline-block; width:155px; margin:0; padding:0; float:left; line-height:20px; position:relative; text-align:center;}/*宽如不设，a中设左右边距*/
.venus-menu > li > a{
	padding:14px 0;
	font-size:18px;
	color:#fff;
	text-decoration:none;
	display:block;
	border-right:1px solid #89ca1d;
	-webkit-transition:color 0.2s linear, background 0.2s linear;
	-moz-transition:color 0.2s linear, background 0.2s linear;
	-o-transition:color 0.2s linear, background 0.2s linear;
	transition:color 0.2s linear, background 0.2s linear;
}
.venus-menu li:hover > a{color:#fff; background:#cfa972;}
.venus-menu ul li a:hover{color:#000;}
.venus-menu li.active{background:#cfa972;}
.venus-menu > li:hover > a i, .venus-menu li.active a i{color:#fff;}
.venus-menu ul, .venus-menu ul li ul{list-style:none; margin:0; padding:0; display:none; position:absolute; z-index:99; width:155px;}
.venus-menu .kd150{width:150px !important; left:-15% !important;}
.venus-menu ul{top:48px; left:0;}

.venus-menu ul li ul{top:0; left:100%; padding-left:10px;}
.venus-menu ul li{clear:both; width:100%; border:none;}
.venus-menu ul li a{
	padding:14px 10px;
	width:240px;
	color:#fff !important;
	font-size:14px;
	text-decoration:none;
	display:inline-block;
	float:left;
	clear:both;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-transition:background 0.2s linear;
	-moz-transition:background 0.2s linear;
	-o-transition:background 0.2s linear;
	transition:background 0.2s linear;
}
.venus-menu ul li:hover > a{background:#d2d2d2 !important; color:#000 !important;}
.venus-menu ul li > a{background:#6dae00 !important; border-bottom:1px #89ca1d solid; font-size:14px;}
.venus-menu > li > ul > li:first-child:hover a:before{border-bottom-color:#d2d2d2;}
.venus-menu > li > ul > li ul li:first-child:hover a:before{border-right-color:#999;}
.venus-menu > li .indicator{
	position: absolute;
	color:#FFF;
	top:18px;
	right:10px;
	font-size:14px;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	font-family: "宋体";
}
.venus-menu > li:hover > .indicator{color:#fff;}
.venus-menu ul > li .indicator{top:10px; right:60px; color:#fff;}
.venus-menu > li.showhide{display:none; width:100%; height:50px; cursor:pointer; color:#eee; background:none; border:none;}
.venus-menu > li.showhide span.title{margin:10px 0 0 10px; float:left; background:#202020;}
.venus-menu > li.showhide span.icon{margin:10px 20px 16px; height:30px; float:right;}
.venus-menu > li.showhide .icon em{margin-bottom:4px; display:block; width:30px; height:2px; background:#999;}
.zoom-out{-webkit-animation:zoomOut 200ms ease both; -moz-animation:zoomOut 200ms ease both; -o-animation:zoomOut 200ms ease both; animation:zoomOut 200ms ease both;}

@-webkit-keyframes zoomOut{
	0%{-webkit-transform:scale(.6);}
	100%{-webkit-transform:scale(1);}
}
@-moz-keyframes zoomOut{
	0%{-moz-transform:scale(.6);}
	100%{-moz-transform:scale(1);}
}
@-o-keyframes zoomOut{
	0%{-o-transform:scale(.6);}
	100%{-o-transform:scale(1);}
}
@keyframes zoomOut{
	0%{transform:scale(.6);}
	100%{transform:scale(1);}
}
/*首页切换大图*/
.banner{ width:100%; height:467px; overflow:hidden; position:relative; font-size:0; min-width:1400px; margin-top:171px;}
.b-img{ height:467px;  position:absolute; left:0; top:0;}
.b-img a{ display:block; height:467px; float:left; background-size:cover !important;}
.b-list{ height:30px; padding-top:437px; position:relative; margin:0 auto; z-index:1;}
.b-list span{ display:block; cursor:pointer; width:30px; height:4px; background:#eb5300; float:left; margin:0 5px; _margin:0 3px;}
.b-list .spcss{background:#ffc702;}
.bar-left{ position:absolute; z-index:1; display:block; width:60px; height:100%; left:0px; background:none; top:0px; }
.bar-right{ position:absolute;z-index:1; display:block; width:60px; height:100%; right:0px; background:none; top:0px; }
.bar-left em{ display:block; width:25px; height:50px; background:url(../img/arrow-m.png) 0px 0px no-repeat; margin:0 auto; margin-top:195px;}
.bar-right em{ display:block; width:25px; height:50px; background:url(../img/arrow-m.png) -25px 0px no-repeat; margin:0 auto; margin-top:195px;}
.bar-left .emcss{ background-position:0px -50px;}
.bar-right .emcss{ background-position:-25px -50px;}

/* 在线报名 */
.ind-adv{width:1080px; height:99px; margin:10px auto 0;}


/*页面底部*/
.foot-w{width:1080px; height:auto; min-height:106px; margin:0 auto;}
.foot-menu{width:100%; height:48px; border-bottom:1px solid #fff; text-align:center; color:#999; font-size:14px;}
.foot-menu a{padding:12px 40px; line-height:24px; font-size:14px; color:#666; text-align:center; display:inline-block; font-weight:bold;}
.foot-menu a:hover{color:#6dae00;}
.foot-txt{width:100%; height:58px; color:#999; text-align:center; font-size:14px; line-height:58px;}
.foot-txt span{font-weight:bold;}
 
/*分页*/
.am-pagination{padding-left:0;margin:1.5rem 0;list-style:none;color:#999;text-align:left}
.am-pagination:after,.am-pagination:before{content:" ";display:table}
.am-pagination:after{clear:both}.am-pagination>li{display:inline-block}
.am-pagination>li>a{position:relative;display:block;padding:.5em 1em;text-decoration:none;line-height:1.2;background-color:#fff;border:1px solid #ddd;border-radius:0;margin-bottom:5px;margin-right:5px; border-radius:15px; color:#313131;}
.am-pagination>li>a:focus,.am-pagination>li>a:hover{background-color:#eee}
.am-pagination>.am-active>a,.am-pagination>.am-active>a:focus,.am-pagination>.am-active>a:hover{z-index:2;color:#313131;background-color:#b2df65;border-color:#b2df65;cursor:default}
.am-pagination>.am-disabled>a,.am-pagination>.am-disabled>a:focus,.am-pagination>.am-disabled>a:hover{color:#999;background-color:#fff;border-color:#ddd;cursor:not-allowed;pointer-events:none}
.am-pagination-centered{text-align:center}

