/* 顶部导航 start */
.header-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9;
	padding: 20px 0;
}

.nav {
	display: flex;
	justify-content: space-between;
	color: #FFFFFF;
}

.logo {
	font-size: 28px;
	font-family: HuXiaoBo-NanShen;
	font-weight: 700;
	font-style: italic;
}

.logo a {
	display: block;
	width: 58px;
	height: 28px;
}

.logo a img {
	display: block;
	width: 100%;
	height: 100%;
}

.title {
	display: flex;
	font-size: 16px;
	margin-left: 70px;
}

.title li {
	cursor: pointer;
	width: 100px;
	height: 30px;
	margin-right: 20px;
	text-align: center;
}

.title li a {
	color: #fff;
}

.title li:first-child {
	width: 70px;
}

.title .activated {
	/* background: url(../images/index/tab-bj.png) no-repeat center center;
	background-position-x: left; */
	/* background-size: 70px 30px; */
}

.title .activated a {
	color: #fff !important;
}

.title .activatedScroll {
	/* background: url(../images/index/tab-bj-ac.png) no-repeat center center;
	background-position-x: left;
	background-size: 70px 30px; */
}

.title .activatedScroll a {
	color: #3155FF !important;
}

.phone {
	display: flex;
	align-items: center;
	white-space: nowrap;
	font-size: 22px;
	margin-left: 160px;
}

.phone img {
	width: 21px;
	height: 21px;
	margin-right: 9px;
	display: block;
}

/* 顶部导航 end */
/* 轮播 start */
.swiper {
	width: 100%;
	height: 717px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-slide .toDetail {
	position: absolute;
	left: 350px;
	top: 203px;
}

.swiper-slide .toDetail .btns {
	display: block;
	width: 263px;
	position: absolute;
	left: -38px;
	bottom: -165px;
}

.swiper-slide .toDetail .btnsTxt {
	width: 745px;
	height: 171px;
}

.swiper-slide .toDetail .btnsTxt1 {
	width: 548px;
	height: 173px;
}

.swiper-slide .toDetail .btnsTxt2 {
	width: 394px;
	height: 174px;
}

.swiper-slide .toDetail .btnsTxt3 {
	width: 633px;
	height: 179px;
}

.swiper-slide .toDetail .btnsTxt4 {
	width: 570px;
	height: 175px;
}

.swiper-slide .toDetail .btnsTxt5 {
	width: 715px;
	height: 173px;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
	width: 78px;
	height: 78px;
	background: rgba(147, 147, 147, .2);
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
}

.mySwiper .swiper-pagination-bullet {
	width: 24px;
	height: 4px;
	border-radius: 2px;
	background: rgba(255, 255, 255, .5);
}

.mySwiper .swiper-pagination-bullet-active {
	width: 44px;
	height: 4px;
	border-radius: 2px;
	background: rgb(255, 255, 255);
}

/* 轮播 end */

/* 客服咨询 start*/

.servicePopup {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 150;
	display: none;
}

.servicePopup .serviceInner {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -188px;
	margin-left: -170px;
	width: 377px;
	height: 340px;
	background: #fff;
	border-radius: 5px;
}

.servicePopup .serviceInner .serviceTitle {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #303133;
	padding: 45px 20px 10px;
}

.servicePopup .serviceInner .serviceTitle .closeIcon {
	display: block;
	position: absolute;
	right: 14px;
	top: 14px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.servicePopup .serviceInner .serviceTitle .closeIcon::before,
.servicePopup .serviceInner .serviceTitle .closeIcon::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -1px;
	margin-top: -7px;
	display: block;
	width: 2px;
	height: 14px;
	background: #ccc;
}

.servicePopup .serviceInner .serviceTitle .closeIcon::before {
	transform: rotate(45deg);
}

.servicePopup .serviceInner .serviceTitle .closeIcon::after {
	transform: rotate(-45deg);
}

.servicePopup .serviceInner .serveContent {
	text-align: center;
	padding: 18px 25px 30px;
	position: relative;
}

.servicePopup .serviceInner .serveContent .serviceCode {
	width: 162px;
	height: 162px;
}

.servicePopup .serviceInner .serveContent .serviceText {
	color: #666;
	font-size: 16px;
	margin-top: 16px;
}

/* 客服咨询 end*/
#box1,
#box2 {
	height: 0;
	overflow: hidden;
	margin-bottom: 105px;
}

.introduce-title {
	margin-bottom: 70px;
	display: flex;
	align-items: end;
	justify-content: center;
}

.introduce-title .titleIcon {
	display: block;
	width: 15px;
	height: 29px;
	margin-left: 10px;
}

.scrrenList {
	overflow: hidden;
}

.scrrenList .screenItem {
	width: 385px;
	height: 280px;
	float: left;
	box-sizing: border-box;
	margin-bottom: 22px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.scrrenList .screenItem .pre {
	width: 385px;
	height: 280px;
	background: url('../images/indexUpdate/screenBg.png') center center no-repeat;
	background-size: 100% 100%;
	padding: 1px 50px;
}

.scrrenList .screenItemMore {
	width: 385px;
	height: 280px;
	float: left;
	background: url('../images/indexUpdate/screenBg.png') center center no-repeat;
	background-size: 100% 100%;
	padding: 0 50px;
	box-sizing: border-box;
	margin-bottom: 22px;
	cursor: pointer;
	position: relative;
}

.scrrenList .screenItemMore .moreIcon {
	display: block;
	position: absolute;
	bottom: 107px;
	width: 168px;
	height: 69px;
}

.scrrenList .screenItemMore .moreIcons {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 206px;
	height: 223px;
}

.scrrenList .screenItem:nth-child(2),
.scrrenList .screenItem:nth-child(5) {
	margin: 0 22px;
}

.scrrenList .screenItem .screenicon {
	display: block;
	width: 71px;
	height: 71px;
	margin: 35px auto 0;
}

.scrrenList .screenItem .txt1 {
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #202020;
	line-height: 21px;
	text-align: center;
	margin: 28px 0 20px;
}

.scrrenList .screenItem .txt2 {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #444444;
	line-height: 30px;
	text-align: center;
	transition: all .6s;
}


/* .scrrenList .screenItem:hover {
	padding-top: 15px;
	background: linear-gradient(180deg, #89C4FF, rgba(255,255,255,0));
	border: 1px solid #3054FF;
	border-radius: 10px;
}

.scrrenList .screenItem:hover .screenicon {
	display: none;
}

.scrrenList .screenItem:hover .toDetailTab {
	display: block;
} */
.screenItem .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff linear-gradient(180deg, #89C4FF, rgba(255, 255, 255, 0));
	left: 0;
	bottom: -101%;
	right: 0;
	transition: all 0.6s ease;
	content: "";
	z-index: -1;
	border-radius: 6px;
	padding: 15px 50px 0;
}

.screenItem .bg .toDetailTab {
	display: block;
	margin: 35px auto 0;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #3054FF;
	border-radius: 4px;
}

.screenItem .bg .toDetailTab:hover {
	background: transparent;
	color: #3054FF;
	border: 1px solid #3054FF;
}

.scrrenList .screenItem:hover .pre {
	opacity: 1;
	animation: animate_hide .4s linear infinite alternate
}

@keyframes animate_hide {
	100% {
		opacity: 0;
	}
}

@keyframes animate_show {
	0 {
		opacity: 1;
	}
}

.screenItem:hover .bg {
	bottom: 0;
	z-index: 2;
	animation: animate_show .4s linear infinite alternate
}

/* 最新动态 start */
.dynamicList {
	overflow: hidden;
}

.dynamicList .dynamicItem {
	width: 588px;
	float: left;
	box-shadow: 0px 0px 18px 0px rgba(184, 184, 184, 0.1);
	border-radius: 4px;
	border: 2px solid transparent;
	background: url('../images/indexUpdate/dyBg.png') left -3px no-repeat;
	background-size: 588px 117px;
	margin-bottom: 22px;
	cursor: pointer;
}

.dynamicList .dynamicItem a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 55px 45px;
	overflow: hidden;
}

.dynamicList .dynamicItem:hover {
	border: 2px solid #3979FF;
}

.dynamicList .dynamicItem:hover a .dynamicItemRt .dynamicTitle {
	color: #3979FF !important;
}

.dynamicList .dynamicItem:nth-child(even) {
	float: right;
}

.dynamicList .dynamicItem .dynamicItemLf {
	float: left;
	width: 20%;
}

.dynamicList .dynamicItem .dynamicItemRt {
	float: left;
	width: 80%;
}

.dynamicList .dynamicItem .dynamicItemLf .dynamicDate {
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 21px;
	color: #383838;
}

.dynamicList .dynamicItem .dynamicItemLf .dynamicYear {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 21px;
	color: #A6A6A6;
	margin: 26px 0 50px
}

.dynamicList .dynamicItem .dynamicItemLf .dynamicLine {
	width: 70px;
	height: 2px;
	border: 1px solid #D5D5D5;
}

.dynamicList .dynamicItem a .dynamicItemRt .dynamicTitle {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #383838;
	line-height: 21px;
	margin-bottom: 25px;
}

.dynamicList .dynamicItem .dynamicItemRt .dynamicDesc {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #707070;
	line-height: 28px;
}

.seeMore {
	width: 100%;
	padding: 20px 0 59px;
}

.seeMore a {
	display: block;
	width: 100%;
	text-align: center;
	color: #2F57FF;
	font-size: 20px;
}

/* 最新动态 end */

.box3 {
	width: 100%;
	height: 205px;
	background: url('../images/indexUpdate/bottom1.png') left center no-repeat;
	background-size: 100% 100%;
	padding-top: 60px;
	box-sizing: border-box;
}

.box3 .bottomTxt {
	display: block;
	width: 643px;
	height: 30px;
	margin: 0 auto 23px;
}

.box3 .kefu {
	display: block;
	width: 230px;
	height: 50px;
	margin: 0 auto;
	cursor: pointer;
}

