/*reset*/
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

/*指定元素*/
a{
	text-decoration: none;
	color: black;
}
ul,h1,h2,h3,h4{
	padding: 0;
	margin: 0;
}
li{
	list-style: none;
}
html,body{
	font-family:"微软雅黑",Helvetica,sans-serif;
	font-size: 62.5%;
}


@media screen and (min-width:680px){
	html,body{
		min-width: 1100px;
	}
}
@media only screen and (max-width: 320px){
	html,body{
		min-width: 320px;
	}
}




/* 导航 */
.head{
	box-sizeing: border-box;
	overflow: hidden;
	border-bottom: 1px solid #E6E6E6;
}

.head .logo{
	height: 100%;
	float: left;
	width: 31%;
}
.head .logo a{
	display: block;
}
.head .logo a img{
	max-width: 100%;
}
.head .nav{
	height: 100%;
	/*margin-left: 2%;*/
	float: right;
	position: relative;
}
.head .nav ul{
	overflow: hidden;
	height: 100%;
}
.head .nav ul li{
	float: left;
	text-align: center;
	cursor: pointer;
	height: 100%;
}
.head .nav ul li a{
	height: 100%;
	display: block;
}
.head .nav .subline{
	width: 0;
	height: 2px;
	background-color: black;
	position: absolute;
	border-radius: 4px;
	right: 0;
	display: none;
	transition: all .4s ease-in;
}
@media screen and (min-width:680px){
	.head{
		max-width: 100%;
		min-width: 705px;
		height: 60px;
		padding-left: 15%;
		padding-top: 26px;
	}
	.head .nav{
		width:69%;
		min-width: 506px;
	}
	.head .nav ul{
		width: 100rem;
		line-height: 30px;
	}
	.head .nav ul li{
		margin-left: 5%;
	}
	.head .nav ul li:first-child{
		margin-left: 0;
	}
	.head .nav ul li a{
		font-size: 14px;
	}
	.head .nav ul li a img{
		display: block;
		width: 25px;
		height: 25px;
		margin: 0 auto;
	}
	.head .nav ul li a p{
		margin-top: 25px;
	}
	.head .nav ul li a span{
		display: block;
	}
	.head .nav .subline{
		top: 56px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 680px){
	.head{
		height: 30px;
		padding-top: 14px;
		padding-bottom: 4px;
	}
	.head .logo{
		width: 20%;
		margin-left: 3%;
	}
	.head .logo a{
		height: 30px;
	}
	.head .logo a img{
		max-height: 100%;
	}
	.head .nav{
		width:66%;
	}
	.head .nav ul{
		padding-right: 2px;
	}
	.head .nav ul li{
		width: 20%;
	}
	.head .nav ul li a{
		font-size: 12px;
		line-height: 19px;
	}
	.head .nav ul li a img{
		display: block;
		width: 20px;
		height: 20px;
		margin: 0 auto;
	}
	.head .nav ul li a span{
		display: none;
	}
	.head .nav ul li a p{
		margin-top: 0px;
	}
	.head .nav .subline{
		top: 30px;
		height: 1px;

	}
}

/*footer*/
.footer .footer-logo img{
	display: block;
	margin: 0 auto;
}
.footer .footer-contact{
	overflow: hidden;
}
.footer .footer-contact .qr{
	float: left;
	width: 100px;
	height: 100px;
}
.footer .footer-contact .qr img{
	width: 100%;
	display: block;
}
.footer .footer-contact .footer-contact-text{
	overflow: hidden;
	padding-top: 6px;
	padding-left: 6px;
	line-height: 0.8;
}
.footer .footer-contact-text h3{
	font-size: 16px;
}
.footer .footer-contact-text p{
	font-size: 14px;
}
.footer .footer-beian{
	font-size: 12px;
}
@media screen and (min-width:680px){
	.footer{
		margin-left: 20%;
		margin-right: 20%;
		margin-top: 60px;
		margin-bottom: 40px;
	}
	.footer .footer-logo{
		margin-top: 40px;
	}
	.footer .footer-beian{
		text-align: right;
	}
}
@media only screen and (min-width: 320px) and (max-width: 680px){
	.footer{
		margin-left:4%;
		margin-top: 3rem;
		margin-bottom: 2rem;
		font-size: 1.2rem;
	}
	.footer .footer-logo{
		margin-top: 2rem;
	}
	.footer .footer-beian{
		text-align: center;
	}
}



/*首页轮播*/
.index-slide{
	width: 100%;
}



/* buy */
.buy-good{
	overflow: hidden;
}
.buy-good .buy-left,
.buy-good .buy-right{
	float: left;
}
.buy-good .buy-left .buy-left-inner{
	overflow: hidden;
}
.buy-good .buy-right .buy-right-inner{
	overflow: hidden;
}
.buy-good .buy-left .buy-left-inner .buy-left-img,
.buy-good .buy-left .buy-left-inner .buy-left-text,
.buy-good .buy-right .buy-right-inner .buy-right-img,
.buy-good .buy-right .buy-right-inner .buy-right-text{
	float: left;
}
.buy-good .buy-left .buy-left-inner .buy-left-img{
	width: 60%;
}
.buy-good .buy-right .buy-right-inner .buy-right-img{
	width: 60%;
}
.buy-good .buy-left .buy-left-inner .buy-left-text{
	width: 20%;
}
.buy-good .buy-right .buy-right-inner .buy-right-text{
	width: 20%;
}
.buy-good img{
	max-width: 100%;
}
.buy-good .buy-left .buy-left-inner .buy-left-text,
.buy-good .buy-right .buy-right-inner .buy-right-text{
	margin-left: 6%;
}
.buy-links{
	margin-top: 3rem;
}
.buy-links a{
	display: inline-block;
	margin-bottom: 6px;
	padding: 4px;
	border: 1px solid rgb(197,28,63);
	color: rgb(197,28,63);
}
.buy-links a:hover{
	color: white;
	background-color: rgb(197,28,63);
}
.buy-way{
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.buy-way .buy-way-detail{
	overflow: hidden;
}
.buy-way .buy-way-detail ul li{
	float: left;
	display: inline-block;
}
.buy-way .buy-way-detail ul li a{
	display: block;
}
.buy-way .buy-way-detail ul li a img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.buy-way .buy-way-detail ul li a span{
	display: block;
	color: black;
	padding-top: 10px;
	text-align: center;
}
@media screen and (min-width:680px){
	.buy-good{
		margin-top: 8rem;
		margin-bottom: 8rem;
		margin-left: 20%;
	}
	.buy-good .buy-left,
	.buy-good .buy-right{
		width: 40%;
	}
	.buy-way{
		height: 340px;
		padding-left: 20%;
		padding-right: 20%;
	}
	.buy-way .buy-way-info{
		padding-top: 60px;
		font-size: 1.6rem;
	}
	.buy-way .buy-way-detail{
		margin-top: 70px; 
	}
	.buy-way .buy-way-detail ul li{
		width: 25%;
	}
	.buy-way .buy-way-detail ul li a span{
		font-size: 14px;
	}
	.buy-links a{
		font-size: 14px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 680px){
	.buy-good{
		height: 9.8rem;
		margin-top: 3rem;
	}
	.buy-good .buy-left,
	.buy-good .buy-right{
		width: 50%;
	}
	.buy-links a{
		font-size: 1.2rem;
		display: none;
	}
	.buy-way{
		height: 15rem;
		padding-left: 10%;
		padding-right: 10%;
	}
	.buy-way .buy-way-info{
		padding-top: 2rem;
		font-size: 1.2rem;
	}
	.buy-way .buy-way-detail{
		margin-top: 3rem;
	}
	.buy-way .buy-way-detail ul li{
		width: 16%;
		margin-left: 6%;
	}
	.buy-way .buy-way-detail ul li a span{
		font-size: 1.2rem;
	}
}



/*t1-detail*/
.t1-detail-banner{
	width: 100%;
	overflow: hidden;
}
.t1-detail-banner img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.t1-detail-top p{
	margin-bottom: 10px;
}
.t1-detail-middle{
	width: 100%;
}
.t1-detail-middle img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.t1-detail-bottom p{
	margin-bottom: 30px;
	margin-top: 10px;
}
.t1-show-buy{
	width: 100%;
	border-bottom: 1px solid #E6E6E6;
}
.t1-show-buy img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.t1-show-buy .buy-link{
	text-align: center;
}
.t1-show-buy .buy-link a{
	display: inline-block;
	font-weight: bold;
	color: rgb(197,28,63);
	border: 2px solid rgb(197,28,63);
}
.t1-show-buy .buy-link a:hover{
	color: #fff;
	background-color: red;
}
@media screen and (min-width:680px){
	.t1-detail-top{
		margin-left: 20%;
		margin-right: 20%;
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.t1-detail-top p{
		line-height: 30px;
		font-size: 1.6rem;
	}
	.t1-detail-bottom{
		margin-left: 20%;
		margin-right: 20%;
		margin-top: 90px;
		margin-bottom: 90px;
	}
	.t1-detail-bottom h3{
		font-size: 1.8rem;
	}
	.t1-detail-bottom p{
		line-height: 30px;
		font-size: 1.6rem;
	}
	.t1-show-buy{
		padding-bottom: 70px;
	}
	.t1-show-buy .buy-link{
		margin-top: -20px;
	}
	.t1-show-buy .buy-link a{
		padding: 12px 18px;
		font-size: 18px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 680px){
	.t1-detail-top{
		margin-left: 10%;
		margin-right:10%;
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.t1-detail-top p{
		line-height: 1.8rem;
		font-size: 1.2rem;
	}
	.t1-detail-bottom{
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.t1-detail-bottom h3{
		font-size: 1.6rem;
	}
	.t1-detail-bottom p{
		line-height: 1.8rem;
		font-size: 1.2rem;
	}
	.t1-show-buy{
		padding-bottom: 3rem;
	}
	.t1-show-buy .buy-link{
		margin-top: 0;
	}
	.t1-show-buy .buy-link a{
		padding: .5rem 1.9rem;
		font-size: 1.4rem;
	}
}




/*about-us*/
.about-banner{
	overflow: hidden;
}
.about-banner img{
	width: 100%;
}
.about-intru h3{
	margin-top: 5px; 
}
.about-intru h4{
	margin-top: 5px;
}
@media screen and (min-width:680px){
	.about-intru{
		margin-left: 20%;
		margin-right: 20%;
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.about-intru p{
		margin-bottom: 40px;
		line-height: 30px;
		font-size: 1.6rem;
		margin-top: 3px;
	}
	.about-intru h1{
		font-size: 2.0rem;
		margin-bottom: 10px;
	}
	.about-intru h2{
		font-size: 1.9rem;
		margin-bottom: 10px;
	}
	.about-intru .par{
		margin-bottom: 35px;
	}
	.about-intru .par p{
		margin-bottom: 3px;
		margin-top: 3px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 680px){
	.about-intru{
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.about-intru p{
		margin-bottom: 2rem;
		line-height: 1.8rem;
		font-size: 1.2rem;
	}
	.about-intru h3{
		font-size: 1.6rem;
	}
	.about-intru h4{
		font-size: 1.4rem;
	}
}




/*parts*/
.parts{
	text-align: center;
	margin-top: 30px;
	font-size: 18px;
}




/* T2 detail */
.t2-detail-banner{
	width: 100%;
}
.t2-detail-banner img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.t2-detail-top p{
	margin-bottom: 10px;
}
.t2-detail-middle{
	width: 100%;
}
.t2-detail-middle img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.t2-detail-middle .onoff-img{
	width: 100%;
	max-width: 100%;
}
.t2-show-buy{
	width: 100%;
	border-bottom: 1px solid #E6E6E6;
}
.t2-show-buy img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.t2-show-buy .buy-link{
	text-align: center;
}
.t2-show-buy .buy-link a{
	display: inline-block;
	font-weight: bold;
	color: rgb(197,28,63);
	border: 2px solid rgb(197,28,63);
}
.t2-show-buy .buy-link a:hover{
	color: #fff;
	background-color: rgb(197,28,63);
}
.t2-detail-middle .onoff{
	text-align: center;
}
.t2-detail-middle .onoff span{
	color: rgb(197,28,63);
	font-weight: bold;
	cursor: pointer;
	border: 2px solid rgb(197,28,63);
}
.t2-detail-middle .onoff span:hover{
	color: #fff;
	background-color: rgb(197,28,63);
}

@media screen and (min-width:680px){
	.t2-detail-top{
		margin-left: 20%;
		margin-right: 20%;
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.t2-detail-top p{
		line-height: 30px;
		font-size: 1.6rem;
	}
	.t2-detail-bottom{
		margin-left: 20%;
		margin-right: 20%;
		margin-top: 90px;
		margin-bottom: 90px;
	}
	.t2-detail-bottom h3{
		font-size: 1.8rem;
	}
	.t2-detail-bottom p{
		margin-bottom: 30px;
		margin-top: 10px;
		line-height: 30px;
		font-size: 1.6rem;
	}
	.t2-show-buy{
		padding-bottom: 70px;
	}
	.t2-show-buy .buy-link{
		margin-top: -20px;
	}
	.t2-show-buy .buy-link a{
		padding: 12px 18px;
		font-size: 18px;
	}
	.t2-detail-middle .onoff{
		/*margin-top: -100px;*/
		padding-bottom: 150px;
	}
	.t2-detail-middle .onoff span{
		padding: 10px 36px;
		font-size: 18px;
	}

}
@media only screen and (min-width: 320px) and (max-width: 680px){
	.t2-detail-top{
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.t2-detail-top p{
		line-height: 1.8rem;
		font-size: 1.2rem;
	}
	.t2-detail-bottom{
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.t2-detail-bottom h3{
		font-size: 1.4rem;
	}
	.t2-detail-bottom p{
		margin-bottom: 2rem;
		margin-top: 10px;
		line-height: 1.8rem;
		font-size: 1.2rem;
	}
	.t2-show-buy{
		padding-bottom: 2rem;
	}
	.t2-show-buy .buy-link{
		margin-top: 0;
	}
	.t2-show-buy .buy-link a{
		padding: 0.5rem 1.9rem;
		font-size: 1.4rem;
	}
	.t2-detail-middle .onoff{
		padding-top: 2rem;
		padding-bottom: 6rem;
	}
	.t2-detail-middle .onoff span{
		padding: .5rem 3rem;
		font-size: 1.4rem;
	}
}
.popup-mask{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.9);

	display: none;
}
.popup-inner{
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 4px 4px 20px 4px;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);	
	-moz-transform: translate3d(-50%, -50%, 0);
	border-radius: 6px;
	background-color: #fff;
}
.popup-inner .wx-pop,
.popup-inner .yz-pop{
	display: none;
	width: 100%;
}
@media screen and (min-width:680px){
	.popup-inner{
		width: 300px;
		height: auto;
	}
	.popup-inner p{
		font-size: 18px;
		text-align: center;
		margin: 0px;
		padding-top: 10px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 680px){
	.popup-inner{
		width: 80%;
		height: auto;
	}
	.popup-inner p{
		font-size: 14px;
		text-align: center;
		margin: 0px;
		padding-top: 10px;
	}
}




.owl-carousel img{
	width: 100%;
}
.owl-carousel{
	position: relative;
	overflow: hidden;
}
.owl-carousel .owl-nav{
	display: none;
}
.owl-carousel .owl-dots{
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translate3d(-50%,0,0)
}
.owl-dots .owl-dot{
	float: left;
	margin-right: 6px;
	text-align: center;
}
.owl-dots .owl-dot.active span{
	background-color: rgba(0,0,0,.8);
}
.owl-dots span{
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: rgba(0,0,0,.4);
}


/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	/*display: none;*/
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    /*cursor:url(grabbing.png) 8 8, move;*/
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
