﻿/* CSS Document */
html,body,div,ol,ul,li,dl,dd,dt,menu,h1,h2,h3,h4,h5,h6,p,pre,code,fieldset,legend,form,input,button,textarea,blockquote,table,caption,tr,th,td,figure,hr,article,section,audio,video,embed,canvas,details,datalist,figure,figcaption{margin:0;padding:0}input,button,textarea,select,optgroup,option,code,pre{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}li{list-style:none}img{border:0}table{border-collapse:collapse;border-spacing:0;vertical-align:middle}tr,th,td{vertical-align:inherit}th{text-align:center}iframe{height:inherit;width:inherit}q:before,q:after{content:""}html{font-family:"\5FAE\8F6F\96C5\9ED1","arial","\5B8B\4F53",monospace;_font-family:"arial","\5B8B\4F53",monospace}a{outline:none;text-decoration:none;}a:link{color:#2fc2ff}a:visited{color:#2fc2ff}a:hover{text-decoration:underline}a:active{color:#f9ef04; star:expression(this.onFocus=this.blur());}a{outline:0}.clearLine{_blr:expression(this.onFocus=this.blur());outline:0}header,nav,article,section,aside,hgroup,figure,figcaption,canvas,audio,video,embed,isindex,map,menu,footer,.img2a,dl,dt,dd,.db{display:block}.di{display:inline}.dib{display:inline-block}.none{display:none}.w{width:100%}.h{height:100%}.clearfix:after{clear:both;content:".";display:block;height:0;visibility:hidden}.zoom,.clearfix{#zoom:1}


/* 除IE6浏览器的通用方法 */
.ie6fixedTL{position:fixed;left:0;top:0}
.ie6fixedTR{position:fixed;right:0;top:0}
.ie6fixedBL{position:fixed;left:0;bottom:0}
.ie6fixedBR{position:fixed;right:0;bottom:0;}
.ie6fixedBR1{position:fixed;right:0;bottom:57px; border-bottom:1px solid #fff;}

/* IE6浏览器的特有方法 */
/* 修正IE6振动bug */
* html,* html body{background-image:url(about:blank);background-attachment:fixed}
* html .ie6fixedTL{position:absolute;left:expression(eval(document.documentElement.scrollLeft));top:expression(eval(document.documentElement.scrollTop))}
* html .ie6fixedTR{position:absolute;left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));top:expression(eval(document.documentElement.scrollTop))}
* html .ie6fixedBL{position:absolute;left:expression(eval(document.documentElement.scrollLeft));top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))}
* html .ie6fixedBR{position:absolute;left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))}

/* 滚动条样式 */
.scrollbar{
	scrollbar-face-color:#FB4446; /*滚动条3D表面（ThreedFace）的颜色*/ 
	scrollbar-highlight-color:#fff; /*滚动条3D界面的亮边（ThreedHighlight）颜色*/ 
	scrollbar-shadow-color:#eeeeee; /*滚动条3D界面的暗边（ThreedShadow）颜色*/ 
	scrollbar-3dlight-color:#eeeeee; /*滚动条亮边框颜色*/ 
	scrollbar-arrow-color:#000; /*滚动条方向箭头的颜色 */ 
	scrollbar-track-color:#fff; /*滚动条的拖动区域(TrackBar)颜色*/
	scrollbar-darkshadow-color:#fff; /*滚动条暗边框（ThreedDarkShadow）颜色*/ 
}
/*---滚动条默认显示样式--*/  
::-webkit-scrollbar-thumb{
   background-color:#2fc2ff;  
   height:50px;  
   outline-offset:-2px;  
   outline:2px solid #fff;  
   -webkit-border-radius:4px;  
   border: 2px solid #fff;  
}  
/*---鼠标点击滚动条显示样式--*/  
::-webkit-scrollbar-thumb:hover{  
   background-color:#00a7ed;  
   height:50px;  
   -webkit-border-radius:4px;  
}  
/*---滚动条大小--*/  
::-webkit-scrollbar{  
   width:8px;  
   height:8px;  
}  
/*---滚动框背景样式--*/  
::-webkit-scrollbar-track-piece{  
   background-color:#fff;  
   -webkit-border-radius:0;  
}


/* 首页 */
body {background:#000 url(../images/bg.jpg) repeat-x;}
.bg_img {position:absolute; top:0px; left:0px; z-index:-2; width:100%; height:100%;}

/*** 引导页 ***/
.mainpage_header { width:100%; height:75px; top:20px; }
.mainpage_header .cnt { width:1060px; height:75px; margin:0px auto;}
.mainpage_header .cnt .logo1 { float:left; position:relative; width:349px; height:75px; background:url(../images/logo.png) no-repeat; }
.mainpage_header .cnt .logo1 .hat{ position:absolute; top:0px; left:-20px; width:68px; height:44px; background:url(../images/hat.png); }
.mainpage_header .cnt .right_box { float:right; width:130px; height:65px; padding-top:15px; color:#fff;}
.mainpage_header .cnt .right_box .right_box_time { width:100%; height:40px; line-height:40px; font-size:32px;}
.mainpage_header .cnt .right_box .right_box_day { width:100; height:25px; line-height:25px; font-size:14px;}

.dot,.bit { float:left; position:relative; width:18px; height:40px; overflow:hidden; }
.dot { width:10px;}
.bit span { position:absolute; top:0px; left:0px; }

.mainpage_boxs { width:100%; height:346px; top:200px; }
.mainpage_boxs .cnt { width:1100px; height:346px; margin:0px auto; border:0px solid #900;}
.mainpage_boxs .cnt .group{ float:left; position:relative; border:0px solid #900; }
.mainpage_boxs .cnt .group_1{ width:346px; height:346px;}
.mainpage_boxs .cnt .group_2{ width:460px; height:346px; margin:0px 25px;}
.mainpage_boxs .cnt .group_3{ width:230px; height:346px;}
.mainpage_boxs .cnt .group .box{ position:absolute; display:block; }
.mainpage_boxs .cnt .group .box:hover{ background-color:#222; }
.mainpage_boxs .cnt .group .box_web{ width:203px; height:114px; top:0px; left:0px; background:url(../images/diyi_03.png);}
.mainpage_boxs .cnt .group .box_kongjian{ width:141px; height:56px; top:58px; left:205px; background:url(../images/diyi_05.png); }
.mainpage_boxs .cnt .group .box_youju{ width:141px; height:56px; top:116px; left:205px; background:url(../images/diyi_18.png);}

.mainpage_boxs .cnt .group .box_nongjiale{ width:203px; height:114px; top:116px; left:0px; background:url(../images/diyi_26.png); }

.mainpage_boxs .cnt .group .box_pingmian{ width:141px; height:56px; top:174px; left:205px; background:url(../images/diyi_27.png);}
.mainpage_boxs .cnt .group .box_yuming{ width:141px; height:56px; top:0px; left:205px; background:url(../images/diyi_36.png); }
.mainpage_boxs .cnt .group .box_pos{ width:114px; height:114px; top:232px; left:0px; background:url(../images/diyi_40.png); }
.mainpage_boxs .cnt .group .box_400{ width:230px; height:114px; top:232px; left:116px; background:url(../images/diyi_42.png);}


.mainpage_boxs .cnt .group .box_258{ width:230px; height:114px; top:0px; left:0px; background:url(../images/diyi_07.png); }
.mainpage_boxs .cnt .group .box_weixin{ width:114px; height:114px; top:0px; left:232px; background:url(../images/diyi_09.png); }
.mainpage_boxs .cnt .group .box_wangbiao{ width:114px; height:114px; top:0px; left:348px; background:url(../images/diyi_11.png);}
.mainpage_boxs .cnt .group .box_haoyimai{ width:114px; height:114px; top:116px; left:0px; background:url(../images/diyi_28.png);}
.mainpage_boxs .cnt .group .box_kawei{ width:114px; height:114px; top:116px; left:116px; background:url(../images/diyi_30.png);}
.mainpage_boxs .cnt .group .box_zuiyou{ width:230px; height:114px; top:116px; left:232px; background:url(../images/diyi_32.png); }
.mainpage_boxs .cnt .group .box_shangyou{ width:114px; height:114px; top:232px; left:0px; background:url(../images/diyi_47.png);}
.mainpage_boxs .cnt .group .box_caifubang{ width:114px; height:114px; top:232px; left:116px; background:url(../images/diyi_48.png); }
.mainpage_boxs .cnt .group .box_zhongyidong{ width:114px; height:114px; top:232px; left:232px; background:url(../images/diyi_49.png); }
.mainpage_boxs .cnt .group .box_xiuke{ width:114px; height:114px; top:232px; left:348px; background:url(../images/diyi_51.png);}

.mainpage_boxs .cnt .group .box_zhuce{ width:114px; height:114px; top:0px; left:0px; background:url(../images/diyi_13.png); }
.mainpage_boxs .cnt .group .box_jizhang{ width:114px; height:114px; top:0px; left:116px; background:url(../images/diyi_15.png); }
.mainpage_boxs .cnt .group .box_suiwu{ width:114px; height:114px; top:116px; left:0px; background:url(../images/diyi_33.png);}
.mainpage_boxs .cnt .group .box_shangbiao{ width:114px; height:114px; top:116px; left:116px; background:url(../images/diyi_34.png); }
.mainpage_boxs .cnt .group .box_yanzi{ width:114px; height:114px; top:232px; left:0px; background:url(../images/diyi_52.png); }
.mainpage_boxs .cnt .group .box_gelei{ width:114px; height:114px; top:232px; left:116px; background:url(../images/diyi_53.png);}


.mainpage_footer { width:100%; height:57px; background:url(../images/foot_bg.png) repeat-x;
}
.mainpage_footer1 { width:100%; height:30px; background:url(../images/foot_bg.png) repeat-x;
}
.mainpage_footer .cnt{ margin: 0 auto; width:1200px; height:57px; line-height:57px; font-size:11px; color:#fff; font-family:"Microsoft YaHei"; margin:0px auto; overflow:hidden;-webkit-transform: scale(0.9); -o-transform: scale(1);padding:0; }

.cnt .qq a{
}
.cnt .qq{
    width: 110px;
   height: 57px;  
   float:left;
   margin-left: 120px;
   
  
}
.cntyqlj{ width:1090px; height:30px; margin:0 auto;}
.cntyqlj li{ min-width:80px; float:left; width:auto; padding:0 5px; height:30px; line-height:30px;}
