@charset "utf-8";
/*
Design by BeeCheung CSS Templates
Update:2017/4/19 am 
*/

/* Config */
body{
	margin:0 auto;
	padding:0;
	font-size:12px;
	font-family:"\5B8B\4F53",Tahoma,Helvetica,Georgia,Arial,"sans serif";
	color:#333;
	background:url(/images/body_bg.gif) repeat-x top;
}
li {list-style:none;color: #333;}
li a{ text-decoration: none; font-size:12px;}
a { text-decoration: none; font-size:12px; color: #333; }
a:link, a:active, a:visited {text-decoration: none; font-size: 12px;color: #3d3d3d;}
a:hover {text-decoration: underline; font-size:12px;color: #333;}
img{border:0}
*{padding:0;margin:0;outline: none;}
.margintop{ margin-top:10px;}
.marginright{ margin-right:10px;}
.marginleft {margin-left:20px;}
.marginleft20 {margin-left:20px;}
.marginbottom {margin-bottom:10px;}
.margintop20{margin-top:20px;}
.clear{clear:both;}
input,textarea	{ 
    font: 12px Tahoma, Verdana; 
    color: #333; 
    font-weight: normal; 
    background-color: #F8F8F8;
}
.colorblue,.colorfocus{ font-family:Arial, Helvetica, sans-serif; border: 1px #b8b7b7 double; background-color: #fff; padding:0.2em 0.2em; margin:2px;}
.colorfocus { border: 1px #333333 double; }
/* Header style */
#header{ margin:0 auto; width:990px; height:178px; position:relative; margin-top:32px;}
#header_logo{
	width:990px;
	height:178px;
	margin:0 auto;
}
#header_logo img {
      azimuth: expression(
      this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
      this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
      this.src = "./images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
      this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
      this.runtimeStyle.backgroundImage = "none")),this.pngSet=true); 
}
.header_top_left{ position:absolute;width:auto; height:38px;line-height:30px;left:5px;top:-32px;color:#fff;}
.header_top_right{ position:absolute;width:auto; height:38px;line-height:30px;right:5px;top:-32px;color:#fff;}
.header_top_right li{float: left; background:url(/images/menu_line.gif) no-repeat left;}
.header_top_right li a {display:block;line-height:32px;color:#fff; text-decoration:none;width:80px;font-size:12px;text-align:center;font-weight:normal; cursor:pointer;}

/*Index Search Bar*/
.index_search {position:absolute;width:220px;height:32px;background:url(/images/search_bg.png) no-repeat;top:90px;right:10px;z-index:9999;}
.index_search .search{background:#fff;opacity:0.7;filter:alpha(opacity=70); width:220px;border:1px #d7d7d7 solid;text-align:right; height:30px;}
.index_search .search #SearchForm{ padding:0px; margin:0px;width:184px;height:32px;}
.index_search .search .textbox{ height:30px;line-height:30px;width:170px; text-indent:10px;float:left;padding-left:0px;background:none;border:none;font-size:12px;color:#999;display:inline;}
.index_search .search select{ display:none;}
.index_search .search .inputButton{ float:left;width:36px; text-align:left; height:28px;display:inline;}
.index_search .search span{text-align:left;}
.index_search .search span a{width:60px; white-space:nowrap;}
.index_search .search span a:hover{ color:red; text-decoration:none;}

/* Menu style */
#menu {margin:0 auto;width:990px;background:#013e74;height:32px;position:relative;}
.menu_daohang {margin:0 auto;position:relative;z-index:101;width:990px;}
.menu_daohang ul ul {display: none;}
.menu_daohang ul li:hover > ul {display: block;}
.menu_daohang ul {list-style: none;position: relative;display: inline-table;}
.menu_daohang ul:after {clear: both; display: block;}
.menu_daohang ul li {float: left; background:url(/images/menu_line.gif) no-repeat right;}
.menu_daohang ul li:hover {background:#e7f6ff;color:#333;}
.menu_daohang ul li:hover a {color:#333;}
.menu_daohang ul li a {display: block;line-height:32px;color: #fff; text-decoration: none;width:auto;padding-left:10px;padding-right:10px;font-size:16px;text-align:center;font-weight:bold; cursor:pointer;}
.menu_daohang ul ul {background:#e7f6ff; padding: 0;position: absolute; top: 32px;}
.menu_daohang ul ul li {float: none;background:#e7f6ff; border-bottom:1px solid #efefef; position: relative; border-right:none;}
.menu_daohang ul ul li a {background:#e7f6ff;font-size:14px; font-weight:normal; padding-top:5px; padding-bottom:5px; line-height:20px;display:block; width:145px;color: #333;}	
.menu_daohang ul ul li a:hover {background:#013e74;color:#fff;}
.menu_daohang ul ul ul {position: absolute; left: 100%; top:0px;}	
/* Main body style */
.main_body{
    width:990px;
	height:auto;
	margin:0 auto;
	margin-top:0px;
	background:#fff;
}
/* Body Start */
.main_banner{margin:0 auto;width:990px;height:250px; margin-top:0px; position:relative;}
.main_banner .prev,
.main_banner .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(/images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.main_banner .next{ left:auto; right:3%; background-position:8px 5px; }
.main_banner .prev:hover,
.main_banner .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.main_banner .prevStop{ display:none;  }
.main_banner .nextStop{ display:none;  }

/* banner Start */
.clearfix:before, .clearfix:after { content: '.'; display: block; overflow: hidden; visibility: hidden; font-size: 0; line-height: 0; width: 0; height: 0; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.icon-arrow-a-left, .icon-arrow-a-right { background: url(/images/icon_b.png) no-repeat; }
.icon-arrow-a-left { background-position: 0 0; height: 50px; width: 50px; border-radius:27px; }
.icon-arrow-a-left:hover, .icon-arrow-a-left.arrow-a-left_hover, .icon-arrow-a-left.arrow-a-left-hover { background-position: -60px 0; }
.icon-arrow-a-right { background-position: -120px 0; height: 50px; width: 50px; border-radius:27px; }
.icon-arrow-a-right:hover, .icon-arrow-a-right.arrow-a-right_hover, .icon-arrow-a-right.arrow-a-right-hover { background-position: -180px 0; }
#main { margin-top:0px;overflow: hidden; zoom: 1; position: relative; background:#fff;}
#index_b_hero { width: 990px; height: 309px; margin: auto; position: relative; }
#index_b_hero img { width: 990px; height: 309px; }
#index_b_hero .heros { width: 990px; height: 309px; }
#index_b_hero .hero-wrap { overflow: visible; position: absolute; }
#index_b_hero .next, #index_b_hero .prev { filter: alpha(Opacity=70); opacity: .7; position: absolute; top: 50%; margin-top: -25px; margin-left: 0px; background-color:#332a30; z-index: 3; }
#index_b_hero .next:hover, #index_b_hero .prev:hover {}
#index_b_hero .next { margin: -25px 0px 0 0; right: 0px; }
#index_b_hero .disabled { background-color: #eee; }
#index_b_hero .mask-left, #index_b_hero .mask-right, #index_b_hero .hero { padding-top:0px !important; background: #fff; z-index: 1; position: absolute; top: 0; width: 990px; height: 309px; overflow: hidden; }
#index_b_hero .mask-right, #index_b_hero .mask-left { z-index: 4; left: -990px; filter: alpha(Opacity=50); opacity: .5; background: #000; overflow: hidden; }
#index_b_hero .mask-right { left: 990px; }
#index_b_hero .active { z-index: 2; left: 0; }

.main_top{width:990px; height:auto; margin:0 auto; margin-top:0px;}
.main_top .main_top_content{float:left;width:343px;height:auto;margin-top:20px;display:inline;}
.main_top .main_top_content h3 { background:#e2e3e5;height:30px; line-height:30px; color:#fff; font-size:14px; font-weight:bold;}
.main_top .main_top_content h3 span.title{width:110px; height:30px; background:#013e74;float:left; text-align:center;color:#fff;font-weight:bold;font-size:16px;}
.main_top .main_top_content h3 span.more{float:right; color:#666;font-weight:normal;margin-right:10px;font-size:12px;}
.main_top .main_top_content ul {padding:0; margin:0; margin-top:10px;overflow:hidden;}
.main_top .main_top_content ul li a,.main_left_bottom li a:active,.main_left_bottom li a:visited{ font-size:12px; color:#333; font-weight: normal;display:block;}
.main_top .main_top_content ul li{margin:0 auto;width:320px;line-height:32px;*line-height:30px;_line-height:30px;border-bottom:1px #efefef dotted;}
.main_top .main_top_content ul li span.date{ float:right;color:#666;}

.main_top .main_top_content .hd{height:30px;line-height:30px; background:#e2e3e5; width:343px;position:relative; }
.main_top .main_top_content .hd ul{float:left;padding:0; margin:0;position:absolute;}
.main_top .main_top_content .hd ul li{float:left;width:110px;height:30px; line-height:30px; font-size:14px;cursor:pointer;text-align:center;background:#e2e3e5;display:inline;}
.main_top .main_top_content .hd ul li.last{width:auto;;border-right:none;display:inline;}
.main_top .main_top_content .hd ul li.on{height:30px; line-height:30px;color:#fff;background:#013e74;font-size:16px;font-weight:bold;border-bottom:none;}
.main_top .main_top_content .bd { padding-top:10px;background:#fff; position:relative;}
.main_top .main_top_content .bd .more{ position:absolute;color:#666;font-weight:normal;top:-22px;right:10px;font-size:12px;}
.main_top .main_top_content .bd ul{padding:0; margin:0;overflow:hidden;}
.main_top .main_top_content .bd ul li{margin:0 auto;width:330px;line-height:32px;*line-height:30px;_line-height:30px;border-bottom:1px #efefef dotted;}
.main_top .main_top_content .bd ul li a,.main_top .main_top_content .bd ul li a:active,.main_top .main_top_content .bd ul li a:visited{ font-size:12px; color:#333; font-weight: normal;display:block;}
.main_top .main_top_content .bd ul li span.date{ float:right; color:#666;}
.main_top .main_top_content .bd ul li.link{margin:0 auto;width:224px; height:35px;}

.main_top .main_top_content_r{float:left;width:224px;height:auto;margin-top:20px;display:inline;}
.main_top .main_top_content_r .hd{height:30px;line-height:30px; background:#e2e3e5; width:224px;position:relative; }
.main_top .main_top_content_r .hd ul{float:left;padding:0; margin:0;position:absolute;}
.main_top .main_top_content_r .hd ul li{float:left;width:110px;height:30px; line-height:30px; font-size:14px;cursor:pointer;text-align:center;background:#e2e3e5;display:inline;}
.main_top .main_top_content_r .hd ul li.last{width:auto;;border-right:none;display:inline;}
.main_top .main_top_content_r .hd ul li.on{height:30px; line-height:30px;color:#fff;background:#013e74;font-size:16px;font-weight:bold;border-bottom:none;}
.main_top .main_top_content_r .bd { padding-top:10px;background:#fff; position:relative;}
.main_top .main_top_content_r .bd .more{ position:absolute;color:#666;font-weight:normal;top:-22px;right:10px;font-size:12px;}
.main_top .main_top_content_r .bd ul{padding:0; margin:0;overflow:hidden;}
.main_top .main_top_content_r .bd ul li{margin:0 auto;width:224px;line-height:32px;*line-height:30px;_line-height:30px;border-bottom:1px #efefef dotted;}
.main_top .main_top_content_r .bd ul li a,.main_top .main_top_content_r .bd ul li a:active,.main_top .main_top_content_r .bd ul li a:visited{ font-size:12px; color:#333; font-weight: normal;display:block;}
.main_top .main_top_content_r .bd ul li span.date{ float:right; color:#666;}
.main_top .main_top_content_r .bd ul li.link{margin:0 auto;width:224px; height:42px;}
.main_top .main_top_content_r .bd ul.pstar{overflow: hidden;width:100%; padding-left:20px;}
.main_top .main_top_content_r .bd ul.pstar li{float:left;margin-right:5px;height:70px; width:100px;}
.main_top .main_top_content_r .bd ul.pstar li a{display: block;background: url(/images/star_p.png) 0 0 no-repeat;width: 75px;height: 30px;text-align: center;padding-top: 30px;line-height: 30px;}
.main_top .main_top_content_r .bd ul.pstar li a:hover{background-position: 0 -80px;}


.main_top .main_top_news{float:left;width:660px;height:auto;margin-top:10px;display:inline;}
.main_top .main_top_news h3 { background:#e2e3e5;height:30px; line-height:30px; color:#fff; font-size:14px; font-weight:bold;}
.main_top .main_top_news h3 span.title{width:100px; height:30px;border-left:6px solid #106fbf; float:left; text-align:center;color:#333;font-weight:bold;font-size:16px;}
.main_top .main_top_news h3 span.more{float:right; color:#666;font-weight:normal;margin-right:10px;font-size:12px;}
.main_top .main_top_news .flashnews{float:left;width:300px;height:auto;margin-top:20px;display:inline;}
.main_top .main_top_news ul {padding:0; margin:0; margin-top:10px; margin-left:320px;overflow:hidden;}
.main_top .main_top_news ul li a,.main_left_bottom li a:active,.main_left_bottom li a:visited{ font-size:14px; color:#333; font-weight: normal;display:block;}
.main_top .main_top_news ul li{margin:0 auto;width:300px;line-height:32px;*line-height:30px;_line-height:30px;border-bottom:1px #efefef dotted;}
.main_top .main_top_news ul li span.date{ float:right;color:#666;}

.main_top .main_left_photo{float:left;width:970px;height:122px;margin-left:20px;margin-top:20px;display:inline;}
.main_top .main_left_photo .hd {float:left;display:inline;background:#013e74;width:32px;height:122px;display:block;color:#fff;text-align:center;font-size:16px;font-weight:bold;}
.main_top .main_left_photo .hd span.title{ width:32px; height:122px;float:left;color:#fff; font-size:16px; font-weight:bold; text-align:center;}
.main_top .main_left_photo .hd span.more{float:right; font-weight:normal;margin-right:10px;margin-top:5px;font-size:12px;}
.main_top .main_left_photo .bd{float:left;display:inline;width:898px;margin-left:20px;}
.main_top .main_left_photo .bd ul{overflow:hidden; zoom:1;}
.main_top .main_left_photo .bd ul li{float:left;width:132px;display:inline;margin-right:20px;overflow:hidden;}
.main_top .main_left_photo .bd ul li .pic{ text-align:center; }
.main_top .main_left_photo .bd ul li .pic img{ width:132px; height:96px; display:block; padding:1px; border:0px solid #ccc; }
.main_top .main_left_photo .bd ul li .pic a:hover img{ border-color:#999;  }
.main_top .main_left_photo .bd ul li .title{line-height:24px; text-align:center;}


.main_bottom{margin:0 auto;width:990px;height:70px; margin-top:20px;}
.main_bottom ul {padding:0; margin:0;}
.main_bottom li{float:left;width:177px;line-height:70px; display:inline;}
.main_bottom li img {width:163px; height:64px;}

.main_bottom .link_float{width:163px; border:0px #0475e1 solid;height:90px;display:none;position:absolute;left:0;bottom:64px;z-inde:5;}
.main_bottom .link_float p a{ text-align:center; line-height:30px; display:block; font-size:14px;}
.main_bottom .link_float p a:hover{ background:#0475e1; display:block; font-size:14px; color:#fff;}

.index_left_more{ position:absolute;top:5px; right:10px;}
.index_more{ position:absolute;top:5px; right:10px;}
/* Footer style */
#footer_bg{margin:0 auto; margin-top:20px;width:100%;height:145px; background:#686667;}
#footer{margin:0 auto;width:990px;height:145px;}
#footer .top{float:left;width:500px;height:145px;}
#footer .top ul {padding:0; margin:0; padding-top:30px;}
#footer .top ul li{margin:0 auto;width:500px; line-height:20px;color:#efefef; text-align:left;}
#footer .top ul li a{ font-weight: normal;color:#efefef;}
#footer .top ul li span.copyright{ font-size:10px;font-family:Verdana, Arial, Helvetica, sans-serif;font-weight:normal;}
#footer .bottom{float:right;width:300px; height:145px;color:#fefefe;}
#footer .bottom ul {padding:0; margin:0; padding-top:30px;}
#footer .bottom ul li{width:100px; float:left;}
#footer .bottom span.left{float:left;}
#footer .bottom span.right{float:right;}