html,
body {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #666;
	width: 100%;
	height: 100%;
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
	margin-right: auto;
	margin-left: auto;
}

.clearfixed {
	clear: both;
}

a {
	color: #666;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

p {
	padding: 0;
	margin: 0;
}

a:hover {
	color: #164476;
}

img {
	max-width: 100%;

}

p.imgDiv {
	overflow: hidden;
}

p.imgDiv img {
	width: 100%;
	transition: all 0.5s;
}

input:focus,
button:focus,
textarea:focus {
	outline: none;
}

.imgDiv {
	overflow: hidden;
}

.imgDiv img {
	transition: all 0.5s;
}

.ovh {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ovh2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ovh3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.ovh4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.menu,
.menu ul li,
.menu ul li a,
.menu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;
	;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.menu:after,
.menu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.menu #menu-button {
	display: none
}

.menu {
	width: auto;
}

#menu-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: #009ae1;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}

.menu>ul>li {
	float: left;
}

/*.menu.align-center>ul{font-size:0;text-align:center}
.menu.align-center>ul>li{display:inline-block;float:none}
.menu.align-center ul ul{text-align:left}
.menu.align-right>ul>li{float:right}
.menu.align-right ul ul{text-align:right}*/
.menu>ul>li>a {
	padding: 0;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	color: #282828;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease
}

.menu>ul>li:hover>a,
.menu>ul>li.active>a {
	color: #fff;
}

.menu>ul>li.has-sub>a {
	padding-right: 20px;
}

/*.menu>ul>li.has-sub>a::after{position:absolute;top:50%;margin-top:-6px;right:-15px;width:8px;height:8px;border-bottom:1px solid #000;border-right:1px solid #000;content:"";-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}*/
.menu>ul>li.has-sub>a::after {
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 0;
	width: 10px;
	height: 6px;
	content: "";
	background: url(../img/xia.png) no-repeat;
}

/*.menu>ul>li.has-sub:hover>a::after,.menu>ul>li.has-sub.on>a::after{border-color:#fff}*/
.menu ul ul {
	position: absolute;
	left: -9999px;
	text-align: center;
}

.menu li:hover>ul {
	left: 50%;
	margin-left: -65px;
}

/*.menu.align-right li:hover>ul{right:0}*/
.menu ul ul ul {
	right: 100%;
	top: 0;
	width: 100%;
}

.menu ul ul li:hover>ul {
	;
	margin-left: 0;
}

/*.menu.align-right ul ul ul{margin-left:0;margin-right:100%}*/
.menu ul ul {
	padding: 9px 0 0;
	width: 130px;
	margin-left: -65px;
	text-align: center;
	top: 6.35rem;
}

.menu ul ul .ul {
	background: #fff;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
	padding: 0.625rem 0;
}

.menu ul ul li {
	padding: 0;
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
	text-align: center;
}

.menu ul ul li>a {
	font-size: 1rem;
	color: #333;
	/* border-bottom: 1px solid #e5e5e5; */
	text-decoration: none;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	padding: 15px 0;
}

.menu ul ul li>a:hover,
.menu ul ul li a:hover {
	background: rgba(0, 0, 0, 0.1);
}

.menu ul ul li:last-child>a {
	border: 0;
}

/**导航菜单**/
header {
	/* position: fixed; */
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	color: #ffF;
	background: #FFFFFF;
	text-align: center;
	height: 120px;
	background: #fff;
	/*overflow: hidden;*/
}

/* header .logo {
	margin-left: 3%;
} */

header .logo a {
	height: 96px;
	position: relative;
	z-index: 999;
	display: flex;
	margin-top: 10px;
	justify-content: center;
	align-items: center;
}

header .logo img {
	max-height: 100%;
}

header .rightDiv {
	float: right;
	margin-left: 8.4%;
	position: relative;
}

header .rightDiv .menu {
	text-align: right;
	position: relative;
	height: 50px;
	margin-top: 38px;
}

header .rightDiv .menu>ul {
	display: inline-block !important;
	/*overflow: hidden;*/
}

header .rightDiv .menu>ul>li {
	float: left;
	position: relative;
	/*width: 126px;*/
	padding-bottom: 1.875rem;
}

header .rightDiv .menu>ul>li>a {
	height: 30px;
	padding: 0 15px;
	display: block;
	/* justify-content: center; */
	/* align-items: center; */
	text-align: center;
	color: #333;
	position: relative;
	font-size: 1rem;
	margin: 0 0.8rem;
	margin-top: 2.5rem;

}


header .rightDiv .menu>ul>li:hover a span,
header .rightDiv .menu>ul>li:focus a span,
header .rightDiv .menu>ul>li.on a span,
header .rightDiv .menu>ul>li.active a span {
	display: block;
	width: 100%;
	height: 2px;
	background: #0f50be;
	margin: 0 auto;
	margin-top: 1rem;

	/* background: #3fba9e;
	border-bottom: 2px #3fba9e solid; */
}

header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li:focus>a,
header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li.active>a {
	color: #0f50be;
}

header .rightDiv .menu ul li div.down_list {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0.625rem;
	margin-top: -0.65rem;
	display: none;
}

header .rightDiv .menu ul li div.down_list ul li a {
	text-align: center;
	padding: 0.625rem 0;
	display: block;
}

header .mbtn {
	display: inline-block;
	width: 3.125rem;
	height: 3.125rem;
	background: url(../img/menu1.png) no-repeat center center;
	background-size: 55%;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}

header .mbtn:active {
	opacity: .8;
}

header .rightDiv .menu>ul>li:last-child>a {
	padding: 0;
	margin: 0;
	margin-top: 2.5rem;
	margin-left: 1rem;
}

body.on-menu header .mbtn {
	background: url(../img/menu-hide1.png) no-repeat center center;
	background-size: 1.375rem auto;
}


.search {
	position: absolute;
	top: -10px;
	right: 0;
	width: 240px;
	height: 35px;
}

.search input {
	width: 220px;
	height: 35px;
	background: #e8ebf3;
	border-radius: 20px;
	border: 0;
	outline: none;
	padding-left: 20px;
}

.search button {
	position: absolute;
	right: 10px;
	top: 3px;
	border: 0;
	outline: none;
	background: none;
	cursor: pointer;
}

/*banner*/
/* .banner{
	margin-top: 6.875rem;
} */

.banner .swiper-pagination-bullet {
	width: 40px;
	height: 6px;
	border-radius: 0;
	margin-right: 5px;
}

.banner .swiper-pagination-bullet-active {
	background: #FFFFFF;
}

.banner img {
	min-height: 300px;
	object-fit: cover;
	width: 100%;
}

.indexCon {
	margin-top: 40px;
}

.index_title {
	text-align: center;
}

.indexDiv1 .content {
	margin-top: 60px;
}

.indexDiv1 .content .textDiv {
	margin-bottom: 40px;
}

.indexDiv1 .content .textDiv .imgDiv {
	border: 2px #eff1f9 solid;
}

.indexDiv1 .content .textDiv:hover .imgDiv img {
	transform: scale(1.1);
}

.indexDiv1 .content .textDiv .title_p {
	font-size: 20px;
	margin-top: 18px;
	text-align: center;
}

.indexDiv2 {
	padding: 40px 0;
	background: url(../img/index2.jpg) no-repeat center center;
	background-size: cover;
}

.indexDiv2 .content {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 32px;
	margin-top: 50px;

}

a.more {
	background: #e32d3e;
	color: #FFFFFF;
	width: 160px;
	height: 38px;
	display: block;
	margin-top: 40px;
	float: left;
	border-radius: 18px;
	text-align: center;
	line-height: 38px;
}

.indexDiv3 .content {
	margin-top: 60px;
}

.indexDiv3 .content .textDiv {
	width: 40%;
	float: left;
	position: relative;
}

.indexDiv3 .content .textDiv:hover img {
	transform: scale(1.1);
}

.indexDiv3 .content .textDiv .title_p {
	position: absolute;
	bottom: 0;
	padding: 0 20px;
	background: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
}

.indexDiv3 .content .news_list {
	width: 56.7%;
	float: right;
}

.indexDiv3 .content .news_list ul li {
	padding-bottom: 16px;
	border-bottom: 1px #eee solid;
	line-height: 38px;
	margin-top: 20px;

}

.indexDiv3 .content .news_list ul li:first-child {
	margin-top: 0;
}

.indexDiv3 .content .news_list ul li .text_p {
	width: 85%;
	float: left;
	border-right: 1px #eee solid;
}

.indexDiv3 .content .news_list ul li .time {
	width: 13%;
	float: right;
	text-align: right;
}

.indexDiv3 .content .news_list ul li:hover .text_p,
.indexDiv3 .content .news_list ul li:hover .text_p span {
	color: #1150bd;
}

.indexDiv3 .content .news_list ul li .time span {
	display: block;
	font-size: 32px;
	color: #1150bd;
}

.indexDiv3 .content .news_list ul li .text_p span {
	font-size: 20px;
	display: block;
	color: #333;
}

footer {
	background: #333333;
	padding: 30px;
	margin-top: 85px;
}

footer .menu_bott li {
	float: left;
	margin-top: 30px;
	color: #fff;
}

footer .menu_bott li a {
	padding: 0 15px;
	color: #fff;
}

footer .menu_bott li:first-child a {
	padding-left: 0;
}

footer .banquan {
	color: #999; margin-top: 15px;
}

footer .foot_fl {
	width: 48%;
	float: left;
}

footer .foot_fr {
	width: 35%;
	float: right;
	text-align: right;
}

footer .foot_fr .tel {
	width: 100%;
	font-size: 20px;
	color: #FFFFFF;
}

footer .foot_fr .tel span {
	display: block;
}

footer .foot_fr .text_p {
	margin-top: 20px;
	color: #FFFFFF;
}

.banner_nei img{
	width: 100%;
	min-height: 180px;
	object-fit: cover;
}
.mainDiv {
	margin-top: 35px;
}
.mainDiv .title{
	font-size:36px ;
	font-weight: bold;
	color: #0f50be;
	text-align: center;
	margin-bottom: 40px;
}
.aboutDiv .content{
	line-height: 32px;
}
.contactDiv .content .textDiv{
	border: 1px rgba(15,80,190,0.1) solid;
	box-shadow:  0 0 5px rgba(15,80,190,0.2);
	text-align: center;
	padding: 28px;
	margin-bottom: 20px;
	font-size: 24px;
	min-height: 200px;
}
.contactDiv .content{
	font-size: 20px;
	line-height: 30px;
}
.contactDiv .content .textDiv img{
	margin-bottom: 20px;
}
.contactDiv .content .textDiv p span{
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
}

.productsDiv .nav_nei{
	width: 18%;
	float: left;
}
.productsDiv .nav_nei .title{
	margin-bottom: 24px;
	text-align: left;
}
.productsDiv .nav_nei ul li a{
	display: block;
	/* padding: 16px 20px; */
	background: #e7edf8;
	margin-bottom: 13px;
	font-size: 20px;
}
.productsDiv .nav_nei ul li.on a{
	background: #0f50be;
	color: #FFFFFF;
}
.productsDiv .content{
	width: 77.5%;
	float: right;
	margin-top: 77px;
}
.productsDiv .content .textDiv{
	margin-bottom: 30px;
	text-align: center;
}
.productsDiv .content .textDiv:hover img{
	transform: scale(1.1);
}
.productsDiv .content .textDiv .imgDiv{
	border: 2px #eff1f9 solid;
	margin-bottom: 10px;
}

.mainDiv .pagination {
	display: table;
	margin: 3.125rem auto;
}

.pagination ul {
	display: flex;
}

.pagination a,.pagination span {
	float: left;
	border: 1px #eee solid;
	background: #FFFFFF;
	padding: 0.3125rem 0.75rem;
	margin: 0 0.3125rem;
}

.pagination a:hover,.pagination span,
.pagination.active a {
	background: #0f50be;
	color: #FFFFFF;
}
.newsDiv .content ul li{
	padding: 10px;
	border: 1px rgba(15,80,190,0.1) solid;
	margin-bottom: 20px;
	transition: all 0.3s;
}
.newsDiv .content ul li img{
	width: 20%;
	float: left;
}
.newsDiv .content ul li .text_p{
	width: 64%;
	float: left;
	margin-left: 2%;
}
.newsDiv .content ul li:hover{
	transform: scale(1.02);
	box-shadow:  0 0 5px rgba(15,80,190,0.2);
}
.newsDiv .content ul li .text_p .sp1{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}
.newsDiv .content ul li .text_p .sp2{
	line-height: 32px;
	color: #999;
	margin-bottom: 20px;
}
.newsDiv .content ul li .text_p .sp3{
	color: #0f50be;
}
.newsDiv .content ul li p span{
	display: block;
}
.newsDiv .content ul li .time{
	width: 8%;
	float: right;
	text-align: center;
	color: #999;	
	font-family: "Bahnschrift";
}
.newsDiv .content ul li .time span{
	font-size: 56px;
	margin-bottom: 20px;
}
.xiangqingDiv1 .content p.xq_title {
	font-size:32px;
	margin-top: 1.25rem;
	text-align: center;
	color: #333;
}

.xiangqingDiv1 .content p.time {
	color: #999;
	text-align: center;
	margin-top: 1.25rem;
	padding-bottom: 1.5625rem;
	border-bottom: 1px #eee solid;
	margin-bottom: 1.5625rem;
}

.xiangqingDiv1 .content .textDiv {
	line-height: 2rem;
}

.xiangqingDiv1 .content .textDiv p.img_xq {
	float: none;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.xiangqingDiv1 .content .textDiv {
	padding-bottom: 1.5625rem;
	border-bottom: 1px #eee solid;
}

.xiangqingDiv1 .link_p {
	margin-top: 1.875rem;
}

.xiangqingDiv1 .link_p p {
	width: 48%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #999999;

}

.xiangqingDiv1 .link_p a:hover {
	color: #0f50be;
}

/*PHONE屏幕下的专用样式*/
@media screen and (max-width:767px) {


	.wrap {
		width: 100%;
		padding: 0;
	}
	.index_title{
		width: 70%;
		margin: 0 auto;
	}
	.newsDiv .content ul li img,
	.newsDiv .content ul li .text_p,
	.newsDiv .content ul li .time{
		width: 100%;
		margin-bottom: 20px;
		text-align: left;
	}
	.newsDiv .content ul li .time span{
		display: inline-block;
		margin-bottom: 0;
		font-size: 40px;
	}
	
	.xiangqingDiv1 .content p.xq_title{
		font-size: 24px;
	}
	.productsDiv .nav_nei{
		width: 100%;
	}
	.productsDiv .nav_nei ul li{
		min-width: 48%;
		float: left;
		margin: 0 1%;
	}
	.productsDiv .content{
		width: 100%;
		margin-top: 30px;
	}
	.productsDiv .nav_nei ul li a{
		font-size: 16px;
	}
	.productsDiv .nav_nei ul li.on a{
		font-size: 16px;
	}
	.mainDiv .title{
		font-size: 28px;
	}
	.indexDiv1 .content  .col-lg-4:nth-child(even),
	.productsDiv .content .col-lg-4:nth-child(even){
		padding-left:5px;
	}
	.indexDiv1 .content .col-lg-4:nth-child(odd),
	.productsDiv .content .col-lg-4:nth-child(odd){
		padding-right:5px;
	}

	.search {
		width: 80%;
		top: auto;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.search input {
		width: 100%;
	}

	.banner,
	.banner_nei{
		margin-top: 60px;
	}

	.indexDiv1 .content .textDiv .title_p {
		font-size: 16px;
	}
	.indexDiv3 .content .news_list{
		margin-top: 30px;
	}

	footer .foot_fl,
	footer .foot_fr,
	.indexDiv3 .content .news_list,
	.indexDiv3 .content .textDiv {
		width: 100%;
	}

	footer .foot_fl,
	footer .foot_fr {
		text-align: center;
		margin-bottom: 20px;
	}

	footer .banquan {
		text-align: center;
	}

	footer .menu_bott li {
		float: none;
		display: inline-block;
	}

	footer .foot_fr .tel span {
		margin-bottom: 10px;
	}

	.menu {
		width: 100%
	}

	.menu ul {
		width: 100%;
		display: block;
	}

	.menu ul ul {
		top: 0;
		border: 0;
	}

	.menu>ul>li>a {
		padding: 0 20px;
	}

	.menu.align-center>ul,
	.menu.align-right ul ul {
		text-align: left
	}

	.menu ul li,
	.menu ul ul li,
	.menu ul li:hover>ul>li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(120, 120, 120, .15)
	}

	.menu ul li a,
	.menu ul ul li a {
		width: 100%
	}

	.menu>ul>li,
	.menu.align-center>ul>li,
	.menu.align-right>ul>li {
		float: none;
		display: block
	}

	.menu ul ul li a {
		padding: 0 20px 0 30px;
		font-size: 12px;
		background: 0 0
	}

	/*.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#fff}*/
	.menu ul ul ul li a {
		padding-left: 40px
	}

	.menu ul ul,
	.menu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0
	}

	.menu>ul>li.has-sub>a::after,
	.menu ul ul li.has-sub>a::after {
		display: none
	}

	#menu-line {
		display: none
	}

	.menu #menu-button {
		display: block;
		padding: 20px;
		color: #000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase
	}

	.menu #menu-button::after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #fff
	}

	.menu #menu-button::before {
		content: '';
		position: absolute;
		top: 25px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff
	}

	.menu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid rgba(255, 255, 255, .9);
		height: 52px;
		width: 52px;
		cursor: pointer
	}

	.menu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #fff;
		z-index: 99
	}

	.menu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #fff;
		z-index: 99
	}

	.menu .submenu-button.submenu-opened:after {
		display: none
	}

	.menu ul ul {
		background: transparent;
		border-bottom: none;
		padding: 0;
	}

	.menu ul ul ul {
		top: 0;
	}

	.menu li:hover>ul {
		left: auto;
		margin-left: auto;
	}

	.menu ul ul li>a:last-child {
		border-bottom: 0;
	}

	.menu ul ul .ul {
		background: rgba(1, 1, 1, 0.8);
		border-top: 1px #fff solid;
	}

	header .logo {
		width: 8rem;
		margin-left: 0;
	}

	header .logo a {
		height: 3.75rem;
		margin: 0 10px;
	}


	header .wrap {
		display: block;
	}

	header {
		position: fixed !important;
		z-index: 999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 60px;
		/*background-color: transparent;*/
		transition: right 300ms !important;
	}

	header .rightDiv .menu>ul>li:last-child>a {
		margin-top: 0;
		margin-left: 0.8rem;
	}

	header .rightDiv .menu>ul>li>a:hover {
		color: #009A44;
	}

	.on-fixed header {
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	}



	/*body.on-menu header {right: 45%;}*/
	header .mbtn {
		display: block;
	}

	body.on-menu header .mbtn {
		z-index: 1;
	}

	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 0px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		background-color: rgba(255, 255, 255, .9);
		border-bottom: 1px solid #f8f8f847;
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
		text-align: center;
	}

	header .rightDiv .menu ul li {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #ccc;
		float: none;
		width: 100%;
	}

	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		color: #333;
		/*padding: 0 15px;*/
		text-align: left;
		font-size: 16px;
		border: 0;
	}

	header .rightDiv .menu ul li .ul li {
		border: 0;
	}

	header .rightDiv .menu>ul>li>a small {
		display: none;
	}

	header .rightDiv .menu>ul {
		display: block;
		padding-top: 22px;
		width: 100%;
	}

	body.on-menu header .rightDiv .menu {
		right: 0;
	}

	body.on-menu .main {
		right: 0;
	}

	header .rightDiv .menu>ul>li>a {
		padding: 0 10px;
		background: none;
		margin: 0;
		width: 100%;
	}

	header .rightDiv .menu ul li i {
		display: block;
	}

	header .twoMenu {
		position: relative;
		top: 0px;
		background: none;
		padding: 0;
		width: initial;
	}

	header .twoMenu dl {
		margin-bottom: 10px;
	}

	header .twoMenu dl dd {
		margin-top: 0;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #333;
	}

	.on-fixed header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #666;
	}

	header .rightDiv .menu ul li .twoMenu {
		top: 10px;
		box-shadow: none;
	}

	header .rightDiv .menu ul li .twoMenu .liDiv>a {
		line-height: 32px;
		height: 32px;
		font-weight: normal;
	}

	header .twoMenu .liDiv>a:after {
		top: 0;
	}

	header .rightDiv .menu ul li.relativeLi .twoMenu .ulDiv {
		margin: 0 15px;
	}

	header .rightDiv .menu ul li>a:hover,
	header .rightDiv .menu ul li>a:focus,
	header .rightDiv .menu ul li>a.on {
		color: #333;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		line-height: 50px;
		height: initial;
	}

	header .rightDiv .menu>ul>li>a::before {
		display: none;
	}

	header .rightDiv .menu>ul>li:hover,
	header .rightDiv .menu>ul>li:focus,
	header .rightDiv .menu>ul>li.on {
		background: none;
	}

	header .rightDiv .menu>ul>li.on>a {
		color: #333;
	}

	header .rightDiv .menu>ul>li:hover a span,
	header .rightDiv .menu>ul>li:focus a span,
	header .rightDiv .menu>ul>li.on a span,
	header .rightDiv .menu>ul>li.active a span {
		display: none;
		width: 20px;
		height: 2px;
		background: #ffffff;
		margin: 0 auto;
		margin-top: 1rem;

		/* background: #3fba9e;
		border-bottom: 2px #3fba9e solid; */
	}

}


/*PAD屏幕下的专用样式*/
@media screen and (min-width: 768px) and (max-width:992px) {
	.wrap {
		width: 100%;
		padding: 0;
	}
	.productsDiv .nav_nei{
		width: 100%;
	}
	.productsDiv .nav_nei ul li{
		min-width: 48%;
		float: left;
		margin: 0 1%;
	}
	.productsDiv .content{
		width: 100%;
		margin-top: 30px;
	}
	.productsDiv .nav_nei ul li a{
		font-size: 16px;
	}
	.productsDiv .nav_nei ul li.on a{
		font-size: 16px;
	}
	.mainDiv .title{
		font-size: 28px;
	}
	.productsDiv .content .col-lg-4:nth-child(even){
		padding-left:5px;
	}
	.productsDiv .content .col-lg-4:nth-child(odd){
		padding-right:5px;
	}

	.search {
		width: 80%;
		top: auto;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.search input {
		width: 100%;
	}

	.banner {
		margin-top: 60px;
	}
.indexDiv3 .content .news_list{
	margin-top: 30px;
}
	footer .foot_fl,
	footer .foot_fr,
	.indexDiv3 .content .news_list,
	.indexDiv3 .content .textDiv {
		width: 100%;
	}
	

	footer .foot_fl,
	footer .foot_fr {
		text-align: center;
		margin-bottom: 20px;
	}

	footer .banquan {
		text-align: center;
	}

	footer .menu_bott li {
		float: none;
		display: inline-block;
	}

	footer .foot_fr .tel span {
		margin-bottom: 10px;
	}

	.menu {
		width: 100%
	}

	.menu ul {
		width: 100%;
		display: block;
	}

	.menu ul ul {
		top: 0;
		border: 0;
	}

	.menu>ul>li>a {
		padding: 0 20px;
	}

	.menu.align-center>ul,
	.menu.align-right ul ul {
		text-align: left
	}

	.menu ul li,
	.menu ul ul li,
	.menu ul li:hover>ul>li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(120, 120, 120, .15)
	}

	.menu ul li a,
	.menu ul ul li a {
		width: 100%
	}

	.menu>ul>li,
	.menu.align-center>ul>li,
	.menu.align-right>ul>li {
		float: none;
		display: block
	}

	.menu ul ul li a {
		padding: 0 20px 0 30px;
		font-size: 12px;
		background: 0 0
	}

	/*.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#fff}*/
	.menu ul ul ul li a {
		padding-left: 40px
	}

	.menu ul ul,
	.menu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0
	}

	.menu>ul>li.has-sub>a::after,
	.menu ul ul li.has-sub>a::after {
		display: none
	}

	#menu-line {
		display: none
	}

	.menu #menu-button {
		display: block;
		padding: 20px;
		color: #000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase
	}

	.menu #menu-button::after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #fff
	}

	.menu #menu-button::before {
		content: '';
		position: absolute;
		top: 25px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff
	}

	.menu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid rgba(255, 255, 255, .9);
		height: 52px;
		width: 52px;
		cursor: pointer
	}

	.menu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #fff;
		z-index: 99
	}

	.menu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #fff;
		z-index: 99
	}

	.menu .submenu-button.submenu-opened:after {
		display: none
	}

	.menu ul ul {
		background: transparent;
		border-bottom: none;
		padding: 0;
	}

	.menu ul ul ul {
		top: 0;
	}

	.menu li:hover>ul {
		left: auto;
		margin-left: auto;
	}

	.menu ul ul li>a:last-child {
		border-bottom: 0;
	}
	.banner_nei{
		margin-top: 60px;
	}

	header {
		position: fixed !important;
		z-index: 999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 60px;
		/*background-color: transparent;*/
		transition: right 300ms !important;
	}

	.on-fixed header {
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	}

	header .logo a {
		height: 50px;
		line-height: 50px;
		width: initial;
		margin-left: 1rem;
	}

	header .logo img {
		max-height: 80%;
	}

	/*body.on-menu header {right: 45%;}*/
	header .mbtn {
		display: block;
	}

	body.on-menu header .mbtn {
		z-index: 1;
	}

	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 0px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		background-color: rgba(255, 255, 255, .9);
		border-bottom: 1px solid #f8f8f847;
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
		text-align: center;
	}

	header .rightDiv .menu ul li {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #ccc;
		float: none;
		width: 100%;
	}

	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		color: #333;
		/*padding: 0 15px;*/
		text-align: left;
		font-size: 16px;
		border: 0;
	}

	header .rightDiv .menu>ul>li:last-child>a {
		margin-top: 0;
		margin-left: 1rem;
	}


	header .rightDiv .menu>ul>li>a small {
		display: none;
	}

	header .rightDiv .menu>ul {
		display: block;
		padding-top: 50px;
		width: 100%;
	}

	header .rightDiv .menu>ul>li:hover a span,
	header .rightDiv .menu>ul>li:focus a span,
	header .rightDiv .menu>ul>li.on a span,
	header .rightDiv .menu>ul>li.active a span {
		display: none;
		width: 20px;
		height: 2px;
		background: #1150bd;
		margin: 0 auto;
		margin-top: 1rem;

		/* background: #3fba9e;
		border-bottom: 2px #3fba9e solid; */
	}

	body.on-menu header .rightDiv .menu {
		right: 0;
	}

	body.on-menu .main {
		right: 0;
	}

	header .rightDiv .menu>ul>li>a {
		padding: 0 15px;
		background: none;
	}

	header .rightDiv .menu ul li i {
		display: block;
	}

	header .twoMenu {
		position: relative;
		top: 0px;
		background: none;
		padding: 0;
		width: initial;
	}

	header .twoMenu dl {
		margin-bottom: 10px;
	}

	header .twoMenu dl dd {
		margin-top: 0;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #fff;
	}

	.on-fixed header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #000;
	}

	header .rightDiv .menu ul li .twoMenu {
		top: 10px;
		box-shadow: none;
	}

	header .rightDiv .menu ul li .twoMenu .liDiv>a {
		line-height: 32px;
		height: 32px;
		font-weight: normal;
	}

	header .twoMenu .liDiv>a:after {
		top: 0;
	}

	header .rightDiv .menu ul li.relativeLi .twoMenu .ulDiv {
		margin: 0 15px;
	}

	header .rightDiv .menu ul li>a {
		margin: 0;
		width: 100%;
	}

	header .rightDiv .menu ul li>a:hover,
	header .rightDiv .menu ul li>a:focus,
	header .rightDiv .menu ul li>a.on {
		color: #333;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		line-height: 50px;
		height: initial;
	}

	header .rightDiv .menu>ul>li>a::before {
		display: none;
	}

	header .rightDiv .menu>ul>li:hover,
	header .rightDiv .menu>ul>li:focus,
	header .rightDiv .menu>ul>li.on {
		background: none;
	}

	header .rightDiv .menu>ul>li.on>a {
		color: #1150BD;
	}

	.hideDiv {
		display: none;
	}

}

/*中等PC屏幕下的专用样式*/
@media screen and (min-width:993px) and (max-width:1024px) {
	.wrap {
		width: 100%;
		padding: 0;
	}



	header .rightDiv .menu>ul>li>a {
		height: 3.125rem;
		padding: 0 20px;
		display: block;
		/* justify-content: center; */
		/* align-items: center; */
		text-align: center;
		color: #333;
		position: relative;
		font-size: 1rem;
		margin: 0;
		margin-top: 2.5rem;
	}

}

@media screen and (min-width:1025px) and (max-width:1200px) {
	.wrap {
		width: 100%;
	}

	header .rightDiv .menu>ul>li>a {
		height: 3.125rem;
		padding: 0 20px;
		display: block;
		/* justify-content: center; */
		/* align-items: center; */
		text-align: center;
		color: #333;
		position: relative;
		font-size: 1rem;
		margin: 0;
		margin-top: 2.5rem;
	}

}

@media screen and (min-width:1201px)and (max-width:1600px) {
	.wrap {
		width: 85%;
	}

}

@media screen and (min-width:1601px) {}

