
body,
div,
p,
ul,
li,
span {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Microsoft YaHei";
	color: #933;
}

a {
	text-decoration: none;
	color: #444;
}

html {
	font-size: 62.5%;
	justify-content: space-between;
}

body {
	font-size: 1.2rem;
	background-color: #f5f5f5;
	background-image: url(../image/bg.jpg);
	min-width: 1200px;
}

form {
	margin: 0;
	padding: 0;
}

p {
	font-size: 16px;
}

.header {
	/* position: relative; */
	/* height: 295px; */
	background-color: #fff;
	overflow: hidden;
}

.header .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	width: 34%;
}

.logo img {
	max-width: 100%;
        border: 0;
}

.search {
	width: auto;
	display: flex;
	background-color: #f4f4f4;
	border-radius: 6px;
	justify-content: space-between;
	align-items: center;
}

.search input.key {
	border: 0;
	outline: 0;
	line-height: 36px;
	height: 36px;
	padding: 0 2px;
	width: 72%;
	background-color: transparent;
}

.search button.btn {
	background-color: #2176c9;
	color: #fff;
	font-size: 16px;
	width: 20%;
	border-radius: 0 6px 6px 0;
	border: 0;
	line-height: 40px;
	cursor: pointer;
	outline: 0;
	white-space: nowrap;
}

.search button.btn:hover {
	background-color: #eebc43;
}

.nav {
	background-color: #2176c9;
	height: 50px;
	width: 100%;
	margin: 0 auto;
}

.nav>ul {
	width: 83%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.nav>ul>li {
	line-height: 50px;
	width: 10% !important;
	position: relative;
	border-right: 1px solid #edf0f2;
}

.nav>ul>li:first-child {
	border-left: 1px solid #edf0f2;
}

.nav>ul>li>a {
	font-size: 15px;
	color: #fff;
	display: block;
	text-align: center;
	font-weight: bold;
	/* padding: 0 20px; */
}

.nav>ul>li.active>a,
.nav>ul>li:hover>a {
	background-color: #eebc43;
	font-weight: bold;
}

.nav>ul>li ul {
	max-height: 0;
	position: absolute;
	left: 0px;
	z-index: 99;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	min-width: 100%;
	overflow: hidden;
	transition: all 1s;
}

.nav>ul>li:hover ul {
	max-height: 600px;
}

.nav>ul>li ul li {
	width: 100% !important;
	text-align: center;
}

.nav>ul>li ul li a {
	margin: 0 0px;
	font-size: 15px;
	color: #333;
	display: block;
	text-align: center;
	font-weight: bold;
	line-height: 46px;
	border-bottom: 1px solid #eee;
	white-space: nowrap;
	padding: 0 10px;
}

.nav>ul>li ul li a:hover {
	color: #2176C9;
	background-color: #f8f8f8;
}

.nav>ul>li ul li:last-child a {
	border-bottom: 0px;
}

.main {
	padding-bottom: 30px;
}

.wrap {
	width: 83%;
	margin: 0 auto;
}

.marginTop {
	margin-top: 15px;
}

.ofHid {
	overflow: hidden;
}

.disFlex {
	display: flex;
	justify-content: space-between
}

.topslider {
	max-height: 500px;
}

.topslider .sliderbox .slide img {
	width: 100%;
	/* height: 500px; */
}

.newsSlide {
	float: left;
	width: 48%;
}

.newsSlide .slide {
	height: 500px;
}

.newsSlide img {
	width: 100%;
	height: 500px;
}

.newsSlide .slide {
	position: relative;
}

.newsSlide .slide p,
.newsSlide .slide p a {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	padding-left: 20px;
	background-color: rgba(0, 0, 0, 0.5);
	line-height: 60px;
	height: 60px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.newsSlide .bx-wrapper .bx-pager {
	width: 120px;
	right: 0;
	bottom: 18px;
}

.newsSlide .bx-wrapper .bx-pager.bx-default-pager a,
.newsSlide .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background-color: #999;
	opacity: 1;
}

.newsSlide .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #fff;
}

.topnews {
	background-color: #fff;
	padding: 30px 30px;
	margin-bottom: 10px;
	height: 110px;
	overflow: hidden;
}

.topnews h4 {
	font-size: 20px;
	/* font-weight: normal; */
	margin: 0 0 10px 0;
	text-align: center;
	line-height: 28px;
	max-height: 56px;
	overflow: hidden;
}

.topnews h4 a {
	color: #e00;
}

.topnews h4 a:hover {
	color: #2176c9;
}

.topnews p {
	font-size: 14px;
	color: #444;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
}

.newsHot {
	float: right;
	width: 51%;
	height: 500px;
}

h3.hotTitle {
	margin: 0 0 0 0;
	background-color: #ebf0f5;
	padding: 0px 30px 0px 20px;
}

h3.hotTitle span {
	display: inline-block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 65px;
	height: 65px;
	color: #555;
	padding: 0 10px;
	cursor: pointer;
	margin-right: 30px;
}

h3.hotTitle span.active {
	border-bottom: #2176c9 4px solid;
	color: #2176c9;
}

h3.hotTitle a {
	display: block;
	float: right;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	margin: 10px 0 0 0;
}

h3.hotTitle a em {
	font-family: 'Ã¥Â®â€¹Ã¤Â½â€œ';
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	padding-left: 5px;
}

h3.hotTitle a:hover {
	color: #2176c9;
}

.newsHot .content {
	background-color: #fff;
	padding: 0 30px 30px 30px;
}

.newsHot li {
	line-height: 51px;
	height: 51px;
	position:relative;
	border-bottom: dashed 1px #ccc;
}

.newsHot li a {
	display: block;
	font-size: 16px;
	/* font-weight: bold; */
	
	margin: 0px 0 0 0;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding-right:120px
}

.newsHot li a em {
	font-style: normal;
	color: #00afc4;
	padding-right: 10px;
	font-size: 18px;
}

.newsHot li a span {
	position:absolute;
	right:0;
	top:0
	font-size: 16px;
	font-weight: normal;
}

.newsHot li a:hover {
	color: #2176c9;
}

.newsPart {
	float: left;
	width: 49.5%;
	background-color: #fff;
	/* padding:30px 30px; */
	box-sizing: border-box;
}

.newsPart02,
.newsPart04 {
	float: right;
}

h3.partTitle {
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
	height: 36px;
	color: #555;
	margin: 0 0 0 0;
	position: relative;
	background-color: #ebf0f5;
	padding: 20px 30px 20px 20px;
}

h3.partTitle span {
	/* position: absolute;
	top: 15px;
	left: 30px; */
	float: left;
	margin-right: 20px;
}

h3.partTitle a {
	display: block;
	float: right;
	font-size: 14px;
	color: #666;
	font-weight: normal;
}

h3.partTitle a em {
	font-family: 'Ã¥Â®â€¹Ã¤Â½â€œ';
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	padding-left: 5px;
}

h3.partTitle a:hover {
	color: #2176c9;
}

.newsPart01 h3.partTitle {
	color: #f44437;
}

.newsPart02 h3.partTitle {
	color: #43c875;
}

.newsPart03 h3.partTitle {
	color: #f1b000;
}

.newsPart04 h3.partTitle {
	color: #4f9bd5;
}

.newsPart .content {
	margin: 20px 0 0 0;
}

.newsPart .content {
	padding: 0 30px 30px 30px;
}

.newsPart li {
	border-bottom: solid 1px #eee;
	margin: 0px 0 0 0;
}

.newsPart li a {
	display: block;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	padding: 0 0 0 20px;
	overflow: hidden;
	color: #666;
	background-image: url(../image/listArrow.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.newsPart li a span {
	float: right;
	font-size: 16px;
	font-weight: normal;
}

.newsPart li a:hover {
	color: #2176c9;
}

.picsSlider {
	background-color: #fff;
	/* padding: 00px 30px 30px 30px; */
}

.picsSlider h3 {
	/* margin: 0 0 30px 0; */
}

.picsSlider .content {
	padding: 30px;
}

.picsSlider .slide img {
	border: 0;
}

.picsSlider .slide p {
	line-height: 50px;
	text-align: center;
	background-color: #f8f8f8;
	padding: 0 20px;
	height: 50px;
	overflow: hidden;
}

.picsSlider .slide a:hover p {
	background-color: #2176c9;
	color: #fff;
}

.zhuanti {
	float: left;
	width: 70%;
	background-color: #fff;
	overflow: hidden;
}

.zhuanti .content {
	/* box-sizing: border-box; */
	padding: 30px;
	overflow: hidden;
}

.zhuanti .pic {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

.zhuanti .pic a {
	display: block;
	width: 49%;
}

.zhuanti .pic img {
	width: 100%;
	/* 	width: 510px;*/
	height: 150px;
	border: 0;
	margin-bottom: 10px;
}


/* 
.zhuanti .pic a:nth-child(2n) img {
	float: right;
} */

.zhuanti li {
	border-bottom: solid 1px #eee;
	margin: 3px 0 0 0;
}

.zhuanti li a {
	display: block;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	padding: 0 0 0 20px;
	overflow: hidden;
	color: #666;
	background-image: url(../image/listArrow.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.zhuanti li a span {
	float: right;
	font-size: 16px;
	font-weight: normal;
}

.zhuanti li a:hover {
	color: #2176c9;
}

.p3s {
	float: right;
	width: 28.75%;
	background-color: #fff;
	box-sizing: border-box;
	padding: 24px 30px 30px 30px;
}

.p3s-1 {
	margin-bottom: 20px;
}

.p3s-1 h3 {
	font-size: 20px;
	line-height: 40px;
	margin-top: 0;
}

.p3s-1 h3 a {
	display: block;
	float: right;
	font-size: 14px;
	font-weight: normal;
}

.p3s-1 img {
	width: 100%;
	max-width: 395px;
	/* height: 150px; */
}

.p3s-2 {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.p3s-2 img {
	width: 100%;
	max-width: 395px;
	/* height: 150px; */
}

.p3s-3 {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.p3s-3 img {
	width: 100%;
	max-width: 395px;
	/* height: 150px; */
}

.p3s-4 {
	box-sizing: border-box;
}

.p3s-4 img {
	width: 100%;
	max-width: 395px;
	/* height: 150px; */
}

.links {
	background-color: #fff;
	box-sizing: border-box;
	padding: 30px 0 30px 0;
	margin-bottom: 40px;
}

h3.linkTitle {
	text-align: center;
	margin: 0px 0 25px 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
	height: 36px;
	padding: 0 60px;
	color: #555;
	position: relative;
}

h3.linkTitle span {
	width: 15%;
	height: 2px;
	background-color: #ccc;
	position: absolute;
	top: 20px;
}

h3.linkTitle span.left {
	left: 29%;
}

h3.linkTitle span.right {
	right: 29%;
}

.links .content {
	padding: 0 30px;
}

.links .content ul {
	overflow: hidden;
}

.links .content ul li {
	background-color: #f5f5f5;
	line-height: 50px;
	height: 50px;
	text-align: center;
	font-size: 18px;
	width: 18.9%;
	margin-right: 1%;
	display: inline-block;
	background-image: url(../image/arrow_1.png);
	background-repeat: no-repeat;
	background-position: 89% center;
}

.links .content ul>li:nth-child(5) {
	margin-right: 0;
}

.links .content ul li.last {
	margin-right: 0;
}

.links .content ul li.hover {
	background-color: #2176c9;
	color: #fff;
	cursor: pointer;
	background-image: url();
}

.linksBox {
	position: relative;
}

.linksBox div {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 0;
	background-color: #fff;
	z-index: 999;
	padding: 15px 30px;
	box-sizing: border-box;
	display: none;
	z-index: 999;
}

.linksBox ul {
	overflow: hidden;
}

.linksBox li {
	display: inline-block;
	list-style: disc;
	margin: 0px 50px 0 20px;
}

.linksBox li a {
	font-size: 16px;
	line-height: 40px;
}


/*Ã¥â€ â€¦Ã©Â¡Âµ*/

.pageSide {
	float: left;
	width: 25%;
	background-color: #fff;
	padding: 0 0px;
	box-sizing: border-box;
}

h3.sideTitle {
	background-color: #2176c9;
	color: #fff;
	margin: 0 0 0 0;
	font-size: 22px;
	height: 110px;
	box-sizing: border-box;
	padding: 35px 0 0 50px;
	border-top: 15px solid #0c4175;
}

.pageSide ul {
	padding: 20px 0 30px 0;
}

.pageSide li {
	border-bottom: solid 1px #eee;
	overflow: hidden;
}

.pageSide li a {
	display: block;
	font-size: 18px;
	line-height: 60px;
	/* height: 60px; */
	padding: 0 0 0 30px;
	color: #666;
}

.pageSide li a span {
	float: right;
	font-size: 16px;
	font-weight: normal;
}

.pageSide li.active a,
.pageSide li a:hover {
	color: #fff;
	background-color: #eebc43;
}

.pageList,
.pageDetail,
.picsList,
.downList {
	float: right;
	width: 74%;
	background-color: #fff;
	padding: 0 30px;
	box-sizing: border-box;
}

.searchList {
	float: none;
	width: 100%;
}

h3.newsTitle {
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	height: 60px;
	color: #555;
	position: relative;
	border-bottom: solid 1px #ccc;
	padding: 10px 0 20px 0;
}

h3.newsTitle span {
	float: right;
	font-weight: normal;
	font-size: 16px;
	color: #999;
	margin: 20px 0 0 0;
}

h3.newsTitle em {
	color: #2176C9;
}

.pageList .content ul {
	padding: 0px 0 30px 0;
	min-height: 300px;
}

.pageList .content li {
	border-bottom: solid 1px #eee;
	margin: 10px 0 0 0;
}

.pageList .content li a {
	display: block;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	padding: 0 0 0 20px;
	overflow: hidden;
	color: #333;
	background-image: url(../image/listArrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	transition: all ease 0.5s;
}

.pageList .content li a span {
	float: right;
	font-size: 14px;
	font-weight: normal;
	color: #999;
}

.pageList .content li a:hover {
	color: #2176c9;
	/* padding: 0 0 0 30px;
	background-position:10px center; */
}

.pageList .content li a:hover span {
	color: #2176c9;
}

.pages {
	overflow: hidden;
	padding: 20px 0 50px 0;
}

.pages ul {
	overflow: hidden;
	text-align: center;
}

.pages li {
	display: inline-block;
	margin: 0 1px;
}

.pages li a,
.pages li span {
	display: block;
	min-width: 50px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 0 15px;
	box-sizing: border-box;
}

.pages span.active,
.pages li a:hover {
	background-color: #2176c9;
	color: #fff;
}

.pages li a[disabled=disabled] {
	background-color: #f5f5f5;
	color: #999;
}

h1.newsTitle {
	font-size: 26px;
	line-height: 50px;
	text-align: center;
	margin: 40px 0;
	padding: 0 100px;
}

.newsinfo {
	/* border-bottom: solid 1px #ccc; */
	overflow: hidden;
	text-align: center;
	background-color: #f8f8f8;
}

.newsinfo div {
	display: inline-block;
	font-size: 14px;
	line-height: 56px;
	padding: 0 40px;
	color: #999;
}

.editor {
	margin: 40px 0 80px 0;
	font-size: 14px;
	line-height: 40px;
}

.editor p {
	font-size: 14px;
	line-height: 40px;
	/*margin: 0 0 20px 0;*/
}

.editor p img {
	display: block;
	border: 1px solid #eee;
	background-color: #f8f8f8;
	/* padding: 15px; */
}

.picsList {}

.picsList .content ul {
	overflow: hidden;
	/* text-align: center; */
}

.picsList .content ul li {
	display: inline-block;
	width: 32%;
	margin: 0 0.5% 30px 0.5%;
	text-align: center;
}

.picsList .content ul li .img {
	width: 100%;
	overflow: hidden;
	/* height:230px; */
}

.picsList .content ul li img {
	width: 100%;
	/* height: 230px; */
	display: block;
	transition: all ease 0.5s;
	border: 0;
}

.picsList .content ul li p {
	background-color: #f8f8f8;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	height: 50px;
	overflow: hidden;
}

.picsList .content ul li a:hover p {
	background-color: #2176c9;
	color: #fff;
}

.picsList .content ul li a:hover img {
	transform: scale(1.1);
}

.downList .content {
	margin: 0 0 50px 0;
}

.downList .content li {
	overflow: hidden;
	border-bottom: 1px solid #f8f8f8;
	padding: 10px 0;
}

.downList .content li:first-child {
	background-color: #f8f8f8;
	padding: 0 0 0 0;
}

.downList .content li:first-child div {
	font-size: 16px;
	line-height: 56px;
	font-weight: bold;
	color: #666;
}

.downList .content li div {
	float: left;
	font-size: 16px;
	line-height: 40px;
	padding: 0 2%;
	text-align: center;
	width: 12%;
	color: #666;
	border-right: 1px solid #fff;
}

.downList .content li div.name {
	width: 47%;
	text-align: left;
}

.downList .content li div.add {
	border: 0;
}

.downList .content li div a {
	display: block;
	border-radius: 5px;
	background-color: #2176c9;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	width: 80%;
	margin: 0 auto;
}

.downList .content li div a:hover {
	background-color: #444;
}

.downList .content li div.date,
.downList .content li div.num {
	font-size: 14px;
	color: #999;
}

.downList .content li:first-child div.date,
.downList .content li:first-child div.num {
	color: #666;
	font-size: 16px;
}

.footer {
	background-color: #0c4175;
	padding: 30px 0;
}

.footer .wrap {
	position: relative;
	/* height: 120px; */
}

.logo2 {
	float: left;
	width: 20%;
}

.logo2 img {
	/* width: 100%; */
	/* max-width: 220px; */
}

.copyright {
	float: left;
	width: 60%;
	text-align: center;
}

.copyright p {
	line-height: 40px;
	font-size: 16px;
	color: #fff;
}

.copyright p.companyname {
	font-size: 20px;
}

.qr {
	float: right;
	color: #fff;
	font-size: 16px;
	text-align: center;
	overflow: hidden;
}

.qr .qr1 {
	float: right;
	margin: 0 5px 0 0;
}

.qr .qr1 img {
	width: 90px;
	height: 90px;
}

.qr .qr2 {
	float: left;
}

.qr p {
	color: #FFFFFF;
}


/*Ã©Â£ËœÃ¥Å Â¨Ã¥â€ºÂ¾Ã§â€°â€¡Ã¥Â¹Â¿Ã¥â€˜Å */

#piaodong {
	background-color: #fff;
	z-index: 9999;
}

#piaodong a img {
	display: block;
	max-width: 300px;
	max-height: 200px;
}

#piaodong .close {
	position: relative;
}

#piaodong .close img {
	width: 12px;
	height: 12px;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 6px;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

#piaodong .close:hover img {
	background-color: rgba(255, 255, 255, 1);
}

.appfooter {
	display: none;
}

.editor .MsoNormal {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.editor,
.editor p {
	margin: 0px 0 0px 0;
	padding: 30px 0px;
	color: #333333;
	font-size: 18px;
	line-height: 40px;
}

.Na {
	display: none;
}

.shownews img {
	width: 100%;
}

@media screen and (max-width: 1024px) and (min-width: 751px) {
	.m_img {
		height: 60px;
	}
	.m_img .headlf .m_logo {
		height: 52px;
	}
	.m_img .headrg {
		padding-top: 22px;
	}
	
	.topnews{width:92%; top:-382px;}
	.newsSlide{margin-top: 151px;}
	
	.zhuanti .pic img{height:140px}
	.p3s-2 img,.p3s-1 img {
    width: 100%;
    max-width: 100%;
}

.newsSlide img {
	height: 600px !important;
	}
.topnews {
    height: auto;
    position: absolute;
    top: -770px !important;
}
.newsSlide{padding-bottom:20px;margin-top:127px !important; }
	
}

@media only screen and (max-width:1024px) {
	body {
		width: 100%;
		overflow-x: hidden;
		min-width: auto;
	}
#piaodong{ display: none;}
	.sx_hidden {
		display: none;
	}
	.header {
		width: 100%;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.wrap {
		width: 100%;
	}
	.logo img {
		width: 100%;
	}
	.nav {
		height: auto;
		width: 100%;
		position: relative;
		display: none;
		position: absolute;
		z-index: 9;
		top: 48px;
	}
	.nav>ul {
		width: 100%;
		margin: 0 auto;
		display: block;
		background-color: #2176c9;
	}
	.nav>ul>li>a {
		font-weight: normal;
	}
	.logo {
		width: 70%;
	}
	.nav>ul>li {
		width: 100%;
		border: 0px;
		border-bottom: 1px solid #649fd9;
	}
	.topslider {
		height: auto;
	}
	.bx-wrapper img {
		max-width: 140%;
	}
	.topslider .sliderbox .slide img {
		width: 140%;
		/* height: 500px; */
		transform: translateX(-15%);
	}
	.newsSlide {
		float: none;
		width: 95%;
		margin: 0 auto;
		margin-top: 166px
	}
	.newsSlide .slide {
		height: auto;
	}
	.newsSlide img {
		height: 238px;
	}
	.newsSlide .slide p,
	.newsSlide .slide p a {
		width: 100%;
		font-size: 15px;
		font-weight: normal;
		overflow: hidden;
		box-sizing: border-box;
		text-overflow: ellipsis;
		height: 45px;
		line-height: 45px;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		width: 8px;
		height: 8px;
		margin: 0 7px;
	}
	.newsSlide .bx-wrapper .bx-pager {
		display: none;
	}
	.newsHot {
		float: none;
		width: 95%;
		margin: 0 auto;
		height: auto;
		position: relative;
	}
	.topnews {
		height: auto;
		position: absolute;
		top: -406px;
	}
	.topnews h4 {
		font-size: 16px;
	}
	h3.hotTitle span {
		font-size: 16px;
		line-height: 50px;
		height: 50px;
	}
	h3.hotTitle span.active {
		border-bottom: 2px #2176c9 solid;
	}
	.newsHot li a {
		font-size: 15px;
		line-height: 50px;
		height: 50px;
	}
	.newsHot li a span {
	
		font-size: 13px;
		margin-left: 20px;
	}
	#newsHot1,
	#newsHot2 {
		padding-top: 8px;
	}
	.disFlex {
		display: block;
		width: 95%;
		margin: 0 auto;
		background: #fff;
	}
	.newsPart {
		float: none;
		width: 100%;
	}
	h3.partTitle {
		font-size: 16px;
		padding: 10px 30px 10px 20px;
	}
	h3.partTitle span img {
		width: 70%;
		height: auto;
	}
	h3.partTitle span {
		float: left;
		margin-right: 0px;
		padding-top: 3px;
		width: 30px;
	}
	h3.partTitle a {
		font-size: 13px;
	}
	.newsPart li a {
		font-size: 15px;
		background-size: 10px;
		padding-left: 15px;
	}
	.newsPart li a span {
		font-size: 13px;
	}
	.picsSlider {
		width: 95%;
		margin: 0 auto;
	}
	.picsSlider .slide p {
		font-size: 14px;
	}
	.newImgWidth>.slide {
		width: 150px !important;
	}
	.newImgWidth>.slide img {
		width: 100%;
		height: auto;
	}
	.zhuanti {
		float: none;
		width: 95%;
		margin: 0 auto;
	}
	.zhuanti li a {
		font-size: 15px;
		padding-left: 15px;
		background-size: 10px;
	}
	.zhuanti li a span {
		font-size: 13px;
	}
	.p3s {
		float: none;
		width: 95%;
		margin: 0 auto;
		padding: 15px 20px 30px 20px;
		margin-top: 15px;
	}
	.p3s-1 h3 {
		font-size: 16px;
	}
	.p3s-1 h3 a {
		font-size: 13px;
	}
	.zhuanti .pic img {
		height: auto;
		min-height: 69px;
	}
	.links {
		width: 95%;
		margin: 0 auto;
		margin-top: 15px;
		padding: 15px 0 15px 0;
	}
	.p3s-1,
	.p3s-2,
	.p3s-3 {
		margin-bottom: 15px;
	}
	h3.linkTitle span.right {
		right: 21%;
	}
	h3.linkTitle span.left {
		left: 21%;
	}
	h3.linkTitle {
		font-size: 18px;
		margin-top: 9px;
		padding-bottom: 0px;
	}
	.links .content ul li {
		font-size: 16px;
		width: 100%;
		margin-right: 0%;
		margin-bottom: 15px;
	}
	.appfooter {
		background-color: #649fd9;
		line-height: 25px;
		text-align: center;
		font-size: 15px;
		color: #fff;
		width: 100%;
		display: block;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.appfooter p{ color: #fff;}
	.footer {
		display: none;
	}
	.main {
		padding-bottom: 0px;
	}
	.linksBox>div:nth-child(1) {
		top: -273px
	}
	.linksBox>div:nth-child(2) {
		top: -209px
	}
	.linksBox>div:nth-child(3) {
		top: -145px
	}
	.linksBox>div:nth-child(4) {
		top: -81px
	}
	.linksBox>div:nth-child(5) {
		top: -17px
	}
	.pageSide {
		float: none;
		width: 50%;
		background-color: #fff;
		padding: 0 0px;
		box-sizing: border-box;
		position: relative;
	}
	#ContentPlaceHolder1_menu {
		display: none;
		top: 52px;
	}
	h3.sideTitle {
		display: none;
	}
	.pageSide li a {
		font-size: 16px;
		line-height: 45px;
		height: 45px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.pageSide ul {
		position: absolute;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.9);
		box-shadow: 0px 0px 15px #333333;
	}
	.pageList,
	.pageDetail,
	.picsList,
	.downList {
		float: none;
		width: 100%;
		background-color: #fff;
	}
	.editor,
	.editor p {
		margin: 0px 0 0px 0;
		padding: 10px 0px;
		color: #333333;
		font-size: 16px;
		line-height: 40px;
	}
	.editor .MsoNormal {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		padding-bottom: 0px;
	}
	.Na {
		display: block;
		width: 100%;
		padding-top: 18px;
		background-color: #fff;
	}
	#phmenue {
		padding-left: 10px;
		cursor: pointer;
		float: left;
	}
	.Na .Navigation {
		text-align: right;
		border-bottom: 1px solid #dddddd;
		font-size: 14px;
		height: 33px;
		color: #666666;
		line-height: 15px;
		font-size: 14px;
		width: 96%;
		margin: 0 auto;
		flex: none;
		float: none;
	}
	.Na .Navigation span {
		color: #2176c9;
	}
	.newsTitle {
		display: none;
	}
	.picsList .content ul li {
		display: inline-block;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-top: 10px;
	}
	.picsList .content ul {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.picsList .content ul li .img {
		width: 100%;
		height: auto;
	}
	.pageList,
	.pageDetail,
	.picsList,
	.downList {
		padding: 0px 15px;
		min-height: 500px;
	}
	.picsList .content ul li p {
		font-size: 15px;
		line-height: 40px;
		height: 40px;
	}
	.pages li a,
	.pages li span {
		min-width: 25px;
		line-height: 25px;
		height: 25px;
		font-size: 14px;
		padding: 0 5px;
	}
	.pages>li:nth-child(1) {
		display: none;
	}
	.pages>li:last-child {
		display: none;
	}
	.pageList .content li a {
		background-size: 10px;
	}
	.pageList .content li a span {
		font-size: 12px;
	}
	.shownews img {
		width: 100% !important;
		margin-left: -10px;
		height: 100% !important;
	}
	.shownewsTitle {
		display: block;
	}
	h1.shownewsTitle {
		font-size: 18px;
		line-height: 33px;
		text-align: center;
		margin: 0px;
		padding: 0px;
		padding-top: 15px;
	}
	.newsinfo div {
		display: inline-block;
		font-size: 13px;
		line-height: 25px;
		padding: 0px;
		color: #999;
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.pages {
		overflow: hidden;
		padding: 0px 0 30px 0;
	}
}
            .nav > ul > li.active > a,
            .nav > ul > li:hover > a {
                background-color: #eebc43;
                font-weight: bold;
            }

#ContentPlaceHolder1_menu >li>ul>li>a{ background-color: inherit; color: #666; padding-left: 60px;}
#ContentPlaceHolder1_menu >li>ul{  padding: 0px; position: inherit !important;}
#ContentPlaceHolder1_menu >li>ul>li:last-child{ border: 0px;}
#ContentPlaceHolder1_menu >li>ul>li>a>i{ 
background-image: url(../image/tubiao.png);
    background-position: left;
    background-repeat: no-repeat;
    display: inline-block;
    width: 21px;
    height: 15px;
    /* margin-right: 5px; */
    background-size: 35%;
    }
@media only screen and (max-width:1000px) {
	#ContentPlaceHolder1_menu >li>ul{  padding: 0px; position: inherit !important; box-shadow: none !important;}
	
}