body {
	color: #333;
	font-family: "Microsoft YaHei", Helvetica, Arial, Verdana, sans-serif;
}
body{ background:#7097c5}
ul,li{ padding:0; margin:0px; list-style:none;}
/* Style for our header texts
	* --------------------------------------- */
h1 {
	font-size: 5em;
	font-family: arial, helvetica;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 2em;
	margin: 0 0 18px 0;
	font-family: arial, helvetica;
}
/* Common styles
	* --------------------------------------- */
img {
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}
.section {
	text-align: center;
	overflow: hidden;
}
.wrap {
	width: 1180px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.box {
	text-align: left;
	color: #808080;
	font-size: 1.2em;
	line-height: 1.6em;
}
/* Section 0
	* --------------------------------------- */
#section0 {
	padding: 20px 0;
}

/* Section 1
	* --------------------------------------- */



#section1 .box {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -192px;
	margin-left: 89px;
	width: 395px;
	z-index: 1;
}
#section1 .imagesContainer {
	display: block;
	position: absolute;
	z-index: 1;
	top: 42%;
	left: 58%;
	margin-top: -325px;
	margin-left: -747px;
	width: 800px;
	height: 696px;
}

	/*screen resolutions between 620px and 800px*/
	@media all and (min-width: 620px) and (max-width: 800px) {
#section1 .imagesContainer {
	margin-top: -278px;
	margin-left: -685px;
	width: 647px;
	height: 563px;
}
}

	/*screen resolutions lower than 620px*/
	@media all and (max-width: 620px) {
#section1 .imagesContainer {
	margin-top: -208px;
	margin-left: -516px;
	width: 534px;
	height: 464px;
}
}
#iphone2 {
	z-index: 10;
}
#iphone2.active {
	-webkit-transform: translate3d(-134px, 0px, 0px);
	-moz-transform: translate3d(-134px, 0px, 0px);
	-ms-transform: translate3d(-134px, 0px, 0px);
	transform: translate3d(-134px, 0px, 0px);
}
#iphone3 {
	z-index: 12;
}
#iphone3.active {
	-webkit-transform: translate3d(213px, 0px, 0px);
	-moz-transform: translate3d(213px, 0px, 0px);
	-ms-transform: translate3d(213px, 0px, 0px);
	transform: translate3d(213px, 0px, 0px);
}
#iphone4 {
	z-index: 11;
	left: 140px;
}
#iphone4.active {
	-webkit-transform: translate3d(548px, 0px, 0px);
	-moz-transform: translate3d(548px, 0px, 0px);
	-ms-transform: translate3d(548px, 0px, 0px);
	transform: translate3d(548px, 0px, 0px);
}
/* Section 2
	* --------------------------------------- */

#section2 .imagesContainer,  #staticImg .imagesContainer,  #section3 .imagesContainer {
	position: absolute;
	z-index: 1;
	left: 50%;
	display: block;
	margin-top: -288px;
	margin-left: -636px;
	width: 0;
	height: 0;
	-webkit-transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;
}
#section2.moveUp .imagesContainer {
	top: 50%;
}
#section2.moveDown .imagesContainer,  #staticImg .imagesContainer {
	top: 90%;
}
#section2.active .imagesContainer {
	top: 50%;
}
#section2 .box {
	top: 22%;
	left: 42%;
	position: absolute;
	width: 582px;
}
#iphone-yellow {
	top: -35px;
	left: -222px;
}
#iphone-red {
	top: -194px;
	left: 106px;
}
#iphone-blue {
	top: 320px;
	left: 448px;
}
#iphone-green {
	left: 106px;
	position: absolute;
}
#staticImg {
	display: block;
	position: absolute;
	z-index: 1;
	top: 200%;
	left: 0;
	width: 100%;
	min-width: 980px;
	height: 100%;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}
#staticImg.moveDown {
	-webkit-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
#staticImg.moveUp {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#staticImg.moveDown .imagesContainer {
	top: 50%;
}
#staticImg.moveDown img {
	top: 155px;
}
#staticImg.active .imagesContainer {
	top: 50%;
}
#staticImg.active img {
	top: 487px;
}
/* Section 3
	* --------------------------------------- */
#section3 .imagesContainer {
	top: 50%;
}

#section3 .box {
	text-align: center;
	margin: 10% 0 0 0;
}
/* Overwriting fullPage.js tooltip color
	* --------------------------------------- */
.fp-tooltip {
	color: #AAA;
}
#fp-nav span, .fp-slidesNav span {
	border-color: #AAA;
}
#fp-nav li .active span, .fp-slidesNav .active span {
	background: #AAA;
}
/* Style for our header texts
	* --------------------------------------- */
	h1{
		font-size: 5em;
		font-family: arial,helvetica;
		color: #fff;
		margin:0;
		padding:0;
	}

	/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
	}


	/* Backgrounds will cover all the section
	* --------------------------------------- */
	.section{
		background-size: cover;
	}
	.slide{
		background-size: cover;
	}

	/* Defining each section background and styles
	* --------------------------------------- */
	#section0{
		background-image: url(../images/bg1.jpg);
		
	}
	#section2{ background:url(/nyxxh/images/s3bg.gif) repeat;
		padding: 3% 0 0 0;
	}
	#section3{ background:url(/nyxxh/images/s3bg.gif) repeat;
		padding: 3% 0 0 0;
	}
	


 	/*Adding background for the slides
	* --------------------------------------- */
	
	#slide2{
		background-image: url(../images/bg5.jpg);
		padding: 6% 0 0 0;
	}


	/* Bottom menu
	* --------------------------------------- */
	#infoMenu li a {
		color: #fff;
	}
.w210{ width:160px; height:90px; border-radius:6px; background:rgba(255,255,255,0.2);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);  display:block; text-align:left; padding:10px 25px 20px; behavior: url(pie.htc)}
.w210 a.title{ background:url(/nyxxh/images/bt1.png) left bottom no-repeat; min-height:35px; line-height:30px; font-size:16px; color:#ffffff; display:block; width:160px; padding-bottom:5px;}
.w210 a:Hover{ color:#facf25}
.w210 ul.list li{ float:left; line-height:26px; height:26px; color:#fff; width:50%;}
.w210 ul.list{ padding-top:5px}
.w210 ul.list li a{ font-size:14px; color:#fff;}
.w210 ul.list li a:hover{ font-size:14px; color:#facf25;}
.w{ width:1200px; margin:0px auto;}
.fleft{ float:left; width:350px; margin-top:-70px; z-index:500}
.fright{ float:right; width:215px; margin-top:-10px}
.mt50{ margin-top:45px;}
#section1{ background:#266971; box-shadow:5px 5px 10px #f60}
#section1 .topbg{ background:url(/nyxxh/images/s2topbg.gif) left top repeat-x; width:100%; min-height:60px; display:block;}
.w585{ width:585px; float:left; height:260px; display:block; overflow:hidden;position:relative}
.w585 img{ width:585px; height:260px; cursor:pointer;}
#section1 .list{ width:1200px; margin-top:30px; }
.w585 b{ width:585px; height:40px; position:absolute; bottom:0px; left:0; color:#fff; background:rgba(0,0,0,0.7);filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#6F000000,endColorStr=i#6F000000); font-weight:normal; line-height:40px}
.mr30{ margin-right:30px; margin-bottom:25px}
#cl{ height:0; padding:0; font-size:0; clear:both;}
#section1 .list_des{ width:1200px; margin:0px auto;}
#section1 .list_des ul li{ width:280px; padding-right:20px; float:left; color:#eee; font-size:12px; text-align:left; background:url(/nyxxh/images/xx.png) 285px center no-repeat;}
#section1 .list_des ul li.last{ background:none;}
#section1 .list_des ul li b{ line-height:30px; height:30px; display:block; width:290px; font-size:14px;}
#section1 .list_des a{ color:#fff}
#section1 .list_des a:Hover{ color:#facf25}

.w600{ width:600px; float:left; box-shadow:1px 1px 5px 1px #ddd;-webkit-box-shadow:1px 1px 5px 1px #ddd;-ms-box-shadow:1px 1px 5px 1px #ddd; -webkit-box-shadow:1px 1px 5px 1px #ddd;}
.nav2{ width:560px; padding:0px 20px 0px 20px; background:url(/nyxxh/images/nav2bg.gif) left center repeat-x; height:67px; border-radius:2px 2px 0px 0px; line-height:67px;}
.nav2 ul li{ float:left; width:138px; text-align:center; color:#fff;font-size:16px; border-left:1px solid #9fc06b;border-right:1px solid #afd46d; font-weight:bold; cursor:pointer; text-shadow:0px 1px 0px #000;-moz-text-shadow:0px 1px 0px #000;-webkit-text-shadow:0px 1px 0px #000;}
.nav2 ul li.first{ border-left:none;}
.nav2 ul li.last{ border-right:none;}
.nav2 ul li a{ font-size:16px; color:#fff; font-weight:bold;}
.nav2 ul li b{ line-height:67px; height:67px; width:100%}

.nav2 ul li.on{  background:#f8f7f7; color:#29383f;text-shadow:0px 1px 0px #fff;-moz-text-shadow:0px 1px 0px #fff;-webkit-text-shadow:0px 1px 0px #fff;}
.nav2 ul li.last{ font-size:16px; color:#fff; font-weight:bold;background:url(/nyxxh/images/nav2bg.gif) left center repeat-x; }
.nav2list{ width:540px; padding:15px 20px 10px 20px;}
.nav2 ul li.last a{ text-shadow:0px 1px 0px #000;-moz-text-shadow:0px 1px 0px #000;-webkit-text-shadow:0px 1px 0px #000;}
.nav2list ul li{ padding-bottom:17px; border-bottom:1px solid #d3d5d6; padding-top:18px; }
.nav2list ul li span.imgs{ width:120px; height:120px; display:block; float:left; margin-right:30px;}
.nav2list ul li span.imgs img{ border-radius:100px;-moz-border-radius:100px; box-shadow:1px 1px 3px 1px #ddd;}
.nav2list ul li .name{ width:380px; float:left; height:120px; float:left; text-align:left; color:#999; font-size:14px; line-height:25px;text-shadow:0px 1px 0px #fff;-moz-text-shadow:0px 1px 0px #fff;-webkit-text-shadow:0px 1px 0px #fff;}
.nav2list ul li .name a{ font-size:16px; color:#666; min-height:35px; line-height:25px; display:block; color:#393939; font-weight:bold;}
.nav2list ul li .name a:Hover{ color:#666}
.nav2list ul li .detail{ text-align:right; clear:both; width:100%;}
.nav2list ul li .detail a{ width:120px; height:32px; display:block;  text-align:center; border-radius:4px; float:right; color:#2a3940; line-height:32px; font-size:16px; border:1px solid #b2b2b2;text-shadow:0px 1px 0px #fff;-moz-text-shadow:0px 1px 0px #fff;-webkit-text-shadow:0px 1px 0px #fff; 
background-image: -moz-linear-gradient(top, #ececec, #cecece); /* Firefox */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ececec), color-stop(1, #cecece)); /* Saf4+, Chrome */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#cecece', GradientType='0'); /* IE*/
transition:all 0.2s;

}
.nav2list ul li .detail a:hover{ color:#31780e}
.nav2list ul li.last{ border:none;}
.w530{ float:right; width:550px;}
.toutiao{ width:320px; margin:0px auto; height:67px; line-height:67px; color:#fff; font-size:28px; font-weight:bold;
background-image: -moz-linear-gradient(top, #acdb54, #6eb82c); /* Firefox */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #acdb54), color-stop(1, #6eb82c)); /* Saf4+, Chrome */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#acdb54', endColorstr='#6eb82c', GradientType='0'); /* IE*/
border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-webkit-border-radius:4px; box-shadow:0px 1px 2px 1px #ddd;
text-shadow:1px 1px #53a927;-moz-text-shadow:1px 1px #53a927;-ms-text-shadow:1px 1px #53a927;-webkit-text-shadow:1px 1px #53a927;}

.ttlist{ width:518px; border:1px solid #ddd; border-radius:2px; box-shadow:0px 1px 5px 0px #ccc;background:#fbfbfb; text-align:left; margin:0px auto; padding:40px 30px 30px 30px; margin-bottom:40px}
.ttlist .imgsc{ float:left; width:205px; height:160px; margin-right:15px; position:relative}
.ttlist .imgsc em{ width:33px; height:33px; display:block; position:absolute; left:-16px; top:-16px;}
.ttlist .imgsc img{ border-radius:4px;}
.ttlist .name{ width:285px; float:right; height:160px; color:#999; font-size:14px;}
.ttlist .name a{ color:#999; font-size:14px;  display:block; line-height:22px; margin-top:5px;text-shadow:1px 1px #fff;-moz-text-shadow:1px 1px #fff;-ms-text-shadow:1px 1px #fff;-webkit-text-shadow:1px 1px #fff;}
.ttlist .name a:hover{ color:#666;}
.ttlist .name b{color:#5ca81b; font-size:18px; }
.ttlist .name a.title2{color:#5ca81b; font-size:18px; font-weight:bold; line-height:30px}
.ttlist .detail{ text-align:right; clear:both; width:100%;}
.ttlist .detail a{ width:130px; height:32px; display:block;  text-align:center; border-radius:4px; float:right; color:#2a3940; line-height:32px; font-size:16px; border:1px solid #b2b2b2;text-shadow:0px 1px 0px #fff;-moz-text-shadow:0px 1px 0px #fff;-webkit-text-shadow:0px 1px 0px #fff; 
background-image: -moz-linear-gradient(top, #ececec, #cecece); /* Firefox */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ececec), color-stop(1, #cecece)); /* Saf4+, Chrome */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#cecece', GradientType='0'); /* IE*/
transition:all 0.2s;}
.ttlist .detail a:hover{ color:#31780e}
.ttlist .detail img{ margin-top:3px; float:right; margin-right:12px; }
#section3 .title{ width:30%; background:url(/nyxxh/images/title2.png)  right center no-repeat; height:65px; line-height:65px; padding-right:60px; font-size:24px; color:#fff; font-weight:bold; text-align:right;float:left;}
#section4 .title{ width:30%; background:url(/nyxxh/images/title2.png)  right center no-repeat; height:65px; line-height:65px; padding-right:60px; font-size:24px; color:#fff; font-weight:bold; text-align:right;float:left;}
#section5 .title{ width:30%; background:url(/nyxxh/images/title2.png)  right center no-repeat; height:65px; line-height:65px; padding-right:60px; font-size:24px; color:#fff; font-weight:bold; text-align:right; float:left;}
.alltopb{ background:url(/nyxxh/images/topbottombg.png) center top no-repeat; height:34px; margin:0px auto; display:block;}

#section6 .title{ width:30%; background:url(/nyxxh/images/title2.png)  right center no-repeat; height:65px; line-height:65px; padding-right:60px; font-size:24px; color:#fff; font-weight:bold; text-align:right;float:left;}
#section6{ background:#efeff0}
#section5{ background:#efeff0}
#section7{ background:#efeff0}
#section7 .title{ width:30%; background:url(/nyxxh/images/title2.png)  right center no-repeat; height:65px; line-height:65px; padding-right:60px; font-size:24px; color:#fff; font-weight:bold; text-align:right;float:left;}
.w600tab{ width:560px; float:left; height:130px; padding:19px; border-bottom:1px dashed #d0d0d1;border-right:1px solid #eaeaea;border-left:1px solid #d0d0d1}
.w600tab .w200{ width:200px; height:130px; border:1px solid #d0d0d0; border-radius:2px; display:block; float:left; margin-right:20px}
.w600tab .w200:hover img{ box-shadow:2px 2px 5px 1px #ddd;}
.w600tab .name{ width:320px; height:130px; display:block; float:left; color:#999; font-size:14px; text-align:left; line-height:24px;text-shadow:0px 1px 0px #fff;-moz-text-shadow:0px 1px 0px #fff;-webkit-text-shadow:0px 1px 0px #fff;}
.w600tab .name a{ color:#666; font-weight:400; width:340px; display:block; font-size:16px;transition:all 0.2s;}
.w600tab .name a:hover{ color:#999}
.list2{ width:1200px; margin:0px auto; margin-top:25px;}
#foot{ background:url(/nyxxh/images/footbg.jpg) left top repeat-x; padding-top:15px; font-size:14px; line-height:25px; color:#fff;  bottom:0; width:100%; text-align:center; height:90px}

.w600tab b{ font-size:18px; color:#555; line-height:26px;}
<!--banner-->
.v_out{width:1200px;margin:0px auto;overflow:hidden;}
.v_show{width:1000px;overflow:hidden;position:relative;height:400px;float:left; left:50px;}
.v_cont{ width:5000px;position:absolute;left:0px;top:0px;}
.v_cont ul{float:left;text-align:center;line-height:50px;}
.v_cont ul li{width:1000px;height:400px;background:#f8f8f8;float:left;margin-top:3px;}

/*---圆圈---*/
.v_out_p{position:relative;overflow:visible}
.circle{position:absolute; padding-left:175px;top: 430px;}
.circle li{width:150px;height:80px;float:left;margin-right:20px;background:#ccc; border:2px solid #d9d9d9; padding:2px; background:#fff;
cursor:pointer;}
.circle .circle-cur{ border:2px solid #79ca50}
.w11{ width:1200px; margin:0px auto; margin-top:35px;}

/*---切换---*/
.next{float:right; width:100px; margin-top:170px; display:block;}
.prev{float:left; width:100px; margin-top:170px;display:block;}



.next .ico_2{background:url(input_a.gif) no-repeat right -3757px; }
.prev,.prev a,.next,.next a{width:59px;height:59px; display:block;}

.prev a{ background:url(/nyxxh/images/left.png) center center no-repeat; height:59px; height:59px; display:block;}
.next a{ background:url(/nyxxh/images/right.png) center center no-repeat; height:59px; height:59px; display:block;}
#fp-nav ul li a span{ background:#fff}
#fp-nav ul li a.active span{ background:#f60}
#fp-nav ul li .fp-tooltip{ background:#f60; padding:0px 5px; border-radius:2px;} 


/*切换*/
.flexslider{position:relative;height:400px;background:url(/nyxxh/images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{height:400px;}
.flex-control-nav{position:absolute;bottom:-120px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:150px;height:80px;margin:0 10px;*display:inline;zoom:1;}
.flex-control-nav a{border:3px solid #fff;display:inline-block;width:150px;height:80px;overflow:hidden;background:url(/nyxxh/images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:60px;height:60px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(/nyxxh/images/left.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(/nyxxh/images/right.png) center center no-repeat;}
.flex-control-nav img{ width:150px; height:80px;}
.flex-control-nav .flex-active{ border:3px solid #78ca50;}
.js-slidernav{ margin-top:25px; padding-left:200px;}
.js-slidernav i{border:3px solid #fff; height:80px; padding:0px; width:150px; display:block; float:left; margin-right:15px; cursor:pointer;}
.js-slidernav i img{ width:150px; height:80px;}
.js-slidernav i.flex-active{ border:3px solid #78ca50;}

#bigimg{ width:1200px; height:550px; position:absolute; left: 0px; top:0px; z-index:800; width:0px; height:0px; display:none; opacity:0}
.dejia{ margin-top:50px; position:relative}
.dejia .w210{ position:absolute;}
.w2102{ background:url(/nyxxh/images/210bg.png) left center no-repeat; height:125px; display:block}


.w2103{ width:250px; height:90px; border-radius:6px; padding:10px 25px 20px; text-align:left; float:left; position:relative}
.w2103 a.title{ background:url(/nyxxh/images/bt1.png) left bottom no-repeat; min-height:35px; line-height:30px; font-size:16px; color:#ffffff; display:block; width:160px; padding-bottom:5px;}
.w2103 a:Hover{ color:#facf25}
.w2103 ul.list li{ float:left; line-height:26px; height:26px; color:#fff; width:50%;}
.w2103 ul.list{ padding-top:5px}
.w2103 ul.list li a{ font-size:14px; color:#fff;}
.w2103 ul.list li a:hover{ font-size:14px; color:#facf25;}
.lingdao{ width:20px; text-align:center; line-height:18px; color:#fff; font-size:14px; float:left; position:absolute; left:202px; top:25px}
.lingdao2{ width:20px; text-align:center; line-height:15px; color:#fff; font-size:14px; float:left; position:absolute; left:238px; top:25px}
.w2103 ul.list{ width:160px; float:left;}
#section4{ background:#efeff0}
.pd50{ padding-bottom:50px;}


.w580bt{ width:580px; padding:0px; background:url(/nyxxh/images/nav2bg.gif) left center repeat-x; height:67px; border-radius:2px 2px 0px 0px; line-height:67px; text-align:center; font-size:35px; color:#fff;text-shadow:1px 1px #53a927;-moz-text-shadow:1px 1px #53a927;-ms-text-shadow:1px 1px #53a927;-webkit-text-shadow:1px 1px #53a927;}
.w580{ width:580px; float:left; box-shadow:1px 1px 5px 1px #ddd;-webkit-box-shadow:1px 1px 5px 1px #ddd;-ms-box-shadow:1px 1px 5px 1px #ddd; -webkit-box-shadow:1px 1px 5px 1px #ddd;}
.mr40{ margin-right:40px;}

.w5802{ width:580px; float:left;}

.videolist{ width:540px; padding:20px 30px 20px 30px;}
.video_tab{ width:230px; height:150px; float:left;}
.video_tab img{ border:1px solid #cfcfcf; display:block;}
.video_tab a{ font-size:14px; color:#393a39; height:45px; line-height:16px;text-shadow:0px 1px 0px #fff;-moz-text-shadow:0px 1px 0px #fff;-webkit-text-shadow:0px 1px 0px #fff;}
.video_tab a:Hover{ color:#666}

.jjlist{ width:540px; padding:10px 20px 5px 20px;}
.newsjj{ width:540px; margin:0px auto; height:95px; display:block; margin-top:10px; margin-bottom:10px;}
.newsjj img{ float:left;}
.newsjj .newsimgs{ width:170px; height:90px; border:1px solid #ddd; float:left; display:block; margin-right:15px; padding:2px;}
.newsjj .name{ width:345px; height:90px; float:left; display:block; text-align:left;}
.newsjj .name a{ color:#666; font-size:16px;text-shadow:0px 1px 0px #fff;-moz-text-shadow:0px 1px 0px #fff;-webkit-text-shadow:0px 1px 0px #fff; font-weight:bold; }
.newsjj .name a:hover{ color:#f999;}
.mbot{ margin-bottom:30px;}
.mbot1{ margin-bottom:10px;}
.more{ float:right; position:absolute; right:12%; margin-top:20px}
.more a{ width:130px; height:32px; display:block;  text-align:center; border-radius:4px; float:right; color:#2a3940; line-height:32px; font-size:16px; border:1px solid #b2b2b2;text-shadow:0px 1px 0px #fff;-moz-text-shadow:0px 1px 0px #fff;-webkit-text-shadow:0px 1px 0px #fff; 
background-image: -moz-linear-gradient(top, #ececec, #cecece); /* Firefox */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ececec), color-stop(1, #cecece)); /* Saf4+, Chrome */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#cecece', GradientType='0'); /* IE*/
transition:all 0.2s;}
#backtop{  text-align:center; font-size:14px; position:fixed; right:50px; bottom:120px; opacity:0; cursor:pointer}
.w600tab .name a{ font-weight:bold}
.w600tab a.fon14{ font-size:14px; font-weight:normal;}
