﻿
/*search*/
/*------------------------------------------------------------------------------*/

.result_box{
	margin-bottom: 45px;
}

.db_search_header .search_sort_box{
	width: 50%;
	color: #333333;
	font-size: 13px;
	float: left;
}

.db_search_header .search_sort_box .result_text{
	margin-bottom: 10px;
}

.result_box .search_sort dt,
.result_box .search_sort dd,
.result_box .search_sort li{
	display:inline-block;
}
.result_box .search_sort li{
	background:url(../image/common/db_search_sort_line.jpg) no-repeat left center;
	padding-right:10px;
	padding-left:15px;
}
.result_box .search_sort li:first-child{
	background: none;
	padding-left:5px;
}

.result_box .search_sort li a:hover{
	color: #5285BF;
	text-decoration: underline;
}

#pager_top{
	width: 50%;
	float: right;	
}

.pager {
	text-align: right;
	zoom:1;
    letter-spacing:-1em;
}
.pager a,
.pager span {
	display:inline-block;
	margin-right:8px;
    letter-spacing:normal;
}
.pager a,
.pager span{
	padding:3px 4px;
	min-width:15px;
	text-align:center;	
	font-size:12px;
	line-height:1;
	text-decoration: none !important;
}
.pager a:link,
.pager a:visited {
	color: #1F1F1F;
}
.pager a:hover,
.pager a:active {
	color: #fff;	
	background-color: #045574;
}
.pager span {
	color: #fff;	
	background-color: #045574;
}
.pager .dots{
	color: #1F1F1F;	
	background-color: #FFFFFF;	
}

.pager .next {
	color: #045574 !important;	
	margin-right:0;
}

.pager .prev{
	color: #045574 !important;
}

.pager .prev:hover,.pager .next:hover{
	color: #fff !important;
}


.db_search_item_wrapper .item_box_row{
	margin-bottom: 28px;
}

.db_search_item_wrapper .item_box_row:last-child{
	margin-bottom: 0px;
}

.db_search_item_wrapper .search_item_box{
	width: 23.2%;
	float: left;
	border: solid 2px #DDDDDD;
	padding: 20px 20px 15px 20px;
	margin-left: 2.4%;
	position: relative;
}

.db_search_item_wrapper .search_item_box:first-child{
	margin-left: 0%;
}

.db_search_item_wrapper .search_item_box:after{
	content:" ";
	display:block;
	background: url(../image/common/db_search_item_box_arr.jpg) no-repeat left center;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: -2px;
	right: -2px;
}
.db_search_item_wrapper .search_item_box .item_num {
    font-size: 11px;
    line-height: 1.2;
    color: #FFFFFF;
    text-align: center;
    background-color: #045574;
    padding: 6px;
    word-break: normal;
    overflow-wrap: break-word;
}

.db_search_item_wrapper .search_item_box .item_image{
	margin-bottom: 10px;
}

.db_search_item_wrapper .search_item_box .item_image a{
	width: 178px !important;
	height: 140px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.db_search_item_wrapper .search_item_box .item_image img{
	max-width: 178px !important;
	max-height: 140px !important;
	width: auto !important;
	height: auto;
}

.db_search_item_wrapper .search_item_box .item_name{
	font-size: 14px;
	color: #333333;
	line-height: 140%;
	word-break: break-all;
}


.db_search_item_wrapper .search_item_box:hover{
	border: solid 2px #BBBBBB;
	transition: 0.3s;	
}

.db_search_item_wrapper .search_item_box:hover .item_name{
	color: #5285BF;
}

.db_search_item_wrapper .search_item_box:hover:after{
	opacity: 0.7;
}

#pager_bottom{
	margin-top: 40px;
}


/*sidebar*/
/*------------------------------------------------------------------------------*/

#side_search_title{
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	background-color: #045574;
	padding: 10px 10px;
}

#side_search{
	background-color: #F5F5F5;
	padding: 20px 10px 30px 10px;
}

.db_sidebar_title{
	font-size: 14px;
	color: #333333;
	margin-bottom: 5px;
}

.db_sidebar_title:before{
	margin:0 10px 0 0;
	content:" ";
	display:inline-block;
	background-color: #045574;
	width: 7px;
	height: 7px;
	vertical-align:middle;	
}

.db_sidebar_keyword_box{
	margin-bottom: 25px;
}

.db_sidebar_keyword_box .input_box{
	width: 74.8%;
	float: left;
}

.db_sidebar_keyword_box .input_box input{
	width: 100%;
	height: 35px;
	font-size: 13px;
	color: #888888;
	text-indent: 15px;
	border: none;
}

.db_sidebar_keyword_box .submit{
	width: 25.2%;
	float: right;
}

.db_sidebar_keyword_box .submit input[type="submit"] {
    width: 100%;
	height: 35px;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	background-color: #045574;  
    border: medium none;
    border: solid 1px #045574;
    cursor: pointer;
    transition: 0.7s;
	-webkit-appearance: none;
	border-radius: 0;
}

.db_sidebar_keyword_box .submit input[type="submit"]:hover {
	color: #045574;
	background-color: #FFFFFF;  
}

#side_search .plus_border{
	background: url(../image/common/db_sidebar_input_border.png) no-repeat center bottom;
	padding-bottom: 35px;
}
#side_search select {
    display: block;
    width: 100%;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px transparent;
    box-shadow: inset 0 1px 1px transparent;
    -webkit-transition: all ease-in-out 0.15s;
    -o-transition: all ease-in-out 0.15s;
    transition: all ease-in-out 0.15s;
    -webkit-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../image/common/top_db_arr.gif) no-repeat right #FFF;
    background-size: 40px;
}
#side_search select[disabled*="disabled"] {
	background: url(../image/common/top_db_arr.gif) no-repeat right center/40px #DDD;
}
#side_search select::-ms-expand {
	display: none;
}
#side_search_category_list{
	width: 100%;
	height: 35px;
	font-size: 13px;	
	color: #878787;
	text-indent: 15px;
	border: none;
	margin-bottom: 25px;	
}

#side_search_category_list_child{
	width: 100%;
	height: 35px;
	font-size: 13px;	
	color: #878787;
	text-indent: 15px;
	border: none;
	margin-bottom: 45px;	
}

.db_sidebar_select_box{
	width: 100%;
	height: 35px;
	font-size: 13px;	
	color: #878787;
	text-indent: 15px;
	border: none;	
}

.db_sidebar_check_box{
	width: 90%;
	font-size: 14px;
	color: #333333;
	margin: 0 auto;
}

.db_sidebar_check_box label{
	width: 50%;
	display: block;
	float: left;
	margin-bottom: 5px;
}

.db_sidebar_check_box input{
	vertical-align: middle;
	margin-right: 10px;
}

.db_sidebar_submit_btn{
	text-align: center;
	margin-top: 30px;
}

.db_sidebar_submit_btn{
	text-align: center;
	margin-top: 30px;
}

.db_sidebar_submit_btn input[type="submit"] {
    width: 36.5%;
	height: 35px;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	background-color: #045574;  
    border: medium none;
    border: solid 1px #045574;
    cursor: pointer;
    transition: 0.7s;
	-webkit-appearance: none;
	border-radius: 0;    
}

.db_sidebar_submit_btn input[type="submit"]:hover {
	color: #045574;
	background-color: #FFFFFF;  
}


/*item*/
/*------------------------------------------------------------------------------*/

#item_box01,#item_box02,#item_box03,#item_box04,#item_box05,#item_box06,#item_box07,#item_box08,#item_box09,#item_box10,#item_box11,#item_box12,#item_box13,#item_box14{
	margin-bottom: 65px;
}

#item_box01 .db_item_icon_box{
	margin-bottom: 20px;
}

#item_box01 .db_item_icon_box li{
	width: 27%;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	list-style: none;
	float: left;
	padding: 5px 0px;
	margin-left: 1%;
}

#item_box01 .db_item_icon_box li:first-child{
	margin-left: 0%;
}

#item_box01 .db_item_icon_box .new_icon{
	background-color: #EE2B39;
}

#item_box01 .db_item_icon_box .sales_icon{
	background-color: #367790;
}

#item_box01 .db_item_icon_box .industry_icon{
	background-color: #045574;
}

#item_box01 .item_photo_box{
	width:43.3%;
	float:left;
}

#item_box01 .item_photo{
	width: 415px;
	height: 348px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: solid 1px #CCCCCC;
}

#item_box01 .item_photo a {
	display: none;
}

#item_box01 .item_photo a.on {
	display: block;
}

#item_box01 .item_photo img{
	max-width:415px;
	max-height:348px;
	width: auto;
	height: auto;
}

#item_box01 .item_photo_thumbnail{
	width:100%;
	height:65px;
	margin: 10px 0px 20px 0px;
	overflow: hidden;
}

#item_box01 .item_photo_thumbnail ul{
	width:100%;
}

#item_box01 .item_photo_thumbnail ul:before,
#item_box01 .item_photo_thumbnail ul:after{content: ""; display: block;}
#item_box01 .item_photo_thumbnail ul:after{clear: both;}
#item_box01 .item_photo_thumbnail ul{zoom:1;}

#item_box01 .item_photo_thumbnail li{
	width: 19%;
	height: 65px;
	border: solid 1px #CCCCCC;
	list-style: none;
	margin-left:1.2%;
	float:left;
	position: relative;
	cursor: pointer;
}

#item_box01 .item_photo_thumbnail li:first-child{
	margin-left:0;
}

#item_box01 .item_photo_thumbnail li:hover{
	border: solid 1px #999999;
	transition: 0.3s;
}

#item_box01 .item_photo_thumbnail img.on{

}

#item_box01 .item_photo_thumbnail img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    max-height: 61px;
    max-width: 76px;
    margin: auto;
}

#item_box01 .db_item_banner_box li{
	width: 49%;
	list-style: none;	
	float: left;
	margin-right: 2%;
	margin-bottom: 10px;
}

#item_box01 .db_item_banner_box li:nth-child(2n){
	margin-right: 0%;
}

#item_box01 .db_item_banner_box .banner01 a{
	width: 100%;
	display: block;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;	
	background-color: #374252;
	padding: 12.5px 10px;
}

#item_box01 .db_item_banner_box .banner01 a:before{
	margin:0 10px 0 0;
	content:" ";
	display:inline-block;
	background: url(../image/common/db_item_banner01_icon.png) no-repeat left center;
	width: 32px;
	height: 29px;
	vertical-align:middle;	
}

#item_box01 .db_item_banner_box .banner01 a:hover{
	text-decoration: none;
	opacity: 0.7;
}

#item_box01 .db_item_banner_box .banner02 a{
	width: 100%;
	display: block;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;	
	background-color: #374252;
	padding: 12.5px 10px;
}

#item_box01 .db_item_banner_box .banner02 a:before{
	margin:0 10px 0 0;
	content:" ";
	display:inline-block;
	background: url(../image/common/db_item_banner01_icon.png) no-repeat left center;
	width: 32px;
	height: 29px;
	vertical-align:middle;	
}

#item_box01 .db_item_banner_box .banner02 a:hover{
	text-decoration: none;
	opacity: 0.7;
}

#item_box01 .item_text{
	width:51.6%;
	float:right;
}

#item_box01 .item_text .db_item_category_box{
	font-size: 15px;
	background-color: #F5F5F5;
	padding: 4px 10px;
	margin-bottom: 10px;
}

#item_box01 .item_text .db_item_category_box li{
	list-style: none;
}

#item_box01 .item_text .db_item_category_child{
	color: #333333;
	padding-left: 10px;
	margin-bottom: 10px;
}

#item_box01 .item_text .db_item_category_box .parent{
	width: 50%;
	color: #333333;
	float: left;
}

#item_box01 .item_text .db_item_category_box .child{
	width: 50%;
	color: #AAAAAA;
	text-align: right;
	float: right;
}

#item_box01 .item_text .db_item_number{
	font-size: 32px;
	line-height: 140%;
	font-weight: bold;
	color: #333333;
}

#item_box01 .item_text .db_item_name{
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	border-bottom: solid 1px #DDDDDD;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#item_box01 .item_text .db_item_catch{
	font-size: 14px;
	color: #333333;
	line-height: 160%;
	margin-bottom: 23px;
}

#item_box01 .item_text .db_item_flag_box{
	margin-bottom: 30px;
}

#item_box01 .item_text .db_item_flag_box li{
	width: 24.7%;
	font-size: 12px;
	color: #374152;
	text-align: center;
	list-style: none;
	background-color: #F5F5F5;
	border: solid 1px #CCCCCC;
	float: left;
	padding: 6px 0px;
	margin-right: 0.4%;
	margin-bottom: 3px;
}

#item_box01 .item_text .db_item_flag_box li:nth-child(4n){
	margin-right: 0%;
}

#item_box01 .db_item_spec_table{
	width: 100%;
	font-size: 14px;
	color: #333333;
	border-collapse:collapse;
}

#item_box01 .db_item_spec_table th{
	padding:9px 10px 9px 18px;
	vertical-align: middle;
	border: none;
}

#item_box01 .db_item_spec_table td{
	padding:9px 10px;
	vertical-align: middle;
	border: none;

}

#item_box01 .db_item_spec_table tr{
	background-color: #F5F5F5;
	border-bottom: dotted 1px #333333;		
}

#item_box01 .db_item_spec_table tr:nth-child(2n){
	background-color: #FFFFFF;
}

#item_box01 .db_item_spec_table tr:first-child th,#item_box01 .db_item_spec_table tr:first-child td{
	border-top: solid 2px #045574;
}

#item_box01 .db_item_spec_table .item01{
	width: 37.4%;
}

#item_box01 .db_item_spec_table .item02{
	width: 6%;
}

#item_box01 .db_item_spec_table .item03{
	width: 56.5%;
}

#item_box02 .db_item_detail_txt{
	font-size: 15px;
	color: #333333;
	line-height: 160%;
	border-left: solid 1px #045574;
	padding-left: 10px;
}

#item_box03 .db_item_size_box{
	margin-bottom: 20px;
}

#item_box03 .db_item_size_box .box_left{
	width: 49.5%;
	text-align: center;	
	border: solid 1px #CCCCCC;
	float: left;
}

#item_box03 .db_item_size_box .box_right{
	width: 49.5%;
	text-align: center;
	border: solid 1px #CCCCCC;	
	float: right;
}

#item_box03 .db_item_size_box .box_left img,#item_box03 .db_item_size_box .box_right img,#item_box03 .db_item_size_image img{
	max-width: 100%;
	height: auto;
}

#item_box03 .db_item_size_image{
	text-align: center;
	border: solid 1px #CCCCCC;	
	margin-bottom: 30px;
}

#item_box03 .db_item_size_txt01{
	font-size: 15px;
	color: #333333;
	line-height: 160%;
	margin-bottom: 30px;
}

#item_box03 .db_item_size_txt02 li{
	font-size: 12px;
	color: #878787;
	line-height: 170%;
	list-style: none;
}

#item_box04 .db_item_installation_box01{
	border: solid 1px #CCCCCC;	
	margin-bottom: 10px;
}

#item_box04 .db_item_installation_box01 img,#item_box04 .db_item_installation_box02 img,#item_box04 .db_item_installation_box03 img{
	max-width: 100%;
	height: auto;	
}

#item_box04 .db_item_installation_box02{
	margin-bottom: 10px;
}

#item_box04 .db_item_installation_box02 .box_left{
	width: 49.5%;
	text-align: center;	
	border: solid 1px #CCCCCC;
	float: left;	
}

#item_box04 .db_item_installation_box02 .box_right{
	width: 49.5%;
	text-align: center;	
	border: solid 1px #CCCCCC;
	float: right;	
}

#item_box04 .db_item_installation_box03 li{
	width: 24.2%;
	border: solid 1px #CCCCCC;	
	list-style: none;
	float: left;
	margin-left: 1%;
}

#item_box04 .db_item_installation_box03 li:first-child{
	margin-left: 0%;
}

.db_item_free_txt{
	font-size: 15px;
	color: #333333;
	line-height: 180%;
	margin-bottom: 40px;
}

.db_item_free_image01{
	text-align: center;	
	border: solid 1px #CCCCCC;	
	margin-bottom: 10px;
}

.db_item_free_image02 .box_left{
	width: 49.5%;
	text-align: center;	
	border: solid 1px #CCCCCC;
	float: left;	
}

.db_item_free_image02 .box_right{
	width: 49.5%;
	text-align: center;	
	border: solid 1px #CCCCCC;
	float: right;	
}

.db_item_free_image01 img,.db_item_free_image02 img{
	max-width: 100%;
	height: auto;
}

#recommend .db_recommend_item_box li{
	width: 31.5%;
	list-style: none;
	border: solid 2px #DDDDDD;
	float: left;
	padding: 15px 15px 25px 15px;
	margin-right: 2.7%;
	margin-bottom: 30px;
	position: relative;
}

#recommend .db_recommend_item_box li:nth-child(3n){
	margin-right: 0%;
}

#recommend .db_recommend_item_box li:after {
    content: " ";
    display: block;
    background: url(../image/common/db_item_recommend_arr.jpg) no-repeat left center;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -2px;
    right: -2px;
}

#recommend .db_recommend_item_box .recommend_item_image{
	margin-bottom: 20px;
}

#recommend .db_recommend_item_box .recommend_item_image a{
	width: 268px;
	height: 217px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#recommend .db_recommend_item_box .recommend_item_image img{
	max-width: 268px;
	max-height: 217px;
	width: auto;
	height: auto;
}

#recommend .db_recommend_item_box .recommend_item_name{
	font-size: 15px;
	color: #333333;
}

#recommend .db_recommend_item_box li:hover{
	border: solid 2px #BBBBBB;
	transition: 0.3s;	
}

#recommend .db_recommend_item_box li:hover .recommend_item_name a{
	color: #5285BF;
	text-decoration: none;
}

#recommend .db_recommend_item_box li:hover:after{
	opacity: 0.7;
}
