@charset "utf-8";

/* 对齐 */
.text-center{
    text-align: center !important;
}
.text-left{
    text-align: left !important;
}
.text-right{
    text-align: right !important;
}
.margin-center {
    margin-left: auto;
    margin-right: auto;
}
/* display */
.ds-b {
    display: block;
}
.ds-n {
    display: none;
}
.ds-inb {
    display: inline-block;
}

/* 预设 */
body{
    font: 14px/24px 'Helvetica Neue','Microsoft Yahei',arial,helvetica,sans-serif;
    color: #303030;
}
a {
    text-decoration: none;
    transition:all 0.3s linear 0s;
    color: #303030;
}
.header ,.main ,.footer {
    width: 100%;
}
.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.clear:after{display:block;content:'';clear:both;visibility:hidden;}
/* index.html */
/*轮播图 start*/
.slideBox{ overflow:hidden; position:relative;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:50%; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:10px;  width:15px; height:15px; border-radius: 50%; line-height:14px; text-align:center; background:#fff; cursor:pointer; opacity:0.2;}
.slideBox .hd ul li.on{ background:#fff; color:#fff;  opacity:1;}
.slideBox .bd{ position:relative; height:100%; z-index:0;overflow: hidden;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; height: 709px; }
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
/*轮播图 end*/

.page {
    width: 100%;
    margin-top: 20px;
    line-height: 31px;
    text-align: center;
}
.page a {
    color: #000;
    background: #fff;
    border-radius: 5px;
    padding: 7px;
    border: 1px solid #ccc;
}
.page span.current, .page a:hover {
    background: #16b19f;
    color: #fff;
    border-radius: 5px;
    padding: 7px;
    border-color: #16b19f;
}
.article .newslist li {
    border-bottom: 1px dashed #ccc;
    margin-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
}
.article .newslist li a {
    color: #7a7a7a;
}
.article .newslist li .name {
    color: #303030;
    transition:all 0.3s linear 0s;
    margin-bottom: 10px;
    font-size: 16px;
}
.article .newslist li a:hover .name {
    color: #16b19f;
}
.article .newslist li .time {
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    background: #7a7a7a;
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    transition:all 0.3s linear 0s;
}
.article .newslist li a:hover .time {
    background: #16b19f;

}
.prev_next{ width: 100%; margin: 40px 0; overflow: hidden; border-top: 1px solid #ccc;}
.prev_next li{ width: 100%; border-bottom: 1px solid #ccc; line-height: 40px; text-indent: 23px;}
.prev_next li a{ color: #656565;}
.prev_next li:first-child{ background: url("../images/up.png") no-repeat left center;}
.prev_next li:last-child{ background: url("../images/down.png") no-repeat left center;}

#indexNews li{width:920px;height:40px;margin:0 auto;border-bottom:#D9D9D9 1px dotted;color:#000;font-size:14px;position: relative;background: url(../images/reddot.jpg) no-repeat left center;}
#indexNews li a{height:40px;line-height:40px;display:block; padding-left:20px;color:#575656;font-size:14px;}
#indexNews li span{position: absolute;top:0;right:0;padding-top:10px;color:#575656;}
#indexNews li img{margin:13px 10px 0 0;}
#indexNews li a:hover{color:#e80000;}

/*job_list*/
/*
.job_all{overflow: hidden;width:105%; }
.job_list{width: 328px;height: 225px;background: #fff;padding: 40px 25px 30px 25px;border-radius: 10px;position: relative;overflow: hidden;transition:all 500ms;-webkit-transition:all 500ms;float: left;margin: 0 100px 30px 0;}
.job_list em{display: block;width: 310px;height: 310px;border-radius: 50%;background: #CB9B9D;position: absolute;z-index: 2;transition:all 800ms;-webkit-transition:all 800ms}
.job_list em.bg_1{top: -80px;left: 10px;opacity: 0.4;transform: scale(0);}
.job_list em.bg_2{top: 127px;left: 108px;opacity: 0.3;transform: scale(0);}
.job_list em.bg_3{top: -118px;left: 210px;opacity: 0.2;transform: scale(0);}
.job_list:before{display: block;content: '';height: 6px;width: 100%;position: absolute;bottom:0;left: 0;border-radius:0 0 10px 10px;background: #CB9B9D;transition:all 250ms;-webkit-transition:all 250ms}
.job_list a{display: block;position: relative;z-index: 100;color: #a1a1a1;transition:all 500ms;-webkit-transition:all 500ms}
.job_list h4{font-size: 24px;color: #606060;font-weight: 400;transition:all 500ms;-webkit-transition:all 500ms}
.job_list p{margin: 15px 0;}
.job_list p small{font-size: 14px;display: inline-block;margin-right: 30px;background: url("../images/jib_i2.png") no-repeat left center;padding-left: 25px;}
.job_list span{font-size: 12px;line-height: 26px;}
.job_list strong{font-size: 18px;display: block;width: 52px;height: 30px;text-align: center;line-height: 30px;border: 1px solid #a1a1a1;border-radius: 4px;margin-top: 30px;font-weight: 300;}

.job_list:hover{background: #cf1925;}
.job_list:hover a{color: #fff;}
.job_list:hover a h4{color: #fff;}
.job_list:hover a strong{border: 1px solid #fff;}
.job_list:hover em{transform: scale(1);}
.job_list:hover:before{background: #A7050F;}

a.yjob { display: block; height: 40px; line-height: 40px; width: 120px; color: #fff; background: #cf1925; font-size: 14px; margin-left: 700px; text-align: center; border-radius: 5px; }
*/