body {
    font-family: 微软雅黑;
    font-size: 14px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

img {
    display: block;
    margin: 0 auto;
    padding: 0 auto;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    text-decoration: none;
}

img {
    border: none;
}

.bodywidth {
    width: 1200px;
    margin: 0 auto;
    /*border: 1px solid red;*/
}

.clearfix {
    clear: both;
}

h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 30px;
}

.tit {
    margin-bottom: 30px;
}

.More {
    margin-top: 30px;
    text-align: center;
    padding-right: 15px;
}

.More a {
    border: 1px solid #129f29;
    padding: 11px 0;
    font-size: 16px;
    color: #fff;
    line-height: 44px;
    color: #129f29;
    padding-left: 20px;
    padding-right: 100px;
    background: url("jt.png") center right no-repeat;
    background-position-x: 170px;
}

.More a:hover {
    border: 1px solid rgba(255, 255, 255, 0);
    background: url("jt3.png") center right no-repeat;
    background-color: #129f29;
    color: #fff;
    background-position-x: 170px;
}


/*-------------------------------------------------------------------导航----------------------------------------*/

.nav {
    padding: 10px 0;
}

#main {
    z-index: 100;
}

.nav .Logo {
    float: left;
    margin-right: 92px;
}

.nav .menu {
    margin-top: 15px;
}

.nav .menu>li>a {
    font-size: 15px;
}


/* 人才招聘 */

.rczp-index {
    margin-bottom: 50px;
    background: url("rczp-bg.jpg") center center no-repeat;
}

.rczp-index .zp-nr {
    padding-top: 96px;
    margin-left: 720px;
}

.rczp-index .zp-nr .tit-1 {
    width: 156px;
    height: 38px;
    background-color: #0a90ed;
    color: #fff;
    text-align: center;
    line-height: 38px;
    margin-bottom: 10px;
}

.rczp-index .zp-nr .tit-2 {
    font-size: 22px;
    width: 413px;
    height: 46px;
    border: 2px solid #129f29;
    line-height: 46px;
    text-align: center;
    color: #129f29;
    margin-bottom: 55px;
}

.rczp-index .zp-nr p {
    font-size: 16px;
    color: #129f29;
    line-height: 37px;
    margin-bottom: 90px;
}

.rczp-index .More {
    text-align: right;
}


/* 产品展示 */

.cpzs-index {
    padding: 50px 0;
    background: url("cpzs-bg.jpg") center center fixed no-repeat;
}

.cpzs-index .IcoList::after {
    clear: both;
    display: block;
    height: 0;
    content: '';
}

.indexProd {
    margin: 20px auto;
    overflow: hidden;
}

.indexProd li {
    float: left;
    width: 380px;
    height: 285px;
    overflow: hidden;
    position: relative;
    margin-left: 18px;
    border: 1px solid #ccc;
    margin-bottom: 25px;
}

.indexProd li img {
    width: 380px;
    height: 285px;
}
.indexProd li a {
    display: block;
    width: 380px;
    height: 285px;
    position: absolute;
    left: 0;
    top: -285px;
    background: #0a90ed;
    opacity: 0.85;
    z-index: 2;
    background-image: url("cpgd-bg.png");
    background-position-x: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
}

.indexProd li p{
   padding:10px 20px;
   color:white;
}
.indexProd li p:nth-child(1){
    font-weight: bold;
    font-size:16px;
}

/* 关于我们 */

.gywm-index {
    padding: 50px 0;
    background: url("gywm-bg.jpg") center center no-repeat;
}

.gywm-index .bg {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 29px 25px;
}

.gywm-index .bg .zw {
    border: 3px solid #129f29;
    padding-top: 15px;
}

.gywm-index .bg .zw p {
    padding: 0 25px;
    text-align: center;
    line-height: 25px;
}

.gywm-index .bg .zw .gywm-nav {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

.gywm-index .bg .zw .gywm-nav li {
    float: left;
    margin: 0 24px;
}

.gywm-index .bg .zw .gywm-nav li:first-child {
    margin-left: 23px;
}


/* 工程案例、联系我们 */

.cass-index {
    padding: 50px 0;
    background: url("gcal-bg.jpg") center center no-repeat;
}

.cass-index .box {
    overflow: hidden;
}

.cass-index .left {
    width: 600px;
    float: left;
}

.cass-index .left .tit-3 {
    margin-bottom: 26px;
}

.cass-index .left .gcal {
    padding-right: 55px;
}

.cass-index .left .gcal li {
    overflow: hidden;
    border-bottom: 1px dashed #999;
    padding-bottom: 7px;
    margin-top: 10px;
    padding-left: 17px;
    background: url("gcjt.png") left center no-repeat;
}

.cass-index .left .gcal li .Name {
    float: left;
}

.cass-index .left .gcal li .Name a {
    color: #999;
}

.cass-index .left .gcal li .Name a:hover {
    color: #129f29;
}

.cass-index .left .gcal li .Time {
    float: right;
    color: #999;
}

.cass-index .right {
    float: left;
    padding-left: 40px;
    border-left: 1px solid #999;
}

.cass-index .right .tit-3 {
    margin-bottom: 30px;
}

.tit-3 {
    font-size: 43px;
    color: #129f29;
    background: url("tit-bg.jpg") left bottom no-repeat;
    padding-bottom: 15px;
}

.cass-index .right p {
    line-height: 35px;
    padding-bottom: 0;
    margin-bottom: 0;
}


/* 页脚 */

.yj {
    background: url("yj-bg.jpg") center center no-repeat;
    padding: 40px 0;
}

.yj .nav-yj {
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 40px;
}

.yj .nav-yj li {
    float: left;
    margin: 0 50px;
}

.yj .nav-yj li a {
    color: #fff;
    font-size: 16px;
}

.yj .box {
    overflow: hidden;
}

.yj .box .left {
    float: left;
    border-right: 1px solid #fff;
    width: 600px;
    overflow: hidden;
}

.yj .tt {
    width: 520px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


/*表格内文字样式*/

#order_online table {
    font-size: 14px;
    color: #fff;
}


/*输入框样式*/

#order_online .order_testinput {
    font-size: 14px;
    border: 1px solid #CCC;
    background-color: #fff;
    margin-right: 30px;
}

.yj .right {
    float: right;
}

.yj .right img {
    margin-top: 58px;
}