@charset "UTF-8";
/**
  name: container_pc
  title: innerWidth 大于 1200时素材最外层盒子的宽度，默认值为90%
  zhiyu: 90% - 100%
  beizhu:
*/
/**
  name: container_note_pc
  title: 992 小于 innerWidth 小于 1199时素材最外层盒子的宽度，默认值为96%
  zhiyu: 90% - 100%
  beizhu:
*/
/**
  name: container_pad
  title: 768 小于 innerWidth 小于 991时素材最外层盒子的宽度，默认值为96%
  zhiyu: 90% - 100%
  beizhu:
*/
/**
  name: container_note_phone
  title: innerWidth 小于 767时素材最外层盒子的宽度，默认值为93.6%
  zhiyu: 90% - 100%
  beizhu:
*/
/**
  name: container_max_width
  title: 给素材最外层盒子限制最大宽度，默认值为100%
  zhiyu: 90% / px / rem 
  beizhu:
*/
/**
  name: theme_color
  title: 网站的主题颜色
  zhiyu: 
  beizhu:
*/
/**
 * [breakpoints 响应节点]
 * @param  [type] $array [数组]
 * @param  string $value [键]
 * @return [type]        [返回一维数组]
 */
/** 
 * 定义响应式值变量
 * $tiny为手机端响应节点尺寸
 * $small为竖版平板节点尺寸
 * $medium为横版平板节点尺寸
 * $large为电脑端节点尺寸
 */
/**
 * [respond_to 处理响应式方法]
 * @param  {[type]} $breakpoint [响应节点变量]
 * @return {[type]}             [响应css语句]
 */
/**
 * [public_shadow 元素阴影效果]
 * @param  {[type]} $transition_value: 0             0 0 rgba(0,0,0,.16) [阴影颜色值]
 * @return {[type]}                    [css阴影效果]
 */
/**
 * [public_transition 动画预处理库]
 * @param  {[type]} $transition_speed: .3s           [速度时间]
 * @return {[type]}                    [动画库]
 */
/**
    name: public_wrap_div
    title: 外层class
    zhiyu: *
    beizhu:
*/
/**
    name: logo_display
    title: 是否启用导航logo
    zhiyu: *
    beizhu:
*/
/**
    name: shop_display
    title: 是否启用导航右侧中英文翻译
    zhiyu: *
    beizhu:
*/
/**
    name: nav_height
    title: 导航的高度
    zhiyu: *
    beizhu:
*/
/**
    name: nav_li_padding
    title: 导航的高度
    zhiyu: *
    beizhu:
*/
/**
  name: container_pc
  title: innerWidth 大于 1200时素材最外层盒子的宽度，默认值为90%
  zhiyu: 90% - 100%
  beizhu:
*/
/**
  name: container_note_pc
  title: 992 小于 innerWidth 小于 1199时素材最外层盒子的宽度，默认值为96%
  zhiyu: 90% - 100%
  beizhu:
*/
/**
  name: container_pad
  title: 768 小于 innerWidth 小于 991时素材最外层盒子的宽度，默认值为96%
  zhiyu: 90% - 100%
  beizhu:
*/
/**
  name: container_note_phone
  title: innerWidth 小于 767时素材最外层盒子的宽度，默认值为93.6%
  zhiyu: 90% - 100%
  beizhu:
*/
/**
  name: container_max_width
  title: 给素材最外层盒子限制最大宽度，默认值为100%
  zhiyu: 90% / px / rem 
  beizhu:
*/
/**
  name: theme_color
  title: 网站的主题颜色
  zhiyu: 
  beizhu:
*/
.public_list_156 .phone_head_logo {
  display: inline-block; }

.public_list_156 .phone_back_btn {
  display: none; }

.public_list_156 {
  background: #fff;
  position: fixed;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  z-index: 9; }

.public_list_156 ul {
  margin-bottom: 0; }

.public_list_156 .header_w {
  position: relative;
  z-index: 5;
  height: 90px;
  background: #fff; }

#header {
  position: relative;
  width: 90%;
  max-width: 1200px;
  background-color: #fff;
  margin: 0 auto; }

.g-wrap {
  width: 100%;
  height: 60px; }

#logo {
  display: block;
  position: absolute;
  top: 24px;
  left: 1px;
  width: 260px;
  height: 43px;
  background: url(../../../images/logoi.jpg) no-repeat 0 0 }

#nav {
  float: right;
  height: 90px;
  text-align: center;
  background-color: #fff;
  overflow: hidden; }

#nav li {
  display: inline-block;
  height: 100%;
  margin: 0 0 0 2px;
  -webkit-transition: background-color 700ms;
  transition: background-color 700ms; }

#nav li a {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 90px;
  text-align: center;
  color: #666;
  -webkit-transition: color 200ms;
  transition: color 200ms; }

#nav li a.on {
  color: #fff; }

#nav li a span {
  position: relative;
  display: block;
  height: 90px;
  padding: 0 19px;
  z-index: 2; }

#nav li a .bkg {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #0a5248;
  -webkit-transition: top 200ms;
  transition: top 200ms; }

#nav li a.on span,
#nav li a:hover span {
  color: #fff; }

#nav li a.on .bkg,
#nav li a:hover .bkg {
  top: 0; }

.conten_secondbox {
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
  z-index: -111; }

.conten_second {
  width: 100%;
  height: 70px;
  position: relative; }

.second {
  background: #4c4a4f;
  margin-top: -100%; }

.second ul li {
  padding: 10px; }

.second a {
  color: #fff;
	font-size: 14px;
	margin: 10px;
	display: inline-block;
	width: 90px; }

.second a:hover {
  text-decoration: underline; }

.conten_second .second {
  position: absolute;
  width: 50%;
  right: 0; }

#shop {
  display: block;
  position: relative;
  float: right;
  z-index: 5;
  width: 78px;
  height: 100%;
  background: #fff;
  border-left: 1px solid #e5e5e5; }

#shop {
  width: 155px; }

#shop .btn-search {
  position: absolute;
  top: 16px;
  left: 15px;
  width: 20px;
  height: 20px;
  font-size: 20px; }

#shop .btn-search:hover,
#shop .btn-search.on {
  color: #f00; }

#shop .btn-lang {
  position: absolute;
  top: 0;
  right: 56px;
  padding: 0 10px;
  width: auto;
  height: 100%;
  font-weight: bold;
  font-size: 13px;
  line-height: 60px;
  color: #666369;
  background-color: #fff;
  -webkit-transition: color 300ms;
  transition: color 300ms; }

#shop .btn-lang:hover {
  color: #ff2424; }

#shop .header-nwbtn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0 0 10px;
  width: auto;
  height: 100%;
  font-weight: bold;
  font-size: 13px;
  line-height: 60px;
  color: #666369;
  -webkit-transition: all 300ms;
  transition: all 300ms; }

#shop .header-nwbtn:hover,
#shop .header-nwbtn.on {
  color: #ff2424; }

#content {
  position: relative;
  overflow: hidden; }

#subNav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 61px; }

#subNav .g-wrap {
  overflow: visible; }

#subNav .g-wrap .item {
  position: absolute;
  top: -100%;
  width: 100%;
  height: 100%;
  background-color: #4c4a4f;
  overflow: hidden;
  -webkit-transition: top 300ms;
  transition: top 300ms; }

#subNav .g-wrap .about {
  left: 365px;
  padding: 0 67px; }

#subNav .g-wrap .news {
  left: 448px;
  padding: 0 67px; }

#subNav .g-wrap .relation {
  left: 531px;
  padding: 0 80px; }

#subNav .g-wrap .service {
  left: 627px;
  padding: 0 67px; }

#subNav .g-wrap .citizenship {
  left: 710px;
  padding: 0 67px; }

#subNav .g-wrap .search {
  right: 0;
  width: 238px;
  height: 44px;
  border: 8px solid #4c4a4f; }

#subNav .g-wrap .search input {
  padding: 0 20px;
  width: 200px;
  height: 44px;
  line-height: 44px; }

#subNav .g-wrap .langs {
  right: 0;
  padding: 0 15px;
  width: 224px; }

#subNav .g-wrap .nwmenu {
  right: 0;
  top: -409px;
  width: 171px;
  height: auto;
  background-color: #4c4a4f;
  -webkit-transition: 300ms;
  transition: 300ms; }

#subNav .g-wrap .nwmenu .nwmenu-inner {
  padding: 20px;
  width: 210px;
  max-height: 349px;
  overflow: hidden; }

#subNav .g-wrap .nwmenu .nwi-tit {
  float: left;
  width: 50px;
  color: #8f8c92;
  font-size: 12px; }

#subNav .g-wrap .nwmenu .nwmenu-list {
  /*float: right; margin-top: -5px; width: 140px;*/
  overflow: hidden; }

#subNav .g-wrap .nwmenu .nwmenu-list li a {
  float: none;
  padding: 0;
  line-height: 22px;
  color: #d2ced5;
  font-size: 12px;
  font-weight: normal;
  -webkit-transition: color 300ms;
  transition: color 300ms; }

#subNav .g-wrap .nwmenu .nwmenu-list li a:hover {
  color: #f63b34; }

#subNav .g-wrap .on {
  top: 0;
  z-index: 2; }

#subNav .g-wrap .item a {
  float: left;
  padding: 0 16px;
  font-weight: bold;
  font-size: 13px;
  line-height: 61px;
  color: #d2ced5;
  -webkit-transition: color 300ms;
  transition: color 300ms; }

#subNav .g-wrap .item a:hover {
  color: #f63b2e; }

#subNav .g-wrap .item #on {
  color: #f63b2e; }

.public_list_156 #header_phone {
  display: none;
  background: #FFF; }

.public_list_156 .header {
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #e9e9e9;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  z-index: 3; }

.public_list_156 a.logo {
  display: block;
  float: left;
  height: 60px;
  width: 240px;
  overflow: hidden;
  margin-top: 15px; }

.public_list_156 a.logo img {
  display: block;
  height: 60px; }

.public_list_156 .phone-logo-box {
  display: table;
  float: left;
  height: 58px;
  width: 60%;
  overflow: hidden; }

.public_list_156 a.phone-logo {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding-left: 10px; }

.public_list_156 a.phone-logo img {
  display: block;
  width: 150px;
  max-width: 100%;
  height: 24px; }

.public_list_156 .hamburger {
  padding: 15px 15px;
  display: block;
  float: right;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.public_list_156 .hamburger:hover {
  opacity: 0.7; }

.public_list_156 .hamburger-box {
  width: 30px;
  height: 24px;
  display: block;
  position: relative;
  cursor: pointer; }

.public_list_156 .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.public_list_156 .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 4px;
  background-color: #252435;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.public_list_156 .hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.public_list_156 .hamburger-inner::before {
  top: -10px; }

.public_list_156 .hamburger-inner::after {
  bottom: -10px; }

.public_list_156 .hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.public_list_156 .hamburger--squeeze .hamburger-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease; }

.public_list_156 .hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

html.mm-opened .hamburger--squeeze .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

html.mm-opened .hamburger--squeeze .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease; }

html.mm-opened .hamburger--squeeze .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

.public_list_156 #menu {
  display: none; }

.public_head_zwbox {
  height: 60px; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #header {
    width: 96%; }

  #nav li a span {
    padding: 0 11px; } }
@media screen and (max-width: 991px) {
  #header {
    display: none; }

  .public_list_156 #header_phone {
    display: block; }

  .public_list_156 .head_show_back {
    position: relative;
    width: 30px !important; }

  .public_list_156 .head_show_back .phone_head_logo {
    display: none; }

  .public_list_156 .head_show_back .phone_back_btn {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px; }

  .public_list_156 .head_show_back .phone_back_btn img {
    width: 100%;
    height: 100%; } 
    .conten_secondbox , .public_list_156 .header_w{display: none;}
}

/*# sourceMappingURL=style.css.map */
