*{
	margin: 0;
	padding: 0;
}
.container{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
body{
	font-family: "微软雅黑";
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}





/* --------------------------------------公共样式表css --------------------------------------*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #666;
}


.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

/* 必要布局样式css */

.set-content{
    width: 100%;
    margin:0 auto;
    overflow: hidden;
    
    
}
.zjld-middle{
	margin-top: 20px;
}

.set-title {
	float: left;
	width:230px;
    z-index: 9999;
    
}
.flbanner img{
	display: block;
	width: 100%;
	height: auto;
}
.set-middle{
	float: right;
	width: 940px;
}
.set-title ul.clearfix{
	margin: 2px auto 20px;
	width:100%;
	
}
.set-title ul.clearfix li{
	padding: 12px 15px 12px 30px;
    text-align: left;
    line-height: 28px;
    color: #666666;
    cursor:pointer;
    font-size:15px;
    margin-bottom: 2px;
    width: 100%;
    background-color: #f6f6f6;
    position: relative;
   
}
.set-title ul.clearfix li i{
	float: right;
	color: #cccccc;
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 10px;
}
.set-title ul.clearfix li.on{
    background:#0168CD;
    color: #FFFFFF;
    background-image: url(../img/fl_bg.jpg);
    background-repeat: no-repeat;
    background-position: 10px center;
}
.set-title ul.clearfix li.on i{
	color: #FFFFFF;
}
.set-middle{
    
}

.set-middle-list ul{
	overflow: hidden;
}

.set-ali{
    flex: 1;
}
.set-java{
    flex: 1.8;
}

.set-salary{
    flex: 1;
}

.set-more{
    text-align: right;
    flex: 1;
}

.set-more:after {
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    transform: rotate(-45deg);
    position: relative;
    top: 0;
    margin-left: 2px;
}
.set-middle ul.set-middle-item{
	overflow: hidden;
	
}

.set-middle-item{
	overflow: hidden;
}
.set-middle-item li .sy-productslist ul li{
	border: 1px solid #eeeeee;
	float: left;
	width: 290px;
	height: 290px;
	margin-left: 20px;
	transition-duration: 0.3s;
	margin-bottom: 20px;
	margin-top: 0;
}
.set-middle-item li .sy-productslist ul li:hover{
	box-shadow: 0 0 10px #cccccc;
	transition-duration: 0.3s;
}
.set-middle-item li .sy-productslist ul li:hover .prolist-img img{
	transform: scale(1.1);
}
.set-middle-item li .sy-productslist ul li:hover .prolist-text h2{
	color:#252A6A;
}
.set-middle-item li .sy-productslist ul li:hover .prolist-text p{
	color:#252A6A;
}
.set-middle-item li .sy-productslist ul li:nth-child(1){
	margin-left: 0;
}
.set-middle-item li .sy-productslist ul li:nth-child(4){
	margin-left: 0;
}
.set-middle-item li .sy-productslist ul li:nth-child(7){
	margin-left: 0;
}
.set-middle-item li .sy-productslist ul li:nth-child(10){
	margin-left: 0;
}
.set-middle-item li .sy-productslist ul li:nth-child(13){
	margin-left: 0;
}
.set-middle-img{
	width: 80%;
	margin: 0 auto;
}
.set-middle-img img{
	display: block;
	width: 100%;
	
}
.set-middle-text h2{
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	padding-top: 8px;
	color: #848484;
}

.pub-page{
	display: block;
	text-align: right;
	padding: 40px 0 0;
	
}
.pub-page a{
	display: inline-block;
	background-color: #eeeeee;
	font-size: 17px;
	color: #000000;
	width: 45px;
	height: 45px;
	line-height:45px;
	text-align: center;
	transition-duration: 0.3s;
	font-family: "宋体";
	margin-left: 5px;
	
}
.pub-page .current{
	color: #fff;
	background-color: #0168CD;
}
.pub-page .disabled{
	cursor:not-allowed;
}
.pub-page span{
	display: inline-block;
	background-color: #eeeeee;
	font-size: 17px;
	color: #000000;
	width: 45px;
	height: 45px;
	line-height:45px;
	text-align: center;
	transition-duration: 0.3s;
	font-family: "宋体";
	margin-left: 5px;
	
}
.pub-page a:hover{
	background-color: #0168CD;
	color: #FFFFFF;
	transition-duration: 0.3s;
}
.pubright-title{
	background-color: #0168CD;
	height: 50px;
	line-height: 50px;
}
.pubright-title h2{
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
}
.pubright-list{
	background-color: #f6f6f6;
}
.pubright-list ul{
	padding: 0 10px 20px;
}
.pubright-list02 h2{
	font-weight: normal;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #cccccc;
	width: 92px;
	text-align: center;
	padding: 8px 0;
}
.pubright-list02 p{
	padding-top: 15px;
	color: #999999;
	font-size: 13px;
	line-height: 20px;
}
.pubright-list02 p span{
	color: #666666;
}
.pubright-list ul li{
	border-bottom: 1px solid #FFFFFF;
	padding: 20px 0;
}
.ny_pro_intro h2{
	color: #0168CD;
	font-weight: normal;
	font-size: 24px;
}
.ny_pro_intro p{
	padding: 18px 0 35px;
	font-size: 15px;
	line-height: 30px;
	color: #333333;
}
.ny_pro_intro img{
	display: block;
	width: 100%;
}
.nypro_list{
	border-top: 3px solid #888888;
	margin-top: 30px;
}
.nypro_list dl {
	overflow: hidden;
}
.nypro_list dl dd{
	border: 1px solid #d8d8d8;
	float: left;
	width: 313px;
	height: 382px;
}
.nypro_img{
	width: 100%;
	height: 230px;
	overflow: hidden;
	transition-duration: 0.8s;
}
.nypro_img img{
	display: block;
	width: 100%;
	height: 100%;
	transition-duration: 0.5s;
}
.nypro_text{
	width: 250px;
	margin: 0 auto;
}
.nypro_text h2{
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	margin-top:15px;
	height: 23px;
	overflow: hidden;
	transition-duration: 0.2s;
}
.nypro_text p{
	font-size: 13px;
	color: #666666;
	margin: 15px 0;
	height: 17px;
	overflow: hidden;
}
.nypro_text span{
	display: block;
	width: 100%;
	border: 1px solid #cccccc;
	font-size: 15px;
	color: #666666;
	height: 45px;
	line-height: 45px;
	text-align: center;
	transition-duration: 0.2s;
}
.nypro_list dl dd:hover .nypro_text h2{
	color: #0168CD;
	transition-duration: 0.2s;
	
}
.nypro_list dl dd:hover .nypro_text span{
	background-color: #0168CD;
	transition-duration: 0.2s;
	color: #FFFFFF;
	border: 1px solid #0168CD;
}
.nypro_list dl dd:hover .nypro_img img{
	transform: scale(1.2);
	transition-duration: 0.5s;
}
