@charset "utf-8";
/* 表单：start */

.header_inquiry input,textarea{
    border:1px solid #dcdcdc!important;
    border-radius: 5px;
}
#inquiry-form h2{
	padding-bottom:0!important
}
#header_inquiry-form-windows h2{
	padding-bottom:0!important
}
#header_inquiry-form-windows button{
	background:rgba(0,0,0,0.07)!important;
	width:150px!important;
	float:right
}
#inquiry-form button{
	background:#4a4849!important;
	width:150px!important;
	float:right
}
#header_inquiry-form button{
        text-transform: uppercase;
	background:#f2343c!important;
	width:150px!important;
	float:right;
	color:#fff!important;
}
#header_inquiry-form h2{
	padding-bottom:0!important;
	color:#000!important;
}
@media screen and (min-width:981px){
   #header_inquiry-form h2{
       font-size: 30px!important;
   }
}

#close-form,#header_close-form{
	font-size:34px!important
}
#et-info{
	padding-bottom:0!important
}
@media screen and (max-width:981px){
	#et-info{
		margin-left:0!important
	}
	#primary{
		margin-top:0!important
	}
	#news-categories-sidebar{
		width:100%!important
	}
	article #main .news{
width:100%!important
	}
	article #primary {
    margin-top: 110px!important;
}
	
	#h-project .et_pb_slide_image{
		display:block!important
	}	
	
	#et_search_icon::before{
		color:#000!important
	}
	#header_inquiry-form{
		width:100%!important;
		height:auto!important;
	}
	
	
}
.header_inquiry{
    height: auto!important;
}

#header_inquiry-form{
		width:100%!important;
		height:auto!important;
	}
#header_inquiry-form div:nth-child(1){
	background:transparent!important;
	padding:0!important;
}
#inquiry-form div:nth-child(2){
	background:#4a4849!important
}
#inquiry-form-content button{
	background:#4a4849!important
}
#side-cate .dipl_woo_product_category_content{
	padding:10px 0!important
}
/* 表单：end */


.change-language-cont {
	top: 27px;
	*top: 26px;
	padding: 10px 5px;
	width: 380px !important;
	max-height: 80vh !important;
	overflow-y: scroll !important;
}
.inquiry-form-wrap.ct-inquiry-form{    margin-top: 20px;}
.inquiry-form-wrap.ct-inquiry-form .layout{height: 420px !important;}
@media only screen and (max-width: 950px) {
	.change-language-cont {
		max-height: none;
	}
}
.product_list_items ,.product-list ul.product_list_items ,  .items_list ul.product_list_items{    width: 100%;
    margin: 0;}
 
 @media screen and (min-width:981px){
   .product_list_items .product_list_item { 
    width:calc(50% - 20px);
    float: left;
    margin-right:20px;        margin-bottom: 2%;
    
    
}  

 .product_list_items .product_list_item:nth(2n+2){
     margin-right:0!important;
 }
 .product_list_item figure figcaption .item_title{
            line-height: 1.5;
        font-weight: normal;
 }

 }
 


.product_list_item figure {
	   /*padding: 10px 0; */
    background: #f6f6f6;
    /* border-bottom: 1px #eee dashed; */
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: nowrap;
    margin-bottom: 2%;
}

.product_list_item figure .item_img {
	display: inline-block;
	max-width: 50%;
}
.product_list_item figure .item_img img{ box-shadow: 1px 1px 4px rgba(0,0,0,.2); width: 100%;}
.product_list_item figure figcaption {
    width: 50%;
    display: flex
;
    flex-flow: row wrap;
    /* justify-content: space-between; */
    padding: 15px;
    align-items: center;
}

.product_list_item figure figcaption .item_title {
    text-transform: capitalize;
    
}

.product_list_item figure figcaption .item_title a {
	text-transform: capitalize;
	font-size: 18px;
	letter-spacing: .38px;
}

.product_list_item .product_btns {
	text-align: right;
	position: relative;
}

.product_list_item figure figcaption .item_info {
	font-size: 13px;
	margin: 13px 0;
	max-height: 80px;
	overflow: hidden;
	line-height: 20px;
}

.product_list_item .product_btns .priduct_btn_inquiry ,.product_list_item .product_btns .priduct_btn_detail {
line-height: 30px;
    display: inline-block;
    padding: 3px 25px;
    position: relative;
    background: #f2343c;
    text-transform: uppercase;
    color: #fff;
    transition: all ease-in-out .35s;
    -webkit-transition: all ease-in-out .35s;
    letter-spacing: .38px;
    font-weight: bold;
    font-size: 13px;
    z-index: 0;
    border-radius: 2px;
}

.product_list_item .product_btns .priduct_btn_inquiry {
     margin-right: 13px;
}

.product_list_item .product_btns .priduct_btn_detail {
 
}
.product_list_item .product_btns .priduct_btn_inquiry:after ,.product_list_item .product_btns .priduct_btn_detail:after{    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width:0;
    height: 100%;
    background: #0a3161; 

      z-index: -1; transition: all ease-in-out .35s;
    -webkit-transition: all ease-in-out .35s;}
 

.product_list_item .product_btns .priduct_btn_inquiry:hover:after ,.product_list_item .product_btns .priduct_btn_detail:hover:after{   width: 100%;}

 

@media only screen and (max-width: 1280px) {
	.product_list_item figure figcaption .item_info {
		max-height: 60px;
	}
}

@media only screen and (max-width: 1200px) {
	.product_list_item figure figcaption .item_title a {
		font-size: 16px;
		letter-spacing: unset;
	}
}

@media only screen and (max-width: 768px) {
	.product_list_item figure .item_img {
		max-width: 25%;
	}

	.product_list_item figure figcaption {
		width: 73%;
	}
}

@media only screen and (max-width: 640px) {
	.product_list_item figure figcaption .item_title a {
		font-size: 14px;
	}

	.product_list_item figure figcaption .item_info {
		margin: 7px 0;
		font-size: 12px;
		line-height: 18px;
		max-height: 36px;
	}

	.product_list_item .product_btns .priduct_btn_inquiry, .product_list_item .product_btns .priduct_btn_detail {
		line-height: 24px;
	}
}

@media only screen and (max-width: 480px) {
	.product_list_item figure .item_img {
		max-width: 100%;
		width: 100%;
		text-align: center;
	}

	.product_list_item figure figcaption {
		width: 100%;
		padding: 10px;
	}

	.product_list_item figure figcaption .item_title a {
		font-size: 12px;
	}

	.product_list_item figure figcaption .item_info {
		margin: 3px 0;
	}

	.product_list_item .product_btns {
		text-align: left;
		margin-top: 7px;
	}
}