html,
body {
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei", "微软雅黑", "arial", "tahoma", "MicrosoftJhengHei", "sans-serif";
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	overflow-x: hidden;
}

@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: 1400px;
	margin: 0 auto;
}

.wrap2 {
	width: 70%;
	margin: 0 auto;
}

.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: red;
	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 {
	outline: none;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0;
}

a:hover {
	color: #2aa9e0;
}

img {
	max-width: 100%;

}

.imgDiv {
	overflow: hidden;
}

.imgDiv img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	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: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	height: 100px;
	background: #fff;
	box-shadow: 0px 1px 0px 0px rgba(198, 211, 223, 0.5);
}


header .logo a {
	/* height: 54px; */
	position: relative;
	z-index: 999;
	display: flex;
	/* justify-content: center; */
	align-items: center;

}

header .logo img {
	max-height: 100%;
}

/* header.on-fixed {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	box-shadow: none;
} */


/* header.on-fixed .rightDiv .menu>ul>li>a {
	color: #333;
} */

header .rightDiv {
	display: flex;
	align-items: center;
}

header .rightDiv .menu {
	/* position: relative; */
	margin-right: 40px;
	height: 100px;
}

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

header .rightDiv .menu>ul>li {
	float: left;
	position: relative;
	/*width: 126px;*/
}


header .rightDiv .menu>ul>li>a {
	height: 100px;
	display: block;
	/* justify-content: center; */
	/* align-items: center; */
	text-align: center;
	color: #333;
	position: relative;
	font-size: 16px;
	line-height: 100px;
	padding: 0 30px;
	margin-right: 1px;
}

header .menu>ul>li>a:hover,
header .menu>ul>li>a.now {
	background: #2aa9e0;
	color: #fff;
}


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;
}



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.index .rightDiv .menu>ul>li>a {
	color: #FFFFFF;
	position: relative;
	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;
}


.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.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: 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 {
	background: #2aa9e0;
	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 {
	/* overflow: hidden; */
}

.menu ul li:hover {
	/* overflow: visible; */
}

/*.menu>ul>li.has-sub:hover>a::after,.menu>ul>li.has-sub.on>a::after{border-color:#fff}*/
.menu ul ul {}

.menu ul li:hover>ul {
	display: block;
}

/*.menu.align-right li:hover>ul{right:0}*/



/*.menu.align-right ul ul ul{margin-left:0;margin-right:100%}*/
.menu ul ul {
	padding: 10px 0;
	width: 300px;
	/* margin-left: -8px; */
	top: 100px;
	position: absolute;
	z-index: 99;
	display: none;
	transition: all 0.5s;
	left: 0;
	/* transform: translate(-50%, 0); */
	background: rgba(255, 255, 255, 1);
	/* background: rgba(71, 151, 0, 0.7); */
	border-radius: 5px;
	box-shadow: 0 0 3px #ccc;
}

.menu ul ul .ul {
	background: rgba(255, 255, 255, 1);
	/* border-radius: 6px; */
	box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
}

.menu ul ul li {
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
	/* position: relative; */
	/* 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: #333;
	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;
	margin: 0px 18px;
	padding: 8px 0;
	display: block;
	position: relative;
}

.menu ul ul li:hover a {
	/* display: flex;
	align-items: center;
	justify-content: center; */
}

.menu ul ul li:hover a span {
	display: inline-block;
	width: 10px;
	height: 2px;
	background: #fff;
	margin-right: 3px;
}

.menu ul ul li>a:hover,
.menu ul ul li a:hover {
	color: #2aa9e0;
	border: 0;
	/* background: rgba(71, 151, 0, 0.7); */
}

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

/* .menu ul ul ul {
	left: 100%;
	top: 0;
	width: 100%;
} */
/* .menu ul ul li:last-child ul{
	top: auto;
	bottom: -10px;
}
 */

.menu ul ul li:hover>ul {
	margin-left: 0;
	left: 100%;
}
.menu ul li img.down{
	margin-left: 10px;
	filter: grayscale(200);
}
.menu ul li:hover>a>img.down{
	filter:brightness(200);
}
.menu ul li ul li img.down{
	margin-left: 10px;
	transform:;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)  rotate(-90deg);
	lter: grayscale(200)!important;
}
.menu ul li ul li:hover a img.down{
	filter: initial;
}

.menu ul ul li .thirdDiv{
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	border-radius: 10px;
	top:0;
	width: 300px;
	height: 100%;
}
.menu ul ul li:hover .thirdDiv{
	display: block;
}
.menu ul ul li .thirdDiv ul{
	position: relative;
	
	top: 0;
}
.menu ul ul li:hover ul{
	display: block;
}


header .wrap2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bannerIndex .swiper-pagination {
	bottom: 30px;
}

.bannerIndex .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 0.6;
	border-radius: 0;
	border-radius: 50%;
	transition: all 0.5s;
}

.bannerIndex .swiper-button-white {
	opacity: 0.6;
	background-size: 70%;
	z-index: 99;
}


.bannerIndex .swiper-pagination-bullet-active {
	width: 40px;
	background: #fff;
	opacity: 1;
	border-radius: 10px;
}

.bannerIndex img {
	width: 100%;
	object-fit: cover;
}

.langDiv a {
	display: inline-block;
	height: 16px;
	line-height: 1;
}

.langDiv a:first-child {
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px #999 solid;
}

footer .footDiv {
	padding-top: 60px;
	/*background: url(../img/footer.jpg) no-repeat center center;*/
	background: rgb(42,169,224,0.6);
	background-size: cover;
	padding-bottom: 60px;
}

footer .footDiv .wrap {
	display: flex;
	justify-content: space-between;
}

.ewmDiv {
	width: 100px;
}

.menuBott {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 325px);
}

.navBott ul li {
	padding: 6px 0;
}

.navBott ul li a {
	color: #666;
	font-size: 16px;
}

.navBott ul li a:hover {
	color: #2aa9e0;
}

.banquan a {
	color: #ccc;
}

.banquan {
	padding: 10px 0;
	background-color: #647288;
}

.indexDiv1 {
	/*background: url(../img/index_bg1.jpg) no-repeat center center;*/
	/*background: rgb(216,240,252,0.8);*/
	background-size: cover;
}
.indexDiv4 .tab_cell,
.indexDiv1 .tab_cell {
	opacity: 0;
	position: absolute;
	z-index: -1;
	height: 0;
	overflow: hidden;
	/* display: none!important; */
	/* position: absolute;
	z-index: -1; */
	
}
.indexDiv4 .tab_cell{
	display: inherit!important;
}
.indexDiv1 .content {
	overflow: hidden;
}
.indexDiv4 .tab_cell.show,
.indexDiv1 .tab_cell.show {
	position: relative;
	z-index: 1;
	opacity: 1;
	height: auto;
	/* display: block !important; */
}


.title {
	display: flex;
	/*justify-content: space-between;*/
	justify-content:flex-start;
	align-items: flex-end;
}

.title .en img {
	margin-right: 10px;
}

.title .frDiv {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}

.title .frDiv ul {
	display: flex;
	align-items: center;

}

.title .frDiv ul li {
	margin: 0 20px;
}

.title .frDiv ul li.active {
	font-size: 20px;
	color: #2aa9e0;
	border-bottom: 2px #2aa9e0 solid;
}

.title .frDiv ul li.active a {
	color: #2aa9e0;
}

.title .frDiv>a {
	margin-left: 20px;
}

.indexDiv1 .textDiv {
	padding: 30px;
	background: #fff;
	background-color: #ffffff;
	border-radius: 20px;
	min-height: 388px;
	height: 100%;
	display: flex;
	justify-content: space-between;
}

.indexDiv1 .textDiv .wenzi {
	width: calc(100% - 370px);
	padding-top: 30px;
	padding-left: 20px;
}


.more_p {
	width: 120px;
	height: 36px;
	background: linear-gradient(#2aa9e0, #2aa9e0) repeat-y;
	background-size: 0 100%;
	border: solid 1px #2aa9e0;
	transition: all 0.5s;
	color: #2aa9e0;
}

.indexDiv1 .textDiv:hover .more_p {
	background-size: 100% 100%;
	color: #fff;
}

.indexDiv1 .textDiv .more_p {
	position: absolute;
	left: 50px;
	bottom: 80px;
}

.indexDiv1 .swiper-pagination {
	top: auto;
	bottom: 25px;
	width: calc(100% - 130px);
	height: 2px;
	background: #ccc;
}

.indexDiv1 .swiper-container {
	padding-bottom: 90px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background-color: #2aa9e0;
}

.indexDiv1 .swiper-button-prev {
	left: auto;
	right: 60px;
	top: auto;
	bottom: 0;
}

.indexDiv1 .swiper-button-next {
	left: auto;
	right: 0px;
	top: auto;
	bottom: 0;
}

.indexDiv1 .swiper-button-white {
	width: 50px;
	height: 50px;
	background-color: #cccccc;
	border-radius: 50%;
	background-size: 25%;
}

.indexDiv1 .swiper-button-white:hover {
	background-color: #2aa9e0;
}

.indexDiv2 .textDiv .wenzi {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	padding-top: 180px;
	text-align: center;
}

.indexDiv2 .content ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.indexDiv2 ul li {
	width: 25%;
	height: 600px;
	transition: all .8s;
	padding: 0 1px;
	overflow: hidden;
}

.indexDiv2 ul li img.bgImg {
	height: 600px;
	width: 100%;
	object-fit: cover;
}

.indexDiv2 ul li:first-child {
	padding-left: 0;
}

.indexDiv2 ul li:last-child {
	padding-right: 0;
}

.indexDiv2 ul li:hover {
	width: 75%;
}

.indexDiv2 ul li:hover .wenzi {
	display: none;
}

.indexDiv2 ul li:hover .wenzi_hide {
	display: block;
}

.indexDiv2 .textDiv .wenzi_hide {
	position: absolute;
	display: none;
	bottom: 0;
	left: 0;
	width: 612px;
	padding: 60px;
	height: 260px;
	overflow: hidden;
	background-color: rgba(141, 191, 66, .9);
}

.more_a {
	width: 80px;
	height: 32px;
	border-radius: 16px;
	border: solid 2px rgba(204, 204, 204, 1);
}

.more_a:hover {
	border: solid 2px #2aa9e0;
	background: #2aa9e0;
	color: #fff;
}

.indexDiv3 {
	/*background: url(../img/index_bg2.jpg) no-repeat center center;*/
	background-size: cover;
}

.indexDiv3 .textDiv:hover .more_p {
	background-size: 100% 100%;
	color: #fff;
}

.indexDiv3 .textDiv .more_p {
	margin: 0 auto;
	margin-top: 30px;
	position: relative;
}

.indexDiv3 .textDiv .line {
	width: 50px;
	height: 4px;
	background-color: #2aa9e0;
	border-radius: 1px;
	margin: 15px auto;
}

.indexDiv3 .textDiv .wenzi {
	padding: 30px 74px;
	background: #fff;
}

.indexDiv3 .swiper-button-white {
	width: 50px;
	height: 50px;
	background-color: #cccccc;
	border-radius: 50%;
	background-size: 30%;
}

.indexDiv3 .swiper-button-prev {
	left: -155px;
}

.indexDiv3 .swiper-button-next {
	right: -155px;
}

.indexDiv3 .swiper-button-white:hover {
	background-color: #2aa9e0;
}

.indexDiv4 .swiper-slide {
	
}




.indexDiv4 {
	padding-bottom: 60px;
}

.indexDiv5 {
	padding-top: 90px;
	padding-bottom: 150px;
	background: url(../img/index_bg3.jpg) no-repeat center center;
	background-size: cover;
}

.indexDiv5 .wenzi {
	width: 750px;
}

.indexDiv5 .wenzi ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.indexDiv5 .wenzi ul li {
	width: 24%;
	height: 140px;
	line-height: 1;
	text-align: center;
	padding: 25px 10px;
	color: #666;
	border: solid 1px #cccccc;
	transition: all 0.3s;
	cursor: pointer;
}

.indexDiv5 .wenzi ul li:hover {
	color: #fff;
	background: #2aa9e0;
}

.indexDiv6 {
	/*background: url(../img/hz_bg.png) no-repeat center center;*/
	background-size: cover;
	padding-bottom: 75px;
}
.indexDiv6 .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear;    /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}


.indexDiv6 .swiper-slide a {
	margin-bottom: 20px;
	display: block;
}


.indexDiv7 .col-lg-4 {
	padding: 0 20px;
}

.indexDiv7 .row {
	margin: 0 -20px;
}




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


	.wrap,
	.wrap2 {
		width: 92%;
		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 {
		margin-left: 0;
	}

	header .logo a {
		/* height: 35px; */
		margin-top: 10px;

	}

	header .logo img {
		max-height: 30px;
	}

	.menu ul ul {
		visibility: visible;
		opacity: 1;
	}

	header .wrap {
		display: block;
	}


	header.index .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 #EEEEEE; */
		/* background: #000; */
		/*background-color: transparent;*/
		transition: right 300ms !important;
	}

	header.index {
		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%;
	}

	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 {
		margin-top: 50px;
	}

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

	.bannerIndex img {
		min-height: 200px;
	}

	.bannerIndex .wrap {
		line-height: 22px;
		top: 30px;
		width: 95%;
	}

	.bannerIndex .wrap .font18 {
		font-size: 14px;
	}

	.bannerIndex .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}


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


	.menu ul ul {
		transform: translate(0, 0);
	}


	.fenye ul li a {
		width: 30px;
		height: 30px;
		margin: 0 3px;
	}

	.fenye ul li a.last_a {
		width: 50px;
	}

	.fenye ul li a img {
		height: 15px;
	}

	.fenye {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.font75 {
		font-size: 30px;
	}

	.langDiv {
		margin-right: 50px;
		display: flex;
		margin-top: 13px;
	}

	.bannerIndex .font40 {
		font-size: 16px;
		letter-spacing: 2px;
	}

	header .rightDiv .menu {
		margin-right: 0;
	}

	.bannerIndex .wenzi .en {
		padding: 5px 10px;
		letter-spacing: 0;
	}

	.bannerIndex .swiper-pagination {
		bottom: 10px;
	}

	.title {
		display: block;
		position: relative;
	}

	.title .frDiv {
		display: block;
	}

	.title .frDiv ul {
		flex-wrap: wrap;
		margin-top: 20px;
	}

	.title .frDiv ul li {
		width: 33.33%;
		font-size: 14px;
		margin: 0;
		padding-bottom: 5px;
		text-align: center;
		margin-bottom: 15px;
	}

	.title .frDiv ul li.active {
		font-size: 16px;
	}

	.title .frDiv>a {
		position: absolute;
		right: 0;
		top: 10px;
		font-size: 14px;
	}

	.par90 {
		padding: 45px 0;
	}

	.indexDiv1 .textDiv {
		padding: 20px;
		display: block;
	}

	.indexDiv1 .textDiv .wenzi {
		width: 100%;
		padding-top: 0;
	}

	.indexDiv1 .textDiv .more_p {
		position: relative;
		margin-top: 30px;
		top: 0;
		left: 0;
	}

	.indexDiv1 .swiper-button-white {
		width: 40px;
		height: 40px;
	}

	.indexDiv1 .swiper-button-prev {
		right: 50px;
	}

	.indexDiv1 .swiper-pagination {
		bottom: 16px;
		width: calc(100% - 100px);
	}

	.indexDiv2 ul li {
		width: 100%;
		height: 200px;
		padding: 0;
	}

	.indexDiv2 ul li:hover {
		width: 100%;
	}

	.indexDiv2 ul li img.bgImg {
		height: 200px;
	}

	.indexDiv2 ul {
		flex-wrap: wrap;
	}

	.font28 {
		font-size: 16px;
	}

	.indexDiv2 .textDiv .wenzi {
		padding-top: 30px;
	}

	.indexDiv2 .textDiv .wenzi>img {
		width: 30px;
	}

	.indexDiv2 .textDiv .wenzi_hide {
		width: 100%;
		height: 100%;
		padding: 20px;
	}

	.indexDiv3 .content {
		padding: 0 50px;
	}

	.indexDiv3 .swiper-button-prev {
		left: 0;
	}

	.indexDiv3 .swiper-button-next {
		right: 0;
	}

	.indexDiv3 .textDiv .wenzi {
		padding: 15px 20px;
	}

	.indexDiv3 .textDiv .line {
		width: 40px;
		height: 3px;
		background-color: #2aa9e0;
		border-radius: 1px;
		margin: 10px auto;
	}

	.indexDiv3 .swiper-button-white {
		width: 30px;
		height: 30px;
	}

	.indexDiv5 .wenzi {
		width: 100%;
	}

	.indexDiv5 {
		padding: 45px 0;
	}

	.font16 {
		font-size: 14px;
	}

	.indexDiv5 .wenzi ul li {
		height: 100px;
		background: #fff;
	}

	.indexDiv7 .col-lg-4 {
		margin-bottom: 20px;
	}

	footer .footDiv .wrap {
		display: block;
	}

	.menuBott {
		width: 100%;
		display: block;
		margin-top: 20px;
	}

	.navBott {
		margin-bottom: 20px;
	}

	.navBott ul {
		display: flex;
		flex-wrap: wrap;
	}

	.navBott ul li {
		margin-right: 20px;
	}

	.title .font46 {
		font-size: 20px;
	}

	.indexDiv7 .col-lg-4 {
		padding: 0 15px;
	}

	.indexDiv7 .row {
		margin: 0 -15px;
	}

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

	.menu ul ul.open {
		display: block !important;
	}
	.menu ul ul li:hover>ul{
		left: 0;
	}
	.menu ul ul li>a{
		margin: 0;
	}
	.menu ul li a img.down{
		display: none;
	}
	header .rightDiv .menu ul li ul li:first-child{
		border-top: 1px #eee dashed;
	}
	header .rightDiv .menu ul li a.on{
		color: #2aa9e0;
	}
	.menu ul ul li:last-child ul{
		bottom: 0;
	}
	header .rightDiv .menu ul li ul li{
		position: relative;
	}
	.menu ul ul li .thirdDiv{
		position: relative;
		width: 100%;
		left: 0;
		height: auto;
	}
	.menu ul ul li .thirdDiv.open{
		display: block!important;
		
	}
	.menu ul ul li .thirdDiv.open ul{
		display: block!important;
	}

}


/*PAD屏幕下的专用样式*/
@media screen and (min-width: 768px) and (max-width:992px) {
	.font36 {
		font-size: 28px;
	}

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

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

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

	header .rightDiv .menu>ul>li>a {
		padding: 0 10px;
		font-size: 14px;
	}

	header .rightDiv .menu {
		margin-right: 0;
	}
	.menu ul li img.down{
		margin-left: 3px;
	}
	.menu ul ul{
		top: 80px;
	}

	header .logo img {
		width: 130px;
	}

	.font16 {
		font-size: 14px;
	}

	header,
	header .rightDiv .menu>ul>li>a,
	header .rightDiv,
	header .rightDiv .menu {
		height: 80px;
	}

	header .rightDiv .menu>ul>li>a {
		line-height: 80px;
	}

	.langDiv a:first-child {
		padding-right: 8px;
		margin-right: 8px;
		border-right: 1px #999 solid;
	}

	.title .frDiv ul li {
		margin: 0 15px;
	}

	.font46 {
		font-size: 36px;
	}

	.indexDiv1 .textDiv {
		display: block;
	}

	.indexDiv1 .textDiv .wenzi {
		width: 100%;
	}

	.indexDiv1 .textDiv .more_p {
		position: relative;
		top: 0;
		margin-top: 20px;
		left: 0;
	}

	.indexDiv2 .textDiv .wenzi_hide {
		width: 450px;
	}

	.font28 {
		font-size: 22px;
	}

	.indexDiv3 .content {
		padding: 0 50px;
	}

	.indexDiv3 .textDiv .wenzi {
		padding: 30px;
	}

	.font24 {
		font-size: 18px;
	}

	.indexDiv3 .swiper-button-prev {
		left: 0;
		width: 40px;
		height: 40px;
	}

	.indexDiv3 .swiper-button-next {
		right: 0;
		width: 40px;
		height: 40px;
	}

	.menuBott {
		width: calc(100% - 225px);
	}



}

@media screen and (min-width:1025px)and (max-width:1460px) {
	.wrap {
		width: 1100px;
	}

	.wrap2 {
		width: 95%;
	}

	header .rightDiv .menu>ul>li>a {
		padding: 0 16px;
	}

	header .rightDiv .menu {
		margin-right: 15px;
	}

	.indexDiv2 .textDiv .wenzi_hide {
		width: 500px;
	}

	.font28 {
		font-size: 24px;
	}
	.font36{
		font-size: 30px;
	}

	.indexDiv3 .textDiv .wenzi {
		padding: 30px 50px;
	}

	.indexDiv3 .swiper-button-prev {
		left: -75px;
	}

	.indexDiv3 .swiper-button-next {
		right: -75px;
	}
	.indexDiv1 .textDiv .wenzi{
		width: 45%;
	}
	.indexDiv1 .textDiv>img{
		max-width: 45%;
		height: 100%;
		min-height: auto;
	}
	.indexDiv1 .textDiv{
		min-height: 340px;
	}
	
}

@media screen and (min-width:1461px)and (max-width:1580px) {
	.wrap {
		width: 1320px;
	}

	.indexDiv3 .swiper-button-prev {
		left: -70px;
	}

	.indexDiv3 .swiper-button-next {
		right: -70px;
	}
	header .rightDiv .menu>ul>li>a{
		padding: 0 25px;
	}
}

@media screen and (min-width:1581px)and (max-width:1680px) {
	.indexDiv3 .swiper-button-prev {
		left: -75px;
	}

	.indexDiv3 .swiper-button-next {
		right: -75px;
	}
}

