﻿/* CSS Document */
* { margin:0; padding:0; }
html, body { height:100%; }
body { font:13px/180% Arial, Helvetica, sans-serif, "新宋体"; color:#333;}
a { text-decoration:none; color:#1c1c1c; }
a img { border:none; }
ul, li { list-style:none;}
.clear-float { clear:both; }
.align-left { text-align:left; }
.align-right { text-align:right; }
.align-center { text-align:center; }
.pull-left { float:left; }
.pull-right { float:right; }

/* 分页 */
.page { clear:both; padding:15px 0; text-align:center; color:#333; }
.page a, .page span { padding:0 5px; }
.page a { color:#333; }
.page a:hover { text-decoration:underline; }
.page span.prev, .page span.next { color:#666; }

/* 错误提示 */
label.error { color:#fff; width:auto; font-size:13px; padding:3px; white-space:nowrap; }
/*清除浮动样式*/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}
/**t头部***/
#header {
	width:100%;
	text-align:center;
}
#header .toplink {
	height:34px;
	line-height:34px;
	color:#4D4C4D;
	background-color:#F3F3F3;
	border-bottom:1px solid #C0C0C0;
	text-align:center;
	width:100%;
	display:block;
}
#header .toplink .topcontent {
	width:1200px;
	margin:0 auto;
}
#header .toplink .topcontent .topleft {
	float:left;
}
#header .toplink .topcontent .topleft span {
	margin:0 10px;
}
#header .toplink .topcontent .topleft span a {
	color:#4D4C4D;
}
#header .toplink .topcontent .topleft span a:hover {
	color:#002061;
}
#header .toplink .topcontent .topmiddle {
	float:left;
	margin-left: 150px;
}
#header .toplink .topcontent .topmiddle .searchtext {
	background: url("../images/search_bg.gif") no-repeat scroll 0 0;
	height: 28px;
	margin-top: 3px;
	width: 169px;
	float:left;
}
#header .toplink .topcontent .topmiddle .searchtext input {
	border:none;
	height: 22px;
	line-height:22px;
	margin-left: 8px;
	margin-top: 3px;
	width: 151px;
	outline: 0 none;
	color: #999;
}
#header .toplink .topcontent .topmiddle .searchTo {
	float:left;
	margin-top:8px;
	margin-left:6px;
}
#header .toplink .topcontent .topmiddle .searchTo input {
	background:none;
	border:none;
	outline:none;
}
#header .toplink .topcontent .topright {
	float:right;
}
#header .toplink .topcontent .topright a {
	color:#4D4C4D;
}
#header .toplink .topcontent .topright a:hover {
	color:#002061;
	text-decoration:underline;
}
#header .header_middle {
	width:1200px;
	margin:10px auto 0;
	height:135px;
}
#header .header_middle .logo {
	margin-left:3px;
	float:left;
}
#header .header_middle .middlecart {
}
#header .header_middle .middlecart .middlehelp {
	float:left;
}
#header .header_middle .middlecart .dhyouce {
	margin-left:50px;
	margin-right:30px;
	margin-top:15px;
}
#header .header_nav {
	height:44px;
	line-height:40px;
	background:url(../images/nav_bg.gif) repeat-x;
}
#header .header_nav ul {
	list-style:none;
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
#header .header_nav ul li {
	float:left;
	font-size:16px;
	margin:0 25px;
}
#header .header_nav ul li a {
	color:#FFF;
	display:inline-block;
	position:relative;
}
#header .header_nav ul li i.hot{background:url(../images/ico_hot.png) no-repeat; width:27px; height:19px; position:absolute; top:3px; left:70px;}
#header .header_nav ul li i.youhui{background:url(../images/ico_youhui.png) no-repeat; width:27px; height:19px; position:absolute; top:3px; left:35px;}

#header .header_nav ul li a:hover {
	color:#999;
}
#header .header_bottom {
	height:30px;
	line-height:30px;
	background-color:#EDECEC;
}
#header .header_bottom .bottomconten {
	width:1200px;
	margin:0 auto;
}
#header .header_bottom .bottomconten .bottomleft {
	color:#333;
	float:left;
}
#header .header_bottom .bottomconten .bottomleft a {
	color:#333;
	margin:0 5px;
}
#header .header_bottom .bottomconten .bottomleft a:hover {
	color:#999;
}
#header .header_bottom .bottomconten .bottomright {
	float:right;
	margin-top:5px;
	margin-right:20px;
}
#header .header_bottom .bottomconten .bottomright .searchtext {
	background: url("../images/search.gif") no-repeat scroll;
	height: 21px;
	width: 112px;
	float:left;
}
#header .header_bottom .bottomconten .bottomright .searchtext input {
	border:none;
	outline: 0 none;
	color: #999;
	height:14px;
	width:86px;
	margin-left:10px;
	margin-top:4px;
	font-size:12px;
	padding: 0px 5px;
}
#header .header_bottom .bottomconten .bottomright .searchTo {
	float:left;
	margin-left:6px;
	margin-top:2px;
}
#header .header_bottom .bottomconten .bottomright .searchTo input {
	background:none;
	border:none;
	outline:none;
}

/**底部**/
#footer{ width:100%; background-color:rgba(246, 246, 246, 0);}
#footer .footer_nav {
	height:44px;
	line-height:40px;
	background:url(../images/nav_bg.gif) repeat-x;
}
#footer .footer_nav ul {
	list-style:none;
	width:1200px;
	margin:0 auto;
}
#footer .footer_nav ul li {
	float:right;
	font-size:14px;
	margin:0 25px;
}
#footer .footer_nav ul li a {
	color:#FFF;
}
#footer .footer_nav ul li a:hover {
	color:#999;
}
#footer .help{ width:1200px; margin:40px auto 0;}
#footer .help dl{ width:200px; margin-left:30px; float:left; margin-bottom:50px;}
#footer .help .about{ background:url(../images/footer_1.gif) no-repeat 0 0;}
#footer .help .Sign{ background:url(../images/footer_2.gif) no-repeat 0 0;}
#footer .help .Service{ background:url(../images/footer_3.gif) no-repeat 0 0;}
#footer .help .Special{ background:url(../images/footer_4.gif) no-repeat 0 0;}
#footer .help .Guide{ background:url(../images/footer_5.gif) no-repeat 0 0;}
#footer .help dl dt{ font-size:14px; font-weight:bold; text-align:center;}
#footer .help dl dt a{ color:#737373;}
#footer .help dl dd{ margin:10px 0; text-align:center;}
#footer .help dl dd a{ color:#737373;}
#footer .help dl dd a:hover{ text-decoration:underline;}
#footer .footer_info{ border:1px solid #E4E4E4; padding-top:20px; margin:0 auto;}
#footer .footer_info img{background-color:#f6f6f6; text-align:center;}
#footer .footer_info .info{/*margin-left:160px; */color:#747474;}
#footer .footer_info p{ text-align:center;}
#footer .footer_info .info p span{ margin:0 10px;}

/***************下拉购物车**************/
.dhyouce {
	position:relative;
}
.dhyouce .gooncare {
	display:block;
	background:url(../images/cart.gif) no-repeat 0 0;
	width:176px;
	height:31px;
	border:1px solid #ccc;
	margin-left:31px;
	position:relative;
	margin-top:8px;
	z-index:9999;
}
.dhyouce .gooncare span {
	background: url(../images/cartnum.png) no-repeat 0 0;
	position:absolute;
	width:21px;
	height:20px;
	left:146px;
	top:-7px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
}
.dhyouce .xian{
	border:0;
}
.Dropdown_cart {
	display:none;
	color:#585858;
	position:absolute;
	height:auto;
	max-height:420px;
	width:280px;
	background-color:#fff;
	margin-top:-1px;
	border:1px solid #052369;
	z-index:999;
	right:0;
 _height:expression(this.scrollHeight > 420 ? "420px" : "auto");
}
.Dropdown_cart_title {
	color:#666666;
	padding:3px 0 3px 5px;
	font-size:13px;
	font-weight:bold;
}
.Dropdown_cart_title span {
	color:#C6C6C5;
	font-size:12px;
	font-weight:100;
	margin-left:43px;
}
.Dropdown_cart_goods {
	height:auto;
	max-height:316px;
	overflow:auto;
 _height:expression(this.scrollHeight > 316 ? "316px" : "auto");
}
.dcg_lower {
	padding:5px 5px;
	border-bottom:1px dashed;
	border-bottom-color:#E8E7E7;
	height:50px;
}
.dcg_lower_gimg {
	width:46px;
	height:49px;
	float:left;
	border:1px solid #E1E0E0;
}
.dcg_lower_gimg img {
	width:46px;
	height:49px;
}
.dcg_lower_gname {
	float:left;
	margin-left:3px;
	width:115px;
	height:48px;
	word-wrap:break-word;
	overflow:hidden;
}
.dcg_lower_gname a {
	color:#000;
}
.dcg_lower_gprice {
	float:left;
	width:88px;
	color:#F65800;
	font-weight:bold;
}
.Dropdown_cart_bottom {
	padding:5px 0;
}
.dcb_info {
	margin-left:89px;
}
.dcb_num {
	color:#F65800;
}
.dcb_pri {
	color:#F65800;
	font-size:14px;
	font-weight:bold;
}
.Dropdown_cart_bottom a {
	margin-left:100px;
}
/*******************/
/* 分页 */
.page {
	clear: both;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.page a {
	padding: 0 9px;
	margin-right: 3px;
	height: 28px;
	display: inline-block;
	text-align: center;
	color: #333333;
	border: 1px solid #e7e7e7;
}
.page a:hover {
	color: #F00;
}
.page span {
	padding: 0 9px;
	margin-right: 3px;
	height: 28px;
	display: inline-block;
	text-align: center;
	border: 1px solid #e7e7e7;
}
.page span strong{ color:#FF0000;}
.page span.current {
	color: #F00;
}

/* 抽屉购物车（已针对IE6优化） */
.fixed-top { left:0; position:fixed; top:0; width:100%; }
.cart-drawer { position:absolute; right:0; width:16px; overflow:hidden; height:500px; }
.cart-drawer dl { position:absolute; right:-302px; }
.cart-drawer dl dt { width:16px; text-align:center; background:#DD5501; float:left; color:#fff; line-height:18px; padding:8px 0; cursor:pointer; height:108px; }
.cart-drawer dl dt span { display:block; text-align:center; }
.cart-drawer dl dd { float:right; margin-top:-124px; background:#fff; margin-left:16px; border:1px solid #000; width:300px; }
.cart-drawer dl dd .loading { height:150px; background:url(../images/loading.gif) center center no-repeat; }
.cart-drawer dl dd table { table-layout:fixed; width:100%; }
.cart-drawer dl dd table tbody td { padding-bottom:2px; border-bottom:1px dashed #C0C0C0; }
.cart-drawer dl dd table img { width:80px; }
.cart-drawer dl dd table .goods-name a { font-size:14px; font-family:'微软雅黑', Arial, Helvetica, sans-serif; }
.cart-drawer dl dd table a.del { float:left; background:url(../images/cart_control.png) 0 -22px no-repeat; width:11px; height:11px; overflow:hidden; }
.cart-drawer dl dd table tfoot td { height:50px; text-align:center; }
.cart-drawer dl dd table tfoot a { display:block; margin:0 auto; background:url(../images/checkout.png) 0 0 no-repeat; width:100px; height:25px; }
.cart-drawer dl dd .cart-drawer-info { height:150px; line-height:150px; text-align:center; }
#wgcss_dingwei { background: url(../images/42111.png) no-repeat center ;height: 47px;margin: 0 auto; position: absolute;width: 100%; z-index: 10000;}
#wgcss_k {height: 58px; margin: 0 auto; overflow: hidden; width: 1000px;z-index: 8999;}
#wgcss_k li {float: right;list-style: none;margin-right: 179px;margin-top: 12px;}
#wgcss_dingwei {bottom: 0;left: 0; position: fixed; width: 100%;}


/*-----------------------------------------------------------------------------------------*/



.main{ width:1200px; margin:0 auto; margin-bottom:20px;}
.article-left{ width:800px;background:#fff; float:left; border:1px solid #ece9ea; padding:40px; }
.article-left .title{ text-align:left;  color:#000000;  border-bottom:1px dashed #575757;}
.article-left .tag{ text-align:left; color:#000000;  border-bottom:1px dashed #ece9ea; margin-top: 0px;}
.article-left .content{margin-top:10px;}
.article-left .content p{font-size:16px; padding:5px 0;}
.article-left .content hr{height:1px;border:none;border-top:1px dashed #FF0000;}
.article-left .laiyuan{ margin:10px 0;}
.article-left .newtitle{font-size:18px;text-align:center;margin-top: -30px;}
.article-left .nextnews{ height:70px; background-color:#E7E7E7; border-bottom:2px solid #6b0000; margin-top:15px;}
.article-left .nextnews p{ height:30px; line-height:30px; margin-left:20px;}
.article-left .nextnews p a:hover{ color:#6b0000; text-decoration:underline;}
/**案例展示b**/
.anli span{ font-size:16px; font-weight:bold; height:30px; line-height:30px; display:inline-block; width:100%; color:#FFFFFF; margin-top:20px; margin-bottom:5px; text-indent:15px; background-color:#2656A7;}
.anli ul li{ width:200px; float:left;}
.anli ul li .images img{ width:196px; height:250px;}
.anli ul li .name{ margin:10px 0;}
.anli ul li .name a{ color:#FF0000; font-weight:bold; font-size:14px;}
.anli ul li .content{ height:90px; overflow:hidden; width:200px;}
.anli ul li .content a{ color:#2656A7;}
.goodsanli{ margin:20px 0;}
.goodsanli span{ font-weight:bold; font-size:16px;}
.goodsanli ul li{ margin:5px;}
.goodsanli ul li a{ color:#2656A7;}
.goodsanli ul li a:hover{ color:#FF0000; text-decoration:underline;}
/**案例展示d**/




.article-right{ float:right; width:300px; border:1px solid #ece9ea;}
.article-right ul li{ margin-bottom:9px;  margin-top:-2px;}
.article-right ul li img{ width:266px; height:73px;}

.article-right dl{ margin:10px 0 0 15px;}
.article-right dl dt{ font-size:14px; font-weight:bold;}
.article-right dl dd{ border:1px solid #C9C9C9; display:inline-block; margin-right:10px; margin-top:7px; padding:2px 8px; background-color:#F1F3F1;}
.article-right dl dd a{ color:#212121;}
.article-right dl dd a:hover{ color:#999;}

.goutong a {
    display: block;
    float: left;
    width: 230px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    border-radius: 5px;
    text-align: center;
    margin: 0 10px;
    background: #011D5C;
    color: #fff;
}

.goutong a:hover {
    background: #f00;
    color: #fff;
}


/**分类**/
.cat-left{ width:800px;background:#fff; float:left; border:1px solid #ece9ea; padding:40px; }
.cat-left ul{}
.cat-left ul li{ border-bottom:1px dashed #8D8D8D; height:120px;}
.cat-left ul li .images img{ width:140px; height:80px; float:left;}
.cat-left ul li .info{ float:left; margin-left:20px; width:600px;}
.cat-left ul li .info .title{ margin-top:20px;}
.cat-left ul li .info .title h2 a{ font-size:14px; color:#000000;}
.cat-left ul li .info .title span{ color:#777; font-size:12px; font-weight:normal; padding-left:20px;}
.cat-left ul li .info .content{line-height:150%; padding-top:5px;}
.cat-left ul li .info .content a{ color:#FF0000;}
.cat-left ul li .info .content a:hover{ color:#000000; text-decoration:underline;}

 
*{
	margin:0;
	padding:0;
	}
.friend-Link{
	position:relative;
	width:439px;
	height:100px;
	}
.left-arrow{
	float:left;
}
.fl-pic{
	float:left;
	display:inline;
}
.right-arrow{
	float:left;
}

.left-arrow{
	width:21px; display:block; background:url(../images/left_1.gif) no-repeat 0 16px;
	height:100px;
}
	
.right-arrow{
	width:21px;
	height:100px; display:block; background:url(../images/right_1.gif) no-repeat 0 12px;
	margin-right:0;}

	
.fl-pic{
	overflow:hidden;
	width:396px;
	height:100px;
	white-space:nowrap;
	background-color:#FAF9FA;
	}
	
.fl-pic ul{
	width:3500px;
	}
	
.fl-pic ul li{
	float:left;
	display:inline;
	margin:15px 5px;
	width:123px;
	height:70px;
	background-color:#E1E1E1;
	}

.fl-pic ul li img{
	border:none;
	width:123px;
	height:70px;
}
.arc-like h3{padding: 5px 20px; color: #0D399B;}
.arc-bot li,.arc-like li{width: 340px;height: 20px; float: left; padding: 0 0 5px 18px; background: url(../images/arc-ico.png) no-repeat; display:inline-block;}
.siderbar-hd{background: #114DD1; position: relative;}
.case ul{background: url(../images/ico.png) no-repeat; padding: 0 0 10px 25px; overflow: hidden;}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/



@media (max-width: 768px){
#header .toplink{display:none}
#header .header_middle{width:100%;height:auto;margin:0;}
#header .header_middle .middlecart{display:none}
#header .header_middle .logo{float:none;}
#header .header_middle .logo img{width:45%;height:auto;}
#header .header_nav{background:none;clear:both;background-color:#B1191A;width:100%;height:auto;float:left;line-height:28px;}
#header .header_nav ul{width:100%;height:auto;}
#header .header_nav ul li{border:#ffd6c8 1px solid;width:24%;height:28px;float:left;display:block;text-align:center;margin:0;font-size:12px;}
#header .header_nav ul li a{font-weight:bold;}

.article-right{display:none}
.main{clear:both;width:100%;height:auto;}
.main .position{clear:both;width:100%;height:auto;}
.article-left{clear:both;width:100%;height:auto;padding:15% 0 0 0 ;}
.article-left .content{width:100%;height:auto;}
.article-left img {width:60%;height:auto;}

#footer .help{width:100%;height:auto;}
#footer .help dl{display:none}
}

