﻿/* CSS reset */

html, body, div, p, form, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
img { border: 0; }
ul, ol { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
a { cursor: pointer; font-size: 18px; }
a:link, a:visited { color: #333; text-decoration: none; }
a:hover { color: #1FA60F; text-decoration: underline; }
a:active { color: #F30; }
p { padding: 5px 0; }
h1 { font: 24px/30px "Microsoft Yahei"; text-align: center; padding: 18px; display: block; overflow: hidden; text-indent: 0; zoom: 1; _width: 90%; }
textarea { overflow: auto; }
em { font-style: normal; }
/*--reset end--*/
.left { float: left; display: inline; }
.right { float: right; display: inline; }
body { background: #fff; font: 18px "Microsoft yahei", Tahoma, Verdana; color: #333; height: 100%; overflow-x: hidden; }
.containor { width: 1180px; margin: 15px auto; overflow: hidden; zoom: 1; }
.clear { clear: both; height: 0; overflow: hidden; }
/*
------------------------------------- 
Header 
-------------------------------------
*/ 

.header { display: block; width: 100%; height:468px; overflow: hidden; }

/*样式根据需要更改 最好带上父元素#slide,提高优先级 此处的next和prev为调用插件时设置的按钮属性nextClass/prevClass的值*/
#slide .prev{
    left: -50px;
}
#slide .next{
    right: -50px;
}
/*轮播导航图标样式，这里的ul.page的page为调用插件时设置的page属性的值,根据需要修改自己想要的样式效果*/
#slide ul.page{
    bottom: 40px;
}
/*此处page原理同上 ,轮播导航图标非当前图标样式,*/
#slide ul.page li{
    cursor: pointer;
    color: #fff;
    width: 15px;
    height: 15px;
    background: #fff;
    text-align: center;
    margin: 0 5px;
    border-radius: 100px;
}
/* 此处page原理同上 ,on为当前图片的图标样式*/
#slide ul.page li.on{
    background: #f60;
}
#slide .list li { list-style:none; background:none; padding:0; margin:0;}

.navBox { width:1180px; margin:0 auto; position: relative; z-index: 100;  }

.nav { width:1180px; height:50px;  margin:0 auto; }
#logo { position: absolute; width:1180px; height:120px; left:0; top:-350px; text-align: center; }
#logo img { margin:0 auto; }
.mobile-logo {display: none;}
/*
------------------------------------- 
search 
-------------------------------------
*/
.search { float: right; margin: 45px 0 5px 0; overflow: hidden; width: 265px; height: 38px; }
.search input { border: none; width: 155px; height: 28px; border:1px solid #ccc; padding: 0 5px 0 10px; font: 16px/22px Arial, Helvetica, sans-serif; background: #fff; display: block; float: left; vertical-align: middle; }
.search .btnSearch { width: 78px; height: 30px; background: url(../Images/btn-search.png) 0 0 no-repeat; display: block; float: left; cursor: pointer; border: none; }
/* 下拉菜单 */
.sub_menu { float:left; height: 50px; color: #fff; overflow: hidden; padding: 0; padding-left:15px; }
.sub_menu li { display: block; float: left; list-style: none; margin: 0 11px; height: 50px; line-height: 50px; }
.sub_menu li span { display: block; width: 2px; height: 30px; float: left; background: url(../Images/nav_line_2.png) left center no-repeat; margin: 11px 0 0 0; }
.sub_menu li a { display: block; text-align: center; overflow: hidden; text-decoration: none; color: #fff; font: bold 18px/50px "Microsoft yahei"; white-space: nowrap; }
.sub_menu li a:hover { text-decoration: none; color: #FFFF72 !important; background: url(../Images/nav_1_currnet.png) 0 1px no-repeat; }
.input { border: none; height: 20px; padding: 0 2px; font: 12px/18px Arial, Helvetica, sans-serif; }
#headerPic { width:998px; height:280px; overflow: hidden; padding-top:2px; _padding-top:0; }
#headerPic img { width:998px; height:280px; }

.nav { width:100%; height:50px; background:rgba(0,178,89,0.8); margin:0 auto; }
.navBox { width:1200px; margin:0 auto; position: relative; z-index: 100;  }
#menu { width:1200px; height:50px;padding:0;position:absolute;left:0;top:0;z-index:1500;}
#menu > ul {display: flex; justify-content:space-between;}
#menu > ul > li{ position: relative;flex-grow: 1; flex-shrink: 1; flex-basis: 0%;}
#menu > ul > li > a{display:block;width:100%;text-align:center;font:bold 17px/50px 'Microsoft yahei';color:#fff;text-decoration:none;}
#menu ul li.havesub { background: url(../Images/nav-arrow.png) no-repeat right center; }

#menu ul li.change a,#menu ul li:hover { background-color:rgba(9,142,92,0.7); color:#fff;  }
#menu ul li:hover a { color:#fff;  }
#menu ul li.havesub:hover { background:rgba(9,142,92,0.7) url(../Images/nav-arrow.png) no-repeat right center; color:#fff; }
#menu li div.sub-box { display: none; position:absolute; z-index:10000;background-color:rgba(255,255,255,0.9);left:0; top:50px;box-shadow: 2px 2px 8px #999; }
#menu li div.sub-box p {border:0 solid #eee;margin:0;text-indent: 0;padding:0 0 10px 0;border-top:0; width:120px;overflow:hidden;  zoom:1;}
#menu a.sub,#menu a.sub:visited { display:block; color:#555; padding:5px 0; text-align: center;text-indent:0; font:normal 15px/1.5 'Microsoft yahei';}
#menu ul li:hover .sub-box a { color:#555; }
#menu ul li:hover .sub-box a:hover { color:#044C91; text-decoration:none; }


/*-------------*/


.sc1 { width:600px; height:382px; float: left; margin:0 0 0 0; }
.sc1 img { width:100%; height:100%; }
.swiper-title { position: absolute; left: 0; bottom: 0; width: 100%; height: 55px; color: #fff; text-align: center; font-weight: bold; 
    background: linear-gradient(to top, black, transparent); overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }

.sc1 .swiper-pagination-bullets, .sc1 .swiper-pagination-custom, .sc1 .swiper-pagination-fraction {
    bottom:15px;
}
.sc1 .swiper-pagination-bullet { background: #fff; }
.sc1 .swiper-pagination-bullet-active {background: #f60}

.bill {
  width: 1180px;
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  clear: both;
  margin:25px auto;
}
.swiper_bill {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper_bill a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
.swiper_bill a img {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.swiper-container-vertical>.swiper-pagination-bullets {right:30px;}



.Tab2 { border-bottom:1px solid #ccc; overflow: hidden; zoom:1; margin-bottom:10px; }
.Tab2 li { position: relative; float: left; padding:2px 10px 12px 5px; margin-bottom:-1px; }
.Tab2 li a { font-size: 20px; }
.Tab2 li.change { border-bottom:2px solid #00B259; }
.Tab2 li.change a { color:#00B259;font-weight: 700; text-decoration: none; }

/*轮播*/
.silder {width: 100%;height:200px; overflow: hidden;text-align: center;margin: 0 auto;position:relative;float:left;}
.silder .silder_list {height:200px; overflow:hidden;position: relative;}
.silder .silder_list a{position:absolute; top:0;left:0;}
.silder .silder_list a,.silder .silder_list img{display:inline-block;float:left;}
.silder .silder_page{height:42px;text-align:right; margin:0 auto;right:1px; overflow:hidden;position:absolute; bottom:1px;}
.silder .silder_page li{width:21px; border-radius: 100px; font-size:12px; float:left; height:21px;line-height:20px;margin:12px 10px 0 0; background:#fff;display:inline-block;text-align:center;color:#000;}
.silder .silder_page li.current{background:#f60;color:#fff;}
.silder_desc{color:#fff;background:url(../Images/tit_bg.png) repeat 0 0;float:left;line-height:42px;height:42px;width:100%;overflow:hidden;position:absolute;left:0;bottom:0;text-align:left;text-indent:10px;}
.silder .silder_page li:hover{cursor:pointer;}

#silder3 { margin:20px 0; }
#silder3 .silder_desc { display: none; }

.box { overflow: hidden; margin-bottom:15px; width:575px; float: left; }
.box h3 { height:40px; border-bottom:1px solid #ccc; margin-bottom:15px; 
 }
 .box h3 span { background:#00B259; color:#fff; float: left; height:40px; padding:0 20px; font:bold 20px/36px "Microsoft yahei"; }

.box h4 { margin:-5px 0 0; text-align: center; }
.box h4 a { font-size:30px; color:#00B259; text-decoration: none; }

.news-box { float: right; width:558px; height:382px; margin-bottom:0;}
.bhqsp {width:100%;} 

.thumbList { border-bottom:1px dashed #ccc; overflow: hidden; zoom:1; padding:0 10px 10px 0; }
.thumbList img { float:left; width:146px; height:106px; margin:0 10px 0 0; }
.thumbList p { padding:10px 0; font-size:14px; color:#999; }
/*
------------------------------------- 
list 
-------------------------------------
*/ 

.list li { list-style: none; text-align: left; overflow: hidden; height: 26px; line-height: 26px; 
	padding: 0 5px 0px 10px; margin:10px 0; background: url(../Images/flag01.png) no-repeat 0px 13px; overflow: hidden; }
.list li em { display: block; float: right; padding: 0 0 0 10px; color: #999; font: normal 14px/26px arial, Geneva, sans-serif; }
.list li a { color: #333; }
.list li a:hover { color: #093; text-decoration: none; }
.list li a em { color: #06F; }
.list li span {  font-size: 16px; padding-right:3px; padding-bottom:0; }
.font_red { color:#f60; }

.gkButton { overflow: hidden; zoom:1; width:610px;  }
.gkButton a { width:130px; height:160px; background-color: #29724E; border-radius: 5px; text-decoration: none;
	text-align: center; color:#fff; display: block; float: left; margin-right:16px; }
.gkButton a:hover { background-color: #00661A; }
.gkButton img { display: block; margin:40px auto 20px auto; }


/*
------------------------------------- 
banner 
-------------------------------------
*/
.banner { background: #fff; width: 1000px; height: 110px; padding: 0; margin: 10px 0; border: none; display: block; overflow: hidden; clear: both; margin-left: 7px; }
.banner img { width: 1000px; height: 110px; border: none; }

/*
------------------------------------- 
side 
-------------------------------------
*/ 
.side { width: 257px; display: block; overflow: hidden; float: left; margin-left: 2px; _margin-left: 1px; }
.side .box { display: block; clear: both; overflow: hidden; zoom: 1; margin: 0; clear: both; margin: 0 0 10px 0; _margin: 0 0 5px 0; overflow: hidden; zoom: 1; display: block; }
.side .box h3 { color: #0F6600; line-height: 30px; height: 32px; font-size: 14px; padding: 0 5px 0 30px; }
.side .box h3 a { display: block; float: right; width: 55px; height: 18px; text-align: center; line-height: 18px; color: #FFF; padding: 0; font-size: 12px; margin: 2px 0px 0 0; font-weight: normal; text-indent: 0; }
.side .shengtai { background: url(../Images/tai_side.png) 0 0 no-repeat; height: 440px; width: 257px; }
.side .shengtai h4 { height:30px; overflow: hidden; }
.side .shengtai h4 a { color:#fff; font:bold 14px/31px 宋体; padding-left:15px; }
.side .small_box { display: block; clear: both; overflow: hidden; width: 100%; /*background:#FC0; opacity:0.5;*/ padding: 5px 0 5px 10px;  height:62px; overflow: hidden;  }
.side .small_box img { float: left; width: 70px; height: 50px; background: #FFF; padding: 3px; border: 1px solid #ccc; }
.side .shengtai .list { float:left; width:160px; height: 65px; overflow: hidden; margin-top: -5px; }
.side .list li { list-style: none; /*margin: 0 13px;*/ text-align: left; overflow: hidden; height: 21px; line-height: 22px; padding: 0 5px 0px 12px; margin: 0 5px; background: url(../Images/flag01.png) no-repeat 3px 10px; display: block; clear: both; overflow: hidden; }
.side .list li a { font-size: 12px; }
.side p { padding: 10px; font: 14px/22px Verdana, Geneva, sans-serif; color: #444; }
.side p.info { padding: 10px 10px 20px 10px; border-bottom: 1px solid #ccc; margin-bottom: 10px; }
.side p.info, .side p.info a { font: 14px/24px Verdana, Geneva, sans-serif; color: #666; }
/*menu*/

.menu { width:260px;text-align: center; margin:0 auto; }
.menu a, .menu a:visited { height: 46px; display: block; margin:10px auto; padding-left: 50px; text-align: left; font: 16px/46px 'Microsoft yahei'; color: #333; overflow: hidden; background: url(../Images/menu.png) 0 0 no-repeat; }
.menu a:hover { background: url(../Images/menu.png) 0 -46px no-repeat; text-decoration: none; }
.menu a.current, .menu a.current:visited { background: url(../Images/menu.png) 0 -92px no-repeat; font-weight: bold; color: #fff; text-decoration: none; }
.menu a img { vertical-align: middle; }
/* general styles */

table, td { font: 100% Arial, Helvetica, sans-serif; }
table { width: 95%; border-collapse: collapse; margin: 1em auto; }
th, td { text-align: center; padding: .7em; border: 1px solid #FFF; }
th { background: #46B111; color: #FFF; text-align: center; }
td { background: #E5FFD9; }
/* tablecloth styles */

tr.even td { background: #E5FFD9; }
tr.odd td { background: #EFFEE8; }
td.empty, tr.odd td.empty, tr.even td.empty { background: #fff; }
/* 滚动图片 */
.roll { clear: both;  }
.roll h3 { background: url(../Images/side_title.png) no-repeat 0 0; height: 35px; font: bold 14px/35px 微软雅黑, 宋体; margin: 0 0 5px 0; overflow: hidden; text-align: left; color: #fff; text-indent: 0.9em; }
.roll h3 span { color: #fff; width: 100px; float: left; text-align: left; }
.roll span, .rolllist, .rolllist ul, .rolllist ul li { float: left; display: inline; }
.roll span { width: 26px; height: 69px; padding: 0; overflow: hidden; margin-top: 60px; background: url(../Images/photo_btn_1.png) no-repeat; cursor: pointer; }
.roll .left { background-position: 0 0; margin-left: 5px; }
.roll .left:hover { background-position: 0 0; }
.roll .right { background-position: -26px 0; float: right; margin-right: 15px; }
/*.roll .right:hover { background-position:-17px 0; }*/

.rolllist { width: 1055px; overflow: hidden; margin: 0 0 5px 30px; zoom: 1; /*background:#09F;*/ }
.rolllist ul { width: 6050000px; }
.rolllist li { width: 250px; height: 200px;  overflow: hidden; margin: 12px 8px 0 8px; display: inline; overflow: hidden; text-align: center; line-height: 140%; }
.rolllist li img { display: block; padding: 5px; margin: 4px 0; border: 1px solid #ccc; width: 238px; height: 155px; background: #fff; }
.rolllist li a { font-size:15px; line-height: 2; }

.linkBox { overflow: hidden; zoom:1; width:1200px; }
.linkBox a { display: block; width: 185px; height:42px; line-height: 42px; background-color: #f5f5f5; 
	border:1px solid #ddd; overflow: hidden; float: left; text-decoration: none; text-align: none; 
	margin:0 11px 11px 0 ; font-size: 16px; text-align: center;
 }
 .linkBox a:hover { color: #fff; background-color: #0F5E36; }

 #menuBar { height:100%; }
/* 通知公告 */
#gg { margin: 0 auto; margin-top: 10px; }
#gg .list li { line-height: 1.6em; height: auto; padding: 5px 0 0 20px; background: url(../Images/item.png) 0 8px no-repeat; }
#gg .list li span { display: block; clear: both; width: 100%; background: url(../Images/time.png) 5px 11px no-repeat; padding: 0 0 0 10px; }
/*
------------------------------------- 
footer 
-------------------------------------
*/
.footer { background: #f5f5f5; border-top:5px solid #0F5E36; text-align: center; line-height: 1.8; padding:20px 0; font-size:16px; }
/*
------------------------------------- 
Form 
-------------------------------------
*/

.select { visibility: hidden; }
input, select, textarea { font-size: 12px; font-family: arial, 宋体; }
textarea { border: 1px solid #aaa; padding: 0 2px 2px 2px; overflow-y: auto; }
h3 img, h4 img { float: right; margin: 6px 5px 0 0; }
/*
------------------------------------- 
sub_containor 
-------------------------------------
*/
.sub_containor { width: 998px; border: 1px solid #76C987; margin: 0 auto; margin-bottom: 10px; overflow: hidden; zoom: 1; /*_margin-top: -5px;*/ background: #FFF url(../Images/sub.png) left repeat-y; margin-top: 0px; }
.side { width: 298px; padding-right: 1px; margin: 0; border-bottom: none; background: #f5f5f5; border:1px solid #ccc; }
.side .box { padding: 0 0 10px 0; margin-bottom: 15px; width:100%; }
.side .box h3 { background:#00B259; height: 50px; ; font: bold 18px/50px "microsoft yahei"; color: #FFF; text-indent: 0px; padding: 0 0 0 15px; }
.side .box h3 a { display: block; width: 50px; float: right; margin: 0px 0 0 0; }
.side .box h3 span { padding-top:5px; }
.side .box h3 img { margin: 6px 8px 0 0; }
.side .box_title { display: block; clear: both; font: bold 20px/208px "microsoft yahei", "楷体"; background: url(../Images/top.jpg) top center no-repeat; height: 200px; text-align: center; color: #FFF; }
/*
------------------------------------- 
mid 
-------------------------------------
*/
.mid { padding: 0; float: left; overflow: hidden; width: 877px; background: #FFF; border:1px solid #ccc; border-left:0; }
.mid h3 { height: 40px; padding: 0 0 0 0px; background: #fff url(../Images/line.png) center center repeat-x; overflow: hidden; display: block; width: 96%; margin: 10px auto; }
.mid h3 span { padding: 0 10px; font: bold 22px/40px "Microsoft Yahei", "微软雅黑"; display: block; float: left; color: #00B259; background: #FFF; }
.mid h3 a img { }
.mid h3 a { background: #FFF; height: 40px; width: 60px; float: right; margin: 3px 0px 0 0; }
.mid .list { padding: 0 20px; }
.mid .list li { height: auto; border-bottom: 1px dotted #ccc; padding: 5px 0 6px 18px; background: url(../Images/flag03.gif) no-repeat 0 13px; }
.mid .list li a { font: 18px/150% 'Microsoft yahei' 宋体; }
.mid .list li em { color: #ccc; }
/*
------------------------------------- 
position 
-------------------------------------
*/
#position { display: block; margin: 0 auto; overflow: hidden; height: 50px; font: 16px/50px Verdana, Geneva, sans-serif; 
    width: 877px; border:1px solid #ccc; border-left:0; border-bottom:0; float: left; background: #FFF url(../Images/common_top.jpg) top right no-repeat; text-indent: 20px; }
#position a, #position span { margin: 0 4px; color: #333; font: 16px/50px Verdana, Geneva, sans-serif; }
h2 { color: #002691; font: 25px/60px "microsoft yahei"; background: url(../Images/hline.png) center center repeat-x; }
h2 span { background: #FAFAFA;  /*display: block; overflow:hidden;*/ padding: 0 10px 0 0; margin: 0; }
.sub_containor h4 { text-align: right; font: bold 30px/40px "microsoft yahei"; color: #FFF; padding: 0 40px 0 60px; margin-bottom: 120px; }
#commBar { width: 210px; overflow: hidden; border-left: 1px solid #DADEDF; }
#commBar .recommend h3 { border-top: 0; text-align: left; }
.content_containor { border: 1px solid #CCC; overflow: hidden; zoom: 1; /*width:978px;*/ margin: 0 auto; margin-bottom: 10px; }
.content_containor #commBar { width: 240px; }
/*
------------------------------------- 
pic 
-------------------------------------
*/
.pic { padding: 0 25px; }
.pic li { width: 244px; height: 200px; float: left; margin: 8px 12px; display: inline; overflow: hidden; text-align: center; line-height: 160%; }
.pic img { display: block; padding: 2px; margin: 4px auto; border: 1px solid #ccc; 
    width: 238px; height: 152px; background: #fff; }
.pic li a { font-size:16px; }
.clear { clear: both; height: 0; line-height: 0; overflow: hidden; }


.page { padding: 30px 15px; text-align: center; }
.page img { cursor: pointer; }
.page a, .page a:visited, .page span { font-size:16px; padding: 3px 8px; margin: 0 3px 0 0; border: 1px solid #999; text-decoration: none; border-radius: 5px; }
.page a:hover, .page .current { background: #79BA74; border: 1px solid #79BA74; color: #fff; }
.page .current {  }
.page .disabled { border: 1px solid #ccc; color: #ccc; padding: 2px 5px; }
.buttonBox { text-align: center; padding: 10px 0; }
.textBox { height: 126px; padding: 8px 15px; overflow-y: auto; background: #fff; border-bottom: 1px solid #B4D1EF; margin: 0 0 10px 0; }
.content { border:1px solid #ddd; }
#content {margin: 15px 80px; text-align: left; font: 18px/180% 'Microsoft yahei',宋体; color: #333; 
text-align: justify; text-justify: inter-ideograph;}
#content h1 { text-align: center; font:bold 30px/1.5 'Microsoft yahei'; }
#content a { font-size: 14px; color: #f60; text-decoration: underline; }
#content p { padding: 5px 0; text-indent: 2em; }
.position { border-bottom:1px dotted #ccc; padding:10px; font-size:15px; }
.position a { font-size:15px; }
.showpage { margin: 20px; }
.related { margin: 5px 40px; padding: 0 0 10px 0; }
#mid .related .list li { border-bottom: 0; }
.other { margin: 10px 80px; padding: 15px 0; border-top: 1px solid #ccc; font-size: 18px; text-align: left; }
.other a { font: 18px Tahoma; }
.infoBox { text-align: left; border-bottom:1px solid #ddd;padding: 10px 180px; margin: 0 0 15px 0; 
    font: 16px Tahoma; text-align: center; color: #999; overflow: hidden; zoom:1;}
.infoBox th { text-align: right; padding: 2px 5px; }
.recommend li { padding: 5px; line-height: 140%; text-align: center; margin: 10px auto; }
.recommend img { display: block; width: 250px; height: 160px; border: 2px solid #eee; margin: 4px auto; }
.recommend li a { font-size:16px; text-decoration: none; }
/* subpage box width */
.w700 { width: 716px; _width: 706px; }
.w728 { width: 696px; }
.w982 { width: 982px; }
.small, .big { cursor: pointer; padding: 0 5px; }
.small { font: bold 10px "Times New Roman"; color: #01458E; }
.big { font: bold 14px "Times New Roman"; }


/* floatingAd */
.floatingAd .ad{z-index:100;background:none;position:absolute;display:none;}
.floatingAd a{color:#000000; display:inline-block;text-decoration:none;}
.floatingAd a img{border:0;}
.floatingAd .close{display:none;}
.floatingAd .opacity{position:absolute; top:0; width:100%; height:25px; background-color:#000000; opacity:0.20; filter:alpha(opacity = 20);}
.opacity1{opacity:0.90; filter:alpha(opacity = 90);}
.floatingAd .text{position:absolute; top:0; width:100%; height:25px; color:#000000; line-height:25px; }
.floatingAd .text .button{position:relative;float:right;top:5px;right:5px;width:16px;height:16px;background:url("../Images/close.png") no-repeat;cursor:pointer;}
.floatingAd .text .title{position:relative;float:left;font-size:12px;margin-left:5px; width:170px;height:25px;overflow: hidden;}


.fix-div {
    position: fixed; right:0; bottom:0; width:99px; z-index:10000;
}

.video-box {width:800px;margin:0 auto;}
.page-content {margin:15px 40px;}

:root {
--screen-width: 0px; /* 初始化为0px */
}

@media only screen and (max-width:960px){
    html {
        font-size: 10px;
      }
        html, body { min-width:100%; }
        :root {
            --screen-width: calc(100vw - 16px); /* 实际屏幕宽度减去滚动条宽度 */
        }
        .Homebanner,.Homebanner ul,.Homebanner ul li {height:calc(var(--screen-width)*668/1920);}
        .Homeleft,.Homeright,.Homedot {display: none;}
        .header { width:100%;  }
        .index_top,.fix-div {display: none;}
        .index_btn {height:35px; top:auto;}
        .navBox {width:auto;height:100%;overflow-x:scroll; }
        #menu {height:35px; width:800px; }
        #menu > ul > li > a {font:bold 16px/35px 'Microsoft yahei'}
        #menu ul li.havesub {background: none;}
        .nav {height:40px;}
        .mobile-logo {display: block; position: absolute; z-index:100; width:100%; text-align: center;}
        .mobile-logo img {width:80%; height:auto; margin:50px auto;}
        .search,.fixed-img,.link-box,.wxwb,.addrinfo { display:none; }
        .tzgg { width:auto; padding:10px 10px 10px 40px;background:#eee url(../images/title-tzgg.png) no-repeat 5px center;  }
        .containor {margin:40px 0 0; width:100%;}

        .sc1 { width:100%; height:calc(100vw * 10/16); }

        .bill {width: auto;height: 60px; margin: 2rem;}

          .tab-box {width:auto;float:none;}
          .box, .bhqsp{width:auto;padding:0 2rem;margin-bottom:1rem;}
          .tab-box {height:auto;}
          .news-box { padding-top:1rem;  }
          .Tab2 li {padding: 2px 0 12px 0; width:50%; text-align: center;}
          .Tab2 li a {font-size:1.8rem;}
          .box h4 {margin:10px 0;}
          .box h4 a {font-size:2rem;}
          .list li {padding:0 0 0 1rem; margin:8px 0;}
          .list li span {display: none;}
          .list li a {float:left; width:calc(100vw - 135px); overflow:hidden;text-overflow:ellipsis;white-space: nowrap; font-size:1.6rem;}
          .list li em {width:85px;font-size:1.4rem; text-align: right; padding:0;}
          .zwgk01{ justify-content:space-around; }
          .zwgk01 a { width:45%;min-width: 45%;  height: 65px;line-height: 65px; font-size:20px;}
          .zwgk01 a img { width: 40px; height: 40px;  margin: 0 10px -12px 0;}
          .djwm-img {
            width: 100%;
            display: flex;
            justify-content: space-between;
        }
          .djwm-img a {
            width: 48%;
            margin: 15px 0 5px 0;
        }
          .djwm-img a div {
            width: 100%;
            height: 110px;
        }

        .side {
            display: none;
        }

        #position {
            display: block;
            font-size: 1.3rem;
            width: auto;
            border:0;
            border-bottom: 1px solid #ccc;
            float: none;
            background: #FFF;
            text-indent: 1rem;
        }
        #position a  {font-size:1.3rem;}





          .zt,.linkBox,.three-col{width:100%;}
          .zt h3 {margin:0 10px 20px 10px;}
          #marquee,.zt li,.zt li img {width:calc(100vw - 60px);} 
          .w377 {margin-right:0;}
          .three-col .list li a {width:calc(100vw - 55px); }
          .three-col .list li em {width:40px;}
          .thumbList img {width:140px;height:90px;}
          .thumbList a {font-size:1.7rem; line-height:1.8; overflow: hidden;    text-overflow: ellipsis;    display: -webkit-box;    -webkit-line-clamp: 2;    -webkit-box-orient: vertical;}
          .thumbList p {display: none;}
          .stwhbg { padding:10px 0; margin-bottom:10px; }
          .stwh .pic-list li:nth-child(odd) {margin-right:2px;}
          .stwh .pic-list li:first-child { width: calc(100vw - 24px); height: 215px;}
          .stwh .pic-list li:first-child img { width: 100%; height:auto;}
          .stwh .pic-list li{width:calc((100vw - 39px)/2); height:115px;}
          .stwh_list {float: none; width:calc(100vw - 20px);}
          .linkBox {width:auto;}
          .linkBox a {width:calc(50vw - 18px); font-size:15px;}
          .linkBox a:nth-child(even) {margin-right:0;}

          .sub_containor {border:0;}
          .sub-menu {margin: 0 0 10px 0;}
          .box h3 span, .mid h3 span, .zt h3 span {font-size: 1.7rem;}
          .mid {padding:0; width:auto; border:0; float: none;}

          .mid .list li {padding:.5rem 0 .5rem 1.6rem; margin:.5rem 0;}
          .mid .list li span {display: none;}
          .mid .list li a {float:none; width:auto; overflow:hidden;text-overflow:ellipsis;white-space:normal; font-size:1.5rem;}
          .mid .list li em {width:7.5rem;font-size:1.2rem; text-align: left; padding:0; float: none;}



          .list-des {display: none;}
          .list-title a {font-size:15px; font-weight: normal; color:#333;}
          .list-thumb {width:120px;height:80px;margin-right:10px;}
          .list-date {margin-right: 10px; zoom:0.7;}
          .list-go {margin:15px 5px;}
          .list-title em {padding:5px 0; display: block;}
          .zt-list li,.zt-list li img {width:100%; height:auto;}
          .sub-menu {border-top:5px solid #fff; }
          .sub-menu ul li a {padding:8px;font:normal 16px 'Microsoft yahei';}
          .page {zoom:0.7;}
          .footer {zoom:0.8;}

          .rolllist {
            width: calc(100vw - 92px);
            margin: 0 0 5px 0;
        }

        .roll .right {margin-right:0;}
        .roll .left {margin-left:0;}
          
        /*#gg-slide{width:auto;}
        #gg-slide ul li{ height:30px; line-height: 30px; overflow:hidden;text-overflow:ellipsis;white-space: nowrap;  }
        #gg-slide ul li a {font-size:15px;}
        #gg-slide ul li em { display:none; }*/
        #mar3Nav { display: block; clear: both; padding-left:490px; }
        #mar3Nav li { float: left; margin: 0 5px; width: 12px; height: 12px; background: #bbb;cursor: pointer;text-indent: -99999em; border-radius: 100px; }
        #mar3Nav li.navOn { background: #8C0000; }
            .main-con {width:100%;}
            .screenbg {padding:5px 0 0;}
            .swiper-button-next:after, .swiper-button-prev:after { font-size:14px; }
            .swiper_banner .swiper-slide .banner_title {height:20px;}
            .main_focus,.main_news{ width:100%;  }
            .tabLi,.h3-ico {zoom:0.75; } 
            .main_news,.more2 {zoom:0.9;}

            .swiper_pic a span {padding: 1px 150px 0 5px; font-size:15px;} 
            .swiper_pic .swiper-pagination {bottom:12px;}

            .news-list {zoom:0.9;}
            .news-list li { padding:4px 0; width:100%; border-bottom:1px dotted #ccc; }
            .news-list .date { width:25%; min-width:86px; height:87px; }
            .news-list .list-title { padding:10px 0; width:72%; }

            .zhuanti_box {width: 100%;height:130px;}
            .zhuanti_box .swiper_img a img {width: 100%; height: auto;}
            .zhuanti_box .swiper-prev { left: 0; top: 30px;}
            .zhuanti_box .swiper-next {right: 0;  top: 30px;}

            .video-box { width:100%;}
            .video-play {height:210px;}
            .video-title { height: auto; line-height: 1.6; zoom:0.8;}
            .h3-ico { margin:20px auto; width:155px;}
            .mt-box {width:100%;}
            .mt-list {height:auto;}
            .mt-list li { margin-bottom:10px; zoom:0.9;  }
            .mt-list li a {height:40px; overflow: hidden; line-height:1.8; }

            .fw-box {width:100%; }
            .fw-box ul {flex-wrap: wrap;justify-content:center; padding:0 10px;}
            .fw-list li { padding-bottom:10px;  }
            .fw-list li a { font-size:14px;}
          
          .swiper_bill {width:100%;height:60px;border-radius:0}
          .banner2 img {width:100%; height:60px; }
          .swiper-container-vertical>.swiper-pagination-bullets {display:none;}

            .subbg { height:300px; background-size:cover;}
            .xx {display: none;}
          .boxbg{width:auto;}
            .position { width:100%; margin:0 0 10px 0;  font-size:12px; }
            .position a { color:#666; font-size:12px; }
            .position span { padding-right:3px; }

        .body { width:100%;box-shadow:0 0 0; margin:0; padding:0;border-radius:0 }

        .pic {padding:0 1rem;}
        .pic li {width:160px; height:160px;}
        .pic li img {width: 96%;    height: 110px}
        #content { margin: 0 2rem; }
        #content img,.showpage img {max-width:100%; height:auto;}
        .content_video {width:100%;height:calc(var(--screen-width)*9/16);}
        #content h1 {zoom:0.7;}
        .infoBox {padding:10px; zoom:0.7}
        .shareBox,{ display:none; }
        .left-side { display:none; }
        .video-box {width:100%;}
        .page-content {margin:0;}

        .sub-main { float: none; width:100%; border-left:0; padding:0; zoom:0.8; }
        .sub-main .comm-list { padding-bottom:15px; }
        .sub-main .comm-list li {height:50px; line-height: 40px; margin:0; overflow: hidden; background: url(../images/flag01.gif) no-repeat 0 18px;}
        .sub-main .comm-list li a {overflow: hidden;text-overflow:ellipsis;white-space: nowrap; display: block;}
        .sub-main .comm-list li em {  font-size: 15px; margin:3px 0 6px 0;}

        .copytext {text-align:center;padding-left:0;background:none;border-right:0;}
        .copy {width:100%;}

}
