@charset "GB2312";
/*Í·²¿*/
*{
    font-family:"Microsoft YaHei","Arial","Helvetica","sans-serif","ËÎÌå";
}
body{
    margin: 0;
}
img {
    border: none;
}
a {
    outline: none;
}
.hide{
    display: none;
}
.content-area{
    margin: 0 auto;
    width: 1000px;
}
.search{
		float: left;
		background-repeat: no-repeat; 
		height: 34px;
		width: 230px;
		margin-top: 28px;
		background-image:url("/static/home/image/search.png");
		position:relative;
}
.search .search-input{
	position: absolute;
	height: 31px;
	line-height:31px;
	margin-top: 1px;
	margin-left: 2px;
	border: 0;
	background-color: transparent;
	width: 176px;
	padding-left: 10px;
	outline: none;
}
.search .search-button{
	position: absolute;
	right: 0;
	width: 41px;
	height: 33px;
	background-color: transparent;
	border: 0;
	outline: none;
}
.search label.placeholder1{
    display:block;
    width:0;
    height:0;
    white-space:nowrap;
    overflow:visible;
    position:absolute;
    top:-25px;
    left: 11px;
    font-size:13px;
    font-family:SimSun;
    cursor:text;
    color:#555;
}
/*µÇÂ¼¡¢×¢²á*/
.top-area{
    width: 100%;
    min-width: 1000px;
    height: 33px;
    background-color:#e5e5e5;
    line-height: 33px;
}
.top-area .left-area{
    width: 50%;
    float: left;
    font-size: 14px;
    color: #919191;
}
.top-area .right-area{
    width: 50%;
    float: right;
    text-align: right;
    font-size: 14px;
    color: #919191;
}

.top-area .right-area .right{
    margin-left: 14px;
    text-decoration: none;
    color: #919191;
    float: right;
}
.top-area .right-area .right img{
    margin-top: 3px;
    float: right;
}
.top-area .right-area a:hover{
    color: #0193d6;
}
/*ÍøÕ¾logo*/
.login-area{
    width: 100%;
    min-width: 1000px;
    height: 86px;
    line-height: 86px;
}
.login-area .left-area{
    width: 47%;
    float: left;
    height: 86px;
    overflow: hidden;
    line-height: 86px;
}
.login-area .right-area{
    width: 53%;
    float: right;
    text-align: right;
    height: 86px;
    line-height: 86px;
}
.login-area .left-area img{
    text-align: left;
    width: 60%;
    max-height: 86px;
    line-height: 86px;
    vertical-align: middle;
    z-index: 20;
}
.login-area .right-area img{
    vertical-align: middle;
}
.login-area .right-area .weibo,.login-area .right-area .personalCenter,.login-area .right-area .regist{
    margin-right: 10px;
}

/*ÂÖ²¥Í¼*/
.carousel-area{
    width: 100%;
    min-width: 1000px;
    height: 264px;
    margin-bottom: 30px;
}
.carousel-area .flexslider {
    width: 100%;
    min-width: 1000px;
    height: 263px;
    overflow: hidden;
    zoom: 1;
}

.carousel-area .flex-viewport {
    max-height: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel-area .flexslider .slides {
    zoom: 1;
    margin: 0px;
    padding: 0;
    list-style: none;
}
.carousel-area .flexslider .slides img{
    width: 100%;
    height: 263px;
}
.carousel-area .flex-direction-nav{
    padding: 0px;
}
.carousel-area .flex-direction-nav a {
    width: 60px;
    height: 90px;
    line-height: 99em;
    overflow: hidden;
    margin: -60px 0 0;
    display: block;
    background: url(/static/home/image/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
}

.carousel-area .flex-direction-nav .flex-next {
    background-position: 0 -90px;
    right: 0;
}

.carousel-area .flex-direction-nav .flex-prev {
    left: 0;
}

.carousel-area .flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.carousel-area .flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.carousel-area .flexslider:hover .flex-next:hover, .carousel-area .flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.carousel-area .flex-control-nav {
    width: 100%;
    min-width: 1000px;
    position: absolute;
    /*bottom: 10px;*/
    margin: 10px 0px;
    padding:0px;
    height: 10px;
    text-align: center;
}

.carousel-area .flex-control-nav li {
    margin: 0 20px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.carousel-area .flex-control-paging li a {
    background: url(/static/home/image/dot.png) no-repeat -4px -20px;
    display: block;
    height: 8px;
    text-indent: -10000px;
    width: 40px;
    cursor: pointer;
}

.carousel-area .flex-control-paging li a.flex-active {
    background-position: -4px -4px;;
}

/*µ¼º½*/
.nav-area{
    width: 100%;
    min-width: 1000px;
    height: 46px;
    line-height: 46px;
    background-color: #0293d6;
}

.nav-area .menu {
    position: relative;
    z-index: 10;
}

.menu>ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu>ul>li {
    float: left;
}
.menu>ul>li>a, .menu>ul>li>a:visited {
    display: block;
    float: left;
    text-decoration: none;
    padding: 0 15px 0 15px;
    height: 38px;
    line-height: 38px;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 2px;
    margin-right: 2px;
    min-width: 64px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
    font-weight: 500;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.menu>ul>li:hover>a {
    color: #0972a2;
    background: #fff;
    font-size: 18px;
    font-weight: 800;
}

.menu>ul>li>.normal{
    display: none;
    position: absolute;
    top: 46px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 2px;
    margin-right: 2px;
    background-color: #fff;
}
.menu>ul>li>.normal>div>a, .menu>ul>li>.normal>a:visited {
    height: 40px;
    line-height: 40px;
    display: block;
    color: #000;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    background-color:#fff ;
}
.menu>ul>li>.normal>div>a:hover {
    color: rgb(9, 114, 162);
    background: rgb(186, 231, 250);
}

.menu>ul > li > .group{
    display: none;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 1000px;
    padding: 10px 15px;
    background-color: #fff;
}
.menu > ul  >li > .group > div>div{
    float: left;
    max-width: 170px;
	    min-width: 150px;
}
.menu > ul > li > .group > div {
    float: left;
}
.menu > ul > li > .group > div>div>div{
    text-align: center;
    margin: 0 10px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #75b0c9;
}
.menu > ul > li > .group > div>div>div>div{
    height: 32px;
    line-height: 32px;
    background-color: #0293d6;
    margin: 7px 15px;
    font-size: 14px;
    color: #fff;
}
.menu > ul > li > .group a , .menu > ul > li>.group a:visited{
    height: 32px;
    line-height: 32px;
    display: block;
    color: #000;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 15px;
}
.menu > ul > li > .group  a:hover {
    color: #0972a2;
}