
.store {
    position: relative;
    z-index: 2;
    width: 100%;}
	
.store .s-con {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0 60px 0;
	overflow: hidden;
	clear:both;
}
.store .s-title {
	width: 114px;
	margin: 0 auto;
	margin-top: 60px;
}
.store p {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	margin-top: 15px;
	opacity: 0;
	-webkit-transition: opacity 1.5s ease;
	-o-transition: opacity 1.5s ease;
	transition: opacity 1.5s ease;
}
.store .s-con ul li {
	width: 460px;
	cursor: pointer;
}
.store .s-con ul li .img-box {
	overflow: hidden;
	margin-bottom: 15px;
}
.store .s-con ul li + li {
	margin-left: -webkit-calc((100% - 1380px) / 2);
	margin-left: calc((100% - 1380px) / 2);
}
.store .s-con ul li p {
	margin-top: 0;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
}
.store .s-con ul li p.title {
	width: -webkit-calc(100% - 94px);
	width: calc(100% - 94px);
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	text-align: left;
}
.store .s-con ul li p.type {
	width: 94px;
	background-color: #b12123;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.store .s-con ul {
	margin-top: 50px;
	margin-bottom: 50px;
}
.store .s-con ul li img {
	width: 100%;
}
.btns {
	width: 280px;
	height: 56px;
	font-size: 20px;
	border: 2px solid #b12123;
	margin: 0 auto;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.btns:hover {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}
.btns a {
	width: 270px;
	height: 46px;
	margin-left: 5px;
	margin-top: 5px;
	display: block;
	line-height: 46px;
	color: #fff;
	text-indent: 50px;
	position: relative;
}
.btns a span {
	position: relative;
	z-index: 1;
}
.btns a .bg,  .btns1 a .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #b12123;
	height: 100%;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.btns a:after {
	width: 50px;
	height: 20px;
	background: url(../images/j.png) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 40px;
}
.join {
	position: relative;
	top: -15px;
	background: url(../images/tacn/wxlbg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 800px;
	padding-top: 150px;
}
.join .j-con {
	position: relative;
	width: 100%;
	max-width: 1300px;
	margin: auto;
	margin-right: auto;
}
.join .j-con .w1200 > img {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -50px;
}
.join .j-con div {
	position: relative;
	cursor: pointer;
}
.join .j-con .lll {
	position: absolute;
	left: 15px;
	bottom: 22px;
	width: 50px;
}
.join .j-con .right .lll {
	left: auto;
	bottom: auto;
	top: 22px;
	right: 15px;
}
.join .j-con a.imgs {
	height: 625px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	width: 100%;
	position: relative;
	display: block;
}
.join .j-con a.imgs.imgsd .clip {
	width: 1300px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}
.join .j-con a.imgs.imgsd img {
	position: absolute;
	clip: rect(0, 650px, 1000px, 650px);
	-webkit-transition: all 3s cubic-bezier(0.075, 0.82, 0.165, 1);
	-o-transition: all 3s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.join .j-con a.imgs.imgsd img.active {
	clip: rect(0, 1300px, 1000px, 0);
}
.join .j-con a.imgs.active {
	width: 100%;
}
.join .j-con .list {
	text-align: center;
	position: relative;
	-webkit-transition: opacity 1.2s ease;
	-o-transition: opacity 1.2s ease;
	transition: opacity 1.2s ease;
	opacity: 0;
	margin-top: 150px;
}
.join .j-con .list a {
	display: inline-block;
	width: 67px;
	height: 67px;
	padding: 5px;
	margin: 0 5px;
	border: 1px solid #b12123;
	position: relative;
}
.join .j-con .list a img {
	margin-top: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.join .j-con .list a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.join .j-con .list a:first-child:after,  .join .j-con .list a:last-of-type:before {
	width: 459px;
	height: 38px;
	background: url(../images/tl.png) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -19px;
	right: 100px;
	-webkit-transition: all 1s ease 1.2s;
	-o-transition: all 1s ease 1.2s;
	transition: all 1s ease 1.2s;
	overflow: hidden;
}
.join .j-con .list a:last-of-type:before {
	left: 100px;
	right: auto;
}

.btns1 {
/* margin-top: 40px; */

}
.btns1 a {
	text-indent: 70px;
}
.btns1 a:after {
	right: 55px;
}
.bg {
	background-image: url(../images/bg.jpg);
}
.inline-box {
	font-size: 0;
	-webkit-text-size-adjust: none;
	white-space: nowrap;
}
.inline-box > * {
	display: inline-block;
	font-size: 14px;
	white-space: normal;
	vertical-align: top;
}
}
 @media only screen and (max-width: 1600px) {

 .join .j-con div:first-of-type {
 -webkit-transform: scale(0.9);
 -ms-transform: scale(0.9);
 transform: scale(0.9);
}
 .recommendMain .inline-box .fl {
 width: -webkit-calc(33% - 20px);
 width: calc(33% - 20px);
 margin-left: 30px;
}

 .join .j-con img {
 max-width: 1100px;
}
 .join .j-con .list a:first-child:after,  .join .j-con .list a:last-of-type:before {
 width: 360px;
 height: 20px;
}
 .join .j-con a.imgs.imgsd .clip {
 width: 1100px;
}
 .join .j-con a.imgs.imgsd img {
 clip: rect(0, 550px, 1000px, 550px);
}
 .join .j-con img {
 margin-top: 180px;
}
 
 .store .s-title {
 margin-top: 20px;
 opacity: 0;
 -webkit-transition: opacity 1s ease;
 -o-transition: opacity 1s ease;
 transition: opacity 1s ease;
}
 
}
 @media only screen and (max-width: 1366px) {
 
 .store .s-title {
 margin-top: 10px;
}

 .store .s-con ul li {
 width: 30%;
}
 .store .s-con ul li + li {
 margin-left: 5%;
}
 .join .j-con {
 max-width: 1100px;
 margin: 0 auto;
}
 .join .j-con div:first-of-type {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
 .join .j-con .inline-box div {
 width: 50%;
}
 .join .j-con img {
 max-width: 100%;
}
 .news {
 min-height: 850px;
}

 .join .j-con .w1200 > img {
 width: 300px;
}
 .join .j-con .lll {
 width: 43px;
}
 .widthSome {
 width: -webkit-calc(50% + 400px);
 width: calc(50% + 400px);
}
 .aboutMain .common-main,  #store .common-main {
 padding-top: 100px;
}
 #store .LTitle {
 top: 100px;
}
 
}

 @media screen and (max-width: 1300px) {
 footer .top nav {
 padding: 0 3vw;
}
 footer .center {
 padding-left: 3vw;
 padding-right: 3vw;
}
 .store .s-title,  .store p,  .join .j-con .list,  .team .t-con .img,  .team .t-con p {
 opacity: 1;
}
}
 @media screen and (max-width: 1200px) {
 #main {
 height: auto;
 -webkit-transition: all 500ms;
 -o-transition: all 500ms;
 transition: all 500ms;
 width: 100vw;
 overflow-x: hidden;
}
 .team .t-img {
 display: none;
}
 .team {
 background-image: url(../images/bg2.jpg);
 min-height: auto;
 padding: 100px 0;
 -webkit-text-size-adjust: none;
 line-height: 1;
 font-size: 0;
}
 .timgs .tbox {
 width: 100%;
}
 .timg {
 width: 100%;
}
 .join .j-con {
 width: 90vw;
}
 .timgs {
 width: 90vw;
}
 .team .t-con {
 position: relative;
 height: auto;
}
 .join .j-con .lll {
 width: 3vw;
}
 .join .j-con .left .lll {
 bottom: 17px;
}
 .width1200 {
 width: 100%;
}
 #minBanner .PlateTitle {
 display: none;
}
 .join {
 min-height: auto;
 padding: 100px 0;
 top: 0;
 -webkit-text-size-adjust: none;
 line-height: 1;
 font-size: 0;
}
 #product {
 padding: 3vw;
}
 .productMain .box1 > ul > li {
 margin-left: 0;
 padding-left: 0;
}
 .news .t-con ul .icon img {
 width: 100%;
}
 .news .t-con ul span {
 font-size: 14px;
}
 footer {
 background-image: url(../images/bg2.jpg);
 background-color: transparent;
}
 .news {
 padding: 100px 3vw;
}
 footer .top {
 top: 0;
 position: relative;
}
 footer .center {
 background-color: #191919;
}
 .join .j-con img {
 margin-top: 0;
}
 .store .t-img {
 display: none;
}
 header .n_box {
 display: none;
}
 .m-header {
 display: block;
}
 .menubtn {
 background-color: #b12123;
 width: 60px;
 height: 60px;
 position: relative;
 padding-left: 12px;
 padding-top: 16px;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 z-index: 8;
 display: block;
 margin-left: auto;
 margin-right: 0;
}
 header {
 width: 60px;
 height: 60px;
 -webkit-transition: all 500ms;
 -o-transition: all 500ms;
 transition: all 500ms;
 left: auto;
 right: 0;
}
 .m-h-cover {
 width: 40vw;
 height: 100vh;
 background-color: #fff;
 position: absolute;
 left: 60px;
 top: 0;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}
 .menubtn span {
 display: block;
 width: 36px;
 height: 4px;
 background-color: #fff;
 position: absolute;
 top: 0;
 left: 12px;
 -webkit-transition: all 500ms;
 -o-transition: all 500ms;
 transition: all 500ms;
}
 .menubtn span:nth-child(1) {
 -webkit-transform: rotate(0);
 -ms-transform: rotate(0);
 transform: rotate(0);
 top: 16px;
}
 .menubtn span:nth-child(2) {
 -webkit-transform: scaleX(1);
 -ms-transform: scaleX(1);
 transform: scaleX(1);
 top: 28px;
}
 .menubtn span:nth-child(3) {
 -webkit-transform: rotate(0);
 -ms-transform: rotate(0);
 transform: rotate(0);
 top: 40px;
}
 .menubtn.active span:nth-child(1) {
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
 top: 28px;
}
 .menubtn.active span:nth-child(2) {
 -webkit-transform: scaleX(0);
 -ms-transform: scaleX(0);
 transform: scaleX(0);
}
 .menubtn.active span:nth-child(3) {
 -webkit-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 transform: rotate(-45deg);
 top: 28px;
}
 .mopen #main {
 -webkit-transform: translateX(-40vw);
 -ms-transform: translateX(-40vw);
 transform: translateX(-40vw);
}
 .mopen header {
 right: 40vw;
}
 .m-cover {
 position: absolute;
 width: 100vw;
 height: 100vh;
 left: -webkit-calc(-100vw + 60px);
 left: calc(-100vw + 60px);
 top: 0;
 background-color: rgba(0, 0, 0, 0.8);
 opacity: 0;
 visibility: hidden;
 -webkit-transition: all 500ms;
 -o-transition: all 500ms;
 transition: all 500ms;
}
 .mopen .m-cover {
 opacity: 1;
 visibility: visible;
}
 .m-logo {
 display: block;
 margin-bottom: 5vw;
 text-align: center;
 position: relative;
}
 .m-logo img {
 width: 22vw;
 display: inline-block;
}
 .m-h-cover ul {
 width: 80%;
 display: block;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 margin-left: 10%;
 position: relative;
}
 .m-h-cover {
 padding-top: 5vw;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 font-size: 14px;
 height: 100vh;
 overflow: auto;
}
 .m-h-cover ul.active li:first-of-type {
 color: #b80e14;
 margin-bottom: 10px;
}
 .m-h-cover ul.active li {
 display: block;
}
 .m-h-cover ul.active li:last-of-type {
 margin-bottom: 20px;
 border-bottom: 1px dashed #b80e14;
 padding-bottom: 10px;
}
 .m-h-cover ul li:first-of-type {
 padding-left: 0;
 font-size: 18px;
 letter-spacing: 4px;
 border-bottom: 1px solid #b80e14;
 padding-bottom: 20px;
 line-height: 1;
 display: block;
 padding-top: 20px;
}
 .m-h-cover ul li {
 text-align: center;
 line-height: 30px;
 display: none;
}
 .common-main .LTitle {
 display: none;
}
 .widthSome.common-main,  .common-main,  .widthSome {
 padding-top: 5vw;
 width: 100vw;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 padding: 5vw 3vw 200px;
}
 .newstMain .img-box.common {
 width: 100%;
}
 .newstMain .news-list {
 width: 100%;
}
 #newd .right {
 width: 100%;
 margin-left: 0;
 margin-top: 50px;
 display: block;
}
 #newd .left {
 width: 100%;
}
 .aboutMain .common-main,  #store .common-main {
 padding-top: 5vw;
}
 .storeMain .map-c {
 margin-left: 0;
 right: 3vw;
}
 .videocover .box {
 width: 80vw;
}
 #team .box44 .swiper-slide,  #team .box1 .swiper-slide,  #team .box2 .swiper-slide,  .storeMain .box1 .swiper-slide,  .storeMain .box3 .swiper-slide {
 width: 70vw;
}
 #team .box44 .swiper-slide img,  #team .box2 .swiper-slide img,  .teamtMain .box1 .swiper-container img,  .storeMain .box1 .img-box.common img,  .storeMain .box3 .swiper-slide img {
 width: 100%;
}
 .teamtMain .box2 .box-wrapper .swiper-container img {
 width: 100%;
}
 .jointMain .box1 ul {
 margin-right: 70px;
}
 #team .box3__,  .jointMain .box3 {
 width: 100%;
}
 #about .widthSome {
 padding-left: 3vw;
}
 .videocover .box {
 max-width: 80vw;
}
 .storeMain .box1 .text-box .pag span:first-of-type {
 font-size: 54px;
}
 .t-title {
 display: none;
}
 .m-title {
 display: block;
 margin-bottom: 30px;
 padding-top: 30px;
}
 .m-title p {
 color: #b5b5b5;
 font-size: 26px;
 font-weight: 700;
 text-transform: uppercase;
 line-height: 1;
}
 .m-title p:nth-child(1) {
 color: #aa2516;
 margin-bottom: 8px;
}
 .m-title p:nth-child(1) span {
 color: #bd9e57;
 font-size: 34px;
}
 .m-title p:nth-child(2) {
 font-size: 24px;
 margin-top: 0 !important;
 opacity: 0.8;
}
 .m-title p:nth-child(3) {
 font-size: 40px;
 margin-top: 10px;
 opacity: 0.7;
}
 .banner .logos {
 display: none;
}
 .banner .bottom img {
 display: none;
}
 .banner ul li {
 -webkit-background-size: contain;
 background-size: contain;
}
 .caip .c-img {
 display: none;
}
 .caip {
 background-image: url(../images/cpbg1.png);
 background-position: center bottom;
}
 .banner {
 height: 55vw;
}
 .caip {
 height: 888px;
}
 .store {
 background-image: url(../images/bg2.jpg);
}
 .store .s-con {
 position: relative;
}
 .productMain .box1 .right-box .img-box img {
 width: 70vw;
}
 .productMain .box1 .left-box {
 width: 27vw;
}
 .productMain .box1 .right-box {
 width: 70vw;
}
 footer .end .txt {
 padding-left: 3vw;
}
 .recommendMain {
 padding-left: 3vw;
 padding-right: 3vw;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}
 .storeMain .box1 .text-box {
 padding: 15px 25px;
}
 .storeMain .box1 .text-box .title {
 font-size: 20px;
 margin-bottom: 5px;
}
 .storeMain .box1 .text-box {
 font-size: 14px;
}
 .storeMain .box1 .text-box .iconfont {
 font-size: 20px;
}
 .storeMain .map-c .input-box .search {
 font-size: 24px;
 line-height: 45px;
}
 .storeMain .map-c .input-box input {
 height: 45px;
}
 .storeMain .map-c .input-box {
 height: 45px;
}
 .newstMain .img-box.common img {
 width: 100%;
}
 .newstMain .img-box.common .text-cover {
 padding: 22px 30px;
}
 .newstMain .news-title {
 font-size: 20px;
}
 .newstMain .titme {
 opacity: 0.8;
}
 #team .box3__ .swiper-slide img {
 width: 70%;
}
 .jointMain .box2 .no {
 width: 50px;
 line-height: 50px;
 font-size: 22px;
}
 .jointMain .box2 .swiper-slide img {
 width: 100%;
}
 .jointMain .box2 .t-h {
 width: 50px;
 line-height: 50px;
 font-size: 18px;
}
 .jointMain .box2 .swiper-slide {
 background-color: #fbf3d4;
}
 .jointMain .box2 .swiper-slide .img-box {
 width: -webkit-calc(100% - 50px);
 width: calc(100% - 50px);
}
 .cont {
 top: 40px;
}
 .aboutMain .box1 .c-title {
 font-size: 22px;
}
 .aboutMain .box1 .comp {
 margin-top: 30px;
}
 .aboutMain .box2 p + p {
 margin-top: 30px;
}
 .aboutMain .box5 .c-c {
 margin-bottom: 30px;
}
}
 @media screen and (max-width: 1000px) {

 .store .s-con ul li + li {
 margin-left: 2vw;
}
 .store .s-con ul {
 padding: 0 3vw;
}
 .store .s-con ul li {
 width: 30vw;
}
 .store .s-con ul li p.type {
 width: 100%;
}
 .store .s-con ul li .img-box {
 margin-bottom: 0;
}
 .btns a {
 width: 190px;
 height: 40px;
 line-height: 40px;
}
 .btns {
 width: 200px;
 height: 50px;
 font-size: 16px;
}
 .btns a:after {
 right: 10px;
 height: 16px;
 -webkit-background-size: contain;
 background-size: contain;
 margin-top: -8px;
}
 .btns a {
 text-indent: 10px;
}
 .join .j-con .w1200 > img {
 width: 200px;
}
 .join .j-con .right .lll {
 top: 2vw;
}
 .join .j-con .left .lll {
 bottom: 1.8vw;
}
 .join .j-con .list a {
 width: 60px;
 height: 60px;
}
 
}
 @media screen and (max-width: 767px) {

 .store .s-title img {
 width: 100%;
}
 .store .s-title {
 width: 80px;
}
 .store p, .team .t-con p {
 font-size: 14px;
}
 .store .s-con {
 padding: 50px 0;
}
 .store .s-con ul {
 margin: 20px 0 40px;
}
 .store .s-con ul {
 white-space: normal;
}
 .store .s-con ul li {
 width: 100%;
}
 .store .s-con ul li + li {
 margin-left: 0;
 margin-top: 20px;
}
 .join .j-con {
 width: 98vw;
}
 .join .j-con .w1200 > img {
 width: 100px;
 bottom: -35px;
}
 .join {
 padding: 60px 0;
}
 .join .j-con .list {
 margin-top: 70px;
}
 .join .j-con .list a {
 width: 50px;
 height: 50px;
}
 .join .j-con .list a:first-child:after, .join .j-con .list a:last-of-type:before {
 right: 80px;
}
 .join .j-con .list a:last-of-type:before {
 left: 80px;
}
 .team {
 padding: 60px 0;
}

}
