html,
body {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333;
}
.textDiv .contact_bott{
    font-size:14px;
    line-height:30px;
}
@font-face {
	font-family: "iconfont";
	/* Project id  */
	src: url('../fonts/iconfont.ttf?t=1635922021824') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-youjiantou:before {
	content: "\e622";
}

.icon-down:before {
	content: "\e649";
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.wrap2 {
	width: 90%;
	max-width: 1460px;
	margin: 0 auto;
}

.showDiv {
	display: none;
}

.clearfixed {
	clear: both;
}

a {
	color: #000;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.arrow-bottom {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: #DC1313;
	border-bottom-width: 0;
	border-style: dashed;
	border-top-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
}

/* 向右的箭头 */

.arrow-right {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: #f7f7f7;
	border-right-width: 0;
	border-style: dashed;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

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;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0;
}

a:hover {
	color: #0089de;
}

img {
	max-width: 100%;

}

.imgDiv {
	overflow: hidden;
}

.imgDiv img {
	width: 100%;
	transition: all 0.5s;
}

.mask:hover .imgDiv img {
	transform: scale(1.1);
}


input:focus,
button:focus,
textarea:focus {
	outline: none;
}

.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;
}

/**导航菜单**/
header {
	width: 100%;
	background: #fff;
	transition: all 0.5s;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	/* box-shadow: 0 0 5px #ECEDEE; */
	/*overflow: hidden;*/
}


header.on-fixed {
	background: #fff;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 0;
}

header .logo {
	/* height: 54px; */
	position: relative;
	z-index: 999;
	margin-top: 16px;
}

header .logo img {
	max-height: 100%;
}

header .logo p {
	margin-left: 20px;
}



header .rightDiv {
	width: 100%;
	background: #0081d6;
	transition: all 0.3s;
}

header .rightDiv .menu {
	width: 100%;
}


header .rightDiv .menu>ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}



header .rightDiv .menu>ul>li>a {
	height: 60px;
	display: block;
	/* justify-content: center; */
	/* align-items: center; */
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 60px;
	position: relative;
	width: 150px;
}

header.header_index .rightDiv .menu>ul>li>a {
	color: #FFFFFF;
}



header .rightDiv .menu>ul>li>a:hover,
header .rightDiv .menu>ul>li>a.now {
	color: #fff;
	background: #3aa5eb;
}


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: #fff;
	background: #3aa5eb;
}

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;
	display: block;
}

header .mbtn {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../img/menu1.svg) no-repeat center center;
	background-size: 70%;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	z-index: 9999;
}


header .mbtn:active {
	opacity: .8;
}

header.header2 .rightDiv .menu>ul>li>a {
	color: #FFFFFF;
	margin: 0 2px;
	text-transform: capitalize;
}

body.on-menu header .mbtn {
	background: url(../img/menu-hide1.svg) no-repeat center center;
	background-size: 40%;
	z-index: 9999;
}

.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 #menu-button {
	display: none
}

.menu {
	width: auto;
}

#menu-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: #b3c9e2;
	-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>ul>li>a {
	padding: 0;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
	-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.align-right li:hover>ul{right:0}*/
.menu ul ul ul {
	right: 100%;
	top: 0;
	width: 100%;
}



/* .menu ul ul li:hover {
	background: #d7e5f6;
} */

/*.menu.align-right ul ul ul{margin-left:0;margin-right:100%}*/
.menu ul ul {

	width: 100%;
	text-align: center;
	top: 90px;
	position: absolute;
	left: 0;
	top: 90px;
	z-index: 99;
	background: #0f74be;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity .6s ease .2s, visibility .6s ease .2s;
}

.menu ul li:hover>ul {
	opacity: 1;
	visibility: visible;
	transition: opacity .8s ease, visibility .8s ease;
}

.menu ul ul li {
	padding: 0 15px;
	-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:first-child{border-radius: 6px 6px 0 0;}*/

/*.menu ul ul li a{padding:10px;width: width: 100%;;font-size:15px;text-decoration:none;color:#666666;-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 ul li:hover>a,.menu ul ul li a:hover{color:#81D8D0;background: #F9F9F9;}*/
.menu ul ul li>a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	margin: 10px 30px;
	position: relative;
}

.menu ul ul li>a::before {
	content: "";
	display: block;
	position: absolute;
	background: #FFFFFF;
	width: 0;
	height: 3px;
	left: -15px;
	top: 48%;
	transition: width 0.3s;
}

.menu ul ul li:hover>a::before {
	width: 12px;
}

.menu ul ul li:last-child>a {
	border: 0;
}

.banner>img {
	min-height: 800px;
	object-fit: cover;
}
.bannerIndex,
.banner_nei{
	margin-top: 165px;
}
.bannerIndex .swiper-pagination-clickable .swiper-pagination-bullet {
	background: #0f74be;
	width: 50px;
	height: 5px;
	border-radius: 0;
}

.bannerIndex .swiper-pagination-clickable .swiper-pagination-bullet-active {
	background: #0f74be;
}

.tel {
	display: flex;
	align-items: center;
	line-height: 26px;
}

.tel img {
	margin-right: 20px;
}

.yuyan {
	margin-left: 50px;
	margin-top: 68px;
}

.yuyan a {
	color: #666;
}

.yuyan a.now {
	color: #0081d6;
}

.indexDiv1 {
	background: url(../img/index_bg.jpg) no-repeat center center;
	background-size: cover;
}

.indexDiv1 .title_p {
	width: 230px;
	height: 100px;
	background: url(../img/index_title.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 20px;
}

.indexDiv1 .tab {
	padding: 0 10px;
}

.indexDiv1 .tab li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #0089de;
	border-radius: 0px 0px 1px 1px;
	padding: 12px 16px;
	color: #fff;
}
.indexDiv1 .tab li a:hover{
	background: #ed8f00;
}

.indexDiv1 .tab li {
	margin-top: 20px;
}

a.all {
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 100%;
	display: block;
	border: solid 1px #0089de;
	color: #0089de;
	background: linear-gradient(#0089de, #0089de) no-repeat;
	background-size: 0 100%;
	transition: all 0..5s;
}

a.all:hover {
	background-size: 100% 100%;
	color: #FFFFFF;
}

.indexDiv1 .rtDiv {
	width: calc(100% - 290px);
}

.indexDiv1 .col-lg-6 {
	padding: 0 9px;
	margin-bottom: 20px;
}

.indexDiv1 .textDiv .wenzi {
	width: 100%;
	height:50px;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: all 0.5s;
	z-index: 9;
}

.indexDiv1 .textDiv:hover .wenzi {
	opacity: 1;
}

.indexDiv1 #tabCon {
	height: 540px;
	overflow: hidden;
}

.indexDiv2 {
	background-color: #e9f3fa;
}

.indexDiv2 .flDiv {
	width: 50%;
}

a.more {
	display: block;
	width: 130px;
	height: 40px;
	background-color: #0081d6;
	text-align: center;
	color: #FFFFFF;
	line-height: 40px;
}

.number {
	bottom: 60px;
	width: 67.5%;
	padding: 35px 0;
	background-color: #ffffff;
	box-shadow: 0px 5px 15px 0px rgba(0, 17, 41, 0.15);
}

.number ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.number ul li {
	width: 33.33%;
	padding: 15px 0;
	text-align: center;
	border-right: 1px #eeeeee solid;
}

.number ul li:last-child {
	border: 0;
}

.indexDiv3 {
	background: url(../img/index_bg2.jpg) no-repeat center center;
	background-size: cover;
}

.list1 li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	margin-bottom: 30px;
}

.list1 li:nth-child(even) {
	flex-flow: row-reverse;
}

.list1 li:nth-child(even) .textDiv {
	margin-left: 15px;
	margin-right: 35px;
}

.list1 li .textDiv {
	width: calc(100% - 685px);
	margin-left: 35px;
}

.list1 li .textDiv .num {
	position: relative;
	z-index: 1;
	color: #cfcfcf;
	font-style: italic;
}

.list1 li .textDiv .title_p {
	padding-bottom: 18px;
	border-bottom: ;
}


.list1 .text {
	position: relative;
	z-index: 9;
	margin-top: -39px;
	margin-left: 45px;
}

.list1 .text .title_p {
	border-bottom: 1px #d3d3d3 solid;
	padding-bottom: 15px !important;
	position: relative;
	margin-bottom: 15px;
}

.list1 .text .title_p::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 86px;
	height: 3px;
	background-color: #e25b14;
}

.list2 {
	width: calc(100% - 620px);
}

.list2 li a {
	display: block;
	padding: 20px 0;
	border-bottom: 1px #e1e1e1 solid;
}

.list2 li a .font14 {
	margin-top: 7px;
}

.list2 li:first-child a {
	padding-top: 0;
}

.list2 li:last-child a {
	border: 0;
	padding-bottom: 0px;
}

.indexDiv4 .content a.more {
	margin: 0 auto;
	margin-top: 50px;
}

footer {
	padding-top: 60px;
	border-top: 6px #e25b14 solid;
	background: #333333;
}

.foot_bt {
	position: relative;
}

.foot_bt::before {
	content: "";
	width: 5px;
	height: 20px;
	background-color: #e25b14;
	position: absolute;
	left: -15px;
	top: 5px;
}

footer .flex2 {
	align-items: flex-start;
}

p.person {
	display: flex;
}

.nav_bott {
	width: 350px;
}

.nav_bott a {
	color: #FFFFFF;
	padding: 5px 0;
	display: block;
	width: 100%;
}

.nav_bott li {
	width: 50%;
	float: left;
}

.ewm_bott .fr {
	margin-left: 30px;
}

.banquan {
	padding: 15px 0;
	background: #222222;
}

.fixed {
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 999;
}

.fixed ul li {
	position: relative;
	width: 60px;
	height: 60px;
	background-color: #ed8f00;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	box-shadow: 0 0 10px #CCCCCC;
	cursor: pointer;
}

.fixed ul li .con {
	position: absolute;
	width: 130px;
	right: 110%;
	padding: 10px;
	background: #ed8f00;
	display: none;
	bottom: 0;
	min-height: 60px;
	color: #FFFFFF;
}

.fixed ul li:first-child .con,
.fixed ul li:nth-child(2) .con {
	width: 220px;
	padding: 0px 10px;
}

.fixed ul li .con .flex {
	min-height: 60px;
}

.fixed ul li:last-child {
	margin-top: 20px;
}

.banner_nei .absolute {
	width: 100%;
	bottom: 130px;
}

.weizhi {
	padding-top: 25px;
}

.weizhi,
.weizhi a {
	color: #666;
}

.aboutDiv2 {
	background: url(../img/about_bg.jpg) no-repeat center center;
	background-size: cover;
}

.aboutDiv3 {
	padding-bottom: 120px;
}

.erji {
	width: 210px;
}

.erji>ul>li {
	margin-bottom: 10px;
}

.erji>ul>li>a {
    display: block;
    height: 40px;
    /* line-height: 40px; */
    background-color: #0081d6;
    padding: 0 15px;
    font-size: 13px;
    color: #FFFFFF;
    padding-top: 4px;
}

.erji>ul>li>a>img {
	margin-top: 12px;
	transition: all 0.5s;
}

.erji>ul>li>ul {
	background: #f5f5f5;
	padding-top: 20px;
	display: none;
}

.erji>ul>li>ul>li>a {
	display: block;
	text-align: center;
	padding-bottom: 20px;
}

.erji>ul>li.open>a>img {
	transform: rotate(90deg);
}

.rtDiv {
	width: calc(100% - 260px);
}

.proDiv1 .rtDiv .col-lg-4 {
	margin-bottom: 30px;
}


.fenye {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 100px;
}

.fenye ul {
	display: flex;
}

.fenye ul li a {
	padding: 0px 10px;
	background: #dedede;
	margin: 0 10px;
	line-height: 30px;
	display: block;
}

.fenye ul li a:hover,
.fenye ul li a.now {
	background: #0081d6;
	color: #FFFFFF;
}

.more_p {
	width: 150px;
	height: 40px;
	background-color: #0081d6;
	border-radius: 20px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
}

.newsList li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0;
	border-bottom: 1px #bdbdbd solid;
}

.newsList li:first-child a {
	padding-top: 0;
}

.newsList li a .textDiv {
	width: calc(100% - 450px);
	margin-left: 50px;
}

.newsList li a:hover .imgDiv img {
	transform: scale(1.1);
}

.formDiv li {
	margin-bottom: 20px;
}

.formDiv li input {
	height: 50px;
	background: #FFFFFF;
	border: 0;
	padding: 0 20px;
}

.formDiv li select {
	width: 100%;
	height: 50px;
	background-color: #FFFFFF;
	border: 0;
	padding: 0 20px;
	color: #666;
	outline: none;
}

.formDiv li textarea {
	width: 100%;
	height: 150px;
	background: #FFFFFF;
	border: 0;
	padding: 20px;
	color: #666;
}

.formDiv li.flex2 input {
	width: 380px;
}

.liuyanDiv1 {
	background: url(../img/liuyan_bg.jpg) no-repeat center center;
	background-size: cover;
}

.formDiv .dizhi select {
	width: 250px;
	height: 50px;
	background-color: #ffffff;
	border: 0;
	outline: none;
	padding: 0 20px;
	margin-right: 20px;
	color: #666;
	outline: none;
}

.formDiv .dizhi input {
	width: 280px;
}

.formDiv button {
	display: block;
	width: 201px;
	height: 51px;
	background-color: #0081d6;
	margin: 0 auto;
	margin-top: 70px;
	outline: none;
	color: #FFFFFF;
	border: 0;
	margin-bottom: 70px;
}

.contactDiv1 {
	background: url(../img/contact_bg.jpg) no-repeat center center;
	background-size: cover;
}

.contactDiv1 .fr {
	width: 54%;
}

.contactDiv1 .textDiv {
	padding: 30px 65px;
	background: #FFFFFF;
	width: 100%;
	height: 348px;
}

.contactDiv1 .textDiv .bt {
	padding-bottom: 15px;
	position: relative;
	border-bottom: 1px #bfbfbf solid;
}

.contactDiv1 .textDiv .bt::before {
	content: "";
	width: 80px;
	height: 3px;
	background-color: #0071cb;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.contactDiv1 .fl {
	width: 46%;
}

.contactDiv1 .fl img {
	width: 100%;
	height: 348px;
	object-fit: cover;
}

.contactDiv1 .col-lg-6 {
	padding: 0 0;
}


.zpDiv ul li {
	margin-bottom: 5px;
	position: relative;
}

.zpDiv ul li span.icon {
	position: absolute;
	top: 10px;
	right: 10px;
}

.zpDiv ul li span.icon::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 3px;
	background: #FFFFFF;
	right: 10px;
	top: 12px;
}

.zpDiv ul li span.icon::after {
	content: "";
	position: absolute;
	width: 3px;
	height: 15px;
	background: #FFFFFF;
	right: 16px;
	top: 6px;
}

.zpDiv ul li.active span.icon::after {
	display: none;
}

.zpDiv ul li p.wenzi {
	display: none;
	padding: 25px;
}

.zpDiv ul li p.zp_title {
	font-size: 18px;
	color: #FFFFFF;
	height: 50px;
	line-height: 50px;
	background-color: #b4b4b4;
	padding: 0 25px;
	border-radius: 5px;
	cursor: pointer;
}

.zpDiv ul li.active p.zp_title {
	border-radius: 5px 5px 0 0;
	background-color: #0081d6;
}

.email {
	background-color: #0081d6;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 100px;
}

.rightDiv .tel{
	display: none;
}
header .rightDiv .menu ul>li:last-child{
	display: none;
}


/*PHONE屏幕下的专用样式*/
@media screen and (max-width:992px) {


	.wrap,
	.wrap2 {
		width: 100%;
		margin: 0 auto;
		font-size: 14px;
	}

	.showDiv {
		display: block;
	}

	.menu {
		width: 100%
	}

	.menu ul {
		width: 100%;
		display: block;
	}

	.menu ul ul {
		top: 0;
		border: 0;
		box-shadow: none;
		border-top: 1px #eee solid;
	}

	.menu ul ul .ul {
		background: #fff;
		box-shadow: none !important;
		border-radius: 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(255, 255, 255, .3)
	}

	.menu ul li:hover>ul {
		top: 0;
	}

	.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 #eee;
		height: 52px;
		width: 52px;
		cursor: pointer
	}

	.menu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #999;
		z-index: 99
	}

	.menu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #999;
		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;
	}

	header .rightDiv .menu ul li ul li {
		border-bottom: 1px #eee dashed;
		border-top: 0;
	}

	header .rightDiv .menu ul li ul li:last-child {
		border: 0;
	}

	header .logo {
		/* width: 30%; */
		margin-left: 10px;
		margin-top: 0;
	}

	header .logo p span:nth-child(2) {
		display: none;
	}

	header .logo p {
		margin-left: 10px;
		margin-top: 5px;
	}

	header .logo .font30 {
		font-size: 20px;
	}

	header .logo img {
		max-height: 36px;
		float: left;
	}

	header .logo a {
		/* height: 35px; */
		display: block;
		margin-top: 5px;

	}

	.menu ul ul {
		visibility: visible;
		opacity: 1;
		display: none;
	}

	.menu ul li:hover>ul {
		display: none !important;
	}

	.menu ul li:hover>ul.open {
		display: block !important;
	}

	header .wrap {
		display: block;
	}


	header.header2 .rightDiv .menu>ul>li>a {
		color: #333;
	}

	header {
		position: fixed !important;
		z-index: 999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		padding-top: 0;
		background: #fff;
		box-shadow: 0 0 5px #ccc;
		/* background: #000; */
		/*background-color: transparent;*/
		transition: right 300ms !important;
	}

	header.header2 {
		background: #FFFFFF;
		border: 0;
		box-shadow: 0 0 5px #EEEEEE;
	}


	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: 9999;
	}

	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		/* background-color: rgba(0, 0, 0, 0.9); */
		background: #fff;
		border-bottom: 1px solid #f8f8f847;
		transition: right 300ms;
		right: -100%;
		padding: 0;
		z-index: 9999;
		overflow-y: auto;
		text-align: center;
		margin-top: 0;
		padding-bottom: 50px;
	}

	header .rightDiv .menu ul>li {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #eee;
		float: none;
		width: 100%;
		position: relative;
	}

	header .rightDiv .menu ul>li:first-child {
		border-top: 1px #eee solid;
	}

	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		color: #333;
		/*padding: 0 15px;*/
		text-align: left;
		font-size: 16px;
		font-weight: normal;
	}

	header .rightDiv .menu>ul>li>a.now::after,
	header .rightDiv .menu>ul>li:hover>a::after {
		display: none;
	}

	header .rightDiv .menu>ul>li>a.login {
		width: 100px;
		margin: 10px 0;
		margin-left: 20px;
		text-align: center;
	}

	header .rightDiv .menu>ul>li>a small {
		display: none;
	}

	header .rightDiv .menu>ul {
		display: block;
		/* padding-top: 60px; */
		width: 100%;
	}

	body.on-menu header .rightDiv .menu {
		right: 0;
	}

	body.on-menu .main {
		right: 0;
	}

	header .rightDiv .menu>ul>li>a {
		padding: 0 20px;
		background: none;
		margin: 0;
		width: 100%;
		color: #333;
	}

	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:hover,
	header .rightDiv .menu ul li>a:focus,
	header .rightDiv .menu ul li>a.on {
		color: #a13e91;
	}

	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: #204e9e;
	}

	header .rightDiv .menu>ul>li>a:hover span,
	header .rightDiv .menu>ul>li>a.now span {
		display: none;


		/* background: #3fba9e;
		border-bottom: 2px #3fba9e solid; */
	}



	.hideDiv {
		display: none;
	}

	.bannerIndex,
	.banner_nei,
	.price_top {
		margin-top: 50px;
	}

	.bannerIndex img {
		min-height: 200px;
		object-fit: cover;
	}

	.banner_nei img {
		min-height: 160px;
		object-fit: cover;
	}

	.zpDiv ul li p.zp_title {
		font-size: 16px;
	}
	.tel{
		display: none;
	}
	.tel .font16{
		display: none;
	}
	.rightDiv .tel{
		justify-content: center;
		width: 100%;
		display: flex;
	}
	.fixed{
		/* display: none; */
		right: 10px;
	}
	.fixed ul li{
		width: 40px;
		height: 40px;
		box-shadow: 0 0 3px #CCCCCC;
		margin-bottom: 5px;
	}
	.fixed ul li:last-child{
		margin-top: 10px;
	}
	.fixed ul li>p>img{
		width: 70%;
		display: block;
		margin: 0 auto;
	}
	.number ul li .font50{
		font-size: 22px;
	}
	.fixed ul li .con,
	.fixed ul li .con .flex{
		min-height: 40px;
	}
	.indexDiv1 .title_p{
		display: none;
	}
	.indexDiv1 .flDiv{
		width: 100%;
	}
	.par70{
		padding: 30px 0;
	}
	.indexDiv1 .tab li:first-child{
		margin-top: 0;
	}
	.indexDiv1 .rtDiv{
		width: 100%;
		margin-top: 20px;
	}
	.yuyan{
		display: none;
	}
	.indexDiv1 #tabCon{
		height: auto;
	}
	.indexDiv2 .flDiv{
		width: 100%;
	}
	.indexDiv2 .frDiv{
		width: 100%;
		margin-top: 20px;
	}
	.line30,
	.line34,
	.line36{
		line-height: 28px;
	}
	.number{
		width: 100%;
		padding: 15px 0;
		bottom: -130px;
	}
	.indexDiv2{
		padding-bottom:100px;
	}
	.indexDiv3{
		padding-top: 70px;
	}
	.list1 li{
		display: block;
	}
	.list1 li>img,
	.list1 li .textDiv{
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
	.list1 li .textDiv .num img{
		width: 30px;
	}
	.list1 .text {
	    position: relative;
	    z-index: 9;
	    margin-top: -15px;
	    margin-left: 17px;
	}
	.list1 li:nth-child(even) .textDiv{
		margin: 0;
	}
	.ad img{
		min-height: 90px;
		object-fit: cover;
	}
	.indexDiv4  .content .flex2{
		display: block;
	}
	.list2{
		width: 100%;
		margin-top: 20px;
	}
	.list2 .font18 .text{
		font-size: 16px;
		display: inline-block;
		width:70%;
	}
	.list2 li a .font14{
		margin-top: 2px;
	}
	footer .flex2{
		display: block;
		font-size: 12px !important;
	}
	footer .flex2 .font14{
		font-size: 13px;
	}
	.foot_bt{
		font-size: 16px;
	}
	footer .flex2  .mt25{
		margin-top: 10px;
	}
	p.person,
	p.person span{
		display: block;
	}
	.nav_bott li{
		width: 25%;
	}
	.nav_bott li a{
		padding:0;
	}
	.nav_bott{
		margin: 20px 0;
	} 
	.banquan{
		font-size: 13px;
	}
	.bannerIndex .swiper-pagination-clickable .swiper-pagination-bullet{
		width: 20px;
	}
	.indexDiv1 .tab li{
		margin: 5px 0;
	}
	a.all{
		margin-top: 10px;
		margin: 0 10px;
		width: 94%;
	}
	.font28{
		font-size: 20px;
	}
	.erji{
		width: 100%;
	}
	.erji>ul>li{
		margin-bottom: 5px;
	}
	.rtDiv{
		width: 100%;
		margin-top: 20px;
	}
	.erji>ul>li>a{
		font-size: 16px;
	}
	.fenye{
		margin-bottom: 50px;
	}
	.fenye ul li a{
		margin: 0 2px;
	}
	.banner_nei .absolute{
		bottom: 30px;
		font-size: 30px;
	}
	.banner_nei .absolute b{
		font-size: 22px;
		padding-left: 20px;
	}
	.banner_nei .absolute .font18{
		font-size: 12px;
	}
	.newsList li a{
		display: block;
	}
	.newsList li a .textDiv{
		width: 100%;
		margin-top: 20px;
		margin-left: 0;
	}
	.newsList li a{
		padding: 20px 0;
	}
	.formDiv li input{
		margin-bottom: 10px;
	}
	.formDiv li.flex2{
		display: block;
	}
	.formDiv li.flex2 input{
		width: 100%;
		margin-bottom: 10px;
	}
	.formDiv .dizhi .flex2{
		display: block;
	}
	.formDiv .dizhi select{
		width: 100%;
		margin-bottom: 10px;
	}
	.formDiv .dizhi span{
		display: none;
	}
	.formDiv .dizhi input{
		width: 100%;
	}
	.formDiv li{
		margin-bottom: 0;
	}
	.formDiv button{
		margin: 30px auto;
	}
	.contactDiv1 .fl,
	.contactDiv1 .fr{
		width: 100%;
	}
	.contactDiv1 .fl img{
		height: auto;
	}
	.contactDiv1 .textDiv{
		padding: 20px;
		height: auto;
	}
	.email{
		margin-bottom: 50px;
	}
	header .rightDiv .menu>ul>li:last-child>a{
		width: auto;
		display: inline-block;
	}
	header .rightDiv .menu ul>li:last-child{
		text-align: left;
		display: block;
	}
	header .rightDiv .menu>ul>li:last-child>a.now{
		background: none;
		color: #3aa5eb;
	}

}



/*PAD屏幕下的专用样式*/
@media screen and (min-width: 768px) and (max-width:992px) {

	.wrap,
	.wrap2 {
		width: 98%;
		margin: 0 auto;
		font-size: 14px;
	}
	.indexDiv2 .frDiv img{
		width: 100%;
	}
	.list1 li .textDiv .num img {
	    width: 50px;
	}
	.indexDiv4 .content .flex2>img{
		width: 100%;
	}
	.ewm_bott .fr{
		float: left;
	}
	a.all{
		width: 97%;
	}
	.aboutDiv2 .swiper-slide img{
		width: 100%;
	}

}

/*中等PC屏幕下的专用样式*/
@media screen and (min-width:993px) and (max-width:1200px) {

	.wrap,
	.wrap2 {
		width: 100%;
	}

	.indexDiv1 .flDiv {
		width: 60%;
	}

	.indexDiv1 .frDiv {
		width: 40%;
	}

	header .rightDiv .menu>ul>li {
		padding: 0 20px;
	}
	header .rightDiv .menu>ul>li>a{
		width: 100px;
	}
	.indexDiv1 .flDiv{
		width: 23%;
	}
	.indexDiv1 .rtDiv{
		width: 75%;
	}
	.indexDiv2 .frDiv{
		width: 46%;
	}
	.number {
	    bottom: 0;
	    width: 67.5%;
	    padding: 15px 0;
	    background-color: #ffffff;
	    box-shadow: 0px 5px 15px 0px rgb(0 17 41 / 15%);
	}
	.list1 li>img{
		width: 50%;
		height: 350px;
		object-fit: cover;
	}
	.list1 li .textDiv{
		width: calc(100% - 540px);
	}
	.nav_bott{
		width: 180px;
	}
	.banner_nei .absolute{
		bottom: 50px;
		padding-left: 20px;
	}
	.formDiv li.flex2 input{
		width: 32%;
	}
	.formDiv .dizhi select{
		width: 190px;
	}
	.contactDiv1 .textDiv{
		padding: 20px;
	}


}

@media screen and (min-width:1201px) and (max-width:1600px) {
	.wrap2 {
		width: 98%;
	}
	.banner_nei .absolute{
		bottom: 50px;
	}

}