.flex-h-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-v-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .flex-v-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  html,
  body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    font-family: "Helvetica Neue For Number", -apple-system, BlinkMacSystemFont,
      "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
      "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #3f3f3f;
    width: 100%;
    background: #f5f5f5;
  }
  strong {
    font-size: bold;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
  }
  h1 {
    font-size: 24px;
    color: #000;
  }
  h2 {
    font-size: 18px;
    color: #3f3f3f;
  }
  h3 {
    font-size: 14px;
  }
  h4 {
    font-size: 14px;
  }
  p {
    margin: 0;
    padding: 0;
  }
  i {
    color: #989898;
  }
  a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    color: #3f3f3f;
  }
  ul {
    margin: 0;
    padding: 0;
  }
  a:hover {
    color: #005dbd;
  }
  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  ul,
  li {
    list-style: none;
  }
  .clearfix:before,
  .clearfix:after {
    display: table;
    content: "";
  }
  .clearfix:after {
    clear: both;
  }
  .text-right {
    text-align: right;
  }
  .flex-v-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-justify {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ellipsis {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ellipsis2 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .ellipsis3 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .ellipsis4 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .hidden {
    display: none;
  }
  .no-margin {
    margin: 0 !important;
  }
  .mt1 {
    margin-top: 1px !important;
  }
  .mt2 {
    margin-top: 2px !important;
  }
  .mt3 {
    margin-top: 3px !important;
  }
  .mt4 {
    margin-top: 4px !important;
  }
  .mt5 {
    margin-top: 5px !important;
  }
  .mt6 {
    margin-top: 6px !important;
  }
  .mt7 {
    margin-top: 7px !important;
  }
  .mt8 {
    margin-top: 8px !important;
  }
  .mt9 {
    margin-top: 9px !important;
  }
  .mt10 {
    margin-top: 10px !important;
  }
  .mt11 {
    margin-top: 11px !important;
  }
  .mt12 {
    margin-top: 12px !important;
  }
  .mt13 {
    margin-top: 13px !important;
  }
  .mt14 {
    margin-top: 14px !important;
  }
  .mt15 {
    margin-top: 15px !important;
  }
  .mt16 {
    margin-top: 16px !important;
  }
  .mt17 {
    margin-top: 17px !important;
  }
  .mt18 {
    margin-top: 18px !important;
  }
  .mt19 {
    margin-top: 19px !important;
  }
  .mt20 {
    margin-top: 20px !important;
  }
  .mt21 {
    margin-top: 21px !important;
  }
  .mt22 {
    margin-top: 22px !important;
  }
  .mt23 {
    margin-top: 23px !important;
  }
  .mt24 {
    margin-top: 24px !important;
  }
  .mt25 {
    margin-top: 25px !important;
  }
  .mt26 {
    margin-top: 26px !important;
  }
  .mt27 {
    margin-top: 27px !important;
  }
  .mt28 {
    margin-top: 28px !important;
  }
  .mt29 {
    margin-top: 29px !important;
  }
  .mt30 {
    margin-top: 30px !important;
  }
  .mt31 {
    margin-top: 31px !important;
  }
  .mt32 {
    margin-top: 32px !important;
  }
  .mt33 {
    margin-top: 33px !important;
  }
  .mt34 {
    margin-top: 34px !important;
  }
  .mt35 {
    margin-top: 35px !important;
  }
  .mt36 {
    margin-top: 36px !important;
  }
  .mt37 {
    margin-top: 37px !important;
  }
  .mt38 {
    margin-top: 38px !important;
  }
  .mt39 {
    margin-top: 39px !important;
  }
  .mt40 {
    margin-top: 40px !important;
  }
  .mt41 {
    margin-top: 41px !important;
  }
  .mt42 {
    margin-top: 42px !important;
  }
  .mt43 {
    margin-top: 43px !important;
  }
  .mt44 {
    margin-top: 44px !important;
  }
  .mt45 {
    margin-top: 45px !important;
  }
  .mt46 {
    margin-top: 46px !important;
  }
  .mt47 {
    margin-top: 47px !important;
  }
  .mt48 {
    margin-top: 48px !important;
  }
  .mt49 {
    margin-top: 49px !important;
  }
  .mt50 {
    margin-top: 50px !important;
  }
  .mt1 {
    margin-bottom: 1px !important;
  }
  .mt2 {
    margin-bottom: 2px !important;
  }
  .mt3 {
    margin-bottom: 3px !important;
  }
  .mt4 {
    margin-bottom: 4px !important;
  }
  .mt5 {
    margin-bottom: 5px !important;
  }
  .mt6 {
    margin-bottom: 6px !important;
  }
  .mt7 {
    margin-bottom: 7px !important;
  }
  .mt8 {
    margin-bottom: 8px !important;
  }
  .mt9 {
    margin-bottom: 9px !important;
  }
  .mt10 {
    margin-bottom: 10px !important;
  }
  .mt11 {
    margin-bottom: 11px !important;
  }
  .mt12 {
    margin-bottom: 12px !important;
  }
  .mt13 {
    margin-bottom: 13px !important;
  }
  .mt14 {
    margin-bottom: 14px !important;
  }
  .mt15 {
    margin-bottom: 15px !important;
  }
  .mt16 {
    margin-bottom: 16px !important;
  }
  .mt17 {
    margin-bottom: 17px !important;
  }
  .mt18 {
    margin-bottom: 18px !important;
  }
  .mt19 {
    margin-bottom: 19px !important;
  }
  .mt20 {
    margin-bottom: 20px !important;
  }
  .mt21 {
    margin-bottom: 21px !important;
  }
  .mt22 {
    margin-bottom: 22px !important;
  }
  .mt23 {
    margin-bottom: 23px !important;
  }
  .mt24 {
    margin-bottom: 24px !important;
  }
  .mt25 {
    margin-bottom: 25px !important;
  }
  .mt26 {
    margin-bottom: 26px !important;
  }
  .mt27 {
    margin-bottom: 27px !important;
  }
  .mt28 {
    margin-bottom: 28px !important;
  }
  .mt29 {
    margin-bottom: 29px !important;
  }
  .mt30 {
    margin-bottom: 30px !important;
  }
  .mt31 {
    margin-bottom: 31px !important;
  }
  .mt32 {
    margin-bottom: 32px !important;
  }
  .mt33 {
    margin-bottom: 33px !important;
  }
  .mt34 {
    margin-bottom: 34px !important;
  }
  .mt35 {
    margin-bottom: 35px !important;
  }
  .mt36 {
    margin-bottom: 36px !important;
  }
  .mt37 {
    margin-bottom: 37px !important;
  }
  .mt38 {
    margin-bottom: 38px !important;
  }
  .mt39 {
    margin-bottom: 39px !important;
  }
  .mt40 {
    margin-bottom: 40px !important;
  }
  .mt41 {
    margin-bottom: 41px !important;
  }
  .mt42 {
    margin-bottom: 42px !important;
  }
  .mt43 {
    margin-bottom: 43px !important;
  }
  .mt44 {
    margin-bottom: 44px !important;
  }
  .mt45 {
    margin-bottom: 45px !important;
  }
  .mt46 {
    margin-bottom: 46px !important;
  }
  .mt47 {
    margin-bottom: 47px !important;
  }
  .mt48 {
    margin-bottom: 48px !important;
  }
  .mt49 {
    margin-bottom: 49px !important;
  }
  .mt50 {
    margin-bottom: 50px !important;
  }
  .wrapper {
    width: 1200px;
    margin: 0 auto;
  }
  @-webkit-keyframes zoom-out {
    0% {
      width: 200px;
      height: 200px;
      background: blue;
      opacity: 0;
    }
    100% {
      width: 400px;
      height: 400px;
      background: red;
      opacity: 1;
    }
  }
  @-moz-keyframes zoom-out {
    0% {
      width: 200px;
      height: 200px;
      background: blue;
      opacity: 0;
    }
    100% {
      width: 400px;
      height: 400px;
      background: red;
      opacity: 1;
    }
  }
  @keyframes zoom-out {
    0% {
      width: 200px;
      height: 200px;
      background: blue;
      opacity: 0;
    }
    100% {
      width: 400px;
      height: 400px;
      background: red;
      opacity: 1;
    }
  }
  .nux-sp-menu {
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    margin: 0 auto;
    background: #0082df;
  }
  .nux-sp-menu:before,
  .nux-sp-menu:after {
    display: table;
    content: "";
  }
  .nux-sp-menu:after {
    clear: both;
  }
  .nux-sp-menu .menu-item {
    float: left;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    height: 100%;
    min-width: 100px;
  }
  .nux-sp-menu .menu-item:hover {
    background: #006fd8;
  }
  .nux-sp-menu .menu-item:hover .submenu {
    padding: 10px 0;
    display: block;
  }
  .nux-sp-menu .active {
    background: #006fd8;
  }
  .nux-sp-menu .submenu {
    display: none;
    position: absolute;
    left: 0;
    background: #0082df;
    z-index: 100;
    width: 100%;
    text-align: center;
  }
  .nux-sp-menu .submenu-item {
    padding: 10px 0;
  }
  .nux-sp-menu .submenu-item:hover {
    background: #006fd8;
  }
  .nux-sp-menu2 {
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    margin: 0 auto;
    background: #0082df;
  }
  .nux-sp-menu2:before,
  .nux-sp-menu2:after {
    display: table;
    content: "";
  }
  .nux-sp-menu2:after {
    clear: both;
  }
  .nux-sp-menu2 .menu-item {
    float: left;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    height: 100%;
    min-width: 100px;
  }
  .nux-sp-menu2 .menu-item:hover {
    background: #006fd8;
  }
  .nux-sp-menu2 .active {
    background: #006fd8;
  }
  .nux-sp-menu2 .submenu {
    display: none;
    position: absolute;
    left: 0;
    background: #0082df;
    z-index: 100;
    width: 100%;
    text-align: center;
  }
  .nux-sp-menu2 .submenu-item {
    padding: 10px 0;
  }
  .nux-sp-menu2 .submenu-item:hover {
    background: #006fd8;
  }
  table,
  td,
  th {
    border: 1px solid #999;
    padding: 2px;
    word-break: break-all;
    text-align: center;
    font-size: 12px;
  }
  table {
    width: 100%;
    border-collapse: collapse;
    padding: 5px;
  }
  table img {
    max-width: 100%;
    border-collapse: collapse;
    padding: 5px;
  }
  iframe {
    max-width: 100%;
  }
  .nux-pagination {
    color: #999;
    margin: 20px auto 0;
    text-align: center;
  }
  .nux-pagination .current {
    background: #006ec7;
    border-color: #006ec7;
    color: #fff;
  }
  .nux-pagination .num {
    display: inline-block;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin: 0 4px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    color: #222;
  }
  .nux-pagination .prev,
  .nux-pagination .next,
  .nux-pagination .current {
    display: inline-block;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin: 0 4px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
  }
  .nux-pagination .prev,
  .nux-pagination .next {
    padding: 0 5px;
  }
  .pagination p {
    margin: 0;
    cursor: pointer;
  }
  .pagination {
    display: inline-block;
    margin: 10px 0 0;
    padding: 10px 0px;
  }
  .pagination a {
    display: block;
    float: left;
    margin-right: 10px;
    padding: 2px 12px;
    border: 1px #000 solid;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    line-height: 24px;
  }
  .pagination a:hover {
    color: #fff;
    background: #005dbd;
    border: 1px #005dbd solid;
  }
  .pagination a:active {
    color: #fff;
    background: #000;
    border: 1px #000 solid;
  }
  .pagination a.cur {
    border: none;
    color: #fff;
    background: #005dbd;
    border: 1px #005dbd solid;
  }
  .pagination p {
    float: left;
    padding: 2px 12px;
    font-size: 12px;
    line-height: 24px;
    color: #000;
    border: 1px #000 solid;
    margin-right: 8px;
  }
  .pagination p.pageRemark {
    border-style: none;
    background: none;
    margin-right: 0px;
    padding: 4px 0px;
    color: #000;
  }
  .pagination p.pageRemark b {
    color: #000;
  }
  .pagination p.pageEllipsis {
    border-style: none;
    background: none;
    padding: 4px 0px;
    color: #808080;
  }
  .dates li {
    font-size: 14px;
    margin: 20px 0;
  }
  .dates li span {
    float: right;
  }
  .pages {
    margin-top: 20px;
    font-size: 12px;
    color: #9d9d9d;
  }
  .pages a {
    color: #9d9d9d;
  }
  .pages a :hover {
    color: #ffd102;
  }
  .pages span {
    line-height: 2;
    display: block;
  }
  .pages span a:hover {
    text-decoration: underline;
  }
  .product_detail {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #929292;
    margin-bottom: 20px;
  }
  .product_detail p {
    line-height: 2em;
  }
  .product_contant p {
    line-height: 2em;
  }
  .product_detail .product_contant {
    width: 100%;
  }
  .product_detail .product_contant img {
    max-width: 100%;
  }
  .product_detail .product_banner {
    overflow: hidden;
    width: 100%;
  }
  .product_detail .product_banner .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .product_detail .product_banner .swiper-slide {
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
  }
  
  ::-webkit-scrollbar {
    width: 5px;
    height: 0px;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    height: 15px;
    background: #a0a0a0;
  }
  ::-webkit-scrollbar-track {
    background: #f6f8fb;
  }
  .product_detail .product_banner .gallery-top1 {
    height: 530px;
    width: 100%;
  }
  .product_detail .product_banner .gallery-thumbs1 {
    height: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
  }
  
  .product_detail .product_banner .gallery-thumbs1 .swiper-slide {
    height: 80px;
    opacity: 0.4;
  }
  .product_detail .product_banner .gallery-thumbs1 .swiper-slide-thumb-active {
    opacity: 1;
  }
  .product_detail .product_jianjie {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 30px;
    width: 100%;
  }
  .product_detail .product_jianjie h2 {
    font-size: 24px;
    font-weight: bold;
  }
  .product_detail .product_jianjie2 h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  .product_detail .product_jianjie h3 {
    line-height: 24px;
  }
  .product_detail .product_jianjie .junjia2 h2 {
    color: #999;
    font-size: 20px;
  }
  .product_detail .product_jianjie .junjia2 h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #ff0000;
  }
  .product_detail .product_jianjie h4 {
    margin-top: 10px;
  }
  .product_detail .product_jianjie h4 a {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    display: block;
    background: #e7bc56;
    color: #000;
  }
  .product_detail .product_jianjie h4 a:hover {
    color: #fff;
    background: #005dbd;
  }
  .product_detail .product_jianjie .line {
    width: 100%;
    height: 1px;
    background: #ccc;
    margin: 20px auto;
  }
  .detail {
    font-size: 18px;
    color: #9d9d9d;
    line-height: 2;
    margin-top: 20px;
  }
  .detail .d-title {
    text-align: center;
    color: black;
    font-size: 30px;
  }
  .detail .d-time {
    font-size: 12px;
    line-height: 2;
    color: #9d9d9d;
    text-align: center;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-container1 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-container1 {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }
  .page-header {
    position: relative;
  }
  .head {
    width: 100%;
    height: 150px;
    position: relative;
  }
  .top {
    width: 100%;
    height: 70px;
    padding: 0 0 10px;
    margin: 0 auto;
  }
  .top .wel {
    width: 100%;
    height: 45px;
    background: #fff;
    border-top: 4px solid #e7bc56;
  }
  .top .wel .wrapper {
    position: relative;
  }
  .top .wel .fl {
    width: 70%;
    font-size: 16px;
    line-height: 42px;
  }
  .top .wel .t_right {
    position: absolute;
    top: 0;
    text-align: center;
    right: 0;
    width: 403px;
    height: 50px;
    line-height: 50px;
    color: #000;
    font-size: 24px;
    padding-left: 10px;
    background: url(../img/top_bg.png) top center no-repeat;
  }
  .top .wel .t_right a {
    line-height: 50px;
    color: #000;
    font-size: 24px;
  }
  .top .top_right {
    width: 260px;
    padding: 25px 0 0;
  }
  .top .top_right h2 {
    width: 190px;
    float: left;
    font-size: 18px;
  }
  .top .top_right h3 {
    width: 190px;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #005dbd;
    float: left;
  }
  .top .top_right img {
    display: block;
    width: 45px;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
  }
  .logo {
    width: 520px;
    padding: 10px 0;
  }
  .logo img {
    margin-right: 15px;
    width: 380px;
    display: block;
    float: left;
    padding-top: 10px;
  }
  .logo_t {
    padding: 10px 0;
    width: 260px;
    margin: 0 auto;
  }
  .logo_t img {
    margin-right: 15px;
    width: 260px;
    display: block;
    float: left;
    padding-top: 20px;
  }
  .fixednav {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 9;
  }
  .nav {
    width: 100%;
    background: #005dbd;
    height: 50px;
    line-height: 50px;
  }
  .nav .nav_detail {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
  }
  .nav ul {
    width: 100%;
    height: 50px;
    margin: 0 auto;
  }
  .nav ul li {
    float: left;
    display: block;
  }
  .nav ul li a {
    position: relative;
    padding: 0 42px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    display: block;
  }
  .nav ul li a:active {
    display: block;
    color: #000;
    font-weight: bold;
    background: #e7bc56;
  }
  .nav ul li a .active {
    display: block;
    color: #000;
    font-weight: bold;
    background: #e7bc56;
  }
  .nav ul li a.this,
  .nav ul li a:hover {
    display: block;
    font-weight: bold;
    color: #000;
    background: #e7bc56;
  }
  .nav ul li:hover ul {
    display: block;
  }
  .nav ul li ul {
    height: auto;
    display: none;
  }
  .nav ul li ul li {
    float: none;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    opacity: 0.9;
  }
  .nav ul li ul li a {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
  }
  .nav_sec {
    display: block;
    padding-top: 0px;
    position: relative;
    z-index: 99;
    max-height: 500px;
    overflow: scroll;
  }
  .nav_sec ul {
    display: block;
  }
  .nav_sec li {
    float: left;
    display: block;
    margin: 0 !important;
  }
  .nav_sec li a {
    color: #000 !important;
    padding: 0 0px !important;
    border-right: none !important;
    height: 40px;
    line-height: 40px !important;
  }
  .nav_sec li a:hover {
    color: #000 !important;
  }
  .top_right .tb {
    margin-right: 12px;
  }
  .swiper-slide img {
    width: 100%;
    display: block;
  }
  .banner {
    padding: 0;
  }
  .swiper-pagination {
    bottom: 30px !important;
  }
  .swiper-pagination-bullet .swiper-pagination-bullet-active {
    border: none !important;
    background: #005dbd !important;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 10px !important;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  .swiper-pagination-bullet-active {
    background: #005dbd !important;
    border: none;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
  }
  .page-footer {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
  }
  .page-footer .clearfix {
    width: 1200px;
    margin: 0 auto;
  }
  .page-footer .clearfix form.tg,
  .page-footer .clearfix form.fg {
    line-height: 30px;
    text-align: center;
    font-size: 0;
    margin-bottom: 10px;
  }
  .page-footer .clearfix textarea,
  .page-footer .clearfix input[type="text"] {
    resize: 0;
    width: 300px;
    color: #787878;
    border: 1px solid #aaa;
    height: 30px;
    background: none;
    line-height: 30px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0 8px;
    font-size: 12px;
    margin-top: 6px;
  }
  .page-footer .clearfix .tg {
    height: auto;
  }
  .page-footer .clearfix textarea {
    height: 60px;
    color: #313131;
  }
  .page-footer .clearfix form button {
    display: block;
    color: #fff;
    float: left;
    margin-right: 20px;
    margin-top: 6px;
    width: 190px;
    text-align: center;
    font-size: 14px;
    border: none;
    background: #005dbd;
    padding: 8px 0;
  }
  form {
    margin: 0 0 30px;
    padding: 20px;
  }
  form h1 {
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    line-height: 60px;
    color: #434343;
  }
  .form-control-m {
    line-height: 32px;
    width: 50%;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    text-indent: 15px;
    outline: none;
  }
  .me {
    width: 100%;
    display: block;
  }
  .form-control {
    width: 90%;
    height: 32px;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
  }
  .foot_phone {
    padding: 30px 0;
    overflow: hidden;
    background: #333;
    width: 100%;
  }
  .foot_phone .menu {
    width: 350px;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    padding: 0 70px;
  }
  .foot_phone .menu h6 {
    font-size: 20px;
    font-weight: bold;
  }
  .foot_phone .menu a {
    width: 50%;
    display: block;
    text-align: left;
    float: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 35px;
    color: #b2b2b2;
    padding: 0 20px 0 0;
  }
  .foot_phone .logo_f {
    width: 170px;
    text-align: left;
  }
  .contact {
    width: 300px;
  }
  .contact h6 {
    font-weight: bold;
    color: #fff;
    margin: 10px 0;
    font-size: 20px;
  }
  .contact h4 {
    width: 100%;
    float: left;
    color: #b2b2b2;
    margin: 0 !important;
    line-height: 35px !important;
    height: 35px !important;
    font-size: 14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact h4 a {
    color: #b2b2b2;
    line-height: 40px !important;
    height: 40px !important;
  }
  .contact img {
    display: block;
    float: left;
    margin-top: 5px;
    line-height: 40px;
    margin-right: 10px;
  }
  .message {
    width: 380px;
  }
  .message h6 {
    font-weight: bold;
    color: #fff;
    margin: 10px 0;
    font-size: 20px;
  }
  .message img {
    display: block;
    float: left;
    margin-top: 10px;
    line-height: 40px;
    margin-right: 10px;
  }
  .fr {
    float: right;
  }
  /* .fr h3 {
    width: 100%;
    line-height: 40px;
  }
  .fr img {
    width: 120px;
  } */
  .inside_about .fr img {
    max-width: 100% !important;
  }
  .footer_b {
    width: 100%;
    background: #2a2a2a;
    color: #929292;
  }
  .footer_b .clearfix {
    width: 1200px;
  }
  .footer_b h4 {
    line-height: 50px;
    color: #929292;
  }
  .footer_b h4 span {
    margin: 0 5px 0 0;
  }
  .footer_b a {
    color: #929292;
  }
  .mainpart {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }
  .gongneng {
    width: 100%;
    color: #000;
    background: #fff;
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
  }
  .gongneng .clearfix {
    width: 1200px;
    margin: 0 auto;
  }
  .gongneng .clearfix .fl {
    width: 70%;
    line-height: 40px;
  }
  .gongneng .clearfix .fl a {
    line-height: 40px;
    color: #000;
  }
  .gongneng .clearfix .fl a:hover {
    color: #005dbd;
  }
  .gongneng .clearfix .search {
    height: 40px;
    width: 300px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #bdbdbd;
    position: relative;
  }
  .gongneng .clearfix .search form {
    margin: 0 !important;
    padding: 0;
  }
  .gongneng .clearfix .search form input {
    width: 250px;
    line-height: 38px;
    padding-left: 20px;
    border: none;
    background: none;
    outline: none;
  }
  .gongneng .clearfix .search form button {
    position: absolute;
    right: 0;
    top: -1px;
    background: #005dbd;
    width: 60px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  .gongneng .clearfix .search form button span {
    width: 100%;
    height: 38px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .gongneng .clearfix .search form button span img {
    width: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .left_title {
    color: #fff;
    font-size: 24px;
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    background: url(../img/lan_bg.png) top center no-repeat;
  }
  .left_title span {
    width: 20%;
    text-align: left;
    float: right;
  }
  .left_title img {
    padding-top: 20px;
    float: left;
  }
  .pro {
    position: relative;
  }
  .pro .con {
    background: #f5f5f5;
    margin: 20px;
  }
  .pro .con ul {
    display: block;
    overflow: hidden;
    padding: 15px;
  }
  .pro .con ul li {
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #929292;
  }
  .pro .con ul li a {
    display: block;
  }
  .pro .con ul li a span {
    display: block;
    float: left;
    margin: 20px 10px 0 10px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #999;
  }
  .pro .con ul li a.this,
  .pro .con ul li a:hover {
    color: #fff;
    background: #005dbd;
  }
  .cate {
    width: 309px;
    background: #fff;
  }
  .index_p1 .cate ul {
    max-height: 515px;
    overflow: hidden;
  }
  .index_p1 {
    width: 100%;
    margin: 60px 0;
    padding-bottom: 120px;
    background: url(../img/bg4.png) bottom center no-repeat;
  }
  .index_p1 .clearfix {
    width: 1200px;
    margin: 0 auto;
  }
  .index_p1 .clearfix .pro_list {
    width: 840px;
  }
  .index_p1 .clearfix .pro_list ul {
    overflow: hidden;
  }
  .index_p1 .clearfix .pro_list ul li {
    display: block;
    float: left;
    width: 400px;
    height: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .index_p1 .clearfix .pro_list ul li a {
    display: block;
    overflow: hidden;
  }
  .index_p1 .clearfix .pro_list ul li a img {
    display: block;
    width: 380px;
    height: 240px;
    margin-bottom: 10px;
  }
  .index_p1 .clearfix .pro_list ul li a .pro_text {
    border-left: 3px solid #e7bc56;
    background: url(../img/icon_b.png) left center no-repeat;
    padding-left: 10px;
  }
  .index_p1 .clearfix .pro_list ul li a h2 {
    color: #686868;
    font-weight: bold;
    font-size: 20px;
    line-height: 35px;
    border-bottom: 1px solid #686868;
  }
  .index_p1 .clearfix .pro_list ul li a h3 {
    font-size: 14px;
    color: #686868;
    margin-top: 5px;
    line-height: 22px;
  }
  .index_p1 .clearfix .pro_list ul li a h4 {
    margin: 10px 0;
    text-align: center;
    border: 1px solid #929292;
    width: 110px;
    line-height: 26px;
    color: #686868;
    font-size: 14px;
  }
  .index_p1 .clearfix .pro_list ul li:hover {
    background: #005dbd;
  }
  .index_p1 .clearfix .pro_list ul a:hover h2 {
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .index_p1 .clearfix .pro_list ul a:hover h3 {
    color: #fff;
  }
  .index_p1 .clearfix .pro_list ul a:hover h4 {
    color: #fff;
    border: 1px solid #fff;
  }
  .index_p1 .clearfix .pro_list ul li:hover h4 {
    border: 1px solid #fff;
  }
  .index_p1 .clearfix .pro_list ul li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .index_contact {
    width: 309px;
  }
  .index_contact .title {
    padding: 0 20px;
  }
  .index_contact .title span {
    width: 20%;
    text-align: left;
    float: right;
  }
  .index_contact .title img {
    padding-top: 20px;
    float: left;
  }
  .index_contact .con {
    padding: 20px;
    border-bottom: 5px solid #e7bc56;
    background: url(../img/icon_a.png) bottom center no-repeat;
    line-height: 30px;
  }
  .index_title {
    overflow: hidden;
    margin: 0 0 20px;
    height: 50px;
    text-align: left;
    background: url(../img/box.png) left 5px no-repeat;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
  }
  .index_title h1 {
    float: left;
    width: 50%;
    font-size: 22px;
    padding: 0 0 0 20px;
    color: black;
  }
  .index_title a {
    text-align: right;
    line-height: 50px;
    float: right;
    font-size: 16px;
  }
  .index_title a:hover {
    color: #710003;
  }
  .index_title img {
    text-align: center;
    margin: 0 10px 0 0;
  }
  .clearfix {
    margin: 0 auto;
  }
  .index_p3 {
    width: 100%;
  }
  .index_p3 .clearfix {
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
  }
  .index_p3 .title {
    height: 50px;
    border-bottom: 1px solid #a9a9a9;
  }
  .index_p3 .title h2 {
    color: #000 !important;
    width: 50%;
    line-height: 50px;
    float: left;
    font-size: 24px;
    font-weight: bold;
  }
  .index_p3 .title h2 img {
    width: 20px;
    display: block;
    float: left;
    vertical-align: center;
    margin-right: 10px;
    margin-top: 10px;
  }
  .index_p3 .title h3 {
    width: 50%;
    float: right;
    text-align: right;
    line-height: 50px;
  }
  .index_p3 .product {
    width: 100%;
    margin-top: 30px;
  }
  .index_p3 .product a {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 15px;
    background: #f1f1f1;
  }
  .index_p3 .product a img {
    width: 320px;
    height: 240px;
  }
  .index_p3 .product a h2 {
    width: 100%;
    font-size: 18px;
    line-height: 44px;
    font-weight: normal;
    color: #000;
  }
  .index_p3 .product a:hover {
    background: #005dbd;
  }
  .index_p3 .product a:hover h2 {
    color: #fff;
  }
  .index_p5 {
    width: 100%;
    background: #333333;
  }
  .index_p5 .clearfix {
    width: 1200px;
    margin: 0 auto;
    background: #464646;
    padding: 40px 0;
  }
  .index_p5 .clearfix ul {
    overflow: hidden;
  }
  .index_p5 .clearfix ul li {
    display: block;
    float: left;
    width: 50%;
    padding: 0 30px;
    margin: 10px 0;
  }
  .index_p5 .clearfix ul li a {
    display: block;
  }
  .index_p5 .clearfix ul li a span {
    float: left;
    line-height: 20px;
    width: 60px;
    height: 60px;
    background: #005dbd;
    display: block;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-right: 10px;
  }
  .index_p5 .clearfix ul li a h2 {
    width: 460px;
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
  }
  .index_p5 .clearfix ul li a h3 {
    width: 460px;
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
  }
  .swiper-container2 {
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0;
  }
  .swiper-container2 .swiper-wrapper {
    width: 90%;
    position: relative;
  }
  .swiper-container2 .swiper-slide .swiper-slide {
    padding: 0 10px;
  }
  .swiper-container2 .swiper-slide a {
    display: block;
    width: 100% !important;
    text-align: center;
    margin: 0 auto;
    border: 2px solid #e7bc56;
    overflow: hidden;
  }
  .swiper-container3 {
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .swiper-container3 .swiper-wrapper {
    width: 90%;
    position: relative;
  }
  .swiper-container3 .swiper-slide .swiper-slide {
    padding: 0 10px;
  }
  .swiper-container3 .swiper-slide a {
    display: block;
    width: 100% !important;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
  }
  .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
    top: 40%;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
  }
  .swiper-button-next {
    right: 10px;
  }
  .swiper-button-prev {
    left: 10px;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    background: url(../img/jiantou_l.png) left center no-repeat !important;
    width: 30px;
    height: 30px;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    background: url(../img/jiantou_r.png) right center no-repeat !important;
    width: 30px;
    height: 30px;
  }
  .swiper-pagination2 .swiper-pagination-bullet {
    display: none;
  }
  .swiper-pagination3 .swiper-pagination-bullet {
    bottom: 0;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 50%;
  }
  .nux-tabs {
    width: 1200px;
    margin: 0 auto;
  }
  .nux-tabs .nux-tab {
    padding: 0 30px;
    border: 1px solid #005dbd;
    color: #005dbd;
    margin: 0 20px;
    cursor: pointer;
    font: normal normal 20px/50px "微软雅黑", sans-serif;
  }
  .nux-tabs :hover {
    background: #005dbd;
    color: white;
  }
  .nux-tab-conetnt {
    display: none;
    text-align: center;
    margin: 0 auto;
  }
  .nux-tab-conetnt img {
    text-align: center;
  }
  .nux-tab-content-box {
    width: 1200px;
    margin: 40px auto 0;
    text-align: center;
  }
  .inside_about {
    width: 1200px;
    margin: 60px auto;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .inside_about .cate {
    width: 309px;
    background: #fff;
  }
  .inside_about .content img {
    max-width: 100%;
  }
  .inside_about .content ul li {
    width: 250px;
    margin: 10px;
    background: #fff;
    float: left;
  }
  .inside_about .content ul li a {
    display: block;
    overflow: hidden;
    padding: 0 0 20px;
    border: 1px solid #e3e3e3;
  }
  .inside_about .content ul li a img {
    width: 100%;
    height: 160px;
  }
  .inside_about .content ul li a h1 {
    width: 80%;
    line-height: 50px;
    margin: 10px auto 0;
    font-weight: normal;
    font-size: 18px;
    color: #000;
  }
  .inside_about .content ul li a h2 {
    width: 30%;
    border: 1px solid #000;
    line-height: 30px;
    text-align: center;
    margin-left: 10%;
    font-size: 14px;
    color: #313131;
  }
  /* .inside_case {
    width: 1200px;
    margin: 60px auto;
    overflow: hidden;
    background: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .inside_case .content img {
    max-width: 100%;
  }
  .inside_case .content ul {
    overflow: hidden;
  }
  .inside_case .content ul li {
    float: left;
    display: block;
    width: 33.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 10px auto;
  }
  .inside_case .content ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    display: block;
  }
  .inside_case .content ul li a img {
    width: 100%;
    height: 250px;
  }
  .inside_case .content ul li a h1 {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #313131;
    line-height: 40px;
  }
  .inside_case .content ul li a:hover {
    border: 1px solid #005dbd;
  }
  .inside_case .content ul li a:hover h1 {
    color: #005dbd;
  } */
  .inside_title {
    padding-bottom: 10px;
    padding: 0 20px;
    width: 100%;
    background: url(../img/title_bg2.png) right center no-repeat;
    height: 70px;
  }
  .inside_title .fl {
    width: 40%;
  }
  .inside_title .fl h2 {
    font-weight: normal;
    line-height: 70px;
    font-size: 24px;
    color: #fff;
  }
  .inside_title .fr {
    padding-top: 10px;
    line-height: 50px;
    color: #fff;
  }
  .inside_title .fr img {
    width: 24px;
    margin-top: 15px;
    margin-right: 10px;
    display: block;
    float: left;
  }
  .inside_title .fr a {
    color: #fff;
  }
  .inside_con {
    width: 855px;
    background: #fff;
  }
  .inside_con .content {
    padding: 20px;
  }
  .inside_con .content img {
    max-width: 100%;
  }
  .index_p2 .clearfix {
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .index_p2 .con {
    width: 50%;
    height: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: #e7bc56;
  }
  .index_p2 .o {
    overflow: hidden;
    position: relative;
  }
  .index_p2 .zizhi {
    margin: 30px 0 0;
  }
  .index_p2 .fl {
    width: 600px;
  }
  .index_p2 .fl .video {
    width: 600px;
    height: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .index_p2 .fl .video .video-bg {
    width: 600px;
    height: 400px;
    background: #000;
  }
  .index_p2 .fl .video .video-bg .movie-clip {
    width: 600px;
    height: 400px;
  }
  .index_p2 .fl .video .video-bg .vjs-big-play-button {
    left: 50%;
    top: 50%;
    margin-left: -28px;
    border: none;
    margin-top: -28px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  .index_p2 .fl .video .video-bg .vjs-big-play-button:focus {
    outline: 0;
  }
  .index_p2 .fl .more {
    background: #e7bc56;
    height: 60px;
    width: 100%;
    padding: 0 60px 0 20px;
  }
  .index_p2 .fl .more a {
    color: #fff;
  }
  .index_p2 .fl .more a h2 {
    width: 50%;
    color: #fff;
    font-size: 20px;
    float: left;
    line-height: 60px;
  }
  .index_p2 .fl .more a img {
    width: 35px;
    margin: 20px 0;
    text-align: right;
    float: right;
  }
  .index_p2 .about {
    width: 640px;
    position: absolute;
    z-index: 8;
    top: 0;
    left: 560px;
    padding: 40px;
    height: 460px;
    background: url(../img/about_bg.png) top right no-repeat;
    background-size: 100%;
  }
  .index_p2 .about .text {
    width: 100%;
  }
  .index_p2 .about .text h2 {
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
  }
  .index_p2 .about .text h3 {
    font-size: 16px;
    line-height: 30px;
  }
  .index_p2 .about .shuzi {
    width: 100%;
    margin-top: 20px;
  }
  .index_p2 .about .shuzi h2 {
    line-height: 40px;
    font-style: initial;
    font-size: 18px;
  }
  .index_p2 .about .shuzi h2 i {
    font-size: 34px;
    color: #005dbd;
  }
  .index_p2 .about .icon_a {
    width: 100%;
    margin: 20px 0;
    padding: 0 20px;
  }
  .index_p2 .about .icon_a h3 {
    width: 75px;
    line-height: 30px;
    color: #005dbd;
    font-size: 18px;
  }
  .index_p2 .about .icon_a h3 img {
    width: 100%;
  }
  .why {
    width: 100%;
    padding: 80px 0;
    margin-top: -20px;
    background: url(../img/bg3.png) center -30px no-repeat;
  }
  .why .clearfix {
    width: 1200px;
    margin: 0 auto;
  }
  .why .clearfix .title {
    text-align: center;
  }
  .why .clearfix .title h2 {
    font-size: 40px;
    color: #005dbd;
    line-height: 60px;
    font-weight: bold;
  }
  .why .clearfix .title h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .why .clearfix .con {
    width: 100%;
    margin: 60px 0;
  }
  .why .clearfix .con .youshi {
    width: 250px;
    height: 250px;
    padding: 30px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    position: relative;
  }
  .why .clearfix .con .youshi h2 {
    width: 80%;
    text-align: center;
    position: absolute;
    top: 120px;
    font-weight: bold;
    color: #005dbd;
    font-size: 22px;
    line-height: 40px;
  }
  .why .clearfix .con .youshi h3 {
    width: 80%;
    text-align: center;
    position: absolute;
    top: 160px;
  }
  .why .clearfix .con .youshi:hover h2 {
    color: #fff;
  }
  .why .clearfix .con .youshi:hover h3 {
    color: #fff;
  }
  .why .clearfix .con .a {
    background: url(../img/youshi_a.png) center 40px no-repeat #ffffff;
  }
  .why .clearfix .con .b {
    background: url(../img/youshi_b.png) center 40px no-repeat #ffffff;
  }
  .why .clearfix .con .c {
    background: url(../img/youshi_c.png) center 40px no-repeat #ffffff;
  }
  .why .clearfix .con .d {
    background: url(../img/youshi_d.png) center 40px no-repeat #ffffff;
  }
  .why .clearfix .con .a:hover {
    background: url(../img/youshi_a_1.png) center 40px no-repeat #005dbd;
  }
  .why .clearfix .con .b:hover {
    background: url(../img/youshi_b_1.png) center 40px no-repeat #005dbd;
  }
  .why .clearfix .con .c:hover {
    background: url(../img/youshi_c_1.png) center 40px no-repeat #005dbd;
  }
  .why .clearfix .con .d:hover {
    background: url(../img/youshi_d_1.png) center 40px no-repeat #005dbd;
  }
  .index_p4 {
    width: 100%;
    padding: 80px 0;
    background: url(../img/bg2.png) top center no-repeat;
  }
  .index_p4 .clearfix {
    width: 1200px;
    margin: 0 auto;
  }
  .index_p4 .clearfix .fl {
    width: 800px;
  }
  .index_p4 .clearfix .fl h2 {
    font-size: 48px;
    line-height: 60px;
    color: #fff;
  }
  .index_p4 .clearfix .fl h3 {
    font-size: 20px;
    color: #fff;
  }
  .index_p4 .clearfix .fl h4 {
    line-height: 40px;
    overflow: hidden;
    margin: 20px 0 10px;
    font-size: 20px;
  }
  .index_p4 .clearfix .fl h5 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
  }
  .index_p4 .clearfix .fl h4 i {
    font-style: normal;
    display: block;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 40px;
    padding: 0 20px;
    float: left;
    color: #fff;
    text-align: center;
    background: #005dbd;
    margin: 0 20px 0 0;
  }
  .index_p4 .clearfix .fl .phone {
    width: 100%;
    margin: 20px 0 0;
  }
  .index_p4 .clearfix .fl .phone .left {
    width: 50%;
    float: left;
  }
  .index_p4 .clearfix .fl .phone .left img {
    width: 86px;
    float: left;
    display: block;
    margin-right: 20px;
  }
  .index_p4 .clearfix .fl .phone .left h5 {
    float: left;
    width: 200px;
    line-height: 20px;
    font-size: 20px;
    margin-top: 20px;
    color: #fff;
  }
  .index_p4 .clearfix .fl .phone .left h6 {
    float: left;
    width: 220px;
    line-height: 35px;
    font-size: 28px;
    color: #fff;
    font-size: bold;
  }
  .index_p4 .clearfix .fr {
    width: 400px;
    margin-top: -143px;
    height: 500px;
    background: url(../img/phone.png) top center no-repeat;
    text-align: center;
  }
  .index_p4 .clearfix .fr img {
    margin-top: 130px;
    width: 230px;
  }
  .inside_news {
    width: 1200px;
    margin: 60px auto;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .inside_news .content img {
    max-width: 100%;
  }
  .inside_news .content ul {
    overflow: hidden;
  }
  .inside_news .content ul li {
    width: 100%;
    border-bottom: 1px dashed #afafaf;
    overflow: hidden;
    padding: 30px 0;
  }
  .inside_news .content ul li a {
    width: 100%;
  }
  .inside_news .content ul li a img {
    display: block;
    float: left;
    width: 200px !important;
    height: 150px !important;
    margin-right: 15px;
  }
  .inside_news .content ul li a h1 {
    width: 600px;
    float: left;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    color: #313131;
  }
  .inside_news .content ul li a h2 {
    width: 600px;
    float: left;
    font-size: 14px;
  }
  .inside_news .content ul li a h3 {
    background: #005dbd;
    color: #fff;
    width: 120px;
    text-align: center;
    line-height: 30px;
    float: left;
    margin-top: 20px;
  }
  .inside_news .content ul li a:hover h1 {
    color: #005dbd;
  }
  .inside_news .content ul li a:hover h2 {
    color: #005dbd;
  }
  .inside_pro {
    width: 855px;
    background: #fff;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .inside_product {
    width: 1200px;
    margin: 60px auto;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .inside_product .contant img {
    max-width: 100%;
  }
  .inside_product .contant ul {
    overflow: hidden;
  }
  .inside_product .contant ul li {
    float: left;
    display: block;
    width: 33.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 10px auto;
  }
  .inside_product .contant ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    display: block;
  }
  .inside_product .contant ul li a img {
    width: 100%;
    height: 250px;
  }
  .inside_product .contant ul li a h1 {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #313131;
    line-height: 40px;
  }
  .inside_product .contant ul li a:hover {
    border: 1px solid #005dbd;
  }
  .inside_product .contant ul li a:hover h1 {
    color: #005dbd;
  }
  .inside_product .contant ul li a.active {
    border: 1px solid #005dbd;
  }
  .inside_product .contant ul li a.active h1 {
    color: #005dbd;
  }
  .inside_pro_text {
    width: 1200px;
    margin: 60px auto;
    overflow: hidden;
    background: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .inside_pro_text .clearfix {
    width: 100%;
  }
  .inside_pro_text .clearfix .d-title {
    text-align: center;
    color: black;
    font-size: 30px;
  }
  .inside_pro_text .clearfix .namef {
    background: #ececec;
    width: 15%;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    color: #000;
  }
  .inside_pro_text .clearfix .answ {
    width: 35%;
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    color: #000;
  }
  .gallery-top1 {
    height: 460px;
    width: 100%;
  }
  .gallery-thumbs1 {
    height: 108px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
  }
  .gallery-thumbs1 .swiper-slide {
    height: 108px;
    opacity: 0.4;
  }
  .gallery-thumbs1 .swiper-slide-thumb-active {
    opacity: 1;
  }
  .detail_content {
    margin: 20px 0;
    background: #fff;
  }
  .detail_content img {
    max-width: 100%;
  }
  .inside_content {
    padding: 20px;
  }
  .inside_content img {
    max-width: 100%;
  }
  .inside_prolist {
    width: 855px;
  }
  .inside_prolist ul {
    overflow: hidden;
  }
  .inside_prolist ul li {
    display: block;
    float: left;
    width: 400px;
    height: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .inside_prolist ul li a {
    display: block;
    overflow: hidden;
  }
  .inside_prolist ul li a img {
    display: block;
    width: 380px;
    height: 240px;
    margin-bottom: 10px;
  }
  .inside_prolist ul li a .pro_text {
    border-left: 3px solid #e7bc56;
    background: url(../img/icon_b.png) left center no-repeat;
    padding-left: 10px;
  }
  .inside_prolist ul li a h2 {
    color: #686868;
    font-weight: bold;
    font-size: 20px;
    line-height: 35px;
    border-bottom: 1px solid #686868;
  }
  .inside_prolist ul li a h3 {
    font-size: 14px;
    color: #686868;
    line-height: 26px;
  }
  .inside_prolist ul li a h4 {
    margin: 10px 0;
    text-align: center;
    border: 1px solid #929292;
    width: 110px;
    line-height: 26px;
    color: #686868;
    font-size: 14px;
  }
  .inside_prolist ul li:hover {
    background: #005dbd;
  }
  .inside_prolist ul a:hover h2 {
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .inside_prolist ul a:hover h3 {
    color: #fff;
  }
  .inside_prolist ul a:hover h4 {
    color: #fff;
    border: 1px solid #fff;
  }
  .inside_prolist ul li:hover h4 {
    border: 1px solid #fff;
  }
  .inside_prolist ul li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .inside_zizhi {
    width: 855px;
  }
  .inside_zizhi ul {
    overflow: hidden;
  }
  .inside_zizhi ul li {
    display: block;
    float: left;
    width: 260px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .inside_zizhi ul li a {
    display: block;
    overflow: hidden;
  }
  .inside_zizhi ul li a img {
    display: block;
    width: 240px;
    height: 320px;
    margin-bottom: 10px;
  }
  .inside_zizhi ul li a h2 {
    text-align: center;
    color: #686868;
    font-weight: bold;
    font-size: 20px;
    line-height: 35px;
  }
  .inside_zizhi ul li:hover {
    background: #005dbd;
  }
  .inside_zizhi ul a:hover h2 {
    color: #fff;
  }
  .inside_zizhi ul li:nth-child(3n) {
    margin-right: 0 !important;
  }
  
  .inside_case {
    width: 855px;
  }
  .inside_case ul {
    overflow: hidden;
  }
  .inside_case ul li {
    display: block;
    float: left;
    width: 260px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .inside_case ul li a {
    display: block;
    overflow: hidden;
  }
  .inside_case ul li a img {
    display: block;
    width: 240px;
    height: 160px;
    margin-bottom: 10px;
  }
  .inside_case ul li a h2 {
    text-align: center;
    color: #686868;
    font-weight: bold;
    font-size: 20px;
    line-height: 35px;
  }
  .inside_case ul li:hover {
    background: #005dbd;
  }
  .inside_case ul a:hover h2 {
    color: #fff;
  }
  .inside_case ul li:nth-child(3n) {
    margin-right: 0 !important;
  }
  
  .news_in {
    width: 1240px;
    margin: 60px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .news_in .news_content ul li {
    float: left;
    margin: 0 20px 40px;
    background: white;
    width: 580px;
  }
  .news_in .news_content ul li a {
    width: 580px;
    height: 180px;
    display: block;
  }
  .news_in .news_content ul li a img {
    display: block;
    width: 240px;
    height: 180px;
    float: left;
  }
  .news_in .news_content ul li a .text {
    float: left;
    height: 180px;
    width: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
  }
  .news_in .news_content ul li a .text h1 {
    font-size: 18px;
    line-height: 40px;
    font-weight: normal;
  }
  .news_in .news_content ul li a .text h2 {
    font-size: 14px;
    line-height: 24px;
  }
  .news_in .news_content ul li a .text h3 {
    font-size: 14px;
    color: #000;
    border: 1px solid #000;
    width: 50px;
    height: 30px;
    margin-top: 20px;
    text-align: center;
    line-height: 30px;
    background: url(../img/arrow3.png) center no-repeat;
  }
  .news_content ul li a:hover {
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
    color: #000 !important;
  }
  .news_content ul li a h3:hover {
    border: 1px solid #000 !important;
    background: url(../img/arrow4.png) center no-repeat #000000 !important;
    color: #fff !important;
  }
  .inside_content .free_r {
    width: 50%;
    float: right;
  }
  .inside_content .free_r img {
    width: 70%;
  }
  .banner_in {
    width: 100%;
    background: url(../img/banner_in.jpg) center no-repeat;
    height: 300px;
  }
  .inside_class {
    width: 1240px;
    margin: 70px auto;
  }
  .inside_class .class_con ul li {
    float: left;
    margin: 0 20px 40px;
  }
  .inside_class .class_con ul li a {
    width: 580px;
    height: 210px;
    display: block;
  }
  .inside_class .class_con ul li a img {
    display: block;
    width: 280px;
    height: 210px;
    float: left;
  }
  .inside_class .class_con ul li a .text {
    float: left;
    height: 210px;
    width: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
  }
  .inside_class .class_con ul li a .text h1 {
    font-size: 20px;
    line-height: 50px;
  }
  .inside_class .class_con ul li a .text h2 {
    font-size: 14px;
    line-height: 28px;
  }
  .inside_class .class_con ul li a .text h3 {
    font-size: 14px;
    color: #000;
    border: 1px solid #000;
    width: 120px;
    height: 30px;
    margin-top: 20px;
    text-align: center;
    line-height: 30px;
  }
  .inside_works {
    width: 1200px;
    position: relative;
    overflow: hidden;
    margin: 50px auto 0;
  }
  .class_con ul li a:hover {
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  }
  .class_con ul li a h3:hover {
    border: 1px solid #005dbd !important;
    background: #005dbd;
    color: #fff !important;
  }
  .inside_contact {
    width: 1200px;
    margin: 70px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px;
    background: #fff;
  }
  .inside_contact ul {
    width: 100%;
  }
  .inside_contact ul li {
    width: 33.3333%;
    text-align: center;
  }
  .inside_contact ul li h1 {
    width: 25%;
    margin: 0 auto 20px;
    border: 1px solid #000;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 70px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  .inside_contact ul li h1 img {
    height: 50px;
  }
  .inside_contact ul li h2 {
    line-height: 30px;
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
  }
  .inside_contact h4 {
    color: #005dbd;
    font-size: 26px;
    margin-top: 20px;
    font-weight: normal;
    text-align: center;
  }
  .inside_act {
    width: 1200px;
    margin: 0 auto 70px;
  }
  .inside_act ul li {
    background: #fff;
    width: 365px;
    padding-bottom: 20px;
    display: block;
  }
  .inside_act ul li a {
    width: 100%;
  }
  .inside_act ul li a img {
    width: 365px;
    height: 200px;
    display: block;
  }
  .inside_act ul li a .news_con {
    padding: 10px 30px;
  }
  .inside_act ul li a .news_con h1 {
    font-size: 16px;
    text-overflow: ellipsis;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
  }
  .inside_act ul li a .news_con h2 {
    width: 100%;
    height: 40px;
    overflow: hidden;
  }
  .inside_act ul li a .news_con h3 {
    border: 1px solid #000;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    width: 100px;
    text-align: center;
    color: #000;
    margin-top: 20px;
  }
  .inside_act ul li a :hover h3 {
    color: #005dbd;
    border: 1px solid #005dbd;
  }
  .inside_class_d {
    width: 1200px;
    margin: 50px auto;
  }
  .inside_class_d .class_d {
    margin: 0 0 70px;
    background: #fff;
    overflow: hidden;
    padding: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .inside_class_d .class_d .fl {
    width: 40%;
    text-align: center;
  }
  .inside_class_d .class_d .fl img {
    width: 300px;
    height: 410px;
  }
  .inside_class_d .class_d .fr {
    width: 60%;
    height: 420px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
  }
  .inside_class_d .class_d .fr h1 {
    line-height: 60px;
    font-size: 24px;
    font-weight: normal;
  }
  .inside_class_d .class_d .fr h2 {
    margin-top: 10px;
    line-height: 28px;
    height: 260px;
    overflow: hidden;
  }
  .inside_class_d .class_d .fr h3 {
    width: 150px;
    float: left;
    color: #005dbd;
  }
  .inside_class_d .class_d .fr a {
    width: 120px;
    float: left;
    height: 35px;
    line-height: 35px;
    background: #005dbd;
    text-align: center;
    color: #fff;
  }
  .inside_class_d .detail_content {
    margin: 70px 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
  }
  .field-ctl {
    margin-bottom: 10px;
    overflow: hidden;
  }
  .btn {
    display: inline-block;
    width: 160px;
    height: 34px;
    margin-top: 10px;
    line-height: 34px;
    text-align: center;
    background: #005dbd;
    color: #fff;
  }
  form a:hover {
    color: #fff;
  }
  .input-ctl {
    height: 32px;
    line-height: 32px;
    width: 100%;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    width: 300px;
  }
  .form-control-m {
    line-height: 32px;
    width: 50%;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    text-indent: 15px;
    outline: none;
  }
  .me {
    width: 100%;
    display: block;
  }
  .form-control {
    width: 90%;
    height: 32px;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
  }
  
  #baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  #baguetteBox-overlay.visible {
    opacity: 1;
  }
  #baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  #baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%;
  }
  #baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  }
  #baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    white-space: normal;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    font-family: sans-serif;
  }
  #baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
  }
  #baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
    transition: left 0.4s ease, -webkit-transform 0.4s ease;
    transition: left 0.4s ease, transform 0.4s ease;
    transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease,
      -moz-transform 0.4s ease;
  }
  #baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight 0.4s ease-out;
    animation: bounceFromRight 0.4s ease-out;
  }
  #baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft 0.4s ease-out;
    animation: bounceFromLeft 0.4s ease-out;
  }
  @-webkit-keyframes bounceFromRight {
    0%,
    100% {
      margin-left: 0;
    }
    50% {
      margin-left: -30px;
    }
  }
  @keyframes bounceFromRight {
    0%,
    100% {
      margin-left: 0;
    }
    50% {
      margin-left: -30px;
    }
  }
  @-webkit-keyframes bounceFromLeft {
    0%,
    100% {
      margin-left: 0;
    }
    50% {
      margin-left: 30px;
    }
  }
  @keyframes bounceFromLeft {
    0%,
    100% {
      margin-left: 0;
    }
    50% {
      margin-left: 30px;
    }
  }
  .baguetteBox-button#next-button,
  .baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px;
  }
  .baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, 0.5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
  }
  .baguetteBox-button:focus,
  .baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, 0.9);
  }
  .baguetteBox-button#next-button {
    right: 2%;
  }
  .baguetteBox-button#previous-button {
    left: 2%;
  }
  .baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px;
  }
  .baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0;
  }
  .baguetteBox-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
  }
  .baguetteBox-double-bounce1,
  .baguetteBox-double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out;
  }
  .baguetteBox-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
  }
  @-webkit-keyframes bounce {
    0%,
    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    50% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes bounce {
    0%,
    100% {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      transform: scale(0);
    }
    50% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      transform: scale(1);
    }
  }
  