<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ==================== 外层框架 start ==================== */
/* —————————— 顶部 start —————————— */
/* .top {
	width: 100%;
	height: 90px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	box-shadow: 0 0 5px 0 rgb(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 5px 0 rgb(0, 0, 0, 0.1);
} */

.top .topT {
	width: 100%;
	height: 140px;
	background: #f1f3f4 url(../images/new/topBg.png);
	background-size: cover;
}

.logo {
	height: 90px;
	position: relative;
}

.logo h1 {
	height: 90px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -25px;
}

.topTR {
	height: 140px;
	position: relative;
}

.topTR img {
	height: 44px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -22px;
}

.top .topB {
	width: 100%;
	height: 60px;
	background: #317dda;
}

.topNavMenu {
	height: 60px;
	line-height: 60px;
}

.topNavMenu dd {
	float: left;
	display: inline;
	position: relative;
	margin: 0 15px;
}

.topNavMenu dd .yj a {
	display: block;
	font-size: 16px;
	color: #fff;
	position: relative;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.topNavMenu dd:first-child {
	margin-left: 0;
}

.topNavMenu dd:last-child {
	margin-right: 0;
}

.topNavMenu dd .yj a::before {
	display: block;
	content: "";
	width: 100%;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 0%;
	bottom: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	opacity: 0;
}

.topNavMenu dd .ej {
	width: 150%;
	height: auto;
	position: absolute;
	top: 75px;
	left: 0;
	margin-left: -25%;
	background: #fff;
	z-index: 5;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
	border-radius: 5px;
}

.topNavMenu dd .ej i {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: -20px;
}

.topNavMenu dd .ej i:before {
	display: block;
	content: '';
	position: absolute;
	border: 10px solid transparent;
	border-bottom-color: #fff;
	left: 0;
	top: 0;
	z-index: 2;
}

.topNavMenu dd .ej i:after {
	display: block;
	content: '';
	position: absolute;
	border: 10px solid transparent;
	left: 0;
	top: -1px;
}

.topNavMenu dd .ej a {
	display: block;
	font-size: 16px;
	color: #555555;
	line-height: 20px;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

.topNavMenu dd .ej a:last-child {
	border: none;
}


.topNavMenu dd.hover .yj a,
.topNavMenu dd:hover .yj a {
	font-weight: bold;
}

.topNavMenu dd .ej a:hover {
	color: #317dda;
}

.topNavMenu dd.hover .yj a::before,
.topNavMenu dd:hover .yj a::before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	opacity: 1;
}

.topNavMenu dd:hover .ej {
	visibility: visible;
	opacity: 1;
	z-index: 10;
}

.topSearchBox {
	margin: 11px 0;
}

.topSearchBox .topSearch {
	width: 300px;
	height: 38px;
	line-height: 38px;
	background: #f1f1f1;
}

.topSearchBox .topSearch a.topSearchBtn {
	display: block;
	width: 30px;
	height: 100%;
	background: url(../images/common/searchIcn.png)no-repeat center right;
	background-size: 20px auto;
}

.topSearchBox .topSearch input {
	display: inline-block;
	width: 84%;
	height: 100%;
	background: transparent;
	border: none;
	outline: none;
	font-size: 16px;
	color: #555555;
	padding-left: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.topSearchBox .topSearch input::-webkit-input-placeholder {
	color: #999;
	font-size: 14px;
	text-align: left;
}

/* —————————— 顶部 end —————————— end */
/* —————————— 底部 start —————————— */
.footerT {
	background: #2e3033;
	padding: 35px 0;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.foterM {
	background: #2e3033;
	padding: 46px 0 20px;
}

.footerMenuBox {
	overflow: hidden;
}

.footerTL {
	overflow: hidden;
	height: 30px;
	line-height: 30px;
}

.footerTL dt,
.footerTL dd {
	float: left;
	display: inline;
	font-size: 14px;
	color: #999999;
	position: relative;
}

.footerTL dt {
	background: url(../images/common/lianjie.png)no-repeat center left;
	background-size: auto 16px;
	padding: 0 20px;
}

.footerTL dd:before {
	display: block;
	content: '';
	height: 50%;
	width: 1px;
	background: #999;
	position: absolute;
	top: 25%;
	left: 0;
}

.footerTL dd:nth-child(2):before {
	display: none;
}

.footerTL dd a {
	display: block;
	font-size: 14px;
	color: #999999;
	padding: 0 20px;
}

.footerTL dd a:hover {
	color: #fff;
}

.footerShare {
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	display: inline;
}
.footerShare .bshare-custom {
	display: inline;
}

.footerShare a {
	padding: 0 !important;
	height: 30px !important;
	width: 30px !important;
	border-radius: 100% !important;
	overflow: hidden;
}
.footerShare .bshare-sinaminiblog {
	background: #e41822 url(../images/new/sina.png)no-repeat center center !important;
	background-size: auto 14px;
}

.footerShare .bshare-weixin {
	background:#46b035 url(../images/new/weixin.png)no-repeat center center !important;
	background-size: auto 14px;
}

.footerShare .bshare-qzone {
	background:#f7b719 url(../images/new/qqkj.png)no-repeat center center !important;
	background-size: auto 14px;
}
.footerShare dt,
.footerShare dd {
	float: left;
	display: inline;
	font-size: 14px;
	color: #ccc;
}

.footerShare dt {
	margin-right: 10px;
}

.footerShare dd {
	margin: 0 5px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	overflow: hidden;
}

.footerShare dd.weixin {
	background: #46b035;
}

.footerShare dd.weibo {
	background: #e41822;
}

.footerShare dd.tel {
	background: #00a0e9;
}

.footerShare dd a {
	display: block;
	width: 100%;
	height: 100%;
}

.footerShare dd.weixin a {
	background: url(../images/new/weixin.png)no-repeat center center;
	background-size: auto 14px;
}

.footerShare dd.weibo a {
	background: url(../images/new/sina.png)no-repeat center center;
	background-size: auto 14px;
}

.footerShare dd.tel a {
	background: url(../images/new/tel.png)no-repeat center center;
	background-size: auto 14px;
}

.footerContactUs {
	overflow: hidden;
	padding: 25px 0 0;
}

.footerContactUs .con {
	float: left;
	display: inline;
	padding-left: 40px;
	margin-right: 30px;
}

.footerContactUs .con:last-child {
	margin-right: 0;
}

.footerContactUs .con.tel {
	background: url(../images/new/footerTel.png)no-repeat left top 15px;
	background-size: auto 30px;
}

.footerContactUs .con.add {
	background: url(../images/new/footerAdd.png)no-repeat left top 15px;
	background-size: auto 30px;
}

.footerContactUs .con.email {
	background: url(../images/new/footerEmail.png)no-repeat left top 15px;
	background-size: auto 25px;
}

.footerContactUs .con .title {
	font-size: 14px;
	color: #999999;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}

.footerContactUs .con .info {
	width: 168px;
	font-size: 14px;
	color: #e5e5e5;
	line-height: 26px;
}

.footerContactUs .con.tel .info {
	font-size: 20px;
	color: #f2f2f2;
}

/* 二维码 start */
.footerEwm {
	overflow: hidden;
}

.footerEwm dd {
	float: left;
	display: inline;
	position: relative;
	width: 110px;
	overflow: hidden;
	margin: 0 8px;
}

.footerEwm dd:last-child {
	margin-right: 0;
}

.footerEwm dd .picBox {
	width: 110px;
	height: 110px;
	background: #fff;
	padding: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.footerEwm dd .picBox img {
	display: block;
	width: 100%;
	height: 100%;
}

.footerEwm dd span {
	display: block;
	max-height: 78px;
	line-height: 26px;
	overflow: hidden;
	text-align: center;
	color: #666666;
	font-size: 14px;
	margin: 5px 0;
}

/* 二维码 end */
/* 版权+技术支持 start */
.footerB {
	height: 55px;
	line-height: 55px;
	background: #26282b;
	font-size: 14px;
	color: #999999;
	overflow: hidden;
}

.footerBL a {
	display: inline-block;
	height: 100%;
	position: relative;
}
.footerBL .beian{
	padding-left: 20px;
}
.footerBL .beian img {
	height: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px;
}

.footerB a {
	font-size: 14px;
	color: #999999;
}

/* 版权+技术支持 end */
/* —————————— 底部 end —————————— */
/* —————————— 悬浮 start —————————— */
/* —————————— 悬浮 end —————————— */
/* ==================== 外层框架 end ==================== */
/* ============================== 内页框架 start ============================== */
/* —————————— suBanner start —————————— */
.subBanner {
	width: 100%;
	height: 350px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	/* margin-top: 200px; */
}

.subBanner .subBannerBg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.1);
	z-index: 1;
}

.subBanner .text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 5;
}

.subBanner .text .title {
	height: 80px;
	line-height: 80px;
	font-size: 36px;
	color: #ffffff;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
	margin-bottom: 10px;
}

.subBanner .text .title::before {
	display: block;
	content: "";
	width: 40px;
	height: 4px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.subBanner .text .textC {
	max-height: 90px;
	line-height: 30px;
	font-size: 16px;
	color: #ffffff;
	overflow: hidden;
}

/* —————————— suBanner end —————————— */
/* —————————— 当前位置 start —————————— */
.subPage.subPageTop {
	position: relative;
	margin-top: -80px;
}

.location {
	height: 60px;
	line-height: 60px;
	background: #ffffff;
	position: relative;
	z-index: 5;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.locationLDl {
	overflow: hidden;
}

.locationLDl dd {
	float: left;
	display: inline;
	position: relative;
	padding: 12px 0;
	margin: 0 1px;
}

.locationLDl dd::before {
	display: block;
	content: '';
	height: 17px;
	width: 0px;
	background: #cfcfcf;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.locationLDl dd a {
	display: block;
	height: 36px;
	line-height: 36px;
	padding: 0 20px;
	font-size: 16px;
	color: #666666;
}

.locationLDl dd:hover a,
.locationLDl dd.hover a {
	color: #fff;
	background: #317dda;
	border-radius: 40px;
}

.locationLDl dd:last-child::before {
	display: none;
}

.locationRDl {
	overflow: hidden;
}

.locationRDl dd {
	float: left;
	display: inline;
	position: relative;
	padding: 0 5px 0 15px;
}

.locationR {
	overflow: hidden;
}

.locationTitle {
	font-size: 14px;
	color: #666666;
	padding-left: 25px;
	background: url(../images/common/add.png) no-repeat center left;
	background-size: 18px auto;
}

.locationRDl dd:first-child {
	padding-left: 0;
}

.locationRDl dd:last-child {
	padding-right: 0;
}

.locationRDl dd::before {
	display: block;
	content: '&gt;';
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	color: #666666;
}

.locationRDl dd:first-child::before {
	display: none;
}

.locationRDl dd a {
	display: block;
	font-size: 14px;
	color: #666666;
}

.locationRDl dd:hover a,
.locationRDl dd.hover a {
	color: #317dda;
}

/* —————————— 当前位置 end —————————— */
/* —————————— 三级导航 start —————————— */
.navigation {
	border-top: 1px solid #f2f2f2;
	background: #fff;
}

.navigationDl {
	font-size: 0;
	text-align: center;
}

.navigationDl dd {
	display: inline-block;
	margin: 0 20px;
	height: 60px;
	line-height: 60px;
}

.navigationDl dd .con a {
	display: block;
	height: 100%;
	font-size: 14px;
	color: #666666;
	position: relative;
}

.navigationDl dd.hover .con a,
.navigationDl dd:hover .con a {
	color: #317dda;
}

.navigationDl dd.hover .con a:before,
.navigationDl dd:hover .con a:before {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background: #317dda;
	position: absolute;
	bottom: 15px;
	left: 0;
}

/* —————————— 三级导航 end —————————— */
/* —————————— 页码 start —————————— */
.pageOne {
	text-align: center;
	clear: both;
	font-size: 0;
}

.pageOne a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	background: #fafafa;
	font-size: 14px;
	color: #393939;
	margin-right: 5px;
}

.pageOne a.hover,
.pageOne a:hover {
	color: #fff;
	background: #317dda;
}

.pageOne span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #393939;
	padding-left: 15px;
}

.pageOne span input {
	width: 25px;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	border: 1px solid #d9d9d9;
	background: #fff;
	outline: none;
	margin-right: 5px;
	text-align: center;
}

/* —————————— 页码 end —————————— */
/* ============================== 内页框架 end ============================== */
/* ============================== 首页 start ============================== */
/* —————————— indexBanner start —————————— */
.indexBanner {
	position: relative;
	overflow: hidden;
	height: 620px;
	/* margin-top: 200px; */
}

.indexBanner .prev,
.indexBanner .next {
	cursor: pointer;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #eeeeee;
	position: absolute;
	top: 65%;
	margin-top: -60px;
	z-index: 1;
	display: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.indexBanner .prev {
	background: url(../images/indexPrev.png) no-repeat center center;
	left: 30px;
}

.indexBanner .next {
	background: url(../images/indexNext.png) no-repeat center center;
	right: 30px;
}

.indexBanner .prev:hover,
.indexBanner .next:hover {
	background-color: #1488cc;
	border: 1px solid #1488cc;
}

.indexBanner .text {
	width: 40%;
	position: absolute;
	top: 20%;
	left: 15%;
	overflow: hidden;
	z-index: 5;
}

.indexBanner .text&gt;div {
	padding-left: 65px;
}

.indexBanner .text .title {
	font-size: 52px;
	color: #fafafa;
	height: 68px;
	line-height: 68px;
	overflow: hidden;
	position: relative;
}

.indexBanner .text .title::before {
	display: block;
	content: "";
	width: 30px;
	height: 5px;
	background: #fafafa;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.indexBanner .text .subTitle {
	font-size: 48px;
	color: #fafafa;
	font-weight: bold;
	height: 74px;
	line-height: 74px;
	overflow: hidden;
}

.indexBanner .text .textC {
	font-size: 16px;
	color: #fafafa;
	height: 56px;
	line-height: 56px;
	overflow: hidden;
}

.indexBanner .bd {
	overflow: hidden;
	height: 100%;
}

.indexBanner .bd .slick-list,
.indexBanner .bd .slick-track {
	height: 100%;
}

.indexBanner.delay .bd .slick-track {
	transition-delay: 1.3s !important;
	-webkit-transition-delay: 1.3s !important;
}

.indexBanner .mySlide {
	height: 100%;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.indexBanner .mySlide a {
	display: block;
	height: 100%;
	width: 100%;
}

.indexBanner .slick-dots {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.indexBanner .slick-dots li {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	background: #fff;
	position: relative;
}

.indexBanner .slick-dots li.slick-active {
	/* background: #317dda; */
}

.indexBanner .slick-dots li.slick-active::before {
	display: block;
	content: '';
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 1px solid #fff;
	position: absolute;
	top: -9px;
	left: -9px;
}

.indexBanner .mySlide .text {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1200px;
	transform: translate(-50%, -50%);
	color: #FFF;
	display: none;
}

.indexBanner .mySlide .text .text1 {
	font-size: 25px;
	margin-bottom: 30px;
}

.indexBanner .mySlide .text .text2 {
	font-size: 0px;
}

.indexBanner .mySlide .text .text2 span {
	font-size: 70px;
	font-weight: bold;
	letter-spacing: 3px;
	float: left;
}

.indexBanner .mySlide.slick-active .text {
	display: block;
}

.indexBanner .img {
	width: 1200px;
	position: absolute;
	left: 50%;
	top: 37%;
	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 .img .img1 {
	text-align: center;
}

/* —————————— indexBanner end —————————— */
/* —————————— 首页公共部分 start —————————— */
.indexTitleBox {
	overflow: hidden;
	height: 60px;
	line-height: 60px;
}

.indexTitleBox .indexTitle {
	font-size: 22px;
	color: #317dda;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 25px auto;
	margin-right: 20px;
}

.indexTitleBox .indexIcn {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.indexTitleBox .indexIcn span {
	display: inline-block;
	width: 70px;
	height: 20px;
	line-height: 20px;
	border-radius: 40px;
	border: 1px solid #dddddd;
	background: #fff;
	text-align: center;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
}

.indexTitleBox .indexIcn span a {
	font-size: 14px;
	color: #666666;
}

.indexTitleBox .indexIcn:after,
.indexTitleBox .indexIcn:before {
	display: block;
	content: '';
	background: #dddddd;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
}

.indexTitleBox .indexIcn:before {
	width: 5px;
	height: 5px;
	border-radius: 100%;
	margin-top: -2px;
}

.indexTitleBox .indexIcn:after {
	width: 100%;
	height: 1px;
}

/* —————————— 首页公共 部分 end —————————— */
/* —————————— 第一通栏 start —————————— */
.column1 {
	background: #ffffff;
	padding: 45px 0;
}

.indexC1L {
	width: 69.1667%;
}

.indexC1R {
	width: 28.3333%;
	height: 250px;
}

.indexC1Con {
	overflow: hidden;
}

.column1LC {
	width: 50%;
	padding-right: 30px;
}

.column1RC {
	overflow: hidden;
}

.column1LC .newsPic {
	position: relative;
}

.column1LC .newsPic .pic {
	position: relative;
}

.column1LC .newsPic .pic:before {
	display: block;
	content: '';
	padding-top: 60.9756%;
}

.column1LC .newsPic .pic img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.column1LC .newsPic .pic a {
	display: block;
}

.column1LC .newsPicText a {
	font-size: 16px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
	padding-left: 20px;
	padding-right: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.newsPic .bd .slick-dots {
	position: absolute;
	bottom: -25px;
	right: 20px;
	height: 58px;
	line-height: 58px;
	text-align: right;
	font-size: 0;
	z-index: 1
}

.newsPic .bd .slick-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
	margin-left: 10px;
	vertical-align: middle;
	transition: width 300ms;
	-webkit-transition: width 300ms;
	cursor: pointer;
}

.newsPic .bd .slick-dots li.slick-active {
	background: #317dda;
	width: 30px;
}

.newsPic .prev,
.newsPic .next {
	cursor: pointer;
	display: block;
	width: 20px;
	height: 45px;
	position: absolute;
	bottom: 0%;
	z-index: 5;
	display: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.newsPic .prev {
	background: url(../images/new/prevLeft.png) no-repeat center center;
	background-size: auto 15px;
	right: 45px;
}

.newsPic .next {
	background: url(../images/new/nextRight.png) no-repeat center center;
	background-size: auto 15px;
	right: 15px;
}

.columnRC {
	margin-left: 15px;
}

.c1TextListDl {
	height: 258px;
	overflow: hidden;
}

.c1TextListDl.gg {
	height: 150px;
	margin-bottom: 25px;
}

.c1TextListDl dt {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 25px;
}

.c1TextListDl dt .con .text .title {
	font-size: 18px;
	color: #333333;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.c1TextListDl dt .con .text .info {
	font-size: 14px;
	color: #666;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	margin-bottom: 20px;
}
.c1TextListDl.gg dd:hover .con .text .info,
.c1TextListDl dd:hover .con .text .info,
.c1TextListDl dt:hover .con .text .title{
	color: #317dda;
}
.c1TextListDl dd .con .text {
	overflow: hidden;
}

.c1TextListDl dd .con .text .time {
	overflow: hidden;
	margin-left: 40px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
	color: #999999;
}

.c1TextListDl dd .con .text .info {
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #333333;
}

.c1Down {
	height: 80px;
	background: url(../images/new/downBg.png) no-repeat left top;
	background-size: cover;
}

.c1Down .text {
	text-align: center;
	font-size: 18px;
	color: #fff;
}

.c1Down .text span {
	display: inline-block;
	padding-left: 70px;
	position: relative;
}

.c1Down .text span:before {
	display: block;
	content: '';
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 1px solid #fff;
	background: url(../images/new/downIcn.png)no-repeat center center;
	background-size: 20px auto;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -25px;
}

/* —————————— 第一通栏 end —————————— */
/* —————————— 第二通栏 start —————————— */
.column2 {
	background: #f5f5f5;
	padding: 40px 0 50px;
}

.c2ImgListDl {
	overflow: hidden;
	margin-right: -1px;
	overflow: hidden;
}
.c2ImgListDl dd {
	float: left;
	display: inline;
	width: 19.3333%;
}
.c2ImgListDl dd:first-child {
	width: 41.6%;
}
.c2ImgListDl dd .con {
	margin-right: 1px;
}
.c2ImgListDl dd .con .pic:before {
	padding-top: 129.3103%;
}
.c2ImgListDl dd.hover {
	width: 41.6%;
}
.c2ImgListDl dd .con .text {
	height: 50px;
	line-height: 50px;
	background: #fff;
	text-align: center;
	padding: 0 20px;
	font-size: 16px;
	color: #333333;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.c2ImgListDl dd:hover .con .text {
	background: #317dda;
	color: #fff;
}
.indexC2Con{
	width: 100%;
	height: 350px;
	overflow: hidden;
}
.c2ImgListUl{
	overflow: hidden;
}
.c2ImgListUl li{
	float: left;
	display: inline;
	width: 19.3333%;
	height: 350px;
}
.c2ImgListUl li.hover{
	width: 41.6%;
}
.c2ImgListUl li .picBox{
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	
}
.c2ImgListUl li .text {
	height: 50px;
	line-height: 50px;
	background: #fff;
	text-align: center;
	padding: 0 20px;
	font-size: 16px;
	color: #333333;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.c2ImgListUl li:hover .text {
	background: #317dda;
	color: #fff;
}
/* —————————— 第二通栏 end —————————— */
/* —————————— 第三通栏 start —————————— */
.column3 {
	background: #ffffff;
	padding: 30px 0 50px;
	overflow: hidden;
}

.indexC3Banner {
	position: relative;
}

.indexC3Banner .bd {
	overflow: hidden;
	margin: -10px;
}

.indexC3Banner .slick-list {
	overflow: visible;
}

.indexC3Banner .myslide {
	width: 20%;
	float: left;
	display: inline;
}

.indexC3Banner .prev,
.indexC3Banner .next {
	isplay: block;
	width: 38px;
	height: 38px;
	border-radius: 100%;
	top: 50%;
	cursor: pointer;
	position: absolute;
	margin-top: -19px;
	margin-left: -19px;
	z-index: 1;
	border: 1px solid #a4a4a4;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.indexC3Banner .prev {
	background: #fff url(../images/common/prevLIcn.png) no-repeat center center;
	background-size: 25px auto;
	left: -70px;
}

.indexC3Banner .next {
	background: #fff url(../images/common/nextRIcn.png) no-repeat center center;
	background-size: 25px auto;
	right: -70px;
}

.indexC3Banner .prev:hover,
.indexC3Banner .next:hover {
	border: 1px solid #317dda;
}

.indexC3Banner .prev:hover {
	background: #317dda url(../images/common/prevLIcnh.png) no-repeat center center;
	background-size: 25px auto;
}

.indexC3Banner .next:hover {
	background: #317dda url(../images/common/nextRIcnh.png) no-repeat center center;
	background-size: 25px auto;
}

.indexC3Banner .con {
	margin: 10px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	border: 1px solid #f5f5f5;
	position: relative;
}

.indexC3Banner .con:before {
	display: block;
	content: '';
	width: 100%;
	height: 5px;
	background: #317dda;
	position: absolute;
	top: -5px;
	left: 0;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
}

.indexC3Banner .con:hover {
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.indexC3Banner .con:hover:before {
	opacity: 1;
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}

.indexC3Banner .con .text {
	text-align: center;
	background-repeat: no-repeat;
	background-position: left top;
	background-size:cover;
	padding: 0 10px;
}

.indexC3Banner .con .text .icn {
	width: 85px;
	height: 140px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 20px;
	padding-top: 30px;
}

.indexC3Banner .con .text .icn img {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.indexC3Banner .con .text .icn span {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 100px;
	display: table-cell;
	vertical-align: bottom;
}

.indexC3Banner .con .text .title {
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.indexC3Banner .con .text .subTitle {
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.indexC3Banner .con .text .info {
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	padding: 0 10px;
	margin: 20px 0;
}

.indexC3Banner .con .text .moreView {
	font-size: 0;
	text-align: center;
	margin-bottom: 40px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.indexC3Banner .con .text .moreView a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 35px;
	color: #fff;
	background: #317dda;
	font-size: 14px;
	color: #fff;
}
.indexC3Banner .con:hover .text .moreView{
	opacity: 1;
	visibility: visible;
}
/* —————————— 第三通栏 end —————————— */
/* ============================== 首页 end ============================== */
</pre></body></html>