@charset "utf-8";
.page_container{
   z-index: 1;
    position: relative;
    margin: 0px auto;
    width: 1200px;
    height: 100%;
}
.pg2txt{
   text-align: center;
    line-height: 35px;
    margin-top: -150px;
    width: 100%;
    top: 43%;
    left: 0px;
}
.pg2txt H2{
   margin-top: 15px;
    font-family: 微软雅黑;
    color: #333;
    font-size: 19px;
}
.pg2txt SPAN{
   color: #198d3b;
    font-size: 45px;
}
.pg2-box-pic{
   text-align: center;
    margin-top: -85px;
    width: 100%;
    height: 400px;
    overflow: hidden;
    top: 50%;
    left: 0px;
}
.servicesBox{
   line-height: 18px;
    margin: 0px auto;
    width: 1200px;
    height: 300px;
    color: #999999;
    clear: both;
    font-size: 12px;
}
.servicesBox .serBox{
   position: relative;
    background-color: #f0f0f0;
    width: 282px;
    display: inline;
    float: left;
    height: 300px;
    margin-left: 9px;
    overflow: hidden;
    cursor: pointer;
    margin-right: 9px;
}
.servicesBox .serBoxOn{
   z-index: 19;
    position: absolute;
    width: 282px;
    display: none;
    font-family: "Microsoft Yahei";
    background: url(../images/bj.jpg) #005cac no-repeat;
    height: 300px;
    color: #fff;
    top: 0px;
    left: 0px;
}
.servicesBox .serBox .pic1{
   z-index: 99;
    position: absolute;
    text-align: center;
    width: 150px;
    height: 130px;
    top: 22px;
}
.servicesBox .serBox .pic2{
   z-index: 99;
    position: absolute;
    text-align: center;
    width: 150px;
    height: 130px;
    top: 22px;
}
.servicesBox .serBox .txt1{
   z-index: 99;
    position: absolute;
    line-height: 24px;
    width: 280px;
    font-family: "Microsoft Yahei";
    height: 100px;
    color: #808080;
    font-size: 13px;
    top: 160px;
}
.servicesBox .serBox .txt2{
   z-index: 99;
    position: absolute;
    line-height: 24px;
    width: 280px;
    font-family: "Microsoft Yahei";
    height: 100px;
    color: #454545;
    font-size: 13px;
    top: 160px;
    right: -340px;
}
.servicesBox .serBox SPAN.tit{
   text-align: center;
    line-height: 24px;
    display: block;
    font-size: 16px;
}
.servicesBox .serBox .txt1 .tit{
   line-height: 30px;
    color: #000000;
}
.servicesBox .serBox .txt2 .tit{
   line-height: 24px;
    font-family: "Microsoft Yahei";
    color: #fff;
}
.servicesBox .serBox P{
   text-align: center;
    padding-bottom: 15px;
    line-height: 24px;
    padding-left: 20px;
    padding-right: 20px;
    color: #808080;
    padding-top: 15px;
}
.servicesBox .serBox .txt2 P{
   text-align: center;
    padding-bottom: 15px;
    line-height: 24px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    padding-top: 15px;
}
