* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Microsoft YaHei;
	background-color: #F2F2F2;
}



[v-cloak] {
	display: none
}

ul li {
	list-style-type: none;
}

p {
	margin: 0;
}

a {
	text-decoration: none;
	color: #bfc0c2;
}

a:link {
	text-decoration: none;
}

.topLine {
	width: 100%;
	height: 18px;
	background-color: #000000;
	background-image: url(../img/line.png);
	background-size: 100% 100%;
}

.topArea {
	width: 100%;
	height: 80px;
	background-color: #fff;
	border-bottom: 1px solid #CFD0D1;
}

.topContainer {
	width: 1400px;
	height: 80px;
	margin: 0 auto;
	background-color: #fff;
	display: flex;
}

.topInputArea {
	width: 30px;
	height: 80px;
	font-size: 20px;
	line-height: 70px;
	display: flex;
	align-items: center;
}

.topInputArea img{
	width: 15px;
}

.topInput {
	width: 150px;
	height: 25px;
	line-height: 25px;
	padding-left: 30px;
	border: 1px solid #e5e5e5;
	background: url(../img/search.png) 11px center no-repeat;
	border-radius: 20px;
}

.topLanguage {
	width: 200px;
	line-height: 79px;
	font-size: 12px;
	color: #333333;
	cursor: pointer;
	display: flex;
}

.topLanguageArea{
	display: flex;
	align-items: center;
	width: 80px;
	justify-content: space-around;
	margin-right: 10px;
}

.topLanguage img{
	width: 30px;
	height: 20px;
}
.topLanguageColor:hover {
	color: #005691;
}

.erWeimaArea {
	width: 250px;
	height: 100px;
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
}

.erWeimaArea img{
	width: 100px;
	height: 100px;
}



.logoImg {
	width: 185px;
	height: 60px;
	padding: 10px;
}

.logoImg img {
	width: 185px;
	/* height: 70px; */
	display: block;
}

.topListArea1 {
	display: flex;
	margin-top: 15px;
}

.topListArea1>li {
	font-size: 14px;
	color: #fff;
	margin-left: 20px;
	color: #7d8790;
}

.topListArea1>li>a {
	color: #7d8790;
}

.topListArea1>li>a:hover {
	color: #005691;
}

.topListArea1>li>span {
	margin-right: 20rpx;
}

/* .minnuoCenter {
	font-size: 20px;
	float: right;
	margin: 20px;
} */

.menuArea {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.menuArea>li {
	font-size: 16px;
	color: #fff;
	padding: 0 30px;
	color: #333333;
	height: 79px;
	line-height: 79px;
	cursor: pointer;
	letter-spacing: -1px;
}

.menuArea>li:nth-child(6) {
	
	color: #DC4D4F;
	letter-spacing: -1px;
}

.menuAreaActiveColor {
	color: #005691 !important;
}

.topMenuArea {
	/* width: 600px; */
	height: 80px;
	background-color: #fff;
	margin: 0 auto;
}

.menuContainer {
	position: absolute;
	width: calc(100vw - 17px);
	
	height: auto;
	padding: 20px 0;
	background-color: #fff;
	/* top: 177px; */
	left: 0;
	border-top: 1px solid #CFD0D1;
	z-index: 100;
	opacity: 1;
	/* transition: all .5s ease-in-out; */
}

/* 可以设置不同的进入和离开动画 */
/* 设置持续时间和动画函数 */
.slide-fade-enter-active {
  transition: all .3s ease;
}
.slide-fade-leave-active {
  transition: all .5s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.slide-fade-enter, .slide-fade-leave-to
/* .slide-fade-leave-active for below version 2.1.8 */ {
  transform: translateY(-10px);
  opacity: 0;
}

.menuContainer2{
	position: absolute;
	width: calc(100vw - 17px);
	height: auto;
	padding: 20px 0;
	background-color: #fff;
	/* top: 177px; */
	left: 0;
	border-top: 1px solid #CFD0D1;
	z-index: 100;
	opacity: 0;
	transition: all .5s ease-in-out;
}

.menuContainerCenter {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.productArea {
	width: 140px;
	height: 130px;
	margin: 0 30px;
	font-size: 15px;
	color: #333333;
}

.productArea:hover {
	color: #005691;
}

.productImgArea {
	width: 140px;
	height: 80px;
}

.productImgArea>img {
	width: 140px;
	height: 80px;
}

.productArea>p {
	width: 140px;
	height: 50px;
	text-align: center;
	line-height: 25px;
}

.pageUrlArea {
	width: 100%;
	height: 50px;
	background-color: #FFF;
}

.pageUrlAreaCenter {
	width: 1200px;
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	color: #bfc0c2;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.clickClass {
	color: #005691 !important;
	border-bottom: 2px solid #005691;
}

.swiper {
	width: 100%;
	height: 450px;
	background-color: #ffffff;
}

.swiperArea {
	width: 1305px;
	height: 300px;
}

.swiperImgArea {
	width: 300px;
	height: 300px;
	overflow: hidden;
	border: 2px solid #eee;
	box-sizing: border-box;
}

.swiperImg {
	width: 298px;
	height: 298px;
	cursor: pointer;
	transition: all 0.6s;
}

.swiperImg:hover {
	transform: scale(1.4);
}

.swiperText {
	width: 240px;
	height: 40px;
	font-size: 18px;
	color: #3A7CAA;
	background-color: #fff;
	line-height: 40px;
	padding: 0 20px;
	box-sizing: border-box;
}

.swiperTitle {
	width: 100%;
	height: 100px;
	text-align: center;
	font-size: 32px;
	color: #002060;
	line-height: 100px;
	/* letter-spacing: 10px; */
}

.swiper-button-next {
	top: 48%;
	color: #3A7CAA;
}

.swiper-button-prev {
	top: 48%;
	color: #3A7CAA;
}

.storyArea {
	width: 100%;
	background-color: #fff;
	padding-bottom: 40px;
	border-top: 10px solid #f2f2f2;
}

.centerClass {
	width: 1400px;
	margin: 0 auto;
}

.flex {
	display: flex;
}

.swiper-container {
	padding: 0 55px 0 40px;
}

.storyAreaImg {
	width: 1200px;
	display: block;
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-around; */
	margin: 0 auto;
}

.storyAreaText {
	width: 100%;
	height: 50px;
	font-size: 14px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	color: #008ECF;
}

.contectArea {
	width: 100%;
	height: 400px;
	background-color: rgb(0, 112, 173);
}

.contectArea2 {
	display: none;
}

.contectLeftArea {
	width: 50%;
	height: 100%;
}

.contectLeftArea2 {
	width: 50%;
	height: 100%;
	padding-top: 10px;
}

.contectLeftArea2>p {
	font-size: 16px;
	color: #fff;
	margin: 10px auto;
	text-align: center;

}

.M-ContactData__icon {
	justify-content: center;
	width: 60px;
	height: 60px;
	margin: 0 auto 30px;
	border: 2px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	margin-top: 20px;
}

.M-ContactData__icon2 {
	justify-content: center;
	display: flex;
	margin-top: 20px;
	margin: 0 5px;
}

.M-ContactData__icon3 {
	justify-content: center;
	display: flex;
}

.contectLeftAreaTopImg {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	overflow: hidden;
	margin: 30px auto;
}

.contectLeftAreaTopImg>img {
	width: 60px;
	height: 60px;
}

.contectLeftArea>p {
	font-size: 16px;
	color: #fff;
	margin: 10px auto;
	text-align: center;

}

.contectIconList {
	justify-content: center;
	margin-top: 20px;
}

.contectIconList>img {
	width: 30px;
	height: 30px;
	margin: 0 10px;
}

.contectStyle {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.contactErweima {
	width: 160px;
	margin: 0 auto;
}


.bottomArea {
	width: 100%;
	background-color: #fff;
	padding: 20px 0;
}

.bottomArea2 {
	display: none;
}

.bottomAreaContainer {
	/* padding: 20px 0; */
	justify-content: space-around;
}

.bottomP1 {
	color: #333333;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	cursor: pointer;
	margin: 10px 0 26px 0;
}

.bottomP2 {
	color: #333333;
	font-size: 15px;
	line-height: 30px;
	cursor: pointer;
	margin: 10px 0;
}

.bottomIcon {
	margin: 40px 0;
	cursor: pointer;
}

.bottomText {
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	margin-top: 30px;
}

.bottomText>span {
	margin-left: 40px;
}


.banner1 {
	width: 100%;
}

.banner1>img {
	width: 100%;
}

.swiperAreaPhone {
	display: none;
}

.storyAreaImgPhone {
	display: none;
}

.phoneMenu {
	display: none;
}

.pageUrlAreaCenter>a {
	margin-right: 20px;
}

/* 动画效果 */

.moveTop {
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.moveTop:hover {
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	-webkit-box-shadow: 0px 5px 15px #e5e5e5;
	-moz-box-shadow: 0px 5px 15px #e5e5e5;
	box-shadow: 0px 5px 15px #e5e5e5;
}

/* 新底部 */
.bottomSection1 {
	width: 440px;
}

.bottomSection2 {
	width: 300px;
}

.btLogoImg{
	width: 300px;
}

.btLogoImg img{
	width: 300px;
	display: block;
}

.bottomP3{
	font-size: 15px;
	color: #333333;
	display: flex;
	align-items: center;
	padding: 5px 0;
}

.bottomP3 img{
	width: 25px;
	margin-right: 10px;
}

.contectArea {
	width: 100%;
	height: 410px;
	background-color: rgb(0, 112, 173);
}

.contectArea2 {
	display: none;
}

.contectLeftArea {
	width: 50%;
	height: 100%;
}

.contectLeftArea2 {
	width: 50%;
	height: 100%;
	padding-top: 10px;
}

.contectLeftArea2>p {
	font-size: 16px;
	color: #fff;
	margin: 10px auto;
	text-align: center;
	cursor: pointer;
}

.M-ContactData__icon {
	justify-content: center;
	width: 60px;
	height: 60px;
	margin: 0 auto 30px;
	border: 2px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	margin-top: 20px;
}

.M-ContactData__icon2 {
	justify-content: center;
	display: flex;
	margin-top: 20px;
	margin: 0 5px;
}

.M-ContactData__icon3 {
	justify-content: center;
	display: flex;
}

.contectLeftAreaTopImg {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	overflow: hidden;
	margin: 30px auto;
}

.contectLeftAreaTopImg>img {
	width: 60px;
	height: 60px;
}

.contectLeftArea>p {
	font-size: 15px;
	color: #fff;
	margin: 10px auto;
	text-align: center;
	cursor: pointer;

}

.contectIconList {
	justify-content: center;
	margin-top: 20px;
}

.contectIconList>img {
	width: 30px;
	height: 30px;
	margin: 0 10px;
}

.contectStyle {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.contactErweima {
	width: 160px;
	margin: 0 auto;
}

.findUs {
	width: 100%;
	background-color: #fff;
	height: 300px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.findUsArea {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 1;
	width: 100%;
	height: 300px;
	display: flex;
	align-items: center;
	background-image: url(../img/homeImg.jpg);
	transition: all .5s ease-in-out;
}

.findUsAreaActive {
	position: absolute;
	right: -100px;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 300px;
	display: flex;
	align-items: center;
	background-image: url(../img/homeImg.jpg);
	transition: all .5s ease-in-out;
	
}


.findUsAreatext1{
	width: 680px;
	height: 140px;
	line-height: 70px;
	color: #fff;
	font-size: 23px;
	margin-left: 20%;
}

.findUsAreatext2{
	width: 400px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	background-color: #DC4D4F;
	margin-left: 20px;
}

.findUsAreatext2:hover{
	opacity: .8;
}


.phoneMenu {
	display: none;
}

.swiper-container2 {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.swiper-pagination2 {
	position: absolute;
	text-align: center;
	z-index: 100;
	pointer-events: none;
}

/* 博客区域 */

.storyImgItem{
	width: 550px;
	height: 520px;
	border: 1px solid #d2d2d2;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, .5);
	position: relative;
	margin: 20px;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.storyImgItem:hover {
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, .5);
	-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, .5);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, .5);
}

.storyImgItemImg{
	width: 100%;
	height: 350px;
}
.storyImgItemImg img{
	width: 100%;
	height: 350px;
}

.storyImgItemText{
	width: 100%;
	height: 170px;
}

.storyImgItemTextP1{
	font-size: 20px;
	color: #000000;
	text-align: center;
	height: 50px;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
	width: 80%;
	margin: 0 auto;
	line-height: 50px;
}

.storyImgItemTextP2{
	width: 80%;
	height: 60px;
	margin: 10px auto;
	text-align: center;
	font-size: 12px;
	color: #333333;
	overflow: hidden;
	line-height: 20px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	-webkit-line-clamp: 3;
}
.storyImgItemTextP3{
	font-size: 12px;
	text-align: center;
	letter-spacing: 4px;
}

.storyImgItemDate{
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
	height: 40px;
	background-color: rgb(25,25,112,.8);
	font-size: 14px;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
}


.section2 {
	position: relative;
}

.section2 img {
	width: 100%;
}

.partnerContainer {
	width: 100%;
	background-color: #fff;
	position: relative;
	height: 934px;
}

.partnerArea {
	display: flex;
	width: 1100px;
	flex-wrap: wrap;
	margin: 0 auto;
	opacity: 0;
	position: relative;
	top: 0;
	left: -100px;
	transition: all .5s ease-in-out;
}

.partnerArea2 {
	display: flex;
	width: 1200px;
	flex-wrap: wrap;
	margin: 0 auto;
	opacity: 1;
	position: relative;
	top: 0;
	left: 0;
	transition: all .5s ease-in-out;
}

.partnerArea2 img {
	width: 155px;
	height: 155px;
	padding: 10px 10px;
	border: 1px solid #F2F2F2;
	margin: 10px;
}

/* .partnerArea2 img:nth-child(6) {
	width: 280px;
	height: 140px;
	padding: 10px 10px;
}

.partnerArea2 img:nth-child(12) {
	width: 280px;
	height: 140px;
	padding: 10px 10px;
}
 */
.partnerArea img {
	width: 140px;
	height: 140px;
	padding: 10px 10px;
}

.partnerArea img:nth-child(6) {
	width: 280px;
	height: 140px;
	padding: 10px 10px;
}

.partnerArea img:nth-child(12) {
	width: 280px;
	height: 140px;
	padding: 10px 10px;
}

@media (min-width:1000px) and (max-width:1400px) {
	#lines {
		color: #FFFFFF;
		font-size: 0.24rem;
		/* font-weight: bolder; */
		position: absolute;
		left: 7.5%;
		top: 30%;
	}

	#lines2 {
		color: #FFFFFF;
		font-size: 0.24rem;
		/* font-weight: bolder; */
		position: absolute;
		left: 8%;
		top: 49%;
	}
	
	.findUsAreatext1{
		width: 680px;
		height: 140px;
		line-height: 70px;
		color: #fff;
		font-size: 23px;
		margin-left: 10%;
	}
}

@media (min-width:1400px) and (max-width:1600px) {
	#lines {
		color: #FFFFFF;
		font-size: 46px;
		/* font-weight: bolder; */
		position: absolute;
		left: 7.5%;
		top: 30%;
	}

	#lines2 {
		color: #FFFFFF;
		font-size: 46px;
		/* font-weight: bolder; */
		position: absolute;
		left: 8%;
		top: 49%;
	}
	
	.findUsAreatext1{
		width: 680px;
		height: 140px;
		line-height: 70px;
		color: #fff;
		font-size: 23px;
		margin-left: 15%;
	}
}

@media (min-width:1600px) {
	#lines {
		color: #FFFFFF;
		font-size: 50px;
		/* font-weight: bolder; */
		position: absolute;
		left: 7.5%;
		top: 30%;
	}

	#lines2 {
		color: #FFFFFF;
		font-size: 50px;
		/* font-weight: bolder; */
		position: absolute;
		left: 8%;
		top: 49%;
	}
}


@media screen and (max-width:1000px) {
	.erWeimaArea {
		display: none;
	}

	.topLine {
		height: 0.3rem;
	}

	.topContainer {
		width: 7.5rem;
		height: 0.63rem;
		margin: 0 auto;
		background-color: #fff;
		position: relative;
		display: flex;
		justify-content: space-between;
	}

	.topArea {
		width: 100%;
		height: 1.6rem;
		background-color: #fff;
		border-bottom: 1px solid #CFD0D1;
	}

	.logoImg {
		width: 2.2rem;
		height: 0.8rem;
		padding: 0.4rem;
	}

	.logoImg img {
		width: 2.2rem;
		height: 0.8rem;
		display: block;
	}

	.topListArea1 {
		display: none;
	}

	.topMenuArea {
		display: none;
	}

	/* .minnuoCenter {
		font-size: 0.4rem;
		float: right;
		margin: 0.5rem;
	} */

	.pageUrlArea {
		display: none;
	}

	.banner1 {
		width: 100%;
		overflow: hidden;
	}

	.banner1>img {
		width: 200%;
		margin-left: -47%;
	}

	.swiperTitle {
		width: 100%;
		height: 1.6rem;
		text-align: center;
		font-size: 0.4rem;
		color: #002060;
		line-height: 1.6rem;
	}

	.swiperArea {
		display: none;

	}

	.swiperAreaPhone {
		width: 7.1rem;
		display: block;
		margin: 0.2rem;
	}

	.swiperImg {
		width: 7.1rem;
		height: 4rem;
		cursor: pointer;
	}

	.swiper {
		width: 100%;
		height: auto;
		background-color: #EBECEB;
	}

	.swiperText {
		width: 7.1rem;
		height: 0.8rem;
		font-size: 0.3rem;
		color: #3A7CAA;
		background-color: #fff;
		line-height: 0.8rem;
		padding: 0 0.4rem;
		box-sizing: border-box;
	}

	.centerClass {
		width: 7.5rem;
	}

	.storyAreaImg {
		display: none;
	}

	.storyAreaImgPhone {
		display: block;
	}

	.storyAreaImgPhone>img {
		width: 7.1rem;
		margin: 0.2rem;
	}

	.contectArea {
		display: none;
	}

	.contectArea2 {
		display: block;
		width: 100%;
		height: auto;
		background-color: rgb(0, 112, 173);
		padding: 0.3rem 0;
		box-sizing: border-box;
	}

	.contectLeftArea {
		width: 100%;
		height: auto;
	}

	.findUs {
		display: none;
	}

	.findUs2 {
		display: block;
		width: 100%;
		background-color: #fff;
		padding: 0.5rem 0;
	}

	.findUs2>img {
		width: 7.1rem;
		margin: 0.2rem;
	}

	.bottomArea {
		display: none;
	}

	.bottomArea2 {
		display: block;
		width: 100%;
		background-color: #fff;
		border-top: 0.2rem solid rgb(242, 242, 242);
		padding: 0.2rem;
		box-sizing: border-box;
	}

	.bottomP1 {
		color: #333333;
		font-weight: 700;
		font-size: 0.3rem;
		line-height: 0.6rem;
		cursor: pointer;
	}

	.bottomP2 {
		color: #333333;
		font-size: 0.3rem;
		line-height: 0.6rem;
		cursor: pointer;
	}

	.bottomText {
		margin-top: 0.2rem;
		font-size: 0.18rem;
	}

	.bottomText>span {
		margin-right: 0.1rem;
		margin-left: 0;
	}

	.bottomIcon {
		margin: 0.4rem 0;
	}

	.phoneMenu {
		width: 7.5rem;
		height: 1rem;
		background-color: #FFFFFF;
		display: flex;
		align-items: center;
		padding: 0.2rem;
		box-sizing: border-box;
	}

	.M-Navigation-Main__toggle {
		width: 24px;
		height: 24px;
		padding-top: 18px;
		position: relative;
		background: #fff;
		border: 0;
		outline: 0;
	}

	.M-Navigation-Main__toggleBar {
		background: #4d4d4d;
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		display: block;
		width: 24px;
		height: 1px;
		transition: all cubic-bezier(.38, .04, .35, .96) 300ms;
	}

	.M-Navigation-Main__toggleBar:nth-child(1) {
		top: 3.5px;
	}

	.M-Navigation-Main__toggleBar:nth-child(2),
	.M-Navigation-Main__toggleBar:nth-child(3) {
		top: 11.5px;
	}

	.M-Navigation-Main__toggleBar:nth-child(4) {
		top: 19.5px;
	}

	.M-Navigation-Main__toggleBar2 {
		background: #4d4d4d;
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		display: block;
		width: 24px;
		height: 1px;
		transition: all cubic-bezier(.38, .04, .35, .96) 300ms;
	}

	.M-Navigation-Main__toggleBar2:nth-child(1) {
		transform: scaleX(0) translateY(8px);
		opacity: 0;
	}

	.M-Navigation-Main__toggleBar2:nth-child(2) {
		transform: rotate(45deg);
		top: 11.5px;
	}

	.M-Navigation-Main__toggleBar2:nth-child(3) {
		transform: rotate(-45deg);
		top: 11.5px;
	}

	.M-Navigation-Main__toggleBar2:nth-child(4) {
		transform: scaleX(0) translateY(-8px);
		opacity: 0;
	}

	.phoneMenuArea {
		width: 7.5rem;
		height: auto;
		position: absolute;
		top: 2.9rem;
		left: 0;
		background-color: #FFFFFF;
		border-top: 1px solid #CFD0D1;
		z-index: 100;
	}

	.phoneMenuArea>ul {
		font-size: 7.5rem;
	}

	.phoneMenuArea>ul li {
		font-size: 0.2rem;
		padding: 0.2rem;
		box-sizing: border-box;
		border-bottom: 1px solid #CFD0D1;
		display: flex;
		align-items: center;
	}
}
