/* header{
	background-color: #ffffff;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1001;
} 
#app {
	padding-top: 122px;
}

*/

.header_top{
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	padding-right: 28px;
	background: #0F2650;
	position: relative;
	z-index: 1002;
}
.header_top_item{
	padding: 0 15px;
	color: rgba(255, 255, 255, 0.6);
}
header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}
header .search_icon{
	width: 16px;
	height: 16px;
	margin-right: 5px;
	top: 28px;
	right: 28px;
	cursor: pointer;
  opacity: 0.6;
}
header .search_icon:hover{
  opacity: 1;
}
.befor_line::before{
	content: '';
	display: block;
	height: 10px;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	left: 0;
	top: 16.5px;
	position: absolute;
}
.header_contain{
	/* border-bottom: 1px solid #0d2990; */
	
}
.header_icon{
	width: 160px;
	height: 56px;
	margin: 0 110px 0 40px;
}
.header_list{
	height: 72px;
	line-height: 72px;
	background-color: #18366C;
	position: relative;
	z-index: 1002;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
}
.header_item{
	display: block;
	padding: 0px;
	font-size: 16px;
	margin: 0 20px;
	color: rgba(255, 255, 255, 0.8);
}
.header_item:hover{
	color: #fff;
}
.more_child::after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 6px solid rgba(255, 255, 255, 0.5);
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	position: absolute;
	bottom: calc(50% - 4px);
	border-radius: 5px;
	right: 2px;
}
header .activeHeader, header  .active_sec{
	color: rgba(255, 255, 255, 1);
}
header .activeHeader::before{
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background: #E9DF38;
	position: absolute;
	bottom: 0;
	left: 0;
}

header .item_child{
	width: 124px;
	padding: 0px 10px;
	background: rgba(61,101,174, 0.9);
	border-radius: 8px;
	z-index: 30;
	top: 64px;
	left: calc(50% - 62px);
}
header .header_item_rect{
	width: 20px;
	height: 20px;
	left: calc(50% - 10px);
	top: -8px;
	background: rgba(61,101,174, 0.9);
	transform: rotate(-45deg);
}
header .item_child_item{
	display: block;
	text-align: center;
	padding: 15px 0;
	font-weight: 400;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 23px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
header .item_child_item:nth-last-of-type(1){
	margin-bottom: 0px;
	border-style: none;
}



.header_line{
	height: 10px;
	background: linear-gradient(90deg, #D12927 44.24%, #CDAB7A 85.56%);
}
.header_second_level{
	padding-left: 300px;
	height: 50px;
	background: linear-gradient(90deg, #D12927 44.24%, #CDAB7A 85.56%);
}
.header_second_level_item{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
}

header a:hover{
	color: rgba(255, 255, 255, 1);
}
header .active_sec::before{
	content: '';
	display: block;
	width: 64px;
	height: 4px;
	background: #E9DF38;
	position: absolute;
	bottom: 0;
	left: calc(50% - 32px);
}

.search_contain{
	width: 100%;
	height: 100px;
	top: 0px;
	left: 0;
	padding-top: 20px;
	background-color: #ffffff;
	z-index: 1001;
	transition: 0.5s ease;
}
.search_contain.search_contain_show{
	top: 112px;
}

.input_contain{
	height: 60px;
	width: 692px;
	margin: 0px auto;
}
.input_contain input{
	height: 60px;
	line-height: 60px;
	width: 692px;
	/* border: 2px solid #0F2650; */
	border-radius: 16px;
	display: block;
	padding: 0 60px 0 20px;
	outline-style: none;
	
}
.input_contain input:focus, .input_contain input:active, .input_contain input:visited{
	border: 2px solid #CDAB79;
}
.search_icon_btn{
	height: 32px;
	width: 32px;
	right: 14px;
	top: 14px;
	cursor: pointer;
}
.close_icon_btn{
	height: 32px;
	width: 32px;
	right: 54px;
	top: 34px;
	cursor: pointer;
}
















/* header end */



footer{
	width: 100%;
	height: 400px;
	background-image: url(../images/footer_bg.png);
	background-color: #0F2650;
	padding-bottom: 50px;
}
footer *{
	word-break: keep-all;
	white-space: nowrap;
}
.footer_line_top{
	height: 4px;
	background: linear-gradient(90deg, #D12927 44.24%, #CDAB7A 85.56%), #CDAB79;
	margin-bottom: 50px;
}
.footer_icon{
	width: 154px;
	height: 54px;
}
.footer_left{
	/* padding-left: 10%; */
}
.footer_right_contain{
	/* padding-right: 10%; */
}
.footer_company{
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 70px;
	color: rgba(205, 171, 121, 1);
	font-weight: 700;
}
.footer_copyright{
	font-size: 12px;
	line-height: 20px;
	color: rgba(205, 171, 121, 0.6);
}
.footer_center{
	margin-left: 50px;
}
.footer_center .footer_list{
	margin-left: 50px;
}
.footer_item_title{
	font-size: 16px;
	color: rgba(205, 171, 121, 1);
	font-weight: 700;
	padding: 15px 0;
}
.footer_item_text{
	font-size: 14px;
	display: block;
	color: rgba(205, 171, 121, 0.8);
	padding: 6px 0;
	font-weight: 400;
}



.footer_right{
	padding-left: 50px;
	margin: 0 0 0 60px;
}

.right_line::before{
	content: '';
	display: block;
	height: 102px;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	left: 0;
	top: 16px;
	position: absolute;
}
footer a:hover{
	color: rgba(205, 171, 121, 1);
}
.go_top_box{
  width: 60px;
  height: 70px;
  position: fixed;
  z-index: 99;
  right: 0px;
  bottom: 150px;
  text-align: center;
  line-height: 70px;
  background-color: #CDAB79;
  border-radius: 8px 0px 0px 8px;
  cursor: pointer;
}
.go_top_box .top_img{
  width: 30px;
  height: 30px;
}