.Company626 #jh2_company_23 .bodyContContent .company_content .company_more a {
  width: auto;
  height: 43px;
  line-height: 43px;
  padding: 0 30px 0 2px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.Company626 #jh2_company_23 .bodyContContent .company_content .company_more a .iconfont {
  display: none;
}
.page-company #lq-footer-tt,
.page-brand #lq-footer-tt {
  z-index: 20;
  position: relative;
}
::-webkit-scrollbar-track-piece{width:10px;background-color:#fff;}
::-webkit-scrollbar{width:8px;height:6px}
::-webkit-scrollbar-thumb{height:50px;background-color:#7ecdd4;}
::-webkit-scrollbar-thumb:hover{background:#7ecdd4;}
::selection {
background:#7ecdd4;
color: #fff;
}
#jh2_photo_1 .photo_list {
	padding: 0;
}
		  /* 默认引入阿里云图标 */
@font-face {
  font-family: 'xybicon';  /* Project id 249974 */
  src: url('//at.alicdn.com/t/c/font_249974_l2a471k455.woff2?t=1684396825601') format('woff2'),
       url('//at.alicdn.com/t/c/font_249974_l2a471k455.woff?t=1684396825601') format('woff'),
       url('//at.alicdn.com/t/c/font_249974_l2a471k455.ttf?t=1684396825601') format('truetype');
}
@font-face {
  font-family:'Trade';
  src: url('http://cdn.jihuinet.com/wechat/upload/Trade-Gothic-LT-Bold-Condensed-No.20.ttf');
}
.xybicon {
    font-family:"xybicon" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
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; 
}
a, a:hover, a:active, a:visited, a:focus {
text-decoration:none;
}
/*模版整体控制*/
#laymod_973273 {
  height: 100px;
}
#laymod_973273 #jh2_nav_25 {
  position:relative;
    font-family:"Microsoft Yahei","PingHei","Lucida Grande","Lucida Sans Unicode";
  z-index: 1500;
}
#laymod_973273 #jh2_nav_25.fix_nav {
  position:fixed;
  top:0;
  left:0;
  width:100%;
}
#laymod_973273 .bodyCont_width>.bg {
  position:absolute;
  z-index: 1;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
#laymod_973273 .bodyCont_width>.bg_img {
  z-index:2;
}
#laymod_973273 .bodyCont_width {
  position:relative;
  z-index:4;
}
/*标题控制*/
#laymod_973273 .bodyContContent {
  position:relative;
  z-index: 4;
  width:100%;
}
#laymod_973273 .bodyContContent>.container {
  position:relative;
}
/*模版主体部分*/
#laymod_973273 .header_logo {
  height:100%;
  position:absolute;
  left:0;
  overflow:hidden;
  top:0;
  padding: 0;
}
#laymod_973273 .header_logo a {
  width:100%;
  height:100%;
  position:relative;
  display:block;
  /*display*/
  display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    /*flex-direction*/
  -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -moz-box-orient:vertical;
    -moz-box-direction:normal;
    flex-direction:column;
    -webkit-flex-direction:column;
    /*flex-wrap*/
  -webkit-flex-wrap:wrap;
    -webkit-box-lines:multiple;
    -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;
  box-align:start;
  -moz-box-align:start;
  -webkit-box-align:start;
}
#laymod_973273 .header_logo img {
  display:block;
  margin:0;
  max-height:80%;
  max-width:100%;
  margin:0;
  transition:all 0.3s ease 0s;
  -moz-transition:all 0.3s ease 0s;
  -webkit-transition:all 0.3s ease 0s;
  -o-transition:all 0.3s ease 0s;
}
#laymod_973273 .header_info {
  padding-right: 0;
/*display*/
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;
box-align:end;
-moz-box-align:end;
-webkit-box-align:end;
}
#laymod_973273 .header_info .main_nav {
font-size:0;
}
#laymod_973273 .header_info .main_nav .parent_list {
}
#laymod_973273 .header_info .main_nav li,
#laymod_973273 .header_info .main_nav .parent_list>li {
  paddding: 0;
display:inline-block;
*display:inline;
*zoom:1;
vertical-align:middle;
position:relative;
}
#laymod_973273 .header_info .main_nav .parent_list>li p a {
  padding: 40px 20px;
display:block;
margin:0 8px;
color:#fff;
position:relative;
z-index:1;
-webkit-transition:transform 1s cubic-bezier(.075,.82,.165,1);
transition:transform 1s cubic-bezier(.075,.82,.165,1);
letter-spacing: 1px;
}
#laymod_973273 .header_info .main_nav .parent_list>li p.active a {
  color:rgba(126,205,212,1);
}
#laymod_973273 .header_info .main_nav .parent_list>li p a:after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: currentColor;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
    transition:all ease-out 0.3s;
    -moz-transition:all ease-out 0.3s; /* Firefox 4 */
    -webkit-transition:all ease-out 0.3s; /* Safari and Chrome */
    -o-transition:all ease-out 0.3s; /* Opera */
}
#laymod_973273 .header_info .main_nav .parent_list>li p.active a:after {
  width:100%;
  left:0;
}
#laymod_973273 .header_info .main_nav .parent_list>li p a span {
vertical-align:middle;
line-height: 20px;
font-size:14px;
}
#laymod_973273 .header_info .main_nav .parent_list>li p a .icona {
display:inline-block;
*display:inline;
*zoom:1;
vertical-align:middle;
line-height:1;
font-size:18px;
-webkit-transition:0.5s;
transition:0.5s;
}
#laymod_973273 .header_info .main_nav .parent_list>li p a .icona:before {
content:"\e6b6";
}
#laymod_973273 .header_info .main_nav .parent_list>li.active p a .icona {
-webkit-transform:rotate(180deg);
transform:rotate(180deg);
}
#laymod_973273 .header_info .main_nav .parent_list>li.haschild .child_list,
#laymod_973273 .header_info .main_nav #nav_searchbtn.haschild .child_list {
  padding-top: 17px;
  padding-bottom: 35px;
display:none;
position:absolute;
width:202px;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
z-index:999;
left: 50%;
margin-left: -101px;
background: #fff;
}
#laymod_973273 .header_info .main_nav .parent_list>li.haschild .childSon_list {
  display: none;
    position: absolute;
    left: 100%;
    top: -17px;
    width: 202px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 999;
    background: #fff;
    padding-top: 17px;
    padding-bottom: 35px;
}
#laymod_973273 .search-item .search_box,
#laymod_973273 .header_info .main_nav #nav_searchbtn .search_box{
display:inline-block;
*display:inline;
*zoom:1;
}
#laymod_973273 .header_info .main_nav .parent_list>li.haschild .child_list li {
  display: block;
}
#laymod_973273 .header_info .main_nav .parent_list>li.haschild .child_list li a {
display:block;
color:#696969;
font-size:14px;
line-height:43px;
text-align: center;
position:relative;
z-index:1;
}
#laymod_973273 .header_info .main_nav .parent_list>li.haschild .child_list li a:hover {
  color:rgba(126,205,212,1);
}
#laymod_973273 .header_info .main_nav .parent_list>li.haschild .child_list li a:after {
content:"";
display:block;
width:100%;
height:100%;
color:rgba(126,205,212,1);
position:absolute;
top:0;
left:0;
z-index:-1;
-webkit-transform:scale(1,0);
transform:scale(1,0);
transform-origin:bottom center;
-webkit-transition:transform 1s cubic-bezier(.075,.82,.165,1);
transition:transform 1s cubic-bezier(.075,.82,.165,1);
}
#laymod_973273 .mobile_nav_btn {
text-align:right;
font-size:0;
float:right
}
#laymod_973273 .mobile_nav_btn a {
position:relative;
display:inline-block;
width:40px;
height:77px;
padding:18.5px 0;
}
#laymod_973273 .mobile_nav_btn .line {
display:inline-block;
*display:inline;
*zoom:1;
width:30px;
height:1px;
background:#fff;
position:absolute;
top:50%;
margin-top:-0.5px;
left:5px;
transform-origin:center;
-webkit-transition:transform 1s cubic-bezier(.075,.82,.165,1);
transition:transform 1s cubic-bezier(.075,.82,.165,1);
}
#laymod_973273 .mobile_nav_btn .top_line {
transform:translateY(-9px);
}
#laymod_973273 .mobile_nav_btn .bottom_line {
transform:translateY(9px);
}
#laymod_973273 .mobile_nav_btn.active .top_line {
transform:rotate(-45deg) translateY(0);
}
#laymod_973273 .mobile_nav_btn.active .bottom_line {
transform:rotate(45deg) translateY(0);
}
#laymod_973273 .mobile_main_nav {
width:100%;
padding: 0;
position:absolute;
top:60px;
background:#1a1a1c;
z-index:999;
overflow-y:auto;
overflow-x: hidden;
height: 0;
transition:all .4s ease;
}
#laymod_973273 .mobile_main_nav .parent_list {
width:80%;
text-align:center;
margin:0 auto;
}
#laymod_973273 .mobile_main_nav .parent_list>li {
  position: relative;
  border-bottom:1px solid rgba(204,204,204,0.4);
}
#laymod_973273 .mobile_main_nav .parent_list>li a {
  color:#ccc;
  font-size:13px;
  line-height:4;
  position:relative;
  display: block;
}
#laymod_973273 .mobile_main_nav .parent_list>li a span {
vertical-align:middle;
font-size:14px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
    margin: 0 auto;
}
#laymod_973273 .mobile_main_nav .parent_list>li .icona {
line-height:1;
font-size:18px;
position:absolute;
top:0;
right:0;
color:#ccc;
z-index: 2;
font-size: 14px;
line-height: 4;
display:block;
width: 8%;
}
#laymod_973273 .mobile_main_nav .parent_list>li .icona:before {
content:"\e79b";
}
#laymod_973273 .mobile_main_nav .child_list {
border-top:1px solid #ccc;
display:none;
padding:15px 0;
}
#laymod_973273 .mobile_main_nav .child_list li a {
  line-height: 2.6;
  color:rgba(255,255,255,0.4);
}
/**/
#laymod_973273 .pc-navicon {
  position: fixed;
  right: 6.770833%;
  top: 42px;
  z-index: 2999;
}
/* #laymod_973273 .pc-navicon.active_true {
  display: none;
} */
#laymod_973273 .pc-navicon .lang-btn {
    width: 20px;
    height: 20px;
    display: block;
    /*background: url(//cdn.jihui88.com/upload//1//16//13735871812//picture//2020//12//23/de616619-99b8-487b-9546-e7618715baa7.png) no-repeat; */
}
#laymod_973273 .pc-navicon .lang-btn .xybicon:before {
    content: "\eaa5";
    font-size: 20px;
    color: #fff;
}
#laymod_973273 .pc-navicon .nav_drop {
    position: absolute;
    top: 25px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding-top: 20px;
    left: 62%;
}
#laymod_973273 .pc-navicon .drop_content{
    display: none;
    background-color: #f5f5f5;
    padding: 8px;
    text-align: center;
    border-radius: 5px;
    -webkit-animation: avia_pop 0.4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: avia_pop 0.4s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
}
#laymod_973273 .pc-navicon .nav_drop .drop_content a{
    width: 100%;
    display: block;
    padding: 0 12px;
    border-radius: 5px;
    white-space:nowrap;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    color: #000;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#laymod_973273 .pc-navicon .nav_drop .drop_content a:hover{
    color: rgba(126,205,212,1);
    background-color: #fff;
}
/*搜索*/
#laymod_973273 #nav_searchbtn {
  margin-left: 18px;
  margin-right: 68px;
    float: right;
    height: 16px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-size: 0;
    padding-top: 41px;
}
#laymod_973273 #nav_searchbtn a.search {
  width:18px;
  height:18px;
  text-align: center;
  display: inline-block;
  *display:inline;
  *zoom:1;
  vertical-align: middle;
  border:none;
  background: none;
  color:#FFFFFF;
    transition:all ease-out 0.3s;
    -moz-transition:all ease-out 0.3s; /* Firefox 4 */
    -webkit-transition:all ease-out 0.3s; /* Safari and Chrome */
    -o-transition:all ease-out 0.3s; /* Opera */
}
#laymod_973273 #nav_searchbtn a.search{
  font-size:18px;
    transition:all ease-out 0.3s;
    -moz-transition:all ease-out 0.3s; /* Firefox 4 */
    -webkit-transition:all ease-out 0.3s; /* Safari and Chrome */
    -o-transition:all ease-out 0.3s; /* Opera */
}
#laymod_973273 #nav_searchbtn a.search .xybicon:before {
  content:"\e909";
}
#laymod_973273 .header_info .main_nav #nav_searchbtn.haschild ul.child_list {
  width: 545px;
  right:0;
  top: 26px;
  position: absolute;
  padding: 0;
  left: auto;
}
#laymod_973273 .nav_search_list .search_text {
  display:block;
  margin:0;
  width: 545px;
    padding: 0 55px 0 25px;
    border: none;
    outline: none;
    float: left;
    height: 50px;
    font-size: 14px;
    color: #ccc;
    background: none;
    transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -webkit-appearance: none;
    border: 1px solid #ccc;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius:30px;
}
#laymod_973273 .search_bg:before {
}
#laymod_973273 .search_bg .search-item .nav_search {
  padding-top:26px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #11425C;
  z-index: 5;
}
#laymod_973273 .search-item .nav_search_list {
  float: right;
}
#laymod_973273 .nav_search_list .search_btn {
    padding: 0 5px;
    width: 54px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    background: none;
    color: #9D9D9D;
    position: absolute;
    right: 0;
    top: 26px;
    z-index: 5;
    transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
}
#laymod_973273 .nav_search_list .search_btn .xybicon {
  font-size: 16px;
  line-height: 50px;
}
#laymod_973273 .nav_search_list .search_btn .xybicon:before {
  content: "\e913";
}
#laymod_973273 .nav_search_list .search_text::-webkit-input-placeholder {
    color:rgba(204,204,204,0.8);
}
@media (min-width: 993px) {
  #laymod_973273 .mobile_main_nav {
    display: none;
  }
  #laymod_973273 .active_false .header_info .main_nav .parent_list>li p a:hover {
    color:rgba(126,205,212,1);
  }
  #laymod_973273 .active_false .header_info .main_nav .parent_list>li:hover p a::after {
    width:100%;
    left:0;
  }
  #laymod_973273 .active_false .header_info .main_nav .parent_list>li.haschild .child_list li a:hover::after {
    -webkit-transform:scale(1,1);
    transform:scale(1,1);
    transform-origin:top center;
    -webkit-transition:transform 1s cubic-bezier(.075,.82,.165,1);
    transition:transform 1s cubic-bezier(.075,.82,.165,1);
  }
  #laymod_973273 .active_false #nav_searchbtn a.search:hover,
  #laymod_973273 .active_false #nav_searchbtn a.search:hover .xybicon {
    color:rgba(126,205,212,1); 
  }
  #laymod_973273 .active_false .nav_search_list .search_btn:hover {
  }
  #laymod_973273 .active_false .header_info .main_nav .parent_list>li:hover .child_list {
    display: block;
  }
  #laymod_973273 .active_false .header_info .main_nav .parent_list>li .child_list li:hover .childSon_list {
    display: block;
  }
}
/*直接控制小于992px屏幕时css*/
@media (max-width:992px) {
  #laymod_973273 {
    height: 60px;
  }
  #laymod_973273 .bodyContContent>.container {
    width: 100%;
  }
  #laymod_973273 .header_logo {
    height:60px;
  }
  #laymod_973273 .mobile_nav_btn a {
    height:60px;
    margin-left: 5px;
    vertical-align: top;
    color: #fff;
  }
}
#laymod_973273 .active_true .mobile_main_nav .nav_search_list .search_text,
#laymod_973273 .mobile_main_nav .nav_search_list .search_text {
    display: block;
    width: 80%;
}
#laymod_973273 .active_true .mobile_main_nav .nav_search_list .search_btn,
#laymod_973273 .mobile_main_nav .nav_search_list .search_btn {
    width: 20%;
}
#laymod_973273 .search-item .nav_search_list,
#laymod_973273 .active_true .nav_search_list,
#laymod_973273 .mobile_main_nav .nav_search_list {
    display: none;
}
#laymod_973273 .active_true .mobile_nav_btn a .xybicon:before,
#laymod_973273 .mobile_nav_btn a .xybicon:before {
  content:"\e818";
  font-size: 21px;
}
#laymod_973273 .nav_search_list,
#laymod_973273 .nav_search_list.nav_active {
  width: 545px;
  /*display*/
  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:row;/*row*/
  -webkit-flex-direction:row;
  /*flex-wrap*/
  -webkit-flex-wrap:wrap;/*nowrap*/
  -webkit-box-lines:multiple;/*single*/
  -moz-flex-wrap:wrap;
  flex-wrap:wrap;
  /*justify-content*/
  -webkit-justify-content:flex-start;
  justify-content:flex-start;/*主轴上对齐（横轴）*/
  -moz-box-pack:start;
  -webkit--moz-box-pack:start;
  box-pack:start;
  /*align-items*/
  align-items:center;/*交叉轴对齐（垂直）*/
  -webkit-align-items:center;
  box-align:center;
  -moz-box-align:center;
  -webkit-box-align:center;
}
#laymod_973273 .active_true .bodyContContent>.container {
  width: 100%;
}
#laymod_973273 .active_true .header_logo {
  margin-left: 15px;
  height:60px;
}
#laymod_973273 .active_true .mobile_nav_btn a {
  height:60px;
  margin-left: 5px;
  vertical-align: top;
  color: #fff;
}
#laymod_973273 .active_true .header_info {
    display: none !important;
}
#laymod_973273 .active_true .mobile_main_nav,
#laymod_973273 .active_true .mobile_nav_btn {
    display: block !important;
}
/*导航上产品列表*/
/* 产品名称 */
#laymod_973273 .nav_products{
    position: fixed;
    top:102px;
    left: 0;
/*     left:50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%); */
    width:100%;
    background: #fff;
    display: none;
}
#laymod_973273 .product_content{
  background: none;
}
#laymod_973273 .product_content .pro_block{
    overflow:hidden;
    display: block;
    position: relative;
}
#laymod_973273 .product_content .pro_block>.col-md-2 {
  padding-left: 0;
}
#laymod_973273 .product_content .pro_block>.col-md-10 {
  float: right;
  padding-right: 0;
}
#laymod_973273 .header_down .nav_table .father_list .product_content .pro_category .cate_ul li a{
    font-size:14px;
    color:#fff;
    line-height:2;
}
#laymod_973273 .header_down .nav_table .father_list .product_content .pro_category .cate_ul li.hover_li a,
#laymod_973273 .header_down .nav_table .father_list .product_content .pro_category .cate_ul li:hover a{
    color:rgba(126,205,212,1);
}
#laymod_973273 .product_content .cate-pic {
  margin-bottom: 10px;
}
#laymod_973273 .product_content .cate-pic img {
  width: 100%;
}
#laymod_973273 .product_content .pro-list{
    clear:both;
    display: block;
    overflow: hidden;
    position: relative;
}
#laymod_973273 .product_content .pro_content {
  padding-bottom: 26px;
}
#laymod_973273 .product_content .pro_content .pro-list{
    display: none;
}
#laymod_973273 .product_content .pro_content .pro-list:nth-child(1){
    display: block;
}
#laymod_973273 .product_content .pro_list .pro_pic{
    width:142px;
    height: 142px;
}
#laymod_973273 .product_content .pro_list .pro_pic img{
    width:100%;
    height: 100%;
    object-fit: contain;
}
#laymod_973273 .product_content .pro_list .pro_detail{
    padding-top:5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    text-align: center;
}
#laymod_973273 .product_content .pro_list .pro_detail .pro_name,
#laymod_973273 .product_content .pro_list .pro_detail .pro_type{
    font-size:14px;
    color:#787878;
    line-height:20px;
}
#laymod_973273 .header_info .main_nav .parent_list>li .nav_products .cate_ul li {
  margin-top: 16px;
  display: block;
  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_973273 .header_info .main_nav .parent_list>li .nav_products .cate_ul li:hover {
  background: #ededed;
}
#laymod_973273 .header_info .nav_products .cate_ul li>a {
  padding: 6px 30px;
    display: block;
    color: #8a8a8a;
    font-size: 16px;
    line-height: 2;
    position: relative;
    z-index: 1;
}
#laymod_973273 .header_info .nav_products li>a .xybicon {
  float: right;
}
#laymod_973273 .header_info .nav_products li>a .xybicon:before {
  content: "\e94f";
}
#laymod_973273 .header_info .nav_products li>a:hover {
    color: rgba(126,205,212,1);
}
@media (min-width: 1440px) {
  #laymod_973273 #jh2_nav_25 .pc-contain {
    width: 86.4583333%;
    margin: 0 auto;
  }
  #laymod_973273 .header_info .main_nav .parent_list>li p a {
    text-transform: uppercase;
  }
  #laymod_973273 #jh2_nav_25 .product_content .pro_block>.col-md-2 {
    width: 281px;
  }
  #laymod_973273 #jh2_nav_25 .product_content .pro_block>.col-md-10 {
    width: 1099px;
  }
}
@media (max-width: 1439px) {
  #laymod_973273 .header_info .main_nav .parent_list>li p a {
    padding: 40px 9px;
  }
}
@media (min-width: 1199px) {
  #laymod_973273 .header_logo {
    width:266px;
  }
}
@media (max-width: 1199px) {
  #laymod_973273 .header_info .main_nav .parent_list>li .nav_products .cate_ul li {
    margin-top: 6px;
  }
  #laymod_973273 .header_info .nav_products .cate_ul li>a {
      font-size: 14px;
      padding: 6px;
  }
}
@media (max-width: 767px) {
  #laymod_973273 .pc-navicon {
    right: 17%;
    top: 20px;
  }
  #laymod_973273 .pc-navicon .nav_drop {
    top: 20px;
  }
  #laymod_973273 .nav_search_list,
  #laymod_973273 .nav_search_list.nav_active {
    margin-top: 15px;
    width: 100%;
    padding: 0 15px;
  }
  #laymod_973273 .active_true .mobile_main_nav .nav_search_list .search_text,
  #laymod_973273 .mobile_main_nav .nav_search_list .search_text {
    width: 100%;
  }
  #laymod_973273 .nav_search_list .search_btn {
    top: 15px;
  }
  #laymod_973273 .nav_search_list,
  #laymod_973273 .nav_search_list.nav_active {
    display: none !important;
  }
}
		  @font-face {
  font-family: 'xybicon';  /* project id 249974 */
  src: url('//at.alicdn.com/t/font_249974_zv9pe3aj6a.eot');
  src: url('//at.alicdn.com/t/font_249974_zv9pe3aj6a.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_249974_zv9pe3aj6a.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_249974_zv9pe3aj6a.woff') format('woff'),
  url('//at.alicdn.com/t/font_249974_zv9pe3aj6a.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_249974_zv9pe3aj6a.svg#iconfont') format('svg');
}
.xybicon {
    font-family:"xybicon" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
body,p {
  margin:0;
}
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; 
}
a, a:hover, a:active, a:visited, a:focus {
text-decoration:none;
}
/**/
#laymod_973256 .section_screen {
  width:100vw;
  height:100vh;
  position:relative;
}
#laymod_973256 .section_screen .screen_wrapper {
  display: box;              /* OLD - Android 4.4- */
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;  
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;/*垂直居中*/
  width:100vw;
  height:100vh;
  position:relative;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: #fff;
}
#laymod_973256 #screen_1.section_screen .screen_wrapper,
#laymod_973256 #screen_2.section_screen .screen_wrapper,
#laymod_973256 #screen_3.section_screen .screen_wrapper,
#laymod_973256 #screen_4.section_screen .screen_wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
#laymod_973256 .section_screen.fixed .screen_wrapper {
  position:fixed;
}
#laymod_973256 #screen_1 .screen_wrapper {
  position:fixed;
  z-index:5;
}
#laymod_973256 #screen_2 .screen_wrapper {
  z-index:6;
}
#laymod_973256 #screen_3 .screen_wrapper {
  z-index:7;
}
#laymod_973256 #screen_4 .screen_wrapper {
  z-index:8;
}
#laymod_973256 #screen_5 .screen_wrapper {
  z-index:9;
}
#laymod_973256 #screen_6 .screen_wrapper {
  z-index:10;
}
/**/
#laymod_973256 #screen_2 .about-cont {
  margin-bottom: 65px;
  width: 100%;
  position: relative;
}
#laymod_973256 #screen_2 .about-cont h4 {
  margin-bottom: 7.97979vh;
  font-size: 30px;
  color: rgba(126,205,212,1);
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
#laymod_973256 #screen_2 .about-cont .about-block .txt-block {
  display: box;              /* OLD - Android 4.4- */
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 
  height: 560px; 
}
#laymod_973256 #screen_2 .about-cont .about-txt {
  width: 50%;
  padding: 44px 45px;
  float: right;
  background-color: rgba(126,205,212,1); 
  overflow-y: auto;
}
#laymod_973256 #screen_2 .about-cont .about-pic {
  width: 50%;
  float: left;
}
#laymod_973256 #screen_2 .about-cont .about-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#laymod_973256 #screen_2 .about-cont .about-txt h6 {
  margin-bottom: 17px;
  font-size: 20px;
  font-weight: bold;
  color: #1D4F69;
  line-height: 1.4;
}
#laymod_973256 #screen_2 .about-cont .about-txt .desc {
  margin-bottom: 25px;
}
#laymod_973256 #screen_2 .about-cont .about-txt .desc p {
  font-size: 12px;
  line-height: 2;
  color: #1D4F69;
  text-indent: 2em;
}
/**/
#laymod_973256 #screen_2 .more-block .more-btn {
  margin: 0;
  width: 146px;
  height: 40px;
  color: #1D4F69;
  font-size: 14px;
  line-height: 36px;
  padding: 0;
  display: block;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #1D4F69;
  background: none;
  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_973256 #screen_2 .more-block .more-btn:hover {
  color: #fff;
  background: #1D4F69;
}
/**/
#laymod_973256 #screen_3 .equip-cont {
  margin-bottom: 65px;
  width: 100%;
  position: relative;
}
#laymod_973256 #screen_3 .equip-cont h4 {
  margin-bottom: 7.9797979vh;
  font-size: 30px;
  color: rgba(126,205,212,1);
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
#laymod_973256 #screen_3 .equip-cont .equip-title {
  margin-bottom: 31px;
  display: box;              /* OLD - Android 4.4- */
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}
#laymod_973256 #screen_3 .equip-cont .equip-title .tit-name {
  font-size: 16px;
  line-height: 2.75;
  color: #FFFFFF;
  font-weight: bold;
  position: relative;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
#laymod_973256 #screen_3 .equip-cont .equip-title .tit-name:before {
  content: "";
  width: 0;
  height: 3px;
  display: block;
  background: rgba(126,205,212,1);
  position: absolute;
  left: 0;
  bottom: 0;
}
#laymod_973256 #screen_3 .equip-cont .equip-title .tit-name.current-item:before {
  width: 100%;
  left: 0;
}
#laymod_973256 #screen_3 .equip-cont .equip-detail {
  position: relative;
}
#laymod_973256 #screen_3 .equip-cont .equip-detail .equip-pic {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -ms-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  filter: alpha(opacity=0 );
  -moz-opacity: 0;
  opacity: 0;
}
#laymod_973256 #screen_3 .equip-cont .equip-detail .equip-pic.current-pic {
  position: relative;
    left: 0;
    position: relative;
    filter: alpha(opacity=100 );
    -moz-opacity: 1.0;
    opacity: 1.0;
}
#laymod_973256 #screen_3 .equip-cont .equip-detail .equip-pic img {
  width: 100%;
}
/**/
#laymod_973256 #screen_4 .history-cont {
  margin-bottom: 15.74vh;
  width: 100%;
  position: relative;
}
#laymod_973256 #screen_4 .history-cont h4 {
  margin-bottom: 19px;
  font-size: 30px;
  color: rgba(126,205,212,1);
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
#laymod_973256 #screen_4 .history-cont .hist-desc {
  position: relative;
}
#laymod_973256 #screen_4 .history-cont .desc {
  width: 541px;
  font-size: 14px;
  color: rgba(126,205,212,1);
  line-height: 2;
  position: absolute;
  top: 134px;
}
#laymod_973256 #screen_4 .history-cont .history-block {
  width: 88.489583%;
  position: relative;
  margin-left: 4.0104166%;
}
#laymod_973256 #screen_4 .history-cont .history-block .swiper-container {
	overflow: visible;
}
#laymod_973256 #screen_4 .history-cont .history-block .time-year {
  margin-bottom: 25px;
    font-size: 14px;
    line-height: 20px;
    color: rgba(126,205,212,1);
}
#laymod_973256 #screen_4 .history-cont .history-block .round {
  margin-bottom: 15px;
  width: 15px;
  height: 15px;
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: rgba(126,205,212,1);
  position: relative;
}
#laymod_973256 #screen_4 .history-cont .history-block .round:before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid rgba(126,205,212,1);
  position: absolute;
  top: -5px;
  left: -5px;
}
#laymod_973256 #screen_4 .history-cont .history-block .swiper-slide {
	/* width: 89px; */
	width: 130px;
	float: left;
}
#laymod_973256 #screen_4 .history-cont .history-block .deve-desc {
  width: 100%;
  font-size: 14px;
  color: rgba(126,205,212,1);
  line-height: 23px;
}
@media (min-width: 1440px) {
  #laymod_973256 #lq-company-tt .pc-contain {
    width: 1400px;
    margin: 0 auto;
  }
  #laymod_973256 #screen_4 .history-cont .history-block .item-1 {
    position: absolute;
    top: 446px;
    left: 175px;
  }
  #laymod_973256 #screen_4 .history-cont .history-block .item-2 {
    position: absolute;
    top: 433px;
    left: 326px;
  }
  #laymod_973256 #screen_4 .history-cont .history-block .item-3 {
    position: absolute;
        top: 417px;
        left: 477px;
  }
  #laymod_973256 #screen_4 .history-cont .history-block .item-4 {
    position: absolute;
    top: 393px;
        left: 629px;
  }
  #laymod_973256 #screen_4 .history-cont .history-block .item-5 {
    position: absolute;
            top: 365px;
        left: 781px;
  }
  #laymod_973256 #screen_4 .history-cont .history-block .item-6 {
    position: absolute;
    top: 327px;
        left: 935px;
  }
  #laymod_973256 #screen_4 .history-cont .history-block .item-7 {
    position: absolute;
    top: 282px;
        left: 1089px;
  }
  #laymod_973256 #screen_4 .history-cont .history-block .item-8 {
    position: absolute;
    top: 224px;
        left: 1243px;
  }
  #laymod_973256 #screen_4 .history-cont .history-block .item-9 {
    position: absolute;
            top: 153px;
        left: 1397px;
  }
  #laymod_973256 #screen_4 .history-cont .history-block .item-10 {
    position: absolute;
            top: 57px;
        left: 1552px;
  }
  /* #laymod_973256 #screen_4 .history-cont .history-block .item-11 {
    position: absolute;
    top: 198px;
    left: 1305px;
  }
  #laymod_973256 #screen_4 .history-cont .history-block .item-12 {
    position: absolute;
    top: 147px;
    left: 1409px;
  }
  #laymod_973256 #screen_4 .history-cont .history-block .item-13 {
    position: absolute;
    top: 88px;
    left: 1508px;
  } */
}
@media (min-width: 1800px) {
  #laymod_973256 #lq-company-tt #screen_4 .pc-contain {
    width: 100%;
    margin: 0;
  }
  #laymod_973256 #lq-company-tt #screen_4 .history-cont .hist-desc {
    width: 1400px;
    margin: 0 auto;
  }
}
@media (max-width: 1439px) {
   #laymod_973256 #screen_4 .history-cont .history-block {
    width: 100%;
    margin: 0;
   }
   #laymod_973256 #screen_2 .about-cont .about-txt {
    max-height: 480px;
    overflow-y: auto;
   }
   #laymod_973256 #screen_4 .history-cont .line {
   	display: none;
   }
   #laymod_973256 #screen_4 .history-cont .mid-line {
   	width: 500%;
   	height: 1px;
   	display: block;
   	background: rgba(126,205,212,1);
   	position: absolute;
   	top: 52px;
   }
   #laymod_973256 #screen_4 .history-cont .desc {
   	display: none;
   	opacity: 0;
   }
   #laymod_973256 #screen_4 .history-cont .history-block .swiper-slide {
   	width: 110px;
   }
}
@media (max-width: 767px) {
  #laymod_973256 .section_screen {
    height: auto;
  }
  #laymod_973256 #screen_1 .screen_wrapper {
    position: relative;
    height: 60vw;
  }
  #laymod_973256 #screen_2 .about-cont {
    padding-top: 40px;
  }
  #laymod_973256 #screen_2 .about-cont h4,
  #laymod_973256 #screen_3 .equip-cont h4 {
    font-size: 6vw;
    margin-bottom: 20px;
  }
  #laymod_973256 .section_screen .screen_wrapper {
    height: auto;
  }
  #laymod_973256 #screen_2 .about-cont .about-pic {
    width: 100%;
  }
  #laymod_973256 #screen_2 .about-cont .about-txt {
    width: 100%;
    padding: 20px 15px;
    max-height: none;
  }
  #laymod_973256 #screen_2 .about-cont .about-block .txt-block {
    padding: 0 15px;
    display: block;
  }
  #laymod_973256 #screen_2 .more-block .more-btn {
    margin: 0 auto;
  }
  #laymod_973256 #screen_2 .about-cont .about-txt h6 {
    text-align: center;
  }
  #laymod_973256 #screen_3 .equip-cont {
    padding-top: 40px;
  }
  #laymod_973256 #screen_3 .equip-block {
    padding: 0 15px;
  }
  #laymod_973256 #screen_3 .equip-cont .equip-title .tit-name {
    font-size: 3vw;
  }
  #laymod_973256 #screen_4 .history-cont {
    margin-bottom: 40px;
    padding-top: 40px;
    overflow: hidden;
  }
  #laymod_973256 #screen_4 .history-cont h4 {
    font-size: 6vw;
    margin-bottom: 20px;
  }
  #laymod_973256 #screen_4 .history-cont .history-block {
    padding-left: 15px;
  }
}
		  /* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'xybicon';  /* Project id 249974 */
  src: url('//at.alicdn.com/t/c/font_249974_adzixqvixjn.woff2?t=1749022411944') format('woff2'),
       url('//at.alicdn.com/t/c/font_249974_adzixqvixjn.woff?t=1749022411944') format('woff'),
       url('//at.alicdn.com/t/c/font_249974_adzixqvixjn.ttf?t=1749022411944') format('truetype');
}
.xybicon {
    font-family:"xybicon" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
#laymod_973274 #lq-footer-tt {
}
/* 主体内容 */
#laymod_973274 #lq-footer-tt .footer-content {
  padding-top: 103px;
  background: #252525;
}
#laymod_973274 #lq-footer-tt .footer-content:before {
}
#laymod_973274 #lq-footer-tt .footer-block {
  padding-bottom: 75px;
  display: block;
  /* overflow: hidden; */
  position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#laymod_973274 #lq-footer-tt .footer-block .footer-navlist {
  width: 71.14285714%;
}
#laymod_973274 #lq-footer-tt .footer-block .col-md-2 {
  width: 16.6666%;
  padding: 0;
}
#laymod_973274 #lq-footer-tt .footer-block .column-item {
  float: left;
}
#laymod_973274 #lq-footer-tt .footer-block .comp-infor {
  width: auto;
  text-align: left;
}
#laymod_973274 #lq-footer-tt .footer-block .qrcode-block .qrcode {
  width: 98px;
  text-align: center;
  float: left;
  position: absolute;
  bottom: -104px;
  height: 98px;
  left: 50%;
  margin-left: -49px;
  display: none;
  z-index: 900;
}
#laymod_973274 #lq-footer-tt .footer-block .qrcode-block .bott-contact a.active .qrcode {
  display: block;
}
#laymod_973274 #lq-footer-tt .footer-block .qrcode-block .comp-name {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #656565;
}
#laymod_973274 #lq-footer-tt .footer-block .qrcode-block .comp-name .xybicon {
  font-size: 28px;
  line-height: 1;
  margin-right: 4px;
  vertical-align: middle;
}
#laymod_973274 #lq-footer-tt .footer-block .qrcode-block .comp-name .xybicon:before {
  content: "\e9fa";
}
#laymod_973274 #lq-footer-tt .footer-block .qrcode-block .tel-tit {
  clear: both;
}
#laymod_973274 #lq-footer-tt .footer-block .qrcode-block .addr,
#laymod_973274 #lq-footer-tt .footer-block .qrcode-block .tel-tit,
#laymod_973274 #lq-footer-tt .footer-block .qrcode-block .tel-tit p {
  font-size: 12px;
  color: rgba(126,205,212,1);
  line-height: 32px;
}
#laymod_973274 #lq-footer-tt .footer-block .qrcode-block .logo-pic {
  margin-bottom: 45px;
}
#laymod_973274 #lq-footer-tt .footer-block .qrcode-block img {
  max-width: 100%;
}
#laymod_973274 #lq-footer-tt .footer-block .column-item h5,
#laymod_973274 #lq-footer-tt .footer-block .qrcode-block h5 {
  margin: 0;
  margin-bottom: 11px;
  padding-bottom: 13px;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  position: relative;
}
#laymod_973274 #lq-footer-tt .footer-block .column-item h5:before,
#laymod_973274 #lq-footer-tt .footer-block .qrcode-block h5:before {
  content: "";
  width: 28px;
  height: 3px;
  display: block;
  background: rgba(126,205,212,1);
  position: absolute;
  bottom: 0;
  left: 0;
}
#laymod_973274 #lq-footer-tt .footer-block .column-item h5 span,
#laymod_973274 #lq-footer-tt .footer-block .qrcode-block h5 span {
  position: relative;
}
#laymod_973274 #lq-footer-tt .footer-block .column-item h5 em,
#laymod_973274 #lq-footer-tt .footer-block .qrcode-block h5 em {
  display: none;
}
#laymod_973274 #lq-footer-tt .footer-block .column-item .item-line {
}
#laymod_973274 #lq-footer-tt .footer-block .column-item .item-line:before {
}
#laymod_973274 #lq-footer-tt .footer-block .column-item .foot-ul {
}
#laymod_973274 #lq-footer-tt .footer-block .column-item .foot-ul a,
#laymod_973274 #lq-footer-tt .footer-block .column-item .foot-ul span {
  font-size: 12px;
  line-height: 32px;
  color: rgba(126,205,212,1);
  display: block;
  transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}
#laymod_973274 #lq-footer-tt .footer-block .column-item .foot-ul a:hover,
#laymod_973274 #lq-footer-tt .footer-block .column-item .foot-ul a:hover span {
  color: #fff; 
}
#laymod_973274 #lq-footer-tt .footer-line {
  clear:both;
  display: block;
  width: 100%;
  height: 1px;
  background: #245b71;
}
/* 版权 */
#laymod_973274 #lq-footer-tt .footer-copyright {
  background: none;
}
#laymod_973274 #lq-footer-tt .footer-copyright .copy-logo {
  margin-right: 40px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#laymod_973274 #lq-footer-tt .footer-copyright em {
  font-style: normal;
  color: rgba(126,205,212,1);
}
#laymod_973274 #lq-footer-tt .footer-copyright .copy-left {
  margin-right: 5px;
}
#laymod_973274 #lq-footer-tt .footer-copyright .copy-right {
  width: 100%;
  border: none;
  padding-top: 20px;
  padding-bottom: 40px;
  float: none;
  overflow: hidden;
}
#laymod_973274 #lq-footer-tt .footer-copyright .copy-right a,
#laymod_973274 #lq-footer-tt .footer-copyright .copy-right p {
  font-size: 14px;
  line-height: 2;
  color: rgba(126,205,212,1);
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
#laymod_973274 #lq-footer-tt .footer-copyright .copy-right a:hover {
  color: #fff;
}
#laymod_973274 #lq-footer-tt .footer-copyright a:last-child {
  margin-right: 0;
}
#laymod_973274 #lq-footer-tt .footer-copyright .backage-block {
  display: block;
  float: right;
}
#laymod_973274 #lq-footer-tt .footer-copyright .backage-block a {
  padding:0 5px;
  font-size: 14px;
  line-height: 2;
  color: rgba(126,205,212,1);
  position: relative;
  transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}
#laymod_973274 #lq-footer-tt .footer-copyright .backage-block a:before {
}
#laymod_973274 #lq-footer-tt .footer-copyright .backage-block a:last-child {
  padding-right: 0;
}
#laymod_973274 #lq-footer-tt .footer-copyright .backage-block a:first-child:before {
  display: none;
}
#laymod_973274 #lq-footer-tt .footer-copyright .backage-block a:hover {
}
#laymod_973274 #lq-footer-tt .bott-contact {
  margin-top: 10px;
}
#laymod_973274 #lq-footer-tt .bott-contact a {
  font-size: 18px;
  padding: 0;
  margin-left: 28px;
  color: rgba(126,205,212,1);
  line-height: 24px;
  width: auto;
  height: 18px;
  display: inline-block;
  background: none;
  line-height: 18px;
  text-align: center;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: visible;
  position: relative;
  transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}
#laymod_973274 #lq-footer-tt .bott-contact a .xybicon {
  font-size: 22px;
}
#laymod_973274 #lq-footer-tt .bott-contact a.wechat-icon {
  margin-left: 0;
}
#laymod_973274 #lq-footer-tt .bott-contact a.wechat-icon .xybicon:before {
  content: "\e6a8";
}
#laymod_973274 #lq-footer-tt .bott-contact a.qq-icon .xybicon:before {
  content: "\e6aa";
}
#laymod_973274 #lq-footer-tt .bott-contact a.sina-icon .xybicon:before {
  content: "\eb05";
}
#laymod_973274 #lq-footer-tt .bott-contact a.douyin-icon .xybicon:before {
  content: "\ea29";
}
#laymod_973274 #lq-footer-tt .bott-contact a .qrcode .icon_close:before {
  content: "\e948";
}
#laymod_973274 #lq-footer-tt .bott-contact a .qrcode .icon_close {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    line-height: 30px;
    color: rgba(126,205,212,1);
}
@media (max-width:1199px) {
  #laymod_973274 #lq-footer-tt .footer-copyright .copy-right {
    width: 100%;
    text-align: center;
  }
  #laymod_973274 #lq-footer-tt .footer-copyright .backage-block {
    width: 100%;
    text-align: center;
  }
  #laymod_973274 #lq-footer-tt .footer-block .qrcode-block .tel-num {
    font-size: 20px;
  }
  #laymod_973274 #lq-footer-tt .bott-contact a {
    margin-left: 12px;
  }
}
@media (min-width: 1440px) {
  #laymod_973274 .container.pc-contain {
    width: 1400px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
    #laymod_973274 #lq-footer-tt .bott-contact a:hover {
      color: #fff;
    }
    #laymod_973274 #lq-footer-tt .footer-block .qrcode-block .wechat-icon:hover .qrcode,
    #laymod_973274 #lq-footer-tt .footer-block .qrcode-block .sina-icon:hover .qrcode,
    #laymod_973274 #lq-footer-tt .footer-block .qrcode-block .douyin-icon:hover .qrcode {
      display: block;
    }
}
@media (max-width: 991px) {
  #laymod_973274 #lq-footer-tt .bott-contact a {
    margin-left: 5px;
  }
  #laymod_973274 #lq-footer-tt .footer-block .column-item {
    width: 100%;
    float: left;
  }
  #laymod_973274 #lq-footer-tt .footer-block .qrcode-block {
    width: auto;
  }
  #laymod_973274 #lq-footer-tt .footer-block .qrcode-block .comp-infor {
    text-align: center;
  }
}
@media (max-width:767px) {
  #laymod_973274 #lq-footer-tt .footer-content {
    padding-top: 30px;
  }
  #laymod_973274 #lq-footer-tt .footer-content:before {
    display: none;
  }
  #laymod_973274 #lq-footer-tt .footer-block {
    padding:0;
    margin-bottom: 20px;
    display: block;
  }
  #laymod_973274 #lq-footer-tt .footer-block .foot-about,
  #laymod_973274 #lq-footer-tt .footer-block .foot-shop,
  #laymod_973274 #lq-footer-tt .footer-block .foot-join,
  #laymod_973274 #lq-footer-tt .footer-block .foot-media,
  #laymod_973274 #lq-footer-tt .footer-block .foot-store,
  #laymod_973274 #lq-footer-tt .footer-block .foot-recruit,
  #laymod_973274 #lq-footer-tt .footer-block .foot-contact {
    width: 100%;
    float:left;
    text-align: left;
    padding: 0 15px;
    position: relative;
  }
  #laymod_973274 #lq-footer-tt .footer-block .foot-service {
    display: none;
  }
  #laymod_973274 #lq-footer-tt .footer-block .qrcode-block {
    clear: both;
    width: 100%;
    text-align: center;
    float: none;
    position: relative;
  }
  #laymod_973274 #lq-footer-tt .footer-block .qrcode-block img {
    margin: 0 auto;
  }
  #laymod_973274 #lq-footer-tt .footer-block .column-item {
    max-height: 41px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    -webkit-transition: max-height .3s cubic-bezier(.33,0,0,1);
    transition: max-height .3s cubic-bezier(.33,0,0,1);
    overflow: hidden;
  }
  #laymod_973274 #lq-footer-tt .footer-block .foot-contact.column-item {
    border-bottom: 0;
  }
  #laymod_973274 #lq-footer-tt .footer-block .column-item.active {
    max-height: 304px;
    will-change: transform,max-height;
  }
  #laymod_973274 #lq-footer-tt .footer-block .column-item .foot-ul {
  }
  #laymod_973274 #lq-footer-tt .footer-block .column-item .foot-ul a {
    display: block;
    padding-left: 1.5em;
  }
  #laymod_973274 #lq-footer-tt .footer-copyright {
    padding: 15px;
  }
  #laymod_973274 #lq-footer-tt .footer-copyright .copy-right,
  #laymod_973274 #lq-footer-tt .footer-copyright .backage-block {
    width: 100%;
    text-align: center;
  }
  #laymod_973274 #lq-footer-tt .footer-copyright .copy-right p,
  #laymod_973274 #lq-footer-tt .footer-copyright .backage-block a {
    line-height: 30px;
  }
  #laymod_973274 #lq-footer-tt .footer-block .column-item h5 {
  }
  /* 展开下拉样式 */
  #laymod_973274 #lq-footer-tt .footer-block .column-item h5 em {
    display: block;
    font-style: normal;
    float: right;
    padding-right: 1rem;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    font-size: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #laymod_973274 #lq-footer-tt .footer-block .column-item.active h5 em {
/*     will-change: transform;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); */
  }
  #laymod_973274 #lq-footer-tt .footer-block .column-item .item-line {
    display: none;
  }
  #laymod_973274 #lq-footer-tt .footer-block .column-item h5 {
    line-height: 42px;
    margin-bottom: 0;
  }
  #laymod_973274 #lq-footer-tt .footer-block .column-item h5 em {
    display: block;
  }
  #laymod_973274 #lq-footer-tt .bott-contact {
    width: 100%;
    text-align: center;
  }
  #laymod_973274 #lq-footer-tt .footer-block .qrcode-block {
    padding-top: 20px;
    text-align: center;
  }
  #laymod_973274 #lq-footer-tt .footer-block .qrcode-block h5 {
    display: none;
  }
  #laymod_973274 .fixed-pic .join-img {
    display: none;
  }
  #laymod_973274 #lq-footer-tt .footer-block .footer-navlist {
    width: 100%;
  }
  #laymod_973274 #lq-footer-tt .footer-block .col-md-2 {
    width: 100%;
  }
  #laymod_973274 #lq-footer-tt .footer-block .column-item h5:before,
  #laymod_973274 #lq-footer-tt .footer-block .qrcode-block h5:before {
    display: none;
  }
  #laymod_973274 #lq-footer-tt .footer-copyright .copy-right {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #laymod_973274 #lq-footer-tt .footer-copyright .copy-logo {
    display: none;
  }
}
		  @font-face {
    font-family: 'iconfont';  /* project id 249974 */
    src: url('//at.alicdn.com/t/font_249974_erxb7c1qrtn.eot');
    src: url('//at.alicdn.com/t/font_249974_erxb7c1qrtn.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_249974_erxb7c1qrtn.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_249974_erxb7c1qrtn.woff') format('woff'),
    url('//at.alicdn.com/t/font_249974_erxb7c1qrtn.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_249974_erxb7c1qrtn.svg#iconfont') format('svg');
  }
  .iconfont {   
    font-family:"iconfont" !important;   
    font-style:normal;  
  }
  #laymod_973312 #jh2_foot_17 {
      overflow: hidden;
      position: relative;
      font-family:"Microsoft Yahei","PingHei","Lucida Grande","Lucida Sans Unicode";
  }
  #laymod_973312 .nav_control {
    text-align:center;
  }
  #laymod_973312 #jh2_foot_17 .foot_fixed {
      position: fixed;
    z-index: 1750;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #laymod_973312 #jh2_foot_17 .foot_fixed .foot_off .foot_off_icon {
      width: 40px;
      height: 133px;
      position: relative;
      cursor: pointer;
      text-align: center;
  }
  #laymod_973312 #jh2_foot_17 .foot_fixed .foot_off .foot_off_icon .iconfont {
      font-size: 12px;
      border-radius: 100%;
      display: inline-block;
      padding: 4px;
      border: 1px solid rgba(126,205,212,1);
      color: rgba(126,205,212,1);
      z-index: 11;
    position: relative;
    background: #fff;
  }
  #laymod_973312 #jh2_foot_17 .foot_fixed .foot_off .foot_off_icon .iconfont:after {
      content: "\e944";
      display: inline-block;
  }
  #laymod_973312 #jh2_foot_17 .foot_fixed .foot_off .foot_off_icon .foot_off_txt {
      color: #fff;
      font-size: 17px;
      letter-spacing: 2px;
      padding: 10px 10px;
      min-height: 120px;
      display:-webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items:center;
      -webkit-align-items:center;
      margin-top: -10px;
          writing-mode: vertical-rl;
          text-align:center;
          justify-content: center;
  }
  #laymod_973312 #jh2_foot_17 .foot_fixed .fixed_content {
      border: 1px solid #ddd;
    border-radius: 10px;
    position: relative;
  }
  #laymod_973312 #jh2_foot_17 .foot_fixed .fixed_content .fixed_close {
      position: absolute;
      top: -12px;
      right: 5px;
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      align-items: center;
      width: 24px;
      height: 24px;
      text-align: center;
      line-height: 22px;
      border-radius: 50%;
      background: #F9FAFB;
      border: 1px solid #ddd;
  }
  #laymod_973312 #jh2_foot_17 .foot_fixed .fixed_content .fixed_close .iconfont {
    font-size: 14px;
    color: #ddd;
  }
  #laymod_973312 #jh2_foot_17 .foot_fixed.this_false .fixed_content .fixed_close {
      display: none;
  }
  #laymod_973312 #jh2_foot_17 .foot_fixed .fixed_content .fixed_close .iconfont:before {
    content: "\e74c";
  }
  #laymod_973312 #jh2_foot_17 .foot_fixed .fixed_content .fixed_qq {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #ddd;
  }
  #laymod_973312 #jh2_foot_17 .foot_fixed .fixed_content .fixed_qq .avatar_wrap {
    padding-top: 10px;
  }
  #laymod_973312 #jh2_foot_17 .foot_fixed .fixed_content .fixed_qq .avatar_wrap .qq_avatar {
      width: 75px;
      height: 75px;
      border-radius: 50%;
      overflow: hidden;
      display: block;
      margin: 0 auto;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      box-shadow: 0 4px 12px #ccc;
  }
  #laymod_973312 #jh2_foot_17 .foot_fixed .fixed_content .fixed_qq .avatar_wrap .qq_avatar img {
      max-width: 100%;
  }
  #laymod_973312 #jh2_foot_17 .foot_fixed .fixed_content .fixed_tel span {
      display: block;
      font-size: 14px;
      line-height: 2;
      text-align: center;
      position: relative;
  }
  #laymod_973312 #jh2_foot_17 .foot_fixed .fixed_content .fixed_tel span:nth-child(1) {
      padding: 6px 0;
  }
  #laymod_973312 #jh2_foot_17 .foot_fixed .fixed_content .fixed_tel span:after {
      content: "";
      position: absolute;
      bottom: 0;
      display: block;
      height: 1px;
      width: 100%;
      background: #ddd;
  }
  #laymod_973312 #jh2_foot_17 .foot_fixed .fixed_content .fixed_tel span a {
      display: block;
      color: rgba(126,205,212,1);
  }
  #laymod_973312 #jh2_foot_17 .foot_fixed .fixed_content .fixed_tel p {
      color: #000;
      font-size: 14px;
      line-height: 1;
      text-align: center;
      margin-top: 10px;
  }
  #laymod_973312 #jh2_foot_17 .foot_fixed .fixed_content .fixed_code {
      font-size: 0;
      text-align: center;
  }
  #laymod_973312 #jh2_foot_17 .foot_fixed .fixed_content .fixed_code .code_info {
      border-bottom: 1px solid #ddd;
      padding: 10px;
  }
  #laymod_973312 #jh2_foot_17 .foot_fixed .fixed_content .fixed_code .code_info .code_pic img {
      max-width: 100%;
  }
  #laymod_973312 #jh2_foot_17 .foot_fixed .fixed_content .fixed_code .code_info p {
      color: #000;
      font-size: 14px;
      text-align: center;
      line-height: 2;
  }
  #laymod_973312 #jh2_foot_17 .foot_fixed .fixed_content .fixed_code .back_top {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: middle;
      width: 50%;
      height: 55px;
  }
  #laymod_973312 #jh2_foot_17 .foot_fixed .fixed_content .fixed_code .back_top .iconfont {
      font-size: 32px;
      color: #999;
      line-height: 55px;
  }
  #laymod_973312 #jh2_foot_17 .foot_fixed .fixed_content .fixed_code .back_top .iconfont:before {
      content: "\e787";
  }
  @media(max-width: 991px) {
    #laymod_973312 #jh2_foot_17 .foot_fixed .fixed_content .fixed_code .code_info .code_pic img {
      max-width: 80%;
      height: 80px;
    }
    #laymod_973312 #jh2_foot_17 .foot_fixed .fixed_content .fixed_code .code_info p {
      font-size: 12px;
      line-height: 1.5;
    }
  }
  #laymod_973312 .share_ewm {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
    z-index: 2001;
  }
  #laymod_973312 .share_ewm .share_ewm_bg {
    position:absolute;
    top:0;
    left:0;
    z-index: 0;
    background:#000;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter:alpha(opacity=80);
    width:100%;
    height:100%;
  }
  #laymod_973312 .share_ewm_img {
    width:220px;
    background:#fff;
    overflow:hidden;
    padding:10px 10px 0 10px;
    position:absolute;
    z-index: 1;
    left:50%;
    top:50%;
    margin:-135px 0 0 -120px;
  }
  #laymod_973312 .share_ewm_img img {
    display:block;
    width:100%;
  }
  #laymod_973312 .share_ewm_img p {
    text-align:center;
    font-size:14px;
    line-height:2.8;
    color:#000;
  }
