@media(min-width:758px){
#jh_message_1 .container{padding-left:0 ! important;padding-right:0 ! important;}
#jh2_contact_14 .container{padding-left:0 ! important;padding-right:0 ! important;margin-bottom: 30px ! important;}
#jh2_cpdetail_6 .bodyContTitle .fl{margin-bottom:12px;}
#jh2_product_31 .pro_cate_list ul li{margin:0 ! important;}
#jh2_product_31 .pro_cate_list{margin-bottom:30px ! important;}
#jh2_nav_19 .header_down .nav_table .father_list .nav_li .menu_item{font-size:15px ! important;}
}
		  @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_325619 {
    position:relative;
    z-index: 1000;
      font-family:"Microsoft Yahei","PingHei","Lucida Grande","Lucida Sans Unicode";
  }
  #laymod_325619 .bg {
    position:absolute;
    z-index: 1;
    width:100%;
    height:100%;
    top:0;
    left:0;
  }
  #laymod_325619 .bg_img {
    z-index:2;
  }
  #laymod_325619 .bodyCont_width {
    position:relative;
    z-index: 3;
  }
  /* 登录 */
  #laymod_325619 .login_box {
    position: fixed;
    top: -200%;
    opacity: 0;
      width: 100%;
      height: 100%;
      z-index: 200;
    transition: all .5s ease-out;
    visibility: hidden;
  }
  #laymod_325619 .login_box.yid {
    display: block;
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  #laymod_325619 .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_325619 .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_325619 .login_box.yid .div-login {
    top: 0;
  }
  #laymod_325619 .login_box .div-login p {
    color: rgba(33,46,49,1);
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 20px;
  }
  #laymod_325619 .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_325619 .login_box .div-login label input {
    width: 88%;
    float: right;
    text-indent: 1em;
    border-radius: 4px;
    height: 45px;
    line-height: normal;
    background: none;
  }
  #laymod_325619 .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_325619 .login_box .div-login .login_1 i:after {
    content:"\e759";
  }
  #laymod_325619 .login_box .div-login .login_2 i:after {
    content:"\e75b";
  }
  #laymod_325619 .login_box .div-login .login_3 i:after {
    content:"\e758";
  }
  #laymod_325619 .login_box .div-login .login_3 input {
    width: 65%;
    float: left;
  }
  #laymod_325619 .login_box .div-login .login_3 img {
    float: left;
    margin: 10px 0;
  }
  #laymod_325619 .login_box .div-login .submit-login {
    width: 100%;
    height: 40px;
    background: rgba(33,46,49,1);
    color: #fff;
  }
  #laymod_325619 .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_325619 .login_box .div-login .click_close i:after {
    content: "\e74c";
  }
  /*登录和注册*/
  #laymod_325619 .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_325619 .login_style.login_show {
    visibility: visible;
    top: 0;
    opacity: 1;
  }
  #laymod_325619 .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_325619 .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_325619 .login_style.login_show .login_account {
      transform: translateY(0%);
      opacity: 1;
  }
  #laymod_325619 .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_325619 .login_style .login_close:before {
    content:"\e74c";
  }
  #laymod_325619 .login_style .login_account p {
    color: rgba(33,46,49,1);
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 20px;
  }
  #laymod_325619 .login_style label {
    display:block;
    width:100%;
    position:relative;
    margin:0 0 1rem 0;
    overflow:hidden;
  }
  #laymod_325619 .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_325619 .login_style label.login_1 i:before {
    content:"\e6c6";
  }
  #laymod_325619 .login_style label.login_2 i:before {
    content:"\e6da";
  }
  #laymod_325619 .login_style label.login_3 i:before {
    content:"\e6c8";
  }
  #laymod_325619 .login_style.win_reg label.login_3 i:before {
    content:"\e6da";
  }
  #laymod_325619 .login_style label.login_4 i:before {
    content:"\e6bb";
  }
  #laymod_325619 .login_style label.move_bg i {
    background:rgba(33,46,49,1);
    color:#fff;
  }
  #laymod_325619 .login_style input {
    display:block;
    height:40px;
    line-height:normal;
    font-size:12px;
    width:100%;
    -webkit-appearance: none;
  }
  #laymod_325619 .login_style .pass {
    border:1px solid #ccc;
    height:45px;
    line-height:normal;
    text-indent: 1em;
    font-size: 12px;
    color: #000;
    margin-bottom: 20px;
  }
  #laymod_325619 .login_style .move_bg input {
    border-color:rgba(33,46,49,1);
  }
  #laymod_325619 .login_style input.input-randCode {
    width:70%;
    float:left;
  }
  #laymod_325619 .login_style #verifyPic {
    float:right;
    margin:4% 0 0 0;
  }
  #laymod_325619 .login_style input.submit {
    text-indent:0;
    background:rgba(33,46,49,1);
    color:#fff;
    display: block;
    width: 100%;
  }
  #laymod_325619 .login_style .move_bg input.submit {
    background:rgba(33,46,49,1);
    color:#fff;
  }
  #laymod_325619 .topcarttotal em {
    font-style:normal;
    padding:0 5px;
  }
  #laymod_325619 .right_more .header_login.active .h_login,
  #laymod_325619 .right_more .header_login.active .h_register {
    display: none !important;
  }
  #laymod_325619 .right_more .span-logout {
    cursor: pointer;
    transition: all .3s;
  }
  #laymod_325619 .right_more .divider {
    display: none;
  }
    /* 订单 */
    #laymod_325619 .right_more .div-info .dropdown ul {
      padding: 0;
      margin: 0;
        position: absolute;
        top: 102%;
        right: -20px;
    }
    #laymod_325619 .right_more .div-info .dropdown ul li a {
      padding: 0 30px;
        line-height: 50px;
        font-size: 15px;
    }
    #laymod_325619 .right_more .div-info .dropdown ul li a i {
      margin-right: 5px;
    }
    #laymod_325619 .right_more .div-info .dropdown ul li a .wb-user:after {
      content: "\e6eb";
    }
    #laymod_325619 .right_more .div-info .dropdown ul li a .wb-order:after {
      content: "\e76f";
    }
    #laymod_325619 .right_more .div-info .dropdown ul li a .wb-settings:after {
      content: "\e80f";
    }
    #laymod_325619 .right_more .div-info .dropdown ul li a .wb-power:after {
      content: "\e7c8";
    }
    #laymod_325619 .active_false .right_more .header_login .h_login a:hover,
    #laymod_325619 .active_false .right_more .header_login .h_register a:hover,
    #laymod_325619 .active_false .right_more .header_login .span-logout:hover {
      color: #fff;
    }
    #laymod_325619 .active_false .right_more .header_login .h_pay:hover {
      background: #fff;
    }
    #laymod_325619 .active_false .right_more .header_login .h_pay:hover a {
      color: #b0b0b0;
    }
    #laymod_325619 .active_false .h_pay .dropdown-menu .dropdown-menu-footer .dropdown-menu-footer-btn a:hover {
      color: #fff;
    }
    #laymod_325619 .active_false .bodyContContent .header_nav li a:hover {
      color: rgba(33,46,49,1);
    }
    #laymod_325619 .active_false .bodyContContent .header_nav .s_list a:hover {
      text-indent: 1em;
    }
    #laymod_325619 .active_false .bodyContContent .header_nav li.f_nav_li:hover .s_list {
      opacity: 1;
      height: auto;
      padding-top: 15px;
    }
    #laymod_325619 .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);
      height: auto;
    }
    #laymod_325619 .active_false .bodyContContent .search_wrap:hover input,
    #laymod_325619 .active_false .bodyContContent .search_wrap:hover a {
      border: 1px solid rgba(33,46,49,1);
    }
    #laymod_325619 .active_false .bodyContContent .search_wrap a:hover {
      background: rgba(33,46,49,1);
    }
    #laymod_325619 .active_false .bodyContContent .search_wrap a:hover i:after {
      color: #fff;
    }
    #laymod_325619 .active_false .login_box .div-login .click_close:hover {
      transform: rotate(360deg);
      color: rgba(33,46,49,1);
    }
    #laymod_325619 .active_false .login_style .login_close:hover {
      color:rgba(33,46,49,1);
      transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
    #laymod_325619 .active_false .right_more .div-info .dropdown ul li a:hover {
      color: #b0b0b0;
        background-color: inherit;
    }
  #laymod_325619 .click_input {
    text-align: right
  }
  #laymod_325619 .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_325619 .click_input a:hover {
    color: rgba(33,46,49,1);
  }
  #laymod_325619 .click_input .click_remember {
    margin-right: 10px;
  }
  #laymod_325619 .remember_pass,
  #laymod_325619 .remember_pass2,
  #laymod_325619 .remember_pass3,
  #laymod_325619 .remember_pass4 {
    position: absolute;
    opacity: 0;
    width: 65%;
    top: 7.3%;
    visibility: hidden;
    transform: rotateY(180deg);
    transition: all .5s ease-out;
  }
  #laymod_325619 .remember_pass.active_login,
  #laymod_325619 .remember_pass2.active_login,
  #laymod_325619 .remember_pass3.active_login,
  #laymod_325619 .remember_pass4.active_login {
    opacity: 1;
    visibility: visible;
    transform: rotateY(0deg);
  }
  #laymod_325619 .remember_pass > p,
  #laymod_325619 .remember_pass2 > p,
  #laymod_325619 .remember_pass3 > p,
  #laymod_325619 .remember_pass4 > p {
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 20px;
    color: rgba(33,46,49,1);
  }
  #laymod_325619 .remember_account {
    margin-bottom: 20px
  }
  #laymod_325619 .remember_account p,
  #laymod_325619 .remember_alphveri p {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 10px;
  }
  #laymod_325619 .remember_account .remember_input input {
    border: 1px solid #ccc;
    height: 44px;
    line-height: normal;
    width: 100%;
    text-indent: 1em;
  }
  #laymod_325619 .remember_alphveri .remember_input {
    border: 1px solid #ccc;
    height: 44px;
    line-height: normal;
    position: relative;
  }
  #laymod_325619 .remember_alphveri .remember_input input {
    width: 78%;
    float: left;
    height: 100%;
    text-indent: 1em;
  }
  #laymod_325619 .remember_alphveri .remember_input .veriImg {
    float: left;
    margin: 7px 0;
  }
  #laymod_325619 .tips {
    font-size: 14px;
    line-height: 2;
    margin-top: 5px;
    color: #ef8b24;
  }
  #laymod_325619 .remember_pass #submitt1,
  #laymod_325619 .remember_pass2 #submitt2,
  #laymod_325619 .remember_pass3 #submitt3 {
    width: 100%;
    height: 40px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
    margin-top: 30px;
    background: rgba(33,46,49,1);
  }
  #laymod_325619 .remember_pass4 .fonticon {
    width: 100%;
    text-align: center;
    margin-top: 100px;
  }
  #laymod_325619 .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_325619 .remember_pass4 .iconfont:after {
    content: '\e949';
    display: block;
    font-size: 50px;
  }
  #laymod_325619 .remember_pass4 .remember_success {
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    letter-spacing: 1px;
  }
  #laymod_325619 .red {
    color: #ff0000;
    padding-right: 5px;
  }
  @media (min-width: 993px) {
    #laymod_325619 .container {
      padding: 0;
    }
    #laymod_325619 .left_title {
      float: left;
      line-height: 40px;
      height: 40px;
    }
    #laymod_325619 .right_more {
      float: right;
      height: 40px;
      line-height: 39px;
      position: relative;
    }
    #laymod_325619 .left_title .fl {
      color: #b0b0b0;
      transition:all .3s;
      font-size: 12px;
    }
    #laymod_325619 .right_more .header_login .h_login,
    #laymod_325619 .right_more .header_login .h_register {
      padding: 0 5px;
      position: relative;
    }
    #laymod_325619 .right_more .header_login div {
      display: inline-block;
    }
    #laymod_325619 .right_more .header_login div a {
      color: #b0b0b0;
      font-size: 12px;
      transition: all .3s;
    }
    #laymod_325619 .right_more .header_login .div-info {
      color: #b0b0b0;
      font-size: 12px;
    }
    #laymod_325619 .right_more .header_login .div-info .dropdown.open .caret {
      transform: rotate(180deg);
    }
    #laymod_325619 .h_pay .list-group {
      margin-bottom: 0;
    }
    /* 购物车 */
    #laymod_325619 .h_pay {
      width: 120px;
      margin-left: 15px;
      background: #424242;
      text-align: center;
    }
    #laymod_325619 .right_more .header_login .h_pay a {
      display: block;
      position: relative;
    }
    #laymod_325619 .right_more .header_login .h_pay a .badge {
      position: absolute;
        top: 2px;
        right: 15%;
        font-weight: 400;
        padding: 3px 6px;
        background: rgba(33,46,49,1);
    }
    #laymod_325619 .h_pay .iconfont {
      font-size: 12px;
    }
    #laymod_325619 .h_pay .iconfont:after {
      content: "\e672";
    }
    #laymod_325619 .right_more .header_login .h_pay .list-group .padding-right-10,
    #laymod_325619 .right_more .header_login .h_pay .list-group .media-body {
      display: table-cell;
    }
    #laymod_325619 .right_more .header_login .h_pay .list-group .media-body {
      line-height: 1.6;
    }
    #laymod_325619 .right_more .header_login .h_pay .media-left .text-middle {
      width: 50px;
    }
    #laymod_325619 .right_more .header_login .h_pay .list-group .media-body .topcartremove i:after {
      content: "\e76b";
    }
    #laymod_325619 .right_more .header_login .h_pay .list-group .media-body .pull-right p {
      line-height: 26px;
    }
    #laymod_325619 .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_325619 .h_pay .dropdown-menu.open {
      display: block;
      padding-bottom: 0;
    }
    #laymod_325619 .h_pay .dropdown-menu .dropdown-menu-header {
      padding: 20px;
      position: relative;
    }
    #laymod_325619 .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(33,46,49,1);
    }
    #laymod_325619 .h_pay .dropdown-menu .list-group div {
      display: block;
    }
    #laymod_325619 .h_pay .dropdown-menu .dropdown-menu-footer {
        height: 55px;
        line-height: 55px;
        padding: 0 15px;
        position: relative;
    }
    #laymod_325619 .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_325619 .h_pay .dropdown-menu .dropdown-menu-footer .dropdown-menu-footer-btn a {
      border-radius: 0;
    }
    #laymod_325619 .h_pay .dropdown-menu .dropdown-menu-footer span {
      color: rgba(33,46,49,1);
    }
    #laymod_325619 .bodyContContent {
      height: 100px;
    }
    #laymod_325619 .bodyContContent .container {
      height: 100px;
      display: flex;
    }
    #laymod_325619 .bodyContContent .header_logo,
    #laymod_325619 .bodyContContent .header_nav,
    #laymod_325619 .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_325619 .bodyContContent .header_logo,
    #laymod_325619 .bodyContContent .header_nav {
      padding-left: 0;
    }
    #laymod_325619 .bodyContContent .header_logo a {
      display: block;
      overflow: hidden;
    }
    #laymod_325619 .bodyContContent .header_logo a img {
      max-height: 50px;
      max-width: 180px;
      display: block;
    }
    #laymod_325619 .bodyContContent .header_nav li.f_nav_li {
      display: inline-block;
      line-height: 100px;
    }
    #laymod_325619 .bodyContContent .header_nav li.f_nav_li>a {
      display: block;
      padding: 0 10px;
    }
    #laymod_325619 .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_325619 .bodyContContent .s_list {
      position: absolute;
      min-width: 200px;
      background-color: #fff;
                box-shadow: 0 2px 4px #ccc;
        transform: translateY(0px);
        height: 0;
        opacity: 0;
        overflow: hidden;
        transition: all .5s cubic-bezier(0, 0.49, 0.65, 0.96);
    }
    #laymod_325619 .bodyContContent .s_list a {
      display: block;
      line-height: 40px;
      font-size: 12px;
      padding: 0 10px;
      height: 0;
    }
    #laymod_325619 .bodyContContent .header_search {
      padding-right: 0;
    }
    #laymod_325619 .bodyContContent .search_wrap {
      height: 50px;
      font-size: 0;
    }
    #laymod_325619 .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_325619 .bodyContContent .search_wrap input::-webkit-input-placeholder {
      color: rgba(51,51,51,0.5);
    }
    #laymod_325619 .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_325619 .bodyContContent .search_wrap a i {
  color: #000;
  }
    #laymod_325619 .bodyContContent .search_wrap a i:after {
      content: "\e757";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
    }
  }
  #laymod_325619 .bodyContContent .header_nav li.active > a {
    color: rgba(33,46,49,1);
  }
    /* PC便捷登录 */
    #laymod_325619 .login_box .h_easy {
      margin-top: 15px;
    }
    #laymod_325619 .login_box .h_easy {
      font-size: 14px;
    }
    #laymod_325619 .login_box .h_easy a {
      color: #999;
      line-height: 30px;
      display: inline-block;
      vertical-align: top;
    }
    #laymod_325619 .login_box .h_easy .oAuth_2 {
      font-size: 30px;
    }
    #laymod_325619 .login_box .h_easy .oAuth_1 {
      margin-left: 5px;
      font-size: 30px;
    }
    #laymod_325619 .login_box .h_easy .oAuth_2:after {
      content: "\e786";
    }
    #laymod_325619 .login_box .h_easy .oAuth_1:after {
      content: "\e74a";
    }
  @media (max-width : 992px) {
    #laymod_325619 .bodyContTitle,
    #laymod_325619 .bodyContTitle .left_title,
    #laymod_325619 .bodyContTitle .account-wrap,
    #laymod_325619 .bodyContContent .header_nav,
    #laymod_325619 .bodyContContent .header_search {
      display: none;
    }
    #laymod_325619 .sj_header_click,
    #laymod_325619 .sj_header_nav {
      display: block !important;
    }
    #laymod_325619 .bodyContContent {
      position: relative;
      height: 50px;
    }
    #laymod_325619 .bodyContContent .container {
      padding: 0;
      height: auto;
    }
    /* 导航按钮 */
    #laymod_325619 .sj_header_click {
      position: absolute;
      width: 20px;
      height: 20px;
      top: 5px;
        left: 5px;
        padding: 10px;
        box-sizing: content-box;
        z-index: 200;
    }
    #laymod_325619 .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_325619 .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_325619 .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_325619 .sj_header_click.active .click1,
    #laymod_325619 .sj_header_click.active .click2 {
      width: 30px;
      background: #fff;
    }
    #laymod_325619 .sj_header_click.active .click1,
    #laymod_325619 .sj_header_click.active .click2 {
      left: 15px;
      right: auto;
    }
    #laymod_325619 .sj_header_click.active .click1 {
        transform: rotate(45deg) translateX(4px) translateY(3px);
    }
    #laymod_325619 .sj_header_click.active .click2 {
        transform: rotate(-45deg) translateX(3px) translateY(-2px);
    }
    #laymod_325619 .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_325619 .sj_header_nav ul {
      transform: translateY(-50px);
      transition: all .45s;
      opacity: 0;
      visibility: hidden;
      transition-delay: 0.2s;
    }
    #laymod_325619 .sj_header_nav .sj_search_wrap {
      transform: translateY(-50px);
      transition: all .45s;
      opacity: 0;
      visibility: hidden;
      transition-delay: 0.5s;
    }
    #laymod_325619 .sj_header_nav ul li {
      line-height: 45px;
      position: relative;
      border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    #laymod_325619 .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_325619 .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_325619 .sj_header_nav ul li i:after {
      content: "\e6b6";
    }
    #laymod_325619 .sj_header_nav ul li.active a {
      color: rgba(33,46,49,1);
    }
    #laymod_325619 .sj_header_nav ul li .s_list {
      padding: 15px 0;
      display: none;
      border-top: 1px solid rgba(255,255,255,0.1);
    }
    #laymod_325619 .sj_header_nav ul li .s_list a {
      display: block;
      line-height: 30px;
      font-size: 13px;
      color: rgba(255,255,255,0.4);
    }
    #laymod_325619 .sj_header_nav.active {
      height: 100%;
      visibility: visible;
      opacity: 1;
    }
    #laymod_325619 .sj_header_nav.active .sj_search_wrap,
    #laymod_325619 .sj_header_nav.active ul {
      transform: translateY(0px);
      opacity: 1;
      visibility: visible;
    }
    #laymod_325619 .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_325619 .sj_search_wrap input {
        background: none;
        font-size: 14px;
      text-indent: 2em;
      width: 80%;
      display: inline-block;
      color: #fff;
    }
    #laymod_325619 .sj_header_nav .search_wrap input::-webkit-input-placeholder {
      color: rgba(255,255,255,0.5);
    }
    #laymod_325619 .sj_search_wrap .search_btn {
      display: inline-block;
      width: 20%;
        font-size: 16px;
      position: relative;
      text-align: center;
      color: #fff;
    }
    #laymod_325619 .sj_search_wrap .search_btn i:after {
      content: "\e757";
    }
    /* Logo */
    #laymod_325619 .bodyContContent .header_logo {
      max-width: 200px;
      text-align: center;
      margin: 0 auto;
      padding: 0;
    }
    #laymod_325619 .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_325619 .bodyContContent .header_logo a img {
      display: block;
      max-height: 40px;
      max-width: 100%;
      margin: 0 auto;
    }
    #laymod_325619 .sj_login,
    #laymod_325619 .active1 {
      position: absolute;
      z-index: 1000;
      right: 5px;
      top: 3px;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
    }
    #laymod_325619 .sj_login a,
    #laymod_325619 .active1 a {
      display: block;
      color: #333;
      font-size: 30px;
    }
    #laymod_325619 .sj_login i:after,
    #laymod_325619 .active1 i:after {
      content: "\e75c";
    }
    #laymod_325619 .login_box .div-login {
      width: 90%;
    }
    #laymod_325619 .login_box .div-login .login_3 input {
      width: 62%;
    }
    #laymod_325619 .login_box.active {
      top: 0;
      opacity: 1;
      visibility: visible;
    }
    #laymod_325619 .login_box.active .div-login {
      top: 0;
    }
    #laymod_325619 .login_box.active .click_account {
      margin-top: 10px;
      display: block;
        width: 100%;
        height: 40px;
        background: #fff;
        color: rgba(33,46,49,1);
        text-align: center;
        line-height: 40px;
        font-size: 12px;
        border-radius: 4px;
        border: 1px solid rgba(33,46,49,1);
    }
    #laymod_325619 .login_style.active {
      opacity: 1;
      visibility: visible;
      top: 0;
    }
    #laymod_325619 .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_325619 .login_box.active2 {
      display: none;
    }
    #laymod_325619 .sj_header_nav .div-info p {
      line-height: 40px;
      color: #fff;
      font-size: 14px;
      text-indent: 2em;
    }
    #laymod_325619 .sj_header_nav .div-info p .span-username {
      padding-right: 5px;
    }
    #laymod_325619 .sj_header_nav .div-info p {
      font-size: 12px;
    }
    #laymod_325619 .active1 {
      display: none;
    }
    #laymod_325619 .login_box .div-login label,
    #laymod_325619 .login_box.active .click_account {
      border-radius: 0;
    }
    #laymod_325619 .bodyContTitle .h_pay {
      position: absolute;
      right: 5px;
      top: 3px;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      z-index: 11;
    }
    #laymod_325619 .bodyContTitle .h_pay span {
      font-size: 0;
    }
    #laymod_325619 .bodyContTitle .h_pay .badge {
      font-size: 10px;
      font-weight: 400;
      padding: 2px 4px;
      position: absolute;
      right: 5px;
      top: 7px;
      background-color: rgba(33,46,49,1);
    }
    #laymod_325619 .bodyContTitle .h_pay a .iconfont {
      color: #333;
      font-size: 16px;
    }
    #laymod_325619 .bodyContTitle .h_pay a .iconfont:after {
      content: "\e672";
    }
    #laymod_325619 .h_pay .dropdown-menu.open {
      display: block;
      width: 350px;
      padding-bottom: 0;
    }
    #laymod_325619 .h_pay .dropdown-menu .dropdown-menu-header {
      padding: 10px 20px;
      position: relative;
    }
    #laymod_325619 .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(33,46,49,1);
    }
    #laymod_325619 .topcart-goodnum {
      font-size: 12px !important;
    }
    #laymod_325619 .h_pay .dropdown-scrollable {
      margin-bottom: 0;
    }
    #laymod_325619 .h_pay .dropdown-scrollable .list-group-item {
        border-left: none;
        border-right: none;
        border-radius: 0;
    }
    #laymod_325619 .h_pay .dropdown-scrollable .padding-right-10 a {
      display: block;
      width: 50px;
    }
    #laymod_325619 .h_pay .dropdown-scrollable .media-body h6 a {
      color: #333;
      font-size: 12px;
    }
    #laymod_325619 .h_pay .dropdown-scrollable .media-body .pull-right {
      position: absolute;
      line-height: 2;
      right: 20px;
      top: 0;
    }
    #laymod_325619 .h_pay .dropdown-scrollable .media-body .pull-right span {
      font-size: 12px;
    }
    #laymod_325619 .h_pay .dropdown-scrollable .media-body>p {
      line-height: 2;
    }
    #laymod_325619 .h_pay .dropdown-menu-footer {
      padding: 10px 20px;
      position: relative;
        height: 50px;
        line-height: 2.3;
    }
    #laymod_325619 .h_pay .dropdown-menu .dropdown-menu-footer .dropdown-menu-footer-btn {
        position: absolute;
        right: 15px;
        top: 7px;
        line-height: 35px;
        height: 35px;
    }
    #laymod_325619 .h_pay .dropdown-menu-footer .red-600 {
      color: rgba(33,46,49,1);
      font-size: 14px;
    }
    #laymod_325619 .h_pay .dropdown-menu-footer .dropdown-menu-footer-btn .btn {
      font-size: 12px;
    }
    #laymod_325619 .right_more .header_login .h_login, 
    #laymod_325619 .right_more .header_login .h_register {
      display: none;
    }
    /* 订单 */
    #laymod_325619 .sj_header_nav .div-info {
      opacity: 0;
        transition: all .45s;
        visibility: hidden;
        transition-delay: 0.65s;
    }
    #laymod_325619 .sj_header_nav.active .div-info {
      opacity: 1;
      visibility: visible;
    }
    #laymod_325619 .sj_header_nav .div-info .dropdown1 a {
      color: #fff;
      text-align: center;
      font-size: 13px;
      line-height: 35px;
      display: block;
      padding: 0;
    }
    #laymod_325619 .sj_header_nav .div-info .dropdown1 .dropdown-menu a {
        color: rgba(255,255,255,0.4);
      background:none;
    }
    #laymod_325619 .sj_header_nav .div-info .dropdown1 .navbar-avatar {
      line-height: 1;
      margin-top: 4%;
      padding-bottom: 2%;
    }
    #laymod_325619 .sj_header_nav .div-info .dropdown1.open .caret {
      transform: rotate(180deg);
    }
    #laymod_325619 .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_325619 .sj_header_nav .div-info .dropdown-menu li {
      border-bottom: none;
    }
    #laymod_325619 .sj_header_nav .div-info .divider {
      display: none;
    }
    #laymod_325619 .login_box .div-login p {
      font-size: 20px;
    }
  }
    #laymod_325619 .active_true .bodyContTitle,
    #laymod_325619 .active_true .bodyContTitle .left_title,
    #laymod_325619 .active_true .bodyContTitle .account-wrap,
    #laymod_325619 .active_true .bodyContContent .header_nav,
    #laymod_325619 .active_true .bodyContContent .header_search {
      display: none;
    }
    #laymod_325619 .active_true .sj_header_click,
    #laymod_325619 .active_true .sj_header_nav {
      display: block !important;
    }
    #laymod_325619 .active_true .bodyContContent {
      position: relative;
      height: 50px;
    }
    #laymod_325619 .active_true .bodyContContent .container {
      padding: 0;
      height: auto;
    }
    /* 导航按钮 */
    #laymod_325619 .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_325619 .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_325619 .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_325619 .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_325619 .active_true .sj_header_click.active .click1,
    #laymod_325619 .active_true .sj_header_click.active .click2 {
      width: 30px;
      background: #fff;
    }
    #laymod_325619 .active_true .sj_header_click.active .click1,
    #laymod_325619 .active_true .sj_header_click.active .click2 {
      left: 15px;
      right: auto;
    }
    #laymod_325619 .active_true .sj_header_click.active .click1 {
        transform: rotate(45deg) translateX(4px) translateY(3px);
    }
    #laymod_325619 .active_true .sj_header_click.active .click2 {
        transform: rotate(-45deg) translateX(3px) translateY(-2px);
    }
    #laymod_325619 .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_325619 .active_true .sj_header_nav ul {
      transform: translateY(-50px);
      transition: all .45s;
      opacity: 0;
      visibility: hidden;
      transition-delay: 0.2s;
    }
    #laymod_325619 .active_true .sj_header_nav .sj_search_wrap {
      transform: translateY(-50px);
      transition: all .45s;
      opacity: 0;
      visibility: hidden;
      transition-delay: 0.5s;
    }
    #laymod_325619 .active_true .sj_header_nav ul li {
      line-height: 45px;
      position: relative;
      border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    #laymod_325619 .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_325619 .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_325619 .active_true .sj_header_nav ul li i:after {
      content: "\e6b6";
    }
    #laymod_325619 .active_true .sj_header_nav ul li.active a {
      color: rgba(33,46,49,1);
    }
    #laymod_325619 .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_325619 .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_325619 .active_true .login_box .div-login label,
    #laymod_325619 .active_true .login_box.active .click_account {
      border-radius: 0;
    }
    #laymod_325619 .active_true .sj_header_nav.active {
      height: 100%;
      visibility: visible;
      opacity: 1;
    }
    #laymod_325619 .active_true .sj_header_nav.active .sj_search_wrap,
    #laymod_325619 .active_true .sj_header_nav.active ul {
      transform: translateY(0px);
      opacity: 1;
      visibility: visible;
    }
    #laymod_325619 .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_325619 .active_true .sj_header_nav.active .sj_search_wrap.hide {
      display: none !important;
    }
    #laymod_325619 .active_true .sj_search_wrap input {
        background: none;
        font-size: 14px;
      text-indent: 2em;
      width: 80%;
      display: inline-block;
      color: #fff;
    }
    #laymod_325619 .active_true .sj_header_nav .search_wrap input::-webkit-input-placeholder {
      color: rgba(255,255,255,0.5);
    }
    #laymod_325619 .active_true .sj_search_wrap .search_btn {
      display: inline-block;
      width: 20%;
        font-size: 16px;
      position: relative;
      text-align: center;
      color: #fff;
    }
    #laymod_325619 .active_true .sj_search_wrap .search_btn i:after {
      content: "\e757";
    }
    /* Logo */
    #laymod_325619 .active_true .bodyContContent .header_logo {
      max-width: 200px;
      text-align: center;
      margin: 0 auto;
      padding: 0;
    }
    #laymod_325619 .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_325619 .active_true .bodyContContent .header_logo a img {
      display: block;
      max-height: 40px;
      max-width: 100%;
      margin: 0 auto;
    }
    #laymod_325619 .active_true .sj_login,
    #laymod_325619 .active_true .active1 {
      position: absolute;
      z-index: 1000;
      right: 5px;
      top: 3px;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
    }
    #laymod_325619 .active_true .sj_login a,
    #laymod_325619 .active_true .active1 a {
      display: block;
      color: #333;
      font-size: 30px;
    }
    #laymod_325619 .active_true .sj_login i:after,
    #laymod_325619 .active_true .active1 i:after {
      content: "\e75c";
    }
  @media(min-width: 768px) {
    #laymod_325619 .active_true .login_box .div-login {
      width: 500px;
    }
    #laymod_325619 .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_325619 .active_true .login_box .div-login .login_3 input {
      width: 62%;
    }
    #laymod_325619 .active_true .login_box.active {
      top: 0;
      opacity: 1;
      visibility: visible;
    }
    #laymod_325619 .active_true .login_box.active .div-login {
      top: 0;
    }
    #laymod_325619 .active_true .login_box.active .click_account {
      margin-top: 10px;
      display: block;
        width: 100%;
        height: 40px;
        background: #fff;
        color: rgba(33,46,49,1);
        text-align: center;
        line-height: 40px;
        font-size: 12px;
        border-radius: 0;
        border: 1px solid rgba(33,46,49,1);
    }
    #laymod_325619 .active_true .login_style.active {
      opacity: 1;
      visibility: visible;
      top: 0;
    }
    #laymod_325619 .active_true .login_box.active2 {
      display: none;
    }
    #laymod_325619 .active_true .sj_header_nav .div-info p {
      line-height: 40px;
      color: #fff;
      font-size: 14px;
      text-indent: 2em;
    }
    #laymod_325619 .active_true .sj_header_nav .div-info p .span-username {
      padding-right: 5px;
    }
    #laymod_325619 .active_true .sj_header_nav .div-info p {
      font-size: 12px;
    }
    #laymod_325619 .active_true .active1 {
      display: none;
    }
    #laymod_325619 .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_325619 .active_true .bodyContTitle .h_pay span {
      font-size: 0;
    }
    #laymod_325619 .active_true .bodyContTitle .h_pay .badge {
      font-size: 10px;
      font-weight: 400;
      padding: 2px 4px;
      position: absolute;
      right: 5px;
      top: 7px;
      background-color: rgba(33,46,49,1);
    }
    #laymod_325619 .active_true .bodyContTitle .h_pay a .iconfont {
      color: #333;
      font-size: 16px;
    }
    #laymod_325619 .active_true .bodyContTitle .h_pay a .iconfont:after {
      content: "\e672";
    }
    #laymod_325619 .active_true .h_pay .dropdown-menu.open {
      display: block;
      width: 350px;
      padding-bottom: 0;
    }
    #laymod_325619 .active_true .h_pay .dropdown-menu .dropdown-menu-header {
      padding: 10px 20px;
      position: relative;
    }
    #laymod_325619 .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(33,46,49,1);
    }
    #laymod_325619 .active_true .topcart-goodnum {
      font-size: 12px !important;
    }
    #laymod_325619 .active_true .h_pay .dropdown-scrollable {
      margin-bottom: 0;
    }
    #laymod_325619 .active_true .h_pay .dropdown-scrollable .list-group-item {
        border-left: none;
        border-right: none;
        border-radius: 0;
    }
    #laymod_325619 .active_true .h_pay .dropdown-scrollable .padding-right-10 a {
      display: block;
      width: 50px;
    }
    #laymod_325619 .active_true .h_pay .dropdown-scrollable .media-body h6 a {
      color: #333;
      font-size: 12px;
    }
    #laymod_325619 .active_true .h_pay .dropdown-scrollable .media-body .pull-right {
      position: absolute;
      line-height: 2;
      right: 20px;
      top: 0;
    }
    #laymod_325619 .active_true .h_pay .dropdown-scrollable .media-body .pull-right span {
      font-size: 12px;
    }
    #laymod_325619 .active_true .h_pay .dropdown-scrollable .media-body>p {
      line-height: 2;
    }
    #laymod_325619 .active_true .h_pay .dropdown-menu-footer {
      padding: 10px 20px;
      position: relative;
        height: 50px;
        line-height: 2.3;
    }
    #laymod_325619 .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_325619 .active_true .h_pay .dropdown-menu-footer .red-600 {
      color: rgba(33,46,49,1);
      font-size: 14px;
    }
    #laymod_325619 .active_true .h_pay .dropdown-menu-footer .dropdown-menu-footer-btn .btn {
      font-size: 12px;
    }
    #laymod_325619 .active_true .right_more .header_login .h_login, 
    #laymod_325619 .active_true .right_more .header_login .h_register {
      display: none;
    }
    /* 订单 */
    #laymod_325619 .active_true .sj_header_nav .div-info {
      opacity: 0;
        transition: all .45s;
        visibility: hidden;
        transition-delay: 0.65s;
    }
    #laymod_325619 .active_true .sj_header_nav.active .div-info {
      opacity: 1;
      visibility: visible;
    }
    #laymod_325619 .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_325619 .active_true .sj_header_nav .div-info .dropdown1 .dropdown-menu a {
        color: rgba(255,255,255,0.4);
      background:none;
    }
    #laymod_325619 .active_true .sj_header_nav .div-info .dropdown1 .navbar-avatar {
      line-height: 1;
      margin-top: 4%;
      padding-bottom: 2%;
    }
    #laymod_325619 .active_true .sj_header_nav .div-info .dropdown1.open .caret {
      transform: rotate(180deg);
    }
    #laymod_325619 .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_325619 .active_true .sj_header_nav .div-info .dropdown-menu li {
      border-bottom: none;
    }
    #laymod_325619 .active_true .sj_header_nav .div-info .divider {
      display: none;
    }
  input,
  textarea {
     -webkit-appearance: none;
  }
  #laymod_325619 .h_pay .dropdown-menu-header h5,
  #laymod_325619 .h_pay .dropdown-menu .dropdown-scrollable .media-body i,
  #laymod_325619 .h_pay .dropdown-menu .dropdown-scrollable .media-body h6 a,
  #laymod_325619 .header_login .h_pay .list-group .media-body .pull-right span {
    color: #b0b0b0;
  }
  #laymod_325619 .h_pay .dropdown-menu,
  #laymod_325619 .h_pay .list-group-item,
  #laymod_325619 .right_more .div-info .dropdown ul {
    background-color: #fff;
  }
  #laymod_325619 .h_pay .dropdown-menu .dropdown-menu-footer {
      background: #f5f5f5;
  }
  #laymod_325619 .bodyCont_width .sj_pay_nav .sj_cart #nav_cart,
  #laymod_325619 .h_pay .dropdown-menu .dropdown-menu-header span,
  #laymod_325619 .bodyContTitle .h_pay .badge,
  #laymod_325619 .h_pay .dropdown-menu .dropdown-menu-footer .dropdown-menu-footer-btn a {
    color: #fff;
  }
  #laymod_325619 .h_pay .dropdown-menu .dropdown-menu-footer .dropdown-menu-footer-btn a {
      background: rgba(33,46,49,1);
      border: none;
  }
  #laymod_325619 .h_pay .dropdown-menu,
  #laymod_325619 .h_pay .dropdown-scrollable .list-group-item,
  #laymod_325619 .right_more .div-info .dropdown ul {
    border-color: #f2f2f2;
  }
  #laymod_325619 .h_pay .dropdown-scrollable .list-group-item {
    border-left: none;
      border-radius: 0;
    border-right: none;
  }
		  *, ::after, ::before {
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
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_320409 {
  position:relative;
  overflow:hidden;
    font-family:"PingHei","Lucida Grande","Lucida Sans Unicode";
}
#laymod_320409 #jh2_xbanner_7 {
  overflow: hidden;
  z-index: 500;
}
#laymod_320409 .bodyCont_width>.bg {
  position:absolute;
  z-index: 1;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
#laymod_320409 .bodyCont_width>.bg_img {
  z-index:2;
}
#laymod_320409 .bodyCont_width {
  position:relative;
  opacity: 1;
}
/*标题控制*/
#laymod_320409 .bodyContContent {
  position:relative;
  z-index: 4;
}
#laymod_320409 .bodyContContent .carousel {
overflow:hidden;
}
/*模版主体部分*/
#laymod_320409 .carousel-inner .item a,
#laymod_320409 .carousel-inner .item img {
  display:block;
  max-width:100%;
  margin:0 auto;
  position: relative;
}
#laymod_320409 .prev_next.left:before {
  content:"Prev";
    line-height: 50px;
    padding-left: 36px;
    text-align: right;
    width: 100px;
    float: right;
}
#laymod_320409 .prev_next.right:before {
  content:"Next";
    line-height: 50px;
    padding-right: 36px;
    text-align: left;
    width: 100px;
    float: left;
}
#laymod_320409 .prev_next.left,
#laymod_320409 .prev_next.right{
      font-size: 14px;
  line-height: 50px;
    width: 65px;
    height: 50px;
    display: block;
    text-align:center;
    top: 50%;
    margin-top: -25px;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
color:#2b2b2d;
    z-index: 10;
    position:absolute;
}
#laymod_320409 .prev_next.right {
  right:0;
}
#laymod_320409 .prev_next:visited {
  text-decoration:none;
}
#laymod_320409 .prev_next.left:after {
  content: '';
  width: calc(100% - 65px);
  height: 1px;
  background:#2b2b2d;
  position: absolute;
  top: 50%;
  margin-top: 1px;
  left: 0;
}
#laymod_320409 .prev_next.left:hover,
#laymod_320409 .prev_next.right:hover {
    background: 0 0;
    width: 150px;
}
#laymod_320409 .prev_next.right:after {
    content: '';
    width: calc(100% - 65px);
    height: 1px;
 background:#2b2b2d;
    position: absolute;
    top: 50%;
    margin-top: 1px;
    right: 0;
}
/*3个切换点*/
#laymod_320409 .carousel-indicators {
    z-index: 1;
    left:0;
    margin:0;
    width:100%;
text-align: right;
    padding-right: 10%;
}
#laymod_320409 .carousel-indicators li {
width: 27px;
    height: 27px;
    border: 1px solid transparent;
    background: transparent;
    position: relative;
    margin: 0 8px;
    transition: .36s ease;
    color: #ACACAD;
}
#laymod_320409 .carousel-indicators li:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
border-radius: 50%;
    width: 6px;
    height: 6px;
    border: none;
    transition: .36s ease;
  background:currentColor;
  border:0 none;
  margin:-3px -3px;
  _margin:-3px -3px;
  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_320409 .carousel-indicators .active {
  color: #ACACAD;
  border:1px solid #ACACAD;
  border-radius: 50%;
}
#laymod_320409 .carousel-indicators  .active:after{
  opacity:1;
  filter:Alpha(opacity=100);
  background:currentColor;
}
#laymod_320409 .carousel-indicators li:not(.active):hover:after {
  background: rgba(18,13,12,.6);
  box-shadow: 0 0 4px rgba(18,13,12,.6);
}
#laymod_320409 .fix_btns,
#laymod_320409 .carousel.active .prev_next,
#laymod_320409 .carousel.active .carousel-indicators  {
  display: none;
}
.design-html #laymod_320409 .fix_btns {
  position: absolute;
  right:  13%;
  top: 5%;
  z-index: 111;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s ease-out;
}
.design-html #laymod_320409 .fix_btns a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 7px 20px;
  font-size: 14px;
  border-radius: 4px;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.35s;
  background: rgba(255, 82, 65, 0.6);
}
.design-html #laymod_320409 .fix_btns a.active,
.design-html #laymod_320409 .fix_btns a:hover {
  background: rgba(255, 82, 65, 1.0);
}
.design-html #laymod_320409 .slide a:hover .slide_info .slide_gf>span,
.design-html #laymod_320409 .bodyCont_width:hover .fix_btns {
  opacity: 1;
  visibility: visible;
}
#laymod_320409 .bodyCont_width .carousel-inner .banner_txt {
  position: absolute;
  z-index: 111;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}
@media(min-width:992px){
  #laymod_320409 .bodyCont_width .carousel-inner .slide_title_1 {
    font-size: 50px;
    margin-bottom: 30px;
  }
  #laymod_320409 .bodyCont_width .carousel-inner .slide_content_1 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
/*视频*/
#laymod_320409 .item .videoBg {
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
  position: relative;
  z-index: 1;
}
#laymod_320409 .videoContent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#000;
  width: 100%;
}
/*直接控制小于992px屏幕时css*/
@media (max-width:992px) {
  #laymod_320409 .carousel-indicators li {
    width:10px;
    height:4px;
    margin: 0 4px;
  }
#laymod_320409 .carousel-indicators {
    z-index: 1;
    left: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    padding-right: 0%;
bottom: 6px;
}
#laymod_320409 .carousel-indicators .active {
  border:1px solid transparent;
    border-radius: 50%;
}
#laymod_320409 .carousel-indicators li:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    border-radius: 50%;
    border: none;
    transition: .36s ease;
    margin: -3px -2px;
    _margin: -3px -2px;
    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;
    width: 6px;
    height: 6px;
}
  #laymod_320409 .bodyCont_width .carousel-inner .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #laymod_320409 .bodyCont_width .carousel-inner .content {
    text-align: center;
    line-height: 1.5;
    font-size: 12px;
  }
}
@media(max-width: 1366px) {
  #laymod_320409 .ql-size-12,
  #laymod_320409 .ql-size-13,
  #laymod_320409 .ql-size-14,
  #laymod_320409 .ql-size-15,
  #laymod_320409 .ql-size-16 {
    font-size: 3vw;
  }
  #laymod_320409 .ql-size-17,
  #laymod_320409 .ql-size-18,
  #laymod_320409 .ql-size-19,
  #laymod_320409 .ql-size-20,
  #laymod_320409 .ql-size-21 {
    font-size: 3.2vw;
  }
  #laymod_320409 .ql-size-22,
  #laymod_320409 .ql-size-23,
  #laymod_320409 .ql-size-24,
  #laymod_320409 .ql-size-25,
  #laymod_320409 .ql-size-26 {
    font-size: 3.4vw;
  }
  #laymod_320409 .ql-size-27,
  #laymod_320409 .ql-size-28,
  #laymod_320409 .ql-size-29,
  #laymod_320409 .ql-size-30,
  #laymod_320409 .ql-size-31 {
    font-size: 3.6vw;
  }
  #laymod_320409 .ql-size-32,
  #laymod_320409 .ql-size-33,
  #laymod_320409 .ql-size-34,
  #laymod_320409 .ql-size-35,
  #laymod_320409 .ql-size-36 {
    font-size: 3.8vw;
  }
  #laymod_320409 .ql-size-37,
  #laymod_320409 .ql-size-38,
  #laymod_320409 .ql-size-39,
  #laymod_320409 .ql-size-40,
  #laymod_320409 .ql-size-41 {
    font-size: 4vw;
  }
  #laymod_320409 .ql-size-42,
  #laymod_320409 .ql-size-43,
  #laymod_320409 .ql-size-44,
  #laymod_320409 .ql-size-45,
  #laymod_320409 .ql-size-46 {
    font-size: 4.2vw;
  }
  #laymod_320409 .ql-size-47,
  #laymod_320409 .ql-size-48,
  #laymod_320409 .ql-size-49,
  #laymod_320409 .ql-size-50,
  #laymod_320409 .ql-size-51 {
    font-size: 4.4vw;
  }
  #laymod_320409 .ql-size-52,
  #laymod_320409 .ql-size-53,
  #laymod_320409 .ql-size-54,
  #laymod_320409 .ql-size-55,
  #laymod_320409 .ql-size-56 {
    font-size: 4.6vw;
  }
  #laymod_320409 .ql-size-57,
  #laymod_320409 .ql-size-58,
  #laymod_320409 .ql-size-59,
  #laymod_320409 .ql-size-60,
  #laymod_320409 .ql-size-61 {
    font-size: 4.8vw;
  }
  #laymod_320409 .ql-size-62,
  #laymod_320409 .ql-size-63,
  #laymod_320409 .ql-size-64,
  #laymod_320409 .ql-size-65,
  #laymod_320409 .ql-size-66 {
    font-size: 5vw;
  }
  #laymod_320409 .ql-size-67,
  #laymod_320409 .ql-size-68,
  #laymod_320409 .ql-size-69,
  #laymod_320409 .ql-size-70,
  #laymod_320409 .ql-size-71 {
    font-size: 5.2vw;
  }
  #laymod_320409 .ql-size-72,
  #laymod_320409 .ql-size-73,
  #laymod_320409 .ql-size-74,
  #laymod_320409 .ql-size-75,
  #laymod_320409 .ql-size-76 {
    font-size: 5.4vw;
  }
}
		  img {   
  border:0 none;   
}
a, a:hover, a:active, a:visited, a:focus {   
  text-decoration:none;   
}
/*模版整体控制*/   
#laymod_320416 #jh2_productcate_33 {   
  position:relative;   
  overflow:hidden;  
  z-index: 500; 
    font-family:"Microsoft Yahei","PingHei","Lucida Grande","Lucida Sans Unicode";   
}   
#laymod_320416 .bg {   
  position:absolute;    
  z-index: 1;   
  width:100%;    
  height:100%;     
  top:0;    
  left:0;    
}   
#laymod_320416 .bg_img {   
  z-index:2;   
}   
#laymod_320416 .bodyCont_width {   
  position:relative;   
  z-index:4;    
}
#laymod_320416 .bodyContContent {     
  position:relative;     
  z-index: 4;     
}
#laymod_320416 .bodyContContent .cate_li a {
  display: block;
  position: relative;
}
#laymod_320416 .bodyContContent .cate_li a .cate_img {
  overflow: hidden;
}
#laymod_320416 .bodyContContent .cate_li a .cate_img img {
  max-width: 100%;
  transition: all .35s ease-out;
}
#laymod_320416 .bodyContContent .cate_li a .cate_txt {
  position: absolute;
  width: 45%;
  text-align: center;
}
#laymod_320416 .bodyContContent .cate_li1 a .cate_txt,
#laymod_320416 .bodyContContent .cate_li3 a .cate_txt {
  left: 4.5%;
  top: 50%;
  transform: translateY(-50%);
}
#laymod_320416 .bodyContContent .cate_li2 a .cate_txt {
  right: 4.5%;
  top: 50%;
  transform: translateY(-50%);
}
#laymod_320416 .bodyContContent .cate_li a .cate_txt .cate_title {
  line-height: 1;
  font-weight: 700; 
  font-size: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 20px;
}
#laymod_320416 .bodyContContent .cate_li a .cate_txt .cate_desc {
  font-size: 13px;
  margin-bottom: 46px;
}
#laymod_320416 .bodyContContent .cate_li a .cate_txt .cate_url span {
  display: block;
  width: 38%;
  text-align: center;
  font-size: 13px;
  line-height: 35px;
  margin: 0 auto;
  letter-spacing: 0.2px;
}
#laymod_320416 .bodyContContent .cate_li1 a .cate_txt .cate_title,
#laymod_320416 .bodyContContent .cate_li1 a .cate_txt .cate_desc {
  color: #fff;
}
#laymod_320416 .bodyContContent .cate_li1 a .cate_txt .cate_url span {
  color: #fff;
  border: 1px solid #fff;
}
#laymod_320416 .bodyContContent .cate_li2 a .cate_txt .cate_title,
#laymod_320416 .bodyContContent .cate_li2 a .cate_txt .cate_desc {
  color: #fff;
}
#laymod_320416 .bodyContContent .cate_li2 a .cate_txt .cate_url span {
  color: #fff;
  border: 1px solid #fff;
}
#laymod_320416 .bodyContContent .cate_li3 a .cate_txt .cate_title,
#laymod_320416 .bodyContContent .cate_li3 a .cate_txt .cate_desc {
  color: #000;
}
#laymod_320416 .bodyContContent .cate_li3 a .cate_txt .cate_url span {
  color: #000;
  border: 1px solid #000;
}
@media(min-width: 768px) {
  #laymod_320416 .bodyContContent,
  #laymod_320416 .bodyContContent .cate_li {
    padding: 0;
  }
  #laymod_320416 .bodyContContent .cate_li a:hover .cate_img img {
    transform: scale(1.06);
  }
}
@media(min-width: 768px) and (max-width: 992px) {
  #laymod_320416 .bodyContContent {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
@media(max-width: 767px) {
  #laymod_320416 .bodyContContent .cate_li {
    padding: 0;
  }
  #laymod_320416 .bodyContContent .cate_li a .cate_img img {
    width: 100%;
  }
  #laymod_320416 .bodyContContent .cate_li a .cate_txt {
    width: 62%;
  }
  #laymod_320416 .bodyContContent .cate_li1 a .cate_txt,
  #laymod_320416 .bodyContContent .cate_li3 a .cate_txt {
    left: 2.5%;
    text-align: left;
  }
  #laymod_320416 .bodyContContent .cate_li1 a .cate_txt .cate_url span,
  #laymod_320416 .bodyContContent .cate_li3 a .cate_txt .cate_url span {
margin:0;
}
  #laymod_320416 .bodyContContent .cate_li2 a .cate_txt {
    right: 2.5%;
    text-align: right;
  }
  #laymod_320416 .bodyContContent .cate_li2 a .cate_txt .cate_url span {
    margin: 0 auto 0 48%;
}
  #laymod_320416 .bodyContContent .cate_li a .cate_txt .cate_title {
    font-size: 13px;
    margin-bottom: 10px;
  }
  #laymod_320416 .bodyContContent .cate_li a .cate_txt .cate_url span {
    font-size: 10px;
    line-height: 24px;
    width: 52%;
  }
  #laymod_320416 .bodyContContent .cate_li a .cate_txt .cate_desc {
    font-size: 11px;
    margin-bottom: 1.6rem;
  }
}
		  /* 默认引入阿里云图标 */
@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;  
}
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_325638 {
  position:relative;
    font-family:"Microsoft Yahei","PingHei","Lucida Grande","Lucida Sans Unicode";
}
#laymod_325638 #jh2_rec_12 {
  overflow: hidden;
  z-index: 500;
}
#laymod_325638 .bg {
  position:absolute;
  z-index: 1;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
#laymod_325638 .bg_img {
  z-index:2;
}
#laymod_325638 .bodyCont_width {
  position:relative;
  z-index:4;
  padding: 0;
}
/*标题控制*/
#laymod_325638 .bodyContTitle {
  position:relative;
  z-index: 3;
  overflow:hidden;
}
#laymod_325638 .left_title {
    text-align: left;
    margin-top: 7px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#laymod_325638 .bodyContTitle .fl {
  font-size: 24px;
  line-height: 1;
  color:#fff;
}
#laymod_325638 .bodyContTitle .right_more {
  position:absolute;
  right:0;
  bottom:0;
  padding-right:15px;
}
#laymod_325638 .bodyContTitle .right_more a {
  font-size:12px;
  line-height:1;
  color:#666;
  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_325638 .bodyContContent {
  position:relative;
  z-index: 4;
}
/* 产品列表 */
#laymod_325638 .pro_swiper .swiper-container {
  padding-bottom: 55px;
}
#laymod_325638 .pro_swiper .pro-pic {
    position: relative;
}
#laymod_325638 .pro_swiper .swiper-slide .pro-pic img {
  display: block;
    width: 100%;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#laymod_325638 .pro_swiper .pro-pic .pro-img {
    display: block;
    padding: 60px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#laymod_325638 .pro_swiper .pro-pic .pro-bg {
    position: absolute;
    background: #1d1d1d;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
}
#laymod_325638 .pro_swiper .pro-pic .pro-more {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background:rgba(33,46,49,1);
    position: absolute;
    right: 8.3%;
    bottom: -20px;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: 11;
}
#laymod_325638 .pro_swiper .pro-pic .pro-more i {
    color: #fff;
    font-size: 18px;
    font-weight: lighter;
}
#laymod_325638 .pro_swiper .pro-pic .pro-more i.iconfont:before {
    content: "\e627";
}
#laymod_325638 .pro_swiper .pro-info {
    padding: 20px 0;
    text-align: center;
}
#laymod_325638 .pro_swiper .pro-info .pro-type {
    color: #666;
}
#laymod_325638 .pro_swiper .pro-info p {
    font-size: 14px;
}
#laymod_325638 .pro_swiper .swiper-pagination {
    width: 100%;
    text-align: center;
    bottom: 20px;
}
#laymod_325638 .pro_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(33,46,49,1);
    margin: 0 7.5px;
}
/* 产品价格 */
#laymod_325638 .pro_jg {
  overflow: hidden;
  height: 22px;
  line-height: 22px;
  padding-top: 10px;
  box-sizing: content-box;
  display: none;
}
  #laymod_325638 .pro_jg.show {
    display: none !important;
  }
  #laymod_325638 .pro_jg.hide {
    display: block !important;
  }
  #laymod_325638 .pro_jg .pro_present {
    float: left;
    font-size: 0;
  }
  #laymod_325638 .pro_jg .pro_present span,
  #laymod_325638 .pro_jg .member-price {
    display: inline-block;
    font-size: 18px;
    color: #f40;
    font-weight: 700;
  }
  #laymod_325638 .pro_jg .member-price {
    font-weight:normal;
    color: #f40;
  }
  #laymod_325638 .pro_jg .member-price em {
    font-style:normal;
  }
  #laymod_325638 .pro_jg .pro_original {
    float: left;
    font-size: 0;
    margin-left: 3%;
  }
  #laymod_325638 .pro_jg .pro_original span {
    font-size: 12px;
    color: #555;
    display: inline-block;
    text-decoration: line-through;
  }
  #laymod_325638 .pro-info.active p {
    text-align: left;
  }
#laymod_325638 .active_false .pro_swiper .swiper-slide:hover .pro-pic img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
#laymod_325638 .active_false .pro_swiper .swiper-slide:hover .pro-pic .pro-more {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#laymod_325638 .active_false .bodyContTitle .right_more a:hover {
  color:rgba(33,46,49,1);
}
@media (max-width: 768px) {
  #laymod_325638 .bodyContTitle .fl {
    font-size: 20px;
  }
  #laymod_325638 .bodyCont_width {
    padding: 0 15px;
  }
  #laymod_325638 .pro_swiper .pro-pic .pro-img {
    padding: 0;
  }
  #laymod_325638 .pro_swiper .swiper-container {
    padding-bottom: 30px;
  }
  #laymod_325638 .pro_swiper .swiper-pagination {
    bottom: 10px;
  }
}
		  @media(max-width:500px){
#laymod_329609 .img1 img{width:100% ! important;}
#laymod_329609 .txt .title1{font-size:20px ! important;}
#laymod_329609 .ind{left:0  ! important;bottom:0  ! important;}
#laymod_329609 .txt{width:100%  ! important;}
#laymod_329609 .img2{display:none   ! important;width:100%  ! important;}
}
@media(min-width:768px){
#laymod_329609 .container{padding:20px 0 0 0 ! important;height: 860px;
    overflow: hidden;}
#laymod_329609 .txt a:hover div,i{color:#fff;}
}
#laymod_329609 .ind{position: relative; bottom: 120px;left: 15%;}
#laymod_329609 .txt{float:left;padding:25px;margin-right:25px;width:30%;color:rgba(255,255,255,0.8);background-color:#1e1e1e;}
#laymod_329609 .txt .title1{font-size: 29px; font-weight: 700;padding: 0 0 5px 0;}
#laymod_329609 .txt .title2{    padding: 0 0 20px 0;}
#laymod_329609 .txt .more{color:rgba(255,255,255,0.8);float:left;
    padding: 30px 0 0 0;}
#laymod_329609 .img2{width:35%;float:left;}
#laymod_329609 .img2 img{width:100%;}
/*#laymod_329609 .txt .more:after{content:"";margin-left: 60px;
    bottom: 8px;display: block;width:50px;height:1px;background:#fff;position:relative;transition: width 2s;}
#laymod_329609 .txt .more:hover:after{content: "";width:100px;}*/
/* 默认引入阿里云图标 */
@font-face {
  font-family: 'zscicon';  /* project id 1056036 */
  src: url('//at.alicdn.com/t/font_1056036_a581zi8u79d.eot');
  src: url('//at.alicdn.com/t/font_1056036_a581zi8u79d.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1056036_a581zi8u79d.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1056036_a581zi8u79d.woff') format('woff'),
  url('//at.alicdn.com/t/font_1056036_a581zi8u79d.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1056036_a581zi8u79d.svg#iconfont') format('svg');
}
.zscicon{
    font-family:"zscicon" !important;font-size: 14px;color: #fff;
    padding: 31px 0 0 10px;
    float: left;
    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_329609 #zsc_xxx_1 {
	position:relative;
	overflow:hidden;
		font-family:"Microsoft Yahei","PingHei","Lucida Grande","Lucida Sans Unicode";
}
#laymod_329609 #zsc_xxx_1>.bg {
	position:absolute;
	z-index: 1;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
#laymod_329609 #zsc_xxx_1>.bg_img {
	z-index:2;
}
#laymod_329609 .bodyCont_width {
	position:relative;
	z-index:4;
}
/*标题控制*/
#laymod_329609 .bodyContTitle {
	margin:0;
	position:relative;
	z-index: 3;
	overflow:hidden;
}
#laymod_329609 .bodyContTitle div {
	text-align:center;
}
#laymod_329609 .bodyContTitle .fl {
	font-size:24px;
	line-height:1;
	margin:0 0 12px 0;
	font-weight:bold;
	color:#333;
}
#laymod_329609 .bodyContTitle .fl2 {
	font-size:12px;
	line-height:1;
	margin:0;
	font-weight:normal;
	color:#999;
	font-family:"Arial","Times New Roman","Microsoft YaHei","SimHei";
}
#laymod_329609 .bodyContContent {
	position:relative;
	z-index: 4;
}
/*模版主体部分*/
/*直接控制小于992px屏幕时css*/
@media (max-width:992px) {
}
		  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_325642 {
	position:relative;
	overflow:hidden;
		font-family:"Microsoft Yahei","PingHei","Lucida Grande","Lucida Sans Unicode";
}
#laymod_325642 .bg {
	position:absolute;
	z-index: 1;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
#laymod_325642 .bg_img {
	z-index:2;
}
#laymod_325642 .bodyCont_width {
	position:relative;
	padding: 0;
	z-index:4;
	opacity: 1;
}
/*标题控制*/
#laymod_325642 .bodyContTitle {
	margin:0;
	position:relative;
	z-index: 3;
	overflow:hidden;
}
#laymod_325642 .bodyContTitle .fl {
	font-size:24px;
	color:#333;
	text-align:center;
}
#laymod_325642 .bodyContTitle .fl2 {
	font-size:12px;
	font-weight:normal;
	text-align:center;
	color:#999;
	font-family:"Arial","Times New Roman","Microsoft YaHei","SimHei";
}
#laymod_325642 .bodyContContent {
	position:relative;
	z-index: 4;
}
/*模版主体部分*/
#laymod_325642 .store_content li .store-pic {
	overflow:hidden;
}
#laymod_325642 .store_content li .store-pic span {
	display: block;
  overflow: hidden;
  position: relative;
		max-height:388px;
}
#laymod_325642 .store_content li .store-pic img {
	display:block;
	max-width:100%;
	transition:transform 4s cubic-bezier(.075,.82,.165,1);
	-moz-transition:transform 4s cubic-bezier(.075,.82,.165,1);
	-ms-transition:transform 4s cubic-bezier(.075,.82,.165,1);
	-webkit-transition:transform 4s cubic-bezier(.075,.82,.165,1);
	-o-transition:transform 4s cubic-bezier(.075,.82,.165,1);
}
#laymod_325642 .store_content li .store-info {
	padding:20px 30px;
	padding:20px 0;
	position:relative;
	overflow:hidden;
}
#laymod_325642 .store_content li .store-info .store-title {
	color:#000;
	font-size:24px;
	line-height:1.583;
	overflow:hidden;
	transition:color 0.4s cubic-bezier(.075,.82,.165,1);
	-moz-transition:color 0.4s cubic-bezier(.075,.82,.165,1);
	-ms-transition:color 0.4s cubic-bezier(.075,.82,.165,1);
	-webkit-transition:color 0.4s cubic-bezier(.075,.82,.165,1);
	-o-transition:color 0.4s cubic-bezier(.075,.82,.165,1);
}
#laymod_325642 .store_content .store-info .store-desc {
		color:#666;
	font-size:14px;
	line-height:1.5;
	overflow:hidden;
}
#laymod_325642 .store_content .store-info .store-more .span {
	display:inline-block;
	position:relative;
	color:#000;
	font-size:12px;
	line-height:2.25;
	font-weight:bold;
}
#laymod_325642 .store_content .store-info .store-more .span:after {
	content:"";
	display:block;
	width:23px;
	height:2px;
	background:#000;
	position:absolute;
	left:0;
	bottom:0;
	transition:width 0.3s cubic-bezier(.075,.82,.165,1);
	-moz-transition:width 0.3s cubic-bezier(.075,.82,.165,1);
	-ms-transition:width 0.3s cubic-bezier(.075,.82,.165,1);
	-webkit-transition:width 0.3s cubic-bezier(.075,.82,.165,1);
	-o-transition:width 0.3s cubic-bezier(.075,.82,.165,1);
}
#laymod_325642 .store_content li:hover .store-pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform: scale(1.1);
}
#laymod_325642 .store_content li:hover .store-info .store-title {
	color:rgba(33,46,49,1);
}
#laymod_325642 .store_content li:hover .store-info .store-more .span:after {
	width:100%;
}
@media(min-width: 992px) {
	#laymod_325642 .store_content {
		padding: 0;
	}
}
/*直接控制小于992px屏幕时css*/
@media (max-width:991px) {
	#laymod_325642 .bodyContTitle .fl {
		font-size:20px;
		margin-bottom: 8px;
	}
	#laymod_325642 .store_content li .store-pic img {
		width:100%;
	}
	#laymod_325642 .store_content li .store-info {
		padding: 10px 0 20px 0;
	}
	#laymod_325642 .store_content li .store-info .store-title {
		font-size:16px;
	}
	#laymod_325642 .store_content li .store-info .store-desc {
		font-size: 13px;
	}
}
@media(min-width: 768px) and (max-width: 992px) {
	#laymod_325642 .container {
    width: 100%;
	}
	#laymod_325642 .container .row {
		margin: 0 auto;
	}
	#laymod_325642 .store_content li {
		width: 33.3333%;
	}
	#laymod_325642 .store_content li:nth-child(1) {
		padding-left: 0;
		padding-right: 10px;
	}
	#laymod_325642 .store_content li:nth-child(2) {
		padding-left: 5px;
		padding-right: 5px;
	}
	#laymod_325642 .store_content li:nth-child(3) {
		padding-left: 10px;
		padding-right: 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_328332 {
	position:relative;
	overflow:hidden;
		font-family:"Microsoft Yahei","PingHei","Lucida Grande","Lucida Sans Unicode";
}
#laymod_328332 .bg {
	position:absolute;
	z-index: 1;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
#laymod_328332 .bg_img {
	z-index:2;
}
#laymod_328332 .bodyCont_width {
	position:relative;
	padding: 0;
	z-index:4;
	opacity: 1;
}
/*标题控制*/
#laymod_328332 .bodyContTitle {
	margin:0;
	position:relative;
	z-index: 3;
	overflow:hidden;
}
#laymod_328332 .bodyContTitle .fl {
	font-size:24px;
	color:#333;
	text-align:center;
}
#laymod_328332 .bodyContTitle .fl2 {
	font-size:12px;
	font-weight:normal;
	text-align:center;
	color:#999;
	font-family:"Arial","Times New Roman","Microsoft YaHei","SimHei";
}
#laymod_328332 .bodyContContent {
	position:relative;
	z-index: 4;
}
/*模版主体部分*/
#laymod_328332 .store_content li .store-pic {
	overflow:hidden;
}
#laymod_328332 .store_content li .store-pic span {
	display: block;
  overflow: hidden;
  position: relative;
		max-height:388px;
}
#laymod_328332 .store_content li .store-pic img {
	display:block;
	max-width:100%;
	transition:transform 4s cubic-bezier(.075,.82,.165,1);
	-moz-transition:transform 4s cubic-bezier(.075,.82,.165,1);
	-ms-transition:transform 4s cubic-bezier(.075,.82,.165,1);
	-webkit-transition:transform 4s cubic-bezier(.075,.82,.165,1);
	-o-transition:transform 4s cubic-bezier(.075,.82,.165,1);
}
#laymod_328332 .store_content li .store-info {
	padding:20px 30px;
	padding:20px 0;
	position:relative;
	overflow:hidden;
}
#laymod_328332 .store_content li .store-info .store-title {
	color:#000;
	font-size:24px;
	line-height:1.583;
	overflow:hidden;
	transition:color 0.4s cubic-bezier(.075,.82,.165,1);
	-moz-transition:color 0.4s cubic-bezier(.075,.82,.165,1);
	-ms-transition:color 0.4s cubic-bezier(.075,.82,.165,1);
	-webkit-transition:color 0.4s cubic-bezier(.075,.82,.165,1);
	-o-transition:color 0.4s cubic-bezier(.075,.82,.165,1);
}
#laymod_328332 .store_content .store-info .store-desc {
		color:#666;
	font-size:14px;
	line-height:1.5;
	overflow:hidden;
}
#laymod_328332 .store_content .store-info .store-more .span {
	display:inline-block;
	position:relative;
	color:#000;
	font-size:12px;
	line-height:2.25;
	font-weight:bold;
}
#laymod_328332 .store_content .store-info .store-more .span:after {
	content:"";
	display:block;
	width:23px;
	height:2px;
	background:#000;
	position:absolute;
	left:0;
	bottom:0;
	transition:width 0.3s cubic-bezier(.075,.82,.165,1);
	-moz-transition:width 0.3s cubic-bezier(.075,.82,.165,1);
	-ms-transition:width 0.3s cubic-bezier(.075,.82,.165,1);
	-webkit-transition:width 0.3s cubic-bezier(.075,.82,.165,1);
	-o-transition:width 0.3s cubic-bezier(.075,.82,.165,1);
}
#laymod_328332 .store_content li:hover .store-pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform: scale(1.1);
}
#laymod_328332 .store_content li:hover .store-info .store-title {
	color:rgba(33,46,49,1);
}
#laymod_328332 .store_content li:hover .store-info .store-more .span:after {
	width:100%;
}
@media(min-width: 992px) {
	#laymod_328332 .store_content {
		padding: 0;
	}
}
/*直接控制小于992px屏幕时css*/
@media (max-width:991px) {
	#laymod_328332 .bodyContTitle .fl {
		font-size:20px;
		margin-bottom: 8px;
	}
	#laymod_328332 .store_content li .store-pic img {
		width:100%;
	}
	#laymod_328332 .store_content li .store-info {
		padding: 10px 0 20px 0;
	}
	#laymod_328332 .store_content li .store-info .store-title {
		font-size:16px;
	}
	#laymod_328332 .store_content li .store-info .store-desc {
		font-size: 13px;
	}
}
@media(min-width: 768px) and (max-width: 992px) {
	#laymod_328332 .container {
    width: 100%;
	}
	#laymod_328332 .container .row {
		margin: 0 auto;
	}
	#laymod_328332 .store_content li {
		width: 33.3333%;
	}
	#laymod_328332 .store_content li:nth-child(1) {
		padding-left: 0;
		padding-right: 10px;
	}
	#laymod_328332 .store_content li:nth-child(2) {
		padding-left: 5px;
		padding-right: 5px;
	}
	#laymod_328332 .store_content li:nth-child(3) {
		padding-left: 10px;
		padding-right: 0;
	}
}
		  img {   
    border:0 none;   
  }   
  i,em {   
    font-style:normal;   
  }   
  ul,ol,li {    
    list-style:none;   
    padding:0;   
    margin:0;   
  }   
  h1,h2,h3,h4,h5,h6,p {   
    margin:0;   
    font-weight:normal;       
  }   
  a, a:hover, a:active, a:visited, a:focus {   
    text-decoration:none;   
  }
  /*模版整体控制*/   
  #laymod_325613 #jh2_newsrec_68 {   
    position:relative;   
    z-index: 500; 
      overflow: hidden;
      font-family:"Microsoft Yahei","PingHei","Lucida Grande","Lucida Sans Unicode";   
  }   
  #laymod_325613 .bg {   
    position:absolute;    
    z-index: 1;   
    width:100%;    
    height:100%;     
    top:0;    
    left:0;    
  }   
  #laymod_325613 .bg_img {   
    z-index:2;   
  }   
  #laymod_325613 .bodyCont_width {   
    position:relative;   
    z-index:4;    
  }    
  /*标题控制*/    
  #laymod_325613 .bodyContTitle {    
    margin:0;    
    position:relative;    
    z-index: 3;   
  }     
  #laymod_325613 .bodyContTitle .fl {     
    font-size:24px;
    color:#333;
  }     
  #laymod_325613 .bodyContTitle .fl2 {     
    font-size:12px;
    color:#999;
  }     
  #laymod_325613 .bodyContContent {     
    position:relative;     
    z-index: 4;     
  }
  #laymod_325613 .bodyContContent .newsli_box .news_list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    #laymod_325613 .bodyContContent .newsli_box .news_list .news_li {
      width: 48.05%;
      height: 250px;
      padding: 25px 20px;
      transition: all .35s ease;
      border: 1px solid #e4e4e4;
    }
  #laymod_325613 .bodyContContent .newsli_box .news_list .news_li a {
    display: block;
    height: 100%;
    position: relative;
  }
  #laymod_325613 .bodyContContent .newsli_box .news_list .news_li a .news_info span {
    color: #333;
    display: block;
  }
  #laymod_325613 .bodyContContent .newsli_box .news_list .news_li a .news_info .news_name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  #laymod_325613 .bodyContContent .newsli_box .news_list .news_li a .news_info .news_year {
    opacity: 0.6;
  }
  #laymod_325613 .bodyContContent .newsli_box .news_list .news_li a .news_info .news_desc {
    opacity: 0.7;
  }
  #laymod_325613 .bodyContContent .newsli_box .news_list .news_li a .news_more {
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .35s ease;
    font-size: 13px;
    color: rgba(33,46,49,1);
  }
  #laymod_325613 .bodyContContent .news_right a {
    display: block;
  }
  #laymod_325613 .bodyContContent .news_right .news_pic {
    margin-bottom: 30px;
  }
  #laymod_325613 .bodyContContent .news_right .news_pic img {
    max-width: 100%;
    opacity: 0;
  }
  #laymod_325613 .bodyContContent .news_right .news_cate {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #laymod_325613 .bodyContContent .news_right .news_cate .news_cate1 {
    background: #fea501;
    color: #fff;
  }
  #laymod_325613 .bodyContContent .news_right .news_cate .news_cate2 {
    background: #57cdad;
    color: #fff;
  }
  #laymod_325613 .bodyContContent .news_right .news_cate a .main {
    font-size: 14px;
    margin-bottom: 4px;
  }
  #laymod_325613 .bodyContContent .news_right .news_cate a .subt {
    font-size: 13px;
  }
  #laymod_325613 .bodyContContent .news_right .news_cate a {
    height: 250px;
    position: relative;
    padding: 0 18px;
    padding-top: 40px;
    width: 48.05%;
    overflow: hidden;
  }
  #laymod_325613 .bodyContContent .news_right .news_cate a .news_flicon {
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
  }
  #laymod_325613 .bodyContContent .news_right .news_cate a .news_flicon i {
    display: block;
    font-size: 150px;
    width: 150px;
    opacity: 0.2;
  }
  @media(min-width: 768px) {
    #laymod_325613 .bodyCont_width {
      padding: 0;
    }
    #laymod_325613 .bodyContContent:after {
      content: "";
      display: block;
      clear: both;
    }
    #laymod_325613 .bodyContContent .newsli_box {
      width: 65.8%;
      float: left;
    }
    #laymod_325613 .bodyContContent .newsli_box .news_list .news_li_0,
    #laymod_325613 .bodyContContent .newsli_box .news_list .news_li_1 {
      margin-bottom: 30px;
    }
    #laymod_325613 .bodyContContent .news_right {
      float: right;
      width: 31.6%;
    }
    #laymod_325613 .bodyContContent .newsli_box .news_list .news_li a .news_info .news_year {
      font-size: 16px;
      margin-bottom: 6px;
    }
    #laymod_325613 .bodyContContent .newsli_box .news_list .news_li a .news_info .news_name {
      font-size: 16px;
      margin-bottom: 6px;
    }
    #laymod_325613 .bodyContContent .newsli_box .news_list .news_li a .news_info .news_desc {
      line-height: 1.7;
      font-size: 13px;
    }
    #laymod_325613 .bodyContContent .newsli_box .news_list .news_li a .news_info .news_year {
      opacity: 0.9;
    }
  }
    #laymod_325613 .active_false .bodyContContent .newsli_box .news_list .news_li:hover {
      transform: translateY(-10px);
      background: rgba(33,46,49,1);
    }
    #laymod_325613 .active_false .bodyContContent .newsli_box .news_list .news_li:hover a .news_info span,
    #laymod_325613 .active_false .bodyContContent .newsli_box .news_list .news_li:hover a .news_more {
      color: #fff;
    }
  @media(min-width: 768px) and (max-width: 992px) {
    #laymod_325613 .bodyCont_width {
      width: 100%;
      padding: 0 15px;
    }
  }
  @media(max-width: 767px) {
    #laymod_325613 .bodyContTitle .fl {
      font-size: 20px;
    }
    #laymod_325613 .bodyContContent .newsli_box {
      margin-bottom: 5%;
    }
    #laymod_325613 .bodyContContent .newsli_box .news_list .news_li {
      height: 19rem;
      padding: 15px;
    }
    #laymod_325613 .bodyContContent .newsli_box .news_list .news_li_0,
    #laymod_325613 .bodyContContent .newsli_box .news_list .news_li_1 {
      margin-bottom: 3.9%;
    }
    #laymod_325613 .bodyContContent .newsli_box .news_list .news_li a .news_info .news_year {
      margin-bottom: 5px;
    }
    #laymod_325613 .bodyContContent .newsli_box .news_list .news_li a .news_info .news_name {
      font-size: 14px;
      margin-bottom: 6px;
    }
    #laymod_325613 .bodyContContent .newsli_box .news_list .news_li a .news_info .news_desc {
      line-height: 1.4;
      font-size: 11px;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    #laymod_325613 .bodyContContent .news_right .news_pic {
      margin-bottom: 3.9%;
    }
    #laymod_325613 .bodyContContent .news_right .news_cate a {
      height: 24rem;
      position: relative;
      padding: 0 12px;
      padding-top: 25px;
    }
  }
  @media(min-width: 993px) and (max-width: 1199px) {
    #laymod_325613 .bodyContContent .newsli_box .news_list .news_li {
      height: 228px;
    }
  }
  @media(min-width: 954px) and (max-width: 992px) {
    #laymod_325613 .bodyContContent .newsli_box .news_list .news_li {
      height: 224px;
    }
    #laymod_325613 .bodyContContent .newsli_box .news_list .news_li a .news_info .news_desc {
      height: 66px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
  }
  @media(min-width: 781px) and (max-width: 810px) {
    #laymod_325613 .bodyContContent .newsli_box .news_list .news_li {
      height: 208px;
    }
    #laymod_325613 .bodyContContent .newsli_box .news_list .news_li a .news_info .news_desc {
      height: 66px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
  }
  @media(min-width: 811px) and (max-width: 954px) {
    #laymod_325613 .bodyContContent .newsli_box .news_list .news_li {
      height: 212px;
    }
    #laymod_325613 .bodyContContent .newsli_box .news_list .news_li a .news_info .news_desc {
      height: 66px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
  }
  @media(min-width: 768px) and (max-width: 780px) {
    #laymod_325613 .bodyContContent .newsli_box .news_list .news_li {
      height: 204px;
    }
    #laymod_325613 .bodyContContent .newsli_box .news_list .news_li a .news_info .news_desc {
      height: 66px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
  }
		  @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;  
} 
i,em {   
  font-style:normal;   
}
/*模版整体控制*/   
#laymod_320508 {   
    position:relative;   
    overflow:hidden;   
        font-family:"Microsoft Yahei","PingHei","Lucida Grande","Lucida Sans Unicode";   
}   
#laymod_320508 .bg {   
    position:absolute;    
    z-index: 1;   
    width:100%;    
    height:100%;     
    top:0;    
    left:0;    
}   
#laymod_320508 .bg_img {   
    z-index:2;   
}   
#laymod_320508 .bodyCont_width {   
    position:relative;  
    z-index:4;    
} 
#laymod_320508 .bodyCont_width .foot_up .container .foot_info .foot_li {
  margin-bottom: 28px;
}
#laymod_320508 .bodyCont_width .foot_up .container .foot_info .foot_li>.title,
#laymod_320508 .bodyCont_width .foot_up .container .foot_open .foot_left>.hottitle {
  color: rgba(223,223,223,1);
    font-size: 24px;
    line-height: 1;
    padding: 7px 0;
}
#laymod_320508 .bodyCont_width .foot_up .container .foot_info .foot_li ul li {
    line-height: 1;
    padding: 8.5px 0;
}
#laymod_320508 .bodyCont_width .foot_up .container .foot_info .foot_li ul li .title,
#laymod_320508 .bodyCont_width .foot_up .container .foot_info .foot_li ul li .inline,
#laymod_320508 .bodyCont_width .foot_up .container .foot_info .foot_li ul li>a,
#laymod_320508 .bodyCont_width .foot_up .container .foot_info .foot_li ul li>div,
#laymod_320508 .bodyCont_width .foot_up .container .foot_info .foot_li ul li span {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
    color:rgba(223, 223, 223, 0.6);
}
#laymod_320508 .bodyCont_width .foot_up .container .foot_open .foot_left .hottime {
    color:rgba(223, 223, 223, 0.6);
  font-size: 13px;
  line-height: 1;
  padding: 8.5px 0;
}
#laymod_320508 .bodyCont_width .foot_up .container .foot_open .foot_left .share {
    font-size: 0;
    padding-top: 30px;
    padding-bottom: 90px;
}
#laymod_320508 .bodyCont_width .foot_up .container .foot_open .foot_left .share a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
    color:rgba(223, 223, 223, 0.6);
}
#laymod_320508 .bodyCont_width .foot_up .container .foot_open .foot_left .share a .pcfont {
  font-size: 31px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  transition:all .3s;
}
#laymod_320508 .bodyContContent .share .wechat .iconfont:after {
  content: "\e991";
}
#laymod_320508 .bodyContContent .share .qq .iconfont:after {
  content: "\e990";
}
#laymod_320508 .bodyContContent .share .qq2 .iconfont:after {
  content: "\e97d";
}
#laymod_320508 .bodyContContent .share .weibo .iconfont:after {
  content: "\e994";
}
#laymod_320508 .bodyContContent .wechat_div {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
  bottom: 0;
  z-index: 500;
  visibility: hidden;
  opacity: 0;
  transition: all .35s ease-out;
}
#laymod_320508 .bodyContContent .wechat_div.active {
  opacity: 1;
  visibility: visible;
}
#laymod_320508 .bodyContContent .wechat_div .wechat_bg {
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
}
#laymod_320508 .bodyContContent .wechat_div .wechat_img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 300px;
  width:300px;
}
#laymod_320508 .bodyContContent .wechat_div .wechat_img img {
  max-width: 100%;
  max-height: 100%;
}
#laymod_320508 .bodyCont_width .foot_down {
    border-top: 1px solid rgba(223, 223, 223, 0.2);
}
#laymod_320508 .bodyCont_width .foot_down .container {
  padding: 0;
}
#laymod_320508 .bodyCont_width .foot_down .col-sm-7 .foot_copy,
#laymod_320508 .bodyCont_width .foot_down .col-sm-7 a {
  display: inline-block;
  vertical-align: middle;
  line-height: 42px;
  font-size: 12px;
    color:rgba(223, 223, 223, 0.6);
  padding-right: 6px;
}
#laymod_320508 .bodyCont_width .foot_down .col-sm-5 a {
  display: inline-block;
  vertical-align: middle;
  line-height: 42px;
  font-size: 12px;
    color:rgba(223, 223, 223, 0.6);
  padding-right: 6px;
}
@media(min-width: 993px) {
  #laymod_320508 .bodyCont_width {
    padding-top: 40px;
  }
  #laymod_320508 .bodyCont_width .foot_up .container {
    padding: 0;
  }
  #laymod_320508 .bodyCont_width .foot_up .container .foot_info,
  #laymod_320508 .bodyCont_width .foot_up .foot_open {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  #laymod_320508 .bodyCont_width .foot_up .container .foot_open .foot_right .foot_lxwm {
    color: rgba(223,223,223,1);
    font-size: 24px;
    line-height: 1;
    padding: 7px 0;
    margin-bottom: 8px;
  }
  #laymod_320508 .bodyCont_width .foot_up .container .foot_open .foot_right .cont_mail {
    width: 100%;
    height: 34px;
    padding: 0 10px 0 0;
    text-indent: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: none;
    color: rgba(223,223,223,1);
      border: 1px solid rgba(223, 223, 223, 0.2);
  }
  #laymod_320508 .bodyCont_width .foot_up .container .foot_open .foot_right .foot_hb {
    margin-top: 15px;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  #laymod_320508 .bodyCont_width .foot_up .container .foot_open .foot_right .foot_hb .message_code {
    width: 75%;
    height: 34px;
    font-size: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
      border: 1px solid rgba(223, 223, 223, 0.2);
  }
  #laymod_320508 .bodyCont_width .foot_up .container .foot_open .foot_right .foot_hb .message_code input {
    display: inline-block;
    width: 59%;
    font-size: 12px;
    line-height: 32px;
    vertical-align: middle;
    text-indent: 8px;
    background: none;
 color: rgba(223,223,223,1);
  }
  #laymod_320508 .bodyCont_width .foot_up .container .foot_open .foot_right .foot_hb .message_code img {
    display: inline-block;
    width: 40%;
  }
  #laymod_320508 .bodyCont_width .foot_up .container .foot_open .foot_right .foot_hb .liuyan {
    width: 20%;
    height: 34px;
    position: relative;
    font-size: 24px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: 0;
      color: rgba(223, 223, 223, 0.2);
  }
  #laymod_320508 .bodyCont_width .foot_up .container .foot_open .foot_right .foot_hb .liuyan:after {
    content: "\e953";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 34px;
  }
  #laymod_320508 .bodyCont_width .foot_up .container .foot_open .foot_right .cont_mail:hover,
  #laymod_320508 .bodyCont_width .foot_up .container .foot_open .foot_right .foot_hb .message_code:hover {
    border-color: rgba(255,255,255,1);
  }
  #laymod_320508 .bodyCont_width .foot_up .container .foot_info .foot_li ul li a:hover,
  #laymod_320508 .bodyCont_width .foot_up .container .foot_open .foot_left .foot_share a:hover,
  #laymod_320508 .bodyCont_width .foot_up .container .foot_open .foot_right .foot_hb .liuyan:hover,
  #laymod_320508 .bodyCont_width .foot_down .col-sm-5 a:hover {
    color: rgba(255,255,255,1);
  }
  #laymod_320508 .bodyCont_width .foot_up .container .foot_open .foot_left .foot_share a:hover .child {
    display: block;
    position: absolute;
    width: 180px;
    height: 180px;
    bottom: 100%;
  }
  #laymod_320508 .bodyCont_width .foot_down .col-xs-12 {
    padding: 0;
  }
  #laymod_320508 .bodyCont_width .foot_down .col-sm-5 {
    text-align: right;
  }
}
  #laymod_320508 ::-webkit-input-placeholder {
      color: currentColor;
opacity:0.3;
  }
  #laymod_320508 :-moz-placeholder {/* Firefox 18- */
      color: currentColor;
opacity:0.3;
  }
@media(max-width: 992px) {
  #laymod_320508 #jh2_foot_17.active {
    z-index: 1901;
    overflow: visible;
    position: relative;
  }
  #laymod_320508 .bodyCont_width .foot_open .foot_right {
    display: none;
  }
  #laymod_320508 .bodyCont_width .foot_up {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  #laymod_320508 .bodyCont_width .foot_up .container .foot_info .foot_li {
    margin-bottom: 10px;
  }
  #laymod_320508 .bodyCont_width .foot_up .container .foot_info .foot_li>.title,
  #laymod_320508 .bodyCont_width .foot_up .container .foot_open .foot_left>.hottitle {
    font-size: 20px;
  }
  #laymod_320508 .bodyCont_width .foot_up .container .foot_open .foot_left .foot_share {
    display: none;
  }
  #laymod_320508 .bodyCont_width .foot_down {
    padding: 14px 0;
  }
  #laymod_320508 .bodyCont_width .foot_down .col-xs-12 {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  #laymod_320508 .bodyCont_width .foot_down .col-sm-5 {
    text-align: center;
    width: 100%;
  }
  #laymod_320508 .bodyCont_width .foot_down .col-sm-7 .foot_copy, 
  #laymod_320508 .bodyCont_width .foot_down .col-sm-7 a,
  #laymod_320508 .bodyCont_width .foot_down .col-sm-5 a {
    line-height: 22px;
  }
  #laymod_320508 .bodyCont_width .foot_up .container .foot_open .foot_left .hottime {
    padding: 4px 0;
  }
  #laymod_320508 .bodyCont_width .foot_up .container .foot_info .foot_li ul li {
    padding: 5px 0;
  }
  #laymod_320508 .fixed_close {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    z-index: 2000;
  }
  #laymod_320508 .bodyCont_width .foot_up .container .foot_open .foot_left .share {
    font-size: 0;
    padding-top: 10px;
    padding-bottom: 0px;
	}
}
		  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_488236 #jh2_title_2 {
  position:relative;
  overflow:hidden;
    font-family:"PingHei","Lucida Grande","Lucida Sans Unicode";
}
#laymod_488236 .bg {
  position:absolute;
  z-index: 1;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
#laymod_488236 .bg_img {
  z-index:2;
}
#laymod_488236 .bodyCont_width {
  position:relative;
  opacity: 1;
  z-index:4;
}
/*标题控制*/
#laymod_488236 .bodyContTitle {
  position:relative;
  padding: 0;
  z-index: 3;
}
#laymod_488236 .bodyContTitle .left_title {
  float:left;
}
#laymod_488236 .bodyContTitle .left_title.left_none {
	float: none;
}
#laymod_488236 .bodyContTitle .fl {
	font-size: 24px;
	color: #333;
  margin:0 0 12px 0;
}
#laymod_488236 .bodyContTitle .fl2 {
  font-size:12px;
  margin:0;
  color:#999;
}
#laymod_488236 .bodyContTitle .right_more {
  float:right;
  display:block;
}
#laymod_488236 .right_more ul {
  /*display*/
  display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  -webkit-flex-wrap:nowrap;
    -webkit-box-lines:single;
    -moz-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-justify-content:center;
  justify-content:center;/*主轴上对齐*/
  align-items:flex-end;/*交叉轴对齐*/
  -webkit-align-items:flex-end;
  box-align:end;
  -moz-box-align:end;
  -webkit-box-align:end;
}
#laymod_488236 .right_more li {
  margin:0 0 0 5%;
  _margin:0 0 0 2.5%;
  white-space: nowrap;
}
#laymod_488236 .right_more a,
#laymod_488236 .right_more a dd {
  color:#999;
  font-size:14px;
  font-weight:normal;
  line-height:2.3;
  position:relative;
  display: block;
  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_488236 .right_more a {
    padding:0 25px 0 0;
  }
  #laymod_488236 .right_more .title_more_icon {
    position:absolute;
    top:50%;
    margin:-10px 0 0 0;
    right: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;
    display:block;
  }
  #laymod_488236 .active_false .right_more a:hover .title_more_icon {
    right:-5px;
  }
#laymod_488236 .right_more a dd {
  text-overflow:ellipsis;
  overflow:hidden;
  max-width:150px;
}
#laymod_488236 .active_false .right_more a:hover,
#laymod_488236 .active_false .right_more a:hover dd {
  color:rgba(33,46,49,1);
}
#laymod_488236 .right_more a .jh_line {
  background:rgba(33,46,49,1);
  display:block;
  width:0;
  height:1px;
  position:absolute;
  bottom:0;
  left:50%;
  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_488236 .active_false .right_more a:hover .jh_line {
  left:0;
  width:100%;
}
/*线条*/
#laymod_488236 .bodyCont_width>.jh_line {
  height:1px;
  background:#eee;
  margin:0 auto;
  clear:both;
}
/*直接控制小于992px屏幕时css*/
@media (max-width:992px) {
  #laymod_488236 .bodyContTitle {
    padding:0 15px;
  }
  #laymod_488236 .bodyContTitle .fl,
  #laymod_488236 .bodyContTitle .fl span,
  #laymod_488236 .bodyContTitle .fl p,
  #laymod_488236 .bodyContTitle .fl b {
    font-size:20px;
  }
  #laymod_488236 .bodyContTitle .fl2,
  #laymod_488236 .bodyContTitle .fl2 span,
  #laymod_488236 .bodyContTitle .fl2 p,
  #laymod_488236 .bodyContTitle .fl2 b {
    font-size:12px;
  }
}
