.header_top_title {
	display: flex;
	height: 100px;
	align-items: center
}

.header_top_icon {
	margin-left: 10px;
	width: 75px;
	height: 65px;
	background-repeat: no-repeat;
	background-size: 100% 100%
}

.header_top_txt_name {
	font-size: 20px;
	color: #000
}

.header_top_txt_ename {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: 400;
	color: #000
}

.header_carousel_box {
	height: 560px
}

.header_carousel_box .carousel-indicators .active {
	margin: 1px 4px;
	border: none;
	background-color: #ffa800
}

.footer_top_box {
	background: #eee;
	padding: 30px 0
}

.footer_nav_wrap {
	text-align: center;
	margin: 10px 0;
	height: 15px;
	line-height: 15px
}

.footer_nav_wrap+.footer_nav_wrap {
	border-left: 1px solid #222
}

.footer_info_box {
	font-size: 14px
}

.footer_info_txt {
	margin-top: 30px
}

.footer_code_box {
	display: flex;
	padding: 30px 0
}

.footer_code_wrap+.footer_code_wrap {
	margin-left: 20px
}

.footer_code_img {
	width: 108px;
	height: 108px
}

.footer_code_txt {
	text-align: center
}

.footer_input {
	width: 90%;
	height: 30px;
	text-indent: 12px;
}

.footer_input_txt {
	height: 40px;
	line-height: 40px
}

.footer_textarea {
	padding-top: 10px;
	text-indent: 12px;
	width: 95%;
	height: 60px;
	resize: none;
}

.footer_textarea_txt {
	height: 40px;
	line-height: 40px
}

.footer_down_box {
	background: #ccc
}

.footer_down_title {
	padding: 30px 0
}

.footer_down_txt {
	font-size: 12px;
	line-height: 24px
}

.footer_btm {
	display: none;
}

@media (max-width:750px) {
	body {
		padding-bottom: 60px;
	}
	.footer_nav_wrap+.footer_nav_wrap {
		border: 0
	}

	.footer_input {
		width: 95%
	}

	.footer_down_wrap,
	.footer_input_box {
		display: none
	}
	.footer_top_box {
		padding: 12px 0 6px;
	}
	.footer_nav_wrap {
		margin: 0;
		margin-bottom: 12px;
	}
	.footer_info_txt {
		margin-top: 12px;
	}
	.footer_code_box {
		padding: 12px 0;
	}
	.footer_down_title {
		padding: 12px 0;
	}
	.footer_btm {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		display: block;
		overflow: hidden;		
		background-color: #024d92;
		border-top: 1px solid #fff;
	}
	.footer_btm a {
		display: block;
		float: left;
		padding: 5px 0;
		width: 20%;
		text-align: center;
		font-size: 12px;
		border-right: 1px solid #fff;
		box-sizing: border-box;
		color: #fff;
	}
	.footer_btm a:last-child {
		border-right: none;
	}
	.footer_btm a.active {
		background-color: orange;
	}
	.footer_btm a i {
		display: block;
		font-size: 26px;
	}
	.footer_btm a p {
		font-size: 12px;
		margin: 0;
	}
}

.suspend_box {
	position: fixed;
	right: 20px;
	top: 50%;
	height: 444px;
	margin-top: -222px;
	z-index: 1
}

.suspend_wrap {
	display: flex;
	justify-content: flex-end
}

.suspend_wrap:hover .suspend_phone_txt {
	display: flex
}

.suspend_code_logo.wxicon:hover .suspend_code_img {
	display: flex
}

.suspend_phone_txt {
	flex-grow: 1;
	position: relative;
	display: none;
	align-items: center;
	margin-right: 10px;
	padding-left: 10px;
	width: 160px;
	height: 60px;
	font-size: 21px;
	background: #024d92;
	color: #fff
}

.suspend_phone_txt::after {
	content: '';
	position: absolute;
	right: -6px;
	top: 22px;
	width: 0;
	height: 0;
	border-width: 6px 0 6px 6px;
	border-style: solid;
	border-color: transparent transparent transparent #024d92
}

.suspend_phone_icon {
	width: 60px;
	height: 60px;
	background: url("../img/phone_icon.png")/*tpa=http://www.hnpjbxg.com/static/home/img/phone_icon.png*/ no-repeat;
	background-size: 100% 100%
}

.suspend_code_img {
	position: absolute;
	display: none;
	justify-content: center;
	align-items: center;
	margin: 10px 20px 0 0;
	width: 200px;
	left: -200px;
	top: 160px;
	height: 200px;
	background: #fff
}

.suspend_code_img_t {
	width: 90%;
	height: 90%
}

.suspend_code_img::after {
	content: '';
	position: absolute;
	right: -4px;
	top: 100px;
	width: 0;
	height: 0;
	border-width: 4px 0 4px 4px;
	border-style: solid;
	border-color: transparent transparent transparent #fff
}

.suspend_code_icon {
	display: flex;
	flex-direction: column;
	height: 374px;
	margin-top: 10px
}

.suspend_code_icon .qqicon {
	background: url("../img/QQicon.png")/*tpa=http://www.hnpjbxg.com/static/home/img/QQicon.png*/ no-repeat;
	background-size: 100% 100%
}

.navbar-toggle {
	margin-top: 18px;
}

.suspend_code_icon .wxicon {
	background: url("../img/wxicon.png")/*tpa=http://www.hnpjbxg.com/static/home/img/wxicon.png*/ no-repeat;
	background-size: 100% 100%;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.suspend_code_icon .topicon {
	background: url("../img/top.png")/*tpa=http://www.hnpjbxg.com/static/home/img/top.png*/ no-repeat;
	background-size: 100% 100%
}

.suspend_code_icon .taoicon {
	background: url("../img/icon_taobao.png")/*tpa=http://www.hnpjbxg.com/static/home/img/icon_taobao.png*/ no-repeat;
	background-size: 100% 100%
}

.suspend_code_logo {
	display: block;
	width: 60px;
	height: 60px
}

.suspend_code_placeholder {
	flex-grow: 1;
	font-size: 14px;
	color: #024d92;
	text-align: center
}

@media (max-width:750px) {
	.suspend_box {
		display: none
	}
}

@media screen and (max-width:750px) {
	.header_top_title {
		display: flex;
		height: 70px;
		align-items: center
	}

	.header_top_icon {
		width: 55px;
		height: 45px;
		background-repeat: no-repeat;
		background-size: 100% 100%
	}

	.header_top_txt_name {
		font-size: 15px;
		color: #000
	}

	.header_top_txt_ename {
		height: 20px;
		line-height: 20px;
		font-size: 12px;
		font-weight: 400;
		color: #000;
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
}

.introduce_title_box {
	margin-top: 40px;
	/* display: flex;
	justify-content: center */
}

@media (max-width:750px){
	.introduce_title_box {
		margin-top: 20px;
	}
}

.introduce_title_wrap {
	/* display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; */
	width: 500px;
	height: 80px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
	border-bottom: 2px solid #ccc
}

@media screen and (max-width:750px) {
	.introduce_title_wrap {
		width: auto
	}
}

.introduce_title_txt {
	font-size: 18px;
	color: #024d92
}

.introduce_title_etxt {
	height: 14px;
	line-height: 14px;
	font-size: 18px;
}

.introduce_title_etxt::first-letter {
	font-size: 45px;
	color: #024d92
}

.partners_box {
	margin-bottom: 20px
}

.partners_img {
	width: 60%;
	height: 30px
}

.partners_img_wrap {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #eee;
	height: 60px;
	background: #fff;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.partners_img_wrap:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.product_img {
	width: 100%;
	height: 180px
}

@media (max-width:750px){
	.product_img {
		height: 120px;
	}
}

.product_img_box {
	display: none
}

.product_img_wrap {
	padding: 10%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
}

.product_img_wrap img {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.product_img_wrap img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.product_img_name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #024d92;
	text-align: center
}

.product_option_box {
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	margin-top: 20px
}

.product_option_list {
	width: 40%;
	/* height: 30px; */
	font-size: 14px
}

.product_option_list .active {
	color: #fff;
	background: #024d92
}

.product_option_wrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 1px solid #0a5193;
	border-radius: 15px;
	line-height: 30px;
	text-align: center;
	color: #0a5193;
	margin-bottom: 12px;
	cursor: pointer
}

@media (max-width:750px) {
	.product_option_list {
		width: 100%;
		font-size: 12px
	}

	.product_option_wrap {
		height: 25px;
		line-height: 25px
	}
}

.brief_box {
	margin-top: 20px
}

.brief_img_box {
	display: flex;
	justify-content: center;
	align-items: center
}

.brief_img_wrap {
	position: relative;
	width: 290px;
	height: 290px
}

.brief_img_1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 250px
}

.brief_img_2 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 250px;
	height: 250px
}

.brief_msg {
	/* display: flex;
	justify-content: center;
	align-items: center;
	width: 450px;
	height: 300px */
}

.brief_more_box {
	display: flex;
	justify-content: center
}

.brief_more_txt {
	padding: 2px 10px;
	border-radius: 15px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	background: #024d92
}

.brief_more_txt:hover {
	color: #fff
}

.brief_card_box {
	margin: 0 20%
}

.brief_card_info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 20px;
	padding: 4rem;
	width: 15rem;
	height: 15rem;
	border-radius: 5px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.brief_card_info:hover {
	box-shadow: 0 0 10px 1px #cdcdcd
}
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a {
	background-color: transparent;
	color: #024d92
}

a {
	color: inherit;
}

.brief_card_title {
	flex-grow: 1;
	font-size: 45px;
	font-weight: bold;
	color: #024d92
}

.brief_card_txt {
	line-height: 20px;
	text-align: center
}

@media (max-width:750px) {
	.brief_msg {
		width: auto
	}

	.brief_card_box {
		margin: 0
	}

	.brief_card_info {
		width: auto;
		height: auto;
		margin: 0;
		margin-top: 10px;
		padding: 1rem;
		font-size: 12px
	}

	.brief_card_txt {
		margin-top: 10px
	}
}

.case_box {
	margin-top: 20px;
	margin-bottom: 30px;
}

.case_wrap {
	/* display: flex;
	flex-direction: column;
	padding: 10% */
	margin-bottom: 10px;
}

.case_wrap:hover {
	box-shadow: 0 0 10px 1px #cdcdcd
}

.case_title {
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px
}

.case_img {
	width: 100%;
	height: 168px
}

@media (max-width:750px){
	.case_img {
		height: 124px;
	}
}

.case_more_btn {
	margin-top: 10px;
	width: 60px;
	padding: 2px 10px;
	border-radius: 15px;
	font-size: 14px;
	line-height: 20px;
	background: #024d92;
	color: #fff
}

.case_more_btn:hover {
	color: #fff
}

.news_box {
	margin-top: 20px
}

.news_header_box {
	display: flex;
	align-items: center;
	padding: 10px;
	border-radius: 4px
}

.news_header_box:hover {
	/* -webkit-transform: scale(1.01);
	transform: scale(1.01); */
	box-shadow: 0 0 10px 1px #cdcdcd
}

.news_header_img {
	width: 20%;
	height: 80px;
}

.news_header_info {
	position: relative;
	flex: 1;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	overflow: hidden;
	padding: 10px 0 10px 20px
}

.news_header_msg {
	display: flex
}

.news_header_title {
	/* flex: 1;
	-ms-flex: 1;
	-webkit-box-flex: 1; */
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-box; */
	height: 20px;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 60%;
	float: left;
}

.news_header_title:hover {
	color: #024d92
}

.news_header_time {
	margin-left: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
	float: right
}

.news_header_txt {
	display: -webkit-box;
	margin-top: 20px;
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2
}

.news_other_wrap {
	display: flex;
	padding: 10px;
	border-radius: 4px
}

.news_other_wrap:hover {
	/* -webkit-transform: scale(1.01);
	transform: scale(1.01); */
	box-shadow: 0 0 10px 1px #cdcdcd;
}

.news_other_wrap:hover .news_other_title {
	color: #024d92
}

.news_other_icon {
	margin-top: 6px;
	margin-right: 10px;
	border-radius: 3px;
	border: 3px solid #024d92;
	width: 6px;
	height: 6px
}

.news_other_box {
	list-style: circle;
	flex: 1;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	overflow: hidden;
}

.news_other_info {
	/* display: flex */
	overflow: hidden;
	height: 20px;
	line-height: 20px
}

.news_other_title {
	/* flex-grow: 1; */
	/* display: -webkit-box; */
	height: 20px;
	/* width: 75%; */
	font-size: 16px;
	line-height: 20px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
	/* -webkit-line-clamp: 1 */
}

.news_other_time {
	line-height: 20px;
	font-size: 14px;
	color: #666;
}

.news_other_txt {
	display: -webkit-box;
	margin-top: 10px;
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient:vertical;
}

@media (max-width:750px) {
	.news_header_title {
		font-size: 12px
	}

	.news_header_txt {
		font-size: 12px
	}
}

.brief_info_introduce {
	display: flex
}

.brief_info_introduce_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 80px
}

.brief_info_title {
	margin: 20px 0;
	font-size: 16px;
	line-height: 36px;
	color: #222;
	font-family: MicrosoftYaHei
}

.brief_info_img {
	margin: 20px 0;
	width: 100%
}

.brief_course_box {
	margin-top: 20px
}

.brief_course_left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 130px
}

.brief_course_left_time {
	line-height: 30px;
	font-size: 12px;
	color: #024d92
}

.brief_course_left_line {
	flex-grow: 1;
	border: 1px solid #ccc
}

.brief_course_right {
	height: 130px;
	display: flex;
	flex-direction: column
}

@media (max-width:750px){
	.brief_course_right {
		height: auto;
	}
}

.brief_course_right_title {
	height: 30px;
	display: flex
}

.brief_course_right_triangle {
	position: relative;
	width: 0;
	height: 0;
	border-width: 15px 15px 15px 0;
	border-style: solid;
	border-color: transparent #024d92 transparent transparent
}

.brief_course_right_txt {
	flex-grow: 1;
	font-size: 12px;
	line-height: 30px;
	background: #024d92;
	color: #fff
}

.brief_course_right_info {
	flex-grow: 1;
	display: flex;
	align-items: center;
	padding-left: 20px
}

.brief_course_right_dot {
	margin-right: 10px;
	border-radius: 3px;
	border: 3px solid #024d92;
	width: 6px;
	height: 6px
}

.brief_mien_box {
	margin: 10px 0
}

.brief_mien_wrap {
	display: flex;
	flex-direction: column
}

.brief_mien_img_wrap {
	margin: 10px 0;
	
}

.wodebeijingtu {
	padding-top: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.brief_mien_img_top {
	display: flex
}

.brief_mien_img_down {
	flex-grow: 1
}

.brief_mien_timg {
	width: 50%;
	padding-top: 47.4%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.brief_mien_timg+.brief_mien_timg {
	margin-left: 20px
}

.brief_mien_timg1 {
	margin: 10px 0;
	padding-top: 47.4%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.news_info_box {
	margin: 20px -10px;
	padding: 10px;
	border-radius: 4px
}

.news_info_box:hover {
	/* -webkit-transform: scale(1.01);
	transform: scale(1.01); */
	box-shadow: 0 0 10px 1px #cdcdcd
}

.news_info_box:hover .news_info_more_txt {
	background: #024d92;
	color: #fff
}

.news_info_row {
	display: flex
}

.news_info_msg {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	height: 100%
}

.news_info_title {
	display: flex
}

.news_info_title_txt {
	flex-grow: 1;
	display: -webkit-box;
	height: 20px;
	font-size: 14px;
	line-height: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1
}

.news_info_img {
	height: 120px
}

.news_info_img img {
	width: 100%;
	height: 100%;	
}

.news_info_time {
	line-height: 20px;
	font-size: 12px;
	color: #666
}

@media (max-width:750px) {
	.news_info_time {
		white-space: nowrap;
		margin-left: 6px;
	}
	.news_info_title_txt {
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		height: 32px;
	}
}

.news_info_txt {
	display: -webkit-box;
	margin-top: 10px;
	height: 28px;
	line-height: 14px;
	font-size: 12px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2
}

.news_info_more {
	flex-grow: 1;
	display: flex;
	align-items: flex-end;
	margin-top: 10px
}

.news_info_more_txt {
	border-radius: 12px;
	width: 50px;
	height: 21px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	color: #024d92
}

@media (max-width:750px) {
	.news_info_img {
		padding: 0;
		height: 90px;
	}
	.case_info_img {
		height: 120px;
	}
}

.case_info_wrap {
	padding: 10%;
	padding-bottom: 0
}

.case_info_img {
	width: 100%;
	height: 216px;
}

.case_info_title {
	display: -webkit-box;
	font-size: 14px;
	color: #222;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	height: 30px
}

.case_info_txt {
	margin-top: 10px;
	display: -webkit-box;
	font-size: 12px;
	color: #999;
	line-height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	height: 32px
}

.leave_input_box {
	background: #fff
}

.leave_input_wrap {
	margin: 20px 0;
	padding: 5px;
	display: flex;
	border: 1px solid #eee;
	border-radius: 4px
}

.leave_input_title {
	margin: 20px 0;
	text-align: center;
	font-size: 14px;
	color: #222
}

.leave_input_txt {
	width: 60px;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	color: #666;
	text-align: right;
	padding-right: 10px
}

.leave_input_container {
	flex-grow: 1;
	border: 0;
	outline: 0;
	height: 25px
}

.leave_textarea_txt {
	height: 25px;
	line-height: 25px
}

.leave_textarea_container {
	resize: none;
	height: 50px
}

.leave_contact_box {
	background: #fff;
	margin: 50px 0
}

.leave_contact_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 40px 0
}

.leave_contact_title {
	margin-bottom: 30px;
	font-size: 16px;
	color: #222
}

.leave_contact_txt {
	margin-top: 10px;
	font-size: 12px;
	color: #666
}

.leave_contact_img {
	margin-top: 50px;
	margin-bottom: 30px;
	display: flex;
	align-items: flex-end
}

.leave_contact_img {
	display: flex
}

.leave_contact_img_wrap+.leave_contact_img_wrap {
	margin-left: 20px
}

.leave_contact_img_t {
	width: 108px
}

.leave_contact_img_txt {
	margin: 20px 0;
	font-size: 12px;
	text-align: center
}

.leave_map {
	width: 100%;
	height: 400px;
	border: 0
}

.leave_map_box {
	margin-bottom: 20px
}

.details_box {
	margin: 40px 0
}

.details_title {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: center
}

.details_title_txt {
	font-size: 18px;
	color: #222
}

.details_title_time {
	margin-top: 20px;
	font-size: 14px;
	color: #666
}

.details_info {
	margin: 20px 0;
	padding: 40px 10px;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000
}

.details_info p img {
	max-width: 100%!important;
}

.details_img {
	margin: 20px 0
}

.details_img1 {
	display: flex;
	justify-content: center
}

.details_img1_t {
	width: 40%;
	height: 100%
}

.details_txt {
	font-size: 12px;
	line-height: 24px;
	color: #999
}

.details_source {
	font-size: 13px;
	line-height: 24px;
	color: #999
}

.details_operation {
	margin: 20px
}

.details_up {
	display: block;
	font-size: 12px;
	line-height: 24px;
	color: #444;
	cursor: pointer
}

.details_up:hover {
	-webkit-transform: scale(1.01);
	transform: scale(1.01)
}

.details_down {
	display: block;
	font-size: 12px;
	line-height: 24px;
	color: #444;
	cursor: pointer
}

.details_down:hover {
	-webkit-transform: scale(1.01);
	transform: scale(1.01)
}

* {
	margin: 0;
	padding: 0
}

html {
	position: relative;
	min-height: 100%
}

.content_box {
	background: #f5f5f5;
	overflow: hidden
}

.footer_box {
	position: absolute;
	bottom: 0;
	width: 100%
}

a {
	text-decoration: none;
	outline: 0
}

a:focus,
a:hover {
	text-decoration: none;
	outline: 0
}

img {
	max-width: 100%
}

.global_header_box {
	background-color: #f5f5f5;
	border-bottom: 1px solid #999
}

.global_header_wrap {
	/* display: flex; */
	padding: 10px 0
}

.global_header_wrap a {
	/* margin-bottom: 6px; */
	line-height: 24px;
	white-space: nowrap;
	display: inline-block;
}

.global_header_wrap .active {
	color: #024d92
}

.global_header_txt {
	margin-left: 16px;
	color: #666
}

.global_header_txt:hover {
	color: #024d92
}

.global_header_wrap1 {
	display: flex;
	justify-content: flex-end;
	padding-top: 10px
}

.global_header_wrap1 .active {
	color: #024d92
}

.global_header_txt1 {
	color: #666;
	margin-left: 5px
}

.paging_box {
	display: flex;
	justify-content: flex-end
}

@media (max-width:750px) {
	.global_header_hidden {
		display: none
	}

	.paging_box {
		justify-content: center
	}
}

#newBridge .icon-right-center {
	margin: 0!important;
	right: 18px!important;
	top: auto!important;
	bottom: 80px!important;
}

/*# sourceMappingURL=style.min.css.map */