@charset "utf-8";

/* ==================== 外层框架 start ==================== */
/* —————————— 顶部 start —————————— */
.top {
	width: 100%;
	background: #fff;
	height: 80px;
	line-height: 80px;
	/* position: fixed; */
	top: 0;
	left: 0;
	z-index: 999;
}

/* logo start */
.logo {
	height: 80px;
}

.logo img {
	height: 54px;
	margin-top: 13px;
}

/* logo end */
/* 导航 start */
.topMenuBox {
	min-height: 80px;
	background: #fff;
	position: relative;
}

.topMenuDl {
	overflow: hidden;
}

.topMenuDl dd {
	float: left;
	display: inline;
	margin: 0 2px;
}

.topMenuDl dd a {
	display: block;
	font-size: 16px;
	color: #666666;
	padding: 0 20px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.topMenuDl dd.hover a,
.topMenuDl dd:hover a {
	background: #0075c1;
	color: #fff;
}

.topMenuDl dd.en.hover a,
.topMenuDl dd.en:hover a {
	background: #fff;
	color: #666666;
}

.ejMenuBox {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 20;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}

.topMenuBox:hover .ejMenuBox {
	opacity: 1;
	visibility: visible;
	height: 200px;
	padding: 10px 0 20px;
}

.ejMenuDl {
	overflow: hidden;
}

.ejMenuDl dd {
	float: left;
	display: inline;
	text-align: center;
	width: 108px;
	min-height: 22px;
}

.ejMenuDl dd a {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 22px;
	margin: 10px 0;
}

.ejMenuDl dd a:hover {
	color: #0075c1;
}

.en a {
	display: block;
	font-size: 16px;
	color: #666666;
	padding: 0 20px;
}

.en a {
	position: relative;
}

.en a:before {
	display: block;
	content: '';
	width: 1px;
	height: 12px;
	background: #e1e1e1;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;

}

/* 导航 end */
/* 搜索 start */
.searchBox {
	overflow: hidden;
}

.searchIcn {
	height: 80px;
	padding-left: 20px;
	background: url(../images/common/search.png)no-repeat center center;
	background-size: 16px;
	cursor: pointer;
}

.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%;
}

.searchCont {
	overflow: hidden;
	width: 600px;
	margin: 0px auto;
	position: relative;
}

.searchInpDiv {
	display: block;
	overflow: hidden;
	padding: 0px 10px;
	border: 3px solid #0075c1;
	border-radius: 0px 0px 0px 3px;
	background: #fff;
	height: 44px;
}

.searchInpDiv input {
	display: block;
	width: 100%;
	height: 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: #0075c1;
	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: #0075c1 url(../images/common/close_h.png) no-repeat center center;
	background-size: 20px auto;
}

/* 搜索 end */
/* —————————— 顶部 end —————————— */
/* —————————— 底部 start —————————— */
.footer {
	background: #fff;
	padding: 20px 0;
}

.footerL {
	width: 57.4074%;
	padding-left: 20px;
}

.footerLT {
	overflow: hidden;
	margin-bottom: 20px;
}

.footerLT dd {
	float: left;
	display: inline;
	font-size: 14px;
	color: #333333;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.footerLT dd:first-child {
	margin-right: 10px;
}

.footerLT dd a {
	margin: 0 20px;
	font-size: 14px;
	color: #333333;
}

.footerLT dd a:hover {
	color: #0075c1;
}

.footerLB {
	font-size: 14px;
	color: #333333;
	line-height: 45px;
}

.footerLB a:hover {
	color: #0075c1;
}

.footerC {
	padding: 30px 0;
}

.footerTel {
	text-align: right;
	padding-right: 60px;
	background: url(../images/common/footerTelIcn.png)no-repeat center right;
	background-size: 40px;
}

.footerTel .title {
	font-size: 14px;
	color: #666666;
}

.footerTel .info {
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}

.footerR {
	overflow: hidden;
}

.footerEwm {
	overflow: hidden;
}

.footerEwm dd {
	width: 86px;
}

.footerEwm dd .picBox {
	width: 86px;
	height: 86px;
	background: #f6f6f6;
	padding: 3px;
}

.footerEwm dd .picBox img {
	width: 100%;
	height: 100%;
}

.footerEwm dd span {
	display: block;
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 20px;
	padding: 0 5px;
	margin: 5px 0;
}

/* —————————— 底部 end —————————— */
/* —————————— 悬浮 start —————————— */
/* —————————— 悬浮 end —————————— */
/* ==================== 外层框架 end ==================== */
/* ==================== 内页框架 start ==================== */
/* —————————— suBanner start —————————— */
.subBanner {
	width: 100%;
	height: 338px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
	position: relative;
}

.subBanner1 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	position: relative;
}

.subBanner1:before {
	display: block;
	content: '';
	padding-top: 38.33333%;
}

.subBanner1Text {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4)
}

.subBanner1Text .title {
	text-align: center;
	padding-bottom: 25px;
	position: relative;
	margin-bottom: 20px;
}

.subBanner1Text .title i {
	display: block;
	content: '';
	width: 44px;
	height: 5px;
	position: absolute;
	left: 50%;
	margin-left: -22px;
	bottom: 0px;
	background: #f6ab00;
}

.subBanner1Text .title span {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
}

.subBanner1Text .title em {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	font-size: 24px;
	font-style: normal;
}

.subBanner1Text .info {
	color: #ffffff;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}

.subBanner1Bg {
	width: 100%;
	height: 14px;
	background: url(../images/subBanner1Bg.png) no-repeat center center;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 3;
}

.subBanner1Bg2 {
	width: 100%;
	height: 14px;
	background: url(../images/subBanner1Bg2.png) no-repeat center center;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 2;
}

/*内页banner end*/
/* —————————— suBanner end —————————— */
/* —————————— 当前位置 start —————————— */
.location {
	height: 60px;
	line-height: 60px;
	background: #fff;
}

.locationWz .title a {
	font-size: 14px;
	color: #a3a3a3;
	padding-right: 30px;
	background: url(../images/common/homeIcn.png)no-repeat center left;
	background-size: 18px auto;
}

.locationWzDl {
	overflow: hidden;
}

.locationWzDl dd {
	float: left;
	display: inline;
}

.locationWzDl dd a {
	display: block;
	font-size: 14px;
	color: #a3a3a3;
	padding: 0 15px;
	background: url(../images/new/loNext.png)no-repeat center left;
	background-size: auto 10px;
}

.locationWzDl dd.hover a,
.locationWzDl dd:hover a {
	color: #0072c2;
}

.locationMenuDl {
	overflow: hidden;
}

.locationMenuDl dd {
	float: left;
	display: inline;
	margin: 0 5px;
}

.locationMenuDl dd a {
	display: block;
	padding: 0 15px;
	font-size: 14px;
	color: #666666;
	position: relative;
}

.locationMenuDl dd a:before {
	display: block;
	content: '';
	width: 80%;
	height: 3px;
	background: #0072c2;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40%;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transform: scale(0);
	-webkit-transform: scale(0);
	opacity: 0;
	visibility: hidden;
}

.locationMenuDl dd.hover a,
.locationMenuDl dd:hover a {
	color: #0072c2;
}

.locationMenuDl dd.hover a:before,
.locationMenuDl dd:hover a:before {
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
	visibility: visible;
}

/* —————————— 当前位置 end —————————— */
/* —————————— 页码 start —————————— */
.page {
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 3px;
	color: #666666;
	background: #fff;
	margin: 0 10px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover,
.page a.hover {
	background: #0072c2;
	color: #fff;
}

.page a div {
	width: 35px;
	height: 35px;
	border-radius: 5px;
	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.lastPage.disabled,
.page a.nextPage.disabled,
.page a.prevPage.disabled,
.page a.firstPage.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)
}

/* —————————— 页码 end —————————— */
/* —————————— 三级导航 start —————————— */
/* —————————— 三级导航 end —————————— */
/* ==================== 内页框架 end ==================== */
/* ==================== 首页 start ==================== */
/* —————————— indexBanner start —————————— */
.indexBanner {
	position: relative;
}

.indexBanner .bd {
	overflow: hidden;
}

.indexBanner .bd .slick-list,
.indexBanner .bd .slick-track {
	height: 100%;
}

.indexBanner.delay .bd .slick-track {
	transition-delay: 1.3s !important;
	-webkit-transition-delay: 1.3s !important;
}

.indexBanner .mySlide {
	height: 100%;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.indexBanner .mySlide a {
	display: block;
	height: 100%;
	width: 100%;
}

.indexBanner .slick-dots {
	position: absolute;
	bottom: 30%;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	animation-delay: 1.9s
}

.indexBanner .slick-dots li {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 0 15px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	background: #bbc0c9;
}

.indexBanner .slick-dots li.slick-active {
	background: #eea705;
}

.indexBanner .mySlide .text {
	position: absolute;
	left: 50%;
	top: 36%;
	transform: translate(-50%, -36%);
	-webkit-transform: translate(-50%, -36%);
	display: none;
}

.indexBanner .mySlide .text .text1 {
	font-size: 14px;
	text-align: center;
	color: #FFF;
	line-height: 30px;
}

.indexBanner .mySlide .text .text1 span {
	position: relative;
	letter-spacing: 3px;
	color: #bac5ce;
	padding: 0 200px;
}

.indexBanner .mySlide .text .text1 span:after,
.indexBanner .mySlide .text .text1 span:before {
	display: block;
	content: "";
	width: 180px;
	height: 1px;
	background: #bac5ce;
	position: absolute;
	top: 50%;
}

.indexBanner .mySlide .text .text1 span:after {
	left: 0;
}

.indexBanner .mySlide .text .text1 span:before {
	right: 0;
}

.indexBanner .mySlide .text .text2 {
	font-size: 0px;
	text-align: center;
	margin-bottom: 20px;
}

.indexBanner .mySlide .text .text2 span {
	height: 60px;
	font-size: 36px;
	color: #fff;
	text-align: center;
}

.indexBanner .mySlide.slick-active .text {
	display: block;
}

.indexBanner .img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-size: 0;
}

.indexBanner .img .imgItem img {
	overflow: hidden;
	display: inline-block;
	visibility: hidden;
}

.indexBanner .img .imgItem img.show {
	visibility: visible;
}

.indexBanner .mySlide .text .textMore {
	font-size: 0;
	text-align: center;
	margin-top: 8%;
}

.indexBanner .mySlide .text .textMore a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	height: 36px;
	line-height: 36px;
	text-align: center;
}

.indexBanner .mySlide .text .textMore a span {
	display: inline-block;
	position: relative;
	padding: 0 24px;
}

.indexBanner .mySlide .text .textMore a span:after,
.indexBanner .mySlide .text .textMore a span:before {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 0;
}

.indexBanner .mySlide .text .textMore a:before {
	top: 0;
}

.indexBanner .mySlide .text .textMore a:after {
	bottom: 0;
}

/* —————————— indexBanner end —————————— */
/* —————————— 首页公共部分 start —————————— */
/* —————————— 首页公共部分 end —————————— */
/* —————————— 第1通栏 start —————————— */
.column1 {
	overflow: hidden;
}

.indexPrdBanner .wrap {
	position: relative;
	height: 100%;
}

.indexPrdBanner {
	position: absolute;
	left: 0;
	bottom: 3px;
	font-size: 30px;
	color: #f00;
	width: 100%;
	height: 210px;
	background: rgba(0, 0, 0, 0.3);
	z-index: 10;
}

.indexPrdBanner .prev.slick-arrow,
.indexPrdBanner .next.slick-arrow {
	width: 36px;
	height: 36px;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	cursor: pointer;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.indexPrdBanner .prev.slick-arrow {
	left: -20px;
	background: url(../images/common/prevIcn2.png) no-repeat center center;
	background-size: 36px;
}

.indexPrdBanner .next.slick-arrow {
	right: -20px;
	background: url(../images/common/nextIcn2.png) no-repeat center center;
	background-size: 36px;
}

.indexPrdBanner .prev.slick-arrow:hover {
	background: url(../images/common/prevIcn.png) no-repeat center center;
	background-size: 36px;
}

.indexPrdBanner .next.slick-arrow:hover {
	background: url(../images/common/nextIcn.png) no-repeat center center;
	background-size: 36px;
}

.indexPrdBanner .slick-track,
.indexPrdBanner .mySlide,
.indexPrdBanner .con,
.indexPrdBanner .slick-list,
.indexPrdBanner .bd {
	height: 100%;
}

.indexPrdBanner .bd {
	padding: 0 70px;
}

.indexPrdBanner .mySlide {
	border-right: 1px solid rgba(187, 187, 187, 0.3);
	border-left: 1px solid rgba(187, 187, 187, 0.3);
}

.indexPrdBanner .con {
	width: 100%;
}

.indexPrdBanner .con .prdText {
	width: 100%;
	height: 100%;
}

.indexPrdBanner .mySlide.slick-current.slick-active .con .prdText,
.indexPrdBanner .mySlide.hover .con .prdText {
	width: 160px;
}

.indexPrdBanner .con .prdText .number {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	background: #dbdee1;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	margin-bottom: 36px;
}

.indexPrdBanner .con .prdText .title {
	text-align: center;
	font-size: 18px;
	color: #ffffff;
}

.indexPrdBanner .con .picBox {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	width: 0;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 1.2s;
	-webkit-transition: all 1.2s;
}

.indexPrdBanner .mySlide.slick-current.slick-active {
	min-width: 445px !important;
}

.indexPrdBanner .mySlide.slick-current.slick-active .con .picBox,
.indexPrdBanner .mySlide.hover .con .picBox {
	width: 285px;
	opacity: 1;
	visibility: visible;
}

/* —————————— 第1通栏 end —————————— */
/* —————————— 第2通栏 start —————————— */
.column2 {
	background: #f9f9f9;
	overflow: hidden;
}

.indexC2Con {
	overflow: hidden;
	margin-right: -20px;
}

.indexC2Con>div {
	float: left;
	display: inline;
	width: 50%;
	height: 440px;
	overflow: hidden;
}

.indexC2Con .indexC2L .con,
.indexC2Con .indexC2R .con {
	height: 100%;
	margin-right: 20px;
}

.indexC2Con .indexC2L .con {
	background: #fff;
}

.indexC2Con .indexC2L>.con {
	padding: 20px;
}

.indexC2Tab {
	position: relative;
	padding-top: 20px;
}

.indexImgTextDl {
	overflow: hidden;
	margin-right: 30px;
	white-space: nowrap;
}

.indexImgTextDl dd {
	width: 100%;
	float: left;
	display: inline;
}

.indexImgTextDl dd .con {
	overflow: hidden;
}

.indexImgTextDl dd .con .pic {
	width: 187px;
	float: left;
	display: inline;
	margin-right: 20px;
}

.indexImgTextDl dd .con .pic:before {
	padding-top: 60.4278%;
}

.indexImgTextDl dd .con .text {
	overflow: hidden;
}

.indexImgTextDl dd .con .text .time {
	font-size: 16px;
	color: #0075c1;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}

.indexImgTextDl dd .con .text .title {
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.indexImgTextDl dd .con .text .title a{
	font-size: 18px;
	color: #333333;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.indexImgTextDl dd:hover .con .text .title a{
	color: #0075c1;
}
.indexImgTextDl dd .con .text .info {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	white-space: normal;
}

.C2TabMore {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}

.C2TabMore a {
	display: block;
	width: 100%;
	height: 100%;
	background: #0d7ec6;
	position: relative;
}

.C2TabMore a:before,
.C2TabMore a:after {
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	background: #fff;
}

.C2TabMore a:before {
	width: 12px;
	height: 2px;
	margin-top: -1px;
	margin-left: -6px;
}

.C2TabMore a:after {
	width: 2px;
	height: 12px;
	margin-top: -6px;
	margin-left: -1px;
}

.C2TabDl {
	overflow: hidden;
	border-bottom: 1px solid rgba(214, 214, 214, 0.5);
}

.C2TabDl dd {
	float: left;
	display: inline;
	margin-right: 30px;
	height: 50px;
	line-height: 50px;
	position: relative;
}

.C2TabDl dd:before {
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background: #0075c1;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.C2TabDl dd a {
	font-size: 14px;
	color: #999999;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.C2TabDl dd.hover a,
.C2TabDl dd:hover a {
	font-size: 16px;
	color: #0075c1;
}

.C2TabDl dd.hover:before,
.C2TabDl dd:hover:before {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.indexC2Content {
	padding: 15px 0 0;
}

.indexTextListDl {
	overflow: hidden;
	height: 200px;
}

.indexTextListDl dd {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.indexTextListDl dd .con .text .title {
	font-size: 16px;
	color: #666666;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.indexTextListDl dd .con .text .time {
	font-size: 16px;
	color: #999999;
}

.indexTextListDl dd:hover .con .text .title {
	color: #0075c1;
	letter-spacing: 1px;
}

.indexC2RDl {
	overflow: hidden;
	margin-right: -15px;
}

.indexC2RDl dd {
	width: 50%;
	float: left;
	display: inline;
	height: 215px;
	overflow: hidden;
}

.indexC2RDl dd.gsIntro {
	width: 100%;
	margin-bottom: 15px;
}

.indexC2RDl dd .con {
	margin-right: 15px;
	overflow: hidden;
}

.indexC2RDl dd.gsIntro .con .text {
	width: 43%;
	height: 100%;
	background: #eea705;
	padding: 0 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}

.indexC2RDl dd.gsIntro .con .text:before {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 10px solid #eea705;
	border-bottom: 10px solid transparent;
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -5px;
	z-index: 5;
}

.indexC2RDl dd.gsIntro .con .text .title {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
}

.indexC2RDl dd.gsIntro .con .text .info {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}

.indexC2RDl dd.gsIntro .con .pic {
	width: 57%;
	height: 100%;
	overflow: hidden;
}

.indexC2RDl dd.gsIntro .con .pic:before {
	padding-top: 59.7183%;
}

.indexC2RDl dd.greenScience .con .pic {
	width: 100%;
	height: 100%;
}

.indexC2RDl dd.greenScience .con .pic:before {
	padding-top: 74.2049%;
}

.indexC2RDl dd.greenScience .con .pic .text {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.indexC2RDl dd.greenScience .con .pic .text .icn {
	height: 60px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 60px;
	margin-bottom: 15px;
}

.indexC2RDl dd.greenScience .con .pic .text .title {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.indexC2RDl dd.gsCulture .con {
	background: url(../images/new/gsCultureBg.png)no-repeat center center;
	background-size: cover;
}

.indexC2RDl dd.gsCulture .con .text {
	width: 100%;
	height: 100%;
	padding: 0 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.indexC2RDl dd.gsCulture .con .text .title {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
}

.indexC2RDl dd.gsCulture .con .text .info {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}

/* —————————— 第2通栏 end —————————— */
/* ==================== 首页 end ==================== */
/* ==================== 关于我们 start ==================== */
.aboutBox {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	height: 610px;
	padding-top: 40px;
	position: relative;
}

/* —————————— 第1通栏 start —————————— */
.aboutBox.one{
	background-size: 100% 105%;
	background-position: left top;
}
.absT {
	clear: both;
	height: 46px;
	overflow: hidden;
	line-height: 46px;
	text-align: center;
	color: #0060a8;
	font-weight: bold;
	font-size: 30px;
}

.absT2 {
	clear: both;
	height: 25px;
	overflow: hidden;
	line-height: 25px;
	text-align: center;
	color: #999999;
	font-size: 14px;
}

.absText {
	width: 1025px;
	overflow: hidden;
	margin: 0 auto;
	line-height: 28px;
	font-size: 14px;
	color: #666666;
	text-align: center;
}

.absText span {
	color: #0075c1;
}

.absData {
	clear: both;
	text-align: center;
}

.absDataC {
	display: inline-block
}

.absDataDl dd {
	float: left;
	min-width: 145px;
	margin: 0 50px;
}

.absDataDl dd .divT {
	clear: both;
	height: 53px;
	overflow: hidden;
	text-align: center;
	border-bottom: 1px solid #f4b011;
}

.absDataDl dd .divT span {
	display: inline-block;
	line-height: 53px;
	color: #f4b011;
	font-size: 32px;
	font-family: "Arial";
	font-weight: bold;
}

.absDataDl dd .divT i {
	display: inline-block;
	line-height: 60px;
	color: #f4b011;
	font-family: "Arial";
	font-size: 24px;
	font-style: normal;
}

.absDataDl dd .divT2 {
	clear: both;
	height: 38px;
	overflow: hidden;
	line-height: 38px;
	color: #666666;
	font-size: 16px;
}

.cMore {
	overflow: hidden;
	text-align: center;
}

.cMore a {
	display: inline-block;
	height: 38px;
	border: 1px solid #0075c1;
	padding: 0 57px;
	line-height: 38px;
	border-radius: 40px;
	color: #0075c1;
	font-size: 14px;
}

.cMore a:hover {
	background: #0075c1;
	color: #FFF;
}

/* —————————— 第1通栏 end —————————— */
/* —————————— 第2通栏 start —————————— */
.aboutBox.two{
	padding-top: 0;
	height: 700px;
	background-color: #fafafa;
	margin-top: -100px;
}
.absDataBg1,
.absDataBg2{
	width: 100%;
	height: 210px;
	position: absolute;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 10;
}
.absDataBg1{
	top: -45px;
	background-position: top center;
}
.absDataBg2{
	bottom: -70px;
}
.abs2Dl {
	overflow: hidden;
}

.abs2Dl dd {
	float: left;
	width: 20%;
	overflow: hidden;
	position: relative;
	z-index: 2;
	height: 700px;
}

.abs2Dl dd:after {
	content: "";
	display: block;
	width: 100%;
	height: 0%;
	position: absolute;
	left: 0;
	z-index: -1;
	background: rgba(0, 117, 193, 0.8);
	transition-duration: 0.3s;
}

.abs2Dl dd.sg:after {
	top: 0
}

.abs2Dl dd.xa:after {
	bottom: 0
}

.abs2Dl dd.hover:after {
	height: 100%;
}

.abs2Dl dd .ddC {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 90%;
	transition-duration: 0.3s;
}

.abs2Dl dd.hover .ddC {
	margin-top: -112px
}

.abs2Dl dd .ddC .icn {
	height: 62px;
}

.abs2Dl dd .ddC .icn img {
	display: block;
	height: 62px;
	margin: 0 auto;
}

.abs2Dl dd .ddC .divT {
	clear: both;
	height: 107px;
	line-height: 107px;
	text-align: center;
	color: #ffffff;
	font-size: 30px;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}
.abs2Dl dd .ddC .divT:after {
	content: "";
	display: block;
	width: 60px;
	height: 4px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: -5px;
	visibility: hidden;
	opacity: 0;
	transition-duration: 0.3s;
}

.abs2Dl dd.hover .ddC .divT:after {
	visibility: hidden;
	bottom: 0;
	visibility: visible;
	opacity: 1;
}

.abs2Dl dd .ddC .divT2 {
	clear: both;
	height: 109px;
	overflow: hidden;
	line-height: 109px;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	margin-top: 5px;
	visibility: hidden;
	opacity: 0;
	transition-duration: 0.3s;
}

.abs2Dl dd.hover .ddC .divT2 {
	margin-top: 0;
	visibility: visible;
	opacity: 1;
}

.abs2Dl dd .ddC a {
	display: block;
	width: 168px;
	height: 48px;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid #fff;
	border-radius: 40px;
	text-align: center;
	margin-top: 5px;
	visibility: hidden;
	opacity: 0;
}

.abs2Dl dd.hover .ddC a {
	margin-top: 0;
	visibility: visible;
	opacity: 1;
}

.abs2Dl dd .ddC a span {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	color: #ffffff;
	font-size: 14px;
}

/* —————————— 第2通栏 end —————————— */
/* —————————— 第3通栏 start —————————— */
.aboutBox.three{
	padding-top: 0;
	height: 700px;
	background-color: #fafafa;
}
.honorList {
	overflow: hidden;
	position: relative;
	padding-bottom: 40px;
}

.honorList .bd {
	margin: 0 -9px;
}

.honorList .bd li {
	float: left;
	display: inline;
	width: 33.3333%;
	padding: 5px 0;
}

.honorList .bd a {
	display: block;
	margin: 0 9px;
}

.honorList .imgBox {
	padding-top: 69.0778%;
}

.honorList .listImg {
	padding: 35px 75px;
	background: url(../images/j_Bg4.jpg) center center no-repeat;
	background-size: cover;
	transition: 0.4s ease;
}

.honorList .listBox {
	padding: 25px 35px;
	position: relative;
}

.honorList .listBox:after {
	content: '';
	display: block;
	background: url(../images/j_ico7.png) center center no-repeat;
	height: 8px;
	width: 17px;
	position: absolute;
	top: 17px;
	left: 50%;
	margin-left: -9px;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s ease;
}

.honorList .listTit {
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #333;
	font-size: 16px;
	transition: 0.4s ease;
	position: relative;
}

.honorList .bd a:hover .listImg {
	box-shadow: 0 0 10px 0 #e5e5e5;
}

.honorList .bd a:hover .listTit {
	border-radius: 45px;
	background: #2171aa;
	color: #fff;
}

.honorList .bd a:hover .listBox:after {
	opacity: 1;
	visibility: visible;
}

.honorList .prev,
.honorList .next {
	border: 1px solid #2171aa;
	width: 75px;
	height: 45px;
	position: absolute;
	bottom: 0;
	margin: 0 8px;
	cursor: pointer;
	transition: 0.4s ease;
}

.honorList .prev {
	right: 50%;
	background: url(../images/newsprve.png) center center no-repeat;
}

.honorList .next {
	left: 50%;
	right: 50%;
	background: url(../images/newsnext.png) center center no-repeat;
}

.honorList .prev:hover {
	width: 135px;
	background-color: #2171aa;
	background-image: url(../images/hnewsprve.png);
}

.honorList .next:hover {
	width: 135px;
	background-color: #2171aa;
	background-image: url(../images/hnewsnext.png);
}

/* —————————— 第3通栏 end —————————— */
/* ==================== 关于我们 end ==================== */
/* ==================== 新闻中心 start ==================== */
.publicTit {
	font-size: 36px;
	color: #333;
	text-align: center;
	position: relative;
}

.publicTit span {
	display: block;
	padding-bottom: 15px;
}

.publicTit i {
	display: block;
	border-bottom: 3px solid #0772c0;
	width: 23px;
	margin: 0 auto;
}

/* —————————— 第1通栏 start —————————— */

.newsClum1 {
	overflow: hidden;
	background: #f6f6f6;
	width: 100%;
}

.newsClum1L {
	width: 580px;
}

.newsClum1L .text {
	background: #fff;
	padding: 15px 20px;
	display: block
}

.newsClum1L .text .title {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	margin-bottom: 10px;
}

.newsClum1L .text .title a {
	color: #333333;
	font-size: 18px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.newsClum1L .text .time {
	color: #999999;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 8px;
}

.newsClum1L .text .textC {
	height: 58px;
	line-height: 29px;
	overflow: hidden;
	color: #666666;
	font-size: 14px;
}

.newsClum1L:hover .text .title a {
	color: #0075c1;
	letter-spacing: 1px;
}

.newsClum1L .pic {
	display: block;
	width: 580px;
	position: relative;
	overflow: hidden;
}

.newsClum1L .pic:before {
	display: block;
	content: '';
	padding-top: 66.5517%;
}

.newsClum1L .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.newsClum1R {
	width: 600px;
	overflow: hidden;
}

.newsClum1Rlist dd {
	margin-bottom: 18px;
	height: 165px;
}

.newsClum1Rlist dd .text {
	background: #fff;
	padding: 25px 20px;
	display: block
}

.newsClum1Rlist dd .text .title {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	margin-bottom: 10px;
}

.newsClum1Rlist dd .text .title a {
	color: #333333;
	font-size: 18px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.newsClum1Rlist dd .text .time {
	color: #999999;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 8px;
}

.newsClum1Rlist dd .text .textC {
	height: 58px;
	line-height: 29px;
	overflow: hidden;
	color: #666666;
	font-size: 14px;
}

.newsClum1Rlist dd:hover .text .title a {
	color: #0075c1;
	letter-spacing: 1px;
}

/* —————————— 第1通栏 end —————————— */
/* —————————— 第2通栏 start —————————— */
.newsClum2 {
	overflow: hidden;
	width: 100%;
	background: #fff;
	width: 100%;
}

.newsClum2ConList {
	margin-right: -45px;
}

.newsClum2ConList li {
	float: left;
	margin-right: 45px;
	width: 370px;
	overflow: hidden;
}

.newsClum2ConList li .pic {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.newsClum2ConList li .pic:before {
	display: block;
	content: '';
	padding-top: 59.7297%;
}

.newsClum2ConList li .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.newsClum2ConList li .text {
	background: #f6f6f6;
	padding: 40px 15px 40px 20px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background-position: center center;
}

.newsClum2ConList li .text .textL {
	width: 57px;
	text-align: right;
	margin-right: 25px;
}

.newsClum2ConList li .text .textL em {
	color: #999999;
	font-size: 48px;
	display: block;
	font-style: normal;
}

.newsClum2ConList li .text .textL span {
	display: block;
	color: #999999;
	font-size: 12px;
}

.newsClum2ConList li .text .textR {
	overflow: hidden;
}

.newsClum2ConList li .text .textR .title {
	height: 65px;
	line-height: 29px;
	color: #333333;
	font-size: 16px;
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
}

.newsClum2ConList li .text .textR .title:after {
	width: 17px;
	height: 2px;
	background: #dddddd;
	position: absolute;
	bottom: 0;
	display: block;
	content: '';
}

.newsClum2ConList li .text .textR .textCn {
	height: 50px;
	line-height: 25px;
	color: #666666;
	font-size: 12px;
	overflow: hidden
}

.newsClum2ConList li:hover .text {
	background: #0075c1;
}

.newsClum2ConList li:hover .text .textR .title {
	color: #fff;
}

.newsClum2ConList li:hover .text .textR .textCn {
	color: #a6bed7;
}

.newsClum2ConList li:hover .text .textR .title:after {
	background: #219ba1;
}

.newsClum2ConList li:hover .text .textL em {
	color: #fff;
}

.newsClum2ConList li:hover .text .textL span {
	color: #fff;
}

.newsClum2Con .hd {
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -80px;
}

.newsClum2Con .hd .prev {
	display: block;
	width: 76px;
	height: 46px;
	border: 1px solid #0075c1;
	cursor: pointer;
	float: left;
	background: url(../images/newsprve.png) no-repeat center center;
	margin-right: 15px;
}

.newsClum2Con .hd .next {
	display: block;
	width: 76px;
	height: 46px;
	border: 1px solid #0075c1;
	cursor: pointer;
	overflow: hidden;
	background: url(../images/newsnext.png) no-repeat center center;
}

.newsClum2Con .hd a {
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.newsClum2Con .hd a:hover {
	width: 140px;
}

.newsClum2Con .hd .prev:hover {
	background: #0075c1 url(../images/hnewsprve.png) no-repeat center center;
}

.newsClum2Con .hd .next:hover {
	background: #0075c1 url(../images/hnewsnext.png) no-repeat center center;
}

/* —————————— 第2通栏 end —————————— */
/* —————————— 第3通栏 start —————————— */
.newsClum3 {
	overflow: hidden;
	width: 100%;
	background: #f6f6f6;
}

.newsClum3box {
	overflow: hidden;
}

.newsClum3L {
	width: 50%;
	height: 130px;
	padding-left: 35px;
	padding-top: 60px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}

.newsClum3L .text {
	display: block;
	position: relative;
}

.newsClum3L .text .title {
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
}

.newsClum3L .text .textC {
	color: #fff;
	font-size: 14px;
}

.newsClum3L .text em {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	right: 98px;
}

.newsClum3R {
	overflow: hidden;
}

.newsClum3Rl {
	background: #0d7ec6;
	padding-left: 35px;
	padding-top: 60px;
	overflow: hidden;
	height: 130px;
}

.newsClum3Rl .text {
	display: block;
	position: relative;
}

.newsClum3Rl .title {
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
}

.newsClum3Rl .textC {
	color: #fff;
	font-size: 14px;
}

.newsClum3Rr {
	width: 190px;
	height: 190px;
	overflow: hidden;
}

.newsClum3Rr img {
	width: 190px;
	height: 190px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.newsClum3R:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

/* —————————— 第3通栏 end —————————— */
/* ==================== 新闻中心 end ==================== */
/* ==================== 绿色科技 start ==================== */
/* —————————— 第1通栏 start —————————— */
.greenFixedBox {
	margin-bottom: 20px;
}

.greenFixed {
	transition: all 500ms;
	-webkit-transition: all 500ms;
}

.greenFixed.fixed {
	position: fixed;
	top: 0px;
	width: 100%;
	left: 0px;
	z-index: 1000;
	background: #FFF;
}

.ywfzColumn1Title {
	margin-right: -25px;
	overflow: hidden;
}

.ywfzColumn1Title dd {
	width: 20%;
	float: left;
	display: inline;
	margin-bottom: 20px;
}

.ywfzColumn1Title dd .con {
	margin-right: 20px;
}

.ywfzColumn1Title dd a {
	display: block;
	height: 110px;
	background: #FFF;
	text-align: center;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.ywfzColumn1Title dd .conC {
	display: inline-block;
	overflow: hidden;
}

.ywfzColumn1Title dd .conC .icn {
	float: left;
	display: inline;
	width: 58px;
	height: 110px;
	margin-right: 15px;
	position: relative;
}

.ywfzColumn1Title dd .conC .icn img {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.ywfzColumn1Title dd .conC .icn .img2 {
	opacity: 0;
	visibility: hidden;
	z-index: 5;
}

.ywfzColumn1Title dd.hover .conC .icn .img1,
.ywfzColumn1Title dd:hover .conC .icn .img1 {
	opacity: 0;
	visibility: hidden;
}

.ywfzColumn1Title dd.hover .conC .icn .img2,
.ywfzColumn1Title dd:hover .conC .icn .img2 {
	opacity: 1;
	visibility: visible;
}

.ywfzColumn1Title dd .conC .text {
	overflow: hidden;
	padding-top: 30px;
	color: #000000;
	text-align: left;
}

.ywfzColumn1Title dd .conC .text span {
	display: block;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
}

.ywfzColumn1Title dd .conC .text em {
	display: block;
	height: 16px;
	line-height: 16px;
	font-style: normal;
	font-size: 14px;
	color: #dddddd
}

.ywfzColumn1Title dd a:hover {
	background: #0d7ec6;
}

.ywfzColumn1Title dd a:hover .text {
	color: #FFF;
}

.ywfzColumn1Title dd a:hover .text em {
	color: #FFF;
}

.ywfzColumn1Title dd.hover a {
	background: #0d7ec6;
}

.ywfzColumn1Title dd.hover a .text {
	color: #FFF;
}

.ywfzColumn1Title dd.hover a .text em {
	color: #FFF;
}

.ywfzColumn1C {
	overflow: hidden;
}

.ywfzColumn1C1 {
	background: #FFF;
	min-height: 432px;
}

.ywfzColumn1C1L {
	overflow: hidden;
	width: 600px;
}

.ywfzColumn1C1L .pic {
	position: relative;
}

.ywfzColumn1C1L .pic:before {
	display: block;
	content: '';
	padding-top: 72.1202%;
}

.ywfzColumn1C1L .pic img {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.ywfzColumn1C1R {
	overflow: hidden;
	padding: 0 0 0 45px;
}

.ywfzColumn1C1R ::-webkit-scrollbar {
	width: 2px;
	background: #fff;
}

.ywfzColumn1C1R .title {
	position: relative;
	margin-bottom: 20px;
	padding: 30px 0 25px;
}

.ywfzColumn1C1R .title:before {
	display: block;
	content: '';
	width: 32px;
	height: 4px;
	background: #0d7ec6;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.ywfzColumn1C1R .title span {
	display: block;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	color: rgba(0, 0, 0, 0.22);
	font-size: 14px;
}

.ywfzColumn1C1R .title a {
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #000000;
	font-size: 24px;
}

.ywfzColumn1C1R .info {
	color: #221815;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 20px;
	height: 286px;
	overflow-y: auto;
	padding-right: 45px;
}

.ywfzColumn1C1R .info img {
	max-width: 100%;
}

.ywfzColumn1C1R .btn {
	overflow: hidden;
}

.ywfzColumn1C1R .btn a {
	display: block;
	float: left;
	display: inline;
	overflow: hidden;
	height: 34px;
	line-height: 34px;
	border-bottom: 2px solid #0d7ec6;
	color: #0d7ec6;
	font-size: 14px;
}

/* —————————— 第1通栏 end —————————— */
/* ==================== 绿色科技 end ==================== */
