@font-face {
  font-family: "BEBAS_";
  src: url("../fonts/BEBAS_.woff2") format("woff2"),
       url("../fonts/BEBAS_.woff") format("woff"),
       url("../fonts/BEBAS_.ttf") format("truetype"),
       url("../fonts/BEBAS_.eot") format("embedded-opentype"),
       url("../fonts/BEBAS_.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.bebas{
  font-family: "BEBAS_",arial;
}
#header {
    height: 140px;
    line-height: 140px;
}

#header .header-inner,
#header #header-wrap {
  height: 140px;
  line-height: 135px;
  background-color: #9fa7ac;
  left: 0;
  right: 0;
  transition: none;
}
.header-extras {
    color: #262e32;
    float: right;
    z-index: 199;
    position: relative;
    height: 140px;
    font-size: 28px;
}
.header-extras img{
  width: 27px;
  margin-right: 10px;
}
.searchbox{
  position: absolute;
  right: 0;
  background: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 7px;
}
.SearchBtn{
  padding: 5px 10px;
  color: #262e32;
}
.searchbox input[type="text"]{
    min-height: 22px;
    padding: 5px 12px;
    border: 0;
    outline:none;
}


#mainMenu-trigger {
  height:60px;
}

#mainMenu,#mainMenu .container{
  line-height: 1.5;
}
#mainMenu > .container{
  display: flex;
  justify-content: space-between;
}
#mainMenu{
    padding: 0;
    width: 100%;
    background: #262e32;
    display: flex;
}
#mainMenu nav {
    float: none;
}
#mainMenu nav > ul,#mainMenu nav > ul > li{
  transition: none;
}
#mainMenu nav > ul > li{
    position: inherit;
    position: inherit;
    float: none;
    display: inline-block;
}
#mainMenu nav > ul > li > a{
  display: inline-block;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
#mainMenu nav > ul > li.hover-active > a,
#mainMenu nav > ul > li.hover-active > span, #mainMenu nav > ul > li.current > a,
#mainMenu nav > ul > li.current > span, #mainMenu nav > ul > li:hover > a,
#mainMenu nav > ul > li:hover > span, #mainMenu nav > ul > li:focus > a,
#mainMenu nav > ul > li:focus > span {
  color:#9fa7ac;
}
.dropdownbox-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

#mainMenu .navbardrop-menu{
    position: absolute;
    left: 0;
    top: 39px;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 10px #ccc;
    padding: 20px 50px 50px !important;   
    display: none 
}
#mainMenu  .onactive .navbardrop-menu{
   display: block; 
}
.navbardrop-ul{
  display: flex;
}
#mainMenu .navbardrop-li{
  flex: 1;
}
#mainMenu .navbardrop-li >a {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 15px 25px;
  display: block;
  color: #262e32;
}
#mainMenu .navbardrop-dl > li >a{
  padding: 5px 15px;
    color: #262e32;
    display: block;
}

 @media (max-width: 1024px) {
    .header-extras img{
      width: 25px;
      margin-right: 6px;
    }
    #header .header-inner #logo{
      height: auto;
    }
    #header .container{
      line-height: 1.5;
    }
    .header-extras{
      height: 70px;
    }
    #header .header-inner, #header #header-wrap{
      height: 70px;
    }
    #header {
      height: 110px;
      line-height: 110px;
      background: #262e32;
    }

    #header #logo {
      text-align: left;    
    }
    #header #logo > a img {
      max-height: 40px;
      margin: 10px 16px 0;
    }
    #mainMenu-trigger{
      height: 30px;
      position: absolute;
      left: 15px;
      top: 78px;
    }
     #mainMenu-trigger .lines-button .lines,  #mainMenu-trigger .lines-button .lines:before, #mainMenu-trigger .lines-button .lines:after{
      background: #fff
    }
     #mainMenu-trigger .lines-button {
      color: #fff
     }
     #mainMenu:not(.menu-overlay) > .container{
         background: #262e32;
     }
    .header-extras{
      line-height: 70px;
      height: 70px;
      font-size: 24px;
    }
    
    .searchbox{
      right: 12px;
      top: 0;
      z-index: 9;
    }
    .mainMenu-open #header .header-inner{
      box-shadow: 0 0 0 rgba(0, 0, 0, 0);
      background: #9fa7ac !important;
    }

    /*********/
    #mainMenu{
      min-height: 40px;
      background:transparent;
    }
    #mainMenu:not(.menu-overlay) nav{
      transform: translateY(40px);
      background:#fff;
      box-shadow: 0 5px 10px #ccc;
    }
    #mainMenu:not(.menu-overlay).menu-animate nav {
      transform: translateY(40px);
      padding:10px 20px 60px 20px;

    }
    #mainMenu:not(.menu-overlay) nav > ul > li{
          padding: 0 0 15px 0;
    }


    #mainMenu:not(.menu-overlay) .menu-link{
      border: 2px solid #262e32;
      padding: 10px 20px;
      display: block;
      color: #262e32;
      position: relative;
    }
    #mainMenu:not(.menu-overlay) .menu-link.active{
      background: #262e32;
      color: #fff;
    }
    #mainMenu:not(.menu-overlay) .menu-link:before,#mainMenu:not(.menu-overlay) .menu-link:after{
        content: "";
        border: 6px solid transparent;
        position: absolute;
        right: 4px;
        top: 47%;
        border-left-color: #9fa7ac;
        transform:  translateY(-50%);
        z-index: 12;
    }
    #mainMenu:not(.menu-overlay) .menu-link:after{
         right:7px;
        border-left-color: #fff;
    }

    #mainMenu:not(.menu-overlay) .menu-link:hover::before,#mainMenu:not(.menu-overlay) .menu-link:hover::after,
    #mainMenu:not(.menu-overlay) .menu-link.active:before,#mainMenu:not(.menu-overlay) .menu-link.active:after{
        content: "";
        border: 6px solid transparent;
        position: absolute;
        right: 9px;
        top: 17px;
        border-left-color: #9fa7ac;
        transform: rotate(90deg);
        z-index: 12;
    }
    #mainMenu:not(.menu-overlay) .menu-link:hover::after,#mainMenu:not(.menu-overlay) .menu-link.active::after{
        top: 17px;
        border-left-color: #262e32;
    }


    .mainMenu-open #header #mainMenu{
      width: 100%;
    }

    /********/

    #mainMenu  .navbardrop-menu{
        position: relative;
        left: 0;
        top: 0;
        width: 90%;
        margin: 0 5%;
        background: #fff;
        box-shadow:none;
        padding:0!important;    
        display: block;
    }
    #mainMenu .navbardrop-ul{
      display: block;
    }

    #mainMenu .navbardrop-li a{
      color:  #262e32;
      display: block;
      padding:0 15px;
      font-weight:600;
      border-bottom: 1px solid #262e32;
    }
    #mainMenu .navbardrop-dl > li >a{
      padding: 0 30px;
      font-weight:normal;
    }
}




/*****************/

.topProducts{
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  background-color: #fff !important;
  line-height: 1.5;
  transition: all .3s ease;
}


.topProducts > .container{
  padding: 30px 0 50px;  
  overflow: hidden;
  
}
.topP_li{
  width: 20%;
  float: left;
  border: 0;
  transition: all .3s ease;
  margin-left: 6px;
  position: relative;
}
.topP_li .topP_big_name{
  position: relative;  
  padding: 10px 12px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #333;
  border-radius: 0;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  transition: all .3s ease;
  line-height: normal;
  display: block;
}
.topP_li .topP_small_ul {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}
.topP_li .topP_small {
  float: left;
  border: 0;
  transition: all .3s ease;
  margin-left: 2px;
  position: relative;
}
.topP_li .topP_small > a {
  position: relative;  
  padding: 10px 12px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.6px;
  color: #333;
  border-radius: 0;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  transition: all .3s ease;
  line-height: normal;
  display: block;
}

.topP_li .topP_small:before,.topP_li .topP_small:after{
    content: "";
    border: 6px solid transparent;
    position: absolute;
    right: -12px;
    top: 47%;
    border-left-color: #9fa7ac;
    transform: scaleY(0.75) translateY(-50%);
    z-index: 12;
}
.topP_li .topP_small:after{
     right: -10px;
    border-left-color: #fff;
}


/************轮播图**/
 .home-slider{
  margin-top: 39px;
 }
 .home-slider .polo-carousel-item img{
  width: 100%;
 }
.home-slider .polo-carousel-item a{
    width: 100%;
  display: inline-block;
}
.home-slider-h{
    position: absolute;
    width: 300px;
    top: 50%;
    left: 70%;
    z-index: 111;
    font-size: 40px;
    color: #fff;
    transform: translate(-50%,-50%);
}
 .home-slider .flickity-button{
  display: none;
 }
.flickity-button:hover {
  background-color:#9fa7ac;
}

.website-slider.arrows-dark .flickity-button:hover,
.carousel.arrows-dark .flickity-button:hover {
  background-color: #9fa7ac;
}
 @media (max-width: 1024px) {
   .home-slider .polo-carousel-item img{
      height: 350px;
      opacity: 0;
     }
    .home-slider-h{
      width: 180px;
      font-size: 24px;
    }

    .carousel .flickity-button.next, .carousel .flickity-button.next:hover {
      right: 10px !important;
      opacity: 0.5;
    }
    .carousel .flickity-button.previous, .carousel .flickity-button.previous:hover {
      left: 10px !important;
      opacity: 0.5;
    }
    .home-slider {
      margin-top: 0;
    }
}

/***************/
.home_producthot{
  margin-top: 0;
  padding-top: 0;
}

.bigtitle .hline{
    width: 50px;
    height: 4px;
    background: #000;
    margin: 20px auto 0;
}

.home_producthot .flickity-page-dots{
  display: none
}
 @media (max-width: 1024px) {
  .home_producthot .flickity-page-dots{
    display: block;
  }
 }
.product_item{
  border:1px solid #e8e8e8;
  background: #fff;
  overflow: hidden;
}
.product_item .product_item_img{
  width: 100%;
  min-height: 260px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1);
  transition: all 0.5s ease;
}
.product_item a:hover .product_item_img {
  transform: scale(1.05);
}
.product_item .product_item_name{
  color: #262e32;
  font-size: 12px;
  line-height: 1.5;
    margin-bottom: 20px;
    min-height: 70px;
  padding: 16px  16px 0  16px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.product_item  .product_item_btn{
  background: #9fa7ac;
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin: 16px;
  padding: 8px;
}
.product_item a:hover .product_item_btn{
  background: #262e32;
}


 @media (max-width: 1024px) {
  .home_producthot .container {
      padding: 0 10px;
  }
  .product_item .product_item_img{
        min-height: 180px;
  }
  .product_item .product_item_name{
    margin-bottom: 26px;
      min-height: 80px;
    padding: 10px 10px 0 10px;
      -webkit-line-clamp: 4;
  }
  .product_item  .product_item_btn{
    margin: 10px;
  }
  .home_producthot .flickity-button{
      display: none
    }
  
}
/*********/
.home_product_full{
  padding-top: 210px;
  width: 100%;
  position: relative;
}
.home_product_full .bg{
  position: absolute;
  top: 0;
  width: 100%;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.product_full_item{
  height: 200px;  
  background: #9fa7ac;
  display: block;
  position: relative;
  overflow: hidden;
}
.product_full_item h3{
    color: #262e32;
    text-align: right;
    font-size: 16px;
    padding: 16px;
}
.product_full_item:hover{
  background: #262e32;
}
.product_full_item:hover h3{
  color: #fff;
}
.home_product_icon{
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 30px;
    left: 40px;
    /* margin: 20px 0 0 10px; */
    background: no-repeat center / 100% 100%;
}
.home_product_icon.Plumbing_icon{
  background-image: url(../images/sg-dark.png);
}
.product_full_item:hover .home_product_icon.Plumbing_icon{
  background-image: url(../images/sg.png);
}
.home_product_icon.Basin_icon{
  background-image: url(../images/xs-dark.png);
}
.product_full_item:hover .home_product_icon.Basin_icon{
  background-image: url(../images/xs.png);
}
.home_product_icon.Faucet_icon{
  background-image: url(../images/slt-dark.png);
}
.product_full_item:hover .home_product_icon.Faucet_icon{
  background-image: url(../images/slt.png);
}
.home_product_icon.Shower_icon{
  background-image: url(../images/hs-dark.png);
}
.product_full_item:hover .home_product_icon.Shower_icon{
  background-image: url(../images/hs.png);
}

 @media (max-width: 1024px) {
  .home_product_full .col-sm-6{
    width: 50%;
    padding: 10px;
  }
  .home_product_icon{
    width: 40px;
    height:40px;
    bottom: 15px;
    left: 20px;
  }
  .product_full_item{
    height: 160px;  
  }
  .home_product_full {
    padding-top: 140px;
  }
  .home_product_full .bg{
        height: 220px;
  }
 }
/**/
.home_producthot.prohot_bg{
  background: #dde0e2;
  padding-top: 80px;
}
 @media (max-width: 1024px) {
  .home_producthot.prohot_bg{
    background: #dde0e2;
    padding: 40px 0 60px;
  }
 }
.home_about {
  padding: 20px 0 80px;
}
.home_about .container{
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
.home_about .home_about_img{
  width: 55%;
}

.home_about .home_about_txt{
  flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 20px;
     text-align: justify;
}
.home_about .home_about_txt .ttt{
    /*height: 4.5em;*/
    /*overflow: hidden;*/
    margin-bottom: 20px;
}
.home_about .home_about_txt .ttt p {
    margin: 0;
    line-height: 1.5em;
}
@media (max-width: 1024px){

    .home_about .container{
        padding: 0 16px;
        display:block;
    }
    .home_about .home_about_img{
        width: 100%;
    }

}
.more_btn{
    width: 120px;
    text-align: center;
    padding: 10px 0;
    border: 2px solid #262e32;
    display: inline-block;
    cursor: pointer;
    color: #262e32;
}
.more_btn:hover{
    border: 2px solid #9fa7ac;
    color: #262e32;
}

/***********/
#footer,#footer section{
  background: #9fa7ac;
}
#footer .copyright-content {
    min-height: 50px;
    padding: 10px 0;
    background-color: #262e32;
    color: #9fa7ac;
  }
#footer  .footer_con{
  padding-top:0;
}
#footer  .footleft{
  display: flex;
    flex-flow: column;
    justify-content: center;
}
#footer  .footleft >div{
  display: flex;
  align-items: center;
  margin: 8px 0;
   line-height: 1.5 !important;
}
#footer .footleft_icon{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
   
}
#footer .footleft_icon.phone{
  background: url(../images/icon_phone.png) no-repeat  center/ 100%;
}
#footer .footleft_icon.fax{
  background: url(../images/icon_fax.png) no-repeat  center/ 100%;
}
#footer .footleft_icon.email{
  background: url(../images/icon_email.png) no-repeat  center/ 100%;
}
#footer .footleft_icon.add{
  background: url(../images/icon_add.png) no-repeat  center/ 100%;
}
.footright_i_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5px;
}
.footright_icon{
  width: 20px;
  height: 20px;
}
#footer .footright_icon.youtube{
  background: url(../images/icon_ytu.png) no-repeat  center/ 100%;
}
#footer .footright_icon.face{
  background: url(../images/icon_face.png) no-repeat  center/ 100%;
}
#footer .footright_icon.n{
  background: url(../images/icon_n.png) no-repeat  center/ 100%;
}
#footer .footright_icon.t{
  background: url(../images/icon_t.png) no-repeat  center/ 100%;
}
@media (max-width: 1024px){
  .footright.text-right{
    text-align: center!important;
  }
  .footright_i_box {
    width: 50%;
    margin: auto;
  }
}

/********************/

.body_container{
  margin-top: 42px;
}
@media (max-width: 1024px){
  .body_container{
    margin-top: 0;
  }
}
.pro_box{
   min-height: 500px;
}
.topcake {
  padding: 10px 0;
      display: flex;
    align-items: center;
}
.topcake .topcake_home{
  width: 16px;
  height: 18px;
  display: inline-block;
  background: url(../images/home_icon.png) no-repeat  center/ 100%;
}
.topcake > a{
  position: relative;
  margin-right: 30px;
  color: #262e32;
}
.topcake > a:hover{
  color: #262e32;
}
.topcake > a:before,.topcake > a:after{
    content: "";
    border: 6px solid transparent;
    position: absolute;
    right:-20px;
    top: 45%;
    border-left-color: #9fa7ac;
    transform: scaleY(0.75) translateY(-50%);
}
.topcake > a:after{
  right: -17px;
   border-left-color: #fff;
}
.topcake > a:last-child::before,.topcake > a:last-child::after{
  display: none
}

.left_title{
      font-size: 26px;
    margin: 20px 0 30px;
}
.left_title .hline {
    width: 30px;
    height: 4px;
    background: #484848;
    margin:30px 0 0 ;
}

.left_menu{
  margin-bottom: 100px;
}
.left_big_box,.left_big_box2{
  padding: 0 0 15px 0;
    list-style: none;
}
.left_big,.left_big2{
    border: 2px solid #262e32;
    padding: 10px 20px;
    display: block;
    color: #262e32;    
    position: relative;
}
.left_big:hover,.left_big.active,.left_big2:hover,.left_big2.active{
  background:#262e32;
  color: #fff;
}
.left_big:before,.left_big:after{
    content: "";
    border: 6px solid transparent;
    position: absolute;
    right: 4px;
    top: 47%;
    border-left-color: #9fa7ac;
    transform:  translateY(-50%);
    z-index: 12;
}
.left_big:after{
     right:7px;
    border-left-color: #fff;
}


.left_big:hover::before,.left_big:hover::after,.left_big.active:before,.left_big.active:after{
    content: "";
    border: 6px solid transparent;
    position: absolute;
    right: 7px;
    top: 20px;
    border-left-color: #9fa7ac;
    transform: rotate(90deg);
    z-index: 12;
}
.left_big:hover::after,.left_big.active::after{
    top: 17px;
    border-left-color: #262e32;
}


.left_small_box{
  display: none;
  padding: 0;
  margin: 0;
  padding-left: 24px;
}
.left_small_item{
  list-style: none;
}
.left_small{
  margin: 15px 0;
  display: block;
  color: #262e32;
}
.left_small:hover{
  color:#9fa7ac;
}
.left_big_box,.left_small_item{
  list-style: none;
}
.left_small:last-child{
  margin: 15px 0 0 0;
}
/***************/
.pro_box{
    margin-bottom: 50px;
}

.pro_con{
  display: grid;
  grid-template-columns:  minmax(100px, 1fr)  minmax(100px, 1fr)  minmax(100px, 1fr);
  grid-gap:10px;
}
@media (max-width: 1024px){
  .pro_box .col-lg-2 {
    display: none
  }
  .pro_con{
    grid-template-columns:  minmax(100px, 1fr)  minmax(100px, 1fr) ;
  }
}

.pro_con_search{
  text-align: right;
  margin-bottom: 20px;
}
.pro_con_search .dropdown-menu{
  padding: 10px;
}
.pro_con_search .dropdown-menu a{
      color: #262e32;
}
.pro_con_search .dropdown-menu a:hover{
  color:#9fa7ac;
}
.pro_box .page{
  margin: 20px 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.pro_box .page a{
  display: block;
  padding: 10px;
  border: 2px solid #262e32;
  display: block;
  color: #262e32;
  margin:0 10px;
}
.pro_box .page a:hover{
  color: #fff;
  background: #262e32;
}

button.btn{
      background-color: #262e32!important;
    border-color: #262e32!important;
}
button.btn:hover{
      background-color: #9fa7ac!important;
    border-color: #9fa7ac!important;
}


/*******************/

.pro_detail_top .bg_left {
  width:100%;
  height:auto;
}
.pro_detail_top .bg_right{
    position: absolute;
    left: 100%;
    top: 0;
    
    z-index: 11;
}
.pro_detail_top .show {
  width:100%;
  margin-bottom:10px;
  position:relative;
  border:1px solid #E8E8E8;
  cursor:move;
  overflow: hidden;
}
.pro_detail_top .show img {
  width:100%;
}
.pro_detail_top .mask {
  width:300px;
  height:300px;
  background:#000;
  filter:Alpha(opacity=50);
  opacity:0.5;
  position:absolute;
  top:0;
  left:0;
  display:none;
}
.pro_detail_top .bigshow {
  overflow:hidden;
  margin-left:10px;
  display:none;
  border:1px solid #E8E8E8;
}
.pro_detail_top .bigshow img {
  width:100%;
}
.pro_detail_top .smallshow {
  width:100%;
  height:90px;
  position:relative
}
.pro_detail_top .smallshow img {
  width:100%;
  border:1px solid #e8e8e8;
  box-sizing:border-box;
  transition:all 0.5s
}
.pro_detail_top .smallshow>.middle_box {
  margin-left:30px;
  margin-right:30px;
  overflow:hidden;
  height:90px;
}
.pro_detail_top .smallshow .middle {
  overflow:hidden;
  transition:all 0.5s;
  height:90px;
}
.pro_detail_top .smallshow .middle>li {
  list-style: none;
  width:88px;
  height:88px;
  cursor:pointer;
  box-sizing: border-box;
  overflow: hidden;
  padding:0;

  display: inline-block;
}
.pro_detail_top .smallshow>p {
  position:absolute;
  top:50%;
  width:22px;
  height:32px;
  margin-top:-18px;
}
.pro_detail_top .smallshow>.prev {
  left:0;
  background:url(../images/hover-prev.png) no-repeat;
  transition:all 0.5s
}
.pro_detail_top .smallshow>.next {
  right:0;
  background:url(../images/hover-next.png) no-repeat;
  transition:all 0.5s
}
.pro_detail_top .smallshow>.prev.prevnone {
  left:0;
  background:url(../images/prev.png) no-repeat;
  cursor:not-allowed
}
.pro_detail_top .smallshow>.next.nextnone {
  right:0;
  background:url(../images/next.png) no-repeat;
  cursor:not-allowed
}
.pro_detail_top h4{
  line-height: 1.5;
}
.pro_detail_top .name2{
  color: #767879
}
.pro_detail_top .datetxt{
  color: #6096ea;
  margin: 50px 0 0 0;
}
.pro_detail_top .des{
    display: inline-block;
    background-color: #9fa7ac;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 10px 20px;
    width: 50%;
    margin: 20px 0;
}
.pro_detail_top .destext{

}
.pro_detail_bot{
  padding: 20px;
  margin: 50px 0;
  box-shadow: 0 0 15px #dadada;
}
.pro_bot_head{
  cursor: pointer;
  color: #6096ea;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pro_bot_head h5{
  font-size: 1.2em;
  color: #6096ea;
}
.pro_bot_con{
  min-height: 300px;
  display: none;
  margin: 20px 0;
}
.pro_bot_head_icon{
  width: 18px;
  height:4px;
  background: #6096ea;
  position: relative;
}
.has .pro_bot_head_icon:after{
  content: "";
  position: absolute;
  width: 4px;
  height:18px;
  background: #6096ea;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
}

@media (max-width: 1024px){
  .pro_detail_top .col-lg-7{
    margin-bottom: 40px;
  }
  .pro_detail_top .bg_right{
    display: none
  }
}