/*html {
	-webkit-text-size-adjust: none;
	height: 100%;
}

body {
	line-height: 1.428;
	height: 100%;
	font-size: 12px;
	width: 100%;
	font-family: "微软雅黑", Arial;
	overflow-y: scroll;
}


a {
	text-decoration: none;
	color: #333333;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	color: #3153a8;
}*/

* {
	font-family: "微软雅黑";	margin: 0;
	padding: 0;
	list-style: none;
}
div.clear,
span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.mt10 {
	margin-top: 15px !important;
}


/*.headBg,.headBg *{ transition: .25s;}
nav,nav a,nav li,nav span{transition: .0s;}*/


/*小于320不显示*/

@media (max-width: 319px) {
	html {
		background: #323232;
	}
	body {
		display: none;
	}
}


/*320宽度以上*/

@media (min-width: 320px) {
	.logo {
		width: 200px;
		float: left;
		margin-top: 32px;
		padding: 0;
	}
	.logo img {
		width: auto;
		max-width: 100%;
		display: block;
		float: left;
	}
	.topR {
		float: right;
	}
	.langBtn {
		background: url(../img/langIco.jpg) right bottom no-repeat;
		display: block;
		width: 44px;
		text-align: center;
		height: 16px;
		line-height: 16px;
		margin-top: 8px;
		cursor: pointer;

	}
	.navBtn {
		width: 40px;
		height: 28px;
		padding-top: 5px;
		background: #0067ab;
		float: right;
		margin-top: 8px;
		cursor: pointer;
	}
	.navBtn span {
		background: #fff;
		width: 26px;
		height: 2px;
		display: block;
		margin: 0 auto;
		margin-top: 3px;
	}
	.lang {
		position: absolute;
		right: 15px;
		top: 30px;
		background: rgba(51, 51, 51, .95);
		width: 120px;
		padding: 5px 0;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		display: none;
		z-index:9999;
	}
	.lang a {
		display: block;
		line-height: 30px;
		padding: 0 20px;
		color: #fff;
		font-size: 12px;
	}
	.lang a:hover,
	.lang a:active,
	.lang a:focus {
		background: #222;
	}
	.headBg {
		background: #fff;
		height: 70px;
		position: relative;
		z-index: 99;
	}
	nav {
		width: 100%;
		position: absolute;
		top: 71px;
		width: 100%;
		background: rgba(255, 255, 255, .95);
		padding: 0 15px;
		left: 0;
		line-height: 36px;
		display: none;
	}
	nav ul,
	nav li {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	nav li {
		border-bottom: solid 1px #aaaaaa;
		height: 36px;
		line-height: 36px;
	}
	nav li:nth-last-child(1) {
		border: none;
	}
	nav li span {
		background: url(../img/navIco.jpg) right center no-repeat;
		padding-right: 15px;
		height: 36px;
		display: inline-block;
	}
	nav li a {
		width: 100%;
		height: 36px;
		display: block;
	}

	.langshow-lg {
		display: block;
	}
	.nav-lg {
		display: block;
	}

	.swiper-pagination-switch,
	.swiper-pagination-bullet {
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 10px;
		background: #555;
		margin: 0 5px;
		opacity: 0.8;
		border: 1px solid #fff;
		cursor: pointer;
		background: none;
	}
	.swiper-active-switch,
	.swiper-pagination-bullet-active {
		background: #fff;
	}
	.banner .swiper-wrapper,
	.banner .swiper-slide {
		height: auto !important;
	}
	.indNewsBox_02 .swiper-wrapper,
	.indNewsBox_02 .swiper-slide {
		height: auto !important;
	}
	.banner .swiper-slide div {
		-webkit-background-size: cover !important;
		background-size: cover !important;
	}
	.nyBanner {
		-webkit-background-size: cover !important;
		background-size: cover !important;
	}
	.ind_container {
		padding: 0;
		padding-top: 10px;
		overflow: hidden;
	}
	.indBox_01 {
		width: 100%;
	}
	.indBox_02 {
		width: 100%;
		padding-top: 10px;
	}
	.indBox_03 {
		width: 100%;
	}
	.tabTit {
		background: url(../img/tabBg.jpg) center center repeat-x;
		width: 100%;
		height: 36px;
		border-top: solid 1px #dddddd;
		border-bottom: solid 1px #dddddd;
	}
	.tabTit_02 {
		border: solid 1px #dddddd;
	}
	.tabs {
		float: left;
	}
	.tabs a {
		padding:0 15px;
		height: 36px;
		margin: -1px 0 0 -1px;
		display: inline-block;
		text-align: center;
		line-height: 34px;
	}
	.tabs a.active {
		background: url(../img/tabBtnOn.jpg) center center;
	}
	.tabTit_02 a.active {
		width: auto;
		text-align: left;
		padding: 0 15px;
		color: #3394d2;
		font-size: 16px;
		background: url(../img/tabBtnOn.jpg) center center repeat-x;
	}
	.mores {
		float: right;
		line-height: 32px;
		height: 32px;
		padding: 0 10px;
	}
	.tabTit_02 .mores a {
		font-size: 12px;
	}
	.indNewsList {}
	.indNewsList time {
		display: none;
		padding-right:0px;
	}
	.indNews {
		padding: 10px;
	}
	.indNews img {
		width: 100%;
	}
	.indNewsBox .swiper-wrapper,
	.indNewsBox .swiper-slide {
		height: auto !important;
	}
	.newsPic {
		position: relative;
	}
	.newsPic span {
		height: 34px;
		line-height: 34px;
		background: #000;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
	.newsPic p {
		position: absolute;
		width: 100%;
		height: 34px;
		line-height: 34px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		bottom: 0;
		padding: 0 10px;
		margin: 0;
		color: #fff;
		z-index: 9;
	}
	.indNewsList li {
		padding-left: 10px;
		line-height: 32px;
		width: 100%;
		overflow: hidden;
	}
	.indNewsList a {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		display: block;
	}
	.indNewPro .swiper-wrapper,
	.indNewPro .swiper-slide {
		height: auto !important;
	}
	.indNewProBox {
		padding: 10px;
		position: relative;
	}
	.indNewproBd {
		border: solid 1px #c9c9c9;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.indNewPro .swiper-slide {
		text-align: center;
	}
	.indNewPro img {
		padding: 0 20px 0 20px;
		width: auto;
		max-width: 100%;
	}
	.indNewPro p {
		padding: 0;
		margin: 0;
		padding: 0 15px;
		color: #fff;
		line-height: 39px;
		height: 39px;
		text-align: left;
	}
	.indNewPro i {
		background: url(../img/proTitIco.jpg) left center no-repeat;
		width: 18px;
		height: 38px;
		float: left;
		margin-right: 8px;
	}
	.arrow-left {
		background: url(../img/prevBtn.gif);
		width: 10px;
		height: 19px;
		display: inline-block;
		position: absolute;
		left: 20px;
		top: 50%;
		margin-top: -10px;
		z-index: 9;
	}
	.arrow-right {
		background: url(../img/nextBtn.gif);
		width: 10px;
		height: 19px;
		display: inline-block;
		position: absolute;
		right: 20px;
		top: 50%;
		margin-top: -10px;
		z-index: 9;
	}
	.indNewProBg {
		display: inline-block;
		width: 100%;
		height: 39px;
		border-top: solid 1px #c9c9c9;
		background: #555;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		bottom: 0;
		left: 0;
		z-index: -1;
		position: absolute;
	}
	.indProList {
		overflow: hidden;
	}
	.indProList li {
		width: 100%;
		overflow: hidden;
		padding: 0 10px;
	}
	.indProList dl,
	.indProList dt,
	.indProList dd {
		padding: 0;
		margin: 0;
	}
	.indProList dl {
		border-bottom: solid 1px #cccccc;
		overflow: hidden;
		padding: 10px 0;
	}
	.indProList dt {
		float: left;
		padding-right: 10px;
	}
	.indProList dd {
		display: table;
	}
	.indProList b {
		display: block;
		color: #3394d2;
		font-size: 16px;
	}
	.navProList dd a{padding: 0;}
	.indProList span {
		font-size: 12px;
		background: url(../img/proMore.jpg) right center no-repeat;
		padding-right: 10px;
	}
	.navProList span{
		background:none;
		width:100%;
		padding:0;
		height: auto;
		float: left;
		}
	.navProList span a{
		background:none;
		color:#3394d2;
		}
	.indProList p {
		display: none;
		padding: 0;
		margin: 0;
	}
	.indProList a {
		font-size: 12px;
	}
	footer {
		width: 100%;
		background: #282828;
		padding: 15px 0;
	}
	footer * {
		color: #d5d5d5;
		font-size: 12px;
		text-align: center;
		padding: 0;
		margin: 0;
		line-height: 24px;
	}
	footer a:hover {
		color: #fff;
	}
	.menuTit {
		font-size: 18px;
		color: #3394d2;
		font-weight: bold;
		padding: 10px 0;
	}
	.menu {
		width: 100%;
	}
	.menu ul {
		margin: 0;
		padding: 0;
	}
	.menu li {
		width: 100%;
		margin-bottom: 2px;
		overflow: hidden;
		line-height: 42px;
	}
	.menu a {
		font-size: 14px;
		display: block;
		background: #eee;
		padding: 0 10px;
	}
	.menu div a{
		background: none;
		padding-left: 30px;
		border-top: solid 1px #e5e5e5;
	}

	.menu span {
		width: 100%;
		display: block;
	}
	.menu a.on,.menu a.on2,
	.menu a:hover {
		background: #3394d2;
		color: #fff;
	}
	.menu div a.on,
	.menu div a:hover {
		background: none;
		color: #3394d2;
	}
	.menu a.on span,.menu a.on2 span,
	.menu a:hover span {
	}
	.menu div a.on span,
	.menu div a:hover span {
	}
	.dz {
		line-height: 20px;
		padding: 10px 0;
		font-size: 12px;
		color: #555;
		border-bottom: solid 1px #bbbbbb;
		margin-top: 5px;
	}
	.dz a.on {
		color: #3394d2;
		font-size: 12px
	}
	.dz a {
		font-size: 12px;
		color: #555;
		display: inline-block;
	}
	.content {
		color: #333;
		padding: 15px 0;
		line-height: 2;
	}
	.content img{
		width:auto;
		max-width:100%;
		height:auto;
	}
	.tcBox{ padding:15px;}
	.tel {
		display: none;
	}
	.tcBoxCont{ margin:0 auto; width:100%; max-width:1000px;text-align:center;}
	.tcBoxPic{ text-align:center;}
	.tcBoxCont>p{text-align:center; margin:0; margin-top:10px; font-size:14px;}
	.tcBoxCont>span{ font-size:12px;text-align:left; margin:0; margin-top:10px; display:block;}
	div.pages {
		TEXT-ALIGN: center;
		width: 100%;
		float: left;
		padding: 10px;
		margin: 20px 0 30px 0;
	}
	div.pages a {
		TEXT-DECORATION: none;
		background: #fff;
		border: 1px solid #dcdcdc;
		padding: 1px 9px;
		margin: 0 2px 5px 2px;
		color: #333333;
		font-size: 12px;
		display: inline-block;
	}
	div.pages a:hover {
		background: #3394d2;
		color: #fff;
		border: 1px solid #3394d2;
		padding: 1px 9px;
		margin: 0 2px;
	}
	div.pages a:active {
		background: #3394d2;
		padding: 1px 9px;
		border: 1px solid #3394d2;
		margin: 0 2px;
		color: #fff;
	}
	div.pages span.current {
		background: #3394d2;
		padding: 1px 10px;
		border: 1px solid #3394d2;
		color: #fff;
		margin: 0 2px;
		font-size: 12px;
		display: inline-block;
	}
	div.pages span.disabled {
		background: #3394d2;
		border: 1px solid #3394d2;
		padding: 1px 10px;
		margin: 0 2px;
		color: #fff;
		display: inline-block;
	}
	.newsList {
		width: 100%;
		overflow: hidden;
	}
	.newsList li {
		width: 100%;
		float: left;
		border-bottom: 1px #b4b4b4 dashed;
		line-height: 24px;
		padding: 12px 0;
	}
	.newsList a {
		font-size: 12px;
	}
	.newsList time {
		display: none;
	}
	.proBoxL {
		float: left;
		width: 100%;
		margin-right: 20px;
		position: relative;
	}
	.proBoxR {
		width: 100%;
		 float: left;


	}
	.proBoxR p{ padding: 0; margin: 0;}
	.proBoxR p *{ font-size: 12px;}
	.proBoxR b{color: #3394d2;}
	.proBox {
		padding: 15px 0;
		border-bottom: solid 1px #dddddd;
	}
	.proPic {
		width: 100%;
		border: solid 1px #c9c9c9;

		overflow: hidden;
		position: relative;
	}
	.proPic img{
		width: 100%;
	}
	.proBox span a{ color: #fff;}
	.proTit {
		width: 150px;
		background: #000;
		opacity: .7;
		margin-top: 5px;
		display: inline-block !important;
		line-height: 24px;
		padding-left: 10px;
		color: #fff;
		font-size: 12px;
		position: absolute;
		left: 0;
		bottom: 0;
		display: none !important;
	}
	.proTit_02 {
		background: #3394d2;
		margin-top: 5px;
		display: none !important;
		line-height: 24px;
		padding-left: 10px;
		color: #fff;
		font-size: 12px;
		padding-right: 20px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.proBoxR div{
		
		 width: 100%;
		 display: block;
		 padding: 10px ;
		 float: left;
		 border-bottom: solid 1px #ddd;
	}
	.proBoxR div a {
		padding-right: 20px;
		display: inline-block;
		line-height: 24px;
	}
	.proBoxR div a:nth-last-child(1) {
		padding: 0;
	}
	.proBox {
		overflow: hidden;
	}
	
	.proBox:nth-last-child(1){
		border-bottom: none;
	}
	.proPicListMin {
		width: 100%;
		height: 190px;
		color: #fff;
		text-align: center;
	}
	.proPicListMax {
		width: 255px;
		height: 200px;
		color: #fff;
		margin-top: 15px;
	}

	.proPicListMin .swiper-wrapper,.proPicListMax .swiper-wrapper{
  transition-timing-function: linear;
}
	.proPicListMin .swiper-slide{
		width: 265px;
		height: 190px;
	}
	.proPicListMax .swiper-slide{
		width: 255px;
		height: 200px;
		display: block;
	}
	.proPicListMin .title,.proPicListMax .title{
		width: 255px;
		height: 190px;
 		margin-right: 10px;
 		border: solid 1px #c9c9c9;
 		-webkit-border-radius: 8px;
 		-moz-border-radius: 8px;
 		border-radius: 8px;
 		overflow: hidden;
	}
	.proPicListMin .title p,.proPicListMax .title p{
		background: #555;
		text-align: left;
		padding:0 15px;
		height: 38px;
		line-height: 36px;
	}
	.proPicListMin .title p span,.proPicListMax .title p span{
		background: url(../img/proTitIco.jpg) left center no-repeat;
		padding-left: 30px;
	}
	.proPicListMin{margin-bottom: 15px;}
	.proPicListMax{display: none;}
	
	.proList{
		width: 100%;		
	}
	.proList li{
		width: 100%; float: left;
	}

	.proList a{
		display: inline-block;
		padding-bottom: 10px;
	}
	.proList a span{
		font-size: 18px;
		color: #3394d2;
	}
	.proList a:hover{
		text-decoration: underline;
	}
	.proList a span{ background: url(../img/picTitIco.jpg) right  bottom no-repeat; padding-right: 20px;}
	.proList p{
		font-size: 12px;
		border-top: solid 1px #cfcfcf;
		padding: 10px 0;
		height:60px;
		overflow:hidden;
		margin: 0;
	}
	.proTop {overflow: hidden;}
	.proTop,.proTop dt,.proTop dd{padding: 0; margin: 0;}
	.proTop dt img{width: auto; max-width: 100%;}
	.proTop dt{text-align: center;}
	.proTop dd{ line-height: 26px;}
	.proTab .hd{ overflow: hidden; margin-top: 20px;}
	.proTab .hd span{ width: 50%; float: left; text-align: center; background: #e1e1e1; font-size: 14px; height: 38px; line-height: 38px; cursor: pointer;}
	.proTab .hd span.on{background: #3394d2; color: #fff;}
	.proTab .bd{ border: solid 1px #ddd; margin-top: 1px;}
	.proTab .bd>div{ padding: 10px;}
	
	.zpList_01 {
	border-top: solid 1px #8dbbdc;
	border-left: solid 1px #8dbbdc;
}
.zpList_01 td {
	border-right: solid 1px #8dbbdc;
	border-bottom: solid 1px #8dbbdc;
	color: #fff;
	font-weight: bold;
	background: #3394d2;
	text-align: center;
	font-size: 14px;

}
.zpList_01 tbody tr td {
	background: #fff;
	color: #555;
	font-weight: normal;
	height: 54px;
	line-height: 30px;
}
.zpList_01  p{ width:100%; height:60px; line-height:30px !important; overflow:hidden; padding:0; margin:0; font-size:12px !important;}
.zpList_04{ width:838px;}
.zpList_04 tbody tr td {
	background: #fff;
	color: #555;
	font-weight: normal;
	height:auto;
	line-height:30px;
	padding: 0;
}

.zpList_01 a {
	font-weight: bold;
	color: #3394d2;
	font-weight: bold;
}
.zpList_02 {

	border-top: solid 1px #8dbbdc;
	border-left: solid 1px #8dbbdc;
}

.zpList_02 tr td {
	border-top: none !important;
	border-right: solid 1px #8dbbdc;
	border-bottom: solid 1px #8dbbdc;
	color: #555;
	font-weight: bold;
	background: #fff;
	font-size: 12px;
	font-weight: normal;
	height: 24px;
	line-height: 24px !important;
	padding: 12px 15px;
}
.zpList_02 td.minH {
	padding-top: 0;
	padding-bottom: 0;
}
.zpList_03 {

	border-top: solid 1px #d4d4d4;
	border-left: solid 1px #d4d4d4;
}

.zpList_03 tr td {
	border-top: none !important;
	border-right: solid 1px #d4d4d4;
	border-bottom: solid 1px #d4d4d4;
	color: #555;
	font-weight: bold;
	background: #fff;
	font-size: 14px;
	font-weight: normal;
	height: 30px;
	line-height: 30px !important;
	padding: 12px 15px;
}
.ypBtn {
	margin: 0 auto;
	display: block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	background: #0067AC;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.ypBtn:hover {
	color: #fff;
	background: #004c7f;
}

.zpText_01 {
	display:block;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
}
.zpText_02 {
	width: 100%;
	height: 100px;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	min-width: 100%;
	max-width: 100%;
	min-height: 100px;
	max-height: 100px;
}
.zpText_03 {
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
}
.zpList_02 td.minH {
	padding-top: 0;
	padding-bottom: 0;
}

.zpBtnBox {
	width: 260px;
	margin: 0 auto;
	margin-top: 20px;
	overflow: hidden;
}
.zpBtnBox .tjBtn {
	border: none;
	float: left;
	width: 120px;
	height: 35px;
	line-height: 32px;
	background: #0051a4;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.zpBtnBox .czBtn {
	border: none;
	float: right;
	width: 120px;
	height: 35px;
	line-height: 32px;
	background: #56626f;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.map img{width: auto; max-width: 100%;}
.zpBtnBox .tjBtn:hover,
.zpBtnBox .czBtn:hover {
	color: #fff;
	background: #8dbbdc;
}
.contTit{ border-bottom: solid 1px #dddddd; overflow: hidden; padding-bottom: 20px;}
.contTit div{ padding-top: 15px;}
.contTit b{
	color: #3394d2;
	font-size: 22px;
	font-weight: normal;
	display: block;
	border-bottom: solid 1px #bbbbbb;
	line-height: 40px;
	padding: 15px 0;
	
}
.contTit p{
	color: #333;
	font-size: 12px;
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}
.contList{ width: 100%;overflow: hidden;}
.contList li{ float: left; width: 100%; padding: 10px 0 20px 0;}
.contList span{ display: inline-block; line-height: 30px;color: #3394d2; font-size: 22px; padding: 10px 0;}
.contList div{}
.contList b{font-size: 18px; color: #555; line-height: 30px; display: inline-block;}
.contList p{ font-size: 12px; color: #555; line-height: 24px; padding: 0; margin: 0;}
.contList i{
		padding-left: 10px; display: inline-block;
	}
.trzfwTit {
	font-size: 30px;
	text-align: center;
	font-weight: normal;
	color: #0051a4;
	padding-bottom: 20px;
}
.newsContent{ width: 100%; overflow: hidden;}
.newsContent img{width: auto; max-width: 100%;}
.subNavIco{ display: none;}
.subNavBox{ display: none;}
.subNavIcOn,.subNavBoxOn{ display: none;}
.proPicListMin,.proPicListMax{ display: none !important;}

.qywhTit{ display: block; color: #3394d2; font-size: 16px;}
.gywmBox{ overflow: hidden; height: auto !important; overflow: hidden;}
.gywmBox .swiper-slide,.gywmBox .swiper-wrapper{ height: auto !important;}
.gywmBox .swiper-wrapper img{width: 100%; height: auto;}
.gywmBox .arrow-left,.gywmBox .arrow-right{ width: 55px; height: 55px; background: none; opacity: .3;filter: alpha(opacity=30); margin-top: -20px;}
.gywmBox .arrow-left:hover,.gywmBox .arrow-right:hover{ opacity: .7;filter: alpha(opacity=70);}
.gywmList{ margin-top: 10px; margin-left: -10px; margin-right: -10px; overflow: hidden;}
.gywmList li{ float: left; width: 50%; padding: 10px;}
.gywmList li img{ width: 100%; height: auto;}


.proMessBox{border-bottom: solid 1px #eee; padding:15px 0;}
.proList .downloadBtn{ color:#900; font-size:12px; float:right; margin-top:6px;}
.bannerPic a{ display:block; width:100%;}
.backBtn{display:none;}

.indNewsBox_03{ width:100%; padding-top:10px; overflow:hidden;}
.indNewsList_03{ width:100%; overflow:hidden; padding:0 10px; height:260px;}
.indNewsList_03 li{ width:100%; float:left;
    padding:5px 0 5px 15px;
    line-height: 32px;
    overflow: hidden; border-bottom:solid 1px #cccccc;}
.indNewsList_03 li>a{		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis; float:left; width:280px;}
.indNewsList_03 span { float:right;}
.indNewsList_03  span a{ border:solid 1px #999; border-radius:5px; padding:2px 5px;}
.indNewsList_03  span a:hover,.indNewsList_03  span a:active{ color:#fff; background:#3394d2; border:solid 1px #3394d2;}
}
.desc{
	color: #999;
}

/*480宽度以上*/

@media (min-width: 480px) {
	.newsPic {
		width: 200px;
		float: left;
	}

	.indNewsList {
		float: left;
		padding-left: 15px;
	}
	.indNewsList_02{
		width: 100% !important;
		padding-left: 0;
	}
	.indNewsList li:nth-child(5),
	.indNewsList li:nth-child(6) {
		display: none;
	}
	
	.indProList li {
		width: 50%;
		float: left;
	}
	.indProList b {
		font-size: 16px;
		display:block;
	}
	.indNewsList_02 li:nth-child(5),.indNewsList_02 li:nth-child(6),.indNewsList_02 li:nth-child(7),.indNewsList_02 li:nth-child(8),.indNewsList_02 li:nth-child(9),.indNewsList_02 li:nth-child(10),.indNewsList_02 li:nth-child(11),.indNewsList_02 li:nth-child(12),.indNewsList_02 li:nth-child(13),.indNewsList_02 li:nth-child(14),.indNewsList_02 li:nth-child(15){ display: none;}
	
	.indNewsList_03{ width:100%; overflow:hidden; padding:0 10px; height:130px;}
	

}


/*768宽度以上*/

@media (min-width: 768px) {
	.logo {
		width: 267px;
		margin-left: -15px;
	}
	.topR {
		float: right;
		margin-right: -15px;
		margin-top: 34px;
	}
	.lang {
		position: relative;
		right: 0;
		top: 0;
		background: none;
		width: auto;
		padding: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		float: left;
		display: block;
	}
	.lang a {
		display: inline-block;
		line-height: 22px;
		width: 40px;
		text-align: center;
		padding: 0;
		color: #555;
		background: #eee;
		font-size: 12px;
		-webkit-border-radius: 11px;
		-moz-border-radius: 11px;
		border-radius: 11px;
		margin-left: 10px;
		margin-top: 9px;
	}
	.navBtn {
		float: left;
		margin: 0 0 0 20px;
		width: 55px;
		height: 40px;
		padding-top: 7px;
		cursor: pointer;
	}
	.lang a:hover,
	.lang a:active,
	.lang a:focus,
	.lang a.on {
		background: #3394d2;
		color: #fff;
	}
	.navBtn span {
		background: #fff;
		width: 26px;
		height: 2px;
		display: block;
		margin: 0 auto;
		margin-top: 5px;
	}
	.headBg {
		height: 110px;
	}
	nav {
		top: 111px;
	}
	nav li {
		height: 56px;
		line-height: 56px;
	}
	nav li span {
		height: 56px;
	}
	nav li a {
		height: 56px;
	}
	nav ul {
		width: 720px;
		margin: 0 auto;
	}
	.newsPic {
		position: relative;
		float: left;
		width: 298px;
		height: 190px;
		overflow: hidden;
	}
	.indNewsList {
		width: 430px;
	}
	.indNewsList li:nth-child(5),
	.indNewsList li:nth-child(6) {
		display: block;
	}
	.tabTit {
		border: solid 1px #dddddd;
	}
	.indProList {
		width: 768px;
		margin-left: -10px;
	}
	.indProList li {
		padding: 10px;
	}
	.indProList div {
		border: solid 1px #c5c5c5;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		padding: 10px;
	}
	.indProList b {
		font-size: 18px;
	}
	.indProList p {
		display: block;
		overflow: hidden;
		padding-top: 10px;
		height: 70px;
	}
	.indProList p a {
		width: 33.333%;
		float: left;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		line-height: 30px;
		padding-left: 10px;
		font-weight:bolder;
	}
	.navProList p span a{
		background:none;
		font-weight:normal;
		padding-right:0;
		}
	.indBox_01,
	.indBox_02,
	.indBox_03 {
		padding-top: 30px;
	}
	.indNewProBox {
		padding: 10px 0;
	}
	.proList {
		width: 760px;
		overflow: hidden;
	}
	.proList li{
		width: 345px; float: left;
		margin-right: 30px;
	}
	.proTab .hd span{ width: auto; padding: 0 30px; margin-right: 1px;}
	
	.contList {
		width: 760px;
		overflow: hidden;
	}
	.contList li{
		width: 345px; float: left;
		margin-right: 30px;
	}
	.contTit p{  width: 50%; float: left; }
	.gywmList li{ float: left; width: 33.33%; padding: 10px;}
	
		.indNewsList_03{ width:100%; overflow:hidden; padding:0; height:350px;}
}


/*1024宽度以上*/

@media (min-width: 1024px) {
	nav ul {
		width: 970px;
		margin: 0 auto;
	}
	.indBox_01 {
		float: left;
		width: 680px;
	}
	.indBox_02 {
		float: right;
		width: 255px;
	}
	.indBox_03 {
		float: left;
		width: 100%;
	}
	.indNewProBox .swiper-slide a{
		height: 137px;
		width: 253px;
		display: block;
	}
	.indNewProBox .swiper-slide img {
		padding: 5px 20px;
		height: 137px;
		width: 253px;
	}
	.arrow-left {
		left: 10px;
	}
	.arrow-right {
		right: 10px;
	}
	.indNewsList {
		width: 360px;
	}
	.indProList {
		width: 980px;
		margin-left: -5px;
	}
	.indProList li {
		width: 25%;
		padding: 15px 5px;
	}
	.indProList b {
		font-size: 16px;
	}
	.indProList p a {
		width: 50%;
	}
	footer p {
		float: left;
		margin-left: -15px;
	}
	footer span {
		float: right;
		margin-right: -15px;
	}
	.dz {
		text-align: right;
	}
	.nyContainer {
		padding-top: 20px;
		margin-bottom: 20px;
	}
	.menuTit {
		border-bottom: solid 3px #3394d2;
	}
	.menu {
		width: 211px;
		padding-right: 30px;
		float: left;
		margin-left: -15px;
		border-right: solid 1px #bbbbbb;
	}
	.menu li {
		border-bottom: solid 1px #e5e5e5;
	}
	.menu li a {
		background: none;
	}
	.menu a.on,.menu a.on2,
	.menu a:hover {
		background: none;
		color: #3394d2;
	}
	.menu a.on span,
	.menu a:hover span {
	}
	.menu a.on2 span{ }
	.contentR {
		width: 760px;
		padding-left: 30px;
		float: right;
		margin-right: -15px;
		border-left: solid 1px #bbbbbb;
		margin-left: -1px;
	}
	.tel {
		display: block;
		margin-top: 30px;
	}
	.newsList a {
		font-size: 14px;
		padding-left: 15px;
	}
	.newsList time {
		display: inline-block;
		float: right;
		font-size: 12px;
		color: #555;
	}
	.proPicListMin{display: none;}
	.proBoxMax{ width: 100%; overflow: hidden; background: url(../img/proBotBg.jpg) left bottom repeat-x; padding-bottom: 30px; margin-bottom: 25px;}
	.proPicListMax{ float: right; display: block;}
	.proBoxMaxL{ float: left; width: 940px;}
	.proBox {border: none; padding-bottom: 0;}
	.proBoxR {
		display: table;
		width: 770px;
	}
	.proBoxR div{border-right: solid 1px #dddddd;}
	.proBoxR div:nth-last-child(1){ border-right: none;}
	.proList {
		width: 770px;
		overflow: hidden;
	}
	.proList a{
		font-size: 18px;
		display: inline-block;

	}
	.proList li{
		width: 345px; float: left;
		margin-right: 40px;
		padding: 20px 0;
	}
	.proTop dt{ width: 50%; float: left;}
	.proTop dd{ width: 50%; float: left;}
	
	.contList {
		width: 770px;
		overflow: hidden;
	}
	.contList li{
		width: 345px; float: left;
		margin-right: 40px;
	}
	.gywmList li{ float: left; width: 25%; padding: 10px;}
		.proPic {
		width: 150PX;
		border: solid 1px #c9c9c9;

		overflow: hidden;
		position: relative;
	}
	.proBoxL{ width: 150px;}
	.proPic img{
		width: 150PX;
	}
	.proBoxR{ display: table; width: auto; overflow: hidden;}
	.proBoxR div{ width: 25%;border-bottom: none;}
	
	.indNewsBox_03{ width:1000px; padding-top:10px; overflow:hidden;}
.indNewsList_03{ width:100%; overflow:hidden; padding:0; height:160px;}
.indNewsList_03 li{ width:33.33%; float:left;
    padding-left: 15px;
    line-height: 32px;
    overflow: hidden; border:none;}
.indNewsList_03 span { float:right; padding-right:30px;}
.indNewsList_03  span a{ border:solid 1px #999; border-radius:5px; padding:2px 5px;}
}


/*1130宽度以上*/

@media (min-width: 1130px) {
	.logo {
		margin-top: 54px;
		margin-left: 0;
	}
	.headBg {
		background: #fff url(../img/topBg.jpg) left top repeat-x;
		width: 100%;
	}
	.topR {
		line-height: 32px;
		margin-top: 0;
		margin-right: 0;
	}
	.wxBtn {
		padding-left: 25px;
		padding-right: 10px;
		background: url(../img/wxIco.jpg) left center no-repeat;
		float: left;
		position: relative;
	}
	.wxBtn a {
		background: url(../img/topMore.jpg) right center no-repeat;
		padding-right: 15px;
		color: #555;
	}
	.wxBtnOn{
		background: url(../img/wxIcoOn.jpg) left center no-repeat;
	}
	.wxBtn div{
		position: absolute;
		z-index: 999;
		left: -20px;
		display: none;
	}
	.lang {
		padding-left: 10px;
		background: url(../img/topLine.jpg) left center no-repeat;
	}
	.lang a {
		margin-top: 5px;
	}
	nav {
		position: static;
		top: 0;
		margin: 0;
		float: right;
		width: 760px;
		background: none;
		padding: 0;
		display: block;
	}
	nav ul {
		width: auto;
		float: right;
	}
	nav li {
		float: left;
		border: none;
		line-height: 78px;
		padding: 0 0;
		position: relative;
	}
	nav li span {
		padding: 0;
		background: none;
	}
	nav li a {
		height: 78px;
		display: inline-block;
		padding: 0 22px;
	}

	nav li a.on {
		color: #3394d2;
		border-bottom: solid 5px #3394d2;
	}
	nav>ul>li>a.on_02 {
		color: #3394d2;
		border-bottom: none;
	}
	.bannerPic {
		width: 100%;
		height: 380px;
	}
	.indNews{
		padding:10px 0;
		margin-right:-30px;
	}

	.indNewsList time {
		font-size: 12px;
		color: #888;
		display: block;
		float: right;
		padding-right:0;
	}
	.indNewsList_02 time{
		padding-right:30px;
	}
	.indBox_01 {
		width: 800px;
		overflow: hidden;
	}
	.indNewsList {
		width: 500px;
		float: left;
	}
	.indNewsList a {
		width: 360px;
		float: left;
	}
	.indProList {
		width: 1130px;
		margin-left: -15px;
	}
	.indProList li {
		width: 25%;
		padding: 15px 15px;
	}
	.nyContainer {
		padding-top: 30px;
		margin-bottom: 30px;
	}
	.contentR {
		width: 880px;
		padding-left: 40px;
		float: right;
		margin-right: 0;
		border-left: solid 1px #bbbbbb;
		margin-left: -1px;
	}
	.newsList a {
		font-size: 14px;
	}
	.proBoxMaxL{ float: left; width: 100%;}
	.menu {
		width: 221px;
		padding-right: 40px;
		float: left;
		margin-left: 0;
		border-right: solid 1px #bbbbbb;
	}
	.proBoxR {
		display: table;
		width: 900px;
	}
	.proBoxR div *{
		font-family: "宋体";
		font-size: 12px;
	}
		.proList {
		width: 920px;
		overflow: hidden;
	}
	.proList li{
		width: 390px; float: left;
		margin-right: 60px;
	}
	.contList {
		width: 920px;
		overflow: hidden;
	}
	.contList li{
		width: 390px; float: left;
		margin-right: 60px;
	}
	.subNavIco{ background: url(../img/subNavIco.png); width: 20px; height: 10px; position: relative; z-index: 9999; display: block; margin: 0 auto; margin-top: -9px;}
	.subNavBox{ position: absolute; width: 100%; left: 0; top: 78px;}
	.subNav{
	width: 100%;
	background: #fff;
	margin:0 auto;
	padding: 5px 0 5px 0;
	overflow: hidden;
	border: solid 1px #bbbbbb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
	

	.subNav_02{ width: 600px;}
	.subNav ul{ width: 100%;}
	.subNav li{ width: 100%; padding: 0; line-height: 80px; height: auto;}
	.subNav li>a{
		border-bottom: none;
		text-align: center;
		font-size: 12px;
		line-height: 36px;
		padding: 0;
		width: 100%;
		height: 36px;
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		}
	.subNavBox_02{ width: 800px; left: -330px;}
	.subNavBox_02 .subNav li{ width: 25%;}
	.subNavBox_02 .indProList dt{ display: none;}
	.subNavBox_02 .navProList dd a span{ display: none;}
	 nav .subNavBox_02 li a{height: auto;}
	.subNavBox_02 .indProList p a{ width: 100%; display:block;overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;}
	.subNavBox_02 .indProList p{ height: auto;}
	 
	.subNavIco{ display: none;}
	.subNavIcoOn,.subNavBoxOn{ display: block;}
	.navProList div{ padding: 0; border: none;}
	.navProList dd a span{ line-height: 30px; height: 30px;}
	.navProList li{ padding: 0 20px;}
	.navProList p a{ line-height: 30px; height: 30px;}
	
	.indNewsList_02 {margin-right:-15px;}
	.indNewsList_02 li{ width:415px; float:left;}
	.indNewsList_02 a{ width:300px;}
	.indNewsList_02 li:nth-child(7),.indNewsList_02 li:nth-child(8),.indNewsList_02 li:nth-child(9),.indNewsList_02 li:nth-child(10),.indNewsList_02 li:nth-child(11),.indNewsList_02 li:nth-child(12){display:block;}
	.indNewsList_02 li:nth-child(13),.indNewsList_02 li:nth-child(14),.indNewsList_02 li:nth-child(15){ display: none;}
	.backBtn{display:block; opacity:.5;filter: alpha(opacity=50); position:fixed; right:10px; bottom:65px; width:50px; height:50px; background:url(../img/backBtn.png);}
	.backBtn:hover,.backBtn:active{ opacity:.8;filter: alpha(opacity=80);}
	.indNewsBox_02 .indProList ul {
		width: 1100px;
	}
	
	.indNewsBox_03{ width:1130px; padding-top:10px; overflow:hidden;}
.indNewsList_03{ width:100%; overflow:hidden; padding:0; height:160px;}
.indNewsList_03 li{ width:33.33%; float:left;
    padding-left: 15px;
    line-height: 32px;
    overflow: hidden; border:none;}
.indNewsList_03 span { float:right; padding-right:30px;}
.indNewsList_03  span a{ border:solid 1px #999; border-radius:5px; padding:2px 5px;}
}

.nav3-menu{ display:block; width:100%; float:left; height:auto; border-bottom:1px solid #CCC; padding:0 0 5px 0;}
.nav3-menu a{ display:block; padding:5px 10px; float:left; color:#000; background:#F6F6F6;margin:0 10px 10px 0;}
.nav3-menu a:hover{ display:block; padding:5px 10px; float:left; color:#fff; background:#3394d2; }
.nav3-menu .on{ display:block; padding:5px 10px; float:left; color:#fff; background:#3394d2;}


@media (min-width: 320px) {
	.bannerBtnC{ width: 100%; margin: 0 auto;}
	.bannerBtn{ width: 100%; position: absolute; margin: 0 auto; top: 50%;}
	.bannerBtn a{ width: 55px; height: 55px; display: block; position: absolute; z-index: 9999; opacity: .3; 		filter: alpha(opacity=30);}
	.banner-left{ background: url(../img/gywmPrev.png); left: 15px; margin-top: -25px;}
	.banner-right{ background: url(../img/gywmNext.png); right: 15px; margin-top: -25px;}
	.bannerBtn a:hover,.bannerBtn a:active{ opacity: .7; filter: alpha(opacity=70);}
}
@media (min-width: 480px) {
	
}
@media (min-width: 768px) {
	
}
@media (min-width: 1024px) {
	
}
@media (min-width: 1130px) {
	.container{ width: 1130px; padding: 0 15px;}
	.bannerBtnC{ max-width: 1280px;}
	.bannerBtn{ max-width: 1280px;}
}