/*鹰鹏化工*/
.Foot275 #jh_foot_5 .bodyContContent .foot1 {
	display: none;
}
.Foot275 #jh_foot_5 .bodyContContent .foot3,
.Foot275 #jh_foot_5 .bodyContContent .foot3 a {
	color: rgba(255,255,255,.5);
}
@media (max-width: 767px) {
	.NewsRec112 #jh2_newsrec_4 .bodyContTitle {
		padding: 0 15px 10px;
	}
	.ContactUs182 #jh2_contact_19 .module .module2 .h1 {
		padding: 0 15px;
	}
	.ContactUs182 #jh2_contact_19 .bodyContContent .module .module3 {
		padding-top: 20px;
		padding-bottom: 0;
	}
}
		  @font-face {
  font-family: 'iconfont';  /* Project id 249974 */
  src: url('//at.alicdn.com/t/font_249974_ooky095nbp.woff2?t=1641972865678') format('woff2'),
       url('//at.alicdn.com/t/font_249974_ooky095nbp.woff?t=1641972865678') format('woff'),
       url('//at.alicdn.com/t/font_249974_ooky095nbp.ttf?t=1641972865678') 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; 
}
a, a:hover, a:active, a:visited,a:link {
text-decoration:none;
}
/*模版整体控制*/
#laymod_479595 {
  position:relative;
  z-index: 1000;
    font-family:"Arial","Times New Roman","Microsoft YaHei","SimHei";
}
#laymod_479595 .bg {
  position:absolute;
  z-index: 1;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
#laymod_479595 .bg_img {
  z-index:2;
}
#laymod_479595 .bodyCont_width {
  position:relative;
  z-index: 3;
}
/* 登录 */
#laymod_479595 .login_box {
  position: fixed;
  top: -200%;
  opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
  transition: all .5s ease-out;
  visibility: hidden;
}
#laymod_479595 .login_box.yid {
  display: block;
  top: 0;
  opacity: 1;
  visibility: visible;
}
#laymod_479595 .login_box .login_bg {
  position: fixed;
  background: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 200;
}
#laymod_479595 .login_box .div-login {
  z-index: 220;
    width: 550px;
    position: fixed;
    left: 0;
    right: 0;
    top: -200%;
    bottom: 0;
    background: rgba(255,255,255,1);
    height: 450px;
    margin: auto;
    padding: 2% 5%;
    border-radius: 3px;
    border: 1px solid #ccc;
    transition: all .7s cubic-bezier(0, 0.48, 0.3, 1.01);
    transition-delay:0.15s;
}
#laymod_479595 .login_box.yid .div-login {
  top: 0;
}
#laymod_479595 .login_box .div-login p {
  color: rgba(238,27,35,1);
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  margin-bottom: 20px;
}
#laymod_479595 .login_box .div-login label {
    margin-bottom: 20px;
    font-weight: 400;
    width: 100%;
    height: 45px;
    line-height: 44px;
    border: 1px solid #ccc;
    box-sizing: content-box;
    border-radius: 4px;
}
#laymod_479595 .login_box .div-login label input {
  width: 88%;
  float: right;
  text-indent: 1em;
  border-radius: 4px;
  height: 45px;
  line-height: normal;
  background: none;
}
#laymod_479595 .login_box .div-login label i {
  width: 12%;
  float: left;
  height: 100%;
  display: block;
  font-size: 22px;
  text-align: center;
  color: #999;
  border-radius: 4px;
}
#laymod_479595 .login_box .div-login .login_1 i:after {
  content:"\e759";
}
#laymod_479595 .login_box .div-login .login_2 i:after {
  content:"\e75b";
}
#laymod_479595 .login_box .div-login .login_3 i:after {
  content:"\e758";
}
#laymod_479595 .login_box .div-login .login_3 input {
  width: 65%;
  float: left;
}
#laymod_479595 .login_box .div-login .login_3 img {
  float: left;
  margin: 10px 0;
}
#laymod_479595 .login_box .div-login .submit-login {
  width: 100%;
  height: 40px;
  background: rgba(238,27,35,1);
  color: #fff;
}
#laymod_479595 .login_box .div-login .click_close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 10px;
  color: #999;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
    transition: all .6s ease-out;
}
#laymod_479595 .login_box .div-login .click_close i:after {
  content: "\e74c";
}
/*登录和注册*/
#laymod_479595 .login_style {
  position:fixed;
  top:-200%;
  left:0;
  width:100%;
  height:100%;
  z-index: 2000;
  transition: all .35s;
  visibility: hidden;
  opacity: 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:center;/*交叉轴对齐（垂直）*/
  -webkit-align-items:center;
  box-align:center;
  -moz-box-align:center;
  -webkit-box-align:center;
}
#laymod_479595 .login_style.login_show {
  visibility: visible;
  top: 0;
  opacity: 1;
}
#laymod_479595 .login_style .loginup_bg {
  position:fixed;
  top:0;
  left:0;
  background:#000;
  width:100%;
  height:100%;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter:alpha(opacity=50);
  z-index: 1;
}
#laymod_479595 .login_style .login_account {
  width:550px;
  height:auto;
  position:relative;
  margin:0;
  background:#fff;
  border:1px solid #ccc;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius-bottomleft:3px;
  -moz-border-radius-bottomright:3px;
  -khtml-border-radius: 3px;
  -webkit-border-bottom-left-radius:3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 2% 5% 4% 5%;
  z-index: 2;
  font-size: 0;
  opacity: 0;
    transform: translateY(-200%);
    transition: all .5s cubic-bezier(0, 0.48, 0.3, 1.01);
    transition-delay:0.2s;
}
#laymod_479595 .login_style.login_show .login_account {
    transform: translateY(0%);
    opacity: 1;
}
#laymod_479595 .login_style .login_close {
  position:absolute;
  right:10px;
  top:10px;
  color:#000;
  transition:all 0.4s ease-out 0s;
  -moz-transition:all 0.4s ease-out 0s;
  -webkit-transition:all 0.4s ease-out 0s;
  -o-transition:all 0.4s ease-out 0s;
  font-size:16px;
  line-height:30px;
  width: 30px;
  height: 30px;
  text-align: center;
}
#laymod_479595 .login_style .login_close:before {
  content:"\e74c";
}
#laymod_479595 .login_style .login_account p {
  color: rgba(238,27,35,1);
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  margin-bottom: 20px;
}
#laymod_479595 .login_style label {
  display:block;
  width:100%;
  position:relative;
  margin:0 0 1rem 0;
  overflow:hidden;
}
#laymod_479595 .login_style label i {
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:40px;
  height:40px;
  line-height:40px;
  font-size:20px;
  text-align:center;
  color:#000;
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter:alpha(opacity=30);
  background:#eee;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -khtml-border-radius: 5px;
  -webkit-border-bottom-left-radius:5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  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_479595 .login_style label.login_1 i:before {
  content:"\e6c6";
}
#laymod_479595 .login_style label.login_2 i:before {
  content:"\e6da";
}
#laymod_479595 .login_style label.login_3 i:before {
  content:"\e6c8";
}
#laymod_479595 .login_style.win_reg label.login_3 i:before {
  content:"\e6da";
}
#laymod_479595 .login_style label.login_4 i:before {
  content:"\e6bb";
}
#laymod_479595 .login_style label.move_bg i {
  background:rgba(238,27,35,1);
  color:#fff;
}
#laymod_479595 .login_style input {
  display:block;
  height:40px;
  line-height:normal;
  font-size:12px;
  width:100%;
  -webkit-appearance: none;
}
#laymod_479595 .login_style .pass {
  border:1px solid #ccc;
  height:45px;
  line-height:normal;
  text-indent: 1em;
  font-size: 12px;
  color: #000;
  margin-bottom: 20px;
}
#laymod_479595 .login_style .move_bg input {
  border-color:rgba(238,27,35,1);
}
#laymod_479595 .login_style input.input-randCode {
  width:70%;
  float:left;
}
#laymod_479595 .login_style #verifyPic {
  float:right;
  margin:4% 0 0 0;
}
#laymod_479595 .login_style input.submit {
  text-indent:0;
  background:rgba(238,27,35,1);
  color:#fff;
  display: block;
  width: 100%;
}
#laymod_479595 .login_style .move_bg input.submit {
  background:rgba(238,27,35,1);
  color:#fff;
}
#laymod_479595 .topcarttotal em {
  font-style:normal;
  padding:0 5px;
}
#laymod_479595 .right_more .header_login.active .h_login,
#laymod_479595 .right_more .header_login.active .h_register {
  display: none !important;
}
#laymod_479595 .right_more .span-logout {
  cursor: pointer;
  transition: all .3s;
}
#laymod_479595 .right_more .divider {
  display: none;
}
  /* 订单 */
  #laymod_479595 .right_more .div-info .dropdown ul {
    padding: 0;
    margin: 0;
      position: absolute;
      top: 102%;
      right: -20px;
  }
  #laymod_479595 .right_more .div-info .dropdown ul li a {
    padding: 0 30px;
      line-height: 50px;
      font-size: 15px;
  }
  #laymod_479595 .right_more .div-info .dropdown ul li a i {
    margin-right: 5px;
  }
  #laymod_479595 .right_more .div-info .dropdown ul li a .wb-user:after {
    content: "\e6eb";
  }
  #laymod_479595 .right_more .div-info .dropdown ul li a .wb-order:after {
    content: "\e76f";
  }
  #laymod_479595 .right_more .div-info .dropdown ul li a .wb-settings:after {
    content: "\e80f";
  }
  #laymod_479595 .right_more .div-info .dropdown ul li a .wb-power:after {
    content: "\e7c8";
  }
  #laymod_479595 .active_false .right_more .header_login .h_login a:hover,
  #laymod_479595 .active_false .right_more .header_login .h_register a:hover,
  #laymod_479595 .active_false .right_more .header_login .span-logout:hover {
    color: #fff;
  }
  #laymod_479595 .active_false .right_more .header_login .h_pay:hover {
    background: #fff;
  }
  #laymod_479595 .active_false .right_more .header_login .h_pay:hover a {
    color: #b0b0b0;
  }
  #laymod_479595 .active_false .h_pay .dropdown-menu .dropdown-menu-footer .dropdown-menu-footer-btn a:hover {
    color: #fff;
  }
  #laymod_479595 .active_false .bodyContContent .header_nav li a:hover {
    color: rgba(238,27,35,1);
  }
  #laymod_479595 .active_false .bodyContContent .header_nav .s_list a:hover {
    text-indent: 1em;
  }
  #laymod_479595 .active_false .bodyContContent .header_nav li.f_nav_li:hover .s_list {
     pointer-events: auto;
    opacity: 1;
    /* padding-top: 15px; */
  }
  #laymod_479595 .active_false .bodyContContent .header_nav li.f_nav_li:hover .s_list li:hover .s_list_2 {
    opacity: 1;
    z-index: 199;
        pointer-events: auto;
  }
  /* #laymod_479595 .active_false .bodyContContent .header_nav li.f_nav_li:hover .s_list a {
    transition: all .8s cubic-bezier(0, 0.49, 0.65, 0.96);
  }
  #laymod_479595 .active_false .bodyContContent .header_nav li.f_nav_li .s_list li:hover .s_list_2 a {
    transition: all .8s cubic-bezier(0, 0.49, 0.65, 0.96);
  } */
  #laymod_479595 .active_false .bodyContContent .search_wrap:hover input,
  #laymod_479595 .active_false .bodyContContent .search_wrap:hover a {
    border: 1px solid rgba(238,27,35,1);
  }
  #laymod_479595 .active_false .bodyContContent .search_wrap a:hover {
    background: rgba(238,27,35,1);
  }
  #laymod_479595 .active_false .bodyContContent .search_wrap a:hover i:after {
    color: #fff;
  }
  #laymod_479595 .active_false .login_box .div-login .click_close:hover {
    transform: rotate(360deg);
    color: rgba(238,27,35,1);
  }
  #laymod_479595 .active_false .login_style .login_close:hover {
    color:rgba(238,27,35,1);
    transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
  }
  #laymod_479595 .active_false .right_more .div-info .dropdown ul li a:hover {
    color: #b0b0b0;
      background-color: inherit;
  }
#laymod_479595 .click_input {
  text-align: right
}
#laymod_479595 .click_input a {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    color: #666;
    text-align: center;
    margin-top: 15px;
    font-size: 13px;
    transition: all .3s;
}
#laymod_479595 .click_input a:hover {
  color: rgba(238,27,35,1);
}
#laymod_479595 .click_input .click_remember {
  margin-right: 10px;
}
#laymod_479595 .remember_pass,
#laymod_479595 .remember_pass2,
#laymod_479595 .remember_pass3,
#laymod_479595 .remember_pass4 {
  position: absolute;
  opacity: 0;
  width: 65%;
  top: 7.3%;
  visibility: hidden;
  transform: rotateY(180deg);
  transition: all .5s ease-out;
}
#laymod_479595 .remember_pass.active_login,
#laymod_479595 .remember_pass2.active_login,
#laymod_479595 .remember_pass3.active_login,
#laymod_479595 .remember_pass4.active_login {
  opacity: 1;
  visibility: visible;
  transform: rotateY(0deg);
}
#laymod_479595 .remember_pass > p,
#laymod_479595 .remember_pass2 > p,
#laymod_479595 .remember_pass3 > p,
#laymod_479595 .remember_pass4 > p {
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  margin-bottom: 20px;
  color: rgba(238,27,35,1);
}
#laymod_479595 .remember_account {
  margin-bottom: 20px
}
#laymod_479595 .remember_account p,
#laymod_479595 .remember_alphveri p {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 10px;
}
#laymod_479595 .remember_account .remember_input input {
  border: 1px solid #ccc;
  height: 44px;
  line-height: normal;
  width: 100%;
  text-indent: 1em;
}
#laymod_479595 .remember_alphveri .remember_input {
  border: 1px solid #ccc;
  height: 44px;
  line-height: normal;
  position: relative;
}
#laymod_479595 .remember_alphveri .remember_input input {
  width: 78%;
  float: left;
  height: 100%;
  text-indent: 1em;
}
#laymod_479595 .remember_alphveri .remember_input .veriImg {
  float: left;
  margin: 7px 0;
}
#laymod_479595 .tips {
  font-size: 14px;
  line-height: 2;
  margin-top: 5px;
  color: #ef8b24;
}
#laymod_479595 .remember_pass #submitt1,
#laymod_479595 .remember_pass2 #submitt2,
#laymod_479595 .remember_pass3 #submitt3 {
  width: 100%;
  height: 40px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
  margin-top: 30px;
  background: rgba(238,27,35,1);
}
#laymod_479595 .remember_pass4 .fonticon {
  width: 100%;
  text-align: center;
  margin-top: 100px;
}
#laymod_479595 .remember_pass4 .iconfont {
  background: #6fc654;
  display: inline-block;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  text-align: center;
  line-height: 85px;
  color: #fff;
  margin: 0 auto;
}
#laymod_479595 .remember_pass4 .iconfont:after {
  content: '\e949';
  display: block;
  font-size: 50px;
}
#laymod_479595 .remember_pass4 .remember_success {
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #666;
  margin-top: 20px;
  letter-spacing: 1px;
}
#laymod_479595 .red {
  color: #ff0000;
  padding-right: 5px;
}
@media (min-width: 993px) {
  #laymod_479595 .container {
    padding: 0;
  }
  #laymod_479595 .left_title {
    float: left;
    line-height: 40px;
    height: 40px;
  }
  #laymod_479595 .right_more {
    float: right;
    height: 40px;
    line-height: 39px;
    position: relative;
  }
  #laymod_479595 .left_title .fl {
    color: #b0b0b0;
    transition:all .3s;
    font-size: 12px;
  }
  #laymod_479595 .right_more .header_login .h_login,
  #laymod_479595 .right_more .header_login .h_register {
    padding: 0 5px;
    position: relative;
  }
  #laymod_479595 .right_more .header_login div {
    display: inline-block;
  }
  #laymod_479595 .right_more .header_login div a {
    color: #b0b0b0;
    font-size: 12px;
    transition: all .3s;
  }
  #laymod_479595 .right_more .header_login .div-info {
    color: #b0b0b0;
    font-size: 12px;
  }
  #laymod_479595 .right_more .header_login .div-info .dropdown.open .caret {
    transform: rotate(180deg);
  }
  #laymod_479595 .h_pay .list-group {
    margin-bottom: 0;
  }
  /* 购物车 */
  #laymod_479595 .h_pay {
    width: 120px;
    margin-left: 15px;
    background: #424242;
    text-align: center;
  }
  #laymod_479595 .right_more .header_login .h_pay a {
    display: block;
    position: relative;
  }
  #laymod_479595 .right_more .header_login .h_pay a .badge {
    position: absolute;
      top: 2px;
      right: 15%;
      font-weight: 400;
      padding: 3px 6px;
      background: rgba(238,27,35,1);
  }
  #laymod_479595 .h_pay .iconfont {
    font-size: 12px;
  }
  #laymod_479595 .h_pay .iconfont:after {
    content: "\e672";
  }
  #laymod_479595 .right_more .header_login .h_pay .list-group .padding-right-10,
  #laymod_479595 .right_more .header_login .h_pay .list-group .media-body {
    display: table-cell;
  }
  #laymod_479595 .right_more .header_login .h_pay .list-group .media-body {
    line-height: 1.6;
  }
  #laymod_479595 .right_more .header_login .h_pay .media-left .text-middle {
    width: 50px;
  }
  #laymod_479595 .right_more .header_login .h_pay .list-group .media-body .topcartremove i:after {
    content: "\e76b";
  }
  #laymod_479595 .right_more .header_login .h_pay .list-group .media-body .pull-right p {
    line-height: 26px;
  }
  #laymod_479595 .h_pay .dropdown-menu {
    border-color: #f2f2f2;
      background: #fff;
      width: 360px;
      padding: 0;
        box-shadow: 0 0 5px rgba(0,0,0,.05);
        transition:all .35s;
  }
  #laymod_479595 .h_pay .dropdown-menu.open {
    display: block;
    padding-bottom: 0;
  }
  #laymod_479595 .h_pay .dropdown-menu .dropdown-menu-header {
    padding: 20px;
    position: relative;
  }
  #laymod_479595 .h_pay .dropdown-menu .dropdown-menu-header span.label-danger {
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      background: rgba(238,27,35,1);
  }
  #laymod_479595 .h_pay .dropdown-menu .list-group div {
    display: block;
  }
  #laymod_479595 .h_pay .dropdown-menu .dropdown-menu-footer {
      height: 55px;
      line-height: 55px;
      padding: 0 15px;
      position: relative;
  }
  #laymod_479595 .h_pay .dropdown-menu .dropdown-menu-footer .dropdown-menu-footer-btn {
      position: absolute;
      right: 15px;
      top: 13px;
      bottom: 0;
      margin: auto;
      line-height: 55px;
  }
  #laymod_479595 .h_pay .dropdown-menu .dropdown-menu-footer .dropdown-menu-footer-btn a {
    border-radius: 0;
  }
  #laymod_479595 .h_pay .dropdown-menu .dropdown-menu-footer span {
    color: rgba(238,27,35,1);
  }
  #laymod_479595 .bodyContContent {
    height: 100px;
  }
  #laymod_479595 .bodyContContent .container {
    height: 100px;
    display: flex;
  }
  #laymod_479595 .bodyContContent .header_logo,
  #laymod_479595 .bodyContContent .header_nav,
  #laymod_479595 .bodyContContent .header_search {
      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-justify-content: center;
    justify-content: center;
  }
  #laymod_479595 .bodyContContent .header_logo,
  #laymod_479595 .bodyContContent .header_nav {
    padding-left: 0;
  }
  #laymod_479595 .bodyContContent .header_logo a {
    display: block;
    overflow: hidden;
  }
  #laymod_479595 .bodyContContent .header_logo a img {
    max-height: 50px;
    max-width: 180px;
    display: block;
  }
  #laymod_479595 .bodyContContent .header_nav li.f_nav_li {
    display: inline-block;
    line-height: 100px;
  }
  #laymod_479595 .bodyContContent .header_nav li.f_nav_li>a {
    display: block;
    padding: 0 10px;
  }
  #laymod_479595 .bodyContContent .header_nav li a {
    font-size:14px;
    font-weight:normal;
    color: #333;
    transition: all .45s cubic-bezier(0, 0.49, 0.65, 0.96);
      overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #laymod_479595 .bodyContContent .s_list {
    position: absolute;
    min-width: 200px;
    background-color: #fff;
      box-shadow: 0 2px 4px #ccc;
      transform: translateY(0px);
      /* height: 0; */
      height: auto;
      opacity: 0;
              z-index: 199;
      /* overflow: hidden; */
      transition: all .5s cubic-bezier(0, 0.49, 0.65, 0.96);
       pointer-events: none;
  }
  /* 2025.8.23新增 */
  #laymod_479595 .bodyContContent .s_list .s_list_2 {
      /* display: none; */
      position: absolute;
      min-width: 200px;
      z-index: -1;
      background-color: #fff;
      box-shadow: 0 2px 4px #ccc;
      left: 100%;
      top: 0;
      transition: all .5s cubic-bezier(0, 0.49, 0.65, 0.96);
      height: auto;
      opacity: 0;
      min-height: 160px;
       pointer-events: none;
  }
  /* 2025.8.23新增 */
  #laymod_479595 .bodyContContent .s_list a {
    display: block;
    line-height: 40px;
    font-size: 12px;
    padding: 0 10px;
    height: auto;
  }
  #laymod_479595 .bodyContContent .header_search {
    padding-right: 0;
  }
  #laymod_479595 .bodyContContent .search_wrap {
    height: 50px;
    font-size: 0;
  }
  #laymod_479595 .bodyContContent .search_wrap input {
    width: 79%;
    display: inline-block;
    color: #333;
    border: 1px solid rgba(0,0,0,0.2);
    background:#fff;
    height: 22px;
    line-height: normal;
    padding: 13px 0;
    box-sizing: content-box;
    vertical-align: top;
    font-size: 14px;
    text-indent: 1em;
    transition: all .3s cubic-bezier(0, 0.49, 0.65, 0.96);
  }
  #laymod_479595 .bodyContContent .search_wrap input::-webkit-input-placeholder {
    color: rgba(51,51,51,0.5);
  }
  #laymod_479595 .bodyContContent .search_wrap a {
    display: inline-block;
    width: 20%;
    background:#fff;
    border: 1px solid rgba(0,0,0,0.2);
    border-left: none;
    height: 50px;
    font-size: 21px;
    position: relative;
    text-align: center;
    line-height: 50px;
    vertical-align: top;
    transition: all .3s cubic-bezier(0, 0.49, 0.65, 0.96);
  }
  #laymod_479595 .bodyContContent .search_wrap a i {
color: #000;
}
  #laymod_479595 .bodyContContent .search_wrap a i:after {
    content: "\e757";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
#laymod_479595 .bodyContContent .header_nav li.active > a {
  color: rgba(238,27,35,1);
}
  /* PC便捷登录 */
  #laymod_479595 .login_box .h_easy {
    margin-top: 15px;
  }
  #laymod_479595 .login_box .h_easy {
    font-size: 14px;
  }
  #laymod_479595 .login_box .h_easy a {
    color: #999;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
  }
  #laymod_479595 .login_box .h_easy .oAuth_2 {
    font-size: 30px;
  }
  #laymod_479595 .login_box .h_easy .oAuth_1 {
    margin-left: 5px;
    font-size: 30px;
  }
  #laymod_479595 .login_box .h_easy .oAuth_2:after {
    content: "\e786";
  }
  #laymod_479595 .login_box .h_easy .oAuth_1:after {
    content: "\e74a";
  }
@media (max-width : 992px) {
  #laymod_479595 .bodyContTitle,
  #laymod_479595 .bodyContTitle .left_title,
  #laymod_479595 .bodyContTitle .account-wrap,
  #laymod_479595 .bodyContContent .header_nav,
  #laymod_479595 .bodyContContent .header_search {
    display: none;
  }
  #laymod_479595 .sj_header_click,
  #laymod_479595 .sj_header_nav {
    display: block !important;
  }
  #laymod_479595 .bodyContContent {
    position: relative;
    height: 50px;
  }
  #laymod_479595 .bodyContContent .container {
    padding: 0;
    height: auto;
  }
  /* 导航按钮 */
  #laymod_479595 .sj_header_click {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
      left: 5px;
      padding: 10px;
      box-sizing: content-box;
      z-index: 200;
  }
  #laymod_479595 .sj_header_click .click1 {
    height: 1px;
    width: 20px;
    background: #333;
    position: absolute;
      left: 0;
      top: 15px;
      transition: all .45s;
      right: 0;
      text-align: center;
      margin: auto;
  }
  #laymod_479595 .sj_header_click .click2 {
    height: 1px;
    width: 20px;
    background: #333;
    position: absolute;
    left: 0;
    right: 0;
      text-align: center;
      margin: auto;
    bottom: 15px;
    transition: all .45s;
  }
  #laymod_479595 .sj_header_click.active {
      position: fixed;
      height: 20px;
      top: 0;
      left: 0;
      padding: 10px;
      box-sizing: content-box;
      z-index: 2000;
      width: 100%;
      background: #000;
  }
  #laymod_479595 .sj_header_click.active .click1,
  #laymod_479595 .sj_header_click.active .click2 {
    width: 30px;
    background: #fff;
  }
  #laymod_479595 .sj_header_click.active .click1,
  #laymod_479595 .sj_header_click.active .click2 {
    left: 15px;
    right: auto;
  }
  #laymod_479595 .sj_header_click.active .click1 {
      transform: rotate(45deg) translateX(4px) translateY(3px);
  }
  #laymod_479595 .sj_header_click.active .click2 {
      transform: rotate(-45deg) translateX(3px) translateY(-2px);
  }
  #laymod_479595 .sj_header_nav {
      position: fixed;
    top: 40px;
    width: 100%;
    height: 0;
    z-index: 1000;
    padding: 8% 20%;
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
    background: #161616;
  }
  #laymod_479595 .sj_header_nav ul {
    transform: translateY(-50px);
    transition: all .45s;
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.2s;
  }
  #laymod_479595 .sj_header_nav .sj_search_wrap {
    transform: translateY(-50px);
    transition: all .45s;
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.5s;
  }
  #laymod_479595 .sj_header_nav ul li {
    line-height: 45px;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  #laymod_479595 .sj_header_nav ul li a {
    color: #fff;
    position: relative;
    text-align: center;
    display: block;
    font-size: 14px;
    padding: 0 20%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #laymod_479595 .sj_header_nav ul li i {
    color: #fff;
    position: absolute;
    width: 20%;
    height: 45px;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
  }
  #laymod_479595 .sj_header_nav ul li i:after {
    content: "\e6b6";
  }
  #laymod_479595 .sj_header_nav ul li.active a {
    color: rgba(238,27,35,1);
  }
  #laymod_479595 .sj_header_nav ul li .s_list {
    padding: 15px 0;
    display: none;
    border-top: 1px solid rgba(255,255,255,0.1);
  }
  #laymod_479595 .sj_header_nav ul li .s_list a {
    display: block;
    line-height: 30px;
    font-size: 13px;
    color: rgba(255,255,255,0.4);
  }
  #laymod_479595 .sj_header_nav.active {
    height: 100%;
    visibility: visible;
    opacity: 1;
  }
  #laymod_479595 .sj_header_nav.active .sj_search_wrap,
  #laymod_479595 .sj_header_nav.active ul {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
  }
  #laymod_479595 .sj_search_wrap {
      line-height: 30px;
      margin-top: 10px;
      font-size: 0;
      display: block !important;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  #laymod_479595 .sj_search_wrap input {
      background: none;
      font-size: 14px;
    text-indent: 2em;
    width: 80%;
    display: inline-block;
    color: #fff;
  }
  #laymod_479595 .sj_header_nav .search_wrap input::-webkit-input-placeholder {
    color: rgba(255,255,255,0.5);
  }
  #laymod_479595 .sj_search_wrap .search_btn {
    display: inline-block;
    width: 20%;
      font-size: 16px;
    position: relative;
    text-align: center;
    color: #fff;
  }
  #laymod_479595 .sj_search_wrap .search_btn i:after {
    content: "\e757";
  }
  /* Logo */
  #laymod_479595 .bodyContContent .header_logo {
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
  #laymod_479595 .bodyContContent .header_logo a {
    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-justify-content: center;
    justify-content: center;
    height: 40px;
    padding-right: inherit;
    margin: 5px 0;
  }
  #laymod_479595 .bodyContContent .header_logo a img {
    display: block;
    max-height: 40px;
    max-width: 100%;
    margin: 0 auto;
  }
  #laymod_479595 .sj_login,
  #laymod_479595 .active1 {
    position: absolute;
    z-index: 1000;
    right: 5px;
    top: 3px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
  }
  #laymod_479595 .sj_login a,
  #laymod_479595 .active1 a {
    display: block;
    color: #333;
    font-size: 30px;
  }
  #laymod_479595 .sj_login i:after,
  #laymod_479595 .active1 i:after {
    content: "\e75c";
  }
  #laymod_479595 .login_box .div-login {
    width: 90%;
  }
  #laymod_479595 .login_box .div-login .login_3 input {
    width: 62%;
  }
  #laymod_479595 .login_box.active {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  #laymod_479595 .login_box.active .div-login {
    top: 0;
  }
  #laymod_479595 .login_box.active .click_account {
    margin-top: 10px;
    display: block;
      width: 100%;
      height: 40px;
      background: #fff;
      color: rgba(238,27,35,1);
      text-align: center;
      line-height: 40px;
      font-size: 12px;
      border-radius: 4px;
      border: 1px solid rgba(238,27,35,1);
  }
  #laymod_479595 .login_style.active {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
  #laymod_479595 .login_style.active .login_account {
    width: 90%;
    margin: auto;
    opacity: 1;
    transform: translateY(0%);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    height: 450px;
  }
  #laymod_479595 .login_box.active2 {
    display: none;
  }
  #laymod_479595 .sj_header_nav .div-info p {
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-indent: 2em;
  }
  #laymod_479595 .sj_header_nav .div-info p .span-username {
    padding-right: 5px;
  }
  #laymod_479595 .sj_header_nav .div-info p {
    font-size: 12px;
  }
  #laymod_479595 .active1 {
    display: none;
  }
  #laymod_479595 .login_box .div-login label,
  #laymod_479595 .login_box.active .click_account {
    border-radius: 0;
  }
  #laymod_479595 .bodyContTitle .h_pay {
    position: absolute;
    right: 5px;
    top: 3px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 11;
  }
  #laymod_479595 .bodyContTitle .h_pay span {
    font-size: 0;
  }
  #laymod_479595 .bodyContTitle .h_pay .badge {
    font-size: 10px;
    font-weight: 400;
    padding: 2px 4px;
    position: absolute;
    right: 5px;
    top: 7px;
    background-color: rgba(238,27,35,1);
  }
  #laymod_479595 .bodyContTitle .h_pay a .iconfont {
    color: #333;
    font-size: 16px;
  }
  #laymod_479595 .bodyContTitle .h_pay a .iconfont:after {
    content: "\e672";
  }
  #laymod_479595 .h_pay .dropdown-menu.open {
    display: block;
    width: 350px;
    padding-bottom: 0;
  }
  #laymod_479595 .h_pay .dropdown-menu .dropdown-menu-header {
    padding: 10px 20px;
    position: relative;
  }
  #laymod_479595 .h_pay .dropdown-menu .dropdown-menu-header span.label-danger {
      position: absolute;
      top: 50%;
      right: 20px;
      font-size: 12px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      background: rgba(238,27,35,1);
  }
  #laymod_479595 .topcart-goodnum {
    font-size: 12px !important;
  }
  #laymod_479595 .h_pay .dropdown-scrollable {
    margin-bottom: 0;
  }
  #laymod_479595 .h_pay .dropdown-scrollable .list-group-item {
      border-left: none;
      border-right: none;
      border-radius: 0;
  }
  #laymod_479595 .h_pay .dropdown-scrollable .padding-right-10 a {
    display: block;
    width: 50px;
  }
  #laymod_479595 .h_pay .dropdown-scrollable .media-body h6 a {
    color: #333;
    font-size: 12px;
  }
  #laymod_479595 .h_pay .dropdown-scrollable .media-body .pull-right {
    position: absolute;
    line-height: 2;
    right: 20px;
    top: 0;
  }
  #laymod_479595 .h_pay .dropdown-scrollable .media-body .pull-right span {
    font-size: 12px;
  }
  #laymod_479595 .h_pay .dropdown-scrollable .media-body>p {
    line-height: 2;
  }
  #laymod_479595 .h_pay .dropdown-menu-footer {
    padding: 10px 20px;
    position: relative;
      height: 50px;
      line-height: 2.3;
  }
  #laymod_479595 .h_pay .dropdown-menu .dropdown-menu-footer .dropdown-menu-footer-btn {
      position: absolute;
      right: 15px;
      top: 7px;
      line-height: 35px;
      height: 35px;
  }
  #laymod_479595 .h_pay .dropdown-menu-footer .red-600 {
    color: rgba(238,27,35,1);
    font-size: 14px;
  }
  #laymod_479595 .h_pay .dropdown-menu-footer .dropdown-menu-footer-btn .btn {
    font-size: 12px;
  }
  #laymod_479595 .right_more .header_login .h_login, 
  #laymod_479595 .right_more .header_login .h_register {
    display: none;
  }
  /* 订单 */
  #laymod_479595 .sj_header_nav .div-info {
    opacity: 0;
      transition: all .45s;
      visibility: hidden;
      transition-delay: 0.65s;
  }
  #laymod_479595 .sj_header_nav.active .div-info {
    opacity: 1;
    visibility: visible;
  }
  #laymod_479595 .sj_header_nav .div-info .dropdown1 a {
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 35px;
    display: block;
    padding: 0;
  }
  #laymod_479595 .sj_header_nav .div-info .dropdown1 .dropdown-menu a {
      color: rgba(255,255,255,0.4);
    background:none;
  }
  #laymod_479595 .sj_header_nav .div-info .dropdown1 .navbar-avatar {
    line-height: 1;
    margin-top: 4%;
    padding-bottom: 2%;
  }
  #laymod_479595 .sj_header_nav .div-info .dropdown1.open .caret {
    transform: rotate(180deg);
  }
  #laymod_479595 .sj_header_nav .div-info .dropdown-menu {
    background-color: inherit;
    padding: 0;
    width: 100%;
    border: none;
    margin: 0;
      border-radius: 0;
      -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0);
      box-shadow: 0 6px 12px rgba(0,0,0,0);
      position: static;
      float: none;
  }
  #laymod_479595 .sj_header_nav .div-info .dropdown-menu li {
    border-bottom: none;
  }
  #laymod_479595 .sj_header_nav .div-info .divider {
    display: none;
  }
  #laymod_479595 .login_box .div-login p {
    font-size: 20px;
  }
}
  #laymod_479595 .active_true .bodyContTitle,
  #laymod_479595 .active_true .bodyContTitle .left_title,
  #laymod_479595 .active_true .bodyContTitle .account-wrap,
  #laymod_479595 .active_true .bodyContContent .header_nav,
  #laymod_479595 .active_true .bodyContContent .header_search {
    display: none;
  }
  #laymod_479595 .active_true .sj_header_click,
  #laymod_479595 .active_true .sj_header_nav {
    display: block !important;
  }
  #laymod_479595 .active_true .bodyContContent {
    position: relative;
    height: 50px;
  }
  #laymod_479595 .active_true .bodyContContent .container {
    padding: 0;
    height: auto;
  }
  /* 导航按钮 */
  #laymod_479595 .active_true .sj_header_click {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
      left: 5px;
      padding: 10px;
      box-sizing: content-box;
      z-index: 200;
  }
  #laymod_479595 .active_true .sj_header_click .click1 {
    height: 1px;
    width: 20px;
    background: #333;
    position: absolute;
      left: 0;
      top: 15px;
      transition: all .45s;
      right: 0;
      text-align: center;
      margin: auto;
  }
  #laymod_479595 .active_true .sj_header_click .click2 {
    height: 1px;
    width: 20px;
    background: #333;
    position: absolute;
    left: 0;
    right: 0;
      text-align: center;
      margin: auto;
    bottom: 15px;
    transition: all .45s;
  }
  #laymod_479595 .active_true .sj_header_click.active {
      position: fixed;
      height: 20px;
      top: 0;
      left: 0;
      padding: 10px;
      box-sizing: content-box;
      z-index: 2000;
      width: 100%;
      background: #000;
  }
  #laymod_479595 .active_true .sj_header_click.active .click1,
  #laymod_479595 .active_true .sj_header_click.active .click2 {
    width: 30px;
    background: #fff;
  }
  #laymod_479595 .active_true .sj_header_click.active .click1,
  #laymod_479595 .active_true .sj_header_click.active .click2 {
    left: 15px;
    right: auto;
  }
  #laymod_479595 .active_true .sj_header_click.active .click1 {
      transform: rotate(45deg) translateX(4px) translateY(3px);
  }
  #laymod_479595 .active_true .sj_header_click.active .click2 {
      transform: rotate(-45deg) translateX(3px) translateY(-2px);
  }
  #laymod_479595 .active_true .sj_header_nav {
      position: fixed;
    top: 40px;
    width: 100%;
    height: 0;
    z-index: 1000;
    padding: 8% 20%;
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
    background: #161616;
  }
  #laymod_479595 .active_true .sj_header_nav ul {
    transform: translateY(-50px);
    transition: all .45s;
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.2s;
  }
  #laymod_479595 .active_true .sj_header_nav .sj_search_wrap {
    transform: translateY(-50px);
    transition: all .45s;
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.5s;
  }
  #laymod_479595 .active_true .sj_header_nav ul li {
    line-height: 45px;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  #laymod_479595 .active_true .sj_header_nav ul li a {
    color: #fff;
    position: relative;
    text-align: center;
    display: block;
    font-size: 14px;
    padding: 0 20%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #laymod_479595 .active_true .sj_header_nav ul li i {
    color: #fff;
    position: absolute;
    width: 20%;
    height: 45px;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
  }
  #laymod_479595 .active_true .sj_header_nav ul li i:after {
    content: "\e6b6";
  }
  #laymod_479595 .active_true .sj_header_nav ul li.active a {
    color: rgba(238,27,35,1);
  }
  #laymod_479595 .active_true .sj_header_nav ul li .s_list {
    padding: 15px 0;
    display: none;
    border-top: 1px solid rgba(255,255,255,0.1);
  }
  #laymod_479595 .active_true .sj_header_nav ul li .s_list a {
    display: block;
    line-height: 30px;
    font-size: 13px;
    color: rgba(255,255,255,0.4);
  }
  #laymod_479595 .active_true .login_box .div-login label,
  #laymod_479595 .active_true .login_box.active .click_account {
    border-radius: 0;
  }
  #laymod_479595 .active_true .sj_header_nav.active {
    height: 100%;
    visibility: visible;
    opacity: 1;
  }
  #laymod_479595 .active_true .sj_header_nav.active .sj_search_wrap,
  #laymod_479595 .active_true .sj_header_nav.active ul {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
  }
  #laymod_479595 .active_true .sj_search_wrap {
      line-height: 30px;
      margin-top: 10px;
      font-size: 0;
      display: block !important;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  #laymod_479595 .active_true .sj_header_nav.active .sj_search_wrap.hide {
    display: none !important;
  }
  #laymod_479595 .active_true .sj_search_wrap input {
      background: none;
      font-size: 14px;
    text-indent: 2em;
    width: 80%;
    display: inline-block;
    color: #fff;
  }
  #laymod_479595 .active_true .sj_header_nav .search_wrap input::-webkit-input-placeholder {
    color: rgba(255,255,255,0.5);
  }
  #laymod_479595 .active_true .sj_search_wrap .search_btn {
    display: inline-block;
    width: 20%;
      font-size: 16px;
    position: relative;
    text-align: center;
    color: #fff;
  }
  #laymod_479595 .active_true .sj_search_wrap .search_btn i:after {
    content: "\e757";
  }
  /* Logo */
  #laymod_479595 .active_true .bodyContContent .header_logo {
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
  #laymod_479595 .active_true .bodyContContent .header_logo a {
    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-justify-content: center;
    justify-content: center;
    height: 40px;
    padding-right: inherit;
    margin: 5px 0;
  }
  #laymod_479595 .active_true .bodyContContent .header_logo a img {
    display: block;
    max-height: 40px;
    max-width: 100%;
    margin: 0 auto;
  }
  #laymod_479595 .active_true .sj_login,
  #laymod_479595 .active_true .active1 {
    position: absolute;
    z-index: 1000;
    right: 5px;
    top: 3px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
  }
  #laymod_479595 .active_true .sj_login a,
  #laymod_479595 .active_true .active1 a {
    display: block;
    color: #333;
    font-size: 30px;
  }
  #laymod_479595 .active_true .sj_login i:after,
  #laymod_479595 .active_true .active1 i:after {
    content: "\e75c";
  }
@media(min-width: 768px) {
  #laymod_479595 .active_true .login_box .div-login {
    width: 500px;
  }
  #laymod_479595 .active_true .login_style.active .login_account {
    width: 500px;
    margin: auto;
    opacity: 1;
    transform: translateY(0%);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    height: 450px;
  }
}
  #laymod_479595 .active_true .login_box .div-login .login_3 input {
    width: 62%;
  }
  #laymod_479595 .active_true .login_box.active {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  #laymod_479595 .active_true .login_box.active .div-login {
    top: 0;
  }
  #laymod_479595 .active_true .login_box.active .click_account {
    margin-top: 10px;
    display: block;
      width: 100%;
      height: 40px;
      background: #fff;
      color: rgba(238,27,35,1);
      text-align: center;
      line-height: 40px;
      font-size: 12px;
      border-radius: 0;
      border: 1px solid rgba(238,27,35,1);
  }
  #laymod_479595 .active_true .login_style.active {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
  #laymod_479595 .active_true .login_box.active2 {
    display: none;
  }
  #laymod_479595 .active_true .sj_header_nav .div-info p {
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-indent: 2em;
  }
  #laymod_479595 .active_true .sj_header_nav .div-info p .span-username {
    padding-right: 5px;
  }
  #laymod_479595 .active_true .sj_header_nav .div-info p {
    font-size: 12px;
  }
  #laymod_479595 .active_true .active1 {
    display: none;
  }
  #laymod_479595 .active_true .bodyContTitle .h_pay {
    position: absolute;
    right: 5px;
    top: 3px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 11;
  }
  #laymod_479595 .active_true .bodyContTitle .h_pay span {
    font-size: 0;
  }
  #laymod_479595 .active_true .bodyContTitle .h_pay .badge {
    font-size: 10px;
    font-weight: 400;
    padding: 2px 4px;
    position: absolute;
    right: 5px;
    top: 7px;
    background-color: rgba(238,27,35,1);
  }
  #laymod_479595 .active_true .bodyContTitle .h_pay a .iconfont {
    color: #333;
    font-size: 16px;
  }
  #laymod_479595 .active_true .bodyContTitle .h_pay a .iconfont:after {
    content: "\e672";
  }
  #laymod_479595 .active_true .h_pay .dropdown-menu.open {
    display: block;
    width: 350px;
    padding-bottom: 0;
  }
  #laymod_479595 .active_true .h_pay .dropdown-menu .dropdown-menu-header {
    padding: 10px 20px;
    position: relative;
  }
  #laymod_479595 .active_true .h_pay .dropdown-menu .dropdown-menu-header span.label-danger {
      position: absolute;
      top: 50%;
      right: 20px;
      font-size: 12px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      background: rgba(238,27,35,1);
  }
  #laymod_479595 .active_true .topcart-goodnum {
    font-size: 12px !important;
  }
  #laymod_479595 .active_true .h_pay .dropdown-scrollable {
    margin-bottom: 0;
  }
  #laymod_479595 .active_true .h_pay .dropdown-scrollable .list-group-item {
      border-left: none;
      border-right: none;
      border-radius: 0;
  }
  #laymod_479595 .active_true .h_pay .dropdown-scrollable .padding-right-10 a {
    display: block;
    width: 50px;
  }
  #laymod_479595 .active_true .h_pay .dropdown-scrollable .media-body h6 a {
    color: #333;
    font-size: 12px;
  }
  #laymod_479595 .active_true .h_pay .dropdown-scrollable .media-body .pull-right {
    position: absolute;
    line-height: 2;
    right: 20px;
    top: 0;
  }
  #laymod_479595 .active_true .h_pay .dropdown-scrollable .media-body .pull-right span {
    font-size: 12px;
  }
  #laymod_479595 .active_true .h_pay .dropdown-scrollable .media-body>p {
    line-height: 2;
  }
  #laymod_479595 .active_true .h_pay .dropdown-menu-footer {
    padding: 10px 20px;
    position: relative;
      height: 50px;
      line-height: 2.3;
  }
  #laymod_479595 .active_true .h_pay .dropdown-menu .dropdown-menu-footer .dropdown-menu-footer-btn {
      position: absolute;
      right: 15px;
      top: 7px;
      line-height: 35px;
      height: 35px;
  }
  #laymod_479595 .active_true .h_pay .dropdown-menu-footer .red-600 {
    color: rgba(238,27,35,1);
    font-size: 14px;
  }
  #laymod_479595 .active_true .h_pay .dropdown-menu-footer .dropdown-menu-footer-btn .btn {
    font-size: 12px;
  }
  #laymod_479595 .active_true .right_more .header_login .h_login, 
  #laymod_479595 .active_true .right_more .header_login .h_register {
    display: none;
  }
  /* 订单 */
  #laymod_479595 .active_true .sj_header_nav .div-info {
    opacity: 0;
      transition: all .45s;
      visibility: hidden;
      transition-delay: 0.65s;
  }
  #laymod_479595 .active_true .sj_header_nav.active .div-info {
    opacity: 1;
    visibility: visible;
  }
  #laymod_479595 .active_true .sj_header_nav .div-info .dropdown1 a {
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 35px;
    display: block;
    padding: 0;
  }
  #laymod_479595 .active_true .sj_header_nav .div-info .dropdown1 .dropdown-menu a {
      color: rgba(255,255,255,0.4);
    background:none;
  }
  #laymod_479595 .active_true .sj_header_nav .div-info .dropdown1 .navbar-avatar {
    line-height: 1;
    margin-top: 4%;
    padding-bottom: 2%;
  }
  #laymod_479595 .active_true .sj_header_nav .div-info .dropdown1.open .caret {
    transform: rotate(180deg);
  }
  #laymod_479595 .active_true .sj_header_nav .div-info .dropdown-menu {
    background-color: inherit;
    padding: 0;
    width: 100%;
    border: none;
    margin: 0;
      border-radius: 0;
      -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0);
      box-shadow: 0 6px 12px rgba(0,0,0,0);
      position: static;
      float: none;
  }
  #laymod_479595 .active_true .sj_header_nav .div-info .dropdown-menu li {
    border-bottom: none;
  }
  #laymod_479595 .active_true .sj_header_nav .div-info .divider {
    display: none;
  }
input,
textarea {
   -webkit-appearance: none;
}
#laymod_479595 .h_pay .dropdown-menu-header h5,
#laymod_479595 .h_pay .dropdown-menu .dropdown-scrollable .media-body i,
#laymod_479595 .h_pay .dropdown-menu .dropdown-scrollable .media-body h6 a,
#laymod_479595 .header_login .h_pay .list-group .media-body .pull-right span {
  color: #b0b0b0;
}
#laymod_479595 .h_pay .dropdown-menu,
#laymod_479595 .h_pay .list-group-item,
#laymod_479595 .right_more .div-info .dropdown ul {
  background-color: rgba(35,35,49,1);
}
#laymod_479595 .h_pay .dropdown-menu .dropdown-menu-footer {
    background: #f5f5f5;
}
#laymod_479595 .bodyCont_width .sj_pay_nav .sj_cart #nav_cart,
#laymod_479595 .h_pay .dropdown-menu .dropdown-menu-header span,
#laymod_479595 .bodyContTitle .h_pay .badge,
#laymod_479595 .h_pay .dropdown-menu .dropdown-menu-footer .dropdown-menu-footer-btn a {
  color: #fff;
}
#laymod_479595 .h_pay .dropdown-menu .dropdown-menu-footer .dropdown-menu-footer-btn a {
    background: rgba(238,27,35,1);
    border: none;
}
#laymod_479595 .h_pay .dropdown-menu,
#laymod_479595 .h_pay .dropdown-scrollable .list-group-item,
#laymod_479595 .right_more .div-info .dropdown ul {
  border-color: #f2f2f2;
}
#laymod_479595 .h_pay .dropdown-scrollable .list-group-item {
  border-left: none;
    border-radius: 0;
  border-right: none;
}
		  /*模版整体控制*/
#laymod_479542 #jh2_ad_11 {
    position:relative;
    overflow:hidden;
      font-family:"Arial","Times New Roman","SimHei";
  }
  #laymod_479542 .bg {
    position:absolute;
    z-index: 1;
    width:100%;
    height:100%;
    top:0;
    left:0;
  }
  #laymod_479542 .bg_img {
    z-index:2;
  }
  #laymod_479542 .bodyCont_width {
    position:relative;
    opacity: 1;
    z-index: 3;
  }
  #laymod_479542 .bodyCont_width .row {
    text-align: center;
  }
  #laymod_479542 .bodyCont_width .row .logo_img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  #laymod_479542 .bodyCont_width .row .fl {
    color: #fff;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 4px;
    margin-top: 35px;
    word-break: break-word;
  }
  #laymod_479542 .bodyCont_width .row .fl2 {
    color: #fff;
    font-size: 12px;
    margin-top: 20px;
    letter-spacing: 5px;  
  }
  @media (min-width:993px) {
    #laymod_479542 .bg_img1 {
      display: none !important;
    }
  }
  /*直接控制小于992px屏幕时css*/
  @media (max-width:992px) {
    #laymod_479542 .bg_img {
      display: none !important;
    }
  }
  @media(max-width: 767px) {
    #laymod_479542 .bodyCont_width .row {
      margin: 0 auto;
    }
  }
		  /* 默认引入阿里云图标 */
@font-face {
  font-family: 'iconfont';  /* project id 249974 */
  src: url('//at.alicdn.com/t/font_249974_9if0bxzm0dp.eot');
  src: url('//at.alicdn.com/t/font_249974_9if0bxzm0dp.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_249974_9if0bxzm0dp.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_249974_9if0bxzm0dp.woff') format('woff'),
  url('//at.alicdn.com/t/font_249974_9if0bxzm0dp.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_249974_9if0bxzm0dp.svg#iconfont') format('svg');
}
.iconfont {   
  font-family:"iconfont" !important;   
  font-style:normal;  
}
/*模版整体控制*/
#laymod_479596 #jh_bread_1 {
  position:relative;
  overflow:hidden;
    font-family:"Arial","Times New Roman","Microsoft YaHei","SimHei";
}
#laymod_479596 #jh_bread_1>.bg {
  position:absolute;
  z-index: 1;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
#laymod_479596 #jh_bread_1>.bg_img {
  z-index:2;
}
/*顶部线条控制*/
#laymod_479596 .border_top {
  background:#ededed;
  height:0px;
  position:relative;
  z-index: 4;
}
#laymod_479596 .bodyCont_width {
  position:relative;
}
/*标题控制*/
#laymod_479596 .bodyContContent {
  position:relative;
  z-index: 4;
}
#laymod_479596 .bodyContContent.container-100 {
  width:100%;
}
/*模版主体部分*/
#laymod_479596 .bread_cont {
  overflow:hidden;
  position:relative;
}
#laymod_479596 .bread_cont>ul {
  margin-bottom:0;
}
#laymod_479596 .bread_cont>ul:after {
  content: "";
  display: block;
  clear: both;
}
#laymod_479596 .bodyContContent li {
  color:#ccc;
  font-size:14px;
  line-height:43px;
  float:left;
}
#laymod_479596 .bodyContContent li.hidea {
  display: none;
}
#laymod_479596 .bodyContContent li a {
  color:#ccc;
  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_479596 .bodyContContent li.bread_last a,
#laymod_479596 .bodyContContent li a:hover {
  color:rgba(238,27,35,1);
  text-decoration:none;
}
#laymod_479596 .bodyContContent li em,
#laymod_479596 .bodyContContent li .xyb_line {
  padding:0 0.5rem;
  font-style:normal;
  font-size:12px;
}
#laymod_479596 .bodyContContent li .xyb_line:before {
  content:"\e627";
}
#laymod_479596 .bodyContContent li.bread_last .xyb_line {
  display:none;
}
#laymod_479596 .bread_line {
  height:1px;
  background:#ededed;
}
/*搜索*/
#laymod_479596 .nav_m_search {
  border:1px solid #eee;
  background:#fff;
  padding:0;
  /*display*/
  display:-webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*flex-direction*/
  -webkit-box-orient:horizontal;/*horizontal*/
  -webkit-box-direction:normal;/*reverse*/
  -moz-box-orient:horizontal;
  -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:center;
  justify-content:center;/*主轴上对齐（横轴）*/
  -moz-box-pack:center;
  -webkit--moz-box-pack:center;
  box-pack:center;
  /*align-items*/
  align-items:center;/*交叉轴对齐（垂直）*/
  -webkit-align-items:center;
  box-align:center;
  -moz-box-align:center;
  -webkit-box-align:center;
  position:absolute;
  width:220px;
  height:32px;
  top:50%;
  right:0;
  margin:-16px 0 0 0;
  -moz-border-radius: 16px
  -khtml-border-radius: 16px
  -webkit-border-radius: 16px
  border-radius: 16px
  -moz-border-radius-bottomleft:16px
  -moz-border-radius-bottomright:16px
  -khtml-border-radius: 16px
  -webkit-border-bottom-left-radius:16px
  -webkit-border-bottom-right-radius: 16px
  border-bottom-left-radius: 16px
  border-bottom-right-radius: 16px
}
#laymod_479596 .nav_m_search form {
  display:block;
  width:80%;
}
#laymod_479596 .nav_m_search input {
  width:100%;
  background:none;
  border:0 none;
  height:100%;
  line-height:30px;
  color:#000;
  text-indent:10%;
  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_479596 .nav_m_search a {
  display:block;
  width:19%;
  background:none;
  font-size:14px;
  line-height:30px;
  height:100%;
  text-align:center;
  color:#000;
  transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
  -moz-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
  -webkit-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
  -o-transition:all 1s cubic-bezier(.075,.82,.165,1) 0s;
}
#laymod_479596 .nav_m_search a:before {
  content:"\e7bb";
}
#laymod_479596 .nav_m_search a:hover {
  color:rgba(238,27,35,1);
}
#laymod_479596 .nav_m_search input::-webkit-input-placeholder {
  color:#666;
}
#laymod_479596 .nav_m_search input::-moz-placeholder {
  color:#666;
}
#laymod_479596 .nav_m_search input::-ms-input-placeholder {
  color:#666;
}
/*表单错误提示语*/
#laymod_479596 #err_tip {
  display: none;
    position: fixed;
    top: 35%;
    left: 50%;
    width: 220px;
    padding: 0;
    margin: 0 0 0 -110px;
    z-index: 9999;
    background: rgba(0,0,0,0.8);
    color: #fff;
    font-size: 14px;
    line-height: 1.5em;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
#laymod_479596 #err_tip .err_text {
  padding: 10px;
  text-align: center;
  word-wrap: break-word;
}
@media(min-width:992px){
  #laymod_479596 .bread_cont {
  padding:0;
  }
}
@media (max-width:991px) {
  /*顶部线条控制*/
  #laymod_479596 .border_top {
      height:0;
  }
  #laymod_479596 .bodyContContent ul {
    padding:10px 0;
  }
  #laymod_479596 .bodyContContent ul:after {
    content: "";
    display: block;
    clear: both;
  }
  #laymod_479596 .bodyContContent li {
    font-size:1.2rem;
    line-height:1.6;
  }
  #laymod_479596 .bodyContContent li.bread_last {
    max-width:33%;
  }
  #laymod_479596 .bodyContContent li.bread_last a {
    display:inline-block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    max-width:100%;
  }
  .page-pd #laymod_479596 .bodyContContent li.bread_last a {
    max-width:190px;
  }
}
@media (max-width:375px) {
  .page-pd #laymod_479596 .bodyContContent li.bread_last a {
    max-width:150px;
  }
}
@media (max-width:320px) {
  .page-pd #laymod_479596 .bodyContContent li.bread_last a {
    max-width:100px;
  }
}
		  /* 默认引入阿里云图标 */
@font-face {
  font-family: 'iconfont';  /* project id 249974 */
  src: url('//at.alicdn.com/t/font_249974_nfjb564vfrc.eot');
  src: url('//at.alicdn.com/t/font_249974_nfjb564vfrc.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_249974_nfjb564vfrc.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_249974_nfjb564vfrc.woff') format('woff'),
  url('//at.alicdn.com/t/font_249974_nfjb564vfrc.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_249974_nfjb564vfrc.svg#iconfont') format('svg');
}
.iconfont {   
  font-family:"iconfont" !important;   
  font-style:normal;  
}
ul,ol,li {
list-style:none;
padding:0;
margin:0;
}
i,em {   
  font-style:normal;   
}
h1,h2,h3,h4,h5,h6,p {
margin:0;
font-weight:normal; 
}
a, a:hover, a:active, a:visited, a:focus {
text-decoration:none;
}
textarea {
  resize:none;
}
/*模版整体控制*/
#laymod_479537 {
  position:relative;
  overflow:hidden;
    font-family:"Arial","Times New Roman","Microsoft YaHei","SimHei";
}
#laymod_479537 .bg {
  position:absolute;
  z-index: 1;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
#laymod_479537 .bg_img {
  z-index:2;
}
#laymod_479537 .bodyCont_width {
  position:relative;
  z-index:4;
}
#laymod_479537 .bodyContContent .container,
#laymod_479537 .container div {
  padding: 0;
}
#laymod_479537 .container {
  padding: 0;
}
#laymod_479537 .module_list:after,
#laymod_479537 .module .module2 ul:after,
#laymod_479537 .module .form_block:after {
  content: "";
  display: block;
  clear: both;
}
/* 标题 */
#laymod_479537 .bodyContTitle .row {
  margin: 0 auto;
  text-align: center;
}
#laymod_479537 .bodyContTitle .row .fl {
  font-size: 24px;
  line-height: 2;
  color: #efefef;
}
#laymod_479537 .bodyContTitle .row .fl2 {
  font-size: 12px;
  color: #efefef;
  opacity: 0.6;
  font-family:"Arial","Times New Roman","Microsoft YaHei","SimHei";
}
/* 访客 */
#laymod_479537 .module {
  margin: 0 auto;
}
#laymod_479537 .module .module1 .h1 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 18px;
  color: rgba(35,35,49,1);
}
#laymod_479537 .module .module1 .span {
  display: block;
  line-height: 2.4;
  font-size: 14px;
  margin-bottom: 49px;
  color: rgba(35,35,49,1);
  opacity: 0.5;
}
/* 联系方式 */
#laymod_479537 .module .module2 {
  padding-top: 34px;
}
#laymod_479537 .module .module2 .h1 {
  text-align: center;
  line-height: 4;
  font-size: 18px;
  font-weight: 400;
  color: rgba(35,35,49,1);
}
#laymod_479537 .module .module2 ul li {
  line-height: 2.4;
  width: auto;
}
#laymod_479537 .module .module2 ul li .pxyz,
#laymod_479537 .module .module2 ul li .pjz {
  font-size: 14px;
  display: inline-block;
  color: rgba(35,35,49,1);
  opacity: 0.5;
  float:left;
}
#laymod_479537 .module .module2 ul li .pjz {
  max-width:96%;
}
/* 地图 */
#laymod_479537 .bodyContContent .module .module3 {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  padding-bottom: 65px;
    width: 100%;
padding-top: 49px;
}
#laymod_479537 .bodyContContent .module3 .map_box {
  padding: 0 15px 0 0;
}
#laymod_479537 .bodyContContent .module3 .map_box .map {
  height: 100%;
  overflow: hidden;
  position: relative;
}
#laymod_479537 .map #container479537 {
	position:relative;
	width:auto;
	height:100%;
}
#laymod_479537 .map #container479537:before {
  content: "";
  display:block;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  pointer-events: auto;
  z-index: 999
}
#laymod_479537 .map.click #container479537:before {
  pointer-events: none;
}
#laymod_479537 .bodyContContent .module3 .amap-info-content {
  padding: 5px 10px;
}
#laymod_479537 .bodyContContent .module3 .amap-info-content span {
  display: block;
  line-height: 1.6;
}
/* 留言 */
#laymod_479537 .bodyContContent .module4 {
  padding-top: 40px;
}
#laymod_479537 .bodyContContent .module4 p {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#laymod_479537 .bodyContContent .module4 .form_block p input, 
#laymod_479537 .bodyContContent .module4 .form_block p textarea {
    width: 100%;
    height: 56px;
    padding: 0 16px;
    margin-bottom: 25px;
    border-bottom: 5px solid rgba(255,255,255,0.25);
    color: rgba(35,35,49,1);
    font-size: 14px;
    line-height: 4;
    font-family: "Microsoft Yahei";
    position: relative;
    background: none;
    outline: none;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: left;
}
#laymod_479537 .bodyContContent .module4 .form_block p input::-webkit-input-placeholder,
#laymod_479537 .bodyContContent .module4 .form_block p textarea::-webkit-input-placeholder {
color: currentColor;
opacity: 0.5;
}
#laymod_479537 .bodyContContent .module4 .form_block p input:focus::-webkit-input-placeholder,
#laymod_479537 .bodyContContent .module4 .form_block p textarea:focus::-webkit-input-placeholder {
color: rgba(238,27,35,1);
}
#laymod_479537 .bodyContContent .module4 .form_block p input:focus, 
#laymod_479537 .bodyContContent .module4 .form_block p textarea:focus {
border-bottom: 5px solid rgba(238,27,35,1);
}
#laymod_479537 .bodyContContent .module4 .form_block p img {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -25px;
}
#laymod_479537 .bodyContContent .module4 .form_block .send_btn {
  color: rgba(238,27,35,1);
  border-color: rgba(238,27,35,1);
}
/* 下划线 */
#laymod_479537 .module .border {
  border-bottom: 1px dotted rgba(153,153,153,1);
  opacity: 0.25;
  float: left;
  width: 100%;
}
#laymod_479537 .bodyContContent .module .module3 .code img {
  max-width: 100%;
}
  #laymod_479537 .active_false .bodyContContent .module4 .form_block p input:hover, 
  #laymod_479537 .active_false .bodyContContent .module4 .form_block p textarea:hover {
      border-bottom: 5px solid rgba(238,27,35,1);
  }
  #laymod_479537 .active_false .bodyContContent .module4 .form_block p input:hover::-webkit-input-placeholder,
  #laymod_479537 .active_false .bodyContContent .module4 .form_block p textarea:hover::-webkit-input-placeholder {
    color: rgba(238,27,35,1);
  }
  #laymod_479537 .active_false .bodyContContent .module4 .form_block p.input_btn:hover::before {
    height: 100%;
  }
  #laymod_479537 .active_false .bodyContContent .module4 .form_block p.input_btn:hover input {
    color: #fff;
  }
@media (min-width: 768px) {
  #laymod_479537 .bodyContContent .module4 .form_block p.input_btn:before {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 0;
    position: absolute;
    bottom: 25px;
    background: rgba(238,27,35,1);
    z-index: -1;
    -webkit-transition: 1s cubic-bezier(.075,.82,.165,1);
    transition: 1s cubic-bezier(.075,.82,.165,1);
  }
  #laymod_479537 .module .module2 ul li .pjz {
    max-width:94%;
  }
}
/*768<= ipad区间 <=1100*/
@media (min-width:768px) and (max-width:1100px) {
  #laymod_479537 .module_list>ul {
    margin:0 -15px;
  }
}
@media (max-width:767px) {
  #laymod_479537 .bodyContTitle .row .fl {
    font-size:5vw;
    line-height: 1;
  }
  #laymod_479537 .bodyContTitle .row .fl2 {
    font-size:3vw;
    line-height: 2;
  }
  #laymod_479537 .bodyContContent .module3 .map_box {
    padding: 0 15px;
  }
  #laymod_479537 .module .module2 ul li {
    width: auto;
  }
  #laymod_479537 .module .module2 ul li .pxyz,
  #laymod_479537 .module .module2 ul li .pjz {
    font-size: 3vw;
  }
  #laymod_479537 .module .module2 ul li .pjz {
    max-width:89%;
  }
  #laymod_479537 .bodyContContent .module3 .map_box .map {
     height: 300px;
  }
  #laymod_479537 .bodyContContent .module .module3 .code {
    text-align: center;
    margin-top: 40px;
    padding:0 15px;
  }
  #laymod_479537 .bodyContContent .module .module3 .code img {
    width:100%;
    max-width:inherit;
  }
  #laymod_479537 .module1 div {
    padding: 0 15px;
  }
  #laymod_479537 .module .module1 .h1 {
    font-size: 3.6vw;
    margin-bottom: 12px;
  }
  #laymod_479537 .module .module2 {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  #laymod_479537 .module .module2 .h1 {
    font-size: 3.6vw;
    line-height: 3;
    margin: 0;
  }
  #laymod_479537 .module .module1 .span {
    line-height: 2;
    font-size: 3.2vw;
    margin-bottom: 30px;
  }
  #laymod_479537 .bodyContContent .module .module3 .code img {
    max-width: 100%;
  }
  #laymod_479537 .bodyCont_width .com_code {
    text-align: center;
    padding: 0 15px;
    margin-top:40px;
  }
  #laymod_479537 .bodyCont_width .com_code img {
     width: 100%;
  }
  #laymod_479537 input,
  #laymod_479537 textarea {
    border-radius: 0;
    -webkit-appearance: none;
  }
}
		  /* 默认引入阿里云图标 */
@font-face {
  font-family: 'iconfont';  /* project id 249974 */
  src: url('//at.alicdn.com/t/font_249974_nfjb564vfrc.eot');
  src: url('//at.alicdn.com/t/font_249974_nfjb564vfrc.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_249974_nfjb564vfrc.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_249974_nfjb564vfrc.woff') format('woff'),
  url('//at.alicdn.com/t/font_249974_nfjb564vfrc.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_249974_nfjb564vfrc.svg#iconfont') format('svg');
}
.iconfont {   
  font-family:"iconfont" !important;   
  font-style:normal;  
}
ul,ol,li {
list-style:none;
padding:0;
margin:0;
}
i,em {   
  font-style:normal;   
}
h1,h2,h3,h4,h5,h6,p {
margin:0;
font-weight:normal; 
}
a, a:hover, a:active, a:visited, a:focus {
text-decoration:none;
}
textarea {
  resize:none;
}
/*模版整体控制*/
#laymod_479543 {
  position:relative;
  overflow:hidden;
    font-family:"Arial","Times New Roman","Microsoft YaHei","SimHei";
}
#laymod_479543 .bg {
  position:absolute;
  z-index: 1;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
#laymod_479543 .bg_img {
  z-index:2;
}
#laymod_479543 .bodyCont_width {
  position:relative;
  z-index:4;
}
#laymod_479543 .bodyContContent .container,
#laymod_479543 .container div {
  padding: 0;
}
#laymod_479543 .container {
  padding: 0;
}
#laymod_479543 .module_list:after,
#laymod_479543 .module .module2 ul:after,
#laymod_479543 .module .form_block:after {
  content: "";
  display: block;
  clear: both;
}
/* 标题 */
#laymod_479543 .bodyContTitle .row {
  margin: 0 auto;
  text-align: center;
}
#laymod_479543 .bodyContTitle .row .fl {
  font-size: 24px;
  line-height: 2;
  color: #efefef;
}
#laymod_479543 .bodyContTitle .row .fl2 {
  font-size: 12px;
  color: #efefef;
  opacity: 0.6;
  font-family:"Arial","Times New Roman","Microsoft YaHei","SimHei";
}
/* 访客 */
#laymod_479543 .module {
  margin: 0 auto;
}
#laymod_479543 .module .module1 .h1 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 18px;
  color: rgba(33,41,43,1);
}
#laymod_479543 .module .module1 .span {
  display: block;
  line-height: 2.4;
  font-size: 14px;
  margin-bottom: 49px;
  color: rgba(33,41,43,1);
  opacity: 0.5;
}
/* 联系方式 */
#laymod_479543 .module .module2 {
  padding-top: 34px;
}
#laymod_479543 .module .module2 .h1 {
  text-align: center;
  line-height: 4;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,1);
}
#laymod_479543 .module .module2 ul li {
  line-height: 2.4;
  width: auto;
}
#laymod_479543 .module .module2 ul li .pxyz,
#laymod_479543 .module .module2 ul li .pjz {
  font-size: 14px;
  display: inline-block;
  color: rgba(255,255,255,1);
  opacity: 0.5;
  float:left;
}
#laymod_479543 .module .module2 ul li .pjz {
  max-width:96%;
}
/* 地图 */
#laymod_479543 .bodyContContent .module .module3 {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  padding-bottom: 65px;
    width: 100%;
padding-top: 49px;
}
#laymod_479543 .bodyContContent .module3 .map_box {
  padding: 0 15px 0 0;
}
#laymod_479543 .bodyContContent .module3 .map_box .map {
  height: 100%;
  overflow: hidden;
  position: relative;
}
#laymod_479543 .map #container479543 {
	position:relative;
	width:auto;
	height:100%;
}
#laymod_479543 .map #container479543:before {
  content: "";
  display:block;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  pointer-events: auto;
  z-index: 999
}
#laymod_479543 .map.click #container479543:before {
  pointer-events: none;
}
#laymod_479543 .bodyContContent .module3 .amap-info-content {
  padding: 5px 10px;
}
#laymod_479543 .bodyContContent .module3 .amap-info-content span {
  display: block;
  line-height: 1.6;
}
/* 留言 */
#laymod_479543 .bodyContContent .module4 {
  padding-top: 40px;
}
#laymod_479543 .bodyContContent .module4 p {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#laymod_479543 .bodyContContent .module4 .form_block p input, 
#laymod_479543 .bodyContContent .module4 .form_block p textarea {
    width: 100%;
    height: 56px;
    padding: 0 16px;
    margin-bottom: 25px;
    border-bottom: 5px solid rgba(223,223,223,1);
    color: rgba(0,0,0,1);
    font-size: 14px;
    line-height: 4;
    font-family: "Microsoft Yahei";
    position: relative;
    background: none;
    outline: none;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: left;
}
#laymod_479543 .bodyContContent .module4 .form_block p input::-webkit-input-placeholder,
#laymod_479543 .bodyContContent .module4 .form_block p textarea::-webkit-input-placeholder {
color: currentColor;
opacity: 0.5;
}
#laymod_479543 .bodyContContent .module4 .form_block p input:focus::-webkit-input-placeholder,
#laymod_479543 .bodyContContent .module4 .form_block p textarea:focus::-webkit-input-placeholder {
color: rgba(238,27,35,1);
}
#laymod_479543 .bodyContContent .module4 .form_block p input:focus, 
#laymod_479543 .bodyContContent .module4 .form_block p textarea:focus {
border-bottom: 5px solid rgba(238,27,35,1);
}
#laymod_479543 .bodyContContent .module4 .form_block p img {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -25px;
}
#laymod_479543 .bodyContContent .module4 .form_block .send_btn {
  color: rgba(238,27,35,1);
  border-color: rgba(238,27,35,1);
}
/* 下划线 */
#laymod_479543 .module .border {
  border-bottom: 1px dotted #fff;
  opacity: 0.25;
  float: left;
  width: 100%;
}
#laymod_479543 .bodyContContent .module .module3 .code img {
  max-width: 100%;
}
  #laymod_479543 .active_false .bodyContContent .module4 .form_block p input:hover, 
  #laymod_479543 .active_false .bodyContContent .module4 .form_block p textarea:hover {
      border-bottom: 5px solid rgba(238,27,35,1);
  }
  #laymod_479543 .active_false .bodyContContent .module4 .form_block p input:hover::-webkit-input-placeholder,
  #laymod_479543 .active_false .bodyContContent .module4 .form_block p textarea:hover::-webkit-input-placeholder {
    color: rgba(238,27,35,1);
  }
  #laymod_479543 .active_false .bodyContContent .module4 .form_block p.input_btn:hover::before {
    height: 100%;
  }
  #laymod_479543 .active_false .bodyContContent .module4 .form_block p.input_btn:hover input {
    color: #fff;
  }
@media (min-width: 768px) {
  #laymod_479543 .bodyContContent .module4 .form_block p.input_btn:before {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 0;
    position: absolute;
    bottom: 25px;
    background: rgba(238,27,35,1);
    z-index: -1;
    -webkit-transition: 1s cubic-bezier(.075,.82,.165,1);
    transition: 1s cubic-bezier(.075,.82,.165,1);
  }
  #laymod_479543 .module .module2 ul li .pjz {
    max-width:94%;
  }
}
/*768<= ipad区间 <=1100*/
@media (min-width:768px) and (max-width:1100px) {
  #laymod_479543 .module_list>ul {
    margin:0 -15px;
  }
}
@media (max-width:767px) {
  #laymod_479543 .bodyContTitle .row .fl {
    font-size:5vw;
    line-height: 1;
  }
  #laymod_479543 .bodyContTitle .row .fl2 {
    font-size:3vw;
    line-height: 2;
  }
  #laymod_479543 .bodyContContent .module3 .map_box {
    padding: 0 15px;
  }
  #laymod_479543 .module .module2 ul li {
    width: auto;
  }
  #laymod_479543 .module .module2 ul li .pxyz,
  #laymod_479543 .module .module2 ul li .pjz {
    font-size: 3vw;
  }
  #laymod_479543 .module .module2 ul li .pjz {
    max-width:89%;
  }
  #laymod_479543 .bodyContContent .module3 .map_box .map {
     height: 300px;
  }
  #laymod_479543 .bodyContContent .module .module3 .code {
    text-align: center;
    margin-top: 40px;
    padding:0 15px;
  }
  #laymod_479543 .bodyContContent .module .module3 .code img {
    width:100%;
    max-width:inherit;
  }
  #laymod_479543 .module1 div {
    padding: 0 15px;
  }
  #laymod_479543 .module .module1 .h1 {
    font-size: 3.6vw;
    margin-bottom: 12px;
  }
  #laymod_479543 .module .module2 {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  #laymod_479543 .module .module2 .h1 {
    font-size: 3.6vw;
    line-height: 3;
    margin: 0;
  }
  #laymod_479543 .module .module1 .span {
    line-height: 2;
    font-size: 3.2vw;
    margin-bottom: 30px;
  }
  #laymod_479543 .bodyContContent .module .module3 .code img {
    max-width: 100%;
  }
  #laymod_479543 .bodyCont_width .com_code {
    text-align: center;
    padding: 0 15px;
    margin-top:40px;
  }
  #laymod_479543 .bodyCont_width .com_code img {
     width: 100%;
  }
  #laymod_479543 input,
  #laymod_479543 textarea {
    border-radius: 0;
    -webkit-appearance: none;
  }
}
		  ul,ol,li {
list-style:none;
padding:0;
margin:0;
}
h1,h2,h3,h4,h5,h6,p {
margin:0;
font-weight:normal; 
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
a, a:hover, a:active, a:visited, a:focus {
text-decoration:none;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
i,em {   
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style:normal;   
}
/*模版整体控制*/
#laymod_479597 {
  position:relative;
    font-family:"Arial","Times New Roman","Microsoft YaHei","SimHei";
}
#laymod_479597 #jh_foot_5 {
overflow:hidden;
}
#laymod_479597 #jh_foot_5>.bg {
  position:absolute;
  z-index: 1;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
#laymod_479597 #jh_foot_5>.bg_img {
  z-index:2;
}
#laymod_479597 .bodyCont_width {
  position:relative;
opacity: 1;
  z-index:4;
}
/*标题控制*/
#laymod_479597 .bodyContContent {
  position:relative;
  z-index: 4;
}
/*模版主体部分*/
#laymod_479597 .foot1 .foot_l,
#laymod_479597 .foot1 .foot_r {
  padding-top:18px;
  padding-bottom:18px;
  position:static;
}
#laymod_479597 .foot1 .foot_l>div,
#laymod_479597 .foot1 .foot_l>span,
#laymod_479597 .foot1 .foot_r>div,
#laymod_479597 .foot1 .foot_r>span {
  display:inline-block;
  font-size:14px;
  color:#000;
  line-height:1;
}
#laymod_479597 .foot1 .dropdown-menu {
  padding:10px 0;
  margin:0;
  border:0 none;
  border-radius:0;
}
#laymod_479597 .foot1 .foot_l a,
#laymod_479597 .foot1 .foot_r a {
  font-size:14px;
  color:#000;
  line-height:1;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter:alpha(opacity=60);
  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;
    padding:0 5px 0 0;
}
#laymod_479597 .foot1 .dropdown-menu>a {
  line-height:2;
  padding:0 15px;
}
#laymod_479597 .foot1 .dropdown-menu>a:hover,
#laymod_479597 .foot1 .foot_l .cont>a:hover,
#laymod_479597 .foot1 .foot_r .cont>a:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter:alpha(opacity=100);
}
#laymod_479597 .foot1 .btn {
  padding:0 4px;
  line-height:1;
  outline:0;
}
#laymod_479597 .foot1 .caret {
  transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
#laymod_479597 .foot1 .open .caret {
  -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#laymod_479597 .foot1 .dropdown-menu {
  width:100%;
}
/*页脚1-友情链接*/
#laymod_479597 .foot1 .foot_r {
  /*display*/
  display:-webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*flex-direction*/
  -webkit-box-orient:horizontal;/*horizontal*/
  -webkit-box-direction:normal;/*reverse*/
  -moz-box-orient:horizontal;
  -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-end;
  justify-content:flex-end;/*主轴上对齐（横轴）*/
  -moz-box-pack:end;
  -webkit--moz-box-pack:end;
  box-pack:end;
  /*align-items*/
  align-items:center;/*交叉轴对齐（垂直）*/
  -webkit-align-items:center;
  box-align:center;
  -moz-box-align:center;
  -webkit-box-align:center;
}
/*页脚2-导航栏*/
#laymod_479597 .foot2 {
  background:rgba(35,35,49,1);
}
#laymod_479597 .foot_top {
    border-bottom:1px solid rgba(255,255,255,0.1);
}
#laymod_479597 .foot_top ul.row {
  /*display*/
  display:-webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*flex-direction*/
  -webkit-box-orient:horizontal;/*horizontal*/
  -webkit-box-direction:normal;/*reverse*/
  -moz-box-orient:horizontal;
  -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:space-around;
  justify-content:space-around;/*主轴上对齐（横轴）*/
  -moz-box-pack:justify;
  -webkit--moz-box-pack:justify;
  box-pack:justify;
  /*align-items*/
  align-items:center;/*交叉轴对齐（垂直）*/
  -webkit-align-items:center;
  box-align:center;
  -moz-box-align:center;
  -webkit-box-align:center;
}
#laymod_479597 .foot_top a {
  font-size:14px;
  line-height:4.57;
  color:#fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter:alpha(opacity=80);
  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_479597 .foot_top a:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter:alpha(opacity=100);
}
/*页脚2-热销产品、联系方式、加盟热线、二维码*/
#laymod_479597 .foot_bottom {
  padding-top:4rem;
  padding-bottom:6rem;
}
#laymod_479597 .foot_bottom .row {
  /*display*/
  display:-webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*flex-direction*/
  -webkit-box-orient:horizontal;/*horizontal*/
  -webkit-box-direction:normal;/*reverse*/
  -moz-box-orient:horizontal;
  -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:space-between;
  justify-content:space-between;/*主轴上对齐（横轴）*/
  -moz-box-pack:justify;
  -webkit--moz-box-pack:justify;
  box-pack:justify;
  /*align-items*/
  align-items:flex-start;/*交叉轴对齐（垂直）*/
  -webkit-align-items:flex-start;
  box-align:flex-start;
  -moz-box-align:flex-start;
  -webkit-box-align:flex-start;
}
#laymod_479597 .foot_bottom ul .ul_title {
  font-size:14px;
  line-height:1;
  margin:0 0 20px 0;
  color:#fff;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter:alpha(opacity=60);
}
#laymod_479597 .foot_bottom .ul_1 li {
  padding:0;
}
#laymod_479597 .foot_bottom .ul_1 a {
  font-size:12px;
  line-height:2;
  color:#fff;
  opacity: 0.25;
  -moz-opacity: 0.25;
  filter:alpha(opacity=25);
  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;
    word-spacing: wrap;
}
#laymod_479597 .foot_bottom .ul_1 a:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter:alpha(opacity=100);
}
#laymod_479597 .foot_bottom .ul_2 li {
  font-size:12px;
  line-height:2;
}
#laymod_479597 .foot_bottom .ul_2 li .pxyz,
#laymod_479597 .foot_bottom .ul_2 li .pjz {
  display: inline-block;
  vertical-align: top;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color:rgba(255,255,255,0.25);
}
#laymod_479597 .foot_bottom .ul_3 h4 {
  font-size:26px;
  color:#fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter:alpha(opacity=80);
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#laymod_479597 .foot_bottom .ul_3 .p {
  text-align:justify;
  font-size:12px;
  line-height:2;
  color:#fff;
  opacity: 0.25;
  -moz-opacity: 0.25;
  filter:alpha(opacity=25);
}
#laymod_479597 .foot_bottom .ul_4 img {
  display:block;
  width:100%;
  max-width:140px;
  float:right;
}
/*页脚3*/
#laymod_479597 .foot3 {
  background:rgba(238,27,35,1);
    color:rgba(255,255,255,0.2);
  font-size:12px;
  line-height:4;
}
#laymod_479597 .foot3 a {
    color:rgba(255,255,255,0.2);
  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;
    padding:0 0 0 5px;
}
#laymod_479597 .foot3 .left_copy .foot_cmpp {
display: inline-block;
}
#laymod_479597 .foot3 a:hover {
  color:#fff;
}
#laymod_479597 .foot3 .right_share {
  /*display*/
  display:-webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*flex-direction*/
  -webkit-box-orient:horizontal;/*horizontal*/
  -webkit-box-direction:normal;/*reverse*/
  -moz-box-orient:horizontal;
  -moz-box-direction:normal;
  flex-direction:row;/*row*/
  -webkit-flex-direction:row;
  /*flex-wrap*/
  -webkit-flex-wrap:wrap;/*nowrap*/
  -webkit-box-lines:single;/*single*/
  -moz-flex-wrap:wrap;
  flex-wrap:wrap;
  /*justify-content*/
  -webkit-justify-content:flex-end;
  justify-content:flex-end;/*主轴上对齐（横轴）*/
  -moz-box-pack:end;
  -webkit--moz-box-pack:end;
  box-pack:end;
  /*align-items*/
  align-items:center;/*交叉轴对齐（垂直）*/
  -webkit-align-items:center;
  box-align:center;
  -moz-box-align:center;
  -webkit-box-align:center;
}
#laymod_479597 .foot1 .foot_r a {
float:left;
display:block;
}
#laymod_479597 .foot1 .foot_r>span li {
  display: inline-block;
  vertical-align: top;
}
/*直接控制小于992px屏幕时css*/
@media (max-width:992px) {
  /*页脚1*/
  #laymod_479597 .foot1 .foot_l>span {
    line-height:2;
  }
  /*页脚2*/
  #laymod_479597 .foot_bottom {
    padding-top:2rem;
    padding-bottom:3rem;
  }
  #laymod_479597 .foot_bottom .ul_2 {
    margin-bottom: 14px;
  }
  #laymod_479597 .foot_bottom ul .ul_title {
    margin-bottom: 10px;
  }
  #laymod_479597 .foot_bottom .ul_3 h4 {
    font-size: 14px;
    line-height: 2;
  }
  /*页脚3*/
  #laymod_479597 .foot3 {
    line-height:1.5;
    padding:1rem 0;
  }
  #laymod_479597 .foot3 .left_copy {
    /*display*/
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap:wrap;/*nowrap*/
    -webkit-box-lines:single;/*single*/
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;
    /*justify-content*/
    -webkit-justify-content:center;
    justify-content:center;
    /*align-items*/
    align-items:center;/*交叉轴对齐（垂直）*/
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
    text-align:center;
  }
  #laymod_479597 .foot3 .right_share {
    /*justify-content*/
    -webkit-justify-content:center;
    justify-content:center;/*主轴上对齐（横轴）*/
    -moz-box-pack:center;
    -webkit--moz-box-pack:center;
    box-pack:center;
  }
}
@media(min-width: 768px) and (max-width: 992px) {
  #laymod_479597 .foot_bottom .ul_3 h4 {
    font-size: 16px;
  }
  #laymod_479597 .foot_bottom .ul_3 .p {
    line-height: 1.5;
  }
}
@media (max-width:414px) {
  #laymod_479597 .foot_bottom .ul_2 {
    width: 100%;
  }
}
