@charset "utf-8";
    /* CSS Document */
body,div,dl,dt,dd,ul,li,form,h1,h2,h3,h4,h5,h6,p {
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: none;
    width: 100%;
    height: 100%;
}

body {
    font-size: 14px;
    font-family: "微软雅黑" , Arial, Verdana, Geneva, sans-serif;
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}

ul,li,dl,dt,dd {
    display: block;
    list-style: none;
}

img {
    border: 0;
    max-width: 100%;
}

.quan img {
    width: 100%;
    height: 100%;
}

.clear {
    background: none;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

a {
    color: #000;
    text-decoration: none;
    outline: none;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
 /*For Opera*/
    -ms-text-overflow: ellipsis;
 /*For IE8*/
}
/*@font-face{
    font-family: 'BOD_I';
    src:url('../fonts/BOD_I.eot');
    src:url('../fonts/BOD_I.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BOD_I.woff') format('woff'),
        url('../fonts/BOD_I.ttf') format('truetype'),
        url('../fonts/BOD_I.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
.Header {
    width: 100%;
}

.Header .top {
    width: 1170px;
    height: 120px;
    margin: 0 auto;
}

.Header .top .logo {
    float: left;
}

.Header .top .toptel {
    float: right;
}

.Header .nav_box {
    width: 100%;
    height: 45px;
    background: #0d2c48;
}

.navigation {
    width: 1200px;
    height: 45px;
    margin: 0 auto;
    line-height: 45px;
    font-size: 16px;
}
/*一级菜单*/  
.navigation li {
    height: 45px;
    float: left;
}

.navigation li a {
    display: block;
    color: #fff;
}

.one {
    float: left;
    width: 12.5%;
    padding: 0;
    height: 45px;
    display: block;
    text-align: center;
    position: relative;
}

.one:hover {
    background: #107bc1;
}
/*二级菜单*/
.navigation li ul {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 9999;
}

.navigation li:hover .ul2 {
    display: block;
}

.navigation li ul li {
    float: none;
    height: 40px;
    line-height: 40px;
    margin: 0;
    width: auto;
    min-width: 150px;
    white-space: nowrap;
    position: relative;
}

.navigation li ul li a {
    display: block;
    margin: 0;
    padding: 0px 10px;
    text-align: center;
    background: #107bc1;
}

.navigation li ul li a:hover {
    color: #fff;
    background: #0d2c48;
}
/*幻灯片*/
#Slideshow {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#Slideshow .pics li {
    width: 100%;
}

#Slideshow .pics li img {
    width: 100%;
}
/*数字按钮样式*/
#Slideshow .num {
    overflow: hidden;
    height: 25px;
    position: absolute;
    bottom: 5px;
    right: 20%;
    zoom: 1;
    z-index: 3
}

#Slideshow .num li {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: 400;
    font-family: "微软雅黑", Arial;
    color: #FFFFFF;
    background: #444444;
    margin-right: 10px;
    border-radius: 50%;
    cursor: pointer;
    float: left;
}

#Slideshow .num li.on {
    background: #e33d11;
} /*当前项*/
/*上一个  下一个*/
#Slideshow .prev,#Slideshow .next {
    display: none;
    width: 40px;
    height: 100px;
    background: url(../images/btn.png) no-repeat;
    position: absolute;
    top: 170px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#Slideshow .prev {
    left: 4px;
}

#Slideshow .next {
    right: 4px;
    background-position: right;
}

.Middle {
    width: 100%;
    position: relative;
}

.aboutProduct {
    width: 100%;
    height: 670px;
    padding: 50px 0px;
    background: url(../images/shan.png) repeat-x bottom #f4f4f4;
}

.midBox {
    width: 1170px;
    margin: 0 auto;
    background: #fff;
}

.aboutProduct .aboutbox .pic {
    float: left;
}

.aboutProduct .aboutbox .info {
    width: 930px;
    height: 150px;
    overflow: hidden;
    float: right;
    padding: 0px 15px;
    line-height: 30px;
    color: #404040;
}

.aboutProduct .aboutbox a.more {
    width: 97px;
    height: 27px;
    display: block;
    background: #f77210;
    border-radius: 5px;
    color: #fff;
    line-height: 27px;
    text-align: center;
    float: right;
    margin: 8px 15px;
}

.aboutProduct .probox {
    width: 1170px;
    height: 480px;
    overflow: hidden;
}

.aboutProduct .probox .hd {
    width: 210px;
    height: 480px;
    float: left;
}

.aboutProduct .probox .hd li {
    width: 210px;
    height: 96px;
    float: left;
    background: #fff;
}

.aboutProduct .probox .hd li.on,.aboutProduct .probox .hd li:hover {
    background: #e2e2e2;
}

.aboutProduct .probox .hd li a {
    display: block;
    width: 180px;
    height: 52px;
    padding-left: 20px;
    line-height: 26px;
    font-size: 16px;
    color: #0d2c48;
    background: url(../images/arr_li.png) no-repeat left 5px;
    margin: 34px 0px 0px 10px;
}

.aboutProduct .probox .bd,.proLists {
    width: 960px;
    height: 480px;
    float: left;
    background: #1f1f1f;
}

.aboutProduct .probox .bd ul li,.proLists ul li {
    width: 260px;
    height: 380px;
    float: left;
    margin: 50px 30px;
    background: #fff;
    position: relative;
}

.aboutProduct .probox .bd ul li .pic,.proLists ul li .pic {
    width: 230px;
    height: 170px;
    padding: 0px 15px;
    margin-top: 18px;
    overflow: hidden;
    text-align: center;
    z-index: 0;
}

.aboutProduct .probox .bd ul li .pic img,.proLists ul li .pic img{ 
    vertical-align:middle; 
    display:inline;  
    max-width: 100%; 
    max-height: 100%;
}
.aboutProduct .probox .bd ul li .pic span,.proLists ul li .pic span{
    height:100%; 
    width:0; 
    overflow:hidden; 
    display:inline-block; 
    vertical-align:middle;
}
.aboutProduct .probox .bd ul li .tit,.proLists ul li .tit {
    width: 230px;
    height: 50px;
    padding: 0px 15px;
    line-height: 50px;
    font-size: 16px;
    color: #1f1f1f;
}

.aboutProduct .probox .bd ul li .desc,.proLists ul li .desc {
    width: 230px;
    height: 140px;
    padding: 0px 14px;
    background: #292929;
    border: 1px solid #525151;
    color: #fff;
    line-height: 30px;
    position: relative;
}

.aboutProduct .probox .bd ul li .desc a.more,.proLists ul li .desc a.more {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 56px;
    height: 24px;
    border: 1px solid #bfbfbf;
    text-align: center;
    line-height: 24px;
    color: #f9fafb;
}

.aboutProduct .probox .bd ul li:hover .desc,.proLists ul li:hover .desc {
    background: #0076c8;
    border: 1px solid #0076c8;
}

.aboutProduct .probox .bd ul li:hover .ceng,.proLists ul li:hover .ceng {
    display: block;
}

.aboutProduct .probox .bd ul li .ceng,.proLists ul li .ceng {
    width: 260px;
    height: 240px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: #000;
    filter: alpha(opacity=50);
    background: rgba(0,0,0,0.2);
    display: none;
}

.aboutProduct .probox .bd ul li .ceng  a.link,.proLists ul li .ceng a.link {
    width: 51px;
    height: 51px;
    display: block;
    margin: 80px 104px;
    background: url(../images/link.png);
}

.indexCase {
    padding: 30px 0px;
}

.indexCase .catbox {
    width: 250px;
    height: 80px;
    line-height: 35px;
    margin: 0 auto;
    padding: 0px 20px;
    text-align: center;
    font-size: 18px;
    color: #141414;
    position: relative;
    border-bottom: 1px solid #bfbfbf;
}

.indexCase .catbox .catdir {
    text-transform: uppercase;
    color: #838383;
    font-family: "Arial";
}

.indexCase .catbox .dz {
    width: 34px;
    height: 19px;
    position: absolute;
    left: 128px;
    bottom: -10px;
    background: url(../images/icon01.png);
}
/*案例滚动*/
.picScroll {
    width: 1170px;
    height: 385px;
    margin: 30px 0px;
    position: relative;
}

.picScroll .hd {
    width: 1170px;
    height: 385px;
    overflow: hidden;
}

.picScroll .hd .prev,.picScroll .hd .next {
    display: block;
    width: 40px;
    height: 70px;
    float: left;
    margin-top: 80px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/arr.jpg) no-repeat 0 0;
}

.picScroll .hd .next {
    background-position: -40px 0;
    float: right;
}

.picScroll .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
}

.picScroll .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("images/icoCircle.gif") 0 -9px no-repeat;
}

.picScroll .hd ul li.on {
    background-position: 0 0;
}

.picScroll .bd {
    width: 1054px;
    height: 385px;
    padding: 0px 18px;
    position: absolute;
    left: 40px;
    top: 0px;
}

.picScroll .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll .bd ul li {
    width: 312px;
    height: 380px;
    margin: 0 18px;
    padding-bottom: 5px;
    float: left;
    background: #f6f6f6;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picScroll .bd ul li .pic {
    width: 312px;
    height: 240px;
    text-align: center;
    overflow: hidden;
}

.picScroll .bd ul li .pic img {
    width: 312px;
    height: 240px;
    display: block;
}

.picScroll .bd ul li .info {
    width: 282px;
    height: 140px;
    padding: 0px 15px;
    text-align: left;
    color: #6a6969；
}

.picScroll .bd ul li .info .tt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.picScroll .bd ul li .info .desc {
    width: 100%;
    height: 40px;
    line-height: 20px;
    font-size: 12px;
    overflow: hidden;
}

.picScroll .bd ul li .info .time {
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
}

.picScroll .bd ul li .info a.more {
    display: block;
    width: 50px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border: 1px solid #6a6969;
    text-align: center;
}

.picScroll .bd ul li:hover {
    background: #0076c8;
}

.picScroll .bd ul li:hover .info {
    color: #fdfdfd;
}

.picScroll .bd ul li:hover .info a.more {
    border: 1px solid #dddada;
    color: #dddada;
}

#newsContact {
    width: 1010px;
    padding: 0px 80px 20px 80px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

#newsContact .newsbox {
    width: 480px;
    height: 342px;
    float: left;
    margin-right: 50px;
}

#newsContact .contactbox {
    width: 480px;
    height: 342px;
    float: left;
    margin-right: 0px;
}

#newsContact .catbox {
    width: 430px;
    height: 40px;
    padding-right: 10px;
    float: right;
    border: 1px solid #434141;
    position: relative;
    line-height: 40px;
    text-align: right;
}

#newsContact .catbox a {
    font-size: 12px;
    color: #434141;
}

#newsContact .catbox .zhdir {
    width: 200px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    left: -40px;
    top: 6px;
    background: #fff;
    color: #141414;
    font-size: 18px;
    text-align: left;
}

#newsContact .catbox .zhdir span {
    font-size: 18px;
    color: #838383;
    font-family: "Arial";
    text-transform: uppercase;
}

#newsContact .info {
    width: 100%;
    height: 90px;
    float: left;
    padding: 15px 0px;
}

#newsContact .news,#newsContact .map {
    width: 100%;
    height: 180px;
    float: left;
}

#newsContact .news li {
    width: 470px;
    height: 61px;
    padding: 12px 10px 12px 0px;
    float: left;
    margin-bottom: 10px;
    background: #f4f4f4;
}

#newsContact .news li.no2 {
    margin-bottom: 0px;
}

#newsContact .news li .time {
    width: 70px;
    padding-right: 10px;
    height: 61px;
    float: left;
    background: url(../images/icon05.png) no-repeat right;
    text-align: center;
}

#newsContact .news li .time .d {
    color: #0076c8;
    font-size: 30px;
}

#newsContact .news li .tt {
    width: 380px;
    height: 25px;
    line-height: 20px;
    float: left;
    margin-left: 10px;
    color: #272727;
    font-size: 16px;
}

#newsContact .news li .tt a {
    color: #272727;
}

#newsContact .news li .desc {
    width: 380px;
    height: 36px;
    line-height: 18px;
    float: left;
    margin-left: 10px;
    color: #272727;
    font-size: 12px;
    position: relative;
}

#newsContact .news li .desc a.more {
    position: absolute;
    bottom: -4px;
    right: 0;
    color: #0076c8;
}

#newsContact .info .half {
    width: 45%;
    height: 90px;
    padding-right: 5%;
    float: left;
    line-height: 30px;
    color: #2c2a2a;
}

#newsContact .info .half img {
    display: inline;
    margin-right: 15px;
}

#newsContact .info .half a.seemap {
    display: block;
    width: 100px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #434141;
    border: 1px solid #434141;
}

#newsContact .info .half a.seemap:hover {
    color: #0076c8;
}

.fullbg,.fullbg2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: #0076c8;
    width: 100%;
    height: 200px;
}

.fullbg2 {
    height: 30px;
}

.shanbg {
    width: 100%;
    height: 683px;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 0;
    background: url(../images/shan.png) repeat-x bottom #fff;
}

.Footer {
    width: 100%;
    padding: 10px 0px 10px 0px;
    background: #0076c8;
    color: #fcf7f7;
    text-align: center;
    line-height: 2em;
}
/*内页*/
.innerBox {
    width: 1171px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 999;
}

.innerBox .catpos {
    width: 100%;
    height: 50px;
    line-height: 60px;
    text-align: right;
}

.innerBox .catpos .cname {
    float: left;
    margin-left: 230px;
    height: 50px;
    line-height: 70px;
    font-size: 18px;
}

.innerBox .partLeft {
    width: 210px;
    float: left;
    background: #e2e2e2;
}

.menuTree {
    width: 210px;
    float: left;
}

.menuTree li {
    width: 210px;
    float: left;
}

.menuTree li.on,.menuTree li:hover {
    background: #828080;
}

.menuTree li a {
    display: block;
    width: 180px;
    padding-left: 20px;
    line-height: 26px;
    font-size: 16px;
    color: #0d2c48;
    background: url(../images/arr_li.png) no-repeat left 5px;
    margin: 15px 0px 15px 10px;
}

.leftcontact {
    width: 190px;
    float: left;
    padding: 20px 10px;
    line-height: 2em;
}

.cattit {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    background: #107bc1;
}

.innerBox .partRight {
    width: 960px;
    min-height: 683px;
    float: left;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-left: none;
}

.proLists {
    width: 100%;
    height: auto;
    background: #fff;
}

.proLists ul li {
    background: #ebeaea;
    margin: 15px 30px;
}

.caseLists {
    width: 940px;
    height: auto;
    padding: 0px 12px;
}

.caseLists ul {
    overflow: hidden;
    zoom: 1;
}

.caseLists ul li {
    width: 282px;
    height: 380px;
    margin: 20px 15px;
    padding-bottom: 5px;
    float: left;
    background: #f6f6f6;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.caseLists ul li .pic {
    width: 282px;
    height: 240px;
    text-align: center;
    overflow: hidden;
}

.caseLists ul li .pic img {
    width: 282px;
    height: 240px;
    display: block;
}

.caseLists ul li .info {
    width: 252px;
    height: 140px;
    padding: 0px 15px;
    text-align: left;
    color: #6a6969；
}

.caseLists ul li .info .tt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.caseLists ul li .info .desc {
    width: 100%;
    height: 40px;
    line-height: 20px;
    font-size: 12px;
    overflow: hidden;
}

.caseLists ul li .info .time {
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
}

.caseLists ul li .info a.more {
    display: block;
    width: 50px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border: 1px solid #6a6969;
    text-align: center;
}

.caseLists ul li:hover {
    background: #0076c8;
}

.caseLists ul li:hover .info {
    color: #fdfdfd;
}

.caseLists ul li:hover .info a.more {
    border: 1px solid #dddada;
    color: #dddada;
}

.artLists {
    width: 930px;
    height: auto;
    padding: 0px 15px;
}

.artLists {
    width: 100%;
    height: 180px;
    float: left;
}

.artLists li {
    width: 920px;
    height: 61px;
    padding: 12px 10px 12px 0px;
    margin-top: 10px;
    float: left;
    margin-bottom: 10px;
    background: #f4f4f4;
}

.artLists li .time {
    width: 70px;
    padding-right: 10px;
    height: 61px;
    float: left;
    background: url(../images/icon05.png) no-repeat right;
    text-align: center;
}

.artLists li .time .d {
    color: #0076c8;
    font-size: 30px;
}

.artLists li .tt {
    width: 830px;
    height: 25px;
    line-height: 20px;
    float: left;
    margin-left: 10px;
    color: #272727;
    font-size: 16px;
}

.artLists li .tt a {
    color: #272727;
}

.artLists li .desc {
    width: 830px;
    height: 36px;
    line-height: 18px;
    float: left;
    margin-left: 10px;
    color: #272727;
    font-size: 12px;
    position: relative;
}

.artLists li .desc a.more {
    position: absolute;
    bottom: -4px;
    right: 0;
    color: #0076c8;
}

.artLists li:hover {
    background: #e5e3e3;
}

.showpage {
    width: 920px;
    padding: 20px;
    line-height: 2em;
}

.showpage .headtt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
}

#pages {
    padding: 14px 0 10px;
    margin: 10px;
}

#pages a {
    display: inline-block;
    width: 26px;
    height: 22px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333
}

#pages a.a1 {
    background: url(../images/search/admin_img/pages.png) no-repeat 0 5px;
    width: 56px;
}

#pages a:hover {
    background: #f1f1f1;
    color: #000;
    text-decoration: none;
}

#pages span {
    display: inline-block;
    width: 26px;
    height: 22px;
    line-height: 22px;
    background: #5a85b2;
    border: 1px solid #5a85b2;
    color: #fff;
    text-align: center;
}

.page .noPage {
    display: inline-block;
    width: 56px;
    height: 22px;
    line-height: 22px;
    background: url(../img/icu/titleBg.png) repeat-x 0 -55px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}

.preNext {
    font-size: 14px;
}

.preNext li {
    height: 20px;
    line-height: 20px;
}

.preNext li a:hover {
    text-decoration: underline;
}

.scroll {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    font-size: 14px;
    background: url(../images/top.png) no-repeat;
}