html,
body {
	padding: 0;
	margin: 0;
	font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
	font-size: 0.73vw;
}

@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: 62.5vw;
	margin: 0 auto;
}

.wrap2 {
	width: 90%;
	max-width: 1460px;
	margin: 0 auto;
}

.title {
	font-family: PingFang SC;
}

.showDiv {
	display: none;
}

.clearfixed {
	clear: both;
}

a {
	color: #333;
}

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: #0097da;
	/* text-decoration: underline; */
}

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%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	
	height: 84px;
	transition: all 0.2s;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.5);
	/* box-shadow: 0 0 5px #ECEDEE; */
	/*overflow: hidden;*/
	
}


header.on-fixed {
	background: rgba(255, 255, 255, .8);
}

/* header.on-fixed::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	 filter: blur(1px);
	 z-index: -1;
	 content: "";
} */



header .logo {
	/* height: 54px; */
	position: relative;
	z-index: 999;
}

header .logo img {
	height: 70px;
	width: 200px;
}

header .logo p {
	margin-left: 1.15vw;
}
.dian3 .swiper-pagination-bullet{
	width: 90px!important;
	height: 7px!important;
	border-radius: 0px;
	background: #fff!important
}
header .rightDiv {
	float: left;
}

header .rightDiv .menu {
	text-align: right;
}


header .rightDiv .menu>ul {
	display: inline-block !important;
	/*overflow: hidden;*/
}

header .rightDiv .menu>ul>li {
	float: left;
	padding: 0 25px;
	/*width: 126px;*/
}
.fp-nav{
	display: none!important;
}
.sds54{
	width: 30px!important;
	height: 30px!important;
}
header .rightDiv .menu>ul>li>a {
	height: 84px;
	font-weight: bold;
	display: block;
	/* justify-content: center; */
	/* align-items: center; */
	text-align: center;
	color: #333;
	font-size: 0.9375vw;
	line-height: 84px;
	position: relative;
	padding: 0 5px;
	color: #fff!important;
	/* font-weight: bold; */
}

header.header_index .rightDiv .menu>ul>li>a {
	color: #FFFFFF;
}


header .rightDiv .menu>ul>li>a::after {
	content: "";
	width: 0;
	height: 3px;
	background: #009bdb;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	transition: .5s;
	z-index: 99;
	*/
	/* border-radius: 10px; */
	/* display: none;*/
}


header .rightDiv .menu>ul>li>a.now::after,
header .rightDiv .menu>ul>li:hover>a::after {
	width: 100%;
	transition: .5s;
	font-weight: bold;
}



header .rightDiv .menu>ul>li>a:hover,
header .rightDiv .menu>ul>li>a.now {
	color: #009bdb;
}


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: #009bdb;
}

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;
	position: relative;
}


.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: 160px;
	padding: 15px 0;
	text-align: center;
	top: 90px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	top: 5.2vw;
	z-index: 99;
	background: rgba(0, 0, 0, 0.5);
	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;
}

header.on-fixed .menu ul ul {
	background: #1171d6;
}

.menu ul ul li {
	padding: 0;
	/* text-align: left; */
	-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;
	padding: 8px 30px;
	position: relative;
}

.menu ul ul li:hover {
	background: #1171d6;
}

header.on-fixed .menu ul ul li:hover {
	background: #4295e8;
}

/* .menu ul ul li>a::before {
	content: "";
	display: block;
	position: absolute;
	background: #FFFFFF;
	width: 0;
	height: 3px;
	left: 0;
	bottom: 0;
	transition: width 0.3s;
}

.menu ul ul li:hover>a::before {
	width: 100%;
} */

.menu ul ul li:last-child>a {
	border: 0;
}



.xiaArrow {
	position: absolute;
	bottom: 20%;
	z-index: 999;
	left: 50%;
	margin: 0 auto;
	cursor: pointer;
	text-align: center;
	color: #fff;
}

.xiaArrow .xian {
	width: 1px;
	height: 30px;
	background: #fff;
	margin: 10px auto;
	display: block;
}

.bannerIndex {
	width: 100%;
	height: 100vh;
}

.bannerIndex video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	background: #fff !important;
}

.pt50 {
	padding-top: 2.6vw;
}

.pt100 {
	padding-top: 5.2vw;
}

.indexDiv2 .flDiv {
	width: 50%;
}

.indexDiv2 .frDiv {
	width: 45%;
}

.title .cn {
	margin-top: -0.78vw;
}

.indexDiv3 .textDiv {
	
	
	box-shadow: 0px 0px 10px 1px #333;
	letter-spacing: 1;
	height: 100%;
}

/*.indexDiv3 .textDiv img {
	width: 5.52vw;
}*/

.indexDiv3 .col-lg-4 {
	margin-bottom: 1.56vw;
}

.indexDiv4 ul li a {
	color: #fff;
}

.indexDiv4 .content>ul>li {
	margin-bottom: 0.5vw;
}

.indexDiv4 .content>ul>li:last-child {
	margin-bottom: 0;
}

.indexDiv4 .content {
	width: 50%;
}

.indexDiv4 .content>ul>li>p {
	position: relative;
	display: inline-block;
	margin-bottom: 1vw;
}

.indexDiv4 .content>ul>li>p::after {
	position: absolute;
	content: "";
	width: 1.3625vw;
	height: 3px;
	background: #0092d7;
	right: -1.8vw;
	top: 40%;
	display: none;
}

.indexDiv4 .content>ul>li.active>p::after {
	display: block;
}

.indexDiv4 .content>ul>li>ul {
	display: none;
}

.indexDiv4 .content>ul>li.active>ul {
	display: block;
}

.indexDiv4 .content>ul>li>ul>li {
	float: left;
	margin-right: 2.08vw;
	margin-bottom: 1vw;
}

.indexDiv4 .content>ul>li>ul>li>a:hover {
	text-decoration: underline;
}

a.more_p {
	display: inline-block;
	border-bottom: 1px #fff solid;
	padding-bottom: 3px;
	color: #fff;
}

.indexDiv5 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.indexDiv5 ul li {
	margin-bottom: 1vw;
}

.indexDiv5 ul li img {
	width: 11.458vw;
}

.indexDiv5 .swiper-container {
	padding-bottom: 2.5vw;
}

.indexDiv5 .swiper-pagination-bullet {
	margin: 0 0.45vw !important;
}

.indexDiv5 .swiper-pagination-bullet-active {
	background: #18a5e0;
}


.indexDiv6 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.indexDiv6 ul li {
	margin-bottom: 33px;
}

.indexDiv6 ul li img {
	width: 11.45vw;
	border: solid 1px #cccccc;
}

.indexDiv6 ul li:hover img {
	box-shadow: 0 0 0.15vw #ccc;
}

footer {
	background-color: #333333;
	color: #e5e5e5;
	padding-top: 2.25vw;
}

footer .felx2 {
	align-items: flex-start;
}

.logo_bott {
	width: 19.27vw;
}

.logo_bott img {
	width: 5.468vw;
	display: block;
	margin: 0 auto;
}

.footDiv {
	align-items: flex-start;
	margin-top: 2vw;
}

.footDiv p {
	font-weight: bold;
	color: #fff;
	padding-bottom: 0.5vw;
	border-bottom: 1px #fff dashed;
	margin-bottom: 0.5vw;
}

.footDiv ul li a {
	color: #e5e5e5;
	display: block;
	padding: 0.3vw 0;
	font-size: 0.83vw;
}

.footDiv ul li a:hover {
	color: #fff;
}

.footDiv .navBott {
	margin-right: 5vw;
}

.banquan {
	padding-top: 0.875vw;
	border-top: 1px #d7d7d7 solid;
	color: #999999;
	padding-bottom: 1vw;
}

.banquan a {
	color: #999;
}

.banquan a:hover {
	color: #fff;
}

.banquan .bq a {
	margin-left: 1.5vw;
}


.banner_nei .wenzi {
	width: 100%;
	height: 100%;
	z-index: 9;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.weizhi {
	padding: 1vw 0;
	color: #666666;
}

.weizhi a {
	color: #666;
}

.title_nei .xian {
	width: 2.6vw;
	height: 4px;
	background-color: #0093d9;
	margin: 0 auto;
	margin-top: 1vw;
}

.aboutDiv1 {
	background: url(../img/about_bg1.jpg) no-repeat center center;
	background-size: cover;
	padding-bottom: 5.2vw;
}

.aboutDiv2 {
	padding-top: 5.2vw;
	padding-bottom: 10.4vw;
}

.aboutDiv2 .chi {
	position: absolute;
	top: 17.6vw;
	width: 100%;
	left: 0;
	z-index: 9;
}

.aboutDiv2 a {
	color: #fff;
}

.aboutDiv2 .wenzi {
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
	background: rgba(255, 255, 255, 0.2);
	min-height: 11vw;
	padding: 2vw 1vw;
	margin-top: 5vw;
}

.aboutDiv2 .wenzi:before {
	content: "";
	position: absolute;
	top: -0.65vw;
	width: 0;
	height: 0;
	border-bottom: 0.65vw solid rgba(255, 255, 255, 0.2);
	border-left: 0.65vw solid transparent;
	border-right: 0.65vw solid transparent;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.aboutDiv2 .swiper-button-next {
	background: none;
	top: 2vw;
	right: -1vw;
}

.aboutDiv2 .swiper-button-prev {
	background: none;
	top: 2vw;
	left: -1vw;
}

.aboutDiv3 .col-lg-4 {
	margin-bottom: 1.5vw;
}

.aboutDiv3 .textDiv {
	max-width: 15.5vw;
	margin: 0 auto;
}

.bg_gray {
	background-color: #f5f5f5;
}

.aboutDiv4 .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	/*之前是ease-out*/
	-moz-transition-timing-function: linear !important;
	-ms-transition-timing-function: linear !important;
	-o-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
	margin: 0 auto;
}

.aboutDiv5 {
	margin-bottom: 5vw;
}

.aboutDiv5 .content .flex2 {
	align-items: flex-start;
}

.aboutDiv5 .content .tab {
	width: 17.18vw;
}

.aboutDiv5 .content #tabCon {
	width: calc(100% - 20vw);
}

.aboutDiv5 .content .tab li {
	background: #f5f5f5;
	padding: 0.65vw 1vw;
	margin-bottom: 0.35vw;
}

.aboutDiv5 .content .tab li.active {
	background: #0099da;
	color: #fff;
}

.banner_nei {
	margin-top: 5.2vw;
}

.fuwuDiv .textDiv .imgDiv {}

.fuwuDiv .textDiv .imgDiv img {
	width: 14.5vw;
	height: 9.375vw;
}

.fuwuDiv .textDiv {
	display: flex;
	justify-content: space-between;
}

.fuwuDiv .textDiv .wenzi {
	width: calc(100% - 15.5vw);
}

.fw_title {
	margin-bottom: 1vw;
	display: flex;
	align-items: center;
}

.fw_title span {
	display: block;
	width: 5px;
	height: 1vw;
	background-color: #0097da;
	margin-right: 0.4vw;
}

.fuwuDiv .col-lg-6 {
	margin-bottom: 5.2vw;
}

.fuwuDiv .textDiv ul li a {
	font-size: 0.83vw;
	color: #666;
	display: flex;
	padding: 0.22vw 0;
}

.fuwuDiv .textDiv ul li a img {
	margin-right: 0.2vw;
	width: 6px;
	height: 8px;
	margin-top: 0.4vw;
}

.fuwuDiv .textDiv ul li a:hover {
	color: #0097da;
}

.fuwuDiv .textDiv .wid50 {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.fuwuDiv .textDiv .wid50 ul {
	max-width: 60%;
	float: left;
}

.case_nav {
	float: right;
}

.case_nav ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 1.04vw;
	margin-top: -0.12vw;
}

.case_nav ul li a {
	position: relative;
	display: block;
	margin-left: 3vw;
	padding-bottom: 0.45vw;
}

.case_nav ul li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 0%;
	height: 2px;
	background: #0097da;
	left: 50%;
	transition: all 0.5s;
	transform: translate(-50%, 0);
}

.case_nav ul li a:hover::after,
.case_nav ul li a.now::after {
	width: 100%;
}

.case_nav ul li a:hover,
.case_nav ul li a.now {
	color: #0097da;
}

.caseDiv .col-lg-4 {
	margin-bottom: 2.5vw;
}

.caseDiv .relative .absolute {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all 0.5s;
}

.caseDiv .textDiv:hover .relative .absolute {
	opacity: 1;
}

.caseDiv .textDiv .relative .absolute img {
	max-height: 80%;
}

.contactDiv .flDiv {
	width: 55%;
}

.mapDiv {
	height: 20vw;
	width: 40%;
}

.news_list .textDiv {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news_list .textDiv img {
	width: 15.1vw;
	height: 9.375vw;
}

.news_list .textDiv .wenzi {
	width: calc(100% - 17.5vw);
}

.news_list .textDiv .more {
	width: 5.2vw;
	font-size: 0.83vw;
	height: 1.65vw;
	line-height: 1.65vw;
	background-color: #ffffff;
	border-radius: 16px;
	border: solid 1px #0097da;
	text-align: center;
	color: #0097da;
	background: linear-gradient(#0097da, #0097da) no-repeat;
	background-size: 0 100%;
	transition: all 0.5s;
}

.news_list .textDiv:hover .more {
	color: #fff;
	background-size: 100% 100%;
}

.news_list a {
	display: block;
	padding-bottom: 2.25vw;
	margin-bottom: 2.25vw;
	border-bottom: 1px #d4d4d4 solid;
}


.fenye {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.8vw;
}

.fenye ul {
	display: flex;
}

.fenye ul li a {
	padding: 0.3vw 0.5vw;
	background: #dedede;
	margin: 0 0.3vw;
	line-height: 0.83vw;
	display: block;
	border-radius: 2px;
}

.fenye ul li a:hover,
.fenye ul li a.now {
	background: #0097da;
	color: #FFFFFF;
}

.mobel_bn {
	display: none;
}

.indexDiv1 img {
	height: 100vh;
	width: 100%;
	object-fit: cover;
}

/*PHONE屏幕下的专用样式*/
@media screen and (max-width:992px) {


	.wrap,
	.wrap2 {
		width: 90%;
		margin: 0 auto;
		font-size: 14px;
	}

	.font16 {
		font-size: 16px;
	}

	.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: 0px;
	}

	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: 40px;
		float: left;
		height: auto;
	}

	header .logo a {
		/* height: 35px; */
		display: block;
		margin-top: 5px;

	}

	header.on-fixed {
		background: #fff;
	}

	.menu ul ul {
		visibility: visible;
		opacity: 1;
		transform: translate(0, 0);
		/* display: none; */
	}

	.menu ul li:hover>ul {
		display: none !important;
	}

	.menu ul li:hover>ul.open {
		display: block !important;
		width: 100%;
		left: 0;
		transform: translate(0);
	}

	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;
		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>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: #333;
	}

	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);
		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 #333;
		float: none;
		width: 100%;
		position: relative;
	}

	header .rightDiv .menu ul>li:first-child {
		border-top: 1px #444 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: 5.2vw;
		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: #fff;
	}

	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: #FF555C;
	}

	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: #FF555C;
	}

	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 img {
		height: 300px;
	}

	.xiaArrow {
		display: none;
	}

	.indexDiv2 .flDiv {
		width: 100%;
	}

	.indexDiv2 .flex2 {
		display: block;
	}

	.indexDiv2 .frDiv {
		display: none;
	}

	.indexDiv3 .textDiv {
		padding: 10px;
		box-shadow: 0px 3px 5px 1px rgb(0 0 0 / 84%);
	}

	.indexDiv3 .col-lg-4 {
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.indexDiv3 .row {
		margin: 0 -10px;
	}

	.indexDiv4 .content {
		width: 100%;
	}

	.indexDiv4 .content>ul>li>p::after {
		width: 15px;
		right: -20px;
	}

	.indexDiv4 .content>ul>li>p,
	.indexDiv4 .content>ul>li {
		margin-bottom: 10px;
	}

	.indexDiv4 .content>ul>li>ul>li {
		margin-right: 12px;
		margin-bottom: 8px;
	}

	.indexDiv5 ul li {
		width: 25%;
		padding: 5px;
	}

	.indexDiv5 ul li:last-child {
		margin-right: auto;
		display: none;
	}

	.indexDiv5 ul li:nth-last-child(2) {
		display: none;
	}

	.indexDiv5 ul li img {
		width: 100%;
		height: auto;
	}

	.indexDiv5 .swiper-container {
		padding-bottom: 50px;
	}

	.indexDiv6 ul li {
		width: 33.33%;
		padding: 0 5px;
		margin-bottom: 15px;
	}

	.indexDiv6 ul li img {
		width: 100%;
	}

	.navBott {
		/* display: none; */
	}

	footer .flex2 {
		display: block;
	}

	.logo_bott {
		width: 100%;
		font-size: 13px;
	}

	.footDiv .navBott {
		width: 33.33%;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-right: 10px;
	}

	.navBott ul li a {

		font-size: 13px;
	}

	.footDiv.flex2 {
		display: flex;
	}

	.footDiv>img {
		height: 150px;
		margin-top: 60px;
	}

	.footDiv p {
		font-size: 14px;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}

	.line30 {
		line-height: 28px;
	}

	.logo_bott img {
		width: 60px;
	}

	.banquan {
		padding-top: 10px;
	}

	.banquan {
		font-size: 12px;
	}

	.indexDiv3 .textDiv img {
		width: 40px;
	}

	.font16 {
		font-size: 14px;
	}

	.par60 {
		padding: 40px 0;
	}

	.aboutDiv2 .chi {
		top: 120px;
	}

	.aboutDiv2 .swiper-button-next {
		top: 25px;
	}

	.aboutDiv2 .swiper-button-prev {
		top: 25px;
	}

	.aboutDiv2 .wenzi {
		padding: 15px;
		line-height: 26px;
	}

	.aboutDiv2 .wenzi:before {
		content: "";
		position: absolute;
		top: -10px;
		width: 0;
		height: 0;
		border-bottom: 10px solid rgba(255, 255, 255, 0.2);
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.title_nei .xian {
		width: 30px;
		margin-top: 15px;
	}

	.aboutDiv3 .col-lg-4 {
		margin-bottom: 30px;
	}

	.aboutDiv3 .textDiv {
		max-width: 100%;
	}

	.aboutDiv3 .textDiv img {
		width: 40px;
	}

	.mt20 {
		margin-top: 20px;
	}

	.aboutDiv5 .content .flex2 {
		display: block;
	}

	.aboutDiv5 .content .tab,
	.aboutDiv5 .content #tabCon {
		width: 100%;
		margin-bottom: 20px;
	}

	.aboutDiv5 .content .tab li {
		padding: 10px 15px;
		margin-bottom: 10px;
	}

	.banner_nei {
		margin-top: 50px;
	}

	.banner_nei img {
		min-height: 180px;
		object-fit: cover;
	}

	.weizhi {
		padding: 10px 0;
	}

	.fuwuDiv .textDiv .imgDiv {
		width: 45%;
	}

	.fuwuDiv .textDiv .imgDiv img {
		width: 100%;
		height: auto;
	}

	.fuwuDiv .textDiv .wenzi {
		width: 50%;
	}

	.fw_title span {
		height: 16px;
		width: 3px;
		margin-right: 5px;
	}

	.fuwuDiv .textDiv ul li a {
		font-size: 14px;
		padding: 5px 0;
	}

	.fuwuDiv .textDiv ul li a img {
		margin-top: 6px;
		margin-right: 5px;
	}

	.fuwuDiv .textDiv .wid50 ul {
		max-width: 100%;
	}

	.fuwuDiv .textDiv .wid50 {
		display: block;
	}

	.fuwuDiv .col-lg-6 {
		margin-bottom: 40px;
	}

	.case_nav {
		width: 100%;
		float: none;
		margin-top: 20px;
	}

	.case_nav ul {
		flex-wrap: wrap;
	}

	.case_nav ul li {
		width: 50%;
		text-align: center;
		padding: 0 10px;
		margin-bottom: 10px;
	}

	.case_nav ul li:last-child {
		margin-right: auto;
	}

	.case_nav ul li a {
		font-size: 15px;
		padding-bottom: 10px;
	}

	.case_nav ul li a:hover::after,
	.case_nav ul li a.now::after {
		display: none;
	}

	.caseDiv .row {
		margin: 0 -5px;
	}

	.caseDiv .col-lg-4 {
		padding: 0 5px;
		margin-bottom: 30px;
	}

	.caseDiv .font18 {
		font-size: 16px;
		margin-top: 15px;
	}

	.caseDiv {
		padding-top: 20px;
	}

	.news_list .textDiv {
		display: block;
	}

	.news_list .textDiv img {
		width: 100%;
		height: auto;
	}

	.font18 {
		font-size: 16px;
	}

	.news_list .textDiv .wenzi {
		width: 100%;
		margin-top: 20px;
	}

	.news_list .textDiv .more {
		width: 100px;
		height: 30px;
		line-height: 30px;
	}

	.news_list a {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.fenye {
		margin-top: 40px;
	}

	.fenye ul li a {
		padding: 5px 8px;
		margin: 0 3px;
		line-height: 14px;
	}

	.newsDiv {
		padding-top: 20px;
	}

	.contactDiv .flex2 {
		display: block;
	}

	.contactDiv .flDiv {
		width: 100%;
	}

	.contactDiv .mapDiv {
		width: 100%;
		height: 300px;
		margin-top: 30px;
	}

	.contactDiv {
		margin-bottom: 60px;
	}

	.indexDiv3 .textDiv .font18 {
		font-size: 13px;
	}

	.aboutDiv4 {
		padding: 30px 0;
	}

	.mobel_bn {
		display: block;
		width: 100%;
		height: 100vh;
		object-fit: cover;
	}

	.bannerIndex {
		display: none;
	}
	.bannerIndex>video{
		display: none;
	}
}



/*PAD屏幕下的专用样式*/
@media screen and (min-width: 768px) and (max-width:992px) {

	.wrap,
	.wrap2 {
		width: 90%;
		margin: 0 auto;
		font-size: 14px;
	}

	.case_nav ul li {
		width: 33.33%;
		text-align: center;
		padding: 0 10px;
		margin-bottom: 10px;
	}

	.case_nav ul li:last-child {
		margin-right: auto;
	}

	.logo_bott {
		width: 368px;
	}

	.line36 {
		line-height: 36px;
	}

	.indexDiv3 .textDiv {
		padding: 20px;
	}

	.indexDiv5 ul li {
		width: 20%;
	}

	.indexDiv6 ul li {
		width: 20%;
	}

	.news_list .textDiv {
		display: flex;
	}

	.news_list .textDiv .wenzi {
		width: 70%;
		padding-left: 30px;
	}

	.line48 {
		line-height: 48px;
	}

	.line30 {
		line-height: 30px;
	}

}

/*中等PC屏幕下的专用样式*/
@media screen and (min-width:993px) and (max-width:1200px) {

	.wrap,
	.wrap2 {
		width: 90%;
	}

	.bannerIndex img {
		height: 500px;
	}

	.line48 {
		line-height: 48px;
	}

	.line30 {
		line-height: 30px;
	}

	.line36 {
		line-height: 36px;
	}

	.indexDiv3 .textDiv {
		min-height: 150px;
		padding: 20px;
	}
	.mobel_bn{
		display: block;
		width: 100%;
	}

	.indexDiv5 ul li {
		width: 20%;
		padding: 10px;
	}

	.indexDiv6 ul li {
		width: 20%;
		padding: 10px;
	}

	.indexDiv5 ul li img,
	.indexDiv6 ul li img {
		width: 100%;
	}

	header .rightDiv .menu>ul>li>a {
		font-size: 16px;
	}

	.news_list .textDiv .more {
		width: 100px;
		height: 30px;
		line-height: 30px;
	}

	.fenye ul li a {
		padding: 10px 10px;
		margin: 0 10px;
	}

	.mapDiv {
		height: 300px;
	}

	.font18 {
		font-size: 18px;
	}

	.font16 {
		font-size: 16px;
	}

	.font20 {
		font-size: 20px;
	}
}


@media screen and (min-width:1201px) and (max-width:1440px) {}
