

.h_1400{
	width: 86%;
	margin: 0 auto;
}
/* @media screen and (min-width: 1024px) and  (max-width:1280px) {
	.h_1400{
		width: 1200px;

	}
} */
/* @media screen and (max-width:1024px) {
	.h_1400{
		width: 980px;

	}
} */
.d_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.c_work_main.d_flex{
	align-items: flex-start;
}
.f_0068b3{
	color: #0068b3
}
.a_gray a{
	color: #808080;
}
.tab .hd_nav_list_childen a.orange_bg{
	color:#e87721!important;
}

.about_main .m_left {
	border-right: 1px solid #e5e5e5;
	padding: 50px 18px 0px 0px;
	box-sizing: border-box;
	width: 20%;

}

.about_main .m_left h3 {
	font-size: 24px;
	color: #ff9900;
	font-weight: bold;
	margin-bottom: 14px;
	text-align: right;
}

.about_main .m_left .a_en {
	font-size: 18px;
	color: #d9d7d5;
	text-align: right;
	font-weight: bold;
	margin-bottom: 40px;
}
.about_main .m_right {
	width: 80%;
	padding: 50px 34px;
	box-sizing: border-box;
	font-size: 26px;
}
.feed_form {
	width: 100%;
	font-size: 16px;
	color: #676767;
}
.nav-pills .nav-link.active::after {
	content: '';
	position: absolute;
	width: 4px;
	height: 40px;
	background: #ff9900;
	right: -18px;
	top: 3px;
}

.tab .h_1400 li ul {
	position: absolute;
	top: 75px;
	background: rgba(0, 15, 26, 0.7);
	z-index: 100;
	color: #FFFFFF;
	font-size: 14px;
	padding: 20px 30px;
	overflow: hidden;
	display: none;
	transition: max-height .25s ease-in-out, opacity .25s ease-in-out;
	z-index: 10;
	height: auto;
	max-height: 650px;
	display: none;
   white-space: nowrap;
}

.tab .h_1400 li ul li {
	float: left;
	height: 40px;
	line-height: 40px;
}

.tab .h_1400 li {
	list-style: none;
	margin-top: 0px;
	text-align: left;
	float: left;
	margin-right:10px;
	line-height:75px;
	font-size: 10px;
}
.tab .h_1400 li a{font-size: 14px!important;}
.tab .h_1400 li.active .hd_nav_list_a {
	display: inline-block;
	color: #e87721;
	border-top: 1px solid #e87721;
	box-sizing: border-box;
	margin-top: -1px;
	text-decoration: none;
	line-height: 75px;
}

.new_news .news_left {
	width: 40%;
	height: 190px;
}
.c_lan .en_hide {
	position: absolute;
	left:  -21px;
	top: 74px;
	background:rgba(0,104,179,0.5);
	z-index: 100;
	color: #FFFFFF;
	white-space: nowrap;
}

.new_news .news_left #myCarousela,
.new_news .news_left #myCarousela img {
	/* width: 330px; */
	height: 190px;
	transition: all 0.6s;
}

.header .a_gray a:hover{
	color: #ed7623;
}
