.bg_425466 {
	background: #425466;
}

.base_color {
	color: #bd2e0d !important;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.m_top40 {
	margin-top: 40px !important
}

.w1300 {
	width: 1300px;
	margin: 0 auto
}


/*banner*/

.banner_top {
	background-color: rgba(66, 84, 102, 0.5);
	height: 298px;
	width: 100%;
	min-width: 1300px;
	position: absolute;
	bottom: 7.56%;
}

.banner_top_bg {
	width: 365px;
	height: 220px;
	background: url(../img/banner_top_bg.png) no-repeat top center;
	color: #fff;
}

.banner_top_bg p {
	font-size: 36px;
	padding-top: 30px
}

.banner_top_bg em {
	font-size: 16px
}

.banner_top_bg_right {
	padding-top: 30px;
}

.banner_top_bg_right p {
	font-size: 14px;
	color: #fff;
	line-height: 2;
}

.banner_top_bg_right p em {
	font-size: 14px;
	color: #adadad;
	line-height: 2;
}


/*top*/

.top_bg {
	background: url(../img/top_bg.png) repeat-x top center;
	width: 100%;
	min-width: 1300px;
	height: 40px;
	position: absolute;
	top: 0;
	z-index: 6;
	-webkit-transition: opacity 2s;
	transition: opacity 2s;
}

.top_bg ol {
	float: right;
	margin: 10px 0 0 34px;
	position: relative;
	cursor: pointer;
}

.top_bg ol:nth-of-type(5) {
	background: url('../img/top_ico.png') no-repeat 0 0;
	width: 25px;
	height: 21px;
}

.top_bg ol:nth-of-type(4) {
	background: url('../img/top_ico.png') no-repeat -62px 0;
	width: 20px;
	height: 21px;
}

.top_bg ol:nth-of-type(3) {
	background: url('../img/top_ico.png') no-repeat -118px -3px;
	width: 25px;
	height: 17px;
}

.top_bg ol:nth-of-type(2) {
	background: url('../img/top_ico.png') no-repeat -180px 0;
	width: 18px;
	height: 22px;
}

.top_bg ol:nth-of-type(1) {
	/* background: url('../img/top_ico.png') no-repeat -231px -1px; */
	width: 106px;
	height: 20px;
}


/*2019年12月2日15:42:18 顶部特效*/

.top_bg ol div {
	display: none
}

.top_bg ol:nth-of-type(5):hover div {
	display: block;
	width: 200px;
	height: 232px;
	background: rgba(255, 255, 255, 0.9);
	padding-top: 20px;
	position: absolute;
	top: 38px;
	left: -90px;
	box-shadow: 0 0 10px rgba(55, 56, 57, 0.34);
	text-align: center;
}

.top_bg ol:nth-of-type(5) div:before {
	background: #fff none repeat scroll 0 0;
	box-shadow: -1px -1px 2px -1px rgba(55, 56, 57, 0.34);
	content: "";
	display: block;
	height: 20px;
	left: 90px;
	position: absolute;
	top: -18px;
	-webkit- transform: rotate(45deg) translate(6px, 6px);
	transform: rotate(45deg) translate(6px, 6px);
	width: 20px;
}

.top_bg ol:nth-of-type(4):hover div {
	display: block;
	width: 300px;
	height: 130px;
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	top: 38px;
	left: -140px;
	box-shadow: 0 0 10px rgba(55, 56, 57, 0.34);
	text-align: center;
}

.top_bg ol:nth-of-type(4) div:before {
	background: #fff none repeat scroll 0 0;
	box-shadow: -1px -1px 2px -1px rgba(55, 56, 57, 0.34);
	content: "";
	display: block;
	height: 20px;
	left: 140px;
	position: absolute;
	top: -18px;
	-webkit- transform: rotate(45deg) translate(6px, 6px);
	transform: rotate(45deg) translate(6px, 6px);
	width: 20px;
}

.top_bg ol:nth-of-type(4) div p:nth-of-type(1) {
	font-weight: bold;
	font-size: 21px;
	line-height: 2;
	color: #bd2e0d;
	margin-top: 10px;
}

.top_bg ol:nth-of-type(4) div p:nth-of-type(2),
.top_bg ol:nth-of-type(4) div p:nth-of-type(3) {
	font-size: 16px;
	line-height: 2;
	color: #666666
}

	{
	font-size: 21px;
	line-height: 2;
	color: #bd2e0d
}

.top_bg ol:nth-of-type(3):hover div {
	display: block;
	width: 280px;
	height: 68px;
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	top: 38px;
	left: -130px;
	box-shadow: 0 0 10px rgba(55, 56, 57, 0.34);
	text-align: center;
	line-height: 68px;
	font-size: 16px;
	font-weight: bold;
	color: #29343f
}

.top_bg ol:nth-of-type(3) div:before {
	background: #fff none repeat scroll 0 0;
	box-shadow: -1px -1px 2px -1px rgba(55, 56, 57, 0.34);
	content: "";
	display: block;
	height: 20px;
	left: 130px;
	position: absolute;
	top: -18px;
	-webkit- transform: rotate(45deg) translate(6px, 6px);
	transform: rotate(45deg) translate(6px, 6px);
	width: 20px;
}


/*end 2019年12月2日15:42:18 顶部特效*/

.top_nav_bg {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
	background: #fff;
	height: 92px;
	width: 100%;
	min-width: 1300px;
	position: absolute;
	top: 40px;
	z-index: 5;
	-webkit-transition: opacity 2s;
	transition: opacity 2s;
}

.logo {
	width: 462px;
	position: absolute;
	top: -15px;
	left: 0
}


/*导航特效*/

.nav {
	width: 790px;
	position: absolute;
	left: 462px;
}

.nav .hd li {
	float: left;
	font-size: 16px;
	color: #111111;
	margin: 0 0 0 70px;
	position: relative;
	cursor: pointer;
	height: 92px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
}

.nav .hd li>a {
	color: #111111;
}

.nav_color>a {
	color: #bd2e0d !important
}

.nav .hd li:nth-of-type(1) {
	width: 81px;
	text-align: center;
}

.nav .bd,
.nav .bd1,
.nav .bd2 {
	position: absolute;
	top: 92px;
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
	line-height: 2;
	display: none;
	z-index: -1;
}

.nav .bd {
	left: 0;
}

.nav .hd li:hover .bd {
	display: block;
	width: 192px;
	height: 130px;
	-webkit-animation: sub-nav-show .5s;
	animation: sub-nav-show .5s
}

.nav .hd li:hover .bd ol a {
	color: #111
}

.nav .hd li:hover .bd ol {
	position: relative;
	line-height: 2;
	padding-left: 40px;
	text-align: left;
}

.nav .hd li .bd ol:hover a {
	color: #bd2e0d;
}

.nav .bd ol:hover:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
	/*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
	line-height: 0;
	/* 字体大小和行高, 导致盒子呈现被撑开的长矩形 */
	border-width: 10px;
	border-style: solid;
	/*ie6下会出现不透明的兼容问题*/
	border-color: transparent transparent transparent #bd2e0d;
	left: 20px;
	top: 7px;
}


/*第一个导航end*/


/*第二个导航*/

.nav .bd1 {
	left: -811px;
}

.nav .hd li:hover .bd1 {
	display: block;
	width: 1558px;
	/*height: 865px;*/
	padding-bottom: 60px;
	-webkit-animation: sub-nav-show .5s;
	animation: sub-nav-show .5s
}

.nav .hd li .bd1 dl {
	width: 173px;
	margin-top: 50px;
	float: left;
	-webkit-transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
	transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
	position: relative;
}

.nav .hd li:hover .bd1 dl:before {
	height: 100%;
	position: absolute;
	content: "";
	left: 0;
	background-color: #bd2e0d;
	width: 1px;
	-webkit-animation-name: topIn;
	animation-name: topIn;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes topIn {
	from {
		height: 0;
	}

	to {
		height: 100%;
	}
}

@keyframes topIn {
	from {
		height: 0;
	}

	to {
		height: 100%;
	}
}

.nav .hd li:hover .bd1 dl:nth-of-type(1) {
	border: none;
	margin-left: 129px;
}

.nav .hd li:hover .bd1 dl dt {
	width: 150px;
	height: 40px;
	background: #bd2e0d;
	border-radius: 3px;
	font-size: 16px;
	color: #fff;
	margin: 0 auto;
	line-height: 40px;
}

.nav .hd li:hover .bd1 dl dd a {
	position: relative;
	display: block;
	color: #111;
	text-align: left;
	padding-left: 40px;
	font-size: 14px
}

.nav .hd li:hover .bd1 dl dd a:hover {
	color: #bd2e0d !important
}

.nav .hd li:hover .bd1 dl dd a:hover:before {
	/*小三角*/
	color: red;
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
	/*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
	line-height: 0;
	/* 字体大小和行高, 导致盒子呈现被撑开的长矩形 */
	border-width: 10px;
	border-style: solid;
	/*ie6下会出现不透明的兼容问题*/
	border-color: transparent transparent transparent #bd2e0d;
	left: 20px;
	top: 7px;
}

.bd1_title {
	font-size: 20px;
	color: #111;
	position: relative;
	clear: left;
	float: left;
	margin: 40px 0 10px 20px;
	padding-left: 30px
}

.bd1_title em {
	font-size: 14px;
}

.bd1_title:before {
	position: absolute;
	content: "";
	width: 24px;
	height: 23px;
	background: url(../img/bd1_title.png) no-repeat;
	left: 0;
	top: 5px;
}

.bd1_title_con {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	justify-content: center;
	width: 1300px;
	height: 114px
}

.bd1_title_con span {
	width: 120px;
	height: 114px;
	text-align: center;
	margin: 0 20px;
	font-size: 14px;
	color: #111;
}

.bd1_title_con span img {
	height: 80px;
	box-shadow: 0 0 10px #000
}


/*第二个导航end*/


/*第三个导航*/

.nav .bd2 {
	left: -970px;
	overflow: hidden;
}

.nav .hd li:hover .bd2 {
	display: block;
	width: 1558px;
	/*height: 865px;*/
	padding-bottom: 60px;
	-webkit-animation: sub-nav-show .5s;
	animation: sub-nav-show .5s
}

.nav .hd li:hover .bd2 ul {
	width: 1300px;
	margin: 50px auto 0 auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-pack: left;
	justify-content: left;
}

.nav .hd li .bd2 li {
	width: 206px;
	height: 144px;
	margin: 25px;
	opacity: 0;
}

.nav .hd li .bd2 li:nth-of-type(1),
.nav .hd li .bd2 li:nth-of-type(6),
.nav .hd li .bd2 li:nth-of-type(11) {
	margin: 25px 25px 25px 0;
}

.nav .hd li .bd2 li:nth-of-type(5),
.nav .hd li .bd2 li:nth-of-type(10),
.nav .hd li .bd2 li:nth-of-type(15) {
	margin: 25px 0 25px 25px;
}

.nav .hd li:hover .bd2 li {
	opacity: 1
}

.nav .hd li:hover .bd2 .leftIn {
	-webkit-animation-name: leftIn;
	animation-name: leftIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

@-webkit-keyframes leftIn {
	from {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
		opacity: 0;
	}

	to {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes leftIn {
	from {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
		opacity: 0;
	}

	to {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

.delay200 {
	-webkit-animation-delay: 100ms;
	animation-delay: 100ms;
	-webkit-animation-fill-mode: backwards !important;
	animation-fill-mode: backwards !important;
}

.delay400 {
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms;
	-webkit-animation-fill-mode: backwards !important;
	animation-fill-mode: backwards !important;
}

.delay600 {
	-webkit-animation-delay: 300ms;
	animation-delay: 300ms;
	-webkit-animation-fill-mode: backwards !important;
	animation-fill-mode: backwards !important;
}

.delay800 {
	-webkit-animation-delay: 400ms;
	animation-delay: 400ms;
	-webkit-animation-fill-mode: backwards !important;
	animation-fill-mode: backwards !important;
}

.delay1000 {
	-webkit-animation-delay: 500ms;
	animation-delay: 500ms;
	-webkit-animation-fill-mode: backwards !important;
	animation-fill-mode: backwards !important;
}

.delay1200 {
	-webkit-animation-delay: 600ms;
	animation-delay: 600ms;
	-webkit-animation-fill-mode: backwards !important;
	animation-fill-mode: backwards !important;
}

.delay1400 {
	-webkit-animation-delay: 700ms;
	animation-delay: 700ms;
	-webkit-animation-fill-mode: backwards !important;
	animation-fill-mode: backwards !important;
}

.delay1600 {
	-webkit-animation-delay: 800ms;
	animation-delay: 800ms;
	-webkit-animation-fill-mode: backwards !important;
	animation-fill-mode: backwards !important;
}

.delay1800 {
	-webkit-animation-delay: 900ms;
	animation-delay: 900ms;
	-webkit-animation-fill-mode: backwards !important;
	animation-fill-mode: backwards !important;
}

.delay2000 {
	-webkit-animation-delay: 1000ms;
	animation-delay: 1000ms;
	-webkit-animation-fill-mode: backwards !important;
	animation-fill-mode: backwards !important;
}

.delay2200 {
	-webkit-animation-delay: 1100ms;
	animation-delay: 1100ms;
	-webkit-animation-fill-mode: backwards !important;
	animation-fill-mode: backwards !important;
}

.delay2400 {
	-webkit-animation-delay: 1200ms;
	animation-delay: 1200ms;
	-webkit-animation-fill-mode: backwards !important;
	animation-fill-mode: backwards !important;
}

.delay2600 {
	-webkit-animation-delay: 1300ms;
	animation-delay: 1300ms;
	-webkit-animation-fill-mode: backwards !important;
	animation-fill-mode: backwards !important;
}

.delay2800 {
	-webkit-animation-delay: 1400ms;
	animation-delay: 1400ms;
	-webkit-animation-fill-mode: backwards !important;
	animation-fill-mode: backwards !important;
}

.delay3000 {
	-webkit-animation-delay: 1500ms;
	animation-delay: 1500ms;
	-webkit-animation-fill-mode: backwards !important;
	animation-fill-mode: backwards !important;
}

.nav .hd li .bd2 li a:hover {
	box-shadow: 0 0 10px red
}

.nav .hd li .bd2 li a {
	display: block;
	border: 1px solid #fff;
	border-radius: 5px;
	width: 100%;
	height: 100%
}

.bd2 li img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.bd2_title {
	font-size: 20px;
	color: #111;
	position: relative;
	clear: left;
	float: left;
	margin: 50px 0 30px 0;
	padding-left: 40px;
}

.bd2_title em {
	font-size: 14px;
}

.bd2_title:before {
	position: absolute;
	content: "";
	width: 27px;
	height: 27px;
	background-image: url(../img/bd2_title.png);
	background-repeat: no-repeat;
	background-size: contain;
	left: 0;
	top: 5px;
}

.bd2_title_con {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-pack: left;
	justify-content: left;
	width: 1300px;
	height: 114px;
}

.bd2_title_con span {}


/*第三个结束*/


/*导航特效*/

@-webkit-keyframes sub-nav-show {
	0% {
		opacity: .1
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes sub-nav-show {
	0% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
		opacity: .1
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}
}


/*搜索框*/

.search {
	margin-top: 30px;
	position: relative;
}

.mxf {
	position: absolute;
	right: 0px;
	bottom: 200px;
	width: 332px;
	height: 64px;
	background: #cecfd1;
	z-index: 2;
	opacity: 0;
	-webkit-transition: bottom 1s, opacity 1s;
	transition: bottom 1s, opacity 1s;
}

.mxf dl {
	display: -webkit-box;
	display: flex;
	color: #fff;
	border: solid 1px #dadcdd;
	width: 310px;
	height: 42px;
	border-radius: 4px;
	background: #fff;
	margin: 10px 0 0 10px;
}

.mxf dl dt input {
	width: 40px;
	height: 40px;
	background: url(../img/seacher.png) no-repeat center center;
	display: inline-block;
}

.mxf dl dd input {
	width: 254px;
	height: 40px;
	padding-left: 16px;
}

.search:hover .mxf {
	bottom: -90px;
	opacity: 1;
}

.close1,
.close2,
.close {
	cursor: pointer;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	border: 1px solid #c0492e;
	display: inline-block;
	position: absolute;
	right: 130px;
	top: 20px;
	color: #c0492e;
}


/*侧边悬浮导航*/

@media screen and (max-width: 1600px) {
	.nav_left {
		width: 167px;
		height: 683px;
		background: url(../img/nav_left.png) no-repeat top left;
		position: fixed;
		left: -150px;
		top: 50%;
		margin-top: -310px;
		z-index: 20;
		-webkit-transition: left 2s;
		transition: left 2s;
		border-radius: 6px;
		box-shadow: 0 0 10px 1px #000;
	}

	.nav_left:hover {
		left: 0;
	}

	.nav_right {
		width: 174px;
		height: 580px;
		background: url(../img/nav_right.png) no-repeat top left;
		position: fixed;
		right: -154px;
		top: 50%;
		margin-top: -290px;
		z-index: 20;
		-webkit-transition: right 2s;
		transition: right 2s;
		border-radius: 6px;
		box-shadow: 0 0 10px 1px #000;
	}

	.nav_right:hover {
		right: 0;
	}
}

@media screen and (min-width: 1600px) {
	.nav_left {
		width: 167px;
		height: 683px;
		background: url(../img/nav_left.png) no-repeat top left;
		position: fixed;
		left: 0;
		top: 50%;
		margin-top: -310px;
		z-index: 20;
		border-radius: 6px;
		box-shadow: 0 0 10px 1px #000;
	}

	.nav_right {
		width: 174px;
		height: 580px;
		background: url(../img/nav_right.png) no-repeat top left;
		position: fixed;
		right: 0px;
		top: 50%;
		margin-top: -290px;
		z-index: 20;
		border-radius: 6px;
		box-shadow: 0 0 10px 1px #000;
	}

}

.nav_left ul {
	margin-top: 150px;
	text-align: left;
}

.nav_left li {
	width: 158px;
	height: 42px;
	position: relative;
	line-height: 42px;
}



.nav_left li:hover {
	background: #bd2e0d;
}

.nav_left li a {
	font-size: 14px;
	color: #111111;
	padding-left: 20px;
}

.nav_left li a em {
	font-size: 12px;
	color: #bebebe
}

.nav_left li:hover a {
	font-size: 14px;
	color: #fff
}

.nav_left li:hover a em {
	font-size: 12px;
	color: #bd2e0d
}

.zu_but {
	display: inline-block;
	width: 152px;
	height: 35px;
	margin: 70px 0 0 20px;
}


/*右侧悬浮*/


.nav_right ul {
	width: 160px;
	margin: 120px 0 0 0;
}

.nav_right ul li {
	height: 56px;
	width: 174px;
}

.nav_right ul li:hover {
	background: url(../img/nav_right_item_bg.png) no-repeat top left;
}

.nav_right ul li a {
	padding: 8px 0 8px 15px;
	height: 40px;
	display: flex;
	align-items: center;
}

.nav_center {
	width: 567px;
	height: 352px;
	background: url(../img/nav_center.jpg) no-repeat top left;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -155px;
	margin-left: -283px;
	z-index: 20;
	/*-webkit-transition: left 2s;
        transition: left 2s;*/
	border-radius: 6px;
	box-shadow: 0 0 10px 1px #000;
}

.nav_center a:nth-of-type(1) {
	position: absolute;
	left: 522px;
	top: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.nav_center a:nth-of-type(2) {
	position: absolute;
	left: 454px;
	top: 300px;
	width: 100px;
	height: 30px;
	cursor: pointer;

}

/*新导航样式 2020年9月9日10:39:57*/

.flex_nav {
	display: flex;
	justify-content: space-around;
	flex-flow: row wrap
}

.nav_box2 {
	width: 1300px;
	padding: 50px 0 0 0;
	margin: 0 auto;
}

.nav_box2 a {
	transition: all 1s;
}

.nav_box2 a:hover {
	color: #fff;
	background: #bd2e0d
}

.nav_box2_1 {
	width: 220px
}

.nav_box2_1 span {
	width: 68px;
	height: 68px;
	background: #111d52;
	color: #fff;
	font-size: 18px;
	border-radius: 10px;
	line-height: 1.75
}

.nav_box2_1 p {
	flex-direction: column;
	text-align: left;
	font-size: 16px;
	color: #111d52
}

.nav_box2_1 p a {
	font-size: 14px;
	color: #666
}

.nav_box2_1 i {
	height: 10px;
	border-bottom: solid 1px #cfd4e7;
}

.nav_box2_2 {
	width: 235px
}

.nav_box2_2 img {
	width: 198px;
	height: 188px
}

.nav_box2_2 div {
	flex-direction: column;
	text-align: left;
}

.nav_box2_2 a {
	font-size: 16px;
	color: #111111
}

.nav_box2_3 {
	width: 365px;
	height: 480px;
	justify-content: left
}

.nav_box2_3 a {
	width: 119px;
	height: 119px;
	border-right: solid 1px #cfd4e7;
	border-bottom: solid 1px #cfd4e7;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav_box2_3 a:nth-of-type(3),
.nav_box2_3 a:nth-of-type(6),
.nav_box2_3 a:nth-of-type(9),
.nav_box2_3 a:nth-of-type(12) {
	border-right: none;
}

.nav_box2_3 a:nth-of-type(10),
.nav_box2_3 a:nth-of-type(11),
.nav_box2_3 a:nth-of-type(12) {
	border-bottom: none;
}

.nav_box2_4 {
	width: 198px;
	flex-direction: column;
}

.nav_box2_4 div {
	justify-content: space-around;
	background: #eceef5;
	border-radius: 10px
}

.nav_box2_4 div span {
	width: 40px;
	font-size: 18px;
	color: #fff;
	background: #111d52;
	justify-content: center;
	align-items: center;
	line-height: 1.75;
	border-radius: 10px 0 0 10px;
	letter-spacing: 5px;
}

.nav_box2_4 div:nth-of-type(3) span {
	background: #bd2e0d;
}

.nav_box2_4 div p {
	width: 158px;
	flex-direction: column;
	text-align: left;
	text-indent: 2em
}

.nav_box2_4 div p a {
	font-size: 16px;
	color: #666
}