@charset "utf-8";
/*
Update:2019/5/20 am 
*/

/* Config */
body{
	margin:0 auto;
	padding:0;
	font-size:15px;
	font-family:"Microsoft YaHei",Tahoma,Helvetica,Georgia,Arial,"sans serif";
	background:#fff;
}
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;}
.marginleft40 {margin-left:40px;}
.margintop45 {margin-top:45px;}
.margintop{ margin-top:10px;}
.marginright{ margin-right:10px;}
.marginleft {margin-left:10px;}
.marginleft45 {margin-left:45px;}
.marginleft20 {margin-left:20px;}
.marginbottom {margin-bottom:10px;}
.margintop20{margin-top:20px;}
.margintop35{margin-top:35px;}
.clear{clear:both;}
input,textarea	{ 
    font: 14px 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:100%; height:185px; background:url(header_bg.png) no-repeat; margin-top:0px;}
#header_logo{
	background:url(header_logo.png) left center no-repeat;
	position:relative;
	width:1200px;
	height:185px;
	margin:0 auto;
}
.header_top_left{ position:absolute;width:auto; height:38px;line-height:20px;left:5px;top:50px;color:#333;}
.header_top_right{ position:absolute;width:auto; height:38px;line-height:20px;right:10px;top:50px;color:#333;}
.header_top_right a {line-height:32px;color:#333; text-decoration:none;font-size:15px;font-weight:normal;}
.header_top_right li{float: left; background:url(menu_line.gif) no-repeat left;}
.header_top_right li a {display:block;line-height:32px;color:#333; text-decoration:none;width:80px;font-size:15px;text-align:center;font-weight:normal; cursor:pointer;}
/*Index Search Bar*/
.index_search {position:absolute;width:249px;height:30px;border:1px #d7d7d7 solid;background:#fff;top:90px;right:10px;z-index:9999;}
.index_search .search{width:249px;text-align:right; height:30px;}
.index_search .search #SearchForm{ padding:0px; margin:0px;width:213px;height:30px;}
.index_search .search .textbox{ height:30px;line-height:30px;width:199px; text-indent:10px;float:left;padding-left:0px;background:none;border:none;font-size:15px;color:#999;display:inline;}
.index_search .search select{ display:none;}
.index_search .search .inputButton{ float:left;width:30px; text-align:left; height:30px;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:100%;height:35px; background: url(menu_bg.png) repeat-x;position:relative; margin-top:0px;}
.menu_daohang {margin:0 auto;position:relative;z-index:101;width:1200px;}
.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;}
.menu_daohang ul li:hover {background:#c01a1e; display:block;color:#fff;}
.menu_daohang ul li:hover a {color:#fff;}
.menu_daohang ul li a {display: block;line-height:35px;color: #fff; text-decoration: none;width:auto; padding:0 45px 0 45px;font-size:18px;text-align:center;font-weight: normal; cursor:pointer;}
.menu_daohang ul ul {background:#c01a1e; padding: 0;position: absolute; top:35px;opacity:0.9;filter:alpha(opacity=90);}
.menu_daohang ul ul li {float:none;position: relative; border-right:none;}
.menu_daohang ul ul li a {font-size:16px;font-weight:normal; padding-top:10px; padding-bottom:10px; line-height:25px;display:block; width:168px;color: #fff;}	
.menu_daohang ul ul li a:hover {background:#b71317;color:#fff;}
.menu_daohang ul ul ul {position: absolute; left: 100%; top:0px;}	
/* Main body style */
.main_body{
    width:1020px;
	height:auto;
	margin:0 auto;
	margin-top:0px;
	background:#fff;
}
/* Body Start */
.main_banner{margin:0 auto;width:1020px;height:355px;margin-top:5px; position:relative;}
.main_banner img{width:1020px; height:355px; margin:0 auto;}
.main_banner .prev,
.main_banner .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(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(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;}
.main_win_index{width:1200px;height:auto;margin:0 auto;margin-top:0px;background:#fff;}
.main_win{width:1140px;height:auto;margin:0 auto;margin-top:0px;background:#fff;}

.main_left{ float:left;width:1020px; height:auto; background:#fff; margin-top:45px;}

.menu_link_left{ float:left; width:20px; height:52px;background:url(link_left_bg.gif) no-repeat; display: inline;border-bottom:2px #6c899b solid;}
.menu_link_right{ float:left; width:20px; height:52px;background:url(link_right_bg.gif) no-repeat; display: inline;border-bottom:2px #6c899b solid;}
.menu_link {float:left;background:url(link_bg.gif) repeat-x;z-index:101;width:1108px; height:52px;display: inline; border-bottom:2px #6c899b solid;}
.menu_link ul ul {display: none;}
.menu_link ul li:hover > ul {display: block;}
.menu_link ul {list-style: none;position: relative;display: inline-table;}
.menu_link ul:after {clear: both; display: block;}
.menu_link ul li {float: left;}
.menu_link ul li:hover {background: url(link_hover.gif) repeat-x; display:block;color:#fff;}
.menu_link ul li:hover a {color:#fff;}
.menu_link ul li a {display: block;line-height:52px;color: #333; text-decoration: none;width:auto; padding:0 57px 0 57px;font-size:16px;text-align:center;font-weight: bold; cursor:pointer;}

.main_left .main_top_content_news{ background:url(news_title_bg.png) no-repeat;float:left;width:649px;height:205px;display:inline;border:0px solid #d7d7d7;}
.main_left .main_top_content_news h3 {height:58px; line-height:58px; color:#333; font-size:20px;font-weight:normal;}
.main_left .main_top_content_news h3 span.title{width:155px; height:58px;border-bottom:0px #333 solid;margin-left:0px; text-indent:20px;float:left;text-align:left;color:#0066cc;font-weight: bold;font-size:20px;}
.main_left .main_top_content_news h3 span.more a{float:right; color:#333;font-weight:normal;margin-right:15px;font-size:15px;}
.main_left .main_top_content_news  ul {padding:0; margin:0; margin-top:25px;overflow:hidden;}

		.picMarquee-left{margin:0 auto;width:619px; overflow:hidden; position:relative;}
		.picMarquee-left .hd{ overflow:hidden;  height:9px;  padding:0 10px;  }
		.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;width:5px; height:9px; float:right; margin-right:5px;overflow:hidden;
			 cursor:pointer; background:url("arrow.png") no-repeat;}
		.picMarquee-left .hd .next{ background-position:0 -50px;  }
		.picMarquee-left .hd .prevStop{ background-position:-60px 0; }
		.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }
		.picMarquee-left .bd{ padding:0px; margin-top:30px; }
		.picMarquee-left .bd ul{ overflow:hidden; zoom:1;}
		.picMarquee-left .bd ul li{ margin:0 10px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.picMarquee-left .bd ul li .pic{overflow: hidden;text-align:center; }
		.picMarquee-left .bd ul li .pic img{ width:140px; height:110px; display:block; padding:0px;cursor: pointer;transition: all 0.6s;}
		.picMarquee-left .bd ul li .pic img:hover{ transform: scale(1.2);}
		.picMarquee-left .bd ul li .title a{ line-height:24px; font-size:15px;}

.main_left .main_top_content_link{ background:url(link_bg.png) no-repeat;float:left;width:306px;height:205px;display:inline;border:0px solid #d7d7d7;}
.main_left .main_top_content_link h3 {height:58px; line-height:58px; color:#333; font-size:20px;font-weight:normal;}
.main_left .main_top_content_link h3 span.title{width:155px; height:58px;border-bottom:0px #333 solid;margin-left:0px; text-indent:20px;float:left;text-align:left;color:#333;font-weight:normal;font-size:20px;}
.main_left .main_top_content_link h3 span.more a{float:right; color:#333;font-weight:normal;margin-right:15px;font-size:15px;}
.main_left .main_top_content_link  ul {padding:0; margin:0; margin-top:25px;overflow:hidden;}
.main_left .main_top_content_link  ul li a,.main_left .main_top_content_link ul li a:active,.main_left .main_top_content_news .rightnews ul li a:visited{ font-size:15px; color:#333; font-weight: normal;display:block;}
.main_left .main_top_content_link  ul li{margin:0 auto;width:216px;line-height:50px;*line-height:50px;_line-height:50px;border-bottom:0px #efefef dotted;}
.main_left .main_top_content_link  ul li span.date{ float:right;color:#666;}

.main_left .main_top_content{ background:url(title_bg.png) no-repeat;float:left;width:478px;height:300px;display:inline;border:0px solid #d7d7d7;}
.main_left .main_top_content h3 {height:58px; line-height:58px; color:#333; font-size:20px;font-weight:normal;}
.main_left .main_top_content h3 span.title{width:155px; height:58px;border-bottom:0px #333 solid;margin-left:0px; text-indent:20px;float:left;text-align:left;color:#0066cc;font-weight:bold;font-size:20px;}
.main_left .main_top_content h3 span.more a{float:right; color:#333;font-weight:normal;margin-right:15px;font-size:15px;}
.main_left .main_top_content ul {padding:0; margin:0; margin-top:20px;overflow:hidden;}
.main_left .main_top_content ul span.photo {float:left; width:180px; display:inline;}
.main_left .main_top_content ul span.intro {float:left; width:240px; display:inline;}
.main_left .main_top_content ul span.intro a{ color:#333; font-size:15px; font-weight:normal;line-height:22px;}
.main_left .main_top_content ul span.intro{float:left; width:230px; display:inline;color:#666; font-size:12px; line-height:22px;}
.main_left .main_top_content ul li span.top3 a{ color:#F00;}
.main_left .main_top_content ul li a,.main_left .main_top_content ul li a:active,.main_left .main_top_content ul li a:visited{ font-size:15px; color:#333; font-weight: normal;display:block;}
.main_left .main_top_content ul li{margin:0 auto;width:418px;line-height:32px;*line-height:32px;_line-height:32px;border-bottom:0px #efefef dotted;}
.main_left .main_top_content ul li span.date{ float:right;color:#666;}

.main_left .main_top_content .hd{height:50px;line-height:50px; width:360px;position:relative;border-bottom:0px #d7d7d7 solid;}
.main_left .main_top_content .hd ul{float:left;padding:0; margin:0;position:absolute;}
.main_left .main_top_content .hd ul li{float:left;width:220px;height:50px; line-height:50px; font-size:18px;cursor:pointer;text-align:center;display:inline;}
.main_left .main_top_content .hd ul li.last{width:auto;;border-right:none;display:inline;}
.main_left .main_top_content .hd ul li.on{height:50px;line-height:50px;color:#333;font-size:18px;font-weight:bold; margin-left:10px;}
.main_left .main_top_content .bd { padding-top:10px;background:#fff; position:relative;}
.main_left .main_top_content .bd .more{ position:absolute;color:#333;font-weight:normal;top:-22px;right:10px;font-size:15px;}
.main_left .main_top_content .bd ul{padding:0; margin:0;overflow:hidden;}
.main_left .main_top_content .bd ul li{margin:0 auto;width:526px;line-height:32px;*line-height:32px;_line-height:32px;border-bottom:0px #efefef dotted;}
.main_left .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:15px; color:#333; font-weight: normal;display:block;}
.main_left .main_top_content .bd ul li span.date{ float:right; color:#666;}
.main_left .main_top_content .bd ul li.link{margin:0 auto;width:224px; height:40px;}




.main_bottom{float:left;width:785px;height:auto;display:inline;margin-top:45px;}
.main_bottom h3 {border-bottom:1px #d7d7d7 solid; height:50px; line-height:50px; color:#333; font-size:20px;font-weight:normal;}
.main_bottom h3 span.title{width:155px; height:47px;border-bottom:4px #333 solid;margin-left:0px; text-indent:20px;float:left;text-align:left;color:#333;font-weight:normal;font-size:20px;}
.main_bottom h3 span.more a{float:right; color:#333;font-weight:normal;margin-right:15px;font-size:15px;}
.main_bottom .link_list{ float:left; display:inline;}
.main_bottom .link_list ul {padding:0; margin:0; margin-top:30px;overflow:hidden;}
.main_bottom .link_list ul li{ float:left;width:300px; line-height:80px;}
.main_bottom .link_list ul li span.date{ float:right;color:#666;}
.main_bottom .link_list ul li img {width:135px; height:95px;}


.index_left_more{ position:absolute;top:5px; right:10px;}
.index_more{ position:absolute;top:5px; right:10px;}
/* Footer style */
#footer_bg{float:left;background: url(footer_bg.png) repeat-x; width:100%;height:188px; margin-top:45px;}
#footer{margin:0 auto;width:1020px;height:188px;}
#footer .footer_content{float:left;width:1020px; height:105px;color:#333;}
#footer .footer_content ul {padding:0; margin:0; padding-top:65px; padding-left:0px;}
#footer .footer_content ul li.slogo{float:left;width:85px; height:85px;}
#footer .footer_content ul li{width:1020px;line-height:24px;color:#333; text-align:center;}
#footer .footer_content ul li span.copyright{ font-size:10px;font-family:Verdana, Arial, Helvetica, sans-serif;font-weight:normal;}
#footer .footer_content span.left{float:left;}
#footer .footer_content span.right{float:right;}