@charset "utf-8";
body { margin:0; padding:0; background:url(images/bg.jpg) top #ecf0f3 no-repeat; font-size:14px; color:#666}
ul,li,p,div,form,img,span,h1,h2,h3,h4{ margin:0; padding:0;}
li{ list-style:none}
img{ vertical-align:top; border:0}
.c{ clear:both}

.header{ background:url(images/top_bg.png) repeat-x; height:63px; }
.header_in{ width:1000px; margin:0 auto}
.header_in h1{ float:left}
.header_in ul{ float:right; height:60px;}
.header_in ul li{ line-height:60px; float:left; padding-left:20px;}
.header_in ul li a{ color:#fff; text-decoration:none}

.main{ width:1000px; margin:0 auto}
.box1{ margin-top:55px; background:url(images/mobo.png) right no-repeat}
.box_left{ float:left; width:335px;}
.box_list{  width:307px; height:145px;
background:rgba(255, 255, 255, 0.5) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
filter:Alpha(opacity=50); background:#fff;/*实现IE背景透明*/
box-shadow: 0 0 5px rgba(0,0,0,0.2);border-radius: 2px; margin-bottom:25px}

.box_list_in{ background:url(images/ico_01.png) right no-repeat; width:327px; margin-right:-20px; height:145px;position: absolute;}
.box_list_in h2{ line-height:50px; padding-left:10px; color:#786300; font-family:"微软雅黑"; font-size:20px;}
.box_list_in p{ line-height:24px; padding:0 35px 0 10px;}

.box_list_in1{ background:url(images/ico_02.png) right no-repeat; width:327px; margin-right:-20px; height:145px;position: absolute;}
.box_list_in1 h2{ line-height:50px; padding-left:10px; color:#02233a; font-family:"微软雅黑"; font-size:20px;}
.box_list_in1 p{ line-height:24px; padding:0 35px 0 10px;}

.box_list_in2{ background:url(images/ico_03.png) right no-repeat; width:327px; margin-right:-20px; height:145px;position: absolute;}
.box_list_in2 h2{ line-height:50px; padding-left:10px; color:#884701; font-family:"微软雅黑"; font-size:20px;}
.box_list_in2 p{ line-height:24px; padding:0 35px 0 10px;}

.box_right{ width:335px; float:left; padding:45px 0 0 35px;}
.erweima{ width:230px; height:230px; background:#fff; padding:10px 13px; border-top:solid 2px #64b406;box-shadow: 0 0 5px rgba(0,0,0,0.2);border-radius: 2px; margin-bottom:10px; }

.box_list_in3{ background:url(images/ico_04.png) right no-repeat; width:327px; margin-right:-20px; height:145px;position: absolute; }
.box_list_in3 h2{ line-height:50px; padding-left:10px; color:#325a02; font-family:"微软雅黑"; font-size:20px;}
.box_list_in3 p{ line-height:24px; padding:0 35px 0 10px;}

.box2{ box-shadow: 0 0 5px rgba(0,0,0,0.2);border-radius: 2px; margin-bottom:25px;}
.box2_tit{ height:31px; background:url(images/zc_bg.png) bottom repeat-x}
.zc_tit{background:#fff; width:265px; height:29px; border-top: solid 2px #0a8692; line-height:29px; font-family:"微软雅黑"; font-size:16px; color:#2f5700; }
.zc_tit_in{background:url(images/ico_05.png) left no-repeat; padding-left:30px; margin:0 40px 0 20px; width:235px;  }

.box2_in{ background:url(images/app.png) right no-repeat #fff; height:385px;}
.box2_in_in{ padding:15px 0 0 40px;}
.box2_in_in p{ padding-bottom:10px;}
.kk{ width:435px; height:38px; padding:0 0 0 10px; line-height:38px; background:#fff; border:solid 1px #d9d9d9}
.a1{ font-size:12px; color:#b7b3b3}
.zc{ padding:20px 0 0 0}
.zc_an{ width:195px; height:46px; line-height:46px; border:none;
text-shadow: none;box-shadow: 0 2px 0 #39854a;background: #48a95e;color: #fff; 
webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
height: 40px;
font: 15px 'Meta';
line-height: 40px;
font-weight: bold;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 0 20px;
cursor: pointer;
text-decoration: none;
display: inline-block;
}
.foot{ text-align:center; padding:20px 0; }
.foot p{ line-height:35px; font-size:12px; }

.popDiv{ background:url(images/login_bg.png);
border: 1px solid #47473e;box-shadow: 0 0 15px rgba(0,0,0,0.2);border-radius: 5px;
display:none;
font-size: 12px;
font-weight: bold;
z-index:999;
width: 346px;
height: 300px;
left:50%;/*FF IE7*/
top:45%;/*FF IE7*/

margin-left:-173px!important;/*FF IE7 该值为本身宽的一半 */
margin-top:-124px!important;/*FF IE7 该值为本身高的一半*/

margin-top:0px;

position:fixed!important;/*FF IE7*/
position:absolute;/*IE6*/

_top: expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/
}
.l_tit a{font-family: arial;font-size: 18px; text-decoration:none; color:red ;font-weight: 700;}
.bg{
background-color: #666;
display:none;
width: 100%;
height: 100%;
left:0;
top:0;/*FF IE7*/
filter:alpha(opacity=50);/*IE*/
opacity:0.5;/*FF*/
z-index:1;

position:fixed!important;/*FF IE7*/
position:absolute;/*IE6*/

_top: expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/

}


.t_login{ padding:0 10px; }
.t_login h2{ font-size:14px; text-align:center; color:#a83c54; padding-bottom:10px; }
.t_login div{ padding-bottom:10px;}
.t_login div label{ width:70px; text-align:right; line-height:30px; display:block; float:left }
.kk_01{ width:210px; height:28px; border:solid 1px #a1b3b0; box-shadow: 0 0 5px rgba(0,0,0,0.2);border-radius: 2px; line-height:28px; padding-left:5px; background:#e6e3de; float:left}
.psd_lo a{ color:#80817f; font-size:12px; padding-left:240px;  font-weight:normal; text-decoration:none}



.m_box{ width:980px; margin:0 auto; }
.m_box_in{ margin:110px 0; background: url(images/ico_t.png) left top no-repeat #fff; box-shadow: 0 0 15px rgba(0,0,0,0.2);border-radius: 2px;}
.m_box_in h1{ font-size:30px; font-family:"微软雅黑"; padding-left:64px; line-height:60px; font-weight:normal }
.in_nr_left { width:299px; float:left; margin:30px 0 15px 30px  }
.in_nr_left img { width:293px; float:left;  }
.f_01{ line-height:80px; text-align:center; font-family:"微软雅黑"; font-size:18px; }

.in_nr_right{ width:600px; float:left; padding-left:20px;}
.in_tit{ padding-left:45px;}
.in_kk{ width:410px; height:38px; padding:0 0 0 10px; line-height:38px; background:#fff; border:solid 1px #d9d9d9;}
.in_nr_right ul{ padding:10px 0;}
.in_nr_right ul li{ float:left; padding-left:25px; padding-bottom:8px; }
.in_nr_right ul li a{ display:block; border:solid 2px #e6e5e5; text-decoration:none; width:169px; padding-bottom:7px; color:#666}
.in_nr_right ul li a img{ width:129px; height:196px; padding:8px 18px;}
.in_nr_right ul li a span{ padding-left:18px; }
.in_nr_right ul li a:hover{ display:block; border:solid 2px #ef5d60; background:#fefde9; text-decoration:none; width:169px; padding-bottom:7px;}
.in_an{ padding:0 0 10px 30px;}
a.aa:link,a.aa:visited{display:block; border:solid 2px #ef5d60; background:#fefde9; text-decoration:none; width:169px; padding-bottom:7px;}

.in_nr_r2{ width:415px; padding-left:116px; float:left;}
.in_nr_r2 h2{ background:url(images/gx.png) center top no-repeat; padding-top:124px; line-height:65px; font-weight:normal; font-size:34px; font-family:"微软雅黑"}
.er_02{ height:131px; background:url(images/jt.png) right no-repeat; padding:10px 0 20px 0 }

.fg_in{background:url(images/phone_bg.png) no-repeat; width:246px; height:479px;}
.fg_in div{ width:220px; height:329px; padding:62px 0 0 13px;	}
.fg_in div img{width:220px; height:329px;}

.sz_01{ background:url(images/jt_02.png); width:148px; height:274px; float:left; margin-top:145px;}
.sz_01 img{ width:148px; height:148px; padding-top:90px;}
.sz_02{ float:left; padding-left:75px; }
.sz_02 h2{ padding-top:153px; line-height: 65px;font-weight: normal;font-size: 30px;font-family: "微软雅黑";}
.sz_02 div{ padding-top:50px;}


