@charset "UTF-8";
/**
    name: public_wrap_div
    title: 外层class
    zhiyu: *
    beizhu:
*/
/**
    name: mar_left_pc_num
    title: innerWidth 大于 1200时导航左边距
    zhiyu: 
    beizhu:
*/
/**
    name: mar_left_note_pc_num
    title: 992 小于 innerWidth 小于 1199时导航左边距
    zhiyu: 
    beizhu:
*/
/**
    name: mar_left_pad_num
    title: 768 小于 innerWidth 小于 991时导航左边距
    zhiyu: 
    beizhu:
*/
/**
    name: mar_left_pad_num
    title: 768 小于 innerWidth 小于 991时导航左边距
    zhiyu: 
    beizhu:
*/
/**
    name: mar_left_translate
    title: 导航右侧语言切换左边距
    zhiyu: 
    beizhu:
*/
/**
    name: nav_text_color
    title: 导航文字的基本颜色
    zhiyu: 
    beizhu:
*/
/**
    name: change_phone_size
    title: innerWidth到何时转化为手机端显示
    zhiyu: 
    beizhu:
*/
/**
    name: header_right_need
    title: 是否需要导航右边的中英文转换
    zhiyu: 
    beizhu:
*/
/**
    name: header_right_default_mar_left
    title: 初始化语言转换左边距
    zhiyu: 
    beizhu:
*/
/**
    name: header_right_search_need
    title: 是否需要导航右边的搜索
    zhiyu: 
    beizhu:
*/
/**
    name: header_right_search_mar_left
    title: 导航右边搜索的左边距
    zhiyu: 
    beizhu:
*/
/**
    name: container_max_Width
    title: 外边盒子限制最大宽度
    zhiyu: 
    beizhu:
*/
/**
    name: container_default_innerWidth
    title: 初始化效果最小限制
    zhiyu: 
    beizhu:
*/
/**
    name: nav_li_default_mar_left
    title: 初始化nav_li左边距
    zhiyu: 
    beizhu:
*/
/**
    name: nav_li_ul_bg
    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:
*/
/**
 * [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]}                    [动画库]
 */
.public_nav_81_2 .web_nav_search {
  display: block;
  float: right;
  margin-top: 20px;
  margin-left: 10px; }

.public_nav_81_2 .web_nav_search > a {
  display: block;
  width: 34px;
  height: 34px;
  float: left;
  margin: 1px 30px 0 0; }

.public_nav_81_2 .web_nav_search > span {
  line-height: 36px;
  float: left;
  font-size: 34px;
  color: #ff4f00; }

.public_nav_81_2 .web_nav_search2 {
  position: relative;
  display: block;
  float: right;
  width: 160px;
  height: 30px;
  margin-left: 20px;
  margin-top: 28px; }

.public_nav_81_2 .web_nav_search2 > span {
  position: absolute;
  right: 12px;
  top: 4px;
  cursor: pointer; }

.public_nav_81_2 .web_nav_search2 > input {
  width: 158px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #666;
  padding-left: 10px;
  background: transparent; }

.public_nav_81_2 .web_nav_sel {
  float: left;
  width: 100px;
  height: 36px;
  color: #333333;
  cursor: pointer;
  position: relative; }

.public_nav_81_2 .web_nav_sel > ul {
  display: none;
  position: absolute;
  top: 68px;
  right: -12px;
  width: 124px;
  background: #EFF7FB;
  list-style: none;
  padding: 8px 0; }

.public_nav_81_2 .web_nav_sel > ul > a:hover {
  color: #fff;
  background: #ff4f00; }

.public_nav_81_2 .web_nav_sel > ul > a {
  display: block;
  width: 124px;
  line-height: 38px;
  font-size: 14px;
  text-align: center;
  color: #666; }

.public_nav_81_2 .web_nav_select {
  display: block;
  width: 90px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  margin: 0 auto; }

.public_nav_81_2 .web_nav_select .web_nav_select_text {
  color: #ff4f00; }

.public_nav_81_2 .header-web-box {
  box-sizing: content-box;
  width: 93.33%;
  height: 100%;
  max-width: 100%;
  margin: 0 auto; }

.public_nav_81_2 #header_phone {
  display: none;
  background: rgba(255,255,255,.8); }

.public_nav_81_2 .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_nav_81_2 a.logo {
  display: block;
  float: left;
  height: 60px;
  width: 217px;
  overflow: hidden;
  margin-top: 15px; }

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

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

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

.public_nav_81_2 a.phone-logo img {
  display: block;
  max-width: 100%;
  height: calc(100% - 20px); }

.public_nav_81_2 .web-menu {
  height: 90px; }

.public_nav_81_2 .web-menu li {
  float: left;
  margin-left: 20px;
  -webkit-transtion: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative; }

.public_nav_81_2 .web-menu li:first-child {
  margin-left: 0; }

.public_nav_81_2 .web-menu .web-menu-tit {
  display: block;
  font-size: 16px;
  color: #333333;
  padding: 29px 0 30px;
  position: relative;
  overflow: hidden; }

.public_nav_81_2 .web-menu span {
  display: block;
  -webkit-transtion: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.public_nav_81_2 .web-menu span.web-menu-btn-box {
  width: 100%;
  height: 25px;
  overflow: hidden; }

.public_nav_81_2 .web-menu span.web-menu-line {
  width: 0;
  height: 3px;
  overflow: hidden;
  background: #ff4f00;
  float: none;
  margin: 3px auto 0;
  -webkit-transtion: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.public_nav_81_2 .web-menu li.active span.web-menu-line, .web-menu li:hover span.web-menu-line {
  width: 100%; }

.public_nav_81_2 .web-menu li.active .web-menu-up {
  color: #ff4f00; }

.public_nav_81_2 .web-menu span.web-menu-down {
  color: #ff4f00; }

.public_nav_81_2 .web-menu li:hover span.web-menu-up {
  margin-top: -25px; }

.public_nav_81_2 .web-menu-subnav {
  display: none;
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -62px;
  padding: 20px 0 0;
  width: 124px;
  padding-top: 10px;
  background-size: 30px auto;
  z-index: 3; }

.public_nav_81_2 .web-menu-subnav li {
  float: none;
  margin: 0;
  border: none;
  text-align: center;
  background: #EFF7FB; }

.public_nav_81_2 .web-menu-subnav li a {
  color: #000;
  font-size: 14px;
  display: block;
  padding: 10px 30px; }

.public_nav_81_2 .web-menu-subnav li:hover {
  background: #ff4f00; }

.public_nav_81_2 .web-menu-subnav li:hover a {
  color: #FFF; }

.public_nav_81_2 .header-web-box .header_right {
  display: block;
  float: right;
  height: 100%;
  font-size: 18px;
  margin-left: 5%;
  cursor: pointer;}

.public_nav_81_2 .header-web-box .header_right > li {
  height: 100%; }

.public_nav_81_2 .header-web-box .header_right > li > a {
  display: block;
  line-height: 84px; }

.public_nav_81_2 .header-web-box .header_right .Chinese {
  color: #ff4f00; }

.public_nav_81_2 .header-web-box .header_right .English {
  color: #333333; }

.public_nav_81_2 .dropdown_menu_change {
  right: -6px; }

.public_nav_81_2 .dropdown-menu > li > a {
  padding: 10px 20px;
  font-size: 16px; }

.public_nav_81_2 .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_nav_81_2 .hamburger:hover {
  opacity: 0.7; }

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

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

.public_nav_81_2 .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 4px;
  background-color: #0168b7;
  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_nav_81_2 .hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

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

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

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

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

.public_nav_81_2 .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); }

@media screen and (min-width: 1620px) {
  .public_nav_81_2 .header-web-box .header_right {
    margin-left: 30px; }

  .public_nav_81_2 .web-menu > li {
    margin-left: 70px; }

  .public_nav_81_2 .web_nav_search2 {
    margin-left: 40px; }

  .public_nav_81_2 .web_nav_search {
    margin-left: 30px; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .public_nav_81_2 .header-web-box {
    width: 96%;
    margin: 0 auto; }

  .public_nav_81_2 .web-menu > li {
    margin-left: 24px; }

  .public_nav_81_2 .web-menu .web-menu-tit {
    font-size: 16px; }

  .public_nav_81_2 .web_nav_search2 {
    display: none; } }
@media only screen and (max-width: 992px) {
  .public_nav_81_2 #header_web {
    display: none; }

  .public_nav_81_2 #header_phone {
    display: block;
    text-align: right;
    position: fixed;
    width: 100%;
    height: 58px;
    overflow: hidden;
    z-index: 5;
    top: 0; }


     }

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