﻿/* .Home .head_wrapper,
.Home .pub_banner{
  filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter:grayscale(100%);
} */

/* main start */
/* modified by emily on 20200906 16:38 PM */
@font-face { font-family: 'Helvetica Neue';src:url('../fonts/helvetica_neue-roman.ttf')  format('truetype'); }
html, body { position: relative; margin: 0; padding: 0; font-family: 'Helvetica Neue','Microsoft YaHei'; background-color: #ffffff; }
ul, li { margin: 0; padding: 0; list-style: none; }
a { text-decoration:none; }
p,h1,h2,h3,h4,h5 { margin: 0; padding: 0;  font-weight: normal; border: none; }
img { display: block; border: none;}
.img-edges {
  image-rendering: -moz-crisp-edges;         /* Firefox */
  image-rendering:   -o-crisp-edges;         /* Opera */
  image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
select,option { border: none; background-color: #ffffff;appearance:none;-moz-appearance:none;-webkit-appearance:none;outline:none;}
select::-ms-expand { display: none; }
input,textarea { outline:none; }
i { display: inline-block; }
.clearfix:before,
.clearfix:after { content: " ";  display: table; }
.clearfix:after { clear: both; }

.line2, .line3 {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

/* head_wrapper start */
.head_wrapper {position: fixed;  width:100%;z-index: 11;top:0; }

/* pub_header start */
.pub_header { position: relative; background-color: #232323; }
.pub_header .login_panel { position: relative; margin: 0 auto; width: 960px;  height: 30px;  }
.pub_header .login_panel a { color: #ffffff; }
.pub_header ul { position: absolute; top: 0; right: 10px; border-left: 1px solid #4d4d4d; text-align: center; }
.pub_header li { padding: 10px 0; width: 118px; height: 10px; float: left; border-right: 1px solid #4d4d4d; opacity: 0.8; font-size: 10px; line-height: 10px; color: #ffffff; letter-spacing: 2px; }
.pub_header i { position:relative; top: -2px; margin-right: 10px; width: 16px; height: 16px; }
.pub_header span { position: relative; top: -5px; }
.pub_header .language i { background: url(../images/icon_language.png) 0 0 no-repeat; } 
.pub_header .login i { background: url(../images/icon_login.png) 0 0 no-repeat; } 
.pub_header .login { width:180px; }
.pub_header .favorite i { background: url(../images/icon_favorite.png) 0 0 no-repeat; } 
.pub_header .shop i { background: url(../images/icon_shop.png) 0 0 no-repeat; } 
.pub_header .buy i { background: url(../images/tianmao.png) 0 0 no-repeat; width:26px;}
.pub_header .buy i.wz { background: url(../images/weizhuang.png) 2px  0 no-repeat; width:26px;}

/* pub_nav start */
.pub_nav { position: relative; background-color: #ffffff; }
.pub_nav .nav_panel { position: relative; margin: 0 auto; width: 960px; height: 91px; }
.pub_nav .index_logo_icon { margin:30px 0px 30px;width:185px;height:31px; float: left; background: url(../images/logo.png) 0 0 no-repeat; z-index: 3; background-size: contain;}
/*20170906改版新增.pub_nav ul{width: 600px;},.pub_nav li.pub_nav_li{padding: 38px 0; width: 16.6666%;}原版width：0；padding:38px 10px;*/
.pub_nav ul { float: left; text-align: center; width: 600px;}
.pub_nav li.pub_nav_li {  padding: 38px 0px; width: 16.6666%; height: 15px; float: left;  font-size: 14px; line-height: 14px;cursor:pointer; }
.pub_nav p { font-size: 14px; line-height: 14px; }
.pub_nav .hovered { 	
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#dbdbdb,endcolorstr=#f5f5f5, gradientType=0);  /*IE*/  
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#dbdbdb,endcolorstr=#f5f5f5, gradientType=0 ); /*IE8*/  
	background: -ms-linear-gradient(top, #dbdbdb, #f5f5f5); /* IE 10 */
	background: -moz-linear-gradient(top, #dbdbdb,#f5f5f5); /* Firefox 3.6+ */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dbdbdb),to(#f5f5f5)); /* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(top, #dbdbdb,#f5f5f5); /* Safari5.1 Chrome10+*/ 
}
.pub_nav .actived { 	
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f5f5f5,endcolorstr=#dbdbdb, gradientType=0);  /*IE*/  
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f5f5f5,endcolorstr=#dbdbdb, gradientType=0 ); /*IE8*/  
	background: -ms-linear-gradient(top, #f5f5f5, #dbdbdb); /* IE 10 */
	background: -moz-linear-gradient(top, #f5f5f5,#dbdbdb); /* Firefox 3.6+ */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5),to(#dbdbdb)); /* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(top, #f5f5f5,#dbdbdb); /* Safari5.1 Chrome10+*/ 
}
.pub_nav a { color: #232323; }
.pub_nav .search_panel { cursor: pointer; position: relative; margin-left: 15px; top: 30px; width: 127px;height: 28px; float: left; background: url(../images/search.jpg) right top no-repeat; border: 1px solid #8A8787;border-radius: 3px;}

.pub_search { display: none; position: absolute; top: 121px; width: 100%; height:99px; border-top: 1px solid #e5e5e5;background-color: #fff; z-index: 999; }
.pub_search .pub_searchpanel { position: relative; margin:0 auto; width: 940px; height:99px; }
.pub_search .pub_searchbar { position: relative; margin:0 auto; top:25px; width: 500px; height:50px; border:1px solid #e5e5e5; border-radius:5px; background-color: #f5f5f5 }
.pub_search input { position: absolute; padding:3px 21px;top:0;left:0;*top:16px; width: 400px; height: 44px; border:none; background-color: transparent; color:#898989; font-family: "Microsoft YaHei"; font-size:13px; line-height:13px; }
 .pub_searchicon { position:absolute;top:17px;right:15px; width:20px; height:20px;background:url(../images/search.png) 0 0 no-repeat;cursor: pointer; }
.pub_searchhistory { display: none; position:absolute; left: 694px; margin:62px auto 0; width:370px; border:1px solid #e5e5e5; border-radius:5px; background-color:#ffffff;z-index:9999; font-size: 13px;line-height: 13px; }
.pub_searchall { position:relative;margin: 0 auto; padding:20px 0 18px; border-top:1px solid #e5e5e5;height:20px;overflow:hidden; width:334px; color:#005ead; cursor: pointer; text-align: left; }
 .pub_searchhistory ul { position:relative;margin: 25px auto;  margin-left: 20px; width:340px; color:#898989; }
.pub_searchhistory li { cursor: pointer; margin-top: 12px; text-align: left; }
 .pub_searchhistory li:hover { background-color: #f5f5f5 }
.pub_search_cancel { margin: -10px 162px 0 0; float: right; font-size: 13px; color: #313131; }
::-webkit-input-placeholder { color: #898989; font-family: "Microsoft YaHei" }
:-moz-placeholder { color: #898989; font-family: "Microsoft YaHei" }
::-moz-placeholder { color: #898989; font-family: "Microsoft YaHei" }
:-ms-input-placeholder { color: #898989; font-family: "Microsoft YaHei" }
.head_wrapper .pub_menu_categroy{ position:relative!important;top:0px!important;}
.pub_submenu { display:none; position: fixed /*!important*/; top: 121px /*!important*/; left: 0; width: 100%; background-color: 0; z-index: 10; }




/*20170906改版*/
/*.home_page .bathroom{margin:0 auto;width:960px;height:710px;background:0;box-sizing:border-box;}
.home_page .pub_submenu{position:fixed;}
.home_page .bathroom .h450{width:100%;height:450px;padding:0 60px;}
.home_page .bathroom .h451{width:100%;height:450px;padding:0 60px;}
.home_page .bathroom .h452{width:100%;height:450px;padding:0 60px;}
.home_page .bathroom h2{width:80%;height:50px;line-height:50px;font-weight:bold;font-size:28px;color:#595656;}
.home_page .bathroom #n1 a{display:block;width:80%;height:50px;line-height:50px;font-weight:bold;font-size:28px;color:#595656;}
.home_page .bathroom .br-nav{width:25%;overflow:hidden;float:left;}*/
/*.home_page .bathroom .br-nav ul{float:left;}
*/
.pub_hidden{visibility: hidden;}
 .br-nav ul{width:100%;}
.pub_submenu .h450 li{float:none;height:22px;line-height:22px;}
.home_page .bathroom .br-nav h3 a{display:block;width:100%;font-size:18px;color:#060606;font-weight:bold;height:28px;line-height:28px;}
/*.home_page .bathroom .br-nav ul{width:20%;margin-bottom:12px;}
*/
 .pub_submenu li{margin:0;}
.home_page .bathroom .br-nav ul li a{height:25px;line-height:25px;color:#7f7e7f;font-size:13px;}
/*滑过*/
 .home_page .bathroom .br-nav ul li a:hover{color:#0461ae;}


.pub_submenu .kitchen { height: 0px;}
.pub_submenu .loyalty { height: 0px;}
.pub_submenu .submenu_panel { position: relative; width: 960px;*width:970px; margin: 0 auto;overflow:hidden;}
.pub_submenu .bathroom { height: 710px; }
.pub_submenu ul { position: relative;width:960px;*width:970px;padding-top: 20px; }
/*.pub_submenu.page_menu {position: relative; top:0;}*/
.pub_submenu.page_menu ul { padding-top: 0 }
.pub_submenu li { margin-left: 10px; width: 230px; float: left; }
/*.pub_submenu .last { width: 200px;}*/
.pub_submenu a { display: block; font-size: 12px; line-height: 12px;*line-height: 14px; margin-bottom: 10px; *margin-bottom:10px; color:#626262; }
.pub_submenu a:hover { color: #005982; }
.pub_submenu h5 .title { font-size: 14px; line-height: 14px;*line-height: 16px; font-weight: bold; margin-bottom: 20px; color: #232323; }
.pub_submenu h5 .title:hover { color: #005982;  }
.pub_submenu h5 .images { font-size: 14px; line-height: 14px;*line-height: 16px; font-weight: bold; margin-bottom: 10px; color: #232323; }
.pub_submenu h5 .images:hover { color: #005982; }
.pub_submenu .list { margin-bottom: 20px;*margin-bottom:28px; }
.pub_submenu .list.list20 { margin-bottom:10px; }
p.topMenu a{font-size:22px;line-height:30px;padding-top:20px; padding-left:10px;margin-bottom:0px;font-weight:bold;}
/* pub_banner start */
.pub_banner { position: relative; overflow: hidden; text-align: center; height: 34.5vw;}
.pub_banner.index { background-color: #e5e5e5; }
.pub_banner .item { display: none; position: absolute; top: 0; left: 0; cursor: pointer; }
.pub_banner .item.actived { display: block; }
.pub_banner .logo_bar{ }
.pub_banner .logo { position: relative; margin: 0 auto; top: 50%; color: #ffffff; }
.pub_banner h2 { font-size: 30px; line-height:30px;margin-bottom: 10px;  }
.pub_banner p { font-size: 20px; line-height:20px; text-shadow: 2px 2px 5px rgba(184,120,92,0.75); }
.pub_banner i { position: relative; padding: 0px 6px; top: 5px;*top:0px;_top:5px; width: 112px; height: 31px; }
.pub_banner .banner_page { position: absolute;left: 0;  bottom: 33px; width: 100%; text-align: center; z-index:22222; }
/*.pub_banner .banner_page.product_icon { padding-top: 450px; }*/
/*.pub_banner .banner_page.list_icon { padding-top: 100px; }*/
.pub_banner .banner_page span { display: inline-block; margin: 0 -2px; background: url(../images/banner_page_btn.png) -18px 0 no-repeat; width: 18px; height: 18px; cursor: pointer; }
.pub_banner .banner_page .selected { margin: 0 -1px; background-position: 0px 0px; }
.pub_banner.product { width: 100%; height: 33vw;}
.pub_banner .bgimg { width: 100%; overflow: hidden; display: none; position: absolute; top: 50%;left: 50%;transform: translate(-50%,-50%);}
.pub_banner .bgimg.actived { display: block; }
.pub_banner .bgimg img { width:100%; }
.pub_banner.index .bannerbtn{ position:absolute; top: calc(50% - 21px);; cursor:pointer;}


.pub_banner.product { width: 100%; height: auto;}
.pub_banner.product .bgimg { width: 100%; overflow: hidden; display: none; position: absolute; top: 0;left:0;transform:none;}
.pub_banner.product .bgimg.actived { display: block;position: relative;}
.pub_banner.product .bgimg img { width:100%; }
 

/* pub_totop start */
.pub_totop { position: absolute; left:50%; bottom: 460px; margin-left: 500px; width: 60px; text-align: center; display: none;}
.pub_totop .totop_btn { cursor: pointer; margin-bottom: 5px; width: 60px; height: 60px; background-color: #f0f2f3; border-radius: 2px; }
.pub_totop .totop_btn img { padding: 20px 0px 0px 17px;*padding-left:0; }
.pub_totop span { width: 60px; font-size: 12px; line-height: 12px; }

/* bs to top*/
.bs-totop { position: fixed; right:20px; bottom: 0; width: 60px; text-align: center;background-color: #fff;display: none; }
.bs-totop.show { display: block;}
.bs-totop .totop_btn { cursor: pointer; margin-bottom: 5px; width: 60px; height: 60px; background-color: #f0f2f3; border-radius: 2px; }
.bs-totop .totop_btn img { padding: 20px 0px 0px 17px;}
.bs-totop span {width: 60px;font-size: 12px;line-height: 1;padding: 5px 0;display: block;}

/* pub_chat_icon 20171009添加display: none;*/
.pub_chat_icon {position: fixed; left:50%; top: 35px; margin-left: 475px;z-index:2;display: none;}

/* pub_footer start */
.pub_footer { float:left;position: relative; width: 100%; border-bottom: 1px solid #4d4d4d; background-color: #232323; letter-spacing: 1px; }
.pub_footer .subnav { position: relative; margin: 0 auto; width: 960px; height: 310px; z-index: 9;}
.pub_footer .layout { position: relative; margin-top: 40px; width:180px; *width:155px; float: left; }
.pub_footer .layout.about { margin-left: 0px}
.pub_footer h4 { font-size: 14px; line-height:14px; font-weight: 900; color: #f5f5f5; }
.pub_footer ul { float:left; }
.pub_footer li { margin-top: 20px; width:160px; *width:155px; font-size: 12px; line-height:12px;*line-height: 14px; color: #a0a0a0; }
.pub_footer a:link { color: #a0a0a0; }
.pub_footer a:visited { color: #a0a0a0; }
.pub_footer a:hover {color: #005982}
.pub_footer a:active {color: #a0a0a0}
/* .pub_footer .layout.brand { margin-left: 80px; }
.pub_footer .layout.media { margin-left: 80px; } */
.pub_footer .layout.media li { margin-top: 10px; }
.pub_footer .layout.media a { position: relative; }
.pub_footer .layout.media .blog { margin-top: 15px; }
.pub_footer .layout.media span { position: absolute; top: -4px; left: 30px; width: 160px; font-size: 12px; line-height: 12px;*top:3px; }
.pub_footer .layout.media span:hover { color:#005982; }
.pub_footer i { position: relative; width: 20px; height: 20px; }
.pub_footer .blog i { background: url(../images/icon_blog.png) 0 0 no-repeat; }
.pub_footer .qqblog i { background: url(../images/icon_qqblog.png) 0 0 no-repeat; }
.pub_footer .douban i { background: url(../images/icon_db.png) 0 0 no-repeat; }
.pub_footer .renren i { background: url(../images/icon_rr.png) 0 0 no-repeat; }
.pub_footer .qzone i { background: url(../images/icon_qzone.png) 0 0 no-repeat; }
.pub_footer .wechat i { background: url(../images/icon_wechat.png) 0 0 no-repeat; }
.pub_footer .wechatCode {position: absolute; 
	right:60px; 
	bottom: 75px;
	z-index:5;
	display: none;}

.pub_footer .tell{font-size: 14px;line-height: 14px;margin-left: 40px;}
.pub_footer .tell li{margin-bottom: 2px;position:relative;margin-top: 0;} 
.pub_footer .tell li b{color: #f5f5f5;} 
.pub_footer .tell li:nth-child(1), .pub_footer .tell li:nth-child(3){font-size:12px;}
.pub_footer .tell li:nth-child(2), .pub_footer .tell li:nth-child(4){font-size:20px;line-height:26px;margin-bottom: 14px;}
.pub_footer .tell li:nth-child(5){line-height: 1.5;}
/* .pub_footer .tell li:last-child{} */

/* pub_copyright start */
.pub_copyright { position: relative;width:100%;height: 0px; background-color: #232323; }
.pub_copyright .copyright { margin: 0 auto; width: 960px; height: 30px; }
.pub_copyright p { padding-top: 10px; text-align: center; font-size: 10px; line-height:10px; color: #e5e5e5; }

/* index_content start */
.index_content { position: relative; background-color: #e5e5e5; height: 980px; }
.index_content .column { position: relative; padding-top: 40px; margin: 0 auto; width: 960px; text-align: center; }
.index_content .item { margin: 20px 10px 20px; width: 300px; height: 420px; background-color: #ffffff; float:left; box-shadow: 4px 4px 4px rgba(195,195,195,0.75); cursor: pointer; }
.index_content span { text-align: center; }
.index_content h3 { margin-bottom: 20px; font-size: 16px; line-height:16px; color: #232323; font-weight: normal; }
.index_content .brand { margin: 40px auto 10px; font-weight: bold; }
.index_content p { margin-bottom: 8px; font-size: 12px; line-height:12px; color: #84888b; }
.index_content .item_img { width: 300px; height: 230px; }

/* index_series start */
.index_series { position: relative; background-color: #ffffff; width: 100%; }
.index_series h2 { margin: 60px auto 30px; text-align: center; font-size: 24px; line-height:24px; color: #232323; font-weight: normal; letter-spacing: 1px; }
.index_series .series_panel { position: relative; margin: 0 auto; width: 960px;height:540px; }
.index_series .series_panel_img { display: none; width: 960px;height:540px;}
.index_series .series_panel_img.actived { display: block; }
.index_series .series_info { position: absolute; bottom:0; /**top: 448px;*/ left: 0; width: 960px; /*height: 95px;*/ background-color: rgba(35,35,35,0.8); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC232323,endColorstr=#CC232323)"; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC232323,endColorstr=#CC232323); display:none; }
.index_series .series_info.showtext{display: block;}
.index_series .series_info h4 { margin: 18px 0 10px 20px; font-size: 16px; line-height:16px; color: #ffffff; }
.index_series .series_info.pdp h4 {font-size: 14px; line-height:14px; }
.index_series .series_info p { margin: 0 0 11px 20px; width: 710px; font-size: 12px; line-height:20px; color: #ffffff; }
.index_series .info_btn { position: absolute; /*bottom: 20px;*/ top: 25px; right: 20px; width: 136px; height: 48px; border-radius: 2px; background-color: #ffffff; text-align: center; font-size: 12px; line-height:48px; color: #232323; }
.index_series .mark { position: relative; top: -5px; line-height: 10px; font-size: 10px; }
.index_series .series_scroll { position: relative; margin: 10px auto 8px; width: 960px; }
.index_series .scroll_panel { position: relative; height: 90px; width:auto;}
.index_series li { position: relative; margin-right: 10px; float: left; width: 160px; cursor: pointer; height:90px; overflow:hidden;}
.index_series li img{width: 160px;height:90px;}
.index_series li.last { margin-right: 0; }
.index_series .series_scroll span { display: none; position: absolute; margin: 0; top: 0; left: 0; width: 146px; height: 77px; border: 7px solid #5a5a5a; background: transparent; }
.index_series .series_scroll span.selected { display: block; }
.index_series .series_scroll img { width: 100%; }
.index_series .scroll { position: relative; margin: 0 auto 60px; width: 960px; height: 10px; background-color: #e5e5e5; }
.index_series .scrollbar { position: absolute; margin: 2px; width: 956px; height: 6px; }
.index_series .scrollbar .handle { height: 6px; background: #ffffff; cursor: pointer; }

/* details start */
.details_info_box { position:absolute; }
.details_icon { position: absolute; width: 37px; height: 37px; background: url(../images/detail_icon.png) 0 0 no-repeat; background-position: 0px; }
.details_icon.selected { background-position: -37px; }
.details_info { display: none; position: absolute; top: -100px; left: 54px; width: 300px; height: 380px; background-color: #ffffff; text-align: center; z-index: 1 }
.details_info.info_right { left: -325px }
.tri { display: none; position: absolute; left: 45px; top: 10px; width: 9px; height: 18px; background: url(../images/tri-left.png) 0 0 no-repeat; }
.tri.tri_right { left: -25px; background: url(../images/tri-right.png) 0 0 no-repeat; }
.details_info .details_btn { position: absolute; bottom: 10px; /* left: 10px; */left:50%; margin-left:-68px; width: 136px; height: 50px; background-color: #b3c68e; border-radius: 2px; text-align: center; font-size: 14px; line-height:50px; color: #ffffff; }
.details_info .details_btn.one{ width:283px;}
.details_info .details_btn.dbtn2 { left:153px; background-color: #205598;  }
.details_info .details_img img { position: relative; margin: 25px auto 0; width:237px; height: 184px;}
.details_info h5{ position: relative; margin-top:25px; text-align: center; font-size: 12px; line-height: 12px; color: #232323; }
.details_info .series_name { margin-top:5px; color: #008cbb; }
.details_info .number { margin-top:20px; font-size: 12px; line-height: 12px; color: #84888b; }

/* page_menu start */
.page_menu { position: relative; /*top: -1px; */top: 0px; height: auto; display: block; }
.page_menu.bg_color { background-color: #f5f5f5; }
.pub_submenu.pdp_menu { display: block; position: relative; top: 0px; height: 50px; display: block; background-color: #ffffff; border-top: 1px solid #e5e5e5; }
.page_menu .submenu_panel { margin: 0px auto; display: none; }
.page_menu .submenu_panel.actived { display: block; }
.page_menu .submenu_panel.actived ul { margin:25px 0 0;*padding-bottom:30px;}
.page_menu li { margin : 0px 0px 25px 22px; padding-right: 22px; width: auto; height: 10px; border-right: 1px solid #535353; }
.page_menu li.first { margin-left: 10px; }
.page_menu li.category-id-69 {display: none!important; }
.page_menu p { margin-bottom: 0; font-size: 12px; line-height: 10px;*line-height: 14px; color: #1b1b1b; cursor: pointer; }
.second_panel a { margin-bottom: 0; font-size: 12px; line-height: 10px;*line-height: 14px; color: #1b1b1b; cursor: pointer;  }

.page_menu p:hover { color: #005982; }
.page_menu li.last { border: none; }

/* product start */
.product_content { position: relative; margin-top: 30px; }
.product_content .list { position: relative; padding: 30px 0; border-bottom: 1px solid #e5e5e5; }
.product_content .list.category-id-69 {display: none!important; }
.product_content .column { position: relative; margin: 0 auto; width: 942px; z-index:1;}
.product_content .title { position: relative; margin-bottom: 10px; color: #1b1b1b; }
.product_content .left { position: relative; /*float: left;*/ font-size: 24px; margin-top:10px; }
.product_content .left:hover { color: #005982; }
.product_content .right { position: relative; top: -17px;/*margin-right: 15px;*/ float: right; font-size: 12px; line-height: 12px;*line-height: 14px; color: #707070; text-align: right; }
.product_content .right .right_detail { *margin-right:15px; }
.product_content .arrow { position: relative; *top: -13px; margin-left: 10px; float: right; }
.product_content .item { position: relative; width: 312px; height: 380px; margin: 0 1px; *margin: 0px; float: left; cursor: pointer; background: url(../images/item_bg.png) 0 0 no-repeat; background-size: 100% 100%; text-align: center; }
.product_content span { text-align: center; color: #626262;width: 100%; }
/*.product_content span:hover {  }*/

.product_content h3 {margin-top: 37px;font-size: 14px;/* line-height: 14px; */font-weight: normal;height: 18px;line-height: 18px;}
.product_content h3.brand { font-weight: normal; margin: 30px auto 10px;color: #232323;font-size: 16px;line-height: 16px; }
.product_content h3.sub_title { color: #232323;font-size: 16px;font-weight: normal;line-height: 16px;margin: 0 0 10px; }
.product_content p.sub_info { margin: 16px auto 0; width: 240px; font-size: 12px; line-height: 18px; }
.product_content p {margin-top: 9px;font-size: 14px;/* line-height: 14px; */line-height: 18px;height: 18px;}
.product_content p.info { margin: 16px auto 0; width: 240px; font-size: 12px; line-height: 18px; }
.product_content .type { margin-top: 19px; font-size: 13px; line-height: 13px; }
.product_content .item_img { width: 312px;overflow: hidden;position: relative;}
.product_content .item_img img { max-width: 100%;}
.product_content .mark { position: relative; top: -5px; line-height: 10px; font-size: 10px; }
.product_content.newbaths { margin-top: 28px; }
.product_content.newbaths .item { margin-bottom: 2px; height: 420px; background: url(../images/newbath_bk.jpg) 0 0 no-repeat; }
.product_content .newbaths1 .item { position: relative; width: 312px; height: 380px; margin: 0 1px; *margin: 0px; float: left; cursor: pointer; background: url(../images/item_bg.png) 0 0 no-repeat; background-size: 100% 100%; text-align: center; }
.product_content.newbaths .search { position: absolute; top: -16px; right: 0; margin: 0; }
.product_content.newbaths span { text-align: left; }
.product_content.newbaths h3 { margin: 25px auto 0; width: 255px; color: #313131; line-height: 22px; text-align: left; }
.product_content.newbaths .item .info{ font-size:12px; color:#898989; line-height:22px; text-align:left;}
.product_content.newbaths p { margin: 10px auto 0; width: 255px; text-align: left; }
.product_content.newbaths .more { position:absolute;bottom:31px;left:29px;width:65px;font-size:12px;line-height:18px;color:#313131;background:url(../images/arrow2.png) 100% 60% no-repeat; }

/* bread start */
.submenu_panel.bread { margin: 0 auto; display: block; }
.bread .bread_panel { position:relative; margin:0px auto; padding: 23px 0; /**top: -25px; *padding: 0 0;*/ width:940px; }
.bread .bread_link { float:left;padding-right: 10px;margin-bottom: 0;color: #000000; }

/*20170912--start*/
.bread .bread_link img{vertical-align: top;}
/*20170912--end*/
.bread .bread_link:hover{ color: #005982;text-decoration: underline; }
.bread .arrow { position: relative; margin-left: 10px; float: right; }
.bread li { margin: 25px 0 25px 10px; padding: 0; width: auto; border: none; }
.submenu_panel.bread .favorite2 {display: none; position: absolute; width: 20px; height: 20px; top: 22px; right: 84px; background: url(../images/icon_favorite2.png) 0 0 no-repeat;  }
.submenu_panel.bread .print { display: none; position: absolute; width: 20px; height: 20px; top: 22px; right: 42px; background: url(../images/icon_print.png) 0 0 no-repeat;  }
.submenu_panel.bread .share { display: none; position: absolute; width: 20px; height: 20px; top: 22px; right: 0; background: url(../images/icon_share.png) 0 0 no-repeat;  }

/* product logo start */
.product .logo { top: 230px; }
.product .logo h1 { font-size: 36px; line-height: 36px; font-weight: normal; text-shadow: none; }
.product .logo p { margin-bottom: 38px; font-size: 14px; line-height: 14px; text-shadow: none; }
.product .logo a { font-size: 12px; line-height: 12px; color: #ffffff; }
.product .logo i { margin-left: 10px; padding: 0; top: 1px; width: 15px; height: 12px; background: url(../images/arrow3.png) 0 0 no-repeat; }

/* product_list start */
.product_list { position: relative; margin: 0px auto; padding: 58px 0; width: 960px; min-height: calc(100vh - 900px );}
.product_list .left { position: relative; margin-left: 10px;*margin-left:0;  width: 220px; float: left; }
.left h1 { margin-bottom: 20px; font-size: 18px; line-height: 20px; }
.left .cate_list { margin: 20px 0 40px; }
.cate_list li { padding-bottom: 20px; }
.cate_list li.counts-0 {display: none;}
.cate_list h2 { cursor: pointer; font-size: 12px; line-height: 14px; color: #626262; }
.cate_list h2:hover { color: #005982; }
.cate_list li.active h2 { color: #005982; }
.filter .filter_title { position: relative; }
.filter .btn_clear { cursor: pointer; position: absolute; top: 6px; right: 0; font-size: 12px; line-height: 12px; }
.filter_list.first-disabled{display: none;}
.filter_list .filter_list_first { cursor: pointer; position: relative; }
.filter_list_first .filter_list_first_title { margin: 15px 0; font-size: 12px; line-height: 20px; color: #626262; }
.filter_list_first .filter_list_first_title:hover { color: #005982; }
.icon_first { position: absolute; top:0px; *top: 0px; right:0; width: 14px; height: 14px; background: url(../images/icon_plus.png) 0 0 no-repeat; }
.icon_second { position: absolute; top:13px; right:0; width: 14px; height: 14px; background: url(../images/icon_plus.png) 0 0 no-repeat; }
.filter_list_second { display: none; position: relative; width: 100%; height: 40px; margin: 5px 0;overflow: hidden; }
.filter_list_second .sort_icon { padding: 11px 16px 0 5px; float: left; z-index: 1 }
.filter_list_second .filter_list_second_title { font-size: 12px; line-height: 40px;overflow: hidden; color: #626262; margin: auto!important;white-space: nowrap;text-overflow: ellipsis;}
.filter_list_second .filter_list_second_title  img{width:auto;height:32px;display: inline-block;vertical-align: middle;}
.filter_list_second .filter_list_second_title:hover { color: #005982; }
.filter_list_second_title.ml20 { margin-left: 20px; }
.filter_list_second_title.ml15 { margin-left: 15px; }
.filter_list_second.selected { background: #f1f1f1; }
.filter_list_second .filter_list_third_title { margin-left: 40px; font-size: 12px; line-height: 40px; color: #626262; }
.filter_list_third { display: none; position: relative; width: 100%; height: 30px; margin: 5px 0; }
.filter_list_third.selected { background: #f1f1f1; }
.filter_list .icon_close { display: block; position: absolute;top: 0;right: 0; margin: 2px 11px 0 0; width: 150px; height: 12px; font-size: 12px; }
.filter_list .icon_close.selected { display: block; }
.filter_list_second_colorpanel li { width:40px;height:40px;float:left;margin:0 5px 5px 0; }
.filter_list_second_colorpanel li.mr0 { margin-right: 0; } 
.filter_list_second_colorpanel .icon_choose { display: none; }
.product_list .right {  position: relative; /*margin: 0 0 0 15px;*/ width: 702px; float: right}
.product_list .item-panel li { position: relative; margin: 0 2px 2px 0; width: 232px; height: 330px; float: left; background: url(../images/item_bg.png) 0 0 no-repeat; background-size: 100% 100% }
.product_list .item-panel li.is-empty{width: 100%;display: flex;align-items: center;justify-content: center;}
.product_list li.large { width: 465px; height: 330px; }
.product_list .item-panel li img{width: 232px; height: 200px;}
.product_list .item-panel.article-panel li img{width: 232px; height: 160px;}
.product_list .item-panel.big_item li {width: 312px; height: 332px; }
.product_list .item-panel.big_item li img {width:312px; height:215px;}
.product_list .item-panel.big_item li .icon_video {top:80px; left:128px;}
.product_list .item-panel.big_item h3 {font-size:14px; color:#212121; font-weight: bold; margin-top:35px;}
.product_list .item-panel.big_item .icon_link {margin:0 auto; margin-top:25px;}
.product_list .item-panel.big_item .icon_link a {padding-right:15px;}
.search { position: relative; margin: -15px 0 18px 470px; width: 230px; height: 35px; border: 1px solid #cdcdcd; border-radius: 2px; background: url(../images/arrow4.png) right top no-repeat #ffffff; background-size: auto 100%; font-size: 12px; line-height: 35px; color: #7d7d7d;z-index: 1;} 
.search_list .right .search { visibility: hidden;pointer-events: none;} 
.product_list .right .search { visibility: hidden;pointer-events: none;} 
.search p { cursor: pointer; padding-left: 12px; width: 220px; height: 35px;box-sizing: border-box; background: transparent; }
.select-panel { visibility:hidden; position:absolute; top:36px; border:1px solid; width: 228px; /*height: 245px;display: none;*/ background-color: #ffffff; z-index: 1; }
.register_label .select-panel { height: 300px; overflow-y:auto;overflow-x:hidden;}
.search li {  float: left; width: 218px; height: 35px; }
.search li:hover { background-color: #7d7d7d; color: #ffffff; }
.search a { display: block; padding-left: 10px; height: 100%; color: #898989; }
.search a:hover { background-color: #7d7d7d; color: #ffffff; }
.product_list .item-panel span { text-align: center; color: #626262;  *display: block; }
.product_list .item-panel.hover a {text-align: center; color: #626262;}
.product_list .item-panel .detail_popup span { text-decoration: underline; }
.product_list .item-panel h3 { margin-top: 20px; font-size: 12px; font-weight: normal; }
/*.product_list .item-panel h3:hover { text-decoration: underline; }*/
.product_list .item-panel p { margin-top: 10px; font-size: 12px;padding: 0 1em; }
/*.product_list .item-panel p:hover { text-decoration: underline; }*/
.product_list .item-panel .large_txt { position: absolute; bottom: 40px; left: 40px; text-align: left; color: #ffffff }
.product_list .item-panel .large_txt.top { top: 37px; }
.product_list .item-panel .large_txt h2 { margin-bottom: 5px; font-size: 20px; line-height: 20px; font-weight: normal; text-shadow: 2px 2px 5px rgba(0,0,0,0.24) }
.product_list .item-panel .large_txt p { margin-top: 20px; font-size: 12px; line-height: 12px; }
.product_list .item-panel .mark { position: relative; top: -10px; color: #ffffff; line-height: 10px; font-size: 10px; }
.product_list .type { margin-top: 20px; font-size: 13px; }
.product_list .frame { position: absolute; top: 0; left: 0; width: 455px; height: 320px; border: 5px solid rgba(255,255,255,0.6); }
.product_list .item_img { width: 232px; height:200px; margin: 0 auto; }
.product_list .item_img_large { width: 465px; height: 330px; }
/*.product_list .filter_title { *float:left;*width:190px; }*/
.product_list .filter a:link { color: #000000; }
.product_list .filter a:visited { color: #000000; }
.product_list .filter a:hover { color: #000000; }
.product_list .filter a:active { color: #000000; } 
.product_list .detail_popup {display: none;position: absolute;top: 0;left: 0;width: 230px !important;height: 328px;background-color: #fff;border: 1px solid #e0e0e0;box-shadow: 3px 3px 3px #cdcdcd;overflow: hidden; }
.preview { display: none; position: absolute; top: 80px; left: 65px; width:110px; height:40px; background: url(../images/preview_btn.gif) 0 0 no-repeat; border-radius: 3px; box-shadow:3px 3px 3px #c4c5bf; text-align: center; font-size:13px; line-height:40px; color:#313131;cursor: pointer; }
.product_list .texture { position:relative; margin-bottom: 30px; width:700px;height:410px; background-color: #fafafa; z-index: 0; }
.product_list .texture_title { position: relative; padding: 33px 0 0 35px; font-size: 18px; line-height: 20px;  }
.product_list .texture_panel { position: relative; margin-top: 10px; width: 700px; height: 313px; }
.product_list .texture_list { position: relative; margin: 0 auto; width: 636px; height: 318px; }
.product_list .texture_list ul { display: none; }
.product_list .texture_list li { margin:0 5px 5px 0;width:154px;height:154px;float:left; }
.slidesjs-previous { position: absolute; top: 147px; left: -22px; width: 12px; height: 19px; background: url(../images/icon_left.png) 0 0 no-repeat; cursor: pointer; }
.slidesjs-next { position: absolute; top: 147px; right: -22px; width: 12px; height: 19px; background: url(../images/icon_right.png) 0 0 no-repeat; cursor: pointer; }
.slidesjs-previous.icon_left1 { position: absolute; top: 180px; left: 30px; width: 42px; height: 42px; background: url(../images/icon_left1.png) 0 0 no-repeat; cursor: pointer; }
.slidesjs-next.icon_right1 { position: absolute; top: 180px; right: 30px; width: 42px; height: 42px; background: url(../images/icon_right1.png) 0 0 no-repeat; cursor: pointer; }
.product_list.collection_details { padding: 43px 0 58px; width: 936px; }
.product_list.collection_details h2 { font-size: 24px; line-height: 26px; margin-bottom: 18px; }
.product_list.collection_details .right { margin: 0; width: 100%; }
.product_list.collection_details .search { position: absolute; top: -16px; right: 0; margin: 0; }

.product_list .right .item-panel .large{display: none;}

/* product_popup start */
.product_popup { display: none; position: fixed; top: 0; left: 0; width:100%; height: 100%; background-color: rgba(0,0,0,0.4); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5f232323,endColorstr=#5f000000)"; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5f000000,endColorstr=#5f232323); z-index:15; }
.product_popup_map { visibility: hidden; position: fixed; top: 0; left: 0; width:100%; height: 100%; background-color: rgba(0,0,0,0.4); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5f232323,endColorstr=#5f000000)"; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5f000000,endColorstr=#5f232323); z-index:15; }
.popup_panel { display: none; position: relative; margin: 0 auto; width: 940px; height: 460px; background: #ffffff; }
.popup_panel_map { visibility: hidden; position: relative; margin: 0 auto; width: 940px; height: 460px; background: #ffffff; }
.pop_img { width:560px; height:460px; }
.pop_img img { width:560px; height:460px; }
.pop_info { position:absolute;top:0;right:0;width:380px;height:460px; }
.pop_close { position:absolute;top:19px;right:19px; z-index: 1; }
.product_popup .product_feature { top: 0; width:380px; height:460px; }
.product_popup .product_bottom_btn { left: 30px; bottom: 30px;}
.product_popup .product_car_btn { left: 30px; bottom: 87px; }
.product_rightcontent .product_car_btn{bottom: 350px;}
.product_popup .product_titles { width: 320px; margin: 20px auto 0; }
.product_feature .product_titles h3 { font-size: 16px;line-height: 16px; }
.product_feature .product_titles .color { margin-top: 28px; }
.product_popup .product_btn_car { font-size: 14px; line-height: 14px; }
.product_pop_details { position: relative; margin: 0 auto; padding-top: 24px; width:320px; }
.product_pop_details h1 { margin-bottom: 13px; font-size: 24px; line-height: 24px; }
.product_feature .product_pop_details p { padding-top: 7px;  font-size: 12px; line-height: 24px; color: #626262; }
.product_popup .product_car_btn { background: #205599; border-radius: 2px; width: 320px }
/* subwrapper start */
.subwrapper { position:relative; margin:0 auto; width: 100%; height: 100%; z-index:2;}
.subwrapper img{ width:100%;}
.pub_subnav {display:block; position: relative; top: -1px;width: 100%;height:90px;padding-top: 10px;background-color: #f5f5f5;font-size: 12px;line-height: 12px;*line-height:14px;margin-bottom: 60px;}
.pub_subnav_warp{ width:940px; height:80px; margin: 0 auto;position:relative; overflow: hidden;}
.pub_subnav_warp ul { width: 940px; }
.pub_subnav ul li{ float: left;margin:20px 0 0 20px;border-right: 1px solid #535353;padding-right: 20px }
.pub_subnav_warp li.last { border-right: none; }
.pub_subnav_arrow { position: relative; margin: 0 auto; width: 940px; }
.arrow_bottom{position: relative; margin: 0 auto; top:-61px;width:60px;height:30px;background: url(../images/arrow_bottom.png) 0 0 no-repeat;}

.compare_panel_small { display: none;position:fixed;bottom:0px;width:100%;height:29px;border-top:1px solid #4d4d4d;background-color: #232323;z-index:10; }
.compare_bar_small { margin:0 auto;width:960px;height:29px;text-align:right;font-size:11px;line-height:29px;color:#ffffff; }
.compare_bar_small a { margin-left: 15px; }
.compare_btn_show { padding-right:14px; border-right: 1px solid #ffffff; }
.compare_bar_small a:link { color:#ffffff; }
.compare_bar_small a:visited { color: #ffffff; }
.compare_bar_small a:hover {color: #ffffff; }
.compare_bar_small a:active {color: #ffffff; }
.compare_panel_large { display: none;position:fixed;top:179px;width:100%;height:230px;background-color:#ffffff;z-index:2;border-top: 1px solid #e8e8e8 }
.compare_bar_large { position:relative;margin:0 auto;width:940px;height:230px; }
.compare_bar_title { position:relative;height:65px;border-bottom:1px solid #d2d2d2; }
.p_title { font-size:14px;line-height:65px;color:#d2d2d2; }
.compare_btn { position:absolute;top:17px;right:188px;width:90px;height:30px;background-color:#003165;border-radius:2px;font-size:12px;line-height:30px;color:#ffffff;text-align:center; }
.compare_empty { position:absolute;top:17px;right:93px;width:90px;height:30px;background:url(../images/compare_btn_bg.png) 0 0 no-repeat;border-radius:2px;font-size:12px;line-height:30px;color:#000000;text-align:center; }
.p_hide { position:absolute;top:17px;right:0px;width:84px;height:30px;font-size:12px;line-height:30px;color:#000000;text-align:center;cursor:pointer }
.compare_bar_list { position:relative;margin-top:33px;width:960px; }
.compare_list { position: relative; width:240px;min-height:50px;max-height:100px;float:left; }
.compare_img { position:relative;width:100px;max-height:100px;background-color:#f5f5f5;box-shadow: 0 0 0px 1px rgba(0,0,0,0.05);}
.compare_img img { width:100%; }
.compare_close { cursor: pointer; position:absolute;top:0px;right:0px;width:20px;height:20px;background:url(../images/compare_close.jpg); }
.compare_txt { position:absolute;margin-left:105px;top:0; }
.compare_txt .txt { width:120px;font-size:12px;line-height:18px; }
.compare_list.add .txt { line-height: 82px; }
.compare_img.add { cursor: pointer;max-height: 82px;overflow: hidden;}
.compare_img.add img { margin-top: -10px; }
.compare_img.add:hover img { transform: scale(0.9);}
.compare_txt .type { position:absolute;top:70px;left:0;font-size:12px;line-height:12px;color:#626262; }

.brand_content{width: 940px;margin: 0 auto;}
.box_item1{ width:390px;float:left;}
.box_item2{ width:390px;height:270px;float: left;margin: 0 auto;text-align: center;color:#959595;font-size: 12px;}
.box_item3{ width:390px;min-height:390px;float: left;}
.box_item4{ width:550px;float:left;}
.box_item2 h2{ font-size: 24px;line-height: 24px;margin: 20px 0 15px 0;color:#1b1b1b;}
.box_item2 p{margin: 0 50px 20px 50px;line-height: 22px;color:#707070;font-size: 12px;}
.box_item2 a { color:#707070; }
.product_title_wrap { width: 305px;color:#707070;margin-top:55px;margin-left: 60px; }
.product_title_li { margin-bottom: 25px; font-size: 12px;}
.product_title_list span { position:absolute;top:3.5px;*top:0px;left:-25px; }
.product_title_list { position: relative; }
.product_title_list li{ font-size: 12px;line-height: 22px;}
.line_full{width:100%;height:1px;background-color:#e5e5e5;margin:30px 0 30px 0;overflow: hidden;}
.imgpad{padding-left: 160px;}
.boxmgn{margin-bottom: 60px;}

.nav_path{ position: relative; top:-1px; width:950px;height: 50px;margin: 0 auto;font-size: 12px;line-height: 50px;padding-left: 10px;background-color: #ffffff;}
.nav_path span{margin: 0px 10px 0 10px;}
.nav_path a { color: #000000; }


.content_wrapper { position: absolute!important; width: 100%; min-width: 960px; top: 184px;}
.Home .content_wrapper{top:122px;}
.product_warp{ position:relative; width: 950px;padding-left: 10px;margin: 0 auto;}
.product_warp .product_main_pic { position: relative; width:560px;height:460px; }
.product_warp .img_divs1 { width:560px;height:460px; }
.product_list .item_img { width: 232px; height:200px; }
.s7flyoutzoomview .s7flyoutzoom { left: 600px; top: -1px; width: 560px; height: 460px; z-index: 1; }
.line960{width:960px;height:1px;background-color:#d9d9d9;overflow: hidden;}
.line560{width:560px;height:1px;background-color:#d9d9d9;overflow: hidden;}
.line320{width:320px;height:1px;background-color:#d9d9d9;overflow: hidden;}
.line220{width:220px;height:1px;background-color:#d9d9d9;overflow: hidden;margin: 0; padding: 0;}
.product_pic{ width: 560px;float: left;}
.product_pic ul:last-child a{ color: #000;
    }
.product_rightcontent{width:330px;margin-left:60px;float: left;color: #434343; *float: right; *position:absolute; *top: 0;}
.product_feature{/*width:330px;*/position: relative; *top:5px;}
.product_feature h1{ font-size: 18px;line-height:1.5;color:#626262;}
.product_feature p{color:#000000;font-size: 14px;line-height:23.5px;margin-top:0;}
.product_feature p.no-value,
.product_feature p.no-value + ul {display: none;}
.product_feature p span{color:#626262;}
.product_feature.cabs { width: 400px; }
.product_color_warp{margin: 8px 0 20px 0; width: 100%; display: flex; flex-wrap: wrap;}
.product_param_warp { *width: 100%;margin-bottom: 20px;}
li.waterHide{display: none;}
.product_color_warp li{cursor: pointer; /*box-sizing: border-box;*/  position: relative; top: 1px;height:32px;background-color:#eeeeee;margin-right: 6px; border: 2px solid transparent;}
.product_color_warp li.selected {  border:2px solid #707070;height: 32px;display: block; }
.product_color_warp li.selected.waterHide {  border:none;}
.product_color_warp .black { background-color:#000000; }
.product_color_warp .red { background-color:red; }
.product_color_warp .cabs { width: 40px; height: 40px; /*box-sizing: border-box;*/ margin-bottom: 6px; }
.product_color_warp .cabs.c1 { background: url(../images/cab2.jpg) 0 0 no-repeat; }
.product_color_warp .cabs.c2 { background: url(../images/cab3.jpg) 0 0 no-repeat; }
.product_color_warp .cabs.c3 { background: url(../images/cab4.jpg) 0 0 no-repeat; }
.product_color_warp .cabs.c4 { background: url(../images/cab5.jpg) 0 0 no-repeat; }
.product_color_warp .cabs.c5 { background: url(../images/cab6.jpg) 0 0 no-repeat; }
.product_color_warp .cabs.c6 { background: url(../images/cab7.jpg) 0 0 no-repeat; }
.product_color_warp .cabs.c7 { background: url(../images/cab8.jpg) 0 0 no-repeat; }
.product_param_warp li{ cursor: pointer; /*box-sizing: border-box;*/  position: relative; top: 1px; margin: 8px 8px 8px 0; min-width: 108px; /*width: 108px;*/ height: 33px; border: 1px solid #b9b9b9; float: left; text-align: center; font-size: 14px; line-height: 33px; background-color: #ffffff;padding: 1px;}
.product_param_warp li.selected { border:1px solid #000;box-shadow: 0 0 0px 1px rgba(0,0,0,1) inset;}
.product_car_btn{width: 330px;height: 48px; position: absolute;left:0;bottom: 57px; /*margin-top: 15px;*/ background: url(../images/product_btn1.png) 0 0 no-repeat; }
.product_car_btn .product_btn_car { cursor: pointer; height: 48px; line-height: 48px; text-align: center; color: #ffffff; }
.product_car_btn .product_btn_car a{color: #ffffff;}
.product_car_btn .icon_car { /*position: absolute; top: 12px; left: 95px; */width: 24px;height: 22px; background: url(../images/icon_car.png) 0 0 no-repeat; }
.product_bottom_btn{width: 330px;height: 48px; position: absolute;left:0;bottom: 30px; /*margin: 15px 0 30px 0; *//*position:relative;*/}
.product_bottom_btn.shareCollectionBtns {position: relative;}
.product_btn{cursor: pointer; width:126px;height:48px;background: url(../images/product_btn.gif) 0 0 no-repeat;color:#000000;font-size: 14px;line-height: 50px;text-align: center;float: left;margin-right: 10px;margin-bottom: 10px;}
.product_btn.compare2{clear: none!important;}
.product_btn2{cursor: pointer;width:48px;height:48px;background: url(../images/product_btn2.gif) 0 0 no-repeat;float: left;margin-right: 10px;}

.product_title h2{font-size:24px;line-height: 1.5;margin:50px 0 25px 0;}
.product_intro{color:#626262;font-size: 14px;margin:25px 0 0 17px;line-height: 24px;}
.product_intro li{list-style-type: disc;}

.product_pic h3{color:#000000;font-size: 16px;font-weight: bold;margin:48px 0 20px 0;}
.product_property{margin:15px 0;font-size: 14px;line-height: 23.5px;}
.product_property > li > b{ width: 110px!important;}
.product_property > li > p{ width: calc(100% - 145px)!important;}
#teZheng ul {width: calc(100% - 145px)!important;}
#teZheng ul p {width: 100%!important;}
.product_pic h4{font-size: 14px;line-height: 14px;color: #626262;margin-top: 55px;}
.product_pic h4 span{color: #005982;}
.product_brand_logo{margin: 20px 0 20px 0}
.product_brand_logo li{ float:left;margin-right: 20px;}
.product_widget_data{font-size: 24px;line-height: 24px;margin-top: 60px;color:#000000;}
.product_data_text{font-size: 14px;line-height: 14px;margin: 40px 0 20px 0;color:#434343; }
.product_data_text.service { font-size: 16px;line-height: 16px;font-weight: bold; }
.product_widget_pic{color:#005982;font-size: 14px;line-height: 14px;}
.product_widget_pic li{ margin-top: 20px;}
.product_tech_data{font-size: 13px;color:#005982;line-height: 26px;}
.product_tech_data li{ cursor: pointer; width:400px;height: 24px;background:url(../images/icon_pdf.jpg) 0 0 no-repeat;padding-left:34px;margin-top: 15px;}
.product_support_text{font-size: 14px;line-height: 14px;margin:20px 0;color:#626262;}
.product_contact{font-size: 14px;line-height: 1.5;color:#434343;}
.product_contact li{margin-bottom: 2px;position:relative;} 

.product_contact li:nth-child(1), .product_contact li:nth-child(3){font-size:12px;}
.product_contact li:nth-child(2), .product_contact li:nth-child(4){font-size:20px;line-height:26px;margin-bottom: 14px;}
.product_contact li:nth-child(2) > b::after, .product_contact li:nth-child(4) > b::after{content: " ";position:absolute;left: 144px;top: 0px;background:url(../images/icon_phone.jpg);width:26px;height:26px;display: block;}
.product_contact li:nth-child(4) > b::after{background: url(../images/icon_tel.jpg);}
.product_contact li:nth-child(5){margin-bottom: 42px;}

.product_contact_last{color:#626262;}
.product_email_me{width:400px;height: 14px;background:url(../images/icon_email.jpg) 0 0 no-repeat;margin-top: 39px;font-size: 12px;line-height:12px;padding-left:20px; color: #005982;}
.product_email_me p { cursor: pointer; position:relative;top:-1px;}
.product_email_tips{color:#8f8f8f;margin:10px 0 0 0px;}
.product_email_tips.bottom{}/*padding-bottom: 60px;*/
.product_email_tips li{list-style-type: none;font-size: 12px;margin-bottom: 8px;}
.product_email_tips li span{ cursor: pointer; font-size: 12px;color:#005982;}
.product_email_tips li a{
    padding-bottom: 1px;
    display: inline-block;
    border-bottom: 1px #000 solid;
    line-height: 1;
}
.product_email_tips li a:hover{
    border-bottom: 1px transparent solid;
}
.product_email_tips li span:hover { text-decoration: underline; }
.product_title_fx{font-size: 24px;line-height: 24px;color:#000000;margin-top: 53px; }
.product_associated{margin-top: 20px; height:330px; text-align: center;overflow: hidden;}
.product_associated li {float: left;width: 232px;height: 330px;overflow: hidden;margin-right: 5.5px;	
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f2f2f2,endcolorstr=#ffffff, gradientType=0);  /*IE*/  
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f2f2f2,endcolorstr=#ffffff, gradientType=0 ); /*IE8*/  
	background: -ms-linear-gradient(top, #f2f2f2, #ffffff); /* IE 10 */
	background: -moz-linear-gradient(top, #f2f2f2,#ffffff); /* Firefox 3.6+ */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2f2f2),to(#ffffff)); /* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(top, #f2f2f2,#ffffff); /* Safari5.1 Chrome10+*/
}

.product_associated span { width: 232px;text-align: center; color: #626262 }
.product_associated h3 { margin-top: 19px; font-size: 12px; line-height: 12px;font-weight: normal;}
.product_associated p { margin: 10px auto 0; font-size: 12px; line-height: 12px;}
.product_associated p.type { margin-top: 40px; font-size: 13px; line-height: 13px;}
.product_associated p.cabs { width: 190px; text-align: left; line-height: 20px;}
.product_associated .item_img { width: 232px;height: 200px; overflow:hidden;}
.product_associated .item_img img{width: 232px;height: 200px;}

.product_recommend_warp{width: 100%;height: 525px;background-color: #f6f7f7;}
.product_recommend{width:950px;padding-left: 10px;margin:0 auto;}

.product_recommend_pic{width: 400px;height: 525px;float: left;}
.product_recommend_info{width:480px;float: left;margin:100px 0 0 60px;}
.product_recommend_info h2{font-size: 32px;line-height: 32px;}
.product_recommend_info h2.info{margin-top: 10px;}
.product_recommend_info p{ width: 490px;font-size: 18px;line-height: 18px;margin-top: 60px;color:#1b1b1b;}
.product_recommend_info h5{ width: 490px;font-size: 14px;line-height: 24px;margin-top: 55px;color:#626262;font-weight: normal;}

.product_mgnbottom{margin-bottom: 20px;}

.product_video{font-size: 15px;line-height: 16px;margin: 13px 0 10px 0;}
.product_video_content { position: relative; }
.product_video_content .icon_play { cursor: pointer; position: absolute;top: 50px;left: 127px;width: 62px;height: 62px; }
.product_video_content p{font-size: 12px;line-height: 12px;color:#626262;margin: 10px 0 20px 0;}
.product_template{font-size: 16px;font-weight: bold;line-height: 16px;margin: 40px 0 15px 0;}
.product_template_title{font-size: 12px;line-height: 12px;font-weight: bold;margin:40px 0 0 0;}
.product_template_title.first { margin-top: 20px; }
.product_template_list{font-size: 12px;line-height: 12px;}
.product_template_list1{width:250px;height: 12px;margin-top: 18px;}
.product_template_list2{width:250px;height: 12px;background:url(../images/icon_dl.gif) 0 0 no-repeat;margin-top: 9px;padding-left:25px;}
.product_template_list2 span{ cursor: pointer; padding-left: 25px;color:#005982;}
.product_template_list2 span.hx{width:1px;height: 1px;border-right:1px solid #bebebe;overflow: hidden;padding-left: 0;}

/* contact start */
/* .head_wrapper.contact { border-bottom:1px solid #eeeeee; }
.contact_panel { position:relative;margin:0 auto;padding-top:35px;width:940px; }
.contact_left { width:620px; float: left; }
.contact_left .title { margin-bottom:16px;font-size:24px;line-height:24px;color:#313131; }
.contact_left .info { font-size:14px;line-height:14px;color:#898989; }
.contact_left .contact_info { position:relative;margin-top:50px;font-size:14px;line-height:14px; }
.contact_left .info_input { margin-top:12px;width:300px;height:40px;border:1px solid #d2d2d2;border-radius:2px }
.info_input input { width:290px;height:14px;padding:13px 5px;border:none;background:#ffffff;font-family:'Microsoft YaHei'; }
.contact_left .mail { position:absolute;top:0;margin-left:317px; }
.contact_left .contact_message { position:relative;margin-top:29px; }
.contact_left .info_message { margin-top:12px;width:620px;height:200px;border:1px solid #d2d2d2;border-radius:2px; }
.info_message textarea { padding:5px;width:610px;height:189px;background-color:#ffffff;border:none;resize:none;overflow: auto; }
.contact_left .contact_submit { margin-top:30px;width:120px;height:45px;background:url(../images/submit_bk.png) 0 0 no-repeat;text-align:center;font-size:16px;line-height:45px;cursor:pointer; }
.contact_left .office_panel { margin: 50px 0 21px; }
.contact_left .office_title { margin-bottom:29px; font-size: 24px;line-height: 24px;color: #313131; }
.contact_left .office_list { width:620px; border-top:1px solid #d9d9d9;  }
.contact_left .office_list .point { position: absolute; top: 9px; left: -20px; width: 7px;height: 7px; background: url(../images/icon_point.png) 0 0 no-repeat; }
.contact_left .list_detail { position: relative; margin:31px 5px 34.5px 15px; width:255px; float:left;  }
.contact_left .list_detail.right { float:right; }
.contact_left .company { font-size: 14px; line-height: 24px; color: #313131; }
.contact_left .detail { font-size: 13px; line-height: 24px; color: #7d7d7d; }
.contact_right { width:262px; float: right; }
.contact_right .contact_right_panel { padding-top: 19px; width: 100%; }
.contact_right h2 { font-size: 16px;line-height: 18px; }
.line262{ width:262px;margin:20px 0 30px;height:1px;background-color:#d9d9d9;overflow: hidden; }
.contact_right .contact_bar { width: 100%; }
.contact_bar .service_title { font-size: 12px;line-height:14px;color: #7d7d7d; }
.contact_bar .service_tel { margin: 5px 0 25px; font-family: "Microsoft YaHei"; font-size: 24px;line-height: 24px;color: #313131; }
.contact_bar .contact_bar_title { font-size: 13px; line-height: 15px; color: #313131; }
.contact_bar .contact_bar_info { margin: 4px 0 22px; font-size: 13px; line-height: 20px; color: #7d7d7d; }
.contact_bar .contact_bar_info.complaint_mail { margin:22px 0 24px; }
.contact_bar .contact_bar_info.office_info { margin:30px 0 0; } */

/* contact start */
.head_wrapper.contact { border-bottom:1px solid #eeeeee; }
.contact_panel { position:relative;margin:0 auto;padding-top:35px;width:940px; }
.contact_left { width:620px; float: left; }
.contact_left .title { margin-bottom:16px;font-size:24px;line-height:24px;color:#313131; }
.contact_left .info { font-size:14px;line-height:14px;color:#898989; }
.contact_left .contact_info { position:relative;margin-top:50px;font-size:14px;line-height:14px; }
.contact_left .info_input { margin-top:12px;width:300px;height:40px;border:1px solid #d2d2d2;border-radius:2px }
.info_input input { width:290px;height:14px;padding:13px 5px;border:none;background:#ffffff;font-family:'Microsoft YaHei'; }
.contact_left .mail { position:absolute;top:0;margin-left:317px; }
.contact_left .contact_message { position:relative;margin-top:29px; }
.contact_left .info_message { margin-top:12px;width:620px;height:200px;border:1px solid #d2d2d2;border-radius:2px; }
.info_message textarea { padding:5px;width:610px;height:189px;background-color:#ffffff;border:none;resize:none;overflow: auto; }
.contact_left .contact_submit { margin-top:30px;width:120px;height:45px;background:url(../images/submit_bk.png) 0 0 no-repeat;text-align:center;font-size:16px;line-height:45px;cursor:pointer; }
.contact_left .office_panel { margin: 50px 0 21px; }
.contact_left .office_title { margin-bottom:29px; font-size: 24px;line-height: 24px;color: #313131; }
.contact_left .office_list { width:620px; border-top:1px solid #d9d9d9;  }
.contact_left .office_list .point { position: absolute; top: 9px; left: -20px; width: 7px;height: 7px; background: url(../images/icon_point.png) 0 0 no-repeat; }
.contact_left .list_detail { position: relative; margin:31px 5px 34.5px 15px; width:255px; float:left;  }
.contact_left .list_detail.right { float:right; }
.contact_left .company { font-size: 14px; line-height: 24px; color: #313131; }
.contact_left .detail { font-size: 13px; line-height: 24px; color: #7d7d7d; }
.contact_right { width:262px; float: right; }
.contact_right .contact_right_panel { padding-top: 19px; width: 100%; }
.contact_right h2 { font-size: 16px;line-height: 18px; }
.line262{ width:262px;margin:20px 0 30px;height:1px;background-color:#d9d9d9;overflow: hidden; }
.contact_right .contact_bar { width: 100%; }
.contact_bar .service_title { font-size: 12px;line-height:14px;color: #7d7d7d; }
.contact_bar .service_tel { margin: 5px 0 25px; font-family: "Microsoft YaHei"; font-size: 24px;line-height: 24px;color: #313131; }
.contact_bar .contact_bar_title { font-size: 13px; line-height: 15px; color: #313131; }
.contact_bar .contact_bar_info { margin: 10px 0 22px; font-size: 13px; line-height: 20px; color: #7d7d7d; }
.contact_bar .contact_bar_info.complaint_mail { margin:10px 0 24px; }
.contact_bar .contact_bar_info.office_info { margin:30px 0 0; }

/* address start */
.address_search { width: 100%; /*height: 300px;*/ background-color: #f5f5f5; }
.address_search_panel { position: relative; margin: 0 auto; padding: 38px 0 40px;  width: 940px; /*height: 260px;*/}
.address_search_panel .address_title { position: relative; font-size: 24px; line-height: 26px; }
.address_search_panel .address_intro { margin-top: 12px; font-size: 13px;line-height: 13px;color: #626262; letter-spacing: 0; }
.line940{ width:940px;margin:25px 0 35px;height:1px;background-color:#d9d9d9;overflow: hidden; }
.address_search_panel .address_info_panel { width: 100%; position: relative; font-size: 13px;line-height: 15px; }
.address_search_panel .btns { position: absolute; bottom: 0; right:0; width: 95px; height: 35px; background: url(../images/btn_bk9.jpg) 0 0 no-repeat; font-size: 13px; line-height: 35px; text-align: center; color: #ffffff; cursor: pointer; }
.address_search_panel .btns.reset { right: 105px; }
.address_info_panel .search { margin: -10px 5px 0; width: 180px; }
.shops_select .search p { width: 165px; }
.shops_select .search ul { width: 178px; }
.shops_select .search li { width: 168px; }
.address_info_panel .search.province { margin-left:15px;float: left; }
.address_info_panel .search.city { float: left; }
.address_info_panel .search.address { float: left; background: #ffffff; }
.address_info_panel .search.address input {  padding: 10px 10px 9.5px; width: 160px; height: 14px; border: none; background: #ffffff;line-height:14px;font-size: 12px; font-family: "Microsoft YaHei" }
.shops_type,.goods_type { width: 100%; margin-top: 25px; }
.address_info_panel span { float:left; }
.address_info_panel .icon_select { margin: 0 8px 0 18px; width: 17px; height: 17px; float: left; background: url(../images/icon_s0.png) 0 0 no-repeat; background-size: 100%; cursor: pointer; }
.address_info_panel .icon_select.selected { background: url(../images/icon_s1.png) 0 0 no-repeat; }
.address_info_panel .shops_type_txt { color: #626262; }
.address_list { position: relative; width: 100%; }
.address_list_panel { position: relative; margin: 0 auto; padding: 40px 0 80px; width: 1040px; font-size: 13px; line-height: 14px; color: #626262; }
.address_list .list_title { position: relative; font-size: 13px;line-height: 15px; }
.address_list .list_title p { color: #000000; }
.address_list .list_title_icons { position: absolute; top: -8px; right: 0; }
.address_list .icons { margin-left: 35px; width: 27px; height: 25px; float: left; background-size: 100% 100%; }
.address_list .icons.baths { background: url(../images/icon_baths.png) 0 0 no-repeat; }
.address_list .icons.sinks { background: url(../images/icon_sinks.png) 0 0 no-repeat; }
.address_list .icons.faucets { background: url(../images/icon_faucets.png) 0 0 no-repeat; }
.list_title_icons span { margin: 5px 0 0 12px; float: left; }
.address_list_panel .list_content { padding: 18px 0 26px; }
.list_content .list_content_title { width: 100%; height: 45px; background: #2058a1; }
.list_content_title ul { height: 100%; }
.list_content_title li { height: 45px; float: left; font-size: 14px; line-height: 45px; color: #ffffff; }
.list_content .list_shops_name { width: 255px; }
.list_content .list_shops_address { width: 340px; }
.list_content .list_shops_telephone { width: 160px; }
.list_content .list_shops_type { width: 160px; }
.list_content_title span { margin-left: 40px; }
.list_content .list_content_details { width: 100%; height: 55px; background: #ffffff; }
.list_content .list_content_details ul { position: relative; }
.list_content .list_content_details.color { background: #f5f5f5; }
.list_content_details li { position: relative; height: 55px; float: left; line-height: 19px; }
.list_content_details p { display:table-cell;*position: relative; *top: 15px; vertical-align:middle; width: 210px; height: 55px; }
.list_content_details .list_shops_address p { width: 235px; }
.list_content_details .list_shops_type{ line-height: 55px; }
.address_list .icons.shop { display:inline; margin:17px 8px; width: 20px; height: 21px; float: left; background: url(../images/icon_address1.png) 0 0 no-repeat; background-size: 100% 100%; }
.address_list .icons.address { display:inline; margin:17px 8px; width: 20px; height: 21px; float: left; background: url(../images/icon_address2.png) 0 0 no-repeat; background-size: 100% 100%; }
.list_goods_type .icons { display:inline; margin: 17px 15px 0 0; }
.popup_panel.map_panel { width: 800px; height: 555px; }
.popup_panel.map_panel .icon_close { position: absolute; top: -19px; right: -19px; width: 38px;height: 38px; background: url(../images/icon_close2.png) 0 0 no-repeat; background-size: 100% 100%; }
.popup_panel.map_panel .map_api_content { margin: 0 auto; top: 10px; width: 780px; height: 445px; }

.popup_panel_map.map_panel { width: 800px; height: 555px; }
.popup_panel_map.map_panel .icon_close { position: absolute; top: -19px; right: -19px; width: 38px;height: 38px; background: url(../images/icon_close2.png) 0 0 no-repeat; background-size: 100% 100%; }
.popup_panel_map.map_panel .map_api_content { margin: 0 auto; top: 10px; width: 780px; height: 445px; }

.popup_shop_name { margin: 36px 0 0 28px; font-size: 16px;line-height: 18px; color: #313131; }
.popup_shop_address { margin: 15px 0 0 28px; font-size: 13px;line-height: 13px; color: #959595; }
.popup_shop_share { position: absolute; bottom: 25px; right: 30px; line-height: 25px; font-size: 13px; color: #000000; }
.popup_shop_share span { margin-right: 5px; float: left; }
.popup_shop_share .icon_share { margin-left: 3px; width: 27px; height: 27px; float: left; background-size: 100%; }
.popup_shop_share .icon_wechat { background: url(../images/icon_share1.png) 0 0 no-repeat; }
.popup_shop_share .icon_blog { background: url(../images/icon_share2.png) 0 0 no-repeat; }
.popup_shop_share .icon_qzone { background: url(../images/icon_share3.png) 0 0 no-repeat; }
.popup_shop_share .icon_renren { background: url(../images/icon_share4.png) 0 0 no-repeat; }
.popup_shop_share .icon_douban { background: url(../images/icon_share5.png) 0 0 no-repeat; }

.popup_compare_panel { display: none; 
    position: relative;
    margin: auto;
    width: 95%;
    height: 95%!important;
    overflow: hidden;
    background: #ffffff;
    top: 2.5%;
    padding: 2px;
}
.popup_compare_panel .icon_close2 { cursor: pointer; position: absolute;z-index: 100; right: 20px; top: 20px; width: 20px; height: 20px; background: url(../images/icon_close3.jpg) 0 0 no-repeat; }
.popup_compare_details_panel { position: relative; margin: 0; width: 100%;height: 100%;overflow-y: auto;text-align: center;}

    .popup_compare_panel * {
        scrollbar-face-color: #cccccc;
        /*面子*/
        scrollbar-arrow-color: #fff;
        /*箭头*/
        scrollbar-3dlight-color: #ccc;
        /*最外左*/
        scrollbar-highlight-color: #ccc;
        /*左二*/
        scrollbar-shadow-color: #ccc;
        /*右二*/
        scrollbar-darkshadow-color: #ccc;
        /*右一*/
        scrollbar-track-color: #eeeeee;
        /*滑道*/
    }

    .popup_compare_panel *::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

    /*滚动条宽度*/
    .popup_compare_panel *::-webkit-scrollbar-button {
        width: 0;
        height: 0;
    }

    /*滚动条按钮*/
    .popup_compare_panel *::-webkit-scrollbar-track {}

    /*滑道全部*/
    .popup_compare_panel *::-webkit-scrollbar-track-piece {
        background-color: #eee;
        /*滑道*/
        -webkit-border-radius: 0px;
        /*滑道圆角宽度*/
    }

    .popup_compare_panel *::-webkit-scrollbar-thumb {
        background-color: #ccc;
        /*滑动条表面*/
        border: solid 2px #ccc;
        /*滑动条边框*/
        border-radius: 10px;
        /*滑动条圆角宽度*/
    }

    /*横竖滚动条交角*/
    .popup_compare_panel *::-webkit-scrollbar-corner {
        background-color: none;
    }

    /*横竖滚动条交角图案*/
    .popup_compare_panel *::-webkit-resizer {
        /*background-image: url(/public/img/resizer-inactive.png);*/
        background-repeat: no-repeat;
        background-position: bottom right;
    }

    /*鼠标滑过滑动条*/
    .popup_compare_panel *::-webkit-scrollbar-thumb:hover {
        background-color: #bbb;
        border: solid 2px #bbb;
        /*滑动条边框*/
    }

.compare_details_list { position: relative; margin-right: 2px; width:232px; height:280px;background:url(../images/compare_bk.jpg) 0 0 no-repeat; float: left;  }
.compare_title { margin: 20px 0 40px 0; width: 100%; text-align: center; font-size: 24px; line-height: 24px; }
.compare_content_bar{display: inline-block;text-align: left;}
.compare_details_list .item_img { width: 232px;min-height: 190px; }
.compare_details_list .item_img img { width: 100%;box-shadow: 0 0 0px 1px #e6e6e6; }
.compare_details_list .item_title { margin: 10px 0; width: 100%; font-size: 12px; line-height: 22px; color: #626262; text-align: center; }
.compare_details_list .item_type { width: 100%; font-size: 12px; color: #626262; text-align: center; }
.compare_btns { position: relative; margin: 25px auto 0; width: 202px; height: 41px; display: none; }
.compare_btn_buy { margin-right: 4px; width: 110px;height: 41px; background: #003165; border-radius: 2px; float: left; }
.compare_btn_favority { cursor: pointer; margin-right: 4px; width: 40px;height: 41px; background: url(../images/icon_favorite2.jpg) 0 0 no-repeat; float: left; }
.compare_btn_share { cursor: pointer; margin-right: 4px; width: 40px;height: 41px; background: url(../images/product_btn2.gif) 50% no-repeat;  float: left; }
.compare_btn_buy .icon_car { display: inline; margin: 8px 8px 0 15px; width: 24px;height: 22px; background: url(../images/icon_car.png) 0 0 no-repeat; float: left; }
.compare_btn_buy p { cursor: pointer; font-size: 12px; line-height: 40px; color: #ffffff; }
.compare_info_list { width: 233px; float: left; border-right: 1px solid #e5e5e5; }
.compare_info_list .compare_grid { width: 233px; height: 45px; background: #f5f5f5; }
.compare_info_list .compare_grid.bkwhite { background: #ffffff; }
.compare_info_list .compare_grid p { font-size: 13px;line-height: 45px; margin-left: 30px; color: #707070; }
.compare_info_list .compare_grid p.grid_title { color: #000000; }
.compare_grid.first_grid { border-top: 1px solid #e5e5e5; } 
.compare_grid.last_grid { border-bottom: 1px solid #e5e5e5; }
.defaultlisttable tr:nth-child(even){background-color:#fcfcfc;}
html.popup-show-fixed{height: 100%;overflow:hidden!important;}
.defaultlisttable td p {
    margin-left: 10px!important;
}
.defaultlisttable td.firstgrid {
    text-align: left;
}
.defaultlisttable tbody td.left .item_tabImg {
    width: 205px!important;
    display: inline-block;
    margin: 10px!important;
}
.defaultlisttable tbody td.left .item_tabImg img {
    width: 100%;
    margin-left: 0!important;
}
.product_main_pic .img-thumbnail-list { position:absolute;bottom:0;left:0;width:100%;height:140px;background: transparent; }
.product_main_pic .img-thumbnail-list.show { background:rgba(0,0,0,0.5); }
.img-thumbnail-list .slidesjs-control { width: 520px; margin: 0 auto; }
.img-thumbnail-list li { cursor: pointer; display: inline; margin:10px 5px;width:146px;height:120px;float:left; }
.img-thumbnail-list .slidesjs-previous.slidesjs-navigation { top:65px;left:5px;z-index:999; }
.img-thumbnail-list .slidesjs-next.slidesjs-navigation { top:65px;right:5px;z-index:999; }
.img-thumbnail-list .slides-bar { display: none; margin: 0 auto; width: 520px; }
.slidesjs-stop.slidesjs-navigation { color: #fff }
.slidesjs-play.slidesjs-navigation { color: #fff }
.slidesjs-pagination{ position:absolute; bottom:20px; left:0px;width:100%; text-align:center;}
.slidesjs-pagination .slidesjs-pagination-item{display:inline-block;  }
.slidesjs-pagination .slidesjs-pagination-item a{display:inline-block; margin: 0 -2px; background: url(../images/banner_page_btn.png) -18px 0 no-repeat; width: 20px; cursor: pointer; height:0px; padding-top:18px; overflow:hidden;}
.slidesjs-pagination .slidesjs-pagination-item a.active{ margin: 0 -1px; background: url(../images/banner_page_btn.png) 0px 0px;width:20px; }


.support_panel { position: relative; margin: 0 auto; padding: 57px 0; width: 940px; }
.support_panel_left { width: 621px; float: left; }
/*.support_panel_right { width: 260px; float: right; }*/
.support_panel_title { padding-bottom: 25px; }
.support_panel_title h2 { font-size: 24px; }
.support_panel_title p { margin-top:22px; font-size: 14px; line-height: 24px; color: #666666; }
.line620{width:620px;height:1px;background-color:#d9d9d9;overflow: hidden;margin: 0; padding: 0;}
.support_panel_content { padding-top: 28px; }
.support_panel_content h3 { font-size: 14px;}
.support_panel_content p { /*padding: 12px 0 24px;*/ font-size: 13px; line-height: 23px; color: #7d7d7d; }
.more_link { position: relative; width: 100%; cursor: pointer;}
.more_link .link_txt { font-size: 13px; color: #7d7d7d; float: left; }
.more_link .icon_link { margin: 2.5px 0 0 5px; /**margin: -5px 0 0 5px;*/ /*#margin: 3px 0 0 5px;*/ width: 10px; height: 14px; background: url(../images/arrow7.png) 0 0 no-repeat; float: left; }
.more_link .icon_link.bghover {background: url(../images/arrow5.png) 0 0 no-repeat;}
.support_contents { margin-bottom: 55px; }
.support_contents.mb27 { margin-bottom: 27px; }
.support_contents.mt27 { margin-top: 27px; }
.right_title h2 { font-size: 16px; }
.line260{width:260px;height:1px;background-color:#d9d9d9;overflow: hidden;margin: 0; padding: 0;}
.right_content { margin: 20px 0 50px; }
.support_right_info { margin-bottom: 25px; font-size: 13px; line-height: 20px; color: #7d7d7d; }
.contact_right_panel .product_email_me { width: 100%; height: 16px; background: url(../images/icon_email2.jpg) 0 0 no-repeat; cursor: pointer;}
.contact_right_panel a.product_email_me { width: 100%; height: 16px; background: url(../images/icon_email2.jpg) 0 0 no-repeat; cursor: pointer; display:inline-block; margin-top:20px;}
.contact_right_panel .product_email_me.bghover2 {background: url(../images/icon_email3.jpg) 0 0 no-repeat;}
.contact_right_panel .product_email_me p { width: 100px; top: 2px;left: 10px; font-size: 13px; line-height: 15px; color: #000000; }
.right_info_list { position:relative;margin-left:25px; cursor: pointer;}
.right_info_list span { left: -25px;position: absolute;top: 3.5px;font-size: 12px;color: #707070; }
.right_info_list a {width:100%; display: inline-block;}
.support_panel_right .contact_right_panel .right_info_list a:hover {text-decoration: none;}
.support_panel_right .contact_right_panel { padding: 0 0 60px; }
.support_panel_right .contact_right_panel a { color: #7d7d7d;}
.support_panel_right .contact_right_panel a:hover {text-decoration: underline; color: #2058a1;}

.contact_right_panel_list .right_info_list {text-indent: -11px;margin-bottom: 15px;}
.contact_right_panel_list .right_info_list p {display: inline;}
.contact_right_panel_list .right_info_list p a {display: inline;}


.submenu_panel.advisor { position: relative; width: 940px; margin: 0 auto; text-align: center;} 
.submenu_panel.advisor .title { padding-top: 28px; font-size: 30px; } 
.submenu_panel.advisor .title a{ padding-top: 28px; font-size: 30px;color:blue; display:inline} 
.submenu_panel.advisor .info { cursor: default; margin: 22px 0 42px; font-size: 14px; color: #959595; } 
.submenu_panel.advisor .menu_list { width: 940px; position: relative; padding-bottom: 28px; }
.menu_list .menu_list_btn { display: inline; margin: 0 10px 0 0; height: 35px; float: left; border-radius: 4px; background: transparent; }
.menu_list .menu_list_btn.ml255 { margin-left: 255px; }
.menu_list .menu_list_btn.menu_last { margin-right: 0; margin-left: 17px; }
.menu_list .menu_list_btn.mar0 { margin:0; }
.menu_list .menu_list_btn.mr16 { margin-right: 16px; }
.menu_list .menu_list_btn.actived { background: #313131; }
.menu_list_btn .menu_txt { padding: 0 10px; *padding: 0 10px; color: #434343; text-align: center; font-size: 14px; line-height: 35px; }
.menu_list_btn .menu_txt.actived { font-weight: bold; color: #ffffff; }
.menu_list_btn .menu_txt.pad0 { padding: 0; }
.square_list { margin: 0 auto; padding: 60px 0; width: 940px; }
.square_list .square_panel { position: relative; margin: 0 2px 2px 0; width: 469px; height: 340px; float: left; }
.square_list .square_panel.mr0 { margin-right: 0; }
.square_list .square_txt { position: absolute; left: 60px; top: 43px; color: #ffffff; }
.square_list .square_txt.black { color: #292106; }
.square_txt .title { font-size: 24px; }
.square_txt .info {margin: 11px 0 20px;font-size: 12px; line-height: 22px;}
.square_txt .link {font-size: 12px; color: #ffffff;}
.square_txt .link.black {color: #292106;}

.page_panel { margin-top: 30px; float: right; height:30px; }
.page_bar {padding: 3px; margin: 3px; text-align: center}
.page_bar a { margin-right: 3px; padding: 2px 6px;/*border: #dedfde 1px solid;*/ color: #666666; background-position: 50% bottom; text-decoration: none}
.page_bar a:hover {	color: #fff; /*border: #000 1px solid;*/ background-color: #777777}
.page_bar span.current {margin-right: 3px;padding: 2px 6px; font-weight: bold; color: #666666;}
.page_bar span.disabled {margin-right: 3px; padding: 2px 6px; color: #adaaad; border: 1px solid #dedfde;}

.product_list.search_list .article-panel { width: 700px; }
.product_list.search_list .article-panel.mt40 {margin-top: 40px;}
.product_list.search_list .article-panel li { display: block; margin: 0; width: 100%; height: auto; background: #ffffff; /*border: 1px solid red;*/ } 
.product_list.search_list .item_img {  margin: 0; height: auto; float: left; }
.product_list.search_list .item_content { display: inline; width: 435px; margin-left:30px; float: left; }
.product_list.search_list .item_content h3 { margin: 0 0 15px; width: 420px; font-size: 14px; color: #000000; text-align: left; }
.product_list.search_list .item-panel p.info { margin-top: 0px; width: 420px; text-align: left; color: #959595; line-height: 22px; }
.product_list.search_list .item-panel p.info.file { margin: -5px 0 12px; }
.submenu_panel.advisor .info.auto{ margin: 38px 0 -5px;font-size: 16px; }
/*.line700 { margin-bottom: 30px; width:700px;height:1px;background-color:#d9d9d9;overflow: hidden; }*/
.line700 { margin-bottom: 30px; width:700px;height:30px;background-color:#ffffff;border-bottom:1px solid #d9d9d9; overflow: hidden; }
.icon_link { margin-top:25px;background:url(../images/arrow2.png) 100% 70% no-repeat; width:65px; }
.icon_link a { width:100%; height:14px; font-size:12px; color:#000000; }
.icon_video { position:absolute;top:55px;left:85px;width:62px;height:62px;background:url(../images/icon_play.png) 0 0 no-repeat; }

.search_fail_panel { margin: 0 auto; width: 940px; text-align: center; display:none;}
.search_fail_panel .pub_search{ position:static;}
.search_fail_title { padding-top: 50px; font-size: 20px; color: #313131; }
.search_fail_panel .pub_search { display: block;border: none; }
.search_fail_panel .line_full { margin:25px 0 60px; }
.search_suggest_panel { margin: 0 auto 55px; width: 100%; }
.suggest_bar { display: inline; float: left; text-align: left; }
.suggest_bar.w265 { margin-left: 90px; width: 265px; }
.suggest_bar.w305 {	width: 305px; }
.suggest_bar.w280 {	width: 280px; }
.suggest_bar ul { display: inline; margin-top: 26px; float: left; }
.suggest_bar .title { font-size: 14px; color: #000000; }
.suggest_bar li { *margin-left: -15px; font-size: 12px; line-height: 21px; color: #959595;}
.suggest_bar li.sub_title { margin-bottom: 12px; color: #000000; }
.suggest_bar li.tel { margin-top: 12px; font-size: 24px; color: #000000; }
.suggest_bar li.list_disc { margin-left: 10px; *margin-left: 0; list-style: disc; }
.suggest_bar .sub_ul { margin-right:60px; }

.item_content .file_panel { margin-top: 23px; width: 435px; background: #f5f5f5; }
.file_panel .file_bar { position: relative; width: 435px; /*height: 44px;*/cursor:pointer; }
.file_panel .file_bar.second { display: none; }
.file_panel .file_bar.mb8 { margin-bottom: 8px; }
.line_border {width:100%;margin:0;padding:0;height:1px;background: #ffffff;border-top:1px solid #e0e0e0;overflow: hidden;}
.product_list .item-panel p.dltitle { margin: 0 0 0 20px; height:44px;font-size: 14px; line-height: 40px; }
.file_bar .icon_first { right:18px; *top: 13px; }
.file_bar .icon_pdf { display: inline; margin: 10px 0 0 20px; float:left; width: 26px; height: 26px; background: url(../images/icon_pdf1.png) 0 0 no-repeat; }
.file_bar .icon_pdf.dl { width: 18px;height: 18px; background: url(../images/icon_dl2.png) 0 0 no-repeat; }
.product_list .item-panel p.dltitle.pdf { margin-left: 10px; float:left; }
.file_link_bar { margin-left: 43px; float: left; }
.file_link { font-size: 12px; line-height: 40px; color: #005ead; }

h4.product_parts_title { margin-bottom: 20px; color: #000000; }
.product_parts_bar { margin-bottom: 20px; }
.product_parts_panel { margin-top: 20px; }
.product_parts_bar.second_parts { margin: 0px; height: 40px; border-bottom: 1px solid #d9d9d9; }
.product_parts_bar .first_title { margin-bottom: 18px; font-size: 14px; color: #000000; }
.second_parts.color { margin: 0; height: 40px; background:#fafafa; border: none; }
.second_txt { display:inline; margin: 0 35px 0 20px; float: left; font-size: 14px; line-height: 40px; color: #707070; }

/* register start */
.register_banner { margin: 0 auto; width: 940px; height: 440px; }
.register_title { margin: 0 auto; width: 700px; text-align: center; }
.register_title .title { font-size: 30px; color: #232323; margin: 5px 0 12px; }
.register_title .info { font-size: 14px; color: #898989; margin-bottom: 48px; }
.regline700 { margin:0 auto 40px; width:700px;height:1px;background-color:#e5e5e5; border: none; overflow: hidden; }
.regline700.mt30 { margin-top: 30px; }
.register_panel { margin: 0 auto; width: 700px; }
.register_left { display: inline; position: relative; width: 175px; float: left; }
.register_panel .title { font-size: 14px; color: #2058a1; }
.register_panel .title.mb18 { margin-bottom: 18px; }
.register_panel .title2 { width: 136px; font-size: 18px; line-height: 55px; color: #232323; text-align: center; }
.account_type { display: block; position: relative; margin-bottom: 10px; width: 136px;height: 48px; font-size: 14px; line-height: 48px; background: url(../images/btn_bk4.jpg) 0 0 no-repeat; color: #000000; text-align: center; }
.account_type.choose { background: url(../images/btn_bk5.jpg) 0 0 no-repeat; color: #ffffff; }
.account_type.member { background: url(../images/reg2.jpg); color: #4c3200; }
.register_ver_line { display: inline; width: 1px; height: 100%; float: left; background: #e5e5e5; }
.register_right { display: inline; margin-left: 40px; width: 480px; float: left; }
.register_arrow { position: absolute; top: 10px; left: 169px; width: 15px; height: 25px; background: url(../images/arrow1.png) 50% no-repeat; background-color: #ffffff; }
.register_panel .mark { color: #e60012 }
.label_txt {  width: 80px;float: left;font-size: 13px;line-height: 32px;color: #434343;}
/*.label_txt { color: #898989; }*/
.label_input_bar::-webkit-input-placeholder { color: #dddddd; font-family: "Microsoft YaHei" }
.label_input_bar:-moz-placeholder { color: #bfbfbf; font-family: "Microsoft YaHei" }
.label_input_bar::-moz-placeholder { color: #bfbfbf; font-family: "Microsoft YaHei" }
.label_input_bar:-ms-input-placeholder { color: #bfbfbf; font-family: "Microsoft YaHei" }
.label_input_bar { display: block; float: left; padding: 8px 10px; width: 248px; height: 14px; font-family: "微软雅黑"; font-size: 13px; line-height: 15px; border: 1px solid #e5e5e5; background: #ffffff; border-radius: 2px; }
.btn_code { cursor: pointer; margin-left: 5px; width: 130px; height: 32px; background: url(../images/btn_bk6.jpg) 0 0 no-repeat;  float: left; text-align: center; font-size: 13px; line-height: 32px; color: #ffffff; }
.register_content { position: relative; margin-bottom: 10px; width: 100%; }
.register_content.z1 { z-index: 1; }
.register_content.z2 { z-index: 2; }
.register_content.z3 { z-index: 3; }
.register_label.z2 { z-index: 2; }
.register_content.pt3 { padding-top: 3px; }
.register_content.mb0 { margin-bottom: 0; }
.icon_select { margin: 7px 7px 0 0; width: 17px; height: 17px; float: left; background: url(../images/icon_s0.png) 0 0 no-repeat; background-size: 100%; cursor: pointer; }
.icon_select.select1 { background: url(../images/icon_s1.png) 0 0 no-repeat; }
.select_txt { margin-right: 21px; float: left; font-size: 13px; line-height: 30px; color: #535353; }
.select_txt.mr0 { margin-right: 0; }
.register_content .search { display: inline; margin:0 5px 0 0; float: left; width: 130px; height: 30px; line-height: 30px; border-color: #e5e5e5; }
.register_content .search.area { margin-right: 0; }
.register_content .search p { width: 118px; height: 30px; line-height:30px; color: #dddddd; }
.register_content .select-panel { width: 129px; z-index: 3; }
.register_content .search li { width: 119px; }
.link_agree { color: #2058a1; text-decoration: underline; }
.register_btn_panel { width: 700px; margin: 0 auto 60px; }
.register_btn { cursor: pointer; width: 136px; height: 48px; margin: 0 auto; background: url(../images/btn_bk4.jpg) 0 0 no-repeat; font-size: 18px; line-height: 48px; text-align: center; }
.login_btn { cursor: pointer; width: 136px; height: 48px; margin: 0 auto; background: url(../images/btn_bk4.jpg) 0 0 no-repeat; font-size: 18px; line-height: 48px; text-align: center; border: 0; }
.forget_btn { cursor: pointer; width: 136px; height: 48px; margin: 0 auto; background: url(../images/btn_bk4.jpg) 0 0 no-repeat; font-size: 18px; line-height: 48px; text-align: center; }
.register_select_bar { width: 275px; float: left; }
.register_select_bar .select_txt { width: 52px; }
.member_bar img { margin: 35px auto 0; display: block;}
.member_bar .info { margin: 35px auto 0; width: 370px; text-align: center; font-size: 14px; line-height: 24px; color: #898989; margin-bottom: 48px; }
.regline345 { margin:20px 0; width:345px;height:1px;background-color:#e5e5e5; border: none; overflow: hidden; }
.label_txt2 { position: absolute; top: 12px; left: 120px; width: 100px; text-align: center; font-size: 13px; color: #7d7d7d; background: #ffffff; }
.search_time .search { background: url(../images/icon_time.jpg) 90% 50% no-repeat; background-size: auto; }
.search_time .year { width: 94px; }
.search_time .month { width: 80px; }
.search_time .day { width: 80px; }
.search_time .search ul { width: 100% }
.search_time .search li { width: 100% }
.search_time .search a { width: 90%; }
.search_time .search a.date_link { width: 70px; }
.search_time .search p { width: 80%; }
.option.selected { background: #ffffff; }

.popup_register_panel { display: none; position: relative; margin: 0 auto; width: 850px; max-height: 850px; overflow-y: auto; overflow-x: hidden; background: #ffffff; }
.popup_register_panel .register_title { width: 850px; height: 190px; background: url(../images/reg_bk.jpg) 0 0 no-repeat; }
.popup_register_panel .register_title .title { margin: 0; padding: 35px 0 32px; }
/*.popup_register_panel .register_title.login_title .title { padding-top: 0; }*/
.popup_register_panel .register_title .info { margin: 0;line-height: 24px;color: #313131; }
.popup_register_panel .register_title .info.info_color1 { color: #959595; }
.popup_reg_content { margin: 35px 0 0; }
.popup_reg_content .register_btn_panel { margin-bottom: 40px; }
.popup_register_panel.member .popup_reg_content{ margin-bottom: 35px; }
.popup_register_panel.login { width: 600px;height: 500px; } /* 添加验证码加大弹出层高度 */
.popup_register_panel.login .register_btn_panel { width: 600px; }
.regline500 { margin:0 auto 40px; width:500px;height:1px;background-color:#e5e5e5; border: none; overflow: hidden; }
.popup_register_panel .register_title.login_title { width: 600px; height: 178px; background: #ffffff; }
.w400 { width: 400px; }
.label_input_bar.username { padding: 8px 10px 8px 38px; width: 270px; background: url(../images/icon_username.jpg) 0 0 no-repeat; }
.label_input_bar.password { padding: 5px 10px 5px 38px; height: 20px; width: 270px; background: url(../images/icon_password.jpg) 0 0 no-repeat; }
.label_input_bar.wrong{ border:1px solid #F00;}
.title.forget {margin-bottom: 2px;float: right;font-size: 12px;text-decoration: underline;cursor: pointer;}
.title.wrong { margin-left:70px; color:#F00;float: left; font-size: 12px; display:none;}
.register_btn_panel.mb0 { margin-bottom: 0; text-align:center}
.register_btn_panel.mb20 { margin-bottom: 20px; }
.register_btn_panel.mb40 { margin-bottom: 40px; }
.popup_register_panel.success { width: 850px; }
.popup_register_panel.success .register_btn_panel { width: 850px; }
.popup_register_panel .register_title.success_title { width: 850px; height: 108px; background: #ffffff; }
.success700 { margin:0 auto 30px; width:700px;height:1px;background-color:#e5e5e5; border: none; overflow: hidden; }
.success700.mb42 { margin-bottom: 42px; }
.success_content .info { width: 100%; margin: 33px auto 34px; text-align: center; font-size: 13px; line-height: 23px; color: #767676; }
.success_content .title { text-align: center; font-size: 30px; color: #205498 }
.success_content { margin:0 auto 44px; width: 700px; text-align: center; }
.img_ticket { margin:0 auto 30px; }
.link_tmall { margin:0 auto; font-size: 14px; color: #2058a1; text-decoration: underline; }

.account_title { width: 1280px;height: 140px; margin: 0 auto; background: url(../images/account_bk.jpg) 0 0 no-repeat; }
.account_title .title { padding-top: 54px; text-align: center; font-size: 30px; color: #1b1b1b; }
.account_content { width: 940px; margin: 0 auto; }
.account_content .title { padding: 30px 0; font-size: 24px; color: #1b1b1b; }
.accountline940 { position: relative;top: -1px; width:940px;margin:0 0;height:1px;background-color:#e5e5e5;overflow: hidden;}
.account_tag_list { position: relative; z-index: 2 }
.account_tag { cursor: pointer; margin-right: 5px; width: 140px; height: 40px; float: left; background: url(../images/btn_bk1.jpg) 0 0 no-repeat; font-size: 14px; line-height: 40px; color: #313131; text-align: center; }
.account_tag.tag_selected { background: url(../images/btn_bk7.jpg) 0 0 no-repeat; color: #ffffff; }
.account_info_list { position: relative; margin-top: 39px; margin-bottom: 50px; z-index: 2 }
.account_info_list .register_content { margin-bottom: 20px; }
.account_info_list .register_content.mb45 { margin-bottom: 45px; }
.account_info_list .label_txt { font-size: 14px; }
.account_info_list .label_input_bar { margin-left: 35px; height: 16px; border: none; font-size: 14px; color: #898989; }
.account_info_list .label_input_bar.edit { padding: 8.5px 10px; width: 293px; border: 1px solid #e5e5e5; }
.account_info_list.mobile_bar .label_input_bar.edit { margin-left: 46px;padding: 8.5px 10px; }
.account_info_list.pw_bar .label_input_bar.edit { margin-left: 46px;padding: 8.5px 10px; }
.btn_edit {cursor: pointer; position: absolute; top: 0;right: 0; width: 160px;height: 40px; background: url(../images/btn_bk2.jpg) 0 0 no-repeat; z-index: 1 }
.btn_edit .txt { font-size: 14px; color: #313131; line-height: 40px; text-align: center; float: left; }
.icon_edit { display: inline; margin: 10px 15px; width: 22px; height: 21px; float: left; background: url(../images/icon_edit.png) 0 0 no-repeat; }
.account_info_list .search.province { margin-left: 35px; font-size: 13px; }
.account_info_list .register_content.account_search_bar { z-index: 1 }
.account_btn_bar { width: 940; margin: 50px auto 60px; }
.account_btn { cursor: pointer; display: inline; margin-right: 10px; width: 120px;height: 40px; background: url(../images/btn_bk3.jpg) 0 0 no-repeat; float: left; font-size: 14px; line-height: 40px; color: #313131; text-align: center; }
.account_btn.ml115 { margin-left: 115px; }
.icon_member { display: inline; margin: 5px 0; width: 22px;height: 19px; background: url(../images/icon_member.png) 0 0 no-repeat; float: left; }
.label_input_bar.member_bar { width: 70px; }
.label_input_bar.scores_bar { cursor: pointer; display: inline; width: 120px; }
.icon_scores { display: inline; margin: 7px 0; width: 19px;height: 19px; background: url(../images/icon_down.png) 0 0 no-repeat; float: left; }
.account_info_list .list_content_details .list_goods_type { line-height: 55px; }
.account_info_list .list_content_title .list_shops_name { width: 128px; }
.account_info_list .list_content_details .list_shops_name { width: 145px; }
.account_info_list .list_content_title span { margin-left: 20px; }
.account_info_list .list_content_details .shop_info { padding-left: 20px; width: 128px; }
.account_info_list .list_content_title .list_shops_address { width: 535px; }
.account_info_list .list_content_details .list_shops_address { width: 515px; }
.account_info_list .list_content_details .address_info { width: 515px; }
.account_info_list .list_content .list_shops_type { width: 115px; }
.account_info_list .address_list_panel { display: none; padding: 0px 0 10px; }
.account_info_list .note .note_title { margin-left: 20px; float: left; color: #313131 }
.account_info_list .note .note_info { float: right; }
.account_info_list.edit_bar,.account_info_list.mobile_bar,.account_info_list.pw_bar { display: none; }

/* 忘记密码弹出层 */
.popup_register_panel.find_password { width: 660px; }
.popup_register_panel .register_title.forget_title { width: 680px; height: 106px; background: #ffffff; }
.find_password .regline500 { margin: 0 auto; }
.forget_panel_bk {margin: 0 auto;width: 500px;height: 145px;}
.step_1 .forget_panel_bk { background: url(../images/step1_bk.jpg) 0 0 no-repeat; }
.step_2 .forget_panel_bk { background: url(../images/step2_bk.jpg) 0 0 no-repeat; }
.step_3 .forget_panel_bk { background: url(../images/step3_bk.jpg) 0 0 no-repeat; }
.find_password .register_content { margin: 0 auto 20px; width: 500px; }
.find_password .register_btn_panel { width: 500px; margin: 30px auto 50px; }
.find_password .register_btn.forget_btn { margin: 0 70px; }
.find_password .success_content { width: 415px;line-height: 30px; }
.find_password .info { text-align: left; }
.find_password .tel_info { font-size: 22px;color: #1b1b1b; }

/* 关于我们 */
.product_content.heritage .title p { margin-top: 18px; width: 930px; font-size: 13px;line-height: 23px;color: #626262; margin:6px 0px 15px 0px;}
.product_content.heritage .title p.mt15 { margin-top: 15px; }
.product_content.heritage h3 { width: 265px; }
.product_content.heritage p.info { width: 265px; }
.product_content.heritage .more { left:24px;*left:10px; }
.pub_banner.heritage { height:450px; }
.heritage_list { margin: 0 auto; width: 940px; }
.heritage .list { border: none; }
.heritage .list.newfuture { padding-top: 26px; height: 810px; }
/*.heritage_list .column { width: 262px; }*/
.product_content .column.left_column { float: left; width:262px; }
.product_content .column.right_column { float:right; width:628px; }
.left_column .cate_list { margin: 28px 0 15px }
.left_column .cate_list h2 { font-size: 13px; color: #1b1b1b; }
.left_column .cate_list li { padding-bottom: 16px; }
.left_column .left h1 { font-size: 24px; line-height: 26px; }
.line625 { width:625px;height:1px;background-color:#d9d9d9;overflow: hidden; }
.right_column .title p { width: 628px; }
.right_column .left { margin-bottom: 20px; line-height: 26px; }
.heritage_info span { color: #1b1b1b; }
.right_column .title p.mt10 { margin-top: 10px; }
.product_content .right_column span:hover { color: #1b1b1b; }
.product_content.heritage .title p.heritage_details_info { width: 100%; color: #898989;height:auto; }
.product_content.newbaths span.details_title { color:#1b1b1b; }
.product_content.heritage .title p.mt0 { margin-top: 0; }
.product_content.heritage .title p.mt10 { margin-top: 10px; }
.product_content.heritage .title p.mt20 { margin-top: 20px; }
.details_txt { width: 345px; }
.side_left { float: left; }
.side_right { float: right; }
.heritage_details_info2 { margin-top: 30px; width: 100%; }
.product_content .title.mb30 { margin-bottom: 30px; }
.product_content .title.mb15 { margin-bottom: 15px; }
.heritage .address_list_panel { padding: 0 }
.heritage .address_list_panel .list_content { padding: 0 }
.heritage .list_content li { height: 50px;  font-size: 13px; line-height: 50px; }
/*.heritage .list_content_details p { height: 50px; }*/
.heritage .list_content_details li { color:#1b1b1b;font-size: 13px; line-height: 50px; }
.employ_date { padding-left: 24px; }
.heritage .employ_date { width: 133px; }
.heritage .employ_job { width: 127px; }
.heritage .employ_describe { width: 170px; }
.heritage .employ_place { width: 186px; }
.heritage .employ_details { width: 300px; }
.product_content.heritage .left:hover { color: inherit; }
.duty_list { display: inline; float: left; }
.duty_content { width: 100%; }

.duty_list.left_duty_list { width: 452px; padding: 55px 20px 0 0; *padding: 55px 20px 0 0;_padding: 55px 8px 0 0 }
.duty_list.right_duty_list { padding: 0 0 0 20px;  }
.duty_list.list_border { border-left: 1px solid #dcdcdc; }
.duty_img { width: 140px; }
.left_details_list { position: relative; float: left; }
.right_details_list { position: relative; float: right; }
.right_details_list p { text-align: right; }
.dutyline{position: relative; width:100%;height:1px;background-color:#d2d2d2;overflow: hidden;}
.line_icon { position: absolute;bottom: -5.5px; *bottom: -5.5px; _bottom:-18px; width: 10px;height: 10px;background: url(../images/icon_point2.png) 0 0 no-repeat; }
.line_icon.left_icon { left: -1px; }
.line_icon.right_icon { right: -1px; }
.duty_details_list { position: relative; width: 100%; }
.duty_line_bar {position: relative; margin: 9px 0 20px; height: 10px; border-bottom: 1px solid #d2d2d2; }
.duty_line_bar.dot_line {border-bottom: 1px dashed #989898; }
.duty_line_bar.left_line { right: -20px; }
.duty_line_bar.right_line { left: -20px; }
p.duty_year { font-size: 24px;line-height: 24px; color: #1b1b1b; }
p.duty_details { font-size: 12px;color: #7d7d7d; }
.product_content .duty_list_txt p { margin: 0 0 10px; }
.left_duty_list .duty_list_txt { display: inline; margin-right: 30px; }
.right_duty_list .duty_list_txt { display: inline; margin-left: 30px; }
.duty_line_bar.last_line { margin-bottom: 0; }

.employment_detail_list { width: 100%; }
.employment_img { width: 312px; float: left; }
.employment_content { position: relative; width: 575px; float: right; }
p.emp_title { color: #1b1b1b; line-height: 16px; }
.product_content.newbaths p.empinfo { margin-top: 15px; width: 100%; font-size: 13px; line-height: 23px; color: #898989; }
.product_content.newbaths p.emp_info { cursor:pointer; margin-top: 15px; width: 100%; font-size: 13px; line-height: 23px; color: #898989; }
.product_content.heritage .more.link_jobs { display: block; position: relative;left: 0;bottom: 0; margin-top: 25px; font-size: 13px;line-height: 15px; }
.emp_line { margin: 30px 0; width:100%;height:1px;background-color:#d2d2d2;overflow: hidden;}
.staff_list {width: 100%; }
.product_content.heritage .title .staff_list p { margin-top: 19px;line-height: 24px; }
.product_content.heritage .title .staff_list p.staff_name { margin-top: 15px; color: #1b1b1b; }
.product_content.newbaths p.search_project { margin-bottom: 20px; font-size:13px;line-height:15px;color:#1b1b1b; }
.product_content.newbaths .search.pro_search { position: relative; top: 0; margin-bottom: 10px; height: 33px; }
.product_content.newbaths .search p { width: 220px; margin: 0;line-height: 35px; }
.btn_search { position: relative; margin: 20px 0 38px; width: 95px; height: 35px; background: url(../images/btn_bk9.jpg) 0 0 no-repeat; font-size: 13px; line-height: 35px; text-align: center; color: #ffffff; cursor: pointer; }
.product_content .list.project_list { padding-bottom: 60px; }

/* batch2 修改 */
.popup_register_panel .register_title .title.login_logo3 { margin: 0 auto; padding-left: 105px; width: 180px; background: url(../images/logo3.png) 0 56% no-repeat; *background-position: 0 49%;  }
.popup_register_panel .pop_close { cursor: pointer; right: 75px;top: 50px; }
.success_content .thanks { margin-top: 9px; font-size: 14px;color: #2058a1; }
.register_label.sports_select label { line-height: 25px; }
.register_label.sports_select .icon_select { margin-top: 5px; }
.register_content.account_search_bar .search p { width: 128px; color: #898989; }
.accountline940.mt40 { margin-top: 40px; }
.account_info_list .search { width: 163px; }
.register_content.account_search_bar .select-panel { width: 161px; }
.register_content.account_search_bar .search li { width: 161px; }
.account_search_bar .search a { width: 151px; }
.account_info_list .btn_code { cursor: pointer; margin-left: 9px; width: 140px;height: 35px;background: url(../images/btn_bk8.jpg) 0 0 no-repeat; }
.compare_bar_title .p_title { color:#000000; }
.compare_info_list.first_list .compare_grid p { color:#000000  }
.account_info_list.pw_bar,.account_info_list.mobile_bar { margin-bottom: 0; padding-bottom: 195px }
.account_info_list.pw_bar .account_btn_bar { margin-top: -5px; margin-bottom: 0; width: 100%; }
.account_info_list.mobile_bar .account_btn_bar { margin-top: -5px; margin-bottom: 0; width: 100%; }
.account_info_list .label_input_bar.edit_score { color: #005ead; }
.icon_scores2 { margin: 12px 0 0; width: 12px;height: 8px; background: url(../images/icon_down2.png) 0 0 no-repeat; }
.filter_select_title { margin-bottom: 20px; font-size: 18px; line-height: 20px; }
.pro_details_title { margin-bottom: 13px; font-size: 18px;line-height:18px;color:#626262;}

.border_line { position: absolute; left: 264px; width: 1px;height: 49px;background-color:#eee;  }


/* FAQ */
.support_panel.pt35 { padding-top: 35px; }
.contact_right.pt60 { padding-top: 60px; }
.line620.top_fix { position: relative;top: -1px; }
.faq_tag { cursor: pointer; margin-right: 5px; width: 136px;height: 40px;background: url(../images/btn_faq1.jpg) 0 0 repeat; float: left; font-size: 14px;line-height: 40px;text-align: center; color: #1b1b1b; border-radius: 5px 5px 0 0 }
.faq_tag.faq_selected { background: url(../images/btn_faq2.jpg) 0 0 repeat; color: #ffffff; }
.faq_title { margin-bottom: 22px; color: #1b1b1b; font-size: 18px; }
.faq_title.mt36 { margin-top: 36px; }
.faq_title.mt53 { margin-top: 53px; }
.faq_info { margin-bottom: 34px; color: #7d7d7d;font-size: 13px;line-height: 24px; }

.search.favorite_search { margin: -38px 0 0 98px; width: 450px; height: 38px; }
.search.favorite_search p { width: 438px;height: 38px; }
.select-panel.favorite_search_panel { top: 44px;left: -1px; width: 450px; border-color: #cdcdcd; }
.search.favorite_search li { width: 450px;height: 38px;border-bottom: 1px solid #cdcdcd; }
.search.favorite_search li.none_border { border: none; }
.search.favorite_search a { width: 440px; }

/* legal & pravicy */
.sub_content { margin: 0 auto;width: 942px; }
.st_title { padding: 39px 0 39px; font-size: 30px; line-height: 32px; color: #1b1b1b; text-align: center; border-bottom: 1px solid #e9e9e9; }
.st_content { margin: 40px 0 60px; }
.st_content_title { font-size: 14px;line-height: 28px;color: #1b1b1b; font-family: 'Microsoft YaHei'; }
.st_content_info { margin: 1px 0 33px; font-size: 13px;line-height: 28px;color: #626262; }
.text-right { text-align: right; }
.st_content_title.mt11 { margin-top: 11px; }
.large_content_title { font-size: 18px;line-height: 20px;color: #1b1b1b; }
.large_content_title.mb33 { margin-bottom: 33px; }
.st_content_title.mb28 { margin-bottom: 28px; }
.st_content_info.color1 { color: #7d7d7d; }
.st_content_info.color2 { color: #a6a6a6; }
.color_black { color: #000; }
.st_content_link:link { color: #225397; }
.st_content_link:visited { color: #225397; }
.st_content_link:hover {color: #225397}
.st_content_link:active {color: #225397}

/* newsrelease */
.set_relative { position: relative; }
.set_absolute { position: absolute; }
.no_margin { margin: 0 !important; }
.no_padding { padding: 0 !important; }
.none_border { border: none !important; }
.pull_left { float: left !important; }
.pull_right { float: right !important; }
.st_left_content {padding-bottom: 62px; width: 620px; }
.st_left_content .img-max100 img,.st_left_content img.img-max100 {max-width: 100%;}
.st_right_content {padding-bottom: 62px; width: 260px;position: relative;z-index: 1; } 
.m_title { padding: 7px 0 29px;font-size: 24px;line-height: 1.4;color: #000; border-bottom: 1px solid #d9d9d9; }
.nr_list { padding-top: 17px;padding-bottom: 13px; }
.border-bottom-dashed { border-bottom:1px dashed #e5e5e5; }
.border-bottom-solid { border-bottom:1px solid #d9d9d9; }
.st_content_title.mt48 { margin-top: 40px; }
.sm_title { padding:24px 0 20px;font-size: 16px;line-height: 18px;color: #000; }
.st_content_info.mt22 { margin-top: 22px; }
.st_content_info.mt13 { margin-top: 13px; }
.st_content_info.mb2 { margin-bottom: 2px; }
.st_content_info.mb16 { margin-bottom: 16px; }
.st_content_info.mtm5 { margin-top: -5px; }
.st_content_info.mb18 { margin-bottom: 18px; }
.st_input { width: 100%; border: 1px solid #d2d2d2; border-radius: 2px; }
.st_input input { font-size: 14px;line-height: 16px; border: none; background: #fff; }
.st_input.nr_input input { padding: 4px 7px; width: 244px;height: 25px; }
.st_confirm_btn { margin-top: 20px; width: 100px;height: 40px; font-size: 13px;line-height: 40px;color: #1b1b1b;text-align: center; background: url(../images/btn_bk12.jpg) 0 0 no-repeat; cursor: pointer; }

/*new center pc 2022.03.11*/
.bs-news-detail-h1{	padding: 2em 0 1em;font-size: 24px;line-height: 1.4;color: #000;border-bottom: 1px solid #d9d9d9;}
.bs-news-detail-h2{	margin-top: 1em;font-size: 18px;line-height: 1.0; color: #1b1b1b;}
.bs-news-detail-date{margin-top: 1em;font-size: 13px;line-height: 1;color: #a6a6a6;}
.bs-news-detail-richtext{margin-top: 2em;font-size: 16px;line-height: 2;color: #626262;}
.bs-news-detail-richtext img{max-width: 100%;margin: auto;display: block;}
.bs-news-detail-richtext p{text-indent: 2em;margin-bottom: 1em;}

/* pagination */
.st_pagination { margin-top: 40px; float: right; height:30px; }
.st_pagination li { display: inline; }
.st_pagination a { margin-left: 5px; padding: 6px 10px; float: left; font-size: 14px;line-height: 16px; border: 1px solid #e0e0e0; background-color: #fafafa; text-align: center; border-radius: 2px; color:#1b1b1b; }
.st_pagination .current_page a { padding: 8px 11px; background: url(../images/page_bk.jpg) 0 0 no-repeat; border: none; border-radius: 0px; color: #fff; }
.st_pagination .disabled_page a { cursor: not-allowed; }

/* newscontent */
.st_right_content.mt41 { margin-top: 41px; }
.large_content_title.mt28 { margin-top: 28px; }
.m_title.pt48 { padding-top: 48px; }
.st_content_info.lh30 { line-height: 30px; }
.st_content_info.mb30 { margin-bottom: 30px; }
.st_content_info.date_info { margin-top: 9px; margin-bottom: 13px; }
.st_link { font-size: 13px; color: #7d7d7d; }
.news_link { right:0;top:23px; padding-right: 15px; color:#000; background: url(../images/arrow2.png) 100% 45% no-repeat; }
.video_link { padding-right: 15px; color:#000; background: url(../images/arrow2.png) 100% 45% no-repeat; }
.news_link.top13 { top: 13px; }
.nr_list_content.mt48 { margin-top: 48px; }
.large_content_title.pb30 { padding-bottom: 30px; }
.st_img { width: 232px;height: 160px; cursor: pointer; }
.st_video_icon { position: absolute; top:40%; left: 35%; width: 50px;height: 50px; }
.img_fix { display: block;width: 100%; }
.video_info_bar { padding-left:30px; width:355px }
.w355 { width: 355px; }
.st_content_info.mar25 { margin: 25px 0;line-height: 22px; }
.pd30 { padding: 30px 0;width:100%; }
.sm_link { padding-left: 15px; font-size: 12px;color: #898989; background: url(../images/arrow6.jpg) 0 50% no-repeat; }
.sm_link:hover { color: #005982; text-decoration: underline; }
.related_links { margin-bottom: 10px; }
.sm_title.mb14 { margin-bottom: 14px; }

/* bugfix */
.pub_subnav_warp.collection_warp li { cursor: pointer; }
.param3 { margin-right: 30px !important; }
.product_content.heritage .about_title { margin: 25px auto 0; width: 265px; font-size: 16px; line-height: 22px;color: #313131; text-align: left !important; }
.support_panel_title h1 { font-size: 24px; }
.clear2 { clear:both; }
.product_content .column.w950 { width: 965px; }
.product_content .list.pd60 { padding-bottom: 60px; }

/*内页放大镜样式*/
#pdplist{ width:520px; height:140px; overflow:hidden;}
#slides .previous { position: absolute; top: 65px; left:5px; width: 12px; height: 19px; background: url(../images/icon_left.png) 0 0 no-repeat; cursor: pointer; }
#slides .next { position: absolute; top: 65px; right: 5px; width: 12px; height: 19px; background: url(../images/icon_right.png) 0 0 no-repeat; cursor: pointer; }
#pdplist{ position:relative;}
#pdplist ul{ position:absolute;}
.product_main_pic .img-thumbnail-list li img{ width:146px; height:120px;}

.imgbox{position:relative;}
.imgbox .probox{width:560px; height:460px;}
.imgbox .probox img{width:560px; height:460px;vertical-align:top;}
.imgbox .showbox{display:none;position:absolute;left:560px;top:0;width:400px;height:460px;overflow:hidden;border:1px solid #ccc;z-index:1;}
.imgbox .showbox img{position:absolute;width:1020px; height:920px;}
.imgbox .hoverbox{display:none;position:absolute;top:0;background:#ccc;border:1px solid #b2b2b2;height:240px;width:220px;cursor:move;}
/* pdp页面底部切换*/
#pro_slides{ position:relative;}
#pro_slides .slidesjs_previous { position: absolute; top: 135px; left: 25px; width: 42px; height: 42px; background: url(../images/icon_left1.png) 0 0 no-repeat; cursor: pointer; }
#pro_slides ul{ position:absolute;}
#pro_slides .slidesjs_next { position: absolute; top: 135px; right: 25px; width: 42px; height: 42px; background: url(../images/icon_right1.png) 0 0 no-repeat; cursor: pointer; }
#pro_slides1{ position:relative;}
#pro_slides1 .slidesjs_previous { position: absolute; top: 135px; left: 25px; width: 42px; height: 42px; background: url(../images/icon_left1.png) 0 0 no-repeat; cursor: pointer; }
#pro_slides1 ul{ position:absolute;}
#pro_slides1 .slidesjs_next { position: absolute; top: 135px; right: 25px; width: 42px; height: 42px; background: url(../images/icon_right1.png) 0 0 no-repeat; cursor: pointer; }

/* bugfix */
/* 顶部图片切换对应文字 */
.pub_banner .logo { display: none !important; }
.pub_banner .logo.logo_actived { display: block !important;font-weight: bolder;font-size: 30px }


/* banner链接 */
.large_link { position:absolute;top:0;left:0;width: 465px; height: 330px;background:#fff;opacity:0;filter:alpha(opacity=0); }

/* login_success */
.login_success { width: 600px; height: 300px; }
.popup_register_panel .register_title.login_title.h100 { height: 100px; }
.success_content.w600 { width: 600px; }
.regline500.mb20 { margin-bottom: 20px; }
.success_content .info.mt23 { margin-top: 23px; }

/* myaccount menu */
.pub_header li.down_menu { display: none; width:118px;height:30px;background:#232323;position:absolute;top:30px;left:119px;opacity:1;line-height:30px;border-top:1px solid #4d4d4d; }
.pub_header li.down_menu.top61 { top: 61px; }
.pub_header li.down_menu a { color:#ddd;color: #fff; }
.pub_header li.list_fix { padding: 10px 0 0;height:20px; }
.pub_header.login_header { z-index: 1; }

/* gallerydetail */
.sub_content.mt50 { margin-top: 50px; }
.m_title.pb23 { padding-bottom: 23px; }
.st_content_info.gallery_detail { margin:0;padding-bottom: 24px; }
.st_content_info.gallery_detail2 { margin:0;padding-bottom: 14px; }
.lh25 { line-height: 25px;  }
.st_content_title.gallery_detail_title { margin: 23px 0 6px }
.st_content_title.gallery_detail_title2 { margin: 0 0 6px }
.w340 { width: 340px; }
.gallery_link {margin: 26px 0 30px; font-size: 12px; color: #005ead;display: block; }
.mb25 { margin-bottom: 25px; }
.mt35 { margin-top: 35px; }
.sm_link_title { font-size: 13px; color: #000; margin-top: 17px; }
.sm_link.lh30 { line-height: 30px; }
.title_fix { margin: 20px 0 25px; padding-bottom: 20px;}

/* kohlercenter */
.m_title.pb18 { padding-bottom: 18px; }
.st_content_info.mb15 { margin-bottom: 15px; }
.st_content_title.mb5 { margin-bottom: 5px; }
.m_link { font-size: 13px;color: #000; background: url(../images/arrow2.png) 100% 50% no-repeat; padding-right: 18px; }
.center_links { margin-bottom: 5px; }
.st_content_title.mt30 { margin-top: 30px; }
.img_content { width: 290px; margin-right: 30px; }
.sm_content_info { font-size: 12px; color: #898989; line-height: 22px; }
.sm_content_info1 { font-size: 13px; color: #626262; line-height: 22px;text-align:center; }
.st_content_title.margin_fix { margin: 10px 0 20px }
.sm_content_info.mb30 { margin-bottom: 30px; }
.center_links.margin_fix2{ margin-top:15px;margin-bottom:70px; }

/* manual.html */
.submenu_panel.advisor .title.pb30 { padding-bottom: 30px; }
.submenu_panel.advisor .menu_list.pb35 { padding-bottom: 35px; }
.menu_list .menu_list_btn.ml280 { margin-left: 280px; }
.menu_list .menu_list_btn.mr_fix { margin: 0 15px 0 270px; }
.menu_list_btn .menu_txt.padding_fix { padding: 0 30px; }
.menu_list_btn .menu_txt.padding_fix2 { padding: 0 50px; }
.icon_pdf2 { background: url(../images/icon_pdf1.png) 13px 50% no-repeat; }
.icon_cad2 { background: url(../images/icon_dl2.png) 13px 50% no-repeat; }
.file_bar a {height: 44px;font-size: 14px;line-height: 43px;color:#000;  display: block; margin-left:58px;}
.product_list .item-panel p.dltitle.dtitle_fix { margin-left: 58px; line-height: 43px; }
.product_list.pb150 { padding-bottom: 150px; }
.search.manual_search { width: 300px; }
.search.manual_search p { width: 280px; }
.manual_search .select-panel { width: 298px; }
.search.manual_search li { width: 298px; }
.search.manual_search a { width: 288px; }
.product_list.search_list .article-panel.mt70 { margin-top: 70px; }

/* appdown */
.content_banner { width: 100%; }
.content_banner .bgimg { overflow: hidden; }
.content_banner.bgcolor1 {  background-color: #f5f5f5; }
.content_banner.mb60 { margin-bottom: 60px; }
.appdown_content { margin: 50px auto 65px;}
.st_content_info.info_fix { line-height: 15px; margin: 0 0 20px; }
.st_content_info.info_fix2 { margin: 0; color: #959595; }
.st_content_info.info_fix3 { margin: 21px 0 17px; line-height: 33px; }
.clear2.mb30 { margin-bottom: 30px; }
.pull_left.ml40 { margin-left: 40px; }
.pull_left.ml10 { margin-left: 10px; }
.m_title.title_fix2 { padding: 35px 0 5px; }
.pull_left.w690 { width: 690px; }

/* manulist */
.kohler_logo2 { width: 195px;height: 25px; margin: 0 auto; padding: 30px 0 20px; }
.kohler_logo2 img { width: 100%; }
.manulist_banner { position: relative; width: 940px; margin: 0 auto; }
.m_title.title_fix3 { text-align: center; padding: 0 0 30px; }
.pull_left.banner_fix { display: inline; position: relative; margin:0 34px 45px 0; width: 209px; height: 270px; }
.pull_left.banner_fix img { width: 100%; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=6);/*ie*/
	-moz-box-shadow: 5px 5px 10px #909090;/*firefox*/
	-webkit-box-shadow: 5px 5px 10px #909090;/*safari或chrome*/
	box-shadow:5px 5px 10px #909090;/*opera或ie9*/  }
.banner_fix .manu_hover { display: none; position: absolute; top: 0;left: 0; width: 100%;height:100%; 
	background: url(../images/manulist_hover.png) 0 0 no-repeat;background-size: cover;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85); }
.pre_list { display: inline; margin-right: 30px; *margin-right: 25px; }
.pre_list.down_manu {position: relative;}
.pre_list .manu_hover { display: none; position: absolute; top: 0;left: 0; width: 208px;height:271px;   
	background: url(../images/manulist_hover2.png) 0 0 no-repeat;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85); 
	}
.pre_list img {  
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=6);/*ie*/
	-moz-box-shadow: 5px 5px 10px #909090;/*firefox*/
	-webkit-box-shadow: 5px 5px 10px #909090;/*safari或chrome*/
	box-shadow:5px 5px 10px #909090;/*opera或ie9*/ }
.large_content_title.title_fix4 { margin: 0 0 23px; }
.manu_content { margin: 30px auto 60px;}

/* newinfo */
.newinfo_content { margin: 33px auto 60px; width: 940px; }
.newinfo_newslist { padding-bottom: 31px; }
.newsinfo_icon { display: inline; background: url(../images/newinfo11.jpg) 0 0 no-repeat; padding: 4px 0 4px 30px; line-height: 23px; }
.mm_content_info { font-size: 13px; color: #898989; line-height: 23px; }
.info_cont.w70 { width: 70px; }
.sm_link_title.title_fix5 { margin:0 40px 0 0; }
.news_link_more { position: absolute; top: 0;right: 0; background: url(../images/newinfo12.jpg) 0 8px no-repeat; padding: 10px 15px; *padding: 0px 15px; }
.info_cont.ml20 { margin-left: 20px; }
.news_slide_cont { width: 750px; position: absolute; top: 0;left: 125px; }
.m_title.title_fix6 { padding: 35px 0 15px; border: none; }
.newinfo_list { position: relative; }
.newinfo_list_detail { display: inline; margin: 0 2px 2px 0; position: relative; width: 312px; height: 420px; background: url(../images/newbath_bk.jpg) 0 0 no-repeat; cursor: pointer;}
.newinfo_list_detail > a {
  height: 0;
  padding-bottom: 70%;
  overflow: hidden;
  display: block;
  position: relative;
}
.newinfo_list_detail img {max-width: 100%;}
.newinfo_list_detail.mr0 { margin-right: 0; }
.newinfo_list_detail_text { margin: 25px 25px 0; font-family: 'Helvetica Neue','Microsoft YaHei'; }
.lm_content_info { font-size: 14px; color: #000000; }
.lm_content_info.lm_fix { padding-bottom:10px;margin-bottom: 10px; text-align:left; color: #626262; line-height: 1.4;}
.sm_content_info.sm_fix { margin: 25px 0 30px; }
.sm_content_info .colorblack { color: #000000; }
.m_link.link_fix { font-size: 12px; position: absolute; bottom: 20px;left: 25px; color: #626262;}
.m_link.link_fix:hover { color: #005982; }

.newinfo_btn_bar { position: absolute;right:0;top:32px;font-size: 14px;line-height: 35px; }
.mm_btn { color: #1b1b1b; padding: 0 21px; cursor: pointer; }
.mm_btn.mm_btn_actived { background: #1b1b1b; color: #ffffff; border-radius: 5px; }

/* 品牌活动 翻页 可全局共用*/
  .bs-pagination {
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: right;
  }
  .bs-pagination > li {display: inline-block;vertical-align: middle;}
  .bs-pagination > li > a, 
  .bs-pagination > li > span {
	display: inline-block;
	margin: 0 5px;
	color: #ACACAC;
	padding: 4px 12px;
	border: 1px #D7D7D7 solid;
  }
  .bs-pagination .icons {
    display: inline-block;
    border: 1px #ACACAC solid;
    width: 0.6em;
    height: 0.6em;
    transform: translate(1px,1px) rotate(45deg);
    border-width: 0 0 1px 1px;
  }
  .bs-pagination .icon-prev {
    transform: translate(1px,1px) rotate(45deg);
  }
  .bs-pagination .icon-next {
    transform: translate(-2px,0px) rotate(-135deg);
  }
  
  .bs-pagination > li:first-child > a,
  .bs-pagination > li:first-child > span {
	margin: 0 10px 0 0;
	border-radius: 0;
  }
  
  .bs-pagination > li:last-child > a,
  .bs-pagination > li:last-child > span {
	margin: 0 0 0 10px;
	border-radius: 0;
  }
  
  .bs-pagination > .active > a,
  .bs-pagination > .active > span,
  .bs-pagination > .active > a:hover,
  .bs-pagination > .active > span:hover,
  .bs-pagination > .active > a:focus,
  .bs-pagination > .active > span:focus {
	background-color: #fff;
	border: 1px #D7D7D7 solid;
	color: #333;
  }
  
  .bs-pagination > li > a:hover,
  .bs-pagination > li > span:hover,
  .bs-pagination > li > a:focus,
  .bs-pagination > li > span:focus {
	color: #333;
  }
  
  .bs-pagination > li > .apostrophe {
	padding-left: 0;
	padding-right: 0;
	border: none;
	background: transparent;
  }
  
  .bs-pagination > li > .apostrophe:hover {
	background: transparent;
	color: #ACACAC;
  }

/*品牌活动详情页 2022.04.18 */

.bs-article-detail-pc{
    width: 942px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
}
.bs-article-detail-pc *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #020202;
}
.bs-article-detail-pc .articleHeader{
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
.bs-article-detail-pc .articleHeader h3{
    padding: 10px 0 15px 0;
    font-size: 24px;
}
.bs-article-detail-pc .articleHeader p{
    display: inline-block;
    margin-right: 10px;
    color: #999;
}
.bs-article-detail-pc .articleDetails{
    width: 100%;
}
.bs-article-detail-pc .articleDetails p{
    text-indent: 2em;
    margin: 1em 0;
    font-size: 1.25em;
	line-height: 2;
}
.bs-article-detail-pc .articleTitle{
    padding:30px 0 10px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
}
.bs-article-detail-pc .aticleSubstance{
    width: 100%;
}
.bs-article-detail-pc .aticleSubstance img{
  max-width: 100%;margin: auto;display: block;
}

/* dtv.html */
.large_pre_btn { background: url(../images/icon_left1.png) 0 0 no-repeat; width: 42px;height: 42px;  left: calc(6% - 21px); }
.large_next_btn { background: url(../images/icon_right1.png) 0 0 no-repeat; width: 42px;height: 42px; top: 220px; right: calc(6% - 21px); }
.subwrapper_list { position: relative; }
.icon_play2 { background: url(../images/icon_play.png) 0 0 no-repeat; width: 62px;height: 62px; position: absolute; top: 210px;/*left: 48%;*/ cursor: pointer; }
.dtv_wrapper { height: 450px; }
.mm_list { width: 940px; }
.mm_list_detail { z-index: 0; position: relative; width: 232px;height: 330px; background: url(../images/item_bg.png) 0 0 no-repeat; margin-right: 2px; cursor: pointer; }
.detail_fix { margin-top: 33px; text-align: center; }
.detail_fix:hover .sm_content_info { color: #005982; text-decoration: underline; }
.sm_content_info.sm_fix2 { margin: 25px 0 0; }
.mb0 { margin-bottom: 0 }
.mm_img_cont { margin: 0 auto; width: 232px; height: 180px; }
.mm_list_popup { cursor: pointer; display: none; position:absolute;top: -5px;left: -5px; width: 242px; height: 340px;background:#fff;border: 1px solid #e0e0e0;box-shadow: 3px 3px 3px #cdcdcd; }
.mm_list_popup .sm_content_info { color: #005982; text-decoration: underline; }

/* iron.html */
.pull_right.right_fix { width: 495px; margin-bottom: 28px; }
.m_title.title_fix7 { padding: 27px 0 15px }

/* color */
.line_max{width:100%;height:1px;background-color:#d9d9d9;overflow: hidden;margin: 0; padding: 0;}
.line_max.line_fix{position: relative;top:-1px;}
.large_content_title.title_fix8 { margin: 30px 0 20px; }
.color_list_detail { margin: 0 4px 0px 0; width: 152px; height: 232px; }
.color_bar { width: 152px;height: 152px; }
.mm_content_info2 { font-size: 13px; line-height: 23px; color: #1b1b1b;text-align: center; margin-top: 16px; }
.mm_list_fix { margin-bottom: 60px; }

/* arthome */
.l_sub_content { width: 1280px;margin: 0 auto 30px; }
.sub_content_list { width: 312px; height: 300px; margin:10px 2px 30px 0; color: #626262; }
.sub_content_list:hover { color: #005982; }
.sub_content_list_txt { display: block; cursor: pointer; width: 312px;height: 80px; background: url(../images/arthome_bg.jpg) 0 0 no-repeat; text-align: center; font-size: 14px; line-height: 80px; }
.sub_content_list.mr0 { margin-right: 0; }
@font-face { font-family: 'HelveticaNeue-LT';src:url('../fonts/HelveticaNeueLT.otf'); }
.large_title { font-size: 60px; line-height: 120px; color: #205498; font-family: "HelveticaNeue-LT" }
.award_logo_list { width: 235px; margin-bottom: 60px; }
.award_detail_list { width: 700px; margin-top: 10px; }
.award_detail_list_title { font-size: 14px; line-height: 24px; color: #205498; }
.award_detail_list_info { font-size: 13px; line-height: 23px; color: #959595; margin-bottom: 30px; }

/* contactsuccess */
.mail_success img { margin: 80px auto 40px; }
.text_center { text-align: center; }
.title_fix9 { color: #898989; line-height: 24px; margin-top: 35px; }
.contact_right.po_fix { margin: 21px 0 90px; }

/* kohlercabinet.html */
.color_group { cursor: pointer; }
.color_group_details { display: none; }
.color_group_list { display: inline; padding: 5px 27px 16px 33px; position: relative; }
.color_group_list span { display: block; margin: 17px 0 0 -10px; font-size: 12px; color: #d2d2d2; }
.group_color { margin: 15px 0 0 -20px; }
.index_series .series_info.color_group_series { /*display:block;*/z-index: 1; }
.details_info.cabbox { width: 396px;height: 260px; }
.details_info_img { margin: 5px; }
.details_info_txt { margin: 30px 0 0 20px; width: 160px; text-align: left; }
.st_link.mt24 { margin-top: 24px; }
.details_info.info_right2 { left: -421px; }

.proattr { height: auto !important; min-height: 100px!important; padding-bottom:150px;}

.st_left_content.pb30 { padding-bottom: 30px; }
.link_fix2 { display: block; }
.link_fix2:hover { color: #005982; }
.link_fix3:hover { color: #005982; }

.cont_search_panel { width: 299px;height: 33px; border: 1px solid #dcdcdc; border-radius: 2px }
.cont_search_input { width: 255px; border: none; background: #ffffff; padding: 9px 0 9px 8px; font-size: 13px; line-height: 15px; height: 15px; }
.cont_search_icon { background: url(../images/search.jpg) 0 0 no-repeat; width: 28px;height: 28px; margin: 2px 0; display: inherit; }
.news_slide_list { /*width: 750px;display: block;*/ }

.large_content_title.font_color_black { color: #000; }
.st_info_fix { width: 650px; line-height: 24px; }
.m_title.pb40 { padding-bottom: 40px; }
.center_info_cont { margin-top: 20px; padding-top: 20px; padding-bottom: 40px; }
.ml30 { margin-left: 30px; }
.mb20 { margin-bottom: 20px; }
.mb40 { margin-bottom: 40px; }
.mr30 { margin-right:30px;}
.mb70 { margin-bottom: 70px; }
.mb35 { margin-bottom:35px;}
.item_img.marginauto { margin: 0 auto; }
.product_content.heritage .more.more_fix { bottom:39px;left:29px; }
.sharenav_fix { margin-top: 16px !important; }
.sharenav_fix li { float: none !important; }
.border_bottom_cl1 { color: #005982;text-decoration: underline; }
.link_list { padding: 23px 125px 25px 0; }
.link_list a { color: #225397;font-size: 13px; line-height: 28px; }
.sm_link2 { padding-left: 15px; font-size: 12px; line-height: 28px;color: #000000; background: url(../images/arrow2.png) 0 50% no-repeat; }
.sm_content_info.sm_fix3 { line-height: 28px; padding-left: 15px; }
.st_content_title.wkt_detail_title { line-height: 16px; margin-bottom: 14px; }
.border_fix { margin: 30px 0; }
.detail_link a{ font-size: 13px; color: #205498; text-align: left; }
.list_title_h1 { display: inline; font-size:18px; *line-height: 19px; color:#000000;margin-right:30px; }
.product_popup .product_car_btn.green {background:url(../images/product_btn2.png) no-repeat; display: inline-block; width:330px; height:48px; /*margin-left:30px;*/}

.list_layout { padding: 30px 0; }
.list_layout_info { width: 340px; }
.st_content_title2 { font-size: 16px; color: #000000; padding-bottom: 12px; }
.st_content_info2 { font-size: 13px; line-height: 22px; color:#7d7d7d; padding-bottom: 25px; }
.st_content_link2 { display: block; font-size: 13px; color: #205498; }
.st_content_link2.pb10 { padding-bottom: 10px; }
.link_layout { padding: 0 0 30px; }
.link_layout2 { padding-bottom: 10px }
.link_detail_info { font-size: 12px; line-height: 24px; color: #7d7d7d; }
.img_fix1 { margin-right: 5px }
.img_fix2 { margin-right: 20px; }
.link_fix4 { display: block; padding-top: 6px; }
.st_left_content.pb40 { padding-bottom: 40px; }
.title2_fix { padding: 25px 0 0 }
.info2_fix { padding: 10px 0 0 }
.st_content_title3 { font-size: 18px; color: #000000; padding-bottom: 28px; }
.st_content_title4 { font-size: 13px; color: #000000; padding-bottom: 12px; }
.list_layout_info2 { width: 265px; margin-right: 50px; }
.info2_fix2 { padding: 25px 0 35px }
.st_content_link3 { padding-right: 15px; font-size: 13px; color: #205498; background: url(../images/arrow5.png) 100% 50% no-repeat;  }
.m_title_fix { text-align: left; border: none; padding: 10px 0 16px }
.left_mark2 { position: relative; margin-right: 15px; width: 24px; height: 21px; background: url(../images/beauty_mark1.jpg) 0 0 no-repeat; }
.right_mark2 { position: relative; margin: 0 0 -10px 5px; width: 24px; height: 21px; background: url(../images/beauty_mark2.jpg) 0 0 no-repeat; }
.list_layout_info3 { padding: 35px 0; }
.layout_padding_fix { padding-bottom: 35px; }
.img_pl20 { padding-left: 20px; }
.img_pr20 { padding-right: 20px; }

/*产品故事start*/

/*浴室龙头start*/
.pub_banner.faucetbanner{ height:500px;}
.BathroomFaucet { position: relative;width:940px; margin:0 auto;}
.BathroomFaucet .describe { position: relative; padding-top: 35px;}
.BathroomFaucet .describe .title{ font-size:24px; padding:23px 0px;}
.BathroomFaucet .describe h3 {font-size:18px; line-height: 22px; color: #1b1b1b; padding-bottom: 25px;}
.BathroomFaucet .describe .heritage_info { position: relative; font-size:13px; color:#959595; line-height:22px;letter-spacing:0.5px;}
.BathroomFaucet .section{ height:auto!important;height:330px;min-height:330px; position: relative; }
.BathroomFaucet .section.artsky .content{ padding-top:20px;}
.BathroomFaucet .section.artsky .content .info_text{ padding-top:20px;}
.BathroomFaucet .section .title{border-top:1px solid #e5e5e5;height:69px; line-height:80px; font-size:18px;font-weight: bold;}
.BathroomFaucet .section.artsky .title{ height:69px; border-bottom:1px solid #e5e5e5; font-size:18px; color:#1b1b1b;line-height:75px; border-top:none;}
.BathroomFaucet .content{height:auto!important;height:260px;min-height:260px;}
.BathroomFaucet .content .info_pic .color li{float:left; text-align:center; font-size:12px;}
.BathroomFaucet .content .info_pic .color li span{ display:block;}
.BathroomFaucet .content .info_pic{ width:232px; float:left; padding-bottom:30px;}
.BathroomFaucet .content .info_text{float:left; padding-left:35px;}
.BathroomFaucet .content .MinTitle{ font-weight:bold;font-size:14px; color:#1b1b1b; padding-bottom:14px;}
.BathroomFaucet .content .MinTitle.bigTitle{font-size:16px; line-height: 22px;}
.BathroomFaucet .content .MinCont{ font-size:13px; line-height:22px; color:#959595; width:560px; padding-bottom:22px;}
.BathroomFaucet .content .icon{ font-size:12px; color:#1b1b1b; float:left; padding-right:40px; padding-bottom:20px; margin-top:-10px; text-align:center;}
.BathroomFaucet .content .icon img {margin:0 auto;}
.BathroomFaucet .content .icon .text_info{ padding-top:5px; display:block;}
.BathroomFaucet .product_associated li{margin-right:3px;}
.BathroomFaucet .product_title_fx{border-top:1px solid #e5e5e5; margin-top:0px; padding-top:40px}
.BathroomFaucet .viewmore a{color:#707070;}
.BathroomFaucet .viewmore{ float:right; font-size:12px; padding-right:25px;color:#707070;background: url(../images/arrow1.png) right no-repeat;}
/*浴室龙头end*/

/*淋浴龙头start*/
.ShowerFaucet .section.artsky .title{ border:none; height:45px; line-height:70px;font-weight: bold;}
.ShowerFaucet .content .info_pic img{ height:178px; width:230px; border:1px solid #e5e5e5;}
.ShowerFaucet .section.artsky .content{padding-top:13px}
.ShowerFaucet .section .content{height:auto!important;height:210px;min-height:210px;}
.ShowerFaucet .section .content .info_text{ padding-top:5px;}
.ShowerFaucet .section{height:auto!important;height:280px;min-height:280px;}
/*淋浴龙头end*/

/*不锈钢厨盆start*/
.SteelPot .section.artsky .content .info_text{padding-top:5px}
.SteelPot .section{height:auto!important;height:220px;min-height:220px;}
.BathroomFaucet.SteelPot .content .icon img{ margin: 0 auto; }
/*不锈钢厨盆end*/

/*厨房配件start*/
.kitchenAccessories .section.design .title{ border:none;}
/*厨房配件end*/

/*veil*/

/*veil start*/
.mr30 {margin-right:30px;}
.mb70 {margin-bottom: 70px;}
.pub_banner.veil_banner {height:500px;}
.product_warp.veil {width:940px; padding-left:0;}
.product_warp.veil h3 {font-size:20px; line-height: 24px; color:#1b1b1b;font-weight: bold;}
.product_warp.veil p {font-size:13px; line-height: 22px;}
.product_warp .veil_title {width:100%; margin:60px auto;}
.product_warp .veil_title h2 {font-size:24px; line-height:22px; color:#1b1b1b; margin-bottom: 20px;}
.product_warp .veil_title h2 sup {font-size: 14px;}
.product_warp .veil_title p { color:#959595;}
.product_warp .veil_title ul {margin-top:25px;}
.product_warp .veil_title ul li {line-height: 22px; font-size:13px; color:#1b1b1b;}
.subProduct_show {width:100%; height:300px;}
.subProduct_show img {float: left;}
.subProduct_show .img_txt {width:392px; height:120px; padding:55px 48px 125px 39px; background:url(../images/veil/veil_big_bg.png) no-repeat; float: left;}
.subProduct_show .img_txt h3 {margin-bottom: 22px;}
.subProduct_show .img_txt p {line-height: 24px; color:#959595;}
.product_veil_list h3 {margin:40px auto 17px;}
.product_veil_list .nomt {margin-top:0;}
.product_veil_list .product_list_item {width:290px; height:345px; float: left; }
.product_list_item div  {text-align:center; margin-top:25px;}
.product_list_item div p {color:#707070;}
.subProduct_show.no_bg {position: relative; height:368px; clear: both;}
.subProduct_show.no_bg img {position: absolute; left:-62px;}
.subProduct_show.no_bg .img_txt {position: absolute; right:0; width:400px; height:310px; padding:58px 0px 0px 0px; background: none;}
.subProduct_show.txtImg {margin-top:30px;}
.subProduct_show.txtImg .img_txt {background:none;}
.product_titleRL {width:100%; height:62px; border-top:1px solid #e5e5e5;}
.product_titleRL .left {float: left; padding-top:34px;}
.product_titleRL .right {float: right;}
.product_titleRL .right { position: relative; top: 54px;margin-right: 9px;float: right; font-size: 12px; line-height: 12px;*line-height: 14px; color: #707070; text-align: right; }
.product_titleRL .right .right_detail { *margin-right:15px; }
.product_titleRL .arrow { position: relative; *top: -13px; margin-left: 10px; float: right; }
.product_warp.veil .product_associated span h3 {font-size:12px; line-height:12px; color:#626262;}
.product_warp.veil .product_associated li.mr2 {margin-right: 2px;}
.product_warp.veil .product_associated p {font-size:12px; margin-top:5px; height:22px;}
.product_warp.veil .product_associated p.type {line-height:40px; margin-top:20px; font-size: 13px;}
/*veil end*/

/*numi start*/
.telecontroller {position: absolute; left:426px; top:128px; text-align: center;}
.telecontroller p {padding-top:15px; color: #7d7d7d; }
.product_warp .veil_title.numi_title {margin-bottom:45px;}
.product_warp .veil_title p.pt20 {padding-top:20px;}
.img_show_list {width:100%;}
.listL {width:353px; float: left; padding-right:60px;}
.listL .listL_item {width:100%; height:175px;}
.listL .listL_item img {float: left; padding-right: 25px;}
.listL .listL_item p {font-size:13px; line-height: 22px; color:#7d7d7d;}
.mt15 {margin-top:15px;}
.listL .listL_item .p1 {padding-top: 40px;}
.listL .listL_item .p2 {padding-top: 70px;}
.listL .listL_item .p3 {padding-top: 65px;}
.listL .listL_item .p4 {padding-top: 45px;}
.listL .listL_item .p5 {padding-top: 60px;}
.listR {float: left;}
.listR img {margin-top:175px;}
.award_pic {margin-top:10px;}
.award_pic .award_pic_title {font-size:14px; line-height: 22px; color:#1b1b1b; }
.award_pic .award_pic_list {height:117px; margin-top: 62px;}
.award_pic .award_pic_list li a {float: left; padding-right:53px;}
/*numi end*/

/*newyue start*/
.img_show_list.newyue {padding-top:30px;}
.newyue .listL {width:367px; padding-right:155px}
.newyue .listL .listL_item {height:160px; padding-bottom: 20px;}
.newyue .listL .listL_item .p2 {padding-top: 85px;}
.newyue .listL .listL_item .p3 {padding-top: 55px;}
.newyue .listL .listL_item .p4 {padding-top: 38px;}
.newyue .listL .listL_item.noBottom {padding-bottom: 0px;}
.newyue .listL .listL_item img {padding-right:20px;}
.newyue .listL .listL_item img.pr46 {padding-right:46px;}
.newyue .listL .listL_item img.nopr {padding-right:0;}
.newyue .listR img {margin-top:268px;}
.award_pic .award_pic_list.newyue_award {margin:25px auto 35px;}
.award_pic .newyue_award .li1 a {width:80px; padding-right: 35px;}
.award_pic .newyue_award .li2 a {width:80px; padding:32px 50px 0px 0px;}
.award_pic .newyue_award .li3 a {width:150px; padding:32px 50px 0px 0px;}
.award_pic .newyue_award .li4 a {width:150px; padding-top:32px;}
.newyue_telecontroller {left:592px; top:110px;}
.pub_banner .newyue .logo {position: absolute; left:174px; top:195px; height:120px; display: inline-block; color:#1b1b1b;}
.pub_banner .newyue .logo h1 {font-size:36px;}
.pub_banner .newyue .logo p {font-size:14px; line-height: 22px; font-weight:normal; text-shadow:none; margin-bottom: 30px;} 
.pub_banner .newyue .logo a {width:70px; display:inline-block; font-size:12px; line-height: 22px; color:#1b1b1b; background:url(../images/newyue/more_icon.png) no-repeat 58px 5px; text-align: left;}
/*newyue end*/


/*pentodeCyclone start*/
.content_list .content_list_item {width:100%;}
.content_list .content_list_item {padding-bottom:30px; clear: both; overflow: hidden;}
.content_list .content_list_item.pb70 {padding-bottom:70px;}
.content_list .content_list_item .left {width:115px; float: left; padding-right:44px;}
.content_list .content_list_item .right {float: left;}
.content_list .content_list_item h3 {font-size:20px; line-height: 22px; color: #82a90d; padding:18px 0 25px 0;}
.content_list .content_list_item ul li {font-size:13px; line-height: 24px; color: #898989;}
.product_warp .veil_title.pentodeCyclone_title {margin-bottom:33px;}
.pub_banner.tl {text-align: left;}
.pub_banner .pentode .logo {position: absolute; top:190px; left:171px; color: #fff;}
.pub_banner .pentode .logo h1 {width:286px; line-height: 48px; padding-bottom: 10px;}
.pub_banner .pentode .logo a {font-size:12px; line-height: 22px; color:#fff; background:url(../images/toiletseat130/more_icon.png) no-repeat 58px 5px; width:70px; display:inline-block; text-align: left;}
.pub_banner .pentode sup {font-size: 20px;}
/*pentodeCyclone end*/

/*c3toiletseat130 start*/
.pub_banner .c3 .logo {top:195px; text-align:center;}
.pub_banner .c3 .logo h1 sup {font-size: 16px;}
sup {font-size: 7px;}
.pub_banner .c3 .logo h1 {font-size:36px; line-height: 67px; height:37px; margin-bottom: 25px;}
.pub_banner .c1 .logo h1 {font-size:36px; line-height: 67px; height:37px; margin-bottom: 25px;color:#000;}
.pub_banner .c2 .logo h1 {font-size:36px; line-height: 67px; height:37px; margin-bottom: 25px;color:#000;}
.pub_banner .c4 .logo h1 {font-size:36px; line-height: 67px; height:37px; margin-bottom: 25px;color:#fff;}
.pub_banner .c3 .logo p {font-size:20px; line-height: 22px; font-weight:normal; text-shadow:none; margin-bottom: 30px; color:#000;} 
.pub_banner .c1 .logo p {font-size:20px; line-height: 22px; font-weight:normal; text-shadow:none; padding-bottom: 30px; color:#fff;} 
.pub_banner .c2 .logo p {font-size:20px; line-height: 22px; font-weight:normal; text-shadow:none; margin-bottom: 30px; color:#000;} 
.pub_banner .c4 .logo p {font-size:20px; line-height: 22px; font-weight:normal; text-shadow:none; margin-bottom: 30px; color:#fff;} 
.pub_banner .c5 .logo p {font-size:20px; line-height: 22px; font-weight:bold; text-shadow:none; margin-bottom: 30px; color:#fff;} 
.pub_banner .c6 .logo p {font-size:20px; line-height: 22px; font-weight:normal; text-shadow:none; margin-top: -70px; color:#fff;} 
.pub_banner .c3 .logo a {font-size:12px; line-height: 22px; color:#fff; background:url(../images/toiletseat130/more_icon.png) no-repeat 58px 5px; width:70px; display:inline-block; text-align: left;}
.product_warp .veil_title.toiletSeat {margin-bottom: 0px;}
.toiletSeat_content {height:475px; margin-top:35px;}
.toiletSeat_content_l {width:490px; float: left; margin-right:64px;}
.toiletSeat_content_l .l_item {margin-top:25px;}
.toiletSeat_content_l .l_item.mt20 {margin-top:20px;}
.toiletSeat_content_l .l_item h3 {padding-bottom: 15px;}
.toiletSeat_content_l .l_item p {line-height: 24px; color: #898989;}
.toiletSeat_content_r {width:336px; float: left; margin-top:188px;}
.toiletSeat_content_r img {float: left; padding-right:45px;}
.toiletSeat_content_r h4 {padding: 50px 0px 10px 0px; font-size:13px; line-height: 24px; color: #1b1b1b;}
.toiletSeat_show {border-top:1px solid #d5d5d5;}
.toiletSeat_show p.subhead {font-size:13px; line-height: 24px; color: #898989; }
.toiletSeat_show .product_veil_list h2{ margin-top:35px;}
.toiletSeat_show .product_veil_list h3 {margin:35px auto 13px;}
.toiletSeat_show .product_list_item {width:190px; height:300px; padding:0px 70px 0px 60px; margin:40px 0 30px 0; }
.toiletSeat_show .product_list_item.lastone {padding:0px 0px 0px 60px;}
.toiletSeat_show .comfort .product_list_item {width:230px; height:270px; padding:0px 40px; margin:35px 0;}
.toiletSeat_show .dark {color:#1b1b1b;}
.toiletSeat_show .product_list_item div {margin-top:35px;}
.toiletSeat_show div p {color:#898989;}
.comfort img {padding:0px 25px;}
.comfort .ts_icon {padding:0;}
.convenience .product_list_item {width:230px; height:310px; margin:20px 0px 48px; padding:0px 40px 0px 40px;}
.convenience .product_list_item1 {width:260px; height:310px; margin:20px 0px 48px; padding:0px 40px 0px 40px;}
.convenience img {padding:0px 20px;}
.pub_banner .ts130txt .logo{position: absolute; right:470px; top:70px;}
/*c3toiletseat130 end*/

/*c3toiletseat150 start*/
.c3ts_150 .toiletSeat_show {overflow: hidden; padding-bottom: 30px;}
.c3ts_150 .toiletSeat_content_r {width:auto; float: right; margin-top:150px;}
.c3ts_150 .toiletSeat_content_r img {padding-right:0;}
.c3ts_150 .toiletSeat_show .ts130_l {width:400px; float: left; padding-right: 90px;}
.c3ts_150 .toiletSeat_show .ts130_r {width:440px; float: left; margin-top:65px;}
.c3ts_150 .toiletSeat_show h2 sup {font-size: 12px;}
.c3ts_150 .toiletSeat_show h2 {margin-top:35px;}
.c3ts_150 .ts225 .product_list_item {width:400px; min-height:180px; float:none; height:auto!important; height:180px; padding:0; margin:5px 0px 30px 0px;}
.c3ts_150 .product_list_item img {float: left; padding-right: 35px;}
.c3ts_150 .product_list_item div {width:185px; float: left; text-align: left; margin-top:70px;}
/*c3toiletseat150 end*/

/*c3toiletseat225 start*/
.pub_banner .ts225txt .logo{position: absolute; right:100px; top:170px;}
.product_list_item .img {position: relative; }
.ts225 .product_list_item .ts_icon {position: absolute; right:50px; top:140px;}
.toiletSeat_show .product_list_item div.img {margin-top:0;}
.ts225 .comfort .product_list_item {width:250px; height:300px; padding:0 30px; position: relative;}
/*c3toiletseat225 end*/

/*c3toiletseat205 start*/
.ts205txt .logo {position: absolute; left:200px; top:170px;}
.ts205 .product_list_item { width:260px; height:300px; padding:0; margin:25px 80px 45px 0px;}
.ts205 .product_list_item .ts205_icon {margin-top:30px;}
.ts205 .img img {padding-left:40px;}
.ts205 .detail {width:250px; height:95px;}
.ts205 .detail p {text-align: left;}
.ts205_icon {width:90px; float: left; padding-right:8px;}
.ts205_icon img {float: left; padding:0px 10px 10px 0px;}
.ts205_icon.pb5 img {padding-bottom:5px;}
.ts205 .product_list_item .detail {margin-top:0;}
.ts205 .product_list_item .mt8 {margin-top:8px;}
.ts205 .product_list_item .detail_r {width:150px; float: left; margin-top:25px;}
.ts205 .pl50 {padding-left:50px;}
.mt10 {margin-top:10px;}
.tl div {text-align: left;}
.tl .dark {font-size:14px; color:#1b1b1b; padding-bottom: 10px;}
.mb30 {margin-bottom:30px;}
.ml20 {margin-left:20px;}
.ml25 {margin-left:25px;}
ul.c3205{ margin-left:-30px;}
/*c3toiletseat205 end*/

/*ironKitchenPots start*/
.BathroomFaucet .content .ironkp .pt20 {padding-top:20px; display: inline-block; text-align: left;}
.BathroomFaucet .content .icon .tc {text-align:center;}
.ShowerFaucet .highTech {height:287px;min-height:287px;}
.ShowerFaucet .other .content .info_pic img {width:232px; height:146px; border:0;}
.ShowerFaucet .other .content .info_text {padding-top:45px;}
.ShowerFaucet .other {height:255px;min-height:255px;}
.ShowerFaucet .other .content {height:180px;min-height:180px;}
.ShowerFaucet .declaration {height:265px;min-height:265px;}
.product_associated.ironkpots p {font-size:12px; margin-top:5px; height:22px; line-height: 22px;}
.product_associated.ironkpots p.type {line-height:40px; margin-top:20px;}
/*ironKitchenPots end*/

/*waterpurifier start*/
.waterpurifier .wplistone {height:auto!important;height:635px; min-height: 635px; padding: 45px 0 30px 0;}
.wplistone .wplistone_l{float: left; padding-right:75px;}
.wplistone .wplistone_l img {padding-top:35px;}
.wplistone .wplistone_r {float: left; position: relative; width:390px;}
.wplistone .wplistone_r h3 {line-height: 30px; padding-bottom: 18px;font-weight: bold;}
.wplistone .wplistone_r .title {font-size: 16px; line-height: 30px; color: #1b1b1b; padding-bottom: 8px;font-weight: bold;}
.product_warp.waterpurifier p {line-height: 24px; color:#898989;}
.wplistone .wplistone_r .tc {height: 60px; line-height: 60px; padding-left:200px;}
.wplistone .wplistone_r img {padding-top:25px;}
.wplistone .wplistone_r .rt_icon {position: absolute; right: 0; top:0; padding-top: 0;}
.wplisttwo {height:auto!important;height:157px; min-height: 157px;}
.wplist_item {width:390px; float: left; position: relative;}
.wplist_item.mr150 {margin-right: 150px;}
.wplisttwo .wplist_item .title {font-size: 16px; line-height: 30px; color: #1b1b1b; padding:15px 0px 10px 0px;font-weight: bold;}
.wplisttwo .wplist_item p {width:273px;}
.wplisttwo .wplist_item .img_icon {position: absolute; right:3px; top:30px;}
.wplisttwo .dif .title {font-size: 14px; line-height: 22px; color: #1b1b1b; padding:0px 0px 15px 0px;font-weight: bold;}
.wplisttwo .dif p {width:288px; line-height: 22px;}
.wplisttwo .dif .img_icon {right:0;}
.wplistthree {height:auto!important;height:345px; min-height: 345px;}
.wplistthree .txt {padding:28px 0px 21px 0px; position: relative;}
.wplistthree .txt p {padding-top: 10px; font-size: 14px; line-height: 22px; color: #1b1b1b;font-weight: bold;}
.wplistthree .txt .img_icon {position:absolute; top:28px; right:0;}
.four .txt {padding:18px 0px 58px 0px;}
.four .txt p {padding-top: 18px;font-weight: bold;}
.four .txt .img_icon {top:18px;}
/*waterpurifier end*/


/*梳妆-浴室家具dressing.html--样式开始*/
.pub_banner.heritage.dress_banner{ height:500px;}
.pub_banner.dress_banner .text{position:relative; padding-top:176px; color:#fff;}
.pub_banner.dress_banner .text h1{line-height:36px; font-size:36px; text-shadow:2px 2px 5px rgba(129, 122, 114, 0.75);}
.pub_banner.dress_banner .text p{line-height:36px; padding-top:8px; line-height:18px; font-size:14px; text-shadow:2px 2px 5px rgba(129, 122, 114, 0.75); font-weight:normal;}
.pub_banner.dress_banner .text a{line-height:36px; margin-top:34px; line-height:18px; display:block; font-size:12px; text-shadow:2px 2px 5px rgba(129, 122, 114, 0.75); cursor:pointer;}
.pub_banner.dress_banner .text a img{display:inline; padding-left:9px; width:auto;}
.dress_con{width:940px; margin:0 auto;}
.dress_con p{ font-size:13px; color:#898989; letter-spacing:0.5px;}
.dress_con h1, .dress_con h2, .dress_con h3{ color:#1b1b1b;}
.dress_con .item1 h1{ font-size:24px; line-height:72px; padding-top:35px;}
.dress_con .item1 p{ line-height:24px; font-size:13px; color:#898989;}
.dress_con .item1 h2{ line-height:60px; padding-top:16px; color:#1b1b1b; font-size:18px;}
.dress_con .item1 ul{ width:960px;}
.dress_con .item1 ul li{ float:left; width:290px; padding-right:30px; height:358px;}
.dress_con .item1 ul li a h3{ line-height:46px; padding-top:12px; font-size:14px; font-weight:bold;}
.dress_con .item1 ul li a p{ line-height:22px;}

.dress_con .clearfix{ clear:both;}

.dress_con .item2{ border-top:1px solid #e5e5e5;}
.dress_con .item2 h2{ font-size:24px; line-height:18px; padding-top:30px;}
.dress_con .item2.item1 h2{line-height:60px; padding-top:16px; color:#1b1b1b; font-size:18px;}
.dress_con .item2 .care{ padding-top:20px; position:relative; width:940px;}
.dress_con .item2 .care.care_m img.seal{ bottom:100px;}
.dress_con .item2 .care img.bigImg{ float:left; padding-right:42px; display:block;}
.dress_con .item2 .care h3{ line-height:16px; padding-bottom:18px; font-size:14px;}
.dress_con .item2 .care p{ line-height:22px;}
.dress_con .item2 .care img.seal{ position:absolute; bottom:34px; right:10px;}
.dress_con .item2 .care .seal1{float:left; color:#1b1b1b; font-size:12px;}

.dress_con .item2 .care .seal2{ float:left; padding-left:25px;}

.dress_con .item2 .care .seal2 p{ white-space:nowrap; font-size:12px; line-height:22px; padding-top:8px;}

.dress_con .item3 .advan{ position:relative; width:940px;}
.dress_con .item3 .advan .bigImg{ float:left; padding-right:42px;}
.dress_con .item3 .advan h3{ line-height:46px; padding-top:46px; font-size:14px;}
.dress_con .item3 .advan p{ line-height:22px; font-size:13px;}
.dress_con .item3 .advan .colors{ position:absolute; bottom:17px; right:-10px;}
.dress_con .item3 .advan .colors img{display:block; padding-right:27px; float:left;}
.dress_con .item3 .advan .seal{ position:absolute; bottom:29px; right:9px;}
.dress_con .size{ border-bottom:1px solid #e5e5e5;}
.product_list.dress{ padding-top:37px;}
.product_list.dress .right .title .right{ width:auto; margin:auto; padding-top:9px;}
.product_list.dress .right .title .right .right_detail{ font-size:12px;}
.product_list.dress .right .title .right .arrow{ float:right; margin-right:2px; margin-left:10px;}

.product_list.dress .item-panel h3{ line-height:22px; padding-top:15px; margin:0px;}
.product_list.dress .item-panel p{ line-height:22px; margin:0px;}
.product_list.dress .item-panel p.type{ line-height:22px; padding-top:30px; margin:0px; font-size:13px;}
.product_list.dress .item-panel p.type.pt52 {padding-top:52px;}

/*梳妆-浴室家具dressing.html--样式结束*/

/*厨房龙头tap.html--样式开始*/
.pub_banner.dress_banner.tap_banner .text{ padding-top:184px;}
.pub_banner.dress_banner.tap_banner .text h1{ text-shadow:none;}
.pub_banner.dress_banner.tap_banner .text p{ text-shadow:none;}
.pub_banner.dress_banner.tap_banner .text a{ text-shadow:none;}
.tap_con .item1 p{ letter-spacing:1px; line-height:22px;}
.tap_con .item2 .care{ padding-top:30px;}
.tap_con .item2 .care p{ width:600px; }/*margin-left:270px;*/
.tap_con .item2 .care.firstCare{ padding-top:20px;}
.tap_con .item2.firstItem{ border-top:none;}
.tap_con .item2.firstItem h2{ padding-top:10px;}
.tap_con .item2 h2{ font-size:20px; font-weight:bold;}
.tap_con .item2{ margin-top:30px;}
.tap_con .item2 .care h3{ padding-top:9px; font-weight:bold;}
.tap_con .item2 .care .seal1{ padding-top:4px;}
.tap_con .item2 .care .seal1 img{ display:block; margin:0 auto;}
.tap_con .item2 .care .seal1 span{ margin-left:0px; line-height:16px; color:#1b1b1b; text-align:center; padding-top:0px; display:block;}
.tap_con .item2 .care .seal1.seal2{ width:64px;}
.tap_con .item2 .care .seal2 img{ left:12px;}

.product_list.tap{ padding-top:30px;}
.product_list.tap .right{ border-top:1px solid #e5e5e5; padding-top:40px;}
.product_list.tap .right .title .right{border:none;}

.tap_con .item2 .care p.notes{ color:#1b1b1b;   font-size:12px;  width:400px;} /*line-height:22px; float:left; margin-left:68px;padding-top:76px;之前样式*/

.tap_con .item2 .care .a{ position:absolute; left:270px; width:85px; bottom:-4px;}
.tap_con .item2 .care .a span{ color:#1b1b1b; line-height:20px; font-size:12px; margin:0px; display:block;}
.tap_con .item2 .care .b{ position:absolute; left:405px; bottom:-4px;}
.tap_con .item2 .care .b span{ color:#1b1b1b; line-height:20px; font-size:12px; margin:0px; text-align:center; display:block;}
/*厨房龙头tap.html--样式结束*/

/*浴室配件bathroomAccessories.html --样式开始*/
.bathAcc_con .item2.firstItem{ margin-top:18px;}
.bathAcc_con .item2 .care h3{ padding-top:0px;}
.bathAcc_con .item2 .care .seal1 span{ line-height:22px;}
.bathAcc_con .item2 .care h3.padding_down{ padding-top:9px;}
.bathAcc_con .item2 .care img.mark{ padding-top:10px; padding-left:40px;}
.bathAcc_con .item2 h2{ font-size:18px;}
.product_list.bathAcc{ padding-top:40px;}
.bathAcc_con .item2 .care .seal1 p.longstr{ width:120px; position:relative; left:-18px; text-align:left; letter-spacing:0px;}

.product_list.tap .right .item-panel{clear:both;}
.product_list.tap .right .title{ overflow:hidden; height:44px;}
/* .product_list.dress .right .title .right{ width:140px;} */
.product_list.dress .right .title .right span{ float:left;}


.tap_con .item2 .care .seal1.longstr img{ margin:0;}
.tap_con .item2 .care .seal1.longstr p{ width:120px; text-align:right;}
/*浴室配件bathroomAccessories.html --样式结束*/

/*座便器盖板--样式开始*/
.dress_con .item1 h3.dif {font-size:18px; line-height: 24px; color:#1b1b1b; padding:10px 0;}
.dress_con .item1 ul.ts_dif {margin-top:33px;}
.dress_con .item1 ul.ts_dif .mb20 {margin-bottom: 18px;}
/*座便器盖板--样式结束*/

/*镜柜 start*/
.MirrorCabinet{ padding-bottom:80px;}
.MirrorCabinet .left_cont{ padding-top:60px; height:627px; width:324px; overflow:hidden; float:left; padding-right:40px;}
.MirrorCabinet .left_cont img{height:627px; width:324px;}
.MirrorCabinet .right_cont{padding-top:60px; float:left; width:576px;}
.MirrorCabinet .right_cont .section{ padding-bottom:24px;height:auto!important;height:204px; min-height:204px;}
.MirrorCabinet .right_cont .section .left_img{ height:204px; width:174px; overflow:hidden; padding-right:40px; float:left;}
.MirrorCabinet .right_cont .section .right_text{ float:left; width:362px; color:#959595; font-size:13px; line-height:22px;}
.MirrorCabinet .right_cont .section .right_text .title{ height:60px; border:none; line-height:60px; font-size:16px; color:#1b1b1b;}
.MirrorCabinet .right_cont .section .right_text .title img{ height:60px; width:60px; float:left;}
.MirrorCabinet .right_cont .section .right_text .title .name{ display:block; float:left; padding-left:20px;}
.MirrorCabinet .right_cont .section .right_text .p_article{ padding-top:15px;}
.BathroomFaucet .more a{ color:#205498; padding-top:25px; background:url(../images/arrow5.png) no-repeat right 30px; width:105px; display:block;}
/*镜柜 end*/

/*镜柜-娱乐--样式开始*/
.cabinetEn .dress_con .item1 ul.ts_dif {margin-top:35px;}
.cabinetEn .dress_con .item1 ul li {height:292px;}
.cabinetEn .dress_con .item1 ul.ts_dif .mb50 {margin-bottom: 50px;}
/*镜柜-娱乐--样式结束*/

/*镜柜-提升--样式开始*/
.LensArkPromote .section{padding-top:30px;}
.LensArkPromote .section .left_img{ float:left; width:598px;}
.LensArkPromote .section .right_text{ float:left; width:300px; padding-left:42px;}
.LensArkPromote .section .right_text .title{border:none; line-height:80px; font-size:20px; color:#1b1b1b; height:80px;}
.LensArkPromote .section .right_text .title img{ height:80px; width:80px; float:left;}
.LensArkPromote .section .right_text .title .name{ display:block; float:left; padding-left:20px;}
.LensArkPromote .section .right_text .txt_cont{ width:270px;color:#959595; font-size:13px; line-height:22px; padding-top:20px;}
/*镜柜-提升--样式结束*/

/*SPA Massage组合型水力 / 水疗按摩浴缸--样式开始*/
.spabath .dress_con .item1 h1 {line-height: 30px; padding:55px 0px 20px 0px;}
.spabath .dress_con .item1 h1 span.short_line{ font-size:20px; vertical-align:2px;}
.spabath .dress_con .item1 h1 sup{ font-size:15px;}
.spabath .dress_con .item1 ul.ts_dif {margin-top:35px;}
.spabath .dress_con .item1 ul li {height:401px;}
.spabath .dress_con .item1 ul.ts_dif .mb50 {margin-bottom: 50px;}
.spabath .txtinfo{ font-size:13px; color:#898989; padding-bottom:40px;}
.spabath .txtinfo span{ font-size:14px; color:#1b1b1b;}
/*SPA Massage组合型水力 / 水疗按摩浴缸--样式结束*/

/*Relax Massage舒缓型按摩浴缸--样式开始*/
.spabath ul li a .color_icon {margin-top:18px;}
.spabath ul li a .color_icon img {float: left; padding:0px 1px;}
.spabath .dress_con .item1 ul.ts_dif .mb40 {margin-bottom: 40px;}
/*Relax Massage舒缓型按摩浴缸--样式结束*/

/*VibrAcoustic®  水·乐浴缸--样式开始*/
.spabath .video {padding:20px 0px 20px 0px; height:500px; width:940px;}
.spabath .dress_con .item1 ul.vab {margin-top:20px;}
.spabath .dress_con .item1 ul.vab li {height:378px;}
.spabath .dress_con .item1 ul.vab li.pb65 {padding-bottom: 65px;}
.spabath .VibrAcousticbath p{ font-size:12px;letter-spacing:normal;}
.spabath .VibrAcousticbath p span{ color:#313131;}
.product_associated.vbabath .item_img img {height:180px;}
/*VibrAcoustic®  水·乐浴缸--样式结束*/

/*泡泡浴缸--样式开始*/
.bubblebath .dress_con .item1 ul.ts_dif {margin-top:20px;}
.bubblebath .video {padding:20px 0px 20px 0px; height:500px; width:940px;}
.bubblebath .dress_con .item1 h1{ line-height:30px; padding:55px 0px 20px 0px;}
.bubblebath .dress_con .item1 ul.ts_dif li {height:365px;}
.bubblebath .dress_con .item1 h1.bbh1 {clear: both; border-top:1px solid #e5e5e5; padding-top:30px;}
.bubblebath .dress_con .item1 ul.mt40 {margin-top:5px;}
.bubblebath .dress_con .item1 ul.mt40 li {height:353px;}
.bubblebath .dress_con .item1 table {width:100%; height:608px; font-size: 14px; color: #000; padding:0; margin:0; border-spacing: 1px; margin-bottom: 43px;}
.bubblebath .dress_con .item1 table tr,.bubblebath .dress_con .item1 table td {padding:0; margin:0; vertical-align: top;}
.bubblebath .dress_con .item1 table .fw{ font-weight:bold;}
.bubblebath .dress_con .item1 table thead {background-color:#205598; font-size: 16px; color:#fff;}
.bubblebath .dress_con .item1 table thead th{height:50px; line-height:50px; font-weight: normal; padding:0; margin:0;}
.bubblebath .dress_con .item1 table .tr2 {height:250px; line-height:250px; background-color: #e6e6e6; text-align: center;}
.bubblebath .dress_con .item1 table .tr2 td p {height:50px; line-height: 50px; color: #000;}
.bubblebath .dress_con .item1 table .tr2 .tb_left {width:261px; float: left;}
.bubblebath .dress_con .item1 table .tr2 .tb_right {width:260px; float: right;}
.bubblebath .dress_con .item1 table tbody tr {height:50px; line-height: 50px; text-align: center;}
.bubblebath .dress_con .item1 table tbody tr.light {background-color:#f5f5f5;}
.bubblebath .dress_con .item1 table tbody tr.dark {background-color:#e6e6e6;}
/*泡泡浴缸--样式结束*/

/*舒适型水力按摩浴缸--样式开始*/
.cbath .dress_con .item1 ul.ts_dif {margin-top:20px;}
.cbath .dress_con .item1 ul.ts_dif li {height:390px;}
.cbath .dress_con .item1 .mt30 {margin-top:-5px;}
.cbath .dress_con .item1 .mt30 li {height:378px;}
/*舒适型水力按摩浴缸--样式结束*/

/*LensArkValue镜子提升 start*/
.LensArkValue .item2 .care .seal1{ width:110px;top:20px; position:absolute; right:0; }
.LensArkValue .item2 .care .seal1 p{ width:auto; margin:0; font-size:12px; white-space:nowrap; margin-top:9px; color:#000;}
.LensArkValue .item2 .care{ padding-top:20px;}
.LensArkValue .item2 .care p{ width:730px;}
.LensArkValue .item2 h2{ padding-bottom:10px;}
/*LensArkValue镜子提升 end*/

/*Basin厨盆 start*/
.Basin .describe{ padding-top:25px;}
.Basin .describe .title{ font-size:20px; font-weight:bolder;}
.Basin .describe .heritage_info{ padding-bottom:30px;}
.Basin .BasinPop .title{ font-size:24px; color:#1b1b1b; height:82px; line-height:82px; padding-top:30px;}
.Basin .BasinPop .BasinCont{ width:940px; height:695px; overflow:hidden; border-bottom:1px solid #e5e5e5;}
.Basin .BasinPop .BasinCont .basintit{ font-size:18px; color:#1b1b1b; padding-top:5px;}
.Basin .BasinPop .BasinCont .basintxt{ line-height:24px; font-size:13px; color:#959595; padding-top:10px;}
.Basin .BasinPop .BasinCont .basinmain{ padding-top:40px;margin-right:-20px;}
.Basin .BasinPop .BasinCont .basinmain .section img{ float:left; width:220px; height:190px;}
.Basin .BasinPop .BasinCont .basinmain .section .text{ float:left; color:#959595; font-size:13px; padding-left:20px; width:220px; line-height:24px;}
.Basin .BasinPop .BasinCont .basinmain .section{ width:460px; float:left;  height:auto!important;height:220px; min-height:220px; margin-right:20px;}
.Basin .content .info_pic{ width:312px; height:220px;}
.Basin .content .info_text{ padding-left:40px;}
/*Basin厨盆 end*/

/*浴缸-铸铁浴缸 start*/
.cibath .veil_title {margin-bottom: 0;}
.cibath .video {padding:40px 0px 50px 0px;}
.cibath .cib_list {width:100%; height:280px; margin-bottom: 33px;}
.cibath .cib_list li {float: left; height:280px; margin-right: 60px; text-align: center;}
.cibath .cib_list li a h3 {font-size:14px; line-height: 24px; color:#1b1b1b; padding:20px 0 10px 0; font-weight:bold;}
.cibath .cib_list li a p {font-size:12px; line-height: 24px; color:#898989;}
.cibath .cib_list li.list1 {width:160px;}
.cibath .cib_list li a div {text-align: left;}
.cibath .cib_list li.list2 {width:202px;}
.cibath .cib_list li.list2 a div {padding-left:40px;}
.cibath .cib_list li.list3 {width:174px;}
.cibath .cib_list li.list3 a div {padding-left:20px;}
.cibath .cib_list li.list4 {width:191px; margin-right:0;}
.cibath .cib_list li.list4 a div {padding-left:48px;}
.bbline { position: relative;top: -1px; width:940px;margin:0 0;height:1px;background-color:#e5e5e5;overflow: hidden;}
.cib_tab_list { position: relative; z-index: 2 }
.cib_tab { cursor: pointer; margin-right: 5px; width: 160px; height: 40px; float: left; background: url(../images/castironbathtub/cib_bg.png) no-repeat; font-size: 14px; line-height: 40px; color: #1b1b1b; text-align: center; font-weight:bold;}
.cib_tab.tab_selected { background: url(../images/castironbathtub/cib_selected.png) no-repeat; color: #ffffff; }
.cib_info_item {width:100%;}
.cib_info_item .item01 { width:100%; height:154px; padding:38px 0px 45px 0px;}
.cib_info_item .item02 { height:196px; margin-bottom: 15px;}
.cib_info_item .items img {float: left; padding-right: 85px;}
.cib_info_item .items p {width:690px; float: left; margin-top:45px; font-size: 13px; line-height: 22px; color:#959595;}
.cib_info_item .item02 p {margin-top: 50px;}
.cib_info_item .item02 img {padding-right: 75px;}
.cib_info_item .item03 { height:152px; margin-bottom: 58px;}
.cib_info_item .item04 { width:100%; height:154px; padding:50px 0px 50px 0px;}
.cib_info_item .item04 p {width:640px;}
.product_warp.veil .cib_info_list h3 {font-size:18px; line-height: 22px; font-weight:bold;}
.cib_info_list .pic {width:100%; height:88px; padding: 40px 0px 35px 0px;}
.cib_info_list .pic img {float: left;}
.cib_info_list .pic .img2 {padding:0px 95px 0px 22px;}
.cib_info_list .pic .img3 {padding-right:33px;}
.cib_info_list .title02 {height:55px;}
.cib_info_list .title02 p {font-size:16px; line-height: 22px; color: #000;}
.cib_info_list .title02 .left {float: left; font-weight:bold;}
.cib_info_list .title02 .right {float: right; padding-right:210px;  font-weight:bold;} 
.cibath .cib_list2 {margin:49px 0 0 0; height:226px;}
.cibath .cib_list2 li {width:180px; height:226px; margin-right:55px; text-align: left;}
.cibath .cib_list2 li.li3 {margin-right:30px; padding-left:25px;}
.cibath .cib_list2 li.li4 {margin-right:20px; padding-left:30px;}
.cibath .cib_list2 li img { padding-left:30px;}
.cibath .cib_info_list .cib_list2 h3 {font-size:16px; padding-bottom: 15px;}
.cibath .cib_info_list .cib_list2 h3.pb0 {padding: 22px 0px 0px 0px;}
.cib_info_list3 .cib_info_item {margin-top:30px;}
.cib_info_list3 .items {width:100%; height:154px; margin-bottom: 43px;}
.cib_info_list3 .items img {width:174px; padding-right:80px;}
.cib_info_list3 .items p {width:680px;}
.cib_info_list3 .items.mb13 {margin-bottom: 13px;}
.cib_info_item .item05 { width:100%; height:154px; padding:40px 98px 35px 0px;}
.cib_info_item .item05 p {width:600px;}
.cib_info_item .item05 p a {color:#205498; display: block; margin-top:25px;}
.cib_info_list .imgshow {width:100%; height:355px;}
.cib_info_list .imgshow p {color:#959595; margin:15px 0px 25px 0px;}
.cib_info_list .imgshow .img img {float: left; height:220px; padding-right:2px;}
/*浴缸-铸铁浴缸 end*/

/*AcrylicBath 亚克力浴缸 start*/
.AcrylicBath.product_warp .veil_title{ margin-bottom:38px;}
.AcrylicBath .cib_tab_content .cib_info_list{ padding-top:45px; padding-bottom:40px; float:left;}
.AcrylicBath .cib_tab_content .cib_info_list.pb10 {padding-bottom: 10px;}
.AcrylicBath .cib_tab_content .cib_info_list .left_img{ float:left; overflow:hidden; width:435px; height:240px;}
.AcrylicBath .cib_tab_content .cib_info_list .left_img img{width:435px; height:240px;}
.AcrylicBath .cib_tab_content .cib_info_list .right_text{ float:left; padding-left:47px; width:458px; line-height:22px; font-size:13px; color:#959595;}
.mtext{line-height:22px; font-size:13px; color:#959595;}
.keyPoint {padding:30px 0px 0px 15px; clear:both; line-height: 20px;}
.AcrylicBath .cib_tab_content .cib_info_list .bigImg {padding-top:14px;}
.AcrylicBath .cib_tab_content .cib_info_list .Exquisite{ padding-top:30px; width:235px; float:left;}
.AcrylicBath .cib_tab_content .cib_info_list .Exquisite .name{padding-left:15px; color:#1b1b1b; font-size:14px; line-height:34px; padding-top:15px; font-weight:bold;}
.Exquisite .mtext{ width:170px; padding-left:15px;}
.AcrylicBath .BathroomFaucet .content{height:auto!important;height:210px; min-height:210px;}
.AcrylicBath .MinTitle{ padding-top:5px;}
.AcrylicBath .cib_info_list .BathroomFaucet .content.last{ height:180px; overflow:hidden;}
/*AcrylicBath 亚克力浴缸 end*/


/*绮美石浴缸 start*/
.ggstone .veil_title {margin-bottom: 35px;}
.ggstone .veil_title h2 {margin-bottom: 25px;}
.ggstone .veil_title p {line-height: 24px; color: #898989;}
.ggstone .cib_tab {width:140px; background:url(../images/btn_bk1.jpg) no-repeat;}
.ggstone .cib_tab.tab_selected {background:url(../images/btn_bk7.jpg) no-repeat;}
.ggstone .cib_info_list .list_items {height:auto!important; height:540px; min-height: 540px; border-bottom: 1px solid #e5e5e5;}
.ggstone .cib_info_list .noborder {border-bottom: 0;}
.product_warp.ggstone .cib_info_list h3 {line-height: 30px; color: #898989; padding:20px 0;}
.ggstone .cib_info_list h3 a {font-size:14px; color:#205498;}
.ggstone .cib_info_list h3.pt30 {padding-top: 30px;}
.ggstone .cib_info_list .parttwo li {width:450px; float: left; position: relative;}
.ggstone .cib_info_list .parttwo li.li1 {padding-right:35px;}
.ggstone .cib_info_list .parttwo li .info {padding-top:25px;}
.ggstone .cib_info_list .parttwo li .info .txt {width: 240px; float: left; padding-right:25px;}
.ggstone .cib_info_list .parttwo li .info p {line-height: 24px; color: #898989;}
.ggstone .cib_info_list .parttwo li .info .iconImg {float: left;}
.ggstone .cib_info_list .parttwo li .info .iconImg img {float: left; padding-right:2px;}
.ggstone .cib_info_list .parttwo li .more {float:right; width:80px;font-size:14px;line-height:22px;color:#1b1b1b;background:url(../images/arrow2.png) 87% 60% no-repeat; margin-top:15px;}
.ggstone .cib_info_list .parttwo li .more.mt0 {margin-top: 0;}
.ggstone .dress_con .item1 ul.ts_dif {margin-top:30px;}
.ggstone .dress_con .item1 ul.ts_dif h5 {font-size:14px; line-height: 22px; color: #1b1b1b; padding:15px 0;}
.ggstone sub {font-size:10px;}
/*绮美石浴缸 end*/

/*BathAccessories 浴缸配件 start*/
.BathAccessories .content .info_pic{ height:220px; width:323px;}
.BathAccessories .content .info_pic img{height:220px; width:323px;}
.BathAccessories .section .content{ padding-top:36px;}
.BathAccessories .content .MinCont{ width:582px; line-height:30px;}
.BathAccessories .more a{ font-size:13px; width:auto; padding-top:0px; background-position:right center; display:inline-block; padding-right:20px;}
.BathAccessories .content .MinTitle{ padding-bottom:5px; padding-top:5px;}
.noTop {margin-top:0;}
.product_associated p.type2 {margin-top:50px; font-size:13px; line-height: 40px;} 
/*BathAccessories 浴缸配件 end*/

/*CommercialProducts 商用产品start*/
.CommercialProducts .cib_info_list{ padding-top:35px;}
.CommercialProducts .cib_info_list .title1{ color:#82a90d; font-size:20px;line-height:32px;}
.CommercialProducts .cib_info_list .title1 img{ float:left;}
.CommercialProducts .cib_info_list span.name{float:left; }
.CommercialProducts .mtext{ padding:30px 0px}
.CommercialProducts .mtext.common{line-height:30px; padding-bottom:75px;}
.CommercialProducts .mtext span.title{ color:#1b1b1b;}
.CommercialProducts .cib_info_list .Commercialicon{ padding-top:10px; text-align:center; width:135px; float:left; padding-right:171px;}
.CommercialProducts .cib_info_list .Commercialicon .mtext{ padding:10px 0px;}
.CommercialProducts .cib_info_list .Commercialicon .name{ padding-top:30px; font-size:16px; color:#221815;}
.CommercialProducts .cib_info_list .Commercialicon img{ width:111px; margin:0 auto;}
.CommercialProducts .cib_info_list .Commercialicon.first{ width:220px; padding-right:100px;}
.CommercialProducts .cib_info_list .mtitle{color:#82a90d; font-size:20px; padding:35px 0px;}
.title_mod{ font-size:20px; color:#1b1b1b;}
.CommercialProducts .mtext.last{ padding-top:0px;}
.CommercialProducts .pt30{ padding-top:30px;}
.CommercialProducts .text.pt20{ padding-top:20px; font-size:13px;}
.CommercialProducts .mtext.pt40{ padding-top:40px; line-height:30px; width:380px;}
.CommercialProducts .cib_info_list{ position:relative;}
.CommercialProducts .img3{ position:absolute;top:450px; left:0px;}
.CommercialProducts .img2{ position:absolute;top:150px; right:0px;}
.CommercialProducts .img1{ position:absolute;top:20px; right:60px;}
.CommercialProducts .maintext{ width:540px; line-height:30px; padding-left:400px; padding-top:65px;}
.CommercialProducts .maintext .mtext.pb70{ line-height:30px; padding-bottom:75px;}
.CommercialProducts .maintext span.title{ color:#1b1b1b;}
.CommercialProducts .cib_info_list .section{ padding-bottom:50px; border-bottom:1px solid #e5e5e5;}
.CommercialProducts .cib_info_list .section span.green{ color:#82a90d; font-size:14px;}
.CommercialProducts .cib_info_list .section span.green02{ color:#82a90d; font-size:24px;}
.CommercialProducts .cib_info_list .section span.green03{color:#82a90d; font-size:32px; line-height:42px;}
.CommercialProducts .cib_info_list .section .left_img{ float:left; padding-right:30px;}
.CommercialProducts .cib_info_list .section .right_text{ float:left; padding-top:5px; width:520px;}
.CommercialProducts .cib_info_list .section .right_text .title1{ padding-left:6px; height:35px;}
.CommercialProducts .cib_info_list .section .icontext .icon{ float:left; padding-top:32px; text-align:center; font-size:12px;}
.CommercialProducts .cib_info_list .section .icontext .icon span{ padding-top:13px; display:block;}
.CommercialProducts .cib_info_list .section .icontext .mtext{ float:left; padding-left:40px;}
.CommercialProducts .mtext.pt60{ padding-top:65px;}
.CommercialProducts .cib_info_list .section span.title{color:#1b1b1b; font-size:14px;}
.CommercialProducts .mtext.pt35{padding-top:35px;}
.CommercialProducts .cib_info_list .section.mod .icon{ width:83px; padding-right:90px; height:180px; padding-top:0px;}
.CommercialProducts .cib_info_list .section.mod .name{ padding-top:30px;}
.CommercialProducts .cib_info_list .section.mod .mtext{ padding:20px 0px; line-height:24px;}
.CommercialProducts .cib_info_list .section.mod .mcont{ padding-top:17px;}
.CommercialProducts .cib_info_list .section.mod .mtext img{ padding-bottom:19px;}
.CommercialProducts .cib_info_list .section.mod .mcont1 .mtext{ padding-top:0px;}
.CommercialProducts .cib_info_list .section.noborder{ border:none;}

/*CommercialProducts 商用产品end*/

/*淋浴房 start*/
.showerRoom .veil_title h2 {margin-bottom: 25px;  font-weight:bold;}
.showerRoom .toiletSeat_content_l {width:640px; margin-right: 130px;}
.showerRoom .toiletSeat_content_r {width:110px; margin-top: 40px;}
.showerRoom .toiletSeat_content_l .l_item {margin-top:22px;}
.toiletSeat_content_l .l_item h5 {font-size: 14px; line-height: 22px; color: #1b1b1b; font-weight:bold;}
.showerRoom .toiletSeat_content_l .l_item p {line-height: 22px; color: #959595;}
.showerRoom .toiletSeat_content_r .tcr_item {margin-bottom: 30px;}
.showerRoom .toiletSeat_content_r .tcr_item p {font-size:12px; line-height: 24px; color:#7d7d7d;}
.showerRoom .toiletSeat_content {height:535px; margin-top: 0;}
.BathroomFaucet.showerRoom_list {margin-top:60px;}
.showerRoom_list .content{height:220px;min-height:220px;}
.showerRoom_list .content .info_pic {width:310px; padding-bottom: 20px;}
.showerRoom_list .content .info_text {padding-left:40px;}
.showerRoom_list .content .MinCont {line-height: 24px; padding-bottom: 15px;}
.showerRoom_list .content table {width:588px; height:115px; border-collapse:collapse; border:none; text-align: center; font-size: 12px; line-height: 22px; color: #626262;}
.showerRoom_list .content table tr.tr1 {font-size: 13px; line-height: 22px; color:#000;}
.showerRoom_list .content table td {border:1px solid #959595;}
.showerRoom_list .content table td.tw{ font-weight:bold;}
.showerRoom_list .content .note {color:#7d7d7d; line-height: 24px; padding:15px 0 25px 0;}
.showerRoom_list .content .table2 {height:192px; margin-bottom: 60px;}
.showerRoom .content.pb20 {padding-bottom: 20px;}
.showerRoom .content.pb10 {padding-bottom: 10px;}
.showerRoom .content.pb55 {padding-bottom: 55px;}
.cib_info_list .glass .title {padding:35px 0px 25px 0; font-size:16px; line-height: 24px; color: #1b1b1b; font-weight:bold;}
.cib_info_list .glass .pic_txt {height:auto!important;height:129px;min-height:129px;}
.cib_info_list .glass .pic_txt img {float: left;}
.cib_info_list .glass .pic_txt .pic_txt_r {float: left; padding-left:30px;}
.cib_info_list .glass .pic_txt .pic_txt_r h5 {font-size:14px; line-height: 24px; color: #1b1b1b; font-weight:bold;}
.cib_info_list .glass .pic_txt .pic_txt_r p {line-height: 24px; color: #959595;}
.cib_info_list .glass .pic_txt .pic_txt_r .pt22 {padding-top:22px;}
.cib_info_list .glass .title2 {padding:20px 0px 10px 0; font-size:14px; line-height: 36px; color: #1b1b1b; font-weight:bold;}
.glass_figure {height:auto!important;height:272px;min-height:272px;}
.glass_figure li {width:132px; padding-right:20px; float: left;}
.showerRoom .glass_figure li .dark {font-size:13px; line-height: 20px; color: #1b1b1b; padding:17px 0px 8px 0; font-weight:bold;}
.showerRoom .glass_figure li p {font-size:11px; line-height: 20px; color: #959595;}
.glass_content .content {height:auto!important;height:85px;min-height:85px; padding-bottom: 27px;}
.glass_content .content .info_pic {width:85px; float: left; padding-right: 75px; text-align: center; }
.glass_content .content .info_pic p {font-size: 12px; line-height:24px; color: #7d7d7d; padding-top:4px;}
.glass_content .content .info_text {float: left; }
.glass_content .content .info_text .MinTitle {padding-top:20px; font-size:14px; line-height: 36px; color: #1b1b1b; font-weight:bold;}
.glass_content .content .info_text .MinCont {font-size:13px; line-height: 24px; color:#959595;}
/*淋浴房 end*/

/*按摩浴缸 start*/
.product_content.newbaths p.dif_p {font-size:13px; line-height: 22px; color:#959595; width:100%; margin-top:24px;}
.spabathtub .left {line-height: 22px;}
.spabathtub .title {margin-bottom: 25px;}
.product_content.spabathtub .item {height:510px; background: url(../images/spabath/spa_bg.png) 0 0 no-repeat;}
.product_content.spabathtub h3 {border-bottom: 1px solid #d2d2d2; padding-bottom: 13px; font-weight:bold;}
.spabathtub p.info b {font-size:13px; line-height: 22px; color:#434343; font-weight: normal; padding:5px 0px 10px 0px; display: block; font-weight:bold;}
.spabathtub p.info {color:#707070;}
.product_content.spabathtub .more {left:215px; bottom: 45px; font-weight:bold;}
.product_content.spabathtub {margin-bottom: 30px;}
.product_content.spabathtub .list {border-bottom: 0;}
.sub {font-size:8px;}
/*按摩浴缸 end*/

/*艺术系列 start*/
.pub_banner .arts .logo{ position:absolute; top:100px; right:480px;}
.pub_banner .arts .logo img{ float:left; margin-top:12px;}
.pub_banner .arts .logo h1{float:left; display:block;}
.arts .section.artsky {padding:32px 0 10px 0;}
.arts .section.artsky .content {height:232px; min-height: 232px; padding: 0 0 30px 0;}
.arts .content .info_pic {padding-bottom: 0;}
.arts .content .info_text {padding-left: 40px;}
.arts .section.artsky .content .info_text {padding-top:5px;}
.arts .artsky .content .MinTitle {font-size: 16px; line-height: 22px; padding-bottom: 10px; font-weight: normal;}
.showerRoom_list .title_content h2 {font-size:20px; line-height: 24px; color: #1b1b1b; padding:28px 0px 15px 0;}
.showerRoom_list .title_content p {font-size:13px; line-height: 24px; color: #959595;}
.innovation {padding-top: 30px;}
.innovation .content .info_pic {width:312px; padding-bottom: 30px;}
.innovation .content .MinTitle {padding-top: 6px;}
.arts .project {padding:10px 0 40px 0;}
.arts .null {height:10px;}
.showerRoom_list .content .MinCont p {line-height: 24px;}
.showerRoom_list .content .MinCont .black {color:#1b1b1b;}
.mb60{ margin-bottom:60px;}
.histroy{ margin-top:40px; margin-bottom:60px; height:510px;}
.histroy ul li{border-left:1px #a0a0a0 solid;width:222px; float:left; height:255px;}
.his_li{ position:relative; padding:0px 20px 20px 20px; }
.histroy ul li .time{ font-size:18px; color:#5e368f; font-weight:bolder;}
.histroy ul li .intotext{ color:#959595; font-size:12px; line-height:20px; padding-top:5px; height:60px;}
.histroy ul li .piont{ height:5px; width:5px; background:url(../images/piont1.png); position:absolute; top:0px; left:-3px;}
.histroy ul li .piont2{ height:5px; width:5px; background:url(../images/piont1.png); position:absolute; bottom:0px; left:-3px;}
.histroy ul li.linebig{ width:100%; height:0px; border-bottom:2px solid #d3d3d3;}
.ml20{ margin-left:20px;}
.ml70{ margin-left:70px;}
.histroy ul.his_two .his_li{padding:20px 20px 0px 20px; }
.histroy ul.his_two li .time{ padding-top:20px; display:block;}
.histroy ul li.last_li{ margin-right:-22px;}
.showerRoom_list .pb40 {padding-bottom: 40px;}
.decription{ color:#959595; font-size:13px; line-height:22px;}
.BathroomFaucet.showerRoom_list.mt40{ margin-top:40px;}
.BathroomFaucet.showerRoom_list.mt10{ margin-top:10px;}
/*艺术系列 end*/

/*蒸汽设备Steam start*/
.Steam { position: relative;width:940px; margin:0 auto;}
.Steam .describe { position: relative; padding-top: 35px;}
.Steam .describe .title{ font-size:24px; padding:23px 0px;font-weight: bold;}
.Steam dl{ margin:0px;}
.Steam dl dt{ font-size:14px; color:#1b1b1b;}
.Steam dl dd{ font-size:13px; color:#959595; line-height:22px; margin:0px;padding-bottom:23px; padding-top:5px;} 
.Steam .mainpro{ margin-top:35px;}
.Steam .mainpro ul{ margin-right:-35px;}
.Steam .mainpro ul li{ float:left; width:290px; height:290px; margin-right:35px; text-align:center;}
.Steam .mainpro ul li img{ border:1px solid #ececec; width:290px; height:220px;}
.Steam .mainpro ul li .name{ height:70px; line-height:70px; color:#1b1b1b; font-size:14px;}
.Steam .maintable{ margin-top:25px;}
.Steam .maintable table{ background-color:#959595;}
.Steam .maintable td{ height:35px; line-height:35px; text-align:left; padding-left:30px;background-color:#FFF;}
.Steam .maintable tbody td{ font-size:12px; color:#626262;}
.Steam .maintable thead th{ height:35px; line-height:35px;font-size:13px; color:#000000;text-align:left; padding-left:30px;background-color:#FFF;}
.Steam .maintable .txtinfo{ font-size:13px; color:#7d7d7d; padding-top:15px; padding-bottom:60px;}
/*蒸汽设备Steam start*/
/*产品故事end*/

/*产品sku点击按钮颜色start*/
.proattr .product_param_warp li.notclick {background:#AAAAAA; cursor:default;}
/*产品sku点击按钮颜色end*/


/*售后保障 start*/
.support_contents ul.words {padding-top: 14px;}
.support_contents ul.words li {font-size:13px; line-height: 24px; color:#7d7d7d;}
.support_contents.mb22 { margin-bottom: 22px; }
.support_contents.mt25 { margin-top: 25px; }
.support_contents.mb54 { margin-bottom: 54px; }
.support_panel_right .contact_right_panel.pb0 {padding-bottom: 0;}
.gallery_link.mb10 {margin-bottom: 10px;}
table.after-sale {width:618px; border-left:1px solid #b5b5b5; border-top:1px solid #b5b5b5; margin-bottom: 60px;}
table.after-sale thead {background-color:#ccc;}
table.after-sale tr td {border-right:1px solid #b5b5b5; border-bottom:1px solid #b5b5b5;}
table.after-sale tr td span {width:239px; display:inline-block; padding:0px 25px 0px 30px; color: #000; font-size: 14px;}
table.after-sale tr td p {padding-left:30px;}
.support_panel_content h3.mt40 {margin:33px 0px 20px 0;}
.support_panel_right .contact_right_panel.pb30 {padding-bottom: 30px;}
.support_panel_title.pb0 {padding-bottom: 0;}
.support_panel_content.pt25 {padding-top: 25px;}
.related_links.pt20 {padding-top:20px;}
/*售后保障 end*/

/*网站地图 start*/
.sitemap_list { position: relative; width: 100%; }
.sitemap_list_panel { position: relative; margin: 0 auto; padding: 40px 0 80px; width: 940px; font-size: 12px; line-height: 14px; color: #626262; }
.sitemap_list .sitemap_title { position: relative; font-size: 18px;line-height: 15px; }
.sitemap_list_panel .sitemap_list_content { padding: 18px 0 26px; }
.sitemap_list_content .list_sitemap_title { background: none repeat scroll 0 0 #707070; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; height: 45px; width: 100%;}
.list_sitemap_title ul { height: 100%; }
.list_sitemap_title li { height: 45px; float: left; font-size: 14px; line-height: 45px; color: #ffffff; }
.list_sitemap_title span { margin-left: 40px; }
.list_sitemap_title .list_content_details { width: 100%; height: 55px; background: #ffffff; }
.list_sitemap_title .list_content_details ul { position: relative; }
.list_sitemap_title .list_content_details.color { background: #f5f5f5; }
.list_content_details li { position: relative; height: 55px; float: left; line-height: 19px; }
.list_content_details p { display:table-cell;*position: relative; *top: 15px; vertical-align:middle; width: 210px; height: 55px; }
.list_content_details .list_shops_address p { width: 235px;cursor:pointer; }
.list_content_details .list_shops_type{ line-height: 55px; }
.heritage .sitemap_list_panel { padding: 0 }
.heritage .sitemap_list_panel .sitemap_list_content { padding: 0 }
.heritage .sitemap_list_content li {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
}

.sitemap_list_panel {
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
}

.product_content .maplist { position: relative; padding: 10px 0;}

.sitemap_menu { display:block; top: 121px !important; left: 0; width: 100%;  z-index: 2; }
.sitemap_menu .bathroom { height: 690px; }
.sitemap_menu .kitchen { height: 240px;}
.sitemap_menu .home { height: 240px;}
.sitemap_menu .designer { height: 280px;}
.sitemap_menu .aboutus { height: 240px;}
.sitemap_menu .sitemap_menu_panel { position: relative; width: 960px;*width:970px; margin: 0 auto; }
.sitemap_menu ul { position: relative;width:960px;*width:970px;padding-top: 30px; }
.sitemap_menu.page_menu ul { padding-top: 0 }
.sitemap_menu li { margin-left: 10px; width: 230px; float: left; }
.sitemap_menu a { display: block; font-size: 12px; line-height: 12px;*line-height: 14px; margin-bottom: 20px; *margin-bottom:18px; color:#626262; }
.sitemap_menu a:hover { color: #005982; }
.sitemap_menu h5 .title { font-size: 14px; line-height: 14px;*line-height: 16px; font-weight: bold; margin-bottom: 20px; color: #232323; }
.sitemap_menu h5 .title:hover { color: #005982;  }
.sitemap_menu h5 .images { font-size: 14px; line-height: 14px;*line-height: 16px; font-weight: bold; margin-bottom: 10px; color: #232323; }
.sitemap_menu h5 .images:hover { color: #005982; }
.sitemap_menu .list { margin-bottom: 50px;*margin-bottom:48px; }
.sitemap_menu .list.list20 { margin-bottom: 20px; }


/* sitemap 2022.08.02 */
.sitemap_list .bs-header-menu-level-2-dd {
  border-bottom: 1px #eee solid;
  padding: 2em 0;
}
.sitemap_list .bs-header-menu-level-2-dd > h2 {
  font-weight: bold;
  color: #000;
}
.sitemap_list .bs-header-menu-level-2-dd > h2 a{
  color: inherit;
}
.sitemap_list .bs-header-menu-level-2-dd > h2 a:hover{
  color: #666;
}
.sitemap_list .bs-header-menu-level-2-ul {
  width: 100%;
  column-count: 4;
  height: auto;
  margin-top: 2em;
}
/* .sitemap_list .bs-header-menu-col-2 .bs-header-menu-level-2-ul { column-count: 2; }
.sitemap_list .bs-header-menu-col-3 .bs-header-menu-level-2-ul { column-count: 3; }
.sitemap_list .bs-header-menu-col-4 .bs-header-menu-level-2-ul { column-count: 4; }
.sitemap_list .bs-header-menu-col-5 .bs-header-menu-level-2-ul { column-count: 5; }
.sitemap_list .bs-header-menu-col-6 .bs-header-menu-level-2-ul { column-count: 6; } */

.sitemap_list .bs-header-menu-level-2-li {
  margin-bottom: 2em;
  width: 200px;
}
.sitemap_list .bs-header-menu-level-2-dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #000;
}
.sitemap_list .bs-header-menu-level-2-dt a {
  font-weight: bold;
  color: #000;
}
.sitemap_list .bs-header-menu-level-2-dt a:hover {
  color: #666;
}
.sitemap_list .bs-header-menu-level-3-li {
  margin: 0.8em 0;
}
.sitemap_list .bs-header-menu-level-3-li a {
  color: #7f7e7f;
}
.sitemap_list .bs-header-menu-level-3-li a:hover {
  color: #000;
}

/* .sitemap_list .bs-sitemap-inline-block .bs-header-menu-level-2-ul{
  column-count:unset;
}
.sitemap_list .bs-sitemap-inline-block .bs-header-menu-level-2-li{
  display: inline-block;
  vertical-align: top;
} */


/*网站地图 end*/

/*登录弹出层注册start*/
.login_button_left { margin-left:100px; }
.login_register_div { margin-left:10px; font-size: 12px; }
.login_register_href { color: #2058a1;  font-size: 12px; text-decoration: underline; cursor: pointer; }
/*登录弹出层注册end*/
.collection .sharenav{ z-index:9!important;}

.hidden_pdp_buy_url { display:none;}
#check_search{width:99px;}


/* 英文版推荐产品文字掉下来 */
.product_list.dress.tap h2.left {width:auto;}
.pub_banner.dress_banner .text img {width:auto;}

/* 铁铸厨盆 样式问题 */
.BathroomFaucet .content .ironkp .text_info.pt20 {display: block;}


/* 二维码统一样式 问题 */
#jiathis_webchat img {display: inline;}


/* 面包屑不在一条线上 */
.bread .bread_link sup {vertical-align: top; position: relative; top:-2px;*top: 2px;}


/* 验证码样式 */
.idCode input {width:100px; float:left; margin-right:10px;}
.idCode .add_img {float:left; width:185px; } 
.idCode .add_img .imgfix {float:left;}
.idCode .add_img a {float:left; padding-left:5px; line-height:30px;}



/* 只有图片的div */
.pub_img {text-align: center; background-color: #e5e5e5;}


/* banner_unit  视频缩略图*/
.product_list .item-panel li.large img {width:465px; height:340px;}
/*banner_Price  价格手册*/
.banner_Price .manu_hover { display: none; position: absolute; top: 0;left: 0; width: 209px;height:270px; 
    background: url(../images/manulist_hover2.png) 0 0 no-repeat;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85); }
.down_manu:hover .manu_hover {display:block;}


/*新设计师活动样式*/
.anniversaryCont{ width:994px; margin:0 auto;}
.anniversaryCont .anniversaryInfo{ margin-top:66px; background:#f8f8f8; height:348px; overflow:hidden;}
.anniversaryCont .imgLeft{ float:left;}
.anniversaryCont .infoCont{ float:left; font-size:16px; line-height:26px; color:#626262;width:310px; padding-left:35px;}
.anniversaryCont .infoCont .title{ font-size:32px; line-height:42px; text-align:center; padding-top:30px; padding-bottom:20px;color:#4a4a4a;}
.anniversaryCont .infoCont a{ display:block; float:right; font-size:14px; color:#4a4a4a; padding-right:15px; background:url(../images/arrow2.png) no-repeat right;}
.anniversaryCont .anniversarySpeech{margin-top:66px; background:#f8f8f8; height:476px; overflow:hidden;}
.anniversaryCont .anniversarySpeech .infoCont{width:630px; height:425px; overflow:hidden;}
.anniversaryCont .anniversarySpeech .infoCont .cont{ width:630px;height:289px; }
.anniversaryCont .anniversarySpeech .title{ padding-top:65px; padding-bottom:30px;}
.anniversaryIntro{ height:810px; width:996px; background:url(../images/designerhome/anniversaryIntro.jpg) no-repeat; margin:66px 0; position:relative;}
.anniversaryIntro .title{font-size:34px; line-height:42px; text-align:center;color:#4a4a4a; padding:65px 0 30px 0;}
.anniversaryIntro .describe{font-size:16px; line-height:26px; color:#626262; width:890px; margin:0 auto;}
.anniversaryIntro .info_li{ width:310px; text-align:center;line-height:26px; color:#626262; font-size:14px; position:absolute;}
.anniversaryIntro .info_li .name{color:#000000; padding-bottom:25px; padding-top:10px; font-weight:bold;}
.anniversaryIntro .info_li img { display:inline;}
.anniversaryIntro .info_li.first{top:280px; left:20px;}
.anniversaryIntro .info_li.second{top:280px; right:20px;}
.anniversaryIntro .info_li.third{top:460px; left:345px;}

/*ag尊龙z6mg奖项 start*/
.getAwardsCont .awards_ul{ padding-top:50px; width:1000px; margin:0 auto;}
.getAwardsCont .awards_ul .title{padding:40px 0 0 68px; height:209px; overflow:hidden; font-size:15px; background:#f4f5f6;}
.getAwardsCont .awards_ul .title.red{ background:#e9262c; color:#fff;}
.getAwardsCont .awards_ul .title.red span{ border-top:2px solid #fff;}
.getAwardsCont .awards_ul .title span{ display:block; width:300px; line-height:45px; border-top:2px solid #aaabac; margin-top:25px;}
.getAwardsCont .awards_ul li { width:328px; float:left; text-align:center; padding-top:45px;font-size:13px;color:#5a5a5a; margin-right:8px;} 
.getAwardsCont .awards_ul li img{ width:326px; height:250px; border:1px solid #e5e5e5;}
.getAwardsCont .awards_ul li p{ font-size:34px; font-weight:bold; line-height:48px; padding-top:30px;color:#000; padding-bottom:50px;}
.getAwardsCont .awards_ul li span{border-bottom:2px solid #000; padding-bottom:20px;}
.getAwardsCont .awards_ul li span.intro{color:#000; border:none; display:block; padding-bottom:5px;}
/*ag尊龙z6mg奖项 end*/

/*产品设计理念 start*/
.designIdea ul{ float:left; width:33.33333%; float:left;}
.designIdea ul li a{ position:relative; width:100%; cursor:pointer; display:block;}
.designIdea ul li img{ width:100%; display:block;}
.designIdea ul li a .name{ position:absolute; top:0px; left:0px; font-size:41px; text-align:center;color:#fff; width:100%; height:100%; display:none; background:rgba(0,0,0,0.6);  line-height:100%;vertical-align:middle; }
.designIdea ul li a .name span{display:inline-table; padding-top:35%;}
.designIdea ul.big li a .name span{padding-top:60%;}
.designIdea ul li a:hover .name{ display:block;}
.designIdeaLayer{background:rgba(0,0,0,0.6); width:100%; position:absolute;top:0px;left:0px; z-index:99; height:100%; display:none;}
.designIdeaLayer .layerCont{ background:#fff; width:1207px; margin:0 auto; margin-top:170px; position:relative; overflow:hidden;}
.designIdeaLayer .layerCont .showDetalImg{ float:left;}
.designIdeaLayer .layerCont .showDetalImg .proDetalImg{ width:616px; background:#e8e8e8;height:705px;overflow:hidden;/*非IE的主流浏览器识别的垂直居中的方法*/display: table-cell;vertical-align:middle;/*设置水平居中*/text-align:center;/* 针对IE的Hack */*display: block;*font-size: 500px;/*约为高度的0.873，200*0.873 约为175*/*font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/}
.designIdeaLayer .layerCont .showDetalImg img{ display:inline;width:616px;}
.designIdeaLayer .layerCont .showLayerCont{ float:left; width:541px; overflow:hidden; padding-left:50px;color:#767676;}
.designIdeaLayer .layerCont .showLayerCont .E_name{ font-size:82px; width:440px; line-height:88px; font-weight:bold; padding-top:45px;}
.designIdeaLayer .layerCont .showLayerCont .C_name{ font-size:50px;font-weight:bold; }
.designIdeaLayer .layerCont .showLayerCont .C_name span{ font-size:16px; font-weight:bold;padding-left:15px;}
.designIdeaLayer .layerCont .showLayerCont .proIntro{ font-size:16px; padding:20px 50px 50px 0;}
.designIdeaLayer .layerCont .showLayerCont .detailImg img{ display:block; float:left; width:238px; cursor:pointer;}
.designIdeaLayer .layerCont .showLayerCont .detailImg img.second_Img{ padding-left:8px;}
.designIdeaLayer .layerCont .clear{ padding:0;}
.designIdeaLayer .layerCont .closedLayer{ position:absolute; right:0px;top:0px; cursor:pointer;}
.designIdeaLayer .layerCont  li.actived{ display:block;}
.designIdeaLayer .layerCont  li{ display:none;}
.designIdeaLayer .showPrev{ cursor:pointer; position:absolute;top:445px; left:25px;}
.designIdeaLayer .showNext{ cursor:pointer; position:absolute;top:445px; right:25px;}
/*产品设计理念 end*/

/*设计师活动-start*/
.designerActivities {width:995px; margin:0 auto;}
.designerActivities h2 {font-size:34px; line-height: 47px; color: #4a4a4a; padding:35px 0 45px; text-align: center;}
.designerActivities p {font-size:16px; color: #626262; line-height: 26px;}
.designerActivities img {margin-top:25px;}
.designerActivities .txt-info1 {margin-top:93px;}
.designerActivities .txt-info2 {margin-top:71px;}
.designerActivities .txt-info3 {margin:42px 0 63px;}
/*设计师活动-end*/

/*设计师活动详情-start*/
.designerActDetail {width:1200px; margin:0 auto;}
.designerActDetail .tab {height:95px;}
.designerActDetail .tab li {height:95px; line-height:95px; background-color: #f6f6f6; color: #000000; font-size: 30px; float: left; width:50%; cursor:pointer;}
.designerActDetail .tab li.tr {text-align: right;}
.designerActDetail .tab li.tl {text-align: left;}
.designerActDetail .tab li.tr span{margin-right:62px; }
.designerActDetail .tab li.tl span{margin-left:53px;}
.designerActDetail .tab li.active {background-color: #000000;}
.designerActDetail .tab li.active span {display: inline-block; height:46px; line-height: 46px; border-bottom: 3px solid #fff; vertical-align: middle; color: #fff; margin-top:-5px;}

.designerActDetail .tab-list {width:1032px; margin:40px auto 80px;}
.designerActDetail .tab-list ul {width:100%; overflow: hidden;}
.designerActDetail .tab-list ul li {width:310px; height:416px; float: left; margin:17px; cursor:pointer;}
.designerActDetail .tab-list ul li img {width:310px; height:220px;}
.designerActDetail .tab-list ul li .txt-info {width:270px; padding:7px 20px 20px; background-color: #fafafa; font-size: 15px;}
.designerActDetail .tab-list .txt-info .name {height:53px; line-height: 53px; font-size:15px; border-bottom:1px solid #cccccc; text-align: center; margin-bottom: 14px;}
.designerActDetail .tab-list .txt-info .txt p {line-height: 26px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.designerActDetail .tab-list .txt-info .detail {margin-top:12px; display: inline-block; padding-right:18px; height:15px; background:url(../images/designerActivities/arrow.png) no-repeat right center; line-height: 15px; color: #626262;}

.designerActDetail .tab-list .review { margin:83px auto 0;}
.designerActDetail .tab-list .lr {width:968px; height:356px; margin-bottom: 20px; cursor: pointer;}
.designerActDetail .tab-list .lr img {width:485px; height:356px; float: left;}
.designerActDetail .tab-list .lr .right {float: right; padding:86px 10px 0 46px; width:427px; height:270px; background-color: #fafafa; color: #626262;}
.designerActDetail .tab-list .lr .right .name {height:67px; font-size:26px; line-height: 67px; display: inline-block; border-bottom: 1px solid #cccccc;}
.designerActDetail .tab-list .lr .right .txt {padding-top:15px; font-size:15px;}
.designerActDetail .tab-list .lr .right p {font-size:15px; line-height: 26px;}
.designerActDetail .tab-list .lr .right .detail {margin-top:11px; display: inline-block; padding-right:18px; height:15px; background:url(../images/designerActivities/arrow.png) no-repeat right center; line-height: 15px; color: #626262;}
/*设计师活动详情-start*/


/*设计中心展示-start*/
.designerCenter {width:1200px; margin:0 auto 42px;}
.designerCenter .item-list {height:257px; line-height:257px; padding:23px 0 21px 136px; border-bottom: 1px solid #f1f1f1; cursor: pointer;}
.designerCenter .item-list .item-l {width:192px; float: left; margin:75px 64px 0 0;}
.designerCenter .item-list .item-l .eg {font-size:40px; color: #000000; line-height: 38px;}
.designerCenter .item-list .item-l .ch {font-size:16px; color: #000000; line-height: 32px;}
.designerCenter .item-list .item-l .txt {font-size:13px; color: #767676; line-height: 22px;}
.designerCenter .item-list .item-c {width:423px; height:256px; line-height:256px; background-color: #f8f8f8; text-align: center; float: left;}
.designerCenter .item-list .item-c img {width:353px; height:201px; vertical-align: middle; display: inline-block; border-radius: 5px;}
.designerCenter .item-list .arrow {width:42px; height:28px; vertical-align: middle; display: inline-block; background:url(../images/designerActivities/dc_a_r.png) no-repeat; margin-left:207px;}

.designerCenter .item-list:hover {background-color: #f7f7f7; box-shadow:0 -5px 20px #f2f2f2; position: relative; z-index:999;}
.designerCenter .item-list:hover .item-c {background-color: #fff;}
.designerCenter .item-list:hover .arrow {background:url(../images/designerActivities/dc_a_r02.png) no-repeat; }
/*设计中心展示-end*/


/*修改在线购买的button位置*/
#product_car_btn{
	bottom:0px !important;
}
#product_car_btn li i{
	width:22px;
	height:20px;
	display:inline-block;
	margin-bottom: -3px;
	margin-right: 4px;
}
.product_bottom_btn{
	margin-top: 100px !important;
}

/* 猜你喜欢 */
.bs-guess-sku * {
	width: initial;
	height: initial;
	margin: initial;
	padding: initial;
	font-size: 12px;
	font-weight: normal;
	line-height: initial;
	float: initial;
	position: initial;
	left: initial;
	top: initial;
	right: initial;
	bottom: initial;
	border: initial;
	transform: initial;
	page-break-inside: avoid;
	text-align: initial;
  }
  .bs-guess-sku h6 {
	margin-bottom: 1em;
  }
  .bs-guess-sku h6 div {
	display: inline-block;
	font-size: 1.4em;
	border-bottom: 1px #000 solid;
	padding: 0.2em 0;
  }
  
  .bs-guess-sku ul {
	display: flex;
	flex-wrap:  wrap;
  }
  
  .bs-guess-sku li {
	flex: 1;
  }
  .bs-guess-sku li a {
	color: #9C9C9C;
  }
  .bs-guess-sku li a:hover {
	color: #222;
  }
  .bs-guess-sku img {
	max-width: 100%;
  }  
  .bs-guess-sku .bs-guess-sku-img {
	position: relative;
  }
  
  .bs-guess-sku .bs-guess-sku-name {
	padding: 0.5em;
  }
  
  .bs-guess-sku-nowrap li + li {
    margin-left:  1px;
 }

 .bs-guess-sku-col-2 li {
	flex: none;
	width: 49.0%;
  margin-left: 0.9%;
  margin-bottom: 2em;
  }
  .bs-guess-sku-col-2 li:nth-child(2n+1) {
  margin-left: 0;
  }
  .bs-guess-sku-col-3 li {
	flex:initial;
	width: 32%;
  margin-left: 0.5%;
  margin-bottom: 2em;
  }
  .bs-guess-sku-col-3 li:nth-child(3n+1) {
  margin-left: 0;
  }
  .bs-guess-sku-col-4 li {
	flex:initial;
	width: 23.0%;
  margin-left:  0.5%;
  margin-bottom: 2em;
  }
  .bs-guess-sku-col-4 li:nth-child(4n+1) {
  margin-left: 0;
  }
  .bs-guess-sku-col-5 li {
	flex:initial;
	width: 17.6%;
  margin-left:  0.5%;
  margin-bottom: 2em;
  }
  .bs-guess-sku-col-5 li:nth-child(5n+1) {
  margin-left: 0;
  }
  .bs-guess-sku-col-6 li {
	flex: initial;
	width: 16.4%;  
  margin-left:  1px;
  }
  .bs-guess-sku-col-6 li:nth-child(6n+1) {
  margin-left: 0;
  }


  .bs-guess-sku-pdp{
    margin-top: 50px;
  }

  .bs-seo-hidden {
    font-size: 0!important;
    width: 0!important;
    height: 0!important;
    overflow: hidden!important;
  }

  .product_rightcontent #RecomProductsWrap{
    display: none!important;
  }

/* 关于我们改版 */
@media screen and (min-width: 700px) {
  .bs-hidden-by-pc{
      display: none;
  }
}
@media screen and (max-width: 700px) {
  .bs-hidden-by-mob{
      display: none;
  }
}
.bs-about-us{
padding: 3.5em 0;
}
.bs-about-us-content{
width: 960px;
margin: auto;
overflow: hidden;
}
.bs-about-us-side{
float: left;
width: 260px;
margin-right: 50px;
line-height: 1;
color: #333;
}
.bs-about-us-side h2{
font-size: 24px;
border-bottom: 1px #d9d9d9 solid;
padding: 1em 0;
}
.bs-about-us-side a{
display: block;
color: inherit;
}
.bs-about-us-side a:hover{
color: #000;
}
.bs-about-us-side ul{
padding: 1.2em 0;
border-bottom: 1px #d9d9d9 solid;
}
.bs-about-us-side li a{
font-size: 1.2em;
padding: .8em 0;
}
.bs-about-us-side .current{
font-weight: bold;
color: #000;
}
.bs-about-us-main{
display: block;
overflow: hidden;
color: #898989;
font-size: 1.2em;
line-height: 1.8;
}
.bs-about-us-main a{
color: #000;
text-decoration: underline;
}
.bs-about-us-main a:hover{
color: #666;
}
.bs-about-us-main h3{
color: #1b1b1b;
font-size: 24px;
line-height: 1;
padding: 1em 0;
}
.bs-about-us-main p{
  margin-bottom: 1em;
}
.bs-about-us-main ul{
padding-left: 2em;
}
.bs-about-us-main ul li{
list-style-type: initial;
}
.bs-about-us-main ul li p{
  margin-bottom: 0;
}
.bs-line-solid{
font-size: 0px;
padding: 0;
margin: 30px 0;
border-bottom: 1px #ddd solid;
}
.bs-line-solid + h3{
padding-top: 0;
}
.bs-line-dotted{
font-size: 0px;
padding: 0;
margin: 30px 0;
border-bottom: 1px #ddd dotted;
}
.bs-line-dotted + h3{
padding-top: 0;
}

.kohler-today .newinfo_list_detail {
  height: 380px;
}


/* 通用article 详情页 2022.04.18 */

.bs-article-detail{
  width: 942px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 30px;
}
.bs-article-detail *{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #020202;
}
.bs-article-detail .articleHeader{
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.bs-article-detail .articleHeader h3{
  padding: 10px 0 15px 0;
  font-size: 24px;
}
.bs-article-detail .articleHeader p{
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
.bs-article-detail .articleDetails{
  width: 100%;
}
.bs-article-detail .articleDetails p{
  text-indent: 2em;
  margin: 1em 0;
  font-size: 1.25em;
  line-height: 2;
}
.bs-article-detail .articleDetails img{
  max-width:100%;
  display: block;
  margin: auto;
}
.bs-article-detail .articleTitle{
  padding:30px 0 10px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
}

/* 
 *设计奖项 
 */
 .bs-design-award-content * {
	width: initial;
	height: initial;
	margin: initial;
	padding: initial;
	font-size: 14px;
	font-weight: normal;
	line-height: inherit;
  color: inherit;
	float: initial;
	position: initial;
	left: initial;
	top: initial;
	right: initial;
	bottom: initial;
	border: initial;
	transform: initial;
	page-break-inside: avoid;
	text-align: initial;
  }
.bs-design-award-content {
  width: 940px;
  margin: auto;
  color: #888;
  line-height: 2;
}
.bs-design-award-content img {
  max-width: 100%;
  display: block;
}
.bs-design-award-content section {
  padding: 0;
}
.bs-design-award-content section + section {
  border-top: 1px #ddd solid;
}
.bs-design-award-content section > .img-block:last-child,
.bs-design-award-content section > .img-left:last-child,
.bs-design-award-content section > .img-right:last-child {
  margin-bottom: 5em;
}
.bs-design-award-row{
  display: flex;
}
.bs-design-award-col.bs-col-12{
  width: 100%;
}
.bs-design-award-col.bs-col-6{
  width: 50%;
}
.bs-design-award-words{
  padding: 5em;
}
.bs-design-award-words h2{
  font-size: 24px;
  line-height: 1;
  color: #222;
  margin-bottom: 1.5em;
}
.bs-design-award-words p{
  text-indent: 2em;
}
.bs-design-award-words ul{
  padding-left: 2em;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.bs-design-award-row.img-block .bs-design-award-words ul,
.bs-design-award-row.img-left .bs-design-award-words ul,
.bs-design-award-row.img-right .bs-design-award-words ul {
  align-items: center;
}
.bs-design-award-words ul li{
  list-style-type: initial;
  font-size: 16px;
  line-height: 1.8;
}
.bs-design-award-words ul li p{
  text-indent: 0;
  font-size: inherit;
  line-height: inherit;
}
.bs-design-award-col.bs-col-6 .bs-design-award-words{
  height: 100%;
  box-sizing: border-box;
}

/* tabs 公用*/
.bs-tabs-hd{
  text-align: center;
  padding: 20px 0;
}
.bs-tabs-hd li{
  display: inline-block;
  padding: 10px 50px;
  background-color: #eee;
  color: #000;
  margin-left: 10px;
  font-size: 16px;
  cursor: pointer;
}
.bs-tabs-hd li a{
  color: inherit;
}
.bs-tabs-hd-active-1 li:nth-child(1),
.bs-tabs-hd-active-2 li:nth-child(2),
.bs-tabs-hd-active-3 li:nth-child(3),
.bs-tabs-hd-active-4 li:nth-child(4),
.bs-tabs-hd li.bs-tab-hd-active{
  background-color: #000;
  color: #fff;
  cursor: default;
}

.bs-tabs-hd-active-1 li:nth-child(1) a,
.bs-tabs-hd-active-2 li:nth-child(2) a,
.bs-tabs-hd-active-3 li:nth-child(3) a,
.bs-tabs-hd-active-4 li:nth-child(4) a,
.bs-tabs-hd li.bs-tab-hd-active a{
  color: inherit;
}

/* 公用视频播放器宽度自适应样式 */
.bs-video-box {
  position: relative;
  height: 0;
  padding-bottom: 56.3333%;
}
.bs-video-box > * {
  position: absolute;
  width: 100%;
  height: 100%;
}
.bs-video-box > * > *{
  width: 100%!important;
  height: 100%!important;
}

.amap-copyright, .amap-logo{
  z-index: 10!important;
}