/*================基本样式重置================*/
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
span,
i,
a,
em,
strong,
b,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}

i,
em {
	font-weight: normal;
	font-style: normal;
}

body {
	width: 100%;
	height: auto !important;
	position: relative;
	font: 12px/1.5 \5b8b\4f53, tahoma, arial, sans-serif;
	font-family: "Microsoft YaHei";
}

li {
	list-style: none;
}

a,
img,
input {
	border: 0 none;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
}

a:focus,
input:focus {
	outline: 0 none;
}

textarea {
	resize: none;
	font-size: 12px;
}

/*去掉火狐和谷歌浏览器的Textarea改变尺寸大小功能*/
html {
	font-size: 16px;
}

img,video,iframe {
	/* 照顾低版本浏览器，如果图片外面包含了链接会有边框的问题 */
	border: 0;
	/* 取消图片底侧有空白缝隙的问题 */
	vertical-align: middle
}

/*========定义基础样式========*/
.fixed{
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
}
.hide {
	display: none !important;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.wow {
   visibility: hidden;
 }

/*a标签鼠标hover高亮显示状态（可选用）*/
a .opacity {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

a:hover .opacity {
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}


/*主体宽度样式（可选用）如有新宽度，命名规则以小写w开头，后接具体宽度数据，例：*/
.w1600{
	width: 1600px;
	margin: 0 auto;
}
@media screen and (max-width:1620px){
	.w1600{
		width: 95%;
		margin: 0 auto;
	}
}
.w1440{
	width: 1440px;
	margin: 0 auto;
}
@media screen and (max-width:1460px){
	.w1440{
		width: 95%;
		margin: 0 auto;
	}
}
.w1300{
	width: 1300px;
	margin: 0 auto;
}
@media screen and (max-width:1320px){
	.w1300{
		width: 95%;
		margin: 0 auto;
	}
}

.w1200{
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width:1220px){
	.w1200{
		width: 95%;
		margin: 0 auto;
	}
}

.pt100{
	padding-top: 100px;
}
@media screen and (max-width:1024px){
	.pt100{
		padding-top: 70px;
	}
}
.mt80{
	margin-top: 80px;
}
.pb80{
	padding:80px 0;
}

button {
	cursor: pointer
}

a {
	display: block;
	color: #666;
	text-decoration: none;
	cursor: pointer;
}

* {
	box-sizing: border-box;
}

.bigtitle{
	font-size: 44px;
	font-weight: bold;
	color: #222222;
	line-height: 1;
	
}
.entitle{
	font-size: 30px;
	font-weight: 300;
	color: #004DA1;
	line-height: 1;
}
.ny-name{
	font-size: 44px;
	color: #222222;
	margin: 0px 0 55px;
	font-weight: normal;
	text-align: center;
}
/* 视频弹窗样式 */
.video-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
}

.video-box span {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10%;
	right: 5%;
	cursor: pointer;
}
.video-box video {
	max-width: 95%;
	max-height: 95%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* 搜索弹窗样式 */

.big-img-box{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
}
.big-img-box span{
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10%;
	right: 5%;
	cursor: pointer;
}
.big-img-box>img{
	min-width: 30%;
	min-height: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* 搜索框样式 */
.search_windows {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.9);
	transition: 0s;
	z-index: 9999;
}

.search_windows .search_windows_nr {
	width: 60%;
	border-bottom: 2px solid #004fa2;
	padding: 0 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.search_windows .search_windows_nr input {
	line-height: 60px;
	background: none;
	font-size: 28px;
	color: #fff;
	display: block;
	width: 88%;
}

.search_windows .search_windows_nr button {
	width: 24px;
	border: none;
	background: url("../images/search.png") no-repeat center center;
	cursor: pointer;
	outline: none;
}


/* 列表分页样式 */
.pagination{
	display: flex;
	margin-top: 80px;
	justify-content: center;
}
.pagination li:first-child,
.pagination li:last-child{
	border: none !important;
	background: none !important;
}
.pagination li:first-child a,
.pagination li:last-child a,
.pagination li:first-child span,
.pagination li:last-child span{
	font-size: 25px;
}
.pagination li{
	width: 43px;
	height: 43px;
	border-radius: 4px;
	border: 1px solid #DDDDDD;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}
.pagination li:last-child{
	margin-right: 0;
}
.pagination li a,
.pagination li span{
	font-size: 16px;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 41px;
	color: #333333;
}

.pagination li.active,
.pagination li:hover{
	background: #0054A3;
	border: 1px solid #0054A3;
}
.pagination li:first-child:hover a,
.pagination li:last-child:hover a{
	color: #0054A3;
}
.pagination li.active span,
.pagination li:hover a{
	color: #fff;
}

.pagination li.disabled span{
	color: #DDD !important;
}

.ny-gs{
	width: 90%;
	margin: 0 auto;
	font-size: 18px;
	text-indent: 2em;
	margin-bottom: 20px;
}
.ny-gs:last-child{
	margin-bottom: 50px;
}