
		  @font-face {
    font-family: 'iconfont';  /* Project id 249974 */
    src: url('../font/font_249974_ooky095nbp.woff2') format('woff2'),
         url('../font/font_249974_ooky095nbp.woff') format('woff'),
         url('../font/font_249974_ooky095nbp.ttf') 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_588551 {
    position:relative;
    z-index: 1000;
      font-family:"Arial","Times New Roman","Microsoft YaHei","SimHei";
  }
  #laymod_588551 .bg {
    position:absolute;
    z-index: 1;
    width:100%;
    height:100%;
    top:0;
    left:0;
  }
  #laymod_588551 .bg_img {
    z-index:2;
  }
  #laymod_588551 .bodyCont_width {
    position:relative;
    z-index: 3;
  }
  /* 登录 */
  #laymod_588551 .login_box {
    position: fixed;
    top: -200%;
    opacity: 0;
      width: 100%;
      height: 100%;
      z-index: 200;
    transition: all .5s ease-out;
    visibility: hidden;
  }
  #laymod_588551 .login_box.yid {
    display: block;
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  #laymod_588551 .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_588551 .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_588551 .login_box.yid .div-login {
    top: 0;
  }
  #laymod_588551 .login_box .div-login p {
    color: rgba(217,17,1,1);
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 20px;
  }
  #laymod_588551 .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_588551 .login_box .div-login label input {
    width: 88%;
    float: right;
    text-indent: 1em;
    border-radius: 4px;
    height: 45px;
    line-height: normal;
    background: none;
  }
  #laymod_588551 .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_588551 .login_box .div-login .login_1 i:after {
    content:"\e759";
  }
  #laymod_588551 .login_box .div-login .login_2 i:after {
    content:"\e75b";
  }
  #laymod_588551 .login_box .div-login .login_3 i:after {
    content:"\e758";
  }
  #laymod_588551 .login_box .div-login .login_3 input {
    width: 65%;
    float: left;
  }
  #laymod_588551 .login_box .div-login .login_3 img {
    float: left;
    margin: 10px 0;
  }
  #laymod_588551 .login_box .div-login .submit-login {
    width: 100%;
    height: 40px;
    background: rgba(217,17,1,1);
    color: #fff;
  }
  #laymod_588551 .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_588551 .login_box .div-login .click_close i:after {
    content: "\e74c";
  }
  /*登录和注册*/
  #laymod_588551 .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_588551 .login_style.login_show {
    visibility: visible;
    top: 0;
    opacity: 1;
  }
  #laymod_588551 .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_588551 .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_588551 .login_style.login_show .login_account {
      transform: translateY(0%);
      opacity: 1;
  }
  #laymod_588551 .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_588551 .login_style .login_close:before {
    content:"\e74c";
  }
  #laymod_588551 .login_style .login_account p {
    color: rgba(217,17,1,1);
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 20px;
  }
  #laymod_588551 .login_style label {
    display:block;
    width:100%;
    position:relative;
    margin:0 0 1rem 0;
    overflow:hidden;
  }
  #laymod_588551 .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_588551 .login_style label.login_1 i:before {
    content:"\e6c6";
  }
  #laymod_588551 .login_style label.login_2 i:before {
    content:"\e6da";
  }
  #laymod_588551 .login_style label.login_3 i:before {
    content:"\e6c8";
  }
  #laymod_588551 .login_style.win_reg label.login_3 i:before {
    content:"\e6da";
  }
  #laymod_588551 .login_style label.login_4 i:before {
    content:"\e6bb";
  }
  #laymod_588551 .login_style label.move_bg i {
    background:rgba(217,17,1,1);
    color:#fff;
  }
  #laymod_588551 .login_style input {
    display:block;
    height:40px;
    line-height:normal;
    font-size:12px;
    width:100%;
    -webkit-appearance: none;
  }
  #laymod_588551 .login_style .pass {
    border:1px solid #ccc;
    height:45px;
    line-height:normal;
    text-indent: 1em;
    font-size: 12px;
    color: #000;
    margin-bottom: 20px;
  }
  #laymod_588551 .login_style .move_bg input {
    border-color:rgba(217,17,1,1);
  }
  #laymod_588551 .login_style input.input-randCode {
    width:70%;
    float:left;
  }
  #laymod_588551 .login_style #verifyPic {
    float:right;
    margin:4% 0 0 0;
  }
  #laymod_588551 .login_style input.submit {
    text-indent:0;
    background:rgba(217,17,1,1);
    color:#fff;
    display: block;
    width: 100%;
  }
  #laymod_588551 .login_style .move_bg input.submit {
    background:rgba(217,17,1,1);
    color:#fff;
  }
  #laymod_588551 .topcarttotal em {
    font-style:normal;
    padding:0 5px;
  }
  #laymod_588551 .right_more .header_login.active .h_login,
  #laymod_588551 .right_more .header_login.active .h_register {
    display: none !important;
  }
  #laymod_588551 .right_more .span-logout {
    cursor: pointer;
    transition: all .3s;
  }
  #laymod_588551 .right_more .divider {
    display: none;
  }
    /* 订单 */
    #laymod_588551 .right_more .div-info .dropdown ul {
      padding: 0;
      margin: 0;
        position: absolute;
        top: 102%;
        right: -20px;
    }
    #laymod_588551 .right_more .div-info .dropdown ul li a {
      padding: 0 30px;
        line-height: 50px;
        font-size: 15px;
    }
    #laymod_588551 .right_more .div-info .dropdown ul li a i {
      margin-right: 5px;
    }
    #laymod_588551 .right_more .div-info .dropdown ul li a .wb-user:after {
      content: "\e6eb";
    }
    #laymod_588551 .right_more .div-info .dropdown ul li a .wb-order:after {
      content: "\e76f";
    }
    #laymod_588551 .right_more .div-info .dropdown ul li a .wb-settings:after {
      content: "\e80f";
    }
    #laymod_588551 .right_more .div-info .dropdown ul li a .wb-power:after {
      content: "\e7c8";
    }
    #laymod_588551 .active_false .right_more .header_login .h_login a:hover,
    #laymod_588551 .active_false .right_more .header_login .h_register a:hover,
    #laymod_588551 .active_false .right_more .header_login .span-logout:hover {
      color: #fff;
    }
    #laymod_588551 .active_false .right_more .header_login .h_pay:hover {
      background: #fff;
    }
    #laymod_588551 .active_false .right_more .header_login .h_pay:hover a {
      color: rgba(255,255,255,1);
    }
    #laymod_588551 .active_false .h_pay .dropdown-menu .dropdown-menu-footer .dropdown-menu-footer-btn a:hover {
      color: #fff;
    }
    #laymod_588551 .active_false .bodyContContent .header_nav li a:hover {
      color: rgba(217,17,1,1);
    }
    #laymod_588551 .active_false .bodyContContent .header_nav .s_list a:hover {
      text-indent: 1em;
    }
    #laymod_588551 .active_false .bodyContContent .header_nav li.f_nav_li:hover .s_list {
      opacity: 1;
      height: auto;
      padding-top: 15px;
    }
    #laymod_588551 .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_588551 .active_false .bodyContContent .search_wrap:hover input,
    #laymod_588551 .active_false .bodyContContent .search_wrap:hover a {
      border: 1px solid rgba(217,17,1,1);
    }
    #laymod_588551 .active_false .bodyContContent .search_wrap a:hover {
      background: rgba(217,17,1,1);
    }
    #laymod_588551 .active_false .bodyContContent .search_wrap a:hover i:after {
      color: #fff;
    }
    #laymod_588551 .active_false .login_box .div-login .click_close:hover {
      transform: rotate(360deg);
      color: rgba(217,17,1,1);
    }
    #laymod_588551 .active_false .login_style .login_close:hover {
      color:rgba(217,17,1,1);
      transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
    #laymod_588551 .active_false .right_more .div-info .dropdown ul li a:hover {
      color: #b0b0b0;
        background-color: inherit;
    }
  #laymod_588551 .click_input {
    text-align: right
  }
  #laymod_588551 .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_588551 .click_input a:hover {
    color: rgba(217,17,1,1);
  }
  #laymod_588551 .click_input .click_remember {
    margin-right: 10px;
  }
  #laymod_588551 .remember_pass,
  #laymod_588551 .remember_pass2,
  #laymod_588551 .remember_pass3,
  #laymod_588551 .remember_pass4 {
    position: absolute;
    opacity: 0;
    width: 65%;
    top: 7.3%;
    visibility: hidden;
    transform: rotateY(180deg);
    transition: all .5s ease-out;
  }
  #laymod_588551 .remember_pass.active_login,
  #laymod_588551 .remember_pass2.active_login,
  #laymod_588551 .remember_pass3.active_login,
  #laymod_588551 .remember_pass4.active_login {
    opacity: 1;
    visibility: visible;
    transform: rotateY(0deg);
  }
  #laymod_588551 .remember_pass > p,
  #laymod_588551 .remember_pass2 > p,
  #laymod_588551 .remember_pass3 > p,
  #laymod_588551 .remember_pass4 > p {
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 20px;
    color: rgba(217,17,1,1);
  }
  #laymod_588551 .remember_account {
    margin-bottom: 20px
  }
  #laymod_588551 .remember_account p,
  #laymod_588551 .remember_alphveri p {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 10px;
  }
  #laymod_588551 .remember_account .remember_input input {
    border: 1px solid #ccc;
    height: 44px;
    line-height: normal;
    width: 100%;
    text-indent: 1em;
  }
  #laymod_588551 .remember_alphveri .remember_input {
    border: 1px solid #ccc;
    height: 44px;
    line-height: normal;
    position: relative;
  }
  #laymod_588551 .remember_alphveri .remember_input input {
    width: 78%;
    float: left;
    height: 100%;
    text-indent: 1em;
  }
  #laymod_588551 .remember_alphveri .remember_input .veriImg {
    float: left;
    margin: 7px 0;
  }
  #laymod_588551 .tips {
    font-size: 14px;
    line-height: 2;
    margin-top: 5px;
    color: #ef8b24;
  }
  #laymod_588551 .remember_pass #submitt1,
  #laymod_588551 .remember_pass2 #submitt2,
  #laymod_588551 .remember_pass3 #submitt3 {
    width: 100%;
    height: 40px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
    margin-top: 30px;
    background: rgba(217,17,1,1);
  }
  #laymod_588551 .remember_pass4 .fonticon {
    width: 100%;
    text-align: center;
    margin-top: 100px;
  }
  #laymod_588551 .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_588551 .remember_pass4 .iconfont:after {
    content: '\e949';
    display: block;
    font-size: 50px;
  }
  #laymod_588551 .remember_pass4 .remember_success {
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    letter-spacing: 1px;
  }
  #laymod_588551 .red {
    color: #ff0000;
    padding-right: 5px;
  }
  @media (min-width: 993px) {
    #laymod_588551 .container {
      padding: 0;
    }
    #laymod_588551 .left_title {
      float: left;
      line-height: 40px;
      height: 40px;
    }
    #laymod_588551 .right_more {
      float: right;
      height: 40px;
      line-height: 39px;
      position: relative;
    }
    #laymod_588551 .left_title .fl {
      color: rgba(255,255,255,1);
      transition:all .3s;
      font-size: 12px;
    }
    #laymod_588551 .right_more .header_login .h_login,
    #laymod_588551 .right_more .header_login .h_register {
      padding: 0 5px;
      position: relative;
    }
    #laymod_588551 .right_more .header_login div {
      display: inline-block;
    }
    #laymod_588551 .right_more .header_login div a {
      color: rgba(255,255,255,1);
      font-size: 12px;
      transition: all .3s;
    }
    #laymod_588551 .right_more .header_login .div-info {
      color: rgba(255,255,255,1);
      font-size: 12px;
    }
    #laymod_588551 .right_more .header_login .div-info .dropdown.open .caret {
      transform: rotate(180deg);
    }
    #laymod_588551 .h_pay .list-group {
      margin-bottom: 0;
    }
    /* 购物车 */
    #laymod_588551 .h_pay {
      width: 120px;
      margin-left: 15px;
      background: #424242;
      text-align: center;
    }
    #laymod_588551 .right_more .header_login .h_pay a {
      display: block;
      position: relative;
    }
    #laymod_588551 .right_more .header_login .h_pay a .badge {
      position: absolute;
        top: 2px;
        right: 15%;
        font-weight: 400;
        padding: 3px 6px;
        background: rgba(217,17,1,1);
    }
    #laymod_588551 .h_pay .iconfont {
      font-size: 12px;
    }
    #laymod_588551 .h_pay .iconfont:after {
      content: "\e672";
    }
    #laymod_588551 .right_more .header_login .h_pay .list-group .padding-right-10,
    #laymod_588551 .right_more .header_login .h_pay .list-group .media-body {
      display: table-cell;
    }
    #laymod_588551 .right_more .header_login .h_pay .list-group .media-body {
      line-height: 1.6;
    }
    #laymod_588551 .right_more .header_login .h_pay .media-left .text-middle {
      width: 50px;
    }
    #laymod_588551 .right_more .header_login .h_pay .list-group .media-body .topcartremove i:after {
      content: "\e76b";
    }
    #laymod_588551 .right_more .header_login .h_pay .list-group .media-body .pull-right p {
      line-height: 26px;
    }
    #laymod_588551 .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_588551 .h_pay .dropdown-menu.open {
      display: block;
      padding-bottom: 0;
    }
    #laymod_588551 .h_pay .dropdown-menu .dropdown-menu-header {
      padding: 20px;
      position: relative;
    }
    #laymod_588551 .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(217,17,1,1);
    }
    #laymod_588551 .h_pay .dropdown-menu .list-group div {
      display: block;
    }
    #laymod_588551 .h_pay .dropdown-menu .dropdown-menu-footer {
        height: 55px;
        line-height: 55px;
        padding: 0 15px;
        position: relative;
    }
    #laymod_588551 .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_588551 .h_pay .dropdown-menu .dropdown-menu-footer .dropdown-menu-footer-btn a {
      border-radius: 0;
    }
    #laymod_588551 .h_pay .dropdown-menu .dropdown-menu-footer span {
      color: rgba(217,17,1,1);
    }
    #laymod_588551 .bodyContContent {
      height: 100px;
    }
    #laymod_588551 .bodyContContent .container {
      height: 100px;
      display: flex;
    }
    #laymod_588551 .bodyContContent .header_logo,
    #laymod_588551 .bodyContContent .header_nav,
    #laymod_588551 .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_588551 .bodyContContent .header_logo,
    #laymod_588551 .bodyContContent .header_nav {
      padding-left: 0;
    }
    #laymod_588551 .bodyContContent .header_logo a {
      display: block;
      overflow: hidden;
    }
    #laymod_588551 .bodyContContent .header_logo a img {
      max-height: 50px;
      max-width: 180px;
      display: block;
    }
    #laymod_588551 .bodyContContent .header_nav li.f_nav_li {
      display: inline-block;
      line-height: 100px;
    }
    #laymod_588551 .bodyContContent .header_nav li.f_nav_li>a {
      display: block;
      padding: 0 10px;
    }
    #laymod_588551 .bodyContContent .header_nav li a {
  font-size:14px;
  font-weight:normal;
      color: rgba(255,255,255,1);
      transition: all .45s cubic-bezier(0, 0.49, 0.65, 0.96);
        overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
    #laymod_588551 .bodyContContent .s_list {
      position: absolute;
      min-width: 200px;
      background-color: rgba(0,0,0,1);
                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_588551 .bodyContContent .s_list a {
      display: block;
      line-height: 40px;
      font-size: 12px;
      padding: 0 10px;
      height: 0;
    }
    #laymod_588551 .bodyContContent .header_search {
      padding-right: 0;
    }
    #laymod_588551 .bodyContContent .search_wrap {
      height: 50px;
      font-size: 0;
    }
    #laymod_588551 .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_588551 .bodyContContent .search_wrap input::-webkit-input-placeholder {
      color: rgba(51,51,51,0.5);
    }
    #laymod_588551 .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_588551 .bodyContContent .search_wrap a i {
  color: #000;
  }
    #laymod_588551 .bodyContContent .search_wrap a i:after {
      content: "\e757";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
    }
  }
  #laymod_588551 .bodyContContent .header_nav li.active > a {
    color: rgba(217,17,1,1);
  }
    /* PC便捷登录 */
    #laymod_588551 .login_box .h_easy {
      margin-top: 15px;
    }
    #laymod_588551 .login_box .h_easy {
      font-size: 14px;
    }
    #laymod_588551 .login_box .h_easy a {
      color: #999;
      line-height: 30px;
      display: inline-block;
      vertical-align: top;
    }
    #laymod_588551 .login_box .h_easy .oAuth_2 {
      font-size: 30px;
    }
    #laymod_588551 .login_box .h_easy .oAuth_1 {
      margin-left: 5px;
      font-size: 30px;
    }
    #laymod_588551 .login_box .h_easy .oAuth_2:after {
      content: "\e786";
    }
    #laymod_588551 .login_box .h_easy .oAuth_1:after {
      content: "\e74a";
    }
  @media (max-width : 992px) {
    #laymod_588551 .bodyContTitle,
    #laymod_588551 .bodyContTitle .left_title,
    #laymod_588551 .bodyContTitle .account-wrap,
    #laymod_588551 .bodyContContent .header_nav,
    #laymod_588551 .bodyContContent .header_search {
      display: none;
    }
    #laymod_588551 .sj_header_click,
    #laymod_588551 .sj_header_nav {
      display: block !important;
    }
    #laymod_588551 .bodyContContent {
      position: relative;
      height: 50px;
    }
    #laymod_588551 .bodyContContent .container {
      padding: 0;
      height: auto;
    }
    /* 导航按钮 */
    #laymod_588551 .sj_header_click {
      position: absolute;
      width: 20px;
      height: 20px;
      top: 5px;
        left: 5px;
        padding: 10px;
        box-sizing: content-box;
        z-index: 200;
    }
    #laymod_588551 .sj_header_click .click1 {
      height: 1px;
      width: 20px;
      background: rgba(255,255,255,1);
      position: absolute;
        left: 0;
        top: 15px;
        transition: all .45s;
        right: 0;
        text-align: center;
        margin: auto;
    }
    #laymod_588551 .sj_header_click .click2 {
      height: 1px;
      width: 20px;
      background: rgba(255,255,255,1);
      position: absolute;
      left: 0;
      right: 0;
        text-align: center;
        margin: auto;
      bottom: 15px;
      transition: all .45s;
    }
    #laymod_588551 .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_588551 .sj_header_click.active .click1,
    #laymod_588551 .sj_header_click.active .click2 {
      width: 30px;
      background: #fff;
    }
    #laymod_588551 .sj_header_click.active .click1,
    #laymod_588551 .sj_header_click.active .click2 {
      left: 15px;
      right: auto;
    }
    #laymod_588551 .sj_header_click.active .click1 {
        transform: rotate(45deg) translateX(4px) translateY(3px);
    }
    #laymod_588551 .sj_header_click.active .click2 {
        transform: rotate(-45deg) translateX(3px) translateY(-2px);
    }
    #laymod_588551 .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_588551 .sj_header_nav ul {
      transform: translateY(-50px);
      transition: all .45s;
      opacity: 0;
      visibility: hidden;
      transition-delay: 0.2s;
    }
    #laymod_588551 .sj_header_nav .sj_search_wrap {
      transform: translateY(-50px);
      transition: all .45s;
      opacity: 0;
      visibility: hidden;
      transition-delay: 0.5s;
    }
    #laymod_588551 .sj_header_nav ul li {
      line-height: 45px;
      position: relative;
      border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    #laymod_588551 .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_588551 .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_588551 .sj_header_nav ul li i:after {
      content: "\e6b6";
    }
    #laymod_588551 .sj_header_nav ul li.active a {
      color: rgba(217,17,1,1);
    }
    #laymod_588551 .sj_header_nav ul li .s_list {
      padding: 15px 0;
      display: none;
      border-top: 1px solid rgba(255,255,255,0.1);
    }
    #laymod_588551 .sj_header_nav ul li .s_list a {
      display: block;
      line-height: 30px;
      font-size: 13px;
      color: rgba(255,255,255,0.4);
    }
    #laymod_588551 .sj_header_nav.active {
      height: 100%;
      visibility: visible;
      opacity: 1;
    }
    #laymod_588551 .sj_header_nav.active .sj_search_wrap,
    #laymod_588551 .sj_header_nav.active ul {
      transform: translateY(0px);
      opacity: 1;
      visibility: visible;
    }
    #laymod_588551 .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_588551 .sj_search_wrap input {
        background: none;
        font-size: 14px;
      text-indent: 2em;
      width: 80%;
      display: inline-block;
      color: #fff;
    }
    #laymod_588551 .sj_header_nav .search_wrap input::-webkit-input-placeholder {
      color: rgba(255,255,255,0.5);
    }
    #laymod_588551 .sj_search_wrap .search_btn {
      display: inline-block;
      width: 20%;
        font-size: 16px;
      position: relative;
      text-align: center;
      color: #fff;
    }
    #laymod_588551 .sj_search_wrap .search_btn i:after {
      content: "\e757";
    }
    /* Logo */
    #laymod_588551 .bodyContContent .header_logo {
      max-width: 200px;
      text-align: center;
      margin: 0 auto;
      padding: 0;
    }
    #laymod_588551 .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_588551 .bodyContContent .header_logo a img {
      display: block;
      max-height: 40px;
      max-width: 100%;
      margin: 0 auto;
    }
    #laymod_588551 .sj_login,
    #laymod_588551 .active1 {
      position: absolute;
      z-index: 1000;
      right: 5px;
      top: 3px;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
    }
    #laymod_588551 .sj_login a,
    #laymod_588551 .active1 a {
      display: block;
      color: rgba(255,255,255,1);
      font-size: 30px;
    }
    #laymod_588551 .sj_login i:after,
    #laymod_588551 .active1 i:after {
      content: "\e75c";
    }
    #laymod_588551 .login_box .div-login {
      width: 90%;
    }
    #laymod_588551 .login_box .div-login .login_3 input {
      width: 62%;
    }
    #laymod_588551 .login_box.active {
      top: 0;
      opacity: 1;
      visibility: visible;
    }
    #laymod_588551 .login_box.active .div-login {
      top: 0;
    }
    #laymod_588551 .login_box.active .click_account {
      margin-top: 10px;
      display: block;
        width: 100%;
        height: 40px;
        background: #fff;
        color: rgba(217,17,1,1);
        text-align: center;
        line-height: 40px;
        font-size: 12px;
        border-radius: 4px;
        border: 1px solid rgba(217,17,1,1);
    }
    #laymod_588551 .login_style.active {
      opacity: 1;
      visibility: visible;
      top: 0;
    }
    #laymod_588551 .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_588551 .login_box.active2 {
      display: none;
    }
    #laymod_588551 .sj_header_nav .div-info p {
      line-height: 40px;
      color: #fff;
      font-size: 14px;
      text-indent: 2em;
    }
    #laymod_588551 .sj_header_nav .div-info p .span-username {
      padding-right: 5px;
    }
    #laymod_588551 .sj_header_nav .div-info p {
      font-size: 12px;
    }
    #laymod_588551 .active1 {
      display: none;
    }
    #laymod_588551 .login_box .div-login label,
    #laymod_588551 .login_box.active .click_account {
      border-radius: 0;
    }
    #laymod_588551 .bodyContTitle .h_pay {
      position: absolute;
      right: 5px;
      top: 3px;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      z-index: 11;
    }
    #laymod_588551 .bodyContTitle .h_pay span {
      font-size: 0;
    }
    #laymod_588551 .bodyContTitle .h_pay .badge {
      font-size: 10px;
      font-weight: 400;
      padding: 2px 4px;
      position: absolute;
      right: 5px;
      top: 7px;
      background-color: rgba(217,17,1,1);
    }
    #laymod_588551 .bodyContTitle .h_pay a .iconfont {
      color: rgba(255,255,255,1);
      font-size: 16px;
    }
    #laymod_588551 .bodyContTitle .h_pay a .iconfont:after {
      content: "\e672";
    }
    #laymod_588551 .h_pay .dropdown-menu.open {
      display: block;
      width: 350px;
      padding-bottom: 0;
    }
    #laymod_588551 .h_pay .dropdown-menu .dropdown-menu-header {
      padding: 10px 20px;
      position: relative;
    }
    #laymod_588551 .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(217,17,1,1);
    }
    #laymod_588551 .topcart-goodnum {
      font-size: 12px !important;
    }
    #laymod_588551 .h_pay .dropdown-scrollable {
      margin-bottom: 0;
    }
    #laymod_588551 .h_pay .dropdown-scrollable .list-group-item {
        border-left: none;
        border-right: none;
        border-radius: 0;
    }
    #laymod_588551 .h_pay .dropdown-scrollable .padding-right-10 a {
      display: block;
      width: 50px;
    }
    #laymod_588551 .h_pay .dropdown-scrollable .media-body h6 a {
      color: #333;
      font-size: 12px;
    }
    #laymod_588551 .h_pay .dropdown-scrollable .media-body .pull-right {
      position: absolute;
      line-height: 2;
      right: 20px;
      top: 0;
    }
    #laymod_588551 .h_pay .dropdown-scrollable .media-body .pull-right span {
      font-size: 12px;
    }
    #laymod_588551 .h_pay .dropdown-scrollable .media-body>p {
      line-height: 2;
    }
    #laymod_588551 .h_pay .dropdown-menu-footer {
      padding: 10px 20px;
      position: relative;
        height: 50px;
        line-height: 2.3;
    }
    #laymod_588551 .h_pay .dropdown-menu .dropdown-menu-footer .dropdown-menu-footer-btn {
        position: absolute;
        right: 15px;
        top: 7px;
        line-height: 35px;
        height: 35px;
    }
    #laymod_588551 .h_pay .dropdown-menu-footer .red-600 {
      color: rgba(217,17,1,1);
      font-size: 14px;
    }
    #laymod_588551 .h_pay .dropdown-menu-footer .dropdown-menu-footer-btn .btn {
      font-size: 12px;
    }
    #laymod_588551 .right_more .header_login .h_login, 
    #laymod_588551 .right_more .header_login .h_register {
      display: none;
    }
    /* 订单 */
    #laymod_588551 .sj_header_nav .div-info {
      opacity: 0;
        transition: all .45s;
        visibility: hidden;
        transition-delay: 0.65s;
    }
    #laymod_588551 .sj_header_nav.active .div-info {
      opacity: 1;
      visibility: visible;
    }
    #laymod_588551 .sj_header_nav .div-info .dropdown1 a {
      color: #fff;
      text-align: center;
      font-size: 13px;
      line-height: 35px;
      display: block;
      padding: 0;
    }
    #laymod_588551 .sj_header_nav .div-info .dropdown1 .dropdown-menu a {
        color: rgba(255,255,255,0.4);
      background:none;
    }
    #laymod_588551 .sj_header_nav .div-info .dropdown1 .navbar-avatar {
      line-height: 1;
      margin-top: 4%;
      padding-bottom: 2%;
    }
    #laymod_588551 .sj_header_nav .div-info .dropdown1.open .caret {
      transform: rotate(180deg);
    }
    #laymod_588551 .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_588551 .sj_header_nav .div-info .dropdown-menu li {
      border-bottom: none;
    }
    #laymod_588551 .sj_header_nav .div-info .divider {
      display: none;
    }
    #laymod_588551 .login_box .div-login p {
      font-size: 20px;
    }
  }
    #laymod_588551 .active_true .bodyContTitle,
    #laymod_588551 .active_true .bodyContTitle .left_title,
    #laymod_588551 .active_true .bodyContTitle .account-wrap,
    #laymod_588551 .active_true .bodyContContent .header_nav,
    #laymod_588551 .active_true .bodyContContent .header_search {
      display: none;
    }
    #laymod_588551 .active_true .sj_header_click,
    #laymod_588551 .active_true .sj_header_nav {
      display: block !important;
    }
    #laymod_588551 .active_true .bodyContContent {
      position: relative;
      height: 50px;
    }
    #laymod_588551 .active_true .bodyContContent .container {
      padding: 0;
      height: auto;
    }
    /* 导航按钮 */
    #laymod_588551 .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_588551 .active_true .sj_header_click .click1 {
      height: 1px;
      width: 20px;
      background: rgba(255,255,255,1);
      position: absolute;
        left: 0;
        top: 15px;
        transition: all .45s;
        right: 0;
        text-align: center;
        margin: auto;
    }
    #laymod_588551 .active_true .sj_header_click .click2 {
      height: 1px;
      width: 20px;
      background: rgba(255,255,255,1);
      position: absolute;
      left: 0;
      right: 0;
        text-align: center;
        margin: auto;
      bottom: 15px;
      transition: all .45s;
    }
    #laymod_588551 .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_588551 .active_true .sj_header_click.active .click1,
    #laymod_588551 .active_true .sj_header_click.active .click2 {
      width: 30px;
      background: #fff;
    }
    #laymod_588551 .active_true .sj_header_click.active .click1,
    #laymod_588551 .active_true .sj_header_click.active .click2 {
      left: 15px;
      right: auto;
    }
    #laymod_588551 .active_true .sj_header_click.active .click1 {
        transform: rotate(45deg) translateX(4px) translateY(3px);
    }
    #laymod_588551 .active_true .sj_header_click.active .click2 {
        transform: rotate(-45deg) translateX(3px) translateY(-2px);
    }
    #laymod_588551 .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_588551 .active_true .sj_header_nav ul {
      transform: translateY(-50px);
      transition: all .45s;
      opacity: 0;
      visibility: hidden;
      transition-delay: 0.2s;
    }
    #laymod_588551 .active_true .sj_header_nav .sj_search_wrap {
      transform: translateY(-50px);
      transition: all .45s;
      opacity: 0;
      visibility: hidden;
      transition-delay: 0.5s;
    }
    #laymod_588551 .active_true .sj_header_nav ul li {
      line-height: 45px;
      position: relative;
      border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    #laymod_588551 .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_588551 .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_588551 .active_true .sj_header_nav ul li i:after {
      content: "\e6b6";
    }
    #laymod_588551 .active_true .sj_header_nav ul li.active a {
      color: rgba(217,17,1,1);
    }
    #laymod_588551 .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_588551 .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_588551 .active_true .login_box .div-login label,
    #laymod_588551 .active_true .login_box.active .click_account {
      border-radius: 0;
    }
    #laymod_588551 .active_true .sj_header_nav.active {
      height: 100%;
      visibility: visible;
      opacity: 1;
    }
    #laymod_588551 .active_true .sj_header_nav.active .sj_search_wrap,
    #laymod_588551 .active_true .sj_header_nav.active ul {
      transform: translateY(0px);
      opacity: 1;
      visibility: visible;
    }
    #laymod_588551 .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_588551 .active_true .sj_header_nav.active .sj_search_wrap.hide {
      display: none !important;
    }
    #laymod_588551 .active_true .sj_search_wrap input {
        background: none;
        font-size: 14px;
      text-indent: 2em;
      width: 80%;
      display: inline-block;
      color: #fff;
    }
    #laymod_588551 .active_true .sj_header_nav .search_wrap input::-webkit-input-placeholder {
      color: rgba(255,255,255,0.5);
    }
    #laymod_588551 .active_true .sj_search_wrap .search_btn {
      display: inline-block;
      width: 20%;
        font-size: 16px;
      position: relative;
      text-align: center;
      color: #fff;
    }
    #laymod_588551 .active_true .sj_search_wrap .search_btn i:after {
      content: "\e757";
    }
    /* Logo */
    #laymod_588551 .active_true .bodyContContent .header_logo {
      max-width: 200px;
      text-align: center;
      margin: 0 auto;
      padding: 0;
    }
    #laymod_588551 .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_588551 .active_true .bodyContContent .header_logo a img {
      display: block;
      max-height: 40px;
      max-width: 100%;
      margin: 0 auto;
    }
    #laymod_588551 .active_true .sj_login,
    #laymod_588551 .active_true .active1 {
      position: absolute;
      z-index: 1000;
      right: 5px;
      top: 3px;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
    }
    #laymod_588551 .active_true .sj_login a,
    #laymod_588551 .active_true .active1 a {
      display: block;
      color: rgba(255,255,255,1);
      font-size: 30px;
    }
    #laymod_588551 .active_true .sj_login i:after,
    #laymod_588551 .active_true .active1 i:after {
      content: "\e75c";
    }
  @media(min-width: 768px) {
    #laymod_588551 .active_true .login_box .div-login {
      width: 500px;
    }
    #laymod_588551 .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_588551 .active_true .login_box .div-login .login_3 input {
      width: 62%;
    }
    #laymod_588551 .active_true .login_box.active {
      top: 0;
      opacity: 1;
      visibility: visible;
    }
    #laymod_588551 .active_true .login_box.active .div-login {
      top: 0;
    }
    #laymod_588551 .active_true .login_box.active .click_account {
      margin-top: 10px;
      display: block;
        width: 100%;
        height: 40px;
        background: #fff;
        color: rgba(217,17,1,1);
        text-align: center;
        line-height: 40px;
        font-size: 12px;
        border-radius: 0;
        border: 1px solid rgba(217,17,1,1);
    }
    #laymod_588551 .active_true .login_style.active {
      opacity: 1;
      visibility: visible;
      top: 0;
    }
    #laymod_588551 .active_true .login_box.active2 {
      display: none;
    }
    #laymod_588551 .active_true .sj_header_nav .div-info p {
      line-height: 40px;
      color: #fff;
      font-size: 14px;
      text-indent: 2em;
    }
    #laymod_588551 .active_true .sj_header_nav .div-info p .span-username {
      padding-right: 5px;
    }
    #laymod_588551 .active_true .sj_header_nav .div-info p {
      font-size: 12px;
    }
    #laymod_588551 .active_true .active1 {
      display: none;
    }
    #laymod_588551 .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_588551 .active_true .bodyContTitle .h_pay span {
      font-size: 0;
    }
    #laymod_588551 .active_true .bodyContTitle .h_pay .badge {
      font-size: 10px;
      font-weight: 400;
      padding: 2px 4px;
      position: absolute;
      right: 5px;
      top: 7px;
      background-color: rgba(217,17,1,1);
    }
    #laymod_588551 .active_true .bodyContTitle .h_pay a .iconfont {
      color: rgba(255,255,255,1);
      font-size: 16px;
    }
    #laymod_588551 .active_true .bodyContTitle .h_pay a .iconfont:after {
      content: "\e672";
    }
    #laymod_588551 .active_true .h_pay .dropdown-menu.open {
      display: block;
      width: 350px;
      padding-bottom: 0;
    }
    #laymod_588551 .active_true .h_pay .dropdown-menu .dropdown-menu-header {
      padding: 10px 20px;
      position: relative;
    }
    #laymod_588551 .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(217,17,1,1);
    }
    #laymod_588551 .active_true .topcart-goodnum {
      font-size: 12px !important;
    }
    #laymod_588551 .active_true .h_pay .dropdown-scrollable {
      margin-bottom: 0;
    }
    #laymod_588551 .active_true .h_pay .dropdown-scrollable .list-group-item {
        border-left: none;
        border-right: none;
        border-radius: 0;
    }
    #laymod_588551 .active_true .h_pay .dropdown-scrollable .padding-right-10 a {
      display: block;
      width: 50px;
    }
    #laymod_588551 .active_true .h_pay .dropdown-scrollable .media-body h6 a {
      color: #333;
      font-size: 12px;
    }
    #laymod_588551 .active_true .h_pay .dropdown-scrollable .media-body .pull-right {
      position: absolute;
      line-height: 2;
      right: 20px;
      top: 0;
    }
    #laymod_588551 .active_true .h_pay .dropdown-scrollable .media-body .pull-right span {
      font-size: 12px;
    }
    #laymod_588551 .active_true .h_pay .dropdown-scrollable .media-body>p {
      line-height: 2;
    }
    #laymod_588551 .active_true .h_pay .dropdown-menu-footer {
      padding: 10px 20px;
      position: relative;
        height: 50px;
        line-height: 2.3;
    }
    #laymod_588551 .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_588551 .active_true .h_pay .dropdown-menu-footer .red-600 {
      color: rgba(217,17,1,1);
      font-size: 14px;
    }
    #laymod_588551 .active_true .h_pay .dropdown-menu-footer .dropdown-menu-footer-btn .btn {
      font-size: 12px;
    }
    #laymod_588551 .active_true .right_more .header_login .h_login, 
    #laymod_588551 .active_true .right_more .header_login .h_register {
      display: none;
    }
    /* 订单 */
    #laymod_588551 .active_true .sj_header_nav .div-info {
      opacity: 0;
        transition: all .45s;
        visibility: hidden;
        transition-delay: 0.65s;
    }
    #laymod_588551 .active_true .sj_header_nav.active .div-info {
      opacity: 1;
      visibility: visible;
    }
    #laymod_588551 .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_588551 .active_true .sj_header_nav .div-info .dropdown1 .dropdown-menu a {
        color: rgba(255,255,255,0.4);
      background:none;
    }
    #laymod_588551 .active_true .sj_header_nav .div-info .dropdown1 .navbar-avatar {
      line-height: 1;
      margin-top: 4%;
      padding-bottom: 2%;
    }
    #laymod_588551 .active_true .sj_header_nav .div-info .dropdown1.open .caret {
      transform: rotate(180deg);
    }
    #laymod_588551 .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_588551 .active_true .sj_header_nav .div-info .dropdown-menu li {
      border-bottom: none;
    }
    #laymod_588551 .active_true .sj_header_nav .div-info .divider {
      display: none;
    }
  input,
  textarea {
     -webkit-appearance: none;
  }
  #laymod_588551 .h_pay .dropdown-menu-header h5,
  #laymod_588551 .h_pay .dropdown-menu .dropdown-scrollable .media-body i,
  #laymod_588551 .h_pay .dropdown-menu .dropdown-scrollable .media-body h6 a,
  #laymod_588551 .header_login .h_pay .list-group .media-body .pull-right span {
    color: rgba(255,255,255,1);
  }
  #laymod_588551 .h_pay .dropdown-menu,
  #laymod_588551 .h_pay .list-group-item,
  #laymod_588551 .right_more .div-info .dropdown ul {
    background-color: rgba(36,36,36,1);
  }
  #laymod_588551 .h_pay .dropdown-menu .dropdown-menu-footer {
      background: #f5f5f5;
  }
  #laymod_588551 .bodyCont_width .sj_pay_nav .sj_cart #nav_cart,
  #laymod_588551 .h_pay .dropdown-menu .dropdown-menu-header span,
  #laymod_588551 .bodyContTitle .h_pay .badge,
  #laymod_588551 .h_pay .dropdown-menu .dropdown-menu-footer .dropdown-menu-footer-btn a {
    color: #fff;
  }
  #laymod_588551 .h_pay .dropdown-menu .dropdown-menu-footer .dropdown-menu-footer-btn a {
      background: rgba(217,17,1,1);
      border: none;
  }
  #laymod_588551 .h_pay .dropdown-menu,
  #laymod_588551 .h_pay .dropdown-scrollable .list-group-item,
  #laymod_588551 .right_more .div-info .dropdown ul {
    border-color: #f2f2f2;
  }
  #laymod_588551 .h_pay .dropdown-scrollable .list-group-item {
    border-left: none;
      border-radius: 0;
    border-right: none;
  }
		  /* 默认引入阿里云图标 */
@font-face {
  font-family: 'iconfont';  /* project id 249974 */
  src: url('../font/font_249974_nwvtsmw16i.eot');
  src: url('../font/font_249974_nwvtsmw16i.eot') format('embedded-opentype'),
  url('../font/font_249974_nwvtsmw16i.woff2') format('woff2'),
  url('../font/font_249974_nwvtsmw16i.woff') format('woff'),
  url('../font/font_249974_nwvtsmw16i.ttf') format('truetype'),
  url('../font/font_249974_nwvtsmw16i.svg') 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_589329 #jh2_xbanner_12 {
  position:relative;
  overflow:hidden;
    font-family:"Arial","Times New Roman","Microsoft YaHei","SimHei";
}
#laymod_589329 .bg {
  position:absolute;
  z-index: 1;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
#laymod_589329 .bg_img {
  z-index:2;
}
#laymod_589329 .bodyCont_width {
  position:relative;
  opacity: 1;
  z-index:4;
}
#laymod_589329 .bodyCont_width .bxslider .slide {
  position: relative;
  opacity: 0 !important;
}
#laymod_589329 .bodyCont_width .bxslider .slide.swiper-slide-active {
  opacity: 1 !important;
}
#laymod_589329 .bodyCont_width .bxslider .slide .slide_img {
  text-align: center;
}
#laymod_589329 .bodyCont_width .bxslider .slide img {
  width: 100%;
margin:0 auto;
}
#laymod_589329 .bodyCont_width .bxslider .slide .slide_info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 4;
  margin: auto;
  text-align: center;
}
#laymod_589329 .bodyCont_width .bxslider .slide .slide_info .slide_subtitle {
  font-size: 30px;
  line-height: 30px;
  color: #333;
}
#laymod_589329 .fix_btns {
  display: none;
}
.design-html #laymod_589329 .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_589329 .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_589329 .fix_btns a.active,
.design-html #laymod_589329 .fix_btns a:hover {
  background: rgba(255, 82, 65, 1.0);
}
#laymod_589329 .slide_info .slide_gf>span {
  display: none;
}
.design-html #laymod_589329 .slide_info .slide_gf>span {
  display: inline-block;
  cursor: pointer;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  padding: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#laymod_589329 .slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
@media(min-width: 993px) {
  .design-html #laymod_589329 .slide a:hover .slide_info .slide_gf>span,
  .design-html #laymod_589329 .bodyCont_width:hover .fix_btns {
    opacity: 1;
    visibility: visible;
  }
  #laymod_589329 .bodyCont_width .swiper_banner .swiper_prev {
    position: absolute;
    left: 4%;
    top: 50%;
    width: 70px;
    height: 70px;
    line-height: 30px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    transition:all .35s ease;
    transform: translateY(-50%);
    color: #fff;
      background: rgba(0,0,0,0.5);
  }
  #laymod_589329 .bodyCont_width .swiper_banner .swiper_prev:after {
    content: "\e94b";
    font-size: 20px;
    display: block;
    line-height: 70px;
    text-align: center;
    z-index: 2;
    position: relative;
  }
  #laymod_589329 .bodyCont_width .swiper_banner .swiper_next {
    position: absolute;
    right: 4%;
    top: 50%;
    width: 70px;
    height: 70px;
    line-height: 30px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    transition:all .35s ease;
    transform: translateY(-50%);
    color: #fff;
      background: rgba(0,0,0,0.5);
  }
  #laymod_589329 .bodyCont_width .swiper_banner .swiper_next:after {
    content: "\e94a";
    font-size: 20px;
    display: block;
    line-height: 70px;
    text-align: center;
    z-index: 2;
    position: relative;
  }
  #laymod_589329 .bodyCont_width .swiper_banner .slide_scale {
    position: absolute;
    z-index: 1;
    display: inline-block;
    min-height: 70px;
    line-height: 70px;
    top: 0px;
    padding-left: 20px;
    padding-right: 10px;
    margin-left: 0px;
    border-radius: 35px;
    overflow: hidden;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
      background: rgba(0,0,0,0.5);
  }
  #laymod_589329 .bodyCont_width .swiper_banner .swiper_next .slide_scale {
    right: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 10px;
    -webkit-transform-origin: 100% 50%;
  }
  #laymod_589329 .bodyCont_width .swiper_banner .slide_scale span {
    letter-spacing: 3px;
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transform: translatex(200px);
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    line-height: 70px;
    white-space: nowrap;
    padding: 0px 20px;
    opacity: 0;
  }
  #laymod_589329 .bodyCont_width .swiper_banner .swiper_prev .slide_scale span {
    margin-left: 11px;
  }
  #laymod_589329 .bodyCont_width .swiper_banner .swiper_next .slide_scale span {
    margin-right: 11px;
  }
  #laymod_589329 .bodyCont_width .swiper_prev .swiper_banner0,
  #laymod_589329 .bodyCont_width .swiper_next .swiper_banner0 {
    width: 130px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition:all .6s ease;
  }
  #laymod_589329 .bodyCont_width .swiper_next .swiper_banner2 {
    right: 0;
    left: auto;
  }
  #laymod_589329 .bodyCont_width .swiper_prev .swiper_banner0 .slide_img,
  #laymod_589329 .bodyCont_width .swiper_next .swiper_banner0 .slide_img {
    border-radius: 35px;
    overflow: hidden;
    display:-webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction:column;
    -webkit-flex-direction:column;
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content:center;
    justify-content:center;
    align-items:center;
    -webkit-align-items:center;
  }
  #laymod_589329 .bodyCont_width .swiper_prev .swiper_banner0 .slide_img img,
  #laymod_589329 .bodyCont_width .swiper_next .swiper_banner0 .slide_img img {
    height: 70px;
  }
}
  #laymod_589329 .bodyCont_width .swiper_banner:hover .swiper_prev,
  #laymod_589329 .bodyCont_width .swiper_banner:hover .swiper_next {
    opacity: 1;
  }
  #laymod_589329 .bodyCont_width .swiper_banner.active:hover .swiper_prev,
  #laymod_589329 .bodyCont_width .swiper_banner.active:hover .swiper_next {
    opacity: 0;
  }
  #laymod_589329 .bodyCont_width .swiper_banner .swiper_prev:hover,
  #laymod_589329 .bodyCont_width .swiper_banner .swiper_next:hover {
    background: none;
  }
  #laymod_589329 .bodyCont_width .swiper_banner .swiper_prev:hover .slide_scale,
  #laymod_589329 .bodyCont_width .swiper_banner .swiper_next:hover .slide_scale {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    width: 130px;
    visibility: visible;
  }
  #laymod_589329 .bodyCont_width .swiper_banner .swiper_prev:hover .slide_scale span,
  #laymod_589329 .bodyCont_width .swiper_banner .swiper_next:hover .slide_scale span,
  #laymod_589329 .bodyCont_width .swiper_prev:hover .swiper_banner0,
  #laymod_589329 .bodyCont_width .swiper_next:hover .swiper_banner0 {
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
    transition-delay: 0.1s;
    opacity: 1;
  }
@media(max-width: 992px) {
  #laymod_589329 .bodyCont_width .flexslider {
    position: relative;
  }
  #laymod_589329 .bodyCont_width .flexslider .swiper_pagination53 {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 10;
  }
  #laymod_589329 .bodyCont_width .flexslider .swiper_pagination53 span {
    background: #333;
    margin: 0 3px;
    width: 5px;
    height: 5px;
  }
  #laymod_589329 .bodyCont_width .bxslider .slide .slide_info {
    width: 90%;
  }
  #laymod_589329 .bodyCont_width .bxslider .slide .slide_info .slide_gf {
    text-align: center;
    left: 15px !important;
    top: 0 !important;
    height: 100%;
    right: 15px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
  }
}
@media(max-width: 414px) {
  #laymod_589329 .bodyCont_width .bxslider .slide .slide_info .slide_gf .slide_subtitle {
    font-size: 6vw;
    line-height: 1.2;
    word-break: break-all;
    text-align: center;
  }
}
@media(max-width: 1366px) {
  #laymod_589329 .ql-size-12,
  #laymod_589329 .ql-size-13,
  #laymod_589329 .ql-size-14,
  #laymod_589329 .ql-size-15,
  #laymod_589329 .ql-size-16 {
    font-size: 3vw;
  }
  #laymod_589329 .ql-size-17,
  #laymod_589329 .ql-size-18,
  #laymod_589329 .ql-size-19,
  #laymod_589329 .ql-size-20,
  #laymod_589329 .ql-size-21 {
    font-size: 3.2vw;
  }
  #laymod_589329 .ql-size-22,
  #laymod_589329 .ql-size-23,
  #laymod_589329 .ql-size-24,
  #laymod_589329 .ql-size-25,
  #laymod_589329 .ql-size-26 {
    font-size: 3.4vw;
  }
  #laymod_589329 .ql-size-27,
  #laymod_589329 .ql-size-28,
  #laymod_589329 .ql-size-29,
  #laymod_589329 .ql-size-30,
  #laymod_589329 .ql-size-31 {
    font-size: 3.6vw;
  }
  #laymod_589329 .ql-size-32,
  #laymod_589329 .ql-size-33,
  #laymod_589329 .ql-size-34,
  #laymod_589329 .ql-size-35,
  #laymod_589329 .ql-size-36 {
    font-size: 3.8vw;
  }
  #laymod_589329 .ql-size-37,
  #laymod_589329 .ql-size-38,
  #laymod_589329 .ql-size-39,
  #laymod_589329 .ql-size-40,
  #laymod_589329 .ql-size-41 {
    font-size: 4vw;
  }
  #laymod_589329 .ql-size-42,
  #laymod_589329 .ql-size-43,
  #laymod_589329 .ql-size-44,
  #laymod_589329 .ql-size-45,
  #laymod_589329 .ql-size-46 {
    font-size: 4.2vw;
  }
  #laymod_589329 .ql-size-47,
  #laymod_589329 .ql-size-48,
  #laymod_589329 .ql-size-49,
  #laymod_589329 .ql-size-50,
  #laymod_589329 .ql-size-51 {
    font-size: 4.4vw;
  }
  #laymod_589329 .ql-size-52,
  #laymod_589329 .ql-size-53,
  #laymod_589329 .ql-size-54,
  #laymod_589329 .ql-size-55,
  #laymod_589329 .ql-size-56 {
    font-size: 4.6vw;
  }
  #laymod_589329 .ql-size-57,
  #laymod_589329 .ql-size-58,
  #laymod_589329 .ql-size-59,
  #laymod_589329 .ql-size-60,
  #laymod_589329 .ql-size-61 {
    font-size: 4.8vw;
  }
  #laymod_589329 .ql-size-62,
  #laymod_589329 .ql-size-63,
  #laymod_589329 .ql-size-64,
  #laymod_589329 .ql-size-65,
  #laymod_589329 .ql-size-66 {
    font-size: 5vw;
  }
  #laymod_589329 .ql-size-67,
  #laymod_589329 .ql-size-68,
  #laymod_589329 .ql-size-69,
  #laymod_589329 .ql-size-70,
  #laymod_589329 .ql-size-71 {
    font-size: 5.2vw;
  }
  #laymod_589329 .ql-size-72,
  #laymod_589329 .ql-size-73,
  #laymod_589329 .ql-size-74,
  #laymod_589329 .ql-size-75,
  #laymod_589329 .ql-size-76 {
    font-size: 5.4vw;
  }
}
		  /* 默认引入阿里云图标 */
@font-face {
  font-family: 'xybicon';  /* project id 249974 */
  src: url('../font/font_249974_ghp3mu13dv64unmi.eot');
  src: url('../font/font_249974_ghp3mu13dv64unmi.eot') format('embedded-opentype'),
  url('../font/font_249974_ghp3mu13dv64unmi.woff') format('woff'),
  url('../font/font_249974_ghp3mu13dv64unmi.ttf') format('truetype'),
  url('../font/font_249974_ghp3mu13dv64unmi.svg') format('svg');
}
.xybicon {
    font-family:"xybicon" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'Conv_Montserrat-Bold';
  src: url('../font/Montserrat-Bold.ttf');
  src: local('â˜º'), url('../font/Montserrat-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Conv_Montserrat-Regular';
  src: url('../font/Montserrat-Regular.ttf');
  src: local('â˜º'), url('../font/Montserrat-Regular.ttf') format('truetype');
}
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_589427 {
	position:relative;
	overflow:hidden;
		font-family:"Arial","Times New Roman","Microsoft YaHei","SimHei";
}
#laymod_589427 #jh_graphic_17>.bg {
	position:absolute;
	z-index: 1;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
#laymod_589427 #jh_graphic_17>.bg_img {
	z-index:2;
}
#laymod_589427 .bodyCont_width {
	position:relative;
	z-index:4;
}
/*标题控制*/
#laymod_589427 .bodyContTitle {
	margin:0 auto;
	padding: 0;
	position:relative;
	z-index: 3;
	overflow:hidden;
}
#laymod_589427 .bodyContTitle .fl {
	font-size:24px;
	line-height:1;
	margin:0 0 12px 0;
	color:#333;
	text-align:center;
}
#laymod_589427 .bodyContTitle .fl2 {
	font-size:12px;
	line-height:1;
	margin:0;
	font-weight:normal;
	text-align:center;
	color:#999;
	font-family:"Arial","Times New Roman","Microsoft YaHei","SimHei";
}
#laymod_589427 .bodyContContent {
	position:relative;
	z-index: 4;
}
/*模版主体部分*/
#laymod_589427 .graphic_top {
	margin:0 0 32px 0;
	text-align:left;
	font-size:25px;
	line-height:1;
	color:rgba(217,17,1,1);
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	transition:all 1s cubic-bezier(.075,.82,.165,1) 0.1s;
	-moz-transition:all 1s cubic-bezier(.075,.82,.165,1) 0.1s;
	-webkit-transition:all 1s cubic-bezier(.075,.82,.165,1) 0.1s;
	-o-transition:all 1s cubic-bezier(.075,.82,.165,1) 0.1s;
	position:relative;
	padding:0 15px;
}
#laymod_589427 .graphic_top.jh_flash {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
#laymod_589427 .graphic_top .span {
	position:relative;
	display: inline-block;
		font-family: 'Conv_Montserrat-Bold';
}
#laymod_589427 .graphic_top .span:before {
	content:"";
	display:block;
	height:3px;
	width:93px;
	background:rgba(217,17,1,1);
	position:absolute;
	left:102%;
	top:50%;
	margin:-1.5px 0 0 0;
}
/*图片列表*/
#laymod_589427 .graphic_bottom>.swiper-wrapper {
	/*display*/
	display:-webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	/*flex-direction*/
	-webkit-box-orient:horizontal;/*horizontal*/
	-webkit-box-direction:normal;/*reverse*/
	-moz-box-orient:horizontal;
	-moz-box-direction:normal;
	flex-direction:row;/*row*/
	-webkit-flex-direction:row;
	/*flex-wrap*/
	-webkit-flex-wrap:wrap;/*nowrap*/
	-webkit-box-lines:multiple;/*single*/
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
	/*justify-content*/
	-webkit-justify-content:space-between;
	justify-content:space-between;/*主轴上对齐（横轴）*/
	-moz-box-pack:justify;
	-webkit--moz-box-pack:justify;
	box-pack:justify;
	/*align-items*/
	align-items:flex-start;/*交叉轴对齐（垂直）*/
	-webkit-align-items:flex-start;
	box-align:start;
	-moz-box-align:start;
	-webkit-box-align:start;
}
#laymod_589427 .graphic_bottom .swiper-slide {
	margin:0;
	overflow:hidden;
}
#laymod_589427 .graphic_bottom .swiper-slide.li_h1 {
	margin:0 0 60px 0;
	width:50%;
}
#laymod_589427 .graphic_bottom .swiper-slide.li_h2 {
	width:33.33333333%;
}
#laymod_589427 .graphic_bottom .swiper-slide a {
	display:block;
	width:100%;
	position:relative;
	padding:0;
	overflow:hidden;
	transform:translateX(-110%);
	-ms-transform:translateX(-110%); 	/* IE 9 */
	-moz-transform:translateX(-110%); 	/* Firefox */
	-webkit-transform:translateX(-110%); /* Safari ?â€™? Chrome */
	-o-transform:translateX(-110%); 	/* Opera */
	transition:all 1s cubic-bezier(.075,.82,.165,1) 0.1s;
	-moz-transition:all 1s cubic-bezier(.075,.82,.165,1) 0.1s;
	-webkit-transition:all 1s cubic-bezier(.075,.82,.165,1) 0.1s;
	-o-transition:all 1s cubic-bezier(.075,.82,.165,1) 0.1s;
}
#laymod_589427 .graphic_bottom .swiper-slide.jh_flash a {
	transform:translateX(0%);
	-ms-transform:translateX(0%); 	/* IE 9 */
	-moz-transform:translateX(0%); 	/* Firefox */
	-webkit-transform:translateX(0%); /* Safari ?â€™? Chrome */
	-o-transform:translateX(0%); 	/* Opera */
}
#laymod_589427 .graphic_bottom .g_img {
	display:block;
	position:relative;
	z-index: 0;
	transform:translateX(-110%);
	-ms-transform:translateX(-110%); 	/* IE 9 */
	-moz-transform:translateX(-110%); 	/* Firefox */
	-webkit-transform:translateX(-110%); /* Safari ?â€™? Chrome */
	-o-transform:translateX(-110%); 	/* Opera */
	transition:all 1s cubic-bezier(.075,.82,.165,1) 0.1s;
	-moz-transition:all 1s cubic-bezier(.075,.82,.165,1) 0.1s;
	-webkit-transition:all 1s cubic-bezier(.075,.82,.165,1) 0.1s;
	-o-transition:all 1s cubic-bezier(.075,.82,.165,1) 0.1s;
	overflow:hidden;
	margin:0 0 14px 0;
}
#laymod_589427 .graphic_bottom .li_h1 .g_img {
	max-height:351px;
}
#laymod_589427 .graphic_bottom .li_h2 .g_img {
	max-height:229px;
}
#laymod_589427 .graphic_bottom .swiper-slide.jh_flash .g_img {
	transform:translateX(0%);
	-ms-transform:translateX(0%); 	/* IE 9 */
	-moz-transform:translateX(0%); 	/* Firefox */
	-webkit-transform:translateX(0%); /* Safari ?â€™? Chrome */
	-o-transform:translateX(0%); 	/* Opera */
}
#laymod_589427 .graphic_bottom .g_img:before {
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	z-index: 1;
	top:0;
	right:0;
	background:#000;
	transition:all 1s cubic-bezier(.075,.82,.165,1) 0.5s;
	-moz-transition:all 1s cubic-bezier(.075,.82,.165,1) 0.5s;
	-webkit-transition:all 1s cubic-bezier(.075,.82,.165,1) 0.5s;
	-o-transition:all 1s cubic-bezier(.075,.82,.165,1) 0.5s;
}
#laymod_589427 .graphic_bottom .swiper-slide.jh_flash .g_img:before {
	width:0;
}
#laymod_589427 .graphic_bottom .g_img img {
	display:block;
    max-width: inherit;
	transition:all 4s cubic-bezier(.075,.82,.165,1) 0s;
	-moz-transition:all 4s cubic-bezier(.075,.82,.165,1) 0s;
	-webkit-transition:all 4s cubic-bezier(.075,.82,.165,1) 0s;
	-o-transition:all 4s cubic-bezier(.075,.82,.165,1) 0s;
	width:100%;
}
#laymod_589427 .graphic_bottom .li_h1 .g_img img {
	max-height:351px;
}
#laymod_589427 .graphic_bottom .li_h2 .g_img img {
	max-height:229px;
}
#laymod_589427 .graphic_bottom a:hover .g_img img {
	transform: scale(1.1, 1.1);
	webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}
#laymod_589427 .graphic_bottom .g_name {
	font-size:17px;
	text-align:left;
	color:#000;
	line-height: 2;
	font-weight:bold;
	display:block;
	margin:0;
	width:100%;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	transition:all 0.6s cubic-bezier(.075,.82,.165,1) 0.4s;
	-moz-transition:all 0.6s cubic-bezier(.075,.82,.165,1) 0.4s;
	-webkit-transition:all 0.6s cubic-bezier(.075,.82,.165,1) 0.4s;
	-o-transition:all 0.6s cubic-bezier(.075,.82,.165,1) 0.4s;
		font-family: 'Conv_Montserrat-Regular';
}
#laymod_589427 .graphic_bottom .swiper-slide.jh_flash .g_name {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
#laymod_589427 .graphic_bottom .g_desc {
	font-size:13px;
	text-align:justify;
		color:#999;
	line-height: 1.7;
	display:block;
	width:100%;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	transition:all 0.6s cubic-bezier(.075,.82,.165,1) 0.4s;
	-moz-transition:all 0.6s cubic-bezier(.075,.82,.165,1) 0.4s;
	-webkit-transition:all 0.6s cubic-bezier(.075,.82,.165,1) 0.4s;
	-o-transition:all 0.6s cubic-bezier(.075,.82,.165,1) 0.4s;
		font-family: 'Conv_Montserrat-Regular';
}
#laymod_589427 .graphic_bottom .swiper-slide.jh_flash .g_desc {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
#laymod_589427 .graphic_bottom .swiper-pagination {
	bottom:0;
}
#laymod_589427 .graphic_bottom .swiper-pagination span {
	background:rgba(217,17,1,1);
}
/*直接控制小于992px屏幕时css*/
@media (max-width:992px) {
	#laymod_589427 .graphic_bottom {
		padding:0 0 20px 0;
	}
	#laymod_589427 .graphic_bottom .swiper-slide,
	#laymod_589427 .graphic_bottom .swiper-slide.li_h1 {
		margin:0;
	}
	#laymod_589427 .graphic_bottom .swiper-slide.li_h1,
	#laymod_589427 .graphic_bottom .swiper-slide.li_h2 {
		width:100%;
	}
	#laymod_589427 .graphic_bottom .swiper-slide .g_img,
	#laymod_589427 .graphic_bottom .swiper-slide .g_img img {
		max-height:351px;
	}
	#laymod_589427 .graphic_bottom .g_name {
		font-size:14px;
	}
	#laymod_589427 .graphic_bottom .g_desc {
		font-size:12px;
	}
}
		  /* 默认引入阿里云图标 */
@font-face {
  font-family: 'iconfont';  /* project id 249974 */
  src: url('../font/font_249974_ziz3klmpd1ymygb9.eot');
  src: url('../font/font_249974_ziz3klmpd1ymygb9.eot') format('embedded-opentype'),
  url('../font/font_249974_ziz3klmpd1ymygb9.woff') format('woff'),
  url('../font/font_249974_ziz3klmpd1ymygb9.ttf') format('truetype'),
  url('../font/font_249974_ziz3klmpd1ymygb9.svg') 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_589340 {
  position:relative;
  overflow:hidden;
    font-family:"Arial","Times New Roman","Microsoft YaHei","SimHei";
}
#laymod_589340 .bg {
  position:absolute;
  z-index: 1;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
#laymod_589340 .bg_img {
  z-index:2;
}
#laymod_589340 .bodyCont_width {
  position:relative;
  z-index:4;
}
/*标题控制*/
#laymod_589340 .bodyContTitle {
  position:relative;
  z-index: 3;
  overflow:hidden;
}
#laymod_589340 .bodyContTitle .fl {
  font-size: 24px;
  line-height: 1;
  color:#000;
  text-align: center;
}
/* 产品分类 */
#laymod_589340 .jh2_catelist ul {
  text-align: center;
  font-size: 0;
}
#laymod_589340 .jh2_catelist ul li {
  display: inline-block;
  margin: 0 20px;
}
#laymod_589340 .jh2_catelist ul li a {
  font-size: 14px;
  line-height: 2.58;
  color: rgba(255,255,255,1);
  display: block;
  position: relative;
}
#laymod_589340 .jh2_catelist ul li a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background: rgba(217,17,1,1);
  transition: all .35s;
  -webkit-transition: all .35s;
}
/* 产品列表 */
#laymod_589340 .jh2_prolist {
  padding-top: 40px;
}
#laymod_589340 .jh2_prolist .pro_ul:not(:first-child) {
  display: none;
} 
.design-html #laymod_589340 .jh2_prolist .pro_ul_0 {
  display: block;
} 
#laymod_589340 .jh2_prolist a {
  display: block;
  width: 100%;
    border: 1px solid #eee;
    transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
}
#laymod_589340 .jh2_prolist span {
  display: block;
}
#laymod_589340 .jh2_prolist .pro_pic img {
  display: block;
  max-width: 100%;
}
#laymod_589340 .jh2_prolist .pro_type {
    font-size: 14px;
    color: rgba(33,41,43,1);
    text-align: center;
    line-height: 3.86;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 2%;
}
/* 产品价格 */
  #laymod_589340 .pro_jg {
    margin: 0 8%;
    overflow: hidden;
    padding-top: 5px;
    box-sizing: content-box;
    display: none;
    padding-bottom: 15px;
  }
  #laymod_589340 .pro_jg.show {
    display: none !important;
  }
  #laymod_589340 .pro_jg.hide {
    display: block !important;
  }
  #laymod_589340 .pro_jg .pro_present {
    float: left;
    font-size: 0;
  }
  #laymod_589340 .pro_jg .pro_present span {
    display: inline-block;
    font-size: 16px;
    color: #f40;
    font-weight: 700;
    line-height:22px;
  }
#laymod_589340 .pro_jg .member-price {
  color:#f40;
  font-size: 12px;
  display:block;
  clear:both;
  width:100%;
  line-height:2;
  float:none;
}
#laymod_589340 .pro_jg .member-price em {
  font-style:normal;
}
#laymod_589340 .pro_jg .member-price em>span {
  display:inline;
}
  #laymod_589340 .pro_jg .pro_original {
    float: left;
    font-size: 0;
    margin-left: 3%;
  }
  #laymod_589340 .pro_jg .pro_original span {
    font-size: 12px;
    color: #888;
    display: inline-block;
    text-decoration: line-through;
    line-height:22px;
  }
  #laymod_589340 .jh2_prolist .pro_type.active {
    line-height: 1;
    padding: 0 8%;
    padding-top: 15px;
    text-align: left;
    height: 14px;
    box-sizing: content-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
@media (min-width: 768px) {
  #laymod_589340 .container {
    padding: 0;
  }
  #laymod_589340 .jh2_catelist ul li a {
    padding: 0 20px;
  }
  #laymod_589340 .jh2_catelist ul li a.active {
    color: rgba(217,17,1,1);
  }
  #laymod_589340 .jh2_catelist ul li a.active:after {
    width: 100%;
    left: 0;
  }
  #laymod_589340 .more_wrap {
    clear:both;
  }
  #laymod_589340 .pro_more {
      width: 200px;
      margin: 0 auto;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      text-align: center;
      margin-top: 30px;
      transition: all .3s;
  }
  #laymod_589340 .more_wrap>.active {
    display:block;
  }
}
#laymod_589340 .pro_more {
    color: #999;
    background:#fff;
     border: 1px solid rgba(153,153,153,0.2);
  display:none;
}
#laymod_589340 .active_false .jh2_catelist ul li a:hover {
  color: rgba(217,17,1,1);
}
#laymod_589340 .active_false .jh2_catelist ul li a:hover:after {
  width: 100%;
  left: 0;
}
#laymod_589340 .active_false .jh2_prolist a:hover {
  box-shadow: 0 10px 20px #eee;
  transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
}
#laymod_589340 .active_false .pro_more:hover {
  color: #fff;
  border: 1px solid rgba(217,17,1,1);
  background: rgba(217,17,1,1);
}
/*768<= ipad区间 <=1100*/
@media (min-width:768px) and (max-width:1100px) {
  #laymod_589340 .pro_jg .pro_present span {
    font-size:1.8vw;
  }
  #laymod_589340 .pro_jg .member-price,
  #laymod_589340 .pro_jg .pro_original span {
    font-size:1.2vw;
  }
}
@media (max-width: 767px) {
  #laymod_589340 .bodyContTitle .fl {
    font-size: 20px;
  }
  #laymod_589340 .jh2_prolist {
    padding-top: 30px;
  }
  #laymod_589340 .jh2_catelist ul li {
    width: 33.33%;
    margin: 0;
  }
  #laymod_589340 .jh2_catelist ul li a {
    padding: 0 5px;
    line-height: 2.43;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
  }
  #laymod_589340 .jh2_catelist ul li a.active {
    color: rgba(217,17,1,1);
  }
  #laymod_589340 .jh2_catelist ul li a.active:after {
    width: 100%;
    left: 0;
  }
  #laymod_589340 .jh2_prolist li {
    margin-bottom: 20px;
  }
  #laymod_589340 .jh2_prolist li:nth-child(2n-1) {
    padding-right: 7.5px;
  }
  #laymod_589340 .jh2_prolist li:nth-child(2n) {
    padding-left: 7.5px;
  }
  #laymod_589340 .jh2_prolist .pro_type {
    line-height: 3;
    overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      padding: 0 2%;
  }
  #laymod_589340 .pro_more {
    width:70%;
    margin:0 auto;
    height:35px;
    line-height:35px;
    text-align:center;
    font-size:12px;
  }
  #laymod_589340 .pro_jg .pro_present span {
    font-size:3.2vw;
  }
  #laymod_589340 .pro_jg .member-price,
  #laymod_589340 .pro_jg .pro_original span {
    font-size:3vw;
  }
}
		  /*模版整体控制*/
#laymod_589342 #jh2_advers_2 {
	position:relative;
	overflow:hidden;
		font-family:"Arial","Times New Roman","Microsoft YaHei","SimHei";
}
#laymod_589342 .bodyCont_width>.bg {
	position:absolute;
	z-index: 1;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
#laymod_589342 .bodyCont_width>.bg_img {
	z-index:2;
}
#laymod_589342 .bodyCont_width {
	position:relative;
}
/*标题控制*/
#laymod_589342 .bodyContContent {
	position:relative;
	z-index: 4;
}
#laymod_589342 .bodyContContent img {
  max-width: 100%;
}
/*模版主体部分*/
#laymod_589342 .nybanner_1 a {
	display:block;
	width:100%;
	height:100%;
}
#laymod_589342 .nybanner_1 a:hover {
	text-decoration:none;
}
#laymod_589342 .nybanner_1 a .container {
	text-align:center;
	position:relative;
	height:100%;
	/*display*/
	display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*flex-direction*/
	-webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -moz-box-orient:vertical;
    -moz-box-direction:normal;
    flex-direction:column;
    -webkit-flex-direction:column;
	/*flex-wrap*/
	-webkit-flex-wrap:wrap;
    -webkit-box-lines:multiple;
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;
	/*justify-content*/
    -webkit-justify-content:center;
	justify-content:center;/*主轴上对齐*/
	-moz-box-pack:center;
	-webkit--moz-box-pack:center;
	box-pack:center;
	/*align-items*/
	align-items:center;/*交叉轴对齐*/
	-webkit-align-items:center;
	box-align:center;
	-moz-box-align:center;
	-webkit-box-align:center;
}
#laymod_589342 .nybanner_1 a .container .cont {
width:100%;
}
#laymod_589342 .nybanner_1 a .container>p {
	width:100%;
	text-align:center;
}
#laymod_589342 .nybanner_1 a p:nth-child(1) {
	margin:0 0 2% 0;
	display:block;
	font-size:24px;
	line-height:1.4;
	color:#fff;
}
#laymod_589342 .nybanner_1 a p:nth-child(2) {
	margin:0;
	display:block;
	font-size:16px;
	line-height:1.4;
	color:#fff;
}
/*直接控制小于992px屏幕时css*/
@media (max-width:992px) {
	#laymod_589342 .nybanner_1 a p:nth-child(1) {
		font-size:18px;
	}
	#laymod_589342 .nybanner_1 a p:nth-child(2) {
		font-size:13px;
	}
}
/*768<= ipad和ipadpro区间 <=1100*/
@media (min-width:768px) and (max-width:1100px) {
	#laymod_589342 .bodyContTitle {
		margin-bottom:3vw !important;
	}
	#laymod_589342 .bodyContTitle .fl {
		font-size:3vw;
	}
	#laymod_589342 .bodyContTitle .fl2 {
		font-size:1.4vw;
	}
		#laymod_589342 .ql-size-12,
		#laymod_589342 .ql-size-13,
		#laymod_589342 .ql-size-14,
		#laymod_589342 .ql-size-15,
		#laymod_589342 .ql-size-16 {
			font-size:1vw;
		}
		#laymod_589342 .ql-size-17,
		#laymod_589342 .ql-size-18,
		#laymod_589342 .ql-size-19,
		#laymod_589342 .ql-size-20,
		#laymod_589342 .ql-size-21 {
			font-size:1.1vw;
		}
		#laymod_589342 .ql-size-22,
		#laymod_589342 .ql-size-23,
		#laymod_589342 .ql-size-24,
		#laymod_589342 .ql-size-25,
		#laymod_589342 .ql-size-26 {
			font-size:1.2vw;
		}
		#laymod_589342 .ql-size-27,
		#laymod_589342 .ql-size-28,
		#laymod_589342 .ql-size-29,
		#laymod_589342 .ql-size-30,
		#laymod_589342 .ql-size-31 {
			font-size:1.3vw;
		}
		#laymod_589342 .ql-size-32,
		#laymod_589342 .ql-size-33,
		#laymod_589342 .ql-size-34,
		#laymod_589342 .ql-size-35,
		#laymod_589342 .ql-size-36 {
			font-size:1.4vw;
		}
		#laymod_589342 .ql-size-37,
		#laymod_589342 .ql-size-38,
		#laymod_589342 .ql-size-39,
		#laymod_589342 .ql-size-40,
		#laymod_589342 .ql-size-41 {
			font-size:1.5vw;
		}
		#laymod_589342 .ql-size-42,
		#laymod_589342 .ql-size-43,
		#laymod_589342 .ql-size-44,
		#laymod_589342 .ql-size-45,
		#laymod_589342 .ql-size-46 {
			font-size:1.6vw;
		}
		#laymod_589342 .ql-size-47,
		#laymod_589342 .ql-size-48,
		#laymod_589342 .ql-size-49,
		#laymod_589342 .ql-size-50,
		#laymod_589342 .ql-size-51 {
			font-size:1.7vw;
		}
		#laymod_589342 .ql-size-52,
		#laymod_589342 .ql-size-53,
		#laymod_589342 .ql-size-54,
		#laymod_589342 .ql-size-55,
		#laymod_589342 .ql-size-56 {
			font-size:1.8vw;
		}
		#laymod_589342 .ql-size-57,
		#laymod_589342 .ql-size-58,
		#laymod_589342 .ql-size-59,
		#laymod_589342 .ql-size-60,
		#laymod_589342 .ql-size-61 {
			font-size:1.9vw;
		}
		#laymod_589342 .ql-size-62,
		#laymod_589342 .ql-size-63,
		#laymod_589342 .ql-size-64,
		#laymod_589342 .ql-size-65,
		#laymod_589342 .ql-size-66 {
			font-size:2vw;
		}
		#laymod_589342 .ql-size-67,
		#laymod_589342 .ql-size-68,
		#laymod_589342 .ql-size-69,
		#laymod_589342 .ql-size-70,
		#laymod_589342 .ql-size-71 {
			font-size:2.1vw;
		}
}
/*手机端区间 <=767*/
@media (max-width:767px) {
	#laymod_589342 .bodyContTitle {
		margin-bottom:4vw;
	}
	#laymod_589342 .bodyContTitle .fl {
		font-size:5vw;
	}
	#laymod_589342 .bodyContTitle .fl2 {
		font-size:3.4vw;
	}
	#laymod_589342 .ql-size-12,
	#laymod_589342 .ql-size-13,
	#laymod_589342 .ql-size-14,
	#laymod_589342 .ql-size-15,
	#laymod_589342 .ql-size-16 {
		font-size:12px;
	}
	#laymod_589342 .ql-size-17,
	#laymod_589342 .ql-size-18,
	#laymod_589342 .ql-size-19,
	#laymod_589342 .ql-size-20,
	#laymod_589342 .ql-size-21 {
		font-size:14px;
	}
	#laymod_589342 .ql-size-22,
	#laymod_589342 .ql-size-23,
	#laymod_589342 .ql-size-24,
	#laymod_589342 .ql-size-25,
	#laymod_589342 .ql-size-26 {
		font-size:16px;
	}
	#laymod_589342 .ql-size-27,
	#laymod_589342 .ql-size-28,
	#laymod_589342 .ql-size-29,
	#laymod_589342 .ql-size-30,
	#laymod_589342 .ql-size-31 {
		font-size:18px;
	}
	#laymod_589342 .ql-size-32,
	#laymod_589342 .ql-size-33,
	#laymod_589342 .ql-size-34,
	#laymod_589342 .ql-size-35,
	#laymod_589342 .ql-size-36 {
		font-size:20px;
	}
	#laymod_589342 .ql-size-37,
	#laymod_589342 .ql-size-38,
	#laymod_589342 .ql-size-39,
	#laymod_589342 .ql-size-40,
	#laymod_589342 .ql-size-41 {
		font-size:22px;
	}
	#laymod_589342 .ql-size-42,
	#laymod_589342 .ql-size-43,
	#laymod_589342 .ql-size-44,
	#laymod_589342 .ql-size-45,
	#laymod_589342 .ql-size-46 {
		font-size:24px;
	}
	#laymod_589342 .ql-size-47,
	#laymod_589342 .ql-size-48,
	#laymod_589342 .ql-size-49,
	#laymod_589342 .ql-size-50,
	#laymod_589342 .ql-size-51 {
		font-size:26px;
	}
	#laymod_589342 .ql-size-52,
	#laymod_589342 .ql-size-53,
	#laymod_589342 .ql-size-54,
	#laymod_589342 .ql-size-55,
	#laymod_589342 .ql-size-56 {
		font-size:28px;
	}
	#laymod_589342 .ql-size-57,
	#laymod_589342 .ql-size-58,
	#laymod_589342 .ql-size-59,
	#laymod_589342 .ql-size-60,
	#laymod_589342 .ql-size-61 {
		font-size:30px;
	}
	#laymod_589342 .ql-size-62,
	#laymod_589342 .ql-size-63,
	#laymod_589342 .ql-size-64,
	#laymod_589342 .ql-size-65,
	#laymod_589342 .ql-size-66 {
		font-size:32px;
	}
	#laymod_589342 .ql-size-67,
	#laymod_589342 .ql-size-68,
	#laymod_589342 .ql-size-69,
	#laymod_589342 .ql-size-70,
	#laymod_589342 .ql-size-71 {
		font-size:34px;
	}
}
		  /*模版整体控制*/   
#laymod_589355 {   
    position:relative;   
    overflow:hidden;   
        font-family:"Arial","Times New Roman","Microsoft YaHei","SimHei";   
}   
#laymod_589355 .bg {   
    position:absolute;    
    z-index: 1;   
    width:100%;   
    height: 100%;
    top: 0;     
    left:0;    
}
#laymod_589355 .bg_img {   
    z-index:2;   
}   
#laymod_589355 .bodyCont_width {   
    position:relative;   
    margin: auto;
    opacity: 1;
    z-index:4;    
}
#laymod_589355 .bodyCont_width img {
  max-width: 100%;
}
#laymod_589355 .bodyCont_width .company_info {
  background: rgba(0,0,0,1);
}
#laymod_589355 .bodyCont_width .company_info:after {
    content: "";
    display: block;
    clear: both;
}
#laymod_589355 .bodyCont_width .company_li {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
#laymod_589355 .bodyCont_width .company_img img,
#laymod_589355 .bodyCont_width .company_li img {
  max-width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#laymod_589355 .bodyCont_width .company_txt .company_container {
  padding: 10% 4%;
}
#laymod_589355 .bodyCont_width .company_txt .company_container .company_title {
  color: #161616;
  font-size: 24px;
  line-height: 1;
  padding-bottom: 16px;
}
#laymod_589355 .bodyCont_width .company_txt .company_container .company_desc {
  color: #999;
  font-size: 13px;
  line-height: 1.846;
  overflow: hidden;
  text-overflow: ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:8; 
}
#laymod_589355 .bodyCont_width .company_txt .company_container .company_desc p {
  display: none;
}
#laymod_589355 .bodyCont_width .company_txt .company_container .company_desc p:nth-child(1) {
  display: block;
}
#laymod_589355 .bodyCont_width .company_txt .company_container a {
    display: block;
    width: 128px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    border: 2px solid rgba(217,17,1,1);
    border-radius: 18px;
    color: rgba(217,17,1,1);
    font-size: 13px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-top:30px;
    background: rgba(0,0,0,1);
}
@media(min-width: 768px) {
  #laymod_589355 .bodyCont_width .company_flex {
    margin-top: 50px;
  }
  #laymod_589355  .bodyCont_width .active_hide .company_flex {
    margin-top: 0;
  }
  #laymod_589355 .bodyCont_width .company_flex .company_ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
  }
  #laymod_589355 .bodyCont_width .company_li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #laymod_589355 .bodyCont_width .company_img {
    padding: 0;
    text-align: right;
  }
}
  #laymod_589355 .bodyCont_width .company_txt .company_container a:hover {
    background: rgba(217,17,1,1);
    color: rgba(255,255,255,1);
  }
  #laymod_589355 .bodyCont_width .company_li:hover:after {
    box-shadow: 0 0 0 4px rgba(217,17,1,1) inset;
  }
  #laymod_589355 .bodyCont_width .company_li:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
@media(max-width: 768px) {
  #laymod_589355 .bodyCont_width .company_info {
    margin: 0 15px;
  }
  #laymod_589355 .bodyCont_width .company_info .company_img,
  #laymod_589355 .bodyCont_width .company_info .company_txt {
    padding: 0;
  }
  #laymod_589355 .bodyCont_width .company_txt .company_container .company_title,
  #laymod_589355 .bodyCont_width .company_txt .company_container .company_title p,
  #laymod_589355 .bodyCont_width .company_txt .company_container .company_title span,
  #laymod_589355 .bodyCont_width .company_txt .company_container .company_title b,
  #laymod_589355 .bodyCont_width .company_txt .company_container .company_title strong {
    font-size: 18px !important;
  }
  #laymod_589355 .bodyCont_width .company_flex .company_ul {
    margin: 30px 15px 0;
  }
  #laymod_589355 .bodyCont_width .company_li {
    margin-bottom: 15px;
  }
  #laymod_589355 .bodyCont_width .company_li3 {
    margin-bottom: 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_589344 #jh2_newsrec_76 {   
  position:relative;
  z-index: 500; 
    overflow: hidden;
    font-family:"Arial","Times New Roman","Microsoft YaHei","SimHei";   
}   
#laymod_589344 .bg {   
  position:absolute;    
  z-index: 1;   
  width:100%;    
  height:100%;     
  top:0;    
  left:0;    
}   
#laymod_589344 .bg_img {   
  z-index:2;   
}   
#laymod_589344 .bodyCont_width {   
  position:relative;   
  opacity: 1;
  z-index:4;    
}    
/*标题控制*/    
#laymod_589344 .bodyContTitle {    
  margin:0 auto;
  position:relative;    
  z-index: 3;   
}     
#laymod_589344 .bodyContTitle .fl {     
  font-size:24px;     
  text-align: center;     
  color:#333;    
}     
#laymod_589344 .bodyContTitle .fl2 {     
  font-size:12px;     
  text-align: center;     
  color:#999;  
}     
#laymod_589344 .bodyContContent {     
  position:relative;     
  z-index: 4;     
}
#laymod_589344 .bodyCont_width .advan_line {
  padding-top: 25px;
  position: relative;
  height: 12px;
  box-sizing: content-box;
}
#laymod_589344 .bodyCont_width .advan_line .middle_line {
  position: absolute;
  width: 200px;
  height: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
#laymod_589344 .bodyCont_width .advan_line .middle_line .left_line {
  width: 77px;
  height: 2px;
  display: block;
  background: #d2d2d2;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#laymod_589344 .bodyCont_width .advan_line .middle_line .right_line {
  width: 77px;
  height: 2px;
  display: block;
  background: #d2d2d2;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#laymod_589344 .bodyCont_width .advan_line .middle_line .the_main {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 12px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(217,17,1,1);
}
#laymod_589344 .bodyCont_width .bodyContContent .news_cate {
  padding-bottom: 14px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
#laymod_589344 .bodyCont_width .bodyContContent .news_cate .news_list a {
  color: #666;
  font-size: 14px;
  transition: all .35s ease-out;
}
#laymod_589344 .bodyCont_width .bodyContContent .news_con .news_box li a {
  display: block;
}
#laymod_589344 .bodyCont_width .bodyContContent .news_con .news_box .news_one .news_pic {
  height: 290px;
  overflow: hidden;
}
#laymod_589344 .bodyCont_width .bodyContContent .news_con .news_box .news_one .news_text h3 {
  color: #333;
  font-size: 17px;
  margin-top: 12px;
  margin-bottom: 6px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#laymod_589344 .bodyCont_width .bodyContContent .news_con .news_box .news_one .news_text .news_date {
  display: block;
  color: #b3b3b3;
  font-size: 12px;
  margin-bottom: 6px;
}
#laymod_589344 .bodyCont_width .bodyContContent .news_con .news_box .news_one .news_text p {
  font-size: 13px;
  line-height: 20px;
  color: #9c9393;
}
#laymod_589344 .bodyCont_width .bodyContContent .news_con .news_box .news_two li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  font-size: 0;
}
#laymod_589344 .bodyCont_width .bodyContContent .news_con .news_box .news_two li a .news_date {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 80px;
  background: #c0b8ab;
  position: relative;
  color: #fff;
  transition: all 0.4s ease-out;
}
#laymod_589344 .bodyCont_width .bodyContContent .news_con .news_box .news_two li a .news_date .news_month {
  position: absolute;
  left: 16px;
  top: 20px;
  font-size: 22px;
  line-height: 1;
}
#laymod_589344 .bodyCont_width .bodyContContent .news_con .news_box .news_two li a .news_date .news_day {
  font-size: 14px;
  position: absolute;
  right: 15px;
  bottom: 18px;
}
#laymod_589344 .bodyCont_width .bodyContContent .news_con .news_box .news_two li a .news_text {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 80px);
}
#laymod_589344 .bodyCont_width .bodyContContent .news_con .news_box .news_two li a .news_text h3 {
  font-size: 17px;
  margin-bottom: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
}
#laymod_589344 .bodyCont_width .bodyContContent .news_con .news_box .news_two li a .news_text p {
  font-size: 13px;
  line-height: 20px;
  color: #9c9393;
}
  #laymod_589344 .active_false .bodyCont_width .bodyContContent .news_cate .news_list a:hover,
  #laymod_589344 .active_false .bodyCont_width .bodyContContent .news_con .news_box .news_one a:hover .news_text h3,
  #laymod_589344 .active_false .bodyCont_width .bodyContContent .news_con .news_box .news_two li a:hover .news_text h3 {
    color: rgba(217,17,1,1);
  }
  #laymod_589344 .active_false .bodyCont_width .bodyContContent .news_con .news_box .news_two li a:hover .news_date {
    background: rgba(217,17,1,1);
  }
@media(min-width: 768px) {
  #laymod_589344 .bodyCont_width {
    padding: 0;
  }
  #laymod_589344 .bodyCont_width .bodyContContent .news_cate .news_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  #laymod_589344 .bodyCont_width .bodyContContent .news_con .news_box .news_two li {
    min-height: 79px;
  }
  #laymod_589344 .bodyCont_width .bodyContContent .news_con .news_box:after {
    content: "";
    display: block;
    clear: both;
  }
  #laymod_589344 .bodyCont_width .bodyContContent .news_con .news_box .news_one {
    width: 48.68%;
    float: left;
  }
  #laymod_589344 .bodyCont_width .bodyContContent .news_con .news_box .news_two {
    width: 48.68%;
    float: right;
  }
}
@media(max-width: 767px) {
  #laymod_589344 .bodyContTitle .fl {
    font-size: 20px;
  }
  #laymod_589344 .bodyCont_width .advan_line {
    padding-top: 15px;
  }
  #laymod_589344 .bodyCont_width .bodyContContent .news_cate .news_list {
    font-size: 0;
    text-align: center;
  }
  #laymod_589344 .bodyCont_width .bodyContContent .news_con .news_box .news_one .news_pic {
    height: 220px;
  }
  #laymod_589344 .bodyCont_width .bodyContContent .news_con .news_box .news_two li {
    margin-top: 15px;
  }
  #laymod_589344 .bodyCont_width .bodyContContent .news_con .news_box .news_one .news_text h3,
  #laymod_589344 .bodyCont_width .bodyContContent .news_con .news_box .news_two li a .news_text h3 {
    font-size: 14px;
    margin-bottom: 6px;
  }
  #laymod_589344 .bodyCont_width .bodyContContent .news_con .news_box .news_two li a .news_text p {
    font-size: 12px;
    line-height: 16px;
  }
}
		  /* 默认引入阿里云图标 */
@font-face {
  font-family: 'iconfont';  /* project id 249974 */
  src: url('../font/font_249974_yws7zwndrjj.eot');
  src: url('../font/font_249974_yws7zwndrjj.eot') format('embedded-opentype'),
  url('../font/font_249974_yws7zwndrjj.woff2') format('woff2'),
  url('../font/font_249974_yws7zwndrjj.woff') format('woff'),
  url('../font/font_249974_yws7zwndrjj.ttf') format('truetype'),
  url('../font/font_249974_yws7zwndrjj.svg') format('svg');
}
.iconfont {
    font-family:"iconfont" !important;
    font-style:normal;
}
i,em {   
  font-style:normal;   
}
/*模版整体控制*/
#laymod_591361 #jh_foot_2 {
  position:relative;
  overflow:hidden;
    font-family:"Arial","Times New Roman","Microsoft YaHei","SimHei";
}
#laymod_591361 #jh_foot_2>.bg {
  position:absolute;
  z-index: 1;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
#laymod_591361 #jh_foot_2>.bg_img {
  z-index:2;
}
#laymod_591361 .bodyCont_width {
  position:relative;
    opacity: 1;
  z-index: 4;
}
/*标题控制*/
#laymod_591361 .bodyContContent {
  position:relative;
  z-index: 4;
}
/*模版主体部分*/
#laymod_591361 .foot_1 {
  padding-bottom:58px;
  overflow:hidden;
}
#laymod_591361 .foot_1>ul>li>.text {
  font-size:12px;
  font-weight: normal;
  text-align:center;
  line-height:2;
  color:#fff;
  opacity: 0.58;
  -moz-opacity: 0.58;
  filter:alpha(opacity=58);
}
#laymod_591361 .foot_1>ul>li>a>img,
#laymod_591361 .foot_1>ul>li>img {
  display:block;
  max-width:80%;
  max-height:180px;
}
#laymod_591361 .foot_1>ul>li .nav_link {
  font-size:14px;
  font-weight: normal;
  color:#fff;
  margin:0 0 27px 0;
  display:inline-block;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter:alpha(opacity=80);
}
#laymod_591361 .foot_1>ul>li>ul>li {
  padding-right:0;
  margin-bottom:15px;
  color:#fff;
}
#laymod_591361 .foot_1>ul>li>ul>li>a,
#laymod_591361 #nav_contacts>ul>i a {
  font-size:12px;
  font-weight: normal;
  color:#fff;
  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;
  margin:0;
  display:inline-block;
  opacity: 0.58;
  -moz-opacity: 0.58;
  filter:alpha(opacity=58);
  word-break: break-all;
}
#laymod_591361 #nav_contacts>ul>li,
#laymod_591361 #nav_contacts>ul>i {
  color:#fff;
  margin:0 0 15px 0;
  line-height:1;
  font-size: 0;
  display: block;
}
#laymod_591361 #nav_contacts>ul>i li {
  margin-bottom: 15px;
}
#laymod_591361 #nav_contacts>ul>li>em,
#laymod_591361 #nav_contacts>ul>li>span {
  font-style:normal;
  opacity: 0.58;
  -moz-opacity: 0.58;
  filter:alpha(opacity=58);
}
#laymod_591361 #nav_ewm {
  text-align:center;
}
#laymod_591361 #nav_ewm img {
  margin:0 auto;
}
#laymod_591361 .foot_2 {
  border-top:1px solid rgba(255,255,255,0.2);
  overflow:hidden;
  padding-top:29px;
  padding-bottom:29px;
}
#laymod_591361 .foot_2 .container,
#laymod_591361 .foot_2 .container a {
  padding:0;
  color:rgba(255,255,255,1);
  font-size:12px;
  font-weight: normal;
  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_591361 .foot_2 .container a {
  color:rgba(255,255,255,1);
  margin:0 10px 0 0;
  _margin:0 5px 0 0;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter:alpha(opacity=50);
}
#laymod_591361 .foot_2 .container i {
  font-style:normal;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter:alpha(opacity=50);
}
#laymod_591361 .foot_2 .left_copy {
  line-height:2;
}
#laymod_591361 .foot_2 .right_copy {
  line-height:2;
  text-align:right;
}
#laymod_591361 #nav_follow .nav_ul_son {
  width: 56%;
}
#laymod_591361 #nav_contacts ul li .pxyz,
#laymod_591361 #nav_contacts ul li .pjz {
  display: inline-block;
  vertical-align: top;
  opacity: 0.58;
  font-size:12px;
  font-weight: normal;
}
#laymod_591361 .foot_2 .left_copy .foot_cmpp {
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  display: inline-block;
  margin-right: 10px;
}
  #laymod_591361 .foot_1>ul>li>ul>li>a:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=100);
    text-decoration:none;
    color:rgba(217,17,1,1);
  }
  #laymod_591361 .foot_2 .container a:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=100);
    text-decoration:none;
    color:rgba(217,17,1,1);
  }
@media (max-width: 992px) {
  #laymod_591361 .foot_1>ul>li .nav_link {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #laymod_591361 .foot_1>ul>li>ul>li>a {
    font-size:12px;
  }
  #laymod_591361 #nav_contacts>ul>li,
  #laymod_591361 #nav_contacts>ul>i li {
    margin: 0 0 12px 0;
    padding: 0;
  }
  #laymod_591361 #nav_contacts>ul>i li {
    padding: 0;
  }
  #laymod_591361 .foot_2 .left_copy .foot_cmpp,
  #laymod_591361 .foot_2 .container a {
    display:inline-block;
    margin-right: 6px;
  }
  #laymod_591361 .foot_1 {
    padding: 0;
    padding-bottom:35px;
  }
  #laymod_591361 .foot_1>ul {
    margin:0;
  }
  #laymod_591361 .foot_1>ul>li.f_nav_list {
    display:none;
  }
  #laymod_591361 #nav_ewm img {
    margin:0;
    width:40%;
    max-height: inherit;
  }
  #laymod_591361 .foot_2 {
    padding-top:14px;
    padding-bottom:14px;
  }
  #laymod_591361 .foot_2 .left_copy,
  #laymod_591361 .foot_2 .right_copy {
    text-align:center;
  }
  #laymod_591361 .foot_2 .col-md-8,
  #laymod_591361 .foot_2 .col-md-4 {
    text-align:center;
    line-height:2;
  }
  #laymod_591361 #nav_contacts>ul {
    margin:0 auto;
  }
  #laymod_591361 .foot_2 .container a {
    display: inline-block;
  }
}
