﻿@charset "UTF-8";

/* CSS Document */
/*
-----------------------------首页样式start-----------------------------
*/

/* 滚屏样式 start */
.animHide {
	opacity: 0;
}

#fullPage2 {
	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;
}

.section.fp-table,
.slide.fp-table {
	display: table;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.slidesContainer {
	float: left;
	position: relative;
}

.sectionCon,
.columnBox {
	height: 100%;
}

/* 滚屏样式 end */

/* top satrt */
.topCon {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	z-index: 1000;
	box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.05);
}

.topL {
	margin-top: 18px;
}

.topL .logo img {
	height: 35px;
}

.menuDl dd {
	float: left;
	display: inline;
	height: 52px;
	position: relative;
	margin-right: 50px;
	padding-top: 18px;
}

.menuDl dd .yj a {
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	color: #333333;
	padding: 0 20px;
	display: block;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	border-radius: 35px;
}

.menuDl dd.hover .yj a {
	color: #ffffff;
	background: #da011e;
	font-family: "hy75";
}

.menuDl dd .ej {
	/* padding: 16px 0; */
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: 50px;
	width: 120px;
	visibility: hidden;
	opacity: 0;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	z-index: 6;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

.menuDl dd .ej .ejBox {
	/* padding: 0 20px; */
	position: relative;
	visibility: hidden;
}

.menuDl dd .ej a {
	display: block;
	padding: 8px 0;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	font-family: "hanwen";
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: relative;
}
.menuDl dd .ej a:before{
	display: block;
	content: '';
	position: absolute;
	width: 10px;
	height: 1px;
	left: 0;
	top: 50%;
	background: #da011e;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menuDl dd .ej .ejBox a:hover {
	background-color: #da011e;
	color: #ffffff;
	/* padding-left: 20px; */
}
/* .menuDl dd .ej .ejBox a:hover:before{
	visibility: visible;
	opacity: 1;
} */
.menuDl dd:hover .ej {
	visibility: visible;
	opacity: 1;
}

.menuDl dd:hover .ej .ejBox {
	visibility: visible;
	opacity: 1;
}

.topR .search {
	margin-top: 18px;
	margin-right: 15px;
	padding: 0 5px;
	position: relative;
}

.topR .searchIcn {
	width: 33px;
	height: 33px;
	border: 1px solid #e3aa23;
	border-radius: 50%;
	background: url(../images/searchIcn.png) no-repeat center center;
	background-size: auto 15px;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.topR .searchBox{
	padding: 0 20px;
	width: 0px;
	height: 34px;
	line-height: 35px;
	position:absolute;
	top: 0;
	right: 6px;
	border: 1px solid #e3aa23;
	border-radius: 35px;
	z-index: 10001;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	background: #fff;
}
.topR .searchBox input{
	border: none;
	width: 100%;
	height: 100%;
	color: #b2b2b2;
	font-size: 14px;
	font-family: "hanwen";
}
.topR .searchIcon{
	position: absolute;
	right: 0;
	top: 0;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background: url(../images/searchIcn.png) no-repeat center center;
	background-size: auto 15px;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.topR .searchBox input::-webkit-input-placeholder{
	color: #b2b2b2; /* placeholder颜色  */
	font-size: 14px; /* placeholder字体大小  */
	text-align: left; /* placeholder位置  */
	font-family: "hanwen";
}
.search:hover .searchBox{
	width: 238px;
	visibility: visible;
	opacity: 1;
}
.search:hover .searchIcn{
	opacity: 0;
	visibility: hidden;
}
.topR .language {
	height: 33px;
	line-height: 35px;
	width: 76px;
	border-radius: 33px;
	border: 1px solid #e6e6e6;
	text-align: center;
	margin-right: 20px;
	margin-top: 18px;
}

.topR .language a {
	font-size: 14px;
	color: #666666;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.topR .language a:hover {
	color: #da011e;
}

.topR .language a.hover {
	color: #da011e;
}

.topR .platform {
	width: 45px;
	height: 45px;
	margin-top: 13px;
	text-align: center;
	margin-right: 20px;
}
.topR .platform:last-child{
	margin-right: 0;
}
.topR .platform a {
	display: block;
	width: 45px;
	height: 45px;
}

.topR .platform a img {
	width: 45px;
	height: 45px;
}

/* top end */

/*indexBanner start*/
.indexBanner {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
}

.indexBanner .bd {
	height: 100%;
}

.indexBanner .slick-list {
	height: 100%;
}

.indexBanner .slick-track {
	height: 100%;
}

.indexBanner .myslide {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.indexBanner .myslide a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 2s cubic-bezier(0.14, 0.32, 0.51, 0.65);
	-webkit-transition: all 2s cubic-bezier(0.14, 0.32, 0.51, 0.65);
	/* opacity: 0; */
}

.indexBanner .myslide.slick-active a {
	transform: scale(1);
	-webkit-transform: scale(1);
	/* opacity: 1; */
}

.indexBanner .slick-dots {
	position: absolute;
	bottom: 50px;
	width: 100%;
	text-align: center;
}

.indexBanner .slick-dots li {
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-radius: 14px;
	line-height: 9999px;
	text-align: center;
	background: transparent;
	display: inline-block;
	margin: 0 6px;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.indexBanner .slick-dots li.slick-active {
	width: 26px;
	background: #ffffff;
}

.indexBanner .prev {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.4) url(../images/indexPrev.png) no-repeat center center;
	position: absolute;
	left: 166px;
	top: 50%;
	margin-top: -30px;
	z-index: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.indexBanner .next {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.4) url(../images/indexNext.png) no-repeat center center;
	position: absolute;
	right: 166px;
	top: 50%;
	margin-top: -30px;
	z-index: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.indexBanner .prev:hover {
	background: #fff url(../images/indexPrevh.png) no-repeat center center;
}

.indexBanner .next:hover {
	background: #fff url(../images/indexNexth.png) no-repeat center center;
}

/*indexBanner end*/

/* footer start */
.bnrWave {
	position: absolute;
	top: -75px;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 3;
}

.bnrWave .wave1 {}

.bnrWave .wave1,
.bnrWave .wave2 {
	display: block;
	position: absolute;
	bottom: 0px;
	height: 60px;
	left: 0;
	width: 100%;
	background: url(../images/footerBg.png) repeat-x -600px -25px;
	z-index: 99;
}

.bnrWave .wave1 {
	background-position: 0 -300px;
	z-index: 2;
}

.footer {
	background: #ffffff;
	position: relative;
}

.footer1 {
	padding: 25px 0 15px;
}

.footer1Dl {
	overflow: hidden;
	margin-bottom: 5px;
}

.footer1Dl dd {
	float: left;
	display: inline;
	height: 40px;
	line-height: 40px;
}

.footer1Dl dd a {
	font-size: 14px;
	color: #666666;
	display: block;
	position: relative;
	margin-left: 68px;
}

.footer1Dl dd a:hover {
	color: #da011e;
}

.footer2 {
	border-top: 1px solid #f2f2f2;
}

.footer2L {
	margin-top: 50px;
}

.footer2L .footer2Con1 {
	margin-right: 174px;
}

.footer2L .footerLogo {
	margin-bottom: 36px;
}

.footer2L .footerLogo img {
	height: 50px;
}

.footerLink {
	position: relative;
	line-height: 44px;
	width: 368px;
	border: 1px solid #f0f0f0;
	border-radius: 5px;
}

.linkFormSel2 .seljg2 {
	padding-left: 25px;
	line-height: 44px;
	color: #b2b2b2;
	font-size: 15px;
	cursor: pointer;
}

.linkFormSel2 i {
	display: block;
	width: 44px;
	height: 44px;
	background: url(../images/linkimg.png) no-repeat center center;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}

.linkFormSel2 .selTj2 {
	width: 100%;
	overflow: hidden;
	border: 1px solid #f0f0f0;
	border-top: none;
	max-height: 80px;
	overflow-y: auto;
	position: absolute;
	left: -1px;
	top: 45px;
	display: none;
	z-index: 100000;
	background: #fff;
}

.linkFormSel2 .selTj2 a {
	display: block;
	height: 38px;
	line-height: 38px;
	padding-left: 25px;
	color: #b2b2b2;
	margin-bottom: 1px;
	font-size: 14px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.linkFormSel2 .selTj2 a:hover {
	background: #da011e;
	color: #FFF;
}

.linkFormSel2 .selTj2 a.hover {
	background: #da011e;
	color: #FFF;
}

.footerLink a {
	display: block;
}

.footer2Con .footerTel {
	margin-right: 62px;
}

.footer2Con .icon {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	overflow: hidden;
}

.footer2Con .title {
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	margin-bottom: 8px;
}

.footer2Con .info {
	width: 214px;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	font-family: "hanwen";
}

.footer2Con .footerTel .info img {
	height: 32px;
}

.footer2Con .footerTel .icon {
	background: #f2f2f2 url(../images/footerIcn1.png) no-repeat center center;
	background-size: auto 20px;
}

.footer2Con .footerAddress .icon {
	background: #f2f2f2 url(../images/footerIcn2.png) no-repeat center center;
	background-size: auto 20px;
}

.footer2R {
	overflow: hidden;
	margin-right: -20px;
	margin-top: 50px;
	padding-left: 60px;
	border-left: 1px solid #f7f7f7;
}

.footer2R dd {
	float: left;
	display: inline;
	margin-right: 20px;
	margin-bottom: 32px;
}

.footer2R dd .picBox {
	background: #f5f5f5;
	padding: 5px;
	width: 110px;
	border-radius: 2px;
	overflow: hidden;
}

.footer2R dd .pic:before {
	padding-top: 100%;
}

.footer2R dd .text {
	text-align: center;
	font-size: 14px;
	color: #999999;
	height: 32px;
	line-height: 32px;
	font-family: "hanwen";
}

.footer3 {
	font-size: 14px;
	color: #999999;
	height: 70px;
	line-height: 30px;
	border-top: 1px solid #f2f2f2;
	text-align: center;
}

.footer3Con {
	padding-top: 5px;
}

.footer3Con a {
	font-size: 14px;
	color: #999999;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.footer3Con span{
	cursor: pointer;
}

.footer3Con .footerGn {
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(../images/gnIcon.png) no-repeat center center;
	background-size: cover;
	vertical-align: middle;
	margin-right: 8px;
	position: relative;
	top: -2px;
}
.footer3Con span:hover {
	color: #da011e;
}

.footer3Con a:hover {
	color: #da011e;
}

.footerPic {
	background: url(../images/pic.gif) no-repeat center center;
	width: 50px;
	height: 12px;
	display: inline-block;
	margin-left: 15px;
	position: relative;
	top: 2px;
}
.certificateModel{
width:849px;
height:600px;
}
.certificateModel img{
display:block;
width:100%;
height:100%;
object-fit: contain;
}

/* footer end */

/*
********************************首页样式 start********************************
*/
/* 第2通栏 start */
.indexTitle {
	text-align: center;
	margin-bottom: 40px;
}

.indexTitle .title1 {
	font-size: 40px;
	color: #d9031f;
	height: 90px;
	line-height: 90px;
	position: relative;
}
.indexTitle .title1:before{
	width: 278px;
	height: 136px;
	display: none;
	content: '';
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -139px;
	background: url(../images/titlenBg.png) no-repeat center center;
	background-size: cover;
}
.indexTitle .title1:after{
	width: 248px;
	height: 8px;
	display: none;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -124px;
	background: url(../images/titleBd.png) no-repeat center center;
	background-size: cover;
}
.indexTitle .title2 {
	font-size: 30px;
	color: #e0e0e0;
	text-transform: uppercase;
	height: 42px;
	line-height: 42px;
	display: none;
}

.indexMore a {
	font-size: 15px;
	color: #999999;
	width: 138px;
	height: 43px;
	line-height: 46px;
	border-radius: 43px;
	display: block;
	overflow: hidden;
	border: 1px solid #f3e8ce;
	background: #fff;
	text-align: center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	font-family: "hanwen";
}

.indexMore a span {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	vertical-align: middle;
	margin-left: 20px;
	background: #da011e url(../images/indexNext.png) no-repeat center center;
	background-size: auto 11px;
	position: relative;
	top: -2px;
}

.indexMore a:hover {
	background: #f3e8ce;
}
.section2 {
	background: #ffffff;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.section2Line{
	position: absolute;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #f0f0f0;
	z-index: -1;
}
.section2 .wrap{
	padding-top: 70px;
}
.indexColumn1Scroll {
	position: relative;
	overflow: hidden;
}

.indexColumn1Scroll .con {
	overflow: hidden;
}
.column1Con .column1L {
	width: 420px;
	height: 248px;
	position: absolute;
	right: 10px;
	top: 60px;
	background-color: #ffffff;
	padding: 34px 50px 50px;
	overflow: hidden;
	box-shadow: 0 0 20px 1px rgba(0,0,0,0.04);
	-webkit-box-shadow: 0 0 20px 1px rgba(0,0,0,0.04);
	border-radius: 10px;
}
.column1Centre{
	width: 700px;
	height: 465px;
	overflow: hidden;
	position: relative;
	background-color: #f6f5f3;
	border-radius: 20px;
}
.column1Centre .picBig {
	width: 550px;
	height: 100%;
	margin: 0 auto;
}

.column1Centre .picBig .pic {
	overflow: hidden;
}
.column1Centre .picBig .pic img{
	object-fit: contain;
}
.column1Centre .picBig .pic:before {
	padding-top: 66%;
}
.column1Con .title {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	font-size: 26px;
	color: #333333;
	margin-bottom: 22px;
}

.column1Con .info {
	font-size: 15px;
	color: #999999;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
	margin-bottom: 45px;
	font-family: "hanwen";
}
.indexColumn1Btn .column1Prev {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	background: #f3e8ce url(../images/indexPrev2.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	z-index: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.indexColumn1Btn .column1Next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	background: #f3e8ce url(../images/indexNext2.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	z-index: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.indexColumn1Btn .column1Prev:hover {
	background: #da011e url(../images/indexPrev2h.png) no-repeat center center;
}

.indexColumn1Btn .column1Next:hover {
	background: #da011e url(../images/indexNext2h.png) no-repeat center center;
}
.column1ConL{
	width: 260px;
	margin-right: 40px;
}
.column1ConDl dd{
	margin-bottom: 5px;
}

.column1ConDl dd .ddTitle{
	display: inline-block;
	padding-right: 54px;
	padding-left: 20px;
	font-size: 16px;
	color: #999999;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	overflow: hidden;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	position: relative;
	z-index: 1;
}
.column1ConDl dd .ddTitle:before{
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	height: 100%;
	width: 0;
	background-color: #d9031f;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.column1ConDl dd .ddTitle span{
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 1px solid #999999;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	margin-right: 20px;
	border-radius: 50%;
}
.column1ConDl dd.hover .ddTitle{
	color: #ffffff;
}
.column1ConDl dd.hover .ddTitle:before{
	width: 100%;
}
.column1ConDl dd.hover .ddTitle span{
	border-color: #ffffff;
}
/* 第2通栏 end */

/* 第3通栏 start */
.section3 {
	background: #fff;
	background-size: cover;
}

.column2Con {
	overflow: hidden;
}

.column2Con .column2L {
	overflow: hidden;
	position: relative;
}

.column2Con .column2L .con {
	overflow: hidden;
}

.column2Con .column2L .pic {
	width: 650px;
	margin-right: 40px;
	border-radius: 30px;
	overflow: hidden;
}

.videoPic span{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3) url(../images/videoIco.png) no-repeat center center;
	cursor: pointer;
}

.column2Con .column2L .pic img {
	border-radius: 30px;
	overflow: hidden;
}

.column2Con .column2L .pic:before {
	padding-top: 66.61538%;
}

.column2Con .column2L .text {
	padding-top: 8px;
}

.column2Con .column2L .title {
	height: 88px;
	line-height: 88px;
	overflow: hidden;
	font-size: 26px;
	color: #333333;
	position: relative;
	margin-bottom: 20px;
}

.column2Con .column2L .title:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 3px;
	background: #f5e9ec;
}

.column2Con .column2L .info {
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	font-size: 14px;
	color: #999999;
	margin-bottom: 62px;
	font-family: "hanwen";
}

.column2Con .column2R {
	width: 94px;
	margin-left: 130px;
}

.column2Con .column2Tab .title {
	width: 64px;
	height: 94px;
	line-height: 22px;
	padding: 0 15px;
	font-size: 15px;
	color: #666666;
	margin-bottom: 20px;
	cursor: pointer;
	text-align: center;
	background: url(../images/column2TabBg.png) no-repeat center center;
	background-size: cover;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.column2Con .column2Tab .title.hover {
	background: url(../images/column2TabBgh.png) no-repeat center center;
	background-size: cover;
	color: #fff;
}

.section3Dl {
	padding-top: 45px;
	overflow: hidden;
}

.section3Dl dd {
	width: 134px;
	float: left;
	display: inline;
	margin-right: 50px;
	position: relative;
}

.section3Dl dd:before {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: 28px;
	width: 1px;
	height: 30px;
	background: #f7cdd2;
}

.section3Dl dd.lastDd {
	margin-right: 0;
}

.section3Dl dd.lastDd:before {
	display: none;
}

.section3Dl dd .divC .divT {
	height: 60px;
}

.section3Dl dd .divC .divT span {
	line-height: 60px;
	font-size: 40px;
	color: #da011e;
	font-family: "hy75";
}

.section3Dl dd .divC .divT i {
	font-size: 14px;
	color: #da011e;
	font-style: normal;
	font-family: "hanwen";
}

.section3Dl dd .divC .divT2 {
	font-size: 14px;
	color: #999999;
	font-family: "hanwen";
}

/* 第3通栏 end */

/* 第4通栏 start */
.section4 {
	background: #f5f5f5;
}

.column3Up {
	overflow: hidden;
	margin-bottom: 10px;
}

.column3UpR {
	width: 392px;
	margin-left: 10px;
}

.column3UpBox {
	overflow: hidden;
	background: #fff;
	height: 356px;
	padding: 50px 40px 0;
}

.column3UpL .pic {
	width: 460px;
	margin-left: 30px;
}

.column3UpL .pic:before {
	padding-top: 66.52174%;
}

.column3UpL .text {
	overflow: hidden;
}

.column3UpBox .dateBox {
	overflow: hidden;
	padding-bottom: 30px;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 24px;
}

.column3UpBox .date {
	text-align: center;
}

.column3UpBox .date .day {
	font-size: 42px;
	line-height: 46px;
	height: 46px;
	color: #cccccc;
	font-family: "hy75";
}

.column3UpBox .date .year {
	font-size: 14px;
	color: #cccccc;
	font-family: "hy75";
}

.column3UpBox .newsIcon {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
	border-radius: 5px;
	overflow: hidden;
	background: #da011e;
	display: none;
}

.column3UpBox .newsIcon.show {
	display: block;
}

.column3UpBox .title {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.column3UpBox .title a {
	font-size: 22px;
	color: #333333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.column3UpBox .info {
	height: 72px;
	line-height: 24px;
	overflow: hidden;
	font-size: 14px;
	color: #858585;
	margin-bottom: 40px;
	font-family: "hanwen";
}

.column3UpBox .more a {
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid #f3e9cf;
	background: url(../images/indexMoreIcn.png) no-repeat center center;
	background-size: auto 12px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.column3UpBox:hover .title a {
	color: #da011e;
}

.column3UpBox:hover .more a {
	border: 1px solid #da011e;
	background: #da011e url(../images/indexMoreIcnh.png) no-repeat center center;
	background-size: auto 12px;
}

.column3Con{
	overflow: hidden;
	margin-bottom: 40px;
}

.column3 .indexMore {
	text-align: center;
}

.column3 .indexMore a {
	margin: 0 auto;
}

.column3Down {
	margin-bottom: 30px;
}

.column3Dl {
	overflow: hidden;
	margin-right: -10px;
}

.column3Dl dd {
	width: 33.33333%;
	float: left;
	display: inline;
}

.column3Dl dd a {
	display: block;
	margin-right: 10px;
	background: #ffffff;
	height: 110px;
	padding-right: 40px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.column3Dl dd .date {
	float: left;
	display: inline;
	padding: 0 30px;
	margin-right: 30px;
	position: relative;
	text-align: center;
	margin-top: 22px;
	color: #cccccc;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.column3Dl dd .date .day {
	font-size: 42px;
	line-height: 48px;
	height: 48px;
	font-family: "hy75";
}

.column3Dl dd .date .year {
	font-size: 14px;
	font-family: "hy75";
}

.column3Dl dd .date:before {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: 10px;
	height: 50px;
	width: 1px;
	background: #f5f5f5;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.column3Dl dd .text {
	overflow: hidden;
	padding-top: 28px;
}

.column3Dl dd .text .info {
	height: 56px;
	line-height: 28px;
	font-size: 16px;
	color: #333333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.column3Dl dd a:hover {
	background: #da011e;
}

.column3Dl dd a:hover .date {
	color: #fff;
}

.column3Dl dd a:hover .text .info {
	color: #fff;
}

.column3Dl dd a:hover .date:before {
	background: rgba(0, 0, 0, 0.1);
}
.column3 .indexTitle {
    margin-bottom: 30px;
}
.column3 .wrap {
	padding-top: 45px;
	position: relative;
	z-index: 5;
}

.column3L{
	width: 52.7778%;
	margin-right: 20px;
}

.column3L .con{
	
}

.column3Scroll{
	position: relative;
}
.column3Scroll .bd{
	overflow: hidden;
}
.column3Scroll .pic::before{
	padding-top: 66.4474%;
}
.column3Scroll .slick-dots {
	position: absolute;
	width: 80px;
	height: 12px;
	bottom: 0;
	right: 20px;
	z-index: 6;
	text-align: center;
	padding: 34px 0;
}

.column3Scroll .slick-dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	line-height: 9999px;
	text-align: center;
	background-color: #ffffff;
	margin: 0 5px;
	cursor: pointer;
	border-radius: 50%;
	transition: all .3s;
	-webkit-transition: all .3s;
	position: relative;
}

.column3Scroll .slick-dots li.slick-active {
	background-color: #d9031f;
}

.focusText{
	position: absolute;
	width: 100%;
	height: 80px;
	background: rgba(0,0,0,0.5);
	bottom: 0;
	left: 0;
}
.focusText a{
	display: block;
	line-height: 80px;
	height:80px;
	overflow: hidden;
	padding: 0 10px 0 20px;
	margin-right: 80px;
	color: #ffffff;
	font-size: 22px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.column3R{
	overflow: hidden;
}
.column3RDl{
	overflow: hidden;
}
.column3RDl dd{
	margin-bottom: 20px;
}
.column3RDl dd:last-child{
	margin-bottom: 0px;
}
.column3RDl dd .ddCon{
	padding-right: 30px;
	background-color: #ffffff;
	height: 85px;
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	padding-top: 25px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.column3RDl dd .date{
	width: 114px;
	text-align: center;
	position: relative;
	color: #cccccc;
	margin-right: 30px;
	font-family: "hy75";
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.column3RDl dd .date:before{
	display: block;
	content: '';
	position: absolute;
	right: 0px;
	top: 50%;
	width: 1px;
	height: 50px;
	margin-top: -25px;
	background-color: #f5f5f5;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.column3RDl dd .date .day{
	height: 40px;
	line-height: 40px;
	font-size: 38px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.column3RDl dd .date .year{
	font-size: 14px;
	height: 20px;
	line-height: 20px;
}
.column3RDl dd .text{
	overflow: hidden;
}
.column3RDl dd .title{
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 4px;
}
.column3RDl dd .title a{
	font-size: 18px;
	color: #333333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.column3RDl dd .info{
	font-size: 14px;
	color: #999999;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.column3RDl dd .ddCon:hover {
	background: #da011e;
}

.column3RDl dd .ddCon:hover .date {
	color: #fff;
}

.column3RDl dd .ddCon:hover .title a {
	color: #fff;
}

.column3RDl dd .ddCon:hover .text .info {
	color: #fff;
}

.column3RDl dd .ddCon:hover .date:before {
	background: rgba(0, 0, 0, 0.1);
}
/* 第4通栏 end */

/*
-----------------------------首页样式end-----------------------------
*/
/*
-----------------------------频道页start-----------------------------
*/
.columnTitleBox .indexTitle{
	padding-top: 40px;
	margin-bottom: 0;
}
/*
-----------------------------频道页end-----------------------------
*/
/*内页框架开始*/
/*内页外结构开始*/
.subPage {
	background: #f5f5f5;
}

.subBanner {
	padding-top: 36.458333%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.subBannerTitle {
	position: absolute;
	width: 1200px;
	left: 50%;
	top: 42%;
	margin-left: -600px;
	text-align: center;
}

.subBannerTitle .title1 {
	font-size: 35px;
	color: #ffffff;
	height: 56px;
	line-height: 56px;
}

.subBannerTitle .title2 {
	font-size: 14px;
	color: #ffffff;
	height: 42px;
	line-height: 42px;
	text-transform: uppercase;
}

/*内页外结构结束*/
/*当前位置开始*/
.location {
	background: #fff;
	height: 70px;
	line-height: 70px;
}

.locationDl {
	text-align: center;
	overflow: hidden;
}

.locationDl dd {
	display: inline-block;
	margin: 0 24px;
	font-size: 0;
}

.locationDl dd a {
	display: block;
	font-size: 16px;
	color: #333333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	position: relative;
}

.locationDl dd a:before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #e3aa23;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.locationDl dd.hover a {
	color: #e3aa23;
}

.locationDl dd.hover a:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}

.locationDl dd:hover a {
	color: #e3aa23;
}

.locationDl dd:hover a:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}

/*当前位置结束*/
/*页码开始*/
.page {
	padding: 30px 0;
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	color: #666666;
	border-radius: 50%;
	background: #fff;
	margin: 0 3px;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background: #da011e;
	color: #fff;
}

.page a.hover {
	background: #da011e;
	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 {
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.firstPage div {
	background-image: url(../images/page/firstPage.png)
}

.page a.prevPage div {
	background-image: url(../images/page/prevPage.png)
}

.page a.nextPage div {
	background-image: url(../images/page/nextPage.png)
}

.page a.lastPage div {
	background-image: url(../images/page/lastPage.png)
}

.page a.firstPage:hover div {
	background-image: url(../images/page/firstPageh.png)
}

.page a.prevPage:hover div {
	background-image: url(../images/page/prevPageh.png)
}

.page a.nextPage:hover div {
	background-image: url(../images/page/nextPageh.png)
}

.page a.lastPage:hover div {
	background-image: url(../images/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/page/firstPage.png)
}

.page a.prevPage.disabled div {
	background-image: url(../images/page/prevPage.png)
}

.page a.nextPage.disabled div {
	background-image: url(../images/page/nextPage.png)
}

.page a.lastPage.disabled div {
	background-image: url(../images/page/lastPage.png)
}

/*页码结束*/
/*内页框架结束*/


/* 视频弹窗 */
.loadBg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 9998;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.loadBg.hover {
	opacity: 1;
	filter: alpha(opacity=1);
	visibility: visible;
}

.windowView {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #fff;
	visibility: hidden;
	-webkit-transform: translateY(100%) scale(.5, .5);
	-moz-transform: translateY(100%) scale(.5, .5);
	-ms-transform: translateY(100%) scale(.5, .5);
	transform: translateY(100%) scale(.5, .5);
	-moz-transition: all 1.6s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all 1.6s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 1.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.windowView.newsView {
	background: #f0f0f0;
}

.windowView.on {
	visibility: visible;
	-webkit-transform: translateY(0%) scale(.5, .5);
	-moz-transform: translateY(0%) scale(.5, .5);
	-ms-transform: translateY(0%) scale(.5, .5);
	transform: translateY(0%) scale(.5, .5);
	-moz-transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
}

.windowView.s {
	-moz-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transform: translateY(0%) scale(1, 1);
	-moz-transform: translateY(0%) scale(1, 1);
	-ms-transform: translateY(0%) scale(1, 1);
	transform: translateY(0%) scale(1, 1);
}
.viewClose {
	width: 31px;
	height: 31px;
	background: url(../images/close.svg) no-repeat 50% 50%;
	position: absolute;
	top: 50px;
	right: 50px;
	z-index: 99;
	cursor: pointer;
	-webkit-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.viewClose:hover {
	transform: rotate(90deg);
}
.contentView {
	height: 100%;
	overflow: hidden;
	background: #f5f5f5;
}

.banvideoBox{
	height: 100%;
}

#viewCon{
	height: 100%;
}

.banvideoBox video{
	position: absolute;
	left: 0;
	top: 0;
	object-fit: contain;
}