/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
  font-family: "_cn-regular";
}
.menu {
 position: sticky;
    top: 0;
    left: 0;
    width: 85%;
    display: flex;
    justify-content: flex-end;
}
.menu * {
  box-sizing: border-box;
}
.menu .center {
  width: 100%
}
.menu .ul-list {
  display: flex;
}

.menu .ul-list > li {
  flex: 1;
  position: relative;
}

.menu .ul-list > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    line-height: 100px;
}
.menu .ul-list li span{
	padding-left: 10px;
	display: none;
}
.menu .ul-list > li > span {
  color: #fff;
  font-size: 14px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222;
}
.menu .ul-list > li:hover .ol-list {
  display: block;
}
.menu .ol-list {
    display: none;
    position: absolute;
    top: 80px;
    left: -10%;
    z-index: 999;
    background: #3D6D68;
    width: 120%;
    border-radius: 5px;
	padding: 16px 0;
}

.menu .ol-list > li {
    display: flex;
    align-items: center;
    justify-content: center;

    line-height: 40px;
}
.menu .ol-list .nav_icon{
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%, 0);
    border-bottom: 12px solid #3D6D68;
    top: -12px;
}
.menu .ol-list > li > a {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
    width: 100%;
    padding: 0 8px;
}
.menu .ul-list > .ul-list1 > a {
     background: #004EA1;
    border-radius: 50px;
    padding: 0 10px;
    color: #ffffff;
}
.menu .ul-list > li:hover .nav_a{
    color: #3B9E94;
}

.menu .ul-list .ol-list li:hover a{
	color: #3D6D68;
    background: #fff;
}
.search-container {
    padding-left: 0;
    overflow: hidden;
    position: relative;
}
.search-container .form-control {
    text-align: left;
    border: 1px solid #ad9a84;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -mz-border-radius: 0;
    font-size: 14px;
    color: #808080;
    line-height: 41px;
    height: 41px;
    vertical-align: top;
    padding: 0 85px 0 25px;
    -webkit-appearance: none;
    background-color: #fff;
    border-radius: 25px;
}
.search-container .btn {
    top: 0;
    border: 0;
    right: 0;
    color: #fff;
    width: 60px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0 25px 25px 0;
    background: #3E756F url(../images/overlay-icon.png) no-repeat center center;
}
.daohang{
    position: relative;
}
.daohang .head{
    display: flex;
    justify-content: space-between;
    height: 100px;
    align-items: center;
    position: absolute;
    width: 100%;
    padding: 0 110px;
    z-index: 9;
    background: #fff;
}
.header-search .pull-right a {
    display: block;
    width: 22px;
    height: 100px;
    position: relative;
    padding-top: 39px;
}
#search-closed {
    right: 0;
    top: 23.5px;
    max-width: 30px;
    position: absolute;
    cursor: pointer;
}
.search {
    z-index: 9;
    position: relative;
}
.phone-nav {
    position: absolute;
    font-size: 30px;
    right: 15px;
    top: 0px;
    line-height: 60px;
    display: none;
    color: #666;
}
.phone-nav img {
    height: 30px;
    margin-top: 65px;
    display: block;
}
.daohang .head .logo{
    width: 25%;
}
.daohang .head .dhl{
    display: flex;
    width: 75%;
    justify-content: flex-end;
}
.search .search-main {
    top: 0;
    right: 0;
    z-index: 9;
    width: 360px;
    display: none;
    padding: 18px 30px 18px 19px;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.daohang .head .dhl .dh_back{
    padding-top: 39px;
    margin-left: 32px;
}