/* *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;} */
ul,
ol,
dl,
table,
th,
tr,
td,
input,
textarea,
li,
a,
div,
span,
em,
i {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

a:hover {
	text-decoration: none;
}

li {
	list-style: none;
}

/*全局样式*/
html,
body {
	width: 100%;
	margin: 0 auto;
}

/*= 清除浮动=*/
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
	display: block;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	font-size: 0px;
}

:focus {
	outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
	cursor: pointer
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 0%;
}

/* End hide from IE-mac */
*+html .clearfix {
	min-height: 0%;
}

/* 针对IE7 */
*+html .clearfix {
	min-height: 0%;
}

/*原文件配置*/
body {
	color: #333;
	background: #ffffff;
	font: 14px/28px 'Microsoft YaHei', arial, sans-serif;
	min-width: 320px;
}

a {
	color: #000;
}

a:hover {
	color: #144d92;
}

/*块级转化*/
.di_in {
	display: inline-block;
}

.di_no {
	display: none;
}

.di_bl {
	display: block;
}

/*原文件配置  end*/

/*纵向居中*/
.v_middle {
	vertical-align: middle;
}

/*横向居中*/
.te-align {
	text-align: center;
}

/*相对定位*/
.p_r {
	position: relative;
}

/* 白色背景 */
.bgfff {
	background: #fff;
}


@media (min-width: 1330px) {
	/*min-width 1330 */
	.container {
		width: 1300px;
		padding: 0;
		margin: 0 auto;
	}
}
@media (min-width: 750px) {
	.footer .container{
		display:flex;
		align-items:center;
		justify-content:space-between;
	}
}
img { border:0; padding:0px; margin:0px; max-width:100%; vertical-align:top;}
.ban{ text-align:center; margin:0 auto;}
.ny_left{ float:left; width:21%;}
.ny_right{ float:right; background:#fff; width:77%; padding:10px 0 20px 0;}
.ny_right1{ background:#fff; width:95%; margin:0 auto;}
.ny_right_con{ line-height:34px !important; padding-top:10px; min-height:200px;}

.ny_right_top{ border-bottom:1px solid #e7e7e7;}

.nytit{width: 50%;padding-left:0px; float:right;  margin-top: 10px;text-align: right}
.nytit a{ padding-right:10px;}
.nytit1{
	max-width: 50%;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	height:50px;
	line-height:50px;
	float:left;
	overflow:hidden; border-bottom:2px solid #144d92; color:#144d92; font-size:18px; font-weight:bold; padding:0 10px;}


/*次级页面二级菜单*/
.ny_left_top{ height:80px; width:100%; color:#FFF; background:#144d92; margin-top:-80px; font-size:18px; font-weight:bold; text-align:center; line-height:80px; margin-bottom:0px; position:relative; z-index:1; text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 13px;
}

.sidenav{ overflow:hidden; display:block; width:100%; border-left: 2px solid #144d92;}
.accordion { width:100%; }
.accordion .nav-link {
	display: flex;
	padding-left: 19px;
	padding-right:6px;
	min-height: 53px;
	/* line-height: 53px; */
	color: #fff;
	outline: none;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-size: 16px;
	align-items: center;
}
.accordion .nav-link a{ display: block; color:#494949;}
.accordion .nav-link:hover,.accordion .nav-link.li_current{  color: #fff !important; background:#144d92; font-size:16px; }
.accordion .nav-link:hover a,.accordion .nav-link.li_current a{  color: #fff !important; font-size:16px; }
.currentnav{ background:#8f000b !important; color: #fff !important; }

.nav-link1{ width:50px; height:53px; line-height:53px; cursor: pointer; position:absolute; top:0; right:3px;}
.accordion li{  position: relative; font-size:16px; border-bottom:1px solid #e6e5e5; background:#f6f6f6; overflow:hidden;  }
.accordion li:last-child .nav-link { font-size:16px; }
.accordion li i { display:block; width:30px; height:30px; position: absolute;top:12px;right: 12px;font-size: 18px; color: #595959; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; }
.accordion li.open .nav-link { color: #fff !important; background:#05509a; font-size:16px;  }
.accordion li.open .nav-link a{color: #fff !important; font-size:16px; }
.accordion li.open i.fa-chevron-down {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}
.sidemenu {display: none; font-size:14px !important; background:#f6f6f6; border-top:none; padding:10px 0;}
.sidemenu li { background:#f6f6f6; font-size:14px !important;border-bottom:none;}
.sidemenu a { display: block;font-size:14px !important;text-decoration: none; padding:8px 8px; padding-left:40px; -webkit-transition: all 0.25s ease;-o-transition: all 0.25s ease; transition: all 0.25s ease; }
.sidemenu a.on{color:#8f000b; background:#fff; border-left:3px solid #8f000b; padding-left:40px !important; }
.sidemenu a:hover {color:#8f000b; background:#fff; border-left:3px solid #8f000b; padding-left:40px !important; }






.dpzw{text-indent:2em; font-size:16px;}
.dpzw p{ text-indent:2em; text-align:justify; font-size:15px; text-justify:inter-ideograph; margin-bottom:10px; }
.dpzw p img{margin-left:-2em;}
.dpzw table td p{ text-indent:0 !important;  margin:0 !important;}
.dpzw img{text-align: center; max-width:100%; margin:10px auto; height:auto}
.dpzw table{margin:0 auto; max-width:100%;}


/*信息列表开始*/
.Newslist {}
.Newslist ul li {height:50px; line-height:50px; border-bottom:1px dashed #dcdcdc; background:url(../images/icon1.jpg) no-repeat left 23px; font-size:15px; padding-left:15px; overflow:hidden; width:97%; text-overflow: ellipsis; white-space: nowrap;}
.Newslist ul li span{float: right; padding-left:10px; color: #999999;}

/*图片列表开始*/
.pic{ width:100%;}
.pic ul li { float:left; width:30%; display:block; height:auto; overflow:hidden; cursor:pointer; background:#f7f7f7; margin-left:2%; margin-right:1%; margin-top:20px;}
.pic ul li .img3{width: 100%; min-width:100%; display: block; height: 0; padding-bottom: 60.394%; overflow: hidden;}
.pic ul li p{line-height:45px; text-align:center; height:45px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; padding:0 5px;}




/*详细页*/
.content{ width:100%; padding-top:10px; margin:0 auto;}
.content-title{ width:100%; border-bottom:1px dashed #ccc; padding-bottom:10px;}
.content-title h3{ font-size:24px; font-weight:bold; line-height:50px; width:100%; text-align:center; color:#222; padding-bottom:5px;}
.content-title i{TEXT-ALIGN: center;  MARGIN: 0px auto; BACKGROUND: #f6f6f6; HEIGHT: 32px; display:block; line-height:32px; font-style:normal;}
.content-con{font-size:15px; line-height:35px; padding:10px 0;}
.content-con p{ text-indent:2em; text-align:justify; text-justify:inter-ideograph; margin-bottom:20px;}
.content-con table td p{ text-indent:0 !important;  margin:0 !important;}
.content-con img{text-align: center; max-width:100%; margin:10px auto;  height:auto !important;}

.sxt{padding:15px 0; border-top:1px dotted #bbb;}
.sxt p{display:block; width:100%; height:34px; font-size:15px; line-height:34px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#333;}



/*全局样式 start*/
.header {
	height: 145px;
	width: 100%;
	border-top: 3px #144d92 solid;
	overflow: hidden;
}

.header h1 {
	margin-top: 0;
	margin-bottom: 0;
}

.header h1 img {
	display: block;
	height:118px;
}

.header .search {
	width: 380px;
	height: 42px;
	overflow: hidden;
	margin-top: 0;
}

.header .search .input {
	width: 280px;
	height: 40px;
	border: 1px #ccc solid;
	line-height: 40px;
	padding-left: 40px;
	background: url(../images/search.jpg)no-repeat 10px center;
}

.header .container{
	display:flex;
	align-items:center;
	justify-content:space-between;
}

#divu1{
	flex:1;
}

.hd_nav {
	background-color: #144d92;
	width: 100%;
	height: 60px;
}

.hd_nav .box {
	width: 1300px;
	margin: 0 auto;
}

.hd_nav li {
	width: 14.2%;
	height: 60px;
	line-height: 60px;
}

.hd_nav li a {
	color: #FFF;
	font-size: 18px;
}

.drop {
	display: none;
	background-color: #144d92;
	position: absolute;
	width: 100%;
	z-index: 99;
	padding-bottom: 10px;
	top: 60px;
}

.hd_nav .drop a {
	line-height: 25px;
	font-size: 16px;
	min-height: 35px;
	align-items: center;
	display: flex;
	justify-content: center;
	padding:5px 7px;
}

.drop a:hover {
	background: #fff;
	color: #144d92;
}

.banner {
	width: 100%;
	height: 420px;
	overflow: hidden;
}

.banner .prev,
.banner .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -20px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.banner .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.banner .prev:hover,
.banner .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.banner .prevStop,
.banner .nextStop {
	display: none;
}

.banner .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.banner .bd li {
	height: 500px;
}

.banner .bd img {
	width: 100%;
	display: none;
}

.title {
	font-size: 30px;
	color: #144d92;
	font-weight: bold;
	margin-top: 40px;
}

.t-icon {
	margin-top: 10px;
}

.t-icon img {
	max-width: 100%;
}

.home-news {
	overflow: hidden;
	height: 405px;
	margin-top: 35px;
}

.home-news .text-box {
	width: 600px;
}

.home-news .text-box .txt-info {
	border-bottom: 1px #d8d8d8 solid;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.home-news .text-box .txt-info h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 24px;
	margin-top: 0;
}

.home-news .text-box .txt-info span {
	background: url(../images/time.png)no-repeat left center;
	background-size: auto 90%;
	padding-left: 25px;
	color: #999;
}

.home-news .text-box .txt-info p {
	color: #838383;
	font-size: 15px;
	text-indent: 30px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.home-news .text-box li {
	height: 48px;
	line-height: 48px;
}

.home-news .text-box li a {
	background: url(../images/icon1.jpg)no-repeat left center;
	padding-left: 2.5%;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}

.home-news .text-box li span {
	color: #999;
	font-size: 16px;
}

.home-news .focus {
	height: 405px;
	width: 640px;
	overflow: hidden;
	text-align: center;
	background: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-news .focus img{
	max-height:405px;
}


.home-news .focus .txt {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 30px;
	background: rgba(255, 255, 255, 0.8);
	height: 60px;
}

.home-news .focus .txt .time {
	background-color: #144d92;
	color: #FFF;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 70px;
	width: 80px;
}

.home-news .focus .txt .time span {
	font-size: 30px;
	margin-top: 10px;
}

.home-news .focus h4 {
	padding-left: 100px;
	line-height: 60px;
	color: #494949;
	font-size: 16px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 20px;
}

.more {
	margin-top: 40px;
}

.more a {
	border: 1px #e8e8e8 solid;
	padding: 10px 20px;
	border-radius: 3px;
	font-size: 16px;
	color: #494949;
}

.home-info {
	height: 150px;
	width: 100%;
	margin-top: 40px;
}

.home-info .items {
	width: 302px;
	margin-right: 30px;
}

.home-info .items img {
	display: block;
}

.home-info .items:last-child {
	margin-right: 0;
}

.home-info .items .bg {
	background-color: #5ca5dc;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	z-index: 1;
}

.home-info .items .txt {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 56px;
	left: 0;
	top: 50%;
	margin-top: -28px;
	line-height: 56px;
	color: #FFF;
	font-size: 24px;
}

.home-info .items span {
	width: 56px;
	height: 56px;
	vertical-align: middle;
}

.home-info .items .icon1 {
	background: url(../images/icon2.png)no-repeat left center;
}

.home-info .items .icon2 {
	background: url(../images/icon3.png)no-repeat left center;
}

.home-info .items .icon3 {
	background: url(../images/icon4.png)no-repeat left center;
}

.home-info .items .icon4 {
	background: url('../images/icon5.png')no-repeat left center;
}

.home-about {
	width: 100%;
	height: 650px;
	background: url(../images/bg.jpg)no-repeat center;
	margin-top: 55px;
	overflow: hidden;
}

.home-about .content {
	width: 100%;
	display: table;
	margin-top: 50px;
}

.home-about .pic {
	width: 640px;
}

.home-about .pic img {
	display: block;
}

.home-about .about {
	width: 610px;
}

.home-about .about a {
	    color: #144d92;
	    margin-top: 10px;
	    float: right;
}

.home-about .about .tit {
	height: 62px;
	background: url(../images/tbg.png)no-repeat left center;
	line-height: 62px;
	font-size: 24px;
	padding-left: 50px;
	color: #494949;
}

.home-about .about .txt {
	font-size: 16px;
	text-indent: 32px;
	color: #666;
	line-height: 36px;
	margin-top: 15px;
	height:288px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:8;
	-webkit-box-orient:vertical;
}

.home-about .about .txt a {
	color: #144d92;
	display: inline-block;
	float: right;
}

.link {
	overflow: hidden;
	margin-top: 35px;
	margin-bottom: 35px;
	padding: 0 100px;
}

.link li {
	margin-right: 35px;
}

.link .prev {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/left.png)no-repeat center;
	background-size: 100%;
	width: 42px;
	height: 97px;
}

.link .next {
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/right.png)no-repeat center;
	background-size: 100%;
	width: 42px;
	height: 97px;
}

.link .bd {
	overflow: hidden;
	width:100%;
}

.footer {
	background-color: #144d92;
	padding: 50px 0;
	margin-top: 0px;
	color: #FFF;
}

.footer .copyright {
	font-size: 15px;
}

.footer .sns {
	display: table;
	margin-top: 20px;
}

.footer .sns a {
	width: 35px;
	height: 35px;
	margin-left: 30px;
}

.footer .sns a .erwma {
	position: absolute;
	display: none;
	background-color: #FFF;
	width: 100px;
	height: 100px;
	padding: 10px;
	top: -100px;
	right: -20px;
}

.footer .sns a .erwma img {
	width: 80px;
	height: 80px;
}

.footer .sns a.qq {
	background: url(../images/qq.png)no-repeat center;
}

.footer .sns a.wbo {
	background: url(../images/wbo.png)no-repeat center;
}

.footer .sns a.wx {
	background: url(../images/wx.png)no-repeat center;
}

.footer .sns a.f {
	background: url(../images/f.png)no-repeat center;
}



/*全局样式 end*/

@media (min-width: 1025px) {

	/*所有hover写在这里面 兼容sofari的移动端不支持hover*/
	.hd_nav li:hover .drop,
	.footer .sns a:hover .erwma {
		display: block;
	}

	.home-info .items:hover .bg {
		background-color: #144d92;
	}
}

@media (min-width: 768px) {
	.hd_nav li:hover .drop {
		display: block;
	}
}

@media (max-width: 1329px) {

	/*修改1441以下、小屏显示器*/
	.hd_nav .box {
		width: 100%;
	}

	.home-news .text-box {
		width: 48%;
	}

	.home-news .focus {
		width: 50%;
	}

	.home-news .focus .bd li {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.home-info {
		height: auto;
		display: table;
	}

	.home-info .items {
		width: 23.33%;
		margin-right: 2%;
	}

	.home-info .items img {
		width: 100%;
	}

	.home-about .pic {
		width: 56%;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.home-about .about {
		width: 42%;
	}
	.dpzw {
		padding: 0 20px;
	}

}

@media (max-width: 1199px) {

	/*修改1200以下、小屏显示器*/



}

@media (max-width: 1023px) {

	/*修改1024以下、平板*/



	.pic ul li { float:left; width:48%; margin-left:0; margin-right:0;}
	.pic ul li:nth-child(1n){float: left;}
	.pic ul li:nth-child(2n){float: right;}

	.ny_left{ display:none;}
	.ny_left_top{ display:none;}
	.nytit1{ display:none;}
	.nytit{ float:none; width:98%;}
	.nytit a{ padding-right:7px;}
	.ny_right{ width:100%; float:none; padding:10px 2%;}
	.ny{ width:auto; padding:0 10px;}

	.sjdh{ width:96%; margin:0px 2% 15px 2%; display:block;}
	.sjdh li{ width:48% !important; float:left; text-align:center;  white-space:nowrap; text-overflow:ellipsis; margin-top:2%; overflow:hidden;}
	.sjdh li a{ height:40px; line-height:40px; background:#eee; display:block;}
	.sjdh li:nth-child(2n){float: right;}
	.sjdh ul li a:hover{background:#8f000b; color:#fff;}
	.sjdh ul li a.hover{ background:#8f000b; color:#fff;}

	.content{width:100%;}
	.content-title{width:100%;}
	.content-con{width:100%;}
	.content-con img{
		display: block;
		max-width: 82%;
		margin: 0.8em auto;
	}

	.header {
		height: 100px;
	}

	.header h1 {
		margin-top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100px;
	}

	.header h1 img {
		height: 80px;
	}

	.header .search {
		margin-top: 0;
	}

	.banner,
	.banner .bd li {
		height: auto;
	}

	.banner .bd img {
		display: block;
		width: 100%;
	}

	.hd_nav .box {
		width: 100%;
	}

	.hd_nav li a {
		font-size: 16px;
	}

	.home-news {
		height: auto;
	}

	.home-news .text-box {
		width: 100%;
	}

	.home-news .focus {
		width: 100%;
		margin-top: 20px;
	}

	.home-news .focus img {
		max-width: 100%;
	}

	.home-about {
		height: auto;
		background-size: cover;
	}

	.home-about .content {
		padding-bottom: 80px;
	}

	.home-about .pic,
	.home-about .about {
		width: 100%;
	}

	.home-about .about {
		margin-top: 30px;
	}

	.link {
		margin-top: 45px;
		padding: 0 60px;
	}
}

@media (max-width: 767px) {

	/*修改768以下、小屏平板*/
	body {
		padding-top: 70px;
	}

	.header {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9;
	}

	.header,
	.header h1 {
		height: 70px;
	}

	.header h1 img {
		height: 60px;
	}

	.header .search {
		display: none;
	}

	.sj_menu {
		width: 26px;
		height: 26px;
		background: url('../images/case_05.png') no-repeat center;
		background-size: contain;
		display: block;
		position: absolute;
		right: 20px;
		top: 50%;
		margin-top: -13px;
	}

	.hd_nav {
		margin-left: 0;
		bottom: 0;
		overflow: scroll !important;
		width: 0;
		height: 0;
	}

	.fobid {
		height: 100vh;
		overflow: hidden;
	}

	.hd_nav .drop_bg {
		position: fixed;
		top: 70px;
		width: 100%;
		right: -100%;
		bottom: 0;
		background: rgba(0, 0, 0, .6);
		z-index: 100;
		display: block;
		transition: all .1s;
	}

	.hd_nav .box {
		position: fixed;
		width: 160px;
		top: 70px;
		bottom: 0;
		right: -100%;
		background: #fff;
		z-index: 101;
		display: block;
		transition: all .1s;
	}

	.r0 {
		right: 0 !important;
	}

	.hd_nav li {
		width: 100%;
		height: auto;
		line-height: 40px;
		text-align: left;
		position: relative;
	}

	.hd_nav li span {
		position: absolute;
		width: 0;
		height: 0;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		border-top: 5px solid #144d92;
		top: 18px;
		right: 20px
	}

	.hd_nav li a {
		color: #144d92;
		font-size: 16px;
		padding-left: 20px
	}

	.drop {
		position: relative;
	}

	.drop a {
		color: #FFF !important;
	}

	.title {
		font-size: 24px;
		margin-top: 30px;
	}

	.home-news .text-box .txt-info h3 {
		font-size: 20px;
	}

	.home-news .text-box .txt-info p {
		font-size: 14px;
	}

	.home-news .focus {
		height: auto;
	}

	.home-info {
		margin-top: 10px;
	}

	.home-info .items {
		width: 49%;
		margin-top: 20px;
	}

	.home-info .items:nth-child(even) {
		margin-right: 0;
	}

	.home-info .items .txt {
		font-size: 14px;
	}

	.home-info .items span {
		width: 35px;
		height: 56px;
		background-size: 100% !important;
	}

	.home-about .pic img {
		max-width: 100%;
	}

	.home-about .about .tit {
		background-size: 100%;
		padding-left: 30px;
		font-size: 18px;
	}

	.link {
		margin-top: 30px;
		padding: 0 0px;
	}

	.link .prev,
	.link .next {
		display: none;
	}

	.footer {
		padding: 20px 0;
	}

	.footer .sns {
		width: 100%
	}

	.footer .sns a {
		margin-left: 0;
		margin-right: 15px;
	}

	.link li {
		margin-right: 15px;
		width: 220px !important;
	}

	.link li img {
		width: 100%;
	}

	.drop {
		top: 0;
	}



	.pic ul li { float:left; width:48%; margin-left:0; margin-right:0;}
	.pic ul li:nth-child(1n){float: left;}
	.pic ul li:nth-child(2n){float: right;}

	.ny_left{ display:none;}
	.ny_left_top{ display:none;}
	.nytit1{ display:none;}
	.nytit{ float:none; width:98%;}
	.nytit a{ padding-right:7px;}
	.ny_right{ width:100%; float:none; padding:10px 2%;}
	.ny{ width:auto; padding:0 10px;}

	.sjdh{ width:96%; margin:0px 2% 15px 2%; display:block;}
	.sjdh li{ width:48% !important; float:left; text-align:center;  white-space:nowrap; text-overflow:ellipsis; margin-top:2%; overflow:hidden;}
	.sjdh li a{ height:40px; line-height:40px; background:#eee; display:block;}
	.sjdh li:nth-child(2n){float: right;}
	.sjdh ul li a:hover{background:#8f000b; color:#fff;}
	.sjdh ul li a.hover{ background:#8f000b; color:#fff;}

	.content{width:100%;}
	.content-title{width:100%;}
	.content-con{width:100%;}
	.content-con img{
		display: block;
		max-width: 82%;
		margin: 0.8em auto;
	}

	.content{width:100%;}
	.content-title{width:100%;}
	.content-con{width:100%;}
	.content-con img{
		display: block;
		max-width: 82%;
		margin: 0.8em auto;
	}





}

@media (max-width: 424px) {

	/*修改425以下、普通的安卓手机屏*/
	body {
		padding-top: 60px;
	}

	.header,
	.header h1 {
		height: 60px;
	}

	.header h1 img {
		height: 40px;
	}

	.hd_nav .drop_bg {
		top: 60px;
	}

	.hd_nav li a,
	.home-news .focus h4,
	.more a {
		font-size: 14px;
	}

	.title {
		margin-top: 20px;
	}

	.home-news .text-box .txt-info {
		padding-bottom: 10px;
	}

	.home-news .text-box .txt-info h3 {
		font-size: 18px;
	}

	.home-news .text-box .txt-info p {
		line-height: 30px;
	}

	.home-news .text-box li a {
		font-size: 14px;
	}

	.home-news .focus .txt {
		left: 15px;
	}

	.home-about .content {
		margin-top: 20px;
	}

	.home-about .about .txt {
		font-size: 14px;
		line-height: 32px;
	}

	.hd_nav .box {
		top: 56px;
	}
}

@media (max-width: 374px) {
	/*修改375以下、iPhone5，4，等小屏手机*/
}




/*媒体青大*/
.articleImageList ul{ overflow:hidden;}
.articleImageList ul li{ float:left; width:50%; +width:49.9%; margin-bottom:20px;}
.articleImageList ul li .articleImageListulW{ height:71px; border:1px solid #e3e3e3; overflow:hidden;}
.articleImageList ul li .leftImage{ display:block; width:68px; height:66px; padding:2px 3px 3px 2px; background-color:#e5e5e5; overflow:hidden; float:left;}
.articleImageList ul li .leftImage img{ width:68px; height:66px;}
.articleImageList ul li .articleTitle{ margin-left:90px; margin-right:10px;padding-top:13px; display:block;line-height:25px; }
.articleImageList ul li .articleTitle a{ font-size:16px; }
.articleImageList ul li .articleTitle a:hover{ font-weight:bolder;}
.articleImageListulW1,.articleImageListulW3,.articleImageListulW5{ margin-right:15px;}
.articleImageListulW2,.articleImageListulW4,.articleImageListulW6{ margin-left:15px;}
