@charset "UTF-8";
/*子页面*/
/*子页面类型导航*/
.w920 {
	width: 92%;
	margin: 0px auto;
}
.navBox{
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}
.tit_nav ul {margin-bottom:0}
.tit_nav a:link, .tit_nav a:visited { color: #666;}
.tit_nav a:active,.tit_nav a:hover { color: #FFF;background-color:red;}
.tit_nav{ text-align: center;}
.tit_nav li{  display: inline-block; *display: inline; *zoom: 1; margin: 0px;}
.tit_nav a{ padding: 0px 20px; height: 56px; line-height: 56px; font-size: 16px; display: block; position: relative; z-index: 1;margin:  0;}
/*.tit_nav a:after{ content: ""; position: absolute; left: 0; bottom: -2px; width: 100%; height: 6px; background-color: #202a7b; z-index: -1; transform-origin:100%; -webkit-transform-origin:100%; -webkit-transition:-webkit-transform .5s cubic-bezier(.4,0,.2,1); transition:transform .5s cubic-bezier(.4,0,.2,1); transform:scaleX(0); -webkit-transform:scaleX(0);  visibility:hidden\9; }*/

.tit_nav ul li{
	/*border-left: 1px solid #e7e3e2;*/
}
.tit_nav ul li a:first-child {
	border-left: none;
}

.tit_nav li a:after{
	content: "";
	display: block;
	width:100%;
	height:2px;
	background:#eb6100;
	position: absolute;
	bottom:0;
	left: 0;
	transform: scaleX(0);
	transition: ease .65s;
}


.tit_nav a.hover:after,.tit_nav a:hover:after{ transform:scaleX(1); -webkit-transform:scaleX(1); -moz-transform:scaleX(1); transform-origin:0; -webkit-transform-origin:0; visibility:visible\9; }
.tit_nav a.hover{ color: #FFF;background-color:#2b489c;}




.tit_nav li a.hover a{
	color:#FFF;
	background-color:#2b489c;
}
.tit_nav ul li a:hover{
	color:#FFF;
	background-color:#1f63b5;
}
.tit_nav ul li a.hover a:after
{
	transform: scaleX(1);
}
.tit_nav ul li a:hover:after{
	transform: scaleX(1);
}





.vertical-inner {
	display: table-cell;
	vertical-align: middle;
}

.navC a{
	display: inline-block;
	text-align: center;
	height:70px;
	line-height:70px;
	overflow:hidden;
	font-size:16px;
	color:#777;
	padding:0 60px;
	position: relative;
}
.navC a:after{
	content: "";
	display: block;
	width:100%;
	height:3px;
	background:#eb6100;
	position: absolute;
	bottom:0;
	left: 0;
	display:block;
	border-radius: 10px 10px 0 0;
	transform: scaleX(0);
	transition: ease .65s;
}
.navC a.hover{
	color:#FFF;
	background-color:#2b489c;
}
.navC a:hover{
	color:#FFF;
	background-color:#eb6100;
}
.navC a.hover:after{
	transform: scaleX(1);
}


/**
 * 文章详细页
 */
/*文章内容*/
.article-content {
	clear: both;
	overflow: hidden;
	font-size: 16px;
	word-wrap: break-word;
	word-break: break-all;
	line-height: 1.5em;
}
.article-content{
	/*padding-top: 15px;*/
}

.article-content ul {
	margin-left: 35px;
}
/* 解决 pre 标签存在超长 String 时，右侧 side 被挤至下方的问题 */
.article-content pre{
	/* word-wrap 用来标明是否允许浏览器在单词内进行断句，为了防止
	 * 当一个字符串太长而找不到它的自然断句点时产生溢出现象
	 */
	word-wrap: break-word;
	word-break: break-all;
}
.article-content p {
	padding: 10px 0px!important;
}

.article-contenth1 {
	font-size:28px!important;
}

.article-content h2 {
	font-size:24px!important;
}

.article-content h3 {
	font-size:20px!important;
}

.article-content img {
	max-width: 100%;
}

/**/
.pageBoxT {
	clear: both;
	height: 67px;
	overflow: hidden;
	line-height: 67px;
	position: relative;
	color: #444444;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.pageBoxT:after {
	content: "";
	display: block;
	width: 32px;
	height: 4px;
	background: #cbdbe8;
	position: absolute;
	left: 48%;
	bottom: 0;
	text-align: center;
}

/*新闻详情+单篇*/
.articleT {
	clear: both;
	line-height:50px;
	font-size:22px;
	color: #555555;
	text-align:left;
	font-weight:bold;
}
.articleT2 {
	height:35px;
	font-size: 14px;
	color: #999999;
	line-height: 35px;
	border-bottom: 1px solid #e6e6e6;
}
.articleT2 .span1{
	height:35px;
	overflow:hidden;
	line-height:35px;
	padding-left:28px;
	background:url(../img/icon15.png) no-repeat left center;
	margin-right:30px;
}
.articleT2 .span2{
	height:35px;
	overflow:hidden;
	line-height:35px;
	padding-left:29px;
	background:url(../img/read.png) no-repeat left center;
}

.articleBox {
	clear: both;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.articleBox img {
	max-width: 100%;
}
.articleBox table th,
.articleBox table td{
	padding: 5px 10px;
}
.articlePageUp{
	clear: both;
	overflow: hidden;
	background: #fff;
}
.articlePageUp a{
	display: block;
	line-height:60px;
	font-size: 16px;
}
.articlePageT{
	width:44.33333%;
	height:60px;
	background:#fff;
}
.articlePageC {
	width:10.33333%;
	height:60px;
	float: left;
	text-align: center;
	background:transparent;
	border-left: 2px #f5f5f5 solid ;
	border-right:2px #f5f5f5 solid ;
}

.articlePageT:hover,.articlePageC:hover{background:#eb6100}
.articlePageT a{
	color: #333333;
}
.articlePageC a{
	color: #fff;
}

.articlePageT.fl a{
	text-align: left;
	margin-left:40px;
}
.articlePageT.fr a{
	margin-right:40px;
	text-align: right;
}

.articlePageT a,.articlePageC a{color: #333333;}
.articlePageT:hover a,.articlePageC:hover a{color:#fff}


/*单篇+文章页end*/

/*图文列表页start*/
/*图文列表1*/
.page_textImg {
}
.page_textImg .list {
	margin-top: 20px;
}
.page_textImg .list ul li {
	margin: 20px 0;
	position: relative;
	border: 1px solid #e7e3e2;
}
.page_textImg .list ul li a {
	display: block;
	background-color: #fff;
	padding: 20px;
}
.page_textImg .list ul li .img {
	float: left;
	width: 190px;
	/*height: 100px;*/
	overflow: hidden;
}
.page_textImg .list ul li .img img {
	display: block;
	width: 100%;
	max-height: 150px;
}
.page_textImg .list ul li .web {
	overflow: hidden;
	padding: 5px 150px 0 55px;
	background: #fff;
}
.page_textImg .list ul li .web.ct {
	padding: 5px 10px 0 55px;
}


.page_textImg .list ul li .web h3 {
	font-size: 18px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	padding-right: 180px;
	color: #000;
}
.page_textImg .list ul li .web h3 span {
	float: right;
	font-size: 16px;
	color: #999;
	position: absolute;
	top: 0;
	right: 0;
}
.page_textImg .list ul li .web p {
	line-height: 32px;
	color: #666;
	margin-top: 10px;
}
.page_textImg li .datetime{
	overflow: hidden;
	padding: 5px 0 0 35px;
	background: #fff;
	color: #666;
}
.page_textImg li .datetime .day{
	height: 10px;
	line-height: 10px;
	padding-left: 20px;
	margin-right: 5px;
}
.page_textImg li .datetime .see{
	padding-left: 10px;
	margin-right: 5px;
	height: 10px;
	line-height: 10px;
}
.page_textImg .list ul li .line {
	width: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 163px;
	background: #e7e3e2;
}
.page_textImg .list ul li .btn {
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -16px;
}
.page_textImg .list ul li .btn label {
	display: inline-block;
	width: 81px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #e7e3e2;
	text-align: center;
	color: #666;
	font-weight: normal;
}
.page_textImg .list ul li .btnjt {
	position: absolute;
	right: 70px;
	top: 50%;
	margin-top: -16px;
}
.page_textImg .list ul li .btnjt label {
	display: inline-block;
	width: 100px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #666;
	font-weight: normal;
	background: url(../img/jt1.png) no-repeat right bottom;
}
.page_textImg .list ul li a:hover .btnjt label {
	color: #eb6100;
	background: url(../img/jt2.png) no-repeat right bottom;
}
.page_textImg .list ul li a:hover {
	box-shadow: 0 0 16px rgba(88,96,84,0.1);
}
.page_textImg .list ul li a:hover .line {
	background: #fff;
}
.page_textImg .list ul li a:hover .btn label {
	background: #00994e;
	border-color: #00994e;
	color: #fff;
}
.page_textImg .list ul li a:hover .btn label {
	background: #00994e;
	border-color: #00994e;
	color: #fff;
}
.page_textImg .list ul li:hover {
	box-shadow: 0 5px 10px #eb6100
}
/*页码开始*/

.page {
	padding: 30px 0;
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}
.page span{
	display: inline-block;
	overflow: hidden;
	padding:8px 12px;
	color:#999999;
	border-radius:3px;
	background: #fff;
}
.page span:hover{background: #1f63b5;color: #fff;}
.page span.hover{background: #1f63b5;color: #fff;}

.page a {
	display: inline-block;
	overflow: hidden;
	width: 38px;
	height: 38px;
	color: #999999;
	line-height: 38px;
	text-align: center;
	border-radius: 100%;
	border: 1px solid #e2e2e2;
	margin: 0 3px;
}

.page a:hover {
	background: #1a5987;
	border: 1px solid #1a5987;
	color: #fff;
}

.page a.hover {
	background: #1a5987;
	border: 1px solid #1a5987;
	color: #fff;
}

.page input {
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	border: 1px solid #e6e6e6;
	position: relative;
	top: -2px;
}

.page input.pageDetail {
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 3px;
	color: #999999;
	position: relative;
	top: -13px;
}

.page label {
	color: #999999;
	position: relative;
	top: -11px;
}

.page input.page_bnt {
	border: none;
	width: 30px;
	height: 25px;
	cursor: pointer;
	background: none;
	color: #999999;
	position: relative;
	top: -13px;
}

.page a div {
	width: 38px;
	height: 38px;
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.firstPage div {
	background-image: url(../img/firstpage.png)
}

.page a.prevPage div {
	background-image: url(../img/prevpage.png)
}

.page a.nextPage div {
	background-image: url(../img/nextpage.png)
}

.page a.lastPage div {
	background-image: url(../img/lastpage.png)
}

.page a.firstPage:hover div {
	background-image: url(../img/firstpageh.png)
}

.page a.prevPage:hover div {
	background-image: url(../img/prevpageh.png)
}

.page a.nextPage:hover div {
	background-image: url(../img/nextpageh.png)
}

.page a.lastPage:hover div {
	background-image: url(../img/lastpageh.png)
}

.page a.firstPage.disabled {
	background: #E2E2E2;
}

.page a.prevPage.disabled {
	background: #E2E2E2;
}

.page a.nextPage.disabled {
	background: #E2E2E2;
}

.page a.lastPage.disabled {
	background: #E2E2E2;
}

.page a.firstPage.disabled div {
	background-image: url(../img/firstpage.png)
}

.page a.prevPage.disabled div {
	background-image: url(../img/prevpage.png)
}

.page a.nextPage.disabled div {
	background-image: url(../img/nextpage.png)
}

.page a.lastPage.disabled div {
	background-image: url(../img/lastpage.png)
}

.pagesize {
	margin-top: 30px;
	text-align: center;
	padding: 30px 0;
}
.pagesize a {
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	line-height: 36px;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	color: #9b9b9b;
	height: 36px;
	vertical-align: middle;
	min-width: 16px;
	padding: 0 10px;
	margin: 5px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.pagesize a:hover, .pagesize a.on {
	background-color: #eb6100;
	color: #fff;
}
.pagesize a.prev {
	background-image: url(../img/cur5.png);
}
.pagesize a.next {
	background-image: url(../img/cur6.png);
}
.pagesize a.prev:hover {
	background-image: url(../img/cur1.png);
}
.pagesize a.next:hover {
	background-image: url(../img/cur2.png);
}


/*页码结束*/


/*图文列表页end*/
/*全图列表1*/
.page_imgListBox {
	margin-top: 1vh;
	margin-bottom: 1vh;
}
.page_imgListBox ul {
	margin: 0 -1.5%;
}
.page_imgListBox ul li {
	float: left;
	width: 22%;
	margin: 10px 1.5%;
	padding: 10px 10px 0 10px;
	border: 1px solid #e7e3e2;
	background: #fff;
	cursor:pointer;
}
.page_imgListBox ul li .img {
}
.page_imgListBox ul li .img img {
	display: block;
	width: 100%;
	height: 220px;
	max-height: 220px;
}
.page_imgListBox ul li .web {
	text-align: center;
}
.page_imgListBox ul li .web p {
	line-height: 60px;
	font-size: 18px;
}
.page_imgListBox ul li:hover{
	background-color: #2b489c;
	color: #fff;
	padding: 10px 10px 0 10px;
}
.page_imgListBox ul li:hover .web p
{
	color: #fff;
}
/**
 * 全图列表2
 */
.page_imgList{
	overflow:hidden;
	position:relative;
	margin-left: -2vw;
	margin-top: 3vh;
	margin-bottom: 3vh;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap
}
.page_imgList dd{
	float:left;
	width:33.3333%;
	padding-left: 3vw;
	margin-bottom: 2vw;
	-webkit-animation:gfadeIn 0.6s 0.8s both;
	-moz-animation:gfadeIn 0.6s 0.8s both;
	animation:gfadeIn 0.6s 0.8s both;
	transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	overflow:hidden;
}
.page_imgList dd:nth-of-type(1){-webkit-animation-delay:0.2s; -moz-animation-delay:0.2s; animation-delay:0.2s;}
.page_imgList dd:nth-of-type(2){-webkit-animation-delay:0.4s; -moz-animation-delay:0.4s; animation-delay:0.4s;}
.page_imgList dd:nth-of-type(3){-webkit-animation-delay:0.6s; -moz-animation-delay:0.6s; animation-delay:0.6s;}
.page_imgList dd:nth-of-type(4){-webkit-animation-delay:0.8s; -moz-animation-delay:0.8s; animation-delay:0.8s;}
.page_imgList dd:nth-of-type(5){-webkit-animation-delay:1s; -moz-animation-delay:1s; animation-delay:1s;}
.page_imgList dd:nth-of-type(6){-webkit-animation-delay:1.2s; -moz-animation-delay:1.2s; animation-delay:1.2s;}
.page_imgList dd:nth-of-type(7){-webkit-animation-delay:1.4s; -moz-animation-delay:1.4s; animation-delay:1.4s;}
.page_imgList dd:nth-of-type(8){-webkit-animation-delay:1.6s; -moz-animation-delay:1.6s; animation-delay:1.6s;}
.page_imgList dd:nth-of-type(9){-webkit-animation-delay:1.8s; -moz-animation-delay:1.8s; animation-delay:1.8s;}
.page_imgList dd:nth-of-type(10){-webkit-animation-delay:2s; -moz-animation-delay:2s; animation-delay:2s;}
.page_imgList dd:nth-of-type(11){-webkit-animation-delay:2.2s; -moz-animation-delay:2.2s; animation-delay:2.2s;}
.page_imgList dd:nth-of-type(12){-webkit-animation-delay:2.4; -moz-animation-delay:2.4; animation-delay:2.4s;}

.page_imgList dd a{
	display:block;
	background: #fff;
	color: #666666;
	transition: 0.3s ease;
	overflow:hidden;
	position: relative;
	box-shadow: 0 0 24px rgba(0,0,0,.12);
	/*border: 1px solid #ccc;*/
}
.page_imgList dd .img{
	overflow: hidden;
}

.page_imgList dd img {
	transition: ease .65s;
	width: 100%;
	height:240px;
	max-height: 240px;
}
.page_imgList dd span{
	padding:0 15px;
	margin:15px 0;
	height:20px;
	line-height:20px;
	overflow:hidden;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	font-size:15px;
	display:block;
	text-align:center;
}
.page_imgList dd .text
{
	padding: 4vh 20px 4vh;
}
.page_imgList dd .text h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: ease .65s;
}
.page_imgList dd:hover h2{
	color: #2b489c;
}
.page_imgList dd .text h3 {
	line-height: 28px;
	color: #666666;
	height: 23px;
	overflow: hidden;
	margin: 2vh 0;
}
.page_imgList dd .text h4 {
	color: #2f318b;
	font-weight: bold;
	font-size: 16px;
	transition: ease .65s;
	/*text-align: right;*/
}
.page_imgList.pub dd a:after {
	width:100%;
	height:100%;
	display: block;
	border-top:3px solid #eb6100;
	border-bottom:3px solid #eb6100;
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	transform: scaleX(0);
	transition: ease .65s;
}
.page_imgList.pub dd a:before {
	width:100%;
	height:100%;
	border-left:3px solid #eb6100;
	border-right:3px solid #eb6100;
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	transform: scaleY(0);
	transition: ease .65s;
}
.page_imgList.pub dd a:hover:after {
	box-sizing: border-box;
	transform: scaleX(1);
}
.page_imgList.pub dd a:hover:before {
	box-sizing: border-box;
	transform: scaleX(1);
}

.page_imgList.pub1 dd a:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #eb6100;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scaleX(0);
	transition: ease .65s;
}
.page_imgList.pub1 dd a:hover:after {
	transform: scaleX(1);
}

.page_imgList.pub2 dd a:hover{
	box-shadow: 0 5px 10px 0 rgba(235,97,0,0.3);
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	transform: translate3d(0, -2px, 0);
	-webkit-transform: translate3d(0, -2px, 0);
	-o-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
}


.page_imgList.mv dd .img:after{
	content:"";
	display: block;
	width:100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
	background:rgba(0,0,0,0.3) url("../img/mv2.png") no-repeat center center;
	z-index:1;
}


/*全图列表2*/

.page_Img .list {
	/*margin-top: 25px;*/
	padding-top: 25px;
}

.page_Img .list ul {
	margin: 0 -1.5%;
}
.page_Img .list ul li {
	float: left;
	width: 21.222222%;
	margin: 15px 1.5%;
}
.page_Img .list ul li a {
	display: block;
	padding-bottom: 20px;
	/*background: #1f63b5;*/
	color: #fff;
	border: 1px solid #e7e3e2;
}

.page_Img .list ul li .img {
	height: 250px;
}
.page_Img .list ul li .img img {
	display: block;
	width: 100%;
	max-height: 250px;
}
.page_Img .list ul li .web {
	padding: 15px 10px 20px;
	border-bottom: 1px solid #e7e3e2;
}
.page_Img .list ul li .web h3 {
	font-size: 18px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
}
.page_Img .list ul li .web p {
	line-height: 26px;
	color: #999;
	margin-top: 18px;
	height: 52px;
	overflow: hidden;
}
.page_Img .list ul li label {
	display: block;
	width: 81px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e7e3e2;
	color: #666;
	margin-top: 20px;
	margin-left: 20px;
}
.page_Img .list ul li a:hover {
	background: #1f63b5;
}
.page_Img .list ul li a:hover .web {
	border-color: #26418c;
	border-bottom: 1px solid #fff;
}
.page_Img .list ul li a:hover .web h3 {
	color: #fff;
}
.page_Img .list ul li a:hover p {
	color: #fff;
}
.page_Img .list ul li a:hover label {
	background: #fff;
	border-color: #fff;
	/* color: #00994e; */
	color: #1f63b5;
}

/*全图结束*/
/*图文列表移动端适配*/

/*移动端*/
@media only screen and (max-width: 1920px) and (min-width: 1024px) {
	.index-video {
		display:inline-block;
		width:1000px!important
	}
	.articleBox video{
		width: 1280px ;
		height:768px;
	}
	.page_imgList dd .text
	{
		padding: 4vh 20px 3vh;
	}
}
@media only screen and (max-width: 1380px) {
	.articlePageUp a{
		font-size: 12px;
	}
	.articleBox video{
		width: 800px ;
		height:500px;
	}
}

@media only screen and (max-width: 1024px) {
	.page_textImg .list ul li .web h3 {
		padding: 0;
		padding-top: 25px;
		font-size: 16px;
	}

	.page_textImg .list ul li .web h3 span{
		float: left;
		top: 0px;
		left: 0;
	}
	.articleBox video{
		width: 700px ;
		height:450px;
	}
}
@media only screen and (max-width: 900px) {
	/*子页头部banner和二级菜单*/
	.sub-title{font-size: 26px;}
	.ins_banner .sub-title h3{font-size: 16px;}
	.ins_banner .sub-title .time{font-size: 12px}
	.navBox{ width: 100%; height: 40px; position: relative;}
	.tit_nav{ position: absolute; left: 0; top: 0; width: 100%; overflow-x:auto; overflow-y:hidden; -webkit-overflow-scrolling: touch; white-space:nowrap; text-align: left;}
	.tit_nav a:active,.tit_nav a:hover { color: #333;}
	.tit_nav>ul{ display: inline-flex; display:-webkit-inline-flex;}
	.tit_nav li{ float: left; display: block; margin: 0;}
	.tit_nav a{ line-height: 40px; height: 40px; padding: 0px 20px; font-size: 13px;}
	.tit_nav a:after{ display: none;}
	.tit_nav a.hover{ background-color: #202a7b; color: #fff;}

	.articleBox video{
		width: 600px ;
		height:400px;
	}
	.index-video {
		display:inline-block;
		width:830px!important
	}
	/**图文列表*/
	.page_textImg .list ul li .img {
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	.page_textImg .list ul li .web h3 {
		font-size: 16px;
	}
	.page_textImg .list ul li .web.ct{
		padding: 20px 10px 0 10px;
	}
	.page_textImg li .datetime{
		padding: 5px 0 0 10px;
	}
	.page_textImg li .datetime .day
	{
		padding-left: 0;
	}
	.page_textImg .list ul li .web p {
		margin-top: 10px;
	}
	.page_textImg .list ul li .line {
		display: none;
	}
	.page_textImg .list ul li .btn {
		bottom: 10px;
		top: auto;
		left: 333px;
		text-align: left;
	}
	.page_textImg .list ul li .btnjt {
		bottom: 10px;
		top: auto;
		text-align: right;
		right: 50px;

	}

	/*全图列表*/
	.page_Img .list {
		margin-top: 15px;
	}
	.page_Img .list ul li .web {
		padding: 15px;
	}
	.page_Img .list ul li .web p {
		margin-top: 10px;
	}
	.page_Img .list ul li label {
		margin-top: 10px;
		margin-left: 10px;
	}
	.page_Img .list ul li {
		width: 47%;
	}

	.page_imgList dd{
		float:left;
		width:49%;
	}
	.page_imgList dd .text
	{
		padding: 4vh 20px 2vh;
	}
	.page_imgListBox ul li
	{
		width: 30.3%;
	}

}

@media (max-width : 800px) {

	.index-video {
		display:inline-block;
		width:700px!important
	}
}
@media only screen and (max-width: 750px)
{
	.articleBox video{
		width: 500px ;
		height:350px;
	}
	.page_textImg .list ul li .img {
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	.page_textImg .list ul li .web {
		padding: 15px 10px;
	}
	.page_textImg .list ul li .btn {
		left: 0;
		position: initial;
		margin-top: 5px;
	}
	.page_textImg .list ul li .btnjt {
		left: 0;
		position: initial;
		margin: 0px 30px 0 0;
		padding-bottom: 10px;
	}
	.page_textImg .list ul li .web p {
		line-height: 26px;
	}

	/*全图*/
	.page_Img .list ul li {
		width: 97%;
		margin: 5px 1.5%;
	}
	.page_imgList
	{
		margin-top: 2vh;
	}
	.page_imgList dd{
		width:98%;
	}
	.page_imgList dd .text
	{
		padding: 2vh 20px 2vh;
	}
	.page_imgList dd .text h3
	{
		margin: 1vh 0;
	}
}
@media (max-width : 700px) {
	.index-video {
		display:inline-block;
		width:600px!important
	}
	.page_imgListBox ul li
	{
		width: 47%;
	}
}

@media (max-width : 620px) {

	.index-video {
		display:inline-block;
		width:500px!important
	}
}
@media (max-width : 580px) {
	.index-video {
		display:inline-block;
		width:400px!important
	}
	.articleBox video{
		width: 400px ;
		height:200px;
	}
}
@media (max-width : 480px) {
	.index-video {
		display:inline-block;
		width:400px !important
	}

}
@media (max-width : 420px) {
	.index-video {
		display:inline-block;
		width:350px !important
	}
	.articleBox video{
		width: 300px ;
		height:150px;
	}
}
@media (max-width : 360px) {

	.index-video {
		display:inline-block;
		width:300px !important
	}
}
/*手机端公用列表适配end*/


/*企业简介*/
.qyjjBox{

	clear: both;
	overflow:hidden;
	background:#f5f5f5;
}
.qyjjBox1{
	width:80%;
	margin: 0 auto;
	overflow:hidden;
	/* padding:0 10% 0 10%; */
}
.qyjjBox1 .txt{
	/* height:370px; */
	overflow:hidden;
	line-height:35px;
	font-size:16px;
	color:#787878;
}
.qyjjBox1 .txt p
{
	text-indent:2em;    /*每个P段落，首行空出两个空格，即缩进两个字符*/
}


.qyjjBox2{
	width: 100%;
	height: 100%;
	background: url(../img/bg8.jpg) no-repeat center center;
	background-size: auto;
	background-size: cover;
	/* margin:0 150px 0 150px; */
}
.qyjjBox2L{
	width:49.33333%;
}
.qyjjBox2Dl {
	padding-left: 50px
}

.qyjjBox2Dl dd {
	float: left;
	width: 33.3333%;
	overflow: hidden;
	text-align: center;
}

.qyjjBox2Dl dd .divC {
	display: inline-block;
	min-width: 105px;
}

.qyjjBox2Dl dd .divC .divT {
	clear: both;
	height: 60px;
	overflow: hidden;
}

.qyjjBox2Dl dd .divC .divT span {
	float: left;
	display: block;
	color: #fff;
	font-size: 44px;
	font-weight: bold;
	line-height: 60px;
	/*transform:scale(0.9,1.2);*/
	font-family: "zwp";
}

.qyjjBox2Dl dd .divC .divT i {
	float: left;
	line-height: 82px;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	margin-left: 5px;
}

.qyjjBox2Dl dd .divC .divT2 {
	clear: both;
	height: 28px;
	overflow: hidden;
	text-align: left;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
}
.qyjjBox2R{
	width:49.33333%;
	height:450px;
	overflow:hidden;
	/* background:url(../img/bg8.jpg) no-repeat center center; */
	background-size: cover;
}
.qyjjBox2R .div_t{
	clear: both;
	height:60px;
	overflow:hidden;
	line-height:60px;
	color:#ffffff;
	font-size:20px;
	padding-left:48px;
}

.qyjjBox2R .qyjjvideo
{
	width: 90%;
	height: 80%;
	position: relative;
	background:url(../img/cnce7.jpg) no-repeat center center/cover;
	margin: 0 5%;
}

.qyjjBox2R .qyjjvideo-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	transform: translate(-50%, -50%);
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	text-align: center;
	line-height: 60px;
	font-size: 26px;
	cursor: pointer;
}
.qyjjBox2R .qyjjvideo-btn i {
	color:#ffffff
}
.qyjjBox2R .qyjjvideo-btn:hover {
	border-color:#ffffff;
	box-shadow:0 0 10px 0 #ffffff
}
.qyjjBox2R .qyjjvideo-btn:hover i {
	color:#ffffff
}

@media (max-width : 900px) {
	/*企业简介*/
	.qyjjBox1{
		width:90%;
	}
	.qyjjBox2L{
		width: 100%;
		text-align: center;
	}
	.qyjjBox2Dl dd .divC .divT2{
		text-align: center;
	}

	.qyjjBox2Dl dd .divC .divT span
	{
		font-size: 26px;

	}
	.qyjjBox2R{
		width: 100%;
	}
	.qyjjBox2R .qyjjvideo{
		width: 100%;
		margin: 0 0;
	}
}
/**/

/*董事长致辞 begin*/
.hotBox{
	overflow:hidden;
}
.hotBox a{
	display: block;
	overflow:hidden;
}
.hotBoxL{
	width:51%;
	height:480px;
	overflow:hidden;
	background:#fff;
}
.hotBoxLC{
	overflow:hidden;
	padding:0 40px;
}

.hotBoxLC .divT{
	clear: both;
	overflow:hidden;
	max-height:38px;
	line-height:38px;
	color:#333333;
	font-size:16px;
}
/*.hotBoxLC .txt{*/
/*	clear: both;*/
/*	overflow:hidden;*/
/*	line-height:1.5em;*/
/*	font-size:16px;*/
/*	!*color:#666666;*!*/
/*    !* padding-right:10px; *!*/
/*}*/

.hotBoxLC .divT2{
	clear: both;
	height:34px;
	background:url(../images/icon22.png) no-repeat left center;
}
.hotBoxR{
	overflow:hidden;
	height:480px;
	background-position:center center;
	background-repeat: no-repeat;
	background-size:cover;
}
/*董事长致辞 end*/

/*联系我们 begin*/
.contactUsDl{
	background: #fff;
}
.contactUsDl dd{
	float:left;
	/*width:16.6%;*/
	flex: 1;
	overflow:hidden;
	position: relative;
	margin-top: 50px;
}
.contactUsDl dd:after{
	content: "";
	display: block;
	width:1px;
	height:120px;
	background:#e6e6e6;
	position: absolute;
	bottom:0;
	right:0;
}
.contactUsDl dd:last-child:after{display:none}
.contactUsDl dd .icon{
	height:90px;
	background-position:center center;
	background-repeat:no-repeat;
	margin-bottom:15px;
}
.contactUsDl dd .icon.icon1{background-image:url(../img/csicon1.png)}
.contactUsDl dd .icon.icon5{background-image:url(../img/csicon5.png)}
.contactUsDl dd .icon.icon2{background-image:url(../img/csicon2.png)}
.contactUsDl dd .icon.icon2_1{background-image:url(../img/csicon2_1.png)}
.contactUsDl dd .icon.icon3{background-image:url(../img/csicon3.png)}
.contactUsDl dd .icon.icon4{background-image:url(../img/csicon4.png)}
.contactUsDl dd .divT{
	clear: both;
	font-size:16px;
	color:#333333;
	text-align: center;
	height:37px;
	line-height:37px;
	overflow:hidden;
}
.contactUsDl dd .divT2{
	clear: both;
	font-size:16px;
	color:#333333;
	text-align: center;
	/* height:33px; */
	max-height: 66px;
	line-height:33px;
	/* overflow:hidden; */
}
.contactUsDl dd a{
	display: block;
	width:120px;
	height:35px;
	line-height:35px;
	margin:0 auto;
	overflow:hidden;
	text-align: center;
	background:#1a5987;
	font-size:14px;
	color:#ffffff;
	margin-top:10px;
}
.contactUsDl dd a:hover{opacity:0.9}
.mapBox{
	overflow:hidden;
	clear: both;
	margin: 10px;
}
.msgDl{padding:30px 50px}
.msgDl dt{
	clear: both;
	height:50px;
	line-height:50px;
	overflow:hidden;
	font-size:20px;
	color:#000;
	margin-bottom:10px;
}
.msgDl dd{
	clear: both;
	overflow:hidden;
}
.msgInput{
	height:50px;
	border:1px solid #e6e6e6;
	border-radius:3px;
	overflow:hidden;
	padding:0 10px;
	position: relative;
}
.msgInputT{
	height:50px;
	overflow:hidden;
	line-height:50px;
	font-size:14px;
	color:#999999;
}
.msgInputT span{color:#ff0000}
.msgInputC{
	overflow:hidden;
	height:50px;
}
.msgInputC.textarea{height:120px}
.msgInputC.textarea textarea{
	display: block;
	width:100%;
	height:120px;
	color:#666;
	font-size:14px;
	line-height:24px;
	background:none;
	border:none
}
.msgInputC input{
	display: block;
	width:100%;
	height:50px;
	line-height:50px;
	background:none;
	border:none;
}
.msgInput .code{
	width:110px;
	height:40px;
	display: block;
	position: absolute;
	top:5px;
	right:5px;
}
.msgInput .code img{
	display: block;
	width:110px;
	height:40px;
}
input.msgBt{
	display: block;
	float:left;
	width:130px;
	height:50px;
	line-height:50px;
	text-align: center;
	overflow:hidden;
	background:#1a5987;
	font-size:14px;
	color:#fff;
	margin:0 5px;
}
input.msgBt.bt2{background:#bfbfbf}

@media (max-width : 900px) {
	/*联系我们*/
	.contactUsDl dd{
		width: 49.3333%;
		margin: 0;
		padding: 0;
	}
	.mapBox{
		margin:0 10px;
		height: 400px;
	}
	#allmapmapcontact{
		height: 300px;
	}
}

/*联系我们 end*/





/*资质荣誉*/
.page_imgList.zzry dd a:hover:after {
	transform: scaleX(1);
}
.page_imgList.zzry dd a.imga{
	padding: 10px 10px 0 10px;
}
.page_imgList.zzry dd a.imga:hover
{
	background-color: #2b489c;
	color: #fff;
}

/*招聘信息*/
.zxns_list {
	margin-top: 40px;
	background: #fff;
}
.zxns_list .tit {
	cursor: pointer;
	line-height: 60px;
	border-bottom: 1px solid #ddd;
}
.zxns_list .tit h3 {
	font-size: 16px;
	font-weight: normal;
	color: #222;
	line-height: 60px;
	padding-left: 20px;
}
.zxns_list .tit label {
	display: block;
	color: #ccc;
	text-transform: uppercase;
	float: right;
	padding-right: 30px;
	background: url("../img/jtx.png") no-repeat right center;
}
.zxns_list li {
	margin-top: 10px;
}
.zxns_list li.on .tit label {
	background: url("../img/jtx.png") no-repeat right center;
}
.zxns_list .text {
	display: none;
	transition: all 0s;
	padding: 20px;
	line-height: 32px;
	color: #666;
}
.zxns_list .text h4 {
	line-height: 16px;
	margin: 8px 0;
	color: #333;
	padding-left: 10px;
	font-weight: normal;
	border-left: 4px solid #202a7b;
}
.zxns_list .text .list {
	margin-bottom: 40px;
}
.zxns_list .text .list:last-child {
	margin-bottom: 0;
}
