﻿@charset "utf-8";
/* CSS Document */
body {
  margin: 0px;
  padding: 0px;
  font-family: "微软雅黑";
  font-size: 12px;
  line-height: 22px;
  color: #333333;
  background: #FFF;

}
/*------------------------Start 解决12号字在google和傲游浏览器的不识别小于12号的英文字体-------------*/
html {
  -webkit-text-size-adjust: none;
}
/*------------------------End 解决12号字在google和傲游浏览器的不识别小于12号的英文字体----------*/
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span {
  margin: 0px;
  padding: 0px;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
dl {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
dd {
  margin: 0px;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #0b5cac;
  text-decoration: none;
}
.link-blue {
  color: #0b5cac;
  text-decoration: underline;
}
.link-blue:hover {
  color: #0b5cac;
  text-decoration: underline;
}
img {
  font-size: 0px;
  line-height: 0px;
  vertical-align: bottom;
  border: 0px;
}
.c {
  clear: both;
  overflow: hidden;
}
.main_w {
  margin: 0 auto;
  width: 100%;
}
.main {
  margin: 0 auto;
  width: 1200px;
}
/*--End 分页样式---------*/
/***************/
.header {
  position: fixed;
  width: 100%;
  height: 0.45rem;
  z-index: 99;
}
.header .back {
  position: absolute;
  top: 0.06rem;
  left: 0.1rem;
  z-index: 9;
  width: 0.3rem;
  height: 0.3rem;
  font-size: 0.14rem;
  line-height: 0.3rem;
  text-align: center;
  border-radius: 0.15rem;
  background: rgba(0, 0, 0, 0.3);
  color: rgb(255, 255, 255);
  display: none;
}
.header > div {
  width: 100%;
  background: #fff;
  opacity: 0;
}
.headertitle {
  width: 50%;
  height: 0.45rem;
  line-height: 0.45rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  /*display: inline-block;*/
}
.headertitle a {
  width: 0.5rem;
  height: calc(100% - 0.03rem);
  text-align: center;
  display: inline-block;
  cursor: pointer;
  border-bottom: 0.03rem solid transparent;
  box-sizing: border-box;
}
.headertitle a.active {
  border-bottom: 0.03rem solid #FC3F78;
}
.case .swiper-slide img {
  width: 100%;
  height: 100%;
}
.swiper-container {
  width: 100%;
  /*height: 5rem;*/
  height:100%;
}
.tit-lunbo {
  width: 2.31rem;
  height: .272rem;
  box-sizing: border-box;
  padding-left: 5%;
  background: #606060;
  /*position: absolute;*/
  border-radius: 17.5px;
  opacity: 0.5;
  margin-left: 0.1rem;
}
.banner {
  height: .22rem;
  line-height: .22rem;
}
.carousel {
 /* margin-bottom: .13rem;*/
  width: 100%;
 /* height: 5rem;*/
 height:100%;
  position: relative;
}
.sc-text {
  color: #666666;
  font-size: 0.1rem;
}
.swiper-pagination-bullet {
  background: none;
  opacity: 1;
  border: 1px solid #FF4C81;
}
.swiper-pagination-bullet-active {
  background: #FF4C81;
}
/*视频*/
.swiper-slideVideo {
  width: 100%;
  height: 100%;
  position: relative;
}
.video_btn {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.video_btn > img {
  width: 100%;
  height: 100%;
}
.swiper-slideVideo > video {
  width: 100%;
  height: 100%;
}
/*图片/视频切换*/
.vAndi {
  width: 1rem;
  height: 0.2rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0.11rem;
  z-index: 9999;
  display: none;
}
.vAndiCont {
  width: 1rem;
  height: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vAndiCont > div {
  width: 0.42rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  line-height: 0.2rem;
  background: #fff;
  color: #444444;
  font-size: 0.09rem;
  text-align: center;
}
.videoBtn:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 0.07rem solid #444444;
  border-top: 0.035rem solid transparent;
  border-bottom: 0.035rem solid transparent;
}
.videoBtn.SWactive:before {
  border-left: 0.07rem solid #fff;
  border-top: 0.035rem solid transparent;
  border-bottom: 0.035rem solid transparent;
}
.videoBtn.SWactive {
  background: #FE3F47;
  color: #fff;
}
.imgBtn.SWactive {
  background: #FE3F47;
  color: #fff;
}
.carousel .swiper-pagination {
  font-size: 0.2rem;
}
.carousel .swiper-pagination-custom {
  position: static !important;
  display: inline-block;
  background: #000;
  float: right;
  color: white;
  width: 0.40rem;
  height: 0.20rem;
  opacity: 0.5;
  line-height: 0.20rem;
  margin-bottom: 0.10rem;
  font-size: 12px;
  border-radius: 0.1rem;
  margin-right: 0.109rem;
}
body .rushtobuy {
  /*position: absolute;*/
  width: 100%;
  height: 0.41rem;
  background: url(../images/taoqianggou.png)0% 0% / 100% no-repeat;
  /*background-size:100% 100%*/
  color: #FFFFFF;
  font-size: 0.2rem;
  /*z-index: 10;*/
  /*margin-top: 10px;*/
}
body #rushtobuyjhs {
  background: url(../images/juhuasuan.png)0% 0% / 100% no-repeat;
}
body .rushtobuy > p:nth-of-type(1) {
  line-height: 0.41rem;
  margin-left: 0.045rem;
  display: inline-block;
}
body .rushtobuy > p:nth-of-type(2) {
  line-height: 0.41rem;
  font-size: 0.1rem;
  margin-left: 0.081rem;
  text-decoration: line-through;
  display: inline-block;
  vertical-align: top;
}
.weizhi {
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
  display: none;
}
#count-time {
  font-size: 0.1rem;
  float: right !important;
  display: block;
  width: 0.854rem;
  height: 100%;
  /*margin-right: 0.11rem;*/
}
#count-time .distance {
  font-family: PingFangSC-Regular;
  font-size: 0.1rem;
  color: #F91646;
  margin-left: 0.091rem;
  margin-top: 0.03rem;
}
#test span {
  /*vertical-align: top;*/
  display: inline-block;
  width: 0.145rem;
  height: 0.145rem;
  line-height: 0.145rem;
  background: #5C3410;
  color: white;
  margin-left: 0.01rem;
  margin-right: 0.01rem;
  text-align: center;
  border-radius: 0.02rem;
}
#test .loadtime {
  margin-top: 0.04rem;
  color: #5C3410;
}
.tqgorjhs {
  background: #f4f4f4;
}
#tqgxq {
  width: 100%;
  height: 0.41rem;
  background: url(../images/tqgxq.png)0% 0% / 100% no-repeat;
  margin-top: 0.054rem;
  margin-bottom: 0.02rem;
}
#jhsxq {
  width: 100%;
  height: 0.41rem;
  background: url(../images/jhsxq.png)0% 0% / 100% no-repeat;
  margin-top: 0.054rem;
  margin-bottom: 0.02rem;
}
.line-top {
  background: #F4F4F4;
  width: 100%;
  height: 0.044rem;
}
.line-top {
  background: #F4F4F4;
  width: 100%;
  height: 0.02rem;
}
#test .testendtime {
  width: 100%;
  color: #F91646;
  height: 100%;
  line-height: 0.41rem;
  text-align: center;
}
.go_down {
  font-size: 0.15rem;
  width: 100%;
  height: 0.46rem;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  line-height: 0.46rem;
  padding: 0 0.09rem;
  position: absolute;
  top: 0;
  z-index: 2;
}
.go_down_btn {
  width: 0.68rem;
  display: inline-block;
  height: 0.32rem;
  background: #FF4C81;
  color: 0.14rem;
  position: absolute;
  top: 0.07rem;
  right: 0.16rem;
  z-index: 3;
  line-height: 0.32rem;
  text-align: center;
  border-radius: 0.04rem;
  cursor: pointer;
}
.lib-video {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.qiege {
  width: 100%;
  height: 0.2rem;
  background: #eee;
}
/*店铺信息*/
.shopinfo {
  width: 100%;
  height: 1.1rem;
  background: #fff;
  padding-top: 0.15rem;
}
.infotop {
  padding: 0 0.14rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.45rem;
  margin-bottom: 0.15rem;
}
.top_left {
  display: flex;
  align-items: center;
}
.infobot {
  display: flex;
  padding: 0 0.14rem;
  justify-content: space-between;
  color: #999999;
  font-size: 0.12rem;
}
.miaoshured {
  color: #FF5001;
  font-size: 0.14rem;
  margin: 0 0.05rem;
}
.shoppf {
  display: inline-block;
  width: 0.15rem;
  height: 0.15rem;
}
.top_img {
  width: 0.5rem;
  margin-right: 0.09rem;
  height: 0.5rem;
}
.top_img img {
  width: 100%;
  height: 100%;
}
.top_name p {
  color: #000000;
  font-size: 0.13rem;
}
.top_name .tm {
  margin-top: 0.04rem;
}
.top_right {
  color: #A0A0A0;
  font-size: 0.1rem;
}
/*相似推荐*/
.xiangsiwrap {
  width: 100%;
  height: 2rem;
  background: #fff;
  padding: 0.13rem 0.11rem 0;
}
.xiangsiwrap div {
  width: 100%;
  height: 100%;
}
.xiangsiwrap .swiper-slide {
  width: 1.1433rem !important;
  margin: 0 0.01667rem;
}
.xiangsiwrap .swiper-slide .xsname {
  padding: 0 0.02rem;
  margin: 0.04rem 0;
  height: 0.14rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.xiangsiwrap .swiper-slide .xsquanjin {
  height: 0.14rem;
  padding: 0 0.02rem;
  color: #F13B3A;
  margin: 0.04rem 0 0.06rem 0;
  font-size: 0.09rem;
}
.xiangsiwrap .swiper-slide .xsquan {
  padding: 0 0.02rem;
  color: #F13B3A;
  font-size: 0.09rem;
}
.xiangsiwrap .swiper-slide img {
  width: 100%;
  height: 1rem;
  display: inline-block;
  border-radius: 0.05rem;
}
/*看了又看*/
.kanheader {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  background: #fff;
  padding: 0 0.14rem;
  font-size: 0.16rem;
  border-bottom: 1px solid #eee;
}
.kanwrapper {
  display: flex;
  /*align-content: space-between;*/
  justify-content: space-between;
  flex-wrap: wrap;
  background: #eee;
}
.kanwrapper .kanpro {
  width: 1.85rem;
  height: 2.32rem;
  background: #fff;
  margin-bottom: 0.05rem;
}
.kanpro .pro_img {
  width: 1.85rem;
  height: 1.85rem;
}
.kanpro .pro_img img {
  width: 100%;
  height: 100%;
}
.kanpro .pro_top, .pro_bot {
  display: flex;
  padding: 0 0.04rem 0 0.07rem;
  justify-content: space-between;
}
.kanpro .pro_top {
  margin: 0.02rem 0 0.09rem 0;
  color: #9A9A9A;
  font-size: 0.10rem;
}
.kanpro .pro_bot {
  color: #F13B3A;
  font-size: 0.10rem;
}
.kanpro .pro_bot .quanhou {
  font-size: 0.16rem;
}
.coverback {
  display: none;
  position: fixed;
  width: 2rem;
  height: 1rem;
  background: #fff;
  border-radius: 5px;
  /*border: 1px solid gray;*/
  z-index: 1000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.coverback .backtitle {
  border-bottom: 1px solid #f4f4f4;
  padding: 0.12rem;
  line-height: 0.2rem;
}
.coverback .goback {
  display: inline-block;
  width: 100%;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  /*color: #000;*/
}

/************************************/
.headrform {
    background-color: red;
    padding: 3px;
    border-radius: 5px;
}

.headrform input {
    height:36px;
    padding: 0 5px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 13px;
}

.headrform button {
    height: 36px;
    border: none;
    background-color: red;
    color: #fff;padding: 1px 0px 1px 5px;
}
.top_a{
	padding:15px 10px;
	background-color: #000;
	box-sizing: border-box;
}
.top_a_l{
	float: left;
	width: 34%;
}
.top_a_r{
	float: right;
	width: 64%;
}
.top_a_l img{
	width: 100%;
}
.nav_w{
	background: #000;
}
.nav_w li{
	list-style: none;
	float: left;
	width: 25%;
	text-align: center;
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 5px;
	box-sizing: border-box;
	border: 1px solid #747474;
	border-right: 0;
}
.nav_w li a{
	color: #fff;
}
.nav_w li:nth-child(4n){
	border-right: 1px solid #dfdfdf;
}
.nav_w li:last-child{
	
	width: 75%;	border-right: 1px solid #dfdfdf;
}
.nav_w li:last-child a{
	color: #ff0000;
	font-weight: bold;	
}
/************************************/
.sypro_a_w{
	background-color: #000;
	box-sizing: border-box;
	padding: 30px 5px;
}

.sypro_a ul li{
	float: left;
	width: 49%;
	overflow: hidden;
	color: #fff;
	margin-bottom: 15px;
	margin-right: 2%;
}
.sypro_a ul li .sypro_a_pic img{
	width: 100%;box-sizing: border-box;
	border: 1px solid #747474;
}
.sypro_a ul li:nth-child(2n){
	margin-right: 0;	
}
.sypro_a_bt{
	background-color: #333;	padding: 10px;
}
.sypro_a_bt a{
	color: #dfdfdf;
	font-size: 18px;
	line-height: 24px;	


}
.sypro_a ul li .sypro_a_jj{
	clear: both;
	overflow: hidden;	background-color: #333;
	padding-bottom: 20px;
}
.sypro_a ul li .sypro_a_jj ul li{

	margin: 0;
	width:53%;
	box-sizing: border-box;
	padding-left:5px;
	color: #ccc;
}
.sypro_a ul li .sypro_a_jj ul li:nth-child(2n){
	width: 47%;
}
/********************************/
.foot_w{
	background-color: #000;
	box-sizing: border-box;
	padding: 20px 15px 30px;
	color: #ccc;
	font-size: 16px;
}
.foot_tel{
	padding: 15px 0 15px 90px;
	background: url("../images/fr-top-phone.png") left bottom no-repeat;
}
.foot_tel01{
	font-size: 20px;
	padding-bottom: 10px;
	line-height: 24px;
}
.foot_tel02{
	font-size: 30px;
	font-weight: bold;
	color: #ffff00;
}
.foot_tel_a{
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	line-height: 26px;
}
.foot_tel_b{
	line-height: 30px;
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}
/**************************/


.bottom{
    width: 100%;
    display: flex;
    position: fixed;
    background-size: 100% 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}


.bottom a{
    flex: 1;
    display: block;
    text-align: center;
    color: #fff;
    background:#000	;
    text-align: center;
}
.bottom span{
    display: block;
    height: 30px;
    line-height: 30px;
	padding-top: 8px;

}
.bottom img{
    width: 10%;
}

.bottom div{
    margin-bottom: 5%;
}


.bottom a:nth-child(1){
    background: #ff0000;
}
.bottom a:nth-child(1) img{
    width: 10%;
}
.bottom a:nth-child(2) img{
    width: 14%;
}

.bottoms{
	height:50px;
}
/****************************************/
.lb_bj{
	background: url("../images/lb_bj.jpg") top center;
}
.lbang{
	background: url("../images/lbang.jpg") top center;
}
.lj{
	background: url("../images/lj.jpg") top center;
}
.lg{
	background: url("../images/lg.jpg") top center;
}
.lxc{
	background: url("../images/lxc.jpg") top center;
}
.ldj{
	background: url("../images/ldj.jpg") top center;
}
.hkl{
	background: url("../images/hkl.jpg") top center;
}
.jkba{
	background: url("../images/jkba.jpg") top center;
}
.jklbe{
	background: url("../images/jklbe.jpg") top center;
}
.lb_bj .top_a{
	background: rgba(0,0,0,0.6);
}
.lb_bj .nav_w{
	background: rgba(0,0,0,0.6);
}
.lb_bj .sypro_a_w{
	background: rgba(0,0,0,0.6);	
}
.lb_bj .sypro_a_w .sypro_a_bt{
	background: rgba(51,51,51,0.5);
}
.lb_bj .sypro_a_w .sypro_a_jj{
	background: rgba(51,51,51,0.5);
}
.lb_bj .foot_w{
	background: rgba(51,51,51,0.7);
}
/**************************************************/
.wz_a{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	margin-bottom: 20px;
}

.sypro_a ul li .sypro_a_jj.sypro_a_jja ul li{
	float: none;
	width: 100%;
}
.sypro_a ul li .sypro_a_jj.sypro_a_jja ul li:nth-child(2n){
	width: 100%;
}
.sypro_a_aa .sypro_a_bt{
	padding: 10px 20px;
}
.sypro_a_aa .sypro_a_jja{
	padding-left: 15px;
}
.sypro_a_aa .sypro_a_bt01{
	font-size: 14px;
	padding: 0 20px 10px;
	color: #ccc;
	font-weight: bold;
}
.case .swiper-slide img.lb_pic {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 67px;
}
/****************/
.sypro_a_nr{
	padding: 10px 10px;
	color: #ccc;
	box-sizing: border-box;
}
.sypro_a_nr .wz_a{
	margin-bottom: 10px;
	font-size: 18px;
	color: #dfdfdf;
}
.lb_nr{
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
}
.lb_nr_pic img{
	width: 100%;
	
}
.lb_nr_pic{
	font-size: 16px;
	color: #dfdfdf;
	line-height: 30px;
	font-weight: bold;
}
.lb_nr_pic p{
	font-size: 14px;
	color: #ccc;
	line-height: 24px;
	font-weight: normal;
}
.about_a{
	box-sizing: border-box;
	padding: 20px 30px;
}
.about_a a{
	color: #fff;
	font-size:18px;
	width: 100%;
	height: 60px;
	line-height:60px;
	border-radius: 8px;
	text-align: center;
	margin-bottom: 15px;
	background: rgba(0,0,0,0.5);
	display: block;
}
.fzlc_bj{
	background: url( "../images/fzlc.jpg") top center repeat;
}

.fzlc_bj .top_a{
	background: rgba(0,0,0,0.2);
}
.fzlc_bj .nav_w{
	background: rgba(0,0,0,0.2);
}
.fzlc_bj .sypro_a_w{
	background: rgba(0,0,0,0.2);	
}
.fzlc_bj .sypro_a_w .sypro_a_bt{
	background: rgba(51,51,51,0.3);
}
.fzlc_bj .sypro_a_w .sypro_a_jj{
	background: rgba(51,51,51,0.3);
}
.fzlc_bj .foot_w{
	background: rgba(51,51,51,0.4);
}
/****************************/
.contact_bj{
	background: url("../images/contact.jpg") top center repeat;
}
.contact_nr{
	font-size: 16px;
	line-height: 30px;
}
/*****************/
.map #container{width:100%;height:305px; margin-top:30px; clear:both; overflow:hidden;}
/****************************/
.gyly_bj{
	background: url("../images/gyly.jpg") bottom center repeat;
}
.news_a_w{
	padding: 20px 15px 30px;
	box-sizing: border-box;
}
.news_a ul li a{
	color: #fff;
}
.news_a ul li{
	font-size: 15px;
	border-bottom: 1px dashed #dfdfdf;
	line-height: 36px;

}
.news_a ul li a{
		color: #dfdfdf;
	
}
.news_a ul li a span{
	float: right;
	font-size: 14px;
}
.news_bt{
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
}
.news_time{
	clear: both;
	margin: 10px auto;
	text-align: left;
	font-size: 14px;
	padding: 10px 0;
	border-bottom: 1px solid #444;
	border-top: 1px solid #444;
}
.news_nr{
	font-size: 15px;
	line-height: 28px;
	padding-bottom: 30px;
}
/**************************/
.List_page{
	text-align: left;
    margin:20px 8px;
	padding-top:20px;
    clear: both;
}
.List_page a {
    background:none;
    margin: 1px;
    padding: 4px 6px;
    border: 1px solid #ccc;
    color: #ccc;
    font-family: "微软雅黑";
}
.List_page span{
	   font-family: "微软雅黑";
	      background:none;
    margin: 1px;
    padding: 4px 6px;
    border: 1px solid #ccc;
}
.news_pre a{
color: #dfdfdf;
}
.fzlc_nr_pic img{
	width: 100%;
}

.gylya_bj{
	background: url( "../images/gylya.jpg") top center repeat;
}
.gylyb_bj{
	background: url( "../images/gylyb.jpg") top center repeat;
}
.gylyc_bj{
	background: url( "../images/gylyc.jpg") top center repeat;
}
.gylyd_bj{
	background: url( "../images/gylyd.jpg") top center repeat;
}
.gylye_bj{
	background: url( "../images/gylye.jpg") top center repeat;
}
.gylyf_bj{
	background: url( "../images/gylyf.jpg") top center repeat;
}
.gylyg_bj{
	background: url( "../images/gylyg.jpg") top center repeat;
}
.gylyh_bj{
	background: url( "../images/gylyh.jpg") top center repeat;
}
.gylyi_bj{
	background: url( "../images/gylyi.jpg") top center repeat;
}