﻿
@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 url(../images/bg.png) repeat-x left top;
}
img {
	border: none;
}
ul, li {
	list-style: none;
}
.clear {
	clear: both;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #f00;
}
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;
	float: left;
	clear: both;
	overflow: hidden;
}
.mt10 {
	margin-top: 10px;
}
.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;
}
.w960 {
	width: 960px;
	margin: 0 auto;
}
.w980 {
	width: 980px;
	margin: 0 auto;
}
.w1000 {
	width: 1000px;
	margin: 0 auto;
}
#weixin {
	position: fixed;
	right: 0px;
	top: 210px;
	z-index: 9999;
}
@media screen and (max-width:1000px) {
#weixin {
	display: none;
}
}
#easyDialogTitle {
	margin: 0px;
	padding: 0px;
	width: 500px;
	height: 300px;
	font-size: 14px;
}
#easyDialogTitle h2 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	position: relative;
}
#closeBtn {
	width: 24px;
	height: 24px;
	background: url(../images/close.png) no-repeat left top;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 0px;
}
/*all*/
#bg {
	width: 100%;
	float: left;
	background: url(../images/body.png) no-repeat center top;
}
#main {
	width: 100%;
	float: left;
	padding: 20px 0px 15px 0px;
	background:#fff;
}
/*end*/

/**顶部**/
#head {
	width: 100%;
	float: left;
	height: 170px;
}
#logo {
	float: left;
	margin: 44px 0 0 0;
}
#head_right {
	float: right;
}
#favorite {
	float: right;
	line-height: 32px;
	height: 32px;
	padding: 0px 7px 0 0;
}
#favorite ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#favorite li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#favorite li a {
	margin: 0 3px;
}
#tel {
	float: right;
	line-height: 30px;
	white-space: nowrap;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 10px 0 0;
}
/*end*/

/*menu*/
#navigate {
	width: 100%;
	height: 40px;
	float: left;
	line-height: 40px;
	background: url(../images/nav.png) repeat-x left top;
}
#navigate ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigate li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 111px;
	text-align: center;
}
#navigate li.first_menu {
	width: 110px;
	background: url(../images/navs.png) repeat-x left top;
}
#navigate li.first_menu a{
	color:#ffe00d
}
#navigate li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
#navigate li a:hover {
	color: #ffe00d;
}
#navigate li a.current {
}
/*end*/

/*sub*/
#sub {
	width: 100%;
	height: 36px;
	float: left;
	background: #fff url(../images/sub.jpg) no-repeat center top;
}
/*end*/

/*search*/
#search {
	width: 100%;
	float: left;
}
#search form {
	margin: 0px;
	padding: 0px;
}
.skw {
	float: left;
	width: 169px;
	padding: 0 5px;
	line-height: 33px;
	height: 33px;
	border: 1px solid #dedede;
	border-right: 0px;
	color: #666;
}
.sub {
	width: 70px;
	height: 35px;
	line-height: 35px;
	float: left;
	background: url(../images/search.png) no-repeat left top;
	border: 0px;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-indent: 22px;
	float: left;
}
/*end*/

/*flash*/
#flash {
	width: 318px;
	height:260px;
	float: left;
	padding: 5px;
	border: 1px solid #dedede;
}
/* #banner{ width:318px; height:260px; overflow:hidden; position:relative;}
#imgNum{ position:absolute; right:5px; top:233px; }
#imgNum ul{margin:0;padding:0;list-style-type: none; font:10px/16px '微软雅黑';}
#imgNum li{ text-align:center; float:left; display:block; margin-right:5px; width:16px; height:16px; overflow:hidden; line-height:16px; display:inline;}
/*#imgNum .licli{text-align:center;float:left;display:block; width:16px; height:16px; overflow:hidden; display:inline; cursor:pointer; color:#FFF; font:10px/16px '微软雅黑';}*/
/* #imgContent ul{margin:0; list-style-type: none;} */
/* #imgContent .hidden {display:none;} */
/* #imgContent img{width:318px;height:260px;} */ 

#slider{overflow:hidden;width:318px;height:260px;position:relative; margin:0 auto;}
#slider .pics{width:318px;height:260px;}
#slider .pics li{width:318px;height:260px;float:left}
#slider .pics img{width:318px;height:260px;border-radius:3px;}
#slider #nav {position:absolute;bottom:5px;right:5px;}
#slider #nav li.nav{background:#0248b4; color:#fff;}
#slider #nav li{border:1px solid #0248b4;border-radius:3px; color:#0248b4; cursor:pointer;background:#fff;font-size:12px; height:15px;width:15px;float:left;margin-left:4px;display:inline;text-align:center}





#myFocus {
	width: 318px;
	height: 225px;
}
.pic img {
	width: 318px;
	height: 225px;
}
/*end*/

#erwm {
	width: 330px;
	float: left;
}

.erwm_img{
	
	padding: 9px;
    float: left;
    border: 1px solid #ddd;
    border-top: 0px;
    width: 310px;
    height: 218px;
	text-align:center;
	}
.erwm_img img{width:200px;height:200px;margin-top:9px;}

/*底部*/
#copyright {
	width: 100%;
	float: left;
	text-align: center;
	background: #f1f1f1;
	line-height: 25px;
}
#copyright a {
}
#copyright a:hover {
}
#copy_txt {
	width: 100%;
	float: left;
	padding: 20px 0;
}
#footnav {
	width: 100%;
	float: left;
	background: #0248b4;
	height: 30px;
	line-height: 30px;
	color: #fff;
}
#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 10px;
	color: #fff;
}
#footnav li a:hover {
	color: #ff0;
}
#copyright img {
	float: right;
	width: 85px;
	padding: 25px 30px 0 0;
}
/*end*/

.index_yqlj{
	padding: 9px;
    border: 1px solid #ddd;
    border-top: 0px;
    width: 980px;
    height: auto;
	overflow:Hidden;
	background:#fff;
	}

.index_yqlj a{
	color:#666;
	padding:0px 8px;
	line-height:22px;
	}

.index_yqlj a:Hover{
	color:#0045b2;
	}


/*home*/
.home_left {
	width: 740px;
	float: left;
}
.home_right {
	width: 250px;
	float: right;
	margin-bottom:15px;
}
.home_list {
	width: 100%;
	float: left;
}
.home_top {
	width: 363px;
	height: 33px;
	line-height: 33px;
	float: left;
	background: #e4f1fb;
	border: 1px solid #dedede;
}
.home_top h3 {
	font-size: 14px;
	color: #0248b4;
	float: left;
	background: url(../images/right_top.png) no-repeat 12px center;
	padding: 0 0 0 34px;
}
.home_top h3 a {
	color: #0248b4;
}
.home_top span {
	float: right;
	padding: 0 10px 0 0px;
}
.home_top span a {
	color: #999;
}
.home_con {
	width: 347px;
	padding: 8px;
	float: left;
	line-height: 200%;
	overflow-x: hidden;
	border: 1px solid #dedede;
	border-top: 0px;
}
#news {
	width: 400px;
	float: right;
}
.news_top {
	width: 100%;
	height: 35px;
	line-height: 35px;
	float: left;
	background: url(../images/news_bg.png) repeat-x left top;
}
.news_top h3 {
	float: left;
	width: 114px;
	background: url(../images/news_item.png) no-repeat left top;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-indent: 35px;
}

.news_tops {
	width: 100%;
	height: 35px;
	line-height: 35px;
	float: left;
	background: url(../images/news_bg.png) repeat-x left top;
}

.news_tops h3 {
	margin:0 auto;
	width: 214px;
	background: url(../images/news_items.png) no-repeat left top;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
}


.news_top span {
	float: right;
	padding: 0 10px 0 0;
}
.news_top span a {
	color: #999;
}
.news_con {
	padding: 8px;
	float: left;
	border: 1px solid #ddd;
	border-top: 0px;
	width: 382px;
	height: 220px;
}
.news_item {
	width: 365px;
}
.news_img {
	float: left;
	width: 100%;
}
.news_img img {
	width: 300px;
}
.news_right {
	width: 100%;
	float: left;
}
.news_title {
	font-weight: bold;
	width: 100%;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
.news_des {
	width: 100%;
	line-height: 20px;
	overflow: hidden;
}
.news_list {
	width: 100%;
	float: left;
}
.news_list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.news_list li {
	margin: 0px;
	padding: 0 0 0 10px;
	list-style-type: none;
	background: url(../images/li_0.png) no-repeat left center;
	line-height: 26px;
	border-bottom: 1px dashed #bbb;
}
.pro_con {
	position: relative;
	width: 722px;
	float: left;
	padding: 20px 8px;
	border: 1px solid #ddd;
	border-top: 0px;
}
.picleft {
	width: 722px;
	overflow: hidden;
}
.picleft li {
	width: 165px;
	float: left;
	margin: 0 10px;
	line-height: 25px;
	height: 150px;
	overflow: hidden;
	text-align: center;
}
.picleft li img {
	width: 165px;
	height: 125px;
	float: left;
}
#LeftButton {
	width: 24px;
	height: 42px;
	display: block;
	background: url(../images/left.png) no-repeat 0px 0px;
	position: absolute;
	left: 0px;
	top: 55px;
	display: none;
}
#RightButton {
	width: 24px;
	height: 42px;
	display: block;
	background: url(../images/right.png) no-repeat 0px 0px;
	position: absolute;
	left: 676px;
	top: 55px;
	display: none;
}
#MarqueeDiv {
	width: 755px;
	float: left;
	height: 152px;
	overflow: hidden;
	margin: 0 0 0 0px;
	display: inline;
}
#MarqueeDiv img {
	margin-right: 14px;
	height: 150px;
	width: 150px;
	border: 1px solid #dcdcdc;
}
/*end*/


/*left*/
#left {
	width: 250px;
	float: left;
}
.left_list {
	width: 100%;
	float: left;
}
.left_top {
	width: 100%;
	height: 35px;
	line-height: 35px;
	float: left;
	background: url(../images/news_bg.png) repeat-x left top;
}
.left_top h3 {
	font-size: 14px;
	color: #fff;
	width: 115px;
	height: 35px;
	float: left;
	text-indent: 35px;
	background: url(../images/news_item.png) no-repeat left center;
}
.left_top span {
	float: right;
	padding: 0 10px 0 0;
}
.left_top span a {
	color: #999;
}
.left_con {
	width: 232px;
	padding: 5px 8px;
	float: left;
	line-height: 200%;
	border: 1px solid #dedede;
	border-top: 0px;
}
.type_list {
	width: 100%;
	float: left;
	padding-top:10px;
}

.type_list a{
	display:block;
	width: 100%;
	height:auto;
	overflow:Hidden;
	margin-bottom:10px;
	border-radius:6px;
	text-align:center;
}
.type_list a img{width:98%;height:auto;border-radius:6px;}

.type_list a:hover img{width:100%;height:auto;margin:0 auto;}

.tel_con {
	width: 210px;
	padding: 10px;
	float: left;
	line-height: 200%;
}
.type_list2 {
	width: 100%;
	float: left;
	text-align: center;
}
.type_list2 ul {
}
.type_list2 li {
	width: 50%;
	height: 35px;
	line-height: 35px;
	float: left;
	margin: 1px auto;
	background: url(../images/li_bg2.png) no-repeat left top;
}
.type_list2 li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.type_list2 li a:hover {
	color: #f00;
}
.video {
	width: 100%;
	text-align: center;
	clear: both;
	margin: 10px 0 0 0;
}
.video_con {
	width: 100%;
	float: left;
}
.video_title {
	width: 100%;
	height: 35px;
	float: left;
	line-height: 35px;
	background: url(../images/video_title.png) no-repeat left top;
	text-align: center;
	margin: 5px 0 0 0;
}
/*end*/

/*right*/
#right {
	width: 740px;
	float: right;
}
#right_top {
	width: 738px;
	height: 33px;
	line-height: 33px;
	float: left;
	background: #e4f1fb;
	border: 1px solid #dedede;
}
#right_top h3 {
	font-size: 14px;
	color: #0248b4;
	float: left;
	background: url(../images/right_top.png) no-repeat 12px center;
	padding: 0 0 0 34px;
}
#right_top h3 a {
	color: #0248b4;
}
#right_top span {
	float: right;
	padding: 0 10px 0 0px;
}
#right_con {
	width: 718px;
	float: left;
	padding: 10px;
	line-height: 200%;
	overflow-x: hidden;
	border: 1px solid #dedede;
	border-top: 0px;
	min-height: 745px;
	height: auto !important;
	height: 745px;
}
/*end*/

/*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 {
	width: 100%;
	float: left;
}
.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_txt {
	width: 870px;
	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 dotted #ccc;
	background: url(../images/li_0.png) no-repeat left center;
	line-height: 25px;
}
.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;
}
.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;
}
.productList li {
	margin: 5px 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	float: left;
	width: 179px;
	height: 150px;
	display: inline;
	line-height: 25px;
	overflow: hidden;
}
.productList li img {
	width: 165px;
	height: 125px;
}
.productTitle {
	line-height: 32px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	font-size: 16px;
}
.productImg {
	width: 100%;
	text-align: center;
	float: left;
}
.productImg img {
}
.productRight {
	width: 360px;
	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;
}
/*end*/

/*page*/
.pages {
	font-size: 12px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
.pages li {
	float: left;
	margin-right: 5px;
}
.pages li.thisclass {
	width: 40px;
	height: 18px;
	border: 1px solid #cccccc;
	text-align: center;
}
.pages li:first-child {
	width: 40px;
	height: 17px;
	line-height: 17px;
	border: 1px solid #cccccc;
}
.pages li {
	font-size: 12px;
	border: 1px solid #ccc;
	width: 40px;
	height: 18px;
	line-height: 18px;
}
.pages li:hover {
	background: #eee;
	width: 40px;
	height: 18px;
	line-height: 18px;
}
.pages a.page_now {
	background: #eee;
	color: #f00;
}
.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;
}

.list_top_banner{width:1000px;height:auto;overflow:hidden;margin:15px auto;}

.list_top_banner img{width:1000px;height:auto;border-radius:8px;}
.list_body{width:1000px;height:auto;overflow:hidden;min-height:600px;margin:0 auto 15px auto;background:#fff;}
.list_body_right{width:250px;height:auto;overflow:Hidden;float:right;}

.type_tex_list {
	width: 100%;
	float: left;
}

.type_tex_list a{display:block;width:100%;height:50px;border-bottom:1px solid #f1f1f1;font-size:14px;font-weight:bold;color:#333;line-height:50px;text-indent:20px;}

.type_tex_list a:hover{background:#ffa10d;color:#FFF;border-radius:5px;}

.type_tex_list .active{background:#ffa10d;color:#FFF;border-radius:5px;width:100%;height:50px;}

.type_list_text{width:700px;height:auto;overflow:hidden;padding:15px;border:1px solid #f1f1f1;float:left;border-radius:8px;}


.type_list_left{width:730px;height:auto;overflow:hidden;float:left;border-radius:8px;}
.list_left_lu{width:100%;height:35px;line-height:35px;text-indent:10px;}

.list_left_body{width:700px;height:auto;overflow:hidden;border:1px solid #f1f1f1;padding:14px;border-radius:8px;margin-top:15px;}
.list_left_body_title{width:100%;height:auto;line-height:60px;font-size:20px;font-weight:bold;color:#111;text-align:center;border-bottom:1px solid #f2f2f2;}

.list_left_body_list{width:100%;height:auto;overflow:Hidden;margin:15px auto;}

.list_left_body_text{width:100%;height:auto;overflow:Hidden;line-height:26px;text-align:left;margin:20px auto;}
.list_left_body_text img {max-width:660px}



.list_left_body_list ul{margin-bottom:20px;}
.list_left_body_list ul li{width:100%;height:35px;line-height:35px;border-bottom:#f1f1f1 dashed 1px;text-indent:15px;background: url(../images/li_0.png) no-repeat left center;}
.list_left_body_list ul li a{float:left;}
.list_left_body_list ul li span{float:right;}

.list_left_page{width:660px;height:22px;padding:20px;text-align:center;border-top:1px solid #e1e1e1;}
.list_left_page li{width:auto;border:1px solid #f1f1f1;height:20px;float:left;overflow:hidden;padding:0 5px;margin-left:5px;text-align:center;line-height:20px;}

.list_left_page .thisclass{background:#0153c1;color:#FFF;}
.list_left_page .thisclass a{color:#FFF}

.bm_shuoming{width:100%;height:auto;overflow:Hidden;text-align:left;line-height:26px;padding-bottom:20px;border-bottom:1px solid #f1f1f1;}

.bm_form{width:100%;height:auto;overflow:Hidden;text-align:center;margin:20px auto;}

.bm_form td{padding:5px 0;font-size:13px;font-weight:bold;}

.bm_form .form_radio span{display:block;height:40px;line-height:40px;float:left;padding:5px 3px;}

.bm_form td input{height:35px;line-height:35px;border:1px solid #c1c1c1;border-radius:3px;}

.bm_form .coolbg{border:0px;height:40px;width:130px;text-align:center;line-height:40px;background:#0153c1;color:#FFF;border-radius:8px;font-size:13px;}

.bm_form .coolbgb{border:0px;height:40px;width:130px;text-align:center;line-height:40px;background:#ffa10d;color:#FFF;border-radius:8px;font-size:13px;}
