
/*+++++hj_go_31+++++*/
template_hj_31 *{
	font-size: 16px;
	font-family: microsoft yahei, "宋体";
	box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
template_hj_31 a {
	text-decoration: none;
}

template_hj_31 .hj_mk_31_hj_mk_31_clear {
	clear: both
}
template_hj_31 .hj_mk_31_home-head{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100px;
	background-color: #1d1e22;
	z-index:10
}
template_hj_31 .hj_mk_31_head-container{
  width: 1200px;
  height: 100%;
  margin:0 auto;
  box-sizing: border-box;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s all;
}
template_hj_31 .hj_mk_31_head-left{
  display: flex;
}
template_hj_31 .hj_mk_31_head-logo{
  width: auto;
  height: 80px;
  line-height: 80px;
  max-width:350px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}
template_hj_31 .hj_mk_31_head-logo img{
  max-height: 100%;
  max-width:100%;
  vertical-align:middle
}
template_hj_31 .hj_mk_31_head-right{
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 999;
}
template_hj_31 .hj_mk_31_head-nav{
  display: flex;
  align-items: center;
  height: 100%;
}
template_hj_31 .hj_mk_31_head-nav-wrap{
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  transition: 0.3s all;
}
template_hj_31 .hj_mk_31_head-nav-item{
  position: relative;
  display: inline-block;
  white-space: nowrap;
  padding: 3px 15px;
  font-size: 16px;
  line-height:24px;
  color:#FFF;
  border:1px solid #25262b;
  border-radius:25px
}
template_hj_31 .hj_mk_31_head-nav-item.hj_mk_31_active,template_hj_31 .hj_mk_31_home-head .hj_mk_31_head-nav-item:hover {
  color: #3fb150;
  border: 1px solid #3fb150
}
template_hj_31 .hj_mk_31_head-nav-children{
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 100%;
  min-width:100%;
  width: auto;
  background: rgba(255,255,255,0.6);
  border-radius: 0px 0px 6px 6px;
  border-top: none;
  backdrop-filter: blur(45px);
  display: none;
  transform:translateX(-50%);
}
template_hj_31 .hj_mk_31_head-nav-children-item{
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 6px 15px;
  font-size: 15px;
  line-height: 30px;
  white-space: nowrap;
  color: #333;
  background-color: #fff;
  border-bottom:1px solid #eee
}
template_hj_31 .hj_mk_31_home-head .hj_mk_31_head-nav-children-item:hover,template_hj_31 .hj_mk_31_home-head .hj_mk_31_head-nav-item.hj_mk_31_active{
  color: #3fb150
}
template_hj_31 select, input {
    outline: none;
	border: none;
    border-radius: 0;
    outline: none;
    padding: 0;
}
template_hj_31 .hj_mk_31_head-search{
  display: flex;
  align-items: center;
  position: relative;
  padding: 6px 8px 6px 0;
  margin: 0 18px;
}
template_hj_31 .hj_mk_31_head-search-icon{
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url('../1800/search.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
}
template_hj_31 .hj_mk_31_head-search-input {
  width: 0;
  background-position: calc(100% - 9px) center;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: #4D4D4D;
  line-height: 18px;
  background-color: transparent;
  transition: 0.3s all;
}
template_hj_31 .hj_mk_31_home-head .hj_mk_31_head-search-icon {
   background-image: url('../1800/search_white.png');
}
template_hj_31 .hj_mk_31_home-head .hj_mk_31_head-search-input {
  color: #fff;
}
template_hj_31 .hj_mk_31_search-form{
	position: absolute;
	top: 50px;
	right: -5px;
	visibility: hidden;
	opacity: 0;
	transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;z-index: 999
}
template_hj_31 .hj_mk_31_search-form form {
	position: relative;
}
template_hj_31 .hj_mk_31_search-form form:before {
	position: absolute;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #3fb150 transparent;
	content: '';
	right: 10px;
	top: -10px;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

template_hj_31 .hj_mk_31_search-form form input {
    line-height: 20px;
    padding: 10px;
    border: none;
    outline: none;
    width: 300px;
    color: #fff;
    background: #3fb150;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    font-size: 14px;
}
template_hj_31 .hj_mk_31_search-form form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 10px;
    background: none;
    color: #fff;
    border: none;
    cursor: pointer;
    outline: none;
    border-radius: 0 200px 200px 0;
}
template_hj_31 .hj_mk_31_input-search-btn>.hj_mk_31_icon {
    margin: 0 3px;
    background:url(../1800/search_white.png) no-repeat center 33%;background-size: cover;
    height: 15px;
    width: 15px;display: inline-block;
}

template_hj_31 .hj_mk_31_search-form form input::placeholder {
  color: #fff; 
  font-size: 14px;
}
template_hj_31 .hj_mk_31_search-form.hj_mk_31_search-active {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
}
/*+++++hj_end_31+++++*/


/*+++++hj_go_29+++++*/

/*+++++hj_end_29+++++*/

