/* ==ȫ������== */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
iframe {
	margin: 0;
	padding: 0;
}
.jszcbox{
	display: flex;
	justify-content: center;
	align-items: center;
}
.jszcbox .jszctext{
	width: 75px;
}
.jszcbox .jszcimg{
	width: 55px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

body,
button,
input,
select,
textarea {
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
}

ol,
ul {
	list-style: none;
}

.clearfix {
	clear: both;
}

table {
	border: 1px solid #ddd;
}

table tr {
	border-style: solid;
	border-top-width: 1px;
	border-color: #ddd;
}

table tr td {
	margin: 0;
	box-sizing: border-box;
	padding: 3px 10px;
}

#header {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background: #fff;
}

.h-position {
	position: fixed;
	top: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	z-index: 9999;
}

.header {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 15px 0;
}

.logo {
	display: block;
	float: left;
}

.nav-main {
	width: 55%;
	float: right;
	font-size: 0;
}

.nav-main a {
	display: block;
	width: 16.666%;
	font-size: 16px;
	color: #333;
	line-height: 90px;
	float: left;
	text-align: center;
}

.nav-main .current {
	color: #2185b9;
}

.nav-btn {
	display: none;
}

/*���ô������ʄ17*/
.bigtit {
	padding: 50px 0;
	text-align: center;
	font-size: 30px;
	color: #1f1f1f;
	line-height: 30px;
	font-weight: bold;
}

.bigtit span {
	display: block;
	font-size: 20px;
	color: #333;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 18px;
}

.bigtit .subtitle {
	font-size: 18px;
	color: #666;
}

.bigtit .overview {
	font-size: 14px;
	color: #999;
}

/*����������ʽ*/
.about-box {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

.about-img {
	width: 48%;
	float: left;
}

.about-img img {
	max-width: 100%;
}

.about-con {
	width: 50%;
	float: right;
	margin-top: 30px;
}

.about-edit,
.about-edit p,
.about-edit div {
	font-size: 15px;
	line-height: 30px;
	color: #333;
}

.more {
	display: block;
	border: 1px solid #1b1b1b;
	line-height: 38px;
	color: #333333;
	font-size: 14px;
	text-align: center;
	margin-top: 30px;
	width: 100px;
}

/*��ҳproducts��ʽ*/
.products {
	width: 100%;
	max-width: 1920px;
	background: #f5f5f5;
	margin: 60px auto 0 auto;
	padding: 50px 0;
}

.pro-con {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

.cp-class {
	width: 22%;
	float: left;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
}

.cp-class h1 {
	font-size: 25px;
	color: #fff;
	line-height: 50px;
	font-weight: bold;
	background: #68b435;
	text-align: center;
	line-height: 25px;
	padding: 20px 0;
}

.cp-class h1 span {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
}

.class-box {
	padding: 10px;
	background: #fff;
}


.smallclass {
	display: block;
	padding-left: 25px;
	font-size: 15px;
	line-height: 37px;
	color: #666666;
	background: #e9e9e9 url(../img/class-icon.png) no-repeat 10px center;
	margin: 7px 0;
}

.pro-box {
	width: 75%;
	float: right;
}

.pro-box .con-tit {
	width: 98%;
	height: 40px;
	background: #fff;
	padding: 0 10px;
	margin: 0 auto 20px auto;
}

.pro-box .con-tit span {
	display: block;
	float: left;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
}

.pro-box .con-tit a {
	display: block;
	float: right;
	text-transform: uppercase;
	line-height: 40px;
	font-size: 14px;
	color: #666;
}


.pro-list {
	display: inline-block;
	float: left;
	width: 31.333%;
	margin: 0 1% 20px 1%;
	border: 1px solid #f0f0f0;
	box-sizing: border-box;
	background: #000;
}

.pro-list .img-box {
	width: 100%;
	height: 305px;
	overflow: hidden;
}

.pro-list .img-box img {
	width: 100%;
	height: 100%;
}

.pro-list h3 {
	font-size: 15px;
	color: #333;
	line-height: 2em;
	text-align: center;
	padding: 10px;
	border-top: 1px solid #f0f0f0;
	background: #fff;
}

.pro-list:hover h3 {
	color: #68b435;
}

.pro-list:hover .img-box img {
	transform: scale(1.1, 1.1);
	transition: transform.2s;
	opacity: 0.6;
}

.product-bigclass {
	margin-bottom: 5px;
}

.productsclass {
	padding: 10px 10px;
	background: #fff;
}

.bigclass {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #333333;
	background: #ccc;
	padding: 12px 10px;
	box-sizing: border-box;
}

.bigclass {
	position: relative;
}

.bigclass::after {
	content: '';
	top: 50%;
	z-index: 20;
	position: absolute;
	right: 8px;
	height: 16px;
	width: 16px;
	margin-top: -8px;
	background-image: url(../img/jian.png);
	background-size: 100%;
	transition: ease-in-out 0.4s;
}

.bigclass.active::after {
	background-image: url(../img/jia.png);
}

.submenu {
	margin: 1px 0;
}

.Firstsubmenu {
	display: block;
	padding-left: 25px;
	font-size: 15px;
	line-height: 37px;
	color: #666666;
	background: #e9e9e9;
	position: relative;
}

.Firstsubmenu::before {
	content: '';
	top: 50%;
	z-index: 20;
	position: absolute;
	left: 8px;
	height: 6px;
	width: 6px;
	margin-top: -3px;
	background: #68b435;
	border-radius: 100%;
	transition: ease-in-out 0.4s;
}

.Firstsubmenu::after,
.secondstsubmenu::after {
	content: '';
	top: 50%;
	z-index: 20;
	position: absolute;
	right: 8px;
	height: 8px;
	width: 8px;
	margin-top: -4px;
	background-image: url(../img/class-icon.png);
	background-size: 100%;
	transition: ease-in-out 0.4s;
}

.Firstsubmenu.active::after,
.secondstsubmenu.active::after {
	background-image: url(../img/class-icon-on.png);
}




.secondstsubmenu {
	display: block;
	padding-left: 25px;
	font-size: 15px;
	line-height: 37px;
	color: #666666;
	background: #e9e9e9;
	position: relative;
}


.secondstsubmenu-ul {
	display: block;
	padding-left: 45px;
	font-size: 15px;
	line-height: 37px;
	color: #666666;
	background: #e9e9e9;
}

.Firstsubmenu-ul,
.secondstsubmenu-ul {
	display: none;
	/* 初始状为隐藏 */
}

.productsclass a:hover {
	color: #2e9946;
}

/*������Ѷ��ʽ*/
.news-box {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

.news-con {
	font-size: 0;
	width: 100%;
	margin-bottom: 80px;
}

.news-con .tList {
	display: inline-block;
	width: 31.333%;
	margin: 0 1%;
	background: #f5f5f5;
	border-top: 4px solid #f5f5f5;
	padding: 30px 15px;
	box-sizing: border-box;
}

.news-con .tList h3 {
	font-size: 20px;
	overflow: hidden;
	color: #000;
	height: 28px;
	line-height: 28px;
}

.news-con .tList p {
	line-height: 24px;
	font-size: 14px;
	color: #666666;
	height: 48px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 10px 0;
}

.news-con .tList .dtime {
	border-top: 1px solid #fff;
	padding-top: 20px;
	margin-top: 20px;
}

.news-con .tList .dtime .dtime-l {
	color: #424242;
	font-size: 15px;
	width: 70px;
	float: left;
	text-align: center;
}

.news-con .tList .dtime .dtime-l span {
	display: block;
	text-align: center;
	color: #000;
	font-size: 36px;
	height: 30px;
	line-height: 30px;
	margin: 2px 0;
}

.news-con .tList .dtime .dtime-r {
	float: right;
	width: 20px;
	height: 17px;
	background: url(../img/news-icon.png) no-repeat right center;
	margin: 15px 0;
}

.news-con .tList:hover {
	border-top: 4px solid #68b435;
}

.a {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	padding: 30px 0;
	justify-content: left;
}

.a li a {
	color: #333;
	font-size: 18px;
	line-height: 2.5;
	padding: 0 20px;
}

.footer-box {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background: #2d2d2d;
	border-top: 4px solid #68b435;
	overflow: hidden;
}

.footer {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

.footer ul {
	text-align: center;
	padding: 30px 0;
	font-size: 0;
}

.footer ul a {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	padding: 0 30px;
	border-right: 1px solid #fff;
}

.footer ul a:last-child {
	border-right: none;
}

.footer .foot-con {
	font-size: 0;
	border-top: 1px dashed #484848;
	border-bottom: 1px dashed #484848;
	padding: 20px 0;
}

.footer .foot-con li {
	display: inline-block;
	width: 29.333%;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	box-sizing: border-box;
	padding-left: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 4%;
	vertical-align: middle;
}

.footer .foot-con .li1 {
	background: url(../img/contact-icon1.png) no-repeat 0 center;
}

.footer .foot-con .li2 {
	background: url(../img/contact-icon1.png) no-repeat 0 center;
}

.footer .foot-con .li3 {
	background: url(../img/contact-icon3.png) no-repeat 0 center;
}

.footer .foot-con .li4 {
	background: url(../img/contact-icon4.png) no-repeat 0 center;
}

.jiaozhu-box {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background: #1e1e1e;
}

.jiaozhu {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.jiaozhu div,
.jiaozhu a {
	font-size: 14px;
	color: #fff;
}

/*��ҳ��ʽ��ʼ��*/
/*��������ҳ����ʽ*/
.page-main {
	width: 100%;
	max-width: 1300px;
	margin: 50px auto 80px auto;
}

.page-edit,
.page-edit div,
.page-edit p {
	font-size: 16px;
	color: #706f6f;
	line-height: 2em;
}

.page-edit .con-tit {
	font-size: 18px;
	color: #151515;
	line-height: 2em;
	font-weight: bold;
}

.l-lxfs {
	border: 2px solid #68b435;
	margin-top: 20px;
}

.l-lxfs h1,
.page-class h1 {
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	font-weight: bold;
	background: #68b435;
	text-indent: 15px;
}

.lxfs-con {
	padding: 15px 0;
	margin: 0 15px;
}

.lxfs-con li {
	font-size: 13px;
	color: #333;
	line-height: 2em;
}

.page-class {
	border: 2px solid #68b435;
}

.page-class ul {
	margin-bottom: 20px;
	padding: 20px;
}

.page-class ul li {
	border-bottom: 1px solid #a4a4a4;
	line-height: 40px;
}

.page-class ul li a {
	font-size: 15px;
	color: #333;
}

/*��Ʒ����ҳ��ʽ*/
.main-left {
	width: 22%;
	float: left;
	box-sizing: border-box;
}

.main-left .cp-class {
	width: 100%;
	float: none;
}

.main-right {
	width: 75%;
	float: right;
}

.main-right .bigtit {
	padding: 0 0 20px 0;
}

/*��Ʒ����ҳ��ʽ*/
.detail-tit {
	width: 100%;
	background: #f8f8f8;
	padding: 0 10px;
	box-sizing: border-box;
	margin: 0 auto 20px auto;
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
}

.main-right .dqbt {
	font-size: 20px;
	color: #454444;
	line-height: 26px;
	padding: 15px 0;
	text-align: center;
}

.main-right .xqytu {
	max-width: 75%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 15px;
	text-align: center;
}

.main-right .xqytu img {
	max-width: 100%;
	margin: 0 auto;
}

.main-right .xqmsnr,
.xqmsnr div,
.xqmsnr p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.main-right .xqmsnr img {
	max-width: 80%;
}

h6 {
	padding: 10px 15px;
	border-left: 5px solid #68b435;
	font-size: 22px;
	line-height: 24px;
	background: #f5f5f5;
	margin-bottom: 10px;
}

/*���¼���ҳ��ʽ*/
.p-news-tit {
	padding: 0 0 50px 0 !important;
}

.news-query {
	width: 100%;
	font-size: 0;
}

.news-query .tList {
	display: inline-block;
	width: 31.333%;
	margin: 10px 1%;
	background: #f5f5f5;
	border-top: 4px solid #f5f5f5;
	padding: 30px 15px;
	box-sizing: border-box;
}

.news-query .tList h3 {
	font-size: 20px;
	overflow: hidden;
	color: #000;
	height: 28px;
	line-height: 28px;
}

.news-query .tList p {
	line-height: 24px;
	font-size: 14px;
	color: #666666;
	height: 48px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 10px 0;
}

.news-query .tList .dtime {
	border-top: 1px solid #fff;
	padding-top: 20px;
	margin-top: 20px;
}

.news-query .tList .dtime .dtime-l {
	color: #424242;
	font-size: 15px;
	width: 70px;
	float: left;
	text-align: center;
}

.news-query .tList .dtime .dtime-l span {
	display: block;
	text-align: center;
	color: #000;
	font-size: 36px;
	height: 30px;
	line-height: 30px;
	margin: 2px 0;
}

.news-query .tList .dtime .dtime-r {
	float: right;
	width: 20px;
	height: 17px;
	background: url(../img/news-icon.png) no-repeat right center;
	margin: 15px 0;
}

.news-query .tList:hover {
	border-top: 4px solid #68b435;
}

/*��������ҳ��ʽ*/
.xwnbt {
	text-align: center;
	font-size: 28px;
	line-height: 50px;
	color: #000;
}

.xwsxx {
	text-align: center;
	color: #aaa;
	margin-bottom: 20px;
}

.xwnnr {
	margin-bottom: 60px;
}

.xwnnr,
.xwnnr p,
.xwnnr div {
	font-size: 16px;
	line-height: 2em;
	color: #666;
}

/*��ҳ���м������ʄ17*/
#mbx {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	border-bottom: 1px solid #f5f5f5;
}

.mbx {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	font-size: 14px;
	color: #999;
	line-height: 26px;
	padding: 15px 15px 15px 40px;
	background: url(../img/mbx.png) no-repeat 15px 18px;
	box-sizing: border-box;
}

.mbx a {
	font-size: 14px;
	color: #999;
	line-height: 18px;
}

/*��ҳ��ʽ*/
.qt-pagination {
	width: 94%;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	text-align: center;
}

.qt-pagination a {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	margin-right: 3px;
	min-width: 24px;
	line-height: 30px;
	padding: 0 5px;
	text-align: center;
}

.qt-pagination .pages {
	background: #68b435;
	color: #fff;
}

.cp-qt {
	opacity: 1 !important;
}

/*��ҳ���м������ʄ17*/
.mbx-box {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	border-bottom: 1px solid #dcdcdc;
}

.mbx {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	font-size: 14px;
	color: #999;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	box-sizing: border-box;
	padding-left: 30px;
	background: url(../img/mbx.png) no-repeat 0 center;
}

.mbx a {
	font-size: 14px;
	color: #999;
	line-height: 18px;
}

/*��ҳ��ϵ����ҳ����ʽ*/
.contact-box .c-con {
	width: 35%;
	float: left;
	background: #fff;
	box-sizing: border-box;
	padding: 15px 35px;
	font-size: 0;
	min-height: 460px;
}

.contact-box .c-con li {
	padding: 20px 0 20px 40px;
	border-bottom: 2px solid #f3f3f3;
}

.contact-box .c-con li h3 {
	font-size: 15px;
	line-height: 28px;
	color: #333;
	font-weight: bold;
}

.contact-box .c-con li p {
	font-size: 15px;
	line-height: 20px;
	color: #333;
}

.contact-box .c-con li:nth-child(1) {
	background: url(../img/page-con-icon1.jpg) no-repeat 0 center;
}

.contact-box .c-con li:nth-child(2) {
	background: url(../img/page-con-icon2.jpg) no-repeat 0 center;
}

.contact-box .c-con li:nth-child(3) {
	background: url(../img/page-con-icon2.jpg) no-repeat 0 center;
}

.contact-box .c-con li:nth-child(4) {
	background: url(../img/page-con-icon4.png) no-repeat 0 center;
}

.contact-box .c-con li:nth-child(5) {
	background: url(../img/page-con-icon5.jpg) no-repeat 0 center;
	border-bottom: none;
}

/*�ߵµ�ͼ��ʽ*/
.my-map {
	width: 62%;
	height: 476px;
	float: right;
	box-sizing: border-box;
	border: 1px solid #ddd;
}

.my-map .icon {
	background: url(../img/marker.png) no-repeat;
}

.my-map .icon-cir {
	height: 31px;
	width: 28px;
}

.my-map .icon-cir-red {
	background-position: -11px -5px;
}

.amap-container {
	height: 100%;
}

.myinfowindow {
	width: 240px;
	min-height: 50px;
}

.myinfowindow h5 {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	width: 220px;
	text-overflow: ellipsis;
	word-break: break-all;
	white-space: nowrap;
}

.myinfowindow div {
	margin-top: 10px;
	min-height: 40px;
	line-height: 20px;
	font-size: 13px;
	color: #6f6f6f;
}

/*baidu��ͼ��ʽ*/
#allmap {
	width: 62%;
	height: 476px;
	float: right;
	box-sizing: border-box;
	border: 1px solid #ddd;
}

.contact-box {
	overflow: hidden;
	margin-bottom: 40px;
}

.iw_poi_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap
}

.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word
}

/*����ҳ����ʽ*/
.mysearch {
	display: block;
	width: 94%;
	padding: 30px 3%;
	background: #fff;
	margin: 30px 0;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(143, 143, 143, .2);
	font-size: 18px;
}

@media(max-width:1366px) {
	.header {
		box-sizing: border-box;
		padding: 15px 5%;
	}

	.nav-main {
		width: 48%;
	}

	.about-box {
		box-sizing: border-box;
		padding: 0 5%;
	}

	.products {
		box-sizing: border-box;
		padding: 50px 5%;
	}

	.pro-list .img-box {
		height: 285px;
	}

	.news-con {
		box-sizing: border-box;
		padding: 0 5%;
	}

	/*��ҳ��ʽ*/
	#mbx {
		box-sizing: border-box;
		padding: 0 5%;
	}

	.page-main {
		box-sizing: border-box;
		padding: 0 5%;
	}
}

@media(max-width:1280px) {
	.about-con {
		margin-top: 0;
	}

	.pro-list .img-box {
		height: 265px;
	}

	/*��ҳ��ʽ*/

}

@media(max-width:1024px) {
	.header {
		position: relative;
	}

	.nav-btn {
		display: block;
		position: absolute;
		right: 5%;
		top: 20%;
	}

	.nav-main {
		width: 100%;
		float: none;
		margin-top: 0;
		position: absolute;
		top: 120px;
		left: 0;
		z-index: 999;
		background: #68b435;
		display: none;
	}

	.nav-main a {
		width: 100%;
		color: #fff4dc;
		line-height: 3em;
		border-bottom: 1px solid #89c561;
	}

	.nav-main .menunow {
		color: #fff;
		border-bottom: 1px solid #89c561;
		background: #89c561;
	}

	.yb_conct {
		display: none;
	}

	.about-edit,
	.about-edit p,
	.about-edit div {
		font-size: 13px;
		line-height: 2em;
	}

	.more {
		line-height: 28px;
		margin-top: 15px;
	}

	.cp-class,
	.pro-box {
		width: 100%;
		float: none;
	}

	.cp-class {
		margin-bottom: 20px;
	}

	.class-box .twoclass {
		font-size: 0;
	}

	.class-box .smallclass {
		display: inline-block;
		width: 31.333%;
		margin: 0 1% 15px 1%;
		box-sizing: border-box;
	}

	.pro-list .img-box {
		height: 285px;
	}

	/*��ҳ��ʽ*/
	.main-left,
	.main-right {
		width: 100%;
		float: none;
	}

	.contact-box .c-con,
	#dituContent {
		width: 100%;
		float: none;
	}

	.contact-box .c-con {
		margin-bottom: 20px;
	}
}

@media(max-width:999px) {

	/*��ҳ��ʽ*/

}

@media(max-width:854px) {
	.pro-list .img-box {
		height: 238px;
	}

	/*��ҳ��ʽ*/

}

@media(max-width:768px) {
	.logo img {
		max-width: 400px;
	}

	.nav-btn img {
		max-width: 50px;
	}

	.nav-main {
		top: 97px;
	}

	.about-img {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	.about-con {
		width: 100%;
		float: none;
	}

	.about-img img {
		width: 100%;
		height: auto;
	}

	.pro-list .img-box {
		height: 215px;
	}

	.news-con .tList {
		width: 98%;
		margin: 0 1% 15px 1%;
	}

	.news-con .tList .dtime .dtime-l span {
		font-size: 26px;
	}

	.footer .foot-con li {
		font-weight: normal;
	}

	.footer ul a {
		padding: 0 15px;
		font-size: 14px;
	}

	.footer .foot-con li {
		padding-left: 40px;
	}

	.footer .foot-con .li1,
	.footer .foot-con .li2,
	.footer .foot-con .li3 {
		background-size: 35px auto;
	}

	.cp-class h1 {
		font-size: 20px;
		padding: 10px 0;
	}

	.bigtit {
		padding: 30px 0;
		font-size: 20px;
		line-height: 20px;
	}

	.bigtit span {
		font-size: 15px;
		line-height: 15px;
	}

	/*��ҳ��ʽ*/
	.page-main {
		margin: 30px auto 50px auto;
	}

	.news-query .tList {
		width: 98%;
	}

	.news-query .tList h3 {
		font-size: 16px;
		font-weight: bold;
	}

	.p-news-tit {
		padding: 0 0 20px 0 !important;
	}

	.news-query .tList .dtime .dtime-l span {
		font-size: 26px;
	}

	.xwnbt {
		font-size: 20px;
		font-weight: bold;
	}

	.xwnnr,
	.xwnnr p,
	.xwnnr div {
		font-size: 14px;
	}

	.pro-list h3 {
		line-height: 20px;
		height: 40px;
		overflow: hidden;
	}

	.main-right .xqmsnr,
	.xqmsnr div,
	.xqmsnr p {
		font-size: 14px;
		line-height: 2em;
	}

	.detail-tit {
		font-size: 16px;
		line-height: 40px;
	}

	.main-right .dqbt {
		font-size: 16px;
		font-weight: bold;
		padding: 5px 0;
	}

	.news-con .tList h3 {
		font-size: 16px;
		font-weight: bold;
	}
}

@media(max-width:640px) {
	.class-box .smallclass {
		font-size: 13px;
		line-height: 18px;
		padding-top: 10px;
		padding-bottom: 10px;
		vertical-align: top;
	}

	.pro-list .img-box {
		height: 177px;
	}

	.footer ul a {
		width: 33.333%;
		box-sizing: border-box;
		margin: 5px 0;
	}

	.footer ul a:nth-child(3) {
		border-right: none;
	}

	/*��ҳ��ʽ*/

}

@media(max-width:526px) {
	.a {
		display: none;
	}

	.logo img {
		max-width: 300px;
	}

	.nav-btn img {
		max-width: 40px;
	}

	.nav-btn {
		top: 25%;
	}

	.nav-main {
		top: 80px;
	}

	.class-box .smallclass {
		width: 48%;
	}

	.pro-list {
		width: 48%;
	}

	.pro-list .img-box {
		height: 224px;
	}

	.footer .foot-con li {
		width: 100%;
	}

	/*��ҳ��ʽ*/

}

@media(max-width:480px) {
	.pro-list .img-box {
		height: 204px;
	}

	/*��ҳ��ʽ*/

}

@media(max-width:380px) {
	.logo img {
		max-width: 240px;
	}

	.nav-btn img {
		max-width: 35px;
	}

	.nav-main {
		top: 70px;
	}

	.pro-list .img-box {
		height: 158px;
	}

	.pro-list h3 {
		font-size: 13px;
	}

	/*��ҳ��ʽ*/

}