@charset "utf-8";
/* CSS Document */
/**全局**/
* {
	margin: 0px;
	padding: 0px;
}
div, form, img, ul, ol, li, dl, dt, dd, map {
	padding: 0;
	margin: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #333;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif, "宋体";
	background: #fff;
}
ul, li {
	list-style: none;
}
.clear {
	clear: both;
}
a {
	color: #333;
	text-decoration: none;
}

img {
	border: none;
}
hr {
	line-height: 0px;
	font-size: 0px;
	border: none;
	height: 1px;
	width: 100%;
	margin: 5px 0px;
}
div {
	margin: 0px auto;
}
.f_l {
	float: left;
}
.f_r {
	float: right;
}
input, select {
	font-family: arial, Helvetica, sans-serif;
	padding: 1px;
}
.blank {
	width: 100%;
	height: 10px;
	clear: both;
	overflow: hidden;
}
.blank20 {
	width: 100%;
	height: 20px;
	clear: both;
	overflow: hidden;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.hide {
	display: none;
}
.red {
	color: #f00;
}
.blue {
	color: #00f;
}
.gray {
	color: #ccc;
}
.noinfo {
	width: 100%;
	float: left;
	padding: 10px 0;
	text-align: center;
}
.input_text {
	background: url("../images/inputbg.png") no-repeat left top;
	height: 25px;
	line-height: 25px;
	border: 1px solid #ccc;
	padding: 0 10px;
	float: left;
}
.input_area {
	background: #fff url("../images/inputbg.png") no-repeat left top;
	width: 501px;
	height: 80px;
	border: 0px;
	padding: 5px 10px;
	border: 1px solid #ccc;
}
.input_submit {
	width: 77px;
	height: 41px;
	float: left;
	background: url("../images/search.png") no-repeat left top;
	text-align: center;
	line-height: 41px;
	color: #fff;
	border: 0px;
	cursor: pointer;
}
.float_bg {
	background: url("../images/qq_3.gif") repeat-y left top;
	width: 118px;
	padding: 2px 0;
	float: left;
}
.f_list {
	width: 100%;
	float: left;
	margin: 5px auto;
	clear: both;
}
.f_list span {
	float: left;
	width: 80px;
}
.block {
	width: 1250px;
	margin: 0 auto;
}

.block1 {
	width: 1300px;
	margin: 0 auto;
}

.top1{width:100%}
.top1bg{background:#0864ac; height:50px; line-height:50px; color:#FFFFFF; font-weight:bold; font-size:16px; width:100%}

@media (max-width: 1250px) {
.top1{width:1250px}
.top1bg{background:#0864ac; height:50px; line-height:50px; color:#FFFFFF; font-weight:bold; font-size:16px; width:1250px}
}



.w1000 {
	width: 1000px;
	margin: 0 auto;
}
/*all*/
#indexmain {
	width: 100%;
	float: left;
	padding: 30px 0 46px 0;
}
#main {
	width: 100%;
	float: left;
	padding: 20px 0;
}
/*end*/

/**顶部**/
#head {
	width: 100%;
	height: 100px;
	float: left;
}
#logo {
	float: left; 
}
#head_right {
	float: right;
}
#top {
	float: right;
	line-height: 30px;
}
.favorite {
	float: right;
}
.favorite ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.favorite li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	width: 30px;
	height: 30px;
	float: left;
	position: relative;
	z-index: 9999;
}
.favorite li a {
	width: 100%;
	height: 30px;
	display: block;
}
.favorite li img {
	position: absolute;
	left: -32px;
	top: 30px;
	display: none;
}
.weibo {
	background: url("../images/weibo.png") no-repeat center center;
}
.weixin {
	background: url("../images/weixin.png") no-repeat center center;
}
#tel {
	float: left;
	font-size: 18px;
	padding: 0 10px 0 25px;
	background: url("../images/tel.png") no-repeat left center;
	color: #007fc6;
	font-family: Times New Roman;
}
/*end*/

/*menu*/
#navigate {
	height: 40px;
	float: right;
	margin: 15px 0 0 0; width:930px;
}
#navigate ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigate ul li {
	margin: 0px;
	list-style-type: none;
	float: left;
	height: 80px;
	line-height: 80px;
	position: relative;
	z-index: 1000;
	text-align: center; width:100px;
}
#navigate ul li.first_menu {
	background: none;
}
#navigate ul li a {
	color: #000;
	text-align: center;
	font-size: 16px;
	font-family: "微软雅黑";
}
#navigate ul li a:hover {
	color: #007fc6;
}
#navigate ul li .current {
	color: #007fc6;
}
#navigate ul li ul {
	width: 100%;
	display: none;
	position: absolute;
	left: 0px;
	top: 70px;
	background: #3d85c6; color:#FFFFFF
	z-index: 9999;
}
#navigate ul li ul li {
	margin: 0px;
	padding: 0px;
	border: none;
	float: none;
	background: none;
	height: 30px;
	line-height: 30px; 
}
#navigate ul li ul li a {
	color: #fff;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	font-weight: normal;
	background: none;
}
#navigate ul li ul li a:hover {
	color: #fff; background:#005baa; display:block
}
/*end*/


/*search*/
#search {
	float: right;
	padding: 13px 0px 0 0;
}
#search form {
	margin: 0px;
	padding: 0px;
}
.s_left {
	width: 5px;
	height: 19px;
	float: left;
	background: url("../images/s_left.png") no-repeat left top;
}
.skw {
	float: left;
	width: 205px;
	padding: 0px;
	text-indent: 5px;
	line-height: 20px;
	height: 19px;
	border: 0px solid #047681;
	color: #a9a9a9;
	background: url("../images/s_bg.png") repeat-x left top;
}
.sub {
	width: 26px;
	height: 19px;
	line-height: 19px;
	float: left;
	background: url("../images/search.png") no-repeat left top;
	border: 0px;
	cursor: pointer;
	color: #fff;
	float: left;
}
/*end*/

/*flash*/
#banner {
	width: 100%;
	float: left;
}
#flash {
	width: 100%;
	float: left;
}
.fullSlide {
	width: 100%;
	position: relative;
	height: 500px;
	background: #000;
}



@media (max-width: 1250px) {
#banner {
	width: 1250px;
	float: left;
}
#flash {
	width: 1250px;
	float: left;
}
.fullSlide {
	width: 1250px;
	position: relative;
	height: 500px;
	background: #000;
}
}










.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 500px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
	height: 100%;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 12px;
	left: 0;
	height: 16px;
	line-height: 16px;
}
.fullSlide .hd ul {
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	overflow: hidden;/*background:#fff;filter:alpha(opacity=80);opacity:0.8;*/
	line-height: 999px;
	border-radius: 50%;
	border: 1px solid #fff;
}
.fullSlide .hd ul .on {
	background: #fff;
}
.fullSlide .prev, .fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 20px;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url("../images/slider-arrow.png") -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}
.fullSlide .next {
	left: auto;
	right: 20px;
	background-position: -6px -137px;
}
#myFocus {
	width: 1250px;
	height: 300px;
}
.pic img {
	width: 1000px;
	height: 300px;
}
/*end*/


/*help*/
#help {
	width: 100%;
	float: left;
	padding: 20px 0 30px 0;
	background: #f0efef;
	border-top: 1px solid #dcdcdc;
}
.help_left {
	width: 900px;
	float: left;
}
.help_right {
	width: 100px;
	float: right;
	padding: 5px 0;
}
.help_right img {
	width: 95px;
	height: 95px;
	float: right;
	border: 1px solid #dcdcdc;
}
.help_item {
	width: 170px;
	float: left;
	padding: 0 0 0 10px;
}
.help_top {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
}
.help_list {
	width: 100%;
	float: left;
}
.help_list ul {
}
.help_list li {
	line-height: 25px;
	height: 25px;
	width: 100%;
	overflow: hidden;
}
/*底部*/
#c_line {
	width: 100%;
	height: 46px;
	float: left;
	background: url("../images/c_line.png") no-repeat center center;
}
#copyright {
	width: 100%;
	float: left;
	line-height: 25px;
	padding: 15px 0;
	color: #5a5a5a; font-size:14px; text-align:center
}
#copyright a {
	color: #5a5a5a;
}
#copyright a:hover {
	color: #5a5a5a;
}
.c_logo {
	float: left;
}
#copy_txt {
	float: left;
	padding: 20px 0px 10px 10px;
}
#footnav {
	width: 100%;
	float: left;
}
#footnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footnav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#footnav li a {
	margin: 0 5px;
}
/*end*/


/*home*/
.home_left {
	width: 230px;
	float: left;
}
.home_right {
	width: 952px;
	float: right;
}
.home_list {
	width: 100%;
	float: left;
}
.index_list {
	width: 100%;
	overflow: hidden;
	float: left;
}
.index_con {
	width: 1020px;
	float: left;
}
.index_item {
	width: 235px;
	height: 270px;
	float: left;
	margin: 0 20px 0 0;
	background: #efefef;
}
.cur {
	background: #007fc6;
	color: #fff;
}
.cur a {
	color: #fff;
}
.index_img {
	width: 100%;
	height: 135px;
	float: left;
}
.index_img img {
	width: 100%;
	height: 135px;
	float: left;
}
.index_title {
	width: 100%;
	float: left;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
}
.index_des {
	width: 215px;
	padding: 0 10px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}
.index_more {
	width: 100%;
	line-height: 22px;
	float: left;
}
.index_more a {
	margin: 0 10px;
	float: right;
}
.home_top {
	width: 100%;
	height: 57px;
	float: left;
	background: url("../images/home_top.png") no-repeat left top;
}
.home_top h3 {
	float: left;
	background: url("../images/home_item.png") no-repeat 10px 14px;
	padding-left: 30px;
	height: 40px;
	line-height: 40px;
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: normal;
}
.home_top span {
	float: right;
	line-height: 34px;
	margin: 23px 0 0 0;
	padding: 0 25px 0 0;
	background: url("../images/more.png") no-repeat right center;
}
.home_top span a {
	color: #602a12;
	font-size: 14px;
}
.home_con {
	width: 100%;
	padding: 10px 0;
	float: left;
	line-height: 200%;
	overflow-x: hidden;
}
.pro_con {
	width: 1200px;
	float: left;
	padding: 15px 0 0 0;
}
.pro_con ul {
}
.pro_con li {
	margin: 0 30px 0 0;
	padding: 0px;
	width: 210px;
	height: 220px;
	float: left;
	text-align: center;
	line-height: 45px;
	font-size: 14px;
	overflow: hidden;
}
.pro_con li img {
	width: 200px;
	height: 158px;
	border: 1px solid #d7d7d7;
	background: #fff;
	padding: 4px;
	float: left;
}
.case {
	width: 100%;
	float: left;
}
.case_top {
	width: 180px;
	height: 276px;
	float: left;
	background: #ecdfd9;
	overflow: hidden;
}
.case_top li {
	width: 178px;
	height: 68px;
	border-bottom: 1px solid #fff;
	border-right: 2px solid #c7b0a4;
	float: left;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 68px;
	cursor: pointer;
}
.case_top li.active {
	width: 178px;
	height: 65px;
	line-height: 65px;
	background: #fff;
	border: 2px solid #c7b0a4;
	border-right: 0px solid #fff;
	color: #602914;
	text-indent: -4px;
}
.case_top li.active a {
	color: #602914;
}
.case_con {
	width: 988px;
	height: 232px;
	padding: 20px 0;
	float: left;
	background: #fff;
	border: 2px solid #c7b0a4;
	border-left: 0px;
}
.case_item {
	width: 100%;
	float: left;
}
.case_item ul {
	padding: 0 4px;
}
.case_item li {
	float: left;
	width: 215px;
	margin: 0 15px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
}
.case_item li img {
	width: 215px;
	height: 190px;
	float: left;
}
.piclist {
	width: 177px;
	height: 158px;
	text-align: center;
	margin: 16px 0 0 10px;
	display: inline;
	float: left;
}
.piclist dt img {
	width: 175px;
	height: 132px;
	border: solid 1px #e4e0df;
}
.piclist dd {
	line-height: 26px;
}
.about_left {
	width: 840px;
	float: left;
	height: 372px;
	border: solid 1px #e4e0df;
	overflow: hidden;
}
.about_right {
	width: 348px;
	float: right;
	height: 372px;
	border: solid 1px #e4e0df;
	overflow: hidden;
}
.about_con {
	width: 820px;
	padding: 10px;
	float: left;
	line-height: 200%;
	overflow-x: hidden;
	font-size: 14px;
}
#news {
	width: 100%;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #e5e5e5;
	float: left;
}
.news_con {
	width: 100%;
	float: left;
}
.news_title {
	width: 90px;
	overflow: hidden;
	height: 36px;
	line-height: 36px;
	float: left;
	font-size: 14px;
	position: relative;
}
.news_title .next {
	width: 11px;
	height: 6px;
	position: absolute;
	right: 0px;
	top: 13px;
	background: url("../images/news_btn.png") no-repeat left top;
	cursor: pointer;
	overflow: hidden;
}
.news_title .prev {
	width: 11px;
	height: 6px;
	position: absolute;
	right: 0px;
	top: 21px;
	background: url("../images/news_btn.png") no-repeat left -8px;
	cursor: pointer;
	overflow: hidden;
}
.news_list {
	width: 890px;
	float: right;
}
.news_list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.news_list li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 36px;
}
.news_list li span {
	margin: 0 20px;
	color: #999;
}
#LeftButton {
	width: 24px;
	height: 42px;
	display: block;
	background: url("../images/left.png") no-repeat 0px 0px;
	position: absolute;
	left: 0px;
	top: 55px;
}
#RightButton {
	width: 24px;
	height: 42px;
	display: block;
	background: url("../images/right.png") no-repeat 0px 0px;
	position: absolute;
	left: 736px;
	top: 55px;
}
#MarqueeDiv {
	width: 692px;
	float: left;
	height: 152px;
	overflow: hidden;
	margin: 0 0 0 34px;
	display: inline;
}
#MarqueeDiv img {
	margin-right: 10px;
	height: 150px;
	width: 150px;
}
/*end*/


/*left*/
#left {
	width: 220px;
	float: left;
}
.left_list {
	width: 100%;
	float: left;
}
.left_top {
	width: 100%;
	height: 50px;
	line-height: 50px;
	float: left;
}
.left_top h3 {
	font-size: 24px;
	color: #000; text-align:center;
}
.left_con {

	line-height: 24px;
	width: 220px;
	float: left;
}
.type_list {
	width: 100%;
	float: left;
}
.type_list li {

	height: 50px;
	line-height: 50px; border-bottom:3px solid #FFFFFF; text-align:center; color:#FFFFFF
}
.type_list li a {
	color:#FFFFFF;background:#005baa; font-size:15px; display:block
}
.type_list li a:hover { background:#004d8f;}
.type_list li a#lsed {
	color: #ffffff
}
.type_list li.second_cat {
	background: none;
	border: none;
}
.type_list li.second_cat a {
	background: none;
}
.type_list li.second_cat a:hover {
}
/*end*/

/*right*/
#right {
	width: 1000px;
	float: right;
}
#right_top {
	width: 100%;
	height: 50px;
	line-height: 50px;
	float: left;
	border-bottom: 2px solid #005baa; 
}
#right_top h3 {
	font-size: 15px;
	float: left;
	font-family: "微软雅黑"; background:url(../../img/rightnav.png) no-repeat ; width:200px; height:50px; color:#FFFFFF; line-height:50px; padding-left:5px;
}

#right_top h3 a{ color:#FFFFFF}
#right_top span {
	float: right; font-size:15px; 
}
#right_con {
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
	line-height: 200%;
	overflow-x: hidden;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
/*end*/

.main_top {
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #e5e5e5;
	float: left;
}
.main_con {
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
	line-height: 200%;
	overflow-x: hidden;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
/*demo*/
#demo {
	overflow: hidden;
	width: 900px;
	height: 145px;
	margin: 35px 0 0 10px;
	float: left;
	display: inline;
}
#cdemo {
	overflow: hidden;
	width: 900px;
}
#demo img {
}
#indemo {
	float: left;
	width: 800%;
}
#demo1 {
	float: left;
}
#demo2 {
	float: left;
}
/*end*/
	
/*link*/
.friendlink {
	padding-top: 12px;
}
.friendlink li {
	float: left;
	width: 242px;
}
.friendlink li.txt1 {
	padding: 3px 0px 3px 24px;
	background: url("../images/dot.gif") no-repeat 10px center;
}
.friendlink li.pic1 {
	padding: 3px 0 3px 8px;
}
.friendlink li.pic1 img {
	width: 240px;
	height: 65px;
}
.link_img {
	width: 100%;
	float: left;
	text-align: center;
}
.link_img ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.link_img li {
	margin: 0px;
	padding: 0 10px;
	list-style-type: none;
	display: inline;
}
.link_img li img {
	height: 30px;
}
.link {
	width: 1198px;
	padding: 5px 0;
	float: left;
	border: 1px solid #e0e0e0;
}
.link_title {
	float: left;
	font-size: 16px;
	color: #bc0100;
	width: 98px;
	text-align: center;
	line-height: 25px;
}
.link_txt {
	width: 100%;
	float: left;
}
.link_txt ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.link_txt li {
	margin: 0px;
	padding: 0 5px;
	list-style-type: none;
	display: inline;
	line-height: 25px;
}
/*end*/
	 
/*news*/
.articleList {
	width: 100%;
	float: left;
}
.articleList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.articleList li {
	margin: 0px;
	padding: 0 0 0 10px;
	list-style-type: none;
	border-bottom: 1px solid #ebebeb;
	line-height: 35px; font-size:14px;
}
.time {
	color: #959595;
	float: right; 
}

.articleTitle {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.articleAuthor {
	text-align: center;
	padding: 7px 0px;
	border-bottom: 1px dotted #ccc;
}
.articleauthor span {
	margin: 0px 6px;
	font-size: 9pt;
}
.art_img {
	width: 100%;
	text-align: center;
	margin: 10px auto auto auto;
}
.articleInfo {
	width: 100%;
	padding: 10px 0;
}
.pageUpDown {
	padding-top: 10px;
	text-align: left;
}
/*end*/

/*Product*/
.productList {
	width: 100%;
	float: left;
}
.productList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 1000px;
}
.productList li {
	margin: 5px 20px 5px 0;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	float: left;
	width: 230px;
	height: 270px;
	display: inline;
	line-height: 25px;
	overflow: hidden;
}
.productList li img {
	width: 230x;
	height: 230px;
}
.productTitle {
	line-height: 35px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
.productImg {
	width: 100%;
	text-align: center;
	float: left;
	margin: 10px auto;
}
.productRight {
	width: 560px;
	float: right;
}
.title {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
	border-bottom: 1px dotted #ccc;
	line-height: 25px;
}
.title span {
	font-size: 14px;
	font-weight: bold;
}
.productDesc {
	line-height: 200%;
	padding: 10px 0;
	width: 100%;
	float: left;
}
.prott {
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
}
.prott ul {
}
.prott li {
	float: left;
	width: 50%;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*end*/

/*page*/
.pages {
	font-size: 12px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
.pages a {
	font-size: 12px;
	padding: 2px 5px;
	border: 1px solid #ccc;
	margin: 0 2px;
}
.pages a:hover {
	background: #eee;
}
.pages a.page_now {
	background: #eee;
	color: #007fc6;
}
.pages select {
	vertical-align: middle;
	font-size: 8pt;
	padding: 0px;
}
.pages b {
	font-weight: normal;
}
/*end*/


/*login*/
.img-scroll {
	position: relative;
	margin: 0px auto;
	height: 185px;
	overflow: hidden;
}
.img-scroll .prev {
	position: absolute;
	left: 5px;
	width: 33px;
	height: 33px;
	top: 63px;
	background: url("../images/scroll_left.jpg") no-repeat right center;
	cursor: pointer;
}
.img-scroll .next {
	position: absolute;
	right: 5px;
	width: 33px;
	height: 33px;
	top: 63px;
	background: url("../images/scroll_right.jpg") no-repeat left center;
	cursor: pointer;
}
.img-list {
	position: relative;
	width: 894px;
	height: 185px;
	overflow: hidden;
}
.img-list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 9999px;
	height: 185px;
}
.img-list li {
	margin: 0px;
	padding: 0 31px 0 0;
	list-style-type: none;
	float: left;
	width: 154px;
	height: 185px;
	display: inline;
	line-height: 25px;
	text-align: center;
}
.img-list li img {
	width: 152px;
	height: 152px;
	border: 1px solid #ccc;
}
/*scroll*/
#ProScroll {
	overflow: hidden;
}

.entitle{text-align:center; font-size:25px; color:#999999; height:30px; line-height:30px; margin-top:30px}
.cntitle{text-align:center; font-size:20px;height:30px; line-height:30px; margin-bottom:30px}


.entitle1{text-align:center; font-size:25px; color:#FFFFFF; height:80px; line-height:80px;}
.cntitle1{text-align:center; font-size:20px;height:30px; line-height:30px; color:#FFFFFF}

.acplist li{ float:left; padding:16px}
.acplist li img{ width:280px; height:315px;}
.acpcm{height:60px; background:#efefef; color:#000000; line-height:60px; text-align:center; width:280px; font-size:16px}

/*
首页价格查询旧
*/

.cxlist {float:left; margin-top:30px;}
.cxlist li a{ color:#FFFFFF}

.s1 { float:left; width:310px; height:50px; background:#0865ab  ; color:#FFFFFF; line-height:50px; font-size:18px; border:1px solid #FFFFFF; text-align:center}
.s2 { float:left; width:310px; height:50px; background:#0865ab ; color:#FFFFFF; line-height:50px; font-size:18px; border:1px solid #FFFFFF; text-align:center}
.s3 { float:left; width:310px; height:50px; background:#0865ab; color:#FFFFFF; line-height:50px; font-size:18px; border:1px solid #FFFFFF; text-align:center}
.s4 { float:left; width:310px; height:50px; background:#0865ab ; color:#FFFFFF; line-height:50px; font-size:18px; border:1px solid #FFFFFF; text-align:center}


/*
首页价格查询旧
.chaxun{ float:left; background:#f4f4f4; height:420px; width:100%} 
@media (max-width: 1250px) {
.chaxun{ float:left; background:#f4f4f4; height:420px; width:1250px} 
.cxlist li{ float:left;padding:40px;}
.newslist{ float:left; width:100%}
.newsimg{ float:left; width:464px;}
.newsnr { float:right;  width:786px; }
.newsnr li{line-height:2.5; font-size:13px}
.newsnr2 { border-right:1px dashed #CCCCCC;line-height:2.5; font-size:13px}

*/


.faq li{ float:left; width:383px; background:url(../../img/lin.png) left no-repeat; padding-left:10px;}

.b1 a{ color:#0864ac9; font-size:15px; font-weight:bold;}
.b2{ font-size:12px; height:80px; border-bottom:1px solid #CCCCCC; line-height:2}
.aboutlist{width:100%; float:left; background:#1e4e72; height:500px;}
@media (max-width: 1250px) {
.aboutlist{width:1250px; float:left; background:#1e4e72; height:500px;}
}
.aboutus{ margin-top:10px;}
.abnr{ float:left; width:600px; color:#FFFFFF; font-size:14px; line-height:2}
.abimg{ float:right; width:560px}
.news2{ float:left; width:100%}
.news2-1{ float:left; width:600px; font-size:14px; line-height:2; padding-right:70px;}
.news2-2{ float:right; width:580px}
.ennewsmc{ font-size:26px; color:#5a5a5a; margin-top:30px;}
.newsmc{ font-size:18px;color:#5a5a5a; margin-bottom:30px;}


.yqlj li{ float:left; padding:6px; font-size:13px;}

.bottmen{ float:left; width:100%; background:#0864ac; height:50px; line-height:50px;}
@media (max-width: 1250px) {
.bottmen{ float:left; width:1250px; background:#0864ac; height:50px; line-height:50px;}
}
.bottnav li a{ float:left; color:#FFFFFF; font-size:15px; width:122px; border-right:1px dotted #FFFFFF; text-align:center; font-weight:bold}
.bottnav li a:hover{ font-size:17px; color:#eaeaea;font-weight:bold}

.ccpliast li{float:left; padding:16px}
.ccpliast li img{ width:240px; height:130px;}
.ccpcm{height:60px; color:#000000; line-height:60px; text-align:center; width:240px; font-size:16px}
.exlist{ float:left; width:100%}
.exlist-left{ float:left; width:480px}
.exlist-left li{ line-height:2.5}
.exlistlb{ background:#005baa; color:#FFFFFF; font-size:25px; font-weight:bold; padding-left:15px}
.exlist-right{ float:right; width:480px}
.exlist-right li{ line-height:2.5}










#nav, #nav ul {
 list-style: none;
 background: #005baa;
 width: 200px;
 text-align: left; border-bottom:3px solid #FFFFFF
}

#nav a {
 display: block;
 width: 200px;
 text-decoration: none;
 text-align: center; color:#FFFFFF; height:50px; line-height:50px;
}

#nav a.selected{
color:#FFFFFF; background:#004d8f;
}
#nav li {
 position: relative; 
}
#nav li ul {
 position: absolute;
 left: -9999999em;
 width: 150px;
 font-weight: normal; margin-left:3px;
}
#nav li li {
 width: 150px;
}
#nav li ul a {
 width: 150px;

 padding: 0px 12px;
 line-height: 50px;
 text-align: left;
}
#nav li ul ul {
 margin: 0px 0 0 200px;
}
#nav li:hover ul ul,#nav li.sfhover ul ul{
 left: -9999999em;
}
#nav li:hover ul, #nav li li:hover ul,#nav li.sfhover ul, #nav li li.sfhover ul{
 left: auto;
}
#nav li:hover ul,#nav li.sfhover ul{
 left: 200px;
 top: 0px;
}
#nav li:hover, #nav li.sfhover {
 background: #F5E3C0;
}
* html #nav li {
 float: left;
 height: 1%;
}
* html #nav li a {
 height: 1%; 
}
-->


.ban{ width:100%; position:relative}
@media (max-width: 1250px) {
.ban{ width:1250px; position:relative}
}

.banbg{ width:100%; display:block}


HR {color:#cccccc; background:#cccccc; border:0; Height:1px;}