﻿﻿@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------
Default
-----------------------------------------------------*/
*html{ background-image:url("IE6-fixed-FangDou"); background-attachment:fixed;}
body,ul,ol,dl,dt,dd,li,p,h1,h2,h3,h4,h5,h6,form,label,fieldset,table,td,img,div,th{
border:0;margin:0px; padding:0;}
li,dd,dl,dt {list-style-type:none;}
table {border-collapse:collapse;} 
b,em,i,u,strong{font-weight:normal;font-style:normal;text-decoration:none;}
.clear{ clear:both; line-height:0; font-size:0;  border:none; height:0; }
.empty { line-height:0; font-size:0;}
.fr{ float:right;}
.fl{ float:left;}
.clearfix{overflow:hidden;zoom:1}
.br { word-wrap:break-word;	word-break:break-all;}

/*-----------------------------------------------------
User-defined
-----------------------------------------------------*/
h1,h2,h3,h4,h5,h6 { font-family:Tahoma, Helvetica, Arial, 'Microsoft YaHei', sans-serif; font-size:12px; font-weight:normal;}	
body {font-size:12px; font-family:Tahoma, Helvetica, Arial, 'Microsoft YaHei', sans-serif; color:#000;  background: url(../images/bg06.gif) repeat;}
input,select,textarea{ margin: 0; padding:0; vertical-align:middle; font-family:Tahoma, Helvetica, Arial, 'Microsoft YaHei', sans-serif; color:#333; outline:none; resize:none;}

a { color: #000; text-decoration: none; }
a:hover { color:#000; text-decoration: none; }

.zcenter { width: 1100px; margin: 0 auto;}
.zheader { height: 156px; min-width: 1100px; *width:expression(document.body.clientWidth < 1100? '1100px':'auto'); background: url(../images/headerbg_02.png) repeat-x;}
/*-----------------------------------------------------
Top
-----------------------------------------------------*/
.ztop_logo { width: 410px; height: 60px; padding-top: 26px; padding-left: 30px;}
.ztop_search { width: 434px; height: 96px;}
.zu_search {width: 430px; margin-top: 42px; border: 2px #15d4cc solid; border-radius: 4px;  background-color: #fff;}
.zu_s_select{ position:relative; width:106px; border: 2px #fff solid; border-right:1px #bebcbc solid;border-radius: 4px 0 0 4px; cursor:pointer; background:url(../images/select_arrow.png) right 11px no-repeat; background-color:#fff;}
.zu_s_p { width:98px; height:28px; margin-left:9px; border:none; border-radius: 4px 0 0 4px; background:none; line-height:28px; font-size:12px; color:#777;}
.zu_s_ul { position:absolute; left:-3px; top:32px; width:132px; border:1px #bebcbc solid; border-top:none; background-color:#fff; display:none; z-index:91;}
.zu_s_li {border-top:1px #efefef solid;}
.zu_s_first {border-top:none;}
.zu_s_li a { display:block; height:32px; padding-left:6px; padding-right:6px; line-height:32px; color:#777;}
.zu_s_li a:hover { color:#fff; text-decoration: none; background-color:#15d4cc;}
.zu_s_input {width: 321px;}
.zu_s_text {width: 248px; height: 32px; padding-left: 10px; border: none; background:none;line-height: 32px;vertical-align: middle; color: #777;}
.zu_s_btn { width: 59px; height: 32px; border: none; border-radius:0 2px 2px 0; background: url(../images/skin_03.png) -37px 2px no-repeat; background-color: #15d4cc; vertical-align: middle;}

.ztop_users { width: 86px; height: 52px; padding-top: 44px; text-align: right;}
.ztop_u_login { width: 72px; height: 32px; border: 1px #14d4cc solid; border-radius: 3px; background: #14d4cc; font-size: 14px; color: #fff;}
/*-----------------------------------------------------
Header
-----------------------------------------------------*/
.zheader {}

/*-----------------------------------------------------
Nav
-----------------------------------------------------*/
.znav { height:46px; min-width: 1070px; *width:expression(document.body.clientWidth < 1070? '1070px':'auto');  padding-top: 14px; padding-left: 30px;}
.zn_def,.zn_cur,.zn_hover { position: relative; float: left; height: 46px; padding-right: 20px; padding-left: 20px; z-index: 111;}
.znav p { height: 46px; font-size: 24px;}
.znav p em { display: inline-block; width: 16px; height: 40px; padding-right: 6px; background: url(../images/skin_03.png) 0 -55px no-repeat; vertical-align: middle;}
.znav p em { background-position: 0 -127px; padding-right: 4px;}
.znav p a { display: inline-block; height: 41px; line-height:36px; padding-bottom: 4px; color: #fff; vertical-align: middle;}
.znav p a:hover ,.zn_cur p a { padding-bottom: 0; border-bottom: 4px #fff solid; color: #fff; text-decoration: none;}


.zn_sub { position: absolute; left: 20px; top: 46px; width:100%; max-width: 170px; min-width: 170px; *width:170px; display: none; padding-bottom: 10px; background:url(../images/opacity80_blue.png) repeat; line-height: 30px; font-size: 14px; color: #fff;}
.zn_sub li { padding: 0 20px 0 30px;  }
.zn_sub li a { display: block; height: 30px; padding-left:6px;  border-top: 1px #8c889f solid; line-height: 30px; color: #fff;} 
.zn_sub li a:hover { padding-top: 1px; border-top: none; text-decoration: none;}
.zn_sub li:hover { background-color: #2744b2;}
.zn_sub li a.zn_bt0 {border-top: none;}
.zn_sub li a.zn_bt0:hover { padding-top: 0;}

/*动画*/
.zn_cur:hover p em,.zn_def:hover p em { -webkit-animation: 1s ease infinite zarrowDown;}
@-webkit-keyframes zarrowDown {
	0% { -webkit-transform: translateY(0px); }
	34% { -webkit-transform: translateY(-3px); }
	68% { -webkit-transform: translateY(0px); }
	100% { -webkit-transform: translateY(3px); }
}
@-o-keyframes zarrowDown {
	0% { -o-transform: translateY(0px); }
	34% { -o-transform: translateY(-3px); }
	68% { -o-transform: translateY(0px); }
	100% { -o-transform: translateY(3px); }
}
@-moz-keyframes zarrowDown {
	0% { -moz-transform: translateY(0px); }
	34% { -moz-transform: translateY(-3px); }
	68% { -moz-transform: translateY(0px); }
	100% { -moz-transform: translateY(3px); }
}
@keyframes zarrowDown {
	0% { transform: translateY(0px); }
	34% { transform: translateY(-3px); }
	68% { transform: translateY(0px); }
	100% { transform: translateY(3px); }
}
/*---------------------------------------------------
Main
-----------------------------------------------------*/
.zmain {}



/*-----------------------------------------------------
Footer
-----------------------------------------------------*/
.zfooter { height: 205px; min-width: 1100px; *width:expression(document.body.clientWidth < 1100? '1100px':'auto'); background-color: #3d3d3d; }
.zfooter a { color: #757575;}
.zf_links { width: 475px; padding-left: 90px; font-size: 14px;}
.zf_links h2 { padding-top: 44px; padding-bottom: 8px; font-size: 16px; color: #757575;}
.zf_links p { line-height: 26px;}
.zf_links a { color: #757575;}
.zf_its { width: 444px;  text-align: center; font-size: 12px; color: #757575;}
.zf_nav { padding-top: 44px; line-height: 30px; font-size: 14px;}
.zf_nav i { padding-left: 4px; padding-right: 4px; color: #757575;}
.zf_copyright { line-height: 24px;}
.zf_admin { padding-top: 20px;}
.zf_admin a { display: inline-block; padding: 2px 14px; border: 1px #757575 solid; border-radius: 5px; font-size: 14px; color: #757575;}







.user {
    padding-left: 30px;
    padding-top: 24px;
    position: relative;
}
.userPhoto {
    border-radius: 45px;
    height: 45px;
    margin-right: 5px;
    overflow: hidden;
    width: 45px;
}
.userName {
    cursor: pointer;
    line-height: 45px;
    color:#fff;
}
.userName i {
    background: rgba(0, 0, 0, 0) url("../images/skin_03.png") -11px -144px no-repeat;
    float: left;
    height: 10px;
    margin-left: 5px;
    margin-top: 20px;
    width: 8px;
}
.user ul {
    background: #f2f2f2 none repeat scroll 0 0;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    box-shadow: 0 0 2px #ccc;
    display: none;
    position: absolute;
    right: -12px;
    top: 60px;
    width: 80px;
    z-index: 1;
}
.user ul li {
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.user ul li:hover {
    background: #dadada none repeat scroll 0 0;
}

