@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{ margin:0; padding:0; }
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{ display:block; }
table{ border-collapse:collapse; border-spacing:0; }
caption,th{ text-align:left; font-weight:normal; }
html,body,fieldset,img,iframe,abbr{ border:0;}
img{vertical-align:top;}
html{ overflow-x:hidden; }
i,cite,em,var,address,dfn{ font-style:normal; }
[hidefocus],summary{ outline:0; }
li{ list-style:none; }
h1,h2,h3,h4,h5,h6,small{ font-size:100%; }
sup,sub{ font-size:83%; }
pre,code,kbd,samp{ font-family:inherit; }
q:before,q:after{ content:none; }
textarea{ overflow:auto; resize:none; }
label,summary{ cursor:default; }
a,button{ cursor:pointer; }
h1,h2,h3,h4,h5,h6,em,strong,b{ font-weight:bold; }
del,ins,u,s,a,a:hover{ text-decoration:none; }
body,textarea,input,button,select,keygen,legend{ font:13px/1 arial,\5b8b\4f53; color:#333; outline:0; }
:focus { outline:0; }
/*备用样式表*/
.none { display:none; }
.wcb{ width:100%; height:30px; border:2px dashed #97CBE0; }
.hidden { visibility:hidden; }
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline; }
.clearfix:after{clear: both;content: ".";display: block;height:0;visibility: hidden;}
.clearfix{ display: block; *zoom:1; }
.icon{display:inline-block;width: 32px;height: 32px;vertical-align:middle;background:url(images/icon.png) no-repeat;}
/*css3扩展*/
body:before {content: ""; position: fixed; top: -10px; left: 0; z-index: 110; width: 100%; height: 10px;
 -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	     box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}
::-webkit-input-placeholder { color:#ccc;}
:-moz-placeholder {color:#ccc;}
::-moz-placeholder { color:#ccc;}
:-ms-input-placeholder { color:#ccc;}
/**布局开始**/
body {line-height:1;font-size: 13px;font-family: "Arial","Microsoft YaHei","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;color:#333;}
p{line-height:1.75;}
a {color:#333; text-decoration:none; transition:all 0.4s ease-in-out;}
a:hover { color:#0D498D;}
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;}
.wrapper .inner {width: 1200px;margin:0 auto;} /**页面全局宽度**/
.left {
    float: left;
}
.right {
    float: right;
}
.head-container {
	width: 100%;
	z-index: 10;
	background-color: #105AAD;
}
.head {
  width: 1200px;
  margin: 0 auto;
  height: 218px;
}
.logo {
  margin-top: 27px;
}
.search {
  width: 280px;
  margin-top:18px;
}
.nav-t {
  float: left;
  margin-top: 20px;
  line-height: 42px;
  width: 100%;
  padding-left: 10px;
}
.nav-t > li {
  position: relative;
  float: left;
  text-align: center;
  z-index: 10;
}
.nav-t li li{position:relative;}
.nav-t > li > a {
  display: block;
  padding: 0 15px;
  line-height: 42px;
  font-size: 18px;
  color: #fff;
  transition: all .5s;
}
.nav-t > li > a::before {
  position: absolute;
  content: '';
  left: 50%;
  width: 0;
  height: 2px;
  line-height: 2px;
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.nav-t .lt {
  padding: 0 12px;
}
.nav-t > li:hover > a {
 *border-top:2px solid #fff;
  border-top: 2px solid #fff\9;
}
:root .nav-t > li:hover > a {
  border-top: none;
}
.nav-t > li:hover > a::before {
  left: 0;
  width: 100%;
}
.nav-t .drop-menu {
  position: absolute;
  left: 0;
  top: 40px;
  min-width:134px;z-index: 100;
 	
  display:none;
  padding-top: 16px;

}
.nav-t .drop-menu .drop-menu{
  position: absolute;
  left: 100%; top:-16px; z-index: 200; 
}
.nav-t .drop-menu > li {
  line-height: 34px;
}
.nav-t .drop-menu a:hover {
  color: #fff;
}
.nav-t .drop-menu a {
  display: block;
  /*width:150px;*/
  min-width: 100px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  color: #0d498e;
  /* border-bottom:1px solid #798fb4;*/
  background: #fcfafa;
  background: #fff;
  background: rgba(252,250,250,0.9);
  white-space: nowrap;
  padding: 0 10px;
}
.nav-t .drop-menu a:hover {
  background: #0262d2;
  background: rgba(2,98,210,0.9);
  color: #fcfafa;
}


.phone_nav {
	    width: 100%;
	    height:70px;
	    display:none;
	    position: relative;
	    float: left;
	    background: #0d498e;
	}
	.nav_text{position: relative;}
	.phone_nav img.menubtn{
		    width: 28px;
		    position:absolute;top: 22px;right: 15px;
	}
	.phone_nav img.searchbtn{width:28px; position:absolute;top: 22px;right:65px;}
	
	.phone_nav span {
	   position:absolute;
	   left: 15px;
	   top:-16px;
	}
	.phone_nav span .logo{width:60%;}
	.phone_nav .show_nav {
			position: absolute;
			left: 0;
			width: 100%;
			display:none;
			top: 70px;
			z-index: 99999;	
		}
	.phone_nav .show_nav ul li {
		
		background-color: #fff;
		height: 36px;
		line-height: 36px;
		border-bottom:1px solid #eee;
		padding:0 15px;
		position:relative;
		width: 100%;
	}
	.phone_nav .show_nav ul li a {
		color: #333;
		font-size: 16px;
		font-family: "microsoft yahei";
		display:block; width:100%;
	}


/*head开始*/
#header {background: #0D498E;width:100%}
#header .inner{height: 100px;position:relative;background: url('images/by.png') no-repeat right 47px;}
.header .sitelogo{float:left;margin-top: 22px;}
.header .head-left{float:left;display:inline-block;}
.header .head-main{float:left;margin-top:10px;}
.header .head-right{float:right;margin-top: 12px;width:260px;}
/*rale样式*/
.site-rale{}
.site-rale ul{}
.site-rale ul li.links{float:left;}
.site-rale ul li.links a{line-height: 35px;padding: 0 12px 0 12px;padding-left: 19px;font-size: 13px;color: #cad3d4;background:url(images/icon_role.png) no-repeat;}
.site-rale ul li.links a:hover{color:#fff;}
.site-rale ul li.links.i1 a{background-position: 0px 0px;}
.site-rale ul li.links.i2 a{background-position: -90px 0px;}
.site-rale ul li.links.i3 a{background-position: -187px 0px;}
.site-rale ul li.links.i4 a{background-position: -269px 0px;}
/*lang样式*/
.site-lang{}
.site-lang ul{float:right;}
.site-lang ul li.links{float:left;}
.site-lang ul li.links a{line-height: 35px;margin:0px 5px;font-size: 14px;color: #fff;}
.site-lang ul li.links  a:hover {
  /*color: #5774a3;*/ color:#fff;
}
/*默认主导航样式*/
#nav{background: #0D498E;}
#nav .inner{}
#nav .inner .wp-panel{}/*导航*/
#nav .inner .wp-panel .wp-window{}
#nav .inner .wp-panel .navbg{position:absolute; z-index:-1;left:0;right:0;top:0;bottom:0; width:auto; height:100%;background:#fff;opacity:.7;filter:alpha(opacity=70);}
/*导航样式：后台绑定时也可以定义配置*/

/**主页banner开始**/
#banner {background: #e7e2df;}
.focus-title-bg,.focus-title{display:none}


/* 本例子css */
.phone-banner{ width:100%;display:none;}
.slideBox{ width:100%;position:relative; overflow:hidden}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:45%; bottom:10px; z-index:99; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:4px;  width:10px; height:10px;text-align:center; background:#fff;cursor:pointer; }
.slideBox .hd ul li.on{ background:#0D498E;  opacity:1;}
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{  width:100%; display:block;  }
		
		
/**主体模块样式**/
#m-container {}
#m-container .inner {}
/**首页三列布局**/
.mod {}
.mbox {}
.main .ml{float:left; width:625px; }
.main .mr{float:right; width:545px;}
.main4{margin-top:30px; padding-bottom:30px;}

.main1 .ml{float:left; width:382px;}
.main1 .mc{float:left; width:382px;margin-left:27px;}
.main1 .mr{float:right;width:382px;}
.body-bg{background: url(images/notcebg.jpg) no-repeat; height:394px; width:100%; display: block;padding-top:15px;}

/**新闻窗口**/

/*标准标题*/


.post .tt{height:50px; line-height:50px;position:relative;}
.post .tt .tit .title {display:inline-block;font-size: 22px;font-weight:bold;color: #0D498D;}

.post .tt .more_btn {position: absolute;right:0px;top:0px;}
.post .tt .more_btn .more_text,.post .tt .more_btn .more_text a{color:#939393; font-size:14px; line-height:30px;cursor:pointer;}
.post .tt .more_btn .more_text:hover,.post .tt .more_btn .more_text a:hover{color: #0D498D;}


/**自定义新闻列表**/
.con {
    padding:5px 0;
    margin: 0 auto;
}
.content-main .items li {
  height: 39px;
  line-height: 39px;
  font-size: 0;
}
.content-main .items .time {
  display: inline-block;
  width: 120px;
  height: 28px;
  margin-right: 16px;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
  background: #0d498e;
  border-radius: 20px;
}
.content-main .items .item {
  display: inline-block;
  width: 405px;
  height: 21px;
  line-height: 21px;
  vertical-align: middle;
  font-family: 'Microsoft YaHei Regular', 'Microsoft YaHei';
  font-size: 16px;
}
.content-main .items .item:hover {
  color: #5774a3;
}

.el {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list li.news{line-height: 36px;border-bottom:1px dashed #ddd; padding-left:0px;}
.news_list li.news{padding-left:16px; background:url('images/list.jpg') no-repeat 0px center;}
.news_list li.news span.news_title { float:left; }/*标题*/
.news_list li.news span.news_title a{font-size: 16px;}
.news_list li.news span.news_title img {vertical-align: middle;}
.news_list li.news span.news_meta {float:right;margin-left:2px;color: #898989; font-size:15px;}/*属性*/
.news_list li.news .news_time,
.news_list li.news .news_time span{color: #666;}/*发布时间*/
.news_list li.news .news_icon {display:inline-block;margin:0 auto; border:0px solid red;}
.news_list li.news .news_text {line-height:22px; color:#666;}/*默认简介*/
.news_list li.news .news_bg {position:absolute; left:0px;bottom:0px; right:0px; height:30px; background:#000; opacity:.7; filter:Alpha(opacity=70);}
.news_list li.news p {line-height:34px;}
/*日历新闻样式1*/
.rili{}
.rili .con{ padding:5px 0px;}
.rili .news_list {}

.rili .news_list li.news.n1{}
.rili .news_list li.news .news_date{float: left;width: 60px;height: 28px;line-height:28px;margin-top:3px;margin-right: -70px;font-family:"Microsoft YaHei";border-radius:4px;background: #146cc1;text-align:center;vertical-align:middle;}
.rili .news_list li.news .news_date .news_year{display:inline-block;padding: 0 4px;font-size: 18px;color: #fff;}
.rili .news_list li.news .news_date .news_days{display:inline-block;height: 26px;padding: 0 6px;font-size: 14px;color: #18267d;border-radius:0px 4px 4px 0px;background: #fff;vertical-align:top;border:1px solid #146cc1;}
.rili .news_list li.news .news_wz{width:100%;} 
.rili .news_list li.news .news_wz .news_con{margin-left:70px;}
.rili .news_list li.news .news_title{line-height: 34px;margin-top: 0px;font-size: 14px;color:#000;} 
.rili .news_list li.news .news_text{line-height: 20px; margin-top:0px;font-size: 12px;color:#666;}
/*日历新闻样式2*/



.rili2 .news_list li.news{margin-top:0px;margin-bottom: 10px;background:none; padding-left:0px; border-bottom:none}

.rili2 .news_list li.news .news_date{float: left;width: 55px;margin-right:-60px;text-align:center;}
.rili2 .news_list li.news .news_date .news_year{line-height: 32px;font-size: 22px; color:#fff; background-color:#094589; transition:all 0.4s ease-in-out;}
.rili2 .news_list li.news .news_date .news_days{line-height:22px; font-size: 12px; color:#fff; background-color:#012F65;}
.rili2 .news_list li.news .news_wz{width:100%;}
.rili2 .news_list li.news .news_wz .news_con{margin-left:70px; padding: 4px 0px;} 
.rili2 .news_list li.news .news_title{line-height: 20px;font-size: 16px;color:#000;} 
.rili2 .news_list li.news .news_jianjie{font-size: 14px;
    color: #656565;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    margin-top: 13px; }



/*图片新闻*/
.dtjt9_div_img{position:relative;overflow:hidden; height:360px;}
.dtjt9_div_img img{display:block;}
.dtjt9_div_text{width:100%;text-align:left;position:absolute;right:0px;bottom:0px;z-index:10;}
.dtjt9_div_text .dtjt9_div_text_title{background:#eee;text-align:center; height:35px;}
.dtjt9_div_text a{font-size:14px;font-weight:normal;line-height:35px;color:#333;text-decoration: none;}
.dtjt9_div_text a:link{font-size:14px;font-weight:normal;line-height:35px;color:#333;text-decoration: none;}
.dtjt9_div_text a:visited{font-size:14pxfont-weight:normal;line-height:35px;color:#333;text-decoration: none;}
.dtjt9_div_text a:hover{color:#0d498e;}
.dtjt9_div_img .number{position:absolute;right:40%;bottom:48px; z-index:200;display:block !important;}
.dtjt9_div_img .number .nomal{text-indent:9999em;width:10px;height:10px;line-height:16px;display:block;text-align:center;opacity: 1;background:#fff;float:left;color:#FFF;margin-right:6px;border:none;font-size:12px;TEXT-DECORATION:none}
.dtjt9_div_img .number .current{text-indent:9999em;width:10px;height:10px;line-height:16px;display:block;text-align:center;opacity: 1;background:#0d498e;float:left;color:#FFF;margin-right:6px;border:none;font-size:12px;TEXT-DECORATION:none}



/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner{height: 235px;background-position:center center;background-repeat:no-repeat;text-align:center;}
.l-banner img{display:none;height:100%;vertical-align:top;}
/**主体列表页开始**/
#l-container {}
#l-container .inner {padding:30px 0px;}
/**主体文章页开始**/
#d-container {}
#d-container .inner {background:#fff;}

.lanmutitle,.phone-listimg{display:none}
.wp_paging{margin-top:15px;}
.col_menu {width: 320px;float:left;margin-right:-320px;position:relative; } 
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background: url(images/listnav.png) no-repeat; width:320px; height:90px;}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {font-size:30px;font-weight:normal;color:#fff;}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text { display:block; line-height:90px; padding:0px 5px 0px 30px;}/**栏目名称图标**/
.col_menu .col_menu_con{background:#EDEDED}
/*栏目列表*/
.col_list{}
.col_list .wp_listcolumn { border-top:0px solid #2867A0; border-bottom:0px solid #fff; }
.col_list .wp_listcolumn .wp_column a {color:#333;font-size: 16px;font-weight:normal;background:none;border-top:0px solid #fff;border-bottom: 1px solid #fff;}
.col_list .wp_listcolumn .wp_column a .column-name{padding:15px 15px 15px 28px;}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected { color:#0f429b; background:#eee; } 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #0f429b;}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a{ color:#454545;background:none; border-top:1px solid #ddd;border-bottom: 1px solid #fff;}
.col_list .wp_listcolumn .wp_column.parent > a .column-name{font-weight:bold; color:#0f429b;}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {color:#333;border-top:none;margin-top:-1px;} 	
.col_list .wp_listcolumn .sub_list a .column-name {display:inline-block;padding: 15px 10px 15px 50px;cursor:pointer;}
.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {font-weight:bold; font-weight:bold;color:#0f429b;} 
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a{} 	
.col_list .wp_listcolumn .sub_list .sub_list a .column-name {padding: 15px 10px 15px 60px;cursor:pointer;}
.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {font-weight:bold; color:#0f429b;} 
/**栏目新闻**/
.col_news {width: 100%;min-height:500px;float:right;} 
.col_news .col_news_box{margin-left: 350px;}
.col_news_head {border-bottom: 2px solid #CBCBCB;}
.col_metas .col_title { display:inline-block; float:left; height: 48px; line-height: 48px; }  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size: 22px;font-family:"Microsoft yahei";font-weight: normal;color: #0D498D;}
.col_metas .col_path {display:inline-block;float:right;white-space:nowrap;height: 46px;line-height: 46px;color: #878787;} /**当前位置**/
.col_metas .col_path a{color: #878787;}
.col_news_con .listcon .news_list .news{padding-left: 16px;
    background: url(images/listpi.png) no-repeat 0px center;}
.col_news_con { padding:5px 0px 10px 0px; margin:0 0px;}
.col_news_list { margin-top:7px;}
.col_news_list .wp_article_list .list_item {} /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {}  /**栏目新闻图标序号**/
.col_news_list .wp_entry,.col_news_list .wp_entry p { line-height:1.75; font-size:14px; color:#333;}
.col_news_list .wp_entry p { margin-bottom:10px;}
.col_news_list .wp_entry table{ margin-bottom:4px;}
.col_news_list .wp_entry img { max-width:850px; } /**列表页文章图片大小限制**/
/**文章页**/
.infobox {padding:20px 60px; margin:0 auto; width:auto;}
.article {padding-top:10px;}
.article h1.arti_title {line-height:50px;font-family: "Microsoft YaHei";font-size:30px;text-align:center;color: #0D498D;} /**文章标题**/
.article h2.arti_title {line-height: 34px;font-family: "Microsoft YaHei";font-size: 17px;text-align:center;color: #1B1B1B;} /**文章副标题**/
.article .arti_metas {padding:15px;text-align:center;border-bottom:1px solid #ececec;}
.article .arti_metas span { margin:0 5px; font-size:14px; color:#898989;}/**文章其他属性**/
.article .entry { margin:0 auto; overflow:hidden;margin-top:10px;} /**文章内容**/
.article .entry .read,.article .entry .read p { line-height:1.75; font-size:14px; color:#333;}  /**阅读字体**/
.article .entry .read p { margin-bottom:10px;}
.article .entry .read img {margin:0 auto; max-width:940px; _width:expression(this.width > 940 ? "940px" : this.width); }   /**文章阅读部分图片大小限制**/
.article .entry .read table{margin:0 auto; border:none!important;}

.acxk-link{margin-top:20px;}
.acxk-link ul li{float:left;margin-left:9px;box-sizing: border-box;}
.acxk-link ul li:first-child{margin-left:0px;}
.phone-link{display:none}
.phone-link ul li{margin-top:10px;}
.phone-link ul li img{width:100%; display:block;}
/**页脚开始**/
#footer {background: #0D498D;width:100%;margin-top:40px; }
#footer .inner {padding-top:15px; padding-bottom:15px;position:relative;}
#footer .inner .mod{}

#footer .inner .foot-right p{text-align:center;font-size: 14px;line-height: 28px; font-weight:normal;color: #fff;}
#footer .inner .foot-right p a{color: #fff;text-align:center;}
#footer .inner .foot-right .acxk-img{ display:block; margin-top:10px;text-align:center;}
.phone-footer{background: #0D498D;width:100%;text-align: center;display:none}
.phone-footer .foot-logo img{width:60%; display: block;margin:0px auto; padding-top:15px; padding-bottom:10px; }
.phone-footer p{color: #fff; font-size:12px; margin-top:5px;}
.phone-footer p a{color:#fff; font-size:12px;}
.phone-footer .acxk-img img{width:35%; display: block; margin:0px auto; padding-top:10px; padding-bottom:15px;}
/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.wp_search{ display:inline-block;position:relative;padding-left:4px;border: 1px solid #d0d0d0;}
.wp_search #keyword{ width:320px !important;padding: 4px 0; border:none;height:20px; line-height:20px; background:transparent; color:#fff; }
.wp_search .search{width:32px;height: 30px;border:0px; background: #FFFFFF url(images/sous.png) no-repeat center;cursor: pointer; vertical-align:top; }
/*自定义输入框*/
.searchbox{text-align:right;margin-top:8px;}
.wp-search {position: relative;border:none;}
.wp-search form {display: block;}
.wp-search .search-input {margin-left:4px; margin-right:30px;}
.wp-search .search-input input.search-title {width: 100%;height: 24px;padding: 4px 0;padding-left:10px;line-height: 24px;background:#fff;color: #817779;font-size: 14px;border:0;outline: 0;}
.wp-search .search-btn {width:30px;height: 32px;position: absolute;right: 0;top:0%;}
.wp-search .search-btn input.search-submit {width:30px;height: 32px;border:0;outline: 0;background: #FFFFFF url(images/search.png) no-repeat -5px;cursor: pointer;}
.wp-search1 {display:none;width:100%; position:absolute; top:70px; left:0px; z-index:9999;overflow: hidden; background:#0D498E;padding-bottom:10px;}
.wp-search1 .search-input { border-bottom:1px solid #ccc;margin:0 15px; line-height:32px;}
.wp-search1 .search-input input.search-title {width: 100%;height: 24px;padding:6px 0;padding-right:30px;line-height: 24px;background:#0D498E;color: #fff;font-size: 14px;border:0;outline: 0;}
.wp-search1 .search-btn { background:#0D498E;width:30px;height: 32px;position: absolute;right:5px;top:0%;}
.wp-search1 .search-btn input.search-submit {width:30px;height: 32px;border:0;outline: 0;background: #0D498E url(images/search.png) no-repeat -5px;cursor: pointer;}
/*列表页*/
/*banner*/
.mbanner .focus .focus-title-bar {bottom:40px;left: 40px;margin-left:0px;}
.mbanner .focus .focus-title-bg {background-color: #8e6d6d;opacity: 0.4;filter:alpha(opacity=60);}

.mbanner .focus .focus-pagination {position:absolute;right:46%;bottom:20px;margin-right: 0px;z-index:60;}
.mbanner .focus .focus-page { display:inline-block; width:12px; height:12px;  margin-right:7px; border-radius:0px;background:#fff;opacity:1;filter:Alpha(opacity=100);}
.mbanner .focus .focus-page-active {display:inline-block; width:12px; height:12px; border-radius:0px; background: #0d498e;opacity:1;filter:Alpha(opacity=100);}

.mbanner .focus .focus-navigation {width:58px; height:53px; opacity: 0.7; filter:alpha(opacity=70); background:url(images/slide_next.png) no-repeat; text-indent:-999em;}
.mbanner .focus .focus-navigation:hover {opacity: 1; filter:alpha(opacity=100);}
.mbanner .focus .focus-navigation:active {opacity: 1; filter:alpha(opacity=100);}
.mbanner .focus .focus-prev { left:0px;}
.mbanner .focus .focus-next { right:0px;background-position:right top}

.possplit {
    background-image: none;
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 0px;
    background-position: center;
    width: 20px;
    text-align: center;
    color: #999;
    display: inline-block;
    border: 0px solid red;
}
/*************************************************************
 * 特殊页面
 */
 /*滚动样式*/
.wrapperinner {position: relative;z-index: 1;width: 100%;overflow: hidden; -ms-touch-action: none;}
.scroller {position: absolute; z-index: 1; width: 750px; height: 160px;
   -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);
   -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;
}
/*************************************************************
*二级页面
*/
@media screen and (max-width: 640px) {
.scroller{width:100% !important;}
}
			.szdw1 {width:800px;}
			.szdw1 span{width:50px; margin-right:50px;height:30px;line-height:30px; display: inline-block; }
			.szdw1 span a {
				font-size: 14px;
				color: #000;
				cursor: pointer;
				text-decoration: none;
			}

			.szdw1 span:hover a {
				color: blue;
			}

			@media screen and (max-width:640px) {
.szdw1 {width:100% !important;}
.szdw1 span{margin-right:15px !important}
}
	
