@charset "UTF-8";

/* ========== 外层框架 start ========== */
/* 加载页 start */
.fade {
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fadeTop,
.fadeBottom {
	position: absolute;
	width: 100%;
	height: 50%;
	background: #e6eff7;
	left: 0;
}

.fadeLogo {
	text-align: center;
	width: 100%;
}
.fadeLogo img{height: 100px;}
.fadeC {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -57px;
	text-align: center;
}

.fadeTop {
	top: 0;
}

.fadeBottom {
	bottom: 0;
	background: #e6eff7 url(../images/fadeBottomBg.png) no-repeat center center;
	background-size: cover;
}

.fadeLoading {
	display: inline-block;
	font-size: 0px;
	padding: 0px;
}

.fadeLoading span {
	vertical-align: middle;
	border-radius: 100%;

	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 3px 2px;
	-webkit-animation: loader1 0.8s linear infinite alternate;
	animation: loader1 0.8s linear infinite alternate;
}

.fadeLoading span:nth-child(1) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
	background: rgba(0, 117, 193, 0.6);
}

.fadeLoading span:nth-child(2) {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
	background: rgba(0, 117, 193, 0.8);
}

.fadeLoading span:nth-child(3) {
	-webkit-animation-delay: -0.26666s;
	animation-delay: -0.26666s;
	background: rgba(0, 117, 193, 1);
}

.fadeLoading span:nth-child(4) {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
	background: rgba(0, 117, 193, 0.8);

}

.fadeLoading span:nth-child(5) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
	background: rgba(0, 117, 193, 0.4);
}

@keyframes loader1 {
	from {
		transform: scale(0, 0);
	}

	to {
		transform: scale(1, 1);
	}
}

@-webkit-keyframes loader1 {
	from {
		-webkit-transform: scale(0, 0);
	}

	to {
		-webkit-transform: scale(1, 1);
	}
}

/* 加载页 end */
/* 滚屏样式 start */
.animHide {
	opacity: 0;
}

#fullpage {
	transition: all 1s cubic-bezier(0.6, 0, 0, 0.6) !important;
	transition-delay: 0.2s !important;
}

.section {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.slide {
	float: left;
}

.slide,
.slidesContainer {
	height: 100%;
	display: block;
}

.slides {
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.fp-table {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.slidesContainer {
	float: left;
	position: relative;
}

.sectionCon,
.columnBox {
	height: 100%;
}

.columnBox {
	overflow: hidden;
}

#fp-nav.right {
	right: 40px !important;
}

#fp-nav ul li {
	width: 14px !important;
	height: 14px !important;
	margin: 6px 0 !important;
}

#fp-nav ul li a span {
	width: 12px !important;
	height: 12px !important;
	margin: 0 !important;
	border: 1px solid transparent !important;
	background: transparent !important;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

#fp-nav ul li a span:before {
	display: block;
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	left: 50%;
	top: 50%;
	margin-left: -4px;
	margin-top: -4px;
	background-color: #d1d1d1;
	border-radius: 50%;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

#fp-nav ul li a.active span {
	border-color: #0067ac !important;
}

#fp-nav ul li a.active span:before {
	background-color: #0067ac;
}

.page-next {
	position: absolute;
	bottom: 20px;
	text-align: center;
	left: 50%;
	z-index: 999;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	line-height: 30px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: 0.3s ease;
	animation: arrowDown 1s infinite linear;
	-webkit-animation: arrowDown 1s infinite linear;
}

.page-next.active {
	opacity: 0;
	visibility: hidden;
}

.page-next:hover {
	animation: none;
}

.page-next .nextIco {
	height: 30px;
	width: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	background: url(../images/pageNext.png) center center no-repeat;
	position: relative;
}

.page-next .nextIco:after {
	content: '';
	height: 7px;
	border-left: 3px solid darkorange;
	position: absolute;
	top: 3px;
	left: 14px;
	border-radius: 40%;
	animation: yishan infinite;
	animation-duration: 1s;
	animation-timing-function: linear;
}

.page-next:hover .nextIco:after {
	content: '';
	height: 10px;
	width: 9px;
	border-left: none;
	background: url(../images/pageNext_h.png);
	position: absolute;
	top: 1px;
	left: 7px;
	border-radius: 0;
	animation: yishan infinite;
	animation-duration: 1s;
	animation-timing-function: linear;
}

/*向下的箭头跳动*/
@-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);
	}
}

@keyframes yishan {
	0% {
		opacity: 1;
		display: block;
	}

	50% {
		opacity: 0;
		display: none;
	}

	100% {
		opacity: 1;
		display: block;
	}
}

/* 滚屏样式 end */
/* ————— 头部 start ————— */
.top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 999;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	background-color: #ffffff;
	box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.05);
}

.indexTop .top{
	background-color: transparent;
	box-shadow:none;
	-webkit-box-shadow:none;
}

.indexTop .top.active {
	background-color: rgba(4, 76, 124, 0.5);
}

.topCon {
	padding: 0 40px;
	position: relative;
}

.logo {
	margin-top: 26px;
}

.logo img {
	height: 41px;
}

.logoImg1{
	display: none;
}
.indexTop .logoImg1{
	display: block;
}
.indexTop .logoImg2{
	display: none;
}
.menuDl {
	margin-right: 44px;
	-webkit-transition: all 0.3s linear;
	position: relative;
	z-index: 2;
}
.indexTop .menuDl{
	opacity: 0;
	visibility: hidden;
	transform: translateX(100px);
	-webkit-transform: translateX(100px);
	transition: all 0.3s linear;
}
.indexTop .menuDl.active {
	visibility: visible;
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
}

.menuDl dd {
	float: left;
	display: inline;
	margin-right: 60px;
	line-height: 80px;
	position: relative;
}

.menuDl dd:before {
	width: 20px;
	height: 4px;
	border-radius: 2px;
	display: block;
	content: '';
	overflow: hidden;
	position: absolute;
	bottom: 16px;
	left: 50%;
	margin-left: -10px;
	background-color: #0067ac;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
}

.menuDl dd.hover:before {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.menuDl dd .yjMenu a {
	font-size: 16px;
	color: #333333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.menuDl dd.hover .yjMenu a{
	color: #0067ac;
}
.indexTop .menuDl dd.hover .yjMenu a{
	color: #ffffff;
}
.menuBtnBox{
	position: relative;
	z-index: 2;
}
.menuBtnBox .search {
	margin-top: 20px;
	position: relative;
	margin-right: 20px;
}

.menuBtnBox .searchIcn {
	width: 40px;
	height: 40px;
	background: url(../images/searchIcn2.png) no-repeat center center;
	background-size: auto 25px;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.menuBtnBox .searchBox {
	padding-left: 20px;
	padding-right: 40px;
	width: 0px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: 0;
	right: 0px;
	border: 1px solid #0067ac;
	border-radius: 40px;
	z-index: 101;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	background: #fff;
	overflow: hidden;
}

.menuBtnBox .searchBox input {
	border: none;
	width: 100%;
	height: 100%;
	color: #333;
	position: relative;
	top: -2px;
	font-size: 16px;
}

.menuBtnBox .searchIcon {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: url(../images/searchIcn2.png) no-repeat center center;
	background-size: auto 25px;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.menuBtnBox .searchBox input::-webkit-input-placeholder {
	color: #333;
	/* placeholder颜色  */
	font-size: 14px;
	/* placeholder字体大小  */
	text-align: left;
	/* placeholder位置  */
}

.menuBtnBox .search:hover .searchBox {
	width: 238px;
	visibility: visible;
	opacity: 1;
}

.menuBtnBox .search:hover .searchIcn {
	opacity: 0;
	visibility: hidden;
}

.menuBtnBox .menuBtn {
	cursor: pointer;
	width: 40px;
	height: 40px;
	margin-top: 20px;
	background: url(../images/menuIcon1.png) no-repeat center center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	display: none;
}
.indexTop .menuBtnBox .menuBtn{
	display: block;
}
.menuBtnBox .menuBtn.active {
	background: url(../images/menuIcon1h.png) no-repeat center center;
}

.indexTop .menuDl dd .yjMenu a {
	color: #ffffff;
}

.indexTop .menuBtnBox .searchIcn {
	background: url(../images/searchIcn.png) no-repeat center center;
	background-size: auto 25px;
}

.indexTop .menuBtnBox .menuBtn {
	background: url(../images/menuIcon.png) no-repeat center center;
}

.indexTop .menuBtnBox .menuBtn.active {
	background: url(../images/menuIconh.png) no-repeat center center;
}

.indexTop .menuDl dd:before {
	background-color: #ffffff;
}
.subMenuDiv {
	display: none;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 80px;
	z-index: 4;
}

.menuDl dd.hover .subMenuDiv {
	z-index: 3;
}

.subMenu_ul {
	width: 1000px;
	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);
}

.menuDl dd.hover .subMenu_ul li {
	opacity: 0;
	-webkit-animation: liMove 0.3s linear forwards;
	-o-animation: liMove 0.3s linear forwards;
	animation: liMove 0.3s linear forwards;
}

@keyframes liMove {
	0% {
		transform: translateY(-110%);
		opacity: 0;
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

.menuDl dd.hide .subMenu_ul li {
	opacity: 1;
	-webkit-animation: liHIde 0.3s linear forwards;
	-o-animation: liHIde 0.3s linear forwards;
	animation: liHIde 0.3s linear forwards;
}

@keyframes liHIde {
	0% {
		transform: translateY(0px);
		opacity: 1;
	}
	100% {
		transform: translateY(110%);
		opacity: 0;
	}
}

.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 a:hover {
	opacity: 0.8;
}

.half .subMenu_ul li a {
	font-size: 14px;
}

.subMenu_ul li a span {
	position: relative;
}
.menuBg {
    display: none;
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 80px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
}
/* ————— 头部 end ————— */
.indexBanner .mySlide{ background-position: center center; background-size: cover; background-repeat: no-repeat;}
/* ————— 底部 start ————— */
.indexFooter {
	height: 80px;
	background-color: #252526;
}

.footerShareDl {
	padding-top: 32px;
}

.footerShareDl dd {
	margin-right: 25px;
	float: left;
	position: relative;
}

.footerShareDl dd .shareIcon {
	cursor: pointer;
	width: 22px;
	height: 18px;
}
 .footerShareDl .shareParent .shareFont.icon-weibo{
	 color: #ffffff !important;
	 position: relative;
	 top: -7px;
 }
/* .footerShareDl dd.dd1 .shareIcon {
	background: url(../images/shareIcon1.png) no-repeat center center;
} */

.footerShareDl dd.dd2 .shareIcon {
	background: url(../images/shareIcon2.png) no-repeat center center;
}

.footerShareDl dd.dd3 .shareIcon {
	background: url(../images/shareIcon3.png) no-repeat center center;
}

.indexFooterL .shareCode {
	width: 120px;
	height: 120px;
	background: #fff;
	position: absolute;
	top: -160px;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	transition: 0.3s ease;
}

.indexFooterL .shareCode i {
	position: absolute;
	background: url(../images/shareIco1.png) center center no-repeat;
	height: 9px;
	width: 11px;
	left: 50%;
	margin-left: -6px;
	bottom: -9px;
}

.footerShareDl dd .shareIcon:hover~.shareCode {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	top: -140px;
}

.indexFooterR {
	font-size: 14px;
	color: #808080;
	line-height: 80px;
}

.indexFooterR a {
	font-size: 14px;
	color: #808080;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.indexFooterR .policeBeian {
	margin: 0 10px;
	position: relative;
	top: 2px;
}

.indexFooterR a:hover {
	color: rgba(128, 128, 128, 0.8);
}

/* 底部联系方式 start */
.footerContact {
	overflow: hidden;
}

.footerContact dd {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
	overflow: hidden;
	padding: 17px 0;
}

.footerContact dd img {
	height: 14px;
}

.footerContact dd span {
	display: inline-block;
	line-height: 26px;
	padding-left: 34px;
}

.footerContact dd.tel span {
	background: url(../images/common/footerTel.png)no-repeat center left;
	background-size: 18px 21px;
}

.footerContact dd.address span {
	background: url(../images/common/footerAddress.png)no-repeat center left;
	background-size: 17px 22px;
}

.footerContact dd.email span {
	background: url(../images/common/footerEmail.png)no-repeat center left;
	background-size: 20px 17px;
}

/* 底部联系方式 end */
/* 二维码 start */
.footerEwm dd {
	float: left;
	display: inline;
	margin-left: 36px;
	width: 115px;
}

.footerEwm dd .ewmImg {
	width: 113px;
	height: 113px;
	overflow: hidden;
	margin-bottom: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 6px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.footerEwm dd .ewmImg img {
	width: 100%;
	height: 100%;
}

.footerEwm dd .text {
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	line-height: 26px;
}

/* 二维码 end */
/* 底部导航 start */
.footerMenu {
	overflow: hidden;
}

.footerMenu dd {
	float: left;
	display: inline;
	width: 14%;
}

.footerMenu dd .yj {
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 8px;
}

.footerMenu dd .yj a {
	display: block;
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
	font-weight: bold;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.footerMenu dd .yj a:hover {
	color: #FFFFFF;
}

.footerMenu dd .ej a {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.footerMenu dd .ej a:hover {
	color: #FFFFFF;
}

/* 底部导航 end */
.footerBlank {
	background: #212121;
	height: 50px;
}

/* 备案信息 start */
.ftArchival {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #666666;
}

.ftArchival a {
	font-size: 14px;
	color: #666666;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.ftArchival a:hover {
	color: #FFFFFF;
}

.ftArchival .footerBan {
	background: url(../images/common/beian.png) no-repeat center left 6px;
	padding-left: 30px;
}

.ftArchival .footerCnzz {
	background: url(../images/common/cnzzIcn.gif) no-repeat center right;
	padding-right: 55px;
}

/* 备案信息 end */
/* 技术支持 start */
.ftSupport {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #666666;
}

.ftSupport a {
	font-size: 14px;
	color: #666666;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.ftSupport a:hover {
	color: #FFFFFF;
}

/* 技术支持 end */
/* ————— 底部 end ————— */
/* ========== 外层框架 end ========== */
/* ========== 内层框架 start ========== */
/* ————— subBanner start ————— */
.subBanner {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.subBanner:before {
	display: block;
	content: '';
	padding-top: 35.4167%;
}
.subBannerText {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.subBanner .wrap {
	height: 100%;
}

.subBanner .textC {
	position: relative;
	top: -20.0769%;
}

.subBanner .textC .cnTitle {
	font-size: 30px;
	color: #ffffff;
	line-height: 30px;
	position: relative;
	margin-bottom: 40px;
}

.subBanner .textC .cnTitle:before{
	position: absolute;
	bottom: -24px;
	left: 0;
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background-color: #ffffff;
}

.subBanner .textC .enTitle {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.3);
	line-height: 30px;
	text-transform: uppercase;
}

/* ————— subBanner end ————— */
/* ————— 当前位置 start ————— */
.locationBox {
	clear: both;
	width: 100%;
	height: 80px;
	background: #fff;
	box-shadow: 0 3px 5px #dcdcdc;
	border-bottom: 1px solid #f9f9f9;
}

.location {
	height: 80px;
	overflow: hidden;
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/common/home.png);
}

.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: #999999;
	font-size: 14px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.location a:first-child{
	background: none;
	padding-left: 0;
}
.location a:hover {
	color: #666666
}

.location a.hover {
	color: #666666
}

.subNav {
	margin-right: -15px;
	overflow: hidden;
}

.subNav a {
	display: inline;
	float: left;
	line-height: 80px;
	height: 80px;
	color: #999999;
	font-size: 14px;
	padding: 0 14px;
	font-weight: bold;
}

.subNav a.hover {
	color: #0067ac
}

.subNav a:hover {
	color: #0067ac
}

/* ————— 当前位置 end ————— */
/* ————— 页码 start ————— */
.page {
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	padding: 6px 12px;
	color: #999999;
	border-radius: 3px;
	background: #fff;
	margin: 0 3px;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background: #0067ac;
	color: #fff;
}

.page a.hover {
	background: #0067ac;
	color: #fff;
}

.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;
}

.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.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 ————— */
/* ————— indexBanner start ————— */
.indexBanner .wrapCon {
	position: relative;
}

.bannerText {
	text-align: center;
}
.bannerTextImg{
	width: 428px;
	height: 61px;
	margin: 0 auto 16px;
}
.bannerText1{
	font-size: 20px;
	color: rgba(255,255,255,0.8);
	font-family: "宋体";
	line-height: 50px;
	height: 50px;
	overflow: hidden;
}

.bannerText2 {
	font-size: 0;
}

.bannerText2 span{
	font-size: 50px;
	color: #ffffff;
	font-family: "宋体";
	font-weight: bold;
}

.indexBannerBtn {
	position: absolute;
	width: 100%;
	height: 40px;
	left: 0;
	top: 50%;
	margin-top: -20px;
}

.indexBannerPrev,
.indexBannerNext {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	top: 0;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.indexBannerPrev {
	left: 0;
	background: rgba(255, 255, 255, 0.5) url(../images/indexBannerPrev.png) no-repeat center center;
}

.indexBannerNext {
	right: 0;
	background: rgba(255, 255, 255, 0.5) url(../images/indexBannerNext.png) no-repeat center center;
}

.indexBannerPrev:hover {
	background: rgba(0, 103, 172, 1) url(../images/indexBannerPrevh.png) no-repeat center center;
}

.indexBannerNext:hover {
	background: rgba(0, 103, 172, 1) url(../images/indexBannerNexth.png) no-repeat center center;
}

/* ————— indexBanner end ————— */
/* ========== 内层框架 end ========== */
/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */
.indexTitle .title1 {
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.indexTitle .title2 {
	font-size: 30px;
	color: rgba(255, 255, 255, 0.1);
	height: 34px;
	line-height: 34px;
	text-transform: uppercase;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.indexTitle.active .title1 {
	color: #333333;
}

.indexTitle.active .title2 {
	color: rgba(51, 51, 51, 0.2);
}

.indexMore {
	margin-left: 28px;
	line-height: 60px;
}

.indexMore a {
	font-size: 16px;
	color: #ffffff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	padding-left: 22px;
	position: relative;
	height: 60px;
	display: block;
}

.indexMore a i {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.07);
}

.indexMore a span {
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 14px;
	background: url(../images/indexMoreIcn.png) no-repeat center center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	margin-left: 8px;
}

.indexMore a:hover {
	color: #0067ac;
}

.indexMore a:hover span {
	background: url(../images/indexMoreIcnh.png) no-repeat center center;
}

/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
.section2 {
	background: url(../images/indexC2Bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.section2Canvas{
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: -30%;
	left: 0;
	z-index: 1;
}
.section2Con {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.section2 .sectionConTop {
	position: absolute;
	left: 0;
	top: 14%;
	z-index: 2;
	width: 100%;
	overflow: hidden;
}

.section2Tab {
	overflow: hidden;
	padding-top: 8px;
}

.section2Tab dd {
	float: left;
	display: inline;
	margin-left: 10px;
}

.section2Tab dd a {
	display: block;
	height: 44px;
	line-height: 44px;
	padding: 0 24px;
	font-size: 18px;
	color: #999999;
	border: 1px solid #999999;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
/* .section2 .indexMore a{
	color: #999999;
}
.section2 .indexMore a span{
	background: url(../images/indexMoreIcnhui.png) no-repeat center center;
} */
.section2Tab dd a:hover {
	background-color: #0067ac;
	border-color: #0067ac;
	color: #ffffff;
}

.section2Tab dd.hover a {
	background-color: #0067ac;
	border-color: #0067ac;
	color: #ffffff;
}

.swiperSection2,
.swiperSection2Con,
.swiperSection2Con .con {
	height: 100%;
}

.swiperSection2,
.swiperSection2Con {
	overflow: hidden;
}

.swiperSection2Con .swiper-slide.swiper-slide-active .con {
	border-left: 1px solid rgba(232, 232, 232, 0.05);
}

.swiperSection2Con .con {
	padding: 0 30px;
	border-right: 1px solid rgba(232, 232, 232, 0.05);
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
}

.swiperSection2Con .pic {
	margin-bottom: 30px;
	position: relative;
	top: 0;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
}

.swiperSection2Con .pic:before {
	padding-top: 56.7164%;
}

.swiperSection2Con .line {
	position: relative;
	top: 0;
	margin-bottom: 15px;
	height: 1px;
	width: 40px;
	background-color: #b3b8bc;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
}

.swiperSection2Con .text {
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	position: relative;
	top: 0;
}

.swiperSection2Con .time {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	font-size: 24px;
	color: rgba(255, 255, 255, 0.5);
	font-weight: bold;
	margin-bottom: 2px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.swiperSection2Con .title {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 2px;
}

.swiperSection2Con .title a {
	font-size: 20px;
	color: #ffffff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.swiperSection2Con .info {
	font-size: 14px;
	color: #cccccc;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.swiperSection2Con .textC {
	margin-bottom: 46px;
}

.swiperSection2Con .more {
	height: 24px;
	line-height: 24px;
}

.swiperSection2Con .more a {
	font-size: 14px;
	color: #cccccc;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.swiperSection2Con .more a span {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 10px;
	background: url(../images/indexMoreIcn1.png) no-repeat center center;
	margin-left: 8px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.swiperSection2Con .con:hover {
	background-color: rgba(255, 255, 255, 0.9);
}

.swiperSection2Con .con:hover .pic {
	top: 200px;
}

.swiperSection2Con .con:hover .line {
	background-color: #0067ac;
	top: -55px;
}

.swiperSection2Con .con:hover .text {
	top: -250px;
}

.swiperSection2Con .con:hover .time {
	color: rgba(153, 153, 153, 0.5);
}

.swiperSection2Con .con:hover .title a {
	color: #0067ac;
}

.swiperSection2Con .con:hover .info {
	color: #999999;
}

.swiperSection2Con .con:hover .more a {
	color: #0067ac;
}

.swiperSection2Con .con:hover .more a span {
	background: url(../images/indexMoreIcn1h.png) no-repeat center center;
}

/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.section3 {
	background: url(../images/indexC3Bg.jpg) no-repeat center center;
	background-size: cover;
}

.swiperSection3Wrap{
	overflow: hidden;
}

.section3Con {
	overflow: hidden;
}

.section3 .sectionConTop {
	margin-bottom: 60px;
	overflow: hidden;
}

.swiperSection3 .picBox {
	position: relative;
	margin-bottom: 15px;
}

.swiperSection3 .pic:before {
	padding-top: 56.4102%;
}

.swiperSection3 .text {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #ffffff;
	opacity: 0;
	transform: scale(0.3);
	-webkit-transform: scale(0.3);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.swiperSection3 .title {
	height: 55px;
	line-height: 55px;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.7);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.swiperSection3 .text .info {
	padding: 0 55px;
	font-size: 20px;
	color: #333333;
	line-height: 32px;
	height: 64px;
	overflow: hidden;
	margin-bottom: 55px;
}

.swiperSection3 .text .swiperSection3Btn{
	overflow: hidden;
	padding: 0 55px;
}
.swiperSection3Btn .btnBox{
	margin-top: 5px;
}
.swiperSection3Btn .btnBox .btn{
	display: inline-block;
}
.swiperSection3Btn .btnBox .btn:first-child{
	margin-right: 20px;
}
.swiperSection3Btn .btnBox .btn a{
	font-size: 14px;
	color: #999999;
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	border: 1px solid #999999;
	border-radius: 10px;
	overflow: hidden;
}
.swiperSection3Btn .btnBox .btn a:hover{
	border-color: #0067ac;
	color: #0067ac;
	box-shadow: 0 6px 13px 0 rgba(0,103,172,0.15);
	-webkit-box-shadow: 0 6px 13px 0 rgba(0,103,172,0.15);
}
.swiperSection3 .text .more a {
	display: block;
	width: 120px;
	height: 50px;
	background: #0067ac url(../images/indexMoreIcn.png) no-repeat center center;
	box-shadow: 0 4px 18px 1px rgba(17, 79, 121, 0.3);
	-webkit-box-shadow: 0 4px 18px 1px rgba(17, 79, 121, 0.3);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.swiperSection3 .text .more a:hover {
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
}

.swiperSection3 .con:hover .text {
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
}

.swiperSection3 .con:hover .title {
	color: rgba(255, 255, 255, 1);
}

/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.section4 {
	background: url(../images/indexC4Bg.jpg) no-repeat center center;
	background-size: cover;
}

.section4 .indexTitle {
	margin-bottom: 60px;
}

.section4Con {
	position: relative;
}

#section4Map {
	height: 645px;
	background: url(../images/indexC4Map.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.section4Text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

.mapSite {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -116px;
	margin-left: 138px;
}

.mapSite .text {
	line-height: 44px;
	font-size: 16px;
	padding: 0 20px;
	color: #666666;
	border: 1px solid #5497c5;
	border-radius: 5px;
	background-color: #ffffff;
	box-shadow: 0 0 24px 13px rgba(0, 103, 172, 0.2);
	-webkit-box-shadow: 0 0 24px 13px rgba(0, 103, 172, 0.2);
	margin-bottom: 12px;
}

.mapSite .icon {
	width: 26px;
	height: 39px;
	background: url(../images/locationIcon.png) no-repeat center center;
	margin: 0 auto;
}

.section4Text .con {
	padding: 56px;
	overflow: hidden;
}

.section4Dl dd {
	overflow: hidden;
}

.section4Dl dd .icon {
	float: left;
	margin-right: 20px;
	width: 40px;
	height: 40px;
	margin-bottom: 34px;
	border-radius: 50%;
}

.section4Dl dd .text {
	overflow: hidden;
	font-size: 18px;
	color: #0067ac;
	line-height: 40px;
}

.section4Dl dd.dd1 .text {
	padding-top: 7px;
}

.section4Dl dd .text img {
	width: 258px;
	height: 25px;
}

.section4Dl dd.dd1 .icon {
	background: rgba(0, 103, 172, 0.05) url(../images/indexTel.png) no-repeat center center;
}

.section4Dl dd.dd2 .icon {
	background: rgba(0, 103, 172, 0.05) url(../images/indexEmail.png) no-repeat center center;
}

.section4Dl dd.dd3 .icon {
	background: rgba(0, 103, 172, 0.05) url(../images/indexAddress.png) no-repeat center center;
}
.section4EwmDl{
	overflow: hidden;
}
.section4EwmDl dd{
	float: left;
	display: inline;
	margin-right: 30px;
}
.section4EwmDl dd .ewmPic{
	border: 2px solid #e5f0f7;
	border-radius: 1px;
	margin-bottom: 8px;
}
.section4EwmDl dd .ewmPic img{
	width: 120px;
	height: 120px;
}
.section4EwmDl dd .text{
	font-size: 16px;
	color: #0067ac;
	height: 28px;
	line-height: 28px;
	text-align: center;
}
/* ————— 第3通栏 end ————— */
/* ========== 首页 end ========== */
