﻿/*导入css.css样式表*/
@import url("style.css");

#ad_bg { width:987px; height:243px; background:url(../images/ad_bg.png) 0 0 no-repeat; margin:0 auto 10px; padding:5px 0 0 7px; }
#pagepro_lt { width:181px; background:url(../images/page_lt_bg.png) 0 0 no-repeat; padding:50px 0 100px; }
.pagepro_tit { display:block; margin:0 0 15px 20px; }
.pagepro_pro { padding-bottom:15px; }
.pagepro_pro_tit { width:180px; height:36px; font:bolder 16px/30px 微软雅黑; display:block; background:url(../images/page_pro_h.jpg) 0 0 no-repeat; color:#fff; padding-left:60px; }
.pagepro_pro li { width:180px; height:36px; line-height:36px; }
.pagepro_pro li a { background:url(../images/page_pro_a.jpg) 42px center no-repeat; padding-left:60px; color:#666; }
.pagepro_pro li a:hover, .pagepro_pro .hover { color:#1f8aff; text-decoration:none; }
.gcal { margin-left:22px; margin-bottom:20px; }
.scty { margin-left:10px; clear:both; }

#pagepro_rt { width:750px; border-top:1px solid #c8c8c8; background-color:#fff; margin-right:9px; padding:15px 30px; }
#pagepro_rt .page dt { height:32px; border-bottom:solid 2px #679ede; }
#pagepro_rt .page dt span { padding-left:10px; }
#pagepro_rt .page dt span,#pagepro_rt .page dt a { font:12px/32px SimSun; }
#pagepro_rt .page dd { min-height:528px; height:528px; height:auto!important; overflow:hidden; padding:10px; line-height: 25px; }


#pagepro_footer { width:100%; height:66px; margin:20px auto 0; line-height:25px; background:url(../images/footer_bg.jpg) 0 0 repeat-x; padding-top:20px; }
#pagepro_footer p { color:#fff; }
#pagepro_footer .pagepro_link { color:#fff; padding-left:10px; }
#pagepro_footer .pagepro_link a { margin-right:10px; color:#fff; }
#pagepro_footer .pagepro_footer_nav li { float:left; margin-left:10px; color:#fff; }
#pagepro_footer .pagepro_footer_nav li a { margin-right:10px; color:#fff; }




.pagebuild_tit { display:block; margin:0 0 15px 20px; }




.pageacc { padding:10px 0 0 10px; }
.pageacc li { height:55px; background:url(../images/build_line.jpg) 0 bottom no-repeat; margin-top:10px; padding-left:10px; }

/*计算器*/
.tool-main{ width:730px; padding:0 0 20px 0;}
.tool-main h3.title{ font-size:28px; color:#1062a0; font-weight:normal; }
.tool-main .caculator_box{background:url(../images/caculator.jpg) no-repeat 0 0; height:600px; position:relative; }
.tool-main .caculator_box h4 { line-height:55px; color:#525252; font-size:25px; text-align:center; }
.tool-main .caculator_box #caculator_result{ position:absolute; top:88px; left:105px; width:500px; font-size:48px; color:#4b4b4b; text-align:right; border:none 0; background:none; }
.tool-main .caculator_box #area_input{ position:absolute; top:262px; left:160px; width:270px; font-size:18px; color:#959595; text-align:center; background:none; border:none 0;}
.tool-main .caculator_box #caculator_tip{ position:absolute; left:48px; bottom:10px; font-size:12px; color:#474747; width:470px; text-indent:-1em; line-height:20px;}
.tool-main .caculator_box #unit_box{ position:absolute; top:165px; width:705px; left:0; text-align:center; color:#535353; font-size:14px; text-shadow:1px 1px 1px #fff;}
.tool-main .caculator_box #caculator_add_btn{ position:absolute; left:441px; top:245px; width:62px; height:27px; background:none; border:none 0; cursor:pointer;}
.tool-main .caculator_box #caculator_subtract_btn{ position:absolute; left:441px; top:273px; width:62px; height:32px; background:none; border:none 0; cursor:pointer;}
.tool-main .caculator_box #caculator_btn{ position:absolute; top:225px; left:548px; width:123px; height:207px; background:none; border:none 0; cursor:pointer;}
.tool-main .caculator_box #measure_nav{ position:absolute; left:150px; top:350px;}
.tool-main .caculator_box #measure_nav ul{ overflow:hidden; zoom:1;}
.tool-main .caculator_box #measure_nav ul li{ float:left; display:inline; margin:0 0px 0 0;}
.tool-main .caculator_box #measure_nav a{ display:block; float:left; background:url(../images/measure_bg.png) no-repeat; width:120px; height:62px; text-indent:-9999px;} 
.tool-main .caculator_box #measure_nav .nav_1 a{ background-position: 0 0;}
.tool-main .caculator_box #measure_nav .nav_1 a:hover,.caculator_box #measure_nav .nav_1 a.current{ background-position: 0 -65px;}
.tool-main .caculator_box #measure_nav .nav_2 a{ background-position: -120px 0;}
.tool-main .caculator_box #measure_nav .nav_2 a:hover,.caculator_box #measure_nav .nav_2 a.current{ background-position: -120px -65px;}
.tool-main .caculator_box #measure_nav .nav_3 a{ background-position: -240px 0;}
.tool-main .caculator_box #measure_nav .nav_3 a:hover,.caculator_box #measure_nav .nav_3 a.current{ background-position: -240px -65px;}
