@charset "utf-8";

/* CSS Document */


/*------services------*/

#servicesBox {
    width: 1260px;
    height: 370px;
    margin: 0 auto;
    clear: both;
    padding: 60px 0px 45px 0px;
    line-height: 18px;
    color: #999999;
    font-size: 12px;
}

#servicesBox img {
    width: 110px;
    height: 110px;
}

#servicesBox .serBox {
    cursor: pointer;
    display: inline;
    width: 300px;
    height: 370px;
    float: left;
    overflow: hidden;
    background-color: #f7f7f7;
    position: relative;
}

#servicesBox .serBoxOn {
    display: none;
    width: 300px;
    height: 370px;
    /* background: url(../images/img/serboxon_bg.gif) repeat 0px 0px; */
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 19;
}

#servicesBox .serBox .pic1 {
    width: 110px;
    height: 110px;
    text-align: center;
    position: absolute;
    top: 45px;
    right: 105px;
    z-index: 99;
}

#servicesBox .serBox .pic2 {
    width: 110px;
    height: 110px;
    text-align: center;
    position: absolute;
    top: 45px;
    left: -110px;
    z-index: 99;
}

#servicesBox .serBox .txt1 {
    width: 240px;
    height: 100px;
    color: #999999;
    position: absolute;
    top: 160px;
    left: 40px;
    z-index: 99;
}

#servicesBox .serBox .txt1,
#servicesBox .serBox .txt2 {
    font-size: 14px;
    line-height: 22px;
}

#servicesBox .serBox .txt2 {
    width: 240px;
    height: 100px;
    color: #999999;
    position: absolute;
    top: 160px;
    right: -220px;
    z-index: 99;
}

#servicesBox .serBox span.tit {
    font-size: 16px;
    display: block;
    height: 50px;
    line-height: 40px;
    text-align: center;
}

#servicesBox .serBox .txt1 .tit {
    color: #000000;
}

#servicesBox .serBox .txt2 .tit {
    color: #b1121a;
}

.fgH20 {
    float: left;
    width: 19px;
    height: 270px;
}

#servicesBox h3 {
    font-weight: normal;
    font-size: 16px;
    height: 30px;
    line-height: 20px;
    color: #000000;
}


/*.servicesPop {
    background: url(../images/services_popbg.gif) repeat 0px 0px;
    width: 100%;
    clear: both;
    height: 320px;
    padding-top: 33px;
    position: absolute;
    top: -3px;
    left: 0px;
    z-index: 999;
    display: none;
}

.servicesPop #serFocus {
    width: 1000px;
    height: 273px;
    margin: 0 auto;
    clear: both;
    background-color: #ffffff;
}*/

#serFocus div.box {
    width: 1000px;
    height: 273px;
    display: none;
    color: #999999;
}


/* #serFocus img { width:1000px; height:273px;}*/