body, div, dl, dt, dd, ul, ol,li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, button, textarea, p, th, td{margin: 0;padding: 0;font-size:12px;}
img{border: none;}
h1, h2, h3, h4, h5, h6{font-size: 14px;}
input, button, textarea, select, optgroup, option{font-family: inherit;font-size: inherit; font-style: inherit; font-weight: inherit;}
input, button, textarea, select{ *font-size:100%;}
ul{list-style: none;}
:link, :visited{text-decoration: none;}
.clearfix:after{ content: "."; display: block;height: 0;clear: both;visibility: hidden;}
.clearfix{zoom: 1;}


/**
* body设置
*/
body{
	width: 100%;
	margin:0 auto;
	background: white;
	/*font-size: 14px;*/

}

/**
* 导航开始，导航是固定的
*/
header{
    width: 100%;
    height: 85px;
	line-height: 85px;
    position: fixed;
    z-index: 99999;
    background-color: #fff;
    border-bottom:1px solid #eee;
}

header nav{
	width: 1200px;
	margin: 0 auto;
}

/* 导航条 */
header ul{
    float: right;
}

header li{
    width: auto;
    height: 85px;
    float: left;
    padding: 0 20px;
}

header li a{
    font-size: 16px;
    font-family: microsoft yahei;
    text-align: center;
    color: #000;
    display: block;
    position: relative;
    padding-top: 20px;
    line-height: 20px;
    height: 65px;
}

header li a span{
    font-size: 14px;
    font-family: microsoft yahei;
    display: block;
    width: 100%;
    margin-top:5px;
}

/*导航选中和悬停状态*/

header li:hover,header li.selected{
	background: #000;
	color: #fff;
}

header li:hover a,header li.selected a{
	color: #fff;
}

/* logo */
header .zxlogo{
	float: left;
    height: 85px;
}

/*幻灯片*/
.slideBox {
    width: 100%;
    height: 551px;
    overflow: hidden;
    position: relative;
    top: 85px;
}
.slideBox .hd {
    height: 8px;
    overflow: hidden;
    position: absolute;
    right: 30%;
    bottom: 35px;
    z-index: 1;
}
.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.slideBox .hd ul li {
    float: left;
    margin-right: 60px;
    width: 40px;
    height: 8px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}
.slideBox .hd ul li.on {
    background: #838B8B;
    color: #fff;
}
.slideBox .bd {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.slideBox .bd li {
    zoom: 1;
    position:absolute;
    left:50%;
    margin-left:-1000px;
}
.slideBox .bd img {
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}

/*内容部分*/
.content{
	width: 100%;
	margin-top:85px;
}

/*标题*/
.content h1{
	font-size: 24px;
	font-family: microsoft yahei;
	border-left: 5px solid red;
	padding-left:10px;
	margin-bottom: 40px;
}

/* .content > span{
	font-size: 14px;
	color: #999;
	display: block;
	margin:10px;
} */

/*软件研发*/
.software{
	width: 1200px;
	margin:0 auto;
	padding: 60px 0;
}

/*基本显示*/
.software li{
	float: left;
	width: 20%;
	text-align: center;
}

.software li > span{
	display: block;
	width: 130px;
	height: 130px;
	background: url(../zximg/software_11.png) no-repeat left top;
	margin:0 auto;
}

/*软件研发 - 背景图*/
.software li:nth-child(2) > span{
	background-image: url(../zximg/software_22.png);
}

.software li:nth-child(3) > span{
	background-image: url(../zximg/software_33.png);
}

.software li:nth-child(4) > span{
	background-image: url(../zximg/software_44.png);
}

.software li:nth-child(5) > span{
	background-image: url(../zximg/software_55.png);
}

.software li h2{
	margin: 25px 0 5px;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    font-family: microsoft yahei;
}

.software li div span{
	color: #666;
    font-size: 12px;
}

/*软件研发 - 鼠标悬停变图片*/
.software li:hover > span{
	background-image: url(../zximg/software_1.png);
}

.software li:nth-child(2):hover > span{
	background-image: url(../zximg/software_2.png);
}

.software li:nth-child(3):hover > span{
	background-image: url(../zximg/software_3.png);
}

.software li:nth-child(4):hover > span{
	background-image: url(../zximg/software_4.png);
}

.software li:nth-child(5):hover > span{
	background-image: url(../zximg/software_5.png);
}

/*软件研发 - 鼠标悬停文字变色*/
.software li:hover h2{
	color: #0076db;
}

/*案例展示*/
.case {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    overflow: hidden;
    background: #f8f8f8;
}

.content .case h1{
	width: 1200px;
	margin: 0 auto 40px;
}

.case ul{
    margin: 0 auto;
    padding-left: 7%;
    width: 1200px;
}

.case ul li{
    margin-right: 1%;
    width: 30%;
    height: 210px;
    float: left;
    margin-bottom: 10px;
}

.case ul li img{
    width: 100%;
}

.case ul li:last-child{
    margin-right: 0;
}

.case ul li a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;

}

.case ul li a > div{
    position: absolute;
    left: 0;
    height: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    overflow: hidden;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transition: .3s ease-in-out ;
    -moz-transition:  .3s ease-in-out ;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.case ul li a div:first-child{
    background-color: #fff;;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    z-index: 2;
}

.case ul li a div:last-child{

    background:#0076db;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    z-index: 1;
}

.case ul li a:hover div:first-child{
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
}

.case ul li a:hover div:last-child{
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
}

.case ul li a div h3{
    margin: 0 auto 25px;
    padding: 50px 0;
    width: 200px;
    height: 16px;
    line-height: 25px;
    font-size: 25px;
    text-align: center;
    border-bottom: 1px #fff dashed;
}

.case ul li a div p{
    padding: 0 10px;
    font-size: 14px;
    line-height: 18px;
    text-align:center;
}


/*人才服务*/
.talent-service{
	width: 1200px;
	margin:0 auto;
    padding: 60px 0;
}

.talent-steps {
    width: 20%;
    float: left;
    padding: 40px 5px 15px 15px;
    box-sizing: border-box;
}

.talent-steps-num {
    position: relative;
    margin-bottom: 25px;
    display: none ! important;
}

.talent-steps-num h3 {
    font-size: 110px;
    color: #ffaa00;
    text-align: center;
}

.talent-steps-num p {
    width: 100%;
    padding: 5px 0px;
    position: absolute;
    top: 40%;
    left: 0px;
    line-height: 25px;
    font-size: 20px;
    color: #ffaa00;
    background: #f8f8f8;
    text-align: center;
}

.talent {
    font-size: 12px;
    line-height: 20px;
    min-height: 10px;
    color: #3d3d3d;
}

.service-last-one {
    padding-bottom: 13px;
    font-size: 12px;
    line-height: 20px;
    min-height: 10px;
    color: #3d3d3d;
}

.service-last-one a {
    display: inline-block;
    padding: 0px 3px;
    border: 1px solid #0076DB;
    color: #0076DB;
    margin-right: 5px;
    font-size: 12px;
    margin-top: 5px;
}

/*联系我们*/
.contact {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    overflow: hidden;
    background: #f8f8f8;
}

.content .contact h1{
	width: 1200px;
	margin: 0 auto 40px;
}

.contact ul{
	width: 1200px;
	margin:0 auto;
}

.contact img{
	width: 150px;
	border:1px solid white;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition-duration: 0.8s;
    -moz-transition-duration: 0.8s; /* Firefox 4 */
    -webkit-transition-duration: 0.8s; /* Safari 和 Chrome */
    -o-transition-duration: 0.8s; /* Opera */
}

.contact li{
	float: left;
	width: 25%;
	text-align: center;
}

.contact li h2{
	font-size: 16px;
	margin:10px 0;
	color: #333;
}

.contact li p{
	font-size: 14px;
	color: #666;
}

.contact li:hover img{
	border:1px solid #0076DB;
	transform: scale(1.1);
    transition: all 1.5s ease 0s;
    -webkit-transform: scale(1.1);
    -webkit-transform: all 1.5s ease 0s;
    opacity: 1;
}

.contact li:hover h2{
	color: #0076DB;
}

/*底部*/
footer{
	width: 100%;
    background-color: #1d1d1d;
    padding-top: 40px;
    margin:0 auto;
}

footer .lxwm{
	width: 1200px;
	text-align: center;
	margin:0 auto;
	margin-bottom: 40px;
}

.lxwm img{
	width: 104px;
}

.lxwm h2{
	color: #fff;
	font-size: 18px;
	font-family: microsoft yahei;
	margin-bottom: 15px;
	font-weight: normal;
}

.lxwm > ul > li{
	float: left;
	width: 16%;
}

.lxwm li li{
	margin:5px 0;
}

.lxwm li li a{
	font-size: 12px;
	color: white;
}

.lxwm li li:hover a{
	color: #0076DB;
}

.lxwm > ul > li:last-child{
	text-align: left;
	margin-left: 4%;
    width: 27%;
}

.lxwm .tel{
	background: url(../zximg/tel.jpg) no-repeat left center;
	height: 40px;
	margin-bottom: 10px;
}

.lxwm .tel a{
	font-size: 28px;
	padding-left: 38px;
	line-height: 40px;
}

.copyright{
	font-family: simsun;
    font-size: 12px;
    color: #d6d6d6;
    background-color: #000;
    line-height: 20px;
    text-align: center;
    padding: 10px;
}

.copyright a{
    color: #d6d6d6;
}

.copyright img{
    vertical-align:top;
    margin: 0 5px;
}



/*人才猎聘页面 开始*/

/*banner 开始*/
.hunter_banner {
    background: url(../zximg/hunter_banner.jpg) #f8f8f8 no-repeat center 0px;
    width: 100%;
    padding: 80px 0px 140px 0px;
    max-height: 490px;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    position: relative;
    top: 85px;
}

.hunter_text{
    background: rgba(0,0,0,.2);
    width: 1200px;
    margin: 0 auto;
    font-size: 36px;
    color: #fff;
    line-height: 70px;
    text-align: center;
    padding: 50px;
}
.hunter_text p{
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    width: 70%;
    margin: 0px auto;
}

/*banner 结束*/


.hcontent{
	padding: 60px 0 0 0;
}

.rclp_ncon {
    width: 1200px;
    margin: 50px auto;
}
.rclp_nconimg {
    width: 50%;
    float: left;
}
.rclp_ncon_p {
    float: left;
    width: 40%;
    text-align: left;
    line-height: 50px;
    margin: 30px;
    color: #666;
    font-size: 24px;
}
.rclp_ncon_sp {
    font-size: 36px;
    color: #f90;
}
.rclp_ncon_p1 {
    text-align: left;
    width: 100%;
    line-height: 25px;
    margin-top: 30px;
    font-size: 16px;
}

/*我们最专注的猎头岗位*/
.rclp_nbot {
    width: 1200px;
    margin: 0 auto;
}
.rclp_nbot h3 {
    font-size: 36px;
    text-align: center;
    margin: 80px auto;
    font-weight: normal;
}
.rclp_nbot .slideTxtBox {
    float: left;
    text-align: left;
}
.rclp_nbot .slideTxtBox.hd {
    height: 50px;
    line-height: 50px;
    position: relative;
}
.rclp_nbot .slideTxtBox .hd ul {
    position: absolute;
    height: 52px;
}
.rclp_nbot .slideTxtBox .hd ul li {
    float: left;
    width: 200px;
    text-align: center;
    cursor: pointer;
    background: #f4f4f4;
    font-size: 24px;
}
.rclp_nbot .slideTxtBox .hd ul li.on {
    height: 50px;
    width: 200px;
    background: #fff;
    border-bottom: 2px solid #fff;
    text-align: center;
}
.rclp_nbot .slideTxtBox .bd ul {
    float: left;
    zoom: 1;
}
.rclp_nbot .slideTxtBox .bd li {
    float: left;
    line-height: 24px;
    padding: 40px;
    border: 1px solid #999;
    margin: 5px;
}

/*价值*/
.cost_list{
	width: 100%;
	background: #F8F8F8;
	padding-bottom: 50px;
}

.cost{
   width: 1200px;
   margin: 0 auto;
}

.cost h3 {
    font-size: 36px;
    text-align: center;
    margin: 80px auto;
    font-weight: normal;
    margin-top: 60px;
    padding-top: 60px;
}

.cost ul{
    margin: 40px auto 80px auto;
}

.cost li{
    width: 210px;
    height: 99px;
    display: inline;
    float: left;
    margin: 12px;
    background: url(../zximg/cost_3.jpg) no-repeat;
    padding: 47px 52px 0 138px;
    margin-left: 130px;
}

.cost li:nth-child(2){
    background: url(../zximg/cost_6.jpg) no-repeat; 
}

.cost li:nth-child(3){
    background: url(../zximg/cost_1.jpg) no-repeat; 
}

.cost li:nth-child(4){
    background: url(../zximg/cost_4.jpg) no-repeat; 
}

.cost li:nth-child(5){
    background: url(../zximg/cost_2.jpg) no-repeat; 
}

.cost li:nth-child(6){
    background: url(../zximg/cost_5.jpg) no-repeat; 
}

.cost li span{
    color: white;
    font-size: 25px;
    font-family: '微软雅黑';
}

.scene{
    background: url(../zximg/scene.png) no-repeat #F8F8F8 -40px;
    height: 600px;
}

.hcontent .zhan{
	height: 50px;
	background: #f8f8f8;
}

/*人才猎聘页面 结束*/


/*关于我们页面 开始*/
.acontent{
	background: #F8F8F8;
}

.about_us{
	width: 1200px;
	margin:0 auto;
	padding-top: 60px;
}

.about_banner{
	position: relative;
	top: 85px;
	overflow: hidden;
	height: 450px;
    left:50%;
    margin-left:-1000px;
}

.about_us div{
	float: left;
	width: 65%;
	padding: 15px;
	border:1px dashed #ddd;
	background: white;
}

.about_us div:last-child{
	width: 25%;
	margin-left: 15px;
}

.about_us img{
	width: 300px;
}

.about_us p{
	font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
}

.about_us p span{
	color: #E21233;
	font-weight: bold;
}
/*关于我们页面 结束*/


/*软件研发页面 开始*/
.banner{
    position: relative;
    top: 85px;
    
    /*position:absolute;*/
    left:50%;
    width: auto;
    margin-left:-1000px;
    overflow: hidden;
}


.one,.two{
    width: 100%;
    padding-bottom: 60px;
}

.onenr,.twonr{
    width: 1200px;
    margin:0 auto;
}

.onenr .left{
    width: 600px;
    overflow: hidden;
    float: left;
}

.onenr .right{
    width: 450px;
    overflow: hidden;
    float: left;
    margin-left: 100px;
}

.scontent img{
    margin-top: 67px;
    margin-left: 130px;
}

.scontent h2{
    font-size: 31px;
    margin-top: 55px;
}

.scontent p{
    margin-top: 25px;
    line-height: 26px;
    font-size: 14px;
    color: #b9b9b9;
}

.scontent ul{
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

.scontent li{
    float: left;
    width: 50%;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 15px;
}

.scontent .lx{
    padding: 10px 15px;
    background-color: #0076DB;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-family: microsoft yahei;
    margin-top: 25px;
    display: inline-block;
}

.two{
    background: #f8f8f8;
}

.twonr .left{
    width: 450px;
    overflow: hidden;
    float: left;
    margin-left: 100px;
}

.twonr .right{
    width: 600px;
    overflow: hidden;
    float: left;
}

/*软件研发页面 结束*/



/*文章列表页 开始*/
 .wei{
    position: relative;
    top: 85px;
    overflow: hidden;
} 

.article_list{
    width: 90%;
    margin: 85px auto 50px;
    height: auto;
}

.article_list .crumbs,.article .crumbs{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    padding: 20px 0;
    z-index: 99999;
}

.article_list .crumbs a,.article .crumbs a{
    color: #000;
}

.article_list .crumbs a:hover,.article .crumbs a:hover{
    color: #0076DB; 
}

.article_list .list{
    float: left;
    width: 70%;
}

.article_list .list li{
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #000;
    padding:0 10px;
}

.article_list .list li a{
    color: #000;
}

.article_list .list li span{
    float: right;
    font-size: 14px;
}

.article_list .list li:hover{
    color: #0076DB;
    border-bottom: 1px solid #0076DB; 
}

.article_list .list li:hover a{
    color: #0076DB;
}

.article_list .page a{
    display: inline-block;
    padding: 7px 15px;
    border: 1px solid #eee;
    color: #000;
    font-size: 16px;
    margin-top: 25px;
}

.article_list .page a:first-child{
    margin-left: 300px;
    margin-right: 20px;
}

.article_list .page a:hover{
    color: #fff;
    border: 1px solid #0076DB;
    background: #0076DB;
}

.article_list .right{
    float: right;
    width: 23%;
    background: #fafafa;
    padding: 20px;
    margin-top: 20px;
}

.article_list .right li a{
    color: #999;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

.article_list .right li:hover a{
    color: #0076DB;
}

/*文章列表页 结束*/

/*文章内容页 开始*/
.article{
    width: 100%;
    margin: 85px auto 0px;
    height: auto;
    background: #FAFAFA;
}

.article .crumbs{
    width: 90%;
    margin-left: 5%;
}

.article .article_content{
    width: 70%;
    margin: 0 auto;
    background: #fff;
    border: 1px dashed #eee;
    padding: 50px 60px;
}

.article .title h1,.article .content h1{
    text-align: center;
    font-size: 30px;
    border: none;
    margin-bottom: 20px;
}

.article .content h1{
    margin-top: 50px;
}

.article .title span,.article .content div span{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #7b7878;
}

.article .content{
    margin: 20px auto;
}

.article .content p{
    line-height: 36px;
    font-size: 16px;
    color: #000;
    text-indent: 2em;
}

.article .content p span{
    font-weight: bold;
}

.article .content div{
    text-align: center;
    margin: 15px 0;
}

.article .content div img{
    margin: 5px 0;
    width: 60%;
}

.article .content a{
    color: blue;
}

.article_content .content h3{
    width: 30%;
    font-size: 20px;
    margin: 40px auto 15px;
    background: #346EB7;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 20px;
}

/*文章内容页 结束*/

.article .content span.explain{
    text-align: center;
    font-size: 10px;
    margin-bottom: 20px;
}

.article .content div .img_two{
    display: inline-block;
    width: 45%;
}





