@charset "UTF-8";

/* CSS Document */
/*
-----------------------------首页样式start-----------------------------
*/
/*头部开始*/
.top {
	position: relative;
	width: 100%;
	height: 90px;
	background: #fff;
	z-index: 9;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.top1 {
	width: 93.75%;
	margin: 0 auto;
}

.topR {
	border-radius: 3px;
}

.topSearch {
	overflow: hidden;
}

.topBtn {
	width: 100px;
	height: 42px;
	background: #0193cf url(../images/search.png) center center no-repeat;
	border-radius: 0 3px 3px 0;
	overflow: hidden;
}

.topSearchBox {
	overflow: hidden;
	padding: 0 10px 0 45px;
	background: url(http://www.ynrhkg.com:52248/subsiteSrc/cnPc/images/search2.png) 15px center no-repeat;
}

.topSearchBox input {
	width: 100%;
	height: 42px;
	line-height: 42px;
	border: none;
	background: none;
	font-size: 16px;
	color: #333;
}

.topSearchBox input::-webkit-input-placeholder {
	color: #aaa;
	/* placeholder颜色  */
	font-size: 16px;
	/* placeholder字体大小  */
	text-align: left;
	/* placeholder位置  */
}

.topL {
	overflow: hidden;
}

.logo {
	padding: 17px 0;
}

.logo a img {
	display: block;
	height: 55px;
}

.logo a img.img2{ display: none;}

.topSwift {
	overflow: hidden;
}

.topSearch {
	padding-left: 18px;
	width: 30px;
	height: 90px;
	margin-left: 10px;
	position: relative;
}

.topSearch::before {
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 16px;
	left: 0;
	top: 50%;
	background: #F5F5F5;
	margin-top: -8px;
}

.topSearch a {
	display: block;
	height: 90px;
	background: url(../images/search.png) center right no-repeat;
}

.topOa {
	overflow: hidden;
	width: 84px;
	position: relative;
}

.topOa::before {
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 14px;
	left: 0;
	top: 50%;
	margin-top: -7px;
	background: #F5F5F5;
}

.topOa a {
	display: block;
	height: 80px;
	background: url(http://www.ynrhkg.com:52248/subsiteSrc/cnPc/images/OA.png) center center no-repeat;
}

/*头部结束*/
/*menu开始*/
/*menu开始*/

.menuDl {
	position: relative;
}

.menuDl:after {
	display: block;
	content: "";
	clear: both;
}

.menuDl dd {
	display: inline;
	float: left;
	position: relative;
	z-index: 3;
}

.menuDl dd span.ejSpan {
	display: block;
	position: relative;
}

.menuDl dd span a {
	display: block;
	height: 90px;
	overflow: hidden;
	line-height: 90px;
	color: #333;
	font-size: 15px;
	position: relative;
	padding: 0 22px;
	z-index: 5;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.menuDl dd span.ejSpan:before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 23px;
	left: 0;
	top: 25px;
	background: url(http://www.ynrhkg.com:52248/subsiteSrc/cnPc/images/topt.png) center center no-repeat;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	visibility: hidden;
	opacity: 0;
}

.menuDl dd span.ejSpan:after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 23px;
	left: 0;
	bottom: 25px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	visibility: hidden;
	opacity: 0;
	background: url(http://www.ynrhkg.com:52248/subsiteSrc/cnPc/images/topB.png) center center no-repeat;
}

.menuDl dd.hover span.ejSpan:before {
	top: 17px;
	visibility: visible;
	opacity: 1;
}

.menuDl dd.hover span.ejSpan:after {
	bottom: 17px;
	visibility: visible;
	opacity: 1;
}

.menuDl dd.hover span a {
	color: #fff;
	font-weight: bold;
}

.menuDl dd .div_a {
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 102px;
	left: 0;
	z-index: 99;
	background: #fff;
	display: none;
}

.menuDl dd .div_a a {
	display: block;
	height: 35px;
	overflow: hidden;
	text-align: center;
	line-height: 35px;
	text-align: center;
	color: #333333;
	font-size: 14px;
}

.menuDl dd .div_a a.hover {
	background: #fff
}

.menuDl dd .div_a a:hover {
	background: #fff
}

.subMenuDiv {
	display: none;
	width: 100%;
	position: absolute;
	/*left: 0px;*/
	top: 90px;
	/*opacity: 0;*/
	z-index: 1;
}

.menuDl dd.hover .subMenuDiv {
	z-index: 3;
}

.menuDl dt {
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 2;
	background: #003586;
}

.menuDl dt::before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/topMenuBg.png) center center no-repeat;
}

.subMenu_ul {
	width: 1000px;
	overflow: hidden;
	position: relative;
	z-index: 3;
}

.subMenuShadow {
	height: 100%;
	overflow: hidden;
	position: absolute;
	background: #003586;
	left: 50%;
	top: 0px;
	z-index: 1;
	width: 50000px;
	margin-left: -25000px;
}

.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: 14px;
	color: #bfbfbf;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.subMenu_ul li a:hover {
	color: #fff;
}

.half .subMenu_ul li a {
	font-size: 14px;
}

.subMenu_ul li a span {
	position: relative;
}

.subMenu_ul li:hover a span {
	/* font-weight: bold; */
	color: #fff;
}

.subMenu_ul li a span em {
	display: block;
	width: 2px;
	height: 10px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -5px;
	background: #d6000f;
}

.subMenuR {
	width: 50%;
	overflow: hidden;
	padding: 20px 0px;
}

.menuTop {
	height: 40px;
	line-height: 40px;
	display: block;
	overflow: hidden;
	font-size: 24px;
	color: #555;
	padding-left: 50px;
}

.subMenuCont {
	overflow: hidden;
	position: relative;
	margin-right: 15px;
}

.listBg {
	width: 0px;
	height: 0px;
	overflow: hidden;
	background: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
}

.subMenuTop {
	height: 40px;
	line-height: 40px;
	display: none;
	font-size: 16px;
	color: #888;
	overflow: hidden;
	padding: 15px 0px 10px 50px;
}

.menuBg {
	display: none;
	width: 100%;
	height: 50px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 100px;
	z-index: 1;
	background: rgba(0, 0, 0, 0.6);
}

.subMenuDiv.showMenu {
	-webkit-animation: showMenu 0.5s linear forwards;
	-o-animation: showMenu 0.5s linear forwards;
	animation: showMenu 0.5s linear forwards;
}

@keyframes showMenu {
	0% {
		opacity: 0.5
	}

	100% {
		opacity: 1
	}
}

.subMenuDiv.hideMenu {
	-webkit-animation: hideMenu 0.5s linear forwards;
	-o-animation: hideMenu 0.5s linear forwards;
	animation: hideMenu 0.5s linear forwards;
}

@keyframes hideMenu {
	0% {
		opacity: 0.2
	}

	100% {
		opacity: 0
	}
}

.topHide {
	position: relative;
	width: 100%;
	height: 90px;
}

/*menu结束*/
/*indexBanner开始*/
.indexBanner {
	overflow: hidden;
	height: 760x;
	width: 100%;
	position: relative;
}

.indexBanner .myslide {
	position: relative;
	height: 760px;
	overflow: hidden;
}

.indexBanner .myslide a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.colBgBoxw {
	position: absolute !important;
	width: 102%;
	height: 102%;
	left: -1% !important;
	top: -1% !important;
}

.colBg {
	width: 100%;
	height: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.indexBanner .slick-dots {
	position: absolute;
	bottom: 60px;
	width: 100%;
	text-align: center;
}

.indexBanner .slick-dots li {
	width: 45px;
	height: 6px;
	line-height: 9999px;
	text-align: center;
	background: rgba(0, 53, 134, 0.4);
	color: #ffffff;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
	border-radius: 0;
	position: relative;
}

.indexBanner .slick-dots li::after {
	display: block;
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 53, 134, 1);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	z-index: 2;
}

.indexBanner .slick-dots li.slick-active::after {
	width: 100%;
}

.indexBanner .text {
	position: absolute;
	width: 571px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

}

.indexBanner .textC1 {
	position: relative;
	height: 243px;
}

.indexBanner .textC1 img {
	display: block;
	margin: 0 auto;
}

.indexBanner .prev {
	position: absolute;
	width: 55px;
	height: 50px;
	border: 4px solid rgba(0, 0, 0, 0.1);
	z-index: 1;
	left: 5.2083%;
	top: 50%;
	margin-top: -30px;
	background: url(../images/indexLeft.png) center center no-repeat;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	cursor: pointer;
}

.indexBanner .next {
	position: absolute;
	width: 55px;
	height: 50px;
	border: 4px solid rgba(0, 0, 0, 0.1);
	z-index: 1;
	right: 5.2083%;
	top: 50%;
	margin-top: -30px;
	background: url(../images/indexRight.png) center center no-repeat;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	cursor: pointer;
}

.indexBanner .prev:hover,
.indexBanner .next:hover {
	border-color: #0a3c7e;
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.08);
}

.indexBanner .prev:hover {
	background: url(../images/indexLeft_h.png) center center no-repeat;
}

.indexBanner .next:hover {
	background: url(../images/indexRight_h.png) center center no-repeat;
}

/*indexBanner结束*/
/*第一通栏start*/
.column1 {
	position: relative;
	padding: 110px 0 173px;
	background: #FFFFFF;
}

/* .column1C {
	overflow: hidden;
}
 */
.column1R {
	width: 63.611%;
	padding: 67px 70px 67px 0;
	position: relative;
	box-sizing: border-box;
}

.column1R::before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	background: url(../images/line.jpg) top right no-repeat;
	background-size: contain;
}

.column1RPic {
	width: 76.4192%;
}

.column1RPic .pic::before {
	padding-top: 66.6667%;
}

.column1Video {
	position: absolute;
	width: 300px;
	left: 0;
	bottom: 0;
	box-shadow: -1px 2px 15px 5px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	cursor: pointer;
}

.column1Shade {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 53, 134, 0.7) url(../images/play.png) center center no-repeat;
}

.indexTitle .title {
	height: 58px;
	line-height: 58px;
	font-size: 40px;
	color: #333;
}

.indexTitle .title1 {
	padding-left: 20px;
	position: relative;
	line-height: 42px;
	font-size: 30px;
	color: #ebebeb;
	text-transform: uppercase;
}

.column1 .indexTitle .title1 {
	color: #F5F5F5;
}

.indexTitle .title1::before {
	display: block;
	content: "";
	position: absolute;
	width: 34px;
	height: 14px;
	left: 0;
	top: 50%;
	margin-top: -7px;
	background: #e8ce3d;
}

.column1L {
	overflow: hidden;
}

.column1Text {
	padding-top: 44px;
}

.column1Text .title {
	height: 50px;
	line-height: 50px;
	font-size: 32px;
	color: #003586;
	overflow: hidden;
	margin-bottom: 30px;
}

.column1Text .text {
	height: 192px;
	line-height: 32px;
	overflow: hidden;
	font-size: 14px;
	color: #999;
	margin-bottom: 17px;
}

.indexMore a {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	padding-right: 55px;
	background: url(../images/more.png) right center no-repeat;
	font-size: 14px;
	color: #999;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.indexMore a:hover {
	color: #003586;
	padding-right: 60px;
	background: url(../images/more_H.png) right center no-repeat;
}

/*第一通栏end*/
/*第二通栏start*/
.column2 {
	position: relative;
	padding-bottom: 80px;
}

.indexTitleL {
	overflow: hidden;
}

.indexTitleR {
	margin-top: 75px;
}

.indexTitleR a {
	display: block;
	padding-right: 60px;
	height: 38px;
	line-height: 38px;
	background: url(../images/more.png) right center no-repeat;
	font-size: 14px;
	color: #999;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.indexTitleR a:hover {
	padding-right: 68px;
	color: #003586;
	background: url(../images/more_H.png) right center no-repeat;
}

.column2C {
	overflow: hidden;
	padding-top: 90px;
}

.column2Swiper {
	position: relative;
}

.column2Box {
	margin-left: 12.5%;
	overflow: hidden;
	position: relative;
}

.column2Swiper {
	width: 85.7143%;
}

.column2Swiper .bd {
	margin: 0 -15px;
	padding: 40px 0;
}

.column2Swiper .con {
	margin: 0 15px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.column2Swiper .picBox {
	position: relative;
	overflow: hidden;
}

.column2Swiper .picBox .pic::before {
	padding-top: 66.6154%;
}

.column2Swiper .picShade {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	text-align: center;
}

.column2Swiper .picShade::before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 1);
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
}

.column2Swiper .picShade .text {
	display: inline-block;
	position: relative;
	z-index: 2;
}

.column2Swiper .picShade .text::before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.5);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transform: translateY(-100px);
	-webkit-transform: translateY(-100px);
	opacity: 0;
	visibility: hidden;
}

.column2Swiper .picShade .text::after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.5);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	opacity: 0;
	visibility: hidden;
}

.column2Swiper .picShade .text a {
	display: block;
	font-size: 18px;
	color: #fff;
	position: relative;
	height: 50px;
	line-height: 50px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transform: scale(.5);
	-webkit-transform: scale(.5);
	opacity: 0;
	visibility: hidden;
}

.column2Swiper .textc a {
	display: block;
	height: 84px;
	line-height: 84px;
	text-align: center;
	font-size: 26px;
	color: #333;
}

.column2Swiper .con:hover .picShade::before {
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
	visibility: visible;
	background: rgba(0, 0, 0, 0.6);
}

.column2Swiper .con:hover .text::before {
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	opacity: 1;
	visibility: visible;
}

.column2Swiper .con:hover .text::after {
	transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	opacity: 1;
	visibility: visible;
}

.column2Swiper .con:hover .text a {
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.column2Swiper .con:hover {
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}

.column2Swiper .con:hover .textc a {
	color: #003586;
}

.column2Box::before {
	display: block;
	content: "";
	position: absolute;
	z-index: 3;
	width: 14.2857%;
	bottom: 40px;
	top: 40px;
	right: 0;
	background: url(../images/shadeBg.png) right center no-repeat;
	background-size: auto 110%;
}

.column2Btn {
	position: absolute;
	width: 1440px;
	left: 50%;
	margin-left: -720px;
	top: 50%;
	bottom: 120px;
}

.column2Btn .column2Prev {
	position: absolute;
	width: 55px;
	height: 50px;
	left: -85px;
	top: 0;
	/* margin-top: -25px; */
	background: #FFFFFF url(../images/indexLeft.png) center center no-repeat;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.08);
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	outline: none;
}

.column2Btn .column2Next {
	position: absolute;
	width: 55px;
	height: 50px;
	right: -85px;
	top: 0;
	/* margin-top: -25px; */
	background: #FFFFFF url(../images/indexRight.png) center center no-repeat;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.08);
	cursor: pointer;
	z-index: 5;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	outline: none;
}

.column2Btn .column2Next:hover {
	background: rgba(0, 53, 154, 0.8) url(../images/indexRight_h1.png) center center no-repeat;
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

.column2Btn .column2Prev:hover {
	background: rgba(0, 53, 154, 0.8) url(../images/indexLeft_h1.png) center center no-repeat;
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

/*第二通栏end*/
/*
*第三通栏start fpx 2018
*/
.column3 {
	position: relative;
	background: #FFFFFF;
}

.column3C {
	padding: 90px 0;
}

.column3Cbox {
	position: relative;
	background: #fff;
	padding: 40px;
	box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}

.column3Swiper {
	position: relative;
	overflow: hidden;
}

.column3Swiper .swiper-slide {
	transition: 300ms;
}

.column3Swiper .con {
	box-sizing: border-box;
	overflow: hidden;
	/* display: flex; */
	align-items: center;
}

.column3Swiper .pic {
	width: 42.6471%;
	overflow: hidden;
	margin-right: 50px;
}

.column3Swiper .pic::before {
	padding-top: 66.3793%;
}

.column3Swiper .text {
	overflow: hidden;
}

.column3Swiper .text .textTop {
	height: 68px;
	overflow: hidden;
	padding-bottom: 22px;
	border-bottom: 1px solid #f5f5f5;
}

.column3Swiper .text .textTop .titleBox {
	width: 91px;
	height: 68px;
}

.column3Swiper .text .textTop .date {
	height: 38px;
	line-height: 38px;
	font-size: 30px;
	font-weight: bold;
	color: #003586;
}

.column3Swiper .text .textTop .year {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
	color: #003586;
}

.column3Swiper .title {
	overflow: hidden;
	position: relative;
	padding-left: 30px;
}

.column3Swiper .title::before {
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 46px;
	left: 0;
	top: 50%;
	margin-top: -23px;
	background: rgba(0, 0, 0, 0.05);
}

.column3Swiper .title a {
	height: 68px;
	line-height: 68px;
	position: relative;
	font-size: 26px;
	color: #003586;
	overflow: hidden;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.column3Swiper .textCon {
	padding-top: 32px;
	height: 120px;
	line-height: 30px;
	position: relative;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	margin-bottom: 90px;
}

.column3Swiper .title:hover a {
	font-weight: bold;
}

.column3Swiper .more a {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #999;
	padding-right: 56px;
	background: url(../images/more.png) right center no-repeat;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.column3Swiper .more a:hover {
	color: #003586;
	background: url(../images/more_H.png) right center no-repeat;
	padding-right: 65px;
}

.column3Swiper .swiper-pagination {
	position: absolute;
	height: 60px;
	right: 0;
	bottom: 0;
	line-height: 50px;
	text-align: right;
}

.column3Swiper .swiper-pagination span {
	display: inline-block;
	width: 60px;
	height: 60px;
	position: relative;
	font-size: 16px;
	margin: 0 0px !important;
	background: none;
	opacity: 1;
	font-weight: bold;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-align: center;
	color: #E5E5E5;
	background: #FFFFFF;
	border-radius: 0;
	line-height: 60px;
}

.column3Swiper .swiper-pagination span.swiper-pagination-bullet-active {
	color: #003586;
	font-size: 24px;
	font-style: italic;
}

.column3Swiper .swiper-pagination span.swiper-pagination-bullet-active::before {
	display: block;
	content: '';
	position: absolute;
	width: 6px;
	height: 10px;
	left: 29px;
	top: 3px;
	background: url(../images/topLine.png) top center no-repeat;
}

.column3Swiper .swiper-pagination span.swiper-pagination-bullet-active::after {
	display: block;
	content: '';
	position: absolute;
	width: 6px;
	height: 10px;
	left: 20px;
	bottom: 0;
	background: url(../images/bottomLine.png) top center no-repeat;
}

.column3Dl {
	margin: 0 -10px;
}

.column3Dl dd {
	float: left;
	display: inline;
	width: 50%;
	padding: 10px 0;
}

.column3Dl dd .con {
	margin: 0 10px;
	padding: 32px 10px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	overflow: hidden;
}

.column3Dl dd .con:hover {
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: -1px 1px 16px rgba(0, 0, 0, 0.1);
}

.column3Dl dd .con .timeBox {
	float: left;
	display: inline;
	width: 120px;
	height: 68px;
}

.column3Dl dd .con .date {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 30px;
	color: #999;
	font-weight: bold;
}

.column3Dl dd .con .year {
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	color: #999;
	font-weight: bold;
}

.column3Dl dd .con .text {
	overflow: hidden;
	padding-left: 30px;
	position: relative;
}

.column3Dl dd .con .text::before {
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 46px;
	left: 0;
	top: 50%;
	margin-top: -23px;
	background: #F5F5F5;
}

.column3Dl dd .con .title {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.column3Dl dd .con .title a {
	font-size: 18px;
	color: #333;
}

.column3Dl dd .con .textc {
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	font-size: 14px;
	color: #999;
}

.column3Dl dd .con:hover .title a {
	color: #003586;
}

/*第三通栏end*/

/* 友情链接 start */
.linkBox {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	padding: 30px 0;
	overflow: hidden;
}

.linkR a:hover {
	color: #FFFFFF;
}

.linkL a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding-right: 70px;
	background: url(../images/sao.png) right center no-repeat;
	font-size: 16px;
	color: #999;
}

/* 友情链接 end */

/*底部开始*/
.linkForm .form-form-formBox {
	margin-left: 0;
}

.w_420 {
	width: 420px;
}

.linkForm .form_cssSelect {
	width: 420px;
}

.linkForm .form_cssSelect .form_selectBox {
	border: none;
	background: #2d2d2d;
	border-radius: 5px;
}

.linkForm .form_cssSelect .form_selectLt {
	min-height: 60px;
	min-width: 60px;
	line-height: 60px;
	padding: 0 40px 0 24px;
}

.linkForm .form_cssSelect .form_selectRt {
	width: 50px;
}

.linkForm .form_cssSelect .form_selectRt:before {
	right: 20px;
	border-top-color: #808080;
}

.footer {
	background: #313131;
}

.footerBody {
	padding-top: 44px;
}

.footerBodyR {
	position: relative;
}

.footerEwmDl {
	overflow: hidden;
	padding-left: 20px;
}

.footerEwmDl dd {
	float: left;
	display: inline;
	width: 120px;
	margin-left: 20px;
}

.footerEwmDl dd .con {
	width: 110px;
	padding: 5px;
	background: #FFFFFF;
	border-radius: 4px;
	overflow: hidden;
}

.footerEwmDl dd img {
	display: block;
	width: 110px;
	height: 110px;
}

.footerEwmDl dd span {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #999;
	text-align: center;
}

.footerwayDl {
	overflow: hidden;
}

.footerwayDl dd {
	float: left;
	display: inline;
}

.footerwayDl dd .con {
	overflow: hidden;
	margin-right: 65px;
}

.footerwayDl dd .title {
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #808080;
	padding-left: 40px;
}

.footerwayDl dd.dd1 .title {
	background: url(../images/footerIcon1.png) left center no-repeat;
}

.footerwayDl dd.dd2 .title {
	background: url(../images/footerIcon2.png) left center no-repeat;
}

.footerwayDl dd .text {
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	color: #999;
}

.footerwayDl dd.dd1 .text {
	font-size: 26px;
}

.footerBody1 {
	background: rgba(28, 28, 28, 0.2);
	height: 60px;
}

.footerBottom {
	text-align: center;
}

.footerBottomT {
	overflow: hidden;
	display: inline-block;
	line-height: 60px;
}

.footerBottomT span {
	float: left;
	display: inline;
	font-size: 14px;
	color: #666;
	margin-right: 20px;
}

.footerBottomT span.span1 {
	padding-left: 28px;
	background: url(../images/iconJ.png) left center no-repeat;
}

.footerBottomT span a {
	color: #666;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.footerBottomT span a:hover {
	color: #fff;
}

.footerBottomB {
	line-height: 60px;
	color: #666;
	font-size: 14px;
}

.footerBottomB a {
	color: #666;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.footerBottomB a:hover {
	color: rgba(255, 255, 255, 1);
}

.footerBodyL {
	margin-right: 100px;
}

.footerLogo {
	overflow: hidden;
}

.footerLogo a img {
	width: 283px;
	display: block;
	height: 50px;
}

.footerShare {
	overflow: hidden;
}

.footerShare .title {
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #999;
	margin-right: 30px;
}

.footerShare .text {
	overflow: hidden;
}

.footerShare .bshare-custom a {
	float: left;
	display: inline;
	margin: 0;
	width: 30px;
	height: 30px;
	padding: 0;
}

.footerShare .bshare-custom a.bshare-qqim {
	background: url(http://www.ynrhkg.com:52248/subsiteSrc/cnPc/images/share.png) left center no-repeat;
}

.footerShare .bshare-custom a.bshare-weixin {
	background: url(http://www.ynrhkg.com:52248/subsiteSrc/cnPc/images/share.png) center center no-repeat;
}

.footerShare .bshare-custom a.bshare-sinaminiblog {
	background: url(http://www.ynrhkg.com:52248/subsiteSrc/cnPc/images/share.png) right center no-repeat;
}

.footerBodyC {
	overflow: hidden;
}

.footerBody_dl {
	overflow: hidden;
}

.footerBody_dl dd {
	float: left;
	display: inline;
	margin-right: 50px;
}

.footerBody_dl dd .icon {
	width: 56px;
	height: 56px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 56px;
}

.footerBody_dl dd span {
	display: block;
	height: 56px;
	background-repeat: no-repeat;
	background-position: center center;
}

.footerBody_dl dd .title {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #666;
	margin-bottom: 5px;
}

.footerBody_dl dd .text span {
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #B2B2B2;
}

.footerBody_dl dd .text img {
	display: block;
	height: 32px;
}

/*底部结束*/
/*
-----------------------------首页样式end-----------------------------
*/
/*
-----------------------------频道页start-----------------------------
*/
/*
-----------------------------频道页end-----------------------------
*/
/*内页框架开始*/
/*内页外结构开始*/

/*内页外结构结束*/

/* subBanner start */
/*subBanner开始*/
.subBanner {
	position: relative;
	width: 100%;
	height: 650px;
	overflow: hidden;
}

.subText1 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	z-index: 3;
}

.subIcon {
	width: 80px;
	height: 80px;
	margin: 0 auto;
}

.subIcon span {
	display: block;
	width: 80px;
	height: 80px;
	background-position: center center;
	background-repeat: no-repeat;
}

.subTextTitle {
	height: 84px;
	line-height: 84px;
	font-size: 40px;
	color: #fff;
	text-align: center;
}

/*subBanner结束*/

/* subBanner end */
/*当前位置开始*/
.locationBox {
	height: 41px;
	background: #fff;
	text-align: center;
	position: relative;
}

.locationRight {
	position: relative;
	width: 100%;
	top: -40px;
	background: #FFFFFF;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.locationMenu {
	overflow: hidden;
}

.locationMenu dd {
	float: left;
	display: inline;
	position: relative;
}

.locationMenu dd::before {
	display: block;
	content: "";
	position: absolute;
	width: 2px;
	height: 20px;
	right: -1px;
	top: 50%;
	margin-top: -10px;
	background: #F0F0F0;
}

.locationMenu dd:last-child::before {
	display: none;
}

.locationMenu dd a {
	display: block;
	line-height: 80px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	overflow: hidden;
	font-size: 15px;
	color: #333;
}

.locationMenu dd:hover a {
	color: #0c427a;
}

.locationMenu dd.hover a {
	color: #0c427a;
}

.locationRight .menuIcon::before {
	display: block;
	content: "";
	position: absolute;
	width: 26px;
	height: 4px;
	left: 50%;
	margin-left: -13px;
	background: #003586;
	bottom: 0;
}

.minH600 {
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

/*当前位置结束*/

/* 三级栏目 start */
.threeBox {
	text-align: center;
}

.threeMenu {
	display: inline-block;
}

.threeMenu dd {
	float: left;
	display: inline;
	margin: 0 15px;
}

.threeMenu dd a {
	display: block;
	padding: 0 44px;
	position: relative;
	border: 4px solid #F5F5F5;
	height: 42px;
	line-height: 42px;
	border-radius: 42px;
	font-size: 14px;
	color: #666;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.threeMenu dd a:hover {
	border-color: #e8ce3d;
}

.threeMenu dd.hover a {
	border-color: #e8ce3d;
}

/* 三级栏目 end */

/*页码开始*/
.page {
	padding: 30px 0;
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	width: 40px;
	height: 40px;
	color: #999999;
	border-radius: 3px;
	background: #fff;
	margin: 0 3px;
	/* 	border: 1px solid #E2E2E2; */
	border-radius: 100%;
	line-height: 40px;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background: #0c427a;
	color: #fff;
	border-color: #0c427a;
}

.page a.hover {
	background: #0c427a;
	color: #fff;
	border-color: #0c427a;
}

.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: 40px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.firstPage div {
	background-image: url(../images/page/firstPage.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.prevPage div {
	background-image: url(../images/page/prevPage.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.nextPage div {
	background-image: url(../images/page/nextPage.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.lastPage div {
	background-image: url(../images/page/lastPage.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.firstPage:hover div {
	background-image: url(../images/page/firstPageh.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.prevPage:hover div {
	background-image: url(../images/page/prevPageh.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.nextPage:hover div {
	background-image: url(../images/page/nextPageh.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.lastPage:hover div {
	background-image: url(../images/page/lastPageh.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.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);
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.prevPage.disabled div {
	background-image: url(../images/page/prevPage.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.nextPage.disabled div {
	background-image: url(../images/page/nextPage.png) background-position: center center;
	background-repeat: no-repeat;
}

.page a.lastPage.disabled div {
	background-image: url(../images/page/lastPage.png) background-position: center center;
	background-repeat: no-repeat;
}

/*页码结束*/
/*内页框架结束*/


/* 公司概况 start */
.aboutColumn1 {
	height: 820px;
	background: #F5F5F5;
	background: url(../images/js.png) bottom right no-repeat;
	background-size: auto 631px;
}

.aboutColumn1 .aboutTitle {
	padding-top: 57px;
}

.aboutTitle .title {
	height: 77px;
	line-height: 77px;
	text-align: center;
	position: relative;
	font-size: 30px;
	color: #333;
}

.aboutTitle .title::before {
	display: block;
	content: "";
	position: absolute;
	width: 22px;
	height: 4px;
	left: 50%;
	margin-left: -11px;
	bottom: 0;
	background: #e8ce3d;
}

.aboutTitle .title1 {
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 20px;
	color: #E5E5E5;
	text-transform: uppercase;
}

.aboutColumn1C {
	overflow: hidden;
}

.aboutColumn1R {
	width: 51.0417%;
	height: 630px;
	position: relative;
}

.aboutColumn1Pic a {
	position: absolute;
	width: 140px;
	height: 140px;
	top: 163px;
	left: 110px;
	background: url(../images/play2.png) center center no-repeat;
}

.aboutColumn1L {
	padding-top: 57px;
	overflow: hidden;
}

.aboutColumn1L .title {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	font-size: 26px;
	color: #333;
	margin-bottom: 24px;
}

.aboutColumn1L .text {
	height: 420px;
	overflow: hidden;
	overflow-y: auto;
	padding-left: 10px;
}

.aboutColumn1L .text .textc {
	line-height: 30px;
	font-size: 15px;
	color: #999;
}

.aboutColumn2 {
	padding-bottom: 140px;
	padding-top: 68px;
}

.aboutColumn2C {
	overflow: hidden;
	padding-top: 10px;
}

.aboutColumn2CR {
	width: 38.8889%;
}

.aboutColumn2CR {
	padding-top: 70px;
	position: relative;
}

.aboutColumn2Swiper {
	overflow: hidden;
}

.aboutColumn2_dl {
	overflow: hidden;
	margin: 0 -20px;
}

.aboutColumn2_dl dd {
	float: left;
	display: inline;
	width: 33.333%;
	padding: 20px 0;
}

.aboutColumn2_dl dd .con {
	margin: 0 20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.aboutColumn2_dl dd .con .picBox {
	position: relative;
	padding-top: 135%;
	background: #4d75b1;
}

.aboutColumn2_dl dd .con .pic {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.aboutColumn2_dl dd .con .pic::before {
	display: none;
}

.aboutColumn2_dl dd .con .pic img {
	position: absolute;
	object-fit: contain;
	object-position: bottom center;
}

.aboutColumn2_dl dd .con .text {
	position: absolute;
	width: 100%;
	height: 58px;
	bottom: 0;
	left: 0;
	background: url(../images/textShade.png) bottom center no-repeat;
}

.aboutColumn2_dl dd .con .text .name {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 15px;
	color: #FFFFFF;
}

.aboutColumn2_dl dd .con .text .branch,
.aboutColumn2_dl dd .con .text .duty,
.aboutColumn2_dl dd .con .text .itro {
	display: none;
}

.aboutColumn2Btn {
	position: absolute;
	height: 80px;
	right: 0;
	top: 10px;
}

.aboutColumn2Btn .aboutColumn2Prev {
	position: absolute;
	width: 55px;
	height: 50px;
	right: 75px;
	top: 0;
	/* margin-top: -25px; */
	background: #FFFFFF url(../images/indexLeft.png) center center no-repeat;
	box-shadow: 0 3px 16px rgba(0, 0, 0, 0.08);
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.aboutColumn2Btn .aboutColumn2Next {
	position: absolute;
	width: 55px;
	height: 50px;
	right: 0px;
	top: 0;
	/* margin-top: -25px; */
	background: #FFFFFF url(../images/indexRight.png) center center no-repeat;
	box-shadow: 0 3px 16px rgba(0, 0, 0, 0.08);
	cursor: pointer;
	z-index: 5;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.aboutColumn2Btn .aboutColumn2Next:hover {
	background: rgba(0, 53, 154, 0.8) url(../images/indexRight_h1.png) center center no-repeat;
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}

.aboutColumn2Btn .aboutColumn2Prev:hover {
	background: rgba(0, 53, 154, 0.8) url(../images/indexLeft_h1.png) center center no-repeat;
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}

.aboutColumn2CL {
	overflow: hidden;
}

.leaderBox {
	overflow: hidden;
}

.leaderPic {
	width: 340px;
	height: 535px;
	position: relative;
	margin-right: 60px;
}

.leaderPic::after {
	display: block;
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	border: 4px solid #e8ce3d;
	background: #F5F5F5;
	border-radius: 100%;
	bottom: -15px;
	left: 50%;
	margin-left: -15px;
}

.leaderPic .pic {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.leaderPic .pic::before {
	display: block;
	padding-top: 0;
}

.leaderTxet {
	overflow: hidden;
	height: 530px;
}

.leaderName {
	height: 100px;
	line-height: 100px;
	font-size: 30px;
	color: #333;
	margin-bottom: 30px;
}

.leaderBranch,
.leaderDuty {
	overflow: hidden;
	padding: 12px 0;
}

.leaderBranch .title,
.leaderDuty .title {
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	color: #333;
}

.leaderBranch .text,
.leaderDuty .text {
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	color: #333;
}

.leaderInfor {
	padding-top: 40px;
	border-top: 1px solid #f5f5f5;
	overflow: hidden;
}

.leaderInfor .title {
	height: 40px;
	line-height: 40px;
	font-size: 26px;
	color: #333;
}

.leaderInfor .text {
	overflow: hidden;
	padding-left: 45px;
	line-height: 40px;
	font-size: 15px;
	color: #666;
}

.aboutColumn3 {
	position: relative;
	height: 930px;
}

.aboutColumn3 .aboutTitle {
	padding-top: 57px;
}

.aboutColumn3 .aboutTitle .title {
	color: #FFFFFF;
}

.aboutColumn3 .aboutTitle .title1 {
	opacity: .2;
}

.aboutColumn3Swiper {
	overflow: hidden;
	position: relative;
}

.aboutColumn3Swiper .con {
	position: relative;
	padding-top: 43.75%;
	padding-bottom: 50px;
}

.aboutColumn3Swiper .con .conImg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: top center;
	background-repeat: no-repeat;
}

.aboutColumn3Swiper .aboutColumn3Dot {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 12px;
	z-index: 5;
}

.aboutColumn3Swiper .aboutColumn3Dot span {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	border: 2px solid #FFFFFF;
	opacity: 1;
	background: transparent;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.aboutColumn3Swiper .aboutColumn3Dot span.swiper-pagination-bullet-active {
	background: #e8ce3d;
}

.gallery-thumbs {
	margin: 0 -3px;
}

.gallery-thumbs .con {
	margin: 0 3px;
	height: 90px;
	line-height: 90px;
	background: #f2edd1;
	text-align: center;
	font-size: 26px;
	color: #333;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	cursor: pointer;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .con {
	background: #003586;
	color: #FFFFFF;
}

.gallery-top {
	position: relative;
}

.gallery-top .con {
	overflow: hidden;
}

.gallery-top .con .picBox {
	width: 615px;
	padding-right: 60px;
	padding-bottom: 60px;
	position: relative;
	margin-right: 60px;
}

.gallery-top .con .picBox::before {
	display: block;
	content: "";
	position: absolute;
	left: 60px;
	right: 0;
	top: 60px;
	bottom: 0;
	background: url(../images/dian.png) right center no-repeat;
}

.gallery-top .con .pic::before {
	padding-top: 66.3636%;
}

.gallery-top .con .text {
	overflow: hidden;
	padding-top: 15px;
}

.gallery-top .con .text .title {
	height: 64px;
	line-height: 64px;
	font-size: 30px;
	color: #333;
	font-weight: bold;
}

.gallery-top .con .text .textC {
	height: 266px;
	padding-right: 10px;
	overflow: hidden;
	overflow-y: auto;
}

.gallery-top .con .text .textC .textC1 {
	line-height: 38px;
	font-size: 16px;
	color: #666;
}

.gallery-topNext {
	position: absolute;
	width: 55px;
	height: 50px;
	right: 0;
	bottom: 60px;
	/* margin-top: -25px; */
	background: #FFFFFF url(../images/indexRight.png) center center no-repeat;
	box-shadow: 0 3px 16px rgb(0 0 0 / 8%);
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	z-index: 5;
}

.gallery-topPrev {
	position: absolute;
	width: 55px;
	height: 50px;
	right: 75px;
	bottom: 60px;
	/* margin-top: -25px; */
	background: #FFFFFF url(../images/indexLeft.png) center center no-repeat;
	box-shadow: 0 3px 16px rgb(0 0 0 / 8%);
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	z-index: 5;
}

.gallery-topNext:hover {
	background: rgba(0, 53, 154, 0.8) url(../images/indexRight_h1.png) center center no-repeat;
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}

.gallery-topPrev:hover {
	background: rgba(0, 53, 154, 0.8) url(../images/indexLeft_h1.png) center center no-repeat;
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}

.aboutColumn4 {
	padding-bottom: 120px;
}

/* 公司概况 end */

/* 顶部的搜索 start */
.footSearchBox {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
	display: none;
}

.footSearchBox .wrap {
	position: relative;
	top: 50%;
	margin-top: -25px;
}

.searchCont {
	overflow: hidden;
	width: 600px;
	margin: 0px auto;
	position: relative;
}

.search_dl {
	position: absolute;
	left: 0px;
	top: 0px;
}

.search_dl dd {
	float: left;
	display: inline;
	overflow: hidden;
}

.search_dl dd a {
	display: block;
	overflow: hidden;
	width: 100px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	text-align: center;
	font-size: 14px;
	color: #666;
}

.search_dl dd.hover a {
	background: #2950a0;
	color: #fff;
}

.searchInpDiv {
	display: block;
	overflow: hidden;
	padding: 0px 10px;
	border: 3px solid #2950a0;
	border-radius: 0px 0px 0px 3px;
	background: #fff;
}

.searchInpDiv input {
	display: block;
	height: 44px;
	width: 100%;
	border: none;
	background: none;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	line-height: 44px;
}

a.footSearchBt {
	display: block;
	width: 100px;
	height: 50px;
	overflow: hidden;
	background: #2950a0;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	border-radius: 0px 3px 3px 0px;
}

.closeSearchBt {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	top: 15px;
	background: #000 url(../images/close_h.png) no-repeat center center;
	background-size: 20px auto;
}

/* 顶部的搜索 end */

/* 新版首页 start */
.column1T {
	height: 597px;
	background: #FFFFFF;
	padding-top: 28px;
	box-sizing: border-box;
}

.column1TL {
	width: 53.4722%;
}

.columnTitle {
	height: 74px;
	position: relative;
}

.columnTitle::after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 1px;
	background: #F0F0F0;
}

.columnTitleL {
	position: relative;
	height: 71px;
	line-height: 71px;
	padding-bottom: 3px;
	font-size: 28px;
	color: #333;
	z-index: 3;
}

.columnTitleL::after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	bottom: 0;
	background: #1d4493;
}

.columnMore {
	height: 74px;
	line-height: 74px;
	position: relative;
	z-index: 2;
}

.columnMore a {
	display: inline-block;
	width: 56px;
	height: 22px;
	position: relative;
	top: 22px;
	border: 2px solid #f5f5f5;
	border-radius: 14px;
	background: url(../images/dianMore.png) center center no-repeat;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.columnMore a:hover {
	border-color: #e8ce3d;
}

.column1Content {
	overflow: hidden;
	padding-top: 30px;
}

.column1Content .pic {
	width: 300px;
}

.column1Content .text {
	overflow: hidden;
	padding-left: 20px;
	padding-top: 10px;
}

.column1Content .text .title {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
}

.column1Content .text .title a {
	color: #333;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.column1Content .text .title:hover a {
	letter-spacing: 1px;
	color: #003586;
}

.column1Content .text .time {
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
	color: #003586;
}

.column1Content .text .textc {
	height: 52px;
	line-height: 26px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	margin-bottom: 16px;
}

.column1Content .text .more a {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #999;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.column1Content .text .more a:hover {
	font-weight: bold;
	color: #003586;
}

.column1Content .text .more {
	padding-bottom: 23px;
	border-bottom: 1px solid #F5F5F5;
}

.column1_dl {
	padding-top: 17px;
}

.column1_dl dd {
	height: 42px;
	line-height: 42px;
	overflow: hidden;
}

.column1_dl dd .title {
	overflow: hidden;
	padding: 0 16px;
	position: relative;
}

.column1_dl dd .title::before {
	display: block;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	top: 50%;
	margin-top: -4px;
	border: 4px solid transparent;
	border-left-color: #e8ce3d;
}

.column1_dl dd .title a {
	font-size: 15px;
	color: #5C5C5C;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.column1_dl dd .title a:hover {
	letter-spacing: 1px;
	color: #1d4493;
}

.column1_dl dd .time {
	font-size: 15px;
	color: #858585;
}

.columnTitleR {
	overflow: hidden;
}

.columnTitle_dl {
	margin-right: 30px;
}

.columnTitle_dl dd {
	float: left;
	display: inline;
	padding: 0 20px;
	height: 71px;
	line-height: 71px;
}

.columnTitle_dl dd a {
	font-size: 16px;
	color: #666;
}

.columnTitle_dl dd.hover a {
	color: #003586;
}

.column1TR {
	overflow: hidden;
	padding-left: 50px;
}

.column1Bswiper {
	position: relative;
}

.column1Bswiper::before {
	display: block;
	content: "";
	padding-top: 66.9872%;
}

.colimn1Tab1_l {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
}

.column1Banner {
	position: relative;
	overflow: hidden;
}

.column1Banner .pic::before {
	padding-top: 66.9872%;
}

.column1Banner .title {
	display: none;
}

.columntText {
	position: absolute;
	width: 100%;
	height: 60px;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
}

.columntText a {
	display: block;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	margin-right: 170px;
}

.columntText a h5 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
}

.column1Page {
	position: absolute;
	width: 160px;
	height: 60px;
	right: 10px;
	bottom: 0;
	text-align: center;
}

.column1Page span {
	display: inline-block;
	font-size: 22px;
	color: #fafcfb;
	height: 60px;
	line-height: 60px;
}

.column1Page em {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	padding: 0 2px;
	font-size: 14px;
	color: #fafcfb;
	font-style: normal;
}

.column1Banner .prev {
	position: absolute;
	z-index: 5;
	width: 40px;
	height: 60px;
	right: 130px;
	bottom: 0;
	background: url(../images/leftPrev.png) center center no-repeat;
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.column1Banner .next {
	position: absolute;
	z-index: 5;
	width: 40px;
	height: 60px;
	right: 10px;
	bottom: 0;
	background: url(../images/rightNext.png) center center no-repeat;
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.column1Banner .prev:hover {
	background: url(../images/leftPrev_h.png) center center no-repeat;
}

.column1Banner .next:hover {
	background: url(../images/rightNext_h.png) center center no-repeat;
}

.colimn1Tab1_l.active {
	z-index: 1;
	opacity: 1;
}


.column2T_dl {
	overflow: hidden;
}

.column2T_dl dd {
	float: left;
	display: inline;
	width: 25%;
}

.column2T_dl dd .con {
	position: relative;
}

.column2T_dl dd .con .pic::before {
	padding-top: 46.6667%;
}

.column2T_dl dd .con .text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.column2T_dl dd .con .textc {
	position: absolute;
	top: 40px;
	left: 80px;
	right: 40px;
	bottom: 10px;
}

.column2T_dl dd .con .title {
	height: 44px;
	line-height: 44px;
	font-size: 26px;
	color: #FFFFFF;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.column2T_dl dd .con .title1 {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	opacity: 0.3;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.column2T_dl dd .con:hover .title1 {
	transform: translateY(5px);
	-webkit-transform: translateY(5px);
}

.column2T_dl dd .con:hover .title {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

.column2T_dl dd .con:hover .text {
	background: rgba(0, 0, 0, 0.2);
}

/* 新版首页 end */

/*资料下载 start */
.downList dd {
	padding: 10px 0;
}

.downList .con {
	padding: 14px 20px;
	border: 4px solid #F5F5F5;
	display: block;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.downList .list_a {
	display: block;
	padding-right: 30px;
	background: url(../images/downIcon.png) right center no-repeat;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.downList .title {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
}

.downList .time {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #999;
}

.downList .con:hover {
	border-color: transparent;
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 0 0px 7px rgba(0, 0, 0, 0.08);
}

.downList .con:hover .list_a {
	background: url(../images/downIcon1.png) right center no-repeat;
}

.downList .con:hover .list_a .title {
	color: #1d4493;
}

/*资料下载 end */


/* 集团控股修改 start */
.aboutColumn5 {
	position: relative;
	height: 820px;
}

.aboutColumn5Title {
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 30px;
	color: #fff;
}

.aboutColumn5_dl {
	position: relative;
	overflow: hidden;
}

.aboutColumn5_dl::before {
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	left: 33.333%;
	bottom: 0;
	background: url(../images/lineY.png) left center no-repeat;
	background-size: cover;
}

.aboutColumn5_dl::after {
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	left: 66.666%;
	bottom: 0;
	background: url(../images/lineY.png) left center no-repeat;
	background-size: cover;
}

.aboutColumn5_dl dd {
	float: left;
	display: inline;
	width: 33.333%;
	position: relative;
}

.aboutColumn5_dl dd .con {
	padding: 0 25px;
}

.aboutColumn5_dl dd .line {
	display: none;
}

.aboutColumn5_dl dd.dd1 .line {
	display: block;
	position: absolute;
	width: 300%;
	background: url(../images/lineX.png) left center no-repeat;
	background-size: cover;
	height: 1px;
	left: 0;
	bottom: 0;
}

.aboutColumn5_dl dd.dd1.hide .line {
	display: none;
}

.aboutColumn5_dl dd a {
	display: block;
	height: 74px;
}

.aboutColumn5_dl dd a .conC {
	overflow: hidden;
}

.aboutColumn5_dl dd a span {
	float: left;
	display: inline;
	font-size: 22px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.2);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.aboutColumn5_dl dd a em {
	overflow: hidden;
	display: block;
	font-size: 14px;
	color: #ccc;
	line-height: 24px;
	padding: 3px 0;
	padding-left: 30px;
	font-style: normal;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.aboutColumn5_dl dd a:hover span {
	color: #FFFFFF;
}

.aboutColumn5_dl dd a:hover em {
	color: #FFFFFF;
}

/* 集团控股修改 end */


/* 底部下拉框的修改 start */
.formBottom {
	padding: 0 50px 0 24px;
	background: #2d2d2d;
	border-radius: 5px;
	position: relative;
}

.formBottom::after {
	display: block;
	content: '';
	position: absolute;
	right: 20px;
	border-top-color: #808080;
	top: 50%;
	margin-top: -3px;
	cursor: pointer;
	border-width: 6px;
	border-color: transparent;
	border-top-color: #c2c2c2;
	border-style: dashed;
	border-top-style: solid;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.formBottom input {
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #999;
	width: 100%;
	background: none;
	outline: none;
	border: none;
}

.formSelect {
	position: absolute;
	width: 100%;
	max-height: 180px;
	padding: 2px;
	z-index: 100;
	top: 100%;
	background: #FFFFFF;
	left: 0;
	overflow: hidden;
	overflow-y: auto;
	display: none;
	box-sizing: border-box;
}

.formSelect a {
	display: block;
	line-height: 24px;
	padding: 5px 10px;
	font-size: 12px;
	color: #666;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.formSelect a:hover{
	background: #003586;
	color: #FFFFFF;
}
/* 底部下拉框的修改 end */
