@charset "utf-8";
/* CSS Document */

*{ padding:0; margin:0;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p{ padding:0px; margin:0px; font-weight:normal;}
ol, ul{ list-style:none;}
i,em{ font-style:normal;}
li{ list-style-type:none; }
a{ text-decoration:none; color:#333;}
a:hover { COLOR:#006698;}
img { border:0; padding:0px; margin:0px; max-width:100%; vertical-align:top;}
.cl:after{ content: ""; clear: both; display: block; }
.disv{ font-size: 0; }
.disv:before{content: "";display: inline-block;vertical-align: middle;height: 100%;}
.disvc{ display: inline-block; vertical-align: middle; width: 100%; font-size: 14px; }
.slow img:hover{ -moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out; transform:scale(1.05);}/*图片放大*/
.slow,.slow img{-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}/*缓慢效果*/

.ie6 span{color:#f00;font-size:22px;display:block;width:700px;height:100px;line-height:50px;margin:0 auto;text-align:center;padding-top:100px;}



/*公共样式开始*/
body{font-family:"Microsoft YaHei", "微软雅黑", "宋体"; color:#333; font-size:15px; background:#FFF;}
.fl{float:left}
.fr{float:right}
.hidden{ display:none;}
.display{ display:block;}
.mt10{ margin-top:15px;}
.ml20{ margin-left:20px;}
.clearfix{clear:both;}
.clearfix:after {clear:both;height:0;overflow:hidden;display:block;visibility:hidden; content:"."}
.clear{ clear:both; font-size:0px; line-height:0px; height:0px;}
.w1200{ width:1200px; margin:0 auto;}
.box{ padding:5px 0 15px 0;}
.box2{ background:url(../images/box3.jpg) bottom center no-repeat; padding:10px 0 30px 0; margin-top:25px;}


#header{ height:134px;}
.logo{ margin-top:22px; width:600px;height:100px;}

.lsxmb {
    color: #006698;
    font-size: 18px;
    margin: 0 20px;
}

.navHome{ display:none;}
.navsj{ display:none;}

.topr{ float:right; width:360px; position:relative;}
.toplj{ float:left; color:#fff; margin-top:55px;}
.toplj a{ color:#fff; margin:0 10px;}

.soBox{ position:absolute; height:40px; top:45px; right:0px; width:40px; z-index:6;}
.soBox.open{width:200px; border-radius:40px;}
.soBox .close{width:50px;height:40px;background:url(../images/icon-close.png) center center no-repeat;position:absolute;left:0;top:0;}
.soBox.open .close{display:block}
.soBox.open{position:absolute; right:0; z-index:2000;padding:0 50px; background:#006698;}
.soBox input[type=text]{width:100%;height:40px;border:none;background:0 0;font-size:13px;color:#fff; line-height:40px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; padding-right:10px; display:none; outline:medium none; font-family:"微软雅黑";}
.soBox.open input[type=text]{display:block}
.soBox .btn,.soBox input[type=submit]{display:block;width:40px;height:40px;position:absolute;right:0;top:0;cursor:pointer;border:none;background:url(../images/ss.png) 4px center no-repeat; outline:medium none;}
.soBox input[type=submit]{display:none}
.soBox.open input[type=submit]{display:block}
.soBox.open .btn{display:none}



.menunav{ background:#006698; width:100%; margin:0 auto;}
/******nav******/
.nav { position:relative;  height:54px; line-height:54px; width:100%; margin:0 auto;}
.nav ul {padding:0; margin:0;list-style-type: none;  }
.nav ul li {float:left; position:relative; z-index:998;display:block; width:14%;}
.nav ul li a{display:block; text-decoration:none; text-align:center; font-size:16px;}
.nav ul li ul {display: none;}
.nav ul li ul li{ width:120px; position:static; border-right:none !important; }
.nav ul li.hover a { color:#fff;  font-weight:bold;}
.nav ul li a { color:#fff;  font-weight:bold;}
.nav ul li:hover ul {display:block; position:absolute; top:54px; left:0; }
.nav ul li:hover ul li ul {display: none;}
.nav ul li:hover ul li a {display:block; text-align:center; line-height:35px; background:#006698; padding:0px; font-size:14px; color:#fff; border-top:1px solid #fff; font-weight:normal;}
.nav ul li:hover ul li a:hover {color:#fff; text-align:center; background:#006698;}
.nav .a:before {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0px;
	height: 4px;
	width: 0px;
	z-index: 0;
	content: '';
	background: #fff;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.nav .a:hover:before {
	left: 10%;
	right: auto;
	width: 80%; margin:0 auto;
}

/*banner*/
.slideBox{ position:relative; overflow:hidden; margin:0 auto 10px auto;  width:100%;/* 设置焦点图最大宽度 */ }
.slideBox .hd{ position:absolute; height:10px; line-height:10px; bottom:10px; left:50%; margin-left:-36px; z-index:1;}
.slideBox .hd ul{ display:inline-block; text-align:center;}
.slideBox .hd li{ display:inline-block; width:12px; height:12px; border-radius:50%; background: rgba(255,255,255,.6); text-indent:9999px; overflow:hidden; margin:0 7px;}
.slideBox .hd li.on{ background:#006698; width:12px; height:12px; border-radius:50%; }
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; text-align:center; }
.slideBox .bd li img{ width:100%; vertical-align:top;/* 图片宽度100%，达到自适应效果 */}
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0); text-decoration:none;}  /* 去掉链接触摸高亮 */
.slideBox .bd li .tit{ display:block; width:100%; font-size:14px; position:absolute; bottom:0px; height:30px; line-height:30px; color:#fff; background:#000; opacity:0.7; text-align:center; z-index:3; font-weight:normal;}


.TabTitle1{ height:45px; line-height:45px; padding-top:10px;}
.TabTitle1 span{ float:left;}
.TabTitle1 h2{ float:left; height:45px; line-height:45px; font-size:24px; display:block; padding-right:10px;}
.TabTitle1 i{ float:left; color:#c9c9c9; text-transform:uppercase; line-height:50px;}
.TabTitle1 ul { height:45px; display:block; float:right; width:210px;}
.TabTitle1 ul li{ float:left; height:43px; line-height:43px; font-size:16px; width:95px; margin-right:5px; text-align:center; cursor:pointer; display:block;}
.TabTitle1 ul li a{ color:#333; }
.TabTitle1 em a{ float:right; color:#999; font-size:14px;}
.TabTitle1 .hover a{color:#006698;}
.Tabbottom1{ margin-top:20px;}


.title1{ height:45px; line-height:45px; padding-top:10px; }
.title1 span{ float:left;}
.title1 h2{ float:left; height:45px; line-height:45px; font-size:24px; display:block; padding-right:10px;}
.title1 i{ float:left; color:#c9c9c9; text-transform:uppercase; line-height:50px;}
.title1 a{ float:right; font-size:14px; color:#999;}



.pic_news,.ky{ width:65%; float:left;}
.pic_news ul li,.kydt ul li{ width:48%; display:block; height:auto; overflow:hidden;}
.pic_news ul li:nth-child(1n),.kydt ul li:nth-child(1n){float: left;}
.pic_news ul li:nth-child(2n),.kydt ul li:nth-child(2n){float: right;}
.pic_news ul li .img{width: 100%; min-width:100%; display: block;height: 0;padding-bottom: 60.394%;overflow: hidden;}
.pic_news ul li p{ font-size:16px; margin-top:5px; display:block; height:60px; line-height:30px; overflow:hidden;}

.kydt ul li .img1{width: 100%; min-width:100%; display: block;height: 0; padding-bottom:47%;overflow: hidden;}
.kydt ul li p{ margin-top:5px; display:block; height:30px; line-height:30px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; text-align:center;}
.kydt dl{ margin-top:5px;}
.kydt dl dd{width:48%; height:35px; line-height:35px; overflow:hidden;}
.kydt dl dd:nth-child(1n){float: left;}
.kydt dl dd:nth-child(2n){float: right;}
.kydt dl dd a{ width:83% !important; float:left; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; color:#333; background:url(../images/xb.jpg) left center no-repeat; padding-left:10px; display:block;  height:35px; line-height:35px;}
.kydt dl dd i{ float:right; color:#999; font-size:14px; width:auto !important }


.list,.px{ width:32%; float:right;}
.list ul li{ width:100%; margin-bottom:20px; font-size:16px; line-height:28px; display:block; overflow:hidden; }




.TabTitle2{ height:45px; line-height:45px; padding-top:15px;}
.TabTitle2 ul { height:45px; display:block;}
.TabTitle2 ul li{ float:left; font-size:22px; width:120px; cursor:pointer; display:block; background:url(../images/tabfg.png) right center no-repeat; margin-right:30px;}
.TabTitle2 .hover{color:#006698;}




.gd{ height:30px; line-height:30px; margin-top:-207px; font-size:14px; text-align:right; overflow:hidden;display:block; float:right; z-index:888;}
.gd a{ color:#999;}
.Tabbottom2{ margin-top:10px;}


.list1{ width:100%; height:160px;}
.list1 ul li {width:32%; display:block; margin-top:15px; margin-bottom:15px; float:left; margin-right:2%;}

.list1 ul li .rq1 { display:block; width:12%; border:3px solid #80b5d8; background:url(../images/sjfg.jpg) center no-repeat #fff; height:42px; line-height:21px; padding-left:5px; color:#1261a4; font-size:14px; }
.list1 ul li .rq1 font{ padding-left:20px; display:block;}
.list1 ul li .zw1 { width:79%; display:block;}
.list1 ul li .zw1 a{ height:25px; line-height:25px; display:block; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.list1 ul li .zw1 p{ height:25px; line-height:25px; color:#999; font-size:12px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}

.pxlist{ width:100%; overflow:hidden; float:right; margin-top:5px;}
.pxlist ul li {width:100%; padding:16px 0; border-bottom:1px dotted #ccc; overflow:hidden; display:block;}
.pxlist ul li .rq2 { display:block; width:15%; height:68px; line-height:40px; padding-top:5px; font-size:32px;}
.pxlist ul li .rq2 font { font-size:12px; display:block; line-height:25px;}
.pxlist ul li .zw2 { width:82%; height:63px; margin-top:8px; background:url(../images/xwbg.jpg) bottom left no-repeat; display:block;}
.pxlist ul li .zw2 a{ height:50px; line-height:25px; overflow:hidden; font-size:15px;}
.pxlist ul li .zw2 p{ display:none;}


#container{ 
  width:95%; 
 /* height:120px; */
margin:15px auto; 
  overflow: hidden; 
  position: relative; 
} 
  
#container ul{ 
  list-style: none; 
  width:1000000px; 
  position: absolute; 
} 
  
#container ul li{ 
  float:left; height:120px;
  margin-right: 20px; 
} 
#container ul li img{height:120px;}


.links{ height:45px; line-height:45px; padding-top:15px;}
.links ul { height:45px; display:block;}
.links ul li{ float:left; font-size:16px; display:block; margin-right:18px; cursor:pointer; display:block; color:#fff;}
.links .hover{color:#fff; border-bottom:3px solid #fff;}
.linksbot{ background:#fff; margin-top:15px; padding:20px;}

.lj{ float:left; width:76%;}
.lj li{ float:left; width:25%; height:36px; line-height:36px; font-size:14px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.ljt{ float:right; width:22%;}

.foot{ background:#336699; padding:15px 0;}
.foot_l{ float:left; color:#fff; line-height:30px; font-size:14px; width:60%;}
.ewm{width:260px; height:60px; float:right; margin-top:10px;}
.ewm li .preview{display:none; width:100px !important;}
.ewm li:hover .preview{display:block; position:absolute; top:-70px; left:0; z-index:1;}
.ewm img{vertical-align:top;}
.ewm li{ display:inline; float:left; width:25%; text-align:center; height:47px; position:relative;}




.ban{ text-align:center; margin:0 auto;}


.ny{ width:1200px; 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:500px;}

.ny_right_top{ border-bottom:1px solid #006698;}

.nytit{ background:url(../images/icon4.png) 7px 16px no-repeat; height:50px; line-height:50px; padding-left:25px; float:right;}
.nytit a{ padding-right:7px;}

.nytit1{ height:50px; line-height:50px; float:left; overflow:hidden; border-bottom:2px solid #006698; color:#006698; font-size:18px; font-weight:bold; padding:0 10px;}



/*次级页面二级菜单*/
.ny_left_top{ height:80px; width:100%; color:#FFF; background:#006698; margin-top:-80px; font-size:18px; font-weight:bold; text-align:center; line-height:80px; margin-bottom:2px; position:relative; z-index:1;}

.sidenav{ overflow:hidden; display:block; width:100%; }
.accordion { width:100%; }
.accordion .nav-link {display: block;  padding-left:25px; height:53px; line-height:53px; font-size:15px; color:#fff; outline:none; -webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease; font-size:16px; }
.accordion .nav-link a{ display: block; color:#fff;}
.accordion .nav-link:hover{  color: #fff !important; background:#336699; font-size:16px; }
.accordion .nav-link:hover a{  color: #fff !important; font-size:16px; }
.accordion .nav-link.hover{  color: #fff !important; background:#336699; font-size:16px; }
.accordion .nav-link.hover a{  color: #fff !important; font-size:16px; }
.currentnav{ background:#006698 !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:#006698; overflow:hidden;  }
.accordion li:last-child .nav-link { font-size:16px; }
.accordion li i { display:block; width:30px; height:30px; background:url(../images/xia.png) center no-repeat; 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:#336699; 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:#006698; background:#fff; border-left:3px solid #006698; padding-left:40px !important; } 
.sidemenu a:hover {color:#006698; background:#fff; border-left:3px solid #006698; 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 img{text-align: center; max-width:800px; margin:10px auto; display: block;} 


/*信息列表开始*/
.Newslist {}
.Newslist ul li {height:50px; line-height:50px; border-bottom:1px dashed #dcdcdc; background:url(../images/xb.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;}



.sjdh{ display:none;}
.fytpc{ margin-top:15px;}

.m-list3 {
	
}
.m-list3 li {
	overflow: hidden;
	padding: 10px 0 30px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
.m-list3  .pic3 {
	float: left;
	overflow: hidden;
	width: 180px;
	height: 120px;
	position:relative;
}
.m-list3  .pic3 img {
	display: block;
	overflow: hidden;
	width: 180px;
	height: 120px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; position:absolute; z-index:1;
}
.m-list3  .pic3:hover img {
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);
}
.m-list3 .txt4 {
	overflow: hidden;
	padding-left: 20px;
}
.m-list3 .tit4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 32px;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.m-list3 .tit3 a {
	color: #000;

	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.m-list3 .tit3 a:hover{
	color: #9a0000;
}
.m-list3 .txt3 p {
	height: 48px;

	font-size: 14px;
	line-height: 24px;
	color: #333;

	overflow: hidden;
	display: -webkit-box;
	display: box; 
	
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.m-list3 .info {
	padding: 5px 0;

	line-height: 25px;
}
.m-list3 .info .time1 {
	padding-left: 24px;
	font-size: 12px;
	color: #999;
	background: url(../images/icon-time.png) 0 center no-repeat;
}



.sz li {
	overflow: hidden;
	padding: 1.8% 1.8%; background:#f6f6f6;
	margin-bottom: 20px; float:left; width:20%;
margin:5px;
}
.sz ul li span{width:100%;text-align:center;display:block;}
.sz .pic4 {
	overflow: hidden;
	width: 150px;
	height:210px;
	position:relative;
       margin:5px;
    margin: 0 auto;
}
.sz .pic4 img {
	display: block;
	overflow: hidden;
	width: 150px; height:210px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; position:absolute; z-index:1;
}
.sz .pic4:hover img {
-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);
}
.sz .txt5 {
	overflow: hidden;
	padding-left: 20px;
}
.sz .tit5 {
	font-size: 18px; font-weight:bold;
	font-weight: normal;
	line-height: 32px; margin-bottom:15px;
}
.sz .tit5 a {
	color: #000;

	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.sz .tit5 a:hover{
	color: #9a0000;
}
.sz .txt5 p {

	font-size: 14px; text-indent:2em;
	line-height: 24px;
	color: #333;
}
.sz .info {
	padding: 5px 0;

	line-height: 25px;
}
.sz .info .time1 {
	padding-left: 24px;
	font-size: 12px;
	color: #999;
	background: url(../images/icon-time.png) 0 center no-repeat;
}





/*图片列表开始*/
.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:90%; 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 img{text-align: center; max-width:800px; margin:10px auto; display: block;}

.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;}



.ssjg { padding:0 10px;}
.ssjg ul li {height:50px; line-height:50px; border-bottom:1px dashed #dcdcdc; background:url(../images/xb.jpg) no-repeat left 23px; font-size:15px; padding-left:15px; overflow:hidden; width:97%; text-overflow: ellipsis; white-space: nowrap;}
.ssjg ul li i{float: right; padding-left:10px; color: #999999;}





@media screen  and (max-width:1200px) {
.w1200{ width:auto; padding:0 15px;}
.ny{ width:auto; padding:0 15px;}

}

@media screen  and (max-width:1024px) {

.menunav{ display:none;}
#header{ height:100px;}
.navHome{width:10%; margin-top:28px; text-align:right; float: right; display:block;}
.navHome img{width:45%;}
.logo{ width:45%; margin-top:10px;}
.logo img{  height:auto;}

.toplj{ display:none;}
.topr{ width:auto;}

.soBox{ position:absolute; height:100px; top:15px; right:60px; width:50px; z-index:6;}
.soBox.open{width:300px; border-radius:10px;}
.soBox .close{width:60px;height:60px;}
.soBox.open{position:absolute; right:60px; z-index:2000;padding:0 50px; background:#336699;}
.soBox input[type=text]{ height:60px; line-height:60px;}
.soBox .btn,.soBox input[type=submit]{width:50px; height:60px; background-size:80%; }




.openMenu{right:50%;-webkit-transition:all .5s ease;transition:all .5s ease;}
.openNav{right:0;-webkit-transition:all .5s ease;transition:all .5s ease;    overflow-y: scroll;}

.leftsidebar_box{width:100%;height:auto !important;overflow:visible !important;background-color:#006698;}
.leftsidebar_box dl{border-bottom:1px solid #336699; font-size:16px;}
.leftsidebar_box dt{padding-left:10px; background-repeat:no-repeat;color:#fff;position:relative;line-height:3.000em;cursor:pointer; height:50px;}
.leftsidebar_box dt span{ width:70%;height:50px; line-height:50px; float:left; display:block;}
.leftsidebar_box dt em{ width:25%; height:50px; float:right; display:block; }

.leftsidebar_box dd a{background-color:#336699;padding-left:12px; display:block; color:#fff; line-height:44px; height:44px; border-bottom:1px solid #006698; font-size:14px;}
.leftsidebar_box dt em img{position:absolute;right:0.625em;top:1.250em;}
.leftsidebar_box dt em img{width:1.000em;}
.leftsidebar_box dt a{color:#fff;}
.leftsidebar_box dd a:hover{background:#336699;}


/**==================弹出导航菜单==============**/
#nav-over{position:fixed;left:0;top:0;z-index:9998;display:none;width:100%;height:100%;}
.warmp{position:relative;right:0;z-index:1;-webkit-transition:all .5s ease;transition:all .5s ease;}
.navsj{position:fixed;top:0;right:-35%;z-index:9999;width:35%;height:100%;background:#006698;-webkit-transition:all .5s ease;transition:all .5s ease; box-shadow:4px 0px 3px 4px rgba(0,0,0,1); display:block;}
.openMenu{right:480px;-webkit-transition:all .5s ease;transition:all .5s ease;}
.openNav{right:0;-webkit-transition:all .5s ease;transition:all .5s ease;}
.scrollerBox{ position:relative;-ms-touch-action: none;-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-text-size-adjust: none;-moz-text-size-adjust: none;-ms-text-size-adjust: none;-o-text-size-adjust: none;text-size-adjust: none;}
.scroller {position: absolute;width:100%;padding:0 0 100px 0;cursor:move;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-transform: translateZ(0);-moz-transform: translateZ(0);-ms-transform: translateZ(0);-o-transform: translateZ(0);transform: translateZ(0);}


.list ul li{ margin-bottom:12px; line-height:26px; height:52px; }
.pxlist ul li{ padding:12px 0;}




.dpzw img{
	display: block;
	max-width: 82%;
	margin: 0.8em auto;
}

}



@media screen and (max-width: 768px) {
	
.soBox{ position:absolute; height:50px; top:15px; right:70px; width:40px; z-index:6;}
.soBox.open{width:300px; border-radius:10px;}
.soBox .close{width:50px;height:50px;}
.soBox.open{position:absolute; right:50px; z-index:2000;padding:0 50px; background:#336699;}
.soBox input[type=text]{ height:50px; line-height:50px;}
.soBox .btn,.soBox input[type=submit]{width:40px; height:50px; background-size:80%; }
	
#header{ height:85px;}
.logo{ width:60%; margin-top:15px;}
.logo1{ width:90%;}
.logo1 img { width:100%;}
.logo2 img{ width:75%;}

.pic_news,.ky{ width:100%; float:none;}
.list,.px{ width:100%; float:none;}
.list ul li{ margin-bottom:20px; margin-top:20px; line-height:25px; height:25px;  text-overflow: ellipsis; white-space: nowrap;}
.list1 ul li{ float:none; margin-right:0; width:48%;}
.list1 ul li:nth-child(1n){float: left;}
.list1 ul li:nth-child(2n){float: right;}
.list1{ height:245px;}
.gd{ margin-top:-290px; }

.pxlist ul li .rq2 { width:10%;}
.pxlist ul li .zw2 { width:88%; }
.pxlist ul li .zw2 p{ height:25px; line-height:25px; color:#999; font-size:12px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; display:block;}

#container{ height:90px;}
#container ul li{  height:90px;} 
#container ul li img{height:90px;}

.lj{ float:none; width:100%;}
.ljt{ display:none;}

.foot_l{ float:none; text-align:center; width:100%;}
.ewm{ width:50%; display:block; float:none; margin:10px auto 0 auto;}


.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:96%; 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:#006698; color:#fff;}
.sjdh ul li a.hover{ background:#006698; 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;    width: 100%;
    height: auto;
}


}
@media screen  and (max-width:640px) {

#header{ height:80px;}
.logo{ width:80%; margin-top:10px;}
.logo1{ width:90%;}
.logo2{ width:90%;}
.logo1 img { width:100%;}
.logo2 img{ width:75%;}
.navHome{ margin-top:20px;}
.navHome img{width:50%;}

.soBox{ position:absolute; height:40px; top:12px; right:45px; width:60px; z-index:6;}
.soBox.open{width:200px; border-radius:10px;}
.soBox .close{width:40px;height:40px;}
.soBox.open{position:absolute; right:0px; z-index:2000;padding:0 50px; background:#336699;}
.soBox input[type=text]{ height:40px; line-height:50px;}
.soBox .btn,.soBox input[type=submit]{width:60px; height:40px; background-size:50%; }


.TabTitle1 span{}
.TabTitle1 span i{ display:none;}
.TabTitle1 ul { width:188px;}
.TabTitle1 ul li{ margin-right:0px; width:90px;}


.TabTitle2 ul li{ width:105px; margin-right:10px;}
.list1 ul li{ float:none; margin-right:0; width:100%;}
.list1 ul li:nth-child(1n){float: none;}
.list1 ul li:nth-child(2n){float: none;}
.list1{ height:auto;}

.gd{ margin-top:0px; }

.pxlist ul li .rq2 { width:13%;}
.pxlist ul li .zw2 { width:84%; }
.pxlist ul li .zw2 a{ height:25px; line-height:25px; font-size:15px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; display:block;}

.kydt dl dd{ width:100%; height:35px; line-height:35px; overflow:hidden;}
.kydt dl dd:nth-child(1n){float: none;}
.kydt dl dd:nth-child(2n){float: none;}

.lj{ float:none; width:100%;}
.lj li{ width:50%;}
.ewm{ width:70%; display:block; float:none; margin:10px auto 0 auto;}
.m-list3  .pic3 { display:none;}

.sz li {width:96%; float:none;}
.sz li:nth-child(1n){float: none;}
.sz li:nth-child(2n){float: none;}

.ssjg { padding:0;}
}



@media screen  and (max-width:639px) {
.TabTitle2 ul li{ width:100px; margin-right:10px;}
#header{ height:60px;}
.soBox{ position:absolute; height:40px; top:7px; right:30px; width:60px; z-index:6;}
.soBox .btn,.soBox input[type=submit]{width:40px; height:40px; background-size:50%; }

}


@media screen  and (max-width:1024px) {

.content #vsb_content .v_news_content table{

    display: flex!important;
    overflow: scroll hidden;
    white-space: nowrap;
    word-break: keep-all;


}
}

@media screen  and (width:1024px){

.soBox{ position:absolute; height:100px; top:15px; right:95px!important; width:50px; z-index:6;}


}
input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color :#fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color :#fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color :#fff;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color :#fff;
}
input::-ms-input-placeholder { /* Microsoft Edge */
  color :#fff;
}