body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Microsoft JhengHei UI";
    padding-top: 98px;
} 
ul,li,p{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
a:link,
a:hover{
    text-decoration: none;
 }
.w100{
    width: 100%;
 }
.fl{
    float: left;
}
.fr{
    float: right;
}
select:focus,
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination-clickable .swiper-pagination-bullet,
textarea,
input:focus{
    outline:none;
    resize: none;
 }
.over{
    overflow: hidden;
 }
.over>img{
    cursor: pointer;
    transition: all 0.6s;
    aspect-ratio: 4/3;
}
.over>img:hover{
    transform: scale(1.2);
}
.details_a a:hover,
.message_but>button:hover,
.shark_ul li:hover div a,
  .shark_ul li:hover>a:nth-child(2),
  .shark_ul li:hover>div,
.concise_a a:hover{
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    }
/* 导航 */
.daohang{
    border-bottom: 1px solid #019bd9;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;   
    background: #fff; 
}
.daohang_back{
    background-color: #ebebeb;
    line-height: 42px;
}
.daohang_top{
    text-align: right;
}
.daohang_top>a{
    display: inline-block;
    font-size: 14px;
    color: #646464;
    font-weight: bold;
    padding: 0 12px;
    position: relative;
}
.daohang_top>a:nth-child(1)::after{
    position: absolute;
    content: "";
    display: block;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 1px;
    background-color: #d0d0d0;
}
.daohang_top>a:hover{
    color: #019bd9;
}
.daohang_en{
    display: inline-block;
    position: relative;
}
.daohang_en>a{
    display: inline-block;
    padding: 0 18px;
    background-color: #019bd9;
    color: #fff;
}
.daohang_en>a{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 0 12px;
}
.daohang_en .icon-quanqiu{
    position: relative;
    top: 1px;
}
.daohang_en div {
    position: absolute;
    width: 100%;
    left: 0px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    right: 0;
    top: 88%;
    opacity: 0;
    z-index: 999;
    transition: 400ms ease-in-out;
    transform: scale(0);
    background: #fff;
}
.daohang_en div a {
    font-size: 14px;
    display: block;
    background: #fff;
    color: #3d3e3f;
    text-align: center;
    line-height: 40px;
}
.daohang_en div a:hover{
    color: #019bd9;
}
.daohang_en:hover div{
    transform: scale(1);
    opacity: 1;
  }
.daohang_div{
    line-height: 50px;
}
.daohang_ul li{
    display: inline-block;
    margin-left: 45px;
}
.daohang_ul li a{
    display: block;
    font-size: 16px;
    color: #404040;
}
.daohang_ul li .iconfont{
    font-size: 24px;
    color: #404040;
    font-weight: bold;
}
.daohang_ul li:hover a,
.daohang_ul li.active a{
    color: #019bd9;
}
.lunbo_size{
    position: absolute;
    left: 50%;
    top: 28%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 65px;
    font-weight: bold;
    text-transform: uppercase;
}
.lunbo .swiper-pagination{
    text-align: right;
}
.product{
    padding: 25px 25px 20px ;
}
.product_size{
    padding: 25px;
}
.product_size a{
    display: inline-block;
}
.product_size a:nth-child(2){
    float: right;
    font-size: 14px;
    color: #727272;
}
.product_size a:nth-child(1){
    float: left;
    font-size: 17px;
    color: #404040;
}
.product .swiper-slide>a{
    display: block;
}
.product .swiper-slide:hover .product_size a:nth-child(1){
    color: #019bd9;
}
/* 底部 */
.bott{
    background-color: #ebebeb;
    padding: 64px 0;
}
.bott_ul ul:nth-child(1){
    width: 30%;
    float: left;
    line-height: 36px;
}
.bott_ul ul:nth-child(2){
    width: 25%;
    float: left;
}
.bott_ul ul:nth-child(3){
    width: 45%;
    float: left;
}
.bott_ul ul:nth-child(2) li:nth-child(1){
    margin-bottom: 20px;
}
.bott_ul ul:nth-child(3) li:nth-child(1){
    margin-bottom: 10px;
}
.bott_ul ul li{
    font-size: 15px;
    color: #404040;
}
.bott_ul ul li .iconfont{
    color: #019bd9;
    margin-right: 6px;
    font-size: 18px;
}
.bott_li{
    width: 100%;
    margin-top: 22px;
}
.bott_li>form{
    overflow: hidden;
}
.bott_li>form>div:nth-child(1){
    width: 38%;
    float: left;
}
.bott_li>form>div input{
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    height: 28px;
    font-size: 14px;
}
.bott_li>form>div:nth-child(2){
    width: 45%;
    float: left;
    margin: 0 15px 0 18px;
}
.bott_li>form>div textarea{
    width: 100%;
    background: none;
    border: 1px solid #c9c9c9;
    height: 85px;
    font-size: 14px;
    padding: 8px 0 0 12px;
}
.bott_li>form>div:nth-child(3){
    width: 10%;
    float: left;
}
.bott_li>form>div button{
    width: 100%;
    background: none;
    border: 1px solid #c9c9c9;
    writing-mode: tb-rl;
    height: 85px;
    font-size: 14px;
    text-align: center;
}
.bott_back{
    color: #919191;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    background-color: #1e1f22;
}
  /* 产品1 */
  .back{
      background: #f6f6f4;
  }
  .crumbs{
      
  }
  .crumbs_a{
      text-align: right;
      font-size: 15px;
      color: #5d5d5d;
      line-height: 56px;
  }
  .crumbs_a a{
      font-size: 15px;
      color: #5d5d5d;
      padding: 0 3px;
  }
  .shark_ul{
      width: 100%;
  }
  .shark_ul li{
      width: 23.69%;
      float: left;
      margin-left: 20px;
      margin-bottom: 45px;
  }
  .shark_ul li:nth-child(1),
  .shark_ul li:nth-child(5),
  .shark_ul li:nth-child(9),
  .shark_ul li:nth-child(13),
  .shark_ul li:nth-child(17),
  .shark_ul li:nth-child(21),
  .shark_ul li:nth-child(25),
  .shark_ul li:nth-child(29),
  .shark_ul li:nth-child(33),
  .shark_ul li:nth-child(37),
  .shark_ul li:nth-child(41)
  {
      margin-left: 0;
  }
  .shark_ul li a{
      display: block;
  }
  .shark_ul li div{
      border: 1px solid #e4e4e4;
      position: relative;
  }
  .shark_ul li div a{
      position: absolute;
      top: 4px;
      bottom: 4px;
      right: 4px;
      left: 4px;
      background: #34afe1d6;
      opacity: 0;
  }
  .shark_ul li div a::after{
    background: url(../img/1.png)no-repeat;
    width: 45px;
    height: 45px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: table;
    content: " ";
  }
  .shark_ul li:hover>div{
      border: 1px solid #019bd9;
  }
  .shark_ul li:hover div a{
      opacity: 1;
  }
  .shark_ul li>a:nth-child(2){
      line-height: 60px;
      border-bottom: 1px solid #e4e4e4;
      text-align: center;
      font-size: 19px;
      color: #646464;
  }
  .shark_ul li:hover>a:nth-child(2){
      color: #019bd9;
      border-bottom: 1px solid #019bd9;
  }
  .shark{
      padding: 40px 0 45px 0;
  }
  .rhinoceros  .shark_ul li>a:nth-child(2){
      border: none;
      font-size: 1.25rem;
  }
  .rhinoceros .shark_ul li:hover>a:nth-child(2){
      border: none;
  }
  .rhinoceros .shark_ul li{
      margin-bottom: 0;
  }
  /* 联系我们 */

  .second_a{
      background: #ebebeb;
  }
  .second_a a{
      display: inline-block;
      padding: 0 38px;
      line-height: 55px;
      font-size: 19px;
      color: #454545;
  }
  .second_a a.active{
      background: #fff;
      color: #019bd9;
  }
  .contact{
      padding: 60px 0 70px 0;
  }
  .contact_wid{
      width: 100%;
  }
  .contact_left{
      width: 45%;
      float: left;
  }
  .contact_left p{
      font-size: 17px;
      color: #019bd9;
      margin-bottom: 22px;
  }
  .contact_left div{
      font-size: 17px;
      color: #5d5d5d;
      margin-top: 16px;
  }
  .contact_left div:nth-child(2){
      margin-top: 0;
  }
  .contact_left div span{
      display: inline-block;
      color: #019bd9;
      width: 38px;
      height: 38px;
      line-height: 38px;
      border: 1px solid #019bd9;
      border-radius: 50%;
      margin-right: 10px;
      text-align: center;
  }
  .contact_left div .iconfont{
      font-size: 22px;
  }
  .contact_rig{
      width: 55%;
      float: left;
  }


.message_inp input{
    width: 100%;
    height: 42px;
    border:1px solid #ebebeb;
    background: none;
    padding-left: 10px;
    background-color: #fff;
}

.message_text p,
.message_inp div p{
    font-size: 16px;
    color: #1b1b1b;
}
.message_inp div p span{
    color: red;
    display: inline-block;
    margin-left: 3px;
}
.message_inp{
    width: 100%;
}
.message_inp>div{
    width: 31.62%;
    float: left;
    margin-bottom: 15px;
}
.message_inp>div:nth-child(2){
    margin: 0 30px;
}
.message_inp div p,
.message_text p{
    margin-bottom: 10px;
}
.message_text textarea{
    width: 100%;
    height: 160px;
    border:1px solid #ebebeb;
    background: none;
    padding-left: 10px;
    background-color: #fff;
}
.message_text>p{
    text-align: left;
}


.message_but>button{
    margin-top: 20px;
    background: #019bd9;
    color: #fff;
    font-size: 14px;
    padding: 11px 58px;
    border: none;
    border-radius: 5px;
    border: 1px solid #019bd9;
}
.message_but>button:hover{
    background: #fff;
    border: 1px solid #019bd9;
    color: #019bd9;
}
.message_p{
    font-size: 17px;
    color: #262626;
    padding-bottom: 32px;
}
.message{
    padding-bottom: 68px;
}
.crumbs_pos{
    position: relative;
}
.crumbs_pos div{
    color: #fff;
    font-size: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.catalog{
    padding: 42px 0 78px 0;
}
.catalog_wid{
    width: 100%;
    padding-bottom: 32px;
    border-bottom: 1px solid #e3e3e3;
}
.catalog_wid>div:nth-child(1){
    width: 20%;
    float: left;
}
.catalog_center{
    width: 40%;
    float: left;
    padding-left: 25px;
    
}
.catalog_center>p{
    font-size: 21px;
    color: #646464;
    padding-bottom: 25px;
}
.catalog_center>div{
    display: inline-block;
}
.catalog_center a span,
.catalog_center span{
    display: inline-block;
    font-size: 17px;
    color: #646464;
    cursor: pointer;
}
.catalog_center>div:nth-child(2){
    padding-right: 28px;
}
.catalog_center>div span:nth-child(1){
    padding-right: 10px;
}
.catalog_wid>div:nth-child(3){
    width: 40%;
    float: left;
    font-size: 17px;
    color: #646464;
    text-align: right;
}
.er_div{
    text-align: center;
}
.details{
    padding-bottom: 75px;
}
.details_back{
    background-color: #fff;
    padding: 20px;
}
.details_back .col-md-9{
    padding: 0 15px 0 0;
}
.details_back .col-md-3{
    padding: 0 0 0 15px;
}
.details_wid{
    width: 100%;
}
.details_wid>div{
    width: 50%;
    float: left;
}
.details_wid>div:nth-child(1){
    padding-right: 50px;
}
.details_wid>div:nth-child(1)>div:nth-child(2){
    color: #646464;
    font-size: 14px;
    text-align: center;
    padding-top: 80px;
    cursor: pointer;
}
.details_size>p{
    font-size: 22px;
    color: #646464;
}
.details_wid>div:nth-child(1){
    padding-right: 35px;
}
.details_size_span div span{
    font-size: 14px;
    color: #646464;
    display: inline-block;
}
.details_size_span div span:nth-child(1){
    width: 125px;
}
.details_size_span{
    padding-top: 18px;
    line-height: 30px;
}
.details_a a{
    display: inline-block;
    color: #fff;
    background-color: #019bd9;
    padding: 10px 17px;
    border-radius: 6px;
    font-size: 15px;
    margin-top: 20px;
    border: 1px solid #019bd9;
}
.details_a a:hover{
    color: #019bd9;
    border: 1px solid #019bd9;
    background-color: #fff;
}
.details_a .iconfont{
    margin-left: 5px;
}
.details_wid .bdsharebuttonbox .iconfont {
    background: transparent !important;
    font-size: 45px !important;
    color: #019bd9 !important;
    margin: 0 !important;
    margin-right: 0px !important;
    padding-left: 0 !important;
    margin-top: 40px !important;
}
.details_wid .bdshare-button-style0-16 a{
    height: 45px !important;
    width: 45px !important;
    line-height: 45px !important;
}
.details_wid{
    padding-bottom: 55px;
}
.details_ul{
    border-bottom: 1px solid #cccccc;
}
.details_ul li{
    float: left;
    color: #646464;
    font-size: 15px;
    padding: 0 15px;
    line-height: 40px;
    border: 1px solid #cccccc;
    border-bottom: none;
    border-left: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #fafaf9;
    position: relative;
    cursor: pointer;
}
.details_ul li:nth-child(1){
    border-left: 1px solid #cccccc;
}
.details_ul li.active{
    background: #fff;
    color: #019bd9;
    position: relative;
    top: 1px;
}
.details_xia span{
    display: inline-block;
    float: left;
    color: #646464;
    font-size: 15px;
}
.details_xia a{
    display: inline-block;
    float: right;
    color: #646464;
    font-size: 14px;
}
.details_xia>div{
    line-height: 55px;
    border-bottom: 1px dashed #e0e0e0;
}
.details_xia>div .iconfont{
    margin-right: 6px;
}
.details_xia>div:nth-child(1){
    border-top: 1px dashed #e0e0e0;
}
.details_dis{
    padding: 55px 0;
}
.details_dis>div{
    display: none;
}
.details_rig li{
    width: 100%;
    overflow: hidden;
    margin-top: 18px;
}
.details_rig li>a{
    width: 40%;
    float: left;
    display: block;
    border: 1px solid #e4e4e4;
}
.details_rig li>div{
    width: 60%;
    float: left;
    padding-left: 10px;
}
.details_rig li>div a{
    display: block;
    color: #646464;
    font-size: 15px;
    padding-bottom: 3px;
}
.details_rig li:hover>div a{
    color: #019bd9;
}
.details_rig li>div p{
    font-size: 13px;
    color: #646464;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.details_bor{
    border: 4px solid #e5f4f7;
    padding: 20px 20px 25px 24px;
}
.details_bor>p{
    font-size: 18px;
    color: #646464;
    text-align: center;
}
.download{
    padding: 75px 0;
}
.download_ul li{
    overflow: hidden;
    border-bottom: 1px dashed #c9c9c9;
    line-height: 50px;
}
.download_ul li span{
    font-size: 18px;
    color: #646464;
    display: inline-block;
    float: left;
}
.download_ul li a{
    display: inline-block;
    font-size: 16px;
    color: #646464;
    float: right;
}
.download_ul li a .iconfont{
    font-size: 14px;
    margin-right: 6px;
}
.brief{
    padding: 75px 0;
}
.brief_size{
    font-size: 16px;
    line-height: 30px;
}
.brief_size .fr{
    margin-left: 30px;
}
/* 搜索 */
.searchbox{
    padding:15px;
    box-shadow: 0 0 7px 0 #cfcfcf;
    background: #fff;
    width: 100%;
    top: 97px;
    border-top: 2px solid #019bd9;
    text-align: center;
    z-index: 44;
    position: fixed;
}
.displaynone{
    display: none;
}
.searchs{
    max-width: 600px;
    margin: 0 auto;
}
.clearfix{
    zoom: 1;
}
.searchs .sertext{
    display: block;
    padding: 0;
    outline: 0;
    padding-left: 12px;
    width: 78%;
    float: left;
    border:1px solid #cdcdcd;
    color: #a2a2a2;
    font-size: 12px;
    height: 52px;
    line-height: 52px;
    transition: 0.4s;
}
.serbtn{
    padding: 0;
    margin: 0;
    border: none;
    outline: 0;
    width: 22%;
    float: right;
    height: 52px;
    text-align: center;
    line-height: 52px;
    background: #019bd9;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: 0.44s;
}
/* 手机导航 */
.phone{
    box-shadow:0px 0px 2px rgba(0, 0, 0, 0.1);
    display: none;
    top: 0;
    background: #fff;
    z-index: 999;
    width: 100%;
    padding: 10px 30px;
}
.index_a{
    display: inline-block;
}
.phone .wid{
    float: left;
}
.phone .wid>a{
    display: inline-block;
}
.color_dao .iconfont{
    color: #019bd9;
    font-size: 25px;
    margin: 0 5px;
}
.color_dao{
    line-height: 50px;
}
.color_dao .daohang_sp{
    position: relative;
    top: -7px;
    font-size: 25px;
}
.color_a{
    font-size: 25px;
    position: relative;
    top: -7px;
}
.sidebar-menu{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 250px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #e7e9eb;
    z-index: 999;
    transition: 0.6s;
}
.sidebar-menu__header{
    height: 50px;
    background: #019bd9;
    position: relative;
    display: block;
    padding: 15px 25px;
    height: 100%;
    width: 100%;
    color: #fff;
    margin-right: 105px;
}
.sidebar-menu__list{
    position: fixed;
    top:50px;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 250px;
    list-style: none;
    background: #fff;
    list-style-type: none;
}
.sidebar-menu__item:first-child{
    border-top:0
}
.sidebar-menu__item{
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.sidebar-menu__link{
    display: block;
    padding: 10px 25px;
    color: #828282;
    font-size: 13px;
    font-weight: 400;
    transition:color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sidebar-menu__item {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
  }
  .colos {
    line-height: 70px;
  }
  .sidebar-menu__item:first-child {
    border-top: 0;
  }
  .sidebar-menu__item.sidebar-menu__item--back,
  .sidebar-menu__item.sidebar-menu__item--back:hover,
  .sidebar-menu__link.sidebar-menu__subtitle {
    background-color: #019bd9 !important;
  }
  .sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {
    color: #fff !important;
  }
  .sidebar-menu__item:hover {
    background-color: #fff;
    cursor: pointer;
  }
  .sidebar-menu__item:hover > .sidebar-menu__link {
    color: #6e6e6e;
  }
  .phone_i {
    display: inline-block;
    line-height: 60px;
    padding: 0 15px;
  }
  .sidebar-menu__item:hover > .sidebar-menu__link .glyphicon-menu-right {
    color: #6e6e6e;
  }
  .sidebar-menu__item .sidebar-menu__list {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transform: translateX(300px);
    transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1); 
  }
  .sidebar-menu__item .sidebar-menu__list.is-active {
    transform: translateX(0);
  }
  .sidebar-menu__item .sidebar-menu__list .sidebar-menu__list {
    z-index: 2;
  }
  .sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
    z-index: 3;
  }
  .sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
    z-index: 4;
  }
  
  .sidebar-menu__link::first-letter {
    text-transform: uppercase;
  }
  .sidebar-menu__link:active,
  .sidebar-menu__link:focus,
  .sidebar-menu__link:hover {
    text-decoration: none;
  }
  .sidebar-menu__link span.glyphicon-menu-left {
    float: left;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin-right: 4px;
  }
  .sidebar-menu__link .glyphicon-menu-right {
    color: #bababa;
    float: right;
  }
  .details_xia>div:hover a,
  .crumbs_a a:hover,
  .catalog_center>div:hover span,
  .download_ul li:hover a{
      color: #019bd9;
  }


  
@media(max-width:1024px){
    .bott_li>form>div:nth-child(2) {
        margin: 0 15px;
    }
    .product_size{
        padding: 15px 10px;
    }
    .product_size a:nth-child(1) {
        font-size: 16px;
    }
    .lunbo_size{
        font-size: 40px;
    }
    .message_inp>div:nth-child(2) {
        margin: 0 24px;
    }
    .brief {
        padding: 55px 0;
    }
    .brief_size .fr {
        margin-left: 15px;
    }
    .details_wid>div:nth-child(1) {
        padding-right: 20px;
    }
    .details_size_span {
        padding-top: 12px;
        line-height: 28px;
    }
    .details_a a{
        padding: 8px 15px;
        font-size: 14px;
        margin-top: 10px;
    }
    .details_wid .bdsharebuttonbox .iconfont{
        margin-top: 25px !important;
    }
    .shark_ul li{
        margin-left: 16px;
    }
}
@media(max-width:768px){
    body{
        padding-top: 74px;
    }
    .sidebar-menu.is-active{
        display: block;
        transition:transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    .phone{
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        background: #fff;
        box-shadow:0px 0px 2px rgba(0, 0, 0, 0.1);
    }
    .daohang{
        display: none;
    }
    .bott{
        display: none;
    }
    .lunbo_size {
        font-size: 32px;
    }
    .download {
        padding: 55px 0;
    }
    .catalog_wid>div:nth-child(3){
        width: 30%;
    }
    .catalog_center{
        width: 50%;
    }
    .catalog_center>p {
        font-size: 16px;
        padding-bottom: 12px;
    }
    .catalog_center a span, .catalog_center span{
        font-size: 14px;
    }
    .catalog_center>div span:nth-child(1) img{
        width: 38px;
    }
    .catalog{
        padding: 45px 0;
    }
    .message_inp>div:nth-child(2) {
        margin: 0 19px;
    }
    .contact_left{
        width: 100%;
        padding-bottom: 40px;
    }
    .contact_rig{
        width: 100%;
    }
    .shark_ul li {
        margin-left: 13px;
    }
    .shark_ul li>a:nth-child(2){
        font-size: 15px;
        line-height: 40px;
    }
    .searchbox {
        top: 74px;
    }
}
@media(max-width:480px){
    .product {
        padding: 35px 15px;
    }
    .phone{
        padding: 10px 15px;
    }
    .phone .fl{
        width: 45%;
    }
    .color_dao {
        line-height: 30px;
    }
    body {
        padding-top: 55px;
    }
    .lunbo_size{
        width: 100%;
        transform: translateX(0%);
        left: 0;
        text-align: center;
        font-size: 25px;
    }
    .product_size a:nth-child(1) {
        font-size: 14px;
    }
    .product_size a:nth-child(2){
        font-size: 12px;
    }
    .product_size{
        padding: 10px 0 0 0;
    }
    .bott_back{
        line-height: 26px;
        padding: 20px 15px;
    }
    .crumbs{
        display: none;
    }
    .crumbs_pos div{
        font-size: 25px;
    }
    .download{
        padding: 35px 15px;
    }
    .download_ul li span{
        font-size: 16px;
    }
    .download_ul li a{
        font-size: 14px;
    }
    .download_ul li{
        line-height: 40px;
    }
    .catalog_wid>div:nth-child(1){
        width: 100%;
    }
    .catalog_center{
        width: 100%;
        padding: 15px 0;
    }
    .catalog_wid>div:nth-child(3){
        width: 100%;
        text-align: left;
        font-size: 14px;
    }
    .second{
        display: none;
    }
    .catalog {
        padding: 35px 15px;
    }
    .contact {
        padding: 35px 15px;
    }
    .contact_left div span{
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 4px;
    }
    .contact_left div .iconfont{
        font-size: 18px;
    }
    .contact_left div{
        font-size: 14px;
    }
    .contact_left div{
        margin-top: 15px;
    }
    .contact_left{
        padding-bottom: 20px;
    }
    .message_p {
        padding-bottom: 15px;
    }
    .message_inp>div{
        width: 100%;
    }
    .message_inp>div:nth-child(2){
        margin: 0;
    }
    .message {
        padding: 0 15px 35px;
    }
    .message_text textarea{
        height: 130px;
    }
    .brief {
        padding: 35px 15px;
    }
    .brief_size .fr {
        margin-left: 0px;
        margin-bottom: 15px;
    }
    .brief_size{
        font-size: 14px;
        line-height: 26px;
    }
    .details_ul li{
        width: 25%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        overflow: hidden;
        border-bottom: 1px solid #cccccc;
        margin-bottom: 15px;
    }
    .details_ul li:nth-child(5){
        border-left: 1px solid #cccccc;
    }
    .details_ul{
        border-bottom: none;
    }
    .details_ul li.active {
        top: 0px;
    }
    .details_wid {
        padding-bottom: 55px;
    }
    .er_div img{
        width: 100%;
    }
    .details_wid>div{
        width: 100%;
    }
    .details_wid>div:nth-child(1) {
        padding-right: 0px;
        padding-bottom: 35px;
    }
    .details_wid>div:nth-child(1)>div:nth-child(2){
        padding-top: 20px;
    }
    .details_back{
        padding: 0 15px;
    }
    .details_back .col-md-3 {
        padding: 0 0 0 0px;
    }
    .details_back .col-md-9 {
        padding: 0 0px 0 0;
    }
    .details_dis {
        padding: 35px 0;
    }
    .details {
        padding-bottom: 35px;
    }
    .shark {
        padding: 35px 15px;
    }
    .shark_ul li{
        width: 47.8%;
        margin-left: 0;
    }
    .shark_ul li:nth-child(odd){
        margin-right: 15px;
    }
    .shark_ul li{
        margin-bottom: 15px;
    }
    .rhinoceros .shark_ul li {
        margin-bottom: 0;
    }
    .searchbox {
        top: 54px;
    }
}

#page {
    clear: both;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    display: table;
    margin: 30px auto;
  }
  
  #page li {
    float: left;
    padding: 5px 14px;
    border: 1px solid #CCCCCC;
    margin-right: 6px;
    color: #666;
    font-size: 12px;
    list-style: none;
  }
  
  #page li:hover {
    border: 1px solid #019bd9;
  }
  
  #page li:hover a {
    color: #019bd9;
  }
  
  #page li a {
    color: #666;
    display: inline-block;
    padding: 5px 14px;
    text-align: center;
    margin: -5px -14px -5px -14px;
  }
  
  #page li.active {
    border: 1px solid #019bd9;
    background-color: #019bd9;
    color: #FFFFFF
  }
  
  #page li.active a {
    color: #fff
  }
  #myMod .er_div img{
      width: 90%;
  }