/*
    header
*/
.header-hd{
    height: 40px;
    line-height: 40px;
}
.header-hd .call{
    background: url(../image/call.png) no-repeat left center;
    color: #989898;
    padding-left: 20px;
}
.header-hd .call span{
    font-size: 16px;
    color: #11b430;
    font-weight: 600;
    vertical-align: bottom;
}
.header-hd .collection{
    background: url(../image/collec.png) no-repeat left center;
    padding-left: 20px;
    color: #989898;
}
/*
    顶部导航
*/
.navbar{
    height: 123px;
    background: #11b430;
    border-bottom: 3px solid #00a93c;
}
.navbar .logo{
    margin-top: 34px;
}
#nav_box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.navbar li{
	flex: 1 1 auto;
	position: relative;
	text-align: center;
}
.navbar .nav{
    width: 776px;
    float: right;
}
.navbar .nav>ul>li{
    border-left: 1px solid #0ec531;
}
.navbar .nav>ul>li:last-child{
    border-right: 1px solid #0ec531;
}
.navbar .nav>ul>li>a{
    font-size: 16px;
    color: #fff;
    line-height: 120px;
    text-align: center;
	display: block;
}



#nav>ul>li:first-child>a,
#nav>ul>li:last-child>a{
}
#nav>ul>li:first-child>a{
  background:url(../image/iconhead.png) no-repeat center;
}
#nav>ul>li:first-child>a>span{opacity:0;}
.navbar li{position: relative;}
.nav li ul{position:absolute; left:0; top:45px; width:111px; background-color:#11b430;display:none; overflow:hidden;}
.nav li ul li{ width:100%; height:40px;text-align: center;}
.nav li ul li a{ font-size:14px;color:#fff; line-height:40px; display:block; white-space: nowrap;}
.nav li ul li a:hover{ color:#fff;background-color:#11b430;}
.nav .on ul li a{background-color:#11b430;color:#fff;}
.nav .on ul li a:hover{background-color:#11b430;}
/*
    搜索
*/
.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:#06C;color:#fff;overflow:hidden;cursor:pointer;}

/* promise */
.i-promise{
    height: 337px;
    border-bottom: 1px solid #c2c2c2;
    padding: 42px 0 49px;
}
.i-promise li{
    width: 300px;
    border-right: 1px dashed #c5c5c5;
    padding: 0 65px;
    padding-top: 170px;
}
.i-promise li h3{
    font-size: 20px;
    color:#000;
    line-height: 2;
}
.i-promise li p{
    line-height: 1.2;
    color: #676767;
    font-size: 16px;
}
.i-promise li:nth-child(1){
    background: url(../image/promise1.png) no-repeat top center;
}
.i-promise li:nth-child(2){
    background: url(../image/promise2.png) no-repeat top center;
}
.i-promise li:nth-child(3){
    background: url(../image/promise3.png) no-repeat top center;
}
.i-promise li:nth-child(4){
    background: url(../image/promise4.png) no-repeat top center;
}

/* box-hd */
.i-box-hd h1{
    font-size: 35px;
    color: #000;
    font-weight:normal;
}
.i-box-hd p{
    font-family: Arial, Helvetica, sans-serif;
    color: #555555;
}
.i-box-hd:after{
    content: '';
    display: inline-block;
    width: 60px;
    height: 2px;
    background: #3c9400;
}

/* i-product */

.i-product{
    padding: 80px 0 70px;
}
.i-product-bd{
    margin: 40px 0 30px;
}
.i-product-bd ul{
	display: flex;
	justify-content: center;
}
.i-product-bd li{
    background: #11b430;
    line-height: 38px;
    border-radius: 4px;
    transition: all .5s;
    margin: 0 10px;
}
.i-product-bd li:hover{
    background-color: #2eb4d9;
    transition: all .5s;
}
.i-product-bd li a{

    font-size: 16px;
    color: #fff;
    display: block;
    padding: 0 20px;
}
.i-product-ft li{
    width: 266px;
    height: 210px;
    position: relative;
    margin: 0 10px 9px 0;
}
.i-product-ft li img{
    width: 100%;
    max-height:210px;
}
.i-product-ft li .hover{
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    right: 0;
    background: rgba(76, 194, 104, .5);
    color: #fff;
    font-size: 18px;
    padding: 58px 40px;
    opacity: 0;
    transition: all .5s;
}
.i-product-ft li .hover .link{
    display: block;
    width:85px;
    height:25px;
    color:#fff;
    background: #2eb4d9;
    line-height:25px;
    border-radius: 20px;
  	margin:10px auto;
}
.i-product-ft li:first-child{
    width: 620px;
    height: 430px;
    margin: 0 26px 0 0;
}
.i-product-ft li:first-child img{
    max-height: 430px;
}
.i-product-ft li:first-child .hover{
    padding-top:200px;
}
.i-product-ft li:first-child .hover .link{
    display: block;
    margin: 0 auto;
    margin-top:10px;
}
.i-product-ft li:hover .hover{
    opacity: 1;
    transition: all .5s;
}


/* scope */
.i-scope{
    height: 540px;
    background: url(../image/scope.png) repeat-x top;
    padding-top: 50px;
}
.i-scope-bd{
    margin-top: 40px;
}
.i-scope-bd li{
    width: 285px;
    height: 380px;
    position: relative;
    margin-right:20px;
}
.i-scope-bd li:nth-child(4){
    margin-right:0;
}
.i-scope-bd li img{
    width: 100%;
    max-height: 280px;
}
.i-scope-bd li .item-text{
    position: absolute;
    bottom: 0;
    width: 285px;
    height: 130px;
    background: url(../image/scope1.png) no-repeat center;
    color: #fff;
    font-size:20px;
    transition: all 0.5s;
}

.i-scope-bd li .item-text a{
    font-size:50px;
    line-height:1;
}
.i-scope-bd li .item-text p{
    margin-top: 18px;
}
.i-scope-bd li:hover .item-text{
    background: url(../image/scopehover.png) no-repeat center;
    transition: all 0.5s;
}

/* contact */
.i-contact{
    height: 435px;
    background: url(../image/contact.jpg) no-repeat center;
}

/* about */
.i-about{
    padding-top: 60px;
}
.i-about-bd {
    height: 368px;
    position: relative;
    margin-top:40px;
}
.i-about-bd .item-hd{
    width: 426px;
    height: 304px;
    border: 2px solid #00a93c;
    margin-top:50px;
}
.i-about-bd .item-hd img{
    width:422px;
    height: 300px;
}
.i-about-bd .item-bd{
    width: 798px;
    height: 368px;
    position: absolute;
    right: 0;
    background: url(../image/about-r.png) no-repeat center;
}
.i-about-bd .item-bd .item-text-hd{
    width: 578px;
    height:354px;
    padding:20px;
}
.i-about-bd .item-bd .item-text-hd h2{
    width: 365px;
    padding-left: 10px;
    height: 54px;
    background: url(../image/abouth.png) no-repeat center;
    font-size: 25px;
    color: #11b430;
    margin: 0 auto;
    line-height: 42px;
    font-weight: normal;
    background-size: 100% 100%;
}
.i-about-bd .item-bd .item-text-hd .con{
    height:200px;
    padding-top: 28px;
    overflow: hidden;
    font-size: 16px;
    text-indent: 2rem;
}
.i-about-bd .item-bd .item-text-hd .con p{
    text-indent: 2rem;
}
.i-about-bd .item-bd .item-text-hd .link{
    width: 119px;
    height: 33px;
    font-size: 15px;
    color:#fff;
    line-height: 33px;
    background-color: #ff8a00;
    margin-top: 15px;
}
.i-about-bd .item-bd .item-text-bd{
    width:220px;
    height:232px;
    padding-top:110px;
}
.i-about-bd .item-bd .item-text-bd p{
    font-size:24px;
    color:#fff;
    margin-bottom: 5px;
}
.i-about-bd .item-bd .item-text-bd span{
    font-size: 29px;
    color:#fff;
}
/* new */
.i-news{
    margin-top:70px;
}
.i-news-bd{
    margin-top: 40px;
}
.i-news-bd .item-hd{
    width:360px;
    margin-right:40px;
}
.i-news-bd .item-text-hd{
    font-size: 18px;
    color: #909090;
}
.i-news-bd .item-text-hd span{
    color: #11b430;
    font-size:25px;
}
.i-news-bd .item-text-hd a{
    display: inline-block;
    width:60px;
    height: 20px;
    font-size:14px;
    background: #a4a2a2;
    color:#fff;
    margin-top:10px;
}
.i-news-bd .item-text-hd a:hover{
    background: #11b430;
}
.i-news-bd .item-text-bd img{
    width: 360px;
    height:200px;
    border: 4px solid #cbcbcb;
    margin: 16px 0;
}
.i-news-bd .item-text-bd h3{
    color:#11b430;
    font-weight: normal;
}
.i-news-bd .item-text-bd .con{
    height:80px;
    padding-top: 18px;
    overflow: hidden;
    font-size: 14px;
    font-family: '宋体';
}

.i-news-bd .item-bd{
    width: 420px;
    margin-right: 40px;
}
.i-news-bd .item-bd li{
    height: 80px;
    margin-bottom: 24px;
    padding-top:7px;
}
.i-news-bd .item-bd li .time{
    width:70px;
    margin-top:15px;
}
.i-news-bd .item-bd li .time h2{
    font-size:25px;
    color:#555;
    line-height: 0.4;
}
.i-news-bd .item-bd li .time h2:after{
    content: '';
    display:inline-block;
    background: #11b430;
    width: 40px;
    height: 2px;
}
.i-news-bd .item-bd li .time p{
    font-size:16px;
    color:#555;
}
.i-news-bd .item-bd li .con{
    width: 350px;
    padding: 0 10px;
}
.i-news-bd .item-bd li .con h2{
    font-size:16px;
    color: #11b430;
    font-weight:normal;
}
.i-news-bd .item-bd li .con p{
    height: 32px;
    overflow: hidden;
    line-height: 1.2;
    font-size: 14px;
    font-family:'宋体';
    color: #555;
    margin-top:5px;
}
.i-news-bd .item-bd li:hover{
    background: #11b430;
} 
.i-news-bd .item-bd li:hover h2,
.i-news-bd .item-bd li:hover p{
    color: #fff;
}
.i-news-bd .item-bd li:hover h2:after{
    background: #fff;
}
.i-news-bd .item-ft{
    width: 340px;
}
.i-news-bd .item-ft .item-text-bd li{
    border-bottom:1px solid #9b9b9b;
    padding: 19px 0;
}
.i-news-bd .item-ft .item-text-bd h5{
    font-weight:normal;
    color:#11b430;
    background: url(../image/q.jpg) no-repeat left center;
    padding-left: 35px;
    line-height: 2;
    margin-bottom: 5px;
}
.i-news-bd .item-ft .item-text-bd p{
    font-size: 14px;
    font-family: "宋体";
    color: #555;
    background: url(../image/a.jpg) no-repeat left top;
    padding-left: 35px;
    height: 43px;
    overflow: hidden;
}
/* footer */
.footer{
    border-top: 10px solid #11b430;
    padding: 46px 0 30px;
    background-color: #f2f2f2;
    overflow: hidden;
}
.footer-hd .item-hd ul{
}
.footer-hd .item-hd ul li{
    display: inline-block;
    padding-right: 20px;
}
.footer-hd .item-hd ul li a{
    font-size: 16px;
    color: #000;
    line-height: 22px;
    font-weight: bold;
}
.footer-hd .item-hd ul li a:hover{
    text-decoration: underline;
    color: #00a93c;
}
.footer-hd .item-hd{
    margin-bottom: 45px;
}
.footer-hd .item-ft{
    font-size: 14px;
    color:#000;
}
.footer-hd .isearch__hd{
    font-size:14px;
    color: #000;
}
.footer-hd .friend-link img{
    width:200px;
    height:100px;
    margin-right: 40px;
    float: left;
}
.footer-hd .friend-link p{
    font-size: 20px;
    color: #575656;
}
.footer-bd{
    width: 430px;
    height: 185px;
    border-left: 1px solid #8f8f8f;
    padding: 0px 0 0 90px;
    font-size: 18px;
}
/*
    图片左右排列
*/
.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-case-bd{ position: relative; overflow: hidden; }
.i-case-bd .prev,.i-case-bd .next{
    position: absolute;
    top: 40%;
    margin-top: -20px;
    display: block;
    width: 30px;
    text-align: center;
    line-height:40px;
    height: 40px;
    background:rgba(0,0,0,.5);
    z-index: 999;
    font-size: 20px;
    font-family: 宋体;
    color: #fff;
    font-weight: bold;
}
.i-case-bd .prev{left:0;}
.i-case-bd .next{right:0;}
.i-case-bd .prev:hover,.i-case-bd .next:hover{
    background: #f00;
}


/*
    地区分站&友情链接
*/
.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-hd{
	width: 740px;
    font-size: 13px;
    line-height: 25px;
    color: #555;
}
.friend-link{
	margin: 15px 0;
}
.footer-bd h1{font-size:25px;color:#000;padding-left:60px;line-height:50px;background:url(../image/iconft.png) no-repeat left center;}
.footer-bd p{font-size:37px;color:#11b430;font-style:italic;font-weight:600;line-height:1.3;}
.footer-bd span{
	
		display: block;
		font-size: 16px;
		color: #000;
		margin-top: 8px;
}
/* um */
.um-nav{
    width:100%;
    height:78px;
    line-height:78px;
    border-bottom:1px solid #e5e5e5;
}
.um-nav-hd{
    font-size:16px;
    color:#999;
    border-bottom: 2px solid #5bb146;
}

/*npage*/

.nbanner{ height:230px; background:url(../image/nban_bg3.jpg) center top;}
.main{ padding:20px 0; margin-top:20px;background:#f7f7f7; margin-bottom:20px;}
.main_con{ padding:20px 50px 50px 50px; min-height:500px;}
.um-hd{ float:left; width:262px;}
.um-bd{ float:right; width:917px;}
.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{
    width:825px;
    height:178px;
    padding:15px;
    border:1px solid #f2f2f2;
    background: #f7f7f7;
    margin:0 auto 15px;
}
.items-text_desc .item-hd img{
    width:228px;
    height:146px;
    display: block;
    margin-right: 15px;
}
.items-text_desc .item-bd{
    width:545px;
}
.items-text_desc .item-bd .tit{
    font-size: 18px;
    font-weight: normal;
    height:35px;
    line-height:35px;
}
.items-text_desc .item-bd span{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.items-text_desc .item-bd .desc{
    width: 100%;
    height:50px;
    text-indent:2rem;
    font-size:14px;
    color:#666;
    line-height:24px;
    margin:10px 0;
    overflow:hidden;
}
.items-text_desc .item-bd .link{
    color: #fff;
    padding: 3px 8px;
    background: #adadad;
    font-size:14px;
    margin-top: 16px;
}
.items-text_desc li:hover{
    border: 1px solid #d3eacd;
    box-shadow: 0 0 2px #d3eacd;
}
.items-text_desc li:hover .item-bd .link{
    background:#05b628;
}

.um-newsDetail img{
    width:100%;
}
.um-newsDetail .tit h2{
    font-size:22px;
    line-height:22px;
    color:#004600;
    font-weight: normal;
}



    /*
        内页左侧
    */

.um-hd-panel{border: 1px solid #407440; }
.um-hd-panel_tit{ height: 60px; line-height: 60px;background: #5CB247; font-size: 24px; color: #fff;}
.um-menu_hd img{ max-width: 100%; }
.um-hd-contact_con .text{ padding: 20px 5px 20px 20px; line-height: 24px; }

.um-hd-menu_con li>a{ display: block;height:53px;
line-height: 53px;
font-size:20px;
padding: 0 40px 0 35px;
color: #585858;
border-bottom:1px dashed #e0e0e0;
}
.um-hd-menu_con li>a:hover{
	background: #5cb247;
  color: #fff;
}
.um-hd-menu_con li dl {
    background: #efefef;
  	display: none;
}
.um-hd-menu_con li dd:first-of-type{
	margin-top: 10px;
}
.um-hd-menu_con li dd:last-of-type{
	margin-bottom: 10px;
}
.um-hd-menu_con li dd a {
    font-size: 13px;
    color: #7b7b7b;
    padding: 0 10px 0 34px;
    line-height: 35px;
    display: block;
}

.um-hd-menu_con li dd a:hover{
    color: #5cb247;
}
.um-menu img{
    display: block;
    width: 100%;
    height: auto;
}
.um-contact img{
    width: 159px;
    height: 107px;
}
.um-contact .call{
    margin-top:20px;
    font-size:16px;
    color:#004600;
    font-weight:bold;
}

/* um-product */
.um-product li{
    padding: 16px 18px;
    width:452px;
    height: 184px;
    margin-right: 6px;
    margin-top:25px;
    border: 1px solid #fff;
    background:#fff;
}
.um-product li .item-hd a{
    width:260px;
    height:210px;
    margin-right:10px;
  width: 227px;
  height: 150px;
}
.um-product li .item-hd a img{
    width:227px;
    height:150px;
  width: 100%;
  height: 148px;
}
.um-product li .item-bd{
    width:177px;
    line-height:24px;
    font-size:16px;
    color:#004600;
}
.um-product li .item-bd a{
    display: block;
    width:177px;
}
.um-product li .item-bd p{
    width:100%;
    overflow:hidden;
    height:105px;
}


.um-bd_hd{ height:36px; padding: 0 15px; line-height:36px; border:#ccc solid 1px;  margin-bottom:20px;}
.um-bd_bd{ padding: 20px; background-color: #fff;}
.pos{ float: right; }
.pos,.pos a{ color:#333;}

.detail{}
.um-page_tit{ padding: 20px 0; border-bottom:#ccc solid 1px; text-align: center; font-size: 23px;}
.detail .imgs{ text-align: center; }

.um-page_con{
    font-size:14px;
    color:#656565;
    margin-top:20px;
    min-height:650px;
}




/*-------------------------------------------------*/


/*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; border-bottom:#666 dashed 1px; margin-bottom:20px; color:#999; text-align:center;} */
.meta{
    padding: 10px 0;
    font-size:14px;
    text-align:center;
    margin-bottom:10px;
    border-bottom:1px solid #ccc;
    color: #a7a7a7;
}
/*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:#05b628 solid 2px; background:#f8f8f8;}
.um-imgDetail .tag b{ display:block; color:#05b628; font-size:14px;}

.um-imgDetail{}
.um-imgDetail .cent { padding:20px 0; font-size:14px;}
.um-imgDetail .cent img{
    max-width: 100%;
}
.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:#054dd6;}

.um-bd_imgShow_ft .items-img li{
    width:187px;
}
.um-bd_imgShow_ft .items-img li .item-hd{
    width:187px;
    height:187px;
}

.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 { display:inline-block; padding:0px 8px; height:22px;font-size:12px;line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333}
#pages a.a1 {padding:0px 12px; height:22px; line-height:22px;margin-top:0px;}
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none; }
#pages span { display:inline-block;  padding:0px 8px; height:22px; line-height:22px; background:#5a85b2; border:1px solid #5a85b2; color:#fff; text-align:center; }
.page .noPage { display:inline-block;  padding:0px 12px; height:22px; line-height:22px;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:#305bb7; border:none;padding:5px 12px; margin-right:6px;
    cursor: pointer;
    color: #fff;
}
[type=reset]{
    background: #999;
}
.button:hover{
    background: #0d43b4;
}
[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;}

