@charset "utf-8";

@media(min-width:640px)
{
	.sjtop{display:none;}
	.allpage{display:none;}
	.mobile{display:none;}
	.pp_deta{display:none;}
	.news_m{display:none;}
	.pppro_m{display:none;}
	.down_m{display:none;}
	.contact_m{display:none;}
	.text_m{display:none;}
	.proxq_m{display:none;}
	.wrap{display:none;}
	.mbanner{display:none}
	.m_footer{display:none;}
	#menu{display:none;}
	.m_lb50{display:none;}
	.m_lb60{display:none;}
	.m_main{display:none;}
	.m_display_n{display:none;}
}

@media(max-width:640px){
	/*公共*/

	.suspension{display:none}
	/*-------*/
	
	header{display:none}
	#main{display:none}
	.footer{display:none}
	.appContent{display:none}
	.foot_ba{display:none;}
	
	
	.pcjmzx{display:none;}
	.pcchatw{display:none;}
	.qd{display:none;}
	.gx{display:none;}
	.banner{display:none;}
	.pckc{display:none;}
	.aboutus_bg{display:none;}
	.aboutus_cont{display:none}
	.pchxkc{display:none}
	.pc_display_n{display:none}
	
	/*sjtitle*/
	.sjtitle { overflow:hidden; width:100%; margin-bottom:30px; margin-top:50px; }
	.sjtitle h2{ font-weight:normal; text-align:center; font-size:24px; color:#333;}
	.sjtitle h2 a{ color:#333;}
	.sjtitle p{ font-size:14px; color:#555; text-align:center; margin-top:5px;}
	.sjtitle i{ display:block; margin:0 auto; width:249px;height:35px;background:url(/views/web/images/title_sj.png) no-repeat center; }
	
	.title{margin-top: 0;}
	.title h2{font-size:24px ;}
	.title p{font-size:14px ;top:0 ;width:94%;margin:2% auto}
	.title i{background:url(/views/web/images/title_i02.png) no-repeat center;margin: 6px auto;}
	
	.title_01 h2{font-size:24px !important;}
	.title_01 p{font-size:14px !important;}
	.title_01 i{background:url(/views/web/images/title_i02.png) no-repeat center;margin: 0px auto;}
	/*导航*/
	.sjtop{display:block;background-color:#678ace ;}
	.allpage{position:relative;background:#fff;height:auto;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;right:0;}

  .sjnav{background-color:#678ace ;width: 220px;position: absolute;right: 0;top: 0;bottom: 0;z-index:-9}
  .black-fixed{position: fixed;z-index: 99;right: 0;width: 0;top: 0;height: 100%;background: rgba(0,0,0,0.9);text-align: right;font-size: 0.4rem;color: #fff;line-height: 2;right: 0;overflow: hidden;}
  .sjheader_box{height: 0.691rem !important;position: relative;z-index: 9999;}
  .sjhead{background-color:#678ace;text-align: center;position: fixed;width: 100%;top: 0;right: 0;line-height: 0.791rem;transition: all 0.3s ease-in-out 0s;z-index: 99;box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);height: 0.691rem;}
  .sjlogo{float: left;padding-left: 2%;width:70%;}
  .sjlogo img{}

  
  /*************/
  .list_swiper{width: 100%;
overflow-x: scroll;
overflow-y: hidden;}
	.m_lb50{width:100%;height:50px;}
	.m_lb60{width:100%;height:60px;}
    .home-btn{width:14.0625%;left:0;top:0;position:absolute;height:100%;display:flex;justify-content:center;align-items:center;}
    .top-title{width:70%;position: absolute;left:15%;top:0;font-size:16px;line-height:50px;text-align:center;color:#fff;overflow:hidden;}
  	.mobile-inner-nav a{
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: returnToNormal;
		animation-name: returnToNormal;
	}
		
			
	@-webkit-keyframes returnToNormal {
	  from {
	    opacity: 0;
	    -webkit-transform: translate3d(0, 100%, 0);
	    transform: translate3d(0, 100%, 0);
	  }

	  to {
	    opacity: 1;
	    -webkit-transform: none;
	    transform: none;
	  }
	}

	@keyframes returnToNormal {
	  from {
	    opacity: 0;
	    -webkit-transform: translate3d(0, 100%, 0);
	    transform: translate3d(0, 100%, 0);
	  }

	  to {
	    opacity: 1;
	    -webkit-transform: none;
	    transform: none;
	  }
	}
	
	body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
}

#header{
	background-color: #3f8dbf;
	float: left;
	width: 100%;
	height: 50px;
	color: rgba(255,255,255,1);
	line-height: 50px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#header a {
	color: rgba(255,255,255,1);
	text-decoration: none;
	display: block;
	font-size: 15px;
}
#header-left{
	float: left;
	height: 50px;
}
#header-left:hover #header-left-icon{
	background-color: #3F8DBF;
}
#header-left:hover #header-left-text{
	background-color: #599BC8;
}
#header-left-icon{
	float: left;
	height: 50px;
	width: 50px;
	text-align: center;
	background-color: #35759F;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-left-icon a {
	font-size: 25px;
}

#header-left-text{
	float: left;
	height: 50px;
		-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-left-text a {
	padding-left: 20px;
	padding-right: 20px;
}
#header-right{
	float: right;
	height: 50px;
}
#header-right:hover #header-right-icon{
	background-color: #3F8DBF;
	}
#header-right:hover #header-right-text{
	background-color: #599BC8;
	}
#header-right-icon{
	float: right;
	height: 50px;
	width: 50px;
	text-align: center;
	background-color: #35759F;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-right-text{
	float: right;
	height: 50px;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-right-text a {
	padding-right: 20px;
	padding-left: 20px;
}
.wrapper{
	width: 100%;
	float: left;
	margin-top: 50px;
	margin-bottom: 150px;
}
.wrapper-inner{
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	 -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently
                                  not supported by any browser */
}
.wrapper-inner-buttons{
	width: 100%;
	float: left;
	margin-top:50px;
	text-align: center;
}
.wrapper-inner-buttons a{
	background-color: #3f8dbf;
	line-height: 35px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 10px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	border-radius: calc(35px / 2);
}
.wrapper-inner-buttons a.current{
	background-color: #f5d76e;
	color: #d35400;
}
.wrapper-inner-buttons a:hover{
	background-color: #35759F;
	color: #fff;
}
.mobile{
	width: 100%;
	height: 50px;
	background:#678ace;
	position:fixed;
	z-index:999;
}
.mobile-inner{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fafafa;
	position: relative;
}
.mobile-inner img{
	width: 100%;
}
.mobile-inner p{

}
.mobile-inner-header{
	background-color: #678ace;
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:9;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.mobile-inner-header-icon{
	color: #ffffff;
	height: 50px;
	font-size:25px;
	text-align: center;
	float:right;
	width: 50px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.mobile-inner-header-icon:hover{
	background-color: rgba(255,255,255,0.2);
	cursor: pointer;
}
.mobile-inner-header-icon span{
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 2);
	width: 25px;
	height: 2px;
	background-color: rgba(255,255,255,1);
}
.mobile-inner-header-icon span:nth-child(1){
transform: translateY(4px) rotate(0deg);
	}
.mobile-inner-header-icon span:nth-child(2){
transform: translateY(-4px) rotate(0deg);
	}
	



	
.mobile-inner-header-icon-click span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
	}		
.mobile-inner-header-icon-click span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
	}
	


@keyframes clickfirst {
  0% {
	  transform: translateY(4px) rotate(0deg);
	  
  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}	



@keyframes clicksecond {
  0% {
	  transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}	

.mobile-inner-header-icon-out span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
	}		
.mobile-inner-header-icon-out span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
	}

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}	



@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}

.mobile-inner-nav{
	background-color: rgba(0,0,0,0.9);
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0px;
	padding-top: 30px;
	padding-bottom: 80px;
	display: none;
	z-index:9;
}
.mobile-inner-nav a{
	display: inline-block;
	line-height: 50px;
	text-decoration: none;
	width: 80%;
	margin-left: 10%;
	color: #FFFFFF;
	border-bottom: solid 1px rgba(255,255,255,0.3);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-weight:300;
}
.mobile-inner-nav a:hover{
	color: rgba(255,255,255,0.4);
	border-bottom: solid 1px rgba(255,255,255,0.2);
}
@import url(http://fonts.useso.com/css?family=Raleway:200,500,700,800);
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?rretjt');
	src:url('../fonts/icomoon.eot?#iefixrretjt') format('embedded-opentype'),
		url('../fonts/icomoon.woff?rretjt') format('woff'),
		url('../fonts/icomoon.ttf?rretjt') format('truetype'),
		url('../fonts/icomoon.svg?rretjt#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.htmleaf-container{
	margin: 0 auto;
	overflow: hidden;
}

.bgcolor-1 { background: #f0efee; }
.bgcolor-2 { background: #f9f9f9; }
.bgcolor-3 { background: #e8e8e8; }/*light grey*/
.bgcolor-4 { background: #2f3238; color: #fff; }/*Dark grey*/
.bgcolor-5 { background: #df6659; color: #521e18; }/*pink1*/
.bgcolor-6 { background: #2fa8ec; }/*sky blue*/
.bgcolor-7 { background: #d0d6d6; }/*White tea*/
.bgcolor-8 { background: #3d4444; color: #fff; }/*Dark grey2*/
.bgcolor-9 { background: #ef3f52; color: #fff;}/*pink2*/
.bgcolor-10{ background: #64448f; color: #fff;}/*Violet*/
.bgcolor-11{ background: #3755ad; color: #fff;}/*dark blue*/
.bgcolor-12{ background: #3498DB; color: #fff;}/*light blue*/
.bgcolor-20{ background: #494A5F;color: #D5D6E2;}
/* Header */
.htmleaf-header{
	padding: 1em 190px 1em;
	letter-spacing: -1px;
	text-align: center;
	background: #66677c;
}
.htmleaf-header h1 {
	color: #D5D6E2;
	font-weight: 600;
	font-size: 2em;
	line-height: 1;
	margin-bottom: 0;
	font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;
}
.htmleaf-header h1 span {
	font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;
	display: block;
	font-size: 60%;
	font-weight: 400;
	padding: 0.8em 0 0.5em 0;
	color: #c3c8cd;
}
/*nav*/
.htmleaf-demo a{color: #fff;text-decoration: none;}
.htmleaf-demo{width: 100%;padding-bottom: 1.2em;}
.htmleaf-demo a{display: inline-block;margin: 0.5em;padding: 0.6em 1em;border: 3px solid #fff;font-weight: 700;}
.htmleaf-demo a:hover{opacity: 0.6;}
.htmleaf-demo a.current{background:#1d7db1;color: #fff; }
/* Top Navigation Style */
.htmleaf-links {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	font-size: 1.5em;
	text-align: center;
}

.htmleaf-links::after {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 100%;
	background: #dbdbdb;
	content: '';
	-webkit-transform: rotate3d(0,0,1,22.5deg);
	transform: rotate3d(0,0,1,22.5deg);
}

.htmleaf-icon {
	display: inline-block;
	margin: 0.5em;
	padding: 0em 0;
	width: 1.5em;
	text-decoration: none;
}

.htmleaf-icon span {
	display: none;
}

.htmleaf-icon:before {
	margin: 0 5px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'icomoon';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}
/* footer */
.htmleaf-footer{width: 100%;padding-top: 10px;}
.htmleaf-small{font-size: 0.8em;}
.center{text-align: center;}
/****/
.related {
	color: #fff;
	background: #494A5F;
	text-align: center;
	font-size: 1.25em;
	padding: 0.5em 0;
	overflow: hidden;
}

.related > a {
	vertical-align: top;
	width: calc(100% - 20px);
	max-width: 340px;
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
	font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;
}
.related a {
	display: inline-block;
	text-align: left;
	margin: 20px auto;
	padding: 10px 20px;
	opacity: 0.8;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-backface-visibility: hidden;
}

.related a:hover,
.related a:active {
	opacity: 1;
}

.related a img {
	max-width: 100%;
	opacity: 0.8;
	border-radius: 4px;
}
.related a:hover img,
.related a:active img {
	opacity: 1;
}
.related h3{font-family: "Microsoft YaHei", sans-serif;}
.related a h3 {
	font-weight: 300;
	margin-top: 0.15em;
	color: #fff;
}
/* icomoon */
.icon-htmleaf-home-outline:before {
	content: "\e5000";
}

.icon-htmleaf-arrow-forward-outline:before {
	content: "\e5001";
}

@media screen and (max-width: 50em) {
	.htmleaf-header {
		padding: 3em 10% 4em;
	}
	.htmleaf-header h1 {
        font-size:2em;
    }
}


@media screen and (max-width: 40em) {
	.htmleaf-header h1 {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 30em) {
    .htmleaf-header h1 {
        font-size:1.2em;
    }
}


/*****************/
	/*轮播图*/
	.sjbanner{width: 100%;height: auto;overflow: hidden;background-color: #fff;}
	
	
	/*品牌*/
	.pplist_m{min-height:6rem;width:100%;max-width:640px;margin:0 auto;background:#fff;padding: 10px 0;}
	.pplist_m ul{overflow:hidden;width:100%;}
	.pplist_m ul li{float:left;width:29%;margin:2%;border:1px solid #eee;padding:2% 0;}
	.pplist_m ul li a{display: flex;justify-content: center;align-items: center;}
	.pplist_m ul li a img{max-width:100%;max-height:100%;width:auto;height:auto;margin: 0 auto;display: block;}
	.pplist_m ul li p{text-align:center;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding-top: 6px;}
	
	.pp_deta{width:90%;margin:15px auto 15px;}
	.pp_logo{width:100%;text-align:center;border:1px solid #eee;padding:15px 0;margin-bottom:10px;}
	.pp_logo img{max-width:90%;display:inline-block;}
	.pp_infor{width:100%;}
	.pp_infor h3{font-size:18px;font-weight:bold;color:#678ace;padding-bottom:5px;}
	.pp_infor p{font-size:14px;line-height:24px;color:#666;}
	
	.pppro_m{width:100%;}
	.pppro_m h2,.proxq_m .m_cpxq{width:90%;font-size:14px;line-height:24px;padding:4px 0;margin:0 auto;}
	.pppro_m h2 span,.proxq_m .m_cpxq span{float:left;width:3px;height:24px;background:#678ace;margin-right:6px;}
	.pppro_list_m{width:100%;margin:0 auto;padding: 10px 0;}
	.pppro_list_m ul{overflow:hidden;width:100%;}
	.pppro_list_m ul li{float:left;width:29%;margin:2%;border:1px solid #eee;padding:2% 0;}
	.pppro_list_m ul li a{height:90px;display: flex;justify-content: center;align-items: center;}
	.pppro_list_m ul li a img{max-width:100%;max-height:100%;width:auto;height:auto;margin: 0 auto;display: block;}
	.pppro_list_m ul li p{text-align:center;padding-top: 6px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
	
	/*新闻*/
	.news_m{width:90%;margin:0 auto;}
	.news_m .news_m_t{display:block;line-height:34px;color:#333;font-size:14px;border-bottom: 1px dashed #c5c5c5;}
	
	.text_m{width:90%;margin:0 auto;line-height: 24px;font-size: 14px;color:#000;}
	.text_m h2{font-size: 18px;color:#678ace;margin-top: 15px;}
	.text_m img{max-width:100%;}
	.fy_m{font-size:14px;color:#000;margin:10px 0;}
	.fy_m a{color:#000;}
	
	/*下载*/
	.down_m{width:90%;margin:0 auto;}
	.down_m .down_m_t{display:block;line-height:34px;color:#333;font-size:14px;border-bottom: 1px dashed #c5c5c5;}
	.down_m_btn{float:right;height: 34px;display:flex;justify-content:center;align-items:center;}
	
	/*联系我们*/
	.contact_m{width:100%;}
	.contact_m_info{width:90%;margin:10px auto;}
	.contact_m img{max-width:100%;}
	
	/*产品详情*/
	.proxq_m{width:100%;margin:20px auto 0;}
	.proxq_pic{width:90%;border:1px solid #eee;margin:0 auto;height:280px;}
	.proxq_pic img{max-width:100%;max-height:100%;width:auto;height:auto;display:block;margin:0 auto;}
	.proxq_info{width:90%;padding:10px 0;border-bottom:1px solid #eee;margin:0 auto;}
	.proxq_info h3{font-size:18px;color:#678ace;padding-bottom: 6px;}
	.proxq_info p{font-size:14px;color:#333;}
	.proxq_text{padding:10px 0;width:90%;margin:0 auto;}
	
	 .tabClick{ background: #f3f3f3; overflow: hidden;margin-top:20px;}
    .tabClick li{ height:40px; line-height: 40px; width: 33%; float: left; text-align: center}
    .tabClick li.active{ color: #678ace; transition: 0.1s; font-weight: bold}
    .tabCon{width: 94%;margin: 0 auto; overflow: hidden;padding:10px 0;}
    .tabBox{ position: relative;}
    .tabList{word-break: break-all; width:100%;float:left; line-height:26px;  color:#000; font-size:14px; }
    .lineBorder{ height: 2px; overflow: hidden; border-bottom:1px solid #678ace; background: #f3f3f3}
    .lineDiv{ background: #678ace; height: 2px; width: 33%;}
	.tabList table{width:99% !important;}
	
	/***/
	.m_main{margin-top: 20px;}
	
	.m_footer{
		width: 100%;
height: 60px;
position: fixed;
z-index: 9999;
bottom: 0;
left: 0;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
background:#fff;
padding: 6px 0;
box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
}
	.m_footer a{
float: left;
width: 20%;
color: #666;

	}
	.m_footer a h3{
	width: 100%;
    text-align: center;
    font-size: 14px;
	padding-top:4px;
	margin: 0;
	}
	.m_footer a span {
	display:block;
    width: 55%;
	margin:0 auto;
	}
	.m_footer a span img{
		width:60%;
		margin:0 auto;
		display: block;
	}
	
.sale_tab dt {
    background: #fff;
    white-space: nowrap;
    font-size: 14px;
    color: #2a2a2;
    display: flex;
    justify-content: left;
}
.sale_tab dt span {
    display: inline-block;
    padding: 13px 10px 10px;
    position: relative;
}


.sale_tab dt span.current:after{content:""; width:100%; height:2px; background:#017bc4; position:absolute; left:0; bottom:0px;}
.result_show{background:#fff;}
.list_swiper ul{position: relative;  display: inline-flex;  display: -webkit-inline-flex; padding:5px;}
.list_swiper ul li{ position: relative; float: left;  display: block; width:150px; padding:5px;  background-color:#fff; margin:0 0 0 5px; border:1px solid #eee;box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);}
.list_swiper ul li:first-child{margin-left:0;}
.list_swiper_img{
	width: 100%;
	position: relative;
	height: 140px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.list_swiper_img img{display:block; width: auto;height: auto;max-width: 100%;max-height: 100%;}
.list_swiper_img span{color:#fe2b3f; padding:3px 5px; font-size: 14px; border:1px solid #fe2b3f; border-radius:3px; position: absolute; left:5px; bottom:10px;}
.list_swiper_name{font-size:14px;line-height:24px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3; overflow: hidden;text-align:center;}
.list_swiper_price{color:#fd6b1b;font-size: 16px;}
.list_swiper_price del{font-size:12px;color:#b2b2b2;}
.sale_tab dd>div:nth-child(n+2){display:none;}
.block_a_abs {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
/*搜索*/


#doc{width:100% !important ;padding:0;}
#ctn{width: 90% ;
margin: 0 auto ;}



}
.ss_title{color:#666;font-size:20px;margin: 20px 0;}
#doc{width:1197px;margin:0 auto;padding: 0 20px;}
#res #resc{margin:10px 0 ;}
#results{width:100% ;}
.rnw h3 {
    font-size: 1.23em;
    display: inline;
}
#results li p {
    line-height: 26px;
    font-size: 14px;
}

#results li {
	transition: .2s;
    overflow: hidden;
	border-bottom: 1px solid #e5e9ef;
	padding:20px;
}
#results li:hover {
	box-shadow: 0 2px 5px #ccc;
}
.rnw .tle a, .rnw .snapshot, .rnw .bluelinktext, .rnw .preview {
    color: #808080;
    text-decoration: underline;
    cursor: pointer;
}
.result-footer cite {
    color: #0e774a;
}

.c-bsearch a {
    background-color: #FFFFFF;
    border-color: #03a5f4;
    border-style: solid;
    border-width: 1px;
    color: #666666;
    display: inline-block;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin: 5px 2px;
    padding-left: 10px;
    padding-right: 10px;
	text-decoration: none;

}

.c-bsearch span {
    background-color: #03a5f4;
    border-color: #03a5f4;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin: 5px 2px;
    padding-left: 10px;
    padding-right: 10px;

}

.sg-wrap ul li {

    cursor: default;

    padding: 7px 0 7px 8px;

    position: relative;

}

.sg-wrap .ac_over {

     background-color: #EBEBEB;

}

.sg-wrap strong {

    color:red;

}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
    font-style: normal;
    font-weight: inherit;
}

.search_pic {
    float: left;
    width: 20%;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search_pic img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
.rnw {
    float: right;
    width: 75%;
}
