* {
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei";
	list-style: none;
	text-decoration: none;
	border: none;
}
html {
	overflow-x: hidden;
}
body {
	background: #fff;
	color: #333;
	font-size: 14px;
	max-width: 640px;
	margin: 0 auto;
	padding-bottom: 54px;
}
a {
	outline: none;
	color: #333;
}
a:hover {
	color: #053b80;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
/*
===================
分页
>>	pages_pre		上一页
>>	pages_next	下一页
>>	strong			激活状态
>>	a:hover			鼠标悬停状态
===================
*/
.pages {
	margin: 30px auto 0 auto;
	font-size: 12px;
	text-align: center;
}
.pages ul {
	display: inline-block;
}
.pages a, .pages strong {
	display: inline-block;
	line-height: 22px;
	padding: 0 8px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	text-decoration: none;
	color: #666;
	font-family: Simsun;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-right: 3px;
}
.pages .current {
	display: inline-block;
	line-height: 22px;
	padding: 0 8px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	text-decoration: none;
	font-family: Simsun;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-right: 3px;
	color: #fff;
	background-color: #053b80;
	border-color: #053b80;
}
.pages a:hover {
	color: #fff !important;
	background-color: #053b80;
	border-color: #fff;
	text-decoration: none;
}
.pages strong {
	color: #fff;
	background-color: #24557d;
	border-color: #fff;
}
.pages span {
	padding: 0 10px;
	line-height: 23px;
}
.imgresponse {
	max-width: 100%;
	height: auto;
}
.df {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.head {
	border-bottom: 2px solid #602892;
	background: url(../i/topbg.jpg) no-repeat center;
	background-size: 100%;
}
.logo {
	max-width: 85%;
}
.nav_btn {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
}
.nav_btn i {
	font-style: normal;
	display: none;
}
.nav_btn span {
	width: 23px;
	height: 3px;
	border-radius: 20px;
	background: #797777;
	display: block;
	margin: 2px 0;
}
.close span {
	display: none;
}
.close i {
	display: block;
	font-size: 25px;
	color: #e5050f;
}
.nav {
	position: absolute;
	width: 100%;
	height: 0;
	background: rgba(255,255,255,.9);
	z-index: 999;
	transition: all 0.3s;
	overflow: hidden;
	max-width: 640px;
}
.navopen {
	height: 80vh;
}
.nav ul {
	text-align: center;
	padding: 0 20px;
}
.nav ul li {
	line-height: 40px;
	border-bottom: 1px solid #fff;
}
.swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background: #e5050f;
}
.banner .swiper-slide a {
	display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	text-align: center;
	bottom: 15px;
	padding-right: 10px;
	box-sizing: border-box;
}
.search {
	background: #f2f2f2;
	padding: 20px 0;
}
.search form {
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.search form input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 0 20px;
	color: #666;
}
.search form button {
	display: block;
	cursor: pointer;
	width: 50px;
	height: 40px;
	background: url(../i/s.png) no-repeat center;
	background-size: 35px;
	position: absolute;
	right: 10px;
	top: 0;
}
.about {
	background: #fafafa;
	padding: 0 15px;
}
.abtit {
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 20px;
	line-height: 80px;
}
.abtit span {
	color: #801390;
}
.about p.abinfo {
	font-size: 13px;
	line-height: 25px;
	color: #5b5b5b;
	margin-top: 10px;
}
.abtab {
	text-align: center;
	margin-top: 10px;
	padding-bottom: 20px;
}
.abtab ul {
	justify-content: space-between;
}
.abtab li {
	position: relative;
	width: 33.333%;
}
.abtab li::after {
	content: " ";
	display: block;
	width: 1px;
	height: 60px;
	background: #e7e7e7;
	left: 0;
	top: 10px;
	position: absolute;
}
.abtab li:first-child::after {
	display: none;
}
.abtab li img {
	max-width: 40%;
	margin: 0 auto;
}
.abtab li p {
	font-size: 13px;
}
.product {
	padding-top: 30px;
	padding-bottom: 20px;
}
.ptit {
	text-align: center;
	background: url(../i/t1.png) no-repeat center;
	background-size: 100%;
}
.ptit p {
	color: #000;
	font-size: 18px;
}
.ptit span {
	font-size: 11px;
	color: #8a8a8a;
}
.pmenu ul {
	justify-content: center;
	margin-top: 20px;
}
.pmenu li {
	margin: 0 5px;
}
.pmenu li a {
	display: block;
	width: 100px;
	border: 1px solid #d2d2d2;
	line-height: 30px;
	text-align: center;
	color: #656565;
	font-size: 14px;
	box-sizing: border-box;
}
.pmenu li:first-child a {
	background: linear-gradient(to right, #4d0872, #9a1a87);
	border: none;
	color: #fff;
}
.pswiper {
	margin-top: 20px;
	position: relative;
	padding-bottom: 40px;
}
.pswiper a {
	display: block;
	background: #f6f5f5;
	padding-bottom: 15px;
}
.pswiper p {
	text-align: center;
	color: #383838;
	font-size: 14px;
}
.pswiper .swiper-pagination {
	position: absolute;
	bottom: 0;
}
.pswiper .swiper-pagination-bullet {
	background: url(../i/d2.png) no-repeat center;
	width: 13px;
	height: 13px;
	background-size: 13px;
}
.pswiper .swiper-pagination-bullet-active {
	background: url(../i/d1.png) no-repeat center;
	background-size: 13px;
}
.product a.more {
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	background: linear-gradient(to right, #84178c, #620e7d);
	text-align: center;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 20px;
}
.nmenu {
	text-align: center;
	background: #fafafa;
	padding-top: 30px;
	padding-bottom: 20px;
}
.nmenu ul {
	justify-content: space-between;
	padding: 0 10px;
}
.nmenu ul li {
	width: 33.3333%;
	position: relative;
}
.nmenu ul li::after {
	content: "●";
	color: #505050;
	position: absolute;
	left: 0;
	top: 8px;
}
.nmenu ul li:first-child::after {
	display: none;
}
.nmenu p {
	font-size: 16px;
	color: #000;
}
.nmenu span {
	font-size: 10px;
	color: #8a8a8a;
}
.newimg {
	padding: 20px 15px;
	padding-right: 0;
}
.newimg img {
	width: 150px;
	height: auto;
}
.newimg .nr {
	width: 58%;
	margin-left: 15px;
}
.newimg .nr span {
	color: #333;
	font-size: 16px;
	display: block;
	line-height: 30px;
}
.newimg .nr p {
	color: #757575;
	font-size: 13px;
	line-height: 22px;
}
.newimg .nr i {
	display: block;
	color: #5b5b5b;
	background: url(../i/j.png) no-repeat left center;
	font-style: normal;
	background-size: 20px;
	padding-left: 25px;
	line-height: 20px;
	margin-top: 5px;
}
.newlist {
	line-height: 40px;
	padding: 20px;
	padding-top: 0;
	border-top: 10px solid #fafafa;
	padding-top: 10px;
}
.newlist li {
	border-bottom: 1px dashed #d6d6d6;
	background: url(../i/q.png) no-repeat left center;
	background-size: 7px;
	padding-left: 15px;
}
.newlist li a {
	color: #333;
}
.last {
	text-align: center;
	color: #909090;
	font-size: 12px;
	background: #27282c;
	padding: 20px 0;
	position: relative;
	margin-top: 30px;
}
.last p {
	line-height: 25px;
}
.last a {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	background: url(../i/j2.png) no-repeat center 10px #27282c;
	background-size: 15px;
	color: #fff;
	text-align: center;
	left: 50%;
	margin-left: -25px;
	top: -22px;
	border-radius: 50%;
	box-sizing: border-box;
	padding-top: 20px;
}
.imglist {
	padding: 0 5px;
}
.imglist li {
	text-align: center;
	width: 50%;
	box-sizing: border-box;
	padding: 0 10px;
	float: left;
}
.imglist li img {
	max-width: 100%;
}
.imglist li p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #535353;
	line-height: 30px;
}
.bottom {
	position: fixed;
	bottom: 0;
	background: #27282c;
	width: 100%;
	max-width: 640px;
}
.bottom li {
	border-left: 1px solid #4a4a4a;
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 5px 0;
}
.bottom li:first-child {
	border: none;
	background: #660b80;
}
.bottom li a {
	display: block;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
.bottom li img {
	width: 28px;
	height: 28px;
	display: block;
	margin: 0 auto;
}
.main {
	padding: 20px 15px;
}
.content {
	line-height: 25px;
}
.content img {
	max-width: 100% !important;
	height: auto;
}
.content a {
	color: #06F;
}

.content table{
	max-width:100%;
	overflow: scroll;
}


.submenu {
	text-align: center;
}
.submenu li {
	float: left;
	padding: 5px;
	box-sizing: border-box;
	width: 25%;
}
.submenu li a {
	display: block;
	background: #eee;
	line-height: 30px;
	height: 30px;
	font-size: 12px;
	overflow: hidden;
}
.submenu li a.hover, .submenu li a:hover {
	background: #660b80;
	color: #fff;
}
.main .tit {
	margin-bottom: 0;
	margin-top: 20px;
}
.main .tit p::after, .main .tit p::before {
	display: none;
}
.list li {
	line-height: 40px;
	border-bottom: 1px dotted #ddd;
}
.list li span {
	float: right;
	color: #999;
	font-size: 13px;
}
.showtop {
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.showtop h1 {
	font-size: 16px;
	font-weight: normal;
	color: #27282c;
}
.showtop p {
	font-size: 12px;
	color: #999;
	line-height: 40px;
}
.allmenu {
	margin-top: 20px;
}
.allmenu li {
	float: left;
	width: 33.333%;
	box-sizing: border-box;
	padding: 5px;
	float: left;
}
.allmenu li a {
	display: block;
	background: #e5050f;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	border-radius: 5px;
}

.photo{ margin-top:10px;}