@charset "utf-8";
/* CSS Document */
/*CSS reset  css 初始化*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin:0; padding:0; }
body { font-size:12px; color:#616161; font-family:Verdana, Microsoft YaHei, Simsun; background:#fff; line-height:22px; background:url(../images/bg.png) no-repeat top center; }
fieldset, img { border:0; }  /*在ie6下面，只要给插入图片加了链接，就会出现小边框*/
img{display:block;}
ol, ul { list-style:none; }
h1, h2, h3, h4, h5, h6{  }
em { font-style:normal; }
input, button, select, textarea { outline:none; } 
textarea { resize:none; }
a { color: #616161; text-decoration:none; }
a:hover { text-decoration:underline; }
.clearfix:before,.clearfix:after{
	display:table;
	content:"";}
.clearfix:after{
	clear:both;}
.clearfix{zoom:1;}
@font-face {
	font-family: "iconfontyyy";
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../font/iconfont.woff') format('woff'),
    url('../font/iconfont.ttf') format('truetype'),
    url('../font/iconfont.svg#iconfontyyy') format('svg');
}
.iconfontyyy{
    font-family:"iconfontyyy" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;} 
.font12{font-size: 12px;}   

.divclear{width: 100%;margin: 0 auto;clear: both;} 

.bright-red{border: 2px solid #f93732;padding: 0px !important;}
.bright-red a{color:#f93732; }
.bright-green{border: 2px solid #06c085; padding: 0px !important;}
.bright-green a{color: #06c085;}
.bright-oranger{border: 2px solid #fb7521; padding: 0px !important;}
.bright-oranger a{color: #fb7521;}


/*头部开始了*/
.header{height:64px; width:1000px; margin:0 auto; *background:#fff;padding-top:22px;position: relative;
*z-index: 2;}
.logo{width:239px; height:61px; background:url(../images/logo.png) no-repeat;padding-right:50px;float:left;}
.search{width:532px;float:left;margin-top: 11px;}
.search .search_b{width:350px; height:36px;border:1px solid #ff6200;float:left;position:relative;z-index: 5;}
.search .selectbox{position: relative;
float: left;left: 0;top: -36px;
width: 60px;
z-index: 100;
text-align: center;}
.search .selectbox ol{
    width: 60px;
background-color: #fff;
border-top: 1px solid #ff6200;
border-left: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
}
.search .selectbox ol li:hover{
    color:#ff6200;text-decoration: none;
	cursor:pointer;
}
.search .selected{
margin-left: 12px;
display: block;
height: 36px;
line-height: 36px;
color: #ff6200;
cursor: pointer;
background-color: #fff;
}
.selected i{background: url(../images/sanjiao_03.jpg) center no-repeat;
width: 9px;
    height: 6px;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-left: 7px;
}
.search_b input{ height:36px; line-height:36px;border:none;float:left;font-size: 12px;padding-right:10px;padding-left:70px;width:365px;}
.search button{width:79px; height:38px;background:#ff6200;float:left;border:none;color:#fff;font-size: 14px;cursor:pointer;}
.sheat{width:382px;display:inline-block;float: left;}
.sheat span,.sheat a{font-size:12px;color:#999;margin-right:8px;cursor: pointer;}
.sheat a:hover,.footerz .links a:hover{color:#ff6200;text-decoration:none;}
.follow_w{
position: absolute;
right: 0;z-index: 2;background: #fff;
top: 8px;
padding: 5px;
border: 1px solid #eee;

}
.follow_k{}
.follow_k p{
text-align: center;
color: #ff0000;}
.follow_k img{}

/*底部开始*/

.footer{width:100%; background:#f4f4f4;} 
.footerz{width:1000px;margin: 0 auto;}
.footerz img{margin: 0 auto;}
.footerz p{padding: 4px 0;}
.adress{font-size:14px;color:#666666;text-align: center;}
.adress span{text-decoration:none; }
.adress span:first-child{margin-right:20px;}
.friendlink{color:#999999;text-align:center;}
.friendlink a{color:#999999;margin-right: 8px;cursor: pointer;}
.friendlink a:hover{color:#666;text-decoration:none;}
.footerz .links{text-align:center;}
.footerz .links a{color:#999999;font-size: 14px;padding: 0 12px;background:url(../images/links.jpg) right no-repeat;cursor: pointer;}
.footerz .links a:last-child{background:none;}
.footer-in{ width:980px; margin:0 auto;  padding-top:17px;}
.copyright{text-align:center;color:#666; }





