
/* 清除样式 */
*{
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei", 微软雅黑;
}
ul{
	list-style: none;
}
img{
	border:0px; 
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
input{
	outline: none;
}
::-webkit-scrollbar{width:6px;height:12px}
::-webkit-scrollbar-button:vertical{display:none;}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#FFF}
::-webkit-scrollbar-thumb:vertical{background-color:#8E8E8E;border-radius:5px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#3B3B3B}
::-webkit-scrollbar-corner:vertical{background-color:#535353}
::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00}
/* 全局样式 */
body{
	font-size: 12px;
	color: #222;
	background:url(../img/bbg.jpg) repeat top center
}

a{
	color: #222;
	text-decoration: none;
}
a:hover{
	color: #ef0024;
}
.clearfix:after{
	content: "";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.wrap{
	width: 1200px;
	margin: 0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.mt10{ margin-top:10px  }
.mt20{ margin-top:20px  }
.mt40{ margin-top:40px  }
.mt60{ margin-top:60px  }


/*banner*/
.slider-wrapper {width:1200px; height:490px; overflow:hidden; position: relative; margin:0 auto;}
.theme-default {width:1200px; height:490px; position:relative; overflow:hidden;}
.theme-default #slider {width:1200px; height:490px;position:absolute; left:0; top:0;}
.theme-default .nivoSlider {position:relative;background:#fff ; -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a; -moz-box-shadow: 0px 1px 5px 0px #4a4a4a; box-shadow: 0px 1px 5px 0px #4a4a4a;}
.theme-default .nivoSlider img {position:absolute; top:0px; left:0px; display:none;}
.theme-default .nivoSlider a {border:0; display:block;}
.theme-default .nivo-controlNav {position:absolute; left:50%; bottom:10px; margin-left:-55px;}
.theme-default .nivo-controlNav a {display:block;width:22px;height:22px;text-indent:-9999px;border:0;float:left;}
.theme-default .nivo-controlNav a.active {background-position:0 -22px;}
.theme-default .nivo-directionNav a {display:block;width:30px;height:30px;background:url(../img/arrows.png) no-repeat;text-indent:-9999px;border:0;}
.theme-default a.nivo-nextNav {background-position:-30px 0; right:50px;}
.theme-default a.nivo-prevNav {left:50px;}
.theme-default .nivo-caption {font-family: Helvetica, Arial, sans-serif;}
.theme-default .nivo-caption a {color:#fff; border-bottom:1px dotted #fff;}
.theme-default .nivo-caption a:hover {color:#fff;}

.nivoSlider {position:relative;}
.nivoSlider img {position:absolute;top:0px;left:0px;}
.nivoSlider a.nivo-imageLink {position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;}
.nivo-slice {display:block;position:absolute;z-index:5;height:100%;}
.nivo-box {display:block;position:absolute;z-index:5;}
.nivo-directionNav a {position:absolute;top:45%;z-index:9;cursor:pointer;}
.nivo-prevNav {left:0px;}
.nivo-nextNav {right:0px;}
.nivo-controlNav a {position:relative; z-index:9; cursor:pointer;}
.nivo-controlNav a.active {font-weight:bold;}

.ny_banner{
	margin-top:2px; 
	padding: 15px 0;
	height: 300px;
	background: url(../img/banner_bg.jpg) no-repeat top center;
	overflow: hidden;
	box-shadow: 0 2px 0 0 #ccc inset;
}
.ny_banner>.banner-img {width:1196px; height:296px; overflow:hidden; position: relative; margin:0 auto; border: 2px solid #cdcdcd}

.ny_nav{
	height: 70px;
	line-height: 70px;
	margin: 45px auto;
	border-bottom: 1px solid #d0d0d0; 
	text-align: center;
}

.ny_nav a{
	position: relative;
	display: inline-block;
	width: 160px;
	font-size: 22px;
	color: #111;
	margin: 0 25px;
	overflow: hidden;
	letter-spacing: 1px;
}
.ny_nav a.cur{
	color: #ef0024;
	font-weight: bold;

}
.ny_nav a:hover{
	color: #ef0024;
}

.ny_nav a:after{
	content: "";
	position: absolute;
	bottom: 0px;
	left: -20px;
	width: 20px;
	height: 4px;
	background: #ef0024;
	transition: all .5s ease-in-out;
}
.ny_nav a.cur:after,
.ny_nav a:hover:after
{
	left: 50%;
	margin-left: -10px;
}


















