.container-80 {
  width: 80%;
  margin: 0 auto;
}
.container-85 {
  width: 85%;
  margin: 0 auto;
}
.middle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0; margin:0 auto; min-width:1200px;
  padding: 0;
  font-family: "微软雅黑";
  font-size: medium !important;
}
i,
em {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #000;
}
li {
  list-style: none;
}
textarea {
  font-family: "微软雅黑";
}
input,
textarea {
  outline: none;
  resize: none;
}

button {
  border: none;
  outline: none;
}
/* 去除浏览器读取历史记录默认黄色背景 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 99999s;
  -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
.clearfix {
  zoom: 1;
}
.clearfix::after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.hide {
  display: none;
}
.panel-header {
  text-align: center;
}
.panel-header h2 {
  font-size: 0.52rem;
  color: #333;
  position: relative;
  font-family: "微软雅黑";
}
.panel-header h2::before {
  content: "";
  width: 45%;
  height: 1px;
  background-color: #bfbfbf;
  position: absolute;
  left: 0;
  top: 51%;
}
.panel-header h2::after {
  content: "";
  width: 45%;
  height: 1px;
  background-color: #bfbfbf;
  position: absolute;
  right: 0;
  top: 51%;
}
.panel-header p {
  font-size: 0.18rem;
  color: #767676;
  margin-top: 0.12rem;
  font-family: "微软雅黑";
}
.title-header h2 {
  font-size: 0.52rem;
  color: #000;
  margin-bottom: 0.7rem;
  font-family: "微软雅黑";
}
.title-header span {
  font-size: 0.38rem;
  color: #ff0000;
  text-transform: uppercase;
  padding-left: 0.5rem;
  position: relative;
}
.title-header span::before {
  content: "";
  width: 0.05rem;
  height: 0.5rem;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 5%;
}
.small-title {
  font-size: 0.26rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.mobile-header {
  text-align: center;
}
.mobile-header h2 {
  font-size: .5rem;
}
.mobile-header p {
  font-size: .3rem;
  color: #767676;
  padding-top: .15rem;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .p-size {
    font-size: 0.21rem;
  }
}
@media (max-width: 1200px) {
  .p-size {
    font-size: 0.16rem;
  }
}
header {
  height: 0.91rem;
  background: #000 !important;
  box-shadow: 1px 1px 5px 0px #dfdfdf;
}
header.mobile {
  box-shadow: none;
}

header .header-box {
  height: 100%;
  width: 85%; min-width:1200px;
  margin: 0 auto;
  position: relative;
}
header .header-box .logo {
  width: 1.8rem;
  height: 95%;
  display: inline-block;
  background: #000;
  padding-top: 0.05rem;
  display: inline-block;
  float: left;
  margin-right: 0.6rem;
}
header .header-box .logo img {
  padding-top: 0.15rem;
}
header .header-box .header-button {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.4rem;
  display: none;
}
header .header-box .header-button i {
  font-size: 0.8rem;
  color: #e6c895;
}



header .tel-box {
	position: relative;
	color: #fff;
	transition: color 0.25s;
	display: inline-block;
	width: 16.1vw;
	display: inline-block;
	float: right;
	margin-top: 0.305rem;
}

header .tel-box:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scaleY(0);
	transition: all 0.25s;
}

header .tel-box:hover {
	color: #222;
}

header .tel-box:hover:before {
	transform: scaleY(1);
}

header .tel {
	width: 50px;
	display: block;
	text-align: center;
	cursor: pointer;
	position: relative;
	z-index: 2;
}

.search_box:hover{
	background-color: #debd7f;
}

@media screen and (max-width:1440px) {
	header .tel-box {
		margin-right: 50px;
	}
	header .tel {
		width: 44px;
	}
	.search_box{
		width: 44px;
	}
}

header .tel .iconfont {
	font-size: 28px;
}

@media screen and (max-width:1440px) {
	header .tel .iconfont {
		font-size: 24px;
	}
}

header .tel.tel2 {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0.22rem;
	display: none;
	color: #dfc393;
}

header .tel.tel2 .text-scorll {
	padding: 0 0.2rem;
}



header .header-box .header-nav {
    width: 59.5%;
    height: 100%;
	display: inline-block;
	margin-left: 0.3rem;
}
header .header-box .header-nav li {
  float: left;
  width: 12%;
  margin: 0 1%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
}
header .header-box .header-nav li:hover,
header .header-box .header-nav li.on {
  border-bottom: 2px solid #e8ca97;
}
header .header-box .header-nav li:hover a {
  color: #f9f9f9;
}
header .header-box .header-nav li a {
  display: block;
  height: 100%;
  box-sizing: border-box;
  padding: 0.305rem 0;
  font-size: 0.22rem;
  color: #e8ca97;
}
.header-box .header-nav li #sec_nav{
	width: 100%;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
	height: 0;
	overflow: hidden;
	
}
.header-box .header-nav li #sec_nav a{
	display: block;
	text-align: center;
	font-size: 0.18rem;
	color: #f9f9f9;
	background-color: #000;
	opacity: 0.9;
	line-height: 0.3rem;
	padding:0.1rem 0;
}
.header-box .header-nav li #sec_nav a:hover{
	background-color: #f9f9f9;
	color: #b4191f;
	display:block;
}
.header-box .header-nav li:hover #sec_nav{
	height: auto;
	padding-top:4px;
}
#cd-lateral-nav {
  padding-left: 0.3rem;
  padding-bottom: 1.5rem;
  background: #ba1a21 !important;
}
#cd-lateral-nav > ul > li > ul > li > a {
  font-size: 0.25rem !important;
}
#cd-lateral-nav > ul > li > a {
  font-size: .35rem;
  font-weight: normal !important;
  border: none !important;
  padding: 0.2rem 0.1rem 0.2rem 0.2rem;
  border-radius: 1rem;
  color: #f9f9f9;
  display: inline-block;
  border: solid 1px #f9f9f9;
  line-height: normal;
}
#cd-lateral-nav .cd_nav_btn {
  text-align: center;
  margin: 0.4rem 0 0.6rem;
}
#cd-lateral-nav .cd-navigation .sub-menu {
  padding-left: 35px;
}
#cd-lateral-nav .cd-navigation .sub-menu li a {
  position: relative;
  font-size: 0.2rem;
}
#cd-lateral-nav .cd-navigation .sub-menu li a::before {
  content: "";
  position: absolute;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  border: solid 1px #f9f9f9;
  top: 50%;
  margin-top: -0.06rem;
  left: 0;
}
.main,
.list-main {
  margin-top: 1rem;
}
.list-mainxz {
}
.main .banner .swiper-container .swiper-slide {
  width: 100%;
}
.main .banner .swiper-container .swiper-slide img {
  width: 100%;
}
.main .banner .swiper-container .swiper-pagination {
  bottom: 25px;
}
.main .banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #f9f9f9;
  opacity: 0.7;
  width: 10px;
  height: 10px;
}
.main .banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #cc0000;
  opacity: 1;
}


<!--产品-->
.main .products {
  padding-top: 0.5rem;
}
.main .products .products-header {
  text-align: center;
  padding-top: 0.4rem;
}
.main .products .products-header h2 {
  font-size: 0.52rem;
  color: #333;
  position: relative;
  font-family: "微软雅黑";
  letter-spacing: 10px;
  text-indent: 10px;
}

.main .products .products-header h2::before {
  content: "";
  width: 45%;
  height: 1px;
  background-color: #bfbfbf;
  position: absolute;
  left: 0;
  top: 51%;
}
.main .products .products-header h2::after {
  content: "";
  width: 45%;
  height: 1px;
  background-color: #bfbfbf;
  position: absolute;
  right: 0;
  top: 51%;
}
.main .products .products-header p {
  font-size: 0.18rem;
  color: #767676;
  margin-top: 0.12rem;
  font-family: "微软雅黑";
}
.main .products .products-main {
margin-top:0.3rem;
}
.main .products .products-main .products-buttons ul {
  overflow: hidden;
  text-align: center;
}
.main .products .products-main .products-buttons ul li {
  display: inline-block;
  padding: 0.05rem;
}
.main .products .products-main .products-buttons ul li.on {
}
.main .products .products-main .products-buttons ul li.on a {
  	color: #f9f9f9;
  	background-image:url(http://ssl.ctmcq.com/pc77.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
.main .products .products-main .products-buttons ul li a {
  display: block;
  cursor: pointer;
  font-size: 0.24rem;
  margin-right: 30px;
  width: 1.35rem;
  margin: 0 auto;
  text-align: center;  
  height: 0.55rem;
  background-repeat:no-repeat;
  background-image:url(http://ssl.ctmcq.com/pc88.png);
  line-height: 0.5rem;
  background-size: 100% 100%;
}
.main .products .products-main .products-img {
  width: 85%;
  margin: 0.5rem auto 1rem;
  position: relative;
}
.main .products .products-main .products-img .swiper-container-out>.swiper-wrapper>.swiper-slide {
  overflow: hidden;
  visibility: hidden;
}
.main .products .products-main .products-img .swiper-container-out>.swiper-wrapper>.swiper-slide.on {
  visibility: visible;
}
.main .products .products-main .products-img .swiper-container .swiper-slide .product-item:last-of-type {
  margin-right: 0;
}
.main .products .products-main .products-img .swiper-container .swiper-slide .product-item img {
  width: 100%;
}
.main .products .products-main .products-img .swiper-container .swiper-slide .product-item .slide-text {
  margin-top: 0.1rem;
}
.main .products .products-main .products-img .swiper-container .swiper-slide .product-item .slide-text h4 {
  font-size: 0.24rem;
  color: #010101;
  font-weight: bold;
  text-align:center;
}
.main .products .products-main .products-img .swiper-container .swiper-slide .product-item .slide-text p {
  width: 80%;
  font-size: 0.20rem;
  color: #7d7d7d;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  -o-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
}
.main .products .products-main .products-img .swiper-button-black {
  visibility: hidden;
}
.main .products .products-main .products-img .swiper-button-black.on {
  visibility: visible;
}
.main .products .products-main .products-img .swiper-button-prev {
  left: -2.5%;
  top: 45%;
}
.main .products .products-main .products-img .swiper-button-prev:focus {
  border: none;
  outline: none;
}
.main .products .products-main .products-img .swiper-button-next {
  right: -2.5%;
  z-index: 101;
  top: 45%;
}
.main .products .products-main .products-img .swiper-button-next:focus {
  border: none;
  outline: none;
}

<!--活动-->
.main .huodongs {
  padding-top: 0.5rem;
}
.main .huodongs .huodongs-header {
  text-align: center;
  padding-top: 0.4rem;
}
.main .huodongs .huodongs-header h2 {
  font-size: 0.52rem;
  color: #333;
  position: relative;
  font-family: "微软雅黑";
  letter-spacing: 10px;
  text-indent: 10px;
}

.main .huodongs .huodongs-header h2::before {
  content: "";
  width: 45%;
  height: 1px;
  background-color: #bfbfbf;
  position: absolute;
  left: 0;
  top: 51%;
}
.main .huodongs .huodongs-header h2::after {
  content: "";
  width: 45%;
  height: 1px;
  background-color: #bfbfbf;
  position: absolute;
  right: 0;
  top: 51%;
}
.main .huodongs .huodongs-header p {
  font-size: 0.18rem;
  color: #767676;
  margin-top: 0.12rem;
  font-family: "微软雅黑";
}
.main .huodongs .huodongs-main {
margin-top:0.3rem;
}
.main .huodongs .huodongs-main .huodongs-buttons ul {
  overflow: hidden;
  text-align: center;
}
.main .huodongs .huodongs-main .huodongs-buttons ul li {
  display: inline-block;
  padding: 0.05rem;
}
.main .huodongs .huodongs-main .huodongs-buttons ul li.on {
}
.main .huodongs .huodongs-main .huodongs-buttons ul li.on a {
  	color: #f9f9f9;
    background-image: url(http://ssl.ctmcq.com/pc77.png);
    background-repeat: no-repeat;
	background-size: 100% 100%;
}
.main .huodongs .huodongs-main .huodongs-buttons ul li a {
    display: block;
    cursor: pointer;
    font-size: 0.24rem;
    margin-right: 30px;
    width: 1.35rem;
    margin: 0 auto;
    text-align: center;
    height: 0.55rem;
    line-height: 0.5rem;
    background-repeat: no-repeat;
    background-image: url(http://ssl.ctmcq.com/pc88.png);
	background-size: 100% 100%;
}
.main .huodongs .huodongs-main .huodongs-img {
  width: 85%;
  margin: 0.5rem auto 1rem;
  position: relative;
}
.main .huodongs .huodongs-main .huodongs-img .swiper-container-out>.swiper-wrapper>.swiper-slide {
  overflow: hidden;
  visibility: hidden;
}
.main .huodongs .huodongs-main .huodongs-img .swiper-container-out>.swiper-wrapper>.swiper-slide.on {
  visibility: visible;
}
.main .huodongs .huodongs-main .huodongs-img .swiper-container .swiper-slide .huodongs-item:last-of-type {
  margin-right: 0;
}
.main .huodongs .huodongs-main .huodongs-img .swiper-container .swiper-slide .huodongs-item img {
  width: 100%;
}
.main .huodongs .huodongs-main .huodongs-img .swiper-container .swiper-slide .huodongs-item .slide-text {
  margin-top: 0.1rem;
}
.main .huodongs .huodongs-main .huodongs-img .swiper-container .swiper-slide .huodongs-item .slide-text h4 {
  font-size: 0.24rem;
  color: #010101;
  font-weight: bold;
  text-align:center;
}
.main .huodongs .huodongs-main .huodongs-img .swiper-container .swiper-slide .huodongs-item .slide-text p {
  width: 80%;
  font-size: 0.20rem;
  color: #7d7d7d;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  -o-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
}
.main .huodongs .huodongs-main .huodongs-img .swiper-button-black {
  visibility: hidden;
}
.main .huodongs .huodongs-main .huodongs-img .swiper-button-black.on {
  visibility: visible;
}
.main .huodongs .huodongs-main .huodongs-img .swiper-button-prev {
  left: -2.5%;
  top: 45%;
}
.main .huodongs .huodongs-main .huodongs-img .swiper-button-prev:focus {
  border: none;
  outline: none;
}
.main .huodongs .huodongs-main .huodongs-img .swiper-button-next {
  right: -2.5%;
  z-index: 101;
  top: 45%;
}
.main .huodongs .huodongs-main .huodongs-img .swiper-button-next:focus {
  border: none;
  outline: none;
}

<!--关于-->
.about {
	width: 100%;
    height: 6.5rem;
}
.main .about {
  overflow: hidden;
  background-size: 100% 100%;
  background-image: url(http://ssl.ctmcq.com/indexbgimg.jpg);
  text-align: center;
}
.main .aboutheader{
	text-align: center;
}
.main .aboutheader h2{
	font-size: 0.52rem;
    color: rgb(51, 51, 51);
    font-family: 微软雅黑;
    letter-spacing: 10px;
    text-indent: 10px;
}
.aboutheader h2::before {
  content: "";
  width: 45%;
  height: 1px;
  background-color: #bfbfbf;
  position: absolute;
  left: 0;
  top: 51%;
}

.aboutheader h2::after {
    content: "";
    width: 45%;
    height: 1px;
    background-color: #bfbfbf;
    position: absolute;
    right: 0;
    top: 51%;
}
	
.main .about img {
	width:86%;
	height:auto;
	margin:0 auto;
	text-align:center;
	padding-bottom: 0.5rem;
}
.main .about .about-text {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.main .about .about-text div {
	width: 86%;
    top: 1.9rem;
    -ms-transform: translate(-50%,-50%);
    margin: 0 auto;
}
.main .about .about-text h2 {
  font-size: 0.52rem;
  color: #EACFA0;
  letter-spacing: 10px;
  text-indent: 10px;
}
.main .about .aboutheader h2 {
    font-size: 0.52rem;
    color: rgb(51, 51, 51);
    position: relative;
    font-family: 微软雅黑;
    letter-spacing: 10px;
    text-indent: 10px;
}
.main .about .about-text span {
  display: block;
  font-size: 0.18rem;
  color: #EACFA0;
  margin-top: 5px;
  text-transform: uppercase;
}
.main .about .about-text p {
	font-size: 0.28rem;
    line-height: 1.4;
    margin: 0.4rem 0;
    color: #707070;
    text-align: left;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding-top: 0.5rem;
    padding-bottom: 0.25rem;
    padding-right: 1rem;
    padding-left: 1rem;
	-webkit-transition:font-size 0.2s ease-out;
}
@media (max-width: 1680px) {
  .main .about .about-text p {
    margin: 5% 0;
    font-size: .2rem;
  }
}
.main .about .about-text a {
    display: inline-block;
    text-transform: uppercase;
    padding: .01rem .2rem;
    background: #ffffff;
    border-radius: 50px;
    border: solid 1px #707070;
    margin-left: 46%;
    margin-top: 0.3rem;
    color: #707070;
}
.main .about .about-text a:hover {
  background: #f9f9f9;
  color: #E81F18;
}

@media (min-width: 1200px) {
	.shoujivr{ display:none;}
}

@media (max-width: 1200px) {
  .main .about .about-text h2 {
    font-size: .4rem;
  }
  .main .about .about-text p {
  font-size: 0.1rem;
    margin: 3% 0;
  }
}
.main .video {
  padding-top: .4rem;
}
.main .video .video-header {
  text-align: center;
}
.main .video .video-header h2 {
  font-size: 0.52rem;
  color: #333;
  position: relative;
  font-family: "微软雅黑";
  letter-spacing: 10px;
  text-indent: 10px;
}

.main .video .video-header h2::before {
  content: "";
  width: 45%;
  height: 1px;
  background-color: #bfbfbf;
  position: absolute;
  left: 0;
  top: 51%;
}
.main .video .video-header h2::after {
  content: "";
  width: 45%;
  height: 1px;
  background-color: #bfbfbf;
  position: absolute;
  right: 0;
  top: 51%;
}
.main .video .video-header p {
  font-size: 0.18rem;
  color: #767676;
  margin-top: 0.12rem;
  font-family: "微软雅黑";
}
.main .video .video-main {
  width: 85%;
  margin: 0 auto;
  padding: 0.5rem 0 0.4rem;
  overflow: hidden;
}
.main .video .video-main > div {
  float: left;
}
.main .video .video-main > div a:hover::before {
  background: rgba(0,0,0,0);
}
.main .video .video-main > div a {
  display: block;
  overflow: hidden;
  margin-bottom: 4%;
  position: relative;
}
.main .video .video-main > div a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0,0,0,.4);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.main .video .video-main > div img,
.main .video .video-main > div iframe {
  width: 100%;
}
.main .video .video-main > div img {
  display: block;
}
.main .video .video-main .video-big {
  width: 41.2%;
  margin-right: 2%;
}
.main .video .video-main .video-middle {
  width: 26%;
  margin-right: 2%;
}
.main .video .video-main .video-small {
  width: 26%;
}

.main .news .news-header {
  text-align: center;
}
.main .news .news-header h2 {
  font-size: 0.52rem;
  color: #333;
  position: relative;
  font-family: "微软雅黑";
  letter-spacing: 10px;
  text-indent: 10px;
}

.main .news .news-header h2::before {
  content: "";
  width: 45%;
  height: 1px;
  background-color: #bfbfbf;
  position: absolute;
  left: 0;
  top: 51%;
}
.main .news .news-header h2::after {
  content: "";
  width: 45%;
  height: 1px;
  background-color: #bfbfbf;
  position: absolute;
  right: 0;
  top: 51%;
}
.main .news .news-header p {
  font-size: 0.18rem;
  color: #767676;
  margin-top: 0.12rem;
  font-family: "微软雅黑";
}
.main .news .news-main {
  margin-top: 0.35rem;
}
.main .news .news-main .news-buttons ul {
  overflow: hidden;
  text-align: center;
}
.main .news .news-main .news-buttons ul li {
  display: inline-block;
  padding: 0.05rem;
}
.main .news .news-main .news-buttons ul li.on {
}
.main .news .news-main .news-buttons ul li.on a {
	color: #f9f9f9;
    background-image: url(http://ssl.ctmcq.com/pc77.png);
    background-repeat: no-repeat;
	background-size: 100% 100%;
}
.main .news .news-main .news-buttons ul li a {
	display: block;
    cursor: pointer;
    font-size: 0.24rem;
    margin-right: 30px;
    width: 1.35rem;
    margin: 0 auto;
    text-align: center;
    height: 0.55rem;
    line-height: 0.5rem;
    background-repeat: no-repeat;
    background-image: url(http://ssl.ctmcq.com/pc88.png);
	background-size: 100% 100%;
}
.main .news .news-main .news-buttons a {
  display: block;
  cursor: pointer;
}
.main .news .news-main .news-content {
  margin: 0.35rem 0 .4rem;
  position: relative;
}
.main .news .news-main .news-content .swiper-container {
  width: 74%;
  margin: 0 auto;
}
.main .news .news-main .news-content .swiper-container .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.main .news .news-main .news-content .swiper-container .swiper-slide .news-left {
  float: left;
  overflow: hidden;
  width: 50%;
}
.main .news .news-main .news-content .swiper-container .swiper-slide .news-left .news-time {
  float: left;
  font-size: 0.32rem;
  text-align: right;
  margin-top: 50%;
}
.main .news .news-main .news-content .swiper-container .swiper-slide .news-left .news-time span {
  display: block;
  font-size: 0.16rem;
  margin-top: 0.1rem;
}
.main .news .news-main .news-content .swiper-container .swiper-slide .news-left .news-text {
  float: right;
  border-left: 1px solid rgba(191, 191, 191, 0.5);
  width: 75%;
  padding: 3% 0 0 5%;
}
.main .news .news-main .news-content .swiper-container .swiper-slide .news-left .news-text a {
  display: block;
}
.main .news .news-main .news-content .swiper-container .swiper-slide .news-left .news-text a:hover h3 {
  color: #555;
}
.main .news .news-main .news-content .swiper-container .swiper-slide .news-left .news-text a:hover p {
  color: #ff0000;
}
.main .news .news-main .news-content .swiper-container .swiper-slide .news-left .news-text a:hover span {
  color: #ff0000;
}
.main .news .news-main .news-content .swiper-container .swiper-slide .news-left .news-text a:hover span::before {
  width: 65%;
}
.main .news .news-main .news-content .swiper-container .swiper-slide .news-left .news-text a img {
  width: 100%;
  height: 3.68rem;
}
.main .news .news-main .news-content .swiper-container .swiper-slide .news-left .news-text a h3 {
  padding-top: 0.25rem;
  font-size: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  -o-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
  font-family: "微软雅黑";
}
.main .news .news-main .news-content .swiper-container .swiper-slide .news-left .news-text a p {
  padding: 0.2rem 0 0;
  font-size: 0.16rem;
  color: #323232;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
}
.main .news .news-main .news-content .swiper-container .swiper-slide .news-left .news-text a span {
  display: block;
  text-transform: uppercase;
  padding-top: 0.35rem;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  position: relative;
}
.main .news .news-main .news-content .swiper-container .swiper-slide .news-left .news-text a span::before {
  content: "";
  width: 45%;
  height: 1px;
  background: #bfbfbf;
  position: absolute;
  top: 30%;
  left: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.main .news .news-main .news-content .swiper-container .swiper-slide .news-right {
  float: right;
  width: 45%;
}

.main .news .news-main .news-content .swiper-container .swiper-slide .news-right ul li .news-article {
  overflow: hidden;
}
.main .news .news-main .news-content .swiper-container .swiper-slide .news-right ul li .news-article .news-time {
  float: left;
  font-size: 0.32rem;
  text-align: right;
  margin-top: 3%;
}
.main .news .news-main .news-content .swiper-container .swiper-slide .news-right ul li .news-article .news-time span {
  display: block;
  font-size: 0.16rem;
  margin-top: 0.1rem;
}
@media (max-width: 1024px) {
  .main .news .news-main .news-content .swiper-container .swiper-slide .news-right ul li .news-article .news-text {
    width: 73% !important;
  }
}
.main .news .news-main .news-content .swiper-container .swiper-slide .news-right ul li .news-article .news-text {
  float: right;
  border-left: 1px solid rgba(191, 191, 191, 0.5);
  width: 75%;
  padding: 3% 0 5% 5%;
  position: relative;
}
.main .news .news-main .news-content .swiper-container .swiper-slide .news-right ul li .news-article .news-text a {
  display: block;
}
.main .news .news-main .news-content .swiper-container .swiper-slide .news-right ul li .news-article .news-text a:hover h3 {
  color: #555;
}
.main .news .news-main .news-content .swiper-container .swiper-slide .news-right ul li .news-article .news-text a:hover p {
  color: #ff0000;
}
.main .news .news-main .news-content .swiper-container .swiper-slide .news-right ul li .news-article .news-text a img {
  width: 100%;
}
.main .news .news-main .news-content .swiper-container .swiper-slide .news-right ul li .news-article .news-text a h3 {
  font-size: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  -o-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
  font-family: "微软雅黑";
}
.main .news .news-main .news-content .swiper-container .swiper-slide .news-right ul li .news-article .news-text a p {
  padding: 0.2rem 0 0;
  font-size: 0.16rem;
  color: #323232;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
}
.main .news .news-main .news-content .swiper-container .swiper-slide .news-right ul li .news-article .news-text a p::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #bfbfbf;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.main .news .news-main .news-content .swiper-container .swiper-slide .news-right ul li .news-article .news-text a span {
  display: block;
  text-transform: uppercase;
  padding-top: 0.15rem;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.main .news .news-main .news-content .swiper-button-prev {
  left: 5%;
}
.main .news .news-main .news-content .swiper-button-prev:focus {
  border: none;
  outline: none;
}
.main .news .news-main .news-content .swiper-button-next {
  right: 5%;
  z-index: 101;
}
.main .news .news-main .news-content .swiper-button-next:focus {
  border: none;
  outline: none;
}

.list-main {
  position: relative;
  /* 内页banner图部分 */
}
.list-main .list-banner {
  width: 100%;
  position: relative;
}
.list-main .list-banner .swiper-container {
  width: 100%;
  height: 100%;
}
.list-main .list-banner .swiper-container .swiper-wrapper {
  height: 100%;
}
.list-main .list-banner .swiper-container .swiper-wrapper img {
  display: block;
  width: 100%;
}
.list-main .list-banner .swiper-container .swiper-pagination {
  bottom: 25px;
}
.list-main .list-buttons {
  overflow: hidden;
}

.list-main .list-buttons > div {
  float: left;
  height: 0.8rem;
  line-height: 0.8rem;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  border-bottom: 2px solid #D6D6D6;
}
.list-main .list-buttons > div:not(:last-of-type) {
  border-bottom: 2px solid #D6D6D6;
}
.list-main .list-buttons > div.on{
	background-image:url(../newmb/newdh.png);
	background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.35rem 0.6rem;
	}
.list-main .list-buttons > div:hover {
}
.list-main .list-buttons > div.on a,
.list-main .list-buttons > div:hover a {
  color: #000000;
}
.list-main .list-buttons > div a {
  display: block;
  font-size: 0.25rem;
  color: #7B7A7C;
}
.list-main .list-buttons.two > div {
  width: 50%;
}
.list-main .list-buttons.three > div {
  width: 33.333333%;
  border-bottom: 2px solid #D6D6D6;
}
.list-main .list-buttons.four > div {
  width: 25%;
}
.list-box .list-top {
  width: 70%;
  margin: 0 auto;
  padding: 0.15rem 0 0.05rem;
}
.list-box .list-top p {
  text-align: right;
  font-size: 0.14rem;
  line-height: 3;
  color: #999;
}
.list-box .list-top p a {
  color: #999;
}
.list-box .list-top p a:hover {
  color: #ff0000;
}
.list-box .news {
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-top: 0.5rem;
}
.list-box .news .news-main {
  float: left;
  width: 65%;
  padding-bottom: 0.7rem;
}
.list-box .news .news-main h3 {
  font-size: 0.32rem;
  color: #010101;
}
.list-box .news .news-main>span {
  display: block;
  font-size: 0.15rem;
  color: #a3afb7;
  padding: 0.15rem 0 0.24rem;
  border-bottom: 1px solid #eaeaea;
}
.list-box .news .news-main .news-content {
  font-size: 0.18rem;
  color: #323232;
  line-height: 1.8;
  margin-top: 0.3rem;
  overflow:hidden;
}
.list-box .news .news-main .news-content p{
  text-indent:2em;
  padding:10px 0;
  overflow: hidden;
}
.list-box .news .news-main .news-content p img{
  padding:0;
  transition: all 0.6s;
  height:auto;
  margin:0 auto;
}
.list-box .news .news-main .news-content p img:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.list-box .news .news-main .news-content img{
  display:block;
}

.list-box .news .news-main .news-content img {
  width: 100%;
  /*margin: 0.4rem 0;*/
  height:auto;
}
.list-box .news .news-good {
  position: absolute;
  right: 0;
  top: .5rem;
  width: 200px;
}
.list-box .news .news-good.fix {
  position: fixed;
  right: 15%;
  top: 1rem;
}


.list-box .news .news-good span {
  display: block;
  font-size: 0.24rem;
  margin-bottom: 10px;
  padding-left: 20px;
}
.list-box .news .news-good ul {
  border-radius: 0.1rem;
  border: solid 0.02rem #c5c5c5;
}
.list-box .news .news-good ul li {
  border-bottom: solid 0.02rem #c5c5c5;
  padding: 0.25rem;
}
.list-box .news .news-good ul li:last-of-type {
  border: none;
}
.list-box .news .news-good ul li a {
  color: #5c5c5c;
  font-size: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
}
.list-box .news .news-good ul li a:hover {
  color: #ff0000;
}
.list-box .news .news-list {
  float: left;
  width: 100%;
  padding-bottom: 1rem;
}

.list-box .news .news-list ul li {
  padding: 0.5rem 0 0.3rem;
  border-bottom: 1px solid #e9e9e9;
}
.list-box .news .news-list ul li:hover a img {
  transform: scale(1.2);
}
.list-box .news .news-list ul li:hover a .news-text h2 {
  color: #ff0000;
}
.list-box .news .news-list ul li:hover a .news-text p {
  color: #000;
}
.list-box .news .news-list ul li:first-of-type {
  padding-top: 0;
}
.list-box .news .news-list ul li a {
  overflow: hidden;
  display: block;
}
@media (max-width: 1110px) {
  .list-box .news .news-list ul li a .news-text h2 {
    margin-bottom: .12rem !important;
  }
  .list-box .news .news-list ul li a .news-text span {
    margin-top: .15rem !important;
  }
}

.list-box .news .news-list ul li a .news-img {
  float: left;
  width: 2rem;
  height: 1.5rem;
  overflow: hidden;
}
.list-box .news .news-list ul li a .news-img img {
  width: 100%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.list-box .news .news-list ul li a .news-text {
  float: right;
  width: calc(100% - 2.2rem);
}
.list-box .news .news-list ul li a .news-text h2 {
  font-size: 0.23rem;
  font-weight: bold;
  color: #323232;
  margin-bottom: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  -o-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.list-box .news .news-list ul li a .news-text p {
  font-size: 0.16rem;
  line-height: 2;
  color: #3f3f3f;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.list-box .news .news-list ul li a .news-text span {
  display: block;
  font-size: 0.16rem;
  color: #c5c5c5;
  margin-top: 0.2rem;
}
.list-box .news .news-list ul li a .news-text span i {
  font-size: 0.18rem;
  padding: 0 0.1rem;
  color: #000;
}
.list-box .pageto.center {
  width: 59.4%;
  margin: 0 auto;
  padding: 0.2rem 0 1.2rem;
}
.list-box .pageto {
  width: 45.5%;
  margin-left: 15%;
  padding: 0.2rem 0 .9rem;
  border-top: solid 0.01rem #c3c3c3;
}
.list-box .pageto span {
  box-sizing: border-box;
  display: inline-block;
  color: #aeaeae;
  font-size: 0.17rem;
  cursor: pointer;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  max-width: 49%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-box .pageto span a {
  color: #aeaeae;
  font-size: 0.17rem;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
}
.list-box .pageto span:hover {
  color: #000;
}
.list-box .pageto span:hover a {
  color: #ff0000;
}
.list-box .pageto .pageto-next {
  float: right;
}
.list-box .business {
  width: 85%;
  margin: 0 auto;
  margin-top: 0.9rem;
}
.list-box .business .business-profile {
  overflow: hidden;
}
.list-box .business .business-profile .business-profile-img {
  width: 38%;
  display: inline-block;
}
.list-box .business .business-profile .business-profile-img img {
  width: 100%;
}
@media (width: 1920px) {
  .list-box .business .business-profile .business-profile-img img {
    width: 650px;
    height: 720px;
  }
}
.list-box .business .business-profile .business-profile-text {
  float: right;
  width: 58%;
}
.list-box .business .business-profile .business-profile-text .business-profile-title {
  margin: 0.3rem 0 0;
}
.list-box .business .business-profile .business-profile-text .business-profile-title h3 {
  font-size: 0.52rem;
  color: #000;
  margin-bottom: 0.7rem;
  font-family: "微软雅黑";
}
.list-box .business .business-profile .business-profile-text .business-profile-title span {
  font-size: 0.38rem;
  color: #ff0000;
  text-transform: uppercase;
  padding-left: 0.5rem;
  position: relative;
}
.list-box .business .business-profile .business-profile-text .business-profile-title span::before {
  content: "";
  width: 0.05rem;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 10%;
}
.list-box .business .business-profile .business-profile-text p {
  text-indent: 2em;
  margin-bottom: 0.3rem;
  font-size: 0.22rem;
  line-height: 2.1;
}
@media (max-width: 1600px) {
  .list-box .business .business-profile .business-profile-text p {
    font-size: 0.21rem;
  }
}
@media (max-width: 1200px) {
  .list-box .business .business-profile .business-profile-text p {
    font-size: 0.16rem;
  }
}
.list-box .business .business-profile .business-profile-text p:last-of-type {
  margin-bottom: 0.5rem;
}
.list-box .business .business-culture {
  margin-top: 0.5rem;
  width: 50%;
}
.list-box .business .business-culture h4 {
  font-size: 0.26rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.list-box .business .business-culture p {
  margin-top: 0.35rem;
  font-size: 0.22rem;
  line-height: 2.5;
}
@media (max-width: 1600px) {
  .list-box .business .business-culture p {
    font-size: 0.21rem;
  }
}
@media (max-width: 1200px) {
  .list-box .business .business-culture p {
    font-size: 0.16rem;
  }
}
.list-box .business .business-member {
  margin: 0.9rem 0 1.6rem;
}
.list-box .business .business-member h4 {
  font-size: 0.26rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.list-box .business .business-member p {
  margin: 0.38rem 0 0.2rem;
  font-size: 0.22rem;
  line-height: 2.5;
}
.list-box .business .business-member img {
  width: 100%;
}
.list-box .hotpot {
  width: 85%;
  margin: 0 auto;
  margin: 0.9rem auto 1.6rem;
}
@media (max-width: 1600px) {
  .list-box .hotpot .hotpot-top div p {
    font-size: 0.21rem;
  }
}
@media (max-width: 1440px) {
  .list-box .hotpot .hotpot-bottom img {
    width: 47% !important;
  }
}
@media (max-width: 1280px) {
  .list-box .hotpot .hotpot-top img {
    width: 42% !important;
  }
}

@media (max-width: 1200px) {
  .list-box .business .business-profile-img {
    width: 42% !important;
  }
  .list-box .business .business-profile-text {
    width: 56% !important;
  }
  .list-box .hotpot .hotpot-top div {
    width: 56%;
  }
  .list-box .hotpot .hotpot-bottom img {
    width: 47% !important;
  }
}
@media (max-width: 1155px) {

}
.list-box .hotpot .hotpot-top {
  overflow: hidden;
}
.list-box .hotpot .hotpot-top img {
  width: 38%;
}
.list-box .hotpot .hotpot-top div {
  width: 56%;
  float: right;
}
.list-box .hotpot .hotpot-top div h3 {
  font-size: 0.52rem;
  color: #000;
  margin-bottom: 0.7rem;
  font-family: "微软雅黑";
}
.list-box .hotpot .hotpot-top div span {
  font-size: 0.38rem;
  color: #ff0000;
  text-transform: uppercase;
  padding-left: 0.5rem;
  position: relative;
}
.list-box .hotpot .hotpot-top div span::before {
  content: "";
  width: 0.05rem;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 10%;
}
.list-box .hotpot .hotpot-top div p {
  text-indent: 2em;
  margin: 0.3rem 0;
  font-size: 0.22rem;
  line-height: 2.1;
}
.list-box .hotpot .hotpot-middle p {
  text-indent: 2em;
  margin: 0.5rem 0 1rem;
  font-size: 0.22rem;
  line-height: 2.1;
}
@media (max-width: 1600px) {
  .list-box .hotpot .hotpot-middle p {
    font-size: 0.21rem;
  }
}
@media (max-width: 1200px) {
  .list-box .hotpot .hotpot-middle p {
    font-size: 0.16rem;
  }
}
.list-box .hotpot .hotpot-bottom {
  overflow: hidden;
}
.list-box .hotpot .hotpot-bottom div {
  width: 50%;
  float: left;
}
.list-box .hotpot .hotpot-bottom div h4 {
  font-size: 0.26rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.list-box .hotpot .hotpot-bottom div p {
  text-indent: 2em;
  margin: 0.3rem 0;
  font-size: 0.22rem;
  line-height: 2.1;
}
@media (max-width: 1600px) {
  .list-box .hotpot .hotpot-bottom div p {
    font-size: 0.20rem;
  }
}
@media (max-width: 1200px) {
  .list-box .hotpot .hotpot-bottom div p {
    font-size: 0.16rem;
  }
}
.list-box .hotpot .hotpot-bottom img {
  width: 49%;
  float: right;
}
.list-box .brand {
  width: 85%;
  margin: 0 auto;
}

.list-box .brand .brand-title h2 {
  font-size: 0.52rem;
  color: #000;
  margin-bottom: 0.7rem;
  font-family: "微软雅黑";
}
.list-box .brand .brand-title span {
  font-size: 0.38rem;
  color: #ff0000;
  text-transform: uppercase;
  padding-left: 0.5rem;
  position: relative;
}
.list-box .brand .brand-title span::before {
  content: "";
  width: 0.05rem;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 10%;
}
.list-box .brand .brand-title h3 {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.52rem;
}
.list-box .brand .brand-main {
  margin-bottom: 0.6rem;
}
.list-box .brand .brand-main > p {
  width: 70%;
  margin: 0 auto .9rem;
  text-align: center;
  font-size: 0.18rem;
  line-height: 2.1;
}
.list-box .brand .brand-main ul {
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.list-box .brand .brand-main ul li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.list-box .brand .brand-main ul li:nth-of-type(4n) {
  margin-right: 0;
}
.list-box .brand .brand-main ul li img {
  width: 100%;
}
.list-box .brand .brand-main div {
  position: relative;
}
.list-box .brand .brand-main div h4 {
  font-size: 0.26rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.list-box .brand .brand-main div p {
  text-indent: 2em;
  margin-bottom: 0.3rem;
  font-size: 0.2rem;
  line-height: 2.1;
}
.list-box .brand .brand-main div p:nth-last-of-type(1),
.list-box .brand .brand-main div p:nth-last-of-type(2),
.list-box .brand .brand-main div p:nth-last-of-type(3),
.list-box .brand .brand-main div p:nth-last-of-type(4),
.list-box .brand .brand-main div p:nth-last-of-type(5) {
  display: inline-block;
  width: 55%;
}
.list-box .brand .brand-main div img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 43%;
}
@media (max-width: 1680px) {
  .list-box .brand .brand-main div img {
    width: 44% !important;
  }
  .list-box .shop-show .shop-china .shop-text h2,
.list-box .shop-show .shop-fashion .shop-text h2 {
  padding-top: 6% !important;
}
}
@media (max-width: 1600px) {
  .list-box .shop-show {
    width: 1360px !important;
  }
  .list-box .shop-show .shop-china a img,
  .list-box .shop-show .shop-fashion a img {
    width: 680px !important;
    height: 510px !important;
  }
  .list-box .shop-show .shop-china .shop-text,
  .list-box .shop-show .shop-fashion .shop-text {
    width: 680px !important;
    height: 510px !important;
  }
}
@media (max-width: 1366px) {
  .list-box .shop-show {
    width: 1200px !important;
  }
  .list-box .shop-show .shop-china a img,
  .list-box .shop-show .shop-fashion a img {
    width: 600px !important;
    height: 450px !important;
  }
  .list-box .shop-show .shop-china .shop-text,
  .list-box .shop-show .shop-fashion .shop-text {
    width: 600px !important;
    height: 450px !important;
  }
  .list-box .shop-show .shop-china .shop-text h2,
  .list-box .shop-show .shop-fashion .shop-text h2 {
    padding-top: 7% !important;
  }
}

@media (max-width: 1200px) {
  .list-box .shop-show {
    width: 1000px !important;
  }
  .list-box .shop-show .shop-china a img,
  .list-box .shop-show .shop-fashion a img {
    width: 500px !important;
    height: 375px !important;
  }
  .list-box .shop-show .shop-china .shop-text,
  .list-box .shop-show .shop-fashion .shop-text {
    width: 500px !important;
    height: 375px !important;
  }
  .list-box .shop-show .shop-china .shop-text h2,
  .list-box .shop-show .shop-fashion .shop-text h2 {
    padding-top: 7% !important;
  }
}

@media (max-width: 1024px) {
  .list-box .shop-show {
    width: 800px !important;
  }
  .list-box .shop-show .shop-china a img,
  .list-box .shop-show .shop-fashion a img {
    width: 400px !important;
    height: 300px !important;
  }
  .list-box .shop-show .shop-china .shop-text,
  .list-box .shop-show .shop-fashion .shop-text {
    width: 400px !important;
    height: 300px !important;
  }
  .list-box .shop-show .shop-china .shop-text h2,
  .list-box .shop-show .shop-fashion .shop-text h2 {
    padding-top: 7% !important;
  }
}
.list-box .shop-show {
  padding: 1.4rem 0 2.3rem;
  width: 1600px;
  margin: 0 auto;
}
.list-box .shop-show .shop-china,
.list-box .shop-show .shop-fashion {
  overflow: hidden;
}
.list-box .shop-show .shop-china a img,
.list-box .shop-show .shop-fashion a img {
  width: 800px;
  height: 600px;
  display: block;
}
.list-box .shop-show .shop-china .shop-text,
.list-box .shop-show .shop-fashion .shop-text {
  width: 800px;
  height: 600px;
  text-align: center;
  padding: 0 0.5rem;
  box-sizing: border-box;
  line-height: 2rem;
}
@media (max-width: 1280px) {
  .list-box .shop-show .shop-china .shop-text,
  .list-box .shop-show .shop-fashion .shop-text {
    line-height: 1.5rem;
  }
}
@media (max-width: 1066px) {
  .list-box .shop-show .shop-china .shop-text,
  .list-box .shop-show .shop-fashion .shop-text {
    line-height: 1rem !important;
  }
  .list-box .shop-show .shop-china .shop-text h2,
  .list-box .shop-show .shop-fashion .shop-text h2 {
    font-size: .45rem !important;
  }
  .list-box .shop-show .shop-china .shop-text p,
  .list-box .shop-show .shop-fashion .shop-text p {
    font-size: .3rem !important;
  }
}
.list-box .shop-show .shop-china .shop-text h3,
.list-box .shop-show .shop-fashion .shop-text h3 {
  font-size: 0.6rem;
  color: #f9f9f9;
  padding-top: 15%;
}
.list-box .shop-show .shop-china .shop-text p,
.list-box .shop-show .shop-fashion .shop-text p {
  text-align: left;
  font-size: 0.25rem;
  line-height: 1.5;
  color: #f9f9f9;
}
.list-box .shop-show .shop-china .shop-text a,
.list-box .shop-show .shop-fashion .shop-text a {
  font-size: 0.18rem;
  padding: 0.07rem 0.26rem;
  background: #f9f9f9;
  color: #000;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  border-radius: 5px;
}
.list-box .shop-show .shop-china .shop-text a:hover,
.list-box .shop-show .shop-fashion .shop-text a:hover {
  background: #7d0000;
  color: #f9f9f9;
}
.list-box .shop-show .shop-china img {
  float: left;
}
.list-box .shop-show .shop-china .shop-text {
  float: left;
  background: #323232;
}
.list-box .shop-show .shop-fashion img {
  float: right;
}
.list-box .shop-show .shop-fashion .shop-text {
  float: right;
  background: #D40202;
}
.list-box .food-list {
  width: 85%;
  margin: 0 auto;
  padding: 1.4rem 0 1.2rem;
}
.list-box .food-list ul {
  overflow: hidden;
}
.list-box .food-list ul li {
  float: left;
  width: 32%;
  margin-right: 1.7%;
  margin-bottom: 1.7%;
  display: block;
}
.list-box .food-list ul li:hover .shop-img .shop-mask {
  opacity: 0.3;
}
.list-box .food-list ul li:hover .shop-title {
  box-shadow: 3px 3px 3px 1px #999;
}
.list-box .food-list ul li:hover .shop-title p {
  color: #000;
}
.list-box .food-list ul li:nth-of-type(3n) {
  margin-right: 0;
}
.list-box .food-list ul li .shop-img {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.list-box .food-list ul li .shop-img img {
  width: 100%;
  height: 3.8rem;
  display: block;
  box-sizing: border-box;
  border: 2px solid #efefef;
}
.list-box .food-list ul li .shop-img .shop-mask {
  position: absolute;
  z-index: 999;
  background: #ac0000;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.list-box .food-list ul li .shop-title {
  display: block;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  background-color: #f8f8f8;
  box-shadow: 1px 1px 3px 0px rgba(188, 188, 188, 0.3);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.list-box .food-list ul li .shop-title p {
  font-size: 0.35rem;
  color: #5a5a5a;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.list-box .shop-list {
  width: 85%;
  margin: 0 auto;
  padding: 1.4rem 0 1.2rem;
}
.list-box .shop-list ul {
  overflow: hidden;
}
.list-box .shop-list ul li {
  float: left;
  width: 32%;
  margin-right: 1.9%;
  margin-bottom: 1.9%;
}
.list-box .shop-list ul li:hover a .shop-img .shop-mask {
  opacity: 0.3;
}
.list-box .shop-list ul li:hover a .shop-title {
  box-shadow: 3px 3px 3px 1px #999;
}
.list-box .shop-list ul li:hover a .shop-title p {
  color: #000;
}
.list-box .shop-list ul li:nth-of-type(3n) {
  margin-right: 0;
}
.list-box .shop-list ul li a {
  display: block;
}
.list-box .shop-list ul li a .shop-img {
  width: 100%;
  position: relative;
}
.list-box .shop-list ul li a .shop-img img {
  width: 100%;
  display: block;
}
.list-box .shop-list ul li a .shop-img .shop-mask {
  position: absolute;
  z-index: 999;
  background: #ac0000;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.list-box .shop-list ul li a .shop-title {
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  box-shadow: 1px 1px 3px 0px rgba(188, 188, 188, 0.3);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.list-box .shop-list ul li a .shop-title p {
  font-size: 0.35rem;
  color: #5a5a5a;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.list-box .join-box {
  margin-top: .4rem;
}
.list-box .join-box.show768 {
  display: none;
}
.list-box .join-box.show768 img {
  margin-bottom: .3rem;
}
.list-box .join-box .join-title {
  width: 85%;
  margin: 0 auto;
  text-align: center;
}
.list-box .join-box .join-title h3 {
  font-size: 0.43rem;
  margin-bottom: .1rem;
  letter-spacing: 4px;
}
.list-box .join-box .join-flow img {
  width: 100%;
}
.list-box .join-box .join-support {
  width: 95%;
  margin: 0 auto;
  padding: .85rem 0;
}
.list-box .join-box .join-support ul li {
  border-bottom: 3px solid #e0c393;
  overflow: hidden;
}
.list-box .join-box .join-support ul li .title {
  width: 15%;
  float: left;
  color: #e0c393;
  background: #b21d23;
  text-align: center;
}
.list-box .join-box .join-support ul li .methods {
  width: 85%;
  float: left;
  overflow: hidden;
}
.list-box .join-box .join-support ul li .methods p {
  width: 25%;
  float: left;
  line-height: 60px;
  text-align: center;
}
.list-box .join-box .join-standard {
  margin-bottom: .5rem;
  margin-top: .85rem;
}
.list-box .join-box .join-standard .join-standard-item {
  width: 74%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .list-box .join-box .join-standard .join-standard-item {
    width: 80%;
  }
}
.list-box .join-box .join-standard .join-standard-item h3 {
  text-align: center;
  font-size: 0.4rem;
  margin-bottom: .4rem;
}
.list-box .join-box .join-standard .join-standard-item img {
  display: block;
  padding-bottom: 1.5rem;
  width: 100%;
  margin: 0 auto;
}
.list-box .join-box .join-advantage {
  padding: .85rem 0 2rem;
  width: 85%;
  margin: 0 auto;
}
.list-box .join-box .join-advantage ul {
  overflow: hidden;
}
.list-box .join-box .join-advantage ul li {
  width: 45%;
  overflow: hidden;
  padding-bottom: .2rem;
  margin-bottom: .8rem;
  border-bottom: 2px solid #ff0000;
}
.list-box .join-box .join-advantage ul li:nth-of-type(odd) {
  float: left;
}
.list-box .join-box .join-advantage ul li:nth-of-type(even) {
  float: right;
}
.list-box .join-box .join-advantage ul li:nth-of-type(1),
.list-box .join-box .join-advantage ul li:nth-of-type(2) {
  height: 260px;
}
.list-box .join-box .join-advantage ul li:nth-of-type(3),
.list-box .join-box .join-advantage ul li:nth-of-type(4),
.list-box .join-box .join-advantage ul li:nth-of-type(7),
.list-box .join-box .join-advantage ul li:nth-of-type(8) {
  height: 147px;
}
.list-box .join-box .join-advantage ul li:nth-of-type(5),
.list-box .join-box .join-advantage ul li:nth-of-type(6) {
  height: 187px;
}
.list-box .join-box .join-advantage ul li:nth-of-type(9),
.list-box .join-box .join-advantage ul li:nth-of-type(10) {
  height: 227px;
}
@media (max-width: 1550px) {
  .list-box .join-box .join-advantage ul li:nth-of-type(1),
  .list-box .join-box .join-advantage ul li:nth-of-type(2) {
    height: 260px;
  }
  .list-box .join-box .join-advantage ul li:nth-of-type(3),
  .list-box .join-box .join-advantage ul li:nth-of-type(4),
  .list-box .join-box .join-advantage ul li:nth-of-type(7),
  .list-box .join-box .join-advantage ul li:nth-of-type(8) {
    height: 150px;
  }
  .list-box .join-box .join-advantage ul li:nth-of-type(5),
  .list-box .join-box .join-advantage ul li:nth-of-type(6) {
    height: 240px;
  }
  .list-box .join-box .join-advantage ul li:nth-of-type(9),
  .list-box .join-box .join-advantage ul li:nth-of-type(10) {
    height: 190px;
  }
  .list-box .join-box .join-advantage ul li .text {
    width: 80% !important;
  }
}
@media (max-width: 1366px) {
  .list-box .join-box .join-advantage ul li:nth-of-type(1),
  .list-box .join-box .join-advantage ul li:nth-of-type(2) {
    height: 235px;
  }
  .list-box .join-box .join-advantage ul li:nth-of-type(3),
  .list-box .join-box .join-advantage ul li:nth-of-type(4),
  .list-box .join-box .join-advantage ul li:nth-of-type(7),
  .list-box .join-box .join-advantage ul li:nth-of-type(8) {
    height: 138px;
  }
  .list-box .join-box .join-advantage ul li:nth-of-type(5),
  .list-box .join-box .join-advantage ul li:nth-of-type(6) {
    height: 140px;
  }
  .list-box .join-box .join-advantage ul li:nth-of-type(9),
  .list-box .join-box .join-advantage ul li:nth-of-type(10) {
    height: 166px;
  }
  .list-box .join-box .join-advantage ul li .text {
    width: 80% !important;
  }
}
@media (max-width: 1024px) {
  .list-box .join-box .join-advantage ul li:nth-of-type(1),
  .list-box .join-box .join-advantage ul li:nth-of-type(2) {
    height: 267px;
  }
  .list-box .join-box .join-advantage ul li:nth-of-type(5),
  .list-box .join-box .join-advantage ul li:nth-of-type(6) {
    height: 140px;
  }
  .list-box .join-box .join-advantage ul li:nth-of-type(7),
  .list-box .join-box .join-advantage ul li:nth-of-type(8) {
    height: 160px;
  }
  .list-box .join-box .join-advantage ul li:nth-of-type(9),
  .list-box .join-box .join-advantage ul li:nth-of-type(10) {
    height: 227px;
  }
  .list-box .join-box .join-advantage ul li .number {
    width: .7rem !important;
    height: .7rem !important;
  }
  .list-box .join-box .join-advantage ul li .number p {
    width: .55rem !important;
    height: .55rem !important;
    line-height: .5rem!important;
    font-size: .3rem!important;
  }
  .list-box .join-box .join-advantage ul li .text {
    width: 80% !important;
  }
}
.list-box .join-box .join-advantage ul li .number {
  width: .9rem;
  height: .9rem;
  float: left;
  border-radius: 50%;
  background: #f10000;
  position: relative;
  margin-top: 1%;
}
.list-box .join-box .join-advantage ul li .number p {
  width: .8rem;
  height: .8rem;
  line-height: .8rem;
  text-align: center;
  font-size: .5rem;
  border-radius: 50%;
  border: 2px dotted #f9f9f9;
  color: #f9f9f9;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.list-box .join-box .join-advantage ul li .text {
  float: right;
  width: 84%;
}
.list-box .join-box .join-advantage ul li .text .title {
  font-size: 0.23rem;
  margin-bottom: .15rem;
  font-weight: bold;
}
.list-box .join-box .join-advantage ul li .text p {
  font-size: 0.2rem;
  line-height: 2;
}
.list-box .contact-main {
  width: 75%;
  margin: 0 auto;
  padding: .9rem 0 1.5rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .list-box .contact-main .map,
  .list-box .contact-main .contact-text {
    width: 100% !important;
  }
  .list-box .contact-main .map h3,
  .list-box .contact-main .contact-text h3 {
    font-size: .3rem !important;
  }
  .list-box .contact-main .map p,
  .list-box .contact-main .contact-text p {
    font-size: .25rem !important;
  }
}
.list-box .contact-main .map {
  width: 47%;
  float: left;
}
.list-box .contact-main .map img,
.list-box .contact-main .map iframe {
  width: 100% !important;
}
.list-box .contact-main .contact-text {
  width: 50%;
  float: right;
}
.list-box .contact-main .contact-text h3 {
  margin: 0 0 .2rem 0;
  font-size: .25rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.list-box .contact-main .contact-text p {
  line-height: 2.5;
  font-size: 0.2rem;
}
.list-box .contact-main .contact-text p img {
  margin-right: 15px;
}
.list-box .contact-message {
  width: 85%;
  margin: .5rem auto 0;
  overflow: hidden;
  position: relative;
}
.list-box .contact-message .message-main {
  width: 60%;
  float: left;
}
.list-box .contact-message .message-main h3 {
  font-size: 0.3rem;
  color: #323232;
  padding-bottom: .2rem;
  border-bottom: 2px solid #8a8a8a;
}
.list-box .contact-message .message-main ul {
  margin: .2rem 0 1rem;
}
.list-box .contact-message .message-main ul li {
  margin-top: .3rem;
  padding: .3rem .8rem .3rem .2rem;
  background-color: rgba(235, 235, 235, 0.4);
  box-shadow: 2px 4px 4px 0px rgba(105, 105, 105, 0.12);
}
.list-box .contact-message .message-main ul li div {
  font-size: .2rem;
  color: #3f3f3f;
}
.list-box .contact-message .message-main ul li div span {
  padding-left: .3rem;
  font-size: .2rem;
  color: #c5c5c5;
}
.list-box .contact-message .message-main ul li p {
  margin: .3rem 0;
  font-size: .2rem;
  color: #3f3f3f;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
}
.list-box .contact-message .message-main ul li > span {
  font-size: .2rem;
  color: #eb0101;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
}
.list-box .contact-message .message-right {
  position: absolute;
  top: 50px;
  right: 0;
  width: 350px;
}
.list-box .contact-message .message-right .in_input,
.list-box .contact-message .message-right .in_textarea {
  margin-bottom: 3%;
}
.list-box .contact-message .message-right .in_input input,
.list-box .contact-message .message-right .in_textarea input,
.list-box .contact-message .message-right .in_input textarea,
.list-box .contact-message .message-right .in_textarea textarea {
  width: 100%;
  height: 0.4rem;
  padding: 10px;
  font-size: 0.18rem;
  border: none;
  color: #f9f9f9;
  background: #d40202;
  border-radius: 0.05rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.list-box .contact-message .message-right .in_input input::-webkit-input-placeholder,
.list-box .contact-message .message-right .in_textarea input::-webkit-input-placeholder,
.list-box .contact-message .message-right .in_input textarea::-webkit-input-placeholder,
.list-box .contact-message .message-right .in_textarea textarea::-webkit-input-placeholder {
  color: #f4f4f4;
}
.list-box .contact-message .message-right .in_input input::-ms-input-placeholder,
.list-box .contact-message .message-right .in_textarea input::-ms-input-placeholder,
.list-box .contact-message .message-right .in_input textarea::-ms-input-placeholder,
.list-box .contact-message .message-right .in_textarea textarea::-ms-input-placeholder {
  color: #f4f4f4;
}
.list-box .contact-message .message-right .in_input input::-moz-placeholder,
.list-box .contact-message .message-right .in_textarea input::-moz-placeholder,
.list-box .contact-message .message-right .in_input textarea::-moz-placeholder,
.list-box .contact-message .message-right .in_textarea textarea::-moz-placeholder {
  color: #f4f4f4;
}
.list-box .contact-message .message-right .in_input input:-moz-placeholder,
.list-box .contact-message .message-right .in_textarea input:-moz-placeholder,
.list-box .contact-message .message-right .in_input textarea:-moz-placeholder,
.list-box .contact-message .message-right .in_textarea textarea:-moz-placeholder {
  color: #f4f4f4;
}
.list-box .contact-message .message-right .in_input textarea,
.list-box .contact-message .message-right .in_textarea textarea {
  height: 1rem;
}
.list-box .contact-message .message-right .name {
  width: 20%;
  display: inline-block;
}
.list-box .contact-message .message-right .tel {
  width: 40%;
  display: inline-block;
  margin-left: 1.5%;
}
.list-box .contact-message .message-right .in_submit {
  text-align: center;
}
.list-box .contact-message .message-right .in_submit input {
  width: 100%;
  background: #bebebe;
  cursor: pointer;
  border: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  padding: 0.15rem 0;
  background: #d40202;
  color: #f9f9f9;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 0.18rem;
}
.list-box .contact-message .message-right .in_submit input:hover {
  background: #a33030;
}
footer {
  background: #000;
}
@media (max-width: 1279px) {
  footer {
    margin-bottom: 0 !important;
  }
}

.mobile-footer {
  background: #000;
  padding-bottom: .2rem;
  overflow: hidden;
}
.mobile-footer .footer-box {
  width: 95%;
  margin: 0 auto;
  padding: .5rem 0 0;
}
.mobile-footer .footer-box .footer-ma {
  float: left;
  width: 22%;
  height: auto;
}
.mobile-footer .footer-box .footer-ma img {
  display: block;
  width: 100%;
}
.mobile-footer .footer-box .footer-text {
  float: right;
  width: 76%;
  height: 2rem;
  color: #f9f9f9;
}
.mobile-footer .footer-box .footer-text p {
  font-size: .23rem;
  line-height: 1.5;
}
.mobile-footer .footer-box .footer-text img {
  float: right;
  width: 38%;
}
.fp_h {
  height: 1rem;
}
.fp_h .m_fix {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 9999;
  background: #ba1a21;
}
.fp_h .m_fix ul {
  overflow: hidden;
  height: 1rem;
}
.fp_h .m_fix ul li {
  float: left;
  width: 25%;
  height: 100%;
  box-sizing: border-box;
  border-right: 2px solid #7d0000;
}
.fp_h .m_fix ul li:last-of-type {
  border-right: 0;
}
.fp_h .m_fix ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
.fp_h .m_fix ul li a div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fp_h .m_fix ul li a div img {
  width: .5rem;
  vertical-align: sub;
}
.fp_h .m_fix ul li a div p {
  display: inline-block;
  color: #f9f9f9;
  font-size: 0.3rem;
}
.gue_box {
  padding: 0.6rem 0.16rem;
  width: 80%;
  margin: 0 auto;
}
.gue_box .gue_tt {
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.gue_box .gue_tt img {
  width: 100%;
}
.gue_box .gue_con {
  padding: 0 0.16rem;
  margin-top: 0.16rem;
}
.gue_box .gue_con input,
.gue_box .gue_con textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: none;
  font-family: "微软雅黑";
  display: block;
  color: #000;
  font-size: 0.26rem;
  margin-bottom: 0.4rem;
  text-indent: 0.1rem;
  padding: 0.16rem 0;
  border-bottom: 1px solid #bebebe;
}
.gue_box .gue_con textarea {
  height: 1.4rem;
  resize: none;
}
.gue_box .gue_con .g_verify {
  overflow: hidden;
}
.gue_box .gue_con .g_verify input {
  float: left;
  width: 50%;
}
.gue_box .gue_con .g_verify img {
  float: left;
  height: 0.7rem;
  margin-left: 0.16rem;
  border-radius: 0.06rem;
  overflow: hidden;
  max-width: 45%;
  margin-top: 0.04rem;
}
.gue_box .gue_con .g_submit {
  padding-top: 0.16rem;
}
.gue_box .gue_con .g_submit a {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #cc0000;
  color: #f9f9f9;
  border-radius: 0.06rem;
  padding: 0.18rem 0;
  font-size: 0.26rem;
}
.gue_box .gue_con .g_submit a:active {
  background-color: #000;
  color: #f9f9f9;
}
/* 新闻列表 */
.in_news3 {
  padding: 0.3rem 0.16rem;
}
.in_news3 ul {
  margin: -0.16rem 0;
}
.in_news3 ul li {
  padding: 0.16rem 0 0.1rem;
  border-bottom: solid 1px #e8e8e8;
  height: 2.2rem;
}
.in_news3 ul li:active .in_nr h2 {
  color: #cc0000;
}
.in_news3 ul li:nth-last-of-type(1) {
  border: none;
}
.in_news3 ul li a {
  overflow: hidden;
  display: block;
}
.in_news3 ul li a .in_nl {
  float: left;
  width: 38%;
  height: 1.64rem;
  overflow: hidden;
}
.in_news3 ul li a .in_nl img {
  width: 100%;
}
.in_news3 ul li a .in_nr {
  float: right;
  width: 59%;
  margin-top: 0.06rem;
}
.in_news3 ul li a .in_nr h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  font-size: 0.26rem;
  font-weight: normal;
}
.in_news3 ul li a .in_nr span {
  font-size: 0.16rem;
  color: #cc0000;
  padding: 0.1rem 0;
  display: inherit;
}
.in_news3 ul li a .in_nr p {
  color: #8e8e8e;
  font-size: 0.18rem;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
  word-break: break-all;
}
.list_page {
  text-align: center;
  padding-bottom: .4rem;
}
.list_page.news-list {
  width: 49%;
  margin-left: 15%;
}
.list_page.message-list {
  width: 60%;
  float: left;
}
.list_page a,
.list_page span {
  height: 35px;
  box-sizing: border-box;
  padding: 6px 12px;
  font-size: 14px;
  color: #5a5a5a;
  border: solid 1px #e4eaec;
}
.list_page a:hover,
.list_page span:hover,
.list_page a.current,
.list_page span.current,
.list_page a.row,
.list_page span.row {
  background: #000;
  color: #f9f9f9;
}
.list_page .prev {
  border-right: none;
}
.list_page .next,
.list_page .num {
  border-left: none;
}
.list_page a {
  background: #fafafa;
  color: #5a5a5a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/*内容页*/
.in_content {
  padding: 0.4rem 0.3rem;
}
.in_content .in_contt {
  text-align: center;
}
.in_content .in_contt h2 {
  color: #cc0000;
  font-size: 0.34rem;
}
.in_content .in_contt span {
  color: #8e8e8e;
  font-size: 0.18rem;
  padding: 0.1rem 0.06rem;
  display: inline-block;
}
.in_content .in_condiv {
  margin-top: 0.05rem;
  color: #333;
  overflow: hidden;
  line-height: 1.7;
  font-size: 0.24rem;
}
.in_content .in_condiv img {
  max-width: 100% !important;
  display: inline-block;
  height: auto !important;
}
/*内容翻页*/
.in_pn {
  padding: 0.35rem 0.3rem 0.5rem;
  border-top: solid 1px #dfdfdf;
  margin-bottom: -0.25rem;
}
.in_pn span {
  display: block;
  overflow: hidden;
  padding-bottom: 0.25rem;
}
.in_pn span em {
  color: #222;
  font-style: normal;
  font-size: 0.26rem;
  float: left;
}
.in_pn span a {
  float: left;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #cc0000;
  font-size: 0.26rem;
}
.in_pn span a:active {
  text-decoration: underline;
  color: #cc0000;
}
/*图片列表*/
.in_pics2 {
  padding: 0.4rem 0.16rem;
}
.in_pics2 ul {
  overflow: hidden;
  margin: -0.16rem -0.16rem 0 0;
}
.in_pics2 ul li {
  float: left;
  width: 50%;
}
.in_pics2 ul li a {
  display: block;
  margin: 0.16rem 0.16rem 0 0;
  background: #fafafa;
}
.in_pics2 ul li a:active p {
  background: #cc0000;
  color: #f9f9f9;
}
.in_pics2 ul li a span {
  display: block;
  height: 2.17rem;
  overflow: hidden;
}
.in_pics2 ul li a span img {
  width: 100%;
  height: 100%;
}
.in_pics2 ul li a p {
  padding: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 0.24rem;
  color: #030000;
  background: #bebebe;
  border-top: none;
}
/*二级导航*/
.in_subnav {
  background: #cc0000;
}
.in_subnav ul {
  overflow: hidden;
}
.in_subnav ul li {
  float: left;
  width: 33.333333%;
}
.in_subnav ul li:active a {
  background: #8e8e8e;
}
.in_subnav ul li a {
  display: block;
  padding: 0.15rem 0;
  color: #f9f9f9;
  text-align: center;
  font-size: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.in_subnav ul .hover a {
  background: #8e8e8e;
}

.nodata{text-align: center;margin:0.7rem;}

/*店铺列表页*/
.in_shop{
  overflow: hidden;
  width: 60%;
  margin: 0 auto;
  max-width:
}
.in_shopintro {
  padding: 0 0.6rem;
}

.in_shop .in_shop_text {
  width: 25%;
  float: right;
}
.in_shop .in_shop_text .shop_style {
  margin-bottom: 70px;
}
.in_shop .in_shop_text h4 {
  font-size: .32rem;
  color: #000;
  margin-bottom: 5px;
  font-weight: bold;
}
.in_shop .in_shop_text p {
  font-size: .2rem;
  color: #323232;
  line-height: 1.8;
}
.in_shop .in_shop_text .shop_style p {
  margin-top: 30px;
}

.in_shopcon{
  padding: 0 0.06rem;
  width: 100%;
}
.in_shop .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.in_shop .swiper-slide {
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.in_shop .gallery-top {
  height: 80%;
  width: 100%;
}
.in_shop .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  height: 2.2rem;
  overflow: hidden;
}
.in_shop .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.5;
}
.in_shop .gallery-thumbs .swiper-slide-active {
  opacity: 1;
  box-sizing: border-box;
}
.in_shop .swiper-slide img {
  width: 100%;
}
.in_shop .gallery-thumbs .swiper-slide-active img {
  border: solid 0 #E7321F;
  box-sizing: border-box;
}
.in_shop .in_shopcon .swiper-wrapper a {
  display: block;
}
.in_shop .in_shopcon .gallery-top {
  width: 100%;
}
.in_shop .in_shopcon .gallery-thumbs {
  width: 100%;
  margin-bottom: 0.025rem;
}
.in_shop .in_shopcon .swiper-wrapper .swiper-slide {
  position: relative;
}
.in_shop .in_shopcon .gallery-thumbs .swiper-wrapper .swiper-slide {
  margin-right: 0 !important;
}
.in_shop .in_shopcon .swiper-wrapper .swiper-slide p {
  position: absolute;
  width: 100%;
  bottom: 0.2rem;
  text-align: center;
}
.in_shop .in_shopcon .swiper-wrapper .swiper-slide p a {
  display: inline-block;
  color: #efefef;
  font-size: 0.24rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.in_shop ul li .in_shopintro {
  font-size: 0.24rem;
  color: #888;
  overflow: hidden;
  margin: 0.3rem 0;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: box;
  overflow: hidden;
}
.in_shop ul li .in_shopintro span {
  color: #efefef;
}
.in_shop ul li {
  border-bottom: solid 1px #323230;
  padding: 0.4rem 0;
}
.in_shop .m_smore {
  padding-top: 0;
}
.pics .page_arrows .in_page_prev,
.pics .page_arrows .in_page_next {
  position: absolute;
  top: 50%;
}
.pics .page_arrows .in_page_prev a,
.pics .page_arrows .in_page_next a {
  display: block;
}
.pics .page_arrows .in_page_prev i,
.pics .page_arrows .in_page_next i {
  font-size: 50px;
}
.pics .page_arrows .p30 {
  opacity: .3;
}
.pics .page_arrows .in_page_prev {
  left: calc((100% - 800px) / 2 - 100px );
}
.pics .page_arrows .in_page_next {
  right: calc((100% - 800px) / 2 - 100px );
}
.pics .pics-main h3{
  text-align: center;
  font-size: .4rem;
}
.pics .pics-main .pics-content {
  text-align: center;
  margin: .5rem 0;
}
.pics .pics-main .pics-content .vedio_luembed iframe {
  /* width: 800px;
  height: 600px; */
}

@media (max-width: 1200px) {
	
  .footer_msgbar form {
    width: 90% !important;
    margin: 0 auto;
  }
  .footer_msgbar form table tbody tr td:nth-of-type(1) {
    width: 65% !important;
  }
  .footer_msgbar form table tbody tr td:nth-of-type(2) {
    font-size: 16px !important;
    width: 28% !important;
  }
  .footer_msgbar form table tbody tr td:nth-of-type(3) {
    width: 7% !important;
  }
  .footer_msgbar input {
    width: 20% !important;
  }
  .footer_msgbar .btn {
    width: 90px !important;
    margin-left: 15px !important;
  }
  .cbbfixed {
    right: 10px !important;
  }
}
@media (max-width: 1279px) {
  .footer_msgbar {
    display: none !important;
  }
  .main-im {
    display: none !important;
  }
  .floating_ck {
    display: none;
  }
}

.products-img .swiper-container-out .swiper-wrapper .swiper-slide>.swiper-container .swiper-wrapper .swiper-slide {
  pointer-events: auto !important;
}
.huodongs-img .swiper-container-out .swiper-wrapper .swiper-slide>.swiper-container .swiper-wrapper .swiper-slide {
  pointer-events: auto !important;
}
.pswp__caption {
  bottom: 85% !important;
}
.pswp__caption .pswp__caption__center {
  font-size: 20px;
  text-align: center;
}

.pswp__ui .pswp__button--arrow--left,
.pswp__ui .pswp__button--arrow--right {
  background: none;
}
.pswp__ui .pswp__button--arrow--left::before {
  content: '上一张';
}
.pswp__ui .pswp__button--arrow--right::before {
  content: '下一张';
}
.pswp__ui .pswp__button--arrow--left::before,
.pswp__ui .pswp__button--arrow--right::before {
  background: none;
  width: 100%;
  height: 100%;
  color: #f9f9f9;
  font-size: 20px;
}

.gsimg{
  width: 20px;
  margin-left: 10px;
  margin-bottom: -10px;
}

