@charset "utf-8";
/* CSS Document */

a:hover{
	text-decoration: none;
}

body{
	
}


.banner{
	position: relative;
}

.dh{
	position: relative;
	background-color: rgba(204,204,204,0.2);
	height: 68px;
	line-height: 68px;
	font-size: 0.9rem;
	color: #333;
}

.dhimg img{
	width: auto;
	height: 20px;
	margin-right: 10px;
}

.dhcon a{
	color: #333;
}





.zy{
	padding: 5rem 0;
}

.zyzi{
	text-align: center;
}

.zyzi h3{
	font-size: 2.2rem;
	margin-bottom: 3rem;
	font-weight: 600;
}

.zynav{
	margin-top: 3rem;
}

.zynava{
	margin-right: 10px;
}

.zynava a{
	font-size: 0.9rem;
	padding: 1rem 4rem;
	background: #f4f4f4;
	color: #898989;
}

.zynava:hover a{
	background: linear-gradient(to right,#0099cc,#006699);
	color: #fff;
}

.zynava.active a{
	background: linear-gradient(to right,#0099cc,#006699);
	color: #fff;
}

.zycon{
	width: 100%;
}



.page{
	margin-top: 4rem;
	text-align: center;
	width: 100%;
}

.page .pagination{
	margin: 0 auto;
	display: inline-block;
}

.page ul li span,.page ul li a{
	padding: 0.7rem 1rem;
	color: #111;
}

.page ul li.disabled span{
	color: #999;
	background: #f1f1f1;
}

.page ul li.disabled:hover span{
	cursor: no-drop;
}

.pagination>li {
	display: inline;
}

.page ul li.active span{
	background: linear-gradient(to right,#0099cc,#006699)!important;
	color: #fff!important;
	/*border-color: #fff!important;*/
}

.page ul li a{
	color: #0099cc;
	background: #f1f1f1;
	border: 1px solid #fff;
}

.page ul li:hover a{
	background: linear-gradient(to right,#0099cc,#006699);
	color: #fff;
	/*border-color: #fff;*/
}

.pagesj li{
	display: inline;

}

.pagesj span,.pagesj a{
	background: #fff!important;
	color: #333!important;
	padding: 10px 1rem;
}




.sx{
	margin-top: 4rem;
}

.sx p{
	font-size: 0.9rem;
	color: #111;
	float: left;
	width: 50%;
}

.sx p:nth-child(2){
	float: right;
	text-align: right;
}

.sx a{
	font-size: 0.9rem;
	color: #111;
}











.about{
	
}

.aboutcon p{
	font-size: 0.9rem;
	line-height: 2rem;
	text-indent: 1.8rem;
	color: #333;
}

.aboutcon img{
	margin-top: 3rem;
}

.wh{
	background: url(../images/about2.jpg) no-repeat bottom;
}

.whcon{
	position: relative;
}


@media (min-width: 768px) {
	.whl{
		position: absolute;
		width: 48%;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}

	.whr{
		float: right;
		width: 48%;
	}
}


.whl h3{
	font-size: 2.2rem;
	margin-bottom: 3rem;
	font-weight: 600;
}

.whl p{
	font-size: 0.9rem;
	line-height: 2rem;
	text-indent: 1.8rem;
	color: #333;
}












.pro{
	
}

.profl{
	float: left;
	width: 15%;
	margin-left: 5%;
}

.profl ul li{
	margin-bottom: 28px;
}

.profl ul li a {
    position: relative;
    font-size: 15px;
    color: #666;
    letter-spacing: 1px;
    padding-left: 30px;
    display: block;
}

.profl ul li:hover a{
	color: #1d528e;
	padding-left: 35px;
}

.profl ul li.active a{
	color: #1d528e;
	padding-left: 35px;
}

.profl ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 18px;
    background: #666;
    transition: all 0.68s;
}

.profl ul li:hover a::before{
	background: #1d528e;
}

.profl ul li.active a::before{
	background: #1d528e;
}


.procon{
	float: right;
	width: 75%;
	margin-right: 5%;
}

.procon ul li {
	float: left;
	width: 23.5%;
	position: relative;
	margin-bottom: 3rem;
}

@media (min-width:992px) {
	.procon ul li:nth-child(4n+2){
		margin-left: 2%;
		margin-right: 1%;
	}

	.procon ul li:nth-child(4n+3){
		margin-left: 1%;
		margin-right: 2%;
	}
}


.procon ul li .proimg{
	overflow: hidden;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.procon ul li .proimg img{
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.procon ul li:hover .proimg img{
	transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-webkit-transform: scale(1.05);
-o-transform: scale(1.05);
}

.procon ul li p{
	font-size: 1rem;
	color: #444;
	background: #f9f9f9;
	text-align: center;
	padding: 1rem 0;
	margin: 0;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.procon ul li:hover p{
	color: #0099cc;
}


.projscon{
	float: right;
	width: 75%;
	margin-right: 5%;
}

.projsimg{
	position: relative;
}

/* 左边,右边div块 */
.projsimg #left{
	width: 50%;
	height: auto;
	float: left;
	margin-left: 10%;
	position: relative;
	overflow: hidden;
}

.projsimg #right {
	width: 30%;
	height: auto;
	float: right;
	position: relative;
	overflow: hidden;
}

/* 左边div块内的移动小块 */
.projsimg .mask {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	left: 50px;
	top: 50px;
}


/* 选项卡样式 */

/* 选项卡div块 */
.projsimg .xiaoTuList{
	width: 9%;
	list-style: none;
	padding: 0px;
	margin-top: 0px;
}

@media (min-width: 992px) {
	.projsimg .xiaoTuList{
		position: absolute;
		left: 0;
		top: 0;
	}
}

/* 小图div样式 */
.projsimg .imgXT {
	float: left;
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #ccc;
}

/* 小图图片宽高显示 */
.projsimg .imgXT img {
	width: 100%;
	height: 100%;
}

/* 选中时添加的样式 */
.projsimg .Style {
	border: 2px solid #0099cc;
}

.proneirong{
	margin-top: 4rem;
}

.proneirong h3{
	background: linear-gradient(to right,#0099cc,#006699);
	padding: 1rem 0rem;
	color: #fff;
	border-radius: 5px;
	margin-bottom: 2rem;
	text-align: center;
	font-size: 1.5rem;
}

.proneirongcon{
	font-size: 0.9rem;
	line-height: 1.8rem;
	text-indent: 1.8rem;
	color: #333;
}








.fac{
	
}

.faccon ul li {
	float: left;
	width: 23.5%;
	position: relative;
	margin-bottom: 3rem;
}

@media (min-width:992px){
	.faccon ul li:nth-child(4n+2){
		margin-left: 2%;
		margin-right: 1%;
	}

	.faccon ul li:nth-child(4n+3){
		margin-left: 1%;
		margin-right: 2%;
	}
}

.faccon ul li p{
	font-size: 1rem;
	color: #444;
	text-align: center;
	padding: 1rem 0;
	margin: 0;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}










.honor{
	
}

.honorcon ul li {
	float: left;
	width: 23.5%;
	position: relative;
	margin-bottom: 3rem;
}

@media (min-width:992px){
	.honorcon ul li:nth-child(4n+2){
		margin-left: 2%;
		margin-right: 1%;
	}

	.honorcon ul li:nth-child(4n+3){
		margin-left: 1%;
		margin-right: 2%;
	}
}

.honorcon  p{
	font-size: 1rem;
	color: #444;
	text-align: center;
	padding: 1rem 0;
	margin: 1rem 0 2rem;
	/*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}










.vedio

.vediocon ul li{
	margin-bottom: 3rem;
	width: 48%;
	float: left;
}

.vediocon ul li:nth-child(odd){
	margin-right: 2%;
}

.vediocon ul li:nth-child(even){
	margin-left: 2%;
}

.vediocon ul li iframe{
	width: 100%!important;
	height: 320px;
}

.vediocon ul li p{
	font-size: 0.9rem;
	line-height: 1.8rem;
	color: #444;
	margin-bottom: 0;
	text-align: center;
	padding-top: 0.5rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}












.news{
	
}


.newscon ul li{
	float: left;
	width: 30%;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 5px #efefef;
	margin-bottom: 3rem;
	
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.newscon ul li:hover{
	box-shadow: 0 0 10px #bbb;
}

@media (min-width:992px){
	.newscon ul li:nth-child(3n+2){
		margin-left: 5%;
		margin-right: 5%;
	}
}

.newscon ul li .newsimg img{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.newscon ul li .newsc{
	padding: 3rem 2rem;
}

.newscon ul li h3{
	font-size: 1.2rem;
	color: #0099cc;
	margin-bottom: 2rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newscon ul li p{
	font-size: 0.9rem;
	line-height: 1.8rem;
	color: #333;
	
	text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		-webkit-box-orient: vertical;

}

.newscon ul li span{
	font-size: 0.9rem;
	color: #006699;
}




.newsjscon,.newsjscon p{
	font-size: 0.9rem;
	line-height: 1.8rem;
	color: #333;
}









.hr{
	
}

.cz-recruitment-list {
	clear: both;
	margin: 30px;
	overflow: hidden;
	border: 1px solid #e6e8ed;
	border-top: 3px solid #0099cc;
	box-sizing: border-box;
}
.cz-recruitment-item:first-child .title-1 span {
	font-size: 1rem;
}
.cz-recruitment-item {
	border-bottom: 1px solid #e6e8ed;
	overflow: hidden;
}
.cz-recruitment-item:last-child {
	border-bottom: none;
}
.cz-recruitment-item .title-1 {
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	padding: 0 5%;
}
.cz-recruitment-item .title-1 span {
	float: left;
	margin: 0;
	display: block;
	width: 20%;
	padding: 30px 0;
	overflow: hidden;
	font-size: 14px;
}
.cz-recruitment-item .title-1 span img{
	width: auto;
	height: 2rem;
	top: -0.25rem;
	position: relative;
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}
.cz-recruitment-item .title-1.cur span img{
	transform: rotate(-180deg)
}
.cz-recruitment-item .title-1 span:first-child {
	font-size: 1rem;
	text-align: left;
}
.cz-recruitment-item .main-2 {
	display: none;
	font-size: 1rem;
	line-height: 2rem;
	color: #26334d;
	padding: 4% 5%;
	overflow: hidden;
	text-align: left;
	position: relative;
}
.cz-recruitment-item .title-1:hover, .cz-recruitment-item .title-1.cur {
	background: #f3f4f8;
}
.cz-recruitment-item .main-2 p {
	font-size: 0.95rem;
}
.cz-end-resume {
	position: absolute;
	right: 10%;
	bottom: 3rem;
}
.cz-end-resume a {
	background: linear-gradient(to right,#0099cc,#006699);
	font-size: 1rem;
	color: #fff;
	padding: 1.2rem 3rem;
}

.hryaoqiu{
	font-size: 0.9rem;
	line-height: 1.8rem;
	color: #333;
}








.lx{
	
}

@media (min-width:992px){
	.lx ul li:nth-child(1){
		width: 25%;
	}

	.lx ul li:nth-child(2){
		width: 35%;
	}

	.lx ul li:nth-child(3){
		flex: 1;
	}
}

.lxcon p{
	font-size: 0.9rem;
	line-height: 3rem;
	color: #333;
}

.lxcon ul li img{
	width: auto;
	height: 3rem;
	margin-right: 1rem;
}

.lxditu{
	margin-top: 2rem;
}





/*sjpro*/
.sjpro{
	position: relative;
	z-index: 555;
}

.sjpro ul{
	margin-bottom: 0;
}

.sjpro .list{width: 100%;}
.sjpro .list ul li{background:linear-gradient(to right,#0099cc,#006699);border-bottom: 1px solid #fff;}
.sjpro .list ul li a{padding-left: 5%;color: #fff; font-size:0.9rem; display: block; height:3rem;line-height: 3rem;position: relative;}
.sjpro .list ul li .inactive{ background:url(../images/off.png) no-repeat 95% center;}
.sjpro .list ul li .inactives{background:url(../images/on.png) no-repeat 95% center;}
.sjpro .list ul li ul{display: none;border-top: 2px solid #fff;}
.sjpro .list ul li ul li { border-left:0; border-right:0; background-color:#EDEDED; border-bottom: 1px solid #fff;overflow: hidden}
.sjpro .list ul li ul li ul{display: none;}
.sjpro .list ul li ul li a{ padding-left:8%;color: #fff}
.sjpro .list ul li ul li ul li { background-color:#EDEDED; border-color:#fff; }
.last{ background-color:#d6e6f1; border-color:#6196bb; }
.sjpro .list ul li ul li ul li a{ color:#111; padding-left:2rem;}
/*sj*/










@media (min-width:768px) and (max-width:991px){
	.procon,.projscon{
		float: none;
		width: 90%;
		margin: 0 auto;
	}

	.projscon #right{
		display: none!important;
	}

	.projsimg #left{
		width: 100%;
		margin-left: 0%;
	}

	.projsimg .xiaoTuList{
		width: 100%;
		margin-top: 1rem;
	}

	.projsimg .imgXT{
		width: 24%;
		margin-right: 1%;
	}

	.procon ul li,.faccon ul li,.honorcon ul li{
		width: 48%;
	}

	.procon ul li:nth-child(odd),.faccon ul li:nth-child(odd),.honorcon ul li:nth-child(odd){
		margin-right: 2%;
	}

	.procon ul li:nth-child(even),.faccon ul li:nth-child(even),.honorcon ul li:nth-child(even){
		margin-left: 2%;
	}

	.pagesj span,.pagesj a{
		background: linear-gradient(to right,#0099cc,#006699)!important;
		color: #fff!important;
	}

	.vedio .vediocon ul li,.newscon ul li,.lx ul li{
		width: 100%!important;
		margin: 0 0 3rem 0!important;
	}

	.cz-end-resume{
		bottom: 1rem;
	}

	.sx p{
		float: none!important;
		width: 100%!important;
		text-align: left!important;
	}
}







@media (max-width:768px){
	.zynava{
		width: 33%;
		margin-right: 0.3%;
	}

	.fachon .zynava{
		width: 49%;
		margin-right: 0;
		border: 1px solid #fff;
	}

	.zynava a{
		padding: 1rem 0rem;
		width: 100%;
		display: block;
		text-align: center;
	}

	.zyzi h3,.whl h3{
		font-size: 1.8rem;
		text-align: center;
	}

	.procon,.projscon{
		float: none;
		width: 90%;
		margin: 0 auto;
	}

	.projscon #right{
		display: none!important;
	}

	.projsimg #left{
		width: 100%;
		margin-left: 0%;
	}

	.projsimg .xiaoTuList{
		width: 100%;
		margin-top: 1rem;
	}

	.projsimg .imgXT{
		width: 24%;
		margin-right: 1%;
	}

	.procon ul li,.faccon ul li,.honorcon ul li{
		width: 48%;
	}

	.procon ul li:nth-child(odd),.faccon ul li:nth-child(odd),.honorcon ul li:nth-child(odd){
		margin-right: 2%;
	}

	.procon ul li:nth-child(even),.faccon ul li:nth-child(even),.honorcon ul li:nth-child(even){
		margin-left: 2%;
	}

	.pagesj span,.pagesj a{
		background: linear-gradient(to right,#0099cc,#006699)!important;
		color: #fff!important;
	}

	.vedio .vediocon ul li,.newscon ul li,.lx ul li{
		width: 100%!important;
		margin: 0 0 3rem 0!important;
	}

	.cz-end-resume{
		bottom: 1rem;
	}

	.cz-recruitment-item .title-1 span{
		width: 50%;
	}

	.hrnone{
		display: none!important;
	}

	.lxcon p{
		margin-bottom: 0;
	}

	.sx p{
		float: none!important;
		width: 100%!important;
		text-align: left!important;
	}
}
