/*reset***************************************/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
button,
input,
th,
td,
a,
s,
b,
u,
i,
sub,
sup,
em {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "微软雅黑", "华文细黑", SimSun, "宋体", sans-serif;
    border: 0 none;
    outline: 0;
    list-style: none;
    color: #373A45;
    font-weight: normal;
    font-style: normal;
    text-decoration: none; 
}
html {
  font-size: 12px;
}
body {
  width: 100%;
  height: 100%;
  color: #333333;
  position:relative;
}
img {
  vertical-align: top;
  max-width: 100%;
    height: auto;
}
.wrap {
  width: 1160px;
  margin: 0 auto;
}
a:hover {
  color: #8fc320;
}
/***************模块标题*******************/
header {
  width: 100%;
  height: 28px;
  background-color: #F8F8F8;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}
header .wrap {
  overflow: hidden;
}
header .wrap .nav-1 {
  float: left;
  overflow: hidden;
}
header .wrap .nav-1 li {
  float: left;
  padding: 0 16px;
  margin: 5px 0;
}
header .wrap .nav-1 li:first-child {
  padding-left: 0;
}
header .wrap .nav-1 i {
  float: left;
  display: block;
  width: 1px;
  height: 13px;
  background-color: #333;
  margin-top: 7px;
}
header .wrap .nav-2 {
  float: right;
  overflow: hidden;
}
header .wrap .nav-2 li {
  float: left;
  padding: 0 16px;
  margin: 5px 0;
}
header .wrap .nav-2 li:last-child {
  border-right: 0;
  padding-right: 0;
}
header .wrap .nav-2 i {
  display: block;
  width: 1px;
  height: 13px;
  background-color: #333;
  float: left;
  margin-top: 7px;
}
header .wrap .nav-2 .nav-fenqu {
  height: 320px;
  margin-bottom: 0;
  padding: 0px;
}
header .wrap .nav-2 .nav-fenqu a {
  padding: 23px;
}
header .wrap .nav-2 .nav-fenqu .nav-sub {
  display: none;
  position: relative;
  top: 8px;
  left: 0;
  z-index: 10;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
header .wrap .nav-2 .nav-fenqu .nav-sub div {
  background-color: #fff;
  padding: 0 22px;
}
header .wrap .nav-2 .nav-fenqu .nav-sub div a {
  border-bottom: 1px solid #999;
  padding: 7px 0;
  display: block;
  color: #333;
  text-align: center;
  font-size: 12px;
}
header .wrap .nav-2 .nav-fenqu .nav-sub div a:hover {
  color: #8fc320;
}
header .wrap .nav-2 .nav-fenqu .nav-sub div:last-child a {
  border-bottom: none;
}
header .wrap .nav-2 .nav-fenzhan {
  height: 300px;
  margin-bottom: 0;
  padding: 0px;
}
header .wrap .nav-2 .nav-fenzhan a {
  padding: 23px;
}
header .wrap .nav-2 .nav-fenzhan .nav-sub {
  display: none;
  position: relative;
  top: 8px;
  left: 0;
  z-index: 10;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
header .wrap .nav-2 .nav-fenzhan .nav-sub div {
  background-color: #fff;
  padding: 0 22px;
}
header .wrap .nav-2 .nav-fenzhan .nav-sub div a {
  border-bottom: 1px solid #999;
  padding: 7px 0;
  display: block;
  color: #333;
  text-align: center;
  font-size: 12px;
}
header .wrap .nav-2 .nav-fenzhan .nav-sub div a:hover {
  color: #8fc320;
}
header .wrap .nav-2 .nav-fenzhan .nav-sub div:last-child a {
  border-bottom: none;
}
.head {
  width: 100%;
  height: 105px;
  position: relative;
  z-index: 1;
}
.head .wrap {
  overflow: hidden;
}
.head .wrap .logo {
  float: left;
  width: 168px;
  height: 46px;
  background: url(../../Img/sprite.png) no-repeat -438px 0;
  margin-top: 27px;
}
.head .wrap .search {
  overflow: hidden;
  margin-left: 212px;
  margin-top: 36px;
  float: left;
}
.head .wrap .search input {
  float: left;
  border: 1px solid #E5E5E5;
  width: 335px;
  height: 30px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 12px;
  padding-left: 15px;
}
.head .wrap .search input:focus::-webkit-input-placeholder {
  color: transparent;
}
.head .wrap .search p {
  width: 44px;
  height: 32px;
  float: left;
  background-color: #4C4C4C;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.head .wrap .search p span {
  display: block;
  width: 18px;
  height: 19px;
  background: url(../../Img/sprite.png) no-repeat -986px 0;
  margin-left: 13px;
  margin-top: 8px;
  cursor: pointer;
}
.head .wrap #head-slide {
  float: right;
  margin-top: 18px;
}
.head .wrap #head-slide .prev,
.head .wrap #head-slide .next {
  float: left;
  width: 7px;
  height: 11px;
  background: url(../../Img/sprite.png) no-repeat -954px -104px;
  margin-top: 32px;
  margin-right: 14px;
}
.head .wrap #head-slide .bd {
  float: left;
  width: 190px;
  height: 68px;
  overflow: hidden;
}
.head .wrap #head-slide .next {
  background: url(../../Img/sprite.png) no-repeat -954px -118px;
  margin-left: 14px;
}
nav {
  background-color: #404040;
  margin-bottom: 50px;
  width: 100%;
  height: 50px;
}
nav #nav {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 50px;
}
nav #nav .nLi {
  display: inline;
  float: left;
  margin: 0 15px;
}
nav #nav .nLi h2 {
  float: left;
}
nav #nav .nLi h2 a {
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
}
nav #nav .nLi .sub {
  background-color: #fff;
  display: none;
  width: 1160px;
  position: absolute;
  left: 0px;
  top: 50px;
  line-height: 45px;
  overflow: hidden;
}
nav #nav .nLi .sub li {
  zoom: 1;
  float: left;
  line-height: 50px;
}
nav #nav .nLi .sub li:hover a {
  color: #8fc320;
}
nav #nav .nLi .sub li a {
  font-size: 14px;
  color: #555555;
  padding: 0 30px;
  border-right: 1px solid #E4E4E4;
}
nav #nav .nLi .sub li:last-child a {
  border-right: none;
}
nav #nav .nLi #must-show {
  display: block;
}
nav #nav i {
  float: left;
  display: block;
  width: 1px;
  height: 12px;
  background-color: #585858;
  margin-top: 18px;
}
nav .on {
  background-color: #8fc320;
}
.banner #banner-slide {
  width: 1160px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
}
.banner #banner-slide .hd {
  position: absolute;
  bottom: 21px;
  left: 445px;
  overflow: hidden;
  z-index: 1;
}
.banner #banner-slide .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.banner #banner-slide .hd ul li {
  float: left;
  width: 50px;
  height: 4px;
  background-color: #ADADAC;
  margin-right: 8px;
  cursor: pointer;
}
.banner #banner-slide .hd ul .on {
  background-color: #8fc320;
}
.banner #banner-slide .bd {
  position: relative;
  z-index: 0;
}
.banner #banner-slide .bd li {
  zoom: 1;
  vertical-align: middle;
}
.banner #banner-slide .bd li img {
  width: 100%;
  height: auto;
  display: block;
}
.banner #banner-slide .prev,
.banner #banner-slide .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../../Img/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.banner #banner-slide .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.banner #banner-slide .prev:hover,
.banner #banner-slide .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.accordion {
  width: 1160px;
  margin: 0 auto;
}
.accordion .fsbanner {
  position: relative;
  overflow: hidden;
  height: 100px;
  color: white;
  font-size: 20px;
  font-family: Verdana;
  font-weight: bold;
  -webkit-text-stroke: 1px black;
  margin-top: 22px;
}
.accordion .fsbanner div {
  position: absolute;
  background-size: cover;
  cursor: pointer;
  top: 0px;
  left: 0px;
}
.accordion .fsbanner span {
  display: none;
}
.section-title {
  margin-top: 60px;
  margin-bottom: 40px;
  width: 100%;
  height: 76px;
}
.section-title img {
  margin-left: 455px;
  margin-top: 54px;
}
.section-focus .section-title {
  background: url(../../Img/section-focus.png) no-repeat center center;
  position: relative;
}
.section-focus .section-title img {
  float: left;
  margin-top: 54px;
}
.section-focus .section-title .customer-logo {
  position: absolute;
  right: -7px;
  top: -7px;
}
.section-focus .focus-detail-1 {
  overflow: hidden;
  background-color: #fff;
  padding-top: 30px;
}
.section-focus .focus-detail-1 .artical {
  float: left;
  width: 792px;
  overflow: hidden;
}
/*.section-focus .focus-detail-1 .artical ul {
  margin-top: 10px;
}*/
    .section-focus .focus-detail-1 .artical ul li {
        margin-top: 20px;
        border-bottom: 1px dashed #ddd;
        padding-bottom: 20px;
        
    }

.section-focus .focus-detail-1 .artical ul li h2 {
  overflow: hidden;
}
.section-focus .focus-detail-1 .artical ul li h2 em {
  float: left;
  font-size: 22px;
  line-height: 27px;
}
.section-focus .focus-detail-1 .artical ul li h2 span {
  margin-right: 27px;
  float: left;
  width: 20px;
  height: 30px;
  background: url(../../Img/sprite.png) no-repeat -932px -94px;
}
.section-focus .focus-detail-1 .artical ul li p {
  font-size: 14px;
  color: #999999;
  padding:18px 0 0 0;
  margin-left: 50px;
  line-height: 29px;
  /*border-bottom: 1px dashed #ddd;*/
}
.section-focus .focus-detail-1 .artical ul li:nth-child(2) {
  /*padding-top: 20px;*/
}
.section-focus .focus-detail-1 .artical ul li:nth-child(2) span {
  background: url(../../Img/sprite.png) no-repeat -941px -47px;
}
.section-focus .focus-detail-1 .artical ul li:last-child {
  /*padding-top: 20px;*/
}
.section-focus .focus-detail-1 .artical ul li:last-child span {
  background: url(../../Img/sprite.png) no-repeat -759px -96px;
}
.section-focus .focus-detail-1 .artical ul li:last-child p {
  border-bottom: none;
}
.section-focus .focus-detail-1 .artical ul li:hover h2 em {
  color: #8fc320;
}
.section-focus .focus-detail-1 #focus-slide {
  float: right;
  width: 340px;
  height: 420px;
  overflow: hidden;
  position: relative;
}
.section-focus .focus-detail-1 #focus-slide .hd {
  position: absolute;
  bottom: 28px;
  left: 100px;
  overflow: hidden;
  z-index: 1;
}
.section-focus .focus-detail-1 #focus-slide .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.section-focus .focus-detail-1 #focus-slide .hd ul li {
  float: left;
  width: 30px;
  height: 4px;
  background-color: #ADADAC;
  margin-right: 10px;
  cursor: pointer;
}
.section-focus .focus-detail-1 #focus-slide .hd ul .on {
  background-color: #8fc320;
}
.section-focus .focus-detail-1 #focus-slide .bd {
  position: relative;
  z-index: 0;
}
.section-focus .focus-detail-1 #focus-slide .bd li {
  zoom: 1;
  vertical-align: middle;
}
.section-focus .focus-detail-1 #focus-slide .bd li img {
  width: 100%;
  height: auto;
  display: block;
}
.section-focus .focus-detail-2 .wrap {
  overflow: hidden;
}
.section-focus .focus-detail-2 .wrap .artical {
  float: left;
  padding: 19px;
  border: 1px dashed #ddd;
}
.section-focus .focus-detail-2 .wrap .artical .focus-show-1 {
  float: left;
}
.section-focus .focus-detail-2 .wrap .artical ul {
  margin-top: 5px;
  margin-left: 20px;
  float: left;
  width: 266px;
}
.section-focus .focus-detail-2 .wrap .artical ul li {
  font-size: 12px;
  color: #666;
  margin-bottom: 16px;
}
.section-focus .focus-detail-2 .wrap .artical ul li:last-child {
  margin-bottom: 0;
}
.section-focus .focus-detail-2 .wrap .focus-show-2 {
  float: right;
}
.section-products {
  margin-bottom: 50px;
}
.section-products .wrap .section-title {
  background: url(../../Img/section-product.png) no-repeat center center;
}
.section-products .wrap .products-detail-1 {
  margin-bottom: 20px;
  overflow: hidden;
  height: 460px;
  position: relative;
}
.section-products .wrap .products-detail-1 #products-slide {
  float: left;
  width: 865px;
  height: 460px;
  overflow: hidden;
  position: relative;
}
.section-products .wrap .products-detail-1 #products-slide .hd {
  position: absolute;
  bottom: 80px;
  left: 300px;
  overflow: hidden;
  z-index: 1;
}
.section-products .wrap .products-detail-1 #products-slide .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.section-products .wrap .products-detail-1 #products-slide .hd ul li {
  float: left;
  width: 50px;
  height: 4px;
  background-color: #ADADAC;
  margin-right: 8px;
  cursor: pointer;
}
.section-products .wrap .products-detail-1 #products-slide .hd ul .on {
  background-color: #8fc320;
}
.section-products .wrap .products-detail-1 #products-slide .bd {
  position: relative;
  z-index: 0;
}
.section-products .wrap .products-detail-1 #products-slide .bd li {
  zoom: 1;
  vertical-align: middle;
}
.section-products .wrap .products-detail-1 #products-slide .bd li a img {
  width: 100%;
  height: auto;
  display: block;
}
.section-products .wrap .products-detail-1 #products-slide .bd li a .introduce {
  height: 60px;
  width: 865px;
}
.section-products .wrap .products-detail-1 #products-slide .bd li a .introduce h3 {
  font-size: 14px;
  margin-top: 12px;
  float: left;
  width: 700px;
  color: #000;
}
.section-products .wrap .products-detail-1 #products-slide .bd li a .introduce p {
  font-size: 16px;
  margin-top: 6px;
  float: left;
  width: 700px;
}
.section-products .wrap .products-detail-1 #products-slide .bd li a .introduce label {
  float: right;
}
.section-products .wrap .products-detail-1 #products-slide .bd li a .introduce label span {
  display: inline-block;
  width: 16px;
  height: 10px;
  background: url(../../Img/sprite.png) no-repeat -986px -78px;
}
.section-products .wrap .products-detail-1 .products-show-1 {
  position: absolute;
  right: 0;
  top: 0;
}
.section-products .wrap .products-detail-1 .products-show-1 .ih-item {
  width: 275px;
  height: 220px;
  border: none;
}
.section-products .wrap .products-detail-1 .products-show-1 .info h3 {
  font-size: 12px;
  text-align: left;
  width: 210px;
  padding-left: 35px;
  background-color: transparent;
  color: #fff;
}
.section-products .wrap .products-detail-1 .products-show-1 .info p {
  font-size: 12px;
  text-align: left;
  width: 250px;
  line-height: 30px;
  padding-top: 0;
  padding-left: 35px;
  font-style: normal;
  color: #fff;
}
.section-products .wrap .products-detail-1 .products-show-1 .info label {
  float: right;
  color: #fff;
  margin-right: 50px;
}
.section-products .wrap .products-detail-1 .products-show-1 .info label span {
  display: inline-block;
  width: 16px;
  height: 10px;
  background: url(../../Img/sprite.png) no-repeat -986px -78px;
}
.section-products .wrap .products-detail-1 .products-show-2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.section-products .wrap .products-detail-1 .products-show-2 .ih-item {
  width: 275px;
  height: 220px;
  border: none;
}
.section-products .wrap .products-detail-1 .products-show-2 .info h3 {
  font-size: 12px;
  text-align: left;
  width: 210px;
  padding-left: 35px;
  background-color: transparent;
  color: #fff;
}
.section-products .wrap .products-detail-1 .products-show-2 .info p {
  font-size: 12px;
  text-align: left;
  width: 250px;
  line-height: 30px;
  padding-top: 0;
  padding-left: 35px;
  font-style: normal;
  color: #fff;
}
.section-products .wrap .products-detail-1 .products-show-2 .info label {
  float: right;
  color: #fff;
  margin-right: 50px;
}
.section-products .wrap .products-detail-1 .products-show-2 .info label span {
  display: inline-block;
  width: 16px;
  height: 10px;
  background: url(../../Img/sprite.png) no-repeat -986px -78px;
}
.section-products .wrap .products-detail-2 ul {
  overflow: hidden;
}
.section-products .wrap .products-detail-2 ul li {
  float: left;
  margin-right: 20px;
  position: relative;
  width: 275px;
  height: 220px;
  border: none;
}
.section-products .wrap .products-detail-2 ul li .img {
  position: relative;
}
.section-products .wrap .products-detail-2 ul li .img span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  display: block;
  width: 50px;
  height: 50px;
  background: url(../../Img/sprite.png) no-repeat 0 -65px;
}

.aaa
{border-bottom: 0px !important;}



.section-products .wrap .products-detail-2 ul li:last-child .ih-item {
  width: 275px;
  height: 220px;
  border: none;
}
.section-products .wrap .products-detail-2 ul li:last-child .info h3 {
  font-size: 12px;
  text-align: left;
  width: 210px;
  padding-left: 35px;
  background-color: transparent;
  color: #fff;
}
.section-products .wrap .products-detail-2 ul li:last-child .info p {
  font-size: 12px;
  text-align: left;
  width: 250px;
  line-height: 30px;
  padding-top: 0;
  padding-left: 35px;
  font-style: normal;
  color: #fff;
}
.section-products .wrap .products-detail-2 ul li:last-child .info label {
  float: right;
  color: #fff;
  margin-right: 50px;
}
.section-products .wrap .products-detail-2 ul li:last-child .info label s {
  display: inline-block;
  width: 16px;
  height: 10px;
  background: url(../../Img/sprite.png) no-repeat -986px -78px;
}
.section-shopping .wrap .section-title {
  background: url(../../Img/section-shopping.png) no-repeat center center;
}
.section-shopping .wrap .section-title img {
  float: left;
  margin-left: 0;
  margin-top: 54px;
}
.section-shopping .wrap .section-title .title-left {
  float: left;
  overflow: hidden;
  width: 220px;
  margin-left: 232px;
  margin-top: 53px;
}
.section-shopping .wrap .section-title .title-left li {
  float: left;
  padding: 0 16px;
  font-size: 16px;
  border-right: 1px solid #E4E4E4;
}
.section-shopping .wrap .section-title .title-left li:last-child {
  border-right: none;
  padding-right: 0;
}
.section-shopping .wrap .section-title .title-right {
  float: left;
  overflow: hidden;
  width: 220px;
  margin-left: 232px;
  margin-top: 53px;
  margin-left: -15px;
}
.section-shopping .wrap .section-title .title-right li {
  float: left;
  padding: 0 16px;
  font-size: 16px;
  border-right: 1px solid #E4E4E4;
}
.section-shopping .wrap .section-title .title-right li:last-child {
  border-right: none;
  padding-right: 0;
}
.section-shopping .wrap .shopping-detail-1 {
  overflow: hidden;
}
.section-shopping .wrap .shopping-detail-1 .shopping-left {
  float: left;
  width: 300px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-left .danpin {
  position: relative;
  margin-bottom: 26px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-left .danpin h3 {
  margin-bottom: 10px;
  font-size: 18px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-left .danpin #shopping-slide .bd ul li a {
  display: block;
  width: 300px;
  height: 300px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-left .danpin #shopping-slide .bd ul li a img {
  width: 300px;
  height: 300px;
  display: block;
}
.section-shopping .wrap .shopping-detail-1 .shopping-left .danpin #shopping-slide .bd ul li h4 {
  font-size: 14px;
  margin-top: 10px;
  color: #000000;
}
.section-shopping .wrap .shopping-detail-1 .shopping-left .danpin #shopping-slide .bd ul li p {
  font-size: 14px;
  margin-top: 10px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-left .danpin #shopping-slide .bd ul li p s {
  color: #FF4400;
  margin-right: 8px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-left .danpin #shopping-slide .bd ul li p b {
  color: #999999;
  margin-right: 45px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-left .danpin #shopping-slide .bd ul li p img {
  display: inline-block;
  width: 83px;
  height: 15px;
  margin-right: 5px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-left .danpin #shopping-slide .bd ul li p i {
  color: #1EA815;
}
.section-shopping .wrap .shopping-detail-1 .shopping-left .danpin #shopping-slide span {
  display: block;
  width: 18px;
  height: 18px;
  float: left;
  position: absolute;
  top: 6px;
  right: 0px;
  cursor: pointer;
}
.section-shopping .wrap .shopping-detail-1 .shopping-left .danpin #shopping-slide .prev {
  background: url(../../Img/sprite.png) no-repeat -988px -104px;
  position: absolute;
  right: 30px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-left .danpin #shopping-slide .prev:hover {
  background: url(../../Img/sprite.png) no-repeat -76px -112px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-left .danpin #shopping-slide .next {
  background: url(../../Img/sprite.png) no-repeat -966px -104px;
  margin-left: 10px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-left .danpin #shopping-slide .next:hover {
  background: url(../../Img/sprite.png) no-repeat -52px -112px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-middle {
  float: left;
  width: 504px;
  margin-left: 25px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-middle h2 {
  font-size: 18px;
  border-bottom: 1px dashed #C9C9C9;
  padding-bottom: 12px;
  color: #000000;
}
.section-shopping .wrap .shopping-detail-1 .shopping-middle h2 a {
  margin-top: 5px;
  float: right;
  margin-left: 20px;
  color: #999999;
  font-size: 12px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-middle h2 a:hover {
  color: #8fc320;
}
.section-shopping .wrap .shopping-detail-1 .shopping-middle ul {
  margin-top: 20px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-middle ul li {
  margin-bottom: 20px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-middle ul li a {
  font-size: 14px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-middle ul li a em {
  font-weight: bold;
}
.section-shopping .wrap .shopping-detail-1 .shopping-middle .dapei,
.section-shopping .wrap .shopping-detail-1 .shopping-middle .cuxiao {
  margin-top: 30px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right {
  float: right;
  width: 300px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-search h3 {
  font-size: 14px;
  color: #333333;
  margin-bottom: 10px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-search h3 span {
  display: inline-block;
  width: 0px;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #363636;
  margin-right: 8px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-search ul {
  overflow: hidden;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-search ul li {
  cursor: pointer;
  width: 88px;
  line-height: 25px;
  background-color: #F3F3F3;
  font-size: 12px;
  text-align: center;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid transparent;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-search ul li:nth-child(3n) {
  margin-right: 0;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-search ul .shopping-search-check {
  color: #8fc320;
  border: 1px solid #8fc320;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-search .custom-select {
  overflow: hidden;
  position: relative;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-search .custom-select select {
  width: 300px;
  height: 40px;
  margin: 0;
  background: none;
  outline: none;
  -webkit-box-sizing: border-box;
  background-color: #fff;
  float: left;
  border: 1px solid #999999;
  appearance: none;
  padding-left: 10px;
  -webkit-appearance: listbox;
  font-size: 12px;
  margin-bottom: 14px;
  border-radius: 3px;
  color: #666666;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-search .custom-select select::-ms-expand {
  display: none;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-search .custom-select .display-none {
  display: none;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-search .custom-select::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 7px;
  right: 17px;
  margin-top: 18px;
  background: url(../../Img/sprite.png) no-repeat 0 -118px;
  z-index: 2;
  pointer-events: none;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-search .custom-select select:focus {
  outline: none;
  box-shadow: 0 0 1px 2px rgba(153, 153, 153, 0.2);
  background-color: transparent;
  color: #222;
  border: 1px solid #999;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-search input {
  width: 300px;
  line-height: 40px;
  border-radius: 3px;
  border: 1px solid #4C4C4C;
  background-color: #4C4C4C;
  text-align: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel h3 {
  font-size: 18px;
  margin-top: 18px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-1 {
  overflow: hidden;
  margin-top: 9px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-1 li {
  cursor: pointer;
  float: left;
  width: 66px;
  margin-right: 9px;
  border: 1px solid #F3F3F3;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-1 li a span {
  display: block;
  width: 35px;
  height: 35px;
  margin: 10px 0 5px 17px;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-1 li a s {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 5px;
  color: #545353;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-1 li:hover span {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-1 li:hover s {
  color: #8fc320;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-1 li:first-child span {
  background: url(../../Img/sprite.png) no-repeat -69px -75px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-1 li:first-child:hover span {
  background: url(../../Img/sprite.png) no-repeat -137px -75px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-1 li:nth-child(2) span {
  background: url(../../Img/sprite.png) no-repeat -614px -58px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-1 li:nth-child(2):hover span {
  background: url(../../Img/sprite.png) no-repeat -206px -75px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-1 li:nth-child(3) span {
  background: url(../../Img/sprite.png) no-repeat -626px -9px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-1 li:nth-child(3):hover span {
  background: url(../../Img/sprite.png) no-repeat -252px -9px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-1 li:last-child {
  margin-right: 0;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-1 li:last-child span {
  background: url(../../Img/sprite.png) no-repeat -680px -57px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-1 li:last-child:hover span {
  background: url(../../Img/sprite.png) no-repeat -272px -57px;
}
/*.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-2 {
  margin-top: 6px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-2 .list {
  display: none;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-2 .list ul {
  overflow: hidden;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-2 .list ul li {
  cursor: pointer;
  float: left;
  width: 96px;
  line-height: 23px;
  background-color: #F3F3F3;
  border: 1px solid #F3F3F3;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 3px;
  color: #666666;
  margin-right: 3px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-2 .list ul li:nth-child(3n) {
  margin-right: 0;
}*/
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-2 {
  margin-top: 6px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-2 li {
  display: none;
  overflow: hidden;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-2 li a {
  cursor: pointer;
  float: left;
  width: 96px;
  line-height: 23px;
  background-color: #F3F3F3;
  border: 1px solid #F3F3F3;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 3px;
  color: #666666;
  margin-right: 3px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-2 li a:nth-child(3n) {
  margin-right: 0;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 {
  overflow: hidden;
  margin-top: 9px;
  margin-top: 4px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li {
  cursor: pointer;
  float: left;
  width: 66px;
  margin-right: 9px;
  border: 1px solid #F3F3F3;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li a span {
  display: block;
  width: 35px;
  height: 35px;
  margin: 10px 0 5px 17px;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li a s {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 5px;
  color: #545353;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:hover span {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:hover s {
  color: #8fc320;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:first-child span {
  background: url(../../Img/sprite.png) no-repeat -69px -75px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:first-child:hover span {
  background: url(../../Img/sprite.png) no-repeat -137px -75px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:nth-child(2) span {
  background: url(../../Img/sprite.png) no-repeat -614px -58px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:nth-child(2):hover span {
  background: url(../../Img/sprite.png) no-repeat -206px -75px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:nth-child(3) span {
  background: url(../../Img/sprite.png) no-repeat -626px -9px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:nth-child(3):hover span {
  background: url(../../Img/sprite.png) no-repeat -252px -9px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:last-child {
  margin-right: 0;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:last-child span {
  background: url(../../Img/sprite.png) no-repeat -680px -57px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:last-child:hover span {
  background: url(../../Img/sprite.png) no-repeat -272px -57px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:first-child span {
  background: url(../../Img/sprite.png) no-repeat -693px -5px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:first-child:hover span {
  background: url(../../Img/sprite.png) no-repeat -319px -5px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:nth-child(2) span {
  background: url(../../Img/sprite.png) no-repeat -750px -52px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:nth-child(2):hover span {
  background: url(../../Img/sprite.png) no-repeat -342px -52px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:nth-child(3) span {
  background: url(../../Img/sprite.png) no-repeat -477px -53px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:nth-child(3):hover span {
  background: url(../../Img/sprite.png) no-repeat -386px -5px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:last-child {
  margin-right: 0;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:last-child span {
  background: url(../../Img/sprite.png) no-repeat -546px -54px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:last-child:hover span {
  background: url(../../Img/sprite.png) no-repeat -410px -54px;
}
.section-shopping .wrap .shopping-detail-2 .hot-nav {
  overflow: hidden;
  height: 40px;
  margin-top: 38px;
  background-color: #F5F5F5;
  width: 100%;
}
.section-shopping .wrap .shopping-detail-2 .hot-nav h2 {
  float: left;
  width: 142px;
  border: 1px solid #5F5F5F;
  background-color: #363636;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
}
.section-shopping .wrap .shopping-detail-2 .hot-nav h2 sub {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 7px solid #363636;
  border-bottom: 5px solid transparent;
  position: relative;
  top: -1px;
  left: 43px;
}
.section-shopping .wrap .shopping-detail-2 .hot-nav li {
  float: left;
  width: 85px;
  font-size: 14px;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
}
.section-shopping .wrap .shopping-detail-2 .hot-nav li:nth-child(2) {
  margin-left: 60px;
  margin-right: 80px;
}
.section-shopping .wrap .shopping-detail-2 .hot-nav li:nth-child(3) {
  margin-right: 80px;
}
.section-shopping .wrap .shopping-detail-2 .hot-nav .on {
  border-bottom: 2px solid #363636;
}
.section-shopping .wrap .shopping-detail-2 .hot-show {
  margin-top: 20px;
  overflow: hidden;
}
.section-shopping .wrap .shopping-detail-2 .hot-show li {
  float: left;
  margin-right: 20px;
}
.section-shopping .wrap .shopping-detail-2 .hot-show li:last-child {
  margin-right: 0;
}
.section-shopping .wrap .shopping-detail-2 .hot-show li .ih-item {
  width: 275px;
  height: 275px;
  border: 1px solid #ddd;
}
.section-shopping .wrap .shopping-detail-2 .hot-show li .ih-item a img {
  width: 100%;
  height: 100%;
}
.section-shopping .wrap .shopping-detail-2 .hot-show li .ih-item a .info {
  height: 25px;
  background-color: rgba(15, 8, 4, 0.9);
  width: 274px;
}
.section-shopping .wrap .shopping-detail-2 .hot-show li .ih-item a .info span {
  width: 83px;
  display: inline-block;
  float: left;
  margin: 0 5px;
  margin-top: 4px;
}
.section-shopping .wrap .shopping-detail-2 .hot-show li .ih-item a .info s {
  color: #8fc320;
  float: left;
  margin-top: 4px;
}
.section-shopping .wrap .shopping-detail-2 .hot-show li .ih-item a .info b {
  color: #C8C8C8;
  margin-left: 80px;
  float: left;
  margin-top: 4px;
}
.section-shopping .wrap .shopping-detail-2 .hot-show li .ih-item a:hover .img {
  -webkit-transform: translateY(-24px);
  -moz-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  -o-transform: translateY(-24px);
  transform: translateY(-24px);
}
.section-shopping .wrap .shopping-detail-2 .hot-show li h3 {
  font-size: 14px;
  line-height: 24px;
}
.section-shopping .wrap .shopping-detail-2 .hot-show li p s {
  font-size: 16px;
  color: #FF4400;
  line-height: 24px;
  margin-right: 9px;
  margin-left: 5px;
}
.section-shopping .wrap .shopping-detail-2 .hot-show li p b {
  font-size: 12px;
  color: #999999;
  text-decoration: line-through;
}
.section-wiki {
  overflow: hidden;
}
.section-wiki .section-title {
  background: url(../../Img/section-wiki.png) no-repeat center center;
  position: relative;
}
.section-wiki .section-title .customer-logo {
  position: absolute;
  right: 0px;
  top: -6px;
}
.section-wiki .wiki-left {
  float: left;
}
.section-wiki .wiki-middle {
  width: 375px;
  float: left;
  margin-left: 18px;
  padding: 13px 19px 0;
  border: 1px solid #E5E5E5;
}
.section-wiki .wiki-middle h2 {
  font-size: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E6E6E6;
}
.section-wiki .wiki-middle h2 s {
  float: right;
  font-size: 16px;
  color: #999999;
  cursor: pointer;
}
.section-wiki .wiki-middle h2 s:hover {
  color: #8fc320;
}
.section-wiki .wiki-middle .wiki-middle-detail-1 li {
  padding: 13px 0;
  border-bottom: 1px solid #E6E6E6;
  overflow: hidden;
}
.section-wiki .wiki-middle .wiki-middle-detail-1 li:hover p {
  color: #8fc320;
}
.section-wiki .wiki-middle .wiki-middle-detail-1 li s,
.section-wiki .wiki-middle .wiki-middle-detail-1 li p,
.section-wiki .wiki-middle .wiki-middle-detail-1 li span,
.section-wiki .wiki-middle .wiki-middle-detail-1 li b {
  float: left;
}
.section-wiki .wiki-middle .wiki-middle-detail-1 li s {
  font-size: 16px;
  color: #999999;
}
.section-wiki .wiki-middle .wiki-middle-detail-1 li p {
  width: 276px;
  margin-left: 8px;
  font-size: 14px;
  line-height: 22px;
}
.section-wiki .wiki-middle .wiki-middle-detail-1 li i {
  width: 31px;
  line-height: 16px;
  border-radius: 3px;
  background-color: #FF4700;
  text-align: center;
  color: #fff;
  margin-top: 3px;
  float: right;
  margin-right: 7px;
}
.section-wiki .wiki-middle .wiki-middle-detail-1 li b {
  line-height: 22px;
  color: #999999;
  float: right;
}
.section-wiki .wiki-middle .wiki-middle-detail-1 li .hight-light {
  color: #8fc320;
}
.section-wiki .wiki-middle .wiki-middle-detail-2 {
  overflow: hidden;
  margin-top: 3px;
}
.section-wiki .wiki-middle .wiki-middle-detail-2 li {
  float: left;
  overflow: hidden;
  height: 76px;
  border-bottom: none;
  padding-top: 26px;
}
.section-wiki .wiki-middle .wiki-middle-detail-2 li span {
  float: left;
  display: inline-block;
  width: 45px;
  height: 45px;
}
.section-wiki .wiki-middle .wiki-middle-detail-2 li:first-child {
  width: 84px;
}
.section-wiki .wiki-middle .wiki-middle-detail-2 li:first-child span {
  margin-left: 18px;
  background: url(../../Img/sprite.png) no-repeat -896px -47px;
}
.section-wiki .wiki-middle .wiki-middle-detail-2 li:first-child:hover span {
  background: url(../../Img/sprite.png) no-repeat -734px -2px;
}
.section-wiki .wiki-middle .wiki-middle-detail-2 li:nth-child(2) {
  width: 103px;
}
.section-wiki .wiki-middle .wiki-middle-detail-2 li:nth-child(2) span {
  margin-left: 30px;
  background: url(../../Img/sprite.png) no-repeat -932px -1px;
}
.section-wiki .wiki-middle .wiki-middle-detail-2 li:nth-child(2):hover span {
  background: url(../../Img/sprite.png) no-repeat -833px 0px;
}
.section-wiki .wiki-middle .wiki-middle-detail-2 li:nth-child(2) u {
  margin-left: 40px;
}
.section-wiki .wiki-middle .wiki-middle-detail-2 li:nth-child(3) {
  width: 103px;
}
.section-wiki .wiki-middle .wiki-middle-detail-2 li:nth-child(3) span {
  margin-left: 30px;
  background: url(../../Img/sprite.png) no-repeat -848px -49px;
}
.section-wiki .wiki-middle .wiki-middle-detail-2 li:nth-child(3):hover span {
  background: url(../../Img/sprite.png) no-repeat -783px -3px;
}
.section-wiki .wiki-middle .wiki-middle-detail-2 li:nth-child(3) u {
  margin-left: 40px;
}
.section-wiki .wiki-middle .wiki-middle-detail-2 li:last-child {
  width: 84px;
}
.section-wiki .wiki-middle .wiki-middle-detail-2 li:last-child span {
  margin-left: 30px;
  background: url(../../Img/sprite.png) no-repeat -886px -1px;
}
.section-wiki .wiki-middle .wiki-middle-detail-2 li:last-child:hover span {
  background: url(../../Img/sprite.png) no-repeat -801px -49px;
}
.section-wiki .wiki-middle .wiki-middle-detail-2 li:last-child u {
  margin-left: 40px;
}
.section-wiki .wiki-middle .wiki-middle-detail-2 li u {
  float: left;
  color: #676767;
  margin-left: 25px;
  margin-top: 9px;
}
.section-wiki .wiki-middle .wiki-middle-detail-2 li:hover u {
  color: #8fc320;
}
.section-wiki .wiki-middle .wiki-middle-detail-2 li sub {
  width: 1px;
  height: 60px;
  display: block;
  background-color: #ddd;
}
.section-wiki .wiki-right {
  width: 375px;
  padding: 13px 19px 0;
  border: 1px solid #E5E5E5;
  float: right;
}
.section-wiki .wiki-right .hd ul {
  overflow: hidden;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 12px;
}
.section-wiki .wiki-right .hd ul li {
  float: left;
  font-size: 16px;
  cursor: pointer;
}
.section-wiki .wiki-right .hd ul .on {
  color: #8fc320;
}
.section-wiki .wiki-right .hd ul i {
  float: left;
  font-size: 16px;
}
.section-wiki .wiki-right .hd a {
  float: right;
  font-size: 14px;
  color: #999999;
}
.section-wiki .wiki-right .hd a:hover {
  color: #8fc320;
}
.section-wiki .wiki-right .bd #tagscloud {
  width: 390px;
  height: 372px;
  position: relative;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.section-wiki .wiki-right .bd #tagscloud a {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #333;
  margin: 0 10px 20px 0;
  line-height: 18px;
  text-align: center;
  font-size: 14px;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 3px;
}
.section-wiki .wiki-right .bd #tagscloud a.tagc1 {
  background: #8fc320;
  color: #fff;
}
.section-wiki .wiki-right .bd #tagscloud a.tagc2 {
  background: #999999;
  color: #fff;
}
.section-wiki .wiki-right .bd #tagscloud a:hover {
  color: #fff;
  background: #0099ff;
}
.section-wiki .wiki-right .bd textarea {
  width: 335px;
  background-color: #fff;
  margin-left: 11px;
  height: 82px;
  padding-left: 10px;
  padding-top: 10px;
  border: 1px solid #ddd;
  resize: none;
}
.section-wiki .wiki-right .bd textarea:focus::-webkit-input-placeholder{
  color: transparent;
}
.section-wiki .wiki-right .bd ul li {
  padding-left: 10px;
  padding-top: 20px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #ddd;
}
.section-wiki .wiki-right .bd ul li p {
  color: 3666666;
  line-height: 28px;
  width: 338px;
}
.section-wiki .wiki-right .bd ul li h3 {
  font-size: 14px;
  color: #000000;
  line-height: 30px;
}
.section-wiki .wiki-right .bd ul li h3 s {
  display: inline-block;
  /*width: 48px;*/
  line-height: 17px;
  background-color: #8fc320;/*999999*/
  border-radius: 3px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-right: 16px;
  padding-left: 5px;
  padding-right: 5px;
}
.section-wiki .wiki-right .bd ul li h3 s a
{
    color:#fff;
}
.section-wiki .wiki-right .bd ul li h3 sub {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-left: 5px solid #8fc320;
  border-bottom: 3px solid transparent;
  position: relative;
  top: -2px;
  left: -16px;
}
.section-wiki .wiki-right input {
  font-size: 16px;
  color: #fff;
  background-color: #999;
  text-align: center;
  line-height: 48px;
  width: 353px;
  border-radius: 3px;
  margin: 14px 0;
  margin-left: 11px;
  cursor: pointer;
}
.section-brands {
  overflow: hidden;
}
.section-brands .section-title {
  background: url(../../Img/section-brands.png) no-repeat center center;
  position: relative;
}
.section-brands .section-title img {
  float: left;
  margin-top: 54px;
}
.section-brands .brands-left {
  padding-right: 24px;
  border-right: 1px solid #E5E5E5;
  float: left;
  width: 380px;
}
.section-brands .brands-left .brands-nav {
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
}
.section-brands .brands-left .brands-nav li {
  cursor: pointer;
  float: left;
  border-right: 1px solid #E5E5E5;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  width: 74px;
}
.section-brands .brands-left .brands-nav li:last-child {
  border-right: none;
}
.section-brands .brands-left .brands-nav .on {
  background-color: #4C4C4C;
  color: #fff;
}
.section-brands .brands-left .brands-nav .on a {
   color: #fff;
}
.section-brands .brands-left .brands-detail {
  margin-top: 35px;
}
.section-brands .brands-left .brands-detail li {
  width: 100%;
  margin-bottom: 16px;
}
.section-brands .brands-left .brands-detail li:hover s {
  color: #8fc320;
}
.section-brands .brands-left .brands-detail li em {
  display: inline-block;
  background-color: #B4B4B4;
  width: 20px;
  line-height: 20px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  margin-left: 5px;
}
.section-brands .brands-left .brands-detail li s {
  color: #000000;
    display: inline-block;
    font-size: 14px;
    margin-left: 15px;
    width: 150px;
}
.section-brands .brands-left .brands-detail li span {
  /*display: inline-block;*/
  width: 10px;
  height: 10px;
  position: relative;
  top: 3px;
}
.section-brands .brands-left .brands-detail li b {
  color: #666;
}
.section-brands .brands-left .brands-detail li u {
  float: right;
  margin-right: 15px;
}
.section-brands .brands-left .brands-detail li:first-child em {
  background-color: #666666;
}
.section-brands .brands-left .brands-detail li:nth-child(2) em {
  background-color: #858585;
}
.section-brands .brands-left .brands-detail li:nth-child(3) em {
  background-color: #A3A3A3;
}
.section-brands .brands-middle {
  padding-left: 24px;
  width: 403px;
  padding-right: 24px;
  border-right: 1px solid #E5E5E5;
  float: left;
  width: 380px;
}
.section-brands .brands-middle .brands-nav {
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
}
.section-brands .brands-middle .brands-nav li {
  cursor: pointer;
  float: left;
  border-right: 1px solid #E5E5E5;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  width: 74px;
}
.section-brands .brands-middle .brands-nav li:last-child {
  border-right: none;
}
.section-brands .brands-middle .brands-nav .on {
  background-color: #4C4C4C;
  color: #fff;
}
.section-brands .brands-middle .brands-nav .on a {
   color: #fff;
}
.section-brands .brands-middle .brands-detail {
  margin-top: 35px;
}
.section-brands .brands-middle .brands-detail li {
  width: 100%;
  margin-bottom: 16px;
}
.section-brands .brands-middle .brands-detail li:hover s {
  color: #8fc320;
}
.section-brands .brands-middle .brands-detail li em {
  display: inline-block;
  background-color: #B4B4B4;
  width: 20px;
  line-height: 20px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  margin-left: 5px;
}
.section-brands .brands-middle .brands-detail li s {
  color: #000000;
    display: inline-block;
    font-size: 14px;
    margin-left: 15px;
    width: 150px;
}
.section-brands .brands-middle .brands-detail li span {
  /*display: inline-block;*/
  width: 10px;
  height: 10px;
  position: relative;
  top: 3px;
}
.section-brands .brands-middle .brands-detail li b {
  color: #666;
}
.section-brands .brands-middle .brands-detail li u {
  float: right;
  margin-right: 15px;
}
.section-brands .brands-middle .brands-detail li:first-child em {
  background-color: #666666;
}
.section-brands .brands-middle .brands-detail li:nth-child(2) em {
  background-color: #858585;
}
.section-brands .brands-middle .brands-detail li:nth-child(3) em {
  background-color: #A3A3A3;
}
.section-brands .brands-right {
  float: right;
  width: 294px;
}
.section-brands .brands-right .brands-nav {
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  width: 295px;
}
.section-brands .brands-right .brands-nav li {
  cursor: pointer;
  float: left;
  border-right: 1px solid #E5E5E5;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  width: 147px;
}
.section-brands .brands-right .brands-nav li:last-child {
  border-right: none;
}
.section-brands .brands-right .brands-nav .on {
  background-color: #4C4C4C;
  color: #fff;
}
.section-brands .brands-right .brands-koubei {
  margin-top: 10px;
}
.section-brands .brands-right .brands-koubei h2 {
  line-height: 30px;
  font-size: 14px;
  padding-left: 15px;
  cursor: pointer;
  margin-bottom: 10px;
}
.section-brands .brands-right .brands-koubei div img {
  width: 100%;
  height: 100%;
}
.section-brands .brands-right .brands-koubei .on {
  background-color: #575858;
  color: #fff;
}
.section-brands .brands-right .brands-zixun {
  margin-top: 14px;
}
.section-brands .brands-right .brands-zixun li {
  width: 100%;
  border-bottom: 1px dashed #E6E6E6;
  padding-top: 8px;
  height: 101px;
}
.section-brands .brands-right .brands-zixun li h2 {
  font-size: 14px;
  color: #333333;
  line-height: 23px;
  font-weight: bold;
}
.section-brands .brands-right .brands-zixun li p {
  line-height: 23px;
}
.section-brands .brands-right .brands-zixun li s {
  color: #8fc320;
  line-height: 23px;
}
.section-brands .brands-right .brands-zixun li:last-child {
  border-bottom: none;
}
.section-brands .brands-right .brands-zixun input {
  width: 300px;
  line-height: 40px;
  border-radius: 3px;
  background-color: #999999;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.section-bathroom .section-title {
  background: url(../../Img/section-bathroom.png) no-repeat center center;
  position: relative;
}
.section-bathroom .section-title img {
  float: left;
  margin-top: 54px;
}
.section-bathroom .section-title .customer-logo {
  position: absolute;
  right: 0px;
  top: -6px;
}
.section-bathroom .bathroom-detail-1 {
  overflow: hidden;
}
.section-bathroom .bathroom-detail-1 #bathroom-slide {
  float: left;
  width: 670px;
  position: relative;
  overflow: hidden;
}
.section-bathroom .bathroom-detail-1 #bathroom-slide .hd {
  position: absolute;
  bottom: 15px;
  right: 0;
  overflow: hidden;
  z-index: 1;
}
.section-bathroom .bathroom-detail-1 #bathroom-slide .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.section-bathroom .bathroom-detail-1 #bathroom-slide .hd ul li {
  float: left;
  width: 50px;
  height: 4px;
  background-color: #ADADAC;
  margin-right: 8px;
  cursor: pointer;
}
.section-bathroom .bathroom-detail-1 #bathroom-slide .hd ul .on {
  background-color: #8fc320;
}
.section-bathroom .bathroom-detail-1 #bathroom-slide .bd {
  position: relative;
  z-index: 0;
}
.section-bathroom .bathroom-detail-1 #bathroom-slide .bd li {
  zoom: 1;
  vertical-align: middle;
}
.section-bathroom .bathroom-detail-1 #bathroom-slide .bd li img {
  width: 100%;
  height: auto;
  display: block;
}
.section-bathroom .bathroom-detail-1 #bathroom-slide .bd li h2 {
  width: 100%;
  padding-left: 20px;
  line-height: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
}
.section-bathroom .bathroom-detail-1 .bathroom-smart {
  float: right;
  width: 410px;
  padding: 50px 25px 0;
  border: 1px solid #E7E7E7;
  margin-top: 14px;
  position: relative;
}
.section-bathroom .bathroom-detail-1 .bathroom-smart span {
  display: block;
  position: absolute;
  top: -17px;
  left: 25%;
  width: 240px;
  height: 30px;
  background: url(../../Img/sprite.png) no-repeat -517px -96px;
}
.section-bathroom .bathroom-detail-1 .bathroom-smart .bathroom-smart-1 {
  padding: 26px 0;
  border-bottom: 1px solid #E7E7E7;
  overflow: hidden;
}
.section-bathroom .bathroom-detail-1 .bathroom-smart .bathroom-smart-1 img {
  float: left;
}
.section-bathroom .bathroom-detail-1 .bathroom-smart .bathroom-smart-1 h3 {
  float: left;
  width: 210px;
  font-size: 14px;
  color: #000000;
  margin-left: 18px;
  line-height: 37px;
  margin-top: 9px;
}
.section-bathroom .bathroom-detail-1 .bathroom-smart .bathroom-smart-1 p {
  float: left;
  width: 210px;
  font-size: 12px;
  color: 888888;
  margin-left: 18px;
  line-height: 27px;
}
.section-bathroom .bathroom-detail-1 .bathroom-smart .bathroom-smart-2 {
  padding: 26px 0;
  border-bottom: 1px solid #E7E7E7;
  overflow: hidden;
}
.section-bathroom .bathroom-detail-1 .bathroom-smart .bathroom-smart-2 img {
  float: left;
}
.section-bathroom .bathroom-detail-1 .bathroom-smart .bathroom-smart-2 h3 {
  float: left;
  width: 212px;
  font-size: 14px;
  color: #000000;
  margin-left: 18px;
  line-height: 37px;
  margin-top: 9px;
}
.section-bathroom .bathroom-detail-1 .bathroom-smart .bathroom-smart-2 p {
  float: left;
  width: 212px;
  font-size: 12px;
  color: 888888;
  margin-left: 18px;
  line-height: 27px;
}
.section-bathroom .bathroom-detail-2 {
  margin-top: 25px;
}
.section-bathroom .bathroom-detail-2 ul {
  overflow: hidden;
}
.section-bathroom .bathroom-detail-2 ul li {
  float: left;
  width: 277px;
  height: 320px;
  margin-right: 17px;
  overflow: hidden;
}
.section-bathroom .bathroom-detail-2 ul li img {
  width: 100%;
  height: 100%;
}
.section-bathroom .bathroom-detail-2 ul li div {
  display: block;
  width: 277px;
  margin-top: -37px;
  transition: all .8s;
}
.section-bathroom .bathroom-detail-2 ul li div strong {
  width: 233px;
  margin: 0 22px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  color: #666;
  line-height: 38px;
  background-color: #ffffff;
}
.section-bathroom .bathroom-detail-2 ul li div span {
  display: inline-block;
  width: 233px;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  margin: 0 22px;
  background-color: #ffffff;
  text-align: center;
  /*padding: 0 1.5px;*/
}
.section-bathroom .bathroom-detail-2 ul li:hover div {
  margin-top: -82px;
}
.section-bathroom .bathroom-detail-2 ul li:last-child {
  margin-right: 0;
}
.section-news {
  overflow: hidden;
}
.section-news .section-title {
  background: url(../../Img/section-news.png) no-repeat center center;
  position: relative;
}
.section-news .section-title img {
  float: left;
  margin-top: 54px;
}
.section-news .section-title .customer-logo {
  position: absolute;
  right: 0px;
  top: -6px;
}
.section-news .news-left {
  float: left;
  width: 300px;
  margin-right: 37px;
  border: 1px  solid #E5E5E5;
  padding: 20px 30px;
}
.section-news .news-left h2 {
  margin-bottom: 15px;
  font-size: 20px;
}
.section-news .news-left h2 a {
  float: right;
  font-size: 14px;
  color: #999999;
  margin-top: 3px;
}
.section-news .news-left h2 a:hover {
  color: #8fc320;
}
.section-news .news-left .new-show-1 {
  position: relative;
  overflow: hidden;
}
.section-news .news-left .new-show-1 h3 {
  padding: 8px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 285px;
  background-color: rgba(0, 0, 0, 0.5);
  padding-left: 15px;
  font-size: 14px;
  color: #fff;
}
.section-news .news-left ul li {
  margin-left: 5px;
  margin-top: 20px;
  width: 100%;
  font-size: 12px;
}
.section-news .news-middle {
  float: left;
  width: 300px;
  border: 1px  solid #E5E5E5;
  padding: 20px 30px;
}
.section-news .news-middle h2 {
  margin-bottom: 15px;
  font-size: 20px;
}
.section-news .news-middle h2 a {
  float: right;
  font-size: 14px;
  color: #999999;
  margin-top: 3px;
}
.section-news .news-middle .new-show-2 {
  position: relative;
  overflow: hidden;
}
.section-news .news-middle .new-show-2 h3 {
  padding: 8px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 285px;
  background-color: rgba(0, 0, 0, 0.5);
  padding-left: 15px;
  font-size: 14px;
  color: #fff;
}
.section-news .news-middle ul li {
  margin-left: 5px;
  margin-top: 20px;
  width: 100%;
  font-size: 12px;
}
.section-news .news-right {
  float: right;
  width: 300px;
  border: 1px  solid #E5E5E5;
  padding: 20px 30px;
}
.section-news .news-right h2 {
  margin-bottom: 15px;
  font-size: 20px;
}
.section-news .news-right h2 a {
  float: right;
  font-size: 14px;
  color: #999999;
  margin-top: 3px;
}
.section-news .news-right .new-show-3 {
  position: relative;
  overflow: hidden;
}
.section-news .news-right .new-show-3 h3 {
  padding: 8px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 285px;
  background-color: rgba(0, 0, 0, 0.5);
  padding-left: 15px;
  font-size: 14px;
  color: #fff;
}
.section-news .news-right ul li {
  margin-left: 5px;
  margin-top: 20px;
  width: 100%;
  font-size: 12px;
}
.section-brandnews {
  overflow: hidden;
  margin-bottom: 62px;
}
.section-brandnews .section-title {
  background: url(../../Img/section-brandnews.png) no-repeat center center;
}
.section-brandnews .section-title img {
  float: left;
  margin-top: 54px;
}
.section-brandnews .brandnews-detail-1 {
  overflow: hidden;
  width: 100%;
}
.section-brandnews .brandnews-detail-1 .brandnews-left {
  float: left;
}
.section-brandnews .brandnews-detail-1 .brandnews-left .ih-item {
  margin-bottom: 24px;
  border: none;
  width: 300px;
  height: 200px;
}
.section-brandnews .brandnews-detail-1 .brandnews-left .ih-item .info p {
  font-style: normal;
  color: #fff;
}
.section-brandnews .brandnews-detail-1 .brandnews-middle {
  width: 490px;
  float: left;
  margin-left: 24px;
}
.section-brandnews .brandnews-detail-1 .brandnews-middle .guonei {
  margin-top: 10px;
  margin-bottom: 10px;
}
.section-brandnews .brandnews-detail-1 .brandnews-middle .guonei h2 {
  font-size: 18px;
  border-bottom: 1px dashed #C9C9C9;
  padding-bottom: 12px;
  color: #000000;
}
.section-brandnews .brandnews-detail-1 .brandnews-middle .guonei h2 a {
  margin-top: 5px;
  float: right;
  margin-left: 20px;
  color: #999999;
  font-size: 12px;
}
.section-brandnews .brandnews-detail-1 .brandnews-middle .guonei h2 a:hover {
  color: #8fc320;
  font-weight: bold;
}
.section-brandnews .brandnews-detail-1 .brandnews-middle .guonei ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-brandnews .brandnews-detail-1 .brandnews-middle .guonei ul li {
  margin-bottom: 17px;
}
.section-brandnews .brandnews-detail-1 .brandnews-middle .guonei ul li a {
  font-size: 14px;
}
.section-brandnews .brandnews-detail-1 .brandnews-middle .guonei ul li a em {
  font-weight: bold;
}
.section-brandnews .brandnews-detail-1 .brandnews-middle .guoji {
  margin-top: 30px;
}
.section-brandnews .brandnews-detail-1 .brandnews-middle .guoji h2 {
  font-size: 18px;
  border-bottom: 1px dashed #C9C9C9;
  padding-bottom: 12px;
  color: #000000;
}
.section-brandnews .brandnews-detail-1 .brandnews-middle .guoji h2 a {
  margin-top: 5px;
  float: right;
  margin-left: 20px;
  color: #999999;
  font-size: 12px;
}
.section-brandnews .brandnews-detail-1 .brandnews-middle .guoji h2 a:hover {
  color: #8fc320;
  font-weight: bold;
}
.section-brandnews .brandnews-detail-1 .brandnews-middle .guoji ul {
  margin-top: 20px;
}
.section-brandnews .brandnews-detail-1 .brandnews-middle .guoji ul li {
  margin-bottom: 17px;
}
.section-brandnews .brandnews-detail-1 .brandnews-middle .guoji ul li a {
  font-size: 14px;
}
.section-brandnews .brandnews-detail-1 .brandnews-middle .guoji ul li a em {
  font-weight: bold;
}
.section-brandnews .brandnews-detail-1 .brandnews-right {
  float: right;
  width: 300px;
}
.section-brandnews .brandnews-detail-1 .brandnews-right .hd {
  overflow: hidden;
  margin-bottom: 15px;
}
.section-brandnews .brandnews-detail-1 .brandnews-right .hd ul h2 {
  float: left;
  background-color: #4C4C4C;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
  line-height: 30px;
  margin-right: 15px;
}
.section-brandnews .brandnews-detail-1 .brandnews-right .hd ul h2 sub {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 7px solid #4C4C4C;
  border-bottom: 5px solid transparent;
  position: relative;
  top: -1px;
  left: 19px;
}
.section-brandnews .brandnews-detail-1 .brandnews-right .hd ul li {
  line-height: 30px;
  float: left;
  padding: 0 8px;
  font-size: 16px;
}
.section-brandnews .brandnews-detail-2 {
  margin-top: -25px;
}
.section-brandnews .brandnews-detail-2 .img-nav {
  overflow: hidden;
  height: 40px;
  margin-top: 38px;
  background-color: #F5F5F5;
  width: 100%;
}
.section-brandnews .brandnews-detail-2 .img-nav h2 {
  float: left;
  width: 142px;
  border: 1px solid #5F5F5F;
  background-color: #363636;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
}
.section-brandnews .brandnews-detail-2 .img-nav h2 sub {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 7px solid #363636;
  border-bottom: 5px solid transparent;
  position: relative;
  top: -1px;
  left: 43px;
}
.section-brandnews .brandnews-detail-2 .img-nav li {
  float: left;
  width: 85px;
  font-size: 14px;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
}
.section-brandnews .brandnews-detail-2 .img-nav li:nth-child(2) {
  margin-left: 60px;
  margin-right: 80px;
}
.section-brandnews .brandnews-detail-2 .img-nav li:nth-child(3) {
  margin-right: 80px;
}
.section-brandnews .brandnews-detail-2 .img-nav .on {
  border-bottom: 2px solid #363636;
}
.section-brandnews .brandnews-detail-2 .img-show {
  margin-top: 20px;
  overflow: hidden;
}
.section-brandnews .brandnews-detail-2 .img-show li {
  float: left;
  margin-right: 20px;
}
.section-brandnews .brandnews-detail-2 .img-show li:last-child {
  margin-right: 0;
}
.section-brandnews .brandnews-detail-2 .img-show li .ih-item {
  width: 275px;
  height: 183px;
  border: none;
}
.section-brandnews .brandnews-detail-2 .img-show li .ih-item a img {
  width: 100%;
  height: 100%;
}
.section-brandnews .brandnews-detail-2 .img-show li .ih-item a .info {
  height: 25px;
  line-height: 25px;
  background-color: rgba(15, 8, 4, 0.9);
  width: 274px;
  text-align: center;
  color: #fff;
}
.section-brandnews .brandnews-detail-2 .img-show li .ih-item a:hover .img {
  -webkit-transform: translateY(-24px);
  -moz-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  -o-transform: translateY(-24px);
  transform: translateY(-24px);
}
.section-brandnews .brandnews-detail-3 {
  margin-top: 35px;
}
.section-brandnews .brandnews-detail-3 .video-nav {
  overflow: hidden;
  height: 40px;
  margin-top: 38px;
  background-color: #F5F5F5;
  width: 100%;
}
.section-brandnews .brandnews-detail-3 .video-nav h2 {
  float: left;
  width: 142px;
  border: 1px solid #5F5F5F;
  background-color: #363636;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
}
.section-brandnews .brandnews-detail-3 .video-nav h2 sub {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 7px solid #363636;
  border-bottom: 5px solid transparent;
  position: relative;
  top: -1px;
  left: 43px;
}
.section-brandnews .brandnews-detail-3 .video-nav li {
  float: left;
  width: 85px;
  font-size: 14px;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
}
.section-brandnews .brandnews-detail-3 .video-nav li:nth-child(2) {
  margin-left: 60px;
  margin-right: 80px;
}
.section-brandnews .brandnews-detail-3 .video-nav li:nth-child(3) {
  margin-right: 80px;
}
.section-brandnews .brandnews-detail-3 .video-nav .on {
  border-bottom: 2px solid #363636;
}
.section-brandnews .brandnews-detail-3 .video-show {
  margin-top: 20px;
  overflow: hidden;
}
.section-brandnews .brandnews-detail-3 .video-show li {
  float: left;
  margin-right: 20px;
}
.section-brandnews .brandnews-detail-3 .video-show li:last-child {
  margin-right: 0;
}
.section-brandnews .brandnews-detail-3 .video-show li .ih-item {
  width: 275px;
  height: 220px;
  border: none;
}
.section-brandnews .brandnews-detail-3 .video-show li .ih-item a img {
  width: 100%;
  height: 100%;
}
.section-brandnews .brandnews-detail-3 .video-show li .ih-item a .info {
  height: 25px;
  line-height: 25px;
  background-color: rgba(15, 8, 4, 0.9);
  width: 274px;
  text-align: center;
  color: #fff;
}
.section-brandnews .brandnews-detail-3 .video-show li .ih-item a:hover .img {
  -webkit-transform: translateY(-24px);
  -moz-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  -o-transform: translateY(-24px);
  transform: translateY(-24px);
}
footer {
  width: 100%;
  background-color: #3A393F;
  padding-bottom: 25px;
}
footer .footer-detail-1 {
  padding-bottom: 35px;
  border-bottom: 1px solid #212025;
  overflow: hidden;
}
footer .footer-detail-1 .footer-left {
  float: left;
  padding-top: 54px;
  width: 400px;
  overflow: hidden;
}
footer .footer-detail-1 .footer-left h1 {
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
}
footer .footer-detail-1 .footer-left .bd {
  margin-left: 12px;
  height: 120px;
}
footer .footer-detail-1 .footer-left .bd ul {
  height: 120px;
  overflow-y: scroll;
}
footer .footer-detail-1 .footer-left .bd ul li {
  height: 50px;
  margin-bottom: 10px;
}
footer .footer-detail-1 .footer-left .bd ul li a {
  margin-right: 10px;
}
footer .footer-detail-1 .footer-left .bd ::-webkit-scrollbar {
  width: 3px;
  cursor: pointer;
}
footer .footer-detail-1 .footer-left .bd ::-webkit-scrollbar-track {
  background-color: #212025;
}
footer .footer-detail-1 .footer-left .bd ::-webkit-scrollbar-thumb {
  background-color: #B8B8B9;
}
footer .footer-detail-1 .footer-left .bd ::-webkit-scrollbar-button {
  appearance: none;
}
footer .footer-detail-1 .footer-left .bd ::-webkit-scrollbar-corner {
  background-color: black;
}
footer .footer-detail-1 i {
  float: left;
  width: 1px;
  height: 122px;
  background-color: #212025;
  margin-top: 97px;
}
footer .footer-detail-1 .footer-middle {
  float: left;
  width: 558px;
  padding-top: 54px;
}
footer .footer-detail-1 .footer-middle .hd ul {
  overflow: hidden;
  width: 225px;
  margin: 0 auto;
  margin-bottom: 24px;
}
footer .footer-detail-1 .footer-middle .hd ul li {
  float: left;
  font-size: 18px;
  color: #999;
  padding: 0 20px;
  border-right: 1px solid #999;
  cursor: pointer;
}
footer .footer-detail-1 .footer-middle .hd ul li:last-child {
  border-right: none;
}
footer .footer-detail-1 .footer-middle .hd ul .on {
  color: #8fc320;
}
footer .footer-detail-1 .footer-middle .bd ul {
  margin-left: 25px;
  overflow: hidden;
  height: 122px;
  overflow-y: scroll;
}
footer .footer-detail-1 .footer-middle .bd ul li {
  float: left;
  line-height: 13px;
  height: 13px;
  overflow: hidden;
  margin-bottom: 23px;
}
footer .footer-detail-1 .footer-middle .bd ul li a {
  padding: 0 15px;
  color: #999;
}
footer .footer-detail-1 .footer-middle .bd ul i {
  float: left;
  background-color: #666;
  width: 1px;
  height: 13px;
  margin-top: 0;
}
footer .footer-detail-1 .footer-middle .bd ::-webkit-scrollbar {
  width: 3px;
  cursor: pointer;
}
footer .footer-detail-1 .footer-middle .bd ::-webkit-scrollbar-track {
  background-color: #212025;
}
footer .footer-detail-1 .footer-middle .bd ::-webkit-scrollbar-thumb {
  background-color: #B8B8B9;
}
footer .footer-detail-1 .footer-middle .bd ::-webkit-scrollbar-button {
  appearance: none;
}
footer .footer-detail-1 .footer-middle .bd ::-webkit-scrollbar-corner {
  background-color: black;
}
footer .footer-detail-1 .footer-right {
  float: right;
}
footer .footer-detail-1 .footer-right h1 {
  margin-top: 43px;
  overflow: hidden;
}
footer .footer-detail-1 .footer-right h1 u {
  display: block;
  float: left;
  width: 40px;
  height: 0px;
  border-top: 1px solid #212025;
  border-bottom: 1px solid #46454A;
  margin-top: 11px;
}
footer .footer-detail-1 .footer-right h1 span {
  margin: 0 6px;
  margin-bottom: 16px;
  float: left;
  width: 30px;
  height: 24px;
  background: url(../../Img/sprite.png) no-repeat -954px -78px;
}
footer .footer-detail-1 .footer-right p {
  font-size: 14px;
  color: #C9C9CA;
  margin-top: 9px;
  text-align: center;
}
footer .footer-detail-2 {
  overflow: hidden;
  border-top: 1px solid #46454A;
}
footer .footer-detail-2 .footer-nav-logo {
  margin-left: 105px;
  margin-top: 35px;
  float: left;
  width: 230px;
  height: 63px;
  background: url(../../Img/sprite.png) no-repeat 0px 0px;
}
footer .footer-detail-2 .footer-nav {
  float: left;
  overflow: hidden;
  margin-top: 35px;
  margin-left: 30px;
}
footer .footer-detail-2 .footer-nav li {
  float: left;
  padding: 0 11px;
  border-right: 1px solid #696C76;
}
footer .footer-detail-2 .footer-nav li:last-child {
  border-right: 0;
}
footer .footer-detail-2 .footer-nav li:first-child {
  padding-left: 0;
}
footer .footer-detail-2 .footer-nav li a {
  color: #696C76;
}
footer .footer-detail-2 .footer-nav li a:hover {
  color: #fff;
}
footer .footer-detail-2 .footer-show {
  float: left;
  overflow: hidden;
  width: 430px;
  padding-top: 18px;
  padding-left: 29px;
}
footer .footer-detail-2 .footer-show li {
  margin-right: 16px;
  float: left;
  width: 130px;
  height: 35px;
}
footer .footer-detail-2 .footer-show li:first-child {
  background: url(../../Img/sprite.png) no-repeat -255px -96px;
}
footer .footer-detail-2 .footer-show li:nth-child(2) {
  background: url(../../Img/sprite.png) no-repeat -800px -94px;
}
footer .footer-detail-2 .footer-show li:last-child {
  background: url(../../Img/sprite.png) no-repeat -386px -95px;
  margin-right: 0;
}
footer .footer-detail-2 p {
  float: left;
  color: #696C76;
  margin-left: 6px;
  margin-top: 28px;
}
.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}
.ih-item.square {
  position: relative;
  width: 316px;
  height: 216px;
  border: 8px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ih-item.square.effect6 {
  overflow: hidden;
}
.ih-item.square.effect6.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.square.effect6.colored .info h3 {
  background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect6 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect6 .info {
  visibility: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  opacity: 0;
  background: #333;
  background: rgba(0, 0, 0, 0.6);
}
.ih-item.square.effect6 .info h3 {
  font-size: 17px;
  margin: 30px 0 0 0;
  padding: 10px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #111;
}
.ih-item.square.effect6 .info p {
  font-size: 12px;
  font-style: italic;
  position: relative;
  padding: 20px 20px 20px;
  -webkit-transition: all .35s .1s linear;
  -moz-transition: all .35s .1s linear;
  transition: all .35s .1s linear;
  text-align: center;
  color: #bbb;
}
.ih-item.square.effect6 a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.ih-item.square.effect6 a:hover .info {
  visibility: visible;
  opacity: 1;
}
.ih-item.square.effect6.from_top_and_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.from_top_and_bottom .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.from_top_and_bottom a:hover .info h3,
.ih-item.square.effect6.from_top_and_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.ih-item.square.effect6.from_left_and_right .info h3 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.square.effect6.from_left_and_right .info p {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ih-item.square.effect6.from_left_and_right a:hover .info h3,
.ih-item.square.effect6.from_left_and_right a:hover .info p {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.ih-item.square.effect6.top_to_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom .info p {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom a:hover .info h3,
.ih-item.square.effect6.top_to_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.ih-item.square.effect6.bottom_to_top .info h3 {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top a:hover .info h3,
.ih-item.square.effect6.bottom_to_top a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.ih-item.square.effect8 {
  overflow: hidden;
}
.ih-item.square.effect8.colored .info {
  background: #1a4a72;
}
.ih-item.square.effect8.colored .info h3 {
  background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect8 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  opacity: 1;
}
.ih-item.square.effect8 .info {
  visibility: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  opacity: 0;
  /*background: rgba(0, 0, 0, 0.2);*/
}
.ih-item.square.effect8 .info h3 {
  font-size: 17px;
  margin: 30px 0 0 0;
  padding: 10px;
  -webkit-transition: all 0.35s 0.1s ease-in-out;
  -moz-transition: all 0.35s 0.1s ease-in-out;
  transition: all 0.35s 0.1s ease-in-out;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #111;
}
.ih-item.square.effect8 .info p {
  font-size: 12px;
  font-style: italic;
  position: relative;
  padding: 20px 20px 20px;
  -webkit-transition: all .35s .15s linear;
  -moz-transition: all .35s .15s linear;
  transition: all .35s .15s linear;
  text-align: center;
  color: #bbb;
}
.ih-item.square.effect8 a:hover .img {
  opacity: 1;
}
.ih-item.square.effect8 a:hover .info {
  visibility: visible;
  opacity: 1;
}
.ih-item.square.effect8.scale_up .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect8.scale_up .info {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.ih-item.square.effect8.scale_up .info h3,
.ih-item.square.effect8.scale_up .info p {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.ih-item.square.effect8.scale_up a:hover .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect8.scale_up a:hover .info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect8.scale_up a:hover .info h3,
.ih-item.square.effect8.scale_up a:hover .info p {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect8.scale_down .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect8.scale_down .info {
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -ms-transform: scale(5);
  -o-transform: scale(5);
  transform: scale(5);
}
.ih-item.square.effect8.scale_down .info h3,
.ih-item.square.effect8.scale_down .info p {
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -ms-transform: scale(5);
  -o-transform: scale(5);
  transform: scale(5);
}
.ih-item.square.effect8.scale_down a:hover .img {
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}
.ih-item.square.effect8.scale_down a:hover .info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect8.scale_down a:hover .info h3,
.ih-item.square.effect8.scale_down a:hover .info p {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square2 {
  position: relative;
  width: 316px;
  height: 216px;
  border: 8px solid #fff;
}
.ih-item.square2 .info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ih-item.square.effect3 {
  overflow: hidden;
}
.ih-item.square.effect3.colored .info {
  background: #1a4a72;
}
.ih-item.square.effect3 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  width: 275px;
  height: 183px;
}
.ih-item.square.effect3 .info {
  height: 65px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  opacity: 0;
  background: #333;
}
.ih-item.square.effect3 .info h3 {
  font-size: 17px;
  margin: 4px 0 0 0;
  padding: 10px 10px 0 4px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.ih-item.square.effect3 .info p {
  font-size: 12px;
  font-style: italic;
  position: relative;
  padding: 5px;
  text-align: center;
  color: #bbb;
}
.ih-item.square.effect3 a:hover .info {
  visibility: visible;
  opacity: 1;
}
.ih-item.square.effect3.bottom_to_top .info {
  top: auto;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect3.bottom_to_top a:hover .img {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.ih-item.square.effect3.bottom_to_top a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.ih-item.square2.effect3 {
  overflow: hidden;
}
.ih-item.square2.effect3.colored .info {
  background: #1a4a72;
}
.ih-item.square2.effect3 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  width: 275px;
  height: 275px;
}
.ih-item.square2.effect3 .info {
  height: 65px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  opacity: 0;
  background: #333;
}
.ih-item.square2.effect3 .info h3 {
  font-size: 17px;
  margin: 4px 0 0 0;
  padding: 10px 10px 0 4px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.ih-item.square2.effect3 .info p {
  font-size: 12px;
  font-style: italic;
  position: relative;
  padding: 5px;
  text-align: center;
  color: #bbb;
}
.ih-item.square2.effect3 a:hover .info {
  visibility: visible;
  opacity: 1;
}
.ih-item.square2.effect3.bottom_to_top .info {
  top: auto;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square2.effect3.bottom_to_top a:hover .img {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.ih-item.square2.effect3.bottom_to_top a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.bbb
{
    margin-right:0 !important;
}
.section-title img {
  float: left;
  margin-top: 54px;
}
.section-title .customer-logo {
  position: absolute;
  right: 0px;
  top: 0px;
}
.adv{ position:relative;width:1000px;margin:0 auto; }
/*.close{position:absolute;top:0;right:0;display:block;width:20px;height:15px; background:url(/Images/indexnew/close.png) no-repeat;-moz-transition:padding .3s linear 0s;-ms-transition:padding .3s linear 0s;-o-transition:padding .3s linear 0s;-webkit-transition:padding .3s linear 0s;transition:padding .3s linear 0s;}*/
/*.close:hover{padding-right:28px;}*/
#icon1 .ih-item {
  position: relative;
}
#icon1 .ih-item u {
  width: 50px;
  height: 55px;
  background: url(../../Img/spe.png) no-repeat;
  background-size:contain;
  position: absolute;
  top: 5px;
  right: 5px;
}
#icon2 .ih-item {
  position: relative;
}
#icon2 .ih-item u {
  width: 50px;
  height: 55px;
  background: url(../../Img/pop.png) no-repeat;
  background-size:contain;
  position: absolute;
  top: 5px;
  right: 5px;
}
#icon3 .ih-item {
  position: relative;
}
#icon3 .ih-item u {
  width: 50px;
  height: 55px;
  background: url(../../Img/new.png) no-repeat;
  background-size:contain;
  position: absolute;
  top: 5px;
  right: 5px;
}
.bathroom-smart {
  position: relative;
}
.moremore {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 16px;
  color: #999999;
}
/*视频遮罩层*/
#pop-window {
  display: none;
  background-color: rgba(0, 0, 0, 0.95);
  width: 100%;
  height: 100%;
  z-index: 100;
  position: absolute;
  left: 0;
  top: 0;
}
.mask-layer {
  display: none;
  background-color: #333;
  z-index: 1000;
  position: fixed;
  left: 50%;
  margin-left: -512px;
  bottom: 10%;
}
.mask-layer h2 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #333;
  line-height: 50px;
}
.mask-layer p {
  padding: 20px;
  font-size: 12px;
  color: #fcfcfc;
  width: 1024px;
  line-height: 30px;
}
.mask-layer p s {
  margin-right: 10px;
  color: #fcfcfc;
}
.mask-layer b.close {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../../Img/close.png) no-repeat;
  position: absolute;
  top: -9px;
  right: -9px;
  z-index: 1000;
  cursor: pointer;
}
.video-play {
  z-index: 10;
}
#banner-slide .bd ul li{
    position: relative;
}
#focus-slide .bd ul li{
    position: relative;
}
em.ad{
    padding:0px 5px;
    background-color: #ddd;
    font-size: 10px;
    position: absolute;
    bottom:0;
    right:0;
    z-index:100;
}
i.close{
    background-color: #fff;
    border:1px solid #333;
    text-align: center;
    width:12px;
    line-height:12px;
    position: absolute;
    top:0;
    right:0;
    cursor:pointer;
}
aside{
    position: fixed;
    width: 218px;
    height: 122px;
    bottom:35%;
    /*right:0px;*/
    left:0px;
}
s.close{
    background-color: #fff;
    border:1px solid #333;
    text-align: center;
    width:12px;
    line-height:12px;
    position: absolute;
    top:0;
    right:0;
    cursor:pointer;
}
.adwrap{position:relative;width:1160px;height:100px;background:#fff;border:1px solid #fff;cursor:pointer}.adwrap .adlist{position:relative;width:1160px;height:100px;overflow:hidden}.adwrap .adlist ul{position:absolute;top:0;left:0}.adwrap .adlist ul li{width:1160px;height:100px;overflow:hidden}
.adwrap .count{position:absolute;right:50px;bottom:5px}.adwrap .count li{color:#fff;float:left;width:20px;line-height:20px;cursor:pointer;margin-right:5px;overflow:hidden;background:#f90;opacity:.7;filter:alpha(opacity=70);border-radius:20px;text-align:center}
.adwrap .count li.current{color:#fff;opacity:1;filter:alpha(opacity=100);font-weight:700;background:#f60}
#tmp{width:100px;height:100px;background:#f00;position:absolute}
#topad{
    width: 100%;
    height: 200px;
    background: url(/Images/gg/20170527.jpg) no-repeat center center;
    background-size: corver;
}
#topad a{display:block;height: 300px;}


.bathroom-ad {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
}