.animHide {
	opacity: 0;
}

.animShow {
	opacity: 1;
}

#fp-nav.hover {
	opacity: 0;
	visibility: hidden;
}

/*头部开始*/
.topBox {
	height: 80px;
	position: fixed;
	background-color: #305e99;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 99;
}

.topC {
	margin: 0 auto;
	padding: 0 120px;
}

.topBox.subTop {
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.top {
	height: 80px;
	margin: 0 auto;
}

.top .logo {
	display: block;
	position: relative;
	margin-top: 10px;
}

.top .logo img {
	height: 57px;
}

.subTop .top .logo img {
	height: 60px;
}

.top .logoBox .logoText {
	font-size: 14px;
	color: #fff;
	font-weight: lighter;
}

.menu {
	height: 100%;
}

.menu dd {
	display: inline;
	position: relative;
	float: left;
	width: 120px;
	text-align: center;
	height: 80px;
}

.menu dd:first-child {
	width: 100px;
}

.menu dd:last-child {
	margin-right: 20px;
}

.menu dd .yj {
	height: 80px;
	line-height: 80px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.menu dd .yj a {
	display: block;
	position: relative;
	font-size: 17px;
	color: #fff;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

.subTop .menu dd .yj a {
	color: #333;
}

.menu dd .ej {
	position: absolute;
	left: 50%;
	top: 105px;
	opacity: 0;
	border-radius: 10px;
	background: #fff;
	-webkit-transform: translateX(-50%);
	box-shadow: 0 3px 20px -8px rgb(53 53 53 / 60%);
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	visibility: hidden;
	padding: 5px 0;
	z-index: 9999;
	white-space: nowrap;
	min-width: 120px;
}

.menu dd .ej::before {
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	background-color: #fff;
	transform: rotate(90deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: -4px;
	left: 50%;
	margin-left: -5px;
}

.menu dd .ej.hover {
	top: 80px;
	opacity: 1;
	z-index: 1;
	visibility: visible;
}

.menu dd .ej a {
	display: block;
	width: 100%;
	line-height: 40px;
	text-align: center;
	color: #333;
	margin-bottom: 1px;
	font-size: 14px;
	position: relative;
	padding: 0 22px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.menu dd .ej a::before {
	display: block;
	content: "";
	width: 2px;
	height: 0;
	background: #305e99;
	top: 50%;
	left: 15px;
	margin-top: -10px;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	position: absolute;
}

.menu dd .ej a:hover::before {
	height: 20px;
}

.menu dd .ej a:hover {
	color: #305e99;
}

.menu dd .ej a:last-child {
	margin-bottom: 0;
}

.menu dd:hover .yj a {
	color: #ffd200;
	font-weight: bold;
	font-size: 18px;
}

.subTop .menu dd:hover .yj a,
.subTop .menu dd.hover .yj a {
	color: #015ce5;
}

.dj .menu dd:hover .yj a,
.dj .menu dd.hover .yj a {
	color: #e20000;
}

.menu dd.hover .yj a {
	color: #ffd200;
	font-weight: bold;
	font-size: 18px;
}

/*搜索*/
.search-wrapper {
	position: relative;
	margin-top: 17px;
	/* transform: translate(-50%, -50%);
    top:50%;
    left:50%; */
}

.search-wrapper.active {}

.search-wrapper .input-holder {
	height: 46px;
	width: 46px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0);
	border-radius: 6px;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.search-wrapper.active .input-holder {
	width: 250px;
	border-radius: 50px;
	background: rgba(0, 0, 0, 0.3);
	transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

.search-wrapper .input-holder .search-input {
	width: 100%;
	height: 36px;
	padding: 0px 60px 0 20px;
	opacity: 0;
	position: absolute;
	top: -4px;
	left: 0px;
	background: transparent;
	box-sizing: border-box;
	border: none;
	outline: none;
	font-family: "Open Sans", Arial, Verdana;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #FFF;
	transform: translate(0, 60px);
	transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	transition-delay: 0.3s;
}

.subTop .search-wrapper.active .input-holder {
	background: rgba(0, 0, 0, 0.03);
}

.subTop .search-wrapper .input-holder .search-input {
	color: #333;
}

.search-wrapper.active .input-holder .search-input {
	opacity: 1;
	transform: translate(0, 10px);
}

.search-wrapper .input-holder .search-icon {
	width: 46px;
	height: 46px;
	border: none;
	border-radius: 50%;
	background: #f5f5f5;
	padding: 0px;
	outline: none;
	position: relative;
	z-index: 2;
	float: right;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.subTop .search-wrapper .input-holder .search-icon {
	background: #f5f5f5;
}

.search-wrapper.active .input-holder .search-icon {
	width: 40px;
	height: 40px;
	margin: 3px;
	border-radius: 20px;
}

.search-wrapper .input-holder .search-icon span {
	width: 20px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	transform: rotate(45deg);
	transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
}

.search-wrapper.active .input-holder .search-icon span {
	transform: rotate(-45deg);
}

.search-wrapper .input-holder .search-icon span::before,
.search-wrapper .input-holder .search-icon span::after {
	position: absolute;
	content: '';
}

.search-wrapper .input-holder .search-icon span::before {
	width: 3px;
	height: 11px;
	left: 9px;
	top: 18px;
	border-radius: 2px;
	background: #1f5cb9;
}

.subTop .search-wrapper .input-holder .search-icon span::before {
	background: rgba(19, 20, 21, 0.8);
}

.search-wrapper .input-holder .search-icon span::after {
	width: 14px;
	height: 14px;
	left: 0px;
	top: 0px;
	border-radius: 16px;
	border: 3px solid #1f5cb9;
}

.subTop .search-wrapper .input-holder .search-icon span::after {
	border-color: rgba(19, 20, 21, 0.8);
}

.search-wrapper .close {
	position: absolute;
	z-index: 1;
	top: 15px;
	right: 18px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	transform: rotate(-180deg);
	transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
	transition-delay: 0.2s;
}

.search-wrapper.active .close {
	right: -50px;
	transform: rotate(45deg);
	transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	transition-delay: 0.5s;
}

.search-wrapper .close::before,
.search-wrapper .close::after {
	position: absolute;
	content: '';
	background: #fff;
	border-radius: 2px;
}

.subTop .search-wrapper .close::before,
.subTop .search-wrapper .close::after {
	background: rgba(19, 20, 21, 0.8);
}

.search-wrapper .close::before {
	width: 4px;
	height: 24px;
	left: 10px;
	top: 0px;
}

.search-wrapper .close::after {
	width: 24px;
	height: 4px;
	left: 0px;
	top: 10px;
}

.topSearch {
	position: relative;
	top: 22px;
	z-index: 99;
	margin-right: 30px;
}

.topSearch .searchIcn {
	width: 30px;
	height: 40px;
	background: url(../images/img/search.png) no-repeat center center;
	background-size: auto 22px;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.topSearch .searchBox {
	padding: 0 20px;
	width: 0px;
	height: 42px;
	line-height: 42px;
	position: absolute;
	top: 45px;
	right: -5px;
	border-radius: 40px;
	z-index: 10001;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	background: #fff;
	opacity: 0;
	box-shadow: 0 3px 20px -8px rgb(53 53 53 / 60%);
}

.topSearch .searchBox input {
	border: none;
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 14px;
	background: none;
	position: relative;
	top: -1px;
	padding-right: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.topSearch .searchIcon {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: url(../images/img/searchH.png) no-repeat center center;
	background-size: auto 22px;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.topSearch .searchIcon::before {
	display: block;
	content: '';
	width: 1px;
	height: 20px;
	background-color: #bdbdbd;
	position: absolute;
	left: 0;
	top: 10px;
}

.topSearch .searchBox input::-webkit-input-placeholder {
	color: #666;
	font-size: 14px;
	text-align: left;
}

/* .topSearch:hover .searchIcn {opacity: 0;visibility: hidden;} */
/* .topBox:hover .topSearch .searchIcn,.topBox.hover .topSearch .searchIcn{background-image: url(../images/img/searchH.png);} */
.topBox.bai .topSearch .searchIcn {
	background-image: url(../images/img/searchH.png);
}

.searchBtn {
	margin: 17px 30px 0 0px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: url(../images/img/search.png) no-repeat center;
	cursor: pointer;
}

.topBox.bai .searchBtn {
	background-image: url(../images/img/searchH.png);
}

.menuBtn {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #008754 url(../images/img/menu.png) no-repeat center;
	cursor: pointer;
	margin: 17px 40px 0 30px;
	position: relative;
}

@keyframes circle-opacity {
	from {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}

	to {
		opacity: 0;
		transform: translate(-50%, -50%) scale(2);
	}
}

.menuBtn::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(0, 135, 84, .7);
	position: absolute;
	animation: circle-opacity 2.5s infinite;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0, 0);
}

/*友情链接 start*/
.footerZpformSel {
	width: 170px;
	height: 43px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	cursor: pointer;
	margin-bottom: 1px;
}

.footerZpformSel .seljg {
	line-height: 42px;
	color: #888;
	font-size: 14px;
	cursor: pointer;
	padding-left: 20px;
	border: 1px solid #d8d8d8;
}

.footerZpformSel i {
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	display: block;
	width: 40px;
	height: 43px;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}

.footerZpformSel i .selIcn {
	width: 18px;
	height: 10px;
	background: url(../images/img/ftXl.png) no-repeat center center;
	position: absolute;
	top: 20px;
	left: 11px;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.footerZpformSel.active i .selIcn {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.footerZpformSel .selTj {
	width: 100%;
	overflow: hidden;
	height: 0;
	overflow-y: auto;
	position: absolute;
	left: 0px;
	top: 43px;
	transition: all .3s linear;
	background: rgba(255, 255, 255, 0.9);
	z-index: 1000
}

.footerZpformSel ::-webkit-scrollbar-thumb {
	width: 4px;
	background: #305e99;
	border-radius: 8px;
}

.footerZpformSel ::-webkit-scrollbar {
	width: 4px;
	background: #eaeff2;
}

.footerZpformSel .selTj a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	color: #666666;
	margin-bottom: 1px;
	font-size: 13px;
	overflow: hidden;
}

.footerZpformSel .selTj a.hover,
.footerZpformSel .selTj a:hover {
	color: #305e99;
}

/*友情链接 end*/
/*头部结束*/
.indexBanner {
	position: relative;
	height: 100%;
}

.indexBanner .bd,
.indexBanner .slick-list,
.indexBanner .slick-track {
	height: 100%;
}

.indexBanner .myslide {
	position: relative;
}

.indexBanner .indexcol1Bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

.indexBanner .myslide.slick-active .indexcol1Bg {
	animation: changeScale2 4s forwards linear;
	-webkit-animation: changeScale2 4s forwards linear;
}

@keyframes changeScale2 {
	0% {
		transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
	}

	100% {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
	}
}

@-webkit-keyframes changeScale2

/* Safari 和 Chrome */
	{
	0% {
		transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
	}

	100% {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
	}
}

.indexBanner .img {
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	font-size: 0;
	text-align: center;
	width: 100%;
}

.indexBanner .img .img2 {
	margin-top: 30px;
}

.indexBanner .img img {
	overflow: hidden;
	display: inline-block;
	visibility: hidden;
	image-rendering: pixelated;
}

.indexBanner .img img.show {
	visibility: visible;
}

.indexBanner .img .img2 img.show {
	visibility: visible;
}

.indexBanner .slick-dots {
	height: 50px;
	line-height: 50px;
	position: absolute;
	bottom: 80px;
	right: 60px;
	font-size: 0;
	z-index: 33;
	box-sizing: border-box;
}

.indexBanner .slick-dots li {
	font-size: 24px;
	color: #fff;
	height: 50px;
	line-height: 63px;
	margin: 0 16px;
	display: inline;
	float: left;
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.indexBanner .slick-dots li::before{
	display: block;
	content: '';
	width: 8px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: 15px;
	right: -16px;
	z-index: 2;
}
.indexBanner .slick-dots li:last-child::before{
	display: none;
}
.indexBanner .slick-dots li.slick-active {
	font-size: 42px;
	line-height: 54px;
}

.bannerPage{
	position: absolute;
	bottom: 70px;
	height: 50px;
	line-height: 50px;
	font-size: 0;
	right: 120px;
	z-index: 2;
}
.bannerPage span{
	font-size: 24px;
	color: #fff;
	height: 50px;
	line-height: 63px;
	margin: 0 16px;
	display: inline;
	float: left;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.bannerPage span.active{
	font-weight: 400;
	font-size: 42px;
	line-height: 50px;
}
.bannerPage span::before{
	display: block;
	content: '';
	width: 8px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: 15px;
	right: -16px;
	z-index: 2;
}
.bannerPage span:last-child::before{
	display: none;
}
.indexBanner .myslide video {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center center;
}
/* ————— indexBanner end ————— */
.indexMore {
	height: 60px;
}

.indexMore a {
	width: 178px;
	height: 58px;
	border-radius: 30px;
	border: 1px solid #c7c7c7;
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 58px;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.indexMore.bai {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 30px;
}

.indexMore.bai a {
	border: none;
	height: 60px;
	line-height: 60px;
}

.indexMore a::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	inset: 0 0 0 0;
	transition: transform .3s ease-out;
	z-index: 1;
	transform: scaleX(0);
	transform-origin: bottom right;
	background: #305e99;
	border-radius: 30px;
}

.indexMore a:hover::before {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.indexMore a span {
	z-index: 2;
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #666;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
}

.indexMore a em {
	width: 26px;
	height: 26px;
	background: url(../images/img/more.png) no-repeat center;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	z-index: 2;
	position: relative;
}

.indexMore a:hover {
	border-color: transparent;
	color: #fff;
}

.indexMore a:hover span {
	color: #fff;
}

.indexMore a:hover em {
	background-image: url(../images/img/moreH.png);
}

.indexMore.wc a {
	background: #fff;
	border-color: transparent;
	color: #e60012;
}

.indexMore.wc a::before {
	display: none;
}

.indexMore.wc a span {
	color: #e60012;
}

.indexMore.wc a em {
	background-image: url(../images/indexMore.png);
	transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out;
}

.indexMore.wc a:hover em {
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
}

.indexMore a.hover {
	border-color: transparent;
	color: #fff;
	background: #e60012;
}

.indexMore a.hover span {
	color: #fff;
}

.indexMore a.hover em {
	background-image: url(../images/indexMoreH.png);
	transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out;
}

.indexMore a.hover:hover em {
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
}

/*向下滚动图标 start*/
.downBtn {
	background: url(../images/indexBanner/bannerDown.png)no-repeat center;
	cursor: pointer;
	width: 42px;
	height: 70px;
	position: relative;
	z-index: 2;
	position: absolute;
	margin-left: -21px;
	bottom: 40px;
	left: 120px;
	animation: arrowDown 1.2s linear infinite;
}


@keyframes aboutView {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}

	25% {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}

	50% {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}

	75% {
		transform: rotate(270deg);
		-webkit-transform: rotate(270deg);
	}

	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

.downBtn.downBtn1 {
	margin-left: -180px !important;
	left: 100%;
}

.downBtn.none {
	display: none;
}

/*向下的箭头跳动*/
@-webkit-keyframes arrowDown {
	0% {
		-webkit-transform: translate(0, 0);
	}

	25% {
		-webkit-transform: translate(0, 6px);
	}

	50% {
		-webkit-transform: translate(0, 0);
	}

	75% {
		-webkit-transform: translate(0, -6px);
	}

	100% {
		-webkit-transform: translate(0, 0);
	}
}

.downBtn:hover {
	animation: none;
}

/*向下滚动图标 end*/
/* ========== 内层框架 end ========== */
/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */
.animated {
	animation-duration: 1.3s;
	-webkit-animation-duration: 1.3s;
}

.indexTitle .yjTitle {
	font-size: 36px;
	color: #111;
	height: 66px;
	line-height: 66px;
	font-weight: bold;
}

.indexTitle .subTitle {
	font-size: 16px;
	color: #666;
	height: 48px;
	line-height: 48px;
}

.indexTitle.bai .yjTitle,
.indexTitle.bai .subTitle {
	color: #fff;
}

#fullpage {
	/* transition: all 1s cubic-bezier(0.6, 0, 0, 0.6) !important;
	transition-delay: 0.2s !important; */
}

#fullpage .section {
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

}

.col {
	position: relative;
	width: 100%;
	padding: 0 120px;
	box-sizing: border-box;
	overflow: hidden;
}

.col2 {
	position: relative;
	overflow: hidden;
}

.col2 .textBox {
	width: 35.7142%;
	margin-right: 90px;
	padding-top: 60px;
	box-sizing: border-box;
}

.col2 .textBox .title {
	font-size: 45px;
	height: 68px;
	line-height: 68px;
	color: #305e99;
}

.col2 .textBox .title1 {
	font-size: 34px;
	height: 60px;
	line-height: 60px;
	color: #222;
	margin-bottom: 50px;
}

.col2 .textBox .info {
	font-size: 17px;
	color: #666;
	line-height: 32px;
	margin-bottom: 70px;
}

.col2 .right-box {
	overflow: hidden;
	padding-top: 120px;
}

.col2 .list {
	overflow: hidden;
	margin-bottom: 60px;
}

.col2 .list li {
	display: inline;
	float: left;
	text-align: center;
	margin-right: 100px;
}

.col2 .list li .num {}

.col2 .list li span {
	font-size: 56px;
	color: #305e99;
	font-weight: bold;
}

.col2 .list li .txt {
	font-size: 18px;
	color: #666;
	margin-bottom: 20px;
}

.col2 .list li:last-child {
	margin-right: 0;
}

.col2 .picBox {
	overflow: hidden;
	margin-right: -40px;
}

.col2 .picBox li {
	width: 50%;
	display: inline;
	float: left;
}

.col2 .picBox li .con {
	border-radius: 20px;
	margin-right: 40px;
	overflow: hidden;
	position: relative;
}

.col2 .picBox li .con .pic::before {
	padding-top: 59.5744%;
}

.col2 .picBox li .con .pic .play {
	width: 100%;
	height:100%;
	background: url(../images/img/indexPlay.png) no-repeat bottom right;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	cursor: pointer;
}

.col2 .picBox li .con .pic2::after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.15);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.col2 .picBox li .con .text {
	width: 100%;
	position: absolute;
	top: 50%;
	height: 32px;
	text-align: center;
	left: 0;
	z-index: 2;
	margin-top: -16px;
}

.col2 .picBox li .con .text img {
	height: 32px;
	display: inline-block;
}

.col3 {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 60px 80px 0;
	box-sizing: border-box;
}

.col3Slick {
	overflow: hidden;
}

.col3Slick .slick-list,
.col3Slick .slick-track {
	/* overflow: visible; */
}

.col3Slick .myslide {
	
	position: relative;
}

.col3Slick .slide-con {
	transition: all 0.3s ease;
	padding: 30px 45px 30px;
	border-radius: 10px;
}

.col3Slick .slide-con:hover {
	/*transform: translateY(-15px);*/
	background-color: #305e99;
}

.col3Slick .myslide::before {
	display: block;
	content: '';
	width: 1px;
	height: 100%;
	background-color: #e6e6e8;
	position: absolute;
	top: 0;
	right: 0;
}

.col3Slick .myslide.slide4::before {
	opacity: 0;
}

.col3Slick .slide-con .pic {
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 25px;
	width: 100%;
}

.col3Slick .slide-con .pic::before {
	padding-top: 57.1428%;
}

.col3Slick .slide-con .title {
	display: block;
	height: 56px;
	line-height: 28px;
	font-size: 18px;
	color: #333;
	transition: all 0.2s ease;
	margin-bottom: 30px;
}

.col3Slick .slide-con:hover .title {
	color: #fff;
	font-weight: bold;
}

.col3Slick .slide-con .info {
	height: 48px;
	line-height: 24px;
	font-size: 15px;
	color: #666;
	margin-bottom: 40px;
	transition: all 0.2s ease;
}
.col3Slick .slide-con:hover .info{
    color: #fff;
}
.col3Slick .slide-con .time {
	line-height: 24px;
	font-size: 17px;
	color: #545454;
	padding-bottom: 80px;
	transition: all 0.2s ease;
}
.col3Slick .slide-con:hover .time{
    color: #fff;
}
.col3Slick .slide-con .view {
	width: 110px;
	display: block;
	height: 110px;
	border-radius: 50%;
	color: #305e99;
	background: #fff url(../images/img/viewJt.png) no-repeat bottom 27px center;
	text-align: center;
	font-size: 15px;
	padding-top: 30px;
	box-sizing: border-box;
	transition: all 0.3s ease;
	position: absolute;
	bottom: -15px;
    right: 45px;
	opacity: 0;
}

.col3Slick .slide-con:hover .view {
	transform: translateY(-40px);
	opacity: 1;
}

.col4 {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 100px;
}

.col4Con {
	padding: 0 46px 0;
	position: relative;
}

.col4Slick {
	/*overflow: hidden;*/
	padding: 30px 0 0;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 60px;
}

.col4Slick .slick-list {
	margin-right: -50px;
	padding: 0 50px;
	overflow: visible;
}

.col4Slick .slide-con {
	transition: all 0.3s ease;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.08);
	margin-right: 50px;
	margin-bottom: 50px;
	display: block;
	overflow: hidden;
}

.col4Slick .slide-con:hover {
	transform: scale(1.1);
}

.col4Slick .slide-con .pic {
	overflow: hidden;
}

.col4Slick .slide-con .pic::before {
	padding-top: 52.8125%;
}

.col4Slick .slide-con .title {
	height: 66px;
	line-height: 66px;
	font-size: 18px;
	color: #111;
	text-align: center;
	padding: 0 15px;
	transition: all 0.3s ease;
}

.col4Slick .slide-con:hover .title {
	/*color: #fff;*/
	/*background: #305e99;*/
}

.col4Prev {
	width: 74px;
	height: 74px;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.4) url(../images/img/col4Prev.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 50%;
	border: 1px solid #dededf;
	margin-top: -50px;
	z-index: 2;
	transition: all .3s ease;
	border-radius: 50%;
}

.col4Next {
	width: 74px;
	height: 74px;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.4) url(../images/img/col4Next.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 50%;
	border: 1px solid #dededf;
	margin-top: -50px;
	z-index: 2;
	transition: all .3s ease;
	border-radius: 50%;
}

.col4Prev:hover {
	background-image: url(../images/img/col4PrevH.png);
	border-color: rgba(0, 89, 200, 0.4);
}

.col4Next:hover {
	background-image: url(../images/img/col4NextH.png);
	border-color: rgba(0, 89, 200, 0.4);
}

.col5 {
	padding-top: 70px;
}

.col5 .textBox {
	overflow: hidden;
	padding-right: 50px;
	box-sizing: border-box;
}
.col5 .picBox {
	width: 51.1904%;
	margin-right: 120px;
}
.col5 .picBox .img1{
	margin-bottom: 12px;
}
.col5 .picBox .img1 img{
    width: 100%;
}

.col5Slick {
	width: 100%;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}
.col5Slick .pic{
	display: block;
}
.col5Slick .pic:before {
	padding-top: 50%;
	background: url(../images/img/col5Bg2.png) no-repeat center / cover;
	position: relative;
	z-index: 2;
}

.col5Slick .text {
	display: none;
}

.col5Slick .newText {
	position: absolute;
	width: 100%;
	height: 72px;
	line-height: 72px;
	bottom: 0;
	left: 0;
	z-index: 2;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 20px;
}

.col5Slick .newText .dots {
	margin-left: 30px;
}

.col5Slick .newText .dots li {
	width: 14px;
	height: 14px;
	background: rgba(255,255,255,0.6);
	margin: 0 6px;
	display: inline-block;
	border-radius: 50%;
	cursor: pointer;
}

.col5Slick .newText .dots li.slick-active {
	background: rgba(255,255,255,1);
}

.col5Slick .newText .info {
	overflow: hidden;
}

.col5Slick .newText .info {
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	
}


.col5 .textBox .col5Title {
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	position: relative;
	color: #666;
	margin-bottom: 45px;
	text-transform: capitalize;
}

.col5 .textBox .col5Title::before {
	display: block;
	content: '';
	width: 6px;
	height: 2px;
	background-color: #aeaeae;
	position: absolute;
	bottom: 0;
	left: 0;
}

.col5 .textBox .title {
	font-size: 60px;
	position: relative;
	color: #444;
	font-weight: bold;
	margin-bottom: 60px;
}

.col5 .textBox .info {
	font-size: 18px;
	line-height: 40px;
	position: relative;
	color: #777;
	margin-bottom: 80px;
}


.col6 {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.col6Slick {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}



.col6Slick .bd,
.col6Slick .bd .myslide,
.col6Slick .bd .myslide .slickCon,
.col6Slick .bd .myslide .bg,
.col6Slick .bd .slick-list,
.col6Slick .bd .slick-list .slick-track {
	height: 100%;
}

.col6Slick .bd .slick-track {
	transform: translate(1px) !important;
	margin-left: -1px;
	left: 0 !important;
}

.col6Slick .bd {
	position: relative;
}



.col6Slick .bd .myslide .bg {
	/* transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transition: 1.5s ease-in-out;
	-webkit-transition: 1.5s ease-in-out; */
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* opacity: 0; */
}

.col6Slick .bd .myslide .bg::before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

/* .col6Slick .bd .myslide  .bg{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
} */
/* .col6Slick .bd .myslide.slick-active .bg {
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
	z-index: 2;
} */

.col6Slick .titleBox {
	position: absolute;
	top: 180px;
	left: 120px;
	z-index: 2;
}

.col6Slick .text {
	position: absolute;
	left: 120px;
	top: 54%;
	width: 480px;
	z-index: 3;
}

.col6Slick .text .title {
	font-size: 32px;
	color: #fff;
	height: 42px;
	font-weight: bold;
	line-height: 42px;
	margin-bottom: 20px;
}

.col6Slick .text .info {
	font-size: 18px;
	color: #fff;
	line-height: 32px;
}

.col6Page {
	margin-bottom: 45px;
	font-size: 22px;
	color: rgba(255, 255, 255, 0.5);
}

.col6Page .curt {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}

.col6Swiper {
	overflow: hidden;
	width: 55.7291%;
	position: absolute;
	right: 120px;
	top: 35%;
	z-index: 10;
}

.col6Slick2 .slick-list {
	margin-right: -40px;
	padding-top: 20px;
	overflow: hidden;
}

.col6Swiper .slide-con {
	transition: all 0.3s ease;
	border-radius: 6px;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
	display: block;
	z-index: 3;
	overflow: hidden;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

.col6Swiper .slide-con .pic {
	overflow: hidden;
}

.col6Swiper .slide-con .pic::before {
	padding-top: 60.6060%;
}

.col6Swiper .slide-con .title {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #333;
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
	transition: all 0.3s ease;
}
.col6Swiper .slide-con:hover .title{
    color: #fff;
	background: rgba(48,94,153,0.9);
}

.col6Swiper1 .swiper-button-prev,
.col6Swiper2 .swiper-button-prev,
.col6Swiper3 .swiper-button-prev {
	width: 52px;
	height: 52px;
	cursor: pointer;
	background: url(../images/img/col6Prev.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 95px;
	z-index: 3;
	transition: all .3s ease;
	border-radius: 50%;
}

.col6Swiper1 .swiper-button-next,
.col6Swiper2 .swiper-button-next,
.col6Swiper3 .swiper-button-next {
	width: 52px;
	height: 52px;
	cursor: pointer;
	background: url(../images/img/col6Next.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 95px;
	z-index: 3;
	transition: all .3s ease;
	border-radius: 50%;

}

.col6Swiper1 .swiper-button-prev:hover,
.col6Swiper2 .swiper-button-prev:hover,
.col6Swiper3 .swiper-button-prev:hover {
	background-color: rgba(0, 0, 0, 0.3);
}

.col6Swiper1 .swiper-button-next:hover,
.col6Swiper2 .swiper-button-next:hover,
.col6Swiper3 .swiper-button-next:hover {
	background-color: rgba(0, 0, 0, 0.3);
}

.col6Slick3 {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	z-index: 3;
	padding: 0 120px;
	box-sizing: border-box;

}

.col6Slick3 .slide-con {
	position: relative;
	height: 150px;
	text-align: center;
}

.col6Slick3 .slide-con::before {
	display: block;
	content: '';
	width: 45%;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.3);
	position: absolute;
	left: 0;
	top: 50%;
	transition: all 0.3s linear;
}

.col6Slick3 .myslide.slick-current .slide-con::before {
	width: 35%;
}


.col6Slick3 .slide-con::after {
	display: block;
	content: '';
	width: 45%;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.3);
	position: absolute;
	right: 0;
	top: 50%;
	transition: all 0.3s linear;
}

.col6Slick3 .myslide.slick-current .slide-con::after {
	width: 35%;
}

.col6Slick3 .slide-con .icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 3px solid rgba(255,255,255,0.5);
	margin: -53px 0 0 -53px;
	transform: scale(0);
	transition: all 0.3s linear;
}

.col6Slick3 .slide-con .icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.col6Slick3 .myslide.slick-current .icon {
	transform: scale(1);
}

.col6Slick3 .slide-con .icon::before {
	display: block;
	content: '';
	width: 116px;
	height: 116px;
	background: url(../images/img/col6Yuan2.png) no-repeat top right;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -58px 0 0 -58px;
	animation: aboutView 10s linear infinite;
}

@keyframes aboutView {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}

	25% {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}

	50% {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}

	75% {
		transform: rotate(270deg);
		-webkit-transform: rotate(270deg);
	}

	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

.col6Slick3 .slide-con .icon img {
	display: inline-block;
	cursor: pointer;
}

.col6Slick3 .slide-con .title {
	font-size: 18px;
	color: #fff;
	top: 62%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.col6Slick3 .myslide.slick-current .title {
	opacity: 0;
}

.col6Slick3 .slide-con .title::before {
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -3px;
	transition: all 0.3s ease;
}

.col7List {
	margin-right: -32px;
	padding-top: 70px;
}

.col7List li {
	width: 16.6666%;
	display: inline;
	float: left;
	margin-bottom: 32px;
}

.col7List li .con {
	background-color: #fff;
	
	margin-right: 32px;
	height: 135px;
	/*overflow: hidden;*/
	transition: 0.2s ease;
	/*border: 1px solid transparent;*/
}

.col7List li .con img {
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
	transition: 0.3s ease;
}
.col7List li .con:hover img{
    /*border-color: #305e99;*/
    transform: scale(1.2);
} 

.footer {
	padding: 90px 120px 40px;
	overflow: hidden;
	background: url(../images/img/footerBg.png) no-repeat center / 100% 100%;
}

.footer2 {
	background-image: url(../images/img/ftBg.jpg);
}

.shareParent .shareFont.icon-wechat {
	background: #b2b2b2;
	color: #f4f7fe;
	border: none;
}

.shareParent .shareFont.icon-weibo {
	background: #b2b2b2;
	color: #f4f7fe;
	border: none;
}

.ftLogo {
	/* text-align: center; */
	margin-bottom: 60px;
}

.ftLogo img {
	height: 60px;
}

.ftCon {
	margin-bottom: 60px;
}

.ftCon .textBox {
	width: 390px;
	margin-left: 30px;
}

.ftCon .textBox .title {
	line-height: 54px;
	height: 54px;
	font-size: 18px;
	color: #333;
	border-bottom: 1px solid #c5c5c5;
	margin-bottom: 10px;
}

.ftCon .textBox .list {
	margin-bottom: 40px;
}

.ftCon .textBox .list li {
	background-position: center left;
	background-repeat: no-repeat;
	line-height: 36px;
	padding-left: 30px;
	font-size: 15px;
	color: #888888;
}

.ftCon .textBox .list li:nth-child(1) {
	background-image: url(../images/img/ftIcon1.png);
}

.ftCon .textBox .list li:nth-child(2) {
	background-image: url(../images/img/ftIcon2.png);
}

.ftCon .textBox .list li:nth-child(3) {
	background-image: url(../images/img/ftIcon3.png);
}

.ftCon .textBox .list li:nth-child(4) {
	background-image: url(../images/img/ftIcon4.png);
}

.ftList {
	overflow: hidden;
}

.ftList li {
	display: inline;
	float: left;
	margin-right: 80px;
}

.ftList li .yjMenu {
	height: 62px;
	line-height: 62px;
	margin-bottom: 8px;
	position: relative;
}

.ftList li .yjMenu::before {
	display: block;
	content: '';
	width: 20px;
	height: 2px;
	background-color: #305e99;
	position: absolute;
	bottom: 0;
	left: 0;
}

.ftList li .ejLit dd {
	line-height: 44px;

}

.ftList li .ejLit dd a {
	font-size: 16px;
	color: #888;
	transition: all 0.2s ease;
}

.ftList li .ejLit dd a:hover {
	color: #305e99;
}

.ftList li .yjMenu a {
	font-size: 20px;
	color: #2e3032;
	font-weight: bold;
}

.ftText {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
}

.ftInfo {
	color: #999;
	font-size: 14px;
}

.ftInfo a {
	color: #999;
}

.ftInfo a:hover {
	color: #305e99;
}

.shareParent .shareFont {
	margin: 0 10px 0;
}