html,body{
	height: 100%;
	overflow: auto;
}

body, button, em, fieldset, figure, form, h1, h2, h3, h4, h5, h6, i, img, input, legend, ol, p, pre, span, td, textarea, th, ul, xmp {
    margin: 0;
    padding: 0;
    font-size: 12px;
}
a {
    text-decoration: none;
    color: inherit;
}
li {
    list-style: none;
}
img{border: 0px;}
.header-wrapper,html{background-color: #f4f4f4;}
.header-wrapper{
	height: 60px;
	width: 100%;
	/**background-color: #e8441b;*/
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
}
.header-hidden{height: 60px;}
.header-wrapper .header{
	background: transparent url('../image/logo.png') left 10px no-repeat;
	background-size: auto 40px;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}
.header-wrapper .header .menu {
    color: #232323;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    position: absolute;
    top: 50%;
    left: 180px;
    margin-top: -15px;
    display: flex;
}
.header-wrapper .header .menu li {
    cursor: pointer;
    display: inline-block;
    height: 14px;
    line-height: 8px;
    border-right: 1px solid #bababa;
}
.header-wrapper .header .menu li:last-child {
	border:0px;
}
.header-wrapper .header .menu li:first-child .menu-item {
    margin-left: 0 !important;
}
.header-wrapper .header .menu li:last-child .menu-item {
    margin-right: 0 !important;
}

.header-wrapper .header .menu li .menu-item {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
}

.banner{
	width: 100%;
	height: auto;
}
.banner img{
	width: 100%;
}

.swiper {
	width: 100%;
	height: auto;
}
#show{
	max-width: 960px;
}
.mySwiperProduct{padding: 20px 0 !important; background-color: #fff !important;}
.mySwiperProduct .swiper-slide{ width: 200px !important; }

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
}



.footer {
	background-color: #fff;
	margin-top: 15px;
	position: relative;
	width: 100%;
}
.footer .footer-head {
	color: #4d4d4d;
	font-size: 0;
	margin: 0 auto;
	position: relative;
	width: 100%;
	max-width: 960px;
	clear: both;
}
.footer .footer-head .qrcode-group {
	float: left;
	width: 666px;
	margin-top: 20px;
	display: flex;
	justify-content: space-around;
}
.footer .footer-head .qrcode-group .qrcode {
	width: 162px;
	height: 162px;
	margin-right: 60px;
	vertical-align: text-top;
}
.footer .footer-head .qrcode-group .qrcode img {
 	width: 100%;
}
.footer .footer-head .qrcode-group .qrcode .pc{display: block;}
.footer .footer-head .qrcode-group .qrcode .m{display: none;line-height: 30px;color: #000;}

.footer .footer-head .qrcode-group .qrcode p {
	margin: 8px auto;
	color: #4d4d4d;
	font-size: 16px;
	text-align: center;
}
.footer .footer-head .qrcode-group .qrcode .word-wrap {
 	width: 85%;
}
.footer .footer-head .visit-m{display: none; background-color: #fff; text-align:center;padding: 15px;color: #e8441b;}
.footer .footer-head .visit-m a{font-size: 16px; font-weight: bold;}
.footer .footer-head .contact-info {
	margin-left: 666px;
	padding-left: 45px;
	width: 410px;
	border-left: 1px solid #4d4d4d;
	padding-top: 20px;
	min-height: 220px;
}
.footer .footer-head .contact-info .title {
  color: #4d4d4d;
  font-size: 24px;
  line-height: 24px;
}
.footer .footer-head .contact-info .detail {
  color: #4d4d4d;
  font-size: 15px;
  line-height: 16px;
  margin-top: 20px;
}
.footer .footer-head .contact-info .detail:last-child {
  margin-block-end: 0;
}
.nav-title{
	padding: 10px 10px 0 10px;
	background-color: #fff;
	max-width: 960px;
    margin: 15px auto 0 auto;
    box-sizing: border-box;
}
.nav-title .txt{
	color: #4d4d4d;
    font-size: 24px;
    line-height: 24px;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #e8441b;
}
.about{
	background-color: #fff;
	padding: 10px;
	max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
}
.about p{

	text-indent: 32px;
	line-height: 26px;
	font-size: 16px;
	color: #4d4d4d;
}
.release-info {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    text-align: center;
}
.release-info:before {
    position: absolute;
    top: 0;
    left: 30%;
    display: block;
    margin-left: -20%;
    width: 80%;
    border-top: 1px solid #dae2e3;
    content: ' ';
}
.release-info p#copyright {
    margin-bottom: 4px;
    text-align: center;
}
.footer .release-info a.beian {
    color: #a9b1b3;
}


@media only screen and (max-width: 750px){
	div, div *{
		box-sizing: border-box;
	}
	.header-wrapper .header .menu {
	    margin-right: 20px;
	}
	.mySwiperProduct .swiper-slide{ width: 100px !important; }
	.footer {
		background-color: transparent;
	}
	.footer .release-info {
		display: block;
	}

	.footer .footer-head .qrcode-group {
		float: none;
		width: 100%;
		margin-top: 0px;
		padding: 5px;
		background-color: #fff;
	}
	.footer .footer-head .qrcode-group #join_code{display: none;}
	.footer .footer-head .qrcode-group .qrcode {
		width: 100%;
		height: 80px;
		margin-right: 10px;
		vertical-align: text-top;
		display: flex;
	}
	.footer .footer-head .qrcode-group .qrcode .pc{display: none;}
	.footer .footer-head .qrcode-group .qrcode .m{display: block;}
	.footer .footer-head .qrcode-group .qrcode img {
	 	width: 80px;
	}
	.footer .footer-head .qrcode-group .qrcode p {
		margin: 8px;
		color: #4d4d4d;
		font-size: 16px;
		text-align: left;
	}
	.footer .footer-head .qrcode-group .qrcode .word-wrap {
	 	width: 85%;
	}
	.footer .footer-head .visit-m{display: block;}
	.footer .footer-head .contact-info {
		background-color: #fff;
		margin-left: 0px;
		margin-top: 15px;
		padding:10px;
		width: 100%;
		border-left: 0px;
		min-height: auto;
	}
	.footer .footer-head .contact-info .title{
		border-bottom: 2px solid #e8441b;
		padding-bottom: 10px;
	}

}