﻿.block {
  width: 1300px;
}
.banner-box{
  position: relative;z-index:3;
}
.banner-box .img-box img {
  width: 100%;
}
.banner-box .txt-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.banner-box .txt-box em {
  position: relative;
  font-size: 40px;
  color: #ffffff;
  line-height: 1.2;
  display: block;
  font-style: normal;
  margin-bottom: 5px;
}
.banner-box .txt-box p {
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
}
.banner-box .tab-list {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  bottom: 40px;
  z-index:120;
}
.banner-box .tab-list a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  min-width: 150px;
  line-height:45px;
  background: rgba(255, 255, 255, 0.2);
  margin-left: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
  box-sizing: border-box;
  border-radius: 30px;
}
.banner-box .tab-list a.active,
.banner-box .tab-list a:hover {
  background:#CB292C;
}







.page-box {
  text-align: center;
  font-size: 0;
}
.page-box span {
  display: inline-block;
  height: 30px;
  border: 1px solid #ededed;
  line-height: 28px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  color: #4c4c4c;
  font-size: 16px;
  margin-left: 6px;
  margin-right: 6px;
  cursor: pointer;
  vertical-align: middle;
}
.page-box span:hover {
  background: #CB292C;
  border-color: #CB292C;
  color: #fff;
}
.page-box span.active {
  color: #CB292C;
  border-color: transparent;
}
.page-box span.active:hover {
  background: transparent;
}
.page-box em {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  color: #666666;
  height: 30px;
  vertical-align: middle;
  margin-top: 2px;
}


/*门店*/
.store-wrap .session_1 {
  margin-top:80px;
  margin-bottom: 100px;
}
.store-wrap .session_1 .title-box{
	text-align:center;
}
.store-wrap .session_1 .title-box p{
	font-size:30px;
	font-family:myFirstFont;
	color:#999999;
}
.store-wrap .session_1 .title-box h3{
	font-size:30px;
	font-weight:300;
	margin-top:-9px;
}
.store-wrap .session_1 .choose{
  margin-top:60px;margin-bottom:60px;
}
.store-wrap .session_1 .choose .row {
  margin-left: -15px;
  margin-right: -15px;
}
.store-wrap .session_1 .choose .col-md-6 {
  float: left;
  width:250px;
  padding-left:15px;
  padding-right:15px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.store-wrap .session_1 .choose select {
  width: 100%;
  height:38px;
  line-height:38px;
  border: 1px solid #D2D2D2;
  padding-left: 15px;
  padding-right: 15px;
  background:#E9E9ED;
  box-sizing: border-box;
}
.store-wrap .session_1 .choose .btn-box span {
  display: inline-block;
  background: #CB292C;
  color: #fff;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  width: 165px;
  text-align: center;
  cursor: pointer;
  margin-left:15px;border-radius:3px;
}
.store-wrap .session_1 .centent-box{
  display:flex;width:100%;
}
.store-wrap .session_1 .centent-box .left-box {
  width: 35%;
}
.store-wrap .session_1 .centent-box .left-box .store_result .title {
  font-size: 18px;
  color: #2c2c2c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 38px;
}
.store-wrap .session_1 .centent-box .left-box .store_result .store_result_list {
  height:601px;
  overflow-y: auto;
  padding-right: 10px;
  box-sizing: border-box;
}
.store-wrap .session_1 .centent-box .left-box .store_result .store_result_list::-webkit-scrollbar {
  width: 4px;
  background: #d9d9d9;
  border-radius: 2px;
}
.store-wrap .session_1 .centent-box .left-box .store_result .store_result_list::-webkit-scrollbar-thumb {
  background: #CB292C;
  border-radius: 2px;
}
.store-wrap .session_1 .centent-box .left-box .store_result .store_result_list .no_stroe {
  display: none;
  text-align: center;
  font-size: 16px;
  color: #CB292C;
  padding-top: 80px;
  padding-left: 10px;
  padding-right: 10px;
}
.store-wrap .session_1 .centent-box .left-box .store_result .store_result_list .item-box {
  border-top:1px solid #c8c8c8;
  height:220px;  
  padding-top:40px;
  padding-bottom:40px;box-sizing:border-box;
}
.store-wrap .session_1 .centent-box .left-box .store_result .store_result_list .item-box:nth-child(1){
  border-top:none;padding-top:0;height:160px;
}
.store-wrap .session_1 .centent-box .left-box .store_result .store_result_list .item-box a {
  display: block;
}
.store-wrap .session_1 .centent-box .left-box .store_result .store_result_list .item-box .one-key{
	position:relative;
	color:#999;
}
.store-wrap .session_1 .centent-box .left-box .store_result .store_result_list .item-box .txt-box {
  float: left;
  width: 60%;
}
.store-wrap .session_1 .centent-box .left-box .store_result .store_result_list .item-box .txt-box h3 {
  font-weight: 400;
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}
.store-wrap .session_1 .centent-box .left-box .store_result .store_result_list .item-box .txt-box p {
  font-size: 14px;
  line-height:2;
  color: #666;
}
.store-wrap .session_1 .centent-box .left-box .store_result .store_result_list .item-box .txt-box p:nth-child(2){
	line-height:1.4;
}
.store-wrap .session_1 .centent-box .left-box .store_result .store_result_list .item-box .txt-box span {
  margin-top:5px;
  display: inline-block;
  color: #999;
}
.store-wrap .session_1 .centent-box .left-box .store_result .store_result_list .item-box .txt-box span img{
  height:8px;position:relative;top:-1px;margin-left:14px;
}
.store-wrap .session_1 .centent-box .left-box .store_result .store_result_list .item-box .txt-box span img.active{
  display:none;
}
.store-wrap .session_1 .centent-box .left-box .store_result .store_result_list .item-box:hover .txt-box span img{
  display:none;
}
.store-wrap .session_1 .centent-box .left-box .store_result .store_result_list .item-box:hover .txt-box span img.active{
  display:inline-block;
}
.store-wrap .session_1 .centent-box .left-box .store_result .store_result_list .item-box .img-box {
  float: right;
  width: 38%;
}
.store-wrap .session_1 .centent-box .left-box .store_result .store_result_list .item-box .img-box img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}
.store-wrap .session_1 .centent-box .left-box .store_result .store_result_list .item-box a:hover h3 {
  color: #CB292C;
}
.store-wrap .session_1 .centent-box .left-box .store_result .store_result_list .item-box a:hover span {
  color: #CB292C;
}
.store-wrap .session_1 .centent-box .right-box {
  position: relative;
  width: 64%;
  height: 601px;
  overflow: hidden;
}
.store-wrap .session_1 .centent-box .right-box .centent-box {
  position: absolute;
  width: 100%;
  height: 100%;
}
.store-wrap .session_1 .centent-box .right-box #allmap {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.store-wrap .session_1 .centent-box .left-box .store_result .store_result_list .item-box:last-child{
	padding-bottom:0;
}
/*联系*/
.link-wrap .session_1 {
  padding-top: 90px;
  margin-bottom: 90px;
}
.link-wrap .session_1 .item-box {
  float: left;
  width: 33.3%;
  text-align: center;
}
.link-wrap .session_1 .item-box .img-box {
  margin-bottom: -20px;
}
.link-wrap .session_1 .item-box span{
  display:inline-block;padding-right:25px;
  font-size:18px;color:#333;
  margin-top:10px;margin-bottom:20px;
}
.link-wrap .session_1 .item-box p {
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
}
.link-wrap .session_2 img{
  width:100%;
}
.link-wrap .session_3{
  background:url('../image/img_6.png') center center no-repeat;
  background-size:cover;height:600px;
  padding-top:60px;box-sizing:border-box;
}
.link-wrap .session_3 .title-box{
  display:flex;
  align-items:center;
  justify-content:center;
}
.link-wrap .session_3 .title-box .icon-box img{
  height:111px;
}
.link-wrap .session_3 .title-box .txt-box{
  padding-left:25px;box-sizing:border-box;
}
.link-wrap .session_3 .title-box .txt-box span{
  font-size:36px;color:rgba(255, 255, 255, 0.5);
  line-height:1;
}
.link-wrap .session_3 .title-box .txt-box p{
  font-size:30px;color:#fff;font-weight:300;
}
.link-wrap .session_3 .centent-box{
  margin-top:80px;
}
.link-wrap .session_3 .centent-box .item-box{
  float:left;width:25%;text-align:center;
}
.link-wrap .session_3 .centent-box .item-box .txt-box{
    margin-top:10px;
}
.link-wrap .session_3 .centent-box .item-box .icon-box{
  width:140px;height:140px;background:#CB292C;
  border-radius:50%;line-height:140px;
  text-align:center;display:inline-block;
}
.link-wrap .session_3 .centent-box .item-box h3{
  font-size:20px;color:#fff;opacity:0.7;
}
.link-wrap .session_3 .centent-box .item-box p{
  font-size:14px;color:#fff;opacity:0.7;
}
.link-wrap .session_4 {
  margin-top:85px;
  padding-bottom: 100px;
}
.link-wrap .session_4 .title-box {
  text-align: center;
  margin-bottom:55px;
}
.link-wrap .session_4 .title-box span {
  display: inline-block;
  font-size:30px;
  color: #333;
  padding-bottom: 5px;
  position: relative;
}
.link-wrap .session_4 .title-box p {
  font-size: 16px;
  color: #666;
}
.link-wrap .session_4 .list-box{
  margin-left:-10px;margin-right:-10px;
}
.link-wrap .session_4 .input-box {
  position: relative;
  float: left;width:33.3%;
  padding-left:10px;padding-right:10px;
  margin-bottom: 20px;
  box-sizing:border-box;
}
.link-wrap .session_4 .input-box input {
  height: 36px;width:100%;
  border: 1px solid #eeeeee;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  background:#fcfcfc;
  border-radius:3px;
}
.link-wrap .session_4 .input-box label {
  position: absolute;
  right:20px;
  font-size: 18px;
  color: #808080;
  line-height: 36px;
}
.link-wrap .session_4 .input-box label em {
  font-size: 16px;
  color:#CB292C;
  vertical-align: middle;
}
.link-wrap .session_4 .content-box{
  width:100%;
}
.link-wrap .session_4 .input-box textarea {
  width:100%;
  padding: 15px;
  box-sizing: border-box;
  height: 220px;
  border: 1px solid #eeeeee;
  background:#fcfcfc;
}
.link-wrap .session_4 .input-box:last-child {
  margin-bottom: 20px;
}
.link-wrap .session_4 .input-box.other-box input {
  width:200px;
}
.link-wrap .session_4 .input-box.other-box label {
  left:190px;
}
.link-wrap .session_4 .select-box{
  width:100%;
}
.link-wrap .session_4 .select-box .input-box{
  width:50%;
}
.link-wrap .session_4 .select-box select {
  height: 36px;
  width:100%;
  background:#FCFCFC;
  border: 1px solid #eee;
  outline: none;
}
.link-wrap .session_4 .btn-box {
  text-align:center;
  font-size: 0;margin-top:40px;
}
.link-wrap .session_4 .btn-box .ok {
  display: inline-block;border:none;
  width:220px;margin-left:10px;margin-right:10px;
  height: 40px;
  background:#CB292C;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  border-radius:20px;
}
.link-wrap .session_4 .btn-box .ok2{
  background:transparent;
  color:#333;
  border:1px solid #bfbfbf;
}
/*案例*/
.case_list-wrap .session_1 {
  margin-top: 80px;
  margin-bottom:80px;
}
.case_list-wrap .session_1 .row {
  margin-left: -12px;
  margin-right: -12px;
}
.case_list-wrap .session_1 .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
  margin-bottom:24px;
}
.case_list-wrap .session_1 .item-box {
  position: relative;
}
.case_list-wrap .session_1 .item-box .img-box {
  position: relative;
}
.case_list-wrap .session_1 .item-box .img-box:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all .3s;
}
.case_list-wrap .session_1 .item-box .img-box > img {
  width: 100%;height:280px;object-fit:cover;
}
.case_list-wrap .session_1 .item-box .img-box .icon-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99;
  margin-top: -15px;
  transform: translateY(-40px);
  transition: all .3s;
  opacity: 0;
}
.case_list-wrap .session_1 .item-box .img-box .icon-box img {
  width: auto;
}
.case_list-wrap .session_1 .item-box .txt-box {
  height:75px;
  line-height:75px;
  background: #f5f5f5;
  text-align: center;
  color: #666;
  font-size: 16px;
  position: relative;
}
.case_list-wrap .session_1 .item-box:hover .img-box:before {
  opacity: 1;
}
.case_list-wrap .session_1 .item-box:hover .img-box .icon-box {
  opacity: 1;
  transform: translateY(0px);
}
.case_list-wrap .session_1 .item-box:hover .txt-box {
  background:#CB292C;
  color: #fff;
}
.case_list-wrap .page-box{
  margin-top:50px;
}
/*新闻*/
.news_list-wrap .session_1 {
  margin-top: 65px;
  margin-bottom: 55px;
}
.news_list-wrap .session_1 .item-box {
  background: #ffffff;
  height: 395px;
}
.news_list-wrap .session_1 .item-box a {
  display: block;
  display: flex;
}
.news_list-wrap .session_1 .item-box .txt-box .more-box .public_a{
  	overflow:hidden;
  	border-radius:23px;
}
.news_list-wrap .session_1 .item-box .txt-box .more-box .public_a:after{
  	border-radius:23px;
  	border-color:#bfbfbf;
  	overflow:hidden;
}
.news_list-wrap .session_1 .item-box .txt-box .more-box .public_a:hover:after{
	border-color:#CB292C;
}
.news_list-wrap .session_1 .item-box .img-box img {
  width: 600px;
  height: 395px;
  object-fit: cover;
}
.news_list-wrap .session_1 .item-box .txt-box {
  width: 700px;
  padding-left: 50px;
  padding-right: 40px;
  box-sizing: border-box;
  padding-top: 50px;
}
.news_list-wrap .session_1 .item-box .txt-box .title-box {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.news_list-wrap .session_1 .item-box .txt-box .title-box h3 {
  	font-size: 18px;
  	color: #333333;
 	margin-bottom: 5px;
  	line-height: 1.6;
}
.news_list-wrap .session_1 .item-box .txt-box .title-box span {
  	font-size: 14px;
  	color: #999999;
}
.news_list-wrap .session_1 .item-box .txt-box .des-box p {
  	font-size: 14px;
  	color: #666;
  	line-height: 1.8;
  	height:52px;
}
.news_list-wrap .session_1 .item-box .txt-box .more-box {
  	margin-top: 55px;
  	height:45px;
}
.news_list-wrap .session_1 .item-box .txt-box .more-box .public_a{
  	background: transparent;
}
.news_list-wrap .session_1 .item-box .txt-box .more-box .public_a span{
	font-style: normal;
}
.news_list-wrap .session_1 .swiper-pagination {
  	text-align: right;
  	padding-right: 40px;
  	box-sizing: border-box;
}
.news_list-wrap .session_1 .swiper-pagination .swiper-pagination-bullet {
  	background: transparent;
  	opacity: 1;
  	width: 10px;
  	height: 10px;
  	border: 1px solid #cdcdcd;
}
.news_list-wrap .session_1 .swiper-pagination .swiper-pagination-bullet-active {
  	background: #CB292C;
  	border-color: #CB292C;
}
.news_list-wrap .session_2 {
  	margin-bottom: 70px;
}
.news_list-wrap .session_2 .row {
  	margin-left: -40px;
  	margin-right: -40px;
}
.news_list-wrap .session_2 .row .col-md-4 {
  	width: 33.33%;
  	float: left;
  	padding-left: 40px;
  	padding-right: 40px;
  	box-sizing: border-box;
 	margin-bottom: 40px;
}
.news_list-wrap .session_2 .item-box {
  	transition: all .3s;
}
.news_list-wrap .session_2 .item-box .img-box {
  	overflow: hidden;
}
.news_list-wrap .session_2 .item-box .img-box img {
  	width: 100%;
  	height: 250px;
  	transition: all .3s;
}
.news_list-wrap .session_2 .item-box > .txt-box{
  padding-left: 22px;
  padding-right: 22px;
  background:#ffffff;
}
.news_list-wrap .session_2 .item-box .txt-box .title {
  padding-top: 20px;
  height: 85px;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
}
.news_list-wrap .session_2 .item-box .txt-box .title h3 {
  font-size: 18px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .3s;
}
.news_list-wrap .session_2 .item-box .txt-box .title span {
  font-size: 14px;
  color: #999999;
}
.news_list-wrap .session_2 .item-box .txt-box .des-box {
  height: 115px;
  box-sizing: border-box;
  padding-top: 22px;
}
.news_list-wrap .session_2 .item-box .txt-box .des-box p {
  font-size: 14px;
  color: #999999;
}
.news_list-wrap .session_2 .item-box:hover {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}
.news_list-wrap .session_2 .item-box:hover .img-box img {
  transform: scale(1.1);
}
.news_list-wrap .session_2 .item-box:hover .txt-box .title h3 {
  color: #CB292C;
}
.news_list-wrap .session_2 .page-box {
  margin-top: 20px;
}
.news_list-wrap .session_3 {
  margin-bottom:50px;
  margin-top:60px;
  background:#ffffff;
  padding:50px;
  box-sizing:border-box;
}
.news_list-wrap .session_3 .title-box {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom:30px;
  border-bottom:2px solid #333;
}
.news_list-wrap .session_3 .title-box p {
  font-size: 30px;
  margin-bottom: 10px;
}
.news_list-wrap .session_3 .title-box .txt_1 span {
  display: inline-block;
  font-size: 14px;
  color: #999999;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 400;
}
.news_list-wrap .session_3 .des-box span,
.news_list-wrap .session_3 .des-box p {
  font-size: 16px !important;
  color: #666 !important;
  line-height: 30px;
}
.news_list-wrap .session_3 .des-box p img {
  max-width: 100%;display:block;margin:0 auto;
}
.news_list-wrap .session_3 .bottom-box {
	padding-bottom:10px;
  	border-bottom: 1px solid #eeeeee;
  	margin-top: 100px;
}
.news_list-wrap .session_3 .bottom-box a .black-btn{
	opacity:0;
}
.news_list-wrap .session_3 .bottom-box .black-btn {
  float: left;
  width: 145px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #CB292C;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
}
.news_list-wrap .session_3 .bottom-box .share-box {
  float: right;
}
.news_list-wrap .session_3 .bottom-box .share-box #share-1 {
  display: inline-block;
}
.news_list-wrap .session_3 .bottom-box .share-box #share-1 .social-share-icon {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
}
.news_list-wrap .session_3 .other-box {
	display:flex;
  	margin-top:50px;
  	justify-content:space-between;
}
.news_list-wrap .session_3 .other-box li a {
  	color:#666666;
  	font-size:20px;
}
.news_list-wrap .session_3 .other-box li:nth-child(1) img{
	margin-right:20px;
}
.news_list-wrap .session_3 .other-box li:nth-child(2){
	width:234px;
	height:68px;
	border-radius:34px;
	text-align:center;
	background:#CB292C;
	padding-top:20px;
	box-sizing:border-box;
}
.news_list-wrap .session_3 .other-box li:nth-child(2) img{
	margin-right:20px;
	position:relative;
	top:-3px;
}
.news_list-wrap .session_3 .other-box li:nth-child(2) a{
	font-size:18px;
	color:#ffffff;
}
.news_list-wrap .session_3 .other-box li:nth-child(3) img{
	margin-left:20px;
}
.news_list-wrap .session_4 .title-box h3{
	font-size:24px;
	line-height:1;
	margin-bottom:36px;
	padding-left:30px;
	box-sizing:border-box;
}
.news_list-wrap .session_4 .item-box{
	float:left;
	width:50%;
	padding-left:30px;
	padding-right:30px;
	box-sizing:border-box;
	display:flex;
	align-items:center;
	margin-bottom:20px;
}
.news_list-wrap .session_4 .item-box .img-box img{
	width:280px;
	height:184px;
	object-fit:cover;
}
.news_list-wrap .session_4 .item-box .txt-box{
	padding-left:30px;
	box-sizing:border-box;
}
.news_list-wrap .session_4 .item-box .txt-box h3{
	font-size:18px;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp:1;
   -webkit-box-orient: vertical;
}
.news_list-wrap .session_4 .item-box .txt-box span{
	font-size:14px;
	color:#999999;
	display:block;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #e5e5e5;
}
.news_list-wrap .session_4 .item-box .txt-box p{
	font-size:14px;
	color:#999999;
}


.news_list-wrap .session_5{
	margin-top:40px;
	margin-bottom:76px;
}
.news_list-wrap .session_5 .title-box h3{
	font-size:24px;
	line-height:1;
	margin-bottom:36px;
	padding-left:30px;
	box-sizing:border-box;
}
.news_list-wrap .session_5 .list-box{
	border:1px solid #DDDDDD;
	margin-left:30px;
	margin-right:30px;
	height:200px;
	display:flex;
	justify-content:space-around;
}
.news_list-wrap .session_5 .item-box{
	padding-top:30px;
	box-sizing:border-box;
}
.news_list-wrap .session_5 .item-box:hover .icon-box{
	border-color:#CB292C;
}
.news_list-wrap .session_5 .item-box .icon-box{
	width:100px;
	height:100px;
	line-height:100px;
	text-align:center;
	border:1px solid #DDDDDD;
	border-radius:100%;
}
.news_list-wrap .session_5 .item-box:hover .icon-box img,
.news_list-wrap .session_5 .item-box .icon-box img.active{
	display:none;
}
.news_list-wrap .session_5 .item-box:hover .icon-box img.active{
	display:inline-block;
}
.news_list-wrap .session_5 .item-box .txt-box p{
	color:#666;
	font-size:16px;
	line-height:1;
	margin-top:20px;
	text-align:center;
}
.news_list-wrap .session_5 .item-box:hover .txt-box p{
	color:#CB292C;
}


/*# sourceMappingURL=style.css.map */