body{
    font-family:Helvetica,'Microsoft YaHei',Arial,sans-serif,'SimSun';
}
*{margin: 0;padding: 0;list-style: none}
.clear{
    clear:both;
}
.job-con{
    overflow: hidden;
    margin-top: 30px;
}
.can{
    min-width:1200px;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
}
.can .nav-top{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
}
.can .nav-top img{
    margin-top: 26px;
    display: block;
    float: left;
    margin-left: 30px;
}
.can .nav-top ul{
    float: right;
    width:450px;
    height: 100px;
}
.can .nav-top ul li{
    /*width:100px;*/
    height:40px;
    list-style: none;
    float: left;
    line-height:40px;
    margin: 0 25px ;
    margin-top: 30px;
}
.can .nav-top ul li{
}
.can .nav-top ul li:hover,.can .nav-top ul li.act {
    color: #1b8a3f;
    border-bottom: 4px solid #1b8a3f;
}
.can .nav-top ul li a{
    display: block;
    text-align: center;
    text-decoration: none;
    color:black;
    font-size: 17px;
}
.can .nav-top ul li:hover a,.can .nav-top ul li.act a{
    color: #1b8a3f;
    font-weight: bold;
}
.nav-bottom{
    min-width: 1200px;
    max-width: 1920px;
    height: 500px;
    background: url("../images/banner.jpg") no-repeat center top;
}
.content{
    overflow: hidden;
    min-width:1200px;
    height: 100%;
    margin: 0 auto;

}
.content-center{
    width:1200px;
    /*height: 700px;*/
    margin: 60px auto;
    box-sizing: border-box;
    padding: 20px;
}
.content-left{
    float: left;
    width:150px;
}
.content-left li{
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #393939;
    background: #bfbfbf;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 20px;
}
.content-left li.act,.content-left li:hover{
    color: #fff!important;
    background: #1b8a3f!important;
}

.dept-name{
    overflow: hidden;
    margin-top: 30px;
}
.dept-name li{
    list-style: none;
    color: #333333;
    background: #d9d9d9;
    float: left;
    margin: 20px;
    padding:0 20px ;
    font-size: 18px;
    line-height: 40px;
    border-radius: 40px;
    cursor: pointer;
}
.dept-name li.act,.dept-name li:hover{
    font-weight: bold;
    color: #fff!important;
    background: #1b8a3f!important;
}
.content-right{
    float: right;
    width:950px;
}
.com p,.com div{
    margin-bottom: 40px;
    /* text-indent: 2em; */
    line-height: 2em;
    color: black;
    font-size: 16px;
    text-align: justify
}
.content-right p:nth-child(1){
    padding: 0;
    margin: 0;
    text-indent: 2em;
    color:black;
    font-size: 16px;
}
.content-right img{
    margin-top: 50px;
    padding-left: 20px;
}
.footer{
    margin-top: 45px;
    width:100%;
    height: 60px;
    line-height: 60px;
    background-color:#1b8a3f;
    color: white;
    font-size: 14px;
    text-align: center;
}



/*contact*/
.contact-content-left{
    float: left;
    width:110px;
}
.contact-content-right{
    float: right;
    width:900px;
}
.content-right-top{

}
.contact-content-right-top-img{
    width:850px;
    height: 302px;
}
.contact-content-right-top-img img{
    padding: 0;
    margin: 0;
}
.content .contact-content-right .contact-content-right-top p{
    font-size: 14px;
    margin-top: 30px;
    padding: 0;
}
.contact-content-right .contact-content-right-bottom{
    margin-left: 100px;
    margin-top: 100px;
    width:600px;
    height: 250px;
}
.contact-content-right .contact-content-right-bottom div{
    padding-left: 80px;
    float: left;
    width:200px;
    height: 180px;
}
.contact-content-right .contact-content-right-bottom div img{
    padding-left: 25px;
}
.contact-content-right .contact-content-right-bottom div p span{
    display: block;
    text-align: center;
}