/*banner*/
.banner {
	width: 100%;
	height: 720px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.banner ul {
	position: relative;
}

.banner ul li {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.banner li div {
	height: 720px;
}

.banner ol {
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: 0;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner ol li {
	width: 60px;
	height: 5px;
	background: #fff;
	vertical-align: middle;
	transition: 0.3s;
}

.banner ol li+li {
	margin-left: 10px;
}

.banner ol li.cur {
	background: #ed6f1d;
	transition: 0.3s;
}

.banner>div {
	width: 36px;
	height: 72px;
	background-color: #000;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	cursor: pointer;
	z-index: 99;
	opacity: 0;
	transition: all 500ms ease;
}

.ban_btn_le {
	left: -36px;
	background: url(../img/banenrLeft.png) no-repeat center;
}

.ban_btn_ri {
	right: -36px;
	background: url(../img/banenrRight.png) no-repeat center;
}

.banner:hover .ban_btn_le {
	left: 30px;
	opacity: 1;
	transition: all 500ms ease;
}

.banner:hover .ban_btn_ri {
	right: 30px;
	opacity: 1;
	transition: all 500ms ease;
}

/*解决方案*/
.fa_c {
	width: 100%;
	background: url(../img/20200820084611_30702982.jpg) no-repeat center bottom;
	height: 732px;
	margin-bottom: 80px;
	position: relative;
	overflow: hidden;
	margin-top: -77px;
	padding-top: 77px;
}

.fa_before {
	content: '';
	width: 478px;
	height: 516px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -918px;
	animation: facBefore 8s infinite;
}

.fa_sc {
	padding: 80px 0;
}

.fa_tit {
	text-align: center;
	margin-bottom: 43px;
}

.ls {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	line-height: 100%;
}

.gj {
	font-size: 18px;
	color: #fff;
	opacity: .5
}

.linee {
	margin: 19px 0;
}

.ffaa {
	width: 1000%;
	position: relative;
}

.fa_cate {
	
}

.fa_cate li {
	width: 384px;
	float: left;
	text-align: center;
	margin-right: 23px;
	position: relative;
	overflow: hidden;
}

.fa_cc {
	padding: 46px;
	background: #fff;
}

.fa_ic {
	height: 143px;
	width: 143px;
	border-radius: 100%;
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.19);
	margin-top: -110px;
	position: relative;
	z-index: 1;
	background: #fff;
	transition: all 0.5s;
}

.fa_cate li:hover .fa_ic {
	transform: rotate(360deg);
	box-shadow: 0 0 30px rgba(15, 27, 129, 0.3);
}

.fa_ic img {
	margin-top: 47px;
}

.f_t {
	font-size: 23px;
	margin: 31px 0 30px 0;
}

.fa_nr {
	font-size: 14px;
	line-height: 25px;
}

.fa_zx {
	height: 38px;
	width: 132px;
	line-height: 38px;
	background: #1f35ff;
	margin: 0 auto;
	color: #fff;
	margin-top: 55px;
	border-radius: 30px;
	font-size: 14px;
	position: relative;
	z-index: 9;
	transition: all 0.3s;
}

.fa_cate li:hover .fa_zx {
	background: #fff;
	color: #0f1b81;
	font-weight: bold;
}

.xhx {
	width: 100%;
	height: 8px;
	background: #0f1b81;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.3s;
}

.fa_cate li:hover .xhx {
	border-radius: 100%;
	width: 460px;
	height: 300px;
	left: 50%;
	bottom: -180px;
	margin-left: -230px;
}

.multipleColumn {
	width: 1200px;
	overflow: hidden;
	position: relative;
	padding: 0 50px;
	margin: 0 auto;
}

.hd,
.bd {
	overflow: hidden;
}

.next {
	position: absolute;
	top: 50%;
	right: 1px;
}

.prev {
	position: absolute;
	top: 50%;
	left: 1px
}

@keyframes facBefore {
	0% {
		top: 0px
	}

	20% {
		top: 7px
	}

	40% {
		top: 2px
	}

	60% {
		top: 5px
	}

	80% {
		top: 16px
	}

	100% {
		top: 0px;
	}
}

/*优势*/
.ys_con {
	width: 100%;
	margin: 80px 0;
	overflow: hidden;
}

.ys_tc {
	text-align: center;
}

.ys_tit {
	font-size: 40px;
	font-weight: bold;
	color: #020518;
	margin-bottom: 6px;
}

.ys4 {
	color: #0f1b81;
}

.ys_xt {
	color: #333;
	font-size: 18px;
	margin-bottom: 48px;
}

.ys_cc {
	width: 100%;
	height: 500px;
	position: relative;
}

.ys_xic {
	height: 163px;
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 42px;
}

.ys1_ti {
	font-size: 22px;
	color: #020518;
	margin-top: 35px;
	margin-left: 19px;
}

.xbt {
	color: #0f1b81;
	font-weight: bold;
	font-size: 36px;
}

.ys_yhb {
	width: 66px;
	padding-top: 51px;
	position: relative;
	transform-origin: top center;
	animation: ysNumber 10s infinite;
}

.ys_cc:nth-child(2) .ys_yhb {
	animation-delay: 2s;
}

.ys_cc:nth-child(3) .ys_yhb {
	animation-delay: 4s;
}

.ys_cc:nth-child(4) .ys_yhb {
	animation-delay: 6s;
}

.ys_yhb:before {
	content: '';
	width: 1px;
	height: 51px;
	background: #0f1b81;
	position: absolute;
	top: 0;
	left: 50%;
}

.ys_number {
	width: 66px;
	height: 112px;
	border-radius: 66px;
	background: #0f1b81;
}

.ys_number i {
	display: block;
	text-align: center;
	padding-top: 23px;
}

.ys_sz {
	display: block;
	font-size: 42px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.ys_wz,
.ys_img {
	width: 960px;
	height: 500px;
	position: absolute;
	top: 0;
}

.ys_listo .ys_img,
.ys_listt .ys_wz {
	left: 50%;
	margin-left: -960px;
}

.ys_listo .ys_wz,
.ys_listt .ys_img {
	right: 50%;
	margin-right: -960px;
}

.ys_wz {
	padding-left: 49px;
	background: #f7f7f7;
	box-sizing: border-box;
	padding-right: 320px;
}

.wz2 {
	margin: 28px 0 40px 0;
}

.wwz {
	font-size: 14px;
	line-height: 30px;
	display: inline-block;
	width: 550px;
	vertical-align: top;
}

.ys_zx {
	width: 148px;
	height: 40px;
	line-height: 40px;
	background: #1f35ff;
	font-size: 14px;
	color: #fff;
	text-align: center;
	transition: all 0.5s;
}

.ys_zx:hover {
	width: 188px;
	box-shadow: 4px 5px 10px 0 rgba(36, 106, 215, 0.6);
}

.aa {
	margin-left: 20px;
}

.yuand {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	border: 1px solid #d2d2d2;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	margin-right: 4px;
}

.ys_ys {
	background: #fff;
	padding-left: 320px;
	box-sizing: border-box;
	padding-right: 47px;
}

.ys_img img {
	display: block;
	width: 100%;
}

@keyframes ysNumber {
	0% {
		transform: rotate(0deg)
	}

	20% {
		transform: rotate(-5deg)
	}

	40% {
		transform: rotate(2deg)
	}

	60% {
		transform: rotate(-10deg)
	}

	80% {
		transform: rotate(8deg)
	}

	100% {
		transform: rotate(0deg)
	}
}

/*products*/
.pro_bigc {
	background: url(../img/20200815092805_380310695.jpg) no-repeat center;
	height: 1100px;
	background-size: 100% 100%;
}

.pro_con {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.pro_lc {
	margin-top: 0;
	z-index: 99
}

.p_tt {
	font-size: 26px;
	color: #fff;
}

.pro_yt {
	font-size: 14px;
	color: #fff;
}

.pro_tit {
	display: flex;
	align-items: center;
}

.pro_tc {
	background: #0f1b81;
	padding: 37px;
}

.pro_timg {
	margin-left: 16px;
	display: flex;
	align-items: center;
}

.rem_c {
	position: relative;
	width: 1200px;
	height: 62px;
	display: flex;
	margin: 0 auto;
	align-items: center;
}

.rem_c li {
	font-size: 14px;
	color: #666;
}

ul.rem_c li a {
	color: #666;
	margin: 0 15px;
}

.sous {
	font-size: 16px !important;
	color: #020518 !important
}

.rm {
	color: #0f1b81;
}

.sous_img {
	position: absolute;
	width: 36px;
	height: 52px;
	right: 0;
}

.ss_input {
	width: 100px;
	height: 30px;
	position: absolute;
	top: 0;
	left: -103px;
}

.ss_icon {
	margin-left: 81px;
	display: flex;
	align-items: center;
	z-index: 99;
}

.ss_input input {
	width: 100px;
	height: 20px;
	border-radius: 3px;
	border: 1px solid #666;
	font-size: 10px;
}

.pro_cate td b {
	font-size: 0;
}

.pro_cate td b a {
	font-size: 16px;
}

.pro_cate tr {
	display: flex;
	flex-direction: column;
	background: #fff;
	position: relative;
}

td#showtyepname div {
	display: flex;
	flex-direction: column;
}

.pro_cate tr td b a {
	line-height: 59px;
	padding-left: 70px;
}

.pro_cate tr.cur td b a {
	color: #1f35ff !important;
}

.pro_cate tr td:first-child {
	border-bottom: 1px solid #f1f1f1;
	width: 100%;
}

td#showtyepname div {
	line-height: 36px;
	padding-top: 5px;
	padding-left: 70px;
}

#showtyepname a {
	padding-left: 5px;
	position: relative;
	font-size: 14px !important
}

.pro_cate tr td b a:before,
.pro_cate tr td b a:after {
	content: '';
	position: absolute;
	transition: 0.5s;
}

.pro_cate tr td b a:before {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	border: 1px solid #333333;
	top: 26px;
	left: 51px;
}

.pro_cate tr.cur td b a:before {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	border: 1px solid #0f1b81;
	top: 26px;
	left: 40px;
}

.pro_cate tr.cur td b a:after {
	width: 11px;
	height: 1px;
	background: #0f1b81;
	top: 32px;
	left: 52px;
}

#showtyepname div a:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	border: 1px solid #d0d0d0;
	top: 16px;
	left: -15px;
}

#showtyepname div .cur2:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	border: 1px solid #0f1b81 !important;
	top: 16px;
	left: -15px;
}

.cur2 {
	color: #1f35ff !important;
	font-weight: bold !important;
}

#showtyepname {
	display: none;
}

#showtyepname a {
	color: #666;
	text-decoration: none;
}

#showtyepname a:hover {
	text-decoration: none;
	color: #0f1b81;
}

.pro_js .divproduct_new_div_item {
	display: flex;
	flex-direction: row-reverse;
}

.pro_js .product_div_item_pic {
	overflow: hidden;
}

.pro_js .product_div_item_pic img {
	width: 310px;
	transition: all 0.5s;
}

.pro_js .divproduct_new_div_item:hover .product_div_item_pic img {
	transform: scale(1.1);
}

.pro_rc {
	width: 886px;
}

.pro_jsl {
	padding: 34px;
	background: #fff;
	position: relative
}

.pro_js .divproduct_new_div_item_content {
	margin-left: 30px;
}

.pro_js .divproduct_new_div_item_a {
	font-size: 18px !important;
	font-weight: bold;
	margin-top: 7px;
}

.pro_js a.divproduct_new_div_item_a:link {
	color: #020518;
}

.pro_js .divproduct_new_div_item_body {
	margin: 24px 0 38px 0;
	line-height: 25px;
	font-size: 14px;
	color: #666;
}

.pro_ic {
	display: flex;
	justify-content: space-between;
}

.pro_ic li {
	text-align: center;
	border: 1px dotted #e4e4e4;
	width: 82px;
	height: 82px;
}

.pro_ic li img {
	margin-top: 16px;
}

.pro_zx {
	display: flex;
	margin-top: 37px;
}

.pro_a1,
.pro_a2 {
	width: 150px;
	height: 37px;
	line-height: 37px;
	display: flex;
	align-items: center;
	color: #fff;
	justify-content: center;
	transition: all 0.5s;
}

.pro_a1 {
	background: #0f1b81
}

.pro_a2 {
	background: #1f35ff
}

.pro_zx a>div:hover {
	width: 196px;
}

.pro_a1 img,
.pro_a2 img {
	margin-right: 6px;
}

.ppro {
	width: 470px;
	position: absolute;
	top: 160px;
	right: 41px;
}

.pro_slide {
	width: 840px;
	overflow: hidden;
	position: relative
}

.ppr_slide .product_div_item_pic img {
	width: 260px;
}

.ppr_slide .divproduct_new_div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 27px;
}

.ppr_slide .divproduct_new_div .divproduct_new_div_item {
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
}

.ppr_slide .divproduct_new_div_item .product_div_item_pic img {
	width: 260px;
	height: 260px;
	transition: all 0.5s;
}

.ppr_slide .divproduct_new_div_item:hover .product_div_item_pic img {
	transform: scale(1.1);
}
.ppr_slide .divproduct_new_div_item .product_div_item_pic a{
	text-decoration: none;
}
.ppr_slide .divproduct_new_div_item .product_div_item_pic p{
	text-align: center;
	
}


ul.pro_yd {
	display: flex;
	margin: 0 18px;
}

ul.pro_yd li {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	border: 2px solid #0f1b81;
	font-size: 0;
	cursor: pointer;
}

ul.pro_yd li+li {
	margin-left: 5px;
}

.ppr_ann {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 32px;
}

ul.pro_yd .on {
	background: #1f35ff !important;
	border: 2px solid #1f35ff;
}

.ppr_slide .tempWrap {
	margin-top: 28px;
}

.pro_prev,
.pro_next {
	cursor: pointer;
}

.pro_js .divproduct_new_div_item_content {
	width: 480px;
}

.link_le a {
	font-size: 22px !important;
	font-weight: bold;
	color: #020518;
	display: block;
}

.nzm {
	color: #0f1b81 !important
}

.pro_cate tr td {
	padding-top: 0 !important;
}

/*应用*/
.ind_box {
	margin: 80px auto !important;
}

.ib_tab {
	margin-bottom: 50px;
}

.ib_tab tr {
	font-size: 0;
	text-align: center;
}

.ib_tab td {
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.ib_tab td+td {
	margin-left: 5px;
}

.ib_tab td:before {
	content: '';
	width: 0;
	height: 32px;
	background: #0f1b81;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
}

.ib_tab td.on:before {
	width: 100%;
	transition: 0.5s;
}

.ib_tab td a {
	display: block;
	line-height: 32px !important;
	padding: 0 15px;
	position: relative;
	font-size: 16px;
	color: #777;
}

.ib_tab td.on a {
	color: #fff;
}

.yy_t {
	color: #020518 !important
}

.yy_t2 {
	color: #020518 !important
}

.ib_con {
	position: relative;
}

.ibc_right {
	width: 790px;
	height: 531px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	z-index: 2;
}

.ibc_right .divdgweb_new_div_item {
	width: 790px;
	position: relative;
	overflow: hidden;
}

.ibc_right .divdgweb_new_div_item img {
	width: 100%;
	height: auto;
}

.ib_con tr {
	display: block;
	font-size: 0;
	position: relative;
}

.ib_con tr+tr {
	margin-left: 410px;
	margin-top: -247px;
}

.ib_con td {
	width: 380px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}

.ib_con td.ibtd_2,
.ib_con td.ibtd_3 {
	display: block;
	margin-top: 24px;
}

.ib_con td div,
.ibc_right .divdgweb_new_div_item_content {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(15, 27, 129, 0.5);
	position: absolute;
	top: 0;
	left: -100%;
	transition: 0.5s;
}

.ib_con td:hover div,
.ibc_right .divdgweb_new_div_item:hover .divdgweb_new_div_item_content {
	left: 0;
	transition: 0.5s;
}

.ib_con td div a,
.ibc_right .divdgweb_new_div_item_title a {
	display: table-cell;
	vertical-align: middle;
	line-height: 100%;
	color: #fff;
	position: relative;
	font-size: 20.5px
}

.ib_con tr+tr td+td {
	margin-left: 30px;
}

/*company*/
.com_bg {
	width: 100%;
	height: 645px;
	background: url(../img/20200619212606_2146986717.png) no-repeat center;
	padding: 96px 0;
}

.com_le {
	margin-left: 215px;
}

.com_ri {
	width: 550px;
	height: 453px;
	background: #fff;
	padding: 45px;
}

.cr_t p {
	font-size: 26px;
	color: #073373;
	margin-bottom: 20px;
}

.cr_t span {
	font-size: 16px;
	color: #cfcfcf;
}

.cr_c {
	margin-top: 30px;
}

.cr_c span {
	line-height: 32px;
	color: #888;
}

.cr_c button {
	display: block;
	margin-top: 77px;
	width: 106px;
	height: 34px;
	border: 1px solid #99c634;
	background: none;
	padding: 0;
	transition: 0.5s;
}

.cr_c button:hover {
	width: 156px;
	transition: 0.5s;
}

.cr_c button a {
	height: 32px;
	line-height: 32px;
	display: block;
	font-size: 14px;
	color: #99c634;
}

.ib_con tr td {
	padding-left: 0 !important
}

.ib_con {
	min-width: 1200px;
}

/*公司介绍*/
.jj_con {
	background: url(../img/20200820095239_1705486184.jpg) no-repeat center bottom;
	padding-top: 50px;
	height: 645px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: -50px 0 50px;
	position: relative;
	overflow-x: hidden;
}

.jj_before {
	content: '';
	width: 428px;
	height: 358px;
	position: absolute;
	top: 0;
	right: 50%;
	margin-right: -960px;
	animation: jjconBefore 8s infinite;
}

.jj_nr {
	display: flex;
	margin-top: 55px;
	margin-left: 210px;
	position: relative;
}

.jj_nr img {
	display: block;
}

.jj_wz {
	width: 531px;
	height: 453px;
	background: #fff;
	padding: 43px 57px 0 41px;
	box-sizing: border-box;
	margin-left: 460px;
	position: relative;
	z-index: 2;
}

.jj_tit {
	font-size: 26px;
	color: #0f1b81;
}

.jj_xt {
	font-size: 14px;
	color: #020518;
	margin: 19px 0 30px 0;
	font-weight: 600
}

.jj_js {
	font-size: 14px;
	color: #666;
	line-height: 30px;
}

.jj_more {
	width: 106px;
	height: 34px;
	line-height: 34px;
	color: #1f35ff;
	border: 1px solid #1f35ff;
	text-align: center;
	font-size: 14px;
	margin-top: 76px;
	cursor: pointer;
	display: block;
	transition: all 0.5s;
}

.jj_more:hover {
	width: 156px;
	background: #1f35ff;
	color: #fff;
	box-shadow: 4px 5px 10px 0 rgba(36, 106, 215, 0.6);
}

@keyframes jjconBefore {
	0% {
		top: 0
	}

	20% {
		top: 7px
	}

	40% {
		top: 3px
	}

	60% {
		top: 22px
	}

	80% {
		top: 8px
	}

	100% {
		top: 0px;
	}
}

/*荣誉*/
.ry_con {
	margin-bottom: 80px;
	overflow: hidden;
}

.ryy_c {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 100px;
	position: relative;
}

.ry_cate {
	width: 1200px;
}

.ry_fl {
	display: flex;
	text-align: center;
}

.ry_box {
	position: relative;
	margin-top: 42px;
}

.ry_fl li {
	width: 33.33%;
	padding-bottom: 15px;
	cursor: pointer;
}

.l1 {
	border-bottom: 3px solid #020518;
}

.l2 {
	border-bottom: 3px solid #bcbcbc;
}

.l3 {
	border-bottom: 3px solid #020518;
}

.ry_prev,
.ry_next {
	width: 63px;
	height: 63px;
	border-radius: 100%;
	background: #0f1b81;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
}

.ry_box td {
	border: 1px solid #eee;
	padding-left: 0 !important;
	margin-right: 7px;
}

.ry_box td div {
	position: relative;
}

.ry_tp {
	display: flex;
}

.ry_box table {}

.tupian_ry {
	width: 1200px;
	overflow: hidden;
	position: relative;
	z-index: 999;
}

.tupian_ry tr {
	padding-bottom: 40px !important;
}

.ry_prev {
	left: -84px;
	top: 20%;
}

.ry_next {
	right: -84px;
	top: 20%;
}

.ryy2 .ry_next {
	top: 40%;
}

.ryy2 .ry_prev {
	top: 40%;
}

.ryy3 .ry_next {
	top: 26%;
}

.ryy3 .ry_prev {
	top: 26%;
}

.ry_box table tr {
	display: flex;
}

.ry_box td div a {
	margin: 15px 0;
	font-size: 14px;
	color: #212121;
}

.ry_box td:hover{
	border-color: #0f1b81;
}

.ry2 td {
	border: none;
}

ul.ry_fl li a {
	color: #020518;
	font-size: 18px;
}

.ry_fl li.on {
	border-bottom: 3px solid #0f1b81;
}

.ry_fl li.on a {
	font-size: 18px;
	color: #0f1b81;
	font-weight: bold;
}

/*news*/
.news_con {
	width: 1200px;
	margin: 80px auto 140px;
}

.nc_title {
	text-align: center;
	margin-bottom: 60px;
}

.nc_title span {
	font-size: 26px;
	font-weight: bold;
	color: #9e9e9e;
	line-height: 1em;
}

.nc_title em {
	font-size: 60px;
	font-weight: bold;
	color: #0759a9;
	line-height: 1em;
	margin-top: 20px;
}

.nc_tab {
	text-align: center;
	margin-bottom: 50px;
}

.nc_tab li {
	width: 100%;
	background: #fff;
	text-align: center;
	line-height: 56px;
	position: relative;
	transition: 0.5s;
	height: 50px;
}

.nc_tab li.cur {
	background: #0f1b81 !important;
	transition: 0.5s;
}


.nc_tab li a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	transition: 0.5s;
}

.nc_tab li.cur a {
	color: #fff;
	transition: 0.5s;
}

.ncl_li+.ncl_li {
	display: none;
}

.ncll_le {
	width: 540px;
	float: left;
	margin-right: 59px;
	position: relative
}

.ncll_le .news_div_item {
	position: relative;
}

.ncll_le img {
	display: block;
	margin: 0 auto;
	height: 320px;
}

.ncll_le .news_div_item_pic {
	margin-bottom: 30px;
	height: 300px;
}

.ncll_le .news_div_item_date {
	top: 330px;
	left: 0;
}

.news_div_item_date {
	width: 102px;
	height: 112px;
	background: #0f1b81;
	border-radius: 4px;
	position: absolute;
	text-align: center;
	color: #fff;
	font-size: 0;
	padding-top: 10px;
}

.news_div_item_content {
	text-align: left;
	padding-left: 125px;
	padding-top: 8px;
}

.news_div_item_content .news_div_item_a {
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
	display: block;
	margin-top: 10px;
	overflow: hidden;
}

.news_div_item_content .news_div_item_body {
	font-size: 16px;
	line-height: 22px;
	color: #c5c5c5;
	margin-top: 15px;
}

.news_div_item_day {
	display: block;
	font-size: 46px;
	font-weight: bold;
	line-height: 1em;
}

.news_div_item_year,
.news_div_item_month {
	font-size: 16px;
	display: inline-block;
	line-height: 1em;
	vertical-align: top;
	border-top: 1px solid #fff;
	margin-top: 6px;
	padding-top: 12px;
}

.ncll_ri {
	width: 592px;
	float: left;
	box-sizing: border-box;
	position: relative;
}

.ncll_ri .news_div_item {
	display: block;
	position: relative;
	height: 156px;
	padding: 20px !important;
	transition: 0.5s;
	box-sizing: border-box;
}

.ncll_ri .news_div_item:hover {
	box-shadow: 0 0 20px rgba(15, 27, 129, 0.2);
	transition: 0.5s;
}

.ncll_ri .news_div_item_pic {
	display: none;
}

.ncll_ri .news_div_item_date {
	top: 50%;
	left: 20px;
	margin-top: -56px;
	box-sizing: border-box;
}

ul.lb {
	display: flex;
	justify-content: center;
}

.cl {
	clear: both
}

.news_tit {
	font-size: 40px;
	color: #020518;
	font-weight: bold;
}

.news_tit span {
	color: #0f1b81;
	font-size: 40px
}

.news_xt {
	font-size: 18px;
	color: #333;
	margin-top: 8px;
}

.pp,
.pp2 {
	position: absolute;
	bottom: -102px;
	right: 0;
	background: #0f1b81;
	font-size: 14px;
	color: #fff;
	text-align: center;
	width: 122px;
	height: 33px;
	line-height: 33px;
	border-radius: 5px;
	display: block;
}

.pp2 {
	bottom: -62px;
}

.news_div_item_content .news_div_item_a {
	color: #020518
}

.lb li a {
	color: #fff;
	font-size: 16px !important;
}

.news_hy {
	background: #86868a !important;
}

.news_cj {
	background: #616267 !important;
}