@charset "utf-8";
/*
Update:2019/6/11 am 
*/

/* Config */
body{
	margin:0 auto;
	padding:0;
	font-size:15px;
	font-family:"Microsoft YaHei",Tahoma,Helvetica,Georgia,Arial,"sans serif";
}
li {list-style:none;color: #333;}
li a{ text-decoration: none; font-size:14px;}
a { text-decoration: none; font-size:14px; color: #333; }
a:link, a:active, a:visited {text-decoration: none; font-size: 14px;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: #fff; padding:0.2em 0.2em; margin:2px;}
.colorfocus { border: 1px #333333 double; }
/* Header style */
#header{ margin:0 auto; width:100%; height:175px; background:#0c68a9; margin-top:0px;}
#header_logo{
	background:url(header_logo.png) left no-repeat;
	position:relative;
	width:1200px;
	height:175px;
	margin:0 auto;
}
.header_top_left{ position:absolute;width:auto; height:38px;line-height:20px;left:5px;top:50px;color:#fff;}
.header_top_right{ position:absolute;width:auto; height:38px;line-height:20px;right:10px;top:50px;color:#fff;}
.header_top_right a {line-height:32px;color:#fff; 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:#fff; 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;background:#fff;top:90px;right:10px;z-index:9999;}
.index_search .search{width:249px;border:0px #2e4396 solid;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:60px; background:#075c98;position:relative; margin-top:0px;}
.menu_daohang {margin:0 auto;position:relative;background:#075c98;z-index:101;width:1200px;height: 60px;}
.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 a:hover {background:#fff;display:block;color:#333;}
.menu_daohang ul li a {display: block;line-height:60px;color: #fff; text-decoration: none;width:auto; padding:0 60px 0 60px;font-size:20px;text-align:center;font-weight: normal; cursor:pointer;}
.menu_daohang ul ul {background:#075c98; padding: 0;position: absolute; top:60px;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:18px;font-weight:normal; padding-top:10px; padding-bottom:10px; line-height:28px;display:block; width:168px;color: #fff;}	
.menu_daohang ul ul li a:hover {background:#05558d;color:#fff;}
.menu_daohang ul ul ul {position: absolute; left: 100%; top:0px;}	
/* Main body style */
.main_body{
    width:1200px;
	height:auto;
	margin:0 auto;
	margin-top:0px;
	background:#fff;
}
/* Body Start */
.main_banner{margin:0 auto;width:100%;overflow:hidden;margin-top:0px; position:relative;}
.main_banner img{display:block;position: relative;top:0;left:0%;width:100%;
    /*transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);*/}
.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;}
.main_win{width:1200px;height:auto;margin:0 auto;margin-top:0px;}
.bottom_win{width:100%;height:460px;margin:0 auto;padding-top:30px;background:#fcfbee;}
.main_top{ margin:0 auto;width:1200px; height:auto;margin-top:45px;}
.main_bottom{ margin:0 auto;width:1200px; height:auto;}


.main_top_content_news{float:left;width:785px;height:460px;display:inline;border:0px solid #d7d7d7;}
.main_top_content_news h3 {border-bottom:1px #0c68a9 solid; height:60px; line-height:60px; color:#333; font-size:20px;font-weight:normal;}
.main_top_content_news h3 span.title{width:180px; height:58px;border-bottom:5px #0c68a9 solid;margin-left:0px; text-indent:50px;float:left;text-align:left;color:#333;font-weight:normal;font-size:24px;}
.main_top_content_news h3 span.title span.red{color:#e1250e;font-size:24px;}
.main_top_content_news h3 span.entitle{float:left;text-align:left;color:#a7a7a7;font-weight:normal;font-size:16px;}
.main_top_content_news h3 span.more a{float:right; color:#666666;font-weight:normal;margin-right:15px;font-size:14px;}
.main_top_content_news .flashnews{ float:left; display:inline;}
.main_top_content_news .rightnews{ float:left; display:inline; margin-left: 20px;}
.main_top_content_news .rightnews ul {padding:0; margin:0; margin-top:35px;overflow:hidden;}
.main_top_content_news .rightnews ul li a,.main_top_content_news .rightnews ul li a:active,.main_top_content_news .rightnews ul li a:visited{ font-size:15px; color:#333; font-weight: normal;display:inline;}
.main_top_content_news .rightnews ul li{ margin:0 auto;width:350px;height:65px;border-bottom:1px #d7d7d7 dotted;}
.main_top_content_news .rightnews ul li span.doctitle{float:right;width:295px; padding-top:8px;line-height:25px;font-style:normal; display:inline;}
.main_top_content_news .rightnews ul li span.date{ float:left;width:50px;line-height:65px;color:#666;font-style:italic; display:inline;}

/*--focous photo styles--*/
.focus_pic {
	float:left;display:inline;}
.focus_pic ul li {float:left; display:block;}
.main_view {float:left;position: relative;}
.picshow_window {width:385px; height:305px;overflow: hidden; /*--Hides anything outside of the set width/height--*/position: relative;}
.picshow_reel {position: absolute;top:0; left:0;}
.picshow_reel li {width:385px; height:305px; overflow:hidden; position:relative;}
.picshow_intro {width:385px;height:50px;position:absolute;bottom:0;left:0;}
.picshow_intro p.picshow_intro_head {width:385px;text-align:center; line-height:22px;word-wrap:break-word;word-break:break-all;overflow:hidden;}
.picshow_intro p.picshow_intro_head a{font-size:15px;font-weight:bold;}
.picshow_paging {position: absolute;bottom:60px;right:25px;z-index: 100; text-align:center;display:none; }
.picshow_paging span {display:block; background:url(picshow_page.png); width:14px; height:14px; float:left;margin-left:10px;cursor:pointer;}
.picshow_paging span.active { background:url(picshow_page.png) right;}


.main_top_content{float:left;width:370px;height:460px;display:inline;border:0px solid #d7d7d7;}
.main_top_content h3 {border-bottom:1px #0c68a9 solid; height:60px; line-height:60px; color:#333; font-size:20px;font-weight:normal;}
.main_top_content h3 span.title{width:180px; height:58px;border-bottom:5px #0c68a9 solid;margin-left:0px; text-indent:50px;float:left;text-align:left;color:#333;font-weight:normal;font-size:24px;}
.main_top_content h3 span.title span.red{color:#e1250e;font-size:24px;}
.main_top_content h3 span.entitle{float:left;text-align:left;color:#a7a7a7;font-weight:normal;font-size:14px;}
.main_top_content_news h3 span.t1{background:url(icon1.png) left no-repeat;}
.main_top_content h3 span.t2{background:url(icon2.png) left no-repeat;}
.main_top_content h3 span.t3{background:url(icon3.png) left no-repeat;}
.main_top_content h3 span.t4{background:url(icon4.png) left no-repeat;}
.main_top_content h3 span.t5{background:url(icon5.png) left no-repeat;}
.main_top_content h3 span.more a{float:right; color:#666666;font-weight:normal;margin-right:15px;font-size:14px;}
.main_top_content ul {padding:0; margin:0; margin-top:30px;overflow:hidden;}
.main_top_content ul span.img {float:left; width:130px; display:inline;}
.main_top_content ul span.no1title {float:left; width:230px; display:inline;}
.main_top_content ul span.no1title a{ color:#666; font-size:14px; font-weight:bold;line-height:22px;}
.main_top_content ul span.no1titletxt{float:left; width:230px; display:inline;color:#666; font-size:12px; line-height:22px;}
.main_top_content ul li span.top3 a{ color:#F00;}
.main_top_content ul li a,.main_top_content ul li a:active,.main_top_content ul li a:visited{ font-size:15px; color:#333; font-weight: normal;display:block;}
.main_top_content ul li{ margin:0 auto;width:350px;height:65px;border-bottom:1px #d7d7d7 dotted;}
.main_top_content ul li span.doctitle{float:right;width:295px; padding-top:8px;line-height:25px;font-style:normal; display:inline;}
.main_top_content ul li span.date{ float:left;width:50px;line-height:65px;color:#666;font-style:italic; display:inline;}
.main_top_content ul li span.dateplus{margin-top:10px;background:#0c68a9;float:left;width:45px;line-height:25px;color:#fff;font-size:20px; text-align:center;}
.main_top_content ul li span.dateplus p{width:45px;line-height:25px;color:#fff;font-size:14px; text-align:center;}

.main_top_content ul li.events{ margin:0 auto;width:350px;height:85px;border-bottom:0px #d7d7d7 dotted;}
.main_top_content ul li.events span.eventstitle{float:right;width:295px; padding-top:5px;line-height:25px;font-style:normal; display:inline;}
.main_top_content ul li.events span.eventstime{background:url(datebg.png) no-repeat; text-indent:20px;float:right;width:295px;line-height:25px;font-style:normal; display:inline;}
.main_top_content ul li.events span.eventsadd{background:url(placebg.png) no-repeat; text-indent:20px;float:right;width:295px;line-height:25px;font-style:normal; display:inline;}

.main_top_content ul li.fastlink {float:left;width:170px;height:85px;border-bottom:0px #d7d7d7 dotted;}
.main_top_content ul li.fastlink span.qlink{float:left;width:170px;height:55px;line-height:55px;background:#fff; border:1px #d5d5d5 solid; display:inline;}
.main_top_content ul li.fastlink span.qlink a:hover{width:170px;height:55px; background:#ed2108;display:block;color:#fff; text-decoration:none;}
.main_top_content ul li.fastlink a,.main_top_content ul li.fastlink a:active,.main_top_content ul li.fastlink a:visited{ text-align:center; font-size:18px; color:#333; font-weight: normal;display:block;}


.main_top_content .hd{height:50px;line-height:50px; width:360px;position:relative;border-bottom:0px #d7d7d7 solid;}
.main_top_content .hd ul{float:left;padding:0; margin:0;position:absolute;}
.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_top_content .hd ul li.last{width:auto;;border-right:none;display:inline;}
.main_top_content .hd ul li.on{height:50px;line-height:50px;color:#333;font-size:18px;font-weight:bold; margin-left:10px;}
.main_top_content .bd { padding-top:10px;background:#fff; position:relative;}
.main_top_content .bd .more{ position:absolute;color:#007750;font-weight:normal;top:-22px;right:10px;font-size:15px;}
.main_top_content .bd ul{padding:0; margin:0;overflow:hidden;}
.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_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_top_content .bd ul li span.date{ float:right; color:#666;}
.main_top_content .bd ul li.link{margin:0 auto;width:224px; height:40px;}


.index_left_more{ position:absolute;top:5px; right:10px;}
.index_more{ position:absolute;top:5px; right:10px;}
/* Footer style */
#footer_bg{float:left;background:#0c68a9; width:100%;height:328px; margin-top:0px;}
#footer{margin:0 auto;width:1200px;height:145px;}
#footer .footer_yuanxun{float:left;width:242px; height:328px; background:url(yuanxun.png) left center no-repeat;}
#footer .footer_left{float:left;width:600px;height:200px;padding-top:100px;padding-left:180px;}
#footer .footer_left ul {padding:0; margin:0; }
#footer .footer_left ul li{float:left;width:600px;line-height:25px;color:#fff; text-align:left;font-size:15px;}
#footer .footer_left ul li a{color:#fff; font-size:15px;}
#footer .footer_left span.left{float:left;}
#footer .footer_left span.right{float:right;}
#footer .footer_right{float:right;width:160px;height:105px;padding-top:110px;}
#footer .footer_right h3{border-bottom:1px #fff solid; height:30px; line-height:30px; text-indent:10px; color:#fff; font-size:15px; font-weight: bold;}
#footer .footer_right ul {padding:0; margin:0;}
#footer .footer_right ul li{float:right;width:auto; line-height:24px; padding:0 10px 0 10px;color:#fff; text-align:center;}
#footer .footer_right ul li a{ font-weight: normal;color:#fff;}
#footer .footer_right ul li span.copyright{ font-size:10px;font-family:Verdana, Arial, Helvetica, sans-serif;font-weight:normal;}
#copyright_bottom{float:left;background:#075c98; width:100%;height:30px;line-height:30px; color:#fff; text-align:center;font-size:14px;}