<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@charset "utf-8";*/
/**
 * 网站地址: http://www.qietu.com
 * ----------------------------------------------------------------------------
 * $codex 1. id和class命名采用该版块的英文单词或组合命名，并第一个单词小写，第二个单词首个字母大写，如:thinkCss（最新产品/think+Css)
 * $codex 2. CSS样式表各区块用注释说明
 * $codex 3. 尽量使用英文命名原则
 * $codex 4. 尽量不加中杠和下划线
 * $codex 5. 尽量不缩写，除非一看就明白的单词
 * $Author: psd2html
 * $mailto: &lt;psd2html@qq.com&gt;
 * $hack :ie 6 _  \ ie7 *+ \  ie6,ie7 *  \  ie7,firefox !important ie9, \9
*/
/**
 +------------------------------------------------------------------------------
 * 网站样式重写
 +------------------------------------------------------------------------------
 * @comefrom  互联网
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
 html{-webkit-text-size-adjust:none; font-family:"微软雅黑"/*解决chrome浏览器下字体不能小于12px*/}
 body{ color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif;font-family:"微软雅黑"}
 * {}
a{outline:none; text-decoration:none;} a:hover{ text-decoration:underline;}
html{zoom:1;}html *{outline:0;zoom:1;} html button::-moz-focus-inner{border-color:transparent!important;} 
body{overflow-x: hidden; font-size:12px;} body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;} table{/*border-collapse:collapse;border-spacing:0;*/} fieldset,a img{border:0;} address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;} li{list-style:none;} caption,th{text-align:left;} h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} q:before,q:after{content:'';}
input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/} em,i{ font-style:normal;}



/**
 +------------------------------------------------------------------------------
 * Public Class
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }.clearfix {display:block;}.clear{ clear:both;}/* 清除浮动*/
.colwrapper { overflow:hidden; zoom:1 /*for ie*/; margin:5px auto; }/* 高度自适应 */ 
.strong{ font-weight: bold;} .left{ float: left;} .right{ float: right;} .center{ margin:0 auto; text-align:center;}
.show{ display:block; visibility:visible;}.hide{ display: none; visibility:hidden;}
.block{ display:block;} .inline{ display:inline;}
.transparent{filter:alpha(opacity=50); -moz-opacity:0.5;/** Firefox 3.5即将原生支持opacity属性，所以本条属性只在Firefox3以下版本有效 ***/ -khtml-opacity: 0.5; opacity: 0.5; } .break{ word-wrap:break-word;overflow:hidden; /*word-break:break-all;*/}

.tal{ text-align:left} .tar{ text-align:right;}

/*文字两侧对齐*/
.justify {
	text-align:justify;
	text-justify:distribute-all-lines;/*ie6-8*/
	text-align-last:justify;/* ie9*/
	-moz-text-align-last:justify;/*ff*/
	-webkit-text-align-last:justify;/*chrome 20+*/
}

.toe{
	/*超出省略号*/
	 word-break:keep-all;
/*white-space:nowrap;*/
overflow:hidden;
text-overflow:ellipsis;
}
@media screen and (-webkit-min-device-pixel-ratio:0){/* chrome*/
	.justify:after{
		content:".";
		display: inline-block;
		width:100%;
		overflow:hidden;
		height:0;
	}
}

/* 兼容IE6的定位属性fixed，固定不动样式 */
.fixed{
	position:fixed; 
	clip:rect(0 100% 100% 0);
	_position:absolute;
	
	/* 底部 */
	bottom:0px;
	left:0px;
	_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);
	/*_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);*/
	
	/* 左侧 */
	/*left:0px;*/
	/*_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);*/
	/*_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);*/
}
/* 解决固定层在IE6下闪的问题 */
*html{
	background-image:url(about:blank);
	background-attachment:fixed;
}


/*png图片ie6下透明滤镜实现写法*/
.pngimg{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/x.png');}

/**
 +------------------------------------------------------------------------------
 * FCK 兼容解决方案
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
em{ font-style:italic !important;} strike{ text-decoration:line-through !important;} strong{ font-weight:bold !important;} u{ text-decoration:underline !important;}

/**
 +------------------------------------------------------------------------------
 * 表单样式
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */

/**
 +------------------------------------------------------------------------------
 * 网站整体颜色总汇
 +------------------------------------------------------------------------------
 * @codex  颜色:使用颜色的名称或者16进制代码,如 
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.ff8600,ff86aa a{ color:#ff8600;}

/**
 +------------------------------------------------------------------------------
 * 网站整字体大小
 +------------------------------------------------------------------------------
 * @codex   字体大小,直接使用"font+字体大小"作为名称,如
 * @package  ORG
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.font14px{ font-size:14px;}
.font9pt{ font-size:9pt;}
/*自定义字体*/
/* @font-face {  font-family: danley;  src: url('../font/danley.ttf');  }  .danley {  font-family: danley; } */


/**
 +------------------------------------------------------------------------------
 * 网站整布局命名规范
 +------------------------------------------------------------------------------
 * @codex   id和class命名采用该版块的英文单词或组合命名 如:newRelease
 * @package  ORG
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
  a{ color:#5d5d5e; /*transition: all 0.3s ease-in-out 0s;*/}
  a:hover{ color:#3e6ed4;}
 
body{font-family: "Microsoft YaHei",sans-serif;}

.css3{
	/*transition: all 0.3s ease-in-out 0s;*/
	
	-webkit-transform:translate3d(0, -20px, 0);
	-ms-transform:translate3d(0, -20px, 0);
	transform:translate3d(0, -20px, 0);
	
	-webkit-transition-property:opacity, -webkit-transform;
	transition-property:opacity, transform;
	-webkit-transition-duration:1000ms;
	transition-duration:1000ms;
	-webkit-transition-timing-function:cubic-bezier(0.25, 0.46, 0.33, 0.98);
	transition-timing-function:cubic-bezier(0.25, 0.46, 0.33, 0.98);
	
	-webkit-transition-delay:800ms;
	transition-delay:800ms
}
.css3.animated{
	-webkit-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
}
@media screen and (max-width: 650px) {    
  
  }
  
  @media screen and (max-width: 480px) {   
	.w466{width: 466px;}
  }

body{
	font-size:12px; line-height:22px;
}
.wrapper{
	width:1003px; margin:0 auto;
}
.header{
	height:145px; border-bottom:#bf252d solid 1px;
}
.header .wrapper{
	position:relative;
}
.header .logo{
	position:absolute; left:20px; top:2px;
}
.header .logo_tip{
	position:absolute; left:180px; top:30px; font-size:24px; color:#116696; font-weight:bold;padding-top: 4px;
}
.logo_tip1{
    font-size:24px; color:#c9151e; font-weight:bold;border-bottom: 1px solid #e8cca3;line-height: 45px;padding-bottom: 3px;padding-right: 51px;
}
.header .nav{
	position:absolute; right:30px; top:25px; line-height:27px; font-size:14px;
}
.header .nav ul{
	float:left; display:inline;
}
.header .nav li{
	display:inline; float:left; margin-right:10px;
}
.header .nav dl{
	display:inline; float:left; margin-left:10px;
}
.header .nav dd{
	display:inline; float:left; margin-right:10px;
}
.header .search{
	position:absolute; right:30px; top:73px; border:#bcbcbc solid 1px;
}
.header .search .text{
	width:289px; height:40px; float:left; display:inline; border:none; padding-left:10px;
}
.header .search .submit{
	width:43px; height:40px; float:left; display:inline;  border:none; border-left:#bcbcbc solid 1px; background:url(img4.png) no-repeat;
}
.naver{
	height:78px; background:url(img8.png) repeat-x bottom; margin-bottom:-10px; position:relative; z-index:99;
}
.naver ul{
	margin-left:20px;
}
.naver li{
	display:inline; font-size:14px; line-height:68px; float:left; padding:0 30px;
}
.naver li.selected{
	background:url(img27.jpg) no-repeat center 0;
}
.naver li strong{
	height:73px; display:block;
}
.naver li a:hover{
	color:#7e0001; text-decoration:none;
}
.naver li.selected a{
	color:#fff;
}
.naver li.selected a span{
	color:#fff;
}
.naver li .cart{
	background:url(img21.png) no-repeat left center; padding-left:35px; display:block; color:#7e0001;
}
.naver li strong img{ display:none;}
.naver li.selected .cart{
	background:url(img23.png) no-repeat left center;
}
.item .sub{
	padding-left:10%; height:240px; width:90%; margin-top:25%;
}
.item  .sub1{
	text-align:right;padding-left:0%; padding-right:10%;
}
.item  .sub1 a{
	float:right;
}
.item  .sub h2{
	 font-size:40px; font-family:"微软雅黑"; color:#fff; font-weight:bold;
}
.item  .sub p{
	font-size:40px;
	font-family: "微软雅黑";
	color: #FFF;
	font-weight: bold;
	margin-top: 44px;
	}
.item  .sub a{
	 font-size:18px; font-family:"微软雅黑"; color:#333; background-color:#f9e742; width:123px; height:50px; line-height:50px; border-radius:5px; padding:0 27px;display:block; margin-top:35px;
}
.item  .sub a span{
	margin-left:30px;
}
.item .subb{
		height:69px; text-align:center; padding-top:10px;
	}
.item .subb .con{
		height:auto; overflow:hidden; width:60%; margin:0 20%; position:absolute;bottom:20px;
	}
.item .subb h2{
		display:block; font-size:26px; font-family:"宋体"; color:#fff; font-weight:bold;height:26px; line-height:26px;float:left;
	}
.item .subb a{
		display:block; font-size:10px; font-family:"宋体"; color:#333; background-color:#f9e742; width:64px; height:26px; line-height:26px; border-radius:2px; padding:0 14px; float:right;
	}
.item .subb a span{
		margin-left:17px;
	}
.naver li a{
	font-size:18px;
}
.hroll{
	margin-top:20px; height:61px; background:#f3f3f3; position:relative; padding-left:160px; line-height:61px; overflow:hidden;
}
.hroll .cate{
	background:url(img9.png) no-repeat; width:115px; padding-right:10px; height:61px; position:absolute; left:0; top:0; text-align:center; line-height:61px; font-size:20px; font-weight:bold;
}
.hroll li{
	font-size:16px;
}
.hroll .btn{
	position:absolute; right:50px; top:0; height:61px;
}
.hroll .btn .prev,
.hroll .btn .next{
	height:25px; background:url(img14.png) no-repeat bottom; width:26px; display:block; cursor:pointer;
}
.hroll .btn .next{
	background:url(img15.png) no-repeat top; margin-top:10px;
}

.himgs{
	margin-top:20px;
}
.himgs ul{
	width:105%; height:auto; overflow:hidden;
}
.himgs li{
	width:485px; height:380px; float:left; display:inline; margin-right:30px; font-size:16px; line-height:26px;
}
.himgs li a{
	display:block;
}
.himgs li h2{
	margin-top:10px; font-size:20px; line-height:1.8;
}

.hvideo{
	position:relative; text-align:center;
}
.hvideo img{
	display:block;
}
.hvideo .mask{
	background:url(img16.png) repeat; position:absolute; left:0; right:0; top:0; height:100%; bottom:0;
}
.hvideo .text{
	position:absolute; left:0; right:0; top:30%;
}
.hvideo .text h2{
	font-size:36px; color:#fffcc5; text-shadow:#45403c 2px 2px 2px;
}
.hvideo .text em{
	background:url(img10.png) no-repeat; width:67px; height:67px; display:inline-block; margin-top:30px; cursor:pointer; 
}

.habout{
	padding-right:250px; margin-top:30px; background:#0088d1; height:300px; position:relative;
}
.habout .imgs{
	position:absolute; right:0; top:0;
}
.habout .imgs li{
	height:150px; overflow:hidden;
}
.habout .imgs li .img{
	height:150px; overflow:hidden; width:250px; position:relative;
}
.habout .imgs li .img1{
	position:absolute; left:0; top:0; right:0; bottom:0;background:url(img22.png) repeat;
}
.habout .imgs li:hover .img1{
	display:none;
}
.habout .imgs li .img .ico{
	position:absolute; top:50%; left:50%; margin-left:-40px; margin-top:-50px; text-align:center;
}
.habout .imgs li .img .ico h2{
	text-align:center; color:#fff; font-family:"黑体"; font-size:20px; font-weight:bold;
}
.habout .text{
	padding:30px 50px; text-align:center; font-size:16px; line-height:26px; color:#fff;
}
.habout .text h2{
	font-size:24px; margin-bottom:20px;
}
.habout .btn{
	text-align:center; margin-top:30px;
}
.habout .btn a{
	width:143px; height:42px; text-align:center; line-height:42px; border:#4dacdf solid 1px; display:inline-block; font-size:16px; color:#ffffff; border-radius:4px;
}
.habout .btn a:hover{
	background:#fff; color:#0088d1;
}

.hpager{
	margin-top:30px; height:auto; overflow:hidden;
}
.hpager .item{
	width:500px; float:left; display:inline;
}
.hpager .item .img{
	width:200px; float:left; display:inline;
}
.hpager .item .img a{
	display:block;
}
.hpager .item .text{
	width:250px; float:left; display:inline; margin-left:40px; padding-top:20px; font-size:16px; line-height:26px;
}
.hpager .item .text h2{
	margin-bottom:10px; font-size:20px;
}
.hpager .item .text .btn{
	margin-top:10px;
}
.hpager .item .text .btn a{
	width:130px; height:40px; line-height:40px; text-align:center; display:inline-block; background:#b02d2e; font-size:16px; color:#fff; border-radius:5px; text-shadow:#852223 2px 2px 2px; font-family:"宋体", "仿宋", "新宋体", Arial;
}
.hpager .item .text .btn a:hover{
	background:#961516;
}

.footer{
	background:url(img8.jpg) repeat-x top #f5f6f8; margin-top:60px; position:relative;
} 
.footer .infos{
	background:url(img9.jpg) repeat-x top; padding-top:40px; height:auto; overflow:hidden; font-size:16px; line-height:30px;
}
.footer .infos .qrcode{
	float:left; display:inline; width:200px; text-align:center;
}
.footer .infos .nav{
	float:left; display:inline; margin-left:20px; width:460px; height:auto; overflow:hidden;
}
.footer .infos .nav dl{
	float:left; display:inline; margin-right:25px; width:90px; text-align:center;
}
.footer .infos .nav dt{
	font-size:18px; margin-bottom:10px; 
}
.footer .infos .info{
	float:left; display:inline; margin-left:20px; width:300px;
}
.footer .infos .info .tel{
	background:url(img13.png) no-repeat left center; padding-left:45px; height:35px; line-height:35px; font-size:25px; font-weight:bold; margin-bottom:10px; font-family:Arial, Helvetica, sans-serif;
}
.footer .copyright{
	margin-top:20px; padding-bottom:50px; padding-right:40px; text-align:right;
}
.footer .copyright .link{
	display:inline; margin-right:20px;
}
.footer .copyright .link span{
	margin:0 10px;
}

.sidebar{
	width:100px; position:fixed; _position:absolute; right:0; top:0;  z-index:99; bottom:0; overflow:hidden; text-align:center;
}
.sidebar .img{
	margin-top:160px;
}
.sidebar li{
	padding:20px 0; border-bottom:#e2e2e2 solid 2px; font-size:17px;background: #F3F3F3 
}
.sidebar li:hover{
	background:#e7e7e7;
}
.sidebar li h2{
	margin-top:5px;
}

.preloader {
  background: url(loader.gif) center center no-repeat #333;
}


.naver li strong a{
	font-weight:normal !important;
}
.naver .sub{
	position:absolute; z-index:9; left:50%; top:71px; margin-left:-500px; background-color:#fff;display:none;box-shadow:0 5px 5px #c9c7c8 inset; width:1003px; border-bottom:#ddd solid 1px;
}
.naver li.selected .sub{
	display:block; 
}
.naver .sub dl{
	height:auto; overflow:hidden;/*padding:20px 35px;*/padding:20px 30px;
}
.naver .sub dl dd{
	float:left; width:22%; padding:0 14px;
}
.naver .sub dl dd a{
	display:block;
}
.naver .sub dl dd a .img img{
	display:block;
}
.naver .sub dl dd a h2{
	text-align:center;font-size:16px; color:#333; line-height:1; margin-top:15px;
}
/***********1奇朔简介***************/
.content1{
	/*margin-top:30px;*/ height:auto; overflow:hidden;
}
.content1 .hd{
	height:70px; line-height:70px; font-size:16px; color:#333333; font-family:"微软雅黑";
}
.content1 .hd a{
	color:#333;
}
.content1 .hd span{
	color:#a0a0a0; margin:0 10px;
}
.content1 .bd{
	height:50px; line-height:1; border-bottom:1px solid #e9e7e7;
}
.content1 .bd h2{
	font-family:"微软雅黑"  !important;
}
.content1 .bd h2 a,.content1 .bd h2{
	font-size:24px; color:#333333;
}
.content1 .ft{
	margin-top:40px;height:auto; overflow:hidden; border-bottom:1px solid #e9e7e7; padding-bottom:40px;
}
.content1 .ft .text{
	float:left; width:53%; /*height:243px;*/ overflow:hidden;
}
.content1 .ft .text p{
	line-height:30px; font-size:16px; color:#333;
}
.content1 .ft .img{
	float:right;width:44%; /*height:243px;*/
}
.content2{
	margin-top:37px; border-bottom:1px solid #e9e7e7; padding-bottom:30px;
}
.content2 ul{
	height:auto; overflow:hidden; 
}
.content2 ul li{
	float:left; width:31%; /*height:470px;*/ margin-right:3.5%; overflow:hidden;
}
.content2 ul li.last{
	margin-right:0;
}
.content2 ul li .img{
	/*width:308px; height:230px;*/
}
.content2 ul li h2{
	font-size:24px; font-family:"微软雅黑"; margin-top:20px;line-height:32px;
}
.content2 ul li h2 a{
	color:#333;
}
.content2 ul li p{
	font-size:16px; font-family:"微软雅黑";color:#333; line-height:30px;margin-top: 2px;
}
.content3 .hd{
	text-align:center; 
}
.content3 .hd h2{
	font-size:24px; font-family:"微软雅黑";color:#333; line-height:2.4;
}
.content3 .hd h2 a{
	color:#333;
}
.content3 .bd .img{
	margin:0 auto; /*width:1001px; height:350px;*/
}
.content3 .ft{
	margin-top:30px;
}
.content3 .ft ul{
	height:auto; overflow:hidden; /*width:105%;*/
}
.content3 .ft ul li{
	float:left; margin-right:4%; width:48%;
}
.content3 .ft ul li.last{
	margin-right:0;
}
.content3 .bd .text{
	/*width:480px; height:180px; */overflow:hidden;
}
.content3 .bd .text p{
	font-size:16px; line-height:30px;font-family:"微软雅黑";color:#333; width:48%; float:left;
}
.content3 .bd .text .p2{
	margin-left:4%;
}
.content3 .ft ul li .img{
	/*width:480px; height:250px;*/ position:relative;
}
.content3 .ft ul li .img img{
	display:block;
}
.content3 .ft ul li .img .img1{
	/*width:480px; height:250px;*/text-align:center; position:absolute; left:0; top:0; right:0; bottom:0; font-family:"黑体";font-size:30px; 
	/*background:url(img22.png) repeat;*/ 
}
.content3 .ft ul li .img .img1 a{
	text-align:center;position:absolute; left:0; top:50%; right:0; bottom:0;color:#fff; margin-top:-15px;
}
.content3 .ft ul li .img.selected .img1{
	display:block;
}/*&lt;!--.content3 .ft ul li .img:hover .img1{
	display:block;
}--&gt;*/
.sidebar .top{
	margin-top:520px;
}



.slider_wap{
	display:none;
}
#index-banner{
	clear:both;
}


.news{
	margin-top:50px;
}
.news .list li{
	width:537px; height:232px; border:#e5e5e5 solid 1px; margin:0 auto; margin-bottom:12px; position:relative; padding-left:200px;
}
.news .list li .img{
	position:absolute; left:-109px; top:22px;        
	width:250px;height:190px;
}
.news .list li .text{
	padding-top:45px; padding-right:130px; font-size:16px; line-height:1.7;
}
.news .list li .text h2{
	font-size:24px; margin-bottom:10px; font-weight:bold;
}
.news .list li .date{
	position:absolute; right:-50px; top:62px; width:100px; height:100px; background:#126493; color:#fff; text-align:center; font-size:18px; line-height:1.5;
}
.news .list li .date h2{
	font-size:24px; margin-top:20px; border-bottom:#5a93b4 solid 1px; display:inline-block;
}



 /***********招聘***************/
 .news .zp-list{ clear:both; overflow:hidden;}
.news .zp-list li{
	/*width:306px;*/width: 33%; height:232px; border:#e5e5e5 solid 1px; margin:0 auto; margin-bottom:12px; position:relative; padding-left:65px; 
float: left;margin-left:100px;
}
.news .zp-list li .img{
	position:absolute; left:-62px; top:80px;background-color: #fff; padding:5px;text-align: center;z-index:1;}
.news .zp-list li p{ font-size:16px; text-align:left;}
.zp-jopname{ font-weight:bold; background-color:#e5e5e5;padding: 5px 30px;}
.news .zp-list li .text{
	font-size: 16px;line-height: 1.7;/*width: 239px;*/height: 232px;padding-top: 45px; position: relative;
z-index: 9; left:19px;
}





.pages{
	text-align:center; margin-top:60px;
}
.pages li {
	display:inline;
}
.pages li a{
	height:23px; line-height:23px; display:inline-block; background:#126493; color:#fff; padding:0 10px; border:#fff solid 2px; border-radius:4px; 
}
.pages li.selected a,
.pages li a:hover{
	background:#ececec; border-color:#126493; color:#333;
}

.current{
	margin-top:35px; font-size:16px; color:#333333; line-height:1;
}
.current a,
.current span{
	margin:0 5px;
}
.current a{
	color:#333333;
}
.current span{
	color:#a0a0a0;
}

.shopview{
	margin-top:30px !important;
}
.shop-imgs ul{
	height:auto; overflow:hidden;
}
.shop-imgs li{
	float:left; display:inline; margin-right:30px; position:relative;margin-bottom: 10px;
}
.shop-imgs li img{
	display:block;
}
.shop-imgs li .tip{
	position:absolute; left:0; right:0; top:0; height:100%; background:url(img26.png) repeat; text-align:center;
	
	transition: all 0.3s ease-in-out 0s;
	opacity:0;
}
.shop-imgs li a:hover .tip{
	opacity:1;
}
.shop-imgs li .tip h2{
	margin-top:60px; color:#fff; font-size:24px;
}

.shop-view{
	margin-top:40px;
}
.shop-view .head{
	font-size:24px; text-align:center; border-bottom:#e9e7e7 solid 1px; padding-bottom:20px;
}
.shop-view .body{
	padding-top:20px; font-size:16px; line-height:35px;
}
.shop-view .body p{
	text-indent:2em;
}

.shop-roll{
	padding:0 70px; padding-right:50px; position:relative;
}
.shop-roll .prev,
.shop-roll .next{
	background:url(img27.png) no-repeat; width:40px; height:105px; position:absolute; left:0; top:50%; margin-top:-70px; cursor:pointer;
}
.shop-roll .next{
	background:url(img28.png) no-repeat; left:auto; right:0;
}
.shop-roll .list{
	width:840px; overflow:hidden;
}
.shop-roll .list ul{
	height:auto; overflow:hidden; width:9999999px;
}
.shop-roll .list li{
	float:left; display:inline; width:400px; margin-right:20px; overflow:hidden; text-align:center;
}
.shop-map{
	 border-left:0; border-right:0; position:relative; /*height:550px;*/ margin-top:15px;clear:both;
}
.shop-map .inner{
	width:45%;/* position:absolute; left:50%; margin-left:-700px;border:#d2d2d2 solid 2px; border-left:none; border-right:none;*/ float:left;
}
.shop-addr{
	text-align:center; padding:90px 0 0 40px; font-size:24px;float:left;
}
.shop-addr h3{
	margin-top:20px; display:inline-block; background:url(img29.png) no-repeat bottom left; padding-left:50px;border-top:1px solid #b2dbf1; padding-top:20px;
}
.shop-addr h3 big{
	font-size:36px; color:#e70012;
}

.shop-slide{
	position:relative; overflow:hidden;
}
.scrollto{
	background:url(img32.png) no-repeat; width:58px; height:58px; position:absolute; left:50%; margin-left:550px; bottom:330px; cursor:pointer;
}
#weixin{ display:none; position:absolute; right:35px;z-index:100;}

.news-date{text-align: center;color:#909090;font-size:16px;margin-bottom: 10px;margin-top:10px;}



/*分享*/
.fenxiang{background-color: #0088D1;color: #FFF;border-radius: 7px;padding:4px;width:100%;}


</pre></body></html>