﻿/*
    header
*/
.header-hd{
    height: 40px;
    line-height: 40px;
    background: #f5f5f5;
}
.header-hd p a{
    display: inline-block;
    padding-left: 15px;
    font-size: 12px;
    color: #666;
}
.header-hd p a:hover{
    color: #ed751e;
}
.header-bd{
    height: 130px;
}
.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 .call{
    background: url(../image/call.png) no-repeat left center;
    padding-left: 50px;
    font-size: 16px;
    color: #e0791a;
    line-height: 19px;
    margin-top: 39px;
}
.header-bd .call p{
    font-size: 30px;
    color: #333;
    line-height: 32px;
    margin-top: 3px;
}
/*
    顶部导航
*/
.navbar{
    height: 50px;
    background: #ed751e;
}
#nav_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navbar li{
	position: relative;
	flex: 1;
	text-align: center;
}
.navbar li a{
    font-size: 16px;
    line-height: 50px;
    display: block;
    color: #fff;
}
.navbar li.on a,
.navbar li a:hover{
    background: #ca6115;
}
.navbar li{position: relative;}
.nav li ul{position:absolute; left:0; top:45px; width: 100%; background: #fff;display:none; overflow:hidden;}
.nav li ul li{ width:100%; height:40px; border: none;}
.nav li ul li a{ font-size:13px;color:#666; line-height:40px; display:block; white-space: nowrap;padding: 0 ;text-align: center;height: 40px;}
.nav li ul li a:hover{ color:#fff;line-height: 40px; border: none;background: #ed751e;}
.nav .on ul li a{background: #fff;color:#666;border: none; line-height: 40px;}
.nav .on ul li a:hover{background-color:#ed751e;}

/* banner */
.banner{
    position: relative;
}
/*
    搜索
*/
.i-search{
    height: 120px;
    background: linear-gradient(to right, #ed751e 60%, #d65d05 60%);
    color: #fff;
}
.i-search-hd{
    width: 600px;
    margin-top: 11px;
}
.i-search-hd p{
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}
.i-search-hd form{
    margin-top: 10px;
    width: 280px;
    height: 30px;
    border-radius: 6px;
    background: #fff;
    border: none;
    overflow: hidden;
    padding: 0 10px;
}
.i-search-hd .search-key{
    vertical-align: top;
    width: 230px;
    padding: 0 15px;
    line-height: 30px;
    border: none;
    outline: none;
    color: #999;
}
.i-search-hd .search-button{
    width: 30px;
    height: 30px;
    background: url(../image/searchbtn.png) no-repeat center;
    vertical-align: top;
    outline: none;
    border: none;
}
.i-search-bd{
    width: 390px;
    margin-top: 7px;
}
.i-search-bd h2{
    font-size: 18px;
    margin-bottom: 5px;
}
.i-search-bd ul{
    overflow: hidden;
}
.i-search-bd li a{
    display: block;
    height: 26px;
    line-height: 26px;
}
.i-search-bd li a:before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #fff;
    margin-right: 15px;
    float: left;
    margin-top: 12px;
}
/*product*/
.i-product{
    height: 634px;
    background: url(../image/probg.jpg) no-repeat center;
    padding-top: 35px;
}
.i-product-hd p{
    text-transform: uppercase;
    font-size: 28px;
    color: #4c4c4c;
    font-weight: bold;
}
.i-product-hd h2{
    font-size: 26px;
    color: #3e3a39;
    font-weight: normal;
}
.i-product-hd h2:before{
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid #d65d05;
    margin: 0 auto;
    border-radius: 50%;
}
.i-product-hd span{
    display: block;
    font-size: 18px;
    color: #999;
}
.i-product-bd .hd{
    margin: 35px 0 41px;
}
.i-product-bd .hd li{
    display: inline-block;
}
.i-product-bd .hd li a{
    display: block;
    width: 176px;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #666;
    background: #fff;
    margin: 0 8px;
}
.i-product-bd .hd li a:hover,
.i-product-bd .hd li.on a{
    color: #ed751e;
}
.i-product-bd .bd li{
    width: 260px;
    height: 285px;
    background: #fff;
    margin-right: 53px;
    overflow: hidden;
}
.i-product-bd .bd li .img{
    width: 100%;
    height: 220px;
    font-size: 0;
    padding: 4px;
    transition: all .3s;
}
.i-product-bd .bd li .img img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.i-product-bd .bd li .protit{
    height: 65px;
    padding-top: 6%;
    background: url(../image/proli.png) no-repeat 225px center;
    color: #999;
    padding-right: 32px;
    padding-left: 10px;
    transition: all .3s;
}
.i-product-bd .bd li .protit h3{
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.i-product-bd .bd li .protit p{    
	height: 18px;
}
.i-product-bd .bd li:hover{
    padding: 0;
}
.i-product-bd .bd li:hover .protit{
    background: url(../image/prolih.png) no-repeat 225px center #ed751e;
    height: 71px;
    transition: all .3s;
}
.i-product-bd .bd li:hover h3,
.i-product-bd .bd li:hover p{
    color: #fff;
}
.i-product-bd .bd li:hover .img{
    height: 214px;
    padding: 0;
    transition: all .3s;
}


/* choose*/
.i-choose{
    padding: 60px 0;
}
.i-choose-hd{
    height: 85px;
    margin-bottom: 50px;
    background: url(../image/choosehd.png) no-repeat center;
}
.i-choose-bd1{
    height: 615px;
    background: url(../image/choose_01.png) no-repeat center;
}
.i-choose-bd2{
    height: 585px;
    background: url(../image/choose_02.png) no-repeat center;
}

/*box-hd*/
.box-hd h2{
    font-size: 30px;
    font-weight: bold;
    color: #3e3a39;
    text-transform: uppercase;

}
.box-hd h2:after,
.box-hd h2:before{
    content: '  —  ';
    font-weight: normal;
}
.box-hd p{
    font-size: 20px;
    color: #4c4c4c;
}
/*case*/
.i-case{
    height: 716px;
    background: url(../image/casebg.jpg) no-repeat center;
    padding-top: 62px;
}
.i-case-bd{
    margin: 40px 0 40px;
}
.i-case-bd a{
    display: block;
    width: 172px;
    height: 40px;
    background: #ed751e;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    margin: 0 auto;
}
.i-case-ft li {
    width: 386px;
    background: #fff;
    margin-right: 21px;
}
.i-case-ft li img{
    width: 100%;
    display: block;
}
.i-case-ft li .case-content{
    padding: 15px;
    font-size: 14px;
}
.case-content h3{
    color: #333;
    font-size: 14px;
    font-weight: normal;
}
.case-content p{
    color: #666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin: 12px 0 20px;
}
.case-content span{
    color: #0280ca;
}
.case-content h3:hover{
    color: #ed751e;
}

/*advantage*/
.i-avantage{
    padding: 60px 0 50px;
}
.i-avantage-bd{
    margin-top: 59px;
}
.i-avantage-bd li {
    float: left;
    width: 384px;
    background: #f2f2f2;
    height: 588px;
    margin-right: 24px;
}
.i-avantage-bd li:nth-child(1n+3){
    height: 294px;
    margin-right: 0;
}
.i-avantage-bd li:nth-child(4){
    padding-top: 28px;
}

.i-avantage-bd li img{
    width: 100%;
    display: block;
}
.i-avantage-bd li:first-child img{
    margin-top: 23px;
}

.i-avantage-bd li .avant-con{
    padding: 20px;
}
.i-avantage-bd li h3{
    font-size: 18px;
    color: #333;
    font-weight: normal;
    margin-bottom: 10px;
}
.i-avantage-bd li p{
    font-size: 12px;
    color: #808080;
    line-height: 20px;
    margin-bottom: 5px;
}
.i-avantage-bd li a{
    padding-left: 20px;
    background: url(../image/avanticon.png) no-repeat left center;
    color: #999;
    margin-top: 17px;
}

/*news*/
.i-news{
    height: 460px;
    background: #ededed;
    padding-top: 46px;
}
.i-news .item-hd{
    height: 18px;
    border-left: 3px solid #0280ca;
    margin-bottom: 21px;
}
.i-news .item-hd h2{
    font-weight: normal;
    color: #585858;
    font-size: 18px;
    padding: 0 20px;
    display: inline-block;
    line-height: 18px;
}
.i-news-hd,
.i-news-bd,
.i-news-ft{
    width: 368px;
    margin-right: 48px;
}
.i-news-hd img{
    width: 100%;
}
.i-news-hd .item-bd li a{
    line-height: 51px;
    height: 52px;
    border-bottom: 1px dashed #a6a6a6;
    font-size: 12px;
    color: #585858;
}
.i-news-hd .item-bd li a:hover{
    color: #ed751e;
}

.i-news-bd .item-bd li{
    height: 107px;
    border-bottom: 1px dashed #a6a6a6;
    padding-top: 22px;
}
.i-news-bd .item-bd li i{
    display: block;
    width: 20px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #0083cb;
    font-style: normal;
    float: left;
    margin-right: 20px;
}
.i-news-bd .item-bd li h3{
    height: 18px;
    line-height: 18px;
    font-weight: normal;
    font-size: 12px;
    color: #333;
    margin-bottom: 10px;
}
.i-news-bd .item-bd li p{
    color: #666;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}
.i-news-bd .item-bd li p i{
    background: #e0791a;
    margin-bottom: 10px;
}
.i-news-ft{
    margin-right: 0;
}
.i-news-ft form{
    margin-top: 22px;
}
.i-news-ft input{
    width: 370px;
    height: 36px;
    background: #fff;
    border: none;
    margin-bottom: 16px;
    padding: 10px;
}
.i-news-ft textarea{
    width: 370px;
    height: 76px;
    padding: 10px;
}
.i-news-ft button{
    width: 72px;
    height: 32px;
    background: #0280ca;
    color: #fff;
    line-height: 32px;
    border: none;
    cursor: pointer;
    margin-top: 13px;
}

/*about*/
.i-about-tit{
    margin: 60px 0 40px;
}
.i-about{
    height: 376px;
    padding-top: 60px;
    background: url(../image/aboutbg.jpg) no-repeat center;
}
.i-about-hd{
    width: 174px;
}
.i-about-hd li a{
    display: block;
    width: 100%;
    height: 36px;
    margin-bottom: 23px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    color: #4c4c4c;
    font-size: 14px;
}
.i-about-bd{
    width: 1200px;
    height: 270px;
    padding: 13px;
    background: #fff;
}
.i-about-bd .item-hd{
    width: 460px;
    font-size: 0;
}
.i-about-bd .item-hd img{
    width: 460px;
}
.i-about-bd .item-bd{
    width: 700px;
}
.i-about-bd .item-bd h2{
    font-size: 17px;
    color: #333;
    font-weight: normal;
}
.i-about-bd .item-bd .about-content{
    color: #666;
    line-height: 25px;
    height: 160px;
    overflow: hidden;
    margin: 15px 0 20px;
}
.i-about-bd .item-bd .link{
    color: #e0791a;
    float: right;
}
/*cooperation*/
.i-cooperation {
    background: url(../image/coobg.png) no-repeat center bottom;
    height: 288px;
    padding-top: 60px;
    margin-bottom: 49px;
}
.i-cooperation h2{
    text-align: center;
    font-size: 30px;
    color: #333;
    margin-bottom: 40px;
}
.i-cooperation li{
    width: 180px;
    background: url(../image/coopericon.png) no-repeat center right;
    padding-right: 55px;
    text-align: center;
    padding-left: 10px;
    font-size: 14px;
    color: #333;
}
.i-cooperation li:last-child{
    width: 120px;
    background: none;
    padding: 0
}

/* 产品 */

.um-slide{
    margin-bottom: 20px;
}
.um-slide .item-hd{
    background: url(../image/nav_top.jpg) no-repeat;
    height: 68px;
    margin-bottom: 6px;
    padding-right: 20px;
    padding-top: 20px;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    display: block;
    text-align: right;
}
.um-slide .item-hd p{
    color: #FFF;
    display: block;
    font: 12px Arial;
    line-height: 18px;
    text-transform: uppercase;
}
.um-slide .item-bd{
    /*padding: 12px;*/
}
.um-slide .item-bd dt{
    height: 40px;
    margin-bottom: 1px;
}
.um-slide .item-bd dt a{
    height: 40px;
    line-height: 40px;
    color: #848484;
    font-size: 14px;
    padding-left: 38px;
    display: block;
    font-weight: bold;
    padding-right: 70px;
    background: #f5f5f5 url(../image/ico1.jpg) no-repeat 230px center;
}
.um-slide .item-bd dt a:hover{
        background: #FFF url(../image/navbg.jpg) no-repeat center;
    color: #FFF;
    font-weight: bold;
}

.um-slide .item-bd dd{
    height: 47px;
    line-height: 47px;
    padding-left: 38px;
}
.um-slide .item-bd dd a{
    color: #666;
    font-size: 16px;
    display: block;
    background: url(../image/left_li.gif) no-repeat left center;
    padding-left: 20px;
}
.um-slide .item-bd dd a:hover{
    color: #F5A200;
    font-weight: bold;
    text-decoration: none;
}
.um-hd_bd .con .phone{
    background: url(../image/nav_tel.jpg) no-repeat 4px center;
    color: #000;
    font-size: 17px;
    font-weight: bold;
    padding-left: 47px;
    line-height: 1.3;
}
.um-hd_bd .con .phone p{
    color: #F5A200;
}
.um-slide .item-ft{
    position: absolute;
    bottom: -22px;
    height: 19px;
    width: 100%;
    background: url(../image/prohd.jpg) no-repeat bottom center;
    background-size: cover;
}



/* 案例通用 */
.items-case li{
    width: 386px;
    margin-right: 20px;
    margin-bottom: 10px;
    line-height: 1.3;
    background: #fff;
}
.items-case li img{
    width: 100%;
}
.items-case li h4{
    margin-top: 8px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding: 0 10px;
}
.items-case li span{
    font-size: 12px;
    font-weight: normal;
    padding: 4px 10px;
    display: inline-block;
}
.items-case li p{
    height: 68px;
    font-size: 12px;
    line-height: 22px;
    color: #9d9da4;
    font-weight: normal;
    overflow: hidden;
    padding: 0 10px;
    margin-bottom: 10px;
}
.items-case li:hover h4{
    color: #009845;
}
.items-case li:hover span{
    color: #333;
}



/*
    地区分站&友情链接
*/
.i-link{ 
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    overflow: hidden;
}
.i-link span{
    display: inline-block;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    background: url(../image/linkicon.png) no-repeat left center;
    background-size: 20px;
    padding-left: 29px;
}
.i-link a{
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    padding: 0 8px;
}
/*
    footer
*/
.footer{
    background: #ed751e;
    color: #fff;
    overflow: hidden;
}
.footer a{
    color: #fff;
}
.footer-hd{
    padding: 40px 0;
}
.footer-hd dt{
    font-size: 14px;
    font-family: "宋体";
    margin-bottom: 10px;
    font-weight: bold;
}
.footer-hd .dl1{
    width: 180px;
}
.footer-hd .dl1 a{
    display: inline-block;
    width: 50%;
    line-height: 30px;
    font-size: 14px;
}
.footer-hd .dl2{
    width: 600px;
    margin-left: 200px;
}
.footer-hd .dl2 a{
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
}
.footer-hd .dl3{
    width: 110px;
}
.footer-hd .dl3 im{
    max-width: 100%;
}
.footer-bd{
    background: #ce5e0c;
    padding: 20px 0;
    line-height: 18px;
}

/*-------------------------------------------------*/
/* 内页上方 */
.um-banner{
    height: 300px;
    background: url(../image/um-banner.jpg) no-repeat center;
}
.pos{
    background: url(../image/csico_27.png) no-repeat 0 5px;
    height: 36px;
    line-height: 24px;
    padding: 7px 8px 8px 35px;
    position: relative;
    color: #666;
    overflow: hidden;
    font-size: 14px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 8px;
    font-family: "Microsoft Yahei","微软雅黑";
}
.pos span{
    color: #F5A200;
    font-weight: bold;
    font-size: 14px;
}

.pos,.pos a{ color:#999; font-size: 13px;}


.main{
    /*padding-top: 35px;*/
    padding-bottom: 50px;
    /*background: #f4f4f4;*/
}
.um-hd{
    width: 260px;
    float: left;
}
.um-bd{
    width: 920px;
    float: right;
    min-height: 500px;
}
.um-left{
    width: 890px;
    float: left;
}
.um-right{
    width: 240px;
    float: right;
}
.um-page{
    width: 1200px;
}
/* 左侧导航 */
.um-bd_bd{
    zoom: 1;
    padding: 10px 0px;
    overflow: hidden;
}
.um-hd_bd .con{
    padding: 10px 12px;
    font-size: 12px;
    line-height: 2;
}
.um-hd_pro .items-img li {
    width: 170px;
    overflow: hidden;
    margin: 10px auto 3px;
    padding-top: 0;
}
.um-hd_pro .item-bd{
    padding-bottom: 20px;
    border: solid 1px #ececec;
    border-top: 0;
    padding: 8px 11px;
    zoom: 1;
}
/* 内容页上 标题 */
.um-search{
    width: 1200px;
    margin: 0 auto;
    height: 138px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
    background: #e9e9e9 url(../image/sc_bg.png) no-repeat 50px 24px;
    margin-bottom: 30px;
    margin-top: 0px;
}
.um-search p{
    float: left;
    padding: 49px 0 0 250px;
    width: 790px;
    font-size: 18px;
    color: #3E3A39;
    font-weight: bold;
    line-height: 29px;
}
.um-search .sea_r{
    float: right;
    padding: 25px 62px 0 0;
    width: 396px;
}
.um-search .sea_r .sea_tel{
    padding-left: 52px;
    padding-right: 20px;
    height: 36px;
    line-height: 28px;
    font-size: 23px;
    color: #3E3A39;
    font-weight: bold;
    background: url(../image/tel.png) no-repeat 15px top;
}
.um-search .sea_r .sea_tel a{
    font-size: 12px;
    float: right;
    color: #3E3A39;
}
.um-search .sea_r .s_box{
    background: url(../image/search.png) no-repeat;
    width: 334px;
    height: 33px;
    line-height: 31px;
}
.um-search .sea_r .keyword{
    color: #3E3A39;
    margin-top: 10px;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.um-search .sea_r .keyword a{
    color: #3E3A39;
    line-height: 25px;
}
.um-search .search-key{
    height: 33px;
     border: none; 
    width: 292px;
    padding: 0 10px;
    color: #999;
    outline: none;
    background: none;
}
.um-search .search-button{
    border: none;
    width: 32px;
    height: 33px;
    background: none;
    outline: none;
    cursor: pointer;
}
.um-bd_hd{
    margin-bottom: 30px;
    margin-top: 10px;
}
.um-bd_hd .tit{
    font-size: 26px;
    color: #ed751e;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}
.um-bd_hd .tit span{
    color: #999;
    font-size: 12px;
    text-transform: capitalize;
    padding-left: 10px;
    font-weight: normal;
}
.um-bd_hd li{
    display: inline-block;
}
.um-bd_hd li a{
    display: block;
    font-size: 12px;
    border: 1px solid #c8c8c8;
    height: 25px;
    line-height: 25px;
    padding: 0 15px;
    font-weight: normal;
    color: #333;
    margin: 10px;
}
.um-bd_hd li a:hover{
    border-color: #ed751e;
    background: #ed751e;
    color: #fff;
}
/* 详情页标题 */
.um-bd_bd .tit h3{
    text-align: center;
    line-height: 40px;
    padding: 30px;
    font-weight: normal;
    color: #333;
    font-size: 30px;
}
.meta{
    margin-top: 10px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: '宋体';
    text-align: center;
}
.content{
    font-size: 16px;
}

/* 产品列表页 */
.um-pro li {
    width: 293px;
    overflow: hidden;
    padding: 20px 00px 0 0px;
    margin-right: 20px;
}
.um-pro li .img{
    width: 100%;
    border: 1px solid #ccc;
    font-size: 0;
}
.um-pro li .img img{
    width: 100%;
}
.um-pro li p{
    margin-top: 3px;
    height: 30px;
    width: 100%;
    line-height: 30px;
    position: relative;
    text-align: center;
    color: #4c4c4c;
    font-size: 14px;
}
.um-pro li:hover .img{
    border-color: #f5a200;
}
/* 产品详情页 */
#example3{
    float: left;
    margin-right: 25px;
}
#zoom_box{
    background: #eee;
    text-align: center;
    border: 1px solid #eee;
}
#zoom_box img{
    max-width: 100%;
    cursor: pointer;
}
#zoom_list{
    width:350px;
    height: 60px;
    background: #eee;
}
#zoom_list>a{
    width: 14px;
    height: 54px;
    margin-top: 2px;
    text-align: center;
    overflow: hidden;
    background: #b3b3b3;
    color: #fff;
    text-align: center;
}

#zoom_list .next {
    float: right;
    background: url(../images/next.gif) no-repeat -3px 18px;
}
#zoom_list .pre{
    float: left;
    background: url(../images/pre.gif) no-repeat -3px 18px;
}
#zoom_list #zoom_list_box{
    float: left;
    width:90%;
    overflow: hidden;
    height: 56px;
    position: relative;
}

.um-imgInfo{
    width: 538px;
}
.um-imgInfo .tit{
    font-size: 23px;
    color: #ed751e;
    font-weight: normal;
    line-height: 1.8;
}
.um-imgInfo .p_tabs{
    background: #e8e8e8;
    padding: 20px 15px;
    min-width: 325px;
}
.um-imgInfo .p_tabs li{
    line-height: 35px;
    font-size: 14px;
}
.um-imgInfo .p_tabs li em{
    font-style: italic;
}
.um-imgInfo-but {
    background: url(../image/tel.png) no-repeat left center;
    padding-left: 65px;
    background-size: 45px;
    font-size: 33px;
    color: #ff5700;
    line-height: 35px;
}
.um-imgInfo-but a{
    display: inline-block;
    width: 175px;
    height: 40px;
    background: #ff5700;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    margin-right: 15px;
}
.um-imgInfo-but a:nth-child(2){
    background: #999;
}
.um-imgInfo-but a:hover{
    background: #ff5700;
}
.um-imgDetail .tag{
    border-bottom: 1px solid #ed751e;
    margin-bottom: 20px;
}
.um-imgDetail .tag b{
    display: inline-block;
    width: 100px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    background: #ed751e;
}
.um-imgDetail .items-desc-text li{
    width: 100%;
}
.um-imgDetail .items-desc-text li{
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 5px;
}
.um-imgDetail .items-desc-text .con{

}
.um-imgDetail .items-desc-text .con h5{
    font-size: 17px;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
.um-imgDetail .items-desc-text .con span{
    margin-top: 22px;
}
/* 内容页正文 */
.um-page-content{
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}


.um-hd_bd .tit h2 {
    height: 50px;
    background: #009845;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
}

.um-hd_bd .con{
    padding: 10px;
    font-size: 14px;
    border: 1px solid #e4e4e4;
    line-height: 1.7;
}




/* 内页右侧 */
.um-right .tit{
    font-size: 1em;
    color: #ed751e;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 2px;
    background: #f7f7f7;
    padding: .7em .6em .7em .6em;
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom: 1px solid #ed751e;
}
.um-right .tit span{
    color: #999;
    font-weight: normal;
}
.um-right .tit a{
    color: #0b67c5;
    font-weight: normal;
}
.r-module{
    margin-top: 10px;
}
.r-module-img .case-show{
    margin: 0;
}
.r-module-img li{
    margin-bottom: 20px;
    width: 100%;
    padding: 0;
}
.r-module-img li img{
    width: 100%;
}
.r-module-img li:last-child{
    margin-bottom: 0;
}
.r-module-img li .img{
    position: relative;
}
.r-module-img li .img img{
    display: block;
}
.r-module-img li .img:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20px;
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0, #fff 100%);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.7) 0, #fff 100%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.7) 0, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff', endColorstr='#ffffffff', GradientType=0);
}
.r-module-img li p{
    margin-top: 5px;
    color: #333;
    font-size: 13px;
}
.r-module-img li:hover p{
    color: #ed751e;
}
.r-module-img li .con p{
    line-height: 22px;
    font-size: 17px;
    margin-bottom: 5px;
    margin-top: 0;
    height: 22px;
    overflow: hidden;
    color: #525252;
    padding-left: 11px;
}
.r-module-img li .con span{
    display: block;
    margin: 0 15px 15px;
    font-size: 13px;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    color: #8a8a8a;
}
.r-module-img li:hover .con p{
    color: #0b67c5;
}
.r-module-desc li{
    margin-top: 14px;
}
.r-module-desc li .con{
    width: 150px;
}
.r-module-desc li .con h3{
    font-size: 13px;
    font-weight: normal;
    color: #666;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
}
.r-module-desc li .con h3 span{
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    background: #0b67c5;
    line-height: 12px;
    padding: 3px 6px;
    border-radius: 3px;
    color: #fff;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 8px;
    font-weight: normal;
}
.r-module-desc li:nth-child(1) .con h3 span{
    background: red;
}
.r-module-desc li:nth-child(2) .con h3 span{
    background: #FF5722;
}
.r-module-desc li:nth-child(3) .con h3 span{
    background: orange;
}
.r-module-desc li .con p{
    display: block;
    text-align: left;
    float: none;
    color: #c5c5c5;
    font-size: 12px;
}
.r-module-desc li:hover .con h3{
    color: #000;
}
.r-module-desc li:nth-child(1n+5){
    margin-top: 5px;
}
.r-module-desc li:nth-child(4){
    margin-top: 14px;
}
.r-module-desc li:nth-child(1n+4) .con h3 span{
    background: #999;
}
.r-module-desc li:nth-child(1n+4) img{
    display: none;
}
.r-module-desc li:nth-child(1n+4) .con{
    width: 100%;
}
.r-module .li2 a{
    display: block;
    margin-top: 14px;
    color: #c5c5c5;
    font-size: 12px;
    color: #8a8a8a;
}
.r-module-related a{
    color: #717171;
    line-height: 1.8em;
    margin-bottom: 20px;
    display: block;
}
.r-module-related a span{
    float: left;
    width: 1.5em;
    font-size: 28px;
    color: #e0e0e0;
    line-height: 1.1em;
    font-family: Impact,Arial,sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
}

.r-module-related a:hover{
    color: #000;
}
.r-module-related a:hover span{
    color: #c3c3c3;
}
.r-module-keywords a{
    display: inline-block;
    padding:0 15px;
    background: #999;
    color: #fff;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
}
.r-module-keywords a:hover{
    background: #ed751e;
}
.um-right .con a{
    font-size: 12px;
    font-family: '宋体';
    margin-right: 10px;
    display: inline-block;
    line-height: 20px;
}

.lis_2 {width:265px;overflow:hidden; float:right;}
.lis_l{  margin-top:30px; }
.lis01 ul{ height:261px; overflow:hidden;margin-bottom:18px;}
.lis01 ul li{ margin-bottom:1px;}
.lis01 ul li a{ color:#666; font-size:24px;  display:block; padding:28px 0 0 48px; height:92px;border-bottom: 10px solid #f0efec;}
.lis01 ul li a:hover{text-decoration:none; background-color:#e8e8e8;} 
.lis01 ul .bg2 a{background:#FFF ; height:91px; }
.lis_l h4{padding:38px 0 0 26px; height:82px; color:#d02d2e; font-size:16px;}
.lis_l h4 span{ font-family:"宋体"; font-size:24px; font-style:italic;}
.lis_l .leib2 .tit{width:264px}
.nd_r {margin-bottom:18px;}
.nd_r h3{ height:53px; line-height:53px; background:#e4e4e4; text-align:center; font-weight:normal;}
.nd_r h3 a{ color:#272727;}
.nd_r dl{ padding:17px 0;height:100px; border-bottom:1px solid #e1e1e1;}
.nd_r dl dt{ width:100px; height:65px; font-size:0; float: left; overflow:hidden;}
.nd_r dl dt img{width:94px; height:65px; }
.nd_r dl dd{ width:156px; padding-left:5px; float:left; color:#3a3838; font-size:14px; line-height:24px;
    height: 48px;
    overflow: hidden;}
.nd_r ul li{ height:20px; line-height:20px; margin-top:15px;}
.nd_r ul li a{ color:#6e6e6e; font-size:13px;overflow: hidden; text-overflow:ellipsis;white-space:nowrap; display:block;}
.nd_r ul li span{ background:#312c29; width:16px; height:18px; line-height:18px; text-align:center; display:inline-block; margin-right:8px; float:left; color:#fff;}
.nd_r ul li.cur span{ background:#AF000C;}
.nd_r h5{ height:57px; line-height:57px; border-bottom:1px solid #a6a2a2;border-top:1px solid #a6a2a2; text-align:center; margin-top:22px;}
.nd_r h5 a{ color:#393939; font-size:14px; font-weight:normal;}
.leib2,.leib{margin-bottom:20px;}
.leib2 .tit,.leib .tit{background:url(../image/nav_top.jpg) no-repeat; height:48px;margin-bottom:6px;padding-right:20px;padding-top:20px; font-size:16px; color:#FFF; font-weight:bold;display:block; text-align:right; }
.leib2 .tit i,.leib .tit i{color: #FFF;display: block;font:12px Arial; line-height:18px; text-transform:uppercase;}
.leib2 .tit a,.leib tit a{ color:#FFF;}
.leib .tit{padding-top:0; line-height:68px; height:68px; }

.leftlx{ font-family: "Microsoft YaHei";font-size: 13px;padding: 10px 0 10px 10px; border:1px solid #ececec; display:block; margin-bottom:20px;}
.leftlx .dianhua { background:url("../image/nav_tel.jpg") no-repeat 4px center; color: #000;font-size: 17px;font-weight: bold; padding-left: 47px;}
.leftlx h5 {font-size: 16px;padding: 15px 0px;}
.leftlx .phone img {width: 40px;height: 40px;padding-bottom: 10px;}
.leftlx span {display: block;}
.leftlx .phone p {font-weight: bold;font-size: 22px; padding-bottom: 10px; border-bottom: 1px solid #dedede;  color:#004ebe;}
.leftlx p {padding-top: 10px;line-height: 25px;}
.nco_l {
    background: #f4f4f4;
    padding: 10px 30px;
}
/* 案例列表 */
.um-pic .case-show{
    margin-top: 0;
}
.um-pic .case-show li{
    width: 293px;
    margin-right: 20px;
    margin-bottom: 15px;
}
.um-pic .case-show li img{
    width: 100%;
}
.um-pic .case-show li p{
    padding: 10px 10px;
    font-size: 14px;
}
.um-pic .case-show li:hover p{
    color: #ed751e;
}
/*新闻列表*/
 .items-desc-text .time{
    background: #cacaca;
    color: #000;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 35px;
    padding-top: 8px;
}
 .items-desc-text .time h2{
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
}
 .items-desc-text .time p{
    font-size: 14px;
}
 .items-desc-text li:hover .time{
    background: #009845;
    color: #fff;
}
 .items-desc-text li{
    padding: 15px 0;
    border-bottom: 1px dotted #dbd4cd;
    margin: 10px 0;
}

 .items-desc-text li .con{       
    width: 665px;
    margin-left: 0;
}
 .items-desc-text li .con h5{
    color: #111;
    font-size: 18px;
    margin-bottom: 5px;
    width: 100%;
    line-height: 1.4;
}
 .items-desc-text li .con h5:hover{
    color: #ed751e;
}
 .items-desc-text li .con p{
    font-size: 13px;
    color: #555;
    line-height: 23px;
    overflow: hidden;
    height: 46px;
    clear: both;
}
 .items-desc-text li .con span{
    font-size: 12px;
    line-height: 25px;
    font-weight: normal;
    font-family: '宋体';
    color: #999;
    margin-top: 8px;
    display: block;
}
.inf_lc{ clear:both;padding:5px 0 0;}
.inf_lc li{padding:30px;height:170px; overflow:hidden;margin:0 5px 30px; background:#f6f6f6; border-radius: 5px; box-shadow: 0 0 4px #ccc;}
.inf_lc li h4{ padding:20px 5px 0 0;text-align:center; float:left;width:64px; overflow:hidden;}
.inf_lc li h4 b{ font-weight:100; display:block; line-height:36px;height:36px; overflow:hidden; font-size:36px; font-family:Arial; text-transform:uppercase;}
.inf_lc li h4 span{ font-weight:100; display:block; line-height:16px;height:16px; overflow:hidden; font-size:12px; font-family:Arial; text-transform:uppercase; color:#343434;}
.inf_lc li p{padding:0 0 0 14px; line-height:26px;width:676px; overflow:hidden;font-size:14px; float:left; color:#666; }
.inf_lc li p b{ display:block; font-weight:100; color:#000000;}
.inf_lc li p b a,.inf_lc li p b a:hover{ color:#343434; font-weight:bold;}
.inf_lc li p b a:hover{ color:#F5A200;}
.inf_lc li .fr{display: inline-block;margin:20px 0 0; width:70px; height:25px; line-height:25px; text-align:center; color:#ffffff; background-color:#999; }
.inf_lc li .fr:hover{ background:#F5A200;}
.nn_menu{padding:28px 0px 20px; border-top:1px dashed #dedede; margin-top:39px;}
.nn_menu b{ display:block; color:#444; font-size:18px; height:38px; line-height:100%; font-weight:normal; background: url(../image/jt_ico.gif) no-repeat 101px 3px;}
.nn_menu b span{ padding-right:28px;} 
.nn_menu ul li{ height:47px; border-bottom:1px dashed #c2c2c2; line-height:47px; overflow:hidden; }
.nn_menu ul li a{ color:#666; font-size:14px; display:block;}
.nn_menu ul li span{ float:right;}
.nn_menu ul li a:hover{ color:#333; font-weight:bold;}
.nn_menu ul li a:hover span{ color:#d02d2e;}
.nn_menu ul .last{ border-bottom:none; margin-bottom:6px;}
.nn_menu h6{ color:#686868; font-weight:normal; font-size:14px; text-align:right; line-height:32px; padding-top:25px;}
.nn_menu h6 i{ display:block;}

.online{ border:3px solid #eee; margin:20px 0; 
    padding: 46px 13px; font-family:"Microsoft Yahei"; background:#f6f6f6;}
.online h2{ font-size:16px; line-height:30px; color:#333; height:30px; border-bottom:1px solid #F5A200;margin-bottom:35px;}
.online h2 span{ color:#666; display:inline-block;height:29px; padding:0 5px; font-weight:normal;border-bottom:3px solid #F5A200;}
.online ul{ display:block; padding-left:40px;}
.online ul li{ margin-bottom:25px;}
.online li span{ display:inline-block; width:80px; font-size:14px; vertical-align:top; color:#4a4a4a; text-align:right; line-height:36px;}
.online li span em{ padding-right:2px; font-style:normal;}
.online .li01{ width:360px; float:left;}
.online .li02{ width:360px; float:left;}
.online .li03{ width:360px; float:left;}
.online .li04{ clear:both;}
.online li img{ vertical-align:middle; height:36px; background:#e5e5e5;}
.online .li05,.online .li06{ margin-bottom:10px;}
.online .inp1{ width:234px; height:36px; background:url(Img/iconfont-lianxiren.png) no-repeat 244px 10px #e6e6e8; overflow:hidden; line-height:36px; border:0; padding:0 25px 0 10px;}
.online .inp2{ width:234px; height:36px; background:url(Img/iconfont-phone.png) no-repeat 244px 10px #e6e6e8; overflow:hidden; line-height:36px;border:0; padding:0 25px 0 10px;}
.online .inp3{ width:234px; height:36px; background:url(Img/iconfont-youxiang.png) no-repeat 244px 10px #e6e6e8; overflow:hidden; line-height:36px;border:0; padding:0 25px 0 10px;}
.online .inp4{ width:626px; height:109px; background:none; overflow:hidden; line-height:36px;border:1px solid #e0e0e0; resize:none;}
.online .inp5{ width:205px; height:36px; overflow:hidden; line-height:36px;border:1px solid #e0e0e0; background:none; margin-right:10px;}
.online .inp7{ width:234px; height:36px; background:url(Img/iconfont-gongsi.png) no-repeat 244px 10px  #e6e6e8; overflow:hidden; line-height:36px; border:0;padding:0 25px 0 10px;}
.btn1{  width:59px; height:24px; border:0; margin:10px 27px 0 80px;}
.btn2{  width:59px; height:24px; border:0; margin:10px 0 0 0;}





/*新闻详情页*/
.content{
    font-size: 16px;
    line-height: 2;
    color: #333;
}
.content p{
    margin-bottom: 6px;
}
/* 案例详情页 */
.um-bd_ft li{
    width: 193px;
    margin-right: 19px;
}
.um-bd_ft li p{
    font-size: 14px;
    color: #333;
    line-height: 35px;
}
/*----------------------------------------------------------------------------------------------------------------*/

/*
** 产品列表
**/
.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:350px;height:350px;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:298px;max-height:298px;width: 298px; height: 298px;width:expression(this.width>300&&this.width>this.height?300:true);height:expression(this.height>300?300:true);}
#zoom_list{width:352px;height:60px;background:#EFEFEF;padding-top: 4px;position: relative;z-index: 99;}
#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: 323px;overflow:hidden;height:56px;position:relative;}
#thumblist{position:absolute;}
#thumblist li{float:left;width:53px;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 .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;}

.um-imgDetail-news a{
    display: block;
    width: 50%;
    float: left;
    padding-right: 20px;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 5px;
}
.um-imgDetail-news a span{
    font-size: 12px;
    color: #999;   
}


.pagenav{ padding:10px 0 0 0; border-top:#ddd solid 1px;  font-size: 14px;}
.pagenav a{ color:#ed751e;}
.pagenav p{
    margin-top: 10px;
}

.citybox{}
.citybox a{ display:inline-block; margin-right:20px; line-height:28px;color: #333;}
.citybox a:hover{
    color: #ed751e;
}
/*
** 图片
**/
.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;}
#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:20px 0;text-align:right;font:12px '宋体';}
#pages a { display:inline-block; padding:0px 14px; height:40px;font-size:12px;line-height:40px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333}
#pages a.a1 {padding:0px 12px; height:40px; line-height:40px;margin-top:0px;}
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none; }
#pages span { display:inline-block;  padding:0px 14px; height:40px; line-height:40px; background:#F5A200; border:1px solid #F5A200; color:#fff; text-align:center; }
.page .noPage { display:inline-block;  padding:0px 14px; height:40px; line-height:40px;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:#ed751e; border:none;padding:5px 12px; margin-right:6px;
    cursor: pointer;
    color: #fff;
}
[type=reset]{
    background: #999;
}
.button:hover{
    background: #ed751e;
}
[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;font-size: 13px;}
.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:#ed751e}
.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;}

