@charset "utf-8";
/*reset*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle;}
body{font:12px/1.231 arial,helvetica,clean,sans-serif;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%; border-collapse:collapse;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
.txtboxcs{ border:solid 1px #ccc; height:22px;}

/*title*/
h1 { font-size:32px;}
h2 { font-size:26px;}
h3 { font-size:20px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:10px;}

/*--start common.css start--*/

body { font-family:"Microsoft YaHei"; color:#666; font-size:12px;} /*网站字体颜色*/
a { font-family:"Microsoft YaHei"; color:#BA0202; text-decoration:none;}  /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/
a:hover { text-decoration:none;}
.vam { vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
p{ word-spacing:-1.5px;}

.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}
/* -- 购物车外部框架 -- */
.cart_header , .cart_content , .cart_footer { width:760px; margin:0 auto;}



/* -- 页面整体布局 -- */
.header,.content,.footer { width:960px; margin:0 auto; overflow:hidden; }
.left { width:201px; float:left; overflow:hidden;}
.left2 { width:670px; float:left; overflow:hidden;}
.left3 { width:754px; float:left; overflow:hidden; color:#666;}
.lefttop { background:url(../images/left_top_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden; margin-top:10px;}
.left2top { background:url(../images/left2_top_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden;}
.leftbot { background:url(../images/left_bot_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden;  margin-bottom:10px;}
.left2bot { background:url(../images/right_bot2_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden; margin-bottom:10px; }

.right { width:754px; float:left; display:inline; margin-right:5px; overflow:hidden;}
.right2 { width:275px;  float:right; overflow:hidden;}
.right3 { width:201px; float:right; overflow:hidden; color:#666;}
.righttop { background:url(../images/right_top_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden;}
.right2top { background:url(../images/right2_top_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden;}
.rightbot { background:url(../images/right_bot_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden; margin-bottom:10px;}
.right2bot { background:url(../images/left_bot2_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden; margin-bottom:10px;}

.right_main { width:752px; border:solid 1px #d5d5d5; padding-bottom:15px; overflow:hidden;}
.right2_main { width:273px; border:solid 1px #d5d5d5; padding-bottom:15px; overflow:hidden;}
.left2_main { width:668px; border:solid 1px #d5d5d5; padding-bottom:15px; overflow:hidden;}

.h_nav li a:-webkit-any-link{ display:block;}
em,i{ font-style:normal;}
.nobor{ border:none; background:none;}
.wrap{ width:1200px; margin:0 auto; position:relative;}

.header, .content, .footer, .container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
/*页眉*/
.header {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}
.header_top {
	overflow: hidden;
	width: 100%;
	height: 30px;
	background-color: #eee;
}
.header_top p {
	float: left;
	line-height: 30px;
	font-size: 12px;
	color: #666;
}
.header_top ul {
	overflow: hidden;
	float: right;
	margin-top: 5px;
}
.header_top li {
	float: left;
	font-size: 13px;
	color: #333;
	padding: 0 10px;
	border-right: 1px solid #333;
}
.header_top li.last {
	border: none;
	padding-right: 0;
}
.header_center {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	height: 126px;
}
.header_center h1 {
	float: left;
	margin-top: 20px;
}
.header_center p {
	float: left;
	padding: 5px 0;
	margin-top: 35px;
	padding-left: 20px;
	border-left: 1px solid #d2d2d2;
	font-size: 24px;
	color: #bb0412;
	margin-left: 20px;
	font-weight: bold;
}
.header_center p span {
	display: block;
	font-size: 15px;
	color: #666;
	margin-top: 5px;
}
.header_center b {
	float: left;
	padding: 5px 0;
	margin-top: 35px;
	padding-left: 20px;
	border-left: 1px solid #d2d2d2;
	font-size: 24px;
	color: #005aa1;
	margin-left: 20px;
}
.header_center b em {
	display: block;
	font-size: 15px;
	color: #666;
	margin-top: 5px;
}
.header_center .phone {
	overflow: hidden;
	float: right;
	margin-top: 45px;
	padding-left: 55px;
	background: url(../img/phone.png) no-repeat left center;
}
.header_center .phone p {
	font-size: 13px;
	color: #666;
}
.header_center .phone span {
	display: block;
	font-size: 14px;
	color: #666;
}
.header_nav {
	overflow: hidden;
	width: 100%;
	height: 55px;
	background: url(../img/nav.png) left top repeat-x;
	line-height: 55px;
}
.header_nav ul {
	overflow: hidden;
	width: 100%;
}
.header_nav li {
	float: left;
	font-size: 14px;
	background: url(../img/nav_b.png) no-repeat right center;
}
.header_nav li a {
	text-decoration: none;
	display: block;
	color: #fff;
	padding-left: 31px;
	padding-right: 31px;
}
.header_nav li:last-child {
	background: none
}
.header_nav li.cur, .header_nav li:hover {
	background: url(../img/nav_c.png) repeat-x left top;
}

/*pro首页产品*/
.pro {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	margin-top: 50px;
}
.pro .leftpro {
	overflow: hidden;
	float: left;
	width: 230px;
}
.pro .leftpro h2 {
	background: url(../css/img/pro01.png) no-repeat center;
	width: 100%;
	height: 105px;
}
.pro .leftpro h2 b {
	font-size: 28px;
	color: #fff;
	font-family: Impact;
	display: block;
	padding-left: 25px;
	padding-top: 30px;
	font-weight: normal
}
.pro .leftpro h2 em {
	display: block;
	font-size: 16px;
	color: #fff;
	padding-left: 25px;
}
.pro .leftpro .menu {
	overflow: hidden;
	width: 226px;
	border: 2px solid #bb0412;
	border-top: none;
	border-bottom: none;
	padding-top: 15px;
*padding-bottom:20px;
	height: 350px;
}
.pro .leftpro .menu li {
	overflow: hidden;
	width: 204px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.pro .leftpro .menu li >a {
	display: block;
	width: 190x;
	height: 35px;
	background: url(../img/pro02-1.png) no-repeat 170px center;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	background-color: #bb0412;
	border-radius: 5px;
	padding-left: 14px;
}
.pro .leftpro .menu li.cur>a {
	background: url(../img/pro02.png) no-repeat 170px center;
	background-color: #005aa1;
}
.pro .leftpro .menu .nmenu {
	overflow: hidden;
	width: 100%;
	margin-top: 15px;
	display: none;
	max-height: 200px;
}
.pro .leftpro .menu .nmenu a {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	padding-left: 15px;
}
.pro .leftpro .menu .nmenu a:hover {
	color: #f07f1b;
	text-decoration: none
}
.pro .leftpro .phone {
	overflow: hidden;
	padding: 25px 0;
	padding-left: 65px;
	width: 165px;
	background: url(../css/img/pro_phone.png) no-repeat 15px center;
	background-color: #363636;
}
.pro .leftpro .phone p {
	font-size: 13px;
	color: #fff;
}
.pro .leftpro .phone span {
	display: block;
	font-size: 20px;
	color: #fff;
}
.pro .rightpro {
	overflow: hidden;
	width: 740px;
	float: right;
}
.pro .rightpro .list {
	overflow: hidden;
	width: 110%;
}
.pro .rightpro li {
	overflow: hidden;
	float: left;
	width: 230px;
	height: 260px;
	margin-right: 25px;
	margin-bottom: 20px;
	background-color: #fff;
}
.pro .rightpro li img {
	display: block;
	margin-bottom: 15px;
	width: 230px;
    height: 230px;
}
.pro .rightpro li span {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.pro .rightpro li a {
	display: block;
	text-decoration: none
}
.pro .rightpro li:hover {
	background-color: #fff;
}
.pro .rightpro li:hover span {
	color: #333;
}

/* 旧首页产品 */

.home-product{ padding-top:70px; height:650px; }

.home-product-top{ position:relative; height:50px;}
.home-product-top a{ background-color:#b50311; display:inline-block; padding:0 10px; font-size:12px; line-height:28px; color:#fff; position:absolute; right:0; top:11px;}
.home-product-top a:hover{ background-color:#ed6a00;}

.home-product-title{font-size:30px; line-height:50px; color:#008dd7; height:50px;}

.home-product-title span{color:#c3c3c3; display:inline-block; padding-left:10px; }

.proTitle{ height:40px; padding-top:10px;}
.proTitle li{ float:left; position:relative; padding:0 20px;}
.proTitle li a{ display:block; font-size:15px; line-height:40px; color:#000; cursor:pointer; }
.proTitle li a:hover{ color:#008dd7; text-decoration:underline;}
.proTitle li span{ width:3px; height:12px; position:absolute; left:0; top:14px; background-color:#b50311; overflow:hidden;}
.proTitle li:nth-child(1){ padding-left:0;}
.proTitle li:nth-child(1) span{ display:none;}
.proTitle li.on{ color:#008dd7;}

.home-product-content{ margin-top:30px;}

.productScroll .bd{ overflow:hidden; width:1200px;}
.productScroll{ position:relative;}
.productScroll .prev,.productScroll .next{ display:block; width:70px; height:120px; overflow:hidden;cursor:pointer; background:url(product-pn.png) no-repeat; position:absolute; top:150px; z-index:5;-ms-transition-duration: 0s; transition-duration: 0s;}
.productScroll .prev{ background-position:0 0px; left:50%; margin-left:-670px;}
.productScroll .next{ background-position:right 0px; right:50%; margin-right:-670px;}
.productScroll .prev:hover{ background-position:left bottom; }
.productScroll .next:hover{ background-position:right bottom; }
		
.productlist{ position:relative; width:1200px; overflow:hidden;}
.productlist dl{ float:left; width:390px; height:460px; background-color:#fff; margin-right:15px; position:relative; overflow:hidden;}
.productlist dl dt{ height:390px; position:relative; overflow:hidden;}
.productlist dl dd{ padding:0 15px; font-size:18px; line-height:50px; text-align:center;}

/*搜索开始*/
.so{ width:960px; margin:0 auto; height:35px; line-height:35px; }
.so p{ float:left; font-size:12px; color:#666; font-weight:bold; width:750px; height:35px; line-height:35px; overflow:hidden;}
.so p a{ font-size:12px; color:#666; font-weight:normal; padding:0 10px 0 0;}
.inp1{ background:url(../images/s_inp.gif) no-repeat; width:140px; height:22px; border:none; padding:0 4px 0 23px; float:left; margin:7px 4px 0 0; color:#666; line-height:22px; outline:none;}
.so .so_so{ float:left; margin-top:7px; width:39px; height:22px;}

/*搜索结束*/


/*底部开始*/
.f_bg{ background:url(../images/f_bg.gif) no-repeat center 0; height:249px; text-align: center;}
.f_nav{ height:55px; line-height:55px; overflow:hidden;}
.f_nav li{ float:left}
.f_nav a{ font-size:14px; color:#fff; padding:0 22px; display:block; float:left; background:url(../images/f_line.png) no-repeat right 0;}
.f_nav .nobor{ background:none;}
.f_logo{ padding:23px 15px 0 23px; float:left; width:158px;}
.f_logo img{ width:158px; height:130px;}
.f_ban{ padding:20px 0 0;}
.f_ban p{ font-size:12px; color:#fff; line-height:30px;}
.f_ban span{ padding:0 20px;}
.f_ban a{ font-size:12px; color:#fff;}
.f_er{ padding:23px 70px 0 0; width:127px;}
.f_er img{ width:127px; height:127px;}
.f_db { width:960px; margin:0 auto; }
.f_db .f_dz { float: left;text-align: left; width: 520px; font-size: 12px;line-height: 30px;color: #fff;margin-left: 20px; margin-top:18px;}
.f_db .f_dz span { margin-left: 20px; }
.f_gaba { width:530px;margin:0 auto; padding:20px 0; }
.f_gaba p { float:left;margin: 5px 0px 0px 7px;}
.f_gaba img { float:left;}
/*底部结束*/

/*--end common.css end--*/


/*--start index.css start--*/

/*common*/
.mb10 { margin-bottom:10px;}
.ml10 { margin-left:10px;}
.bg { background:#FFF;}
span { overflow:hidden;}/*兼容IE8*/

/*正文开始*/
/*.banner a { background:url(../images/banner.jpg) no-repeat center 0; height:490px; display:block}*/

/*依速力产品中心*/
.cp_bg{ background:#f1f1f1; padding:30px 0 35px;}
.cp_l{ width:239px; font-size:0; background:#bc0412; padding:0 0 3px;}
.cp_l .cp_lt{ display:block; background:url(../images/cp_ltbg.gif) no-repeat; width:238px; height:76px; text-align:center;}
.cp_l .cp_lt a{ font-size:22px; color:#fff; font-weight:bold; display:inline-block; padding:14px 0 0;}
.cp_l .cp_lt i{ display:block; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#b05c60; font-weight:bold; text-transform:uppercase;}
.cp_l .cp_lm{ background:#fff; width:233px; margin:0 auto; padding:18px 0 0;}
.cp_lm h3{ background:url(../images/cp_libg.gif) no-repeat; width:211px; height:37px; line-height:37px; margin:0 auto;}
.cp_lm h3 a{ font-size:14px; color:#303030; padding:0 0 0 33px;}
.cp_lm ul{ padding:10px 0; width:211px; margin:0 auto;}
.cp_lm ul li {float: left;height: 32px;line-height: 32px;overflow: hidden;width: 104px;border-bottom:#e2e2e2 1px dashed;}
.cp_lm ul li a {background:url(../images/cp_ico01.gif) no-repeat 0 10px; padding-left:10px; color: #3b3b3b;font-size: 14px;}
.cp_lm .nobor{ border:none;}
.cp_r{ width:704px; font-size:0; border:#eaeaea 1px solid; background:#fff; padding:0 0 27px; _padding:0 0 38px;}
.cp_rt{ background:url(../images/cp_rtbg.gif) no-repeat 0 0; height:53px; line-height:53px; width:674px; padding:0 15px;}
.cp_rt a{ font-size:18px; color:#3b3b3b; font-weight:bold;}
.cp_rt i{ color:#b50311;}
.cp_rt span{ float:right; display:block; line-height:0; padding:25px 0 0;}
.cp_rt span img{ width:50px; height:20px;}
.cp_r ul li{ width:220px; padding:20px 0 0 11px; float:left;}
.cp_r ul li img{ width:212px; height:211px; border:#f1f1f1 3px solid;}
.cp_r ul li span{ display:block; width:220px; text-align:center; height:25px; line-height:25px; padding:5px 0 0; overflow:hidden;}
.cp_r ul li span a{ font-size:12px; color:#343030;}

/*你是否遇到以下问题*/
.why{ padding:0 0 40px;}
.why_t{ text-align:center; padding:32px 0; height:64px;}
.why_t a{ font-size:28px; color:#525252; font-weight:bold;}
.why_t i{ color:#ac0310; padding:0 10px 0 0;}
.why_t span{ display:block; font-size:25px; color:#e7e7e7; text-transform:uppercase; font-weight:bold;}
.why ul li{ width:318px; float:left; font-size:0; padding:0 0 0 2px;}
.why ul li img{ width:308px; height:224px; border:#f1f1f1 5px solid;}
.why ul li span{ display:block; width:318px; height:53px; line-height:53px; text-align:center; background:url(../images/why_picbg.gif) no-repeat; margin:1px 0 0;font-size:16px; color:#3b3b3b; font-weight:bold;}

/*优势*/
.ys_t{ background:url(../images/ys_tbg.gif) no-repeat center 0; height:176px; overflow:hidden;}
.ys01{ background:url(../images/ys_bg01.jpg) no-repeat center 0;  padding-top: 40px; overflow:hidden;}
.ys02{ background:url(../images/ys_bg02.jpg) no-repeat center 0; padding-top: 10px;  overflow:hidden; min-height: 300px}
.ys03{ background:url(../images/ys_bg03.jpg) no-repeat center 0; padding-top: 50px;margin-bottom: 50px; overflow:hidden;}
.ys_t img{ width:960px; height:176px;}
.ys dl{ width:480px; float:left; margin-left:10px;}
.ys dl dt,.ys03 .ys_bt{ height:68px; display:inline-block; width:480px;}
.ys01 .ys dl dt h5{ background:url(../images/ys_line01.gif) no-repeat 0 58px; font-size: 26px; color: #3b3b3b;}
.ys02 .ys dl dt h5{ background:url(../images/ys_line02.gif) no-repeat 0 58px; font-size: 26px; color: #3b3b3b;}
.ys03 .ys_bt h5{ background:url(../images/ys_line03.gif) no-repeat 0 58px; font-size: 26px; color: #3b3b3b;}
.ys dl dt span,.ys03 .ys_bt span{ width:68px; display:block; float:left; padding:0 15px 0 0;}
.ys dl dt span img,.ys03 .ys_bt span img{ width:68px; height:68px;}
.ys dl dt h3,.ys03 .ys_bt h5{ width:390px; float:left; height:68px; font-size: 26px; color: #3b3b3b;}
.ys dl dt h3 a,.ys03 .ys_bt h5 a{ font-size:26px; color:#3b3b3b;}
.ys dl dt h3 i,.ys03 .ys_bt h5 i{ color:#bb0412;}
.ys dl dt h3 em,.ys03 .ys_bt em{ display:block; font-size:16px; color:#bbb; text-transform:uppercase;}
.ys dl dd{ width:400px; padding:0 0 0 50px;}
.ys dl dd p{ font-size:14px; color:#4b4b4b; padding:15px 0 0 30px; background:url(../images/ys_ico01.png) no-repeat 0 22px; line-height:28px;}
.ys dl dd p b{ color:#bb0412;}
.ys dl dd p i{ display:block; font-size:16px; color:#bb0412; font-weight:bold;}
.ys .ys_l{ width:470px; float:left;

 /*padding:400px 0 0;*/
}
.ys .ys_l em{ width:102px; display:block; float:left;}
.ys .ys_l em img{ width:102px; height:34px;}
.ys .ys_l p{ font-size:14px; color:#3b3b3b; float:left; line-height:20px; padding:0 0 0 20px;}
.ys .ys_l p b{ display:block; font-size:24px; color:#bb0412;}
.ys02 .ys .ys_l p{ text-align:right; padding:0 20px 0 158px;}
.ys ul li{ width:318px; float:left; padding:15px 0 0 2px;}
.ys ul li img{ width:308px; height:224px; border:#f1f1f1 5px solid;}
.ys ul li b{ display:block; background:url(../images/ys_ico01.png) no-repeat 10px 8px; padding:0 0 0 35px; height:30px; line-height:30px; overflow:hidden;font-size:16px; color:#bb0412;}
.ys ul li span{ display:block; font-size:14px; color:#3b3b3b; background:url(../images/ys_ico02.png) no-repeat 18px 11px; line-height:28px; padding:0 0 0 35px; overflow:hidden;}

/*广告条*/
.ban01{ background:url(../images/ban01.jpg) no-repeat center 0; height:155px; overflow:hidden;}
.ban01 p{ float:right; width:176px; font-size:14px; color:#fff; font-weight:bold; padding:32px 0 0;}
.ban01 p span{ display:block; font-size:24px;}
.ban01 p em{ display:block; padding:0 0 10px;}
.ban01 p em img{ width:114px; height:35px;}

/*依速力合作客户*/
.kh_bg{ background:#f6f6f6;}
.kh{ padding:35px 0 52px;}
.kh_t{ height:70px; text-align:center; overflow:hidden; background:url(../images/kh_line.gif) no-repeat 110px 54px;}
.kh_t a{ font-size:24px; color:#3b3b3b; font-weight:bold;}
.kh_t span{ display:block; font-size:30px; color:#e4e4e4; font-weight:bold; text-transform:uppercase;}
.kh_t i{ display:block; float:right; line-height:0; padding:45px 0 0;}
.kh_t i img{ width:50px; height:20px;}
.kh_m{ padding:28px 0 0;}
.kh_l a{ background:url(../images/kh_lico01.png) no-repeat; width:24px; height:34px; display:block; float:left;}
.kh_l a:hover{ background:url(../images/kh_lico02.png) no-repeat;}
.kh_r a{ background:url(../images/kh_rico01.png) no-repeat; width:24px; height:34px; display:block; float:left;}
.kh_r a:hover{ background:url(../images/kh_rico02.png) no-repeat;}
.kh_l,.kh_r { padding:35px 0 0;}
.kh_c ul li { width:138px; height:104px; float:left; font-size:0; background:url(../images/kh_libg.gif) no-repeat; margin:0 0 0 12px; display:inline;}
.kh_c ul li img{ width:132px; height:98px; padding:3px;}

/*客户见证*/
.jz,.zz{ width:640px; font-size:0; padding:15px 0 40px; overflow:hidden;}
.jz_t{ background:url(../images/jz_tbg.gif) no-repeat 0 12px; height:50px;}
.jz_t a{ font-size:18px; color:#3b3b3b; font-weight:bold; display:inline-block; padding:0 0 0 26px; line-height:36px;}
.jz_t span,.news_t span{ display:block; float:right; line-height:0; padding:20px 0 0;}
.jz_t span img,.news_t span img{ width:50px; height:20px;}
.jz dl{ width:640px; padding:25px 0 0; display:inline-block;}
.jz dt{ width:268px; float:left; padding-right:28px;}
.jz dt img{ width:256px; height:182px; border:#989898 1px solid; padding:5px;}
.jz dd{ float:left; width:340px; overflow:hidden;}
.jz dd h3{ line-height:22px; height:22px; overflow:hidden;}
.jz dd h3 a{ font-size:12px; color:#707070; }
.jz dd span{ font-size:12px; color:#707070; font-weight:bold; overflow:hidden; display:block; padding:10px 0;}
.jz dd p{ font-size:12px; color:#707070; line-height:24px; height:72px; overflow:hidden;}
.jz dd em{ display:block; padding:20px 0 0;}
.jz dd em img{ width:86px; height:28px;}

/*企业荣誉*/
.zz{ width:270px;}
.zz .jz_t{ background:url(../images/zz_tbg.gif) no-repeat 0 12px; height:50px;}
.zz ul li{ width:235px; margin:0 auto; padding:20px 0 0;}
.zz ul li img{ width:233px; height:166px; border:1px solid #f1f1f1;}
.zz ul li span{ width:235px; display:block; text-align:center; height:25px; line-height:25px; padding:5px 0 0; overflow:hidden;}
.zz ul li span a{ font-size:12px; color:#707070;}

/*广告条*/
.ban02{ background:url(../images/ban02.jpg) no-repeat center 0; height:288px; overflow:hidden;}
.ban02 b{ display:block; width:117px; float:left; padding:213px 0 0 35px;}
.ban02 b img{ width:117px; height:29px;}
.ban02 p{ float:left; font-size:14px; color:#fff; padding:230px 0 0 290px;}
.ban02 p span{ font-size:18px;}
.ban02 p em{ display:inline-block; padding:0 10px 0 0; float:left;}
.ban02 p em img{ width:82px; height:32px;}

/*走进依速力*/
.abt{ padding:28px 0 48px; font-size:0; overflow:hidden;}
.abt .jz_t{ background:url(../images/ab_tbg.gif) no-repeat 0 12px; height:50px;}
.abt_c{ padding:20px 0 0; overflow:hidden;} 
.abt_c dl{width:960px; display:inline-block; overflow:hidden;}
.abt_c dt{ width:383px; float:left;}
.abt_c dt img{ width:371px; height:302px; border:#f6f6f6 6px solid;}
.abt_c dl dd{width:552px; overflow:hidden; float:left; padding:0 0 0 25px;}
.abt_c dl dd h2{ line-height:25px;height:25px; overflow:hidden; font-size: 15px;}
.abt_c dl dd h2 a{ font-size:14px; color:#3b3b3b;}
.abt_c dl p{ line-height:22px; font-size:12px; color:#3b3b3b ;height:150px; width: 510px; padding:8px 0 0; overflow:hidden;}
.abt_c dl dd h5{ line-height:22px;height:22px; overflow:hidden; background:url(../images/ab_line.gif) repeat-x 0 25px; padding:20px 0 0;}
.abt_c dl dd h5 a{ font-size:18px; color:#3b3b3b; width:80px; display:block; background:#fff;}
.abt_c #photoImg{ clear:both;overflow:hidden;}
.abt_c li{ float:left; width:171px; padding:12px 6px 0; font-size:0; overflow:hidden;}
.abt_c li img{ width:163px; height:107px; padding:3px; border:#e4e4e4 1px solid;}

/*依速力动态*/
.news_bg{ padding:28px 0 30px; background:#f6f6f6; overflow:hidden;}
.news{ width:630px; font-size:0;}
.news_t{ height:50px; background:url(../images/news_tbg.gif) no-repeat 0 12px;}
.news_t ul li{ float:left; padding:0 36px 0 0;}
.news_t ul li a{ font-size:18px; color:#3b3b3b; font-weight:bold; display:inline-block; padding:0 0 0 26px; line-height:36px;}
.news_t ul li.cur a,.news_t ul li a:hover{ color:#ac0310;}
.news_t span{ float:right; padding:20px 15px 0 0;}
.news_t span a{ font-family:"Microsoft YaHei"; font-size:12px; color:#8d8d8d;}
.news dl{ width:630px; padding:20px 0 15px; display:inline-block; overflow:hidden;}
.news dt{ width:239px; float:left; padding:0 30px 0 0;}
.news dt img{ width:231px; height:134px; border:#e5e5e5 1px solid; padding:3px; background:#fff;}
.news dd{ float:left; overflow:hidden; width:355px;}
.news dd h3{ height:25px; line-height:25px; overflow:hidden;}
.news dd h3 a{ font-size:14px; color:#3b3b3b; font-weight:bold;}
.news dd p{ font-size:12px; color:#525252; height:88px; line-height:22px; padding:5px 0 0; overflow:hidden;}
.news dd span{ display:block; padding:5px 0 0;}
.news dd span a{ font-size:12px; color:#ac0310; font-weight:bold;}
.news_m ul li{ height:35px; line-height:35px; border-bottom:#d5d6d6 1px dashed; overflow:hidden; background:url(../images/news_ico01.gif) no-repeat 0 12px; width:300px; float:left; margin:0 15px 0 0;}
.news_m ul li a{ font-size:12px; color:#525252; padding:0 0 0 14px;}

.news_m .nobor,.wd .nobor{ border:none;}

/*技术问答*/
.wd{ width:270px; padding:0 0 0 35px; font-size:0; background:url(../images/wd_bg.gif) no-repeat;}
.wd .jz_t{ background:url(../images/wd_tbg.gif) no-repeat 0 12px; height:50px;}
.wd dl{ width:270px; height:110px; border-bottom:#cecece 1px dashed; margin:0 auto; padding:20px 0 0;}
.wd dt{ background:url(../images/wen.gif) no-repeat 0 5px; padding-left:25px; height:25px; line-height:25px; overflow:hidden;}
.wd dt a{ font-size:12px; color:#000; font-weight:bold;}
.wd dd{ font-size:12px; color:#525252; background:url(../images/da.gif) no-repeat 0 5px; padding-left:25px; line-height:24px; height:72px; overflow:hidden;}
.wd .yangs{ margin: 10px 0px; overflow: hidden; width: 270px; height: 365px;}

/*欢迎参观依速力厂房*/
.cangf{ padding:30px 0 20px; border:#d5d5d5 1px solid; width:958px; margin:0px auto 0; overflow:hidden; margin-bottom: 50px;}
.cangf .kh_t{ height:70px; text-align:center; overflow:hidden; background:url(../images/cangf_line.gif) no-repeat 85px 54px;}
.kh_t em{ color:#ac0310;}
.cangf .kh_t i{ padding:45px 20px 0 0;}
.cangf .kh_l { padding:53px 0 0 10px;}
.cangf .kh_r { padding:53px 10px 0 0;}
.cangf_c ul li { width:196px; float:left; font-size:0; padding:0 0 0 22px;}
.cangf_c ul li img{ width:188px; height:133px; padding:3px; border:#e4e4e4 1px solid;}
.cangf_c ul li span{ width:196px; display:block; text-align:center; height:25px; line-height:25px; padding:5px 0 0; overflow:hidden;}
.cangf_c ul li span a{ font-size:12px; color:#0a0b0b;}

/*友情链接*/
.link{ padding:25px 0 15px;}
.link_t{ background:url(../images/link_line.gif) no-repeat 0 38px; height:40px; line-height:40px; overflow:hidden;}
.link_t a{ font-size:18px; color:#3b3b3b; font-weight:bold;}
.link_t em{ font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#bcbcbc; padding:0 0 0 10px; text-transform:uppercase;}
.link_t span{ float:right;}
.link_t span a{ font-size:12px; color:#ac0310; font-weight:normal;}
.link p{ height:60px; line-height:30px; overflow:hidden; padding:12px 0 0; color:#525252;}
.link p a{ font-size:12px; color:#525252; display:inline-block; padding:0 11px;}


/*--end index.css end--*/

/*--start temp.css start--*/
#nodata { padding:80px; padding-left:150px; border:solid 1px #eee;margin:10px 0; background:url(../images/nodata.gif) no-repeat 20px 20px;}
/* -- 弹出窗口 -- */
#mesbook1_c, #mesbook1{display:none;z-index:1001;width:398px;border:1px solid #ccc;background:#fff; padding-bottom:20px;}
#mesbook1_c div, #mesbook1 div{ border:1px solid #E4E3E3; background:#EBECEB;height:18px; padding:4px .5em 0; margin-bottom:10px;}
#mesbook1_c dl.b1, #mesbook1 dl.b1 { width:370px; margin:0 auto;}
#mesbook1_c dl.b1 dt, #mesbook1 dl.b1 dt { float:left; width:105px; overflow:hidden; }
#mesbook1_c dl.b1 dd, #mesbook1 dl.b1 dd { width:265px; float:right;}
#mesbook1_c #mesbook1_cBtns, #mesbook1 #mesbook1Btns{padding-bottom:10px;}
#mesbook1_c #mesbook1_cBtns input, #mesbook1 #mesbook1Btns input {margin-right:20px;}

.b15 { background: url(../images/skinsvibtn.gif) no-repeat; border:0; cursor: pointer; overflow:hidden; background-position:-79px -650px; width:60px; height:24px; line-height:24px; color:#fff; font-size:14px; font-weight:bold; }

/*rollup.css*/
#roll_top,#fall,#ct{position:relative;cursor:pointer;height:72px;width:26px; z-index:100;}
#roll_top{background:url(../images/top.gif) no-repeat}
#fall{background:url(../images/top.gif) no-repeat 0 -80px}
#ct{background:url(../images/top.gif) no-repeat 0 -40px}
#roll{display:block;width:15px;margin-right:-500px;position:fixed;right:50%;top:80%;_margin-right:-505px;_position:absolute;_margin-top:300px;_top:expression(eval(document.documentElement.scrollTop))}
/*--end temp.css end--*/

/*在线客服*/
.ImTable *{padding:0px;margin:0px}
.ImTable{border-collapse:collapse;border:none;background:url(../images/bg.gif)}
.ImTable h2{font-size:14px;font-weight:bold;margin-top:5px}
.ImHeader{height:165px;background:url(../images/im_01.gif)}
.ImRow0{background:url(../images/ico_item1.gif) no-repeat;margin:10px 10px 0;height:24px;padding-left:10px;padding-top:4px; }
.ImRow1{background:url(../images/ico_item1.gif) no-repeat;margin:10px 10px 0;height:24px;padding-left:10px;padding-top:4px;}
a.im,a:hover.im{text-decoration:none;height:35px;color:#000; font-size:12px;}
.ImFooter{height:90px;background:url(../images/im_04.gif) no-repeat; display:inline-block; width:150px;font-family:Arial,Helvetica,sans-serif;}
.ImFooter h5{font-size:14px;font-weight:normal; color:#fff;text-align:center;margin:15px 0 0;font-family:'宋体';}
.ImFooter p{font-size:20px;font-weight:bold;  color:#fff;text-align:center;margin:10px 0;}


/*--回到顶部--*/



/*全屏flash切换*/
#flashs { position:relative; height: 490px; overflow: hidden;}
#flashs .bgitem { background: url('/uploads/img/hb2.jpg') no-repeat scroll center top; background-size:auto 490px; height: 490px;		 width: 100%; margin:0 auto;}
#flashs .btn{ position:absolute; z-index:7; bottom:22px; right:50%; margin-right:-470px; padding:5px 6px;}
#flashs .btn span{ color:#b50311;  background:#efefef; border:1px solid #b50311; cursor: pointer;display: inline-block;margin-left: 5px;padding:2px 6px;}
#flashs .btn span.cur{ background:#b50311; color:#fff;}

/*国内主流媒体*/


/*PK开始*/
#pk{ background:url(img/home_69.png) top center no-repeat; width:100%; height:560px; margin:0 auto; font-size:14px}
#pk .pk_t{ background:url(img/home_71.png) center 165px no-repeat; margin:0 auto; width:1200px; height:543px; overflow:hidden; }
#pk .t_left{ margin-left:30px;}
#pk .t_left ul,.t_right ul{ margin:0 auto; width:540px; height:378px; overflow:hidden; padding-top:165px; float:left;}
#pk .t_left ul li,.t_right ul li{ width:520px; height:48px; line-height:38px;}
#pk .t_left ul li{ text-align:right; color:#fff;}
#pk .t_middle ul{ margin:0 auto; width:80px; height:378px; overflow:hidden; padding-top:165px; float:left;}
#pk .t_middle ul li{ width:120px; height:48px; font-size:16px;line-height:38px; text-align:center; color:#333; font-weight:bold;}
#pk .t_right ul li{text-align:left; color:#333;}
/*PK结束*/

/*news*/
.news {
	overflow: hidden;
	width: 100%;
	padding: 45px 0 30px 0;
	background-color: #f9f9f9;
}
.news .nbox {
	overflow: hidden;
	width: 1020px;
	margin: 0 auto
}
.news .newsbox {
	overflow: hidden;
	float: left;
	margin: 0 10px;
	border: 1px solid #dbdbdb;
	width: 318px;
	height: 468px;
}
.news h2 {
	margin-top: 30px;
	margin-bottom: 25px;
	padding-left: 6px;
	border-left: 6px solid #bb0412;
	font-weight: normal;
	font-size: 20px;
	color: #333;
}
.news img {
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
.news .list {
	overflow: hidden;
	width: 290px;
	margin: 0 auto
}
.news .list li {
	overflow: hidden;
	width: 100%;
	font-size: 13px;
	color: #666;
	line-height: 45px;
}
.news .list li em {
	float: left;
	color: #40a3ee;
	margin-right: 5px;
}
.news .list li a {
	display: block;
	float: left;
	width: 180px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #666;
}
.news .list li span {
	float: right
}
.news .wenda {
	overflow: hidden;
	width: 290px;
	margin: 0 auto;
	height: 370px;
	position: relative
}
.news .wenda ul {
	overflow: hidden;
	position: absolute
}
.news .wenda li {
	overflow: hidden;
	height: 104px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #e4e4e4;
}
.news .wenda b {
	font-weight: normal;
	font-size: 13px;
	padding-left: 32px;
	background: url(../img/news_w.png) no-repeat left center;
	line-height: 25px;
	margin-bottom: 15px;
}
.news .wenda b a {
	color: #f07f1b;
}
.news .wenda p {
	padding-left: 32px;
	background: url(../img/news_d.png) no-repeat left top;
	font-size: 13px;
	color: #333;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}
/*news结束*/