#laymod_1192874 .fl3 {
	    margin-top: -30px;
}
@media (min-width: 1500px) {
	#jh2_company_42 .container {
		width: 1440px;
	}
}
#jh2_company_42 .bodyCont_width .bodyContContent .com_cover .com_top .com_questiond {
	font-size: 24px;
}
#jh2_company_42 .bodyCont_width .bodyContContent .com_cover .com_bottom .com_answerd {
	font-size: 16px;
}
@media (max-width: 991px) {
	#jh2_company_42 .bodyContTitle .fl strong {
		    font-size: 24px;
	}
	#jh2_company_42 .bodyCont_width .bodyContContent .com_cover .com_top .com_questiond {
		font-size: 18px;
	}
	#jh2_company_42 .bodyCont_width .bodyContContent .com_cover .com_bottom .com_answerd {
		font-size: 14px;
	}
}
		  @font-face {
  font-family: 'iconfont';  /* Project id 249974 */
  src: url('http://at.alicdn.com/t/c/font_249974_zj79mvf16oa.woff2?t=1716618566514') format('woff2'),
       url('http://at.alicdn.com/t/c/font_249974_zj79mvf16oa.woff?t=1716618566514') format('woff'),
       url('http://at.alicdn.com/t/c/font_249974_zj79mvf16oa.ttf?t=1716618566514') format('truetype');
}
.iconfont {   
  font-family:"iconfont" !important;   
  font-style:normal;  
}
img {
border:0 none;  
}
ul,ol,li {
list-style:none;
padding:0;
margin:0;
}
h1,h2,h3,h4,h5,h6,p {
margin:0;
font-weight:normal; 
}
/*模版整体控制*/
#laymod_1192885 {
  position:relative;
  font-size: 12px;
    font-family:"Arial","Times New Roman","Microsoft YaHei","SimHei";
}
#laymod_1192885 #zykj_nav_zh {
  position: relative;
  top: 0;
  z-index: 1000;
  width: 100%;
  transition: all 0.36s ease;
  background: #fff;
}
#laymod_1192885 #zykj_nav_zh.header_fixed {
  position: fixed;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
} 
#laymod_1192885 .bg {
  position:absolute;
  z-index: 1;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
#laymod_1192885 .bodyCont_width {
  height: 100%;
}
#laymod_1192885 .bodyContContent {
  position:relative;
  z-index:4;
  height: 100%;
  height: 90px;
}
#laymod_1192885 .search_wrap a {
    display: inline-block !important;
    width: 15%;
    vertical-align: top;
    color: rgba(248,156,28,1);
    font-size: 0;
    padding: 10px 30px;
    height: 53px;
    border-bottom: none;
    line-height: 33px;
}
#laymod_1192885 .active_show .search_wrap a {
    font-size: 18px;
}
#laymod_1192885 .nav_info.active_show .search_wrap {
    z-index: 122;
    background-color: rgba(12,11,11,.95);
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}
#laymod_1192885 .search_wrap {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition: .5s;
  text-align: center;
  opacity: 0;
  background: rgba(12,11,11,.95);
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#laymod_1192885 .search_wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  content: "";
  transition: .5s;
  opacity: 0;
  border: 0 solid rgba(248,156,28,1);
}
#laymod_1192885 .nav_info.active_show .search_wrap:before {
  visibility: visible;
    opacity: 1;
    border-width: 24px;
}
#laymod_1192885 .search_wrap .closeBtn {
  position: absolute;
  width: 100%;
  height: 100%;
}
#laymod_1192885 .search_box {
  width: 65%;
  margin: 5em 0;
  transition: opacity .5s,-webkit-transform .5s;
  transition: opacity .5s,transform .5s;
  transition: opacity .5s,transform .5s,-webkit-transform .5s;
  -webkit-transform: scale3d(.8,.8,1);
  transform: scale3d(.8,.8,1);
  opacity: 0;
  font-size: 0;
}
#laymod_1192885 .search_box:before {
  content: "SEARCH";
  font-size: 0;
  color: rgba(248,156,28,1);
  position: absolute;
  top: -160px;
  left: 50%;
  transform: translateX(-104px);
}
#laymod_1192885 .active_show .search_box:before {
  font-size: 48px;
}
#laymod_1192885 .nav_info.active_show .search_wrap .search_box {
  border-bottom: 1px solid rgba(248,156,28,1);
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
  opacity: 1;
}
#laymod_1192885 .search_wrap .search_text {
  font-family: inherit;
  font-size: 25px;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  width: 75%;
  padding: .05em 0;
  color: rgba(248,156,28,1);
  border: 0;
  border-radius: 0;
  background: 0 0;
  -webkit-appearance: none;
}
#laymod_1192885 .nav_info.active_show .search_wrap .search_text {
  font-size: 25px;
  padding: 10px 30px;
  width: 85%;
  border-bottom: none;
  height: 53px;
}
@media (min-width: 992px) {
  #laymod_1192885 .bodyContContent {
    display: flex;
  }
  #laymod_1192885 .nav_menu {
    padding: 0 2.4%;
    width: 100%;
    display: flex;
    height:90px;
    align-content:center;
  }
  /* PClogo */
  #laymod_1192885 .nav_logo {
    height: 100%;
    display:-webkit-box;
    padding: 0;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*flex-direction*/
    -webkit-box-orient:vertical;/*horizontal*/
    -webkit-box-direction:normal;/*reverse*/
    -moz-box-orient:vertical;
    -moz-box-direction:normal;
    flex-direction:column;/*row*/
    -webkit-flex-direction:column;
    /*flex-wrap*/
    -webkit-flex-wrap:wrap;/*nowrap*/
    -webkit-box-lines:multiple;/*single*/
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;
    /*justify-content*/
    -webkit-justify-content:center;
    justify-content:center;/*主轴上对齐（横轴）*/
    -moz-box-pack:center;
    -webkit--moz-box-pack:center;
    box-pack:center;
    /*align-items*/
    align-items:flex-start;/*交叉轴对齐（垂直）*/
    -webkit-align-items:flex-start;
  }
  #laymod_1192885 .nav_logo a {
    overflow: hidden;
    height: 65px;
    transition: all 0.36s ease;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #laymod_1192885 .nav_logo a img {
    max-width: 100%;
    transition: all 0.36s ease;
    max-height: 100%;
  }
    #laymod_1192885 .search_wrap {
      pointer-events: none;
    }
  /* PC导航 */
  #laymod_1192885 .nav_list {
    height: 100%;
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*flex-direction*/
    -webkit-box-orient:vertical;/*horizontal*/
    -webkit-box-direction:normal;/*reverse*/
    -moz-box-orient:vertical;
    -moz-box-direction:normal;
    flex-direction:column;/*row*/
    -webkit-flex-direction:column;
    /*flex-wrap*/
    -webkit-flex-wrap:wrap;/*nowrap*/
    -webkit-box-lines:multiple;/*single*/
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;
    /*justify-content*/
    -webkit-justify-content:center;
    justify-content:center;/*主轴上对齐（横轴）*/
    -moz-box-pack:center;
    -webkit--moz-box-pack:center;
    box-pack:center;
    /*align-items*/
    align-items:flex-end;/*交叉轴对齐（垂直）*/
    -webkit-align-items:flex-end;
  }
  #laymod_1192885 .nav_list .nav_father_ul {
    height: 90px;
    font-size: 0;
    text-align: right;
  }
  #laymod_1192885 .nav_list .nav_father {
    display: inline-block;
    position: relative;
  }
  #laymod_1192885 .nav_list .nav_father .nav_item_href {
    color: #333;
    font-size:16px;
    font-weight: bold;
    display: block;
    line-height: 90px;
    margin: 0 40px;
    overflow: hidden;
    transition: color 0.35s;
  }
  #laymod_1192885 .nav_list .nav_father.active .nav_item_href {
  }
  #laymod_1192885 .nav_list .nav_father .nav_item_href .iconfont {
    position: absolute;
    padding-left: 5px;
    top: 0;
    /* right: 0; */
  }
  #laymod_1192885 .nav_list .nav_father .nav_item_href .iconfont:after {
    content: "\e6b6";
  }
  #laymod_1192885 .nav_list .nav_father .nav_item_href span {
      /* position: relative; */
      width: 100%;
      height: 100%;
      display: block;
      transition: transform 0.3s linear;
  }
  #laymod_1192885 .nav_list .nav_father .nav_item_href span:before {
      content: "";
      position: absolute;
      left: 0;
      width: 88px;
      background: rgba(248,156,28,1);
      bottom: 0;
      height: 0;
      right: 0;
      margin: 0 auto; 
      transition: all 0.36s ease; 
  }
  #laymod_1192885 .nav_list .nav_father.active .nav_item_href span:before,
  #laymod_1192885 .nav_list .nav_father .nav_item_href:hover span:before {
      height: 8px;
  }
  #laymod_1192885 .nav_list .nav_father .nav_item_href.active {
      border-bottom: 1px solid #333;
  }
  #laymod_1192885 .nav_list .nav_father .nav_ul_son {
    transition: all 0.36s ease;
    position: absolute;
    top: calc(100%);
    left: 0;
    z-index: 199;
    opacity: 0;
    visibility: hidden;
    width: 180px;
    height: auto;
    text-align: left;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
    border-radius: 2px;
    padding: 4px 5px;
    background: #fff;
  }
  #laymod_1192885 .nav_ul_son li {
    transition: all .2s ease-in-out;
  }
  #laymod_1192885 .nav_list .nav_father .nav_ul_son a {
    font-size:14px;
    font-weight: normal;
    padding: 11px 10px;
    line-height: 22px;
    display: block;
    transition: all .2s ease-in-out;
    color: #231F20;
    margin: 3px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #laymod_1192885 .nav_list .nav_father.nav_product .nav_ul_son a {
    font-weight: bold;
  }
  #laymod_1192885 .nav_list .nav_father .nav_ul_son a .iconfont {
    font-size: 12px;
    color: #666;
  }
  #laymod_1192885 .nav_list .nav_father .nav_ul_son a .iconfont:before {
    content: "\ecac";
  }
  #laymod_1192885 .nav_list .nav_father .nav_ul_son a:hover .iconfont {
    color: #fff;
  }
  #laymod_1192885 .nav_list .nav_father:hover .nav_ul_son {
    opacity: 1;
    visibility: visible;
  }
  #laymod_1192885 .nav_list .nav_father .nav_ul_son2 {
    transition: all 0.36s ease;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 199;
    opacity: 0;
    visibility: hidden;
    width: 180px;
    height: auto;
    overflow: hidden;
    text-align: left;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
    padding: 4px 5px;
    background: #F8F8F8;
  }
  #laymod_1192885 .nav_list .nav_item_son:hover .nav_ul_son2 {
    opacity: 1;
    visibility: visible;
  }
  /* 搜索icon */
  #laymod_1192885 .nav_info {
    display: -webkit-box;
    height: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -webkit-align-items: flex-start;
    flex-direction: row;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
  }
  #laymod_1192885 .nav_info a {
    display: inline-block;
  }
  #laymod_1192885 .nav_info #nav_search_btn a .iconfont {
    font-size: 32px;
    color: #333;
  }
  #laymod_1192885 .nav_info #nav_search_btn a:hover .iconfont {
    color: #333;
  }
  #laymod_1192885 .nav_info a .iconfont:after {
    content: "\ea84";
  }
  #laymod_1192885 .nav_info .nav_language {
    margin-left: 12.7%;
  }
  #laymod_1192885 .nav_info .nav_language a,
  #laymod_1192885 .nav_info .nav_language span {
      font-size: 16px;
      color: #333;
  }
  #laymod_1192885 .nav_info .nav_language a.active {
      color: rgba(248,156,28,1);
  }
  #laymod_1192885 .search_wrap .search_text::-webkit-input-placeholder {
      color: rgba(248, 156, 28, 0.6);
  }
  #laymod_1192885 .nav_list .nav_father .nav_ul_son li a:hover {
    background: #EEECEC;
  }
  #laymod_1192885 .nav_list .nav_father .nav_ul_son li.active0 a:hover {
    background: rgba(248,156,28,1);
  }
  #laymod_1192885 .nav_list .nav_father .nav_ul_son li.active1 a:hover {
    background: #007B4B;
  }
  #laymod_1192885 .nav_list .nav_father .nav_ul_son li.active2 a:hover {
    background: #8FBD20;
  }
  #laymod_1192885 .nav_list .nav_father.nav_product .nav_ul_son li a:hover {
    color: #fff;
  }
  #laymod_1192885 .nav_list .nav_father .nav_ul_son .nav_ul_son2 li a {
    color: #666;
    font-weight: normal;
  }
  #laymod_1192885 .nav_list .nav_father .nav_ul_son .nav_ul_son2 li:hover a {
    color: #fff;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  #laymod_1192885 .nav_list .nav_father .nav_item_href {
    margin: 0 25px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #laymod_1192885 .nav_menu {
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  #laymod_1192885 .bg {
    background: #fff;
  }
  #laymod_1192885 .bodyContContent {
    display: none;
  }
  #g_web {
        -webkit-transition: -webkit-transform .4s ease;
      transition: transform .4s ease;
  }
  #laymod_1192885 .search_wrap:before {
    position: static;
  }
  #laymod_1192885 .phone_logo {
    height: 60px;
    position: relative;
    z-index: 5;
  }
  #laymod_1192885 .phone_logo .mm-hbtn {
    display: block;
      width: 30px;
      height: 30px;
      position: absolute;
      top: 0;
      left: 10px;
      margin: 15px;
  }
  #laymod_1192885 .phone_logo .mm-hbtn .lcbody {
      width: 30px;
      height: 30px;
      position: relative;
      transform: translateZ(0) rotate(0);
      transition: transform .4s cubic-bezier(.4,.01,.165,.99);
  }
  #laymod_1192885 .phone_logo .mm-hbtn .lcitem {
      position: absolute;
      left: 0;
      top: 0;
      transform: translateZ(0) rotate(0);
      transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s;
      -webkit-transform: translateZ(0) rotate(0);
      -webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s;
      width: 30px;
      height: 30px;
  }
  #laymod_1192885 .phone_logo .mm-hbtn .lcitem .rect {
      width: 30px;
      height: 1px;
      position: absolute;
      left: 0;
      top: 14px;
      transition: transform .2s ease .2s;
      -webkit-transition: -webkit-transform .2s ease .2s;
        background: rgba(51,51,51,0.8);
  }
  #laymod_1192885 .phone_logo .mm-hbtn .top {
      transform: translate3d(0,-3px,0);
      -webkit-transform: translate3d(0,-3px,0);
  }
  #laymod_1192885 .phone_logo .mm-hbtn .bottom {
      transform: translate3d(0,3px,0);
      -webkit-transform: translate3d(0,3px,0);
  }
  #laymod_1192885 .phone_logo .mm-hbtn.open {
      transform: translateZ(0) rotate(90deg);
      -webkit-transform: translateZ(0) rotate(90deg);
  }
  #laymod_1192885 .phone_logo .mm-hbtn.open .lcitem {
      transform: translateZ(0) rotate(45deg);
      transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s;
      -webkit-transform: translateZ(0) rotate(45deg);
      -webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s;
  }
  #laymod_1192885 .phone_logo .mm-hbtn.open .lcitem.bottom {
      transform: translateZ(0) rotate(-45deg);
      -webkit-transform: translateZ(0) rotate(-45deg);
  }
  #laymod_1192885 .phone_logo .mm-hbtn.open .rect {
      transition: transform .2s ease .2s;
      transform: translate3d(0,0,0);
      -webkit-transition: -webkit-transform .2s ease .2s;
      -webkit-transform: translate3d(0,0,0);
  }
  /* 手机logo */
  #laymod_1192885 .phone_logo .logo {
    margin: 0 auto;
      width: 40%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      flex-direction: column;
      -webkit-flex-direction: column;
      -webkit-flex-wrap: wrap;
      -webkit-box-lines: multiple;
      -moz-flex-wrap: wrap;
      flex-wrap: wrap;
       -webkit-justify-content: center;
       justify-content: center;
      -moz-box-pack: center;
      -webkit--moz-box-pack: center;
      box-pack: center;
      align-items: center;
      -webkit-align-items: center;
      box-align: center;
      -moz-box-align: center;
      -webkit-box-align: center;
      height: 100%;
  }
  #laymod_1192885 .phone_logo .logo img {
    max-width: 100%;
    max-height: 35px;
  }
  /* 手机搜索 */
  #laymod_1192885 .nav_search {
      height: 60px;
      position: absolute;
      right: 10px;
      top: 0;
      width: 20px;
      transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  #laymod_1192885 .nav_search .nav_click {
      font-size: 18px;
      width: 100%;
      height: 100%;
      display: inline-block;
        color: rgba(51,51,51,0.8);
  }
  #laymod_1192885 .nav_search .nav_click:before {
      content: "\e757";
      position: absolute;
      line-height: 60px;
      cursor: pointer;
      right: 0;
  }
  #laymod_1192885 .nav_search_list {
    position: absolute;
    top: 100%;
    right: 0;
    width: calc(100% - 4px);
    border-radius: 0;
    height: 35px;
    line-height: 35px;
    box-sizing: content-box;
    background: #fff;
    border: 2px solid #777;
    font-size: 0;
    transition: opacity 0.36s ease, height 0.36s ease;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  #laymod_1192885 .search_wrap .search_text::-webkit-input-placeholder {
    color: rgba(0,0,0,0.6);
  }
  #laymod_1192885 .nav_search_list .search_text {
    width: 90%;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    background:none;
    height: 100%;
    padding: 0 0 0 2%;
    color: #777;
  }
  #laymod_1192885 .search_text::-webkit-input-placeholder {
    color: rgba(102,102,102,0.6);
  }
  #laymod_1192885 .nav_search_list .search_btn {
    width: 10%;
    font-size: 20px;
    color: #777;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    padding: 0;
    height: 35px;
    padding-right: 1%;
  }
  #laymod_1192885 .nav_search_list .search_btn .iconfont:after {
    content: "\e757";
  }
 #laymod_1192885 .close_pro_menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    top: 0;
    left: 0;
    z-index: 123;
  }
}
#laymod_1192885 .active_true .bg {
  background: #fff;
}
#laymod_1192885 .active_true .bodyContContent {
  display: none;
}
#g_web {
      -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
}
#laymod_1192885 .active_true .search_wrap:before {
  position: static;
}
/* 手机导航 */
.phone_nav {
    position: fixed;
    background: #f3f3f3;
    color: #666;
    width: 80%;
    height: 100%;
    padding-top: 30px;
    -webkit-transform: translate3d(-30%,0,0);
    -moz-transform: translate3d(-30%,0,0);
    -ms-transform: translate3d(-30%,0,0);
    -o-transform: translate3d(-30%,0,0);
    transform: translate3d(-30%,0,0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    opacity: 0;
    visibility: hidden;
}
.phone_nav .f_li {
  position: relative;
}
.phone_nav .f_li:after {
  content: "";
  border-bottom: 1px solid rgba(0,0,0,.1);
  display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.phone_nav .f_li>a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    line-height: 20px;
    display: inline-block;
    width: 80%;
    padding: 12px 10px 12px 20px;
    margin: 0;
    font-size: 12px;
    position: relative;
}
.phone_nav .f_li>.iconfont {
  line-height: 47px;
  display: inline-block;
    color: inherit;
    font-size: 22px;
    position: absolute;
    right: 0;
    width: 20%;
    text-align: center;
}
.phone_nav .f_li>.iconfont:before {
  content: "\e655";
}
.phone_nav .f_li .son_ul {
  display: none;
}
.phone_nav .f_li .son_ul a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    line-height: 20px;
    display: block;
    padding: 8px 10px 8px 20px;
    margin: 0;
    font-size: 12px;
} 
#laymod_1192885 .active_true .phone_logo {
  display: block !important;
  height: 60px;
  position: relative;
  z-index: 5;
}
#laymod_1192885 .active_true .phone_logo .mm-hbtn {
  display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 10px;
    margin: 15px;
}
#laymod_1192885 .active_true .phone_logo .mm-hbtn .lcbody {
    width: 30px;
    height: 30px;
    position: relative;
    transform: translateZ(0) rotate(0);
    transition: transform .4s cubic-bezier(.4,.01,.165,.99);
}
#laymod_1192885 .active_true .phone_logo .mm-hbtn .lcitem {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateZ(0) rotate(0);
    transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s;
    -webkit-transform: translateZ(0) rotate(0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s;
    width: 30px;
    height: 30px;
}
#laymod_1192885 .active_true .phone_logo .mm-hbtn .lcitem .rect {
    width: 30px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 14px;
    transition: transform .2s ease .2s;
    -webkit-transition: -webkit-transform .2s ease .2s;
  background: rgba(51,51,51,0.8);
}
#laymod_1192885 .active_true .phone_logo .mm-hbtn .top {
    transform: translate3d(0,-3px,0);
    -webkit-transform: translate3d(0,-3px,0);
}
#laymod_1192885 .active_true .phone_logo .mm-hbtn .bottom {
    transform: translate3d(0,3px,0);
    -webkit-transform: translate3d(0,3px,0);
}
#laymod_1192885 .active_true .phone_logo .mm-hbtn.open {
    transform: translateZ(0) rotate(90deg);
    -webkit-transform: translateZ(0) rotate(90deg);
}
#laymod_1192885 .active_true .phone_logo .mm-hbtn.open .lcitem {
    transform: translateZ(0) rotate(45deg);
    transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s;
    -webkit-transform: translateZ(0) rotate(45deg);
    -webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s;
}
#laymod_1192885 .active_true .phone_logo .mm-hbtn.open .lcitem.bottom {
    transform: translateZ(0) rotate(-45deg);
    -webkit-transform: translateZ(0) rotate(-45deg);
}
#laymod_1192885 .active_true .phone_logo .mm-hbtn.open .rect {
    transition: transform .2s ease .2s;
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform .2s ease .2s;
    -webkit-transform: translate3d(0,0,0);
}
/* 手机logo */
#laymod_1192885 .active_true .phone_logo .logo {
  margin: 0 auto;
    width: 40%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
     -webkit-justify-content: center;
     justify-content: center;
    -moz-box-pack: center;
    -webkit--moz-box-pack: center;
    box-pack: center;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    height: 100%;
}
#laymod_1192885 .active_true .phone_logo .logo img {
  max-width: 100%;
  max-height: 35px;
}
/* 手机搜索 */
#laymod_1192885 .active_true .nav_search {
    height: 60px;
    position: absolute;
    right: 10px;
    top: 0;
    width: 20px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#laymod_1192885 .active_true .nav_search .nav_click {
    font-size: 18px;
    width: 100%;
    height: 100%;
    display: inline-block;
  color: rgba(51,51,51,0.8);
}
#laymod_1192885 .active_true .nav_search .nav_click:before {
    content: "\e757";
    position: absolute;
    line-height: 60px;
    cursor: pointer;
    right: 0;
}
#laymod_1192885 .active_true .nav_search_list {
  position: absolute;
  top: 100%;
  right: 0;
  width: calc(100% - 4px);
  border-radius: 0;
  height: 35px;
  line-height: 35px;
  box-sizing: content-box;
  background: #fff;
  border: 2px solid #777;
  font-size: 0;
  transition: opacity 0.36s ease, height 0.36s ease;
  display: none;
  opacity: 1;
  visibility: visible;
}
#laymod_1192885 .active_true .search_wrap {
  pointer-events: auto;
}
#laymod_1192885 .active_true .search_wrap .search_text::-webkit-input-placeholder {
    color: rgba(0,0,0,0.6);
}
#laymod_1192885 .active_true .nav_search_list .search_text {
  width: 90%;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  background:none;
  height: 100%;
  padding: 0 0 0 2%;
  color: #777;
}
#laymod_1192885 .active_true .search_text::-webkit-input-placeholder {
      color: rgba(102,102,102,0.6);
}
#laymod_1192885 .active_true .nav_search_list .search_btn {
  width: 10%;
  font-size: 20px;
  color: #777;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  padding: 0;
  height: 35px;
  padding-right: 1%;
}
#laymod_1192885 .active_true .nav_search_list .search_btn .iconfont:after {
  content: "\e757";
}
#laymod_1192885 .active_true .close_pro_menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  top: 0;
  left: 0;
  z-index: 123;
}
/* 显示 */
.xianshi {
  overflow: hidden;
  height: 100%;
}
.xianshi .phone_nav {
  -webkit-transform: translate3d(0%,0,0);
    -moz-transform: translate3d(0%,0,0);
    -ms-transform: translate3d(0%,0,0);
    -o-transform: translate3d(0%,0,0);
    transform: translate3d(0%,0,0);
    opacity: 1;
    display: block !important;
    visibility: visible;
}
.xianshi #g_web {
  -webkit-transform: translate3d(80%,0,0);
    -moz-transform: translate3d(80%,0,0);
    -ms-transform: translate3d(80%,0,0);
    -o-transform: translate3d(80%,0,0);
    transform: translate3d(80%,0,0);
      box-shadow: 0 0px 18px 0 rgba(0, 0, 0, 0.3);
      overflow: hidden;
}
		  i,em {   
    font-style:normal;   
    } 
    ul,ol,li {    
    list-style:none;   
    padding:0;   
    margin:0;   
    }
    a, a:hover, a:active, a:visited, a:focus {   
    text-decoration:none;   
    }
    /*模版整体控制*/   
    #laymod_1192886 #jh2_single_1 {   
        position:relative;   
        overflow:hidden;   
            font-family:"Arial","Times New Roman","SimHei";   
    }   
    #laymod_1192886 .bg {   
        position:absolute;    
        z-index: 1;   
        width:100%;    
        height:100%;     
        top:0;    
        left:0;    
    }
    #laymod_1192886 .bodyCont_width {   
        position:relative;   
        opacity: 1;
        z-index:4;    
    }
    #laymod_1192886 .slide_tp .lla hr {
      width: 50px;
      height: 1px;
      background: #000;
      display: block;
      margin: 20px auto;
      border:none;
    }
    #laymod_1192886 .slide_tp .lla .slide_url {
      border: 1px solid rgba(0,0,0,0.3);
      background: 0 0;
      position: relative;
      line-height: 1.4;
      -o-transition: all .2s cubic-bezier(0.45,0,.55,1) 0s;
      -webkit-transition: all .2s cubic-bezier(0.45,0,.55,1) 0s;
      transition: all .2s cubic-bezier(0.45,0,.55,1) 0s;
      padding: 8px 20px;
      color: #000;
      margin-top: 30px;
      font-size: 16px;
      display: inline-block;
    }
    #laymod_1192886 .bodyCont_width.active .slide_tp .lla .fl,
    #laymod_1192886.active .slide_tp .lla .fl {
      animation: wlgq 1s .5s ease both;
      -o-animation: wlgq 1s .5s ease both;
      -webkit-animation: wlgq 1s .5s ease both;
    }
    #laymod_1192886 .slide_tp .lla .fl,
    #laymod_1192886 .slide_tp .lla .fl2 {
      color: #000;
    }
    #laymod_1192886 .bodyCont_width.active .slide_tp .lla hr,
    #laymod_1192886.active .slide_tp .lla hr {
      animation: wlgq 1s .7s ease both;
      -o-animation: wlgq 1s .7s ease both;
      -webkit-animation: wlgq 1s .7s ease both;
    }
    #laymod_1192886 .bodyCont_width.active .slide_tp .lla .fl2,
    #laymod_1192886.active .slide_tp .lla .fl2 {
      animation: wlgq 1s .9s ease both;
      -o-animation: wlgq 1s .9s ease both;
      -webkit-animation:wlgq 1s .9s ease both;
    }
    #laymod_1192886 .bodyCont_width.active .slide_tp .lla .slide_url,
    #laymod_1192886.active .slide_tp .lla .slide_url {
      animation: wlgq 1s 1.2s ease both;
      -o-animation: wlgq 1s 1.2s ease both;
      -webkit-animation: wlgq 1s 1.2s ease both;
    }
    #laymod_1192886 .bodyCont_width img {
        width: 100%;
    }
    @keyframes wlgq {
      0% {
        opacity: 0;
        transform: translateY(20px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }
    @media(min-width: 768px) {
      #laymod_1192886 .bodyCont_width {
        height: 100%;
        position: relative;
      }
      #laymod_1192886 .slide_tp {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 4;
      }
      #laymod_1192886 .slide_tp .lla {
        text-align: center;
        top: 58%;
        left: 10%;
      }
      #laymod_1192886 .slide_tp .lla .fl {
        font-size: 48px;
      }
      #laymod_1192886 .slide_tp .lla .fl2 {
        font-size: 14px;
        line-height: 36px;
      }
      #laymod_1192886 .slide_tp .lla .slide_url::after {
        content: '';
        width: 0;
        left: 50%;
        height: 1px;
        bottom: -1px;
        -ms-transform: translatex(-50%);
        -webkit-transform: translatex(-50%);
        transform: translatex(-50%);
        -o-transition: width .2s cubic-bezier(0.45,0,.55,1) .4s,background .2s cubic-bezier(0.45,0,.55,1) 0s;
        -webkit-transition: width .2s cubic-bezier(0.45,0,.55,1) .4s,background .2s cubic-bezier(0.45,0,.55,1) 0s;
        transition: width .2s cubic-bezier(0.45,0,.55,1) .4s,background .2s cubic-bezier(0.45,0,.55,1) 0s;
        display: block;
        position: absolute;
        background: rgba(0,0,0,0.7);
      }
      #laymod_1192886 .slide_tp .lla .slide_url span {
        display: block;
        position: absolute;
        -o-transition: all .2s cubic-bezier(0.45,0,.55,1);
        -webkit-transition: all .2s cubic-bezier(0.45,0,.55,1);
        transition: all .2s cubic-bezier(0.45,0,.55,1);
        width: 100%;
        top: 0;
        left: 0;
      }
      #laymod_1192886 .slide_tp .lla .slide_url span::after, 
      #laymod_1192886 .slide_tp .lla .slide_url span::before {
        content: '';
        display: block;
        position: absolute;
        background: rgba(0,0,0,0.7);
        -o-transition: all .2s cubic-bezier(0.45,0,.55,1);
        -webkit-transition: all .2s cubic-bezier(0.45,0,.55,1);
        transition: all .2s cubic-bezier(0.45,0,.55,1);
      }
      #laymod_1192886 .slide_tp .lla .slide_url span:first-child {
        height: 100%;
      }
      #laymod_1192886 .slide_tp .lla .slide_url span:first-child::before {
        left: -1px;
      }
      #laymod_1192886 .slide_tp .lla .slide_url span:first-child::after {
        right: -1px;
      }
      #laymod_1192886 .slide_tp .lla .slide_url span:first-child::after, 
      #laymod_1192886 .slide_tp .lla .slide_url span:first-child::before {
        width: 1px;
        height: 100%;
        bottom: 0;
        -ms-transform: scale3d(1,0,1);
        -webkit-transform: scale3d(1,0,1);
        transform: scale3d(1,0,1);
        -ms-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-transform-origin: bottom center;
        -webkit-transition: background .2s cubic-bezier(0.45,0,.55,1) 0s,-webkit-transform .2s cubic-bezier(0.45,0,.55,1) .2s;
        -o-transition: transform .2s cubic-bezier(0.45,0,.55,1) .2s,background .2s cubic-bezier(0.45,0,.55,1) 0s;
        transition: transform .2s cubic-bezier(0.45,0,.55,1) .2s,background .2s cubic-bezier(0.45,0,.55,1) 0s;
        transition: transform .2s cubic-bezier(0.45,0,.55,1) .2s,background .2s cubic-bezier(0.45,0,.55,1) 0s,-webkit-transform .2s cubic-bezier(0.45,0,.55,1) .2s;
      }
      #laymod_1192886 .slide_tp .lla .slide_url span:last-child::after, 
      #laymod_1192886 .slide_tp .lla .slide_url span:last-child::before {
        height: 1px;
        width: 100%;
        bottom: 0px;
        -ms-transform: scale3d(0,1,1);
        -webkit-transform: scale3d(0,1,1);
        transform: scale3d(0,1,1);
        -webkit-transition: background .2s cubic-bezier(0.45,0,.55,1) 0s,-webkit-transform .2s cubic-bezier(0.45,0,.55,1) 0s;
        -o-transition: transform .2s cubic-bezier(0.45,0,.55,1) 0s,background .2s cubic-bezier(0.45,0,.55,1) 0s;
        transition: transform .2s cubic-bezier(0.45,0,.55,1) 0s,background .2s cubic-bezier(0.45,0,.55,1) 0s;
        transition: transform .2s cubic-bezier(0.45,0,.55,1) 0s,background .2s cubic-bezier(0.45,0,.55,1) 0s,-webkit-transform .2s cubic-bezier(0.45,0,.55,1) 0s;
      }
      #laymod_1192886 .slide_tp .lla .slide_url span:last-child::before {
        left: 0;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left;
        -webkit-transform-origin: bottom left;
      }
      #laymod_1192886 .slide_tp .lla .slide_url span:last-child::after {
        right: 0;
        -ms-transform-origin: bottom right;
        transform-origin: bottom right;
        -webkit-transform-origin: bottom right;
      }
    }
      #laymod_1192886 .active_false .slide_tp .lla .slide_url:hover::after {
        width: 100%;
        background: rgba(0,0,0,0.7);
        -o-transition: width .2s cubic-bezier(0.45,0,.55,1) 0s,background .2s cubic-bezier(0.45,0,.55,1) 0s;
        -webkit-transition: width .2s cubic-bezier(0.45,0,.55,1) 0s,background .2s cubic-bezier(0.45,0,.55,1) 0s;
        transition: width .2s cubic-bezier(0.45,0,.55,1) 0s,background .2s cubic-bezier(0.45,0,.55,1) 0s;
      }
      #laymod_1192886 .active_false .slide_tp .lla .slide_url:hover span:first-child::after, 
      #laymod_1192886 .active_false .slide_tp .lla .slide_url:hover span:first-child::before {
        -ms-transform: scale3d(1,1,1);
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
        background: rgba(0,0,0,0.7);
        -webkit-transition: background .2s cubic-bezier(0.45,0,.55,1) 0s,-webkit-transform .2s cubic-bezier(0.45,0,.55,1) .2s;
        -o-transition: transform .2s cubic-bezier(0.45,0,.55,1) .2s,background .2s cubic-bezier(0.45,0,.55,1) 0s;
        transition: transform .2s cubic-bezier(0.45,0,.55,1) .2s,background .2s cubic-bezier(0.45,0,.55,1) 0s;
        transition: transform .2s cubic-bezier(0.45,0,.55,1) .2s,background .2s cubic-bezier(0.45,0,.55,1) 0s,-webkit-transform .2s cubic-bezier(0.45,0,.55,1) .2s;
      }
      #laymod_1192886 .active_false .slide_tp .lla .slide_url:hover span:last-child::after, 
      #laymod_1192886 .active_false .slide_tp .lla .slide_url:hover span:last-child::before {
        -ms-transform: scale3d(1,1,1);
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
        background: rgba(0,0,0,0.7);
        -webkit-transition: background .2s cubic-bezier(0.45,0,.55,1) 0s,-webkit-transform .2s cubic-bezier(0.45,0,.55,1) .4s;
        -o-transition: transform .2s cubic-bezier(0.45,0,.55,1) .4s,background .2s cubic-bezier(0.45,0,.55,1) 0s;
        transition: transform .2s cubic-bezier(0.45,0,.55,1) .4s,background .2s cubic-bezier(0.45,0,.55,1) 0s;
        transition: transform .2s cubic-bezier(0.45,0,.55,1) .4s,background .2s cubic-bezier(0.45,0,.55,1) 0s,-webkit-transform .2s cubic-bezier(0.45,0,.55,1) .4s;
      }
    @media(max-width: 992px) {
      #laymod_1192886 .bodyCont_width .slide_bgimg {
        background-image:url(../jpg/6f45f615-8798-457e-bad5-6ac0e8850b55-1717747774776_bg_img02_960x600.jpg);
      }
    }
    @media(max-width: 767px) {
      #laymod_1192886 .bodyCont_width img {
        width: 100%;
        display: block;
      }
      #laymod_1192886 .slide_tp {
        position: absolute;
        left: 0 !important;
        top: 0 !important;
        right: 0;
        bottom: 0;
        margin: auto;
        height: 80%;
        width: 90%;
        text-align: center;
      }
      #laymod_1192886 .slide_tp .lla {
        left: 0 !important;
        top: 0 !important;
        right: 0;
        bottom: 0;
        margin: auto;
        height: 70%;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
      }
      #laymod_1192886 .slide_tp .lla .fl {
        font-size: 18px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
      }
      #laymod_1192886 .slide_tp .lla .fl p,
      #laymod_1192886 .slide_tp .lla .fl span {
        font-size: 18px !important;;
      }
      #laymod_1192886 .slide_tp .lla hr {
        width: 100%;
        height: 1px;
        margin: 10px auto;
        border: none;
        position: relative;
        background:none;
      }
      #laymod_1192886 .slide_tp .lla hr:after {
      content:'';
      position:absolute;
      background: #000;
      left:50%;
      width:30px;
      height:1px;
      transform: translateX(-50%);
    }
      #laymod_1192886 .slide_tp .lla .fl2 {
        font-size: 13px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
      }
      #laymod_1192886 .slide_tp .lla .slide_url {
        font-size: 12px;
        display: block;
        margin: 0 auto;
      }
    }
    @media(min-width: 768px) and (max-width: 1024px) {
        #laymod_1192886 .slide_tp .lla .fl {
        font-size: 34px;
        }
        #laymod_1192886 .slide_tp .lla hr {
        margin: 10px auto;
        }
        #laymod_1192886 .slide_tp .lla .fl2 {
        line-height: 26px;
        }
        #laymod_1192886 .slide_tp .lla .slide_url {
        margin-top: 10px;
        }
    }
    @media(max-width: 1366px) {
      #laymod_1192886 .ql-size-12,
      #laymod_1192886 .ql-size-13,
      #laymod_1192886 .ql-size-14,
      #laymod_1192886 .ql-size-15,
      #laymod_1192886 .ql-size-16 {
        font-size: 3vw;
      }
      #laymod_1192886 .ql-size-17,
      #laymod_1192886 .ql-size-18,
      #laymod_1192886 .ql-size-19,
      #laymod_1192886 .ql-size-20,
      #laymod_1192886 .ql-size-21 {
        font-size: 3.2vw;
      }
      #laymod_1192886 .ql-size-22,
      #laymod_1192886 .ql-size-23,
      #laymod_1192886 .ql-size-24,
      #laymod_1192886 .ql-size-25,
      #laymod_1192886 .ql-size-26 {
        font-size: 3.4vw;
      }
      #laymod_1192886 .ql-size-27,
      #laymod_1192886 .ql-size-28,
      #laymod_1192886 .ql-size-29,
      #laymod_1192886 .ql-size-30,
      #laymod_1192886 .ql-size-31 {
        font-size: 3.6vw;
      }
      #laymod_1192886 .ql-size-32,
      #laymod_1192886 .ql-size-33,
      #laymod_1192886 .ql-size-34,
      #laymod_1192886 .ql-size-35,
      #laymod_1192886 .ql-size-36 {
        font-size: 3.8vw;
      }
      #laymod_1192886 .ql-size-37,
      #laymod_1192886 .ql-size-38,
      #laymod_1192886 .ql-size-39,
      #laymod_1192886 .ql-size-40,
      #laymod_1192886 .ql-size-41 {
        font-size: 4vw;
      }
      #laymod_1192886 .ql-size-42,
      #laymod_1192886 .ql-size-43,
      #laymod_1192886 .ql-size-44,
      #laymod_1192886 .ql-size-45,
      #laymod_1192886 .ql-size-46 {
        font-size: 4.2vw;
      }
      #laymod_1192886 .ql-size-47,
      #laymod_1192886 .ql-size-48,
      #laymod_1192886 .ql-size-49,
      #laymod_1192886 .ql-size-50,
      #laymod_1192886 .ql-size-51 {
        font-size: 4.4vw;
      }
      #laymod_1192886 .ql-size-52,
      #laymod_1192886 .ql-size-53,
      #laymod_1192886 .ql-size-54,
      #laymod_1192886 .ql-size-55,
      #laymod_1192886 .ql-size-56 {
        font-size: 4.6vw;
      }
      #laymod_1192886 .ql-size-57,
      #laymod_1192886 .ql-size-58,
      #laymod_1192886 .ql-size-59,
      #laymod_1192886 .ql-size-60,
      #laymod_1192886 .ql-size-61 {
        font-size: 4.8vw;
      }
      #laymod_1192886 .ql-size-62,
      #laymod_1192886 .ql-size-63,
      #laymod_1192886 .ql-size-64,
      #laymod_1192886 .ql-size-65,
      #laymod_1192886 .ql-size-66 {
        font-size: 5vw;
      }
      #laymod_1192886 .ql-size-67,
      #laymod_1192886 .ql-size-68,
      #laymod_1192886 .ql-size-69,
      #laymod_1192886 .ql-size-70,
      #laymod_1192886 .ql-size-71 {
        font-size: 5.2vw;
      }
      #laymod_1192886 .ql-size-72,
      #laymod_1192886 .ql-size-73,
      #laymod_1192886 .ql-size-74,
      #laymod_1192886 .ql-size-75,
      #laymod_1192886 .ql-size-76 {
        font-size: 5.4vw;
      }
    }
		  @font-face {
  font-family: 'iconfont';  /* project id 249974 */
  src: url('http://at.alicdn.com/t/font_249974_8e8wba5ti4j.eot');
  src: url('http://at.alicdn.com/t/font_249974_8e8wba5ti4j.eot?#iefix') format('embedded-opentype'),
  url('http://at.alicdn.com/t/font_249974_8e8wba5ti4j.woff2') format('woff2'),
  url('http://at.alicdn.com/t/font_249974_8e8wba5ti4j.woff') format('woff'),
  url('http://at.alicdn.com/t/font_249974_8e8wba5ti4j.ttf') format('truetype'),
  url('http://at.alicdn.com/t/font_249974_8e8wba5ti4j.svg#iconfont') format('svg');
}
.iconfont {   
  font-family:"iconfont" !important;   
  font-style:normal;  
}
img {   
  border:0 none;   
}   
i,em {   
  font-style:normal;   
}   
ul,ol,li {    
  list-style:none;   
  padding:0;   
  margin:0;   
}   
h1,h2,h3,h4,h5,h6,p {   
  margin:0;   
  font-weight:normal;       
}   
a, a:hover, a:active, a:visited, a:focus {   
  text-decoration:none;   
}
/*模版整体控制*/   
#laymod_1193064 #jh2_company_42 {
  position:relative;
    font-family:"Arial","Times New Roman","Microsoft YaHei","SimHei";
  overflow:hidden;
}
#laymod_1193064 .bg {
  position:absolute;
  z-index: 1;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
#laymod_1193064 .bg_img {
  z-index:2;
}
#laymod_1193064 .bodyCont_width {   
  position:relative;
  opacity: 1;
  z-index:4;
}    
#laymod_1193064 .bodyCont_width img {
  max-width: 100%;
}
/*标题控制*/    
#laymod_1193064 .bodyContTitle {      
  position:relative;    
  z-index: 3;     
}     
#laymod_1193064 .bodyContTitle .fl {     
  font-size:24px;     
  text-align: center;     
  color:#333;   
}     
#laymod_1193064 .bodyContTitle .fl2 {     
  font-size:12px;     
  text-align: center;     
  color:#999;  
}     
#laymod_1193064 .bodyContContent {     
  position:relative;     
  z-index: 4;     
}   
#laymod_1193064 .bodyContContent .com_cover {
	display: none;
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 1px dotted #aaa;
}
.design-html #laymod_1193064 .bodyContContent .com_cover,
#laymod_1193064 .bodyContContent .com_cover.job_i_0 {
	display: block;
}
#laymod_1193064 .bodyContContent .com_cover .com_top {
	font-size: 0;
	margin-bottom: 12px;
}
#laymod_1193064 .bodyContContent .com_cover .com_top .com_questionq {
	display: inline-block;
	vertical-align: top;
	width: 26px;
	height: 26px;
	color:#fff;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	background-color: rgba(248,156,28,1);
	border-radius: 4px;
}
#laymod_1193064 .bodyContContent .com_cover .com_top .com_questiond {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 26px;
	color: rgba(248,156,28,1);
	width: calc(100% - 26px);
	padding-left: 7px;
}
#laymod_1193064 .bodyContContent .com_cover .com_bottom .com_answera {
	display: inline-block;
	vertical-align: top;
	width: 26px;
	height: 26px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	background-color: #ccc;
	border-radius: 4px;
}
#laymod_1193064 .bodyContContent .com_cover .com_bottom .com_answerd {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 26px;
	color: #999;
	width: calc(100% - 26px);
	padding-left: 7px;
}
#laymod_1193064 .bodyContContent .com_cover .com_bottom {
	font-size: 0;
}
#laymod_1193064 .bodyContContent .graphic_pages {
	text-align: center;
	line-height: 35px;
}
#laymod_1193064 .bodyContContent .graphic_pages .pages_li {
	display: inline-block;
	vertical-align: top;
}
#laymod_1193064 .bodyContContent .graphic_pages .pages_li.pageDisable {
	display: none;
}
#laymod_1193064 .bodyContContent .graphic_pages .pages_li a {
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	color: #bebebe;
	transition: all .4s;
	-webkit-transition: all .4s;
	font-size: 13px;
	margin:0 3px;
	border-radius: 3px;
}
#laymod_1193064 .active_false .bodyContContent .graphic_pages .pages_li a:hover,
#laymod_1193064 .bodyContContent .graphic_pages .pages_li a.active_bg {
	background-color: rgba(248,156,28,1);
	color:#fff;
}
#laymod_1193064 .bodyContContent .graphic_pages .pages_li.pages_prev a:after {
	content: "\e83c";
	display: inline-block;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
#laymod_1193064 .bodyContContent .graphic_pages .pages_li.pages_next a:after {
	content: "\e83c";
	display: inline-block;
}
@media (min-width:992px) {
	#laymod_1193064 .bodyCont_width {
		padding: 0;
	}
}
@media (max-width:991px) {
  #laymod_1193064 .bodyContTitle .fl {
    font-size: 20px;
  }
}
		  /* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 249974 */
  src: url('http://at.alicdn.com/t/c/font_249974_oqm9g5181vj.woff2?t=1717574886363') format('woff2'),
       url('http://at.alicdn.com/t/c/font_249974_oqm9g5181vj.woff?t=1717574886363') format('woff'),
       url('http://at.alicdn.com/t/c/font_249974_oqm9g5181vj.ttf?t=1717574886363') format('truetype');
}
.iconfont {   
  font-family:"iconfont" !important;   
  font-style:normal;  
} 
img {   
    border:0 none;   
}   
i,em {   
    font-style:normal;   
}   
ul,ol,li {    
    list-style:none;   
    padding:0;   
    margin:0;   
}   
h1,h2,h3,h4,h5,h6,p {   
    margin:0;   
    font-weight:normal;       
}   
a, a:hover, a:active, a:visited, a:focus {   
    text-decoration:none;   
}   
/*模版整体控制*/   
#laymod_1192887 #zykj_sidebar_zh{   
    position:relative;   
    overflow: hidden;
        font-family:"Roboto","Arial","Times New Roman","Microsoft YaHei","SimHei";   
}   
#laymod_1192887 .bg {   
    position:absolute;    
    z-index: 1;   
    width:100%;    
    height:100%;     
    top:0;    
    left:0;    
}   
#laymod_1192887 .bg_img {   
    z-index:2;   
}   
#laymod_1192887 .bodyCont_width {   
    position:relative;   
    z-index:4;  
} 
#laymod_1192887 .fixed_content {
    padding: 15px 5px 15px 8px;
    background: #fff;
}
#laymod_1192887 .foot_fixed {
    position: fixed;
  z-index: 1750;
  right: 4%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
  transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}
#laymod_1192887 .fixed_item {
    padding: 8px 0;
}
#laymod_1192887 .fixed_item a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#laymod_1192887 .fixed_item a img {
  width: 33px;
  height: 33px;
}
#laymod_1192887 .fixed_item a span {
    font-size: 12px;
    color: #999999;
    transition:all .3s;
}
#laymod_1192887 .fixed_item .iconfont {
    font-size: 38px;
    color: #cccccc;
    transition:all .3s;
}
#laymod_1192887 .fixed_item .icon-facebook:before {
    content: "\e6cf";
}
#laymod_1192887 .fixed_item .icon-whats:before {
    content: "\eaaf";
}
#laymod_1192887 .fixed_item .icon-youtube:before {
    content: "\ead8";
    font-size: 42px;
}
#laymod_1192887 .fixed_item .icon-ins:before {
    content: "\e756";
    font-size: 32px;
}
#laymod_1192887 .fixed_item .icon-wechat:before {
    content: "\ea4d";
}
#laymod_1192887 .fixed_item .icon-weibo:before {
    content: "\e994";
}
#laymod_1192887 .fixed_item .icon-qq:before {
    content: "\e990";
}
#laymod_1192887 .fixed_item .icon-tiktok:before {
    content: "\ea29";
    font-size: 44px;
}
#laymod_1192887 .fixed_item.fixed_code {
    background: rgba(248,156,28,1);
    padding:16px 0;
}
#laymod_1192887 .fixed_item a:hover .iconfont {
  color: rgba(248,156,28,1);
}
#laymod_1192887 .fixed_item a:hover span {
  color: #231F20;
} 
/****/
#laymod_1192887 .wechat_div,
#laymod_1192887 .whatsApp_div,
#laymod_1192887 .tiktok_div {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
  bottom: 0;
  z-index: 2500;
  visibility: hidden;
  opacity: 0;
  /* transition: all .35s ease-out; */
}
#laymod_1192887 .wechat_div.active,
#laymod_1192887 .whatsApp_div.active,
#laymod_1192887 .tiktok_div.active {
  opacity: 1;
  visibility: visible;
}
#laymod_1192887 .wechat_div .wechat_bg,
#laymod_1192887 .whatsApp_div .wechat_bg,
#laymod_1192887 .tiktok_div .wechat_bg {
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.85);
  width: 100%;
  height: 100%;
}
#laymod_1192887 .wechat_div .wechat_img, 
#laymod_1192887 .whatsApp_div .wechat_img,
#laymod_1192887 .tiktok_div .wechat_img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  width:300px;
}
#laymod_1192887 .wechat_div.active .wechat_img,
#laymod_1192887 .whatsApp_div.active .wechat_img,
#laymod_1192887 .tiktok_div.active .wechat_img {
  height: 300px;
}
#laymod_1192887 .wechat_img img {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 20px;
}
#laymod_1192887 .wechat_div .wechat_img span{
  font-size: 18px;
  color: #fff;
}
/**************************/
@media (max-width: 768px) {
  #laymod_1192887 .foot_fixed {
        right: 0;
  }
  #laymod_1192887 .foot_fixed.active_bg2 {
    transform: translate(120%, -50%);
  }
  #laymod_1192887 .fixed_content {
        padding: 8px 5px;
  }
  #laymod_1192887 .fixed_item .iconfont {
    font-size: 24px;
  }
  #laymod_1192887 .fixed_item .icon-youtube:before {
    font-size: 27px;
  }
  #laymod_1192887 .fixed_item .icon-ins:before {
    font-size: 22px;
  }
  #laymod_1192887 .fixed_item {
    padding: 3px 0;
  }
  #laymod_1192887 .fixed_item.fixed_code {
     padding: 8px 0;
  }
  #laymod_1192887 .fixed_item a span {
    font-size: 10px;
  }
  #laymod_1192887 .fixed_item a img {
    width: 25px;
    height: 25px;
  }
}
		  /** Generated by FG **/
@font-face {
    font-family: 'Conv_bahnschrift';
    src: url('http://cdn.jihuinet.com/wechat/upload/bahnschrift.eot');
    src: local('☺'), url('http://cdn.jihuinet.com/wechat/upload/bahnschrift.otf') format('woff'), url('http://cdn.jihuinet.com/wechat/upload/bahnschrift.ttf') format('truetype'), url('http://cdn.jihuinet.com/wechat/upload/bahnschrift.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 249974 */
  src: url('http://at.alicdn.com/t/c/font_249974_ynvud16r6xg.woff2?t=1716960582772') format('woff2'),
       url('http://at.alicdn.com/t/c/font_249974_ynvud16r6xg.woff?t=1716960582772') format('woff'),
       url('http://at.alicdn.com/t/c/font_249974_ynvud16r6xg.ttf?t=1716960582772') format('truetype');
}
.iconfont {   
    font-family:"iconfont" !important;   
    font-style:normal;  
}
#laymod_1192888 {
    font-family:"Arial","Times New Roman","Microsoft YaHei","SimHei";
}
/* 主体内容 */
#laymod_1192888 .footer-content {
  padding-top: 60px;
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 100px;
}
#laymod_1192888 .footer-content:before {
}
#laymod_1192888 .footer-content .footer-side {
  width: 22.9167%;
  height: auto;
  display: block;
  float: left;
}
#laymod_1192888 .footer-content .footer-side .side-cont {
  margin: 0 auto;
}
#laymod_1192888 .footer-content .footer-side .word-block {
  margin-bottom: 103px;
  clear: both;
  display: block;
}
#laymod_1192888 .footer-content .footer-side .word-block a {
  margin-right: 8px;
  font-size: 13px;
  line-height: 21px;
  color: rgba(255,255,255,.4);
  display: inline-block;
  *display: inline;
  *zoom: 1;
  transition:all .3s;
  -ms-transition: all .3s; /* IE 9 */
  -moz-transition: all .3s; /* Firefox */
  -webkit-transition: all .3s; /* Safari 和 Chrome */
  -o-transition: all .3s; /* Opera */
}
#laymod_1192888 .footer-content .footer-side .word-block a:hover {
  color: #fff;
}
#laymod_1192888 .footer-content .footer-side h4 {
  margin-bottom: 26px;
  font-size: 36px;
  color: #fff;
  line-height: 76px;
}
#laymod_1192888 .footer-content .logo-block {
  margin-bottom: 35px;
}
#laymod_1192888 .footer-content .logo-block img {
  height: 100%;
  max-width: 176px;
}
/* 分享 */
#laymod_1192888 .share {
  margin-left: 40px;
}
#laymod_1192888 .share a {
  display: inline-block;
  margin-right: 20px;
}
#laymod_1192888 .share a i {
  font-size: 35px;
  display: block;
  color: #999;
}
#laymod_1192888 .share a:hover i {
    color: rgba(255,255,255,1);
}
#laymod_1192888 .share .wechat .iconfont:before {
  content: "\e991";
}
#laymod_1192888 .share .qq .iconfont:before {
  content: "\e990";
}
#laymod_1192888 .share .tiktok .iconfont:before {
  content: "\ea28";
}
#laymod_1192888 .share .weibo .iconfont:before {
  content: "\e994";
}
#laymod_1192888 .share .weibo .iconfont:before {
  content: "\e994";
}
#laymod_1192888 .share .facebookt .iconfont:before {
  content: "\e98e";
}
#laymod_1192888 .share .linkedin .iconfont:before {
  content: "\ead3";
}
#laymod_1192888 .share .youtube .iconfont:before {
  content: "\ea0f";
  font-size: 33px;
}
#laymod_1192888 .share .instagram .iconfont:before {
  content: "\e756";
  font-size: 30px;
  vertical-align: 1px;
}
#laymod_1192888 .share .tiktok .iconfont:before {
  content: "\ead1";
  font-size: 30px;
  vertical-align: 1px;
}
#laymod_1192888 .share .pc-facebook1:before,
#laymod_1192888 .share .pc-skype-fill:before,
#laymod_1192888 .share .pc-twitter:before,
#laymod_1192888 .share .pc-dropbox:before{
    color: rgba(255,255,255,0.5);
  font-size: 30px;
}
#laymod_1192888 .share a:hover .iconfont:before {
    color: rgba(248,156,28,1);
}
/* 分享结束 */
#laymod_1192888 ::-webkit-input-placeholder {
  color: #fff;
}
#laymod_1192888 ::-moz-placeholder{
  color: #fff;
}
#laymod_1192888 ::-ms-input-placeholder {
  color: #fff;
}
/**------**/
#laymod_1192888 .footer-block {
  width: 68.40278%;
  padding-bottom: 50px;
  float: right;
  position: relative;
}
#laymod_1192888 .footer-block .main-cont {
  position: relative;
  width: 100%;
  height: 100%;
}
#laymod_1192888 .footer-block .footer-navlist {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
#laymod_1192888 .footer-block .column-item {
  margin-bottom: 10px;
  /* width: 25%; */
  float: left;
}
#laymod_1192888 .footer-block .column-item.foot-product {
}
#laymod_1192888 .footer-block .column-item.foot-brand {
}
#laymod_1192888 .footer-block .column-item.foot-case {
}
#laymod_1192888 .footer-block .column-item.foot-share {
  margin-left: 3.703703%;
}
#laymod_1192888 .footer-block .column-item h5 a {
  margin: 0;
  margin-bottom: 1px;
  font-size: 24px;
  color: #231F20;
  font-weight: bold;
  line-height: 3;
  display:block;
  text-transform: uppercase;
  text-decoration: none;
}
#laymod_1192888 .footer-block .column-item h5 span {
  position: relative;
}
#laymod_1192888 .footer-block .column-item h5 em {
  display: none;
}
#laymod_1192888 .footer-block .column-item .item-line {
}
#laymod_1192888 .footer-block .column-item .item-line:before {
}
#laymod_1192888 .footer-block .column-item .foot-ul {
}
#laymod_1192888 .footer-block .column-item .foot-ul a,
#laymod_1192888 .footer-block .column-item .foot-ul span {
  font-size: 16px;
  line-height: 2;
  color: #666;
  display: block;
  position: relative;
  transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}
#laymod_1192888 .footer-block .column-item .foot-ul a:hover,
#laymod_1192888 .footer-block .column-item .foot-ul a:hover span {
  color: rgba(248,156,28,1);
}
#laymod_1192888 .footer-line {
  clear:both;
  width: 100%;
  height: 1px;
  display: block;
  background: rgba(255,255,255,.1);
}
#laymod_1192888 .code-img {
  width: 210px;
}
#laymod_1192888 .code-img .code {
  max-width: 128px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#laymod_1192888 .code-img .code img {
  max-width: 100%;
}
#laymod_1192888 .code-img .code span {
  margin-top: 10px;
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
}
/*  联系方式 */
#laymod_1192888 .service-contact {
  margin-top: 10px;
}
#laymod_1192888 .service-contact .contact_text {
  display: block;
  padding-top: 15px;
    color:rgba(255,255,255,0.5);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
}  
#laymod_1192888 .service-contact .contact_line {
  vertical-align: middle;
  margin-bottom: 20px;
  display: flex;
}
#laymod_1192888 .service-contact .contact_line .pjz,
#laymod_1192888 .service-contact .contact_line .pxyz {
  font-size: 20px;
  line-height: 1.8;
  display: block;
  vertical-align: top;
} 
#laymod_1192888 .service-contact .contact_line .iconfont {
  color: rgba(248,156,28,1);
  font-size: 30px;
  margin-right: 10px;
} 
#laymod_1192888 .service-contact .contact_line .icon_tel:before{
  content: "\e604";
}
#laymod_1192888 .service-contact .contact_line .icon_email:before{
  content: "\e8e5";
}
#laymod_1192888 .service-contact .contact_line .icon_add:before{
  content: "\e7da";
}
#laymod_1192888 .service-contact .contact_line .info-text {
  max-width: calc(100% - 40px);
}
#laymod_1192888 .service-contact .contact_line .info-text .pxyz {
  font-weight: bold;
  color: #333333;
}
#laymod_1192888 .service-contact .contact_line .info-text .pjz {
  color: #666;
  transition: all .3s;
}
#laymod_1192888 .service-contact .contact_line .info-text a.pjz:hover {
  color: rgba(248,156,28,1);
}
/* 版权 */
#laymod_1192888 .footer-copyright {
  position: relative;
  width: 100%;
  background: none;
}
#laymod_1192888 .footer-copyright .copy-right {
  width: 100%;
  border: none;
  padding-top: 21px;
  padding-bottom: 20px;
  float: none;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #FFFFFF;
  align-items: center;
}
#laymod_1192888 .footer-copyright .copy-right a,
#laymod_1192888 .footer-copyright .copy-right p {
  padding: 0 2px;
  line-height: 2;
  color: #FFFFFF;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
#laymod_1192888 .footer-copyright .copy-right .copy-infor {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#laymod_1192888 .footer-copyright .copy-right a:hover {
}
#laymod_1192888 .footer-copyright a:last-child {
  margin-right: 0;
}
#laymod_1192888 .footer-copyright .backage-block {
  display: inline;
}
#laymod_1192888 .footer-copyright .backage-block a {
  padding:0 14px;
  color: #FFFFFF;
  line-height: 2;
  position: relative;
  transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}
#laymod_1192888 .footer-copyright .backage-block a:before {
  content: "";
  width: 1px;
  height: 18px;
  display: block;
  background: rgba(255,255,255,0.5);
  position: absolute;
  left: -3px;
  top: 50%;
  margin-top: -9px;
}
#laymod_1192888 .footer-copyright .backage-block a:last-child {
  padding-right: 0;
}
#laymod_1192888 .footer-copyright .backage-block a:first-child:before {
  display: none;
}
#laymod_1192888 .footer-copyright .copy-right a:hover,
#laymod_1192888 .footer-copyright .backage-block a:hover {
}
/****/
#laymod_1192888 .wechat_div ,
#laymod_1192888 .tiktok_div{
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
  bottom: 0;
  z-index: 2500;
  visibility: hidden;
  opacity: 0;
  /* transition: all .35s ease-out; */
}
#laymod_1192888 .wechat_div.active ,
#laymod_1192888 .tiktok_div.active {
  opacity: 1;
  visibility: visible;
}
#laymod_1192888 .wechat_div .wechat_bg ,
#laymod_1192888 .tiktok_div .wechat_bg {
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.85);
  width: 100%;
  height: 100%;
}
#laymod_1192888 .wechat_div .wechat_img ,
#laymod_1192888 .tiktok_div .tiktok_img{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  width:300px;
}
#laymod_1192888 .wechat_div.active .wechat_img ,
#laymod_1192888 .tiktok_div.active .tiktok_img {
  height: 300px;
}
#laymod_1192888 .wechat_div .wechat_img img, 
#laymod_1192888 .tiktok_div .tiktok_img img {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 20px;
}
#laymod_1192888 .wechat_div .wechat_img span{
  font-size: 18px;
  color: #fff;
}
/**************************/
@media (min-width:768px) {
  #laymod_1192888 .column-item h5 span:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 2px;
    bottom: -10px;
    left: 0;
    background: rgba(248,156,28,1);
  }
}
@media (min-width: 1500px) {
  #laymod_1192888 .pc-contain {
    width: 1440px;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 1199px) {
  #laymod_1192888 .footer-content .logo-block {
    width: 80%;
    margin: 0 auto 20px;
  }
  #laymod_1192888 .footer-content .logo-block img {
    width: 100%;
    height: auto;
  }
  #laymod_1192888 .footer-content .footer-side .desc {
    font-size: 16px;
  }
  #laymod_1192888 .footer-content .tel-btn .xybicon {
    font-size: 20px;
  }
  #laymod_1192888 .footer-content .tel-btn .num {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  #laymod_1192888 .footer-block {
    padding-top: 40px;
  }
}
@media (max-width:1440px) {
  #laymod_1192888 .footer-content .logo-block {
      margin: 0 0 10px 0;
  }
  #laymod_1192888 .share a {
      margin-right: 10px;
  }
  #laymod_1192888 .service-contact .contact_line a,
  #laymod_1192888 .service-contact .contact_line span {
      margin-left: 0;
  }
}
@media (max-width:767px) {
  #laymod_1192888 .footer-content:before {
    display: none;
  }
  #laymod_1192888 .footer-content {
    padding:10px 0 0;
    display: block;
  }
  #laymod_1192888 .footer-block .footer-navlist {
    width: 100%;
    display: block;
  }
  #laymod_1192888 .footer-block .footer-side .share-block {
    width: 100%;
  }
  #laymod_1192888 .footer-block .logo-block {
    float: none;
    text-align: center;
  }
  #laymod_1192888 .footer-block .logo-block img {
  }
  #laymod_1192888 .footer-block .foot-about {
    width: 100%;
    float:left;
    text-align: left;
    position: relative;
  }
  #laymod_1192888 .footer-block .column-item {
    max-height: 45px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    -webkit-transition: max-height .3s cubic-bezier(.33,0,0,1);
    transition: max-height .3s cubic-bezier(.33,0,0,1);
    overflow: hidden;
  }
  #laymod_1192888 .footer-block .column-item,
  #laymod_1192888 .footer-block .column-item.foot-product,
  #laymod_1192888 .footer-block .column-item.foot-brand,
  #laymod_1192888 .footer-block .column-item.foot-case,
  #laymod_1192888 .footer-block .column-item.foot-share {
    margin: 0;
    width: 100%;
    float: none;
  }
  #laymod_1192888 .footer-block .column-item.active {
    max-height: 304px;
    will-change: transform,max-height;
    padding-bottom: 10px;
  }
  #laymod_1192888 .footer-block .column-item .foot-ul {
  }
  #laymod_1192888 .footer-block .column-item.foot-contact .foot-ul {
    width: 100%;
  }
  #laymod_1192888 .footer-block .column-item .foot-ul a {
    display: block;
    padding-left: 1.5em;
  }
  #laymod_1192888 .footer-copyright {
    padding: 15px;
    display: block;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }
  #laymod_1192888 .footer-copyright .copy-right,
  #laymod_1192888 .footer-copyright .backage-block {
    width: 100%;
    text-align: center;
  }
  #laymod_1192888 .footer-copyright .copy-right p,
  #laymod_1192888 .footer-copyright .backage-block a {
    line-height: 30px;
  }
  #laymod_1192888 .footer-block .column-item h5 a,
  #laymod_1192888 .footer-block .foot-contact h5 a {
    font-size: 14px;
    line-height: 45px;
  }
  /* 展开下拉样式 */
  #laymod_1192888 .footer-block .column-item h5 em {
    display: block;
    font-style: normal;
    float: right;
    text-align: center;
    width: 45px;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    font-size: 12px;
    line-height: 45px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #laymod_1192888 .footer-block .column-item.active h5 em {
    will-change: transform;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #laymod_1192888 .footer-block .column-item .item-line {
    display: none;
  }
  #laymod_1192888 .footer-block .column-item h5 {
    margin-bottom: 4px;
  }
  #laymod_1192888 .footer-block {
    width: 100%;
    padding: 0;
    height: auto;
    display: block;
  }
  #laymod_1192888 .footer-copyright .copy-right {
    padding: 0;
    flex-wrap: wrap;
  }
  #laymod_1192888 .footer-block .foot-qrcode h5 {
    display: none;
  }
  #laymod_1192888 .footer-block .foot-contact .foot-ul li,
  #laymod_1192888 .footer-block .foot-contact .foot-ul li a {
    line-height: 2;
  }
  #laymod_1192888 .footer-copyright .copy-right a,
  #laymod_1192888 .footer-copyright .copy-right p {
    font-size: 3.2vw;
    line-height: 1.6;
  }
  #laymod_1192888 .footer-content .footer-side {
    width: 100%;
    display: none;
  }
  #laymod_1192888 .footer-block .column-item h5 {
    width: 100%;
  }
  #laymod_1192888 .footer-line {
    display: none;
  }
}
