@charset "utf-8";
/* css document */
html {
	overflow-x:hidden;
}
*{margin:0;padding:0;list-style:none;}
div {line-height: 21px; margin: 0px auto; background: none transparent scroll repeat 0% 0%; }
ul,li{ margin:0; padding:0; list-style:none;}
body {text-align: center;line-height: 180%; margin: 0px; padding: 0px;  font-size: 14px; border: 0px; background:#fff;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, ul, ol, li, pre, form, fieldset, legend, button, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
}
/*th,td{margin: 0; padding: 0;}*/
html {
	color: #000;
}
html, body {
	width: 100%;
	min-width: 320px;
}
body, button, input, select, textarea {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", "microsoft yahei", "arial", "verdana", "sans-serif";
	font-size: 12px;
	background: #fff
}
ul, ol, li, dl, dd, dt {
	list-style: none;
}
em {
	font-style: normal;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
	color: #e85300;
}
legend {
	color: #000;
}
fieldset, img {
	border: 0;
}
label, button {
	cursor: pointer;
}
/*解决ie图片缩放失真*/
img {
	-ms-interpolation-mode: bicubic;
}
.wz1{padding:5px 10px 5px 10px; font-size:16px; text-align:left; line-height:40px; font:"宋体";}
/*清除浮动*/
.clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear: both;
}
/*连续英文、数字换行*/
.wordwrap {
	word-break: break-all;
	word-wrap: break-word;
}
/*单行文字超出显示省略号*/
.omg {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
img {
	border: 0;
	vertical-align: middle;
}
a {
	color: #3a3a3a;
	text-decoration: none;
}
a:hover {
	color: #0256ac;
	text-decoration: none
}
a:active {
	color: #0256ac;
}
.fl {
	float: left;
}
.fr {
	float: right;
}


input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
textarea {
	-webkit-appearance: none;
}
input {
	border-radius: 0;
}
/**ly_top**/
.ly_top {
	width: 100%;
	margin: 0 auto;
	background-color: #ffffff;
}
.ly_top_in {
	width:90%;
	height: 100px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}


.top_right {
	height: 40px;
	overflow: hidden;
	margin: 30px 0;
	padding: 0;
	float: right;
}
.top_right h3 {
    line-height:40px; 
	font-size:24px; 
	float:right; 
	color:#ff0000;
}
/**ly_nav**/
.ly_nav {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #4f91e7;
	position: relative;
	-moz-box-shadow: 0px 0 10px rgba(0,0,0,.2);
	-webkit-box-shadow: 0px 0 10px rgba(0,0,0,.2);
	box-shadow: 0px 0 10px rgba(0,0,0,.2);
}
.navigation {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.navigation li {
	float: left;
	position: relative;
	width: 11.5%;
}
.navigation li a {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.navigation li:hover, .navigation li a:hover, .navigation li a.nav_on {
	color: #fff;
	background-color: #16b4b9;
}
.navigation ul {
	position: absolute;
	left: 0;
	top: 48px;
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 999;
	background-color: #fff;
	border-top: 2px solid #e20100;
}
.navigation ul li {
	width: 120px;
	float: left;
	border-top: none;
}
.navigation ul li:nth-child(even) {
	background-color: #f5f6f8;
}
.navigation ul a {
	display: block;
	height: 45px;
	line-height: 45px;
	padding: 0;
	color: #4e607b;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	border-top: none;
}
.navigation ul a:hover {
	color: #fff;
	background-color: #fe0100;
}
.web_nav {
	display: none;
	width: 90%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	font-weight: bold;
}
.btn-menu {
	display: block;
	float: right;
	position: relative;
	background: transparent;
	cursor: pointer;
	padding: 15px 0;
	width: 26px;
	height: 16px;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}
.btn-menu:before, .btn-menu:after, .btn-menu span {
	background-color: #ffffff;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}
.btn-menu:before, .btn-menu:after {
	content: '';
	position: absolute;
	top: 0;
	height: 1px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.btn-menu span {
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}
.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	transform: translate3d(0, -7px, 0);
}
.btn-menu:after {
	-webkit-transform: translate3d(0, 7px, 0);
	transform: translate3d(0, 7px, 0);
}
.btn-menu.active span {
	opacity: 0;
}
.btn-menu.active:before {
	background-color: #ffffff;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.btn-menu.active:after {
	background-color: #ffffff;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
/*搜索框*/
.navigation li.h_search_wrap {
	border-radius: 4px 0 4px 0;
	float: right;
	width: 50px;
	height: 40px;
	margin-top: 3px;
	margin-right: 20px;
	background: #00abfd;
	cursor: pointer;
}
.navigation li.h_search_wrap:hover {
	background: #00cefd;
}
.navigation li.h_search_wrap span {
	display: block;
	width: 100%;
	height: 40px;
	background: url(/uploads/image/simages/search_btn.png) center center no-repeat;
}
.navigation li.h_search_wrap2 {
	background: #ea1211;
}
.navigation li.h_search_wrap2:hover {
	background: #fd1e1d;
}
.navigation li.h_search_wrap2 span {
	background: url(/uploads/image/simages/search_btn2.png) center center no-repeat;
}
.h_search {
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	margin: 0 auto;
	z-index: 999999;
	width: 100%;
	padding: 20px 0;
	background: rgba(0,0,0,.5);
}
.h_search .form1 {
	width: 80%;
	max-width: 1280px;
	margin: 0 auto;
	line-height: 59px;
}
.h_search .form_text1 {
	float: left;
	width: 90%;
	height: 50px;
	line-height: 28px;
	text-indent: 10px;
	outline: none;
	background: #ffffff;
	margin: 3px 0;
	font-size: 14px;
	border-radius: 0 0 0 4px;
}
.h_search .form_button1 {
	float: left;
	width: 10%;
	height: 50px;
	background: #4f91e7;
	border: 0;
	outline: none;
	color: #fff;
	margin: 3px 0;
	cursor: pointer;
	border-radius: 0 0 4px 0;
	font-size: 16px;
}
.h_search .form_button1:hover {
	background: #16b4b9;
}
/*导航悬浮样式*/
.ly_top2 {
	position: fixed;
	top: 0;
	z-index: 99999999;
}
.ly_nav2 {
	position: fixed;
	top: 100px;
	z-index: 99999999;
}
/*.ly_nav2 li{width:10%;}
.ly_nav2 li.logo2{float:left;width:10%;height:45px;background:#1c63a9  center center no-repeat;}*/


/**ly_banner**/
.flickerplate {
	position: relative;
	width: 100%;
	height: 540px;
	background-color: #e6e6e6;
	overflow: hidden;
	margin-top: 145px;
}
.flickerplate ul.flicks {
	width: 10000%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none
}
.flickerplate ul.flicks>li {
	float: left;
	width: 1%;
	height: 100%;
	background-position: center;
	background-size: cover;
	display: table
}
.flickerplate ul.flicks>li:nth-child(1) {
	background-image: url(/uploads/image/simages/banner1.jpg);
}
.flickerplate ul.flicks>li:nth-child(2) {
	background-image: url(/uploads/image/simages/banner2.jpg);
}
.flickerplate ul.flicks>li .flick-inner {
	height: 100%;
	padding: 10px;
	color: #fff;
	display: table-cell;
	vertical-align: middle
}
.flickerplate ul.flicks>li .flick-inner .flick-content {
	max-width: 68.75em;
	margin-left: auto;
	margin-right: auto
}
.flickerplate ul.flicks>li .flick-title {
	padding: 0px 0px;
	font-size: 2.778em;
	line-height: 1.995em;
	text-align: center
}

.flickerplate ul.flicks>li .flick-sub-text {
	padding: 5px;
	font-weight: 300;
	line-height: 2.5em;
	color: rgba(255,255,255,0.8);
	text-align: center
}
.flickerplate ul.flicks>li .flick-title span.flick-block-text, .flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {
	padding: 12px 18px;
	background-color: rgba(0,0,0,0.6)
}
.flickerplate .arrow-navigation {
	position: absolute;
	height: 80%;
	width: 10%;
	top: 10%;
	z-index: 100;
	overflow: hidden
}
.flickerplate .arrow-navigation .arrow {
	display: block;
	height: 100%;
	width: 90%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out
}
.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
	cursor: pointer
}
.flickerplate .arrow-navigation.left {
	left: 0%
}
.flickerplate .arrow-navigation.left .arrow {
	opacity: 0;
	margin: 0px 0px 0px 50%;
	background-image: ;
	background-repeat: no-repeat;
	background-position: left
}
.flickerplate .arrow-navigation.right {
	right: 0%
}
.flickerplate .arrow-navigation.right .arrow {
	opacity: 0;
	margin: 0px 0px 0px -50%;
	background-image: ;
	background-repeat: no-repeat;
	background-position: right
}
.flickerplate .arrow-navigation.left.hover .arrow {
	opacity: 1;
	margin: 0px 0px 0px 20%
}
.flickerplate .arrow-navigation.right.hover .arrow {
	opacity: 1;
	margin: 0px 0px 0px -20%
}
.flickerplate .dot-navigation {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	z-index: 100
}
.flickerplate .dot-navigation ul {
	text-align: center;
	list-style: none;
	padding: 0px 15px
}
.flickerplate .dot-navigation ul li {
	display: inline-block;
	float: none
}
.flickerplate .dot-navigation .dot {
	width: 10px;
	height: 10px;
	margin: 0px 5px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out
}
.flickerplate .dot-navigation .dot:hover {
	cursor: pointer;
	background-color: rgba(255,255,255,0.5)
}
.flickerplate .dot-navigation .dot.active {
	background-color: #16b4b9;
}
.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul {
	text-align: left
}
.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul {
	text-align: right
}
.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {
	background-image: 
}
.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {
	background-image: 
}
.flickerplate.flicker-theme-dark .dot-navigation .dot {
	background-color: rgba(0,0,0,0.12)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
	background-color: rgba(0,0,0,0.6)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
	background-color: #000
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
	color: rgba(0,0,0,0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {
	color: rgba(0,0,0,0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color: rgba(255,255,255,0.5)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
	color: rgba(0,0,0,0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {
	color: rgba(0,0,0,0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color: rgba(255,255,255,0.5)
}
.flickerplate.animate-transform-slide ul.flicks {
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0%, 0px, 0px);
	-webkit-transform: translate3d(0%, 0px, 0px);
	-webkit-transition: -webkit-transform 0.6s;
	-o-transition: -o-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	transition: transform 0.6s
}
.flickerplate.animate-transition-slide ul.flicks {
	position: relative;
	left: 0%;
	-webkit-transition: left 0.4s ease-out;
	-moz-transition: left 0.4s ease-out;
	-o-transition: left 0.4s ease-out;
	-ms-transition: left 0.4s ease-out;
	transition: left 0.4s ease-out
}
.flickerplate.animate-jquery-slide ul.flicks {
	position: relative;
	left: 0%
}
.flickerplate.animate-scroller-slide {
	padding-bottom: 0px;
	overflow: auto
}
.flickerplate.animate-scroller-slide ul.flicks {
	position: auto
}
.home{
    width:100%;
	max-width:1000px;
	height:auto;
	overflow:hidden;
	margin-top:20px;
	}
.bt{ width:100%; height:48px; border-bottom:2px solid #4f91e7;}
.bt span{width:80px; float:right; height:25px;background:#4f91e7; margin-top:25px; text-align:center }
.bt span a{line-height:25px; font-size:16px; color:#ffffff;}
.zz{width:100%;}
.logo{width:100%;}
.logo img{width:100%;}
.itemnews {
    height: 64px;
    line-height: 64px;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
}
.itemnews .date {
    color: #999;
    padding-left: 10px;
    transition: 300ms;
}

.fr {
    float: right;
}
.itemnews a {
    display: inherit;
    color: #666;
    transition: 300ms;
	float:left;
	font-size:16px; 
	font-family:"宋体";}
.zz ul li dd{width:100%; height:30px; overflow:hidden;}
.zz ul li dd a{line-height:30px; font-size:16px; font-family:"宋体";}
.bkflny{width:100%; height:auto; overflow:hidden;}
.bkflny ul li{float:left; padding-left:5px;}
.bkflny ul li a{float:left;}
.foot{width:100%; height:auto; background:url(/uploads/image/simages/bj3.jpg); padding-bottom:20px;}
#foot{width:100%; max-width:1500px; overflow:hidden; text-align:center;color:#ffffff; font-size:16px;}
#foot a{color:#ffffff;}
.nrbt{width:100%; height:50px; overflow:hidden;}
.nrbt h2{line-height:50px; font-size:28px; font-family:"宋体";}
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%; text-decoration:none
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.xwlist{width:100%; height:auto; overflow:hidden;}
.xwtag dd{float:left;line-height:40px; font-family:"宋体"; font-size:16px;}
.xwtag dd a{float:left; padding-left:20px; }
.xwnrlist{width:100%; height:auto; overflow:hidden;}
.nlbt{width:100%; height:50px; overflow:hidden;}
.nlbt h2{line-height:50px; font-size:24px; font:"宋体";}
.nlxx{width:100%; height:40px; overflow:hidden; text-align:center; font-size:13px; color:#999;}
.nlnr{width:100%; height:auto; overflow:hidden;}
.nlnr img{width:90%;}
.nrdh{width:99%; height:294px; border:1px solid #d2d2d2; margin-bottom:20px;}
.nrdhtitle{width:100%; height:50px; background: #4f91e7;;}
.nrdhtitle h3{font-size: 20px;color: #ffffff;line-height:50px;}
.nrdh li{width:100%; height:40px; border-bottom: 1px solid #eeeeee;}
.nrdh li a{line-height:40px; font-size:16px; font-family:"宋体";}
.nrdh li a li a:hover{color:#4f91e7;}
.nrnews{width:99%; height:337px; border:1px solid #d2d2d2; margin-bottom:20px;}
.nrnews li{width:100%; height:40px; overflow:hidden;border-bottom: 1px dashed #999999;}
.nrnews li a{line-height:40px; font-size:16px; font-family:"宋体"; float:left;}
.nrnews li a:hover{color:#ff0000;}
.nltag{width:100%; height:auto; overflow:hidden; margin-top:20px; margin-bottom:20px;}
.nltag ul{float:left;}
.nltag ul li{float:left;line-height:40px; font-family:"宋体"; font-size:16px; height:40px;}
.nltag ul li a{padding:5px; background:#f5f5f5; margin-left:10px;}
.citylist{width:100%; height:auto; overflow:hidden; }
.citylist ul{float:left;}
.citylist ul li{width:100%; height:auto; overflow:hidden; float:left; margin-top:10px;}
.citylist ul li dl{width:100%; overflow:hidden;}
.citylist ul li h2{float:left; line-height:50px;font-family:"宋体"; font-size:24px; height:50px;}
.citylist ul li dd{float:left;}
.citylist ul li dd h4{float:left; line-height:35px; padding-left:20px;}
.citylist ul li a{margin:5px;line-height:40px; font-family:"宋体"; font-size:16px; height:40px;}
@media (min-width:600px) {
.top_logo {
	width: 50%;
	height: 54px;
	overflow: hidden;
	margin: 20px 0 26px 0;
	padding: 0;
	float: left;
}
.top_logo a {
	display: block;
}
.top_logo h1 {
    line-height:60px; 
	font-size:36px; 
	float:left; 
	color:#4f91e7;
}
.btnr{
    width:24%;
	height:50px;
	background:#4f91e7;
	float:left;
	text-align:center;
}
.btnr h2{line-height:50px; color:#ffffff; font-size:24px;}
.gsjj_img {
	float: left;
	margin-top: 20px;
	width: 40%;
}
.gsjj_img img {
	max-width: 100%;
}
.gsjj_in {
	width: 57%;
	float: right;
	margin: 20px 0 0 0;
}
.zz ul li{float:left; width:31%; height:210px; overflow:hidden; padding:10px;}
.zz ul li dl{width:100%;}
.zz ul li dl img{width:100%; height:180px; overflow:hidden;}
.yqlj{width:100%; height:auto; overflow:hidden;  background:url(/uploads/image/simages/bj3.jpg);}
.yqlj ul{float:left; color:#ffffff;}
.yqlj li{width:auto; height:30px; float:left; margin-left:20px; overflow:hidden;}
.yqlj li a{color:#ffffff;}
.dbdh{width:100%; height:auto; overflow:hidden;}
.dbdh ul{text-align:center;}
.dbdh ul li{float:left; margin:10px;}
.dhgt{width:100%; height:40px; background:#1c85de;position: fixed; bottom:0px;z-index: 1030;}
.dhgt a{line-height:40px; color:#ffffff; font-size:16px; font-weight:bold;}
.dhgt {
    display: none;
}
.nr{width:24%; height:auto; float:right;}

.nl{width:72%; height:auto; float:left;}
.dqwz{width:100%; height:50px; margin-bottom:40px; background:#eee; overflow:hidden;}
.dqwz h3{float:right; text-align:right;}
.xwlist li{width:100%; height:200px; border-bottom:1px dashed #333;}
.xwt{width:30%; height:200px; float:left;}
.xwt img{width:100%; height:200px;}
.xwnr{width:70%; height:200px; float:right;}
.xwbt{width:100%; height:40px; overflow:hidden;}
.xwbt h2{font-size:16px; line-height:40px; font-family:"宋体"; float:left;}
.xwbt span{float:right; line-height:40px; color:#999;}
.xwwz{width:100%; height:120px; font-size:12px; line-height:30px; font-family:"宋体"; text-align:left;}
.xwtag{width:100%; height:40px; overflow:hidden;}
.xwnrlist ul{float:left;}
.xwnrlist ul li{float:left; width:30%; height:240px;  margin-top:20px; background:#ffffff; overflow:hidden; margin-left:2%}
.xwnrlist ul li img{width:100%; height:200px; overflow:hidden;}
.xwnrlist ul li h2{width:100%; height:40px; line-height:40px; font-size:16px; overflow:hidden;}
.nlzy{width:100%; height:auto; overflow:hidden; background:#eff3fb;}
.articlenextpre{width:100%; height:auto; overflow:hidden; margin-top:20px;line-height:40px; font-family:"宋体"; font-size:16px; height:40px;}
.pre{width:50%;float:left; height:40px; overflow:hidden;}
.next{width:50%;float:right; height:40px; overflow:hidden;}

.nlny{width:24%; height:auto; float:right;}
}















/*手机*/
@media (max-width:600px) {
.flickerplate {
	height: 240px;
}
.ly_top {
	height: 70px;
}
.ly_top_in {
	height: 70px;
}
.ly_top .top_logo {
	width: 100%;
	height: 45px;
	text-align: center;
	margin: 10px 0;
}
.ly_top .top_logo a {
	width: 100%;
	text-align: center;
}
.ly_top .top_logo a img {
	max-width: 90%;
	display: inline-block;
	vertical-align: top;
}
.ly_top .top_logo h1 {
line-height:40px; font-size:30px;
}
.ly_top .top_right {
	display: none;
}
.ly_top .top_right .tr_r {
	display: none;
}
/*导航悬浮样式*/
.ly_nav2 {
	top: 70px;
}
.flickerplate {
	margin-top: 110px;
}
.ny_banner {
	margin-top: 110px;
}
.web_nav {
	width: 96%;
	display: block;
}
.navigation {
	width: 100%;
	display: none;
}
.navigation li {
	width: 100%;
	background: #f1f1f1;
	border-bottom: 1px solid #ffffff;
}
.navigation li a {
	color: #555;
	height: 40px;
	line-height: 40px;
}
.navigation li.logo2 {
	display: none;
}
.h_search_wrap {
	display: none;
}
.h_search .form1 {
	margin-top: 2px;
}
.h_search {
	width: 90%;
	top: 0;
	
	background: none;
	display: block;
	padding: 0 0;
}
.h_search .form_text1 {
	width: 70%;
	height: 40px;
}
.h_search .form_button1 {
	width: 30%;
	background: #00abfd;
	height: 40px;
}
.flickerplate ul.flicks>li .flick-title {
	font-size: 1.667em
}
.btnr{
    width:40%;
	height:30px;
	background:#4f91e7;
	float:left;
	text-align:center;
	margin-top:20px;
}
.btnr h2{line-height:30px; color:#ffffff; font-size:20px;}
.gsjj_img {
	margin-top:20px;
	width: 100%;
	display: block 
}
.gsjj_img img {
	width: 100%;
	display: block;
	height: auto;
}
.gsjj_in {
	width: 100%;
	margin: 20px 0 0 0;
}
.zz ul{width:100%; text-align:center;}
.zz ul li{width:100%; height:auto; overflow:hidden; margin-top:10px;}
.zz ul li dl{width:100%;}
.zz ul li dl img{width:100%;}
.yqlj{display:none;}
.dbdh{display:none;}
.dhgt{width:100%; height:40px; background:#1c85de;position: fixed; bottom:0px;z-index: 1030;}
.dhgt a{line-height:40px; color:#ffffff; font-size:16px; font-weight:bold;}
.nr{display:none;}
.nl{width:100%; height:auto; overflow:auto;}
.dqwz{display:none;}
.xwlist li{width:100%; height:auto; border-bottom:1px dashed #333; overflow:hidden;}
.xwt{width:95%; height:auto;}
.xwt img{width:100%;}
.xwnr{width:95%; height:auto; overflow:hidden;}
.xwbt{width:95%;overflow:hidden;}
.xwbt h2{width:95%; height:40px; font-size:16px; line-height:40px; font-family:"宋体"; overflow:hidden;}
.xwbt span{line-height:40px; color:#999;}
.xwwz{width:95%; font-size:12px; line-height:30px; font-family:"宋体"; text-align:left;}
.xwtag{width:95%; height:auto;overflow:hidden;}
.xwnrlist ul{width:100%;}
.xwnrlist ul li{ width:100%; height:auto;margin-top:20px; overflow:hidden;}
.xwnrlist ul li img{width:100%;overflow:hidden;}
.xwnrlist ul li h2{width:100%; height:40px; line-height:40px; font-size:16px; overflow:hidden;}
.nlzy{display:none;}
.articlenextpre{width:100%; height:auto; overflow:hidden; margin-top:20px;line-height:40px; font-family:"宋体"; font-size:16px;}
.pre{float:left; height:40px; overflow:hidden;}
.next{float:right; height:40px; overflow:hidden;}
.nlny{width:100%; height:auto; overflow:hidden;}
.nrdh{display:none;}
.sj{display:none;}
}

