@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
	width: 100%;
	font-size: 14px;
	line-height: 2.2em;
	font-family: "Microsoft YaHei";
	color: #555;
	margin: 0;
	padding: 0;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
input, textarea, select {
	font-family: "Microsoft YaHei";
	font-size: 12px;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li {
	list-style: none;
}
img {
	font-size: 0;
	vertical-align: bottom;
	line-height: 0;
	border: 0;
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
}
a, a:visited {
	color: #555;
	text-decoration: none;
	transition: all linear .4s;
	-webkit-transition: all linear .4s;
}
a:hover {
	color:#003399;
	text-decoration: none;
}
.c {
	clear: both;
	overflow: hidden;
}

.news_catalog_a{ width:420px; margin:0 auto; height:35px;}
.line_aaa{ width:2px; height:35px; background:#666666; float:left;}
.news_list_aa{ width:135px; text-align:center; line-height:35px; float:left; margin-top:-10px;}
.news_list_aa a{ width:135px; text-align:center; line-height:35px; float:left; text-align:center; text-decoration:none; display:block;font-weight:bold;}
.news_list_aa a:hover{ width:135px; text-align:center; line-height:35px; float:left; text-align:center; text-decoration:none;display:block; font-weight:bold; color:#43950C;}

/*----------------------------------------------end main-----------------------------------------*/
.m1 {
	width: 1200px;
	margin: 0 auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
.index-t {
	text-align: center;
	color: #000;
	padding: 30px 0;
}


.index-t h2 {
	border-bottom: 1px solid #e0e0e0;
	font-weight: normal;
	display: inline-block;
	padding: 0 20px 10px 20px;
	font-size: 30px;
}
.index-t b {
	font-weight: normal;
	display: block;
	font-size: 20px;
	padding-top: 5px;
}
.white {
	color: #fff;
}
.more {
	width: 200px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	margin: 2px auto;
	font-size:18px;
}
.more a {
	display: block;
	border-radius: 25px;
		font-size:18px;
}
.more a:hover {
	color: #4799D1;
}
.m1-t {
	color: #333;
	font-size: 24px;
	padding: 15px 0 20px 0;
}
/*顶部*/
.top_top{ width:100%; background:#E5E5E5; border-bottom:1px solid #CACACA; height:32px; line-height:32px;}
.top_top_a{ width:1200px; height:32px; line-height:32px; margin:0 auto;}

.top {
	background-color:#fff;
	height:118px;
	line-height:35px;
	color:#666;
	width:100%;
	z-index:9;
}

.top_ab{
	background-color:#fff;
	height:118px;
	line-height:35px;
	color:#666;
	width:1200px;
	margin:0 auto;
}

.top_ab_left{ width:203px; height:45px; float:left; margin-top:40px;}
.top_ab_left_a{ width:470px; height:35px; float:left; line-height:35px; font-size:32px; margin-top:25px; color:#333}
.top_ab_left_b{ width:470px; height:25px; line-height:25px; float:left; font-size:16px;}
.top_ab_right{ width:335px; height:69px; float:right;}

/*头部*/

/*--------------------------- 2-1 - START LOGO AND NAV --------------------*/
.logo-menu {
	z-index:9999;
	height:111px;
	background:#fff;
	position:relative;
	
}

.logo {
	position:absolute;
	height:26px;
	display:block;
	bottom:37px;
	left:34px
}

ul.navmenu {
	position:absolute;
	list-style:none;
	height:67px;
	bottom:0;
	right:10px;
	float:right;
}

ul.navmenu li,ul.portfolio-filter li {
	position:relative;
	border:1px #fff solid;
	line-height:1em;
	left:0;
	top:0;
	font-size:14px;
	display:block;
	margin-left:18px;
	float:left
}

ul.portfolio-filter li {
	border-color:#f0f0f0;
	margin:0 0px 0 0
}

ul.navmenu li a,ul.portfolio-filter li a {
	display:block;
	line-height:1em;
	padding:4px 10px
}
ul.portfolio-filter li a
{font-size:13px;}
ul.navmenu li a.drop {
	padding-right:28px;
	background:url(../images/drop.png) no-repeat right center
}

ul.navmenu li.curr,ul.navmenu li:hover,ul.portfolio-filter li.curr,ul.portfolio-filter li:hover {
	border:1px #e3e3e3 solid;
	border-radius:25px;
	background:url(../images/menugrad.png) #fff repeat-x left bottom
}

ul.navmenu li a:hover,ul.portfolio-filter li a:hover {
	color:#666;
}

ul.navmenu li ul {
	display:none;
	width:178px;
	font-size:13px;
	position:absolute;
	background:url(../images/drop-shad.png) repeat-x left bottom
}

ul.navmenu li ul li:first-child,ul.navmenu li ul li:first-child:hover {
	margin-top:10px;


}

ul.navmenu li ul li:last-child {
	padding-bottom:0px
}

ul.navmenu li ul li {

	background:#fff;
	clear:both;
	width:100%;
	height:auto;
	border:0;
	margin:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0
}

ul.navmenu li ul li a {
	display:block;
	padding:10px 15px
}

ul.navmenu li ul li:hover {
	border:0;
	background:#CCC;
	border-radius:0px;

}

/*--------------------------- 2-1 - END LOGO AND NAV --------------------*/
























.menu_all{ width:100%; height:45px; background:#0657A8; line-height:50px;}

.menu {
	width: 1200px; height:45px; line-height:50px; margin:0 auto;
}

.menu ul{
	width:1200px;
	margin:0 auto;
	line-height: 45px;
	font-size: 16px;
	height:45px;
}
.menu ul li {
	width: 140px;
	line-height: 45px;
	font-size: 14px;
	text-align:center;
	height:45px;
		float:left;
		color:#fff;
	
}

.menu ul li a {
	color:#fff;
	text-align:center; 
	text-decoration:none;	
	font-size: 14px;
	width:140px;
	display:block;

}

.menu ul li a:hover {
	color:#fff;
	text-align:center; 
	text-decoration:none;	
	font-size: 14px;
	width:140px;
	height:45px;
	line-height:45px;
	background-color:#006997;
	font-weight:bold;

}

#search_all{ width:100%; height:40px; line-height:40px; background:#FFFFFF;}
#search_all_a{ width:1200px; height:40px; line-height:40px; margin:0 auto;}
#search_all_a .search_left{ width:825px; height:40px; line-height:40px; float:left;}
#search_all_a .search_right{ width:250px; height:40px; line-height:40px; float:right;}
.input_ab{ width:165px; height:25px; float:left; margin-top:8px;}
.input_ab input{ width:165px; height:25px; border:1px solid #ccc; float:left;}
.input_abc{ width:40px; height:26px; float:left;margin-top:8px;}


#banner_web{ width:100%; height:600px; background:#CCC; margin-top:1px;}


/*banner*/
#full-screen-slider {
	width: 100%;
	height: 600px;
	position: relative;
}
#slides {
	display: block;
	width: 100%;
	height: 600px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
#slides li {
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
}
#slides li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
#pagination {
	display: block;
	list-style: none;
	position: absolute;
	right: 50%;
	text-align: center;
	bottom:15px;
	z-index: 9900;
	margin: 0
}
#pagination li {
	position: relative;
	right: -50%;
	display: block;
	list-style: none;
	width: 15px;
	height: 15px;
	float: left;
	margin: 0 10px;
	background-color: #fff;
	border-radius:25px;
}
#pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}
#pagination li.current {
	background-color: #f00;
}
.ny_nr img{ max-width:930px;}


/*首页*/

.searchkey{ width:100%; height:35px; line-height:35px; border-bottom:1px solid #CCC;}
.searchkey_cent{ width:1200px; height:35px; line-height:35px; margin:0 auto;}
.searchkey_left{ width:890px; height:35px; line-height:35px; float:left;}
.search_righta{ width:300px; height:45px; line-height:45px; float:right; font-size:12px; margin-top:4px;}
.in_aba{ width:232px; background:#FFF; border:1px solid #CCC; float:left; height:25px;}



#index_cont{ width:1200px; margin:0 auto; overflow:hidden; padding-top:25px;}

#index_cont_left{ width:210px; float:left; overflow:hidden; background:#0657A8; margin-bottom:20px;}

.index_cont_left_catalog{ width:210px; text-align:center; font-size:25px; color:#FFF; margin-top:20px;}
.index_cont_text{ text-align:center; width:210px; font-size:14px; font-family:Arial, Helvetica, sans-serif; color:#CCC; border-bottom:1px solid #FFF;}


#index_left_list{ width:210px; float:left; overflow:hidden;}
#index_left_list ul{ width:210px; float:left; overflow:hidden; margin-top:10px;}
#index_left_list ul li{ width:210px; float:left; background:url(../images/leftbg_an.jpg) top left no-repeat; height:35px; line-height:35px; color:#FFF; font-size:14px; margin-bottom:5px;}
#index_left_list ul li a{ width:210px; float:left; height:35px; line-height:35px; color:#FFF; font-size:14px; padding-left:20px;display:block; }
#index_left_list ul li a:hover{ width:210px; float:left; height:40px; line-height:40px; color:#FFF; font-size:14px; background:#090; display:block;}

.index_left_tel{ width:210px; height:180px; float:left;}
.index_right_more{ width:41px; height:11px; float:right; margin-top:20px;}
.index_right_mbx{ width:410px; height:25px; line-height:25px; float:right; margin-top:15px; text-align:right;}



#index_cont_right{ width:945px;float:right; overflow:hidden;}
#index_cont_right .pro_title_in{ width:940px; height:43px; background:url(../images/pro_line.jpg) top left no-repeat; line-height:43px; float:left;}
.pro_title_abc{ font-size:18px; line-height:43px; margin-left:20px; float:left; width:280px;}

#pro_list_in{ width:1200px; margin:0 auto; overflow:hidden; padding-top:30px;}
#pro_list_in ul{ width:1200px; float:left; overflow:hidden;}
#pro_list_in ul li{ width:370px; float:left; margin:6px 10px; text-align:center; height:255px;}


#pro_list_in_a{ width:945px; float:left; overflow:hidden; margin:20px 0px;}
#pro_list_in_a ul{ width:945px; float:left; overflow:hidden;}
#pro_list_in_a ul li{ width:215px; float:left; height:230px; margin:6px 10px; text-align:center;}

.cent_banner{ width:100%; overflow:hidden; margin:20px 0px;}

#in_company{ width:1200px; margin:0 auto; overflow:hidden; padding-top:20px;}
.in_company_title{ font-size:25px; font-weight:bold; line-height:55px; height:55px; width:1200px;}
.in_company_title span{font-size:20px; font-family:Arial, Helvetica, sans-serif;line-height:55px; height:55px; color:#2A66AE; margin-left:20px;}

#in_company .in_company_left{ width:725px; float:left; overflow:hidden; margin-top:20px; line-height:180%; font-size:14px;}
#in_company .in_company_right{ width:465px; float:left; overflow:hidden;margin-top:20px;margin-left:10px;}
















#index_company_ab{ width:100%; background:#F1F1F1; overflow:hidden;}
#index_company_cont{ width:1200px; margin:0 auto; padding:10px 0px;}
.company_img_ab{ width:601px; height:440px; float:left; }
.company_img_abc{ width:597px; height:440px; float:left; background:url(../images/right_ab.jpg) top left no-repeat;}
.company_title_in{ width:500px; float:left; margin-top:46px; background:url(../images/btbt.jpg) top left no-repeat; margin-left:15px;}
.company_title_ina{ width:500px; float:left; background:url(../images/btbt.jpg) top left no-repeat;}

.company_aa{ width:300px; height:20px; line-height:20px; margin-left:10px; font-size:18px; font-weight:bold;}
.company_bb{ width:300px; height:16px; line-height:16px; margin-left:10px; font-size:12px;}
.company_cont_in{ width:560px; overflow:hidden; line-height:180%; font-size:14px; margin:20px 10px 20px 20px;}

#hzhb_list{ width:1200px; margin:0 auto; overflow:hidden; padding-top:45px;}
.hzhb_title_a{ width:1200px; height:45px; float:left;}
.hzhb_list_all{ width:1200px; height:140px; margin:0 auto; padding-top:30px;padding-bottom:30px;}
.hzhb_list_all ul{ width:1200px; height:140px;padding-top:20px;}
.hzhb_list_all ul li{ width:226px; height:105px; border:1px solid #CCC; margin:5px; float:left;}



.index_cont_title{ width:1200px; height:40px; float:left;}

#pro_in_all{ width:1200px; margin:0 auto; overflow:hidden;}
#pro_in_all ul{ width:1200px; float:left; overflow:hidden;}
#pro_in_all ul li{ width:276px; height:430px; border:1px solid #CCC; float:left; margin:10px;}
.pro_in_img{ width:277px; height:260px; float:left;}
.pro_text_all{ width:245px; margin:10px; float:left; overflow:hidden; text-align:center; line-height:180%;}

.pro_title_aa{ font-size:16px; font-weight:bold; line-height:35px; height:35px;}
.pro_more_a{ width:22px; height:22px; margin:0 auto; padding-top:15px;}




.top_more{ width:41px; height:11px; float:right; margin-top:15px;}




#index_cont_right .top_a2{ width:833px; border:1px solid #CCC; overflow:hidden; margin-top:30px;}
#index_cont_right .top_titlea{ width:793px; height:40px; float:left; background:url(../images/companybg.jpg) top center no-repeat; margin-left:20px; margin-top:10px;}
.top_title_aba{ font-size:16px; color:#666; padding-left:25px; float:left; font-weight:bold; line-height:35px;}
.top_morea{ width:41px; height:11px; float:right; margin-top:15px;}
.in_abouta{ width:793px; overflow:hidden; line-height:180%; margin:0 auto;}


#index_cont_right .top_a3{ width:833px; border:1px solid #CCC; overflow:hidden; margin-top:30px;}
#index_cont_right .top_titleb{ width:793px; height:40px; float:left; background:url(../images/companybg.jpg) top center no-repeat; margin-left:20px; margin-top:10px;}
.top_title_abb{ font-size:16px; color:#666; padding-left:25px; float:left; font-weight:bold; line-height:35px;}
.in_aboutb{ width:793px; overflow:hidden; line-height:180%; margin:0 auto;}

.pro_in_list{ width:793px; margin:0 auto; overflow:hidden;}
.pro_in_list ul{ width:793px; float:left;overflow:hidden; margin-bottom:20px; margin-top:10px;}
.pro_in_list ul li{ width:188px; float:left; height:152px; margin-right:10px; margin-top:14px; text-align:center;}
.pro_in_list ul li img{ padding:2px; border:1px solid #CCC;}




.news_list_in{ width:793px; margin:0 auto; overflow:hidden;}
.news_list_in ul{ width:793px; float:left; overflow:hidden; margin-bottom:30px;}
.news_list_in ul li{ width:376px; float:left; height:120px; margin-right:15px; margin-top:20px;}

.news_list_left{ width:150px; height:120px; float:left;}
.news_list_right{ width:205px; height:120px; float:right;}
.xiao_font{ font-size:12px; line-height:180%;}
.ckgd{ width:62px; height:20px; margin-top:10px;}


.case_in_all{ width:457px; height:89px; margin:0 auto; padding-top:30px; padding-bottom:30px;}

.in_case_list{ width:1140px; margin:0 auto; overflow:hidden;}
.in_case_list ul{ width:1130px; float:right;overflow:hidden;}
.in_case_list ul li{ width:200px; float:left; height:60px; border:1px solid #CCC; margin:10px; text-align:center; line-height:50px;}

.index_in_aa{ width:0 auto; width:100%; height:40px;}
#index_in{ width:1188px; height:530px; border:1px solid #CCC; margin:0 auto;}
#index_in ul{ width:1188px; height:530px; float:left;}
#index_in ul li{ width:594px; height:265px; float:left;}
.wz_index{ width:550px; margin-left:25px; float:left; overflow:hidden; margin-top:30px;}
.title_in_da{ width:500px; height:50px; font-size:40px; line-height:50px; float:left;}
.title_in_text{ width:530px; overflow:hidden;font-size:14x; line-height:25px; float:left;}


#guest_in{ width:100%; background:url(../images/guestbg.jpg) top center no-repeat; height:517px; margin-top:30px;}


.company_title_a{ font-size:28px; line-height:60px; height:50px; border-bottom:2px solid #06C;}



#index_company{width:1200px; margin:0 auto; padding-top:60px;}

#index_company .lefttp{ width:560px; height:328px; float:left;}

#index_company .righttp{ width:615px; height:328px; float:left; line-height:180%; font-size:14px; margin-left:20px;}
.right_text_text{ font-size:20px; text-align:left;width:615px; height:25px; line-height:25px;}
.right_text_text_en{ font-size:14px; text-align:left; width:615px; height:30px; line-height:30px; border-bottom:1px solid #CCCCCC; margin-bottom:20px;}

.right_more_more{ width:100px; font-size:18px; float:left;}
.right_more_more a{ width:100px; font-size:18px; float:left; color:#666666;}
.right_more_more a:hover{ width:100px; font-size:18px; float:left;color:#ff0000;}

#index_news_title{ width:400px; height:70px; margin:0 auto; padding-top:20px; padding-bottom:20px;}

#index_case_case{ width:100%; overflow:hidden; background-color:#EEEEEE; margin-top:60px;}


#index_case_case .index_case_title{ font-size:25px; color:#666666; text-align:center; height:30px; line-height:30px; margin-top:30px;}
#index_case_case .index_case_title_en{ font-size:14px; color:#666666; text-align:center; height:20px; line-height:20px;}




#index_company .bt_left{ width:467px; height:260px; float:left; padding-top:22px;}
#index_company .bt_right{ width:700px; height:260px; float:right;padding-top:22px;}
#index_pro_all{ width:100%; height:830px; background-color:#F5F5F5; border-top:1px solid #CCC; margin-top:30PX; margin-top:45px;}

#index_pro_all .index_title_a{ width:714px; margin:0 auto; overflow:hidden; text-align:center; padding-top:50px;}
#index_pro_all .index_title_a .index_tex_a{ font-size:30px; height:35px; text-align:center;}
#index_pro_all .index_title_a .index_tex_b{ font-size:14px; height:25px; text-align:center;}


.index_title_c{ width:714px; margin:0 auto; overflow:hidden; text-align:center; padding-top:50px; padding-bottom:40px;}
.index_title_c .index_tex_ac{ font-size:25px; height:30px; text-align:center;}
.index_title_c .index_tex_bc{ font-size:14px; height:20px; text-align:center; line-height:20px;}


#index_product{ width:1200px; margin:0 auto;padding-top:30px;}
#index_product ul{ width:1200px; float:left; overflow:hidden;}
#index_product ul li{ width:283px; float:left; height:257px; margin:10px 7px; border:1px solid #CCC; text-align:center;}
#index_product ul li img{ width:280px; height:212px; margin:2px;}



#index_case{ width:100%; height:533px; background:url(../images/casebg.jpg) top center no-repeat;}
#index_case .index_title_b{ width:714px; margin:0 auto; overflow:hidden; text-align:center; padding-top:50px; color:#fff;}
#index_case .index_title_b .index_tex_aa{ font-size:30px; height:35px; text-align:center; color:#fff;}
#index_case .index_title_b .index_tex_bb{ font-size:14px; overflow:hidden; line-height:25px;text-align:center; color:#fff;}
#index_case_list{ width:1200px; margin:0 auto; overflow:hidden; padding-top:40px;}
#index_case_list ul{ width:1200px; margin:0 auto; overflow:hidden; }
#index_case_list ul li{ width:284px; height:267px; background:url(../images/case_abg.png) top center no-repeat; float:left; margin:8px;}

#index_case_list ul li img{ width:268px; height:214px; float:left; margin:8px;}
#index_case_list ul li .imgtext{ width:268px; height:35px; text-align:center; line-height:35px; color:#666; font-size:14px; margin-top:-10px;}






#index_pro_left{ width:235px; float:left; border:1px solid #C80505; overflow:hidden; margin-top:38px;}

#index_pro_right{ width:935px; float:right; overflow:hidden;margin-top:38px;}
.pro_catalog_tit{ width:235px; float:left; height:50px; text-align:center; font-size:20px; color:#FFF; background-color:#C80505; line-height:50px; font-weight:bold;}

#pro_menu{ width:215px; float:left; margin-left:8px; margin-top:20px;}
#pro_menu ul{ width:215px; float:left; overflow:hidden;}
#pro_menu ul li{ width:215px; float:left; height:45px; line-height:45px; background:#E1E1E1; text-align:14px; margin-bottom:10px;}
#pro_menu ul li a{ width:215px; float:left; height:45px; line-height:45px; background:#E1E1E1; text-align:14px; display:block; text-align:center;}
#pro_menu ul li a:hover{ width:215px; float:left; height:45px; line-height:45px; background:#C80505; text-align:14px; display:block; color:#FFF;text-align:center;}


.pro_title_catalog{ width:935px; height:50px; line-height:50px; background:url(../images/f_title.jpg) top left no-repeat; float:left;}
.pro_title_a{ font-size:20px; color:#C80505; font-size:18px; padding-left:45px; font-weight:bold; float:left; line-height:55px;}
.pro_more{ font-size:14px; color:#C80505; padding-right:10px; font-weight:bold; float:right;line-height:55px; color:#666;}

.pro_list_pro{ width:935px; float:left; margin-top:20px; overflow:hidden;}
.pro_list_pro ul{ width:935px; float:left; overflow:hidden;}
.pro_list_pro ul li{ width:285px; float:left; margin:0px 10px; height:252px; text-align:center;}
.pro_list_pro ul li img{ border:1px solid #CCC;}

#news_in_tf{ width:100%; height:350px; width:100%;}
#news_in_all{ width:1200px; margin:0 auto; overflow:hidden; padding-top:40px;}
#news_in_left{ width:700px; overflow:hidden; float:left;}
#news_in_left .news_in_title{ width:700px; height:40px;float:left;}
#news_in_left .news_in_content{ width:700px; height:433px;float:left; margin-top:20px;}
.left_images{ width:393px; height:433px; float:left;}
.left_right_content{ width:303px; float:left; overflow:hidden;}
.right_line{ width:303px; border-bottom:2px solid #CCC;}

#right_news_list{ width:303px; float:left; overflow:hidden;}
#right_news_list ul{ width:303px; float:left; overflow:hidden;}
#right_news_list ul li{ width:303px; float:left; height:141px; border-bottom:2px solid #CCC;}
.news_list_tab{ width:282px; height:90px; float:left; margin-top:30px; margin-left:25px; line-height:180%; font-size:12px;}
.news_list_title{ font-size:14px; font-weight:bold; line-height:180%;}

#wzxq{ width:478px; float:right; overflow:hidden;}

#news_in_left{ width:700px; overflow:hidden; float:left;}

#news_title_all{ width:377px; height:116px; margin:0 auto; padding-top:30px;}


.newsaaa{clear:both;overflow:hidden;width:1200px; margin:0 auto; padding-bottom:20px;}
.newsaaa dl{float:left;padding:0px 10px;width:380px;}
.newsaaa dl dd.tu{ width:380px; height:180px;}
.newsaaa dl dt{font:normal 12px/24px "微软雅黑";color:#999;padding:10px 18px 15px 18px;border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;}
.newsaaa dl dt h1{	font:normal 20px/38px "微软雅黑";}
.newsaaa dl dt h2{font:normal 14px/28px Arial;padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #e9e9e9;color:#777;}



/*服务项目*/
#procatalog{ width:1000px; height:50px; line-height:50px; margin:0 auto;}
#procatalog ul{ width:1000px; height:30px; line-height:30px; float:left; margin-bottom:30px;}
#procatalog ul li{ width:180px; height:30px; line-height:30px; float:left; margin:10px 10px;}
#procatalog ul li a{ width:180px; height:30px; line-height:30px; text-align:center; color:#666; font-size:14px;display:block;}
#procatalog ul li a.afdd{ width:180px; height:30px; line-height:30px; text-align:center; color:#fff; font-size:14px; background:#44950C; display:block;}
#procatalog ul li a:hover{ width:180px; height:30px; line-height:30px; text-align:center; color:#fff; font-size:14px; background:#44950C; display:block;}

.fwxm {
}
.fwxm ul li {
	margin: 0 5px;
	width: 290px;
	float: left;
}
.fwxm ul li img {
	width: 290px;
	height: 395px;
}
.fwxm ul li span {
	text-align: center;
	display: block;
	line-height: 44px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
/*关于我们*/
.gray {
	width: 100%;
	background-color:#F8F8F8;
}
.gray span {
	width: 605px;
	height: 361px;
	float: left;
}
.about {
	color: #666;
	width:550px;
	text-align:left;
	margin-left:30px;
	float:left;
}
.about .aboutline{ width:100px; height:3px; background:#43950C;}
.about h3 {
	font-weight: normal;
	font-size: 22px;
	padding-bottom: 10px;
}

.moreabc{ width:110px; height:30px; background:#43950C; line-height:30px; text-align:center; color:#FFF; float:left; margin-top:10px;}
.moreabc a{ width:110px; height:30px; background:#43950C; line-height:30px; text-align:center; color:#FFF; display:block;}
.moreabc a:hover{ width:110px; height:30px; background:#FF9900; line-height:30px; text-align:center; color:#FFF;display:block;}

/*搬家案例*/
.case {
}
.case ul li {
	margin: 10px;
	width: 280px;
	float: left;
}
.case ul li img {
	width: 270px;
	height: 270px;
	border: 1px solid #e6e6e6;
	padding: 4px;
}
.case ul li span {
	text-align: center;
	display: block;
	line-height: 44px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
/*新闻资讯*/
.news {
	width: 520px;
}
.news-nr dl {
	padding-bottom: 15px;
	width: 520px;
	clear: both;
	overflow: hidden;
}
.news-nr dl dd.pic {
	width: 205px;
	float: left;
}
.news-nr dl dd.pic img {
	width: 205px;
	height: 140px;
}
.news-nr dl dt {
	float: right;
	width: 300px;
	font-size: 14px;
}
.news-nr dl dd.txt {
	float: right;
	width: 300px;
	line-height: 22px;
	color: #999;
	font-size: 12px;
}
.news-nr ul {
	width: 520px;
}
.news-nr ul li {
	border-bottom: 1px dashed #a5a5a5;
	width: 505px;
	line-height: 38px;
	height: 38px;
	clear: both;
	overflow: hidden;
	background: url(../images/index_28.jpg) no-repeat left center;
	padding-left: 15px;
}
.news-nr ul li span {
	float: right;
	color: #999999;
	font-size: 12px;
}
/*联系我们*/
.contact {
	width: 470px;
	padding-bottom: 50px;
}
.contact-nr {
	line-height: 28px;
}
.contact-nr img {
	width: 470px;
	height: 220px;
	padding-bottom: 20px;
}
/*网站底部*/
/*网站底部*/

/*网站底部*/

.foot {
	background-color: #252525;
	border-bottom: 1px solid #383838;
	color: #aaa;
	padding: 30px 0;
}

.foot a {
	color: #aaa;
}

.foot a:hover {
	color: #fff;
}

/*网站底部-左部电话*/

.foot-left {
	width: 280px;
}

.foot-left p {
	padding-top: 5px;
}

.foot-left p i {
	display: block;
	font-style: normal;
	padding-top: 10px;
}

.foot-left p b {
	display: block;
	color: #D67B08;
	font-size: 24px;
	line-height: 24px;
	font-weight: lighter;
	padding-bottom: 10px;
}

.foot-left p:before,
.foot-left p:after {
	content: "";
	width: 12px;
	height: 2px;
	background-color: #aaa;
	display: block;
}

/*网站底部-中部文字*/

.foot-middle {
	width: 400px;
	line-height: 34px;
	margin-left:240px;
	float:left;
}

/*网站底部-右部二维码*/

.foot-right {
	width: 120px;
}

.foot-right img {
	float: left;
	width: 98px;
	height: 98px;
}

.foot-right p {
	float: right;
}

.foot-right p b {
	display: block;
	line-height: 16px;
	font-weight: normal;
}
/*最底部*/

.bottom {
	background-color: #252525;
	border-top: 1px solid #000;
	color: #aaa;
	height: 68px;
	line-height: 68px;
}

.bottom a {
	color: #aaa;
}

.bottom a:hover {
	color: #fff;
}

.bottom-right {
	overflow: hidden;
	padding-top: 20px;
}
/*----------------------------------------------end main-----------------------------------------*/
.content {
	padding:20px 0;
}
.ny_left {
	width: 230px;
	float: left;
}
/*内页产品列表*/
.list {
	margin-bottom: 35px;
	width: 230px;
}
.list_t {
	height: 40px;
	font: normal 16px/40px "Microsoft YaHei";
	background: url(../images/ny_03.png) no-repeat 190px center #666;
	color: #fff;
	padding-left: 20px;
}
.list_nr {
	clear: both;
	overflow: hidden;
}
.list_nr ul li {
	margin-top: 1px;
}
.list_nr ul li a {
	display: block;
	font: normal 12px/14px "Microsoft YaHei";
	padding: 10px 10px 10px 40px;
	background-color: #f0f0f0;
}
.list_nr ul li a:hover {
	display: block;
	font: normal 12px/14px "Microsoft YaHei";
	padding: 10px 10px 10px 40px;
	background-color: #666;
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
	color:#fff;
}
/*内页联系我们*/
.lianxi {
	background-color: #f0f0f0;
	padding: 15px 20px;
	font: normal 12px/26px "Microsoft YaHei";
}
.lianxi h2 {
	font: normal 18px/20px "Microsoft YaHei";
	padding-bottom: 10px;
	color: #555;
}
/*内页右侧*/
.ny_right {
	width: 930px;
	float: right;
}
.ny_t {
	width: 930px;
	text-align:right;
	font: normal 14px/38px "Microsoft YaHei";
}
.ny_t:before{
	content:"";
	background:url(../images/about_11.jpg) no-repeat center;
	width:16px;
	height:13px;
	display:inline-block;
	padding-right:10px;
}
.name {
	font: normal 24px/44px "Microsoft YaHei";
	border-bottom: 1px dashed #999;
	padding-bottom:15px;
	width: 930px;
}
/*内页右侧单页面*/
.ny_nr {
	padding: 30px 0;
	line-height: 32px;
	width: 930px;
}


.line_td{ width:1200px; border-bottom:1px solid #CCC; height:1px; margin-top:30px;}
#news_lists{ width:1200px; overflow:hidden; float:left;}
#news_lists dl{ width:1200px; overflow:hidden; float:left;}
#news_lists dl dd{ width:325px; height:118px;float:left;}
#news_lists dl dt{ width:1200px; height:120px; float:left;}

.moremore{width:80px;margin-top:5px; height:118px; float:left; margin-left:50px; text-align:center; line-height:118px; color:#090;}
.moremore a{width:80px; height:118px; text-align:center; line-height:118px; color:#090;float:left;font-weight:bold;}
.moremore a:hover{width:80px; height:118px; text-align:center; line-height:118px; color:#ff0000;float:left; font-weight:bold;}

.moremorea{width:80px; height:80px; float:left; margin-left:50px; text-align:center; line-height:118px; color:#090;}
.moremorea a{width:80px; height:80px; text-align:center; line-height:80px; color:#090;float:left;font-weight:bold;}
.moremorea a:hover{width:80px; height:80px; text-align:center; line-height:80px; color:#ff0000;float:left; font-weight:bold;}

.pic_left_a{width:325px; height:118px; float:left; margin-top:5px;}
.txt_right_b{width:720px; height:118px; float:left; margin-left:10px;margin-top:5px; font-size:16px; font-weight:bold;}

.news_list_b{ width:1200px; overflow:hidden; float:left;}
.news_list_b ul{ width:1200px; overflow:hidden; float:left;}
.news_list_b ul li{ width:1200px; float:left; height:80px; border-bottom:1px solid #CCC;}

.box_tb_a{ width:80px; height:80px; background:#43950C; float:left;}
.box_tb_b{ width:965px; height:80px; float:left; margin-left:10px;}
.jjfaa{ width:100%; height:30px; background:#fff;}
.jjfa{ width:100%; height:550px; background:#F8F8F8;}

#footmenu{ width:300px; float:left; overflow:hidden;}
#footmenu ul{ width:300px; float:left; overflow:hidden; margin-top:20px;}
#footmenu ul li{ width:100px; float:left; height:40px; line-height:40px;  color:#ccc; font-size:14px;}
#footmenu ul li a{ width:100px; float:left; height:40px; line-height:40px;  color:#ccc; font-size:14px;}
#footmenu ul li a:hover{ width:100px; float:left; height:40px; line-height:40px;  color:#fff; font-size:14px;}

#case_in{ width:1200px; margin:0 auto; overflow:hidden; padding-top:20px;}
#case_in ul{ width:1200px; float:left; overflow:hidden;}
#case_in ul li{ width:400px; float:left; height:252px; margin-bottom:10px;}

.case_text{ width:300px; margin:0 auto; padding-top:80px; font-size:14px; line-height:25px; text-align:center;}
.case_more{ margin:0 auto; width:66px; height:17px; padding-top:10px;}


.case_texta{ width:300px; margin:0 auto; padding-top:60px; font-size:14px; line-height:25px; text-align:center; color:#FFF;}
.case_morea{ margin:0 auto; width:74px; height:19px; padding-top:10px;}

#case_top{ width:110px; height:66px; position:absolute;z-index:99px; float:left;}

#footlink{ width:100%; height:83px; background:url(../images/footbg.jpg) top center no-repeat; line-height:83px;}
#footlink_center{ width:1200px; height:48px; color:#CCC; font-size:14px; line-height:48px; margin:0 auto; padding-top:40px;}
#footlink_center a{ width:1200px; height:48px; color:#CCC; font-size:14px; line-height:48px;}
#footlink_center a:hover{ width:1200px; height:48px; color:#fff; font-size:14px; line-height:48px;}


.ny_titbg{ width:100%; height:70px; line-height:70px; background-color:#F4F4F4; border-top:1px solid #CCC;}
.ny_tit_abc{ width:1200px; margin:0 auto; height:70px; line-height:70px; font-size:14px;}
.ny_titile{ font-size:22px;float:left; color:#0D1266;}

#pro_cent_left{ width:395px; height:392px; float:left;}
#pro_cent_right{ width:495px; margin-left:35px;float:left; overflow:hidden;}
#pro_cent_right .cpro_title{ font-size:20px; height:40px; line-height:40px;}
#pro_cent_right .cpro_content{ font-size:14px; line-height:180%;}

#pro_cent_content{ width:927px; margin-top:35px;float:left; overflow:hidden;}
#pro_cent_content .pro_xq_aa{ width:927px; font-size:18px; line-height:45px; height:45px; border-bottom:1px solid #CCC; margin-top:40px;}

#pro_cent_right .pro_xq_bb{ font-size:14px; line-height:180%; margin-top:20px;}

/*产品轮播*/

.ban{ width:395px; height:420px; position:relative; overflow:hidden;}
.ban2{ width:395px; height:326px; position:relative; overflow:hidden;}
.ban2 ul{ position:absolute; left:0; top:0;}
.ban2 ul li{ width:395px; height:326px;}
.prev{ float:left; cursor:pointer;}
.num{ height:82px;overflow:hidden; width:348px; position:relative;float:left;}
.min_pic{ padding-top:10px; width:395px;}
.num ul{ position:absolute; left:0; top:0;}
.num ul li{ width:80px; height:80px; margin-right:5px; padding:1px;}
.num ul li.on{ border:1px solid red; padding:0;}
.prev_btn1{ width:16px; text-align:center; height:18px; margin-top:30px; margin-right:10px; cursor:pointer; float:left; }
.next_btn1{  width:16px; text-align:center; height:18px; margin-top:30px;cursor:pointer;float:right;}
.prev1{ position:absolute; top:150px; left:20px; width:28px; height:51px;z-index:9;cursor:pointer;}
.next1{ position:absolute; top:150px; right:20px; width:28px; height:51px;z-index:9;cursor:pointer;}
.mhc{ background:#000; width:100%;opacity:0.5;-moz-opacity:0.5;filter:alpha(Opacity=50); position:absolute; left:0; top:0; display:none;}
.pop_up{ width:395px; height:392px; padding:10px; background:#fff; position:fixed; -position:absolute; left:50%; top:50%; margin-left:-255px; margin-top:-255px; display:none; z-index:99;}
.pop_up_xx{ width:40px; height:40px; position:absolute; top:-40px; right:0; cursor:pointer;}
.pop_up2{ width:395px; height:392px; position:relative; overflow:hidden;}
.pop_up2{ width:395px; height:392px; position:relative; overflow:hidden; float:left;}
.pop_up2 ul{ position:absolute; left:0; top:0;}
.pop_up2 ul li{ width:395px; height:392px; float:left;}


.contact_bg{ width:1200px; margin:0 auto; overflow:hidden;}
.message{ float:left; width:705px; padding:180px 0px 0px 50px;}
.message img{ margin-bottom:10px;}
.message input.text{color:#8c8c8c;background:none;border-bottom:1px solid #8c8c8c;border-top:none;border-left:none;border-right:none;width:305px;height:58px;font:normal 14px/58px "微软雅黑"; margin-bottom:30px;}
.message span{color:#8c8c8c;font:normal 14px/58px "微软雅黑";}
.message textarea{color:#8c8c8c;width:265px;height:70px;padding:10px 19px;background:none;border:1px solid #8c8c8c;font:normal 14px/22px "微软雅黑";}
.message input.submit{background:#009FE3;width:705px;height:40px;text-align:center;border:none;color:#fff;font:normal 18px/40px "微软雅黑";}
.contact_nr{ float:right; width:410px; padding:130px 0px 0px 0px;}
.contact_nr ul{ padding:0px 0px 30px 10px;}
.contact_nr ul li{ font:normal 14px/70px "微软雅黑"; color:#e6e6e6; padding-left:50px;}
.contact_nr ul li a,.contact_nr ul li a:visited{color:#e6e6e6;text-decoration:none;}
.contact_nr ul li a:hover{color:#ea5514;text-decoration:none;}
.contact_nr ul li.tel{ background:url(../images/index_49.png) no-repeat left center;}
.contact_nr ul li.add{ background:url(../images/index_54.png) no-repeat left center;}
.contact_nr ul li.mail{ background:url(../images/index_57.png) no-repeat left center;}

.message_text{ width:305px; float:left; margin-top:250px; font-size:14px; line-height:220%; color:#CCC; margin-left:75px;}



#banner_bottom{ width:100%; height:143px; background:url(../images/bonnor_bottom.jpg) top center no-repeat; text-align:center; }
#banner_bottom .tbtktk{font-size:16px; color:#666666; text-align:center; padding-top:30px; height:30px; line-height:30px;}
#banner_bottom .tbtktk_en{font-size:14px; color:#666666; text-align:center;height:20px; line-height:20px;}


#index_fwxm{ width:1200px; margin:0 auto; padding-top:40px;}
#index_fwxm .index_opeg{ width:350px; overflow:hidden;float:left; margin:0px 20px;}
#index_fwxm .index_opeg_img{ width:350px; height:167px; float:left;}
#index_fwxm .index_opeg_text{ width:350px; height:170px; float:left; font-size:14px; line-height:180%;}
.index_text_text{ font-size:16px; text-align:center; height:30px; line-height:30px; width:350px; }

.index_line_line{ width:100%; height:3px; background:#D0CECF; margin-top:30px;}
.index_line_linea{ width:100%; height:3px; background:#D0CECF; }


#index_hzhb_list{ width:1200px; overflow:hidden; margin:0 auto;}
#index_hzhb_list ul{ width:1200px; overflow:hidden; float:left;}
#index_hzhb_list ul li{ width:146px; float:left; border:1px solid #CCCCCC; height:80px; margin:10px;}


#index_hzhb_list_a{ width:930px; overflow:hidden; margin:0 auto;}
#index_hzhb_list_a ul{ width:930px; overflow:hidden; float:left;}
#index_hzhb_list_a ul li{ width:143px; float:left; border:1px solid #CCCCCC; height:80px; margin:5px;}

.ny_banner_a{ width:1200px; height:271px; margin:0 auto;}




.mr_frbox{ overflow:hidden; float:left;width:1200px;}



.mr_frUl{float:left; overflow:hidden;width:1200px;}
.mr_frUl ul {float:left;height:220px;width:1200px; margin:0px 5px;}
.mr_frUl ul li{float:left;height:90px;width:170px; }
.mr_frUl ul li img{display:block;margin:10px 8px; border:1px solid #D8D8D8;}



.home_ad{width:1200px;overflow:hidden;margin:10px auto}
.home_ad .picScroll-left{width:1200px;}
.home_ad .picScroll-left .ad_title{border-bottom:1px solid #dee2e6;height:24px;padding:10px;overflow:hidden;margin-top:5px;}
.home_ad .picScroll-left .ad_title span{float:left;font-size:20px;color:#666;}
.home_ad .picScroll-left .ad_title .hd{float:right;width:90px;position:relative;}
.home_ad .picScroll-left .ad_title .hd a{cursor:pointer;width:18px;height:18px;display:block;position:absolute;}
.home_ad .picScroll-left .ad_title .hd a.next{background:url("../images/icon-forward_ee579597.jpg") no-repeat;right:0px;}
.home_ad .picScroll-left .ad_title .hd a.prev{background:url("../images/icon-backward_30ac881d.jpg") no-repeat;left:0px;}
.home_ad .picScroll-left .ad_title .hd a.prevStop{opacity:.5;filter:alpha(opacity=50)}
.home_ad .picScroll-left .ad_title .hd a.nextStop{opacity:.5;filter:alpha(opacity=50)}
.home_ad .picScroll-left .ad_title .hd ul{margin-left:21px;text-indent:99999px;}
.home_ad .picScroll-left .ad_title .hd ul li{width:23px;height:18px;float:left;cursor:pointer;background:url("../images/icon-pagenation_8b2f0f92.jpg") no-repeat center;}
.home_ad .picScroll-left .ad_title .hd ul li.on{background:url("../images/icon-pagenation-current_ad0a381a.jpg") no-repeat center;}

.home_ad .picScroll-left .bd .picList li{float:left;display:inline;background:#fff;padding:8px;position:relative;}
.home_ad .picScroll-left .bd{padding:0 5px; width:1200px;}
.home_ad .picScroll-left .bd ul{overflow:hidden;zoom:1; width:1200px;}
.home_ad .picScroll-left .bd ul li{float:left;_display:inline;overflow:hidden;text-align:center; width:390px;}
.home_ad .picScroll-left .bd ul li{text-align:center;}
.home_ad .picScroll-left .bd ul li img{width:350px;height:168px;display:block;padding:2px;border:1px solid #ccc;}
.home_ad .picScroll-left .bd ul li a:hover img{border-color:#999;}
.home_ad .picScroll-left .bd ul li .title{line-height:24px;}


/* Initial state classes:*/
.da-slideFromTop{left:0px;top:-100%;}
.da-slideFromBottom{left:0px;top:100%;}
.da-slideFromLeft{top:0px;left:-100%;}
.da-slideFromRight{top:0px;left:100%;}
/* Final state classes:*/
.da-slideTop{top:0px;}
.da-slideLeft{left:0px;}
.da-thumbs li a div span{display:block;position:relative;}
.home_ad .picScroll-left .bd .da-thumbs li a div span img{width:350px;height:48px;border:0;position:absolute;left:40px;top:60px;}

.fl{ float:left;}
.fr{ float:right;}
.indexNews{ width:1200px;}
.indexNews .tuijian{ width:507px; height:320px; position:relative; overflow:hidden; }
.indexNews .tuijian img{ width:507px; height:320px;}
.indexNews .tuijian span{ display:block; line-height:45px; background:url("../Image/t1.png") repeat-x left top; position:absolute; left:0; bottom:0; color:#fff; font-size:16px; width:100%; text-align:center;}
.newsR{ width:660px; overflow:hidden;}
.titleN a{ background:#dddddd; color:#333; text-align:center; display:inline-block; width:110px;font-size:16px; font-weight:bold; line-height:38px;} 
.titleN a.current{ background:#eb3232; color:#fff; }
.indexNews ul li{ width:100%; float:left; padding-bottom:10px; border-bottom:1px solid #eeeeee; margin-bottom:10px;}
.indexNews ul li .details{ width:80%; overflow:hidden;}
.indexNews ul li .details a{ color:#555; font-size:18px;display:block; padding-bottom:10px;}
.indexNews ul li .details a:hover{color:#0061b0;}
/*.indexNews ul li .details a:hover p{color:#b81b26;}*/
.indexNews ul li .details p{ color:#999; line-height:28px; font-size:14px;}
.indexNews ul li .time{ width:12%; padding:10px 10px; background:#4398dc; text-align:center; font-size:16px; font-weight:bold;color:#FFF;  transition:all 0.3s linear 0s;}

.indexNews ul li .time span{ font-size:42px; font-weight:bold; display:block;}
.newsrr{ width:580px; overflow:hidden;}
.indexNews ul li a:hover .time {background: #b81b26;}