@charset "utf-8";
/* 通用基础样式（欢迎增加或者提议更好的方法） */

/*==============================================================================================*/
/*站点背景样式
/*==============================================================================================*/
body {
  background: #fff;
  margin: 0 auto;
  color: #333333;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {  
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width:1650px) {
  .container {
    width:1200px;
  }
}
@media (max-width:1250px) {
  .container {
    width:990px;
  }
}
a,
a:hover {
  color: #2c2c2c;
  -webkit-tap-highlight-color: transparent;
}

/*=====共用主色=======*/
.bi_primary {
  color: #22ad38 !important;
}
/*=====共用点缀色=======*/
.bi_stress {
  color: #ee1923 !important;
}
/*=====共用背景色=======*/
.bi_bakcolor {
  background: #22ad38;
}
/*=====共用背景反色=======*/
.bi_bak_reversecolor {
  background: #ffffff;
}
/*=====共用背景点缀色=======*/
.bi_bak_adorncolor {
  background: #f5f5f5;
}

img {
  max-width: 100%;
}

.main-wrapper {
  overflow: hidden;
}

/*==============================================================================================*/
/*省略样式
/*==============================================================================================*/
.ellipsis_1 {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ellipsis_2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis_3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ellipsis_4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.ellipsis_5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.ellipsis_6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.ellipsis_7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.ellipsis_8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.ellipsis_9 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}
/*==============================================================================================*/
/*层位置应用*/
.box_pf {
  position: fixed;
}
.box_pr {
  position: relative;
}
.box_pa {
  position: absolute;
}

.fr {
  float: right;
}
.pull-right {
  float: right !important;
}
.fl {
  float: left;
}
.pull-left {
  float: left !important;
}
​ .top {
  top: 0px;
}
.left {
  left: 0px;
}
.right {
  right: 0px;
}
.bottom {
  bottom: 0px;
}

/*文字对齐*/
.center {
  text-align: center;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

/*---常用--*/
.clearfix {
  clear: both;
}
.middle {
  vertical-align: middle;
}
.border {
  border: #fff solid 1px;
}
.pointer {
  cursor: pointer;
}
.handle {
  cursor: move;
}
.boxer {
  box-sizing: border-box;
}
/*内边框*/
/*显示及隐藏*/
.hide {
  display: none;
}
.hidden {
  display: none !important;
}
.block {
  display: block;
}
.active {
  display: block;
}
.show {
  display: block !important;
}
.overflow {
  overflow: hidden;
}

/*半透遮罩层*/
.backdrop {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 8888;
  filter: alpha(Opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  background-color: #000;
  display: none;
}

/*==============================================================================================*/
/*鼠标等经过时间过渡效果（时间长自己设定）
/*==============================================================================================*/
.box_mouse,
.box_mouse:hover {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

/*==============================================================================================*/
/*头部样式
/*==============================================================================================*/
.header_box {
  position: relative;
  z-index: 9999;
  zoom: 1;
  background-color: #ffffff;
}
.main_row {
  width: 100%;
}
/*===================顶部=========================*/
.toper {
  height: 35px;
  font-size: 14px;
  border-bottom: 1px solid #dcdcdc;
}
.toper li {
  text-align: center;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding: 0 10px;
  line-height: 34px;
  color: #8c8c8c;
}
.toper li a {
  font-size: 14px;
  color: #8c8c8c;
}
.toper .right ul li:last-child a {
  color: #fff;
  background: #22ac38;
  padding: 2px 5px;
  border-radius: 5px;
  font-size: 12px;
}
.toper .right .tel {
  overflow: hidden;
  padding-left: 20px;
}
.toper .right .tel span {
  line-height: 34px;
  color: #8c8c8c;
}
.toper .right .tel i {
  width: 13px;
  height: 14px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.toper .right .tel i img {
  width: 100%;
  display: block;
}
.toper .right .language {
  position: relative;
  text-align: right;
  padding-left: 20px;
}
.toper .right .language a {
  line-height: 35px;
  color: #8c8c8c;
  font-size: 14px;
}
.toper .right .language a i {
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: sub;
  margin-right: 4px;
}
.toper .right .language a i img {
  width: 100%;
  display: block;
}
.toper .right .language ol {
  position: absolute;
  top: 30px;
  background: #f5f5f5;
  overflow: hidden;
  display: none;
  z-index: 999;
  right: 0;
}
.toper .right .language ol li {
  padding: 0;
  clear: both;
  display: block;
  width: 110px;
  border-bottom: #ddd solid 1px;
}
.toper .right .language ol li a {
  display: block;
  line-height: 35px;
  padding-left: 35px;
  overflow: hidden;
  text-align: left;
  color: #666666;
}
.lan li.lan-en a {
  background: url(../images/lan-en.png) 15px no-repeat;
}
.lan li.lan-cn a {
  background: url(../images/lan-cn.png) 15px no-repeat;
}
.lan li.lan-hk a {
  background: url(../images/lan-hk.png) 15px no-repeat;
}
.toper .right .language ol li:last-child {
  border-bottom: none;
}
.toper .right .language:hover ol {
  display: block;
}
@media (max-width:1400px) {
	.toper  .left,.toper li a,.toper .right .tel span,.toper .right .language a{
		font-size: 12px;
	}
}
@media (max-width:1250px) {
	.toper li{
		padding: 0 5px;
	}
	.toper .right .tel,.toper .right .language{
		padding-left: 15px;
	}
}

/*===================头部=========================*/
.header_box .header {
  background: #ffffff;
}
.header_box .header .container {
  height: 130px;
  padding: 35px 0px;
  position: relative;
}
.header_box .header .logo,
.header_box .header .logo a {
  display: block;
  width: 355px;
  overflow: hidden;
}
.header_box .header .logo a img {
  width: 100%;
}
.header_box .header .header_search {
  width: 30%;
  margin: auto;
  position: absolute;
  left: 5%;
  right: 0;
  top: 22px;
}
@media (max-width:1650px) {
	.header_box .header .header_search{
		left:210px;
	}
}
.header_box .header .header_search ul,
.header_box .header .header_search ol {
  width: 100%;
  overflow: hidden;
}
.header_search ol li {
  line-height: 25px;
  padding: 0 15px;
  float: left;
  background-color: #f5f5f5;
  color: #2e2e2e;
  font-size: 12px;
}
.header_search ol li.on {
  background-color: #22ac38;
  color: #ffffff;
}
.header_box .header .header_search ul {
  width: 100%;
  overflow: hidden;
}
.header_box .header .header_search form {
  position: relative;
  position: relative;
  height: 42px;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  border: 2px solid #22ac38;
}
.header_box .header .header_search form input {
  border: 0;
  height: 42px;
  line-height: 42px;
  padding: 0 90px 0 15px;
  width: 100%;
  outline: none;
}
.header_search_btn {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 90px;
  height: 42px;
  line-height: 40px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  background: #22ac38;
  cursor: pointer;
  z-index: 9;
}
.header_box .header .header_search ul li {
  float: left;
  margin: 5px 10px 0 0;
  font-size: 14px;
}
.header_box .header .header_search ul li a {
  color: #8c8c8c;
}
.header_box .header .header_cart {
  width: 150px;
  height: 45px;
  background: #e5e5e5;
}
.header_box .header .header_cart a {
  display: block;
  line-height: 40px;
  color: #000000;
  position: relative;
}

.header_box .header .header_cart a em {
  font: bold 11px/14px Verdana;
  color: #fff;
  background: #ee1923;
  text-align: center;
  display: inline-block;
  height: 20px;
  min-width: 20px;
  max-width: auto !important;
  border: none 0;
  border-radius: 15px;
  position: absolute;
  z-index: 3;
  top: -5px;
  right: -5px;
  line-height: 20px;
}

.header_box .header .header_cart a span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-left: 12px;
}
.header_box .header .header_cart a i {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 45px;
  background: #22ac38;
  overflow: hidden;
  position: relative;
}
.header_box .header .header_cart a i img {
  width: 22px;
  height: 20px;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
}

/*===================导航=========================*/
.nav_box {
  width: 100%;
  position: relative;
  z-index: 999;
  background: #e5e5e5;
}
.nav_box h1 {
  width: 245px;
  background: #22ad38;
  position: relative;
  z-index: 9999;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  color: #ffffff;
  font-weight: normal;
  padding-left: 20px;
  float: left;
}
.nav_box h1 img {
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
}
.header_box .horizontal_nav {
  overflow: hidden;
  background: #e5e5e5;
  height: 50px;
  line-height: 50px;
  padding-left: 60px;
}
.header_box .horizontal_nav li {
  float: left;
  text-align: center;
  margin-right: 5%;
}
.header_box .horizontal_nav li a {
  display: block;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  color: #000000;
}
.header_box .horizontal_nav .avtive a,
.header_box .horizontal_nav li:hover a {
  color: #22ad38;
}
.nav_box .container {
  position: relative;
  padding: 0;
}
.nav_box .cate_bar {
  position: absolute;
  left: 0;
  top: 49px;
  width: 245px;
  height: 450px;
  box-sizing: border-box;
  overflow-y: inherit;
  background-color: rgba(65, 65, 65, 0.8);
  display: none;
}
.nav_box .cate_bar ul li {
  display: block;
  width: 100%;
  float: left;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -moz-transition: all 1s ease;
  border-bottom: 1px solid #6e6e6e;
  position: relative;
}
.nav_box .cate_bar ul li::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../images/icon-right.png) no-repeat center;
  right: 10px;
  top: 16px;
}
.nav_box .cate_bar ul li:nth-of-type(n + 8) {
  display: none;
}
.nav_box .cate_bar ul li:last-child {
  border-bottom: none;
  display: block;
}
.nav_box .cate_bar ul li a {
  overflow: hidden;
  line-height: 55px;
  height: 55px;
  padding-left: 20px;
  display: block;
}
.nav_box .cate_bar ul li em {
  float: left;
  width: 24px;
  overflow: hidden;
  display: block;
  margin:7px 5px 0 0; 
}
.nav_box .cate_bar ul li h2 {
  float: left;
  font-size: 14px;
  color: #fff;
}
.nav_box .cate_bar ul li a:hover h2{
  color: #22ad38;
}
.nav_box .announcement {
  z-index: 900;
  position: absolute;
  width: 235px;
  height: 420px;
  overflow: hidden;
  right: 0px;
  top: 65px;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
}
.nav_box .announcement h2 {
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid #d7d7d7;
  color: #000000;
  font-size: 18px;
  font-weight: normal;
  padding: 10px 30px;
  font-weight: bolder;
}
.nav_box .announcement h2 i {
  width: 14px;
  height: 12px;
  display:inline-block;
  overflow: hidden;
  margin-right:8px;
}
.nav_box .announcement h2 i img {
  width: 100%;
  display: block;
}
.nav_box .announcement ul {
  overflow: hidden;
  padding: 13px 30px;
}
.nav_box .announcement ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
  padding-left: 15px;
}
.nav_box .announcement ul li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #c7c9c7;
  left: 0;
  top: 5px;
}
.nav_box .announcement ul li a {
  color: #2c2c2c;
  font-size: 13px;
}

/*==============================================================================================*/
/*h_banner顶部广告
/*==============================================================================================*/
.h_banner {
  width: 100%;
  display: none;
}
.h_banner .container {
  overflow: hidden;
  margin-top: 10px;
}
.h_banner li,
.h_banner li img {
  width: 100%;
  margin: 0 auto;
}
.breadcrumb {
  overflow: hidden;
  padding: 0;
}

/*=======================================
guide_feature
========================================*/
.guide_feature {
  width: 100%;
  padding: 45px 0;
  overflow: hidden;
  background-color: #ffffff;
}
.guide_feature .guide_title {
  text-align: center;
  color: #333333;
}
.guide_feature .guide_title h4 {
  font-size: 22px;
}
.guide_feature .guide_title h4 span {
  color: #22ad38;
}
.guide_feature .guide_title p {
  font-size: 18px;
  line-height: 40px;
}
.guide_feature ul li {
  float: left;
  width: 25%;
  text-align: center;
}
.guide_feature ul li img {
  width: 40px;
  margin: auto;
}
.guide_feature ul li h3 {
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}
.guide_feature ul li p {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}

/*=======================================
	footer 底部
========================================*/
.footer_box {
  overflow: hidden;
  background: #f0f0f0;
}
.footer_box .footer_top {
  overflow: hidden;
  padding: 35px 0 25px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
.footer_box .footer_top ul li {
  width: 25%;
  float: left;
  overflow: hidden;
  text-align: center;
}
.footer_box .footer_top ul li dl {
  width: 65px;
  height: 65px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  background: #eaeaea;
  text-align: center;
  padding: 14px 0;
  vertical-align: middle;
}
.footer_box .footer_top ul li dl img {
  width: 65%;
}
.footer_box .footer_top ul li dd {
  display: inline-block;
  vertical-align: middle;
  color: #545454;
  font-size: 22px;
  overflow: hidden;
  margin-left: 20px;
}
.footer_box .footer_bottom {
  overflow: hidden;
  padding: 40px 0;
  border-bottom: 1px solid #e7e7e7;
}
.footer_box .footer_bottom .container{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer_box .footer_bottom .footer_nav {
  overflow: hidden;
  width: 45%;
  float: left;
}
.footer_box .footer_bottom .footer_nav ul {
  width: 20%;
  overflow: hidden;
  float: left;
  margin-right: 5%;
}
.footer_box .footer_bottom .footer_nav ul:last-child{
	margin-right: 0;
}
.footer_box .footer_bottom .footer_nav ul h2 {
  color: #2c2c2c;
  font-size: 18px;
}
.footer_box .footer_bottom .footer_nav ul p {
  color: #acacac;
  font-size: 12px;
  text-transform: uppercase;
  margin: 5px 0 10px;
}
.footer_box .footer_bottom .footer_nav ul ol li {
  list-style: none;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  padding-left: 10px;
}
.footer_box .footer_bottom .footer_nav ul ol li::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: #646464;
  left: 0;
  top: 8px;
}
.footer_box .footer_bottom .footer_nav ul ol li a {
  font-size: 14px;
  color: #5e5e5e;
}
.footer_box .footer_bottom .footer_contact {
  overflow: hidden;
  width: 30%;
  float: left;
}
.footer_box .footer_bottom .footer_contact ul h2 {
  color: #2c2c2c;
  font-size: 18px;
}
.footer_box .footer_bottom .footer_contact ul p {
  color: #acacac;
  font-size: 12px;
  text-transform: uppercase;
  margin: 5px 0 10px;
}
.footer_box .footer_bottom .footer_contact ul ol li {
  list-style: none;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  color: #5e5e5e;
}
.footer_box .footer_bottom .footer_code {
  overflow: hidden;
  width: 288px;
  float: right;
}
.footer_box .footer_bottom .footer_code ul {
  overflow: hidden;
}
.footer_box .footer_bottom .footer_code ul li {
  width: 45%;
  float: left;
  overflow: hidden;
  margin-right: 10%;
}
.footer_box .footer_bottom .footer_code ul li:last-child{
	margin-right: 0;
}
.footer_box .footer_bottom .footer_code ul li dl {
  width: 134px;
  height: 134px;
  overflow: hidden;
  margin: 0 auto 10px;
}
.footer_box .footer_bottom .footer_code ul li dl img {
  width: 100%;
  display: block;
}
.footer_box .footer_bottom .footer_code ul li dd {
  color: #989898;
  font-size:12px;
  line-height:20px;
  text-align: center;
}
.footer_box .footer_copyright {
  overflow: hidden;
  padding: 10px 0;
}
.footer_box .footer_copyright .footer_copyright_fl {
  overflow: hidden;
}
.footer_box .footer_copyright .footer_copyright_fl li {
	float: left;
}
.footer_box .footer_copyright .footer_copyright_fl li a {
  overflow: hidden;
  padding-right: 15px;
  color: #989898;
  font-size: 14px;
  display: block;
  
}
.footer_box .footer_copyright .footer_copyright_fr {
  overflow: hidden;
  color: #989898;
  font-size: 14px;
}
.footer_box .footer_copyright .footer_copyright_fr p{
	float: left;
}
.footer_box .footer_copyright .footer_copyright_fr a {
  font-size: 14px;
  color: #989898;
  display: inline-block;
}
@media (max-width:1650px) {
  .footer_box .footer_bottom .footer_code {
    width:230px;
  }
  .footer_box .footer_bottom .footer_code ul li dl {
    width:100px;
    height:100px;
  }
}

/*==============================================================================================*/
/*xfk
/*==============================================================================================*/
.xfk {
  position: fixed;
  right: 5%;
  bottom: 15%;
  margin: auto;
  width: 84px;
  border: 1px solid #f5f5f5;
  border-bottom: none;
  background: #ffffff;
  z-index: 9999;
}
.xfk li {
  position: relative;
  width: 84px;
  height: 84px;
  float: left;
  text-align: center;
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
}
.xfk li a,
.xfk li {
  color: #b3b3b3;
}
.xfk li:hover a,
.xfk li:hover {
  color: #22ad38;
}
.xfk li i {
  display: block;
  font-size: 35px;
  margin: 10px 0 3px;
}
.xfk li img {
  width: 100%;
  display: block;
}
.xfk li em {
  position: absolute;
  top: 10px;
  right: 15px;
  display: block;
  font-size: 12px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: red;
  color: #ffffff;
  width: 17px;
  height: 17px;
  line-height: 17px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xfk li dd {
  display: none;
  position: absolute;
  right: 100%;
  top: -1px;
  width: 130px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #efefef;
  background-color: #ffffff;
}
.xfk .goTop {
  display: none;
}

/*==============================================================================================*/
/*page
/*==============================================================================================*/
.page {
  overflow: hidden;
  display: block;
  clear: both;
}
.pager .rows {
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
}
.pager ul > li {
  display: inline;
  padding-left: 5px;
}
.pager ul > li > a,
.pager ul > li > span {
  color: #666;
  padding: 10px 12px;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  border-radius: 0px;
}

.pager ul > li > a:hover,
.pager ul > li > span:hover,
.pager ul > li > a:focus,
.pager ul > li > span:focus {
  color: #fff;
  background-color: #22ad38;
}
.pager ul > li > .current:hover {
  background-color: #22ad38;
}

.pager ul > .active span ,.pagination > li.active span {
  color: #fff;
  background: #22ad38;
  border: 1px solid #22ad38;
}

/*=======================================
	共用标题
========================================*/
.guide_title {
  overflow: hidden;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}
.guide_title h2 {
  font-size: 24px;
  color: #4a4a4a;
  border-left: 3px solid #22ac38;
  padding-left: 15px;
  font-weight: normal;
}

/*=======================================
banner_box
========================================*/
.guide_banner {
  position: relative;
}
.guide_banner,
.guide_banner a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.guide_banner .bd li{
  position: relative;
}
.guide_banner .bd li a {
  position: relative;
  z-index: 1;
}
.guide_banner .bd li img{
  width: 100%;
}

.guide_banner .hd{
  z-index: 2;
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.guide_banner .hd ul{
  display: block;
  text-align: center;
  margin:0 auto;
}
.guide_banner .hd li{
  display:inline-block;
  *zoom: 1;
  *display: inline;
  width:18px;
  height:18px;
  color: #fff;
  background: #2c2628;
  opacity: 1;
  font-size: 12px;
  text-align: center;
  line-height:18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius:50%;
  border-radius: 50%;
  cursor: pointer;
}

.guide_banner .hd .on{
  background: #22ad38;
}


/*=======================================
	hot 热门
========================================*/
.guide_hot {
  overflow: hidden;
  padding: 40px 0;
}
.guide_hot .bd{
  width: 100%;
  overflow: hidden;
}
.guide_hot .bd ul li {
  overflow: hidden;
  width:25.2%;
}
@media (max-width:1250px) {
	.guide_hot .bd ul li {
    width:33.53%;
  }
}

.guide_hot .bd ul li a{
  display: block;
  margin-top: 15px;
  margin-right: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
  box-sizing: border-box;
}
.guide_hot ul li dl {
  width: 136px;
  height: 136px;
  overflow: hidden;
  float: left;
  border: 1px solid #e5e5e5;
}
.guide_hot ul li dl img {
  width: 100%;
  display: block;
}
.guide_hot ul li dd {
  overflow: hidden;
  padding: 20px;
}
.guide_hot ul li dd h2 {
  font-size: 16px;
  color: #2c2c2c;
  font-weight: normal;
}
.guide_hot ul li dd p {
  color: #acacac;
  font-size: 12px;
  margin: 5px 0;
}
.guide_hot ul li dd span {
  font-size: 20px;
  color: #ee1923;
  line-height: 26px;
}
.guide_hot ul li dd span b {
  font-size: 12px;
  margin-right: 1px;
  line-height:22px;
}
.guide_hot .guide_title h2{
  float: left;
}
.guide_hot .next,
.guide_hot .prev {
  display: block;
  float: right;
  margin-right: 5px;
  margin-top: 10px;
  overflow: hidden;
  cursor: pointer;
  width: 34px;
  height: 26px;
  background: url(../images/left.png) center center no-repeat;
  background-color: #22ad38;
  background-size:60%;
}
.guide_hot .next{
  background: url(../images/right.png) center center no-repeat;
  background-color: #22ad38;
  background-size:60%;
}


/*=======================================
	reco 推荐
========================================*/
.guide_reco {
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 45px 0 35px;
}
.guide_reco .container {
  overflow: hidden;
}
.guide_reco .guide_title {
  padding: 0 10px;
  padding-top: 18px;
  padding-bottom: 0;
  background: #fff;
}
.guide_reco .guide_title h2 {
  float: left;
}
.guide_reco .guide_title ul {
  overflow: hidden;
  float: right;
  padding-right: 20px;
}
.guide_reco .guide_title ul li {
  float: left;
  overflow: hidden;
  
  padding: 10px 20px 15px;
  text-align: center;
}
.guide_reco .guide_title ul li a {
  display: block;
  font-size: 14px;
  color: #969696;
}
.guide_reco .guide_title ul li.on {
  border-bottom: 2px solid #22ac38;
}
.guide_reco .guide_title ul li.on a {
  font-size: 16px;
  font-weight: bolder;
  color: #22ac38;
}
.guide_reco .guide_reco_list {
  overflow: hidden;
  padding: 15px;
  background: #fff;
}
.guide_reco .guide_reco_list li {
  width: 20%;
  float: left;
  overflow: hidden;
  padding: 0 0.5% 1%;
  overflow: hidden;
}
@media (max-width:1650px) {
  .guide_reco .guide_reco_list li {
    width: 25%;
  }
  .guide_reco .guide_reco_list li:last-child , .guide_reco .guide_reco_list li:nth-child(8){
    display: none;
  }
}
.guide_reco .guide_reco_list li:nth-child(5n) {
  margin-right: 0;
}
.guide_reco .guide_reco_list li dl {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top:100%;
  overflow: hidden;
}
.guide_reco .guide_reco_list li dl img {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.guide_reco .guide_reco_list li dd {
  overflow: hidden;
  padding: 20px 20px 0;
  background-color: #f5f5f5;
}
.guide_reco .guide_reco_list li dd h2 {
  font-size: 16px;
  color: #2c2c2c;
  font-weight: normal;
}
.guide_reco .guide_reco_list li dd p {
  font-size: 14px;
  color: #acacac;
  margin: 5px 0;
}
.guide_reco .guide_reco_list li dd span {
  font-size: 20px;
  color: #ee1923;
  line-height: 26px;
}
.guide_reco .guide_reco_list li dd span b {
  font-size: 12px;
  margin-right: 1px;
}
.guide_reco .guide_reco_list li dt {
  overflow: hidden;
  padding: 10px 20px 20px;
  background-color: #f5f5f5;
}
.guide_reco .guide_reco_list li dt a {
  display: inline-block;
  background: #22ac38;
  color: #fff;
  font-size: 14px;
  width: 80px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
}

.guide_reco .guide_reco_list li dt .cart_btn i {
  width: 16px;
  height: 14px;
  display: inline-block;
  margin-right: 3px;
}
.guide_reco .guide_reco_list li dt .cart_btn i img {
  width: 100%;
  display: block;
  margin-top: 2px;
}
.guide_reco .guide_reco_list li > div {
  overflow: hidden;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
}
.guide_reco .guide_reco_list li > div:hover {
  overflow: hidden;
  border: 1px solid #22ad38;
}
@media (max-width:1400px) {
	.guide_reco .guide_reco_list li dd{
		padding: 20px 15px 0;
	}
	.guide_reco .guide_reco_list li dt{
		padding: 10px 15px 20px;
	}
	.guide_reco .guide_reco_list li dt a{
		font-size: 12px;
		width: 45%;
	}
	.guide_reco .guide_reco_list li dt a:first-child{
		width: 50%;
	}
}

/*=======================================
	adv 横幅广告
========================================*/
.guide_adve {
  overflow: hidden;
  width: 100%;
}
.guide_adve img {
  width: 100%;
  display: block;
}

/*=======================================
	about 关于我们
========================================*/
.guide_about {
  overflow: hidden;
  padding: 32px 0;
}
.guide_about .guide_about_mian {
  overflow: hidden;
  margin-top: 30px;
}
.guide_about .guide_about_box {
  overflow: hidden;
  width:49.5%;
  height: auto;
  position: relative;
  float: left;
  margin-right:0.3%;
}
.guide_about .guide_about_mian > div,
.guide_about .guide_right_box li {
  position: relative;
}
.guide_about .guide_about_mian > div::before,
.guide_about .guide_right_box li::before {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/iab.png) top center/cover;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

.guide_about .guide_about_box dl,
.guide_about .guide_culture_box dl,
.guide_about .guide_right_box dl {
  width: 100%;
  overflow: hidden;
}
.guide_about .guide_about_box dl img,
.guide_about .guide_culture_box dl img,
.guide_about .guide_right_box dl img {
  width: 100%;
  display: block;
}
.guide_about .guide_about_box dd,
.guide_about .guide_culture_box dd,
.guide_about .guide_right_box dd {
  position: absolute;
  top: 0;
  overflow: hidden;
  padding: 40px 32px 0;
  z-index: 2;
}
.guide_about .guide_right_box::before {
  opacity: 0;
}
.guide_about .guide_right_box dd {
  padding: 20px 32px 0;
}
.guide_about .guide_about_box dd h3,
.guide_about .guide_culture_box dd h3,
.guide_about .guide_right_box dd h3 {
  font-size: 24px;
  color: #2e2e2e;
  font-weight: normal;
}
.guide_about .guide_about_box dd p,
.guide_about .guide_culture_box dd p,
.guide_about .guide_right_box dd p {
  font-size: 16px;
  color: #7e7e7e;
  margin: 10px 0;
}
.guide_about .guide_about_box dd a,
.guide_about .guide_culture_box dd a,
.guide_about .guide_right_box dd a {
  display: block;
  width: 78px;
  height: 30px;
  font-size: 12px;
  color: #ffffff;
  background: #22ac38;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
}
.guide_about .guide_culture_box {
  overflow: hidden;
  width:24.9%;
  height: auto;
  float: left;
  margin-right:0.3%;
  position: relative;
}
.guide_about .guide_right_box {
  overflow: hidden;
  width: 25%;
  height: auto;
  float: right;
  position: relative;
}
.guide_about .guide_right_box ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: auto;
  margin-bottom: 8px;
}
.guide_about .guide_right_box ul li:nth-child(1),
.guide_about .guide_right_box ul li:nth-child(2),
.guide_about .guide_right_box ul li:last-child{
  display: none;
}
.guide_about .guide_right_box ul li:nth-child(5) {
  margin-bottom: 0;
}
@media (max-width:1650px) {
  .guide_about .guide_right_box dd{
    padding:15px 32px 0;
  }
  .guide_about .guide_about_box dd h3,
  .guide_about .guide_culture_box dd h3,
  .guide_about .guide_right_box dd h3 {
    font-size:20px;
  }
  .guide_about .guide_about_box dd p,
  .guide_about .guide_culture_box dd p,
  .guide_about .guide_right_box dd p {
    font-size:12px;
    margin:8px 0;
  }
}


/*=======================================
	service 服务支持
========================================*/
.guide_service {
  overflow: hidden;
  background: #f7f7f7;
  padding: 45px 0;
}
.guide_service ul {
  margin-top: 38px;
  overflow: hidden;
}
.guide_service ul li {
  width: 19%;
  height: 120px;
  overflow: hidden;
  margin-right: 1.25%;
  float: left;
  background: #fff;
  text-align: center;
  padding: 25px 0;
}
.guide_service ul li:nth-child(5) {
  margin-right: 0;
}
.guide_service ul li:nth-of-type(n + 6) {
  display: none;
}
.guide_service ul li dl {
  width: 40px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 20px;
}
.guide_service ul li dl img {
  width: 100%;
  display: block;
}
.guide_service ul li dd {
  font-size: 18px;
  color: #000;
  overflow: hidden;
}
@media (max-width: 1650px){
	.guide_service ul li dd {
		font-size: 14px;
	}	
}

/*=======================================
	news 新闻中心
========================================*/

.guide_news {
  overflow: hidden;
  padding: 45px 0;
}
.guide_news .hd ul {
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
}
.guide_news .hd ul li {
  float: left;
  padding: 0 30px;
  font-size: 16px;
  cursor: pointer;
  height: 55px;
  line-height: 55px;
}
@media (max-width:1650px) {
  .guide_news .hd ul li {
    height:45px;
    line-height:45px;
  }
}
.guide_news .hd ul .on {
  background-color: #22ad38;
  color: #ffffff;
}
.guide_news .bd ul {
  overflow: hidden;
  margin-top: 20px;
}
.guide_news .bd ul li {
  width: 23.5%;
  overflow: hidden;
  float: left;
  margin-right: 2%;
}
.guide_news .bd ul li:last-child {
  margin-right: 0;
}
.guide_news .bd ul li dl {
  position: relative;
  width: 100%;
  padding-top: 71.5%;
  overflow: hidden;
  background-color: #f5f5f5;
}
.guide_news .bd ul li dl img {
  position: absolute;
  left: 0;
  right:0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  display: block;
}
.guide_news .bd ul li dd {
  overflow: hidden;
  margin-top: 15px;
}
.guide_news .bd ul li dd h3 {
  font-size: 16px;
  color: #000;
  font-weight: normal;
}
.guide_news .bd ul li dd p {
  font-size: 14px;
  color: #7e7e7e;
  margin: 10px 0 15px;
}
.guide_news .bd ul li dd > div {
  overflow: hidden;
}
.guide_news .bd ul li dd > div > span {
  font-size: 14px;
  color: #7e7e7e;
  margin-right: 15px;
  display: block;
  line-height: 20px;
  height: 20px;
  float: left;
}
.guide_news .bd ul li dd > div span img {
  width: 14px;
  margin-right: 5px;
  margin-top: 3px;
  display: block;
  float: left;
}
.guide_news .bd ul li dd > div span:last-child img {
  width: 18px;
}
.guide_news .bd ul.QA li {
  background-color: #f5f5f5;
  padding: 0 15px 15px;
  box-sizing: border-box;
}
.guide_news .bd ul.QA li dd h3,
.guide_news .bd ul.QA li dd p {
  padding: 0 0 0 30px;
  line-height: 25px;
}
.guide_news .bd ul.QA li dd h3 {
  background: url(../images/wen.png) no-repeat 0px 0px;
}
.guide_news .bd ul.QA li dd p {
  background: url(../images/da.png) no-repeat 0px 0px;
}
/*==========收货信息==========*/
.addresbox {
  padding: 20px 15px 25px;
  overflow: hidden;
  width: 100%;
  background-color: #f5f5f5;
  margin: 30px 0 0;
}
.addresbox .title {
  font-size: 18px;
  color: #333333;
  padding-left: 10px;
}
.addresbox a {
  float: left;
  display: block;
  overflow: hidden;
  width: 360px;
  height: 120px;
  border: 1px solid #dedede;
  margin: 15px 10px 0;
}
.addresbox .change {
  line-height: 120px;
  text-align: center;
  font-size: 14px;
  color: #333333;
}
.addresbox .add_box {
  position: relative;
  background: url(../images/address.png) no-repeat center;
  background-size: cover;
  padding: 20px;
}
.addresbox .add_box span {
  margin-top: 10px;
  float: left;
  width: 50%;
  font-size: 12px;
  color: #333333;
  line-height: 30px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.addresbox .add_box span.tel {
  text-align: right;
}
.addresbox .add_box p {
  width: 100%;
  color: #b3b3b3;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.addresbox .add_box em {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background: #a4a4a4;
}
.addresbox .add_box em.red {
  background: red;
}

.orderbox {
  width: 100%;
  background-color: #f5f5f5;
  overflow: hidden;
  padding: 25px;
  margin-top: 15px;
}
.orderbox h2 {
  margin: 0px 0 10px;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
}
/*---订单商品-*/

.orderbox1 .order_title {
  width: 100%;
  line-height: 50px;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
  margin-top: -20px;
}
.orderbox1 .order_title li {
  float: left;
  width: 15%;
  text-align: center;
}
.orderbox1 .order_title .l1 {
  width: 30%;
  margin-left: 100px;
}
.orderbox1 .order_title .l2 {
  width: 30%;
}
.orderbox1 .order_list li {
  float: left;
  width: 100%;
}
.orderbox1 .order_list ul {
  padding: 0 25px;
}
.orderbox1 .order_list li {
  background: #e8e8e8;
  padding: 20px;
  overflow: hidden;
  margin-top: 15px;
}
.orderbox1 .order_list li dl {
  position: relative;
  float: left;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.orderbox1 .order_list li dl img {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.orderbox1 .order_list li a > div {
  float: left;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 80px;
  padding: 0 15px;
  text-align: center;
  width: 15%;
  line-height: 80px;
}
.orderbox1 .order_list li .goods {
  float: left;
  width: 32%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 80px;
  line-height: 25px;
  font-size: 14px;
  padding: 15px;
}
.orderbox1 .order_list li .props {
  width: 30%;
  color: #666666;
}
.orderbox1 .order_list li .price {
  line-height: 80px;
  color: #ee1923;
  font-size: 18px;
  font-weight: bold;
}
.orderbox1 .order_list li .price i {
  font-size: 12px;
  margin: 0 3px 0 0;
}

/*---订单弹出按钮-*/
.switch {
  display: none;
}
.switch_label {
  box-shadow: #ccc 0px 0px 0px 1px;
  width: 40px;
  height: 20px;
  display: inline-block;
  border-radius: 20px;
  position: relative;
  background-color: #eee;
  overflow: hidden;
  cursor: pointer;
}

.switch_label:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 20px;
  border: #ddd solid 1px;
  background-color: #fff;
  z-index: 20;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.switch:checked + label.switch_label:before {
  left: 20px;
}
.switch:checked + label.switch_label {
  box-shadow: #22ad38 0px 0px 0px 1px;
  background-color: #22ad38;
}

/*---订单选择-*/
.orderbox .invoice li {
  float: left;
  margin: 10px 0;
  width: 100%;
}
.orderbox .invoice span {
  font-size: 14px;
  color: #666666;
  width: 99px;
  float: left;
  line-height: 40px;
}
.orderbox .invoice input {
  float: left;
  width: 400px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}
.orderbox .o_body .form-control,
.orderbox .o_body .form-control:focus {
  width: 100%;
  height: auto;
  border-radius: 5px;
  padding: 5px 15px;
  line-height: 35px;
  border: 1px solid #ddd;
  color: #666666;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*--订单优惠券--*/
.coupon_list {
  display: none;
  overflow: hidden;
}
.coupon_list li {
  display: inline-block;
  padding: 20px 0;
  width: 310px;
  height: 212px;
  background: #fbf3e9;
  margin: 0px 10px 10px 0;
  cursor: pointer;
  overflow: hidden;
}
.coupon_list li.active {
  background: #f1d9bb;
}
.coupon_list li .user-coupon {
  position: relative;
  width: 100%;
  padding: 0 15px 15px;
  border-bottom: 1px dotted #b48a61;
  margin-bottom: 15px;
}
.coupon_list li .user-coupon::before {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: -8px;
  bottom: -8px;
  background-color: #ffffff;
  z-index: 2;
}
.coupon_list li .user-coupon::after {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: "";
  position: absolute;
  right: -8px;
  bottom: -8px;
  background-color: #ffffff;
  z-index: 2;
}
.coupon_list li .user-coupon dl,
.coupon_list li .user-coupon dt {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  width: 48%;
}
.coupon_list li .user-coupon dl {
  font-size: 14px;
  color: #b48a61;
}
.coupon_list li .user-coupon dt p {
  font-size: 14px;
  color: #b48a61;
  text-align: center;
  line-height: 14px;
}
.coupon_list li .user-coupon dt .cp_price {
  line-height: 34px;
  color: #b48a61;
  font-size: 34px;
  font-weight: bold;
}
.coupon_list li .user-coupon dt .cp_price i {
  font-size: 14px;
  margin: 0 3px 0 0;
}
.coupon_list li .user-sawtooth {
  padding: 0 20px 20px;
}
.coupon_list li .user-sawtooth p {
  font-size: 12px;
  color: #b48a61;
  line-height: 22px;
}
.coupon_list li .user-sawtooth span {
  display: block;
  margin: 10px auto 0;
  width: 156px;
  height: 30px;
  line-height: 30px;
  background: #b48a61;
  border-radius: 15px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
.coupon_list .btn {
  color: #999999;
  font-size: 12px;
}

/*--订单支付--*/
.order_buy_nav li {
  float: right;
}
.order_buy_nav li .sut_order {
  display: block;
  float: right;
  margin-left: 20px;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  width: 120px;
  text-align: center;
  background: #22ad38;
  color: #fff;
}
.order_buy_nav li .total_order {
  overflow: hidden;
  display: block;
}
.order_buy_nav li .total_order dl,
.order_buy_nav li .total_order dd {
  float: left;
  height: 50px;
  overflow: hidden;
  line-height: 53px;
  margin: 0 8px;
}
.order_buy_nav li .price {
  color: #ee1923;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
}
.order_buy_nav li .price i {
  font-size: 12px;
  margin: 0 3px 0 0;
}

/*=============================================
订单支付选择页面
==================================================*/
/*--面包屑--*/
.paybox_header li {
  float: left;
  margin-right: 3px;
}

.paybox_header li:last-child a {
  color: #fff;
  background: #22ac38;
  padding: 5px;
  border-radius: 5px;
  font-size: 14px;
}

.paybox_container {
  background-color: #f5f5f5;
  padding: 25px 20px;
  width: auto;
  max-width: 980px;
  margin: 50px auto;
  border-radius: 8px;
}

.pay_order {
  overflow: hidden;
}

.pay_order ol {
  line-height: 45px;
  height: 45px;
}

.pay_order ol:nth-child(2) {
  color: #999;
}

.pay_order ol:last-child {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
}

.pay_order ol b {
  color: #ee1923;
  font-size: 18px;
}

.pay_order ol span {
  color: #333;
  font-weight: 600;
}

.pay_order .padding-15 {
  background-color: #ffffff;
  overflow: hidden;
}

.pay_order .order_item dt,
.pay_order .order_item dd {
  line-height: 35px;
  height: 35px;
  float: left;
}

.pay_order .order_item dt {
  width: 70%;
}

.pay_order .order_item dd {
  width: 30%;
  text-align: right;
  color: #ee1923;
}

/*--支付方式样式--*/
.pay_payment {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.pay_payment li {
  margin: 0px;
  line-height: 36px;
  display: block;
  padding: 10px 5px;
  border-bottom: #ededed solid 1px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.pay_payment li:last-child {
  border-bottom: #ededed solid 0px;
  padding-bottom: 0px;
}

.pay_payment li img {
  width: 36px;
  height: 36px;
  vertical-align: middle;
  margin-right: 20px;
}

.pay_payment li span {
  float: right;
}

/*--弹出支付样式--*/
.confrm_paypwd {
  position: fixed;
  z-index: 999999;
  width: 360px;
  top: calc(50% - 100px);
  left: calc(50% - 180px);
  display: none;
  height: 200px;
}

.confrm_paypwd ._body {
  width: 100%;
  margin: 0px auto;
  background: #fff;
  padding: 0;
  position: relative;
  height: 100%;
}

.confrm_paypwd ._close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.confrm_paypwd ._close i {
  font-size: 18px;
}

.confrm_paypwd ul {
  display: block;
  overflow: hidden;
  margin: 10px 30px 0;
}

.confrm_paypwd ul li {
  display: block;
  overflow: hidden;
  clear: both;
  margin: 10px 0;
}
.confrm_paypwd ul .ta {
  margin: 0;
  text-align: right;
}

.confrm_paypwd ul .ta a {
  color: #999999;
  font-size: 12px;
}

.confrm_paypwd ._item {
  font-size: 15px;
  display: block;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  padding: 0 10px;
  border-bottom: 1px solid #ddd;
  color: #222222;
}
.confrm_paypwd .btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #22ad38;
  color: white;
  text-align: center;
  padding: 0;
}


/*=============================================
商城网站内容页样式
==================================================*/
/*--面包屑样式--*/
.crumb_box {
  overflow: hidden;
  height: 50px;
}

.crumb_box ul li {
  float: left;
  height: 50px;
  line-height: 50px;
}

.crumb_box ul li a {
  font-size: 14px;
  color: #333;
}

.crumb_box ul li i {
  font-size: 14px;
  padding: 0 5px;
}

.crumb_box ul li:last-child i {
  display: none;
}


/*--栏目分类样式--*/
.cate_box {
  overflow: hidden;
  width: 245px;
  margin-right: 15px;
}

.cate_box .slide_nav {
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  border: 1px solid #efefef;
}

.cate_box .slide_nav li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #efefef;
  padding: 0 15px;
}

.cate_box .slide_nav li.active {
  background: #22ad38;
}

.cate_box .slide_nav li a {
  display: inline-block;
  width: 80%;
  font-size: 14px;
  color: #333;
}

.cate_box .slide_nav li.active a,
.cate_box .slide_nav li.active i {
  color: #fff;
}

.cate_box .slide_nav li i {
  display: inline-block;
  font-size: 14px;
  width: 20%;
  text-align: right;
}

/*--栏目内容样式--*/
.detail_main{
  width: auto;
  overflow: hidden;
  background: #fff;
  border: 1px solid #efefef;
  float: none;
}
.content_detail{
  padding: 30px;
  overflow: hidden;
}
.content_detail ._tl{
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px;
}
.content_detail ._tl h2{
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}
.content_detail ._tl span{
  font-size: 14px;
  color: #666;
}
.content_detail ._bd{
  overflow: hidden;
  padding: 15px 0;
  min-height: 200px;
}
.content_detail .strip{
  overflow: hidden;
  padding-top: 15px;
  border-top: 1px solid #efefef;
}
.content_detail .strip .strip_up,
.content_detail .strip .strip_down{
  width: 50%;
  float: left;
}
.content_detail .strip .strip_up .strip_up_txt,.content_detail .strip .strip_down .strip_down_txt{
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}
.content_detail .strip .strip_up a,.content_detail .strip .strip_down a{
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}







/*=============================================
搜索样式
==================================================*/
.lefter {
  overflow: hidden;
  width: 245px;
}

.lefter .slide_nav {
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  border: 1px solid #efefef;
}

.lefter .slide_nav li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #efefef;
  padding: 0 15px;
}

.lefter .slide_nav li.active {
  background: #22ad38;
}

.lefter .slide_nav li a {
  display: inline-block;
  width: 80%;
  font-size: 14px;
  color: #333;
}

.lefter .slide_nav li.active a,
.lefter .slide_nav li.active i {
  color: #fff;
}

.lefter .slide_nav li i {
  display: inline-block;
  font-size: 14px;
  width: 20%;
  text-align: right;
}

.righter {
  width: auto;
  overflow: hidden;
  background: #fff;
  border: 1px solid #efefef;
  float: none;
}

.srchlist {
  overflow: hidden;
  padding: 30px;
}
.srchlist .srchlist_list li {
  width: 100%;
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px solid #efefef;
}
.srchlist .srchlist_list li h3 {
  width: 85%;
  display: block;
  float: left;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}

.srchlist .srchlist_list li span {
  font-size: 14px;
  color: #666;
  float: right;
  text-align: right;
}

/*=============================================
侧栏咨询
==================================================*/
.sidebar_consult section{
	position: fixed;
	right: 10px;
	z-index: 9999;
	width: 72px;
	top: 50%;
	margin-top: -158px;
}
.sidebar_consult section ul li{
	float: right;
}
.sidebar_consult section ul li:first-child{
	-webkit-animation: rotateInDownRight 1.5s 0.5s ease both;
	-moz-animation: rotateInDownRight 1.5s 0.5s ease both;
}
.sidebar_consult section ul li a{
	background: #ffffff;
	box-shadow: 0px 5px 10px 0px #d4c5c54f;
	display: block;
	width: 62px;
	height: 62px;
	border-radius: 5px;
	border: #22ad38 1px solid;
	font-size: 12px;
	text-align: center;
	margin-bottom: 9px;
	line-height: 1;
}
.sidebar_consult section ul li a:hover i {
	transform: rotate(360deg);
}
.sidebar_consult section ul li:first-child a{
	background: #22ad38;
	color: #fff;
	transition: all 0.5s;
	height: 120px;
}
.sidebar_consult section ul li a i{
	display: inline-block;
	width: 28px;
	height: 22px;
	margin: 11px 0 9px 0;
	transition: all 0.5s;
}
.sidebar_consult section ul li:first-child i{
	width: 40px;
	height: 40px;
}
.sidebar_consult section ul li:first-child  a p {
	letter-spacing: 3px;
	line-height: 24px;
	font-size: 16px;
}
.sidebar_consult section ul li:nth-child(2){
	-webkit-animation: rotateInDownLeft 1.5s 1.5s ease both;
	-moz-animation: rotateInDownLeft 1.5s 1.5s ease both;
}
.sidebar_consult section ul li:nth-child(2) a{
	overflow: hidden;
	position: relative;
	transition: all 0.5s;
}
.sidebar_consult section ul li:nth-child(2) .sidebar_consult_hide{
	width: 400px;
	height: 70px;
	position: absolute;
	left: 0px;
	top: -5px;
	background: url(../images/sidebar/sidebar_icon03.png) 20px center no-repeat;
	padding: 0 10px;
	text-align: left;
	display: none;
	text-indent: 50px;
}
.sidebar_consult section ul li:nth-child(2) .sidebar_consult_hide h2{
	font-size: 12px;
	color: #fff;
	line-height: 1;
	padding: 17px 0 7px 0;
}
.sidebar_consult section ul li:nth-child(2) .sidebar_consult_hide p{
	font-size: 20px;
	color: #fff;
	font-family: "Arial";
	line-height: 1;
}
.sidebar_consult section ul li:nth-child(2) a:hover {
	width: 400px;
	background: #22ad38;
}
.sidebar_consult section ul li:nth-child(2) a:hover .sidebar_consult_hide{
	display: block;
}
.sidebar_consult section ul li:nth-child(2) a:hover .sidebar_consult_show{
	display: none;
}
/* 第三个li */
.sidebar_consult section ul li:nth-child(3) {
	position: relative;
	-webkit-animation: rotateInDownRight 1.5s 2s ease both;
	-moz-animation: rotateInDownRight 1.5s 2s ease both;
}
.sidebar_consult section ul li:nth-child(3) a:hover {
	background: #22ad38;
	color: #FFFFFF;
}
.sidebar_consult section ul li:nth-child(3) i {
	background: url(../images/sidebar/sidebar_icon04.png) center no-repeat;
}
.sidebar_consult section ul li:nth-child(3) a:hover i {
	background: url(../images/sidebar/sidebar_icon05.png) center no-repeat;
}
.sidebar_consult section ul li:nth-child(3) .sidebar_consult_code{
	display: none;
	height: 160px;
	width: 140px;
	position: absolute;
	right: 84px;
	min-height: 90px;
	border-radius: 3px;
	box-shadow: 0px 5px 10px 0px rgba(25, 33, 49, 0.18);
	text-align: center;
	background: #22ad38;
	font-size: 13px;
	color: #ffffff;
	line-height: 30px;
	top: -51px;
}
.sidebar_consult section ul li:nth-child(3):hover .sidebar_consult_code{
	display: block;
}
.sidebar_consult section ul li:nth-child(3) .sidebar_consult_code .sidebar_consult_arrow{
	position: absolute;
	right: -8px;
	top: 70px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #22ad38;
}	
.sidebar_consult section ul li:nth-child(3) .sidebar_consult_code span{
	width: 119px;
	height: 119px;
	margin: 11px 11px auto;	
	display: block;
}


/* 第四个li */
.sidebar_consult section ul li:nth-child(4) {
	position: relative;
	-webkit-animation: rotateInDownRight 1.5s 2s ease both;
	-moz-animation: rotateInDownRight 1.5s 2s ease both;
}
.sidebar_consult section ul li:nth-child(4) a:hover {
	background: #22ad38;
	color: #FFFFFF;
}
.sidebar_consult section ul li:nth-child(4) i {
	background: url(../images/sidebar/sidebar_icon04.png) center no-repeat;
}
.sidebar_consult section ul li:nth-child(4) a:hover i {
	background: url(../images/sidebar/sidebar_icon05.png) center no-repeat;
}
.sidebar_consult section ul li:nth-child(4) .sidebar_consult_code{
	display: none;
	height: 160px;
	width: 140px;
	position: absolute;
	right: 84px;
	min-height: 90px;
	border-radius: 3px;
	box-shadow: 0px 5px 10px 0px rgba(25, 33, 49, 0.18);
	text-align: center;
	background: #22ad38;
	font-size: 13px;
	color: #ffffff;
	line-height: 30px;
	top: -51px;
}
.sidebar_consult section ul li:nth-child(4):hover .sidebar_consult_code{
	display: block;
}
.sidebar_consult section ul li:nth-child(4) .sidebar_consult_code .sidebar_consult_arrow{
	position: absolute;
	right: -8px;
	top: 70px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #22ad38;
}	
.sidebar_consult section ul li:nth-child(4) .sidebar_consult_code span{
	width: 119px;
	height: 119px;
	margin: 11px 11px auto;	
	display: block;
}


/* 第五个li */
.sidebar_consult section ul li:nth-child(5){
	-webkit-animation: rotateInDownRight 1.5s 2.5s ease both;
	-moz-animation: rotateInDownRight 1.5s 2.5s ease both;
	position: relative;
}
.sidebar_consult section ul li:nth-child(5) a {
	position: relative;
	transition: all 0.5s;
}
.sidebar_consult section ul li:nth-child(5) a:hover{
	background: #22ad38;
	color: #FFFFFF;
}
.sidebar_consult section ul li:nth-child(5)  i{
	background: url(../images/sidebar/sidebar_icon06.png) center no-repeat;
}
.sidebar_consult section ul li:nth-child(5) a:hover i{
	background: url(../images/sidebar/sidebar_icon07.png) center no-repeat;
}
.sidebar_consult section ul li:nth-child(5) .sidebar_consult_code{
	display: none;
	height: 160px;
	width: 140px;
	position: absolute;
	right: 84px;
	min-height: 90px;
	border-radius: 3px;
	box-shadow: 0px 5px 10px 0px rgba(25, 33, 49, 0.18);
	text-align: center;
	background: #22ad38;
	font-size: 13px;
	color: #ffffff;
	line-height: 30px;
	top: -51px;
}
.sidebar_consult section ul li:nth-child(5):hover .sidebar_consult_code{
	display: block;
}
.sidebar_consult section ul li:nth-child(5) .sidebar_consult_code .sidebar_consult_arrow {
	position: absolute;
	right: -8px;
	top: 70px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #22ad38;
}
.sidebar_consult section ul li:nth-child(5) .sidebar_consult_code span{
	display: block;
	width: 119px;
	height: 119px;
	margin: 11px 11px auto;
}
/* 最后一个li */
.sidebar_consult section ul li:last-child{
	-webkit-animation: rotateInDownRight 1.5s 3.5s ease both;
	-moz-animation: rotateInDownRight 1.5s 3.5s ease both;
	cursor: pointer;
}
.sidebar_consult section ul li:last-child .sidebar_consult_black{
	box-shadow: 0px 5px 10px 0px #d4c5c54f;
	display: block;
	width: 62px;
	height: 30px;
	border-radius: 5px;
}
.sidebar_consult section ul li:last-child .out {
	background: url(../images/sidebar/sidebar_icon08.png) center no-repeat #FFFFFF;
}
.sidebar_consult section ul li:last-child .over{
	display: none;
	background: #22ad38;
	line-height: 35px;
	color: #ffffff;
	text-align: center;
}
.sidebar_consult section ul li:last-child:hover .out {
	display: none;
}
.sidebar_consult section ul li:last-child:hover .over {
	display: block;
}