@charset "utf-8";
/* CSS Document */

/*滚动条 样式*/

/*全局样式*/
*{margin:0px;padding:0px;}
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dt, dd {border:0; margin:0px; padding:0px;outline:0px;font-family:"微软雅黑";}
body{font-family:14px/1.5em "微软雅黑",Tahoma, Geneva, sans-serif,YaHei,tahoma,arial,Hiragino Sans GB,"宋体",Arial,sans-serif,Tahoma;color:#666;min-width:1200px;word-break: break-word;}

li{list-style-type:none;}
button{ cursor:pointer;}
h1, h2, h3, h4, h5, h6,em, i {font-weight:normal; font-style:normal;}
textarea, select{font-family:'微软雅黑',Arial,sans-serif,Tahoma;outline:0;resize:none; overflow:auto;}
table{border-collapse:collapse;}

a {color:#999;text-decoration:none;outline:0;cursor:pointer}/*链接样式ʽ */
a:hover {text-decoration:none;outline:0;cursor:pointer}/*鼠标滑上去ʽ */
a:focus { outline: none; }
::-ms-clear, ::-ms-reveal{display: none;}

/* 浮动、清除浮动、加粗、颜色 */
.left{float: left;}
.right {float: right;}
.clearfloat:after,li:after{display:block;clear:both;content:"";visibility:hidden;height:0px; border:0px;} 
.clearfloat{zoom:1} 
.noBorder {border:none;}
.orange{color:#fcad3f;}
.hese14{ font-size:14px; color:#000; font-weight:bold}

q:before,q:after {content:'';}  /*<q></q>标签之间的文字两头加上引号(")*/ 
*{blr:expression(this.onFocus=this.blur()); /* IE Opera去掉点击链接时的虚线外框 */
outline:none; /* FF Opera去掉点击链接时的虚线外框 */}
area{blr:expression(this.onFocus=this.blur()); } /* 图片热点去掉点击链接时的虚线外框 */
a:focus{-moz-outline-style:none; /* FF去掉点击链接时的虚线外框 */}
html{overflow:-moz-scrollbars-vertical;}/*在FF浏览器下始终显示滚动条 到达不太浏览器效果一致*/

/*图片至顶、间隔*/
img, li {vertical-align:top; margin:0px; padding:0px; border:0px;}
.blank40px {height:40px;line-height:40px;font-size:0;clear:both}
.blank30px {height:30px;line-height:30px;font-size:0;clear:both}
.blank20px {height:20px;line-height:20px;font-size:0;clear:both}
.blank15px {height:15px;line-height:15px;font-size:0;clear:both}
.blank10px {height:10px;line-height:10px;font-size:0;clear:both}
.blank5px {height:5px;line-height:5px;font-size:0;clear:both}
.blank1px {height:1px;line-height:1px;font-size:0;clear:both}
.hblank18px{width:18px; height:1px; display:block; float:left}
.hblank10px{width:10px; height:1px; display:block; float:left}
.line1px{ background:#d9d9d9; height:12px; display:inline-block; width:1px; margin:2px 5px 0px 5px; float:left}
.line1-1px{ background:#d9d9d9; height:12px; display:inline-block; width:1px; margin:5px 8px 0px 8px;}
.line{ color:#999; font-size:12px; padding:0px 8px;}


/*大于小于
@media only screen and (min-width:1024px) and (max-width:1199px){ 
.headC,.footCon{ width:980px; margin:0 auto;}

} */
/*大于
@media only screen and (min-width:1440px) { 
.headC,.footCon{ width:1200px; margin:0 auto; }
} */
.headC,.footCon{ width:1200px; margin:0 auto; }

/*head区域*/
#headbox{background:#fff; height:80px;width:100%;border-bottom:1px solid #eee;box-shadow: #ddd 0px 0px 1px 0px;}
.headC h1{ padding-top:8px; width: 300px;}
.headC h1 img{width: 100%;max-width:255px;}
.hRnav{}
.hRnav ul{}
.hRnav li{float:left;height:35px; padding:23px 15px 22px 15px;}/*181108*/
.hRnav ul li a{font-size:16px;height:35px;line-height:35px;display:block;border-radius:3px; padding:0px 10px;color:#666;}
.hRnav ul li a:hover,.hRnav ul li a.current{ background:#2490fd; color:#fff;}

/*per区域*/
.personal{padding:12px 0px 0 8px;}
.perimg{height:58px;width:58px;border-radius:360px;overflow:hidden;border:1px solid #fff;}
.perimg img{width:58px;height:58px;}
.pernav{position:relative;z-index:10; top:50px; right:0px;}/*421*/
.perbut{overflow:hidden;width:11px;height:7px; background:url(../images/ico.png) no-repeat 0 0; display:block;-webkit-transition:300ms;transition:300ms;cursor:pointer}/*421*/
.perlistC{position:absolute;background-color:white;left:-15px;top:10px;visibility:hidden;opacity:0;-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8);-webkit-transition:300ms;transition:300ms;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0;z-index:0;
width:50px;border:1px #ddd solid; background:#fff; padding:0px; height:80px;}
.pernav:hover .perbut{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}
.per_hover .perlistC{visibility:visible;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}

/*per区域 12.28*/
.personal{margin-left:45px;}
.perlistC{position:absolute;background-color:white;left:-10px;top:10px;visibility:hidden;opacity:0;-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8);-webkit-transition:300ms;transition:300ms;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0;z-index:0;
      width:100px;border:1px #ddd solid;background:#fff;text-align:center;}/*421*/
.perlistC a{display:block;height:30px;line-height:30px;font-size:12px; border-bottom:1px solid #ddd;}
.perlistC a:hover{ background:#2490fd; color:#fff;}
.pernav:hover .perbut{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}
.personal:hover .perbut{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}
.per_hover .perlistC{visibility:visible;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}
.perlistC{height: inherit;}

/*copyright 12.27*/
.footbox{ background:#333; min-height:100px;}
.footCon{font-size:12px; padding:15px 0;}
.footCL{width:710px; text-align:right}
.footlink{margin:0px 0 10px 0;}
.footlink span{}
.footlink a{margin:0px 3px;}
.footlink a:hover{ color:#fff;}
.footCon p{line-height:30px;}
.andCon{text-align:center;margin-left:30px; display:inline-block}
.andCon em{ display:block;}

/*返回顶部*/
#Fixed {position:fixed;_position: absolute;z-index:577;bottom:10px;right:10px;_bottom: auto;_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-70);width:60px;height:59px;}
.fl{display:inline;float:left}
#goTop{background-image:url('../images/toTop.png')!important}
#goTop {position: relative;width:60px;height:59px;background: -1px -1px no-repeat;cursor: pointer}
#goTop{display:none;width:60px;height:59px;opacity:0.5;filter:alpha(opacity=50);-moz-transition:opacity 0.3s ease-in,opacity 0.3s ease-out;-webkit-transition:opacity 0.3s ease-in,opacity 0.3s ease-out;transition:opacity 0.3s ease-in,opacity 0.3s ease-out;background-color:#000!important;background-position:-1px -120px!important;cursor:pointer}
#goTop:hover{opacity:1;filter:alpha(opacity=100);-moz-transition:opacity 0.3s ease-in,opacity 0.3s ease-out;-webkit-transition:opacity 0.3s ease-in,opacity 0.3s ease-out;transition:opacity 0.3s ease-in,opacity 0.3s ease-out}


/*空白内容提示 10.31*/
.kongbaibox{ text-align:center; padding:100px 0; min-height:110px;}
.kongbaibox em{ display:inline-block; margin:50px 0 0 30px;}

/*1.5内页版权*/
.Nycopybox{text-align:center;line-height:100px;}
.Nycopybox span a{margin:0px 5px;color:#666;}
.Nycopybox span a:hover{color:#999;}

/*排序上下箭头190724*/
.sanjiao_icobox{position:relative;top:3px;left:3px;}
.sanjiao_icobox .upsjico,.sanjiao_icobox .dowsjico{position:absolute;}
.sanjiao_icobox .upsjico{top:2px;}
.sanjiao_icobox .dowsjico{bottom:6px;}
.upsjico{width:0;height:0;border-right:4px solid transparent;border-left:4px solid transparent;border-bottom:4px solid #666; display:inline-block;}
.dowsjico{width:0;height:0;border-right:4px solid transparent;border-left:4px solid transparent;border-top:4px solid #666;display:inline-block;}
@-moz-document url-prefix(){.sanjiao_icobox{top:-13.5px;}}

/*密码框展示隐藏密码按钮样式20210917*/
.zdyx_spassicobox{position:relative;}
.zdyx_spassicobox .zdyx_spassGo{position:absolute;top:10px;right:38px;width:20px;height:20px;cursor:pointer;display: block;background:url("../images/eyes.png") no-repeat;} 
.zdyx_spassicobox .zdyx_spassGG{position:absolute;top:10px;right:16px;width:20px;height:20px;cursor:pointer;display: block;background:url("../images/eye_slash.png") no-repeat;}

/*复制按钮*/
.gongxiangico{background:url(../images/xico.png) no-repeat;background-position:0 -446px;width:16px;height:16px;display:inline-block;margin-top:16px;}
.gongxiangico:hover{background-position:-26px -446px;}
