﻿@charset "utf-8";
#footer {
	width: 100%;
	overflow: hidden;
	margin-top: 35px;
	position: relative;
	z-index: 1;
}
#footer .con {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
#footer .foot_link {
	width: 100%;
	height: 70px;
	background: #4c4d4e;
	border-top: 0px solid #f0555c;
	border-bottom: 1px solid #5e5e5e;
}
#footer .foot_link .logo {
	position: absolute;
	top: 20px;
	left: 0;
}
#footer .foot_link .link {
	position: relative;
	float: right;
	margin-top: 23px;
}

#footer .foot_link .link a{color:#CCC;font-size:  15px;padding: 0 15px 0 15px;}

#footer .foot_link .link a:hover{ color:red;}

#footer .foot_menu {
	width: 100%;
	overflow: hidden;
	background: #4c4d4e;
	border-bottom: 0px solid #f58f94;
}
#footer .foot_menu .menu ul {
	cursor: pointer;
}
#footer .foot_menu .menu ul li {
	float: left;
	list-style-type: none;
	margin: 20px 0;
	width: 15%;
	overflow: hidden;
	padding-left: 0px;
	color: #dddddd;
	font-size: 14px;
}
#footer .foot_menu .menu ul li a {
	color: #dddddd;
	font-size: 14px;
}
#footer .foot_menu .menu .panel-01 {
	position: relative;
	width: 100%;
	/*overflow: hidden;*/
	height: 165px;
	display: none;
}
#footer .foot_menu .menu .panel-01 ul {
	width: 15%;
	display: block;
	float: left;
}
#footer .foot_menu .menu .panel-01 ul h4{
	padding-bottom: 4px;
	margin-bottom: 6px;
	border-bottom: 1px solid #ccc;
	font-size: 15px;
	color: #fff;
}
#footer .foot_menu .menu .panel-01 ul li {
	list-style-type: none;
	margin: 0;
	width: 100%;
}
#footer .foot_menu .menu .panel-01 ul li a {
	padding-left: 2px;
	color: #dddddd;
	font-size: 12px;
	line-height: 24px;
}
#footer .foot_menu .menu .panel-01 ul li a:hover {
	color: #fff
}
#footer .foot_menu .menu .panel-01 ul.panel-01-link {
	width: 180px;
	margin-left: 150px;
}
#footer .foot_menu .sub_menu {
	display: none;
}
#footer .foot_menu .menu ul .share {
	position: absolute;
	top: 11px;
	right: 0;
}
#footer .foot_menu .menu ul .share .t {
	float: left;
	line-height: 42px;
	color: #dddddd;
}
#footer .foot_menu .menu ul .share .bdsharebuttonbox {
	overflow: hidden;
}
#footer .foot_menu .menu ul .share .bdsharebuttonbox a {
	margin: 12px 0 0 5px;
	float: left;
}
#footer .foot_cop {
	padding: 15px 0;
	overflow: hidden;
	background-color: #383838;
	text-align:  center;
	line-height: 10px;
}
#footer .foot_cop .foot_cop_left {
	float: left;
}
#footer .foot_cop .foot_cop_left .foot_cop_link {
	color: #999;
}
#footer .foot_cop .foot_cop_left .foot_cop_link a {
	color: #999999;
}
#footer .foot_cop .foot_cop_left .foot_cop_link a:hover {
	color: #fff;
}
#footer .foot_cop .foot_cop_left i {
	color: #878787;
	display: block;
	/* padding-bottom: 8px; */
	font-style: normal;
}
#footer .foot_cop .foot_QRcode {
	float: right;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
#footer .foot_cop .foot_QRcode h4 {
	padding-top: 5px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
@media screen and (min-width: 40.01em) and (max-width: 73.70em) {
	#footer .con{ width: 100%;}
	/*#footer .foot_menu .menu ul li {width: 150px;	}
	#footer .foot_menu .menu ul li:last-child{display: none;}*/
	#footer .foot_menu .menu ul .share{right: 36px;}
	
}
@media screen and (max-width: 768px) {
	#footer {
		width: 100%;
		overflow: hidden;
		margin-top: 50px !important;
		position: relative;
		z-index: 1;
	}
	#footer .con {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		position: relative;
	}
	#footer .foot_link {
		display: none;
	}
	#footer .foot_menu {
		display: none;
	}
	#footer .foot_cop {
		display: none;
		padding: 20px 0;
		overflow: hidden;
		background-color: #383838;
		padding-bottom: 70px;
	}
	#footer .foot_cop .foot_cop_left {
		    width: 90%;
            margin: 0 auto;
            float: none;
	}
	#footer .foot_cop .foot_cop_left .foot_cop_link {
		text-align: center;
		color: #999;
	}
	#footer .foot_cop .foot_cop_left .foot_cop_link a {
		color: #999999;
	}
	#footer .foot_cop .foot_cop_left .foot_cop_link a:hover {
		color: #fff;
	}
	#footer .foot_cop .foot_cop_left i {
		text-align: center;
		font-size: 10px;
		color: #878787;
		display: block;
		padding-top: 10px;
		padding-bottom: 8px;
		font-style: normal;
	}
	#footer .foot_cop .foot_cop_left img{
		display: none;
	}
	#footer .foot_cop .foot_QRcode {
		display: none;
		float: right;
		font-size: 12px;
		font-weight: normal;
		text-align: center;
	}
	#footer .foot_cop .foot_QRcode h4 {
		padding-top: 5px;
		font-size: 12px;
		font-weight: normal;
		text-align: center;
	}
}
/* 手机端底部浮动按钮 */
/* .jc_shop{display: none;}
@media screen and (max-width: 768px) {
  
   .jc_shop{
      display: block;
      z-index: 9999;
      /* height:60px; * /
   }
	.jc_shop ul,.jc_shop li{
		 padding-left:0; list-style-type:none;
	}
   .jc_shop ul{
      position:fixed;
      z-index:200;
      bottom:0;
      left:0;
      width:100%;
      lin
   }
   .jc_shop li{
      border:1px solid rgba(190,190,190,1);
      height:60px;
      border-bottom:0;
      border-right:0;
      position:relative;
      -webkit-box-shadow:inset 0 0 3px #fff;
      float:left;
      width:33.26%;
   }
   .jc_shop li:nth-of-type(1){border-left;0;}
   .jc_shop li>a{
      font-size:15px;
      -webkit-box-sizing:border-box;
      box-sizing:border-box;
      /*border:1px solid #f9f8f9;* /
      -webkit-tap-highlight-color:rgba(0,0,0,0);
      border-bottom:0;
      display:block;
      line-height:60px;
      text-align:center;
      background:-webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#dcdcdc), color-stop(35% ,#ededed), color-stop(50%, #e3e3e3) );
   }
   .jc_shop li>a:only-child span{
      background:none;
      padding-left:0;
   }
   .jc_shop li>a.on + dl{
      display: block;
   }
   .jc_shop li>a span{
      color: #4f4d4f;
      display: inline-block;
      padding-left: 15px;
      background: url(../other/1.svg#2) no-repeat 4px 18px;
      -webkit-background-size: 9px auto;
      text-shadow:0px 1px 0px #ffffff;
   }
} */
.jc_shop{display: none;}
@media screen and (max-width: 768px) {
  
   .jc_shop{
      display: block;
      z-index: 9999;
      /* height:60px; */
   }
	.jc_shop ul,.jc_shop li{
		 padding-left:0; list-style-type:none;
	}
   .jc_shop ul{
      position:fixed;
      z-index:200;
      bottom:0;
      left:0;
      width:100%;
    
   }
   .jc_shop li{
      border: 1px solid #ffffff;
      height:60px;
      border-bottom:0;
      border-right:0;
      position:relative;
      float:left;
      width:33.3%;
   }
    
   .jc_shop li:nth-of-type(1){border-left:0;}
   .jc_shop li>a{
      font-size:15px;
      /* -webkit-box-sizing:border-box; */
      /* box-sizing:border-box; */
      /*border:1px solid #f9f8f9;*/
      /* -webkit-tap-highlight-color:rgba(0,0,0,0); */
      border-bottom:0;
      display:block;
      line-height:60px;
      text-align:center;
      background: #005bac;
   }
   .jc_shop li>a:only-child span{
      background:none;
      padding-left:0;
   }
   .jc_shop li>a.on + dl{
      display: block;
   }
   .jc_shop li>a span{
      color: #ffffff;
      display: inline-block;
      padding-left: 15px;
      -webkit-background-size: 9px auto;
      font-weight:bold;
   }
}

/*  */

.home_menu{
	background: #383838;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999999;
	border-top: 1px solid #d0cccc;
	display: none;
}
.home_menu ul{
	width: 100%;
	float: left;
	overflow: hidden;
}
.home_menu .li{
	float: left;
	width: 24%;
	position: relative;
	padding: 0.2rem 0;
}
.home_menu ul li:nth-child(1),.home_menu ul li:nth-child(5){
	border-left: none;
}
.home_menu ul li:nth-child(3),.home_menu ul li:nth-child(2){
	border-right: none;
}
.home_menu .li a{
	color: #f1eaea;
	display: block;
	text-align: center;
	position: relative;
}
.home_menu .li img{
	display: block;
	width: 37%;
	margin: 0 auto 5px;
}
.home_menu .li1{
	width: 22%;
	position: absolute;
	top:-30%;
	left: 39%;
}
.wx {
    font-size: 0.1rem;
    overflow: hidden;
    line-height: 0.5rem;
    position: fixed;
    bottom: 10%;
    left: 0;
    width: 100%;
    padding: 0.2rem 0.1rem;
    background: #fff;
    z-index: 999999999;
    display: none;
}
.wx h3 {
    font-size: 0.2rem;
    line-height: 0.3rem;
}
.wx p {
    overflow: hidden;
}
.wx span {
    user-select: text;
    color: #0da056;
    font-size: 0.3rem;
    float: left;
    margin-left: 0.1rem;
}
.wx a {
    background: #0da056;
    color: #fff;
    float: right;
    padding: 0 0.4rem;
    font-size: 0.22rem;
}
.wx img {
    float: right;
    width: 8%;
    margin-top: 1%;
    height: auto;
}
@media screen and (max-width: 768px) {
	#footer .home_menu{
		display: block;
		z-index: 9999;
	}
}

