﻿@charset "utf-8";
/*公共*/
a{ color:#2b2b2b; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
img{ margin:0px; padding:0px; _margin-bottom:-4px;}
a img{ border:none;}
a:hover{ text-decoration:underline; color:#CB0101;}
html *{ font-family:Arial,"宋体", Helvetica, sans-serif;font-size:12px; text-decoration:none; color:#2b2b2b; margin:0px; padding:0px;}
.body_img{behavior:url("Css/csshover.htc"); background: url(../../Images/red/head_bg.png) top center no-repeat #F7FAFC;}
.body_flash{behavior:url("Css/csshover.htc");}

.content{ width:1024px;margin:0px auto; padding:0px;}
ul,ul li{ padding:0px; margin:0px; list-style:none; float:left;}
.clear{clear:both;font-size:0;height:0;}
.font{ font-weight:bold; color:#FF6600;}

/*内容*/
.center{width:1002px; float:left; border:solid 1px #D2D2D2; border-top:none; background-color:#fff; padding:10px; margin-bottom:20px;}
.center div{ float:left;}
.green{ color:#D5090A;}
input,textarea{border:solid 1px #C3C3C3;padding:0 2px; color:#666; background-color:#fff;vertical-align: middle;}
select{background:#fff;color:#666; border:solid 1px #C3C3C3; height:22px;font-family:Trebuchet MS; line-height:22px;}
.buttonStyle{width:82px; font-size:14px; font-weight:bold; margin-right:12px; background-color:#D82D33; height:29px; line-height:28px;border:solid 1px #CB0101; text-align:center; float:left; cursor:pointer; color:#fff;}
.buttonStyle:hover{ color:#E3FC9B; text-decoration:none;}
.center .more{ float:right; margin-right:5px; font-size:12px; font-weight:normal; background:url(../../Images/red/more.png) no-repeat; padding-left:14px; background-position:left center; text-indent:0px;}
.center .more:hover{ text-decoration:none; color:#CB0101;}

/*select样式*/
.select_box{float:left;border:solid 1px #C3C3C3;color:#444; height:22px; line-height:22px; position:relative;cursor:pointer;width:165px; background-color:#fff;font-size:12px;}
.selet_open{display:inline-block;border-left:solid 1px #C3C3C3;position:absolute;right:0;top:0;width:21px;height:100%;background:url(../../Images/red/arrow.png) no-repeat #F5F5F5; background-position:center center;}
.select_txt{display:inline-block;padding-left:5px;height:100%; color:#666;cursor:text;overflow:hidden;}
.option{width:100%;border:solid 1px #C3C3C3;position:absolute;top:22px;left:-1px;z-index:2;overflow:hidden;display:none;}
.option div{display:block;height:26px;line-height:26px;text-align:left;padding:0 6px;width:100%;background:#fff;}
.option div:hover{background:#eee; color:#e30;}


/*底部*/
.footer{ width:100%; line-height:28px; color:#3d3d3d; text-align:center; float:left; padding-bottom:12px;}
.footer span{ margin:0 10px;}

/*返回顶部*/
/*#top {width:19px; height:77px; background:url(../../Images/red/top.gif); cursor:pointer; background-size:cover; right:20px; bottom:50px;z-index:1000;  position:fixed !important; bottom:50px;position:absolute; z-index:300; top:expression(offsetParent.scrollTop+200);right:20px; display:none;}*/ 

.htmlchangeGary
{
    -webkit-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}