/*
    header
*/
.header-hd{
    height: 36px;
    border-bottom: 1px solid #566b56;
    line-height: 35px;
    color: #fff;
}
.header-hd span a{
    padding: 0 10px;
}
.header-bd .logo,
.header-bd .logo a{
	display: block;
	height: 130px;
	font-size: 0;
}
.header-bd .logo a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.header-bd .logo img{
	max-height: 100%;
}
.header-bd{
    height: 130px;
    border-top: 1px solid #465846;
    border-bottom: 2px solid #e7be3b;
}
.header-bd .call{
    background: url(../image/call.png) no-repeat left center;
    padding-left: 80px;
    height: 62px;
    font-size: 18px;
    color: #fff;
    margin-top: 28px;
    line-height: 1.4;
    padding-top: 1px;
}
.header-bd .call span{

    font-size: 30px;
    color: #e1b21a;
    display: block;
}



.navbar{
}
#nav_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navbar li{
	flex: 1 1 auto;
	text-align: center;
    position: relative;
    margin: 0 15px;
}
.navbar li a{
    font-size: 16px;
    color: #ffff;
    display: block;
    line-height: 90px;
    border-bottom: 4px solid transparent;
    position: relative;
  transition: all .3s;
}
.navbar li a:hover,
.navbar li.on a{
    border-bottom-color: #1b643e;
}
.navbar li a:hover::after,
.navbar li.on a::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 8px solid #1b643e;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}



.navbar li{position: relative;}
.nav li ul{position:absolute; left:0; top:45px; width:130px; background-color:#1b643e;display:none;}
.nav li ul li ul{
	min-width: 130px;
    width: unset;
  left: 100% !important;
}

.header.on #nav_box>li>ul{top:67px !important;}

.nav li ul li{ width:100%; height:40px; margin: 0;
}
.nav li ul li a{ font-size:14px;color:#fff; line-height:40px; display:block; white-space: nowrap;padding: 0 ;text-align: center;    border: none;
    padding: 0 10px;}
.nav li ul li a:hover{ color:#fff;background-color:#1c8950;}
.nav li ul li a::after{
    display: none !important;
}
.nav .on ul li a{background-color:#1b643e;color:#fff;}
.nav .on ul li a:hover{background-color:#1c8950;}

/*
    æœç´¢
*/
.isearch{ height: 50px; border-bottom: #f3f3f3 solid 1px; }
.isearch__hd{ line-height: 50px; }
.isearch__bd{padding-top: 11px;}
.search__key{ width: 200px; padding-left: 10px; height: 26px; border:#ccc solid 1px;border-right: 0; border-radius: 3px; margin-right: -5px; }
.search__button{ width: 38px; height: 26px; padding: 0;margin: 0; border:0; background:#465846;color:#fff;overflow:hidden;cursor:pointer;}

/* pabout */
.i-pabout{
    height: 546px;
     padding-top: 65px;
}
.i-pabout-hd img{
    width: 270px;
    height: 360px;
    margin-right: 70px;
    display: block;
}
.i-pabout-bd{
    width: 610px;
    height: 366px;
    padding-right: 44px;
    border-right: 1px solid #000;
    font-size: 18px;
    line-height: 40px;
    color: #3d3d3d;
    margin-right: 80px;
}
.i-pabout-bd .con{
    height: 322px;
    overflow: hidden;
    margin-top: 26px;
}
.i-pabout-bd .link{
    color: #6f481d;
}
.i-pabout-ft{
    padding-top: 33px;
}
/* about */
.i-about{
    height: 819px;
    background: url(../image/about.jpg) no-repeat center;
    padding-top: 56px;
   margin-topï¼š30px;
}
.i-about-bd{
    font-size: 18px;
    line-height: 31px;
    color: #fff;
}
.i-about-bd .con{
    height: 245px;
    overflow: hidden;
    font-size: 15px;
    line-height: 35px;
}
.i-about-bd .con p{
    text-indent: 2rem;
}
.i-about-bd .link{
    color: #4c5f4c;
}
.i-about-ft{margin-top: 60px;}
.i-about-ft li{
    margin-right: 12px;
}
.i-about-ft li img{
    border: 7px solid #fff;
}


/* product */
.i-product{
    padding: 40px 0 100px;
}
.i-product-hd{
    margin-bottom: 30px;
}
.i-product-bd{
    width: 212px;
}
.i-product-bd li{
    height: 72px;
    line-height: 72px;
    color: #fff;
    font-size: 24px;
    background: #4c5f4c;
    margin-bottom: 2px;
}
.i-product-bd li a{
    display: block;
    height: 72px;
    width: 100%;
    padding-left: 40px;
    padding-right: 15px;
    font-size: 18px;
}
.i-product-bd li a:hover{
    background: #d3a500;
}
.i-product-bd h2{
    height: 107px;
    background: url(../image/proht.png) no-repeat center;
    color: #fff;
    font-size: 26px;
    padding-top: 12px;
}
.i-product-bd h2 p{
    font-size: 14px;
}
.i-product-ft{
    width: 953px;
}
.i-product-ft li{
    height: 260px;
    width: 295px;
    margin-bottom: 27px;
    margin-right: 24px;
}
.i-product-ft li .img{
    width: 295px;
    height: 218px;
    border: 2px solid #d2d2d2;
}
.i-product-ft li p{
    color: #3b3b3b;
    font-size: 16px;
    padding: 0 10px;
    margin-top: 4px;
}
.i-product-ft li .img img{
    width: 291px;
}


/* process */
.i-process{
    height: 441px;
    background: #808d80;
    padding-top: 54px;
}
.i-process-hd{
    background: url(../image/process.png) no-repeat center;
    height: 371px;
    padding-left: 38px;
    padding-right:56px;
}
.i-process-hd img{
    width: 259px;
    height: 309px;
    border: 4px solid#ece7af;
}
.i-process-hd .call{
    display :block;
    font-size: 36px;
    color:#fff;
    margin-top: 77px;
    margin-right: 108px;
    margin-bottom: 31px;
}
.i-process-hd .link{
    width: 760px;
    height: 194px;
    display: block;
}
/* news */
.i-news{
    padding-top: 94px;
    padding-bottom: 82px;
}
.i-news-item{
    width: 590px;
    height: 525px;
    border: 1px solid #ebebeb;
}
.i-news-item .item-hd{
    height: 46px;
    background: #fafafa;
    margin-bottom:28px;
}
.i-news-item .item-hd p{
    width: 137px;
    height: 44px;
    line-height:44px;
    font-size:24px;
    color:#fff;
    background: #536553;
}
.i-news-item .item-bd{
    padding: 0 28px;
}
.i-news-hd .item-bd h2{
    font-size: 14px;
    color:#4c5f4c;
}
.i-news-hd .item-bd .con{
    color:#7e7e7e;
    line-height:30px;
    height:90px;
    overflow: hidden;
}
.i-news-bd .item-bd img{    
    width: 187px;
}
.i-news-bd .item-bd .con{
    width: 300px;
}
.i-news-bd .item-bd .con h2{
    color:#4e4e4e;
    line-height :1;
}
.i-news-bd .item-bd .con span{
    display: block;
    height: 92px;
    line-height: 23px;
    overflow:hidden;    
    margin: 14px 0;
}
.i-news-bd .item-bd .con .link{
    width:160px;
    height: 40px;
    background: #e9e9e9;
    line-height: 40px;
    display: block;
}
.i-news-bd .item-ft{
    padding: 0 28px;
    margin-top: 45px;
}
.i-news-bd .item-ft a{
    display: block;
    font-size:14px;
    color:#434343;
    height: 48px;
    border-bottom: 1px dashed #e5e5e5;
    line-height: 47px;
    background: url(../image/c.png) no-repeat left center;
    padding-left: 20px;
}
.i-news-bd .item-ft a:hover{
    color:#45302d;
    font-weight: 700;
}

/*
    å›¾ç‰‡å·¦å³æŽ’åˆ—
*/
.items-img_inline{ position: relative; overflow: hidden; }
.items-img_inline dt{ float: left; margin-right: 20px; }
.items-img_inline dt img{ width: 100%; }
.items-img_inline dd{}
.items-img_inline dd .title{ font-size: 16px; margin-bottom: 10px; }
.items-img_inline dd p{ line-height: 1.3; color: #666; }
.items-img_inline .more{ position: absolute; right: 0; bottom: 0; }

/*
    æ–°é—»å†…å®¹ç›’å­
*/
.i-news-panel{ float: left; width: 50%; min-height: 350px; margin-bottom: 20px; padding: 0 20px 0;box-sizing: border-box;}
.i-news-panel:nth-child(2){padding: 0 0 0 20px;}
.i-news-panel_hd{ position: relative; margin-bottom: 15px; font-size: 16px; }
.i-news-panel_hd a{ padding: 0 0 0 15px; border-left: #ccc solid 3px; }

/*
    å›¾ç‰‡é»˜è®¤æŽ’åˆ—
*/
.items-img{overflow: hidden;}
.items-img li{ float: left; margin: 0 25px 25px 0;
    width:208px;}
.items-img li .item-hd{ width: 208px; height:208px; }
.items-img li .item-hd a{ display: block; border: solid 1px #ccc;}
.items-img li .item-hd img{ width: 100%;
    display: block;}
.items-img li .item-bd{ height: 22px; line-height: 22px; margin-top: 10px; font-size: 14px;text-align: center; }




/*
    åœ°åŒºåˆ†ç«™&å‹æƒ…é“¾æŽ¥
*/
.i-link{ padding: 25px 0;}
.i-link span{ font-size: 16px; font-weight: bold; }
.i-link span,.i-link a{ margin-right: 20px; }

.icol-l{ float: left; width: 575px;padding-right: 90px;}
.icol-c{ float: left; width: 10px; height: 400px; background: url(../image/col-line.png) no-repeat}
.icol-r{ float: right; width: 485px; padding-left: 40px;}

.col-l{ width: 240px; float: left; }
.col-r{ width: 908px; float: right; }


/*
    footer
*/
.footer{
    background: #4c5f4c;
}
.footer-hd{
    height: 73px;
    background: #617661;
    overflow: hidden;
}
.footer-hd span{
    width: 168px;
    display: inline-block;
    line-height: 73px;
    background: #e7be3b;
    font-size: 18px;
    color:#fff;
}
.footer-hd a{

    font-size: 14px;
    color: #fff;
    padding: 0 10px;
    line-height: 36px;
    display: inline-block;
}
.footer-bd{
    padding-top: 38px;
    padding-bottom:30px;
}
.footer-bd .item-hd{
    margin-top:35px;
}
.footer-bd .item-bd{
    font-size: 14px;
    color:#fff;
    line-height: 26px;
    border-left: 1px solid #5d715d;
    padding-left: 39px;
    margin-left:30px;
}



.footer-ft{

    border-top: 1px solid #586d58;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: arial;
    padding: 10px 0;
    line-height: 22px;
}

/*npage*/

.nbanner{ 
    height:230px; 
    background:url(../image/nban_bg3.jpg) center top;
}
.main{ 
    padding:30px 0; 
    background:#fff; 
    margin-bottom:20px;
}
.main_con{ 
    padding:20px 50px 50px 50px; 
    min-height:500px;
}


.main_nei .ml{ float: right; }
.main_nei .mr{ float: left; }

.sider{}
.sider__hd{height: 50px; padding: 8px; background-color: #F18B16; color: #fff; text-align: center; font-size: 28px; line-height: 1.2; }
.sider__hd .en{ display: block; font-size: 14px; }
.sider__bd li{ position: relative; }
.sider__bd li i{ position: absolute; right: 0; top: 0px; display: block; width: 36px; height: 40px; background: url(../image/img.png) no-repeat 0 -169px; cursor: pointer; }
.sider__bd li a:hover{ background: inherit; }
.sider__bd dl{ display: none; }
.sider__bd li.on dl{ display: block; }
.sider__bd li.on i{ background-position: 0 -209px; }


.um-items-img li{
    width: 197px;
    margin: 0 20px 20px 0;
}
.um-items-img li .item-hd{
    width: 193px; height:193px
}

/*
    æ–°é—»åˆ—è¡¨é¡µå·¦å³æŽ’åˆ—
*/
/* .items-text_desc li{
    margin:0 0 30px 0;
}
.items-text_desc .item-hd img{
    width:200px;
    height:120px;
    display: block;
}
.items-text_desc .item-bd{
    width:630px;
}
.items-text_desc .item-bd .tit{
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    height:30px;
    line-height:30px;
}
.items-text_desc .item-bd span{
    font-size: 12px;
    color: #666;
    font-weight: normal;
}
.items-text_desc .item-bd .desc{
    font-size: 13px;
    color: #666;
    margin:6px 0 0 0;
} */

    /*
        å†…é¡µå·¦ä¾§
    */

.um-hd-panel{border: 1px solid #ccc; }
.um-hd-panel_tit{ height: 36px; line-height: 36px;padding-left: 20px;background: #f3f3f3; font-size: 16px; }
.um-menu_hd img{ max-width: 100%; }
.um-hd-contact_con .text{ padding: 20px 5px 20px 20px; line-height: 24px; }


.um-hd-menu_con{ padding: 20px; }
.um-hd-menu_con li{ padding: 0 0  0 20px; line-height: 36px; border-bottom: 1px dashed #ccc; font-size: 14px; }
.um-hd-menu_con li a{ display: block;}


.pos{ 
    height:65px;
    border-bottom: 1px solid #eeeded;
    border-top: 1px solid #eeeded;
    line-height: 65px;
    font-size: 16px;
    margin-bottom:20px;
}
.um-bd_hd .tit{ float: left; font-size:16px; color:#333;}

.pos,.pos a{ color:#333;}
.pos b{
    margin-right:15px;
}
.detail{}
.um-page_tit{
    text-align: center;
    font-size: 46px;
    font-weight: 900;
    color: #1b643e;
    text-shadow: 2px 3px 2px #b1b1b1;
    line-height: 1;
    margin-bottom: 30px;
}
.detail .imgs{ text-align: center; }


.um-page_con {
    font-size: 18px;
    color: rgb(118, 118, 118);
    line-height: 30px;
}
.um-page_con p{
    margin-top: 0px;
}
.cent,
.cont{
    font-size:18px;
    color:#666;
}
.cent p,
.cont p{
    margin-bottom:6px;
}
/* äº§å“å†…é¡µ */
.um-product-bd{
    padding: 0 45px;
}
.um-product2-bd{
    padding: 0 50px;
}
.um-product-hd li{
    display: inline-block;
}
.um-product-hd li.on a{color:#e7be3b;}
.um-product-hd li a{
    display: block;
    width: 154px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #1b643e;
    font-size: 19px;
    color: #fff;
    margin-left: 5px;
}
.um-product-bd li{
    width: 360px;
    height: 350px;
    margin-left: 10px;
}

.honor li {
    width: 260px;
    margin-right: 10px;
    margin: 0 23px 24px 0px;
    height: auto;
}
.um-product-bd li img{
    width: 100%;
}
.um-product2-bd li .item-bd a,
.um-product-bd li .item-bd a{
    text-align: center;
    font-size: 18px;
    color: #555;
    line-height: 40px;
    display: block;
}

.um-product2-bd li{
    width: 360px;
    height: 542px;
    margin: 30px 10px 0 0;
}

.um-productShow-tit{
    font-size: 32px;
    color: #d1af41;
}
/* article */
.um-news {
    padding: 0 42px;
}
.um-news li{
    width: 548px;
    height: 480px;
    margin-right:12px;
}
.um-news li .item-hd img{
    width: 548px;
    height: auto;
}
.um-news li h4{
    height: 40px;
    line-height: 40px;
}
.um-news li h4 span{
    font-size: 14px;
    color: #abaaaa;
}
.um-news li .desc{
    font-size: 16px;
    color: #767676;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.um-newsDetail .tit h2{
    height: 120px;
    background: #f1f1f1;
    border-bottom: 1px dashed #717171;
    color: #2a2a2a;
    line-height: 120px;
}


/*-------------------------------------------------*/


/*detail*/
.about{}
.about h1{ height:30px; line-height:30px; padding-left:20px; background:#f1f1f1; font-size:14px;}
.detail img{max-width:860px;_width:expression(this.width>860?860:true);}
.detail .cont{ padding:0 10px; font-size:14px; line-height:1.8;}
*html .detail img{width:expression(this.width > 860 ? "860" :this.width);}



/*æ–°é—»è¯¦ç»†é¡µ*/
.news h1{ text-align:center;}
.meta{ height:26px; line-height:26px; margin-bottom:20px; color:#999; font-size:14px;}

/*about*/
.about_detail h1{padding:15px 0;border-bottom:#c2d9ea solid 1px;}
.about_detail .artInfo{display:none;}


.page_list_img li {float:left;margin:10px;display:inline;zoom:1;width:228px;height:190px;overflow:hidden;}
.page_list_img li img{width:220px;height:165px;padding:4px;background:#fff3d0;border:#fc6800 solid 1px;}
.page_list_img li .list_title{text-align:center;}
/*----------------------------------------------------------------------------------------------------------------*/

/*
** äº§å“åˆ—è¡¨
**/
.catelist{}
.catelist li{ margin-top:20px; overflow:hidden;}
.catelist .img{ width:120px; height:120px; margin:0 30px; border:#ddd solid 2px; overflow:hidden;}
.catelist .com{ margin-left:30px;}
.catelist .t{ padding-bottom:6px;}


/*äº§å“è¯¦ç»†*/
.product_detail{ padding-left:20px;}
.um-imgZoom{float:left;margin-right:20px;}
.um-imgZoom p{text-align:center;padding-bottom:10px;}
#zoom_box{display:block;zoom:1;width:300px;height:300px;text-align:center;border:1px solid #ddd;vertical-align:middle;font-size:170px;padding:0;}
#zoom_box img{margin:0;padding:0;}
#zoom_box img.big_small{max-width:300px;max-height:300px;_width:expression(this.width>300&&this.width>this.height?300:true);_height:expression(this.height>300?300:true);}
#zoom_list{width:302px;height:60px;background:#EFEFEF;}
#zoom_list .pre{float:left;width:14px;height:54px;margin-top:2px;text-align:center;overflow:hidden;background:#EFEFEF url(../images/pre.gif) no-repeat -3px 18px;}
#zoom_list .next{float:right;width:14px;height:54px;margin-top:2px;text-align:center;overflow:hidden;background:#EFEFEF url(../images/next.gif) no-repeat -3px 18px;}
#zoom_list #zoom_list_box{float:left;width:232px;overflow:hidden;height:56px;position:relative;}
#thumblist{position:absolute;}
#thumblist li{float:left;width:58px;overflow:hidden;text-align:center;margin:2px 0;}
#thumblist li span{width:52px;height:52px;}
#thumblist li span a{width:50px;height:50px;font-size:42px;border:1px solid #FFF;}
#thumblist li span img{max-height:50px;max-width:50px;_width:50px;_height:50px;}
#big_box{float:left;}
#big_box span{width:302px;height:242px;}
#big_box span a{width:300px;height:240px;font-size:200px;}
#big_box span img{max-width:300px;max-height:240px;}
.p_info li{margin-bottom:10px;}

.um-imgDetail{}
.um-imgDetail .tag{ height:32px; line-height:32px; padding:0 10px; border:#ddd solid 1px; border-bottom:#054dd6 solid 2px; background:#f8f8f8;}
.um-imgDetail .tag b{ display:block; color:#054dd6; font-size:14px;}

.um-imgDetail{}
.um-imgDetail table{border-spacing: 0; border-left:#ddd solid 1px; border-top:#ddd solid 1px;}
.um-imgDetail table td{ padding:5px 10px; border-right:#ddd solid 1px; border-bottom:#ddd solid 1px;}

.pagenav{ padding:10px 0 0 0; border-top:#ddd solid 1px; }
.pagenav a{ color:#4c5f4c;}

.um-bd_imgShow_ft .items-img li{
    width:187px;
}
.um-bd_imgShow_ft .items-img li .item-hd{
    width:187px;
    height:187px;
}
.um-title{
    font-size: 24px;
    color: #feb70c;
    letter-spacing: 2px;
    margin-top: 15px;
    text-shadow: 0px 0px 0px #fff;
    font-weight: 600;
    text-align:center;
}
.citybox{}
.citybox a{ display:inline-block; margin-right:20px; line-height:28px;}
/*
** å›¾ç‰‡
**/
.photo_box{ overflow:hidden;}
.photo_box .photo{ position:relative; float:left; width:625px; margin-left:40px; overflow:hidden;}
.photo_box .btn_left, .photo_box .btn_right{ display:block; width:8px; height:30px; margin-top:195px; background:url(../image/roll.jpg) no-repeat;}
.photo_box .btn_left{ float:left;}
.photo_box .btn_right{ float:right; background-position:-8px 0;}

.photo_view li{ float:left; width:625px;}
.photo_desc h3{ margin:20px 0; padding-bottom:10px; border-bottom:#eee solid 1px;}


/*
** ä¸‹è½½
**/
.down_list dl.img {margin:5px 10px;}
.down_list dl.img dt  {font-size:14px;background:#EFEFEF;line-height:28px;padding-left:5px;}
.down_list dl.img dt a {color:#855352}
.down_list dl.img dd.ext {line-height:22px;text-align:right;color:#333;}  
.down_list dl.img dd.desc {line-height:22px;color:#9E9E9E}
.down_info { margin-bottom:20px;border:1px solid #EFEFEF;border-bottom:none;}
.down_info ul li label {float:left;width:65px;border-right:1px solid #EFEFEF;text-align:center;margin-right:5px;}
.down_info ul li { height:28px;line-height:28px;border-bottom:1px solid #EFEFEF; font-size:12px;}
.down_info ul li a{ font-weight:bold; color:#F30;}

#content {line-height:30px;font-size:14px;}
#content h1.tit {font-size:20px;font-family:'Microsoft YaHei';color:#333;text-align:center;margin:20px 0;}
#content h1.tit span {font-size:14px;font-weight:normal;}
#content .content p{font-size:12px;}
#content .content img {max-width:590px;_width:expression(this.width > 590 && this.width > this.height ? 590 : true); }
#content .content strong{color:#000;}
#content .content ol{ list-style-position: inside; margin:20px; }
#content .content ul {list-style-position: inside; margin:20px; }
#content .content ul li  {list-style-type : disc;}
#content .content ol li  {list-style-type : decimal ;} 
#content .content h1,#content .content h2,#content  .content h3,#content .content h4,#content .content h5,#content .content h6 {color:#000;font-size:100%;font-weight:bold;}

#pages { padding:10px 0 10px;text-align:center;font:12px 'å®‹ä½“';}
#pages a { 
    border-radius: 5px;
    margin:0 3px;
    display:inline-block; padding:0px 8px; height:42px;font-size:12px;line-height:42px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333}
#pages a.a1 {padding:0px 12px; height:42px; line-height:42px;margin-top:0px;}
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none; }
#pages span { 
    border-radius: 5px;
    margin:0 3px;display:inline-block;  padding:0px 8px; height:42px; line-height:42px; background:#586d58; border:1px solid #586d58; color:#fff; text-align:center; }
.page .noPage { display:inline-block;  padding:0px 12px; height:42px; line-height:42px;border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }


.kefu {width:99px;height:60px;position:absolute;top:0px;}
.kefu .kftop{background:url(../images/kefu_top.gif) no-repeat;height:20px;}
.kefu .kfbottom{background:url(../images/kefu_bottom.gif) no-repeat;height:14px;}
.kefu .kfbox {border-left:1px solid #DDE6EC;border-right:1px solid  #DDE6EC;overflow:hidden;zoom:1;padding:1px;background:#FFF;color:#f00;line-height:26px;}
.kefu .kfbox ul {padding-left:6px;}
.kefu .kfbox ul li.tit {color:#800000;}
.kefu .kfbox ul li img {vertical-align:middle;}

 


/*ç•™è¨€åé¦ˆ*/
.table-list td,.table-list th{padding-left:12px;}
.table-list td img { vertical-align:middle;}
.table-list thead th{ height:30px; background:#eef3f7; border-bottom:1px solid #d5dfe8; font-weight:normal;line-height:30px;}
.table-list tbody td,.table-list .btn{border-bottom: #eee 1px solid;line-height:30px;}
div.btn{background:#f6f6f6; padding:6px 12px; height:30px;line-height:30px}
.table-list tr:hover,.table-list table tbody tr:hover{ background:#fbffe4}
.nHover tr:hover,.nHover tr:hover td{ background:none}
.table-list .input-text-c{ padding:0; height:18px}
.input-text-c{border:1px solid #A7A6AA;height:18px;padding:2px 0 0; text-align:center}
.td-line{border:1px solid #eee}
.td-line td,.td-line th{border:1px solid #eee}
.button{background:#4c5f4c; border:none;padding:5px 12px; margin-right:6px;
    cursor: pointer;
    color: #fff;
}
[type=reset]{
    background: #999;
}
.button:hover{
    background: #4c5f4c;
}
[type=reset]:hover{
    background: #777;
}
.table-list tr.on,.table-list tr.on td,.table-list tr.on th,.table-list td.on,.table-list th.on{background:#fdf9e5;}
a.close-own{background: url(../Images/cross.png) no-repeat left 3px; display:block; width:16px; height:16px;position: absolute;outline:none;right:7px; top:8px; text-indent:200px; overflow: hidden}
a.close-own:hover{background-position: left -46px}
 

.input-text,.measure-input,textarea,input.date,input.endDate,.input-focus{border:1px solid #A7A6AA;line-height:18px;height:18px;margin:0 5px 0 0;padding:1px 0 1px 5px;border: 1px solid #d0d0d0;background: #FFF url(../Images/admin_img/input.png) repeat-x; font-family: Verdana, Geneva, sans-serif,"å®‹ä½“";font-size:12px;}
.input-focus{background: #FFF; border-color:#afcee6;font-size:12px;}
input.date,input.endDate{background: #fff url(../Images/admin_img/input_date.png) no-repeat right 3px; padding-right:18px;font-size:12px;}
textarea,textarea.input-text,textarea.input-focus{font-size:12px;height:auto; padding:5px; margin:0;}
select{ vertical-align:middle;background:none repeat scroll 0 0 #F9F9F9;border-color:#666666 #CCCCCC #CCCCCC #666666;border-style:solid;border-width:1px;color:#333;padding:2px;}
.search-form{ margin-bottom:10px}
/*å®‹ä½“å®‹ä½“*/
.table_form {margin:10px;width:95%;}
.table_form input{}
.table_form td{padding-left:12px}
.table_form th{font-weight:normal; text-align:right;padding-right:10px; color:#777}
.table_form td label{ vertical-align:middle}
.table_form td,.table_form th{padding:8px 0 5px 8px;line-height:22px;}
.table_form tbody td,.table_form tbody th{border-bottom:1px solid #eee;}
.colorpanel tbody td,.colorpanel tbody th{ padding:0;border-bottom: none;}

em.error {overflow:hidden;zoom:1;background:url("../Images/unchecked.gif") no-repeat 0px 0px;  padding-left: 19px;color:red;}
em.success {overflow:hidden;zoom:1;background:url("../Images/checked.gif") no-repeat 0px 0px;  padding-left: 19px;color:red;}

.guestbook_list {margin:12px 0;line-height:26px;}
.guestbook_list dl {border:1px solid #E9E9EB;margin:8px auto;padding:15px;}
.guestbook_list dl dt {border-bottom:1px dashed #E9E9EB;height:26px;line-height:26px;color:#314E8C}
.guestbook_list dl dt span {float:right;line-height:26px;}
.guestbook_list dl dd.g_content {padding:5px;line-height:26px;}
.post_box {border:1px solid #eee;}
.post_box h5 {line-height:35px;text-align:center;font-size:14px;border-bottom:1px solid #eee;height:35px;background:#f5f5f5;}
/*user login*/

/*sitemap*/
.mapbox{ border:1px solid #ccc; background:#fff;}
.mapbox h4 { margin:10px 0; padding:6px;border:none;border-top:1px solid #ccc;margin-top:-1px;border-bottom:1px solid #eee;}
.smallcat ul{ overflow:hidden;}
.smallcat ul li {float:left;line-height:24px;}
.smallcat ul li a {margin:0 8px;}

