/* Global Style Start */
*{margin:0; padding:0;}
ul{list-style:none;}
a img{border:0;}
.c{zoom:1;}
.c:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
p{line-height:22px;}
a{text-decoration:none;}
a:hover{text-decoration:none;}
h1, h2, .hide{width:0; height:0; display:block; text-indent:-9999px; overflow:hidden;}
/* Global Style End */

/*wrapper*/
.wrapper{background:#eee;}

/*top_menu*/
.top_menu{width:100%; height:45px; background:#dddddd;}
.menu_main{width:1100px; height:45px; margin:0 auto;}
.menu_main li{float:left; padding-left:25px;}
.menu_main a{font-size:18px; font-family:'Microsoft Yahei'; color:#333; line-height:45px; text-decoration:none;}
.header_ad{font-size:18px; font-family:'Microsoft Yahei'; color:#333; line-height:45px;}

/*banner_view*/
.banner_view{width:100%; height:350px;}
.banner_view img{width:100%; height:350px;}

/*introduce*/
.introduce{width:100%; height:350px; background:#eee;}
.introduce_main{width:1000px; height:350px; margin:0 auto; background:#fff;}
.introduce_title{width:1000px; height:40px; padding-top:20px;}
.introduce_title p{font-size:38px; font-family:'Microsoft Yahei'; line-height:38px; text-align:center; font-weight:bold; color:#395199;}
.introduce_line{width:180px; height:4px; border-top:4px solid #bebebe; margin:10px auto;}
.introduce_cont{width:960px; height:100px; margin:20px auto;}
.introduce_cont p{font-size:16px; font-family:'Microsoft Yahei'; color:#676767; line-height:28px;}
.introduce_img{width:1000px; height:150px; text-align:center;}
.introduce_img img{width:955px; height:140px;}

/*news*/
.news{width:100%; height:1020px; background:#eee; margin-top:10px;}
.news_main{width:1000px; height:1020px; margin:0 auto; background:#fff;}
.news_title{width:1000px; height:60px;  padding-top:20px;}
.news_title p{font-size:38px; font-family:'Microsoft Yahei'; line-height:38px; text-align:center; font-weight:bold; color:#008ed3;}
.news_line{width:150px; height:4px; border-top:4px solid #bebebe; margin:10px auto;}
.news_cont ul{float:left;}
.news_cont_one{width:480px; margin-left:30px;}
.news_cont_two{width:470px; margin-left:20px;}
.news_cont li{ padding-left:10px; border-left:5px solid #008ed3; height:30px; margin-top:10px;}
.news_cont a{font-size:14px; font-family:'Microsoft Yahei'; color:#333333; text-decoration:none; line-height:30px;}
.news_cont a:hover{text-decoration:underline; color:#c92636;}

/*meeting*/
.meeting{width:100%; height:450px; margin-top:10px;}
.meeting_main{width:1000px; height:450px; margin:0 auto; background:#fff;}
.meeting_title{width:1000px; height:50px;  padding-top:20px;}
.meeting_title p{font-size:24px; font-family:'Microsoft Yahei'; line-height:30px; text-align:center; font-weight:bold; color:#e80113;}
.meeting_title a{color:#e80113;}
.meeting_line{width:1000px; height:2px; border-top:2px solid #bebebe; margin:5px auto;}
.meeting_cont{text-align:center;}
.meeting_join{background:#ed6942;  width:200px; height:50px; margin:10px auto;}
.meeting_join p{color:#fff; font-family:'Microsoft Yahei'; font-size:28px; font-family:'Microsoft Yahei'; line-height:50px;}
.meeting_join a{color:#fff;}
.meeting_line_one{width:1000px; height:5px; border-bottom:5px solid #eee;}
.meeting_download{width:1000px; height:200px; text-align:center;}
.meeting_download img{width:956px; height:134px; margin-top:10px;}


/*show*/
.show{width:100%; height:4285px; background:#eee; margin-top:10px;}
.show_main{width:1000px; height:4285px; margin:0 auto; background:#fff;}
.show_title{width:1000px; height:50px;  padding-top:20px;}
.show_title p{font-size:24px; font-family:'Microsoft Yahei'; line-height:30px; text-align:center; font-weight:bold; color:#008ed3;}
.show_line{width:320px; height:4px; border-top:4px solid #bebebe; margin:5px auto;}
.show_cont{}
.show_cont li{float:left; padding-left:25px; padding-top:10px;}
.show_border{width:300px; height:200px; overflow:hidden;}
.change_one{cursor: pointer; transition: all 0.6s; width:300px; height:200px;}
.change_one:hover{transform: scale(1.2);}

/*footer*/
.footer{width:100%; height:100px; background:#787878;}
.footer_main{width:1000px; height:100px; margin:0 auto;}
.footer_main ul{padding-top:15px;}
.footer_main li{text-align:center; padding-top:3px;}
.footer_main li p{color:#fff; font-size:16px; font-family:'Microsoft Yahei';}
.footer_main li a{color:#fff;}


 #returnTop {
	_display:none;
	position:fixed;
	_position:absolute;
	z-index:999;
	right:15px;
	bottom:-200px;
	_bottom:auto;
	width:36px;
	height:65px;
	text-indent:-999px;
	overflow:hidden;
	background-image:url(../images/Top.png);
	_background-image:url(../images/Top.png);
	background-repeat:no-repeat;
	background-position:0 0;
	transition:bottom 0.9s;
	-webkit-transition:bottom 0.9s;
	-moz-transition:bottom 0.9s;
	-o-transition:bottom 0.9s;
}
#returnTop:hover {
	background-position:0 -65px;
}