@charset "UTF-8";

/* ========== 主体框架 start ========== */
/* ————— 头部 start ————— */
.top {
	background-color: #fff;
	height: 90px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
	box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
}

/* logo start */
.logo {
	margin-top: 25px;
}

.logo img {
	height: 40px;
}

/* logo end */
/* 搜索 start */
.animHide {
	opacity: 0;
}

.model.show::before {
	animation: menu-animation .8s ease-out forwards;
	transform: scale(2) translateY(0);
}

.model.show {
	display: block;
}

.model {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10600;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.model span {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
	font-size: 72px;
	text-align: center;
	overflow: hidden;
	color: #fff;
	z-index: 10;
}

.model::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, .87);
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 100%;
	transform: scale(.04) translateY(9999px);
	overflow: hidden;
	z-index: 9;
}

.searchPWBox {
	width: 600px;
	height: 60px;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	margin: -30px 0 0 -300px;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	;
}

.searchPWBox input {
	display: block;
	float: left;
	width: 530px;
	height: 60px;
	background: none;
	border: none;
	line-height: 60px;
	color: #333;
	font-size: 16px;
	margin-left: 10px;
}

.searchPWBox input::placeholder {
	color: #999;
	font-size: 16px;
}

.searchPWBox input::-webkit-placeholder {
	color: #999;
	font-size: 16px;
}

.searchPWBox a {
	float: left;
	display: inline;
	width: 60px;
	height: 60px;
	background: #bb3939 url(../images/common/searchb.png) no-repeat center center;
	background-size: 19px 20px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
}

.searchPWBox a:hover {
	opacity: 0.9;
}

@keyframes menu-animation {
	0% {
		opacity: 0;
		transform: scale(.04) translateY(300%)
	}

	40% {
		transform: scale(.04) translateY(0);
		transition: ease-out
	}

	40% {
		transform: scale(.04) translateY(0)
	}

	60% {
		opacity: 1;
		transform: scale(.02) translateY(0)
	}

	61% {
		opacity: 1;
		transform: scale(.04) translateY(0)
	}

	99.9% {
		opacity: 1;
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%
	}

	100% {
		opacity: 1;
		transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0
	}
}

.search {
	overflow: hidden;
	padding-top: 25px;
}

.searchInput {
	width: 268px;
	z-index: 0;
	float: left;
	display: inline;
}

.searchInput input {
	width: 100%;
	padding: 0 16px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	background: none;
	border: none;
}

.searchInput input input::-webkit-input-placeholder {
	color: #666666;
	/* placeholder颜色  */
	font-size: 14px;
	/* placeholder字体大小  */
	text-align: left;
	/* placeholder位置  */
}

.searchBtn {
	float: left;
	display: inline;
	width: 58px;
	height: 40px;
	overflow: hidden;
	background: url(../images/common/search.png) no-repeat center center;
	position: relative;
}

.searchBtn:before {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 1px;
	height: 20px;
	background-color: #d7d7d7;
}

/* 搜索 end */
/* 导航 start */
.menuDl {
	display: flex;
}

.menuDl dd {
	flex: 1;
	float: left;
	display: inline;
	position: relative;
	padding: 0 30px;
}

.menuDl dd .yj {
	position: relative;
	z-index: 9;
}

.menuDl dd .yj a {
	display: block;
	line-height: 90px;
	text-align: center;
	color: #333333;
	font-size: 16px;
	transition: 0.4s;
}

.menuDl dd.hover .yj a,
.menuDl dd .yj a:hover {
	color: #bb3939;
}

.menuDl dd .ej {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.42);
	display: none;
	padding: 5px 0;
	z-index: 3;
}

.menuDl dd .ej li {
	font-size: 14px;
	text-align: center;
	position: relative;
}

.menuDl dd .ej li span a {
	padding: 12px 0;
	line-height: 25px;
	display: block;
	color: #ffffff;
	margin-bottom: 1px
}

.menuDl dd .ej li:hover span a {
	color: #ffffff;
	background: #0a569e;
}

.menuDl dd .ej li.hover span a {
	color: #ffffff;
	background: #0a569e;
}

.menuDl dd .sj {
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.42);
	visibility: hidden;
	opacity: 0;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	transition: all 300ms;
	-webkit-transition: all 300ms;
}

.menuDl dd .sj a {
	display: block;
	padding: 12px 0;
	line-height: 25px;
	color: #fff;
}

.menuDl dd .sj a:hover {
	color: #ffffff;
	background: #0a569e;
}

.menuDl dd .sj a.hover {
	color: #ffffff;
	background: #0a569e;
}

.menuDl dd .ej li:hover .sj {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.topR .menuIcon div {
	background: url(../images/menuddBg.png)no-repeat center bottom !important;
}

.subMenuDiv {
	display: none;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 90px;
}

.subMenu_ul {
	width: 1200px;
	overflow: hidden;
	padding: 0px 0px
}

.subMenu_ul li {
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 2;
	float: left;
	display: inline;
	margin: 0px 15px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px)
}

.subMenu_ul li a {
	display: block;
	overflow: hidden;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear
}

.subMenu_ul li:hover a {
	color: #000
}

.subMenu_ul li a span {
	position: relative
}

.topR .menuIcon {
	height: 50px !important;
	top: 20px;
}

.menuBg {
	display: none;
	width: 100%;
	height: 50px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 90px;
	z-index: 2;
	background: rgba(0, 0, 0, 0.4)
}

/* 导航 end */
/* ————— 头部 end   ————— */
/* ————— indexBanner start ————— */
.indexBanner {
	position: relative;
	height: 100%;
	position: relative;
}

/* .indexBanner::before{content: '';display: block;padding-top: 27.0833%;} */
.indexBannerLoad {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 1.3s;
	-webkit-transition: all 1.3s;
}

.indexBannerLoad svg {
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	width: 100px;
	height: 100px;
	fill: #d71718;
}

.indexBannerLoad.hide {
	visibility: hidden;
	opacity: 0;
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

.indexBanner .bd {
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.indexBanner .bd .slick-list,
.indexBanner .bd .slick-track {
	height: 100%;
}

.indexBanner.delay .bd .slick-track {
	transition-delay: 1.3s !important;
	-webkit-transition-delay: 1.3s !important;
}

.indexBanner .mySlide {
	height: 100%;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.indexBanner .mySlide a {
	display: block;
	height: 100%;
	width: 100%;
}

.indexBanner .slick-dots {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.indexBanner .slick-dots li {
	display: inline-block;
	width: 40px;
	height: 5px;
	border-radius: 5px;
	margin: 0 7px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	background: #fff;
}

.indexBanner .slick-dots li.slick-active {
	background: #0a569e;
}

.indexBanner .mySlide .text {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1200px;
	transform: translate(-50%, -50%);
	color: #FFF;
	display: none;
}

.indexBanner .mySlide .text .text1 {
	font-size: 25px;
	margin-bottom: 30px;
}

.indexBanner .mySlide .text .text2 {
	font-size: 0px;
}

.indexBanner .mySlide .text .text2 span {
	font-size: 70px;
	font-family: "宋体";
	font-weight: bold;
	letter-spacing: 3px;
	float: left;
}

.indexBanner .mySlide.slick-active .text {
	display: block;
}

.indexBanner .img {
	width: 1200px;
	position: absolute;
	left: 50%;
	top: 35%;
	transform: translate(-50%, -50%);
	font-size: 0;
	text-align: center;
}

.indexBanner .img .imgItem.img2 {
	margin-bottom: 20px;
}

.indexBanner .img .imgItem img {
	overflow: hidden;
	display: inline-block;
	visibility: hidden;
	margin: 0 15px;
}

.indexBanner .img .imgItem img.show {
	visibility: visible;
}

.indexBannerCon {
	position: relative;
	top: 0;
	height: 100%;
}

.indexBannerCon .controls {
	position: absolute;
	right: 0;
	bottom: 75px;
	z-index: 1;
}

.indexBannerCon .controls .text {
	padding-left: 30px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 20px;
}

.indexBannerCon .controls .text span {
	color: rgba(255, 255, 255, 1);
}

.indexBannerCon .controls .text i {
	padding: 0 5px;
	font-style: normal;
	color: rgba(255, 255, 255, 0.6);
}

.indexBannerCon .bannerBtnBox {
	height: 15px;
}

.indexBannerCon .bannerBtnBox .xian {
	padding: 7px 0;
	position: relative;
	overflow: hidden;
}

.indexBannerCon .bannerBtnBox .xian::before {
	content: '';
	display: block;
	width: 160px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.8);
}

.indexBannerCon .bannerBtnBox span {
	display: block;
	position: absolute;
	left: 0;
	top: 6px;
	height: 3px;
	width: 33.333%;
	background-color: rgba(255, 255, 255, 1);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

.indexBannerCon .bannerBtnBox .prev {
	width: 30px;
	height: 15px;
	background: url(../images/indexBannerPrev.png)no-repeat center;
	cursor: pointer;
}

.indexBannerCon .bannerBtnBox .next {
	width: 30px;
	height: 15px;
	background: url(../images/indexBannerNext.png)no-repeat center;
	cursor: pointer;
}

/* ————— indexBanner end ————— */
/* ————— 底部 start ————— */
/* 友情链接start */
.footer {
	background: #131b28;
}

.friendLink {
	overflow: hidden;
	margin-right: -40px;
}

.friendLink .title {
	position: relative;
	height: 30px;
	line-height: 30px;
	padding-left: 25px;
	color: #FFFFFF;
	font-size: 14px;
	background: url(../images/footerIcn1.png) no-repeat left center;
	padding-right: 20px;
	float: left;
	display: inline;
}

.friendLink .title::before {
	content: '';
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	top: 8px;
	right: 0;
	background-color: #2b323e;
}

.friendLink .list {
	overflow: hidden;
	line-height: 30px;
	font-size: 0;
	/* height: 30px; */
}

.friendLink .list a {
	display: inline-block;
	color: #999999;
	font-size: 14px;
	margin: 0 25px;
}

.friendLink .list a:hover {
	color: #FFF;
}

/* 友情链接end   */
/* 底部中间start   */
.footerM {
	padding: 36px 0;
	border-top: 1px solid #3d3d3d;
}

.footerML {
	float: left;
	display: inline;
	margin-right: 50px;
}

.footerMLdd {
	line-height: 25px;
	padding: 25px 0;
}

.footerMLdd .text {
	float: left;
	display: inline;
	font-size: 14px;
	color: #999999;
	padding-left: 30px;
	background-position: left center;
	background-repeat: no-repeat;
}

.footerMLdd.footerPhone .text {
	background-image: url(../images/phone.png);
}

.footerMLdd.footerAddress .text {
	background-image: url(../images/address.png);
}

.footerMLdd .info {
	overflow: hidden;
	font-size: 14px;
	color: #999999;
}

.footerLogo {
	padding-top: 29px;
	margin-bottom: 28px;
}

.footerLogo img {
	display: block;
	height: 52px;
}

.footerPhone .phone {
	margin-bottom: 3px;
	height: 26px;
	line-height: 26px;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	letter-spacing: 1px;
}

.footerPhone .phone img {
	height: 17px;
	display: inline-block;
	vertical-align: middle;
}

.footerPhone .text {
	line-height: 20px;
	color: #999999;
	font-size: 14px;
	letter-spacing: 2px;
}

.footerMM {
	overflow: hidden;
	float: left;
	display: inline;
	padding-top: 8px;
	padding-left: 85px;
}

.footerMenu {
	overflow: hidden;
}

.footerMenu dd {
	float: left;
	display: inline;
	margin: 0 40px;
}

.footerMenu dd em {
	font-style: normal;
	display: block;
	line-height: 44px;
	height: 44px;
	overflow: hidden;
}

.footerMenu dd em a {
	font-size: 16px;
	color: #cccccc;
}

.footerMenu dd em a:hover {
	color: #fff;
}

.footerMenu dd span {
	font-style: normal;
	display: block;
	line-height: 24px;
	overflow: hidden;
}

.footerMenu dd span a {
	font-size: 14px;
	color: #cccccc;
}

.footerMenu dd span a:hover {
	color: #fff;
}

.footerMR {
	float: right;
	display: inline;
}

.footerEwm {
	overflow: hidden;
}

.footerEwm dd {
	float: left;
	display: inline;
	position: relative;
	width: 110px;
	overflow: hidden;
	margin: 0 18px;
}

.footerEwm dd img {
	display: block;
	width: 100px;
	height: 100px;
	margin-bottom: 13px;
}

.footerEwm dd span {
	display: block;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #999999;
	font-size: 14px;
}

/* 底部中间end   */
/* 底部版权start   */
.friendCopyRight {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	font-size: 14px;
	color: #808080;
	background: #111824;
}

.friendCopyRight .conL {
	float: left;
	display: inline;
}

.friendCopyRight .conL span {
	margin-right: 20px;
}

.friendCopyRight .conL img {
	margin-right: 10px;
	vertical-align: middle;
}

.friendCopyRight .conL a {
	color: #808080;
	margin-right: 20px;
}

.friendCopyRight .footerCnzz {
	background: url(../images/common/cnzzIcn.gif) no-repeat center right;
	padding-right: 55px;
}

.friendCopyRight .conL a:hover {
	color: #fff;
}

.friendCopyRight .conR {
	float: right;
	display: inline;
}

.friendCopyRight .conR a {
	color: #808080;
}

.friendCopyRight .conR a:hover {
	color: #fff;
}

/* 底部版权end   */
/* ————— 底部 end   ————— */
/* ========== 主体框架 end ========== */

/* ========== 内层框架 start ========== */
/* ————— subBanner start ————— */
.subBanner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.subBanner:before {
	display: block;
	content: '';
	padding-top: 33.854167%;
}

.subBanner img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center center;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 3s ease;
	-webkit-transition: all 3s ease;
}

.subBanner.on img {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.subBanner .text {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.subBanner .wrap {
	height: 100%;
}

.subBanner .textC {
	position: absolute;
	text-align: left;
	bottom: 60px;
}

.subBanner .textC .cnTitle {
	font-size: 40px;
	color: rgba(255, 255, 255, 1);
	line-height: 58px;
}

.subBanner .textC .enTitle {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.4);
	line-height: 36px;
	font-weight: bold;
	text-transform: uppercase;
}

/* ————— subBanner end ————— */
/* ————— 当前位置 start ————— */
.locationBox {
	clear: both;
	width: 100%;
	height: 80px;
	background: #fff;
}

.location {
	height: 80px;
	overflow: hidden;
	padding-left: 33px;
	position: relative;
}

.location a.home {
	position: absolute;
	left: 0;
	top: 0;
	width: 33px;
	height: 100%;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/common/home.png);
	padding-left: 0;
	margin-right: 0;
}

.location a {
	display: inline;
	float: left;
	height: 80px;
	line-height: 80px;
	padding-left: 14px;
	margin-right: 10px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/common/icon8.png);
	color: #666666;
	font-size: 14px;
}

.location a:hover {
	color: #bb3939
}

.location a.hover {
	color: #bb3939
}

.subNavBox {
	margin-left: -32px;
	position: relative;
}

.subNav::after {
	display: block;
	content: '';
	clear: both;
	visibility: hidden;
}

.subNav a {
	display: inline;
	float: left;
	line-height: 80px;
	height: 80px;
	color: #666666;
	font-size: 14px;
	padding: 0 32px;
}

.subNav a.hover {
	color: #bb3939
}

.subNav a:hover {
	color: #bb3939
}

/* ————— 当前位置 end ————— */
/* ————— 三级栏目 start ————— */
.sjMenu {
	text-align: center;
	font-size: 0;
}

.sjMenu a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 30px;
	color: #333;
	border: 1px solid #fff;
	border-radius: 32px;
	font-size: 14px;
	margin: 0 5px;
	background: #FFF;
}

.sjMenu a:hover {
	background: #1e5ab0;
	color: #FFF;
	border-color: #1e5ab0;
}

.sjMenu a.hover {
	background: #1e5ab0;
	color: #FFF;
	border-color: #1e5ab0;
}

/* ————— 三级栏目 end ————— */
/* ————— 页码 start ————— */
.page {
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #dedede;
	color: #666666;
	margin: 0 9px;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background: #bb3939;
	color: #fff;
	border-color: #bb3939;
}

.page a.hover {
	background: #bb3939;
	color: #fff;
	border-color: #bb3939;
}

.page input {
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	border: 1px solid #e6e6e6;
	position: relative;
	top: -2px;
}

.page input.pageDetail {
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 3px;
	color: #999999;
	position: relative;
	top: -13px;
}

.page label {
	color: #999999;
	position: relative;
	top: -11px;
}

.page input.page_bnt {
	border: none;
	width: 30px;
	height: 25px;
	cursor: pointer;
	background: none;
	color: #999999;
	position: relative;
	top: -13px;
}

.page a div {
	width: 11px;
	height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}

.page a.firstPage div {
	background-image: url(../images/common/page/firstPage.png)
}

.page a.prevPage div {
	background-image: url(../images/common/page/prevPage.png)
}

.page a.nextPage div {
	background-image: url(../images/common/page/nextPage.png)
}

.page a.lastPage div {
	background-image: url(../images/common/page/lastPage.png)
}

.page a.firstPage:hover div {
	background-image: url(../images/common/page/firstPageh.png)
}

.page a.prevPage:hover div {
	background-image: url(../images/common/page/prevPageh.png)
}

.page a.nextPage:hover div {
	background-image: url(../images/common/page/nextPageh.png)
}

.page a.lastPage:hover div {
	background-image: url(../images/common/page/lastPageh.png)
}

.page a.firstPage.disabled {
	background: #E2E2E2;
}

.page a.prevPage.disabled {
	background: #E2E2E2;
}

.page a.nextPage.disabled {
	background: #E2E2E2;
}

.page a.lastPage.disabled {
	background: #E2E2E2;
}

.page a.disabled:hover {
	border-color: transparent;
}

.page a.firstPage.disabled div {
	background-image: url(../images/common/page/firstPage.png)
}

.page a.prevPage.disabled div {
	background-image: url(../images/common/page/prevPage.png)
}

.page a.nextPage.disabled div {
	background-image: url(../images/common/page/nextPage.png)
}

.page a.lastPage.disabled div {
	background-image: url(../images/common/page/lastPage.png)
}

/* ————— 页码 end ————— */
/* ————— 弹窗 start ————— */
.aykj-recruitTc .layui-layer-btn {
	text-align: center;
}

.aykj-recruitTc .layui-layer-btn a {
	height: 38px;
	line-height: 38px;
	padding: 0 40px;
	font-size: 14px;
}

.aykj-recruitTc .layui-layer-btn .layui-layer-btn0 {
	background: #1e5ab0;
	color: #FFF;
	border-color: #1e5ab0;
}

.aykj-recruitTc .layui-layer-btn .layui-layer-btn1 {
	background: #ddd;
	color: #8b8b8b;
	border-color: #ddd;
}

.aykj-alert .layui-layer-btn .layui-layer-btn0 {
	background: #1e5ab0;
	border-color: #1e5ab0;
}

/* ————— 弹窗 end ————— */
/* ========== 内层框架 end ========== */
.sectionCon {
	position: relative;
	height: calc(100% - 90px);
	top: 90px;
}

.sectionCon1 {
	position: relative;
	height: calc(100% - 90px);
	top: 90px;
}

/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */
.videoBox {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 999999;
}

.videoBox .video {
	width: 750px;
	height: 500px;
	background-color: rgba(0, 0, 0, 1);
	margin: 0 auto;
	position: relative;
	top: 50%;
	margin-top: -200px;
}

.videoBox .video #mui-play {
	width: 100%;
	height: 100%;
}

.floRight {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.arrowDown {
	position: absolute;
	left: 0;
	bottom: 4.6875%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	left: 50%;
	margin-left: -40px;
	text-align: center;
	z-index: 3;
	animation: arrowDown 1s infinite linear;
	-webkit-animation: arrowDown 1s infinite linear;
	cursor: pointer;
}

.arrowDown i {
	display: inline-block;
	vertical-align: middle;
	width: 34px;
	height: 47px;
	background: url(../images/navBottom.png) no-repeat center top;
}

@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);
	}
}

@-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);
	}
}

.floRight #fp-nav li {
	line-height: 40px;
	text-align: right;
	width: 120px;
	padding-right: 40px;
}

.floRight #fp-nav li .textBox {
	line-height: 10px;
	display: none;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.floRight #fp-nav li .textBox {
	font-size: 14px;
	color: #333333;
}

.floRight #fp-nav li .textBox span {
	display: inline-block;
	vertical-align: middle;
}

.floRight #fp-nav li .textBox i {
	display: inline-block;
	font-style: normal;
	height: 2px;
	width: 10px;
	background: #333333;
	margin: 0 10px;
	vertical-align: middle;
}

.floRight #fp-nav li .line {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #333333;
	vertical-align: middle;
	margin-right: 5px;
}

.floRight #fp-nav li .active .line {
	display: none;
}

.floRight #fp-nav li .active .textBox {
	display: block;
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.floRight #fp-nav.fpBai li .textBox {
	color: #ffffff;
}

.floRight #fp-nav.fpBai li .textBox i {
	background: #ffffff;
}

.floRight #fp-nav.fpBai li .line {
	background: #ffffff;
}

.sectionTitleBox .title1 {
	line-height: 45px;
	font-size: 40px;
	color: #342c2a;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: "acaslonpro";
}

.sectionTitleBox .title1 span {
	color: rgba(187, 57, 57, 0.4);
}

.sectionTitleBox .title2 {
	font-size: 28px;
	color: #342c2a;
	text-transform: uppercase;
}

/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.section2ConR {
	float: right;
	display: inline;
	width: 50%;
	height: 100%;
	position: relative;
}

.section2ConR .imghover,
.section2ConR .imghover .pic {
	height: 100%;
}

.section2ConL {
	overflow: hidden;
}

.section2ConR .palyBtn {
	width: 110px;
	height: 110px;
	position: absolute;
	left: -55px;
	top: 50%;
	margin-top: -55px;
	z-index: 1;
}

.section2ConR .palyBtn::before {
	content: '';
	display: block;
	position: absolute;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	margin-left: -35px;
	margin-top: -35px;
	background-color: rgba(187, 57, 57, 1);
	animation: circle-opacity1 4s infinite linear;
	animation-delay: 2s;
}

.section2ConR .palyBtn::after {
	content: '';
	display: block;
	position: absolute;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	margin-left: -35px;
	margin-top: -35px;
	background-color: rgba(187, 57, 57, 1);
	animation: circle-opacity1 4s linear infinite;
}

.section2ConR .palyBtn a {
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	left: 50%;
	top: 50%;
	margin-left: -35px;
	margin-top: -35px;
	border-radius: 100%;
	background: rgba(187, 57, 57, 1) url(../images/play.png)no-repeat center;
	z-index: 2;
}

@-webkit-keyframes circle-opacity1 {
	from {
		opacity: 1;
		-webkit-transform: scale(1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(1.6);
	}
}

@keyframes circle-opacity1 {
	from {
		opacity: 1;
		transform: scale(1);
	}

	to {
		opacity: 0;
		transform: scale(1.6);
	}
}

.section2ConL {
	height: 100%;
	background: #ffffff;
	padding: 0 100px 0 180px;
}

.section2ConL .sectionTitleBox {
	margin-bottom: 60px;
}

.section2ConL .textInfo {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	height: 208px;
	overflow: hidden;
}

.section2ConL .moreBtn {
	text-align: right;
	font-size: 14px;
	line-height: 20px;
	padding-top: 30px;
	margin-bottom: 45px;
}

.section2ConL .moreBtn a {
	color: #bb3939;
}

.section2Dl {
	overflow: hidden;
	padding-top: 45px;
	border-top: 1px solid #f5f5f5;
}

.section2Dl .dd {
	float: left;
	display: inline;
	width: 50%;
}

.section2Dl .dd .title {
	line-height: 22px;
	font-size: 14px;
	color: #333333;
}

.section2Dl .dd .info {
	line-height: 55px;
	font-size: 40px;
	color: #bb3939;
	font-family: "acaslonpro";
}

.section2Dl .dd .info span {
	font-size: 14px;
	color: #333333;
	padding-left: 5px;
}

/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.section3Con {
	margin-top: 100px;
}

.section3ConL {
	width: 780px;
	margin-right: 40px;
	float: left;
	display: inline;
	height: 467px;
}

.section3ConR {
	overflow: hidden;
	height: 467px;
	position: relative;
}

.section3ImgDl {
	position: relative;
}

.section3ImgDl .slickCon .pic::before {
	padding-top: 59.8717949%;
}

.section3ImgDl .focusText {
	line-height: 70px;
	height: 70px;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	bottom: 0;
	position: absolute;
	left: 0;
	overflow: hidden;
}

.section3ImgDl .focusText .title {
	overflow: hidden;
	height: 70px;
}

.section3ImgDl .focusText .title a {
	padding: 0 20px;
	font-size: 16px;
	color: #FFFFFF;
}

.section3ImgDl .dd {
	float: right;
	display: inline;
	padding-right: 20px;
	height: 70px;
	overflow: hidden;
}

.section3ImgDl .dd .slick-dots li {
	width: 10px;
	height: 10px;
	cursor: pointer;
	background: #FFFFFF;
	opacity: 0.6;
	border-radius: 50%;
	display: inline-block;
	font-size: 0;
	margin-left: 6px;
}

.section3ImgDl .dd .slick-dots li.slick-active {
	opacity: 1;
}

.section3ConRTop {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 24px;
}

.section3ConRTop .title {
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	font-size: 18px;
}

.section3ConRTop .title a {
	color: #333333;
	font-weight: bold;
}

.section3ConRTop .title:hover a {
	color: #bb3939;
}

.section3ConRTop .text {
	line-height: 28px;
	font-size: 14px;
	color: #666666;
	height: 28px;
	overflow: hidden;
	margin-bottom: 22px;
}

.section3ConRTop .info {
	overflow: hidden;
	line-height: 28px;
	font-size: 14px;
	color: #666666;
}

.section3ConRTop .info .moreBtn {
	padding-left: 45px;
	overflow: hidden;
}

.section3TextDlBox {
	padding-top: 20px;
}
.section3TextDlBox .bd{
	overflow: hidden;
	height: 160px;
}
.section3TextDlBox .mySlide {
	height: 40px;
}
.section3TextDl {
	overflow: hidden;
}

.section3TextDl .dd .time {
	float: right;
	display: inline;
	font-size: 14px;
	color: #333333;
	line-height: 40px;
	padding-left: 20px;
}

.section3TextDl .dd .title {
	font-size: 16px;
	line-height: 40px;
	overflow: hidden;
	padding-left: 15px;
	position: relative;
	height: 40px;
	overflow: hidden;
}

.section3TextDl .dd .title::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	background: #cecece;
	border-radius: 100%;
	left: 0;
	top: 50%;
	margin-top: -3px;
}

.section3TextDl .dd .title a {
	color: #333333;
}

.section3TextDl .dd .title:hover a {
	color: #bb3939;
}

.section3ConRDlBox {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.section3ConRDlBox .title {
	float: left;
	display: inline;
	width: 92px;
	margin-right: 10px;
}

.section3ConRDlBox .title .pic::before {
	padding-top: 126.0869565%;
}

.section3ConRDlBox .title img {
	width: 100%;
	height: 100%;
}

.section3ConRDlBox .section3ImgRDl {
	overflow: hidden;
	position: relative;
}

.section3ImgRDl .bd {
	margin-right: -10px;
}

.section3ImgRDl .slickCon {
	margin-right: 10px;
}

.section3ImgRDl .slickCon .pic::before {
	padding-top: 56.310679%;
}

.section3ImgRDl .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: 33px;
	height: 60px;
	cursor: pointer;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	z-index: 5;
	background-color: rgba(0, 0, 0, 0.2);
	background-repeat: no-repeat;
	background-position: center center;
}

.section3ImgRDl .slick-arrow.next {
	background-image: url(../images/indexBannerNext.png);
	right: -33px;
}

.section3ImgRDl .slick-arrow.prev {
	background-image: url(../images/indexBannerPrev.png);
	left: -33px;
}

.section3ImgRDl:hover .slick-arrow.next {
	background-color: rgba(0, 0, 0, 0.4);
	right: 0;
}

.section3ImgRDl:hover .slick-arrow.prev {
	background-color: rgba(0, 0, 0, 0.4);
	left: 0;
}

/* ————— 第3通栏 end ————— */
/* ————— 第4通栏 start ————— */
.section4ConTop {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.section4ConTop .sectionTitleBox {
	overflow: hidden;
}

.section4ConTop .moreBtn a {
	display: block;
	width: 98px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #d1d1d1;
	border-radius: 40px;
	font-size: 14px;
	color: #999999;
}

.section4ConTop .moreBtn a span {
	padding-right: 20px;
	background: url(../images/section4MoreIcon.png) no-repeat right center;
}

.section4ConTop .moreBtn a:hover {
	color: #bb3939;
	border-color: #bb3939;
}

.section4ConTop .moreBtn a:hover span {
	background: url(../images/section4MoreIconh.png) no-repeat right center;
}

/* .section4Dl{height: 600px;display: flex;align-items: center;} */
.section4Dl .bd {
	width: 100%;
	height: 100%;
	margin: 0 -25px;
}

/* .section4Dl .mySlide{width: 20%;float: left;dislay: inline;transition: all 0.3s linear;-webkit-transition: all 0.3s linear;} */
.section4Dl .slickCon {
	position: relative;
	margin: 0 10px;
	transform: scale(1);
	transition: all 0.6s linear;
	padding: 45px 5px;
}

.section4Dl .slickCon a {
	position: relative;
	display: block;
}

.section4Dl .slickCon .pic::before {
	padding-top: 164.8745519%;
}

.section4Dl .slickCon .textBox {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	top: 0;
	left: 0;
}

.section4Dl .slickCon .textBox .title {
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 28px;
	padding: 0 20px;
	height: 28px;
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.section4Dl .slickCon .textBox .moreBtn {
	display: none;
	transform: translateY(200px);
	opacity: 0;
	padding-top: 46px;
	transition: all 0.6s linear;
	-webkit-transition: all 0.6s linear;
}

.section4Dl .slickCon .textBox .moreBtn span {
	display: block;
	width: 38px;
	height: 38px;
	margin: 0 auto;
	border: 1px solid #ffffff;
	border-radius: 100%;
	background-image: url(../images/section5MoreIcon.png);
	background-position: center;
	background-repeat: no-repeat;
}

.section4Dl .slickCon .textBox .moreBtn span:hover {
	background-color: #ffffff;
	background-image: url(../images/section5MoreIconh.png);
}

.section4Dl .slickCon:hover .textBox .moreBtn {
	display: block;
	opacity: 1;
	transform: translateY(0);
}

.section4Dl .slickCon:hover {
	transform: scale(1.1);
}

.section4Dl .slickCon:hover .textBox {
	background: rgba(0, 0, 0, 0.08);
}

/* ————— 第4通栏 end ————— */
/* ————— 第5通栏 start ————— */
/* ————— 第5通栏 end ————— */
/* ————— 第6通栏 start ————— */
/* ————— 第6通栏 end ————— */
/* ————— 第7通栏 start ————— */
/* ————— 第7通栏 end ————— */
/* ————— 第8通栏 start ————— */
/* ————— 第8通栏 end ————— */
/* ========== 首页 end ========== */
/* ========== 频道页 start ========== */
/* ========== 频道页 end ========== */
