html,body {
    width : 100%;
    height : auto;
    background-color : none;
}

* {
    margin : 0;
    padding : 0;
}

.container {
    width : 100%;
    min-width : 1280px;
    text-align : center;
    padding-bottom : 50px;
    background : #fff;
}

.title1 {
    padding-top : 50px;
    padding-bottom : 30px;
    text-align : center;
    font-family : Microsoft YaHei;
    font-size : 30px;
    color : #1192fb;
}

.title2 {
    text-align : center;
    font-family : Microsoft YaHei;
    font-size : 18px;
    color : #60666a;
    margin-bottom : 30px;
}

#bigShow {
    position : fixed;
    left : 0;
    top : 0;
    width : 100%;
    height : 100%;
    z-index : 1000;
    display : none;
    *position: fixed;
    *top: expression(eval(document.documentElement.scrollTop));
    _position:fixed;
    _clear:both;
    _top:expression(eval(document.compatMode &&
               document.compatMode=='CSS1Compat') ?
               documentElement.scrollTop
               +(documentElement.clientHeight-this.clientHeight) - 1
               : document.body.scrollTop
               +(document.body.clientHeight-this.clientHeight) - 1);
}

#blackGround {
    width : 100%;
    height : 100%;
    background-color : black;
    *background-color : black;
    filter:Alpha(Opacity=50);
    opacity: 0.5;
    -ms-filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    zoom: 1;
    cursor : pointer;
    z-index : 1000;
}

.bigImage {
    cursor : default;
    position : absolute;
    left : 50%;
    top : 50%;
    display : block;
    z-index : 2;
}

#leftImage {
    margin-left : -407px;
    margin-top : -261px;
}

#rightImage {
    margin-left : -439.5px;
    margin-top : -308.5px;
}

.closeImage {
    background-image : url("../newImage/close.png");
    width : 30px;
    height : 30px;
    cursor : pointer;
    position : absolute;
    right : 0;
    top : 0;
}

#honourDiv,#customerDiv,#detailDiv {
    background :rgb(249,250,251);
}

#honourDiv {
    border-top : solid 1px #E2E2E2;
}

.honourItem {
    display : inline-block;
    zoom:1;
    *display:inline;
    margin : 75px 150px 0;
    width : 200px;
    height : auto;
    text-align : center;
}
.honourItem:hover {
    cursor : pointer;
}

.honourPic {
    width : 145px;
    height : 159px;
    margin : 0 auto 10px auto;
}

#honourPicLeft {
    background-image : url("../newImage/iden1.png");
}

#honourPicRight {
    background-image : url("../newImage/iden2.png");
}

.honourText {
    text-align : center;
    font-family : Microsoft YaHei;
    font-size : 18px;
    color : #1192fb;
    margin-bottom : 8px;
    width : auto;
    height : auto;
}

.honourHint {
    text-align : center;
    font-family : Microsoft YaHei;
    font-size : 12px;
    color : #c1c1c1;
    width : auto;
    height : auto;
}

#teamContainer {
    height : 282px;
}

.teamItem {
    width : 284px;
    height : 282px;
    display : inline-block;
    overflow : hidden;
    zoom:1;
    *display:inline;
    margin-left : -20px;
}

.teamItemInner {
    position : relative;
    bottom : 282px;
    width : 256px;
    height : 268px;
    opacity : 0;
    *bottom : 0;
}

.teamPic {
    width : 256px;
    height : 248px;
    margin-left : 30px;
    margin-bottom : 10px;
}

.teamText {
    font-family : Microsoft YaHei;
    font-size : 18px;
    color : #60666a;
}

#teamPic1 {
    background-image : url("../newImage/t1.png");
}

#teamPic2 {
    background-image : url("../newImage/t2.png");
}

#teamPic3 {
    background-image : url("../newImage/t3.png");
}

#teamPic4 {
    background-image : url("../newImage/t4.png");
}

#pathDiv {
    background : rgb(231,253,250);
    padding-bottom : 10px;
}

.bubbles {
    display : inline-block;
    zoom:1;
    *display : inline;
    width : 160px;
    height : 81px;
    margin : 0 20px;
    overflow : hidden;
}

#bubbleContainer {
    text-align : center;
}

.bubble {
    width : 160px;
    height : 81px;
    position : relative;
    bottom : 81px;
    *bottom : 0;
    opacity : 0;
}

#bubble1 {
    background-image : url("../newImage/h0.png");
}

#bubble2 {
    background-image : url("../newImage/h1.png");
}

#bubble3 {
    background-image : url("../newImage/h2.png");
}

#bubble4 {
    background-image : url("../newImage/h3.png");
}

#bubble5 {
    background-image : url("../newImage/h4.png");
}

#pathLine {
    width : 839px;
    height : 28px;
    display : inline-block;
    zoom:1;
    *display:inline;
    background-image : url("../newImage/line.png");
}

.pathDetail {
    margin : 35px auto 0;
    cursor : pointer;
    display : block;
}

#showDetail {
    display : block;
}

#hideDetail {
    display : none;
}

#detailDiv {
    padding-top : 50px;
    display : none;
}

#detailPic {
    width : 920px;
    height : 354px;
    display : inline-block;
    zoom:1;
    *display:inline;
    background-image : url("../newImage/way.png");
}

.serviceItem {
    width : 126px;
    height : auto;
    display : inline-block;
    zoom:1;
    *display:inline;
    margin : 0 80px;
}

.servicePic {
    width : 126px;
    height : 126px;
}

.serviceText {
    margin: auto;
    font-size: 18px;
    color: #999999;
    margin-top: 15px;
    font-family: microsoft YaHei;
}

#servicePic1 {
    background-image : url("../newImage/ic1.png");
}

#servicePic2 {
    background-image : url("../newImage/ic2.png");
}

#servicePic3 {
    background-image : url("../newImage/ic3.png");
}

#customerDiv {
    padding-bottom : 40px;
}

#customerContainer {
    vertical-align : top;
    max-width: 1680px;
    margin: auto;
}

.customerItem  {
    position : relative;
    vertical-align : top;
    margin : 50px 20px 30px;
    display : inline-block;
    zoom:1;
    *display:inline;
    width : 400px;
    height : 180px;
    text-align : left;
}

.customerItemContent {
    font-family : Microsoft YaHei;
    font-size : 18px;
    color : #60666a;
    line-height : 28px;
}

.customerItemDetail {
    position : relative;
    top : 10px;
    font-family : Microsoft YaHei;
    font-size : 14px;
    color : #9c9d9d;
}

.customerItemName {
    font-family : Microsoft YaHei;
    font-size : 14px;
    text-align : right;
    color : #60666a;
    position : relative;
    top : 20px;
}

#orderDiv {
    background : rgb(72,75,84);
    padding : 17px 0;
}

#orderNow {
    display : block;
    margin : 0 auto;
    background-image : url("../newImage/submit.png");
    width : 150px;
    height : 45px;
}

.contact-tel-num {
    margin-right: 10px;
}