.full-header-top {
	background-color: #1e73be;
	line-height: 32px;
}
.full-header-top a{
	color: rgba(255,255,255,0.8);
	font-size: 14px;
	text-transform: none;
	letter-spacing: 0;
}
.header-top-wrap{
	justify-content: space-between;
}
.header-top-left a {
	position: relative;
	display: inline-block;
	padding: 0 8px;
}
.header-top-left a + a::before {
	content: "";
	border-left: 1px solid rgba(255,255,255,0.2);
	height: 15px;
	position: absolute;
	left: -2px;
	top: 7px;
}
.header-top-left a:first-child{
	padding-left: 0;
}
.header-top-left a:hover{
	text-decoration: underline;
}
.header-top-left i {
	margin-right: 5px;
	font-size: 16px;
}
.header-top-wrap a:hover{
	color: #fff;
}
/**/
.header-top-right .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  padding-right: 10px;
}
.header-top-right .menu li {
  padding-right: 10px;
  margin: 0;
}
.header-top-right {
  display: flex;
  align-items: center;
}
.header-mxh a {
  padding-right: 5px;
}
/**/
.full-header {
    background: #fff;
    z-index: 999;
    overflow-x: clip;
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
}
.full-header.sticky{	
    z-index: 999;
	-webkit-animation: stuckMoveDown .6s;
	animation: stuckMoveDown .6s;
}
@keyframes stuckMoveDown {
 0% {
  -webkit-transform:translateY(-100%);
  transform:translateY(-100%)
 }
 100% {
  -webkit-transform:translateY(0);
  transform:translateY(0)
 }
}
.full-header .inner-header{
    padding-top: 5px;
    padding-bottom: 5px;
}
.header-logo {
    display: block;
    max-width: 195px;
    overflow: hidden;
    max-height: 120px;
    transition: all 0.3s;
    min-height: 83px;
    display: flex;
    align-items: center;
}

.header-logo a {
    display: inline-block;
    width: 100%;
}

img.site-logo {
    max-width: 100%;
    max-height: 120px;
    display: block;
}

.header-hotline{
	margin-left: 15px;
}
.header-hotline a {
    position: relative;
    display: block;
    border-radius: 99px;
    height: 40px;
    line-height: 42px;
    color: #fff;
    font-weight: bold;
    background-color: #00a89d;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    overflow: hidden;
}
.header-hotline a::after {
	content: "";
	position: absolute;
	top: 0;
	left: -25%;
	height: 100%;
	width: 150%;
	-webkit-box-shadow: inset 0 1.2em 0 0 rgba(255,255,255,0.1);
	box-shadow: inset 0 1.2em 0 0 rgba(255,255,255,0.1);
}
/* menu */
.main-menu {
    font-weight: 500;
}
/* Search */
.header-search {
	margin-left: 18px;
}
.header-search .icon-search{
    font-size: 22px;
    padding: 10px 0;
}
.header-search .icon-search:hover{
	color:#ff7600 ;
}
.header-search-area:hover .searchmini1 {
    display: block;
}
.header-search-area {
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}
.searchmini1 {
	position: absolute;
	background: #fff;
	padding: 10px;
	width: 260px;
	right: 0;
	z-index: 1;
	-webkit-box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
	box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
	display: none;
	border-radius: 3px;
	border: 2px solid #ddd;
}
.searchmini1 .search-form {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: relative;
}
.input-group .btn,
.input-group input[type="submit"],
.input-group .input-group-field {
    height: 40px;
}
.searchmini1 form input {
    width: 100%;
    height: 40px;
    min-height: unset;
    line-height: 40px;
    background: #fff;
    padding: 0 40px 0 15px;
    color: #000;
    border:solid 1px #ddd;
}
input[type="email"]:focus, input[type="search"]:focus, 
input[type="number"]:focus, input[type="tel"]:focus, 
input[type="text"]:focus, input[type="password"]:focus, 
textarea:focus, select:focus {
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	opacity: 1 !important;
	outline: 0;
	color: #333;
	background-color: #fff;
}
.searchmini1 form button {
	padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    box-shadow: none;
    border: none;
    background: transparent;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    background-color: #ff7600;
    font-size: 20px;
}
.search-submit i {
    color: #fff;
    font-size: 14px;
}


@media only screen and (min-width: 1100px) {
    .full-header.sticky .header-logo{
        min-height: auto;
    }
}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 1100px) {
    .header-logo {
        max-width: 150px;
    }
}

@media only screen and (max-width: 900px) {
}
@media only screen and (max-width: 800px) {
    .full-row.full-header-top {
        display: none;
    }
    /**/
}
@media only screen and (max-width: 600px) {
    .header-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .header-search {
    }
}
@media only screen and (max-width: 480px) {
    .header-hotline img {
        width: 30px;
    }
    .hotline-content h3 {
        font-size: 15px;
    }
    .hotline-content a {
        font-size: 18px;
    }
    /**/
    #search-form {
        height: 34px;
    }
    .search-submit{
        height: 34px;
        font-size: 16px;
    }
}