@charset "utf-8";
/* CSS Document */

body{
  color: #212121;
  font-weight: normal;
  overflow-x: hidden;
  /* font-family: STXihei, STHeitiLight, 'Microsoft JhengHei', 'Microsoft YaHei', Arial, sans-serif !important; */
  font-family: 'Microsoft JhengHei', 'Microsoft YaHei', Arial, sans-serif !important;
}
::-webkit-scrollbar-track-piece {
  width: 10px;
  background-color: #fff;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
	background: #212121;
	color: #fff;
}
::selection {
	background: #212121;
	color: #fff;
}

.clm2{
  margin-left: -2px;
  margin-right: -2px;
}
.clp2{
  padding-left: 2px;
  padding-right: 2px;
}
.clm6{
  margin-left: -6px;
  margin-right: -6px;
}
.clp6{
  padding-left: 6px;
  padding-right: 6px;
}


/********header********/
.header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 95px;
  z-index: 999;
  padding: 0 7%;
  background: #222222;
}
.header .logo{
  height: 45px;
  position: absolute;
  top: 25px;
  left: 7%;
}
.header .logo img{
  height: 45px;
}
.header ul{
  padding: 0;
  margin: 0;
  margin-left: 50%;
}
.header ul li{
  float: left;
  font-size: 16px;
  margin-right: 5%;
  padding-top: 30px;
  line-height: 65px;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.header ul li a{
  color: #d2d2d3;
}
.header ul li:hover a{
  color: #a7344e;
}
.header .right{
  position: absolute;
  top: 50%;
  right: 8%;
  margin-top: 10px;
  display: flex;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header .right span{
  margin-left: 0px;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 30px;
  margin-left: 30px;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  position: relative;
  justify-content: center;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.header .right span.header_search{
  border: none !important;
  justify-content: space-between !important;
}
.header .right span.header_search i{
  margin-right: 6px;
}
.header .right span.header_search input{
  background: none;
  border: none;
  width: 0px;
  overflow: hidden;
  padding: 0;
  font-size: 13px;
  line-height: 30px;
  height: 30px;
  border-bottom: 1px solid #fff;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.header .right span.header_search:hover input{ 
  width: 90px;
}
.header .right span.header_search input::-webkit-input-placeholder {
  color: #fff;
  font-size: 13px;
}
.header .right span.header_search input::-moz-placeholder { 
  color: #fff;
  font-size: 13px;
}
.header .right span.header_search input:-ms-input-placeholder {
  color: #fff;
  font-size: 13px;
}  
.header .right span.header_search{
  margin-left: 40px;
  cursor: pointer;
}
.header_search i{
  width: 24px;
  height: 24px;
  position: relative;
}
.header_search i img{
  display: block;
  width: 24px;
}

.hover_line{
  position: relative;
}
.hover_line::after,  .hover_line::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
}  
.hover_line::before{
  -webkit-transform-origin: right;
  transform-origin: right;
  transition: -webkit-transform .6s cubic-bezier(.165,.84,.44,1);
  transition: transform .6s cubic-bezier(.165,.84,.44,1);
  transition: transform .6s cubic-bezier(.165,.84,.44,1),-webkit-transform .6s cubic-bezier(.165,.84,.44,1);
  transition-delay: .16s;
}
.hover_line::after{
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition: -webkit-transform .6s cubic-bezier(.165,.84,.44,1);
  transition: transform .6s cubic-bezier(.165,.84,.44,1);
  transition: transform .6s cubic-bezier(.165,.84,.44,1),-webkit-transform .6s cubic-bezier(.165,.84,.44,1);
  transition-delay: 0s;
} 
.hover_line:hover::before{
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition-delay: 0s;
}
.hover_line:hover::after{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition-delay: .16s;
}

.subNav{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 3% 10%;
  display: none;
}
.subNav_left{
  width: 16%;
  float: left;
}
.subNav_left .list{
  background-color: #f7f7f7;
  font-size: 14px;
  color: #000;
  cursor: pointer;
  padding: 2% 3%;
  display: flex;
  align-items: center;
  border: 2px solid #f7f7f7;
  margin-bottom: 4%;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.subNav1 .subNav_left .list span{
  color: #212121;
}
.subNav_left .list:last-child{
  margin-bottom: 0;
}
.subNav_left .list img{
  width: 35%;
  margin-right: 10px;
}
.subNav_left .list img:nth-child(1){
  display: block;
}
.subNav_left .list img:nth-child(2){
  display: none;
}
.subNav_left .list.active{
  border: 2px solid #a7344e;
  background-color: #a7344e;
}
.subNav_left .list.active span{
  color: #fff;
}
.subNav_left .list.active img:nth-child(1){
  display: none;
}
.subNav_left .list.active img:nth-child(2){
  display: block;
}

.subNav_right{
  width: 84%;
  float: left;
  padding-left: 2%;
}
.subNav_right .row{
  display: none;
}
.subNav_right .row .col-sm-12{
  position: relative;
}
.subNav_right .list .img{
  background: #f7f7f7;
  overflow: hidden;
}
.subNav_right .list .img img{
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.subNav_right .list:hover .img img{
  -webkit-transform:scale(1.05);
  transform:scale(1.05);
}
.subNav_right .list p{
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.subNav_right .list:hover p {
color: #9d1e3b;
}
.subNav_right .list:hover p span{
  text-transform: uppercase;
  color: #c6c6c6;
}
.subNav_right .list p{
  text-align: center;
  margin: 0;
  font-size: 14px;
  color: #000;
  line-height: 30px;
}
.subNav_right .list p span{
  font-size: 12px;
  color: #c6c6c6;
  display: block;
  line-height: 1;
  -webkit-transform:scale(.8);
  transform:scale(.8);
}

/********header********/	


/**********首页**********/
.banner{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner_list{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner_list video{
  width: 110%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 3%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.swiper_banner .swiper-pagination{
  bottom: 36px;
}
.swiper_banner .swiper-pagination-bullet{
  width: 7px;
  height: 7px;
  opacity: 1;
  border-radius: 8px;
  background-color: #b4b0ae;
  cursor: pointer !important;
  margin: 0 8px !important;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s !important;	
  transition: all cubic-bezier(.18,1,.21,1) .9s !important;
}
.swiper_banner .swiper-pagination-bullet-active{
  width: 11px;
  height: 11px;
  border-radius: 12px;
  background-color: #9e1d3b;
  -webkit-transform: translateX(-1px) translateY(1px);
  transform: translateX(-1px) translateY(1px);
  opacity: 1;
}


.index_product1{
  padding: 5%;
  padding-bottom: 4%;
}
.index_product1 h5{
  font-size: 30px;
  font-weight: 900;
  color: #212121;
  margin: 0;
  margin-bottom: 4%;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.index_product1 h5 img{
  width: 30px;
  margin-right: 15px;
}
.index_product1_list{
  position: relative;
  background-color: #f1f1f1;
  overflow: hidden;
}
.index_product1_list img{
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.index_product1_list span{
  font-size: 16px;
  text-transform: uppercase;
  color: #212121;
  position: absolute;
  top: 40px;
  left: 0px;
  width: 100%;
  text-align: center;
  letter-spacing: 0px;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.index_product1_list:hover span{
  color: #fff;
}
.index_product1_list_bg{
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
  opacity:0;
  -moz-opacity:0; 
  -khtml-opacity:0;
  -webkit-opacity:0;
  filter:alpha(opacity=0);
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.index_product1_list:hover .index_product1_list_bg{
  opacity:1;
  -moz-opacity:1; 
  -khtml-opacity:1;
  -webkit-opacity:1;
  filter:alpha(opacity=100);
}

.product1_img_bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -moz-opacity:0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
	filter:alpha(opacity=0);
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;
  transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.product1_img_txt{
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  padding: 0 30px;
  opacity:0;
  -moz-opacity:0; 
  -khtml-opacity:0;
  -webkit-opacity:0;
  filter:alpha(opacity=0);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;
  transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.product1_img_txt p{
  color:#fffefd;
  font-size: 16px;
  text-align: left;
  margin-bottom: 5px;
  line-height: 2;
}
.index_product1_list  .product1_img_txt p i{
  color:#fffefd;
  display: block;
  font-style: normal;
  margin-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
}
.index_product1_list:hover .product1_img_bg{
  opacity: 0.3;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
	filter:alpha(opacity=30);
}
.index_product1_list:hover  .product1_img_txt{
  opacity:1;
  -moz-opacity:1; 
  -khtml-opacity:1;
  -webkit-opacity:1;
  filter:alpha(opacity=100);
}

.index_about{
  padding: 5%; 
}
.index_about_img{
  position: relative;
}
.index_about_txt{
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index_about_txt p{
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  /*margin-bottom: 4%;*/
}
.index_about_txt p b{
  font-size: 36px;
  text-transform: none;
}
.index_about_txt p strong{
  font-size: 36px;
  text-transform: none;
}

.index_about_txt span{
  display: inline-block;
  font-size: 22px;
  color: #fff;
  line-height: 2.4;
  padding: 0 42px;
  border: 2px solid #fff;
  border-radius: 50px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 4%;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.index_about_txt span:hover{
  background-color: #fff;
  color: #212121;
}


.index_honor{
  position: relative;
}
.index_honor_txt{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index_honor_txt p{
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  /*margin-bottom: 4%;*/
}
.index_honor_txt p b{
  font-size: 36px;
  text-transform: none;
}
.index_honor_txt p strong{
  font-size: 36px;
  text-transform: none;
}
.index_honor_txt span{
  display: inline-block;
  font-size: 22px;
  color: #fff;
  line-height: 2.4;
  padding: 0 42px;
  border: 2px solid #fff;
  border-radius: 50px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 4%;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.index_honor_txt span:hover{
  background-color: #fff;
  color: #212121;
}
.index_contact{
  padding: 10%;
}
.index_contact_box{
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
}
.index_contact_list{
  text-align: center;
}
.index_contact_list h5{
  margin: 20px 0;
  font-size: 26px;
  font-weight: 600;
  color: #414141;
  text-transform: uppercase;
}
.index_contact_list p{
  font-size: 18px;
  line-height: 1.5;
  color: #414141;
  text-transform: uppercase;
  margin-bottom: 0;
}
.index_contact_img{
  width: 230px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #f4f3ef;
}
.index_contact_img img{
  width: 100%;
}

/**********首页**********/


/********footer********/
.footer .top{
  padding: 6% 8% 4% 10%;
  position: relative;
  background-color: #efefef;
}
.footer .top ul{
  padding: 0;
  margin: 0;
  float: right;
  width: 70%;
  margin-top: 1%;
  padding-bottom: 4%;
}
.footer .top ul li{
  float: left;
  width: 25%;
}
.footer .top ul li h5{
  font-size: 16px;
  color: #807f80;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 15px;
}
.footer .top ul li h5:hover{
  color: #9d1e3b;
}
.footer .top ul li p{
  font-size: 14px;
  color: #999;
  margin-bottom: 5px;
}
.footer .top ul li p:hover{
  color: #000000;
}
.footer .bottom{
  padding: 25px 0;
  position: relative;
  background-color: #ffffff;
}
.footer .bottom p{
  font-size: 12px;
  color: #636363;
  text-align: center;
}
.footer .bottom p img{
  margin-right: 10px;
}
.footer .bottom p:last-child{
  margin-bottom: 0;
}
.foot_logo{
  float: left;
  width: 8%;
  position: relative;
}
.footer .bottom{
  padding: 25px 0;
  position: relative;
  background-color: #ffffff;
}
.footer .bottom p{
  font-size: 12px;
  color: #636363;
  text-align: center;
}
.footer .bottom p img{
  margin-right: 10px;
}
.footer .bottom p:last-child{
  margin-bottom: 0;
}
/********footer********/


/* about */
.about_width{
  padding: 5% 13%;
}
.about1_img{
  width: 50%;
  float: left;
}
.about2 h5{
  font-size: 36px;
  margin:5% 0 2% 0 ;
  color: #2d2d2d;
  font-weight: 600;
}
.about2 p{
  color: #747474;
  font-size: 22px;
}
/* about */
/* honor */
.honor{
  padding: 5% 13%;
}
.nei_tit>h5 {
  font-size: 30px;
  font-weight: 900;
  color: #212121;
  margin: 0;
  margin-bottom: 4%;
  letter-spacing: 2px;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.nei_tit>h5 img {
  width: 30px;
  margin-right: 15px;
}
.honor .honor_padd{
  padding: 0 10%;
}
.compl{
  background: #f2f2f2;
  padding: 40px 35px;
  border-radius: 5px;
  margin-bottom: 50px;
}
.compl img{
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.compl:hover img{
  -webkit-transform:scale(1.1);
  transform:scale(1.1);
}
.compl p{
  font-size: 22px;
  margin-bottom: 20px;
}

.cl50{
  padding-right: 25px;
  padding-left: 25px;
}
.row50{
  margin-right: -25px;
  margin-left: -25px;
}
/* honor */
/* product */
.crumbs{

}
.sinks_li_img{
  overflow: hidden;
}
.sinks_li_img>img{
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.sinks_li:hover .sinks_li_img>img{
  -webkit-transform:scale(1.1);
  transform:scale(1.1);
}
.crumbs_top{
  position: relative;
  padding: 2% 15% 1.5% 15%;
  border-bottom: 1px solid #e9e9e9;
}
.menu_list_right{
  float: right;
}
.crumbs_top a{
  font-size: 14px;
  color: #2c2c2c;
  text-transform: capitalize;
  display: inline-block;
  padding: 0 12px 0 10px;
  line-height: 1;
  border-right: 1px solid #0f0f0f;
  position: relative;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;
    transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.menu_list_right a{
  border-right:none
}
.crumbs_top a.active{
  color: #9d1e3b;
}
.crumbs_top a:hover {
  color: #9d1e3b;
}
.product_wid{
  padding: 5% 13%;
}
.product_list{
  margin-bottom: 5%;
}
.sinks_li_img{
  background: #f7f7f7;
  border-radius:5px ;
}
.sinks_li {
  margin-bottom: 30px;
}
.sinks_li p{
  font-size: 18px;
  text-align: center;
  margin:  15px 0 0 0;
  text-transform: uppercase;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;
    transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.sinks_li:hover p{
  color: #9d1e3b;
}
.crumbs.fiexd .crumbs_top {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  z-index: 998;
  background-color: #fff;
}
.crumbs_top  span i{
  font-size: 20px;
  vertical-align: bottom;
}
/* contact */
.cont_join{
  padding: 5% 13%;
}
.cont_join_top{
  text-align: center;
}
.cont_join_top h5{
  color: #000000;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 600;
}
.cont_join_top p{
  color: #000000;
  font-size: 20px;
}
.join_input{
  margin-bottom: 25px;
}
.join_input input{
   background: #f7f7f7;
   border-radius: 5px;
   width: 100%;
   height: 50px;
   line-height: 50px;
   border: none;
   padding: 0 10px;
   font-size: 18px;
   color: #999;
}
.join_input input:-moz-placeholder, .join_input textarea:-moz-placeholder {  
    color: #cbcaca;  
}  
.join_input input:-ms-input-placeholder,  .join_input textarea:-ms-input-placeholder {  
    color: #cbcaca;  
}  
.join_input input::-webkit-input-placeholder,  .join_input textarea::-webkit-input-placeholder {  
    color: #cbcaca;  
}
.join_input textarea{
  background: #f7f7f7;
  border-radius: 5px;
  width: 100%;
  line-height: 50px;
  height: 270px;
  padding: 10px;
  border: none;
  font-size: 18px;
  color: #999;
}
.cont_join_top{
  margin-bottom: 6%;
}
.submit{
  text-align: center;
  margin-top: 30px;
}
.submit a{
  width: 300px;
  height: 50px;
  background: #9d1e3b;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  text-transform: uppercase;
  border-radius: 5px;
}


.product_details_box{
  padding: 2% 15% 5% 15%;
}
.product_details_img{
  width: 100%;
  margin: 0 auto;
}
.product_details_img_list{
  text-align: center;
}
.product_details_img .product_details_img_list img{
  display: inline-block;
  width: auto !important;
  height: 450px !important;
}
.swiper_product{
  padding-bottom: 30px;
}
.swiper_product .swiper-pagination{
  bottom: 5px;
  z-index: 99;
}
.swiper_product .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
}
.swiper_product .swiper-pagination-bullet-active{
  background-color: #fff;
  box-shadow: 0 0 4px hsla(214,3%,49%,.8);
}

.swiper_product_data{
  padding-bottom: 40px;
}
.swiper_product_data .swiper-pagination{
  bottom: 5px;
  z-index: 99;
}
.swiper_product_data .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
}
.swiper_product_data .swiper-pagination-bullet-active{
  background-color: #fff;
  box-shadow: 0 0 4px hsla(214,3%,49%,.8);
}

.product_details_img>h5{
  font-size: 34px;
  color: #212121;
  text-align: center;
  margin: 3% 0 5% 0;
  text-transform: uppercase;
  /* font-family:'文鼎UD晶熙黑体_E'; */
  font-weight: 600;
  letter-spacing: 2px;
}
.product_details_img>h5 p{
  font-size: 14px;
  color: #212121;
  margin-top: 1%;
}
.product_details_img>a>span{
  font-size: 14px;
  color: #212121;
  background-color: #f4b951;
  line-height: 2;
  display: block;
  width: 110px;
  margin: 0 auto;
  text-align: center;
  border-radius: 30px;
}
.product_details_data{
  width: 100%;
  margin: 0 auto;
  margin-top: 8%;
}
.product_details_data h5{
  font-size: 26px;
  color: #212121;
  text-align: center;
  margin: 0;
  margin-bottom: 5%;
  /* font-family:'文鼎UD晶熙黑体_E'; */
  letter-spacing: 1px;
}
.product_details_data ul{
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.product_details_data ul li{
  width: 50%;
  display: flex;
  padding: 0 2%;
}

.product_details_data ul li span{
  width: 50%;
  font-size: 16px;
  color: #515151;
  line-height: 2;
}
.product_sink_sec{
  margin-top: 0%;
}
.product_sink_sec h5{
  font-size: 24px;
  color: #212121;
  margin: 0;
  margin-bottom: 4%;
  margin-top: 4%;
  font-weight: 600;
  /* font-family: '文鼎UD晶熙黑体_E' !important; */
  letter-spacing: 2px;
}
.product_sink_sec h5 img{
  vertical-align: -7px;
}
.product_sink_sec_box{
  display: none;
}
.product_sink_sec .row{
  margin-bottom: 6%;
  display: flex;
  flex-wrap: wrap;
}
.product_sink_sec .row .col-sm-3, .product_sink_sec .row .col-xs-6, .product_sink_sec .row .clp12{
  float: none;
}
.product_details_data table{
  display: block;
  width: 100%;
}
.product_details_data table tbody{
  display: block;
  width: 100%;
}
.product_details_data table tr{
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #999;
  display: block;
}


/********屏幕自适应********/
@media (min-width: 970px){
  .header ul li{
    font-size: 13px;
  }
  .header .right span{
    font-size: 12px;
  }
  .subNav_left .list{
    font-size: 12px;
  }
  .subNav_right .list p{
    font-size: 12px;
  }
  .index_product1_list span{
    font-size: 13px;
  }
  .product1_img_txt p{
    font-size: 13px;
  }
  .index_product1 h5{
    font-size: 24px;
  }
  .index_product1 h5 img{
    width: 24px;
  }
  .index_about_txt p{
    font-size: 18px;
  }
  .index_about_txt p b{
    font-size: 30px;
  }
  .index_about_txt p strong{
    font-size: 30px;
  }
  .index_about_txt span{
    font-size: 16px;
  }
  .index_honor_txt p{
    font-size: 18px;
  }
  .index_honor_txt p b{
    font-size: 30px;
  }
  .index_honor_txt p strong{
    font-size: 30px;
  }
  .index_honor_txt span{
    font-size: 16px;
  }
  .index_contact_img{
    width: 170px;
  }
  .index_contact_list h5{
    font-size: 20px;
  }
  .index_contact_list p{
    font-size: 12px;
  }
  .footer .top ul li h5{
    font-size: 14px;
  }
  .footer .top ul li p{
    font-size: 12px;
  }
  .about2 h5{
    font-size: 28px;
  }
  .about2 p{
    font-size: 14px;
  }
  .nei_tit>h5{
    font-size: 24px;
  }
  .nei_tit>h5 img{
    width: 24px;
  }
  .compl p {
    font-size: 16px;
  }
  .sinks_li p{
    font-size: 15px;
  }
  .cont_join_top h5{
    font-size: 40px;
  }
  .join_input input {
    font-size: 15px;
  }
  .submit a{
    font-size: 15px;
  }
  .product_details_img>h5{
    font-size: 28px;
  }
  .product_details_data h5{
    font-size: 20px;
  }
  .product_details_data ul li span{
    font-size: 14px;
  }
}
@media (min-width: 1370px){
  .header ul li{
    font-size: 14px;
  }
  .header .right span{
    font-size: 13px;
  }
  .subNav_left .list{
    font-size: 13px;
  }
  .subNav_right .list p{
    font-size: 13px;
  }
  .index_product1_list span{
    font-size: 14px;
  }
  .product1_img_txt p{
    font-size: 14px;
  }
  .index_product1 h5{
    font-size: 26px;
  }
  .index_product1 h5 img{
    width: 26px;
  }
  .index_about_txt p{
    font-size: 20px;
  }
  .index_about_txt p b{
    font-size: 32px;
  }
  .index_about_txt p strong{
    font-size: 32px;
  }
  .index_about_txt span{
    font-size: 18px;
  }
  .index_honor_txt p{
    font-size: 20px;
  }
  .index_honor_txt p b{
    font-size: 32px;
  }
  .index_honor_txt p strong{
    font-size: 32px;
  }
  .index_honor_txt span{
    font-size: 18px;
  }
  .index_contact_img{
    width: 190px;
  }
  .index_contact_list h5{
    font-size: 22px;
  }
  .index_contact_list p{
    font-size: 14px;
  }
  .footer .top ul li h5{
    font-size: 15px;
  }
  .footer .top ul li p{
    font-size: 13px;
  }
  .about2 h5{
    font-size: 30px;
  }
  .about2 p{
    font-size: 16px;
  }
  .nei_tit>h5{
    font-size: 26px;
  }
  .nei_tit>h5 img{
    width: 26px;
  }
  .compl p {
    font-size: 18px;
  }
  .sinks_li p{
    font-size: 16px;
  }
  .cont_join_top h5{
    font-size: 42px;
  }
  .join_input input {
    font-size: 16px;
  }
  .submit a{
    font-size: 16px;
  }
  .product_details_img>h5{
    font-size: 30px;
  }
  .product_details_data h5{
    font-size: 22px;
  }
  .product_details_data ul li span{
    font-size: 14px;
  }
}
@media (min-width: 1570px){
  .header ul li{
    font-size: 15px;
  }
  .header .right span{
    font-size: 14px;
  }
  .subNav_left .list{
    font-size: 14px;
  }
  .subNav_right .list p{
    font-size: 14px;
  }
  .index_product1_list span{
    font-size: 15px;
  }
  .product1_img_txt p{
    font-size: 15px;
  }
  .index_product1 h5{
    font-size: 28px;
  }
  .index_product1 h5 img{
    width: 28px;
  }
  .index_about_txt p{
    font-size: 22px;
  }
  .index_about_txt p b{
    font-size: 34px;
  }
  .index_about_txt p strong{
    font-size: 34px;
  }
  .index_about_txt span{
    font-size: 20px;
  }
  .index_honor_txt p{
    font-size: 22px;
  }
  .index_honor_txt p b{
    font-size: 34px;
  }
  .index_honor_txt p strong{
    font-size: 34px;
  }
  .index_honor_txt span{
    font-size: 20px;
  }
  .index_contact_img{
    width: 210px;
  }
  .index_contact_list h5{
    font-size: 24px;
  }
  .index_contact_list p{
    font-size: 16px;
  }
  .footer .top ul li h5{
    font-size: 16px;
  }
  .footer .top ul li p{
    font-size: 14px;
  }
  .about2 h5{
    font-size: 32px;
  }
  .about2 p{
    font-size: 18px;
  }
  .nei_tit>h5{
    font-size: 28px;
  }
  .nei_tit>h5 img{
    width: 28px;
  }
  .compl p {
    font-size: 20px;
  }
  .sinks_li p{
    font-size: 17px;
  }
  .cont_join_top h5{
    font-size: 44px;
  }
  .join_input input {
    font-size: 17px;
  }
  .submit a{
    font-size: 17px;
  }
  .product_details_img>h5{
    font-size: 32px;
  }
  .product_details_data h5{
    font-size: 24px;
  }
  .product_details_data ul li span{
    font-size: 16px;
  }
}
@media (min-width: 1770px){
  .header ul li{
    font-size: 16px;
  }
  .header .right span{
    font-size: 14px;
  }
  .subNav_left .list{
    font-size: 14px;
  }
  .subNav_right .list p{
    font-size: 14px;
  }
  .index_product1_list span{
    font-size: 16px;
  }
  .product1_img_txt p{
    font-size: 16px;
  }
  .index_product1 h5{
    font-size: 30px;
  }
  .index_product1 h5 img{
    width: 30px;
  }
  .index_about_txt p{
    font-size: 24px;
  }
  .index_about_txt p b{
    font-size: 36px;
  }
  .index_about_txt p strong{
    font-size: 36px;
  }
  .index_about_txt span{
    font-size: 22px;
  }
  .index_honor_txt p{
    font-size: 24px;
  }
  .index_honor_txt p b{
    font-size: 36px;
  }
  .index_honor_txt p strong{
    font-size: 36px;
  }
  .index_honor_txt span{
    font-size: 22px;
  }
  .index_contact_img{
    width: 230px;
  }
  .index_contact_list h5{
    font-size: 26px;
  }
  .index_contact_list p{
    font-size: 18px;
  }
  .footer .top ul li h5{
    font-size: 16px;
  }
  .footer .top ul li p{
    font-size: 14px;
  }
  .about2 h5{
    font-size: 34px;
  }
  .about2 p{
    font-size: 20px;
  }
  .nei_tit>h5{
    font-size: 30px;
  }
  .nei_tit>h5 img{
    width: 30px;
  }
  .compl p {
    font-size: 22px;
  }
  .sinks_li p{
    font-size: 18px;
  }
  .cont_join_top h5{
    font-size: 46px;
  }
  .join_input input {
    font-size: 18px;
  }
  .submit a{
    font-size: 18px;
  }
  .product_details_img>h5{
    font-size: 34px;
  }
  .product_details_data h5{
    font-size: 26px;
  }
  .product_details_data ul li span{
    font-size: 16px;
  }
}
/********屏幕自适应********/


/********移动端********/
@media (max-width: 768px){
  body{
    overflow-x: hidden;
    font-size: 12px;
  }
.index_home{
  display: none;
}
/* 导航 */
.phone_header{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 22;
  background: #ffffff;
  width: 100%;
  height: 50px;
}
.phone_header .logo{
  position: absolute;
  left: 20px;
  top: 10px;
  width: 110px;
}
.logo_white{
  position: absolute;
  left: 20px;
  top: 10px;
  width: 110px;
}

.menuIcon,
.menuIcon2 {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 996;
  cursor: pointer;
}
.btn-nav {
  background: 0 0;
  border: none;
  padding: 10px 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  z-index: 99999;
}
.btn-nav:focus {
  outline: 0;
}
.icon-bar {
  display: block;
  margin: 5px 0;
  width: 23px;
  height: 2px;
  background-color: #000;
}
.btn-nav:hover .icon-bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #000;
}
.btn-nav.animated2 .icon-bar{
  background-color: #fff;
}
.btn-nav.animated2 .icon-bar.top{
  -webkit-transform: translateY(6px) rotateZ(45deg);
  transform: translateY(6px) rotateZ(45deg);
}
.btn-nav.animated2 .icon-bar.middle{
  width: 0;
}
.btn-nav.animated2 .icon-bar.bottom{
  -webkit-transform: translateY(-8px) rotateZ(-45deg);
  transform: translateY(-8px) rotateZ(-45deg);
}

.middle {
  width: 18px;
}
.icon-bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 999999;
}
.menuMain {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background: #2f2f2f;
  display: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.menuBox{
  margin: 60px 0px 20px 0px;
  padding: 0 20px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.menuBox .home_bot .nav_ti > li div{
  color: rgba(255, 255, 255, 0.6);
}
.menuBox .home_bot .nav_ti > li div>a{
  color: rgba(255, 255, 255, 0.6);
}
.menuBox .home_bot .nav_ti > li ul li a{
  color: rgba(255, 255, 255, 0.8);
}
.addColor .icon-bar {
  background: #fff;
}
.home_bot .nav_ti > li {
  border-bottom: 1px solid rgba(220, 220, 220, 0.5);
}
.home_bot .nav_ti > li div {
  height: 45px;
  line-height: 45px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  background-size: 12px;
  display: block;
}
.home_bot .nav_ti > li div>a{
  color: rgba(0, 0, 0, 0.5);
}
.nav_ti div img {
  float: right;
  font-size: 22px;
  margin-right: 15px;
  margin-top: 17px;
  transform: rotate(
90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(
90deg);
  -o-transform: rotate(90deg);
}
.home_bot .nav_ti > li ul {
  display: none;
  padding: 0 5px 5px;
}
.home_bot .nav_ti > li ul li {
  padding-left: 15px;
  line-height: 30px;
}
.home_bot .nav_ti > li ul li div>a{
  color: rgba(0, 0, 0, 0.5)
}
.home_bot .nav_ti > li ul li a {
  color: rgba(0, 0, 0, 0.4);
}
.home_bot .fast li img {
  width: 30px;
  margin-right: 5px;
}
.nav_ti div img.scale1 {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

    /* 导航 */
    /* foot */
    .phone_foot  .bottom {
      margin-top: 10px;
    }
    .phone_foot  .bottom p{
      color: rgba(0,0,0,0.4);
      text-align: center;
      font-size: 12px;
      margin-bottom: 0;
      line-height: 22px;
    }
    .phone_foot{
      padding: 10px 15px 10px 15px ;
    }
    .phone_serve{
      padding: 20px;
    }
    .phone_serve_img{
      width: 100%;
      position: relative;
    }
    .phone_serve_img h5{
      font-size: 30px;
      color: #212121;
      position: absolute;
      top: 15%;
      left: 10%;
      margin: 0;
    }
    .phone_serve_img h5 p{
      font-size: 12px;
      color: #212121;
      margin: 0;
      margin-top: 10px;
    }
    .phone_foot .bottom p>img{
      margin-right: 10px;
    }
    .phone_serve_img span{
      position: absolute;
      bottom: 8%;
      left: 10%;
      font-size: 14px;
      color: #fff;
      letter-spacing: 1px;
      line-height: 30px;
      padding: 0 10px;
      background-color: rgba(157, 30, 59, 0.8);
    }
    .phone_product{
      padding: 20px;
    }
    .phone_product>h5{
      font-size: 18px;
      color: #212121;
      margin: 0;
      margin-bottom: 20px;
      text-align: center;
    }
    .phone_product_img{
      position: relative;
    }
    .phone_product_img p{
      font-size: 14px;
      color: #212121;
      margin: 0;
      position: absolute;
      right: 10%;
      bottom: 10%;
      letter-spacing: 1px;
    }
    .phone_product_img.phone_product_img1 p{
      color: #fff;
    }
 /* foot */
 /* index */
 .index_honor_txt p {
  font-size: 12px;
  margin-bottom: 10px;
}
.index_about_txt p b {
  font-size: 16px;
}
 .index_honor_txt p b {
  font-size: 16px;
}
.index_about_txt p strong {
  font-size: 16px;
}
 .index_honor_txt p strong {
  font-size: 16px;
}
.index_about_txt span {
  font-size: 14px;
  line-height: 2;
  padding: 0 22px;
}
 .index_honor_txt span {
  font-size: 12px;
  padding: 0 20px;

}

.index_about_txt p {
  font-size: 12px;
  margin-bottom: 10px;
}
.index_product1_list {
  margin-bottom: 15px;
}
.index_product1 h5 img {
  width: 20px;
  margin-right: 10px;
}
.index_product1 h5 {
  font-size: 20px;
  letter-spacing: 0;
}
.sinks_li p {
  font-size: 14px;
}
 /* index */
    /* about */
  .banner{
    margin-top: 50px;
  }
  .about2 p {
    font-size: 12px;
  }
  .about_width {
    padding: 30px 15px;
  }
  .about2 h5 {
    font-size: 20px;
    margin: 15px 0 10px 0;
  }
/* honor */
  .honor{
    padding: 30px 15px;
    overflow: hidden;
  }
  .nei_tit>h5 img {
    width: 20px;
    margin-right: 10px;
  }
  .nei_tit>h5 {
    font-size: 20px;
    letter-spacing: 0;
  }
  .compl p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .compl {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  .honor .honor_padd {
    padding: 0;
  }
  /* contact */
  .cont_join {
    padding: 30px 15px;
  }
  .index_contact_box {
    flex-wrap: wrap;
  }
  .index_contact_img {
    width: 100px;
  }
  .index_contact_list h5 {
    margin: 10px 0;
    font-size: 20px;
  }
  .index_contact_list p {
    font-size: 12px;
  }
  .cont_join_top h5 {
    font-size: 20px;
   }
   .cont_join_top p {
    font-size: 12px;
  } 
  .join_input input {
    height: 35px;
    font-size: 14px;
    line-height: 35px;
  }
  .join_input {
    margin-bottom: 15px;
  }
  .join_input textarea {
    line-height: 35px;
    height: 195px;
    font-size: 14px;
   }
   .index_contact_list {
    width: 100%;
    margin-bottom: 15px;
  }
   .submit a {
    width: 150px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
  }
  .submit {
    margin-top: 0;
   }  
   .index_contact {
    padding: 30px 15px
   } 
   .product_wid {
    padding: 30px 15px;
   }
   .crumbs.fiexd .crumbs_top {
    top: 50px;
    padding: 5px 10px;
  }
  .crumbs_top{
    padding: 5px 10px;
  }
  .menu_list_right {
    display: none;
  }
  .crumbs_top a {
    font-size: 12px;
    padding: 0 6px 0 5px; 
 }
  .sinks_li {
    margin-bottom: 20px;
 }

 .product_details{
  padding-top: 0;
}
.product_details_img{
  width: 100%;
}
.product_details_img>h5{
  font-size: 20px;
}
.product_details_box{
  padding: 5%;
}
.product_details_img .product_details_img_list img{
  width: 100% !important;
  height: auto !important;
}
.product_details_data table tr td{
  font-size: 12px;
  width: 25%;
  display: inline-block;
}
.crumbs{
  padding-top: 50px !important;
}

}
/********移动端********/


/********缓动********/
.animateHide{
	-webkit-transform: translateY(100px);
  transform: translateY(100px);
	opacity:0;
  -moz-opacity:0; 
  -khtml-opacity:0;
  -webkit-opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) .9s;		
	transition: all cubic-bezier(0.19, 1, 0.22, 1) .9s;
}
.animateHide1{
	-webkit-transform: translateX(-120px);
  transform: translateX(-120px);
	opacity:0;
  -moz-opacity:0; 
  -khtml-opacity:0;
  -webkit-opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) .9s;		
	transition: all cubic-bezier(0.19, 1, 0.22, 1) .9s;
}
.animateHide2{
	-webkit-transform: translateX(120px);
  transform: translateX(120px);
	opacity:0;
  -moz-opacity:0; 
  -khtml-opacity:0;
  -webkit-opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) .9s;		
	transition: all cubic-bezier(0.19, 1, 0.22, 1) .9s;
}
.animateHide.d0{
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.animateHide.d1{
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.animateHide.d2{
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}
.animateHide.d3{
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}
.animateHide.d4{
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}
.animateHide.d5{
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.animateHide.d6{
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
.animateHide.d7{
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}
.animateHide.d8{
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}
.animateHide.d9{
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}
.animateShow{
	-webkit-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
	opacity:1;
  -moz-opacity:1; 
  -khtml-opacity:1;
  -webkit-opacity:1;
	filter:alpha(opacity=100);
}
/********缓动********/
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	