.hide{
	display: none!important;
}

.kfBtn{
  position: fixed;
  right: 0;
  display: block;
  bottom: 114px;
  z-index: 3;
  width: 72px;
  height: 70px;
  background-size: cover;
  background-image: url('/public/images/kfImg.png')
}

.kfBtn::after{
  content: '.';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 72px;
  height: 70px;
  background-size: cover;
  background-image: url('/public/images/kfImg.png')
}

.header{
	width: 100%;
	height: 100px;
	background-color: #fff;
	position: fixed;
	top: 0;
  z-index: 4;
}

/* 头部导航开始 */
.nav,.search{
	width: 100%;
	height: 100px;
	padding: 0 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.inp_search{
    width: 100%;
    height: 100%;
    color: black;
    font-size: 22px;
    line-height: 100px;
    text-align: center;
}

.inp_search::-webkit-input-placeholder{
    color: #7e7e7e;
    font-size: 22px;
    text-align: center;
}

.close{
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 30px;
}

.nav_close{
	width: 35px;
	height: 29px;
	margin-top: 38px;
	display: block;
}

.logo{
	width: 186px;
	height: 50px;
	display: block;
	margin-top: 28px;
}

.logo_text{
	font-size: 26px;
	line-height: 100px;
	color: #003893;
}

.nav_search{
	width: 35px;
	height: 35px;
	margin-top: 32px;
	display: block;
}

.nav_open{
	width: 100%;
	height: 1100px;
	padding: 0 32px;
	background-color: #fff;
	/* background-color: #ccc; */
	box-sizing: border-box;
}

.nav_open_header{
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: space-between;
	/* background-color: #ddd; */
}

.nav_open_logo{
	width: 27px;
	height: 27px;
	display: block;
	margin-left: 5px;
	margin-top: 42px;
}

.nav_open_language{
	height: 20px;
	margin-top: 52px;
	font-size: 0;
}

.nav_open_language>img{
	width: 20px;
	height: 20px;
	margin-right: 6px;
	display: inline-block;
	vertical-align: middle;
}

.nav_open_language>a{
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}

.nav_open_language_CN{
	padding-right: 6px;
	margin-right: 6px;
	color: #b81e1e;
	border-right: 1px solid #003893;
}

.nav_open_language_ZH{
	color: #003893;
}

.nav_open_main{
	padding: 20px 36px 0 36px;
	box-sizing: border-box;
}

.nav_open_main_item{
	width: 100%;
	height: 86px;
	line-height: 86px;
	border-bottom: 1px solid #bfbfbf;
	display: flex;
	justify-content: space-between;
}

.nav_open_main_text{
	font-size: 22px;
	color: #003893;
	font-weight: bold;
}

.nav_open_main_icon{
	width: 10px;
	height: 18px;
	margin-top: 38px;
	background: url(/public/images/nav_arrow.png) no-repeat center center;
}

.nav_open_main_last{
	width: 100%;
	height: 86px;
	line-height: 86px;
	font-size: 20px;
	color: #003893;
}
/* 头部导航结束 */

/* 尾部导航开始 */
.footer{
	width: 100%;
	height: 467px;
	padding: 52px 38px 44px 48px;
	box-sizing: border-box;
  background-color: #002054;
  margin-top: -2px;
}

.footer_link_all{
	font-size: 0;
	margin-bottom: 30px;
}

.footer_link_item{
	font-size: 22px;
	color: #ffffff;
	line-height: 22px;
	display: inline-block;
	margin-right: 30px;
}

.footer_link_item:last-child{
	margin-right: 0px;
}

.footer_text{
	font-size: 18px;
	line-height: 18px;
	color: #939cb4;
	margin-bottom: 18px;
	text-align: center;
}

.footer_text_last{
  margin-bottom: 50px;
}

.footer_erweima>img{
	width: 126px;
	height: 126px;
	margin: 0 auto;
}

.footer_erweima>p{
	font-size: 18px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 28px;
}

.banquan_text{
	font-size: 12px;
	line-height: 18px;
	color: #c0c0c0;
	text-align: center;
}

.footer .footer_active{
	color: #8af1ff;
}

/* 尾部导航结束 */

/* 联系弹窗开始 */
.kfMain{
	width: 100%;
	height: 100%;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	top: 0;
	background: rgba(0,0,0,0.6);
	z-index: 5;
}
.kfConTop{
	background: linear-gradient(#0153CD, #5400FF);
	padding: 40px 0 20px;
}
.kfCon{
	background: #f7f8f8;
	border-radius: 14px;
	width: 80%;
	padding: 0 0 30px 0;
	overflow: hidden;
}
.kfConTit{
	font-size: 36px;
	text-align: center;
	color: #fff;
	padding-bottom: 10px;
}
.kfConTopImg{
	width: 60%;
	margin: 0 auto;
}
.kfConInput{
	display: flex;
	align-items: center;
	width: 80%;
	margin: 20px auto 0;
}
.kfConInput h2{
	font-size: 20px;
	white-space: nowrap;
	margin-right: 20px;
}
.kfConInput input{
	height: 40px;
	width: 100%;
	border: 1px solid #ebecec;
	padding: 0 15px;
}
.FubiaoConBtmColZhu{
	width: 80%;
	height: 150px;
	font-size: 22px;
	line-height: 40px;
	margin: 20px auto;
	resize: none;
	display: block;
	border: 1px solid #ebecec;
	padding: 10px 15px;
}
.FubiaoConBtn{
	display: flex;
	width: 150px;
	line-height: 60px;
	background: #0152cd;
	color: #fff;
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	margin: 0 auto;
}

.kfBtnHide{
	width: 7%;
	margin: 30px auto 0;
}
.kfBtnHide img{
	width: 100%;
}
.kfBtn{
	right: 20px;
	width: auto;
	height: auto;
	background: none;
}
.kfBtn::after{
	display: none;
}
.kfBtnImg{
	width: 100px; 
}
/* 联系弹窗结束 */