/*
Theme Name:joplax
Theme URI:http://www.wpme.cn
Description:www.wpme.cn 专为WordPress建站而生！官方网站：<a href="http://www.wpme.cn">WPME</a>
Version:1.0
Author:yuxing
Author URI: http://www.wpme.cn
*/
.header_bg{background: #fff;}
.home .header_bg{background: none;}
.top-link ul{display: none;}
.top-link:hover ul{display: block;}
.top-link a{border: 1px solid #f2f2f2;padding: 2px 18px;text-align: center;margin-top: -2px;display: block;}
.top-link a:hover{text-decoration: none;background: #f0f0f0;}

#searchArea select{font-size:16px;color:blue;width:160px;margin-top:15px;}

.about-list{margin: 0;padding: 0;}
.about-list li{width: 48%;float: left;margin:1%;}
.about-list li img{width: 100%;height: auto;}
.size-full{width: 100%;height: auto;}
.products_box1_l{height: 128px;overflow: hidden;}
#dcms_layoutPageBlockPasteArea{font-size:14px;}

/*faq*/
/*------------------------------------------------------------------------------*/

.faq_box {
	background:#EFEFEF;
	width:680px;
	height:auto;
	padding:20px;
}
.faq_box2 {
	border:1px solid #DDD;
	width:678px;
	height:auto;
	padding:20px;
}
.faq_box h3, .faq_box2 h3 {
	font-size:16px;
	color:#0066B0;
	font-weight:bold;
	margin-bottom:15px;
}

.faq {
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
	margin-bottom:5px;
}
.faq_q, .faq_a {
	padding-top:3px;
}

.wpcf7 input,.wpcf7 textarea{
display: block;
    width: 90%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 15px;
}
.wpcf7 .wpcf7-submit{
	background: #0066B0;
	color: #fff;
}