@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "微软雅黑";
}

body {
	/* background: #f9f9f9; */
	font-family: "微软雅黑";
	height: 100%;
	width: 100%;
}

html {
	height: 100%;
	width: 100%;
	font-family: "微软雅黑";
}

ul,
ol {
	list-style: none;
}

a {
	border: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	text-decoration: none;

	display: inline-block;
	cursor: pointer;

}

img {
	border: 0 none;

}

.clear {
	clear: both;
}




.w1400 {
	margin: 0 auto;
	width: 1400px;
}

.ding {
	margin: 0 auto;
	width: 1400px;
	height: 106px;
	padding-top: 20px;
	box-sizing: border-box;

}

.logo {
	float: left;
	width: 962px;

}

/* 搜索 */
.ss {
	float: left;
	margin-top: 8px;
}

.searchBox {
	width: 432px;
	height: 46px;
	line-height: 46px;
	background: #fff;
	margin: 0 auto;
	box-shadow: 0px 1px 6px 0px rgba(242, 242, 242, 100);
	border: 2px solid #0068FF;
	border-radius: 24px;
}

.searchBox img {
	float: left;
	margin-top: 12px;
	margin-left: 20px;
}

.searchBox input[type=text] {
	float: left;
	border: none;
	outline: none;
	height: 100%;
	width: 238px;
	box-sizing: border-box;
	padding-left: 15px;
	font-size: 16px;
}

.searchBox input[type=text]::placeholder {
	font-size: 16px;
	color: #999999;
}

.searchBox button {
	float: right;
	border: none;
	outline: none;
	width: 128px;
	color: #fff;
	font-size: 18px;
	background: #0068FF;
	height: 46px;
	line-height: 26px;
	border-radius: 24px;
	cursor: pointer;
}

/* 搜索结束 */

/* banner */
/* banner */

.banner {
	position: relative;
	min-width: 1200px;
	width: 100%;
	height: 470px;
	overflow: hidden;
}

.banner .han_pic {
	position: relative;
	z-index: 0;
}

.banner .han_pic img {
	min-width: 1200px;
	width: 100%;
	height: 470px;
	display: block;
}

.banner .han_hd {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	font-size: 0;
	z-index: 1;
}

.banner .han_hd li {
	margin: 0 5px;
	/* background: url(../images/dot.png) no-repeat 0 -16px; */
	height: 16px;
	overflow: hidden;
	width: 16px;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.banner .han_hd li.on {
	/* background: url(../images/dot8.png) no-repeat 0 -16px !important; */
	background-position: 0 0;
}

.banner .prev,
.banner .next {
	width: 60px;
	height: 90px;
	margin: -60px 0 0;
	display: none;
	/* background: url(../images/ad_ctr.png) no-repeat 0 0; */
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	filter: alpha(opacity=20);
	opacity: 0.2;
}

.banner .prev {
	left: 0;
}

.banner .next {
	background-position: 0 -90px;
	right: 0;
}

.banner .prev:hover,
.banner .next:hover {
	filter: alpha(opacity=50) !important;
	opacity: 0.5 !important;
}

/*轮播图结束*/




/* 导航 */
.nav {
	background-color: #fff;
	height: 100px;
	width: 1400px;
	min-width: 1400px;
	line-height: 100px;
	margin: 0 auto;
	top: -50px;
	position: relative;
	box-shadow: 0px 12px 20px -10px rgba(0, 12, 46, 0.12);
	border-radius: 4px;
}



.nav ul {
	height: 100px;

}

.nav ul li {
	float: left;
	cursor: pointer;
	/* padding: 0 0px 0 124px; */
	width: 11%;
	text-align: center;
}

.nav ul li a {
	color: #005FCA;
	font-weight: bold;
	font-size: 24px;

}

.nav ul li a:hover {
	color: #0068FF
}

/* 园区概况 */
.yqgk {
	height: 120px;
	margin: 20px auto;
	width: 150px;
	text-align: center;
}

.yqgk div {
	color: #000;
	font-size: 28px;
	font-weight: bold;
}

.yqgk p {
	color: #ccc;
	font-size: 20px;
	font-weight: 100;
}

.yqgk span {
	background-color: #0068FF;
	height: 6px;
	width: 44px;
	display: block;
	margin: 16px auto;

}

.yqgk-nr {
	width: 1400px;
	height: 457px;
	background: #FFFFFF;
	box-shadow: 0px 6px 30px 5px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	margin: 0 auto;
	position: relative;
	z-index: 9;
	padding: 0 30px 0 30px;
	box-sizing: border-box;
}

.about-tu {
	background: url(../images/about.png) right no-repeat;
	width: 1340px;
	height: 307px;
	float: right;
}

.cyy {
	height: 90px;
	border-bottom: 1px solid #E7E7E7;
	float: left;
	width: 100%;
}

.cyy p {
	border-bottom: 2px solid #005FCA;
	font-size: 23px;
	width: 230px;
	float: left;
	height: 89px;
	line-height: 90px;
}

.more {
	font-size: 16px;
	float: right;
	font-weight: 400;
	color: #005FCA;

	line-height: 90px;
}

.cyygk {
	width: 670px;
	float: left;
}

.cyyjj {
	float: left;
	width: 670px;
	line-height: 34px;
	text-align: left;
	color: #4D556D;
	font-size: 15px;
	margin-top: 26px;
}

/* 园区动态 */
.yqdt {
	/* height: 120px; */
	margin: 20px auto;
	width: 178px;
	text-align: center;
	padding-top: 116px;
	ox-sizing: border-box;
}

.yqdt div {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}

.yqdt p {
	color: #ccc;
	font-size: 20px;
	font-weight: 100;
}

.yqdt span {
	background-color: #fff;
	height: 6px;
	width: 44px;
	display: block;
	margin: 16px auto;

}

.yqdt-nr {
	width: 1400px;
	margin: 72px auto;

}

.yqdt-nr ul {
	margin-left: -46px;
}

.yqdt-nr ul li {
	width: 430px;
	height: 122px;
	background: rgba(255, 255, 255, 0.12);
	box-shadow: inset 0px -1px 0px 0px #FFFFFF;
	float: left;
	margin-left: 46px;
	padding: 13px 20px 0px;
	box-sizing: border-box;
	line-height: 34px;
}

.yqdt-nr ul li a {
	color: #fff
}

.yqdt-nr ul li span {
	color: #fff;
	float: right;
}

#nli_con {
	height: 122px;
	width: 1430px;
	overflow: hidden;

}



/* 产业政策 */
.zhengc{
	width: 100%;
	    font-size: 24px;
	    font-weight: 600;
	    color: rgba(0,0,0,0.9);
	    line-height: 56px;
	    border-bottom: 1px solid #e7e7e7;
	    height: 68px;
}
.zhengc span{
	font-size: 14px;
	    color: #e1e1e1;
	    font-weight: normal;
		    margin-left: 10px;
}
.zhengc em{
	    border-bottom: 4px solid #0061d9;
	    display: inline-block;
	    height: 65px;
		font-style: normal;
}
 
.nr-tt{
	display: flex;
	justify-content: flex-start;
	margin-top: 10px;
}

.nr-tt p {
	height: 155px;
	/* line-height: 30px; */
	font-size: 14px;
	text-align: justify;
	
color: #4C546C;
 
}


.nr-tt img{
	width: 230px;
	height: 160px;
	border-radius: 6px;
	    margin-right: 30px;
}
.nr-tt p a {
	color: #000C2E;;
	font-size: 18px;
	display: block;
	height: 62px;
	    line-height: 46px;
}

.tzsx_list1 {
	width: 680px;
	 
	height: 380px;

}
.tzsx_list1::after{
	content: "";
	display: block;
	clear: both;
	}
.tzsx_list1 ul {
	padding-top: 22px;
	    border-top: 1px solid #e7e7e7;
	    margin-top: 34px;
}

.tzsx_list1 ul li {
	float: left;
	width: 100%;
	line-height: 40px;
	height: 40px;
	color: #484848;

}

.tzsx_list1 ul li i {
	background-color: #ccc;
	width: 6px;
	height: 6px;
	display: inline-block;
	margin-right: 10px;
	float: left;
	margin-top: 18px;
	/* margin-left: 10px;; */
}

.tzsx_list1 ul li a {
	color: #484848 !important;
	font-size: 17px;
}

.tzsx_list1 ul li a:hover {
	color: #0068FF !important;
}

.tzsx_list1 ul li:hover i {
	background: #0068FF !important;
}

.tzsx_list1 ul li:hover span {
	color: #0068FF !important;
}

.tzsx_list1 ul li span {
	float: right;
	color: #bdbdbd;
	font-size: 14px;
}





.content1 {
	width: 100%;
	margin: 0 auto;
	min-width: 1400px;
	background: url(../images/yqdt.png) center no-repeat;
	height: 498px;
	position: relative;
	top: -78px;
}

.content2 {
	background: url(../images/fc.png) center;
	width: 100%;
	height: 801px;
	min-width: 1400px;
	margin-bottom: 40px;
	
}

.content3 {
	min-width: 1400px;
	height: 516px;
	float: left;
	background: url(../images/foot.png) center no-repeat;
	width: 100%;

}

/* 友情链接 */
.link {}

.ladyScroll {
	width: 1356px;
	height: 190px;
	margin: 10px auto;

	position: relative;
	#margin-top: 0px;

}

.ladyScroll .prev,
.ladyScroll .next {
	width: 51px;
	height: 51px;
	position: absolute;
	top: 38px;
	left: -26px;
	z-index: 100;
	cursor: pointer;
	background: url(../images/btns.png) no-repeat;
}

.ladyScroll .next {
	left: auto;
	right: -14px;
	background-position: 0 -102px;
}

.ladyScroll .prev:hover {
	background-position: 0 -51px;
}

.ladyScroll .next:hover {
	background-position: 0 -153px;
}

.ladyScroll .scrollWrap {
	width: 1310px;
	margin-left: 22px;
	/* padding-top: 28px; */
	overflow: hidden;
	position: absolute;

}

.ladyScroll dl {
	float: left;
	width: 260px;
	text-align: center;
	position: relative;
	height: 120px;
	/* background: #fff */
}

/* .ladyScroll span {
	display: block;
	    width: 75px;
	    height: 6px;
	    position: absolute;
	    left: 98px;
	    bottom: 0;
	    background: #3e9866;

} */

.ladyScroll dt {
	margin: 0 auto;
	width: 190px;
	overflow: hidden;
}

.ladyScroll img {
	display: block;
	width: 190px;
	height: 120px;
	transition: all 0.6s;
}

.ladyScroll img:hover {
	transform: scale(1.1);
}

.ladyScroll dd {
	width: 180px;
	height: 55px;
	line-height: 26px;

	font-size: 15px;
	color: #131313;
	text-align: center;
	margin: 0 auto;
	/* background: red; */
	display: block;

	border-bottom: 6px solid #3e9866;
}

.ladyScroll dd a {
	color: #444;
}

.ladyScroll dd a:hover {
	text-decoration: none;
}

.ladyScroll dl:hover span {
	color: #B52153;
}

/* 企业风采 */

.fengcai{
	width: 100%;
	height: 460px;
	/* background-color: red; */
}
.left-tu{
	width: 100%;
}
.left-tu p{
	float: left;
	width: 50%;
}
.left-tu p img{
	width: 477px;
	height: 440px;
}
.right-zi{
	width: 50%;
	background: #fff;
	    float: left;
		height: 440px;
}
.right-zi span{
	display: block;
	    font-size: 20px;
	    color: #333;
	       margin: 40px 20px;
	    text-align: center;
	    font-weight: bold;
}
.right-zi p{
     font-size: 15px;
     color: #818181;
     height: 220px;
     margin-left: 30px;
     width: 88%;
     line-height: 30px;
}
.right-zi a{
	width: 128px;
	    height: 40px;
	    background: #0068FF;
	    border-radius: 20px;
	    color: #fff;
	    text-align: center;
	    line-height: 40px;
	    float: left;
	    margin: 20px 0 0 46px;
}
.el-carousel__mask{
	background-color: #000 !important;
	    opacity: .7!important;
}
/* 学习教育矩阵 */
.jy {
	background: url(../images/jy.png);
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin-bottom: 20px;
}

.jy p {
	font-size: 28px;
	background-image: -webkit-gradient(linear, 54 48, 156 top, from(#c70303), to(#e9ce1f), to(#b38b18));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 168px;
	margin: 0 auto;
	font-weight: bold;

}

/* 滚图 */
.friendLink {
	margin-top: 34px;
	overflow: hidden;
	clear: both;
	width: 1200px;
	margin-bottom: 30px;

}

.friendLink ul {
	overflow: hidden;
	zoom: 1;
}

.friendLink ul li {
	width: 180px;
	float: left;
	display: inline;
	margin-left: 20px;
}

.friendLink ul li a {
	width: 180px;
	height: 160px;
	position: relative;
}

.friendLink ul li a img {
	width: 100%;
	height: 100%;

	transition: all 0.8s;

}

.friendLink ul li a span {
	height: 40px;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.2);
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.friendLink ul li a:hover span {
	color: #fff;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 14px;

}

/* 滚图 */

/* 底部 */
.foot {

	width: 1400px;
	height: 216px;
	color: #fff;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	border-bottom: 1px solid #585858;

	box-sizing: border-box;
}

.foot a {
	color: #a3a3a3;
	font-size: 18px;
	margin-left: 20px;
}

.w30 {
	width: 30%;
	text-align: left;
}

.w50 {
	width: 64%;
	margin-left: 175px;
}

.w10 {
	width: 10%;
	text-align: right
}

.bq {
	width: 1400px;
	height: 216px;
	color: #fff;
	margin: 0 auto;

	border-bottom: 1px solid #585858;
	padding-top: 30px;
	box-sizing: border-box;
}

.dz {
	display: flex;
	align-items: center;
	height: 50px;
	font-size: 20px;
}

.dz img {
	margin-right: 20px;
	
}

.qq {
	width: 1400px;
	margin: 0 auto;
	color: #fff;
	height: 64px;
	text-align: center;
	line-height: 75px;
}

/* 侧栏文字列表 */ 
 .bj{
	 background-color: #f9f9f9;
	 width: 100%;
 }
.white-left {
	    width: 320px;
	    float: left;
	    background: #e6eef3;
	    
	    height: auto;
	    padding-bottom: 14px;
} 
 .ab-list{
	 margin: 0 auto;
	 width: 1400px;
 }
 .ab_left {
 	width: 320px;
 	height: 500px;
 	float: left; 
 margin: 34px 0px 0 14px;
	background-color: #005FCA;
	 
 
 }
 
 .ab_right { 	 
 	    float: left;
 	    width: 1030px;
 	    min-height: 748px;
 	   box-shadow: 0px 0px 8px 2px #efefef;
 	    
 	    margin-left: 48px;
 }
 
 .cl_tou {
	    float: left;
	    background: #005FCA;
	    width: 320px;
	    height: 80px;
	    line-height: 80px;
	    text-align: center;
	    font-size: 23px;
	    color: #fff;
	    font-weight: bold;
	    position: relative;
	    margin-top: -20px;
     
 
 }
 
 .cl_lie {
 margin: 0 auto;
     background: #fff;
     width: 96%;
     height: 492px;
 }
 
.cl_lie ul li {
	float: left;
	width: 100%;
	height: 66px;
	line-height: 66px;
	text-align: center;
	font-size: 20px;
	color: #005FCA;
	margin-bottom: 2px;
	border-bottom: 1px solid #ebebeb;
}

.activ {
	 
	height: 66px;
	width: 100%;
	line-height: 66px;
	color: #005FCA !important;
	float: left;
	
	 
}

.cl_lie ul li a:hover {
	 
	height: 66px;
	width: 100%;
	line-height: 66px;
	color: #005FCA !important;	 
	float: left;
}

.cl_lie ul li a {
	color: #333;

}
 .weizhi {
  	width: 930px;
 	height: 70px;
 	line-height: 70px;
 	border-bottom: 1px solid #ccc;
 	margin: 0 auto;
 	color: #3d3d3d;
 	text-align: right;
 	margin-bottom: 20px;
 	margin-top: 20px;
 
 }
 
 .weizhi a {
 	color: #3d3d3d;
 	font-size: 16px;
 
 }
 
 .weizhi1 {
 
 	width: 1400px;
 	height: 80px;
 	line-height: 80px;
 	border-bottom: 2px solid #005FCA;
 	margin: 0 auto;
 	color: #3d3d3d;
 	text-align: right;
 	margin-bottom: 40px;
 
 
 }
 
 .weizhi1 a {
 	color: #3d3d3d;
 	font-size: 14px;
 
 }
 
 .liebiao {
 	margin: 0 auto;
 	width: 930px;
 	padding-bottom: 40px;
 }
 
 .liebiao ul li {
 	font-size: 16px;
 	height: 50px;
 	line-height: 50px;
 	border-bottom: 1px dashed #dadfe7;
 	width: 100%;
 }
 
 .liebiao ul li span {
 	float: right;
 	color: #999;
 	font-size: 13px;
 }
 
 .liebiao ul li img {
 	vertical-align: middle;
	margin-right: 6px;
 }
 
 .liebiao ul li a {
 	 
 	color: #3d3d3d;
 	 
 }
 
 
 .liebiao ul li a:hover {
 	color: #005FCA;
 }
 
 /* 侧栏文字列表结束 */
 /* 内容 */
 .cuxian {
 	width: 100px;
 	height: 64px;
 	float: left;
 	/* display: block; */
 	font-weight: bold;
 	font-size: 22px;
 	color: #005FCA;
 	text-align: left;
 }
 .nr_center {
 	 
 	height: auto;
 	margin-top: 30px;
 	margin: 0 auto;
 	width: 1390px;
 	text-align: justify;
 	line-height: 40px;
 	margin-bottom: 40px;
 }
 
  
 
 .title {
 	line-height: 40px;
 	font-size: 29px;
 	text-align: center;
 	font-weight: bold;
 	margin-left: 25px;
 	margin-right: 25px;
 
 
 }
 
 .date_x {
 	 
 	width: 100%;
 	height: 44px;
 	line-height: 44px;
 	margin-top: 40px;
 	margin-bottom: 40px;
 	text-align: center;
 	margin-left: auto;
 	margin-right: auto;
 	color: #dbbf35;
 	font-size: 15px;
 	display: flex;
     justify-content: space-between;
 }
 
 .liebiao1 {
 	margin: 0 auto;
 	width: 1400px;
 	padding-bottom: 40px;
 }
 
 .liebiao1 ul li {
 	font-size: 16px;
 	height: 50px;
 	line-height: 50px;
 	border-bottom: 1px dashed #dadfe7;
 	width: 100%;
 }
 
 .liebiao1 ul li span {
 	float: right;
 	color: #999;
 	font-size: 13px;
 }
 
 .liebiao1 ul li img {
 	vertical-align: middle;
 	margin-right: 6px;
 }
 
 .liebiao1 ul li a {
 	 
 	color: #3d3d3d;
 	 
 }
 
 
 .liebiao1 ul li a:hover {
 	color: #005FCA;
 }
 /* 上下篇 */
  .ShangXia {
  	font-size: 16px;
  	padding-top: 20px;
 	border-top: 1px solid #eaeaea;
 	clear: both;
  }
  
  .ShangXia p {
  	line-height: 30px;
  	color: #333333;
  }
  
  .ShangXia span {
  	color: #1062C7;
  	display: inline-block;
  	vertical-align: top;
  }
  
  .ShangXia a {
  	color: #333333;
  	font-size: 16px;
  	display: inline-block;
  	max-width: 90%;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
  }
  
  .ShangXia a:hover {
  	color: #1062C7;
  }
  
/*分页*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
.pagination > li {
    display: inline; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
	.list{
	width: 1330px;
	    margin: 0 auto;
	}
	
	
	/* 风采*/
  .work{
  	width: 105%;
  	margin-bottom: 30px;
  	margin-left: -66px;
  	box-sizing: border-box;
  	float: left;
  	margin-top: 30px;
  }
  .words {
  	width: 300px !important;
  	float: left;
  	background: #f6f6f6;
  	margin-left: 67px;
  	margin-bottom: 20px;
  	box-sizing: border-box;
  
  }
  
  .words:hover {
  	background: #0064D2;
  	transition: all 0.8s;
  }
  
  .words a:hover {
  	color: #fff;
  }
  
  .words a img:hover {
  	transform: scale(0.9);
  }
  
  .words a {
  	width: 100%;
  	color: #6d6d6d;
  
  }
  
  .words>a>img {
  	height: 250px;
  	transition: all 0.8s;
  	width: 300px;
  }
  
  .words-img {
  
  	height: 42px;
  	width: 85%;
  	margin: 0 auto;
  	text-align: center;
  	
  display: flex;
     align-items: center;
  }
  
  
  .words-name {
  	width: 100%;
  	color: #00000b;
  	font-size: 16px;
  	font-weight: 600;
  	padding: 0px 0px 10px 0px;
  }
  
  .works-text {
  	width: 100%;
  	font-size: 14px;
  
  }
 