@charset "utf-8;

/**
*   Made by bysky
*   版本：1.0.0
*   2015.12.7
**/

html{color:#000;background:#FFF;font-family:'Microsoft Yahei'; font-size:14px;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}
img{ vertical-align:top;}
.cl{ clear:both; font-size:0;}

a{ color:#000; font-size:14px; text-decoration:none;}
a:hover{ color:#FBAB00; text-decoration:none;}

/* IE5.xIE6бbug */ 
* html body{overflow: visible;} 
* html iframe, * html frame{overflow: auto;} 
* html frameset{overflow: hidden;} 


input,textarea{font-family:'Microsoft Yahei';}

/* li */ 
ul,li{list-style-type:none;} 

/* img */ 
img{border:0 none; vertical-align:middle;} 

/* h* */ 



/* float */ 
.fl { display: inline; float: left; }
.fr { float: right; }

/* dis_no */ 
.none{display:none;} 
.block {display:block;} 


/*********闭合盒子处理**********/
.clearfix:after {content:"24dq"; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}.clearfix {display:block;}
/* End hide from IE-mac */


/*********清除浮动处理**********/
.clearboth { clear:both; display:block; height:0;font-size:0; overflow:hidden;}
.cl{ clear:both;}
.clear{ clear:both;}

.css3 {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
	
.bigimg img{ width:300px; height:200px;transition:all 0.5s ease-in-out;}
.bigimg:hover img{transition:all 0.5s ease-in-out; transform:scale(1.1)}
.uls li:nth-of-type(1){}
.tm{background: rgba(172, 178, 200, 0.7);}	
.bradius{border-radius:20px;box-shadow: 4px 2px 6px #e1e1e1;}

/*index.html==========================*/
body{width:100%; background:#FFF;font-size:14px}
.header, .index, .foot, .top_news, .banner_img, .pages{ margin:0 auto; width:1220px;}

.header{ width:1220px; height:115px; position:relative;}

/*header*/
.logo{ width:160px; height:115px;position:absolute; left:530px; top:0px;z-index:999; }
.top{ width:1220px; height:30px; }
.welcome{ width:602px; height:30px; float:left; line-height:30px; color:#000; }
.logo_right{width:280px; text-align:right; float:right; line-height:30px; color:#000}/*设为首页 加入收藏*/
.logo_right a{ color:#000; margin:0 10px;}
.logo_right a:hover{ color:#F00}

/*导航开始*/
.menubg{  width:1100px; height:41px; position:absolute; left:50px; top:45px;}
.menu { width:1100px; height:41px; position:relative; margin:0 auto; z-index:99;  }
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; width:142px; height:41px; text-align:center; color:#000;   line-height:41px;  overflow:hidden;  font-size:16px;}

.menu ul {padding:0; margin:0;list-style-type: none;}
.menu ul li {float:left; position:relative;line-height:41px; padding:0px;}
.menu ul li ul {display: none;}
/* specific to non IE browsers */
.menu ul li:hover a {color:#000;background:url(../images/menu.png) no-repeat; display:block; width:142px; height:41px;}/********导航背景变色 ******/
.menu ul li:hover ul {display:block; position:absolute;  left:0; width:142px;}
.menu ul li:hover ul li {}
.jg{ width:3px !important; background:url(../images/tu.jpg) no-repeat; height:41px; padding:0px !important;}
.menu ul li:hover ul li a {border-right: none;display:block; height:40px; font-size:14px; font-weight:normal; background: rgba(74, 154, 113, 0.8);text-align: center;color: #FFF;line-height: 40px; transition: all 0.3s; -moz-transition: all 0.3s;-webkit-transition: all 0.3s;-o-transition: all 0.3s; }/******子栏目 背景*********/
.menu ul li:hover ul li a:hover { color:#000;line-height:40px; }/******子栏目 背景变色*********/
.menu img{ display:block;}
.menu ul li:nth-of-type(4){ margin-left:215px;}
.menu ul li ul:nth-of-type(4){  padding-left:215px;}

.banner{ width:100%; height:735px; padding-top:0px; margin:0 auto;z-index:1;}
/* flexslider */
.fullSlide{width:100%;height:735px; position:relative;;z-index:1;  }
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:735px;text-align:center;}
.fullSlide .bd li a{display:block;height:auto;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:20px;left:0;}
.fullSlide .hd ul{ text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:14px;height:14px;margin:5px;overflow:hidden; background:url(../images/dot.png) right 0 no-repeat;cursor:pointer; line-height:999px;   }
.fullSlide .hd ul li.on{background-position:0 0; }
.fullSlide .prev,.fullSlide .next{position:absolute;z-index:1;top:45%; z-index:1;width:86px;height:86px;cursor:pointer;display:none;}
.icon-list {background: url(../images/icon-list.png) no-repeat;}

.in_one{ width:100%; height:60px; border-bottom:1px solid #eee; }
.head_top{ width:1220px; height:40px; margin:0 auto; padding:10px 0px;}

.gonggao{  width:620px;  height:40px; float:left; line-height:40px; margin-left:50px;color:#000; font-size:15px;}
.gonggao a{ margin:0 7px; color:#000;}
.gonggao a:hover{color:#F00;}

.shous{ width:100%; height:35px; float:left;}
.sxk {width:298px;height:40px;float:right;background:url(../images/se.jpg); text-align:left; margin-right:40px;}
.sxk .texts {border:none;width:250px;height:40px;line-height:40px;color:#333;padding-left:3px;background:none;outline:none;}
.sxk .submit {width:42px;height:40px;float:right;border:none;background:none;cursor:pointer;}





.index{ width:100%; padding: 55px 0px;}


.w_one{ width:100%; height:506px;background:url(../images/hz_06.jpg) top center no-repeat; }

.w_two{ width:100%; height:337px; background:url(../images/hz_07.jpg) top center no-repeat;}

.w_th{ width:100%; height:444px; background:url(../images/hz_09.jpg) top left repeat-x; margin-top:30px;}

.index_tu{ width:1220px; overflow:hidden;height:304px; padding-top:54px; margin:0 auto; }

.index_two{ width:1004px; overflow:hidden;height:auto; padding-top:30px;  margin:0 auto; }

.index_three{ width:1004px; overflow:hidden;height:auto; padding-top:35px;  margin:0 auto; }

.index_left{ width:240px; float:left; height:auto;}

.index_right{ width:749px; float:right; height:auto;}


.more a{ font-size:14px;  color:#FFF;}
.more a:hover{ color:#F00;} 

.imgbig img{  cursor: pointer;
  transition: all 0.6s;}
.imgbig img:hover{
  transform: scale(1.2);
}

.index_prolist{ width:245px; height:auto; float:left;}
.index_prolist h3{width:245px; height:113px; background:url(../images/df_29.jpg);}
.prolistbody { width:245px; height:auto !important; min-height:420px; background:#eeeeee; }
.prolistbot{width:245px; height:107px; background:url(../images/df_34.jpg); margin-top:6px;}


.index_about{ width:1220px; height:auto; margin:0 auto;}
.index_about .tit{width:1220px; height:75px; }
.aboutbody{ width:1220px; height:295px;overflow:hidden; margin-top:0px; }
.aboutbody .righ{ width:665px; height:295px;overflow:hidden; float:left; padding-left:55px;}
.aboutbody .righ .tit{ line-height:60px; border-bottom:1px solid #08732f; width:625px; height:60px; color:#08732f; font-size:28px;}
.aboutbody .righ .text{ line-height:30px;  overflow:hidden;  width:665px; height:225px; padding:5px 0px;}
.aboutbody .righ .text img{ float:left; margin:0px 5px;}
.aboutbody .righ .mores{ width:150px; height:40px;  text-align:center; float:right; padding-right:60px;}
.aboutbody .righ .mores a{ color: #FFF; line-height:40px; font-size:18px;}

.four{ width:1220px; margin:0 auto; height:auto; padding-top:24px;}

.youshi{ width:230px; height:420px; border-right:1px solid #6eb272; padding:0 35px; float:left;}
.youshi a{width:230px; height:420px; position:relative; display:block;}
.youshi a .num{width:230px; height:65px; line-height:65px; position:absolute; top:15px; left:0; text-align:center; font-size:42px; color:#08732f;}
.youshi a .xin{width:30px; height:3px; position:absolute; top:80px; left:100px; background:#08732f; display:block;}
.youshi a .tits{width:230px; height:30px; line-height:30px; position:absolute; top:100px; left:0; text-align:center; font-size:18px; color:#000;}
.youshi a .ens{width:230px; height:30px; line-height:30px; position:absolute; top:130px; left:0; text-align:center; font-size:16px; color:#000;}
.youshi a .nrs{width:200px; height:145px; position:absolute; top:200px; left:15px; line-height:30px; text-align:center; font-size:14px; color:#FFF;}
.youshi a .mores{width:230px; height:65px; position:absolute; top:360px; left:0; text-align:center; font-size:36px; color:#08732f;}
.youshi a:hover{width:230px; height:420px; background:#007803;}
.youshi a:hover .num{color:#FFF;}
.youshi a:hover .xin{background:#FFF;}
.youshi a:hover .tits{color:#FFF;}
.youshi a:hover .ens{color:#FFF;}

.index_news{ width:1220px; height:auto; margin:0 auto; padding-top:40px; }
.newsbody { width:1220px; height:auto;overflow:hidden; }
/*图片新闻*/
.newspic{ width:295px; height:350px;  float:left; margin:0px 5px; }
.newspic_left{ width:295px; height:215px; float:left; overflow:hidden;}
.newspic_left img{ width:295px; height:215px;}
.newspic_right{ width:285px; height:135px; float:right; overflow:hidden}
.newspic_right h4{ width:285px; height:30px; line-height:30px;overflow:hidden}
.newspic_right h5{  font-weight:normal; font-size:14px; line-height:30px;}
.newspic_right h4 a{ font-size:16px; color:#000; font-weight:bold}
.newspic_right h4 a:hover{ color:#F00}
.newspic_right span{ width:285px; height:75px; line-height:25px; padding:0px 0px; display:block; color:#000}
.newspic_right .mo{width:60px; height:20px; border-radius:10px; border:1px solid #ccc; text-align:center; float:right;}
.newspic_right .mo a{ color: #000; line-height:20px; font-size:12px;}



.cp_top{ height:40px; line-height:40px; width:740px; margin:0 auto; }
.cp_top ul{  height:42px; text-align:left; width:740px;}
.cp_top ul li{  margin:0 16px 0px 0px; background:#198554; cursor:pointer;font-size: 14px; width:135px;-webkit-transition: color .2s ease-in-out;transition: color .2s ease-in-out;display:inline-block; text-align:center;}
.cp_top ul li a{color: #FFF;font-size: 15px; }
.cp_top ul li a:hover{color: #000; background:#eeeeee; display:block;}

.index_pro{height:auto; width:1220px; margin:0 auto; padding-top:105px;}
.index_pro h3{width:1220px; height:59px; background-image:url(../images/hz_15.jpg);position:relative;}
.probody{width:1220px; height:680px; overflow:hidden; margin-top:50px;}
.cpgd {	position:relative;width:1220px; height:650px;overflow:hidden; }
.downpaly {position:absolute;width:1220x;padding:0px;left:0;top:0;}
.fl {float:left}
.downpaly img {display: block;width:258px;height: 260px;border:1px solid #0aa149; overflow:hidden; }
.downpaly li {overflow:hidden;width:260px;height: 310px; float:left;text-align: center;margin:10px 20px 15px 20px; }
.downpaly li p{width: 100%;height:50px;line-height: 50px; }
.downpaly li a{color:#000}
.downpaly li a:hover{ color:#13439d}


.index_mes{height:280px; width:350px; float:left;  }
.index_mes h3{width:350px; height:30px;line-height:30px;color:#FFF; font-size:16px;margin-bottom:5px}
.mesbody{width:350px; height:200px; overflow:hidden; }
.mesbody .sure{ text-align:left; padding-top:10px;}
.mesbody .sure input{ background:#FFF; width:325px; height:40px; border:0;  line-height:40px; padding-right:20px; font-size:15px; color:#000;}
.mesbody .sure input:hover{ background:#c69f64;}
.mesbody .inp{ width:155px; margin:0 auto;  margin-bottom:20px; float:left; margin-right:18px;}
.mesbody .inp input{ padding-bottom:10px; padding-top:10px; padding-left:5px; width:150px; border:1px solid #545a66; color:#FFF; background:none; font-size:14px;}
.mesbody .fg{ width:330px;line-height:35px;}
.mesbody .fg input{ padding-bottom:0px; padding-top:0px;  height:130px; line-height:35px; width:325px;border:1px solid #545a66; color:#FFF; font-size:14px;}
.mesbody #px{ width:410px;}
.mesbody img{ padding:10px;}

.sub-pro{ width:210px;  border-top:0; margin:0 auto;}
.sub-pro h4{ width:210px; display:block; height:30px; line-height:30px; background: #FFF; text-align:center; font-size:14px; margin-top:15px;}
.sub-pro h4 a{ color:#1480f2; }
.sub-pro h4 a:hover,.sub-pro h2 a.on{ color:#009A44; text-decoration:none;}
.sub-pro ul{ padding-top:3px;  list-style-image:none;}
.sub-pro ul li{ font-size:12px; display:block; height:30px; line-height:30px; border-bottom:#CCC dashed 1px; text-align:left; padding-left:10px;overflow:hidden;} 
.sub-pro ul a.on {color:#FFF; font-weight:bold; }
.sub-pro img{ width:190px; height:179px; padding-top:12px;}


/*首页友情链接：文字*/
.syfri{ width:1220px; height:55px; margin:0 auto;  line-height:55px;}
.syfri span{ width:80px; line-height:55px; float:left; font-weight:bold; color:#FFF; font-size:14px; text-align:left; padding-left:15px}
.syfri_nr{  color:#FFF; text-align:left}
.syfri_nr a{ color:#FFF; margin:0 15px;}
.syfri_nr a:hover{ color:#F00}



.index_contact{ width:300px;height:250px; overflow:hidden;  float:left; padding-left:150px; }
.index_contact h3{color:#FFF; font-size:18px; line-height:40px;}
.contactbody{ width:300px; height:210px;overflow:hidden }
.contactbody .text{ line-height:30px; padding:10px 0px; color:#a1a1a1; overflow:hidden; }

.foot ul{ margin-top:0px; width:480px; padding-left:25px; float:left;}

.foot ul li{ float:left; margin-top:0px; }
.foot ul li h2 a{color:#FFF; font-size:18px; line-height:40px;}
.foot ul .chanpin{ width:120px; margin-right:20px;}
.foot ul .chanpin h2{ margin-bottom:10px; text-align:left;color:#FFF; font-size:18px; line-height:40px;}
.foot ul .chanpin span{ width:35px; height:1px; background:#3e94dd; display:block;}
.foot ul .chanpin p a{ display:block; color:#a1a1a1; font-size:14px; width:100%; line-height:40px; text-align:left;}
.foot ul .chanpin p a:hover{ color:#f00}

.footer{  height:280px; width:100%;background:#282828;}
.foot{  height:280px; width:1220px; padding-top:0px; }
.foot_left{  height:280px; width:960px; float:left; }
.foot_dh{ width:250px; height:65px; float:right;}
.foot_menu { height:75px; width:960px; line-height:65px; text-align:left; margin:0 auto;}
.foot_menu a{ color:#FFF; margin:0 16px;}
.foot_menu a:hover{ color:#F00;}
.copy{ line-height:40px; color:#FFF; text-align:left; }
.copy a{ color:#FFF}
.copy a:hover{ color:#FBAB00;}

.icode{float:right;padding:45px 0px 0px 0px;width:177px;height:220px;}
.icode img{display:block;width:177px;height:182px;}
.icode span{width:177px;display:block;color:#FFF; text-align:center;line-height: 40px;}

.nr{ padding-top:3px; padding-right:0px;}
.nr ul{ padding-left:3px; width:350px;}
.nr ul li{ height:30px; line-height:30px; overflow:hidden; color:#000; border-bottom:0px solid #bfd9f2;position:relative; }
.nr ul li a{ margin-left:5px; color:#000;padding-left:5px;}
.nr ul li a:hover{ color:#FBAB00;}
.nr ul li span{ position:absolute; top:0; right:0;color:#000;padding-right:10px;}


 
.nnr{ padding:5px 0px 0px 0px;}
.nnr ul{ padding-left:1px;}
.nnr ul li{ height:45px; line-height:45px; overflow:hidden; color:#000; position:relative;cursor: pointer;;border-bottom:1px dashed #E7E7E7;}
.nnr ul li a{ margin-left:5px; color:#000;}
.nnr ul li a:hover{ color:#FBAB00;}
.nnr ul li span{ position:absolute; top:0; right:0;color:#000;padding-right:10px;}


/*-------------------------------------------内页样式开始-----------------------------------------------*/

/*pages*/
.pages{ width:1220px; padding:30px 0;}

/*left*/
.left{float:left; width:240px;}

.left .page_prolist{ width:240px; height:auto; }
.left .page_prolist h3{width:240px; height:40px; line-height:40px;background:#08732f; text-align:center}
.left .page_prolist h3 span{  font-size:18px;  color:#FFF; }
.left .page_prolistbody {width:240px; height:auto !important; min-height:120px;}

.fenlei{ width:210px; float:left; padding:5px 15px; }
.fenlei ul{ width:210px; float:left;}
.fenlei li{ width:210px; height:35px; border-bottom:1px #CCCCCC dashed; line-height:35px; text-align:center;}
.fenlei img{ float:left; margin-left:5px; margin-right:8px; margin-top:9px;} 
.fenlei li a{ color:#000; font-size:14px;}
.fenlei li a:hover{ color:#fc9a5a;}

.lianxi{ width:210px; float:left; padding:10px; padding-top:5px; padding-bottom:5px;}

.left .page_contact{ width:240px; height:auto; padding-top:10px;}
.left .page_contact h3{width:240px; height:40px; line-height:40px;background:#08732f; text-align:center}
.left .page_contact h3 span{  font-size:18px;  color:#FFF; }
.left .page_contactbody {width:240px; height:auto !important; min-height:220px;overflow:hidden;}
.left .page_contactbody .text{ line-height:25px; padding:10px;}


.listpage {
    clear: both;
    font-size: 12px;
    height: 50px;
    line-height: 30px;
	padding-top: 10px;
	text-align:center;
}
.listpage a {
    background-color: #FFFFFF;
    border-color: #C6DDF1;
    border-style: solid;
    border-width: 1px;
    color: #666666;
    display: block;
    float: left;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin: 5px 2px;
    padding-left: 10px;
    padding-right: 10px;
}
.listpage span {
    background-color: #FBF779;
    border-color: #C6DDF1;
    border-style: solid;
    border-width: 1px;
    color: #FF7400;
    display: block;
    float: left;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin: 5px 2px;
    padding-left: 10px;
    padding-right: 10px;
}


/*产品分类列表*/
.aboutleft2 {width:220px;font-size:14px;margin:0 auto;padding-top:0px;height:auto;padding-bottom:0px; }
.aboutleft2 li {line-height:28px;width:220px;padding-top:0px;margin-top:0px;overflow:hidden;}
.aboutleft2 a { font-family:"微软雅黑";height:30px;padding-left:30px; width:190px;line-height:30px;float:left;font-size:14px;text-align:left;color:#08732f; font-weight:bolder;  border-bottom:1px solid #C9C9C9;border-top:1px solid #C9C9C9;}
.aboutleft2 a:hover {font-size:14px;width:190px;height:30px;text-decoration:none;text-align:left;color:#f00;}
.aboutleft2 li ul{ display:block; overflow:hidden; float:left; }
.aboutleft2 li ul li{ background:none; border:none;}
.aboutleft2 li ul li a { font-weight:normal;width:175px;background:url(../images/li.jpg) 30px center no-repeat; padding-left:45px; border:none; color:#666666;}
.aboutleft2 li ul li a:hover {width:175px; padding-left:45px; border:none; color:#f00;}

.table_form td{ height:50px;}

/*右侧主体*/
.boxright{ width:930px; height:auto; float:right;}
.boxright_top{ width:930px; height:40px; background:#08732f;}
.boxright_mid{ width:930px; height:auto !important; min-height:480px; overflow:hidden; zoom:1; background:url(../images/nymid.jpg) center top repeat-y;}
.boxright_bot{ width:930px;  height:8px; background:url(../images/nybot.jpg) center top no-repeat;}
.left_zi{width:400px; height:40px; line-height:40px; font-size:18px; color:#FFF; float:left; padding-left:10px;}
.left_zi p{ line-height:7px; color:#FFF; font-size:14px}
.right_zi{ float:right; width:400px; text-align:right;height:40px;line-height:40px; color:#FFF; margin-right:15px;}
.right_zi a{ color:#FFF; font-size:14px}
.content{ line-height:24px; width:96%; margin:0 auto; padding-top:10px ;}

/*内页新闻列表*/
.new1 {width:100%;text-align:left;font-size:14px;}
.new1 li {width:100%;height:28px;line-height:28px;float:left;display:inline;background:url(../images/d.jpg) left center no-repeat;border-bottom: 1px #A8A8A8 dashed}
.new1 a {height:28px;line-height:28px;float:left;margin-left:15px; }
.new1 font {float:right;height:28px;line-height:28px;margin-right:0px;font-size:42px;font-size:14px;color:#08732f;}
.new1 a:hover {font-size:14px;text-decoration:none; }

/*内页产品展示列表*/
.product{ width:100%; list-style:none; padding-top:10px; padding-left:3px;}
.product li{ width: 218px; margin:2px 4px; height:188px; float: left; overflow: hidden;}
.product li .img{width:216px;height:157px;border: 1px solid #08732f;overflow:hidden;display: table-cell;vertical-align:middle;text-align:center;*display: block;*font-size:102px;   -webkit-border-radius: 5px;  
   -moz-border-radius: 5px;  
   border-radius: 5px;  
 position:relative;
   behavior: url(js/PIE.htc);  }
.product li a{ display:block;}
.product li img{ max-width:216px; max-height:157px;vertical-align:middle; }
.product li p{  text-align:center; height:30px;line-height:30px;width: 100%;}

.product_title{text-align:center; font-weight:bold;padding:5px; width:100%}
.product_related{text-align:center; padding:5px; width:100%}
.proimg{ text-align:center; width:90%; height:auto}
.proimg .img{width:600px;height:600px;overflow:hidden;display: table-cell;vertical-align:middle;text-align:center;  }
.proimg img{ max-width:600px; max-height:600px;vertical-align:middle; }

 .page{ padding:15px 0 20px 0; width:100%; text-align:center; line-height:40px;}
.page a{ padding:5px; border:1px solid #ccc; margin:0 3px;}
.page a:hover{ background:#08732f; color:#fff;}
.page font{ padding:5px; border:1px solid #ccc; margin:0 3px;background:#08732f; color:#fff;}
.nolink{padding:5px; border:1px solid #ccc; margin:0 3px;}


/*在线留言*/
#messagelist{ padding:15px;}
#messagelist .metlist{ margin-bottom:10px; border:6px solid #dedede; padding:5px;}
#messagelist .metlist dt{ background:url(../images/message.gif) no-repeat left center; border-bottom:1px dotted #dedede; padding:4px 0px 4px 20px; margin-bottom:5px;}
#messagelist .metlist dt span.name{ color:#2c7199;}
#messagelist .metlist dt span.time{ padding-left:8px; color:#999;}
#messagelist .metlist dt span.tt{ float:right; padding-right:5px;}
#messagelist .metlist dd.info span.tt{ display:none; clear:both;}
#messagelist .metlist dd.info span.text{ display:block; line-height:1.5; padding:8px 5px;}
#messagelist .metlist dd.reinfo span.tt{ background:url(../images/admin.gif) no-repeat left 3px; display:block; border-bottom:1px dotted #dedede; padding:2px 0px 2px 20px; margin:0px 0px 5px;color:#2c7199;}
#messagelist .metlist dd.reinfo span.text{ display:block; line-height:1.5; padding:8px 5px;}
#messagelist .ctitle{ margin:10px 0px 10px; padding:5px 20px; background:url(../images/dt-7.gif) no-repeat left center; *background-position:left 17px; font-size:14px; border-bottom:1px dotted #ccc;}
#messagelist table{ margin:0px auto; }
#messagetable{ padding:15px;}
#messagetable table{ margin:0px auto;}







