@charset 'utf-8';
/*网页样式重置reset婷婷*/
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  height: 100%;
}
label {
  cursor: pointer;
}
a:link,
a:visited {
  text-decoration: none;
}
input,
button,
select,
textarea {
  outline: none;
}
textarea {
  resize: none;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
menu,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt,
u,
ul,
var {
  margin: 0;
  padding: 0;
}
article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
  display: block;
}
/*html5设置*/
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
table,
input,
button,
select,
textarea,
sub {
  font-size: 1em;
}
body,
input,
button,
select,
textarea,
sub {
  font-family: Helvetica;
}
em,
cite,
address,
optgroup {
  font-style: normal;
}
kbd,
samp,
code {
  font-family: monospace;
}
img,
input,
button,
select,
textarea {
  vertical-align: middle;
}
ul,
ol {
  list-style: none;
}
img,
fieldset {
  border: 0;
}
abbr,
acronym {
  cursor: help;
  border-bottom: 1px dotted black;
}
table {
  width: 100%;
  border-spacing: 0;
  border: 0;
}
table th,
table td {
  border: 0;
}
legend,
hr {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
legend,
hr,
caption {
  visibility: hidden;
  font-size: 0;
  width: 0;
  height: 0;
  line-height: 0;
}
strong {
  font-weight: normal;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="number"],
textarea {
  -webkit-appearance: none;
}
input,
button,
select,
textarea {
  outline: none;
}
.content {
  width: 90%;
  margin: 0 auto;
}
.clearfix {
  clear: both;
}
.clearfix:after {
  content: " .";
  display: block ;
  height: 0 ;
  clear: both ;
  visibility: hidden ;
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.sprite {
  background: url("../img/sprite.png") no-repeat;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.sprite1 {
  display: block;
  background: url("../img/sprite1.png") no-repeat;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
/*------------------------------------------------------------------------------------------------------------------------------*/
/*统一样式*/
html {
  width: 100%;
}
body {
  width: 100%;
  background: #fff;
  font-family: "Helvetica,STHeiti STXihei,Microsoft JhengHei,Microsoft YaHei,Arial";
  font-size: 14px;
}
/*------------------------------------------------------------------------------------------------------------------------*/
/*index*/
#layout {
  position: relative;
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  margin:0 auto;
}
/* 阴影 */
.shadow1{
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
/* 按钮 */
.btn {
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.btn_more {
  width: 120px;
  height: 35px;
  line-height: 35px;
  border-radius: 18px;
  border: 1px solid #999;
  font-size: 14px;
  color: #999;
  margin: 0 auto;
  display: block;
}
.btn_more:hover {
  background: #f8a008;
  color: #fff;
  border-color: #f8a008;
}
.btn_normal {
  width: 110%;
  height: 30px;
  line-height: 30px;
  border-radius: 6px;
  background: #f8a008;
}
.btn_apply {
  width: 110px;
  height: 30px;
  text-align: center;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 14px;
  line-height: 29px;
  font-weight: bold;
  color: #fff;
  background: #f8a008;
  border-radius: 6px;
}
.btn_apply:hover {
  opacity: 0.6;
  color: #fff;
}
/* 按钮 end */
.mw {
  width: 1174px;
  margin: 0 auto;
}
.mw1 {
  width: 1200px;
  margin: 0 auto;
}
img {
  width: 100%;
  height: 100%;
}
/*slideFixed*/
.slide_fixed {
  position: fixed;
  bottom: 40px;
  right: 0;
  background: #fff;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
}
.slide_fixed > ul > li {
  width: 60px;
  height: 60px;
  border-bottom: 1px solid #ccc;
  padding-top: 5px;
}
.slide_fixed > ul > li i {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto 8px;
  background: #fff url(../images/img/slide_icons.png) no-repeat;
}
.slide_fixed > ul > li p {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 12px;
  color: #666666;
  line-height: 12px;
  font-weight: bold;
  text-align: center;
}
.slide_fixed > ul li:last-child {
  border-bottom: none;
}
.slide_fixed > ul li.shopping_cart {
  position: relative;
}
.slide_fixed > ul li.shopping_cart i {
  background-position: 2px 0;
  position: relative;
}
.slide_fixed > ul li.shopping_cart i .shopping-num{
  position: absolute;
  top:0;
  right: -5px;
  font-style: normal;
  font-size: 10px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  display: inline-block;
  background-color: #f8a008;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}

.slide_fixed > ul li.shopping_cart .show_cart {
  overflow: hidden;
  width: 0px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 60px;
  transition: all 0.4s;
}
.slide_fixed > ul li.shopping_cart .show_cart .micart-about{
  width: 180px;
  padding: 20px 0;
  text-align: center;
}
.slide_fixed > ul li.shopping_cart .show_cart .micart-about .micart-xg{
  font-size: 12px;
  color: #666;
  line-height: 20px;
  height: 60px;
  display: block;
}
.slide_fixed > ul li.shopping_cart .show_cart .micart-about .btn_mall{
  width: 86px;
  height: 24px;
  background: #f8a008;
  text-align: center;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 12px;
  line-height: 27px;
  color: #666666;
  font-weight: normal;
  color: #fff;
  line-height: 24px;
  border-radius: 12px;
  margin: 0 auto;
  border: none;
}
.slide_fixed > ul li.shopping_cart .show_cart ul {
  padding-left: 20px;
  margin-top: 20px;
  width: 160px;
  max-height: 100px;
  overflow: auto;
}
.slide_fixed > ul li.shopping_cart .show_cart ul li {
  margin-bottom: 10px;
  overflow: hidden;
}
.slide_fixed > ul li.shopping_cart .show_cart ul li a .imgWrap {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  overflow: hidden;
}
.slide_fixed > ul li.shopping_cart .show_cart ul li a .instruction {
  float: left;
  padding-left: 10px;
  width: 90px;
  height: 40px;
}
.slide_fixed > ul li.shopping_cart .show_cart ul li a .instruction h3 {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 12px;
  line-height: 27px;
  color: #666666;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.slide_fixed > ul li.shopping_cart .show_cart ul li a .instruction p {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 14px;
  line-height: 29px;
  font-weight: bold;
  color: #666666;
  color: #f8a008;
  height: 20px;
  line-height: 20px;
  vertical-align: bottom;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.slide_fixed > ul li.shopping_cart .show_cart .btn_wrap {
  text-align: center;
  padding: 20px 0;
  width: 180px;
}
.slide_fixed > ul li.shopping_cart .show_cart .btn_wrap .btn_jiesuan {
  width: 86px;
  height: 24px;
  background: #f8a008;
  text-align: center;
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 12px;
  line-height: 27px;
  color: #666666;
  font-weight: normal;
  color: #fff;
  line-height: 24px;
  border-radius: 12px;
  margin: 0 auto;
  border: none;
}
.slide_fixed > ul li.shopping_cart .show_cart .btn_wrap .btn_jiesuan {
  opacity: 0.8;
}
.slide_fixed > ul li.shopping_cart:hover {
  box-shadow: 0 0 10px #999;
}
.slide_fixed > ul li.shopping_cart:hover .show_cart {
  width: 180px;
  box-shadow: 0 0 10px #999;
}
.slide_fixed > ul li.shopping_cart:hover:before {
  content: "";
  width: 6px;
  height: 65px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.slide_fixed > ul li.shopping_cart:hover:after {
  content: "";
  width: 1px;
  height: 55px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 2;
}
.slide_fixed > ul li.shopping_cart:hover i {
  background-position: -46px 0;
}
.slide_fixed > ul li.shopping_cart:hover p {
  color: #f8a008;
}
.slide_fixed > ul li.loadApp {
  position: relative;
}
.slide_fixed > ul li.loadApp i {
  background-position: 0px -48px;
}
.slide_fixed > ul li.loadApp .show_loadApp {
  overflow: hidden;
  width: 0px;
  background: #fff;
  position: absolute;
  top: -66px;
  right: 60px;
  transition: all 0.4s;
}
.slide_fixed > ul li.loadApp .show_loadApp .box {
  width: 140px;
  height: 140px;
  padding: 20px;
}
.slide_fixed > ul li.loadApp .show_loadApp .box .imgWrap {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.slide_fixed > ul li.loadApp .show_loadApp .box .imgWrap img{
  width: 100%;
  height: 100%;
}
.slide_fixed > ul li.loadApp .show_loadApp .box p {
  font-family: "Microsoft YaHei", "微软雅黑";
  font-size: 14px;
  line-height: 29px;
  color: #666666;
  font-weight: normal;
  line-height: 20px;
}
.slide_fixed > ul li.loadApp:hover {
  box-shadow: 0 0 10px #999;
}
.slide_fixed > ul li.loadApp:hover .show_loadApp {
  width: 180px;
  box-shadow: 0 0 10px #999;
}
.slide_fixed > ul li.loadApp:hover:before {
  content: "";
  width: 6px;
  height: 65px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.slide_fixed > ul li.loadApp:hover:after {
  content: "";
  width: 1px;
  height: 55px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 2;
}
.slide_fixed > ul li.loadApp:hover i {
  background-position: -46px -48px;
}
.slide_fixed > ul li.loadApp:hover > p {
  color: #f8a008;
}
.slide_fixed > ul li.contact_service i {
  background-position: 2px -96px;
}
.slide_fixed > ul li.contact_service:hover i {
  background-position: -43px -96px;
}
.slide_fixed > ul li.contact_service:hover p {
  color: #f8a008;
}
.slide_fixed > ul li.goTop i {
  background-position: 4px -144px;
}
.slide_fixed > ul li.goTop:hover i {
  background-position: -41px -144px;
}
.slide_fixed > ul li.goTop:hover p {
  color: #f8a008;
}
/*slideFixed end*/
