@charset "utf-8";
/* CSS Document */
.top{
	width:100%;
}
.top_con_bg{
	background:url(../images/top_bg.png) no-repeat center center;
	height:135px;
}
.top_con{
	width:1000px;
	margin:0 auto;
	height:135px;
}

.top_con .logo{
	float:left;
	margin-top:44px;
}
.top_con .top_phone{
	float:right;
	margin-top:46px;
}
.nav_bg{
	width:100%;
	background:#1d246a;
}
.nav{
	width:1000px;
	margin:0 auto;
}
.nav>li{
	float:left;
	height:48px;
	line-height:48px;
	color:#fff;
}
.nav>li a{
	display:block;
	height:48px;
	line-height:48px;
	width:140px;
	text-align:center;
	font-size:14px;
	color:#fff;
}
.nav>li a:hover{
	background:#fff;
	color:#404040;
}
.lubo{ 
	width:100%;
	position:relative; 
	height:530px;
}
.lubo_box{
	position:relative; 
	width:100%; 
	height:530px;
}
.lubo_box li{ 
	float:left;
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height:530px;
	opacity:0;
	filter:alpha(opacity=0);
}
.lubo_box li:nth-child(1){
	opacity: 1;
	filter:alpha(opacity=100);
}
.lubo_box li a{ 
	display:block;
	width:100%;  
	height:530px;
}
.lubo_box li img{ 
	width:100%; 
	height:100%
}
.cir_box{ 
	overflow:hidden; 
	position:absolute;
	z-index:100;
}
.cir_box li{ 
	float:left; 
	width:30px; 
	height:5px; 
	margin:0 5px; 
	cursor:pointer; 
	background:#fff; 
	opacity:0.8;
	filter:alpha(opacity=80);
}
.cir_on{ 
	background:#1c256a !important;
}
.main_pro{
	width:100%;
	padding-top:30px;
}
.scrollpic{
	width:1000px;
	margin:0 auto;
	position:relative;
}

#myscroll{
	display:block;
	width:100%;
	position:relative;
	height:254px;
	overflow:hidden;
}
#myscroll #myscrollbox{
	display:block;
	float:left;
	position:absolute;
	left:0;
	top:0;
	width:1000000px;
}
#myscroll ul{
	display:block;
	float:left;
}
#myscroll ul li{
	display:block;
	float:left;
	padding:0;
	width:255px;
}
#myscroll ul li a{
	display:block;
	width:235px;
	padding:0;
	position:relative;
	height:250px;
	color:#333;
	background:#fff;
}
#myscroll ul li a:hover{
	color:#0553b8;
}
#myscroll ul li a>p{
	font-size:16px;
	line-height:90px;
	text-align:center;
	background:#e0e0e0;
}
#mybtns{
	width:1140px;
	display:block;
	height:42px;
	position:absolute;
	top:50%;
	margin-top:-21px;
	z-index:9999;
	left:-70px;
}

#myscroll,#mybtns a,#myscroll #myscrollbox{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#mybtns #left{
	display:block;
	width:22px;
	height:42px;
	background:url(../images/left_btn_2.png);
	position:absolute;
	z-index:111;
	left:0;
}
#mybtns #right{
	display:block;
	width:22px;
	height:42px;
	background:url(../images/right_btn.png);
	position:absolute;
	z-index:111;
	right:0;
}
.pro_str{
	width:100%;
	background:#e5e5e5;
	margin-top:30px;
	padding-bottom:20px;
}
.pro_str_mar{
	width:1000px;
	margin:0 auto;
}
.pro_str_box{
	width:1000px;
	background:#fff;
}
.pro_str_tit{
	width:388px;
	margin:0 auto;
	padding-top:40px;
	padding-bottom:30px;
}
.pro_str_left{
	width:460px;
	float:left;
	margin:20px 16px;
}
.pro_str_left>ul li{
	float:left;
}
.pro_str_left>ul li img{
	display:block;
	width:153px;
}
.pro_str_right{
	float:left;
	margin-top:20px;
}
.pro_str_right ul li{
	width:446px;
	border-bottom:1px dashed #e6e6e6;
	font-size:24px;
	color:#4c4c4c;
	line-height:40px;
	padding-left:40px;
	background:url(../images/wujiao.png) no-repeat 18px center;
}
.news_about{
	width:1000px;
	margin:30px auto;
}
.news{
	width:326px;
	float:left;
}
.news_tit{
	background:url(../images/news_tit_bot.png) no-repeat left bottom;
	height:38px;
	line-height:38px;
}
.news_tit>img,.about_tit>img,.eq_tit>img{
	float:left;
}
.news_tit>a,.about_tit>a,.eq_tit>a{
	float:right;
}
.news_text_top{
	border-bottom:1px dashed #dadada;
	padding:6px 0;
}
.news_text_img{
	float:left;
}
.news_text_one{
	float:right;
	width:242px;
}
.news_text_one h3{
	font-size:14px;
	color:#4c4c4c;
}
.news_text_list{
	width:326px;
}
.news_text_list>ul li{
	background:url(../images/news_list_icon.png) no-repeat left center;
	line-height:30px;
	overflow:hidden;
}
.news_text_list>ul li a,.news_text_list>ul li span{
	font-size:14px;
}
.news_text_list>ul li a{
	float:left;
	padding-left:12px;
}
.news_text_list>ul li span{
	float:right;
}
.about{
	float:right;
	width:642px;
}
.about_tit{
	background:url(../images/about_tit_bot.png) no-repeat left bottom;
	height:38px;
	line-height:38px;
}
.about_text{
	width:100%;
}
.about_text p{
	text-indent:2em;
	line-height:28px;
	font-size:14px;
}
.eq{
	width:1000px;
	margin:0 auto;
}
.eq_tit{
	background:url(../images/eq_tit_bot.png) repeat-x left bottom;
	height:38px;
	line-height:38px;
}
.marqueeleft{
	height:154px;
	width:1000px;
	overflow:hidden;
	margin-bottom:20px;
}
.marqueeleft ul{
	float:left;
}
.marqueeleft li{
	float:left;
	margin:0 10px;
	width:235px;
	height:133px;
}
.marqueeleft li .pic{
	display:block;
	width:235px;
	height:133px;
	overflow:hidden;
}
.marqueeleft li p{
	text-align:center;
	margin-top:6px
}
.footer_bg{
	background:#1c256a;
}
.footer{
	width:1000px;
	margin:0 auto;
}
.left_bot{
	margin:40px 0;
	float:left;
}
.boot_nav>ul li{
	float:left;
}
.boot_nav>ul li,.boot_nav>ul li a{
	color:#fff;
	font-size:14px;
}
.boottom_about{
	margin-top:6px;
}
.boottom_about p{
	clear:both;
	line-height:30px;
	font-size:14px;
	color:#fff;
}
.right_bot{
	float:left;
	margin-left:130px;
	margin-top:66px;
}
/*info about*/
.info_about{
	width:1000px;
	margin:20px auto;
}
.info_about_list{
	float:left;
	width:230px;
}
.info_about_list ul{
	width:230px;
	padding-bottom:10px;
}
.info_about_list li{
	width:230px;
	background:#ebebeb;
	margin-top:4px;
}
.info_about_list li a{
	display:block;
	height:36px;
	line-height:36px;
	color:#666;
	text-align:center;
	font-size:14px;
}
.info_about_list img{
	margin-top:10px;
}
.page_about{
	float:left;
	width:748px;
	margin-left:20px;
	border:1px solid #ccc;
}
.page_about h3{
	border-bottom:1px dashed #ccc;
	height:36px;
	line-height:36px;
	font-size:16px;
	padding-left:12px;
	color:#0553b8;
}
.page_about h3 span{
	font-size:12px;
	float:right;
	margin-right:10px;
}
.page_about>p{
	text-indent:3em;
	line-height:30px;
	padding:10px;
	color:#595959;
}

.info_about_list>h3{
	background:url(../images/bg.jpg) no-repeat;
	width:230px;
	height:66px;
	line-height:66px;
	font-size:18px;
	color:#fff;
	text-align:center;
}

.news1{ background-color:#FFFFFF;}
.news1 ul{
padding:10px;
}
.news1 ul li{
	background:url(../images/icon.jpg) 0 center no-repeat;
	line-height:35px;
	border-bottom:1px #e9e9e9 dashed;
}
.news1 ul li a{
	padding-left:14px;
}
.news1 ul li a:hover{
	color:#0774cf;
}
.news1 ul li span{
	float:right;
	color:#737373;
}

.xwtitle{ font-size:16px; font-weight:bold;color:#444; height:40px; line-height:40px; border-bottom:1px #ccc dashed; text-align:center; display:block; margin:0 10px;}
.time{ text-align:center; height:25px; line-height:25px; color:#999999; display:block; font-size:12px;}
.pages {padding-top: 10px; line-height:40px; text-align:center; width:650px;}
.pages A { padding: 2px 5px; border: 1px solid #ccc; margin-right:3px; margin-left: 3px;}
.page_pro{ margin:10px 0 20px 0;}
.page_pro ul li{
	float:left;
	margin:16px 10px 0px 10px;
}
.page_pro ul li span{
display:block;
	color:#000;
	line-height:30px; text-align:center;
}
.page_pro ul li img{
	width:229px;
	height:180px;
}