  /* 公共样式 */
*{
	margin:0;
	padding:0;
}
*:focus {
	outline:none;
} 
body {
	color: #333;
	font-size: 14px;
	font-family: arial;
	-webkit-text-size-adjust: none;
	font-family: "微软雅黑";
	background: #efefef;
}

h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	list-style:none;
	font-weight:normal;


}
/* 追加block声明 */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary{ 
display:block !important; 
} 
li{
	list-style:none;
}
img{
	border:none;

}
a img{
	border:none;
}
em,i {
	font-style:normal;
}
a {
	text-decoration:none;
	-webkit-tap-highlight-color:rgba(255,0,0,0); /* 1.去除android a/button/input等标签被点击时产生的边框 2.去除ios a标签被点击时产生的半透明灰色背景  */
}
a:hover {
	color:#1571c8;
}
.clearfix{ clear:both;display: block; overflow: hidden; }
input[type=text],input[type=password],input[type=number],input[type=url],input[type=email],input[type=tel]
	{
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
	border: 1px #1571c8 solid;
	text-indent: 10px;
	font-size: 14px;	
	color: #333;
	font-family: "微软雅黑";
}
input,select{-webkit-appearance:none;}
  header {
	height: 50px;
	border-bottom: 1px #f05500 solid;
	position: relative;
	background: #1571c8;;
}

header h1.logo {
	width: 110px;
	height: 32px;
	position: absolute;
	left:50%;
	top: 50%;
	margin-left:-45px;
	margin-top: -16px;
	background: url(../images/logo.png) no-repeat;
	background-size: 85%;
}

header h1.logo a {
	display: block;
	height: 100%;
	text-indent: -9876px;
	overflow: hidden;
}
footer {
  padding: 10px 0;
  line-height: 1.5em;
}
footer p {
  line-height: 1.6;
}
    footer p a
    {
        margin: 0 8px;
        color: #333;
    }
    #wrapper{
	margin:0 auto;
	position:relative;
	width:100%;
		background: #fff;

}
nav {
  width:100%;
  height: 42px;
  background: #fff; 
  position: relative;
  z-index: 10; 
}
nav ul {
	display: -webkit-box;
}
nav li {
 height: 42px;
  line-height: 42px;
 -webkit-box-flex: 1;
  text-align: center;
  background: #fff;
  font-size: 16px;
}
nav li a {
    height: 42px;
    line-height: 42px;
	display: block;
	color: #333;
	border-bottom: 1px solid #d9d9d9;
    
}
nav li a:hover {
	 border-bottom: 2px solid #1571c8;
	 color: #1571c8;
}
nav li a.current {
 border-bottom: 2px solid #1571c8;
 color: #1571c8;
}
.form{
	position: relative;
	  margin:0 auto;
    margin: 25px 0px 15px 0px;
      width: 100%;
      padding: 10px 10px;
      box-sizing:border-box;
      -webkit-box-sizing:border-box;
	
  }
  .form span{
/*   	position: absolute;
  	top: 1.3rem; 
  	right: 1rem;
  	z-index: 1000;
  	display: block;
  	padding: 3%;
  	 background: url(../images/search.png) no-repeat;
  	 background-size: 80% */
  	position: absolute;
    top: 1.2rem;
    right: 0.5rem;
    z-index: 1000;
    display: block;
    background: url(../images/search.png) no-repeat;
    background-size: 65%;
    width: 2rem;
    height: 2rem;
  }
 .hotword{margin:0 auto;
	  margin-top: 20px;
      width: 100%;
      padding: 0 10px;
      box-sizing:border-box;
      -webkit-box-sizing:border-box;

 }
 .hotword a{display:inline-block;
 	padding-right: 12px; 
 	color: #333;
 	font-size: 14px; 
 	white-space: nowrap;
 }
 .hotword a:last-child{padding-right:0px; }
 .rm{float:left;
 	font-size:14px;
 	color:#1571c8;
 }
 .tjcompany{margin:0 auto;
	  margin-top:15px;
      width: 100%;
      padding: 0 10px;
      box-sizing:border-box;
      -webkit-box-sizing:border-box;
  }
  .tjcompany>h2{
  	width: 100%;
  	font-weight: normal;
  	font-size: 16px;
  	line-height: 2;
  }
  .tjcompany_son{
  	width: 100%;
  	box-sizing:border-box;
    -webkit-box-sizing:border-box;
   }
.tjcompany_son li a{
  	width: 100%;
  	border: 1px solid #e7e7e7;
  	background: #fff;
  	border-radius: 5px;
  	padding:10px;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    display:-webkit-box;
    margin-bottom: 5px;
   }
.tjcompany_son li a img{
	width: 70px;
	height: 70px;
	border: 1px #e7e7e7 solid;
	border-radius: 3px;
}
.tjcompany_son li a div{
  height: 70px;
  padding:0px 10px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -webkit-box-flex: 1;	
}
.tjcompany_son li a div h3 {
  height: 20px;
  line-height: 20px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: normal;
  color: #181818;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis
}
.tjcompany_son li a div p {
 margin-top: 5px;
  color: #999;
  overflow: hidden;
  height: 40px;
  line-height: 19px;
}
.more{margin:0 auto; margin-top:10px;width:100%;
	box-sizing:border-box; -webkit-box-sizing:border-box;
	height: 20px;line-height: 20px;
	text-align: center;color: #333;
}
.more a{ color: #333;}
/* 轮播 */
.block_home_slider { position: relative; behavior: url(js/PIE.htc); /*半透明兼容*/ line-height: 0px; margin:0 auto; width:100%; top:1px;z-index:0;
} 
.block_home_slider .slide {position:relative; display:inline-block; width:100%;}
.block_home_slider .flex-control-paging { display:inline-block; position:absolute; bottom:10px; width:58px; left:50%; margin-left:-29px; text-align:center;}
.block_home_slider .flex-control-paging li { margin:0px; padding:0px; float:left; overflow:hidden; list-style-type: none; margin-right:6px;
}
.block_home_slider .flex-control-paging li:last-child{margin-right: 0px;}
.block_home_slider .flex-control-paging li a {width:10px; height:10px; display:block; text-indent:-9000px; cursor:pointer; -moz-border-radius:50%; -webkit-border-radius:50%;border-radius:50%; background:black;-webkit-highlight-color:rbga(255,255,255,0);opacity:0.6}
.block_home_slider .flex-control-paging li a.flex-active {background:rgba(249,137,3,1);}
.block_home_slider .flex-direction-nav a {width:25px; height:25px; margin-top:-27px; display:block; position:absolute; top:50%; background-repeat:no-repeat; background-image:url(../images/wap/sprite_arrow_2.png) transparent; text-indent:-9000px;}
.block_home_slider .flex-direction-nav a.flex-prev {left:0px; background-position:left top;}
.block_home_slider .flex-direction-nav a.flex-prev:hover {background-position:left bottom;}
.block_home_slider .flex-direction-nav a.flex-next {right:0px; background-position:right top;}
.block_home_slider .flex-direction-nav a.flex-next:hover {background-position:right bottom;}
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; list-style-type: none;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}

/* class */
.mixh-list-product ul {
    padding: 10px;
}
.mixh-list-product li:last-child {
    margin: 0;
}
.mixh-list-product li {
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    border: 1px #fec799 solid;
    -webkit-border-radius: 5px;
    background: url(../images/icon-list-oran.png) #fefbec no-repeat 95% center;
}
.mixh-list-product li a {
    display: -webkit-box;
    height: 100%;
    color: #333;
    font-weight: 700;
    position: relative;
}
.mixh-list-product .p {
    width: 100%;
    position: absolute;
    left: 0;
    display: block;
}
.mixh-list-product .p img {
    margin-left: 10px;
	display: initial;
	vertical-align:middle;
}
.mixh-list-product .d {
    position: absolute;
    left: 45px;
}
.txt-list-category {
 width: 100%;
 padding: 50px 0px 10px 0px;
 box-sizing:border-box;
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 position: relative;
 vertical-align: middle;
 position: relative;
   
}
.line{
  width: 100%;
  height: 1px;
  background: #d9d9d9;
 position: absolute;
 top: -1.4rem;
 }
 .common-box{
  position: relative;
 }
.common-box.corner .title {
    padding: 2%;
  background: #efefef;
  position: absolute;
  top:-2.5rem;
  left: 60%;
  margin-left: -22%;
  text-align: center;
}
.common-list li {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #efefef;
    background: #fff;
}
.common-list li a {
    display: block;
    padding-left: 20px;
    color: #333;    
}
.common-list li a span{
  color: #333;
}
.common-list li:after {
    content: "";
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    margin: -1.7rem 0 0 0rem;
    border-width: 0 0.13rem 0.13rem 0;
    border-color: #bbb;
    border-style: solid;
    -webkit-transform: rotate(-45deg);
    border-radius: 0.1rem;
    box-sizing: border-box;
	right:1.5rem;
}
/*  企业详情  */
.content{
	width:100%;
	overflow:hidden;
}
.con01{
  background: #fff;
width:100%;	
	margin-bottom:10px;
}
.con01t {
    line-height: 30px;
	background-color:#efefef;
	text-align:center;
	font-size:18px;
	padding: 5px;
}
.clear {
    clear: both;
    line-height: 0px;
    overflow: hidden;
}
.clear:after {
    display: block;
    content: '';
    clear: both;
    visibility: hidden;
}
.con01c{
	background-color:#fff;
	border-top:0;

}
.con01cc li{
  float: left;
}
.con01cc li a>img{
  width: 90px;

}
.con01f{

    background-color: #fff;
    border-top: 0;
    padding-top: 10px;
    padding: 10px;
    line-height: 31px;
}
.con01f a p{
	padding:0.4rem;
}

.con01c li {
    padding: 0px 10px;
    line-height: 35px;
    font-size: 14px;
    color: #333;
}
.pad1{
  padding: 20px;
}
.pad{
  padding: 10px;
  line-height:1.6;
}
.con01c li span{
	color:#999;
	font-size:14px;
	margin-right:10px;
}
.con01c ul li img{
	margin:0 auto;
}
.con01c p{
	padding:0.4rem;
}
.map{
	width:100%;
}
.con02c{
  margin:5px 10px 0px 10px;
	border:1px solid #ccc;
	display:inline-block;
	float:left;
}
.con02c>img{
  width: 80px;
}
a {
    color: #333;
    text-decoration: none;
    -webkit-tap-highlight-color: #c8c8c8;
}
.module {
    clear: both;
    position: relative;
}
.bd .bread {
	font-size:14px;
    height: 36px;
    line-height: 36px;
    padding:0px 10px;
    border-bottom: 1px #ccc solid;
    white-space: nowrap;
    overflow: hidden;
	background-color:#fff;
}

.cat{
	background:#fff;
}
.txt-list-cat-v2 .cat h3 {
    color: #333;
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
	  border-bottom: 1px solid #efefef;
    position: relative;
}
.txt-list-cat-v2 .cat h3>span {
    display: block;
    position: absolute;
    top: 1.2rem;
    right: 1rem;
    width: 20px;
    height: 8px;
}
.txt-list-cat-v2 .cat h3>span.plus {
    background: url(../images/down_arrowgray.png);
}
.txt-list-cat-v2 .cat h3>span.plus01 {
    background: url(../images/up_arrowgray.png);
}
.txt-list-cat-v2 .cat h3 a {
    position: absolute;
    right: 10px;
    font-weight: normal;
	font-size:0.9rem;
	color:#fff;
}
.txt-list-cat-v2 .cat ul li {
    -webkit-box-sizing: border-box;
    float: left;
    border-bottom: 1px solid #efefef;
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0px 10px;
   
}
.txt-list-cat-v2 .cat ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
.txt-list-cat-v2 .cat ul li a span{
  color: #333;
}
.common-tab{
   width: 100%;
 padding: 70px 0px 10px 0px;
 box-sizing:border-box;
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 position: relative;
 vertical-align: middle;
}
.common-tab11{
  padding-top: 25px; 
}
.common-tab .line{
  width: 100%;
  height: 1px;
  background: #d9d9d9;
 position: absolute;
 top: 2.7rem;
 }
.common-tab .title {
    padding: 2%;
  background: #efefef;
  position: absolute;
  top:1.5rem;
  left: 60%;
  margin-left: -28%;
  text-align: center;
}
.common-tab h3 a{
	width:50%;
	text-align:center;
	float:left;
	
  height: 44px; line-height: 44px;
  border-bottom: 1px solid #efefef;
  opacity: 1;
}
.a1{
  color: #fff;
	background:#1571c8;
}
.a2{
	background:#ddd;
}
.common-tab li {
    -webkit-box-flex: 1;
    font-weight: 700;
	background:#fff;
	margin-bottom:10px;
}
a.offerList {
    display: block;
    padding: 10px;
    color: #333;
}
.Fix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
}
.offerList .desc {
    margin-left: 75px;
    line-height: 1.6;
}
.offerList2 .desc {
    margin-left: 0;
}
.c1 {
    color: #333;
}
.c3 {
    color: #999;
}
.c4 {
    color: #181818;
}
.f16 {
    font-size: 16px;
}
.hh{
  margin-bottom: 7px;
}
.page {
    text-align: center;
    margin: 15px 15px 10px 15px;
    line-height: 2;
	padding-bottom:15px;
}
.page .left {
    float: left;
}
.page .right {
    float: right;
}
.f10 {
    font-size: 10px;
}
.page .left i, .page .right i {
    color: #ccc;
}
.page .left a, .page .left i, .page .right a, .page .right i {
    display: inline-block;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff),
 to(#f1f1f1) );
    border: 1px solid #d1d1d1;
    padding: 0 10px;
}
.page .left a, .page .left i, .page .right a, .page .right i {
    display: inline-block;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff),
 to(#f1f1f1) );
    border: 1px solid #d1d1d1;
    padding: 0 10px;
}

/*查看更多*/
.morecont{
  margin: 0px 0px 10px 0px;
  text-align: center;
  line-height: 2;
}

.cdH3 {
    border-top: 1px solid #e3e4eb;
    color: #333;
    padding: 8px 15px;
    font-size: 125%;
	text-align:center;
}
.m10 {
    margin: 10px 0;
}
.ti {
    text-indent: 2em;
}
.lh16 {
    line-height: 1.6;
}
.pa15 {
    padding: 0 15px;
}
.tit{
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    font-weight: 400;
    border-top: 1px #e5e5e5 solid;
    border-bottom: 1px #e5e5e5 solid;
    background: #f5f5f5;
}
.meat {
    padding: 10px;
}
.product{
	margin-top:70px;
}
.ti p{
	padding-bottom:0.5rem;
}.green{color:#008200;}
.black{color:#000;}
.red{color:#E10000;}
.orange{color:#f60;}
.f_rgt{float:right;}
.mar_l10{margin-left:10px;}
.clearfix:after {content: " ";display: block;clear: both;height: 0;}
.clearfix {zoom: 1;}
.sch_box{border:solid 2px #FFA719; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;  background-color:#fff; }
.sch_box_list{padding:0 47px 0 55px; _display:inline-block;}
.sch_box_list_a{padding:0 47px 15px 0; margin:0;}
.sch_box_position{position:relative; z-index:9; left:0;}
.sch_text{width:100%; border:0 none; height:24px; line-height:24px; padding:3px 0; text-indent:10px;}
.sch_button{position:absolute; right:0; top:0; width:37px; height:32px; background:#fff url(../images/soqi_phone.gif) no-repeat 6px 5px; border:0 none; color:#fff; font-size:16px; font-weight:bold;border:solid 1px #aaa;border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;box-shadow:1px 1px 0 #ECEBE1 inset; -webkit-box-shadow:1px 1px 0 #ECEBE1 inset;-moz-box-shadow:1px 1px 0 #ECEBE1 inset;}
.sch_nav{position:absolute; z-index:10; left:0; top:0; line-height:30px;  width:50px; background:#FFF0D3 url(../images/soqi_phone.gif) no-repeat -123px -193px; color:#f60; font-size:15px;}
.sch_nav li{padding:0 5px;}
.sch_nav li.nav_li_ul_s{padding:0;}
.sch_box_list .sch_text{border:solid 1px #aaa;border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;box-shadow:1px 1px 0 #ECEBE1 inset; -webkit-box-shadow:1px 1px 0 #ECEBE1 inset;-moz-box-shadow:1px 1px 0 #ECEBE1 inset; height:32px; line-height:32px; padding:0; }
.page{margin:0 10px; padding:5px 0; border-bottom:solid 1px #e7e7e7; font-size:14px;}
.page a,.page span{display:inline-block; padding:4px 9px; border:solid 1px #D8D8D8; border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px; color:#f60;}
.page .current{background-color:#FFA719; color:#fff; border-color:#FF9A1C #D56400 #D56400 #FF9A1C}
.total_num{color:#A1A5A8; padding:10px;}
.btm_page{border-top:solid 1px #e7e7e7; border-bottom:0 none; padding-bottom:20px;}
.company_list{margin:10px; line-height:20px; color:#000; font-size:12px;}
.company_list article{margin-bottom:20px;}
.company_name a{font-size:16px; font-weight:normal;}
.company_list em{color: #FF0000;font-style: normal;}
.company_list .item{font-weight:normal; color:#999;}
.inner_header{ padding:5px 10px; height:30px; line-height:30px;}
.logo{background:url(../images/soqi_phone.gif) no-repeat -5px -32px; display:inline-block; width:56px; height:30px;}
.company_list_inner{margin:0; font-size:16px; line-height:22px;}
.company_list_inner .content{border-bottom:solid 1px #C5C5C5; padding:10px; margin-bottom:0;}
.company_list_inner .last{border-bottom:0 none;}
.company_name{font-size:16px; line-height:24px; font-weight:bold;}
.footer_header{background-color:#fff; }
.header_index{background-color:#FF7300; height:200px;background-image:none; padding-bottom:10px;}
.header_index .sch_box{border-color:#df7300; padding:0; margin:0;}
.header_index .sch_text{font-size:16px; color:#444; padding:8px 0;}
.header_index .logo{background:url(../images/soqi_logo.png) no-repeat 0 0; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/soqi_logo.png'); /* IE6 */ _background-image:none; width:167px; height:50px; margin:70px auto 35px; display:block; text-align:center;}
.index_btm{ width:228px; height:70px; margin:60px auto 32px; padding-bottom:20px; font-size:16px; color:#db4701;text-align:center; }
.index_btm a{color:#333; font-weight:bold;background:url(../images/soqi_phone.gif) no-repeat 0 -143px; display:inline-block;text-align:center; margin:0 5px; width:54px; line-height:54px;  height:54px; border:0 none;cursor:pointer;}
.index_btm  a.current{color:#f60;}
.header_index .sch_button{background-color:#df7300; height:41px;}
.beta_s{text-align:center; font-size:16px; color:#004af1;  margin-bottom:20px;}
.beta_s a{color:#000; margin:0 10px; border:0 none; background:none;font-weight: normal;}
.beta_s a.blue{color:#004af1;}
.list_top_header{height:36px; line-height:36px; background-color:#ff7300; padding:1px 10px; border-bottom:solid 1px #D64B00;}
.list_top_header .logo{background-position:-2px -37px; width:52px; height:33px; float:left; margin-right:10px;}
.sch_way{padding-top:4px;}
.sch_way a {font-size:16px; padding:0 5px; height:28px; line-height:28px; margin-left:10px; display:block;float:right; color:#fff; }
.sch_way a:visited{color:#fff;}
.sch_way a.current {background-color:#EC5300;  border-radius:3px;-webkit-border-radius:3px; -moz-border-radius:3px;}
.sch_way input {cursor:pointer; color:#333; font-size:16px; padding:3px 4px; border:solid 1px #fff; margin-right:10px; background:none;}
.sch_way li.current input{background-color:#fff2de; border:solid 1px #ffa719; color:#f60; border-radius:3px;-webkit-border-radius:3px; -moz-border-radius:3px;}
.pre_next{ float:right;}
.pre_next a{display:inline-block; border:solid 1px #d8d8d8; color:#f60; padding:3px 5px; font-size:16px; margin-right:5px;}
.ads_box{padding:8px 0; height:auto; overflow:hidden; line-height:26px; font-size:16px; color:#12c;}
.ads_box .ads_img{display:block; margin-right:10px;}
.ads_box .key_ws{color:#ff4800;}
.telephone_num{margin-left:10px;}
.condition{padding-top:10px;}
.condition li{float:left; margin-right:10px;  line-height:20px; height:27px; color:#000;}
.condition li a{color:#000;}
.condition li.current{background:url(../images/curr4.gif) no-repeat center bottom; }
.condition li.current a{color:#FF4800; font-weight:bold;}
.are_title{line-height:26px; font-size:16px;}
.area_div{font-size:16px; line-height:24px; padding:10px;}
.hot_name{color:#333; font-weight:bold; font-size:16px; line-height:28px;}
.area_div article{margin-bottom:20px;}
.area_all a{display:inline-block; margin-right:10px; color:#12c; font-size:16px;}
.sch_box_dtl{padding-bottom:15px;}
.area_province{border:solid 1px #E3E4EB; border-top:0 none; line-height:34px;}
.area_province a{color:#333;}
.prov_name{background:#F8F8F8; border-top: 1px solid #E3E4EB;  padding:0 10px;color:#333;}
.open_close,.open_close_c{float:right; display:block; width:26px; height:22px;background:#F8F8F8 url(../images/soqi_ph.gif) no-repeat 5px 0; margin-top:11px;}
.open_close_c{background-position:5px -38px;}
.show_city{padding:5px 0;border-top: 1px solid #E3E4EB;}
.show_city a{display:inline-block; padding:0 10px;}
.hide_city{display:none;}
.prov_name_notshow{background-position:right -28px;}
.pages {text-align:center;background:#EEEEEE;margin-top:1px;clear:both;height: 70px;;}
.pages a {padding-left:10px;}
.paginator { font: 12px Arial, Helvetica, sans-serif;padding:10px 20px 10px 0; margin: 0px;}
.paginator a {
	border: 1px solid #9B9894 ;
margin: 0px 4px;
font-size: 18px;
border-radius: 12px;
background: transparent -moz-linear-gradient(center top , #FFF, #9B9894  100%) repeat scroll 0% 0%;
text-decoration: none;
padding: 10px 15px;}
.paginator a:visited {padding: 1px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none;}
.paginator .cpb {border:1px solid #F50;font-weight:700;color:#F50;background-color:#ffeee5;}
.paginator a:hover {border:solid 1px #F50;color:#f60;text-decoration:none;}
#reso{height:85px;}#reso li{    width: 30%; float: left;         overflow: hidden; height: 26px;}#allmap {height: 250px;overflow: hidden;}
                                                                                       /*-----------------product 产品终极页------------------------*/
.main{ min-width: 320px; max-width: 640px; margin: 0 auto;}
.main .header{height: 3.667rem;width: 100%;background: #79a9da;color: #fff;font-size: 1.25rem;text-align: center;line-height: 3.667rem;position: relative;}
.main .header .home{height: 3.667rem;width: 5.800rem;position: absolute;left: 0;top: 0;cursor: pointer;background: url('../images/ss.png') no-repeat;background-size:3rem 80rem;background-position: 0.75rem 0.5rem;}
.main .header .list{background-image: url(../images/ss.png);position: absolute;right: 0;top: 0; cursor: pointer; display: block; top: 0; background-repeat: no-repeat; background-size: 3rem 80rem; width: 5.800rem; height: 3.667rem;background-position: 2.917rem -4.667rem;}

.content{background:#f5f5f5;}
.content .service{background:#fff;margin-bottom:0.6666rem;margin-top: 0.4083rem;box-shadow: 0 0.1083rem 0.1667rem #ececec; position:relative;}
.content .service h2{font-size: 1.25rem;line-height:2.708rem;}
.content .service em{display: inline-block;height: 0.1083rem;width: 0.625rem;background: #79a9da;vertical-align: middle;margin: 0 0.5rem 0 0.4167rem}
.content .service .list{padding-left:0.7917rem;padding-bottom: 2rem;color: #3c3c3c;}
.content .service .list li{text-align: center; width: 24%; display: inline-block; font-size: 1rem; position: relative;}
.content .service .list .assure,.content .service .list .ensure, .content .service .list .time,.content .service .list .receipt{display:block;background: url('../images/product.png') no-repeat; background-size: 3rem 30rem; height: 1.667rem;width: 1.667rem;margin: 0 auto;}
.content .service .list .assure{background-position:0 0}
.content .service .list .ensure{background-position:0 -4.166rem;}
.content .service .list .time{background-position:0 -8.333rem}
.content .service .list .receipt{background-position:0 -12.5rem}

.ImgListBox img{vertical-align:middle;max-width:7.5rem; max-height:7.5rem;}
.imgList ul li span{color:#999;display: block;width: 8rem;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.imgList ul li span s{ font-size:1rem; padding-top:0.2rem; color:#ff7200; text-decoration:none;}
.findMore h2{font-size:1.25rem;line-height: 2.708rem;padding-left: 1rem;}
.imgList ul li span s{ font-size:1rem; padding-top:0.2rem; color:#ff7200; text-decoration:none;}
.imgList{width: 92%;overflow: hidden;background-color: #fff;padding: 0 4% 1rem 4%;clear: both;margin-left:2% margin-right}
.imgList ul li{width:7.0rem; float:left; padding:0.5rem 0.3rem; overflow:hidden;}
.ImgListBox{width:7.5rem; height:7.5rem; border:1px solid #ddd; background:#fff;display: table-cell;-webkit-box-flex: 1;vertical-align: middle; text-align:center;}
.ImgListBox img{vertical-align:middle;max-width:7.0rem; max-height:7.5rem;}
.imgList ul li p{line-height:1.5rem; height:3rem; padding-top:0.3rem; color:#333; overflow:hidden;}
.content .service .list .bar{display: inline-block;width: 1px;height: 0.8333rem;background: #b1b1b1;position: absolute;right: 0;bottom: 0.375rem;}
.imgMore {
    height: 2rem;
    width: 90%;
    background: #EEE none repeat scroll 0% 0%;
    margin: 0rem auto 1rem;
    line-height: 2rem;
    text-align: center;
    border-radius: 5px;
}
.content .info{background:#fff;margin-bottom:0.6666rem;padding-bottom:0.4167rem;box-shadow: 0 0.1083rem 0.1667rem #ececec;}
.content .info h2{font-size: 1.25rem;line-height:2.708rem;}
.content .info em{display: inline-block;height: 0.2083rem;width: 0.625rem;background: #79a9da;vertical-align: middle;margin: 0 0.5rem 0 0.4167rem}
.content .info .param p{font-size: 1.083rem; margin: 0.625rem 0; color: #3c3c3c;padding-left: 1.583rem;}
.content .info .desc p{font-size: 1.083rem;line-height: 2.083rem;color: #848484;padding-left: 1.583rem;}
.content .info p span{display:inline-block;/*width: 3.667rem;height: 1.417rem;*/ padding: 0 0.625rem; text-align: center; border: 1px solid #e0e0e0;border-radius: 0.4167rem;vertical-align: middle;margin: 0 0.4167rem;}
.content .info .yellow{background: #ff3838;border: 1px solid #ff3838; color: #fff;}

.content .images{background:#fff;padding: 0 1.583rem;box-shadow: 0 0.1083rem 0.1667rem #ececec;margin-bottom:0.666rem;}
.content .images .wrap{ width: 14.38rem; height: 14.38rem; border: 1px #ccc solid; position: relative; margin: 0.8333rem auto; overflow: hidden;}
.content .images .list{width: 143.25rem; overflow: hidden;}  
.content .images .list li{ float: left; text-align: center;}
.content .images .list li a{ vertical-align: middle; width: 14.38rem; -webkit-box-flex : 1; display: table-cell; height: 14.38rem;}
.content .images .list li ../images{ max-width: 14.38rem; max-height: 14.38rem; margin: 0; padding: 0;}

.content .images .control{ text-align: center; width: 100%; position: absolute; height: 1.667rem; line-height: 1.667rem; bottom: 0; left: 0; opacity: 0.6; background: #000;}
.content .images .control em{ display: inline-block; vertical-align: middle; margin: 0 0.25rem; border-radius: 0.3333rem; width: 0.3333rem; height: 0.3333rem; background: #646464;}
.content .images .control em.current{ background: #fe3839;}

.content .images h1{font-size: 1.167rem;text-align: center;padding-bottom: 1.25rem;}

.content .companyInfo{background:#fff;margin-bottom:0.6666rem;padding-bottom:0.4167rem;box-shadow: 0 0.1083rem 0.1667rem #ececec;}
.content .companyInfo h2{font-size: 1.25rem;line-height:2.708rem;color: #3c3c3c;}
.content .companyInfo h2 a{ display: inline-block; padding-left: 0; border-bottom: none!important;}.content .companyInfo h2 a{ font-size: 1.25rem;line-height:2.708rem;color: #3c3c3c;display: inline-block; padding-left: 0; border-bottom: none!important;text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 69%;}.content .companyInfo h2 em{display: inline-block;height: 0.2083rem;width: 0.625rem;background: #79a9da;vertical-align: middle;margin: 0 0.5rem 0 0.4167rem}
.content .companyInfo a{display: block;height: 2.833rem;line-height: 2.833rem;font-size: 1.083rem;padding-left: 1.583rem;color: #848484;}
.content .companyInfo a:first-of-type{border-bottom: 1px dotted #c1c1c1;}
.content .companyInfo a em{display: inline-block;width: 2.083rem;height: 2.833rem;float: right;background: url('../images/product.png') no-repeat;background-size: 3rem 30rem;background-position: 0px -15.63rem;}
.content .companyInfo .tips{ margin-top: 1.375rem;}

.content .lastest{background:#fff;margin-bottom:0.6666rem;box-shadow: 0 0.1083rem 0.1667rem #ececec;}
.content .lastest h2{font-size: 1.25rem;line-height:2.708rem;}
.content .lastest em{display: inline-block;height: 0.2083rem;width: 0.625rem;background: #79a9da;vertical-align: middle;margin: 0 0.5rem 0 0.4167rem}
.content .lastest .wrap{padding-left: 1.583rem;padding-bottom: 1.25rem;overflow: hidden;}
.content .lastest .list{ overflow: hidden;}
.content .lastest .list li{display: inline-block;width: 7.5rem;margin-right: 2.5rem;float: left;}
.content .lastest .list .pic{border: 1px solid #dbdbdb; height: 7.417rem; width: 7.417rem; display: table-cell; -webkit-box-flex : 1; vertical-align: middle;}
.content .lastest .list li .images{ max-width: 7.417rem; max-height: 7.417rem; margin: 0 auto; display: block;}

.content .lastest .list p{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height: 2.583rem;font-size: 1rem;}


.changeMore{ font: 1rem/2.667rem "microsoft yahei"; color: #848484; padding-right: 1.458rem;}

.content .hot{background:#fff;margin-bottom:0.6666rem;padding-bottom:0.4167rem;box-shadow: 0 0.1083rem 0.1667rem #ececec;}
.content .hot h2{font-size: 1.25rem;line-height:2.708rem;}
.content .hot em{display: inline-block;height: 0.2083rem;width: 0.625rem;background: #79a9da;vertical-align: middle;margin: 0 0.5rem 0 0.4167rem}
/*.content .hot ul {padding:0 1.5rem;font-size: 1.042rem;color: #333666;padding-bottom: 0.8333rem;}
.content .hot ul li{display: inline-block;padding: 0.8333rem 0;}
.content .hot .bar{display: inline-block;width: 1px;height: 0.8333rem;background: #b1b1b1;margin: 0 1rem;}
*/
.findPro{ font: 1.042rem/1.25rem "microsoft yahei"; overflow: hidden;}
.findPro li{ width: 25%; text-align: center; float: left; margin: 0.8rem 0; overflow: hidden; position: relative;padding: 0 0.3333rem;box-sizing: border-box;}
.findPro li:before{content:'';position:absolute;top:50%;left:0; width:1px;height:0.8333rem;background-color:#d2d2d2; margin-top:-0.350rem; overflow:hidden;}
.findPro li:nth-child(5n)::before,.findPro li:first-child:before{display:none;}
.findPro li a{ color: #333666; display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.findPro li a:hover{ color: #f60;}


.priceAll{ padding: 0 1.583rem; overflow: hidden; text-align: center;color: #3c3c3c;}

.guide{ font: 1rem/1.25rem "microsoft yahei"; color: #5e5e5e; padding: 1.25rem 1.667rem; padding-bottom: 0.8333rem;}
.guide a:hover{ color: #f60;}

/*图文详情页*/
.sdetail,.sdetailInfo{background: #f5f5f5;}
.sdetail .title{padding: 1.417rem 1.583rem;border-bottom: 1px dotted #c1c1c1;font-size: 1.5rem;color: #4b4b4b;line-height: 2rem;word-break: break-word;}
.sdetail .company,.sdetail .contact{padding: 0px 1.583rem;text-align: left;font-size: 1.25rem;color: #4b4b4b;border-bottom: 1px dotted #c1c1c1;}
.sdetail .company a,.sdetail .contact a{display: block;height: 3.5rem;line-height: 3.5rem;background: url('../images/product.png') no-repeat;background-size: 3rem 30rem;background-position: right -19.42rem;padding-right: 1rem;text-overflow: ellipsis;overflow: hidden;white-space: nowrap}
.sdetail .wrapparams{border-bottom: 1px dotted #c1c1c1;padding-bottom: 0.6667rem;}
.sdetail .params{padding: 1.083rem 1.583rem 0.6667rem 1.583rem;font-size: 1.25rem;color: #4b4b4b;}
.sdetail .list{padding: 0 1.583rem;}
.sdetail .list li span{display: inline-block;padding: 0.3333rem 0px 0.3333rem 0px;width: 55%;word-wrap: break-word;font-size: 1.083rem;color: #848484;}
.sdetail .list > li > span:first-child{width: 35%}
.sdetailInfo{padding: 0px 1.583rem;color: #848484;}
.sdetailInfo .stitle{font-size: 1.25rem;line-height: 2.292rem;color: #4b4b4b;padding-top: 0.6667rem;}

.pRelQQ{padding: 0.5rem;overflow: hidden;height: 1.8rem;position: relative;}
.pRelQQ a{position:absolute; top:0.7rem; right:1.3rem;}
.companyInfo{position:relative;}
a.aItem{padding:0 1rem !important; height:2rem !important; line-height:2rem !important; color:#fff !important; background:#79a9da; position:absolute; border-rudia:5px; right:0.5rem; top:0.4rem;  border-radius: 5px;}
.imagesList{width: 92%;overflow: hidden;background-color: #fff;padding: 0 4% 1rem 4%;clear: both;}
.imagesList ul li{width:7.5rem; float:left; padding:0.5rem 0.3rem; overflow:hidden;}
.imagesListBox{width:7.5rem; height:7.5rem; border:1px solid #ddd; background:#fff;display: table-cell;-webkit-box-flex: 1;vertical-align: middle; text-align:center;}
.imagesListBox .images{vertical-align:middle;max-width:7.5rem; max-height:7.5rem;}
.imagesList ul li p{line-height:1.5rem; height:3rem; padding-top:0.3rem; color:#333; overflow:hidden;}
.pro1 {overflow:hidden;}
.imagesMore{height:2rem; width:90%; background:#eee; margin:0rem auto 1rem auto; line-height:2rem;text-align:center;border-radius: 5px;}
.imagesMore a{width:100%; color:#555; text-align:center;}

.mHide{ display:none;}
.mShow{ display:block;}
.imagesList ul li span{color:#999;display: block;width: 8rem;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.imagesList ul li span s{ font-size:1rem; padding-top:0.2rem; color:#ff7200; text-decoration:none;}
.findMore h2{font-size:1.25rem;line-height: 2.708rem;padding-left: 1rem;}
.imagesList ul li span s{ font-size:1rem; padding-top:0.2rem; color:#ff7200; text-decoration:none;}

.InquiryBg{position:fixed; z-index: 1001;top:0; bottom:0;max-width: 640px;width: 100%;background-color:rgba(0,0,0,0.4);}
.InquiryBox{position:fixed;max-width: 640px;width: 100%;border:1px solid #ccc; bottom:3.481rem; background:#fff;}
.InquiryBox h3{margin:0;text-align:center; font-size:1.111rem; line-height:2.963rem;font-weight:normal;color:#333;}
.InquiryBox ul{padding:0.8889rem 0;}
.InquiryBox ul li{padding-left:0.8889rem;padding-bottom:0.7407rem;color:#333;overflow:hidden;}
.lName{width:22%;float:left;text-align:right; padding-right:0.4rem;font-size:0.8889rem; color:#333;}
.InquiryBox .rName{width:75%; float:left; color:#333;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.formBox .rName{width:75%; float:left;color:#333;}
.Line2{line-height:2.222rem;}
.lName s{text-decoration:none; color:#ff0000;}
.NumBox{position:relative; width:13.26rem; text-align:center; height:2.222rem; border:1px solid #ccc; float:left;}
.Reduction{position:absolute; top:0; left:0; width:2.222rem; display:block; font-size:1.5rem; text-align:center; line-height:2.222rem; height:2.222rem;  border-right:1px solid #ccc; background:url(../images/proIco.png) 0 0;background-size:4.444rem 2.222rem;}
.Plus{position:absolute; top:0; right:0; width:2.222rem; display:block; font-size:1.5rem; text-align:center; line-height:2.222rem; height:2.222rem;  border-left:1px solid #ccc; background:url(../images/proIco.png) -2.222rem 0;background-size:4.444rem 2.222rem;}
.NumBox input{border:none; width:60%; margin:0 auto; height:2.022rem; text-align:center;}
.InquiryBg .rName p{font-size:0.8889rem; clear:both; color:#d90000;}
.alertTit{position:relative;background: #f1f1f1;height: 2.963rem;}
.alertTit a{font-size: 1.111rem;color:#999;z-index: 2000;width: 3.333rem;text-align: center;position: absolute;right: 0.1rem;line-height: 2.963rem;top: 0;height: 2.963rem;font-family:Arial;}
.TelBox{position:relative; width:13rem; height:2.222rem; border:1px solid #ccc; padding-left:0.26rem; margin-bottom:0.1rem;}
.PurTop{height:1.852rem;padding:0.8519rem 0;width:100%;background:#ff5722; color:#fff; text-align:center; font-size:1.333rem; position:relative; line-height:1.852rem;}
.PurTop em{height:3.552rem; display:block; width:4rem;position:absolute; top:0; left:1.111rem; background:url(../images/pIco.png) 0.5rem 0.85rem; background-size:24.96rem 14.11rem;}
.formBox{overflow:hidden; padding:0.7407rem 1.111rem;}
.formBox ul li{padding-bottom:1.111rem; overflow:hidden;}
.stepBox{width:100%; height:3.519rem; background:#f2f2f2; padding:0.7407rem 0;}
.stepBg{height:2rem; width:26.56rem; margin:0 auto;background:url(../images/pIco.png) 1.5rem -10.02rem no-repeat; background-size:24.96rem 14.11rem;}
.step1{width:6.5rem; text-align:center; font-size:1.111rem; padding-top:2.2rem; color:#ff6600; float:left;}
.step2{width: 14.8rem; text-align: center; font-size:1.111rem; padding-top:2.2rem; color:#333; float:left;}
.step3{width:5rem; text-align:center; font-size:1.111rem; padding-top:2.2rem; color:#333; float:left;}
.pPrmpt{margin:0.7407rem 1.111rem; height:2.37rem; text-align:center; font-size:1rem; color:#333; line-height:2.37rem; background:#fef8e0;}
.formBox ul li input{width:95%; margin-left:3%;height: 2.222rem;border: 1px solid #ccc; padding:0 0.2rem;}
.formBox ul li textarea{width:95%; height:5rem; margin-left:3%;border: 1px solid #ccc; padding:0 0.2rem;}
.formBox ul li button{font-size:1.111rem; color:#fff; border:none; width:100%; background:#ff6600; line-height:2.622rem; margin:0 auto; border-radius:3px;}
.formBox .rName p{font-size:0.8889rem; padding:0.1rem 0 0 0.5rem; clear:both; color:#d90000;}
.okBox{background-color: rgba(0,0,0,0.4); position:fixed; top:0; bottom:0; width:100%;}
.ok.images{width:7.778rem; height:2.322rem; position:absolute;background: url(../images/okIco.png) no-repeat;background-size:7.778rem 2.222rem; top:50%; left:50%; margin-top:-1.111rem; margin-left:-3.889rem;}
.botBtn{bottom:0;height:3.481rem; position:fixed; max-width:640px;width: 100%;text-align:center; border-top:1px solid #ccc; background:#f8f8f8; z-index:1002;}
.botBtn button{background:#ff6600;width:7.778rem;height:2.222rem;border:none;border-radius:3px;margin-top: 0.63rem;font-size:1.111rem;color:#fff;}
.rName .spanNum{float: left;line-height: 2.222rem;padding-left: 0.2rem;}

header{background: #1571c8;color: #FFF;z-index: 100;height: 40px;line-height: 40px;
border-bottom: 1px solid #e3e3e3;width: 100%;}
header .sy{    background: url(/images//m_home_btn.png) no-repeat;
    width: 40px;
    height: 0;
    padding: 40px 0 0;
    margin: 0 0 0 5px;
    overflow: hidden;
    float: left;
    display: inline-block;
    background-size: 30px 30px;
    /* top: 4px; */
    background-position-y: 4px;}
header a{color:#fff}
header .right{width: 40px;float:right;overflow: visible;}
header .right a{background:url(/images//r_list_btn.png);display:inline-block;width: 40px;overflow: visible;height:30px;}
nav a{padding:8px 0;}
.sy {height: 34px;width: 100%;margin: 0 auto;padding:8px 0;}
.sy a{display: inline-block;text-align: center;white-space: nowrap;font-size: 1em;
width: 25%;float: left;color:#000}
nav .dd{color:#1571c8;}
nav .sy{background: url(/images//nav_line.jpg) right 10px no-repeat;}

.banner{width:100%;text-align:center;overflow:hidden;margin-bottom:2px;}
.focus{ width:320px; height:140px;  margin:0 auto; position:relative; overflow:hidden;   }
.focus .hd{ width:100%; height:11px;  position:absolute; z-index:1; bottom:5px; text-align:center;  }
.focus .hd ul{ display:inline-block; height:5px; padding:3px 5px; background-color:rgba(255,255,255,0.7); 
-webkit-border-radius:5px; -moz-border-radius:5px;border-radius:5px; font-size:0;vertical-align:top;}
.focus .hd ul li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#8C8C8C; margin:0 5px;  vertical-align:top; overflow:hidden;}
.focus .bd ul{overflow:hidden;position: relative; overflow: hidden; padding: 0px; margin: 0px; transition: 200ms; -webkit-transition: 200ms; -webkit-transform: translate(-320px, 0px) translateZ(0px);}
.focus .hd ul .on{ background:#FE6C9C;  }
.focus .bd{ position:relative; z-index:0; }
.focus .bd li img{ width:100%;height:140px; background:url(/images//loading.gif) center center no-repeat;  }
.focus .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */  }
.focus .bd li{display: table-cell; vertical-align: top; width: 320px;}

section {overflow:hidden;clear:both;}
section   .title{background:url(/images//box_head.png) repeat-x;width:100%;height:35px;line-height:35px;margin-top: 1px;}
section   .title a{color:#000;font-size:1em;font-weight:bold;display:inline-block;padding-left:4px;}
section    i{background:url(/images//listtxt_arr.png) no-repeat;display:inline-block;width:24px;height:24px;float:right;margin-top:14px;}
section  .city  .con  .red{color:red}
section    .con a{font-size:0.9em;margin-right:8px;}
section  .con-txt  li{height: 36px; line-height: 35px;overflow:hidden;white-space:nowrap;border-bottom:1px solid #D5D5D5;padding:0px 6px;}
section  .con-txt  li span{font-weight:bold;margin-right:10px;}
section  .product .more{float:right;margin-right:1px;}
.lookmore{width:100%;text-align:center;height: 33px;line-height: 33px;border: 1px solid #efefef;background-color: #f6f5f5;text-align: center;margin-top: 1px;}
.lookmore a{color: #222;font-size: 1em;}
.bottom{width: 100%;   padding-top: 10px;;border-top: 1px solid #fbfbfb;background: #fbfbfb;text-align: center;position: relative;left: 0;right: 0;font-size:12px}
.goTop {position: absolute;right: 10px;top: 12px;text-indent: -9999px;width: 26px;height: 26px;
background: url(/images//spr.gif) -20px -227px no-repeat;}
.bottom p {height: 23px;}
.bottom p a{padding:0 10px;color:#000}
section .con-pic{width: 100%;margin-bottom: 4px;overflow:hidden}
section  .rw li {margin-bottom:14px;}
section .con-pic li{width: 50%;float: left;text-align: center;}
section .con-pic li a {display: block;margin: 0 auto;width: 90%;max-width: 320px;font-size: 12px;
color: #333;line-height: 22px;padding: 2px 0;}
section .con-pic li  img{width:100%;}

/*--map--*/
.map {width:90%;margin:20px auto;text-align:center}
.map  a{display:inline-block;border:1px solid #ddd;margin-bottom:10px;width:40%;border-radius:5px;height:30px;line-height:30px;}
.map  a:hover{color:#fff;background-color:#1571c8;border:1px solid #1571c8}
#c1{font-size: 18px}
#c2{ color: red;}
#c3{text-align: center;}
#dituContent{height: 250px; border: 1px solid gray; text-align:center;}
#c4{ line-height: 30px;}
#c6{font-size: 14px;}
#mbx{min-height: 36px;    line-height: 30px;     height: auto;   margin-top: 5px;padding-top: 5px; }
#wz{font-size: 14px;    padding-left: 10px;}


#comenu  {
    height: 25px;
    margin-top: 20px;
}

#comenu div a {
         color: #e10000;
    background-color: #f5f5f5;
    font-size: 13px;
    display: block;
    float: left;
    height: 33px;
    line-height: 2pc;
    margin-left: 5px;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 0;
    width: 20%;
}


.s_header nav {
    left: 0;
    top: 0;
    padding: 0;
    background-color: #0873c0;
    width: 100%;
	    height: 40px;
  z-index: 9999;
}

span#more {
    float: right;
    border-left: solid #0061a8 1px;
    height: 36px;
    width: 38px;
    padding-top: 3px;
    padding-left: 5px;
}

.s_toplist {
    background-color: rgba(000,000,000,0.8);
    position: fixed;
    z-index: 99999;
    display: block;
	right: 0px;
}

.s_toplist a {
    display: block;
    line-height: 36px;
    color: #FFF;
    width: 84px;
    text-align: center;
}

