.hadheight {
	display: none;
	height: 120px;
}
@media (max-width: 1580px) {
	.hadheight {
		height: 110px;
	}
}
@media (max-width: 1199px) {
	.hadheight {
		height: 80px;
	}
}
@media (max-width: 767px) {
	.hadheight {
		height: 60px;
	}
}
.hadbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 666;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.hadbox-sec1 {
	transition: all .3s linear;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 90px;
	height: 90px;
}
@media (max-width: 1580px) {
	.hadbox-sec1 {
		line-height: 80px;
		height: 80px;
	}
}
@media (max-width: 767px) {
	.hadbox-sec1 {
		line-height: 60px;
		height: 60px;
	}
}
.hadbox-sec1 .container {
	display: flex;
	height: 100%;
	justify-content: space-between;
}
.hadbox-sec1 .lt {
	display: flex;
	align-items: center;
}
.hadbox-sec1 .lt .fz_logo {
	display: flex;
	overflow: hidden;
	height: 40px;
}
@media (max-width: 1580px) {
	.hadbox-sec1 .lt .fz_logo {
		height: 36px;
	}
}
@media (max-width: 767px) {
	.hadbox-sec1 .lt .fz_logo {
		height: .3rem;
	}
}
@media (max-width: 567px) {
	.hadbox-sec1 .lt .fz_logo {
		height: .5rem;
	}
}
.hadbox-sec1 .lt .fz_logo img {
	float: left;
	height: 100%;
}
.hadbox-sec1 .lt .fz_logo img:nth-child(2) {
	display: none;
}
.hadbox-sec1 .lt .had_sele {
	position: relative;
	line-height: 1.4;
	margin-left: .3rem;
}
@media (max-width: 767px) {
	.hadbox-sec1 .lt .had_sele {
		display: none;
	}
}
.hadbox-sec1 .lt .had_sele .f_tit {
	width: 125px;
	width: 220px;
	height: 36px;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	display: flex;
	transition: all .4s;
	align-items: center;
	padding-left: 12px;
	padding-right: 10px;
	color: #ffffff;
	justify-content: space-between;
	border: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 1580px) {
	.hadbox-sec1 .lt .had_sele .f_tit {
		padding-left: 10px;
		padding-right: 8px;
		height: 32px;
	}
}
.hadbox-sec1 .lt .had_sele .f_tit span {
	display: block;
	width: calc(100% - 20px);
}
.hadbox-sec1 .lt .had_sele .f_jut {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	margin-top: -2px;
	padding: 0 4px;
	background-color: #ffffff;
	display: none;
	color: #666666;
	border: 1px solid #ddd;
	border-top: none;
	z-index: 2;
}
.hadbox-sec1 .lt .had_sele .f_jut a {
	display: block;
	border-bottom: 1px solid rgba(238, 238, 238, 0.4);
	border-top: 1px solid rgba(238, 238, 238, 0.4);
	color: #333;
	padding: 8px 12px;
	margin-top: -1px;
	width: 100%;
}
.hadbox-sec1 .lt .had_sele .f_jut a:last-child {
	margin-bottom: 0;
}
@media (max-width: 1580px) {
	.hadbox-sec1 .lt .had_sele .f_jut a {
		padding: 6px 10px;
	}
}
.hadbox-sec1 .lt .had_sele .f_jut a span {
	font-size: 14px;
}
@media (max-width: 767px) {
	.hadbox-sec1 .lt .had_sele .f_jut a span {
		font-size: .26rem;
	}
}
.hadbox-sec1 .lt .had_sele .f_jut a:hover {
	color: #11346e;
}
.hadbox-sec1 .lt .had_sele:hover .f_jut {
	display: block;
}
.hadbox-sec1 .f_navbox {
	display: flex;
	align-items: center;
}
@media (max-width: 1199px) {
	.hadbox-sec1 .f_navbox {
		display: none;
	}
}
.hadbox-sec1 .f_navbox>li {
	position: relative;
}
.hadbox-sec1 .f_navbox>li .hover_list {
	width: 100%;
}
.hadbox-sec1 .f_navbox>li .hover_list .f_name {
	color: #11346e;
	margin-bottom: .11rem;
	font-size: .3rem;
}
.hadbox-sec1 .f_navbox>li .hover_list .f_jt {
	width: 100%;
}
.hadbox-sec1 .f_navbox>li .hover_list .f_jt .item {
	width: 100%;
}
.hadbox-sec1 .f_navbox>li .hover_list .f_jt .item .list {
	/* display: flex; */
	align-items: flex-start;
	/* justify-content: space-between; */
	padding: .12rem;
	padding-right: .2rem;
	transition: all .4s;
	display: block;
}
.hadbox-sec1 .f_navbox>li:nth-child(2) .item a{
	width: 45%;
	float: left;
}
.hadbox-sec1 .f_navbox>li .hover_list .f_jt .item .list span {
	display: block;
	color: #333;
	width: calc(100% - 17px);
	font-size: 16px;
}
.hadbox-sec1 .f_navbox>li .hover_list .f_jt .item .list i {
	margin-top: .1em;
}
.hadbox-sec1 .f_navbox>li .hover_list .f_jt .item .list img {
	width: 7px;
	height: 11px;
	object-fit: contain;
	transition: all .4s;
	opacity: 0;
}
.hadbox-sec1 .f_navbox>li .hover_list .f_jt .item .list img path {
	fill: #5ba7c8;
}
.hadbox-sec1 .f_navbox>li .hover_list .f_jt .item .list:hover {
	background-color: rgba(91, 167, 200, 0.05);
}
.hadbox-sec1 .f_navbox>li .hover_list .f_jt .item .list:hover img {
	opacity: 1;
}
.hadbox-sec1 .f_navbox>li:nth-child(2),
.hadbox-sec1 .f_navbox>li:nth-child(3),
.hadbox-sec1 .f_navbox>li:nth-child(4),
.hadbox-sec1 .f_navbox>li:nth-child(5),
.hadbox-sec1 .f_navbox>li:nth-child(6){
	position: initial;
}
.hadbox-sec1 .f_navbox>li .children_hover {
	position: absolute;
	top: 100%;
	line-height: 1.5;
	color: #333333;
	background-color: #ffffff;
}
.hadbox-sec1 .f_navbox>li .f_hover1 {
	left: 0;
	width: 100%;
	display: none;
	border-bottom: 1px solid #eee;
}
.hadbox-sec1 .f_navbox>li .f_hover1 .container {
	display: flex;
}
.hadbox-sec1 .f_navbox>li .f_hover1 .container .hover_lt,
.hadbox-sec1 .f_navbox>li .f_hover1 .container>.hover_list {
	padding: .27rem .4rem .5rem;
}
.hadbox-sec1 .f_navbox>li .f_hover1 .container .hover_lt {
	width: 53.75%;
}
.hadbox-sec1 .f_navbox>li .f_hover1 .container .hover_lt .hover_list {
	padding-bottom: .5rem;
	margin-bottom: .2rem;
	border-bottom: 1px solid #eeeeee;
}
.hadbox-sec1 .f_navbox>li .f_hover1 .container .hover_lt .hover_list:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.hadbox-sec1 .f_navbox>li .f_hover1 .container .hover_lt .hover_list .f_jt {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.15rem;
}
.hadbox-sec1 .f_navbox>li .f_hover1 .container .hover_lt .hover_list .f_jt .item {
	padding: 0 .15rem;
	width: 25%;
}
.hadbox-sec1 .f_navbox>li .f_hover1 .container>.hover_list {
	width: 26.875%;
	border-left: 1px solid #eeeeee;
}
.hadbox-sec1 .f_navbox>li .f_hover2 {
	left: 50%;
	width: 86%;
	display: none;
	transform: translateX(-50%);
}
.hadbox-sec1 .f_navbox>li .f_hover2 .container {
	display: flex;
}
.hadbox-sec1 .f_navbox>li .f_hover2 .container .hover_lt {
	width: 23.25%;
	padding: .27rem .4rem .7rem;
	border-right: 1px solid #eeeeee;
}
.hadbox-sec1 .f_navbox>li .f_hover2 .container .hover_gt {
	width: 100%;
	display: flex;
	align-items: flex-start;
	padding: .35rem 2.5rem .5rem; 
}
.hadbox-sec1 .f_navbox>li .f_hover2 .container .hover_gt .hover_gt_list {
	width: 59.866%;
	padding-right: .4rem;
}
.hadbox-sec1 .f_navbox>li .f_hover2 .container .hover_gt .hover_gt_list .f_jt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hadbox-sec1 .f_navbox>li .f_hover2 .container .hover_gt .hover_gt_list .f_jt .item {
	width: 100%;
}
.hadbox-sec1 .f_navbox>li .f_hover2 .container .hover_gt .hover_gt_list .f_jt .item:nth-child(2n) {
	width: calc(42% - .1rem);
}
.hadbox-sec1 .f_navbox>li .f_hover2 .container .hover_gt .f_img {
	width: 50%;
	height: 3rem;
}
.hadbox-sec1 .f_navbox>li .f_hover2 .container .hover_gt .f_img:before {
	padding-top: 61.97478992%;
}
.hadbox-sec1 .f_navbox>li .f_hover3 {
	display: none;
	right: -2.1rem;
	line-height: 1.5;
	width: 10.027rem;
	padding: .27rem .7rem .6rem .3rem;
	overflow: hidden;
}
.hadbox-sec1 .f_navbox>li .f_hover3 .hover_lt {
	float: left;
	width: 31.768%;
}
.hadbox-sec1 .f_navbox>li .f_hover3 .hover_gt {
	float: right;
	width: 51.965%;
	padding-top: .53rem;
}
.hadbox-sec1 .f_navbox>li .f_hover3 .hover_gt .img {
	width: 100%;
	padding-top: 61.97478992%;
}
.hadbox-sec1 .f_navbox li .tit {
	display: flex;
	align-items: center;
	color: #ffffff;
	font-size: 16px;
	position: relative;
	padding: 0 .3rem;
}
@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox li .tit {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.hadbox-sec1 .f_navbox li .tit {
		font-size: .28rem;
	}
}
@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox li .tit {
		padding: 0 10px;
	}
}
@media (max-width: 1199px) {
	.hadbox-sec1 .f_navbox li .tit {
		padding: 0 10px;
	}
}
.hadbox-sec1 .f_navbox li .tit i {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	width: 10px;
	height: 20px;
	margin-left: 10px;
}
@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox li .tit i {
		margin-left: 6px;
	}
}
.hadbox-sec1 .f_navbox li .tit i img {
	width: 100%;
	opacity: .5;
	float: left;
}
.hadbox-sec1 .f_navbox li .tit i img:nth-child(2){
	display: none;
}
.hadbox-sec1 .f_navbox li .tit:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	background-color: #11346e;
	height: 2px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	border-radius: 2px;
	display: none;
}
@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox li .tit:after {
		height: 2px;
	}
}
.hadbox-sec1 .f_navbox li>ul {
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translateX(-50%);
	width: 180px;
	background-color: rgba(255, 255, 255, 0.9);
	background-color: #ffffff;
	line-height: 46px;
	text-align: center;
	padding: .12rem 0 .3rem;
	margin-top: -1px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
	display: none;
}
.hadbox-sec1 .f_navbox li>ul>li a {
	font-size: 16px;
	transition: all .4s;
	-webkit-transition: all .4s;
	color: #666666;
}
.hadbox-sec1 .f_navbox li>ul>li a:hover {
	color: #11346e;
}
.hadbox-sec1 .f_navbox li:hover .tit span {
	color: #11346e;
}
.hadbox-sec1 .f_navbox li:hover .tit:after {
	width: 78%;
}
.hadbox-sec1 .f_navbox li:hover .fz_hover {
	visibility: visible;
	line-height: 80px;
	height: 80px;
}
@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox li:hover .fz_hover {
		line-height: 50px;
		height: 50px;
	}
}
.hadbox-sec1 .f_navbox li:hover .hover1 {
	display: block;
}
.hadbox-sec1 .f_navbox li.on .tit {
	font-weight: bold;
}
.hadbox-sec1 .f_navbox .f_nav_parant {
	position: inherit;
}
.hadbox-sec1 .f_navbox .f_nav_parant>.f_child {
	position: absolute;
	top: 100%;
	left: 0%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	background-color: #ffffff;
	text-align: center;
	margin-top: -1px;
	display: none;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}
.hadbox-sec1 .f_navbox .f_nav_parant>.f_child>ul {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	text-align: center;
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 0;
	line-height: 46px;
}
@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox .f_nav_parant>.f_child>ul {
		line-height: 42px;
	}
}
.hadbox-sec1 .f_navbox .f_nav_parant>.f_child>ul li {
	margin-bottom: 0;
	margin: 0 .26rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant>.f_child>ul li a {
	display: block;
	transition: all .4s;
	-webkit-transition: all .4s;
	padding: 0 .16rem;
	color: #666;
	font-size: 14px;
	position: relative;
}
.hadbox-sec1 .f_navbox .f_nav_parant>.f_child>ul li a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 0;
	height: 2px;
	background-color: #11346e;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.hadbox-sec1 .f_navbox .f_nav_parant>.f_child>ul li a:hover {
	color: #11346e;
}
.hadbox-sec1 .f_navbox .f_nav_parant>.f_child>ul li.on>a {
	color: #11346e;
}
.hadbox-sec1 .f_navbox .f_nav_parant>.f_child>ul li.on>a:before {
	width: 100%;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	color: #333333;
	background-color: #ffffff;
	padding: .3rem 0 1.36rem;
	line-height: 1.4;
	display: none;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .container {
	max-width: 1600px;
	display: block;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.15rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt,
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt {
	padding: 0 .15rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt {
	width: 14%;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form {
	display: flex;
	padding: 8px 12px;
	border-radius: 4px;
	width: 100%;
	border: 1px solid #e7e7e7;
	align-items: center;
	margin-bottom: 24px;
}
@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form {
		margin-bottom: 20px;
		padding: 6px 10px;
	}
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form .f_sut {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form .f_sut {
		width: 18px;
		height: 18px;
	}
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form input {
	width: 80%;
	color: #666666;
	font-size: 14px;
	width: calc(100% - 20px);
	padding-left: 16px;
}
@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .f_form input {
		padding-left: 12px;
	}
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav {
	width: 100%;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli {
	color: #000;
	user-select: none;
	-webkit-user-select: none;
	display: block;
	cursor: pointer;
	color: #666666;
	font-size: 16px;
	transition: all .4s;
	margin-bottom: .14rem;
}
@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli {
		font-size: .28rem;
	}
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli span {
	position: relative;
	display: inline-block;
	padding-bottom: .06rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli span:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .4s;
	-webkit-transition: all .4s;
	height: 2px;
	background-color: #11346e;
	width: 0;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli:last-child {
	margin-bottom: 0;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .fzli:hover {
	color: #222222;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .on {
	color: #222222;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_lt .lt_nav .on span:before {
	width: 100%;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt {
	width: 86%;
	padding-right: 2.3rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .f_but {
	display: flex;
	align-items: center;
	color: #222222;
	margin-top: .06rem;
	padding-bottom: .2rem;
	margin-bottom: .22rem;
	border-bottom: 1px solid rgba(182, 182, 182, 0.3);
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .f_but i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 12px;
	height: 12px;
	margin-left: 16px;
}
@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .f_but i {
		width: 10px;
		height: 10px;
		margin-left: 12px;
	}
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent {
	position: relative;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li {
	margin-bottom: .5rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li:last-child {
	margin-bottom: 0;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_tit {
	color: #222222;
	margin-bottom: .24rem;
	font-weight: bold;
	display: block;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_tit:hover {
	text-decoration: underline;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_cont1 {
	display: flex;
	flex-wrap: wrap;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_cont1 .fzli {
	display: block;
	width: 20%;
	font-size: 18px;
	transition: all .4s;
	-webkit-transition: all .4s;
	color: #666666;
	margin-bottom: .2rem;
}
@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_cont1 .fzli {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_cont1 .fzli {
		font-size: .3rem;
	}
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .gt_cent_list .ct_li .f_cont1 .fzli:hover {
	color: #222222;
	text-decoration: underline;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover2 .child_cont .child_gt .gt_cent .active {
	position: relative;
	opacity: 1;
	visibility: visible;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background-color: #ffffff;
	padding: .4rem 0 .6rem;
	line-height: 1.4;
	opacity: 0;
	visibility: hidden;
	display: none !important;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .container {
	max-width: 1282px;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 {
	width: 28.125%;
	border-right: 1px solid #e5e5e5;
	position: relative;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .ftit {
	display: block;
	color: #222222;
	font-family: 'shuzi', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
	padding: 4px .62rem 14px;
}
@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .ftit {
		padding: 4px .62rem 12px;
	}
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li {
	width: 100%;
	padding: 0 .5rem;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzzi {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 12px;
	color: #999999;
	transition: all .4s;
	border-bottom: 1px solid #e5e5e5;
	padding-right: 20px;
}
@media (max-width: 1580px) {
	.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzzi {
		padding: 12px 10px;
		padding-right: 16px;
	}
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzzi i {
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	transition: all .4s;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzitem1 {
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzitem3,
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li .fzitem4 {
	border-right: none;
	display: none;
}
.hadbox-sec1 .f_navbox .f_nav_parant .f_nav_child_hover1 .fzitem1 .fzlist li.on>.fzzi {
	background-color: #f2f4f7;
	color: #083793;
	border-bottom-color: transparent;
}
.hadbox-sec1 .gt {
	display: flex;
	align-items: center;
}
.hadbox-sec1 .gt .f_lang {
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	margin-left: .5rem;
}
@media (max-width: 1580px) {
	.hadbox-sec1 .gt .f_lang {
		margin-left: .4rem;
	}
}
.hadbox-sec1 .gt .f_lang .la_tit {
	display: flex;
	transition: all .4s linear;
	color: #ffffff;
	user-select: none;
	-webkit-user-select: none;
	align-items: center;
	font-size: 14px;
}
@media (max-width: 1580px) {
	.hadbox-sec1 .gt .f_lang .la_tit {
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	.hadbox-sec1 .gt .f_lang .la_tit {
		font-size: .26rem;
	}
}
.hadbox-sec1 .gt .f_lang .la_tit i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	margin-right: 14px;
	margin-left: 14px;
}
@media (max-width: 1580px) {
	.hadbox-sec1 .gt .f_lang .la_tit i {
		width: 16px;
		height: 16px;
		margin-left: 10px;
		margin-right: 10px;
	}
}
@media (max-width: 767px) {
	.hadbox-sec1 .gt .f_lang .la_tit i {
		margin-left: 8px;
		margin-right: 8px;
	}
}
.hadbox-sec1 .gt .f_lang .la_tit .f_icon {
	display: block;
	width: 10px;
	height: 6px;
	margin-left: 6px;
}
.hadbox-sec1 .gt .f_lang .la_tit .f_icon path {
	transition: all .4s linear;
	fill: #ffffff
}
.hadbox-sec1 .gt .f_lang .hover1 {
	position: absolute;
	top: 70%;
	left: 50%;
	width: 120px;
	background-color: #ffffff;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	line-height: 1.5;
	padding-bottom: .12rem;
	display: none;
}
.hadbox-sec1 .gt .f_lang .hover1 a {
	display: block;
	font-size: 12px;
	color: #555555;
	padding: 6px 10px;
	text-align: center;
}
.hadbox-sec1 .gt .f_lang .hover1 a:hover {
	color: #11346e;
	text-decoration: underline;
}
.hadbox-sec1 .gt .f_lang:hover .hover1 {
	display: block
}
.hadbox-sec1 .gt .f_search {
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: .3rem;
}
@media (max-width: 1580px) {
	.hadbox-sec1 .gt .f_search {
		width: 18px;
		height: 18px;
	}
}
.hadbox-sec1:hover .f_search i.icon-sousuo{
	color: #222;
}
.hadbox-sec1 .gt .qie {
	margin-left: .38rem;
}
@media (min-width: 1200px) {
	.hadbox-sec1 .gt .qie {
		display: none;
	}
}
.hadbox-sec1 .gt .qie span {
	background-color: #fff;
}
.hadbox-sec2 {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999;
	width: 100%;
	height: 100vh;
	height: calc(100vh - 70px);
	background-color: #fff;
	display: none;
}
.hadbox-sec2 .container {
	position: relative
}
@media (max-width: 1199px) {
	.hadbox-sec2 .container {
		height: 100%;
		padding: 0;
	}
}
.hadbox-sec2 .container .f_portrait {
	width: 90px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #5ba7c8;
	border-radius: 4px;
	font-size: 14px;
}
.hadbox-sec2 .container .form {
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
	margin-bottom: .34rem;
	margin-top: .34rem;
}
.hadbox-sec2 .container .form .f_sub,
.hadbox-sec2 .container .form .tx {
	height: 1rem;
}
.hadbox-sec2 .container .form .int {
	display: flex;
	align-items: center;
	width: calc(100% - 2.5rem);
	padding: 0 .45rem;
}
@media (max-width: 767px) {
	.hadbox-sec2 .container .form .int {
		width: calc(100% - 1.5rem);
	}
}
.hadbox-sec2 .container .form .int i {
	width: .38rem;
	display: block;
	overflow: hidden;
}
.hadbox-sec2 .container .form .int i img {
	float: left;
	width: 100%;
}
.hadbox-sec2 .container .form .int .tx {
	width: calc(100% - .38rem);
	padding: .2rem .44rem;
}
@media (max-width: 767px) {
	.hadbox-sec2 .container .form .int .tx {
		font-size: .28rem;
		padding: .2rem .3rem;
	}
}
.hadbox-sec2 .container .form .f_sub {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	color: #fff;
	background-color: #5ba7c8;
}
@media (max-width: 767px) {
	.hadbox-sec2 .container .form .f_sub {
		width: 1.5rem;
		font-size: .28rem;
	}
}
.hadbox-sec2 .container .navbox {
	padding: .4rem 0;
	line-height: 60px;
	height: 100%;
}
.hadbox-sec2 .container .navbox>ul {
	height: calc(100% - 90px);
	margin-bottom: 10px;
	overflow-x: hidden;
	overflow-y: auto;
}
.hadbox-sec2 .container .navbox>ul li {
	list-style: none;
}
.hadbox-sec2 .container .navbox>ul>li {
	border-bottom: 1px solid #ddd;
}
.hadbox-sec2 .container .navbox>ul>li .tit {
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #333;
}
.hadbox-sec2 .container .navbox>ul>li .tit i {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	justify-content: center;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
@media (max-width: 767px) {
	.hadbox-sec2 .container .navbox>ul>li .tit i {
		width: 16px;
		height: 16px;
	}
}
.hadbox-sec2 .container .navbox>ul>li .tit i img {
	float: left;
	width: 100%;
	height: 100%;
}
.hadbox-sec2 .container .navbox>ul>li .tit i img path{
	fill: #333;
	stroke: none;
}
.hadbox-sec2 .container .navbox>ul>li ul {
	line-height: 35px;
	padding-bottom: 15px;
	padding-left: 20px;
	display: none;
}
.hadbox-sec2 .container .navbox>ul>li ul>li a {
	font-size: 16px;
	color: #666;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hadbox-sec2 .container .navbox>ul>li ul>li a i {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	justify-content: center;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	position: relative;
}
.hadbox-sec2 .container .navbox>ul>li ul>li a i img {
	float: left;
	width: 30px;
	display: none;
}
.hadbox-sec2 .container .navbox>ul>li ul>li a i img path{
	fill: #666;
}
.hadbox-sec2 .container .navbox>ul>li ul>li a i:after,
.hadbox-sec2 .container .navbox>ul>li ul>li a i:before {
	content: "";
	display: block;
	width: 14px;
	height: 2px;
	position: absolute;
	top: 50%;
	right: 50%;
	margin-right: -13px;
	background-color: #999;
}
.hadbox-sec2 .container .navbox>ul>li ul>li a i:before {
	transform: rotate(90deg);
}
.hadbox-sec2 .container .navbox>ul>li ul>li.active>a i:before {
	opacity: 0;
}
.hadbox-sec2 .container .navbox>ul>li ul ul a {
	font-size: 14px;
}
.hadbox-sec2 .container .navbox>ul>li.active .tit i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.hadbox-sec2 .container .navbox>ul>li.on .tit {
	color: #5ba7c8;
}
.hadbox-sec3 {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background-color: #ffffff;
	color: #222222;
	display: none;
}
.hadbox-sec3 .container2 {
	padding: .6rem 0 .7rem;
	position: relative;
}
@media (max-width: 767px) {
	.hadbox-sec3 .container2 {
		padding-bottom: .6rem;
	}
}
.hadbox-sec3 .f_close {
	position: absolute;
	right: .8rem;
	top: .96rem;
	width: 18px;
	height: 18px;
	cursor: pointer;
	overflow: hidden;
	transition: all .4s;
}
@media (max-width: 767px) {
	.hadbox-sec3 .f_close {
		right: 0;
		top: .3rem;
		width: 16px;
		height: 16px;
	}
}
.hadbox-sec3 .f_close img {
	width: 100%;
	float: left;
}
.hadbox-sec3 .f_close img:nth-child(2) {
	display: none;
}
.hadbox-sec3 .f_close:hover {
	transform: rotate(90deg);
}
.hadbox-sec3 .f_cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hadbox-sec3 .f_cont .fz_title {
	margin-bottom: .4rem;
	color: #284270;
	font-weight: bold;
}
@media (max-width: 991px) {
	.hadbox-sec3 .f_cont .fz_title {
		width: 100%;
	}
}
.hadbox-sec3 .f_cont .f_gt {
	width: 10rem;
}
@media (max-width: 991px) {
	.hadbox-sec3 .f_cont .f_gt {
		width: 100%;
	}
}
.hadbox-sec3 .f_cont .f_gt .f_form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: .2rem;
	border: solid 1px #d8dde4;
	padding: 0 .2rem;
}
.hadbox-sec3 .f_cont .f_gt .f_form input {
	width: calc(100% - 18px);
	padding: .17rem .2rem;
	padding-left: 0;
}
@media (max-width: 767px) {
	.hadbox-sec3 .f_cont .f_gt .f_form input {
		width: calc(100% - .36rem);
	}
}
.hadbox-sec3 .f_cont .f_gt .f_form input::-webkit-input-placeholder {
	color: #999999;
}
.hadbox-sec3 .f_cont .f_gt .f_form input::-moz-placeholder {
	color: #999999;
}
.hadbox-sec3 .f_cont .f_gt .f_form input:-ms-input-placeholder {
	color: #999999;
}
.hadbox-sec3 .f_cont .f_gt .f_form .f_sub {
	overflow: hidden;
	width: 18px;
}
@media (max-width: 767px) {
	.hadbox-sec3 .f_cont .f_gt .f_form .f_sub {
		width: .36rem;
	}
}
.hadbox-sec3 .f_cont .f_gt .f_form .f_sub img {
	float: left;
	width: 100%;
}
.hadbox-sec3 .f_cont .f_gt .f_jut {
	display: flex;
	line-height: 24px;
	align-items: flex-start;
	line-height: 30px;
}
@media (max-width: 1580px) {
	.hadbox-sec3 .f_cont .f_gt .f_jut {
		line-height: 24px;
	}
}
@media (max-width: 991px) {
	.hadbox-sec3 .f_cont .f_gt .f_jut {
		line-height: 22px;
	}
}
@media (max-width: 767px) {
	.hadbox-sec3 .f_cont .f_gt .f_jut {
		line-height: .56rem;
	}
}
.hadbox-sec3 .f_cont .f_gt .f_jut .name {
	flex: 0 0 auto;
	margin-top: 1px;
	display: block;
	color: #666666;
	padding-right: .12rem;
}
.hadbox-sec3 .f_cont .f_gt .f_jut .f_list {
	flex: 1 1 auto;
	display: flex;
	flex-wrap: wrap;
}
.hadbox-sec3 .f_cont .f_gt .f_jut .f_list .li {
	margin-bottom: 10px;
	color: #999999;
	display: block;
	transition: all .4s;
	-webkit-transition: all .4s;
	padding: 0 .16rem;
	border: 1px solid #eeeeee;
	margin-right: .1rem;
}
.hadbox-sec3 .f_cont .f_gt .f_jut .f_list .li:hover {
	color: #ffffff;
	border-color: #005bac;
	background-color: #005bac;
}
@media (max-width: 767px) {
	.hadbox-sec3 .f_cont .f_gt .f_jut {
		flex-wrap: wrap;
	}
	.hadbox-sec3 .f_cont .f_gt .f_jut .name {
		width: 100%;
	}
	.hadbox-sec3 .f_cont .f_gt .f_jut .f_list {
		width: 100%;
		margin-top: .1rem;
	}
}
.hadbox:hover .hadbox-sec1 {
	background-color: #ffffff;
	border-color: #dddddd;
}
.hadbox:hover .hadbox-sec1 .lt .fz_logo img {
	display: none;
}
.hadbox:hover .hadbox-sec1 .lt .fz_logo img:nth-child(2) {
	display: block;
}
.hadbox:hover .hadbox-sec1 .lt .had_sele .f_tit {
	border: 1px solid #ddd;
	color: #333333;
}
.hadbox:hover .hadbox-sec1 .f_navbox li .tit {
	color: #222222;
}
.hadbox:hover .hadbox-sec1 .f_navbox li.on>.tit {
	color: #5ba7c8;
}
.hadbox:hover .hadbox-sec1 .f_navbox li.ac2 .tit {
	color: #999999;
}
.hadbox:hover .hadbox-sec1 .f_navbox li.ac1 .tit {
	color: #222222;
}
.hadbox:hover .hadbox-sec1 .gt .f_lang .la_tit {
	color: #222222;
}
.hadbox:hover .hadbox-sec1 .gt .f_lang .la_tit .f_icon path {
	fill: #222222;
}
.hadbox-sec1 .gt .qie {
    margin-left: .38rem;
}
.basemenubut {
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	height: 100%;
	width: 22px;
}
.basemenubut span {
	display: block;
	width: 100%;
	height: 2px;
	margin-bottom: 5px;
	border-radius: 3px;
	background-color: #666;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.hadbox:hover .hadbox-sec1 .gt .qie span {
	background-color: #333333;
}
.basemenubut span:last-child {
	margin-bottom: 0;
}
.basemenubut span:nth-child(2) {
	width: 80%;
}
.basemenubut2 span:nth-child(1) {
	transform: rotate(45deg);
	margin: 0;
	margin-top: 2px;
}
.basemenubut2 span:nth-child(2) {
	display: none;
}
.basemenubut2 span:nth-child(3) {
	transform: rotate(-45deg);
	margin: 0;
	margin-top: -2px
}
.hadbox2 .hadbox-sec1 {
	background-color: #ffffff;
	border-color: #dddddd;
}
.hadbox2 .hadbox-sec1 .lt .fz_logo img {
	display: none;
}
.hadbox2 .hadbox-sec1 .lt .fz_logo img:nth-child(2) {
	display: block;
}
.hadbox2 .hadbox-sec1 .lt .had_sele .f_tit {
	border: 1px solid #ddd;
	color: #333333;
}
.hadbox2 .hadbox-sec1 .f_navbox li .tit {
	color: #222222;
}
.hadbox2 .hadbox-sec1 .f_navbox li.on>.tit {
	color: #5ba7c8;
}
.hadbox2 .hadbox-sec1 .f_navbox li.ac2 .tit {
	color: #999999;
}
.hadbox2 .hadbox-sec1 .f_navbox li.ac1 .tit {
	color: #222222;
}
.hadbox2 .hadbox-sec1 .gt .f_lang .la_tit {
	color: #222222;
}
.hadbox2 .hadbox-sec1 .gt .f_lang .la_tit .f_icon path {
	fill: #222222;
}
.hadbox2 .hadbox-sec1 .gt .qie span {
	background-color: #333333;
}
.hadbox3 {
	-webkit-transform: translate(0, -100%);
	transform: translate(0, -100%);
}
/* 底部样式 */
.fotbox{
	background-color: #666666;
}
.fotbox-sec1 {
    padding: .50rem 0 0;
}
.fotbox-sec1 .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.fotbox-sec1 .container .fottop{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.fotbox-sec1 .container .lt {
    padding-right: .26rem;
    width: 20%;
}
@media (max-width: 991px) {
	.fotbox-sec1 .container .lt {
		width: 100%;
		padding-right: 0;
		margin-bottom: .6rem;
	}
}
.fotbox-sec1 .container .lt .f_logo {
    display: block;
    width: 2.2rem;
    margin-bottom: .66rem;
}
@media (max-width: 767px) {
	.fotbox-sec1 .container .lt .f_logo {
		width: 3rem;
		margin-bottom: .4rem;
	}
}
.fotbox-sec1 .container .lt .f_logo img {
    width: 100%;
    height: auto;
}
.fotbox-sec1 .container .gt {
    width: 70%;
	margin: 0 5%;
}
@media (max-width: 991px) {
	.fotbox-sec1 .container .gt {
		width: 100%;
	}
}
.fotbox-sec1 .container .dt{
	width: 10%;
	color: #fff;
	text-align: center;
}
.fotbox-sec1 .container .dt p{
	line-height: 30px;
}
.fotbox-sec1 .container .gt .fot_nav {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 767px) {
	.fotbox-sec1 .container .gt .fot_nav {
		flex-wrap: wrap;
	}
}
.fotbox-sec1 .container .gt .fot_nav>li {
    max-width: 20%;
}
.fotbox-sec1 .container .gt .fot_nav>li:last-child {
	width: auto;
}
@media (max-width: 767px) {
	.fotbox-sec1 .container .gt .fot_nav>li {
		max-width: 100%;
		width: 100%;
	}
	.fotbox-sec1 .container .gt .fot_nav>li:last-child {
		width: 100%;
	}
}
.fotbox-sec1 .container .gt .fot_nav>li .f_tit {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    width: 100%;
    /* font-weight: bold; */
    margin-top: .26rem;
}
@media (max-width: 1580px) {
	.fotbox-sec1 .container .gt .fot_nav>li .f_tit {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.fotbox-sec1 .container .gt .fot_nav>li .f_tit {
		font-size: .3rem;
	}
}
.fotbox-sec1 .container .gt .fot_nav>li .f_tit:first-child {
    margin-top: 0;
}
@media (max-width: 767px) {
	.fotbox-sec1 .container .gt .fot_nav>li .f_tit {
		margin-top: 0;
		padding: .3rem 0;
		border-bottom: 1px solid #ddd;
	}
	.fotbox-sec1 .container .gt .fot_nav>li .f_tit:last-child {
		border-bottom: none;
	}
}
.fotbox-sec1 .container .gt .fot_nav>li .f_tit i {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
    width: .6rem;
    height: .4rem;
    font-size: .3rem;
    color: inherit;
    flex-shrink: 0;
}
@media (min-width: 768px){
    .fotbox-sec1 .container .gt .fot_nav>li .f_tit i {
        display: none;
    }
}
.fotbox-sec1 .container .gt .fot_nav>li ul {
	padding-top: .15rem;
}
@media (max-width: 767px) {
	.fotbox-sec1 .container .gt .fot_nav>li ul {
		display: none;
		padding: .28rem 0;
	}
}
.fotbox-sec1 .container .gt .fot_nav>li ul li {
    display: block;
    margin-bottom: 12px;
}
@media (max-width: 1580px) {
	.fotbox-sec1 .container .gt .fot_nav>li ul li {
		margin-bottom: 8px;
	}
}
.fotbox-sec1 .container .gt .fot_nav>li ul li:last-child {
	margin-bottom: 0;
}
.fotbox-sec1 .container .gt .fot_nav>li ul li a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
}
.fotbox-sec1 .container .gt .fot_nav>li ul li a:before {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .4s;
}
.fotbox-sec1 .container .gt .fot_nav>li ul li a:hover {
	color: #5ba7c8;
}
.fotbox-sec1 .container .gt .fot_nav>li ul li a:hover:before {
	width: 100%;
}
.fotbox-sec1 .container .gt .fot_nav>li.on .f_tit {
	color: #5ba7c8;
}
.fotbox-sec1 .container .gt .fot_nav>li.on .f_tit i {
	transform: rotate(90deg);
}
.fotbox-sec1 .container .gt .fot_nav>li ul li a:hover {
	color: #fff;
}
.fotbox-sec1 .container .gt .fot_nav>li ul li a:hover:before {
	width: 100%;
}
.fotbox-sec1 .container .gt .fot_nav>li.on .f_tit {
	color: #5ba7c8;
}
.fotbox-sec1 .container .gt .fot_nav>li.on .f_tit i {
	transform: rotate(90deg);
}
.fotbox-sec1 .container .fot2_cont {
    padding-top: .34rem;
    padding-bottom: .34rem;
    width: 100%;
    border-top: 1px solid #8c8c8c;
    display: flex;
    margin-top: .8rem;
}
@media (max-width: 767px) {
	.fotbox-sec1 .container .fot2_cont {
		flex-wrap: wrap;
		margin-top: .4rem;
	}
}
.fotbox-sec1 .container .fot2_cont .name {
    display: block;
    margin-right: .66rem;
    flex: 0 0 auto;
	color: #fff;
}
@media (max-width: 767px) {
	.fotbox-sec1 .container .fot2_cont .name {
		margin-bottom: .1rem;
		margin-right: 0;
	}
}
.fotbox-sec1 .container .fot2_cont .f_jut {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
}
.fotbox-sec1 .container .fot2_cont .f_jut a {
    color: rgba(255, 255, 255, .8);
    transition: all .4s;
    display: inline-block;
    margin-bottom: .1rem;
    position: relative;
    margin-right: .56rem;
}
@media (max-width: 767px) {
	.fotbox-sec1 .container .fot2_cont .f_jut a {
		margin-right: .4rem;
		font-size: .25rem;
	}
}
.fotbox-sec1 .container .fot2_cont .f_jut a:before {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .4s;
}
.fotbox-sec1 .container .fot2_cont .f_jut a:last-child {
	margin-right: 0;
}
.fotbox-sec1 .container .fot2_cont .f_jut a:hover {
	color: #fff;
}
.fotbox-sec1 .container .fot2_cont .f_jut a:hover:before {
	width: 100%;
}
.fotbox-sec2 {
    background-color: #1f1f1f;
}
.fotbox-sec2 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .22rem 0;
}
@media (max-width: 767px) {
	.fotbox-sec2 .container {
		padding: .36rem 0;
	}
}
.fotbox-sec2 .container .lt {
    width: 100%;
	text-align: center;
}
@media (max-width: 767px) {
	.fotbox-sec2 .container .lt {
		width: 100%;
		justify-content: center;
		text-align: center;
		margin-bottom: .1rem;
	}
}
.fotbox-sec2 .container .lt a, .fotbox-sec2 .container .lt span, .fotbox-sec2 .container .lt p {
    display: inline-block;
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    transition: all .4s linear;
}
.fotbox-sec2 .container .lt a img{
	display: inline-block;
	margin-right: 6px;
}
@media (max-width: 1580px) {
	.fotbox-sec2 .container .lt a,
	.fotbox-sec2 .container .lt span,
	.fotbox-sec2 .container .lt p {
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	.fotbox-sec2 .container .lt a,
	.fotbox-sec2 .container .lt span,
	.fotbox-sec2 .container .lt p {
		font-size: .26rem;
	}
}
.fotbox-sec2 .container .lt span {
    margin: 0 .22rem;
}
@media (max-width: 767px) {
	.fotbox-sec2 .container .lt span {
		display: none;
	}
}
.fotbox-sec2 .container .lt p {
    margin-right: .18rem;
	display: inline-block;
}
@media (max-width: 767px) {
	.fotbox-sec2 .container .lt a {
		display: block;
		width: 100%;
	}
}
.fotbox-sec2 .container .lt a:hover {
	opacity: 1;
}
.fotbox-sec2 .container .gt {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
	.fotbox-sec2 .container .gt {
		width: 100%;
		justify-content: center;
	}
}
.fotbox-sec2 .container .gt .li, .fotbox-sec2 .container .gt span {
    color: #fff;
    font-size: 14px;
    transition: all .4s linear;
    display: block;
    opacity: .3;
}
@media (max-width: 1580px) {
	.fotbox-sec2 .container .gt .li,
	.fotbox-sec2 .container .gt span {
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	.fotbox-sec2 .container .gt .li,
	.fotbox-sec2 .container .gt span {
		font-size: .26rem;
	}
}
.fotbox-sec2 .container .gt .li:hover {
	opacity: 1;
}
.fotbox-sec2 .container .gt span {
    display: block;
    margin: 0 .22rem;
    width: 1px;
    background-color: #fff;
    height: 14px;
}
@media (max-width: 1580px) {
	.fotbox-sec2 .container .gt span {
		height: 12px;
	}
}
@media (max-width:991px){
	.fotbox-sec1 .container .fottop{
		display: initial;
	}
	.fotbox-sec1 .container .gt {
		width: 100%;
		margin: 0;
	}
	.fotbox-sec1 .container .dt{
		width: 100%;
		text-align: center;
	}
}
.page {
    text-align: center;
    overflow: hidden;
    margin: 20px 0 60px;
    height: 40px;
}

.page a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 4px;
    font-size: 15px;
    color: #333;
    margin: 0 5px;
	background-color: #f5f6fa;
}
.page a.page_cur {
    background: #06458d;
    color: #fff;
}
.page a:hover {
    background: #06458d;
    color: #fff;
}
/* 搜索详情 */
.search_result.news ul li a h3{
	font-weight: normal;
	font-size: 18px;
	width: 95%;
}
.search_result.news ul li{
	width: 100%;
	float: inherit;
	background-color: #f9f9f9;
	margin: 0 0 30px 0;
	padding: 20px;
}
@media (max-width:1200px){
	.search_result.news ul li{
		margin: 0 0 20px 0;
	}
	.search_result.news ul li a h3{
		font-size: 16px;
	}
}