@charset "utf-8";
/* CSS Document */
body{ margin:0px; padding:0px; border:0px; font-family:"黑体"; color:#111111; font-size:16px; width:100%; min-width:1200px; background: url(../images/bg1.png); }
a{ margin:0px; padding:0px; border:0px; text-decoration:none; color:#111111; font-size:16px;}
a:hover{ text-decoration:none;}
div,span,p,img,li,ul,a,input,table,tr,td{ padding:0px; margin:0px; border:0px;}
li{ list-style:none;}
.clear{ clear:both; height:0px;}
.disable_text_highlighting,body {
/*去除选中高亮*/
-webkit-touch-callout: none;
-webkit-user-select: none; /* Webkit */
-moz-user-select: none;    /* Firefox */
-ms-user-select: none;     /* IE 10  */
/* Opera 目前不支持在Opera，但将很快 */
-o-user-select: none;
user-select: none;}
input:focus{ outline: none;}/*去除按钮选中的高亮标签*/

.gray { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;}
.indexbody{ width:1200px; border-radius:5px; overflow:hidden; height:702px; margin:0px auto; background-color:#d0d0d0;}
.indexbody .logo{ width:1200px; text-align:center; height:0px; margin:0px auto; position: absolute; z-index:1;padding-top:112px; }

.indexbody .banner{ width:1200px; height:702px; overflow:hidden;}
.indexbody .banner .bannerbox{ position:relative; width:238px; height:700px; overflow:hidden; float:left; margin:1px; cursor:pointer; }
.indexbody .banner .bannerbox .banner_nei{ width:960px; height:700px;}
.indexbody .banner .bannerbox .banner_nei .menu{ width:150px; height:150px; background:url(../images/bg7.png) no-repeat 50% 50%; line-height:150px; text-align:center; font-family:"微软黑体"; font-size:16px; color:#e60012; display:inline-block; margin:314px 44px 284px;font-weight:bold;}
.erjimenu{ width:958px; position:absolute; margin-top:470px; text-align:center;}
.erjimenu span{ display:inline-block; height:30px; padding:9px; margin:0px 5px; background-color:rgba(255,255,255,0.20) }
.erjimenu span a{ display:inline-block; height:28px; border:#fff solid 1px; background-color:rgba(235, 241, 245,0.85); padding:0px 10px; line-height:28px; font-size:14px; color:#333333;}
.erjimenu span a:hover{ background-color:rgba(206, 17, 39, 0.85); color:#FFFFFF; border:#de5c6b solid 1px;}

.footer{ width:1200px; margin:0px auto; font-size:12px; color:rgba(255,255,255,0.5); text-align:center; margin-top:25px;}
.footer a{ color:rgba(153,153,153,0.5); font-size:12px;}


#ie6-warning {background: rgb(255,255,225) scroll 3px center; position: absolute; top: 0; left: 0; font-size: 12px; color: #333; padding: 2px 15px 2px 23px; text-align: left; }
#ie6-warning a {text-decoration: none; }