@charset "utf-8";
/* 通用基础样式（欢迎增加或者提议更好的方法） */

/*==============================================================================================*/
/*站点背景样式
/*==============================================================================================*/
body {
  background: #f2f2f2;
  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: 1400px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width:1650px) {
  .container {
    width:1200px;
  }
}
@media (max-width:1250px) {
  .container {
    width:990px;
  }
}
a,
a:hover {
  color: #333;
  -webkit-tap-highlight-color: transparent;
}

/*=====共用主色=======*/
.bi_primary {
  color: #3564db !important;
}
/*=====共用点缀色=======*/
.bi_stress {
  color: #ee1923 !important;
}
/*=====共用背景色=======*/
.bi_bakcolor {
  background: #3564db;
}
/*=====共用背景反色=======*/
.bi_bak_reversecolor {
  background: #ffffff;
}
/*=====共用背景点缀色=======*/
.bi_bak_adorncolor {
  background: #f5f5f5;
}

img {
  max-width: 100%;
}

.main-wrapper {
  clear: both;
  overflow: hidden;
}

.main_bg{  background: #3664db; }
.main_bgr{ background: linear-gradient(#207af7, #3664db); }
.main_color{ color: #3664db;  }
.main_border{ border-color: #3664db; }
.link{ color: #ff8000;}

/* 无数据 */
.noData{ text-align: center; margin: 86px auto; display: block; overflow: hidden; color: #888;}
.noData img{margin: 0 auto; display: block; overflow: hidden; width: 100%; height: 100%; max-width: 100px; max-height: 100px;}
.noData span{margin: 10px auto; }
/*==============================================================================================*/
/*省略样式
/*==============================================================================================*/
.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;
}
.main_row {
  width: 100%;
}
/*===================顶部=========================*/
.toper {
  height: 40px;
  font-size: 12px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #e7e5e5;
}
.toper li {
  text-align: center;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding: 0 10px;
  line-height: 40px;
  color: #333;
  position: relative;
}
.toper .right li::after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 12px;
  width: 1px;
  background: #c1bfbf;
}
.toper .right li:last-child::after{
	display: none;
}
.toper li a {
  font-size: 12px;
  color: #666;
}
.toper li a.btn_favor{
    width: auto;
    line-height:20px!important;
    height: auto;
    display: inline-block;
}
/*===================头部=========================*/
.header_box .header {
  background: #fff;
}
.header_box .header .container {
  height: 110px;
  padding: 30px 0;
  position: relative;
}
/*logo*/
.header_box .header .logo{
  overflow: hidden;
}
.header_box .header .logo a{
  display: inline-block;
  vertical-align: middle;
  width: 74px;
  overflow: hidden;
  margin-right: 10px;
}
.header_box .header .logo img {
  width: 100%;
}
.header_box .header .logo .logo_txt{
  display: inline-block;
  vertical-align: middle;
  line-height: 1.6;
  border-left: 2px solid #dddddd;
  padding-left: 10px;
}
.header_box .header .logo .logo_txt h1{
	font-size: 20px;
}
.header_box .header .logo .logo_txt p{
	color: #666;
}

/*头部搜索*/
.header_box .header .header_search {
  width: 36%;
  margin: auto;
  position: absolute;
  left: 10%;
  right: 0;
  top: 30px;
}
.header_box .header .header_search ul {
  width: 100%;
  overflow: hidden;
  margin: 5px 0 0 -10px;
}
.header_box .header .header_search form {
  position: relative;
  height: 40px;
  line-height: 40px;
  width: 100%;
  background: #ffffff;
  margin: 0;
  border-radius: 0;
}
.header_box .header .header_search form input {
  float: left;
  border: 0;
  height: 40px;
  padding: 0 110px 0 30px;
  width: 100%;
  outline: none;
  color: #999999;
  border: 2px solid #ff8000;
}
.header_search i {
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 18px;
  line-height: 40px;
  color: #999;
}
.header_search_btn {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  background-color: #ff8000;
  cursor: pointer;
}
.header_search_btn2{
  position: absolute;
  right: -106px;
  top: 0;
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  background-color: #47433e;
  cursor: pointer;	
}
.header_box .header .header_search ul li {
  float: left;
  padding: 0 10px;
  font-size: 12px;
  position: relative;
}
.header_box .header .header_search ul li::after{
  content: '';
  width: 1px;
  height: 12px;
  background-color: #dddddd;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header_box .header .header_search ul li a {
  color: #666;
}

/*头部购物车*/
.header_box .header .header_cart {
  width: 150px;
  height: 40px;
  background: #ededed;
}
.header_box .header .header_cart a {
  display: block;
  line-height: 35px;
  position: relative;
}
.header_box .header .header_cart a em {
  font: bold 11px/14px Verdana;
  color: #fff;
  background: #ff8000;
  text-align: center;
  display: inline-block;
  height: 20px;
  min-width: 20px;
  max-width: auto !important;
  border: none 0;
  border-radius: 15px;
  line-height: 20px;
}
.header_box .header .header_cart a span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.header_box .header .header_cart a i {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 40px;
  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: 55%;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
}
/*-子类-*/
.header_box .navbar {
  width: 100%;
  position: relative;
  z-index: 999;
  background-color: #fff;
}
.header_box .navbar .indshow{
  position: relative;
  float: left;
  z-index: 9999;
  height: 38px;
}
.header_box .indshow h1 {
  width: 190px;
  background: #ff8000;
  float: left;
  height: 38px;
  font-weight: normal;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  padding: 10px 15px;
}
.header_box .indshow h1 a {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  display: block;
}
.header_box .indshow h1 img{
  max-width: 18px;
}
.header_box .indshow h1 img,
.header_box .indshow h1 span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.header_box .indshow h1 span {
	margin-left: 8px;
}
.header_box .indshow h1 i {
  font-size: 24px;
}
.header_box .horizontal_nav {
  padding-left: 3%;
  overflow: hidden;
}
.header_box .horizontal_nav li {
  float: left;
  text-align: center;
  margin-right: 5%;
}
@media (max-width: 1250px) {
  .header_box .horizontal_nav {
    padding-left: 2%;
  }
}
.header_box .horizontal_nav li a {
  display: block;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
}
.header_box .horizontal_nav .avtive a,
.header_box .horizontal_nav li:hover a {
  color: #ff8000;
}
.header_box .navbar .container {
  position: relative;
  border-bottom: 1px solid #ff8000;
}
/*=======================================
	footer 底部
========================================*/
.footer{
	overflow: hidden;
	background: #f5f5f5;
	border-top: 1px solid #ddd7d7;
	padding-top: 40px;
}
.footer .footer_txt{
	overflow: hidden;
	width: 18%;
	margin-right: 12%;
}
.footer .footer_txt h2{
	font-size: 24px;
}
.footer .footer_txt p{
	font-size: 14px;
	color: #545454;
	line-height: 1.7;
	margin: 20px 0 40px;
}
.footer .footer_txt a{
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #FF8000;
	font-size: 14px;
	color: #fff;
	display: block;
	border-radius: 30px;
}
.footer .footer_nav ul{
	overflow: hidden;
	float: left;
	width: 12%;
}
.footer .footer_nav ul:last-child{
	width: 22%;
}
.footer .footer_nav ul h2{
    color: #333;
    font-size: 16px;
    margin-bottom: 20px;
}
.footer .footer_nav ul ol li {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}
.footer .footer_nav ul ol li a {
    font-size: 14px;
    color: #545454;
}
.footer .footer_copyright{
	overflow: hidden;
	border-top: 1px solid #dfdfdf;
	margin-top: 30px;
	padding: 15px 0;
}
.footer .footer_copyright_fl {
    overflow: hidden;
    text-align: center;
}
.footer .footer_copyright_fl li {
    display: inline-block;
    padding: 0 15px;
	position: relative;
}
.footer .footer_copyright_fl li::after{
	content: '';
    position: absolute;
    top: 55%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: #b3b3b3;
}
.footer .footer_copyright_fl li:last-child::after{
	display: none;
}
.footer .footer_copyright_fl li a {
    color: #666;
	font-size: 12px;
}
.footer .footer_copyright_fr {
    overflow: hidden;
    text-align: center;
    color: #b3b3b3;
    margin-top: 10px;
	font-size: 12px;
}
.footer .footer_copyright_fr p {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}
.footer .footer_copyright_fr a {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    color: #b3b3b3;
}

/*==============================================================================================*/
/*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: #3564db;
}
.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: #F4A203;
}
.pager ul > li > .current:hover {
  background-color: #F4A203;
}

.pager ul > .active span ,.pagination > li.active span {
  color: #fff;
  background: #F4A203;
  border: 1px solid #F4A203;
}

/*=============================================================================================
				首页 
===============================================================================================*/
/*========================== 共用标题 ===============================*/
.guide_title {
  overflow: hidden;
  text-align: center;
}
.guide_title h2 {
  font-size: 48px;
  color: #333;
}
.position{
  position: relative;
}

.cate_bar_hide{
	z-index: 9;
    position: absolute;
    left: 0;
    top: 39px;
    box-sizing: border-box;
    overflow-y: inherit;
    background-color: rgba(65, 65, 65, 0.8);
	display: none;
}
.cate_bar_hide ul {
    width: 190px;
    height: 459px;
    color: #fff;
    background-color: #333;
}
.cate_bar_hide ul li {
    position: relative;
    width: 190px;
    height: 76px;
    font-size: 14px;
    overflow: hidden;
    background: #333;
}
.cate_bar_hide ul li em {
    display: block;
    position: relative;
    width: 165px;
    height: 1px;
    left: 12px;
    background: #444;
}
.cate_bar_hide ul li .nava {
    height: 20px;
    padding-left: 11px;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    *display: inline;
    width: 170px;
    color: #fff;
    vertical-align: middle;
    overflow: hidden;
    zoom: 1;
}
.cate_bar_hide ul li p {
    width: 170px;
    height: 40px;
    margin-left: 2px;
    padding-left: 0;
    overflow: hidden;
}
.cate_bar_hide ul li span {
    position: relative;
    display: block;
    width: 180px;
    height: 42px;
    overflow: hidden;
    margin-left: -1px;
}
.cate_bar_hide ul li span a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    padding: 0 6px 0 10px;
    overflow: hidden;
}
.cate_bar_hide ul li span a i {
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 12px;
    left: 0;
    top: 2px;
    background: #444;
}


.cate_bar_hide2{
    z-index: 9;
    position: absolute;
    left: 0;
    top: 39px;
    box-sizing: border-box;
    overflow-y: inherit;
    background-color: rgba(65, 65, 65, 0.8);
    display: none;
}
.cate_bar_hide2 ul {
    width: 190px;
    height: 459px;
    color: #fff;
    background-color: #333;
}
.cate_bar_hide2 ul li .nava{
	position: relative;
    display: block;
    padding-left: 30px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    height: 100%;
}
.cate_bar_hide2 ul li .nava i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.cate_bar_hide2 ul li ol {
    position: absolute;
    left: 210px;
    top: 0;
    z-index: 24;
    height: 500px;
    border: 1px solid #e0e0e0;
    border-left: 0;
    background: #fff;
    -webkit-box-shadow: 0 8px 16px rgba(0,0,0,.18);
    box-shadow: 0 8px 16px rgba(0,0,0,.18);
    width: 780px;
    display: none;
}
.cate_bar_hide2 ul li ol li {
    position: relative;
    float: left;
    width: 25%;
    height: 76px;
}
.cate_bar_hide2 ul li ol li a {
    display: block;
    padding: 18px 20px;
    height: 100%;
    color: #333;
    -webkit-transition: color .2s;
    transition: color .2s;
}
.cate_bar_hide2 ul li ol li i {
    float: left;
    margin-right: 12px;
    vertical-align: middle;
    width: 40px;
    height: 40px;
}
.cate_bar_hide2 ul li ol li span {
    float: left;
    width: 102px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/* 侧栏菜单 */
.cate_bar{
  position: relative;
  z-index: 9;
}
/* 二级菜单 */
.cate_bar ul{  
  width: 190px;
  height: 459px;
  color: #fff;
  background-color: #333;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow: -moz-scrollbars-none;
  overflow: -moz-scrollbars-none;
}
.cate_bar ul::-webkit-scrollbar {
	width: 5px;
	height: 1px;
}
.cate_bar ul::-webkit-scrollbar-thumb {
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #999;
}
.cate_bar ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 10px;
	background: #333;
}
.cate_bar ol{
  position: absolute;
  left: 240px;
  top: 0;
  width: 250px;
  min-height: 520px;
  display:none;
  background: rgba(255,255,255, 0.2);
  box-shadow: 0px 0px 11px 1px rgba(17, 11, 4, 0.06);
  z-index:10;
  border-radius: 0px;
  padding: 10px 15px;
}
.cate_bar ol a{
  display: block;
  overflow: hidden;
  color: #fff;
  margin:0px 15px;
  line-height: 30px;
  padding: 2px 8px;
}
.cate_bar ol a img{
  margin-right: 5px;
  width: 30px;
  height: 30px;
  vertical-align:middle;
}
.cate_bar ol a:hover{
  color: #4b78ea;
  font-weight: bolder;
}
.cate_bar ul li{
  position: relative;
  width: 190px;
  height: 76px;
  font-size: 14px;
  overflow: hidden;
  background: #333;
}
.cate_bar ul li .nava{
  height: 20px;
  padding-left: 11px;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  *display: inline;
  width: 170px;
  color: #fff;
  vertical-align: middle;
  overflow: hidden;
  zoom: 1;
}
.cate_bar ul li p{
  width: 170px;
  height: 40px;
  margin-left: 2px;
  padding-left: 0;
  overflow: hidden;
}
.cate_bar ul li span{
  position: relative;
  display: block;
  width: 180px;
  height: 42px;
  overflow: hidden;
  margin-left: -1px;
}
.cate_bar ul li span a{
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  padding: 0 6px 0 10px;
  overflow: hidden;
}
.cate_bar ul li span a i {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 12px;
  left: 0;
  top: 2px;
  background: #444;
}
.cate_bar ul li em{
  display: block;
  position: relative;
  width: 165px;
  height: 1px;
  left: 12px;
  background: #444;
}
.cate_bar ul li:hover{
  background: #fff;
}
.cate_bar ul li:hover .nava,
.cate_bar ul li:hover span a{
  color: #333;
}
.cate_bar ul li:hover em{
  background: #fff;
}

/* 三级菜单 */


/*====================== banner_box ========================*/
.banner_box{
  position: absolute;
  top: 0;
  left:200px;
  width: 962px;
  width:-webkit-calc(100% - 438px);  
  width:-moz-calc(100% - 438px);  
  width:calc(100% - 438px); 
  height: 458px;
  text-align: center;
}
.banner_box ul , .banner_box li, .banner_box li a{
    display: block;
    width: 100%;
    height: 458px;
}

/*====================== activity ========================*/
.guide_activity{
  width: 228px;
  height: 458px;
  position: relative;
  z-index: 9;
}
.guide_activity .act1 {
  position: relative;
  width: 228px;
  height: 228px;
  margin-top: -1px;
  margin-bottom: 5px;
}
.guide_activity a {
  display: block;
  background: #fff;
}
.guide_activity .act1 h3{
  position: absolute;
  width: 228px;
  height: 21px;
  top: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 21px;
  overflow: hidden;
  z-index: 100;
}
.guide_activity .act1 p{
  position: absolute;
  width: 228px;
  height: 16px;
  top: 44px;
  font-size: 12px;
  line-height: 16px;
  color: #666;
  overflow: hidden;
  text-align: center;
  z-index: 100;
}
.activity-wrapper2 img {
  display: block;
  position: absolute;
  width: 228px;
  height: 228px;
  top: 0;
  left: 0;
}

/*====================== 首页四张广告图 ========================*/
.guide_advertise{
	overflow: hidden;
	margin-top: 15px;
}
.guide_advertise ul li{
	width: 24%;
	overflow: hidden;
	float: left;
	margin-right: 1.33333%;
}
.guide_advertise ul li:last-child{
	margin-right: 0;
}
.guide_advertise ul li a,
.guide_advertise ul li img{
	display: block;
}
/*====================== 首页热卖模块 ========================*/
.guide_hot{
	overflow: hidden;
	position: relative;
	margin: 35px 0;
}
.guide_hot .guide_title{
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.guide_hot .guide_title h2{
	font-size: 24px;
	color: #111111;
	overflow: hidden;
	text-align: left;
	position: relative;
	padding-left: 10px;
}
.guide_hot .guide_title h2::after{
    content: '';
    width: 3px;
    height: 24px;
    background: #000;
    position: absolute;
    top: 53%;
    left: 0;
    transform: translateY(-50%);
}
.guide_hot .guide_title .more{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
	color: #666666;
}
.guide_hot ul{
	overflow: hidden;
	background: #fff;
	padding: 15px;
}
.guide_hot ul li{
	overflow: hidden;
	float: left;
	border: 1px solid #e5e5e5;
	padding: 18px;
	width: 19%;
	margin-right: 1.25%;
}
.guide_hot ul li:last-child{
	margin-right: 0;
}
.guide_hot ul li .img{
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	padding-top: 100%;
}
.guide_hot ul li .img img{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0 auto;
}
.guide_hot ul li .text{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.guide_hot ul li .title{
	font-size: 14px;
	color: #666666;
	margin: 5px 0;
}
.guide_hot ul li .price{
	color: #e93323;
	font-size: 18px;
	font-weight: bold;
}
.guide_hot ul li .price em{
	font-size: 12px;
}
.guide_hot ul li .buy_btn{
    font-size: 12px;
    color: #acacac;
    position: absolute;
    right: 0;
    bottom: 0;
}
@media (max-width:1250px) {
	.guide_hot ul li{
		padding: 10px;
	}
	.guide_hot ul li .price{
		font-size: 16px;
	}
	.guide_hot ul li .buy_btn{
		bottom: 2px;
	}
}

/* 特色门店 */
.guide_store{
	overflow: hidden;
	position: relative;
	margin: 35px 0;
}
.guide_store .guide_title{
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.guide_store .guide_title h2{
	font-size: 24px;
	color: #111111;
	overflow: hidden;
	text-align: left;
	position: relative;
	padding-left: 10px;
}
.guide_store .guide_title h2::after{
    content: '';
    width: 3px;
    height: 24px;
    background: #000;
    position: absolute;
    top: 53%;
    left: 0;
    transform: translateY(-50%);
}
.guide_store .guide_title .more{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
	color: #666666;
}
.guide_store ul{
	overflow: hidden;
	background: #fff;
	padding: 15px;
}
.guide_store ul li{
	overflow: hidden;
	float: left;
	border: 1px solid #e5e5e5;
	width: 19%;
	margin-right: 1.25%;
}
.guide_store ul li:last-child{
	margin-right: 0;
}
.guide_store ul li .img{
	padding: 18px;
	display: block;
}
.guide_store ul li .img span{
	position: relative;
	padding-top: 100%;
	width: 100%;
	display: block;
}
.guide_store ul li .img img{
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0 auto;
}
.guide_store ul li .text{
	overflow: hidden;
	width: 100%;
	background: #f7f7f7;
	padding: 18px 12px;
}
.guide_store ul li .pic{
	width: 65px;
	height: 65px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
.guide_store ul li .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.guide_store ul li .title h3{
	font-size: 16px;
	color: #333;
}
.guide_store ul li .title .icon i,
.guide_store ul li .title .icon span{
	display: inline-block;
	vertical-align: middle;
}
.guide_store ul li .title .icon i{
	width: 16px;
	overflow: hidden;
}
.guide_store ul li .title .icon span{
	background: #FF8000;
	color: #fff;
	font-size: 12px;
	border-radius: 30px;
	padding: 1px 10px;
	margin-left: 5px;
}
@media (max-width:1250px) {
	.guide_store ul li .img{
		padding: 10px;
	}
	.guide_store ul li .text{
		padding: 10px;
	}
	.guide_store ul li .title .icon span{
		padding: 1px 8px;
	}
}

/* 产品中心 */
.guide_pro{
	overflow: hidden;
	margin-top: 25px;
}
.guide_pro .guide_title h2{
	font-size: 30px;
	color: #111111;
}
.guide_pro .guide_title ul{
	overflow: hidden;
	margin-top: 20px;
}
.guide_pro .guide_title ul li{
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
	padding-bottom: 5px;
	font-size: 16px;
	color: #333;
	cursor: pointer;
	position: relative;
}
.guide_pro .guide_title ul li::after{
	content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background: #999999;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.guide_pro .guide_title ul li::before{
    content: '';
    height: 3px;
    width: 80%;
    background: #FF8000;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
	opacity: 0;
}
.guide_pro .guide_title ul li.on::before{
	opacity: 1;
}
.guide_pro .guide_pro_list{
	overflow: hidden;
	margin-top: 15px;	
}
.guide_pro .guide_pro_list ul{
	overflow: hidden;
	margin-bottom: -1.33333%;
}
.guide_pro .guide_pro_list ul li{
	background-color: #fff;
	overflow: hidden;
	width: 24%;
	margin-right: 1.3333%;
	float: left;
	padding: 15px;
	margin-bottom: 1.3333%;
}
.guide_pro .guide_pro_list ul li:nth-child(4n){
	margin-right: 0;
}
.guide_pro .guide_pro_list ul li dt{
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 100%;
}
.guide_pro .guide_pro_list ul li dt img{
    width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0 auto;
}
.guide_pro .guide_pro_list ul li dd{
	overflow: hidden;
	position: relative;
}
.guide_pro .guide_pro_list ul li dd h3{
	font-size: 16px;
	font-weight: normal;
}
.guide_pro .guide_pro_list ul li dd .store{
	margin: 10px 0;
	font-size: 16px;
	color: #999999;
}
.guide_pro .guide_pro_list ul li dd .store i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 16px;
}
.guide_pro .guide_pro_list ul li dd .price span{
	color: #e93323;
	font-size: 18px;
	font-weight: bold;
}
.guide_pro .guide_pro_list ul li dd .price span em{
	font-size: 14px;
}
.guide_pro .guide_pro_list ul li dd .price span:last-child{
	color: #999999;
	font-size: 14px;
	font-weight: normal;
	text-decoration-line: line-through;
}
.guide_pro .guide_pro_list ul li dd .btn{
	position: absolute;
	right: 0;
	bottom: 0;
	background: #FF8000;
	border-radius: 30px;
	color: #fff;
	padding: 5px 15px;
}
@media (max-width:1250px) {
	.guide_pro .guide_pro_list ul li dd .btn{
		position: relative;
		margin-top: 10px;
	}
}

/* 品牌联盟 */
.guide_brand{
	overflow: hidden;
	margin-top: 35px;
	margin-bottom: 70px;
}
.guide_brand .guide_title h2{
	font-size: 30px;
	color: #111111;
}
.guide_brand ul {
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: -1.25%;
}
.guide_brand ul li{
	overflow: hidden;
	float: left;
	border: 1px solid #ececec;
	border-radius: 4px;
	margin-right: 1.25%;
	width: 19%;
	margin-bottom: 1.25%;
	background: #fff;
}
.guide_brand ul li:nth-child(5n){
	margin-right: 0;
}
.guide_brand ul li a{
	width: 100%;
	height: 92px;
    display: block;
    padding: 6px;
}
.guide_brand ul li img{
    height: 100%;
    margin: auto;
    display: block;
}


/* ========================================================================================
					内页样式
======================================================================================== */

/*==========收货信息==========*/
.addresbox {
  padding: 20px 15px 25px;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  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: #fff;
  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: #f9f9f9;
  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;
}
@media (max-width: 1250px){
	.orderbox1 .order_title .l1{
		margin-left: 90px;
	}
	.orderbox1 .order_list li .goods{
	    margin-left: 15px;
		padding: 0;
	}
	.orderbox1 .order_list li .props{
		width: 27%;
	}
}

/*---订单弹出按钮-*/
.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: #ff8000 0px 0px 0px 1px;
  background-color: #ff8000;
}

/*---订单选择-*/
.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;
  width: 101.33%;
}
.coupon_list li {
  display: inline-block;
  padding: 20px 0;
  width:32%;
  height: 212px;
  background: #fbf3e9;
  margin: 0px 1.33% 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: #ff8000;
  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: #ff8000;
  padding: 5px;
  border-radius: 5px;
  font-size: 14px;
}

.paybox_container {
  background-color: #fff;
  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: #f5f5f5;
  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: #FF8000;
  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: 220px;
  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%;
  border-bottom: 1px solid #efefef;
  padding:10px;
}
.cate_box .slide_nav li:last-child{
	border-bottom: none;
}
.cate_box .slide_nav li ._item{
  display:block;
  height:35px;
  line-height:35px;
  width:100%;
  padding:0 15px 0 40px;
  color: #000;
  background: url(../images/user-bottom2.png) left 15px center no-repeat;
  background-size:15px;
  background-color: #f5f5f5;
  margin-bottom:5px;
  cursor: pointer;
}
.cate_box .slide_nav li ._item:hover{
  display:block;
  height:35px;
  line-height:35px;
  width:100%;
  padding:0 15px 0 40px;
  color: #fff;
  background-size:15px;
  background-color: #FF8000;
  margin-bottom:5px;
  cursor: pointer;
}

.cate_box .slide_nav li .active{
	background: url(../images/user-bottom.png) left 15px center no-repeat;
	display:block;
	height:35px;
	line-height:35px;
	width:100%;
	padding:0 15px 0 40px;
	color: #fff;
	background-size:15px;
	background-color: #FF8000;
	margin-bottom:5px;
}
.cate_box .slide_nav li ol{
  position: relative;
  overflow: hidden;

}
.cate_box .slide_nav li ol a{
  float: left;
  width:100%;
  height:30px;
  line-height:30px;
  color: #666666;
  padding:0 15px 0 32px;
}
.cate_box .slide_nav li ol a.on{
  color: #FF8000;
  font-weight: bolder;
}

.cate_box .slide_nav li ol a:hover{
  color: #fff;
  background-color: #ffc268;
}


.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: #3564db;
}

.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: rotateInDownLeft 1.5s 1.5s ease both;
    -moz-animation: rotateInDownLeft 1.5s 1.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;
	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{
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
}
.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 .sidebar_consult_hide {
    width: 230px;
    height: 70px;
    position: absolute;
    left: 0px;
    top: -5px;
    background: url(../images/sidebar/sidebar_icon12.png) 20px center no-repeat;
    padding: 0 15px;
    text-align: left;
    display: none;
    text-indent: 50px;
}
.sidebar_consult section ul li:first-child .sidebar_consult_hide h2 {
    font-size: 12px;
    color: #fff;
    line-height: 1;
    padding: 17px 0 7px 0;
}
.sidebar_consult section ul li:first-child .sidebar_consult_hide p {
    font-size: 20px;
    color: #fff;
    font-family: "Arial";
    line-height: 1;
}
.sidebar_consult section ul li:first-child a:hover {
    width: 230px;
    background: #F4A203;
}
.sidebar_consult section ul li:first-child  a:hover .sidebar_consult_hide {
    display: block;
}
.sidebar_consult section ul li:first-child  a:hover .sidebar_consult_show {
    display: none;
}

/* 第二个li */
.sidebar_consult section ul li:nth-child(2) {
	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(2) a:hover {
	background: #f4a203;
	color: #FFFFFF;
}
.sidebar_consult section ul li:nth-child(2) i {
	background: url(../images/sidebar/sidebar_icon02.png) center no-repeat;
}
.sidebar_consult section ul li:nth-child(2) a:hover i {
	background: url(../images/sidebar/sidebar_icon03.png) center no-repeat;
}

/* 第三个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: #f4a203;
	color: #FFFFFF;
}
.sidebar_consult section ul li:nth-child(3) i {
	background: url(../images/sidebar/sidebar_icon09.png) center no-repeat;
}
.sidebar_consult section ul li:nth-child(3) a:hover i {
	background: url(../images/sidebar/sidebar_icon10.png) center no-repeat;
}

/* 第四个li */
.sidebar_consult section ul li:nth-child(4){
	-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(4) a {
	position: relative;
	transition: all 0.5s;
}
.sidebar_consult section ul li:nth-child(4) a:hover{
	background: #f4a203;
	color: #FFFFFF;
}
.sidebar_consult section ul li:nth-child(4)  i{
	background: url(../images/sidebar/sidebar_icon06.png) center no-repeat;
}
.sidebar_consult section ul li:nth-child(4) a:hover i{
	background: url(../images/sidebar/sidebar_icon07.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: #f4a203;
	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 #f4a203;
}
.sidebar_consult section ul li:nth-child(4) .sidebar_consult_code span{
	display: block;
	width: 119px;
	height: 119px;
	margin: 11px 11px auto;
}
/* 第六个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: #f4a203;
	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: #f4a203;
	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 #f4a203;
}
.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: #f4a203;
	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;
}


/* ===================================================
					store-lists			
 ===================================================== */
.crumb{
	overflow: hidden;
	padding:13px 0;
} 
.store_search_form{
	overflow: hidden;
	position: relative;
	margin-left: 50px;
}
.store_search_form i{
	position: absolute;
	font-size: 18px;
	color: #999;
    top: 0;
	line-height: 38px;
	left: 10px;
}
.store_search_input{
	overflow: hidden;
	width: 350px;
	height: 38px;
	outline: none;
	border: none;
	background: #fff;
	border-radius: 6px;
	padding: 10px;
	padding-left: 35px;
}
.store_search_btn{
	width: 77px;
	height: 38px;
	line-height: 38px;
	border-radius: 6px;
	background: #ff8001;
	color: #fff;
	text-align: center;
	display: block;
	cursor: pointer;
	float: right;
	margin-left: 6px;
}
.store_search_form .form-control{
	height: 38px;
}
@media (max-width:1250px) {
	.store_search_form{
		margin-left: 25px;
	}
	.store_search_input{
		width: 260px;
	}
}

/* ===================================================
					store-lists			
 ===================================================== */
.store_list_crumb{
	overflow: hidden;
	padding:13px 0;
} 
.store_search_form{
	overflow: hidden;
	position: relative;
	margin-left: 50px;
}
.store_search_form i{
	position: absolute;
	font-size: 18px;
	color: #999;
    top: 0;
	line-height: 38px;
	left: 10px;
}
.store_search_input{
	overflow: hidden;
	width: 350px;
	height: 38px;
	outline: none;
	border: none;
	background: #fff;
	border-radius: 6px;
	padding: 10px;
	padding-left: 35px;
}
.store_search_btn{
	width: 77px;
	height: 38px;
	line-height: 38px;
	border-radius: 6px;
	background: #ff8001;
	color: #fff;
	text-align: center;
	display: block;
	cursor: pointer;
	float: right;
	margin-left: 6px;
}
.store_search_form .form-control{
	height: 38px;
}
@media (max-width:1250px) {
	.store_search_form{
		margin-left: 25px;
	}
	.store_search_input{
		width: 260px;
	}
}
 
.store_list{
    overflow: hidden;
    min-height: 300px;
}
.store_list ul li{
	overflow: hidden;
	width: 100%;
	background: #fff;
	padding: 20px 22px;
	margin-bottom: 20px;
}
.store_list ul li dt,
.store_list ul li dd{
	display: inline-block;
	vertical-align: middle;
}
.store_list ul li dt{
	width: 38%;
	overflow: hidden;
	height: 306px;
	margin-right: 22px;
}
.store_list ul li dt img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.store_list ul li dd{
	overflow: hidden;
	padding-top: 50px;
    position: relative;
    width:58%;
}
.store_list ul li dd h3{
	font-size: 20px;
	margin-bottom: 20px;
}
.store_list ul li dd p{
	color: #555555;
	font-size: 14px;
	margin-bottom:2%;
}
.store_list ul li dd ._btn{
	overflow: hidden;
	position: absolute;
	top: 40px;
	right: 0;
}
.store_list ul li dd ._btn a{
	width: 160px;
	height: 45px;
	display: inline-block;
	vertical-align: middle;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	border-radius: 30px;
	margin:0 5px;
	background: #ff8001;
	color: #fff;
}
.store_list ul li dd ._btn a:first-child{
	background: #f3f3f3;
	color: #555555;
}

@media (max-width:1650px) {
	.store_list ul li dd{
		padding-top: 0;
	}
	.store_list ul li dd ._btn{
		top: 0;
	}
}

