﻿ /*
    header
*/
.header-hd{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #222;
    background: #e5e5e5;
}
.header-hd a{
    color: #222;
    display: inline-block;
    line-height: 12px;
    border-right: 1px solid #222;
    padding: 0 15px;
}
.header-hd li:last-child a{
    border: none;
}
.header-hd a:hover{
    color: #ff6621;
}
.header-bd{
    height: 130px;
    background: #fff;
}
.header-bd .logo{
    margin-top: 22px;
    height: 95px;
    overflow: hidden;
}
.header-bd .call{
    margin-top: 32px;
    background: url(../image/call.png) no-repeat left center;
    padding-left: 86px;
    font-size: 12px;
    background-size: 63px;
}
.header-bd .call h6{
    display: inline-block;
    padding: 0 20px;
    border: 1px solid #222;
    border-top: 0;
    border-bottom: 0;
    position: relative;
    font-size: 12px;
    color: #000;
    left: 32px;
}
.header-bd .call h6:before,
.header-bd .call h6:after{
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: #222;
    position: absolute;
    top: 6px;
}
.header-bd .call h6:before{
    left: -32px;
}
.header-bd .call h6:after{
    right: -32px;
}
.header-bd .call p{
    font-weight: bold;
    font-size: 27px;
    color: #0068b7;
    line-height: 27px;
    margin-top: 10px;
}
/*
    顶部导航
*/
.navbar{
    height: 50px;
    background: #2c6ece;
}
.navbar li{
    float: left;
}
.navbar li a{
    font-size: 15px;
    line-height: 50px;
    padding: 0 36px;
    display: block;
    color: #fff;
}
.navbar li.on a,
.navbar li a:hover{
    background: #ff0000;
}
.navbar li{position: relative;}
.nav li ul{position:absolute; left:0; top:45px; width:132px; background: #2c6ece;display:none; overflow:hidden;}
.nav li ul li{ width:100%; height:40px;}
.nav li ul li a{ font-size:13px;color:#fff; line-height:40px; display:block; white-space: nowrap;padding: 0 ;text-align: center;}
.nav li ul li a:hover{ color:#fff;line-height: 40px; border: none;background: #ff0000;}
.nav .on ul li a{background: #2c6ece;color:#fff;border: none; line-height: 40px;}
.nav .on ul li a:hover{background-color:#ff0000;}

/* banner */
.banner{
}
/*
    搜索
*/
.i-search{
    line-height: 53px;
    background: #f0f0f0;
    height: 53px;
}
.i-search-hd{ 
    width: 690px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
}
.i-search-hd span{
    font-weight: bold;
}
.i-search-bd{
    margin-top: 11px;
}
.search-key{ 
    width: 200px;
    height: 30px;
    border: #eaeaea 1px solid;
    padding: 0 5px;
    line-height: 28px;
    color: #999;
    font-size: 12px;
    float: left;
}
.search-button{ 
    float: right;
    width: 40px;
    height: 30px;
    padding: 0;
    margin: 0; 
    border:0; 
    overflow:hidden;
    cursor:pointer;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    background: #d1241c;
    display: block;
    cursor: pointer;
}


/* 通用头部 */
.i-box-hd{
    color: #414040;
    font-size: 30px;
}
.i-box-hd h3{
    font-size: 30px;
    font-weight: normal;
}
.i-box-hd p{
    text-transform: uppercase;
    font-size: 31px;
    margin: 0px 0 13px;
    color: #111;
    font-weight: bold;
    line-height: 42px;
}
.i-box-hd a{
    display: block;
    font-size: 12px;
    line-height: 25px;
    background: url(../image/more.png) no-repeat center;
}
.i-box-hd span{
    display: block;
    font-size: 18px;
    line-height: 25px;
    background: url(../image/ibg.png) no-repeat center;
}
/* 产品 */
.i-product{
    background: #fff;
    padding-top: 28px;
    margin-top: 30px;
    margin-bottom: 46px;
}
.i-product .i-box-hd{
    margin-bottom: 33px;
}
.i-product-bd{
    width: 228px;
    max-height: 760px;
    overflow: hidden;
}
.i-product-bd h2{
    background: url(../image/t1.png) no-repeat top center;
    height: 51px;
    font-size: 18px;
    color: #fff;
    line-height: 51px;
    text-indent: 80px;
}
.i-product-bd ul{
    background: #2c6ece;
    margin-top: 3px;
    padding: 8px 15px 30px 15px;
}
.i-product-bd li{
    padding-top: 2px;
}
.i-product-bd li a{
    display: block;
    color: #fff;
    line-height: 49px;
    border-bottom: 1px solid #d1d1d1;
    font-size: 17px;
    text-indent: 66px;
    background: url(../image/sort.png) no-repeat 28px;
}
.i-product-bd li a:hover,
.i-product-bd li a.on{
    background-color: #1754ad;
}
.i-product-bd li dl{
    background: #4f8eea;
    display: none;
}
.i-product-bd li dd a{
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    background: url(../image/right.png) no-repeat 28px;
    border-bottom: 1px dotted #063c8a;
    background-size: 22px;
}
.i-product-bd li dd a:hover{
    background: #33588e;
}
.i-product-ft{
    width: 945px;
}
.i-product-ft li{
    width: 292px;
    margin-right: 34px;
    margin-bottom: 10px;
}
.i-product-ft li .img{
    position: relative;
    width: 100%;
    height: 221px;
}
.i-product-ft li img{
    width: 292px;
    max-height: 221px;
}
.i-product-ft li i{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../image/eye.png) no-repeat center rgba(21,86,176,.75);
}
.i-product-ft li p{
    font-size: 16px;
    line-height: 30px;
    color: #515151;
}
.i-product-ft li:hover p{
    color: #ff0000;
}

/* odds */
.i-odds{
    padding: 40px 0 20px;
    background: #f2f2f2;
}
.i-odds-hd{
    margin-bottom: 65px;
}
.i-odds-hd h2{
    font-size: 66px;
    color: #3071d0;
    -webkit-mask-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(48, 113, 208, .5)), to(#3071d0));
}
.i-odds-hd p{
    font-size: 30px;
    font-weight: normal;
    color: #000;
    margin-top: 10px;
}
.i-odds-bd{
}
.i-odds-bd li{
    width: 520px;
    float: left;
    margin-top: 60px;
    height: 245px;
}
.i-odds-bd li .img{
    width: 320px;
    font-size: 0;
    border: 2px solid #000;
}
.i-odds-bd li .img img{
    width: 100%;
}

.i-odds-bd li:nth-child(2n){
    float: right;
    margin-right: 0;
}
.i-odds-bd li h3{
    font-size: 17px;
    color: #001175;
    margin: 15px 0 4px;
}
.i-odds-bd li h3 span{
    font-size: 14px;
    color: #666;
}
.i-odds-bd li p{
    font-size: 14px;
    line-height: 28px;
    color: #000;
    background: url(../image/nova.png) no-repeat left center;
    padding-left: 18px;
}
.odds-ft-1{
    height: 493px;
    background: url(../image/youshi_01.jpg) no-repeat center;
    background-size: 100% auto;
}
.odds-ft-2{
    height: 576px;
    background: url(../image/youshi_02.jpg) no-repeat center;
    background-size: 100% auto;
}
.odds-ft-3{
    height: 914px;
    background: url(../image/youshi_03.jpg) no-repeat center;
    background-size: 100% auto;
}
.odds-ft-4{
    height: 859px;
    background: url(../image/youshi_04.jpg) no-repeat center;
    background-size: 100% auto;
}
.i-odds-ft{
    padding: 50px 0;
}


/* ban1 */
.i-ban1{
    height: 204px;
    background: url(../image/ban1.jpg) no-repeat center;
    color: #e40000;
    font-size: 17px;
    text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff,
        0 0 0.2em #fff;
    padding-top: 129px;
    font-weight: bold;
}
.i-ban1 span{    
    /*padding-left: 148px;*/
    /*vertical-align: 8px;*/
    
    height: 40px;
    line-height: 20px;
    display: block;
    padding-top:6px;
    
    
}
.i-ban1 a{
    display: inline-block;
    width: 172px;
    height: 34px;
    margin-left: 106px;
    margin-top: 8px;
}



/* 优势 */
.i-advantage{
    background: #f1f5f6;
}
.i-advantage-hd{
    height: 152px;
    font-size: 48px;
    font-weight: bold;
    color: #000;
    background: url(../image/avanttit.jpg) no-repeat center bottom;
    line-height: 170px;
    margin-bottom: 55px;
}
.i-advantage-hd span{
    color: #e40000;
}
.i-advantage-bd{
    background: url(../image/avant.png) no-repeat 168px 195px;
    height: 1662px;
}
.i-advantage-bd li{
    overflow: hidden;
}
.i-advantage-bd li .img{
    width: 545px;
}
.i-advantage-bd li>img{
    display: block;
}
.i-advantage-bd li dl{
    width: 585px;
}
.i-advantage-bd li:nth-child(2n) dl{
    width: 550px;
}
.i-advantage-bd li dt{
    height: 77px;
}
.i-advantage-bd li dt i{
    width: 84px;
    height: 77px;
    background: url(../image/avanti.jpg) no-repeat center;
    color: #fff;
    line-height: 77px;
    text-align: center;
    font-size: 50px;
    font-family: '宋体';
    margin-right: 11px;
}
.i-advantage-bd li dt p{
    font-size: 22px;
    color: #000;
    font-weight: bold;
    padding-top: 6px;
}
.i-advantage-bd li dt span{
    font-size: 18px;
    color: #cc0000;
}
.i-advantage-bd dd{
    background: url(../image/dian.jpg) no-repeat left 11px;
    padding-left: 15px;
    font-size: 15px;
    color: #414141;
    line-height: 30px;
    margin-top: 23px;
}
.i-advantage-bd li:nth-child(2n) .img{
    width: 596px;
}
.i-advantage-bd .li1{
    height: 334px;
}
.i-advantage-bd .li2{
    height: 463px;
}
.i-advantage-bd .li2 dl,
.i-advantage-bd .li3 dl,
.i-advantage-bd .li4 dl{
    padding-top: 75px;
}
.i-advantage-bd .li3{
    height: 420px;
}
.i-advantage-bd .li4{
    height: 414px;
}
/* ban2 */
.i-ban2{
    height: 244px;
    background: url(../image/ban2.jpg) no-repeat center;
    color: #fff;
    padding-top: 69px;
}
.i-ban2 h4{
    font-size: 25px;
    font-weight: bold;
}
.i-ban2 p{
    font-size: 30px;
    margin-top: 10px;
}
.i-ban2 span{    
    font-size: 32px;
}

/* process */
.i-process{
    margin-top: 50px;
}
.i-process-bd{
    margin-top: 32px;
}
.i-process-bd li{
    display: inline-block;
    padding: 0 32px;
}
.i-process-bd li img{
    display: block;
    transition: all .5s;
}
.i-process-bd li:hover img{
    transform: translateY(-8px);
    transition: all .5s;
}
/* about */
.i-about{
    padding: 80px 0 0;
}
.i-about-hd{
    margin-bottom: 50px;
}
.i-about-hd h2{
    font-size: 28px;
    color: #000;
}
.i-about-hd h2 span{
    font-size: 32px;
    color: #ff0000;
}
.i-about-hd p{
    color: #333;
    font-weight: bold;
    font-size: 38px;
    background: url(../image/aboutline.jpg) no-repeat center;
}
.i-about-hd span{
    color: #000;
}
.i-about-bd{
    width: 536px;
    height: 319px;
    border: 2px solid #dfdfdf;
    padding: 7px;
    font-size: 0;
}
.i-about-bd img{
    width: 100%;
    height: 100%;
}
.i-about-ft{
    margin-left: 570px;
}

.i-about-ft .item-hd h3{
    font-size: 19px;
    color: #000;
}
.i-about-ft .item-hd .about-item{
    font-size: 14px;
    color: #666;
    line-height: 25px;
    height: 100px;
    overflow: hidden;
    margin: 5px 0 10px;
}
.i-about-ft .item-hd .link{
    display: block;
    width: 123px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    background: #2060c4;
}
.i-about-ft .item-bd{
    height: 122px;
    position: relative;
    margin-top: 22px;
}
.i-about-ft .item-bd .hd a{
    display: block;
    width: 27px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    background: #8fafe0;
    position: absolute;
    top: 50%;
    margin-top: -25px;
}
.i-about-ft .item-bd .hd a:hover{
    background: #2060c4;
}
.i-about-ft .item-bd .hd .prev{
    left: 0;
}
.i-about-ft .item-bd .hd .next{
    right: 0;
}
.i-about-ft .item-bd .bd{
    width: 530px;
    margin: 0 auto;
    overflow: hidden;
}
.i-about-ft .item-bd .bd li{
    width: 170px;
    height: 122px;
    border: 1px solid #dfdfdf;
    padding: 4px;
    font-size: 0;
    margin-right: 10px;
}
.i-about-ft .item-bd .bd li img{
    width: 100%;
    height: 100%;
}


/* case */
.i-case{
    background: url(../image/case.jpg) repeat-y top center;
    margin-top: 90px;
    padding-top: 18px;
    padding-bottom: 20px;
} 
.i-case-hd h2{
    color: #fff;
    font-size: 32px;
    line-height: 42px;
    position: relative;
    font-weight: 400;
}
.i-case-hd h2 span{
    padding-left: 10px;
    font-size: 18px;
    text-transform: uppercase;
}
.i-case-hd a{
    margin-top: 18px;
}
.i-case-bd{
    position: relative;
    margin-top: 20px;
}
.i-case-bd .tempWrap{
    width: 1200px !important;
    overflow: hidden;
}
.i-case-bd .link{
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 22px;
    height: 35px;
}
.i-case-bd .sPrev{
    left: -45px;
  	top:100px;
    background: url(../image/l_btn1.png) no-repeat center;
}
.i-case-bd .sNext{
    right: -45px;
  	top:100px;
    background: url(../image/r_btn1.png) no-repeat center;
}
.i-case-bd .sPrev:hover{
    background: url(../image/l_btn.png) no-repeat center;
}
.i-case-bd .sNext:hover{
    background: url(../image/r_btn.png) no-repeat center;
}
.i-case-bd li{
    width: 281px;
  	height:200px;
    margin: 0 11px;
}
.i-case-bd li img{
  	width: 281px;
    display: block;
}
.i-case-bd li p{
    line-height: 48px;
    font-size: 12px;
    color: #fff;
}
/* 案例通用 */
.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: #2c6ece;
}
.items-case li:hover span{
    color: #333;
}

/* 资历 */
.i-qualification{
    padding-top: 75px;
}
.i-qualification-bd{
    position: relative;
    margin-top: 45px;
}
.i-qualification-bd li{
    width: 285px;
    margin: 0 13px;
}
.i-qualification-bd li img{
    width: 285px;
    height: 218px;
    border: 2px solid #fff;
}
.i-qualification-bd li:hover img{
    border-color: #ff0000;
}
.i-qualification-bd .tempWrap{
    width: 1200px !important;
    overflow: hidden;
}
.i-qualification-bd .link{
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
.i-qualification-bd .sPrev{
    left: -45px;
}
.i-qualification-bd .sNext{
    right: -45px;
}
/* 新闻 */
.i-news{
    margin-top: 80px;
    padding-bottom: 13px;
}
.i-news .item-hd{
    height: 54px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 50px;
    color: #111;
    margin-bottom: 20px;
}
.i-news .item-hd h2{
    font-size: 22px;
    font-weight: normal;
}
.i-news .item-hd span{
    padding-left: 12px;
    color: #414040;
    font-size: 14px;
    text-transform: uppercase;
}
.i-news .item-hd a{
    float: right;
}
.i-news .item-bd img{
    width: 350px;
    height: 115px;
    display: block;
    margin-bottom: 12px;
}
.i-news-item{
    width: 350px;
    margin-right: 48px;
}
.i-news-item li a{
    padding-left: 22px;
    line-height: 45px;
    font-size: 14px;
    background: url(../image/ndot.jpg) no-repeat 0% 50%;
    border-bottom: 1px dashed #e3e3e3;
    display: block;
    color: #000;
}
.i-news-ft{
    width: 350px;
}
.i-news-ft .item-bd{
    height: 403px;
    overflow: hidden;
}
.i-news-ft li{
    padding: 8px 0 12px;
    border-bottom: 1px dashed #e3e3e3;
    height: 105px !important;
}
.i-news-ft li h3{
    line-height: 30px;
    padding-left: 38px;
    background: url(../image/wen.png) left center no-repeat;
    display: block;
    font-size: 14px;
    color: #000;
}
.i-news-ft li p{
    background: url(../image/da.png) left 3px no-repeat;
    padding-left: 38px;
    font: 400 12px/22px "微软雅黑";
    margin-top: 10px;
    color: #414040;
    height: 44px;
    overflow: hidden;
}
/*
    地区分站&友情链接
*/
.i-link{ 
    width: 1200px;
    height: 60px;
    background: url(../image/link.jpg) no-repeat center;
    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 20px center;
    background-size: 20px;
    padding-left: 45px;
}
.i-link a{
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    padding: 0 8px;
}
/*
    footer
*/
.footer{
    background: url(../image/footer.png) repeat-x top center #313131;
    color: #fff;
    overflow: hidden;
    min-height: 382px;
}
.footer-hd{
    width: 236px;
    height: 273px;
    background: #498fe7;
}
.footer-bd{
    width: 900px;
    height: 273px;
}
.footer-bd .item-hd li{
    display: inline-block;
}
.footer-bd .item-hd li a{
    font-size: 15px;
    line-height: 45px;
    padding: 0 19px;
    display: block;
}
.footer-bd .item-bd{
    width: 600px;
    font-size: 14px;
    padding-top: 30px;
    height: 220px;
    overflow: hidden;
}
.footer-bd .item-ft{
    padding-top: 30px;
    height: 220px;
    overflow: hidden;
}
.footer-ft{
    clear: both;
    line-height: 23px;
    padding: 13px 0;
}
.footer-ft .w{
    padding-left: 300px;
}
/*-------------------------------------------------*/
/* 内页上方 */
.um-banner{
    height: 300px;
    background: url(../image/um-banner.jpg) no-repeat center;
}
.pos{
    height: 40px;
    margin-bottom: 20px;
    line-height: 40px;
    text-align: right;
}
.pos .link{
    display: block;
    width: 43px;
    height: 43px;
    background: url(../image/mub02address_homePage.png) no-repeat center;
    float: left;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    margin-right: 18px;
}
.pos,.pos a{ color:#fff; font-size: 13px; font-weight: normal;}
.pos a:last-child{
    color: #fff;
}

.main{
    /*padding-top: 35px;*/
    padding-bottom: 50px;
    /*background: #f4f4f4;*/
}
.um-hd{
    width: 220px;
    float: left;
}
.um-bd{
    width: 950px;
    float: right;
    min-height: 500px;
}
.um-left{
    width: 910px;
    float: right;
}
.um-right{
    width: 240px;
    float: left;
}
.um-page{
    width: 1200px;
}
.main{
    margin-top: 10px;
}
/* 左侧导航 */
.um-hd_side{
    margin-bottom: 10px;
}
.um-hd_side h3{
    line-height: 38px;
    padding-left: 15px;
    font-weight: bold;
    font-family: 微软雅黑;
    font-size: 14px;
    color: rgb(255, 255, 255);
    background: rgb(44, 110, 206);
    margin-bottom: 5px;
}
.um-hd_menu li{
    position: relative;
    z-index: 9999;
}
.um-hd_menu li a{
    background: url(../image/dot4.png) no-repeat 5px -41px;
    color: #666;
    display: block;
    line-height: 30px;
    font-family: "微软雅黑";
    border-bottom: 1px solid #dddddd;
    padding-left: 25px;
}
.um-hd_menu li .um_hd_hov{
    position: absolute;
    left: 210px;
    top: 0px;
    width: 210px;
    background: #f5f6f6;
    /*border-bottom: 2px solid #ff0000;*/
    z-index: 9999;
    display: none;
}
.um-hd_menu li .um_hd_hov li{
    padding: 0 20px;
}
.um-hd_menu li .um_hd_hov li:first-child{
    margin-top: 10px;
}
.um-hd_menu li .um_hd_hov li:last-child{
    padding-bottom: 10px;
    border-bottom: 2px solid #ff0000;
}
.um-hd_menu li .um_hd_hov li a{
    font-weight: bold;
    background: url(../image/ico1.gif) no-repeat 0% 50%;
}
.um-hd_menu li:hover .um_hd_hov{
    display: block;
}
.um-hd_menu li a:hover{
    color: #ff0000;
}

.um-hd_news li a{
    display: block;
    border-bottom: 1px solid #dddddd;
    background: url(../image/list_dot1.gif) no-repeat 0% 50%;
    padding-left: 13px;
    line-height: 27px;
}
.um-hd_keywords li a{
    display: block;
    line-height: 27px;
    width: 46%;
    float: left;
    border: 1px dashed #d0d0d0;
    background: #fcfcfc;
    padding-left: 0px;
    margin-bottom: 10px;
    text-align: center;
}
.um-hd_keywords li:nth-child(2n) a{
    margin-left: 8%;
}
.um-hd_contact .con{
    line-height: 24px;
}
/* 内容页上 标题 */
.um-bd_hd{
    line-height: 38px;
    height: 38px;
    overflow: hidden;
    padding: 0 14px;
    background: #2c6ece;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
/* 详情页标题 */
.um-bd_bd{
    padding-top: 15px;
}
.um-bd_bd .tit h3{
    line-height: 1.5;
    font-size: 22px;
    color: #1651b8;
    font-weight: normal;
    text-align: center;
}
.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 {
    border-color: #eee;
    width: 303px;
    padding: 6px;
    border-width: 1px;
    margin-right: 20px;
    margin-bottom: 15px;
    height: auto;
    border: 1px solid #c5c5c5;
    background: #fff;
}
.um-pro li img{
    width: 278px;
    border: 1px solid #eee;
}
.um-pro li p{
    margin-top: 10px;
    margin-bottom: 4px;
    font-size: 15px;
    color: #333333;
    font-weight: normal;
    padding: 0 10px;
}
.um-pro li:hover{    
    border-color: #f13a3a;
}
/* 产品详情页 */
#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: #1651b8;
    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 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 #1651b8;
    margin-bottom: 20px;
}
.um-imgDetail .tag b{
    display: inline-block;
    width: 100px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    background: #1651b8;
}
.um-imgDetail .items-desc-text li{
    width: 46%;
}
.um-imgDetail .items-desc-text li{
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 5px;
}
.um-imgDetail .items-desc-text li:nth-child(2n){
    float: right;
    margin-right: 0;
}
.um-imgDetail .items-desc-text .con{
    width: 270px;
}
.um-imgDetail .items-desc-text .con h5{
    font-size: 14px;
}

/* 内容页正文 */
.um-page-content{
    font-size: 14px;
    line-height: 1.8;
    color: #333;
}


.um-hd_bd .tit h2 {
    height: 50px;
    background: #2c6ece;
    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: #1651b8;
    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 #1651b8;
}
.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: 30px;
    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;
}
.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: #2c6ece;
    color: #fff;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
}

.um-right .con a{
    font-size: 12px;
    font-family: '宋体';
    margin-right: 10px;
    display: inline-block;
    line-height: 20px;
}




/* 案例列表 */
.um-pic .case-show{
    margin-top: 0;
}
.um-pic .case-show li{
    width: 303px;
    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: #f13a3a;
}
/*新闻列表*/
 .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: #2c6ece;
    color: #fff;
}
 .items-desc-text li{
    padding: 15px 0;
    border-bottom: 1px dotted #dbd4cd;
    margin: 10px 0;
}
 .items-desc-text li:first-child{
    margin-top: 0;
    padding-top: 0;
}
 .items-desc-text li .con{   
    width: 730px;
    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: #2c6ece;
}
 .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;
}

/*新闻详情页*/
.content{
    font-size: 15px;
    line-height: 2;
    color: #333;
}
.content p{
    margin-bottom: 6px;
}
/* 案例详情页 */
.um-bd_ft li{
    width: 213px;
    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:#2c6ece;}
.pagenav p{
    margin-top: 10px;
}

.citybox{}
.citybox a{ display:inline-block; margin-right:20px; line-height:28px;color: #333;}
/*
** 图片
**/
.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:10px 0 10px;text-align:center;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:#2c6ece; border:1px solid #2c6ece; 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:#f13a3a; border:none;padding:5px 12px; margin-right:6px;
    cursor: pointer;
    color: #fff;
}
[type=reset]{
    background: #999;
}
.button:hover{
    background: #cc0000;
}
[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:#2c6ece}
.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;}

