.zkgzg_nav {
	margin:0px auto; 
	font: 700 24px/32px "Microsoft YaHei", "微软雅黑", "宋体", "黑体"; 
}
.zkgzg_nav li{ text-align: center; width:23.5%; float: left;
	background: #f1f1f1;
	border:0px solid #999;
	border-radius:20px;
	padding-top:15px;
	padding-bottom:15px;
}
.zkgzg_nav li + li{ 
	margin-left:2%;
}
.zkgzg_nav li a{ 
	width:100%; display: inline-block; 
	color: #0c3e83;
}
.zkgzg_nav li:hover{ 
	background: #0c3e83;
}
.zkgzg_nav li:hover a{ 
	width:100%; display: inline-block; 
	color: #fff;
}




.zkgzg_top {
        margin:30px auto 0;
	background: url(/iamges/tt.png) no-repeat;
	border:1px solid #e6e6e6;
        clear:both;
}
.zkgzg_top h2 { height:100px;font-size:40px;color:#024985; font-weight:bold;line-height: 100px;text-align: center;border-bottom:1px solid #e6e6e6;}
.zkgzg_top h2 a{ color:#024985; }
.zkgzg_top p {line-height: 26px; font-size:14px; text-indent: 2em; color:#024985; padding:20px 40px; }




.hide {
	display: none;
}

.exclusive-box {
	position: relative;
	width: 1200px;
	height: 800px;
}
.carousel {
	position: relative;
	height: 800px;
	margin: 0 auto;
}
.carousel li {
	float: left;
	width: 300px;
	height: 230px;
}
.carousel a, .carousel img, .carousel span {
	display: inline-block;
}
.carousel img {
	width: 100%;
	height: 100%;
}
.carousel a {
	position: relative;
}
.carousel span {
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 4px;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	text-align: center;
	background-color: #a40000;
	background-color: rgba(164, 0, 0, 0.4);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


.carousel {
	position: relative;
	margin: 0px;
	padding: 0px;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.carousel .carousel-item {
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFF;
	position: absolute;
	cursor: pointer;
}
.carousel .out {
	border: #DDD 2px solid;
}

.ex-btn {
	position: relative;
	z-index: 20;
	width: 200px;
	margin: 0 auto;
}
.ex-arr {
	width: 72px;
	height: 40px;
	background-repeat: no-repeat;
	background-position-y: center;
	cursor: pointer;
}
.ex-left {
	float: left;
	background-image: url(/images/zkgzg/icon_pc_arrow3d_left.png);
	background-position-x: left;
}
.ex-right {
	float: right;
	background-image: url(/images/zkgzg/icon_pc_arrow3d_right.png);
	background-position-x: right;
}
.zk_carousel{ width:100%;  background:url(/images/zkgzg/bg003.jpg) 50% 50% no-repeat;}



.Field ul{ }
.Field li{width: 50%; float: left;}
.Field li img{width: 50%;}
.Field li p{font-size: 18px; margin: 30px 20px 0; color: #fff; line-height: 36px; }

.bg1 { background:#006E82;}
.bg2 { background:#016DAB;}

.bg1 img{ float: left; padding-right:20px;}
.bg2 img{ float: right;padding-left:20px;}
.idea { padding: 10px auto; margin-top:30px; background:url(/images/zkgzg/bg_about.jpg) 50% 50%; background-size: 100% 100%;}
.idea .mask { background: rgba(7, 7, 7, 0.6); color: #fff; padding: 150px 0;}
.idea h2 { line-height: 80px; height: 80px; font-size: 48px; color: #fff; margin-bottom: 32px;  text-align: center; }
.idea p { line-height: 30px; font-size: 16px; color: #fff; padding-bottom:25px; text-indent:2em;}

/*关于我们*/
.about{ margin:auto; overflow:hidden; }
.about ul{}
.about ul li{ width:25%; float:left; height:160px; border:1px solid #DCDCDC;}
.about ul li img{ width:100%;height:160px;}
.about h2{font-size: 48px; color: #044F9F; text-align:center; margin:50px auto;}
.about h3{font-size: 24px;color: #1c1c1c; text-align:center;margin:30px auto;}
.about p{font-size: 16px;color: #666666; margin:auto; line-height:28px; text-align:left; padding-bottom:25px; text-indent:2em;}


.zk_key{	margin: 40px auto 60px;	}
.zk_key li{
		position: relative;
		float: left;
		height: 87px;
		text-align: center;
		vertical-align: middle;
		line-height: 87px;
		font-family: "microsoft yahei";
		font-size: 22px;
		color: #fff;
		border-bottom:2px solid #e5e5e5;
		width:12.5%;
	}
.zk_key .li25{
		width:25%;
	}
.zk_key li a{
		color: #fff;
		width:100%;
		height: 87px;
		border-right:0px solid #e5e5e5;
	}
.zk_key li:hover{
		cursor: pointer;
	}






@media only screen and (min-width : 320px) and (max-width : 880px) {

.zkgzg_nav {
	font: 700 14px/20px "Microsoft YaHei", "微软雅黑", "宋体", "黑体"; 
}
.zkgzg_nav li{
	background: #f1f1f1;
	border:0px solid #999;
	border-radius:15px;
	padding-top:5px;
	padding-bottom:5px;
}

.margin-t-25{margin-top: 15px;}

.zkgzg_top {
        margin:10px auto 0;
	background: url(/images/tts.png) no-repeat;
	border:1px solid #e6e6e6;
        clear:both;
}
.zkgzg_top h2 { height:60px; color:#024985; font-weight:bold; text-align: center;border-bottom:1px solid #e6e6e6;

    line-height: 30px;
    overflow: hidden;
    padding-top: 10px;
    font-size: 18px;
	  margin: auto 25px;

}
.zkgzg_top h2 a{ color:#024985; }
.zkgzg_top p {line-height: 21px; font-size:12px; text-indent: 2em; color:#024985; padding:10px 5px; }

.lists {width:100%; }
.lists li{line-height: 26px;font-size:16px;height:26px; }
.lists li{
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.lists .title { margin-top: 10px; line-height: 26px; font-weight: bold; font-size: 16px;}
.lists .nom{ margin-top: 0px; }
.lists li.title a{color:#0c3e83; }
.lists li:hover a{color:#0c3e83;}







.Field ul{ }
.Field li{width: 100%; float: left; margin-bottom:10px;}
.Field li img{width: 30%;}
.Field li p{font-size: 12px; margin: 5px 5px 0; color: #fff; line-height: 16px; }

.bg1 { background:#006E82;}
.bg2 { background:#016DAB;}

.bg1 img{ float: left; padding-right:5px;}
.bg2 img{ float: right;padding-left:5px;}
.idea { padding: 10px auto; margin-top:10px; background:url(/images/zkgzg/bg_about.jpg) 50% 50%; background-size: 100% 100%;}
.idea .mask { background: rgba(7, 7, 7, 0.6); color: #fff; padding: 30px 0;}
.idea h2 { line-height: 40px; height: 40px; font-size: 24px; color: #fff; margin-bottom: 12px;  text-align: center; }
.idea p { line-height: 30px; font-size: 16px; color: #fff; padding-bottom:25px; text-indent:2em;}

/*关于我们*/
.about{ margin:auto; overflow:hidden; }
.about h2{font-size: 24px; color: #044F9F; text-align:center; margin:20px auto; }
.about h3{font-size: 24px;color: #1c1c1c; text-align:center;margin:30px auto;}
.about p{font-size: 14px;color: #666666; margin:auto; line-height:22px; text-align:left; padding-bottom:10px; text-indent:2em;}


.zk_key{	margin: 10px auto 10px;	}
.zk_key li{
		position: relative;
		float: left;
		height: 40px;
		text-align: center;
		vertical-align: middle;
		line-height: 40px;
		font-family: "microsoft yahei";
		font-size: 14px;
		color: #fff;
		border-bottom:1px solid #e5e5e5;
		width:25%;
	}
.zk_key .li25{
		width:50%;
	}
.zk_key li a{
		color: #fff;
		width:100%;
		height: 40px;
		border-right:0px solid #e5e5e5;
	}
.zk_key li:hover{
		cursor: pointer;
	}




.hide {
	display: block;
}





.exclusive-box {
	position: relative;
	width: auto;
	height: auto;
}
.carousel {
	display: none;
}
.carousel2 {
	display: block;
	position: relative;
	height: auto;
}
.carousel2 li {
	width: 100%;
	margin-bottom:10px;
}
.carousel2 a, .carousel2 img, .carousel2 span {
	display: inline-block;
}
.carousel2 img {
	width: 100%;
	height: 100%;
}
.carousel2 a {
	position: relative;
}
.carousel2 span {
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 4px;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	text-align: center;
	background-color: #a40000;
	background-color: rgba(164, 0, 0, 0.4);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.carousel2 .carousel-item2 {
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFF;
	position: absolute;
	cursor: pointer;
}
.carousel2 .out {
	border: #DDD 1px solid;
}

.ex-btn {
	display: none;
}

.zk_carousel{ width:100%; background:url(/images/zkgzg/bg003.jpg) 50% 50% no-repeat;}





}