.head-nav .row div:nth-child(6) a {
	background: #00a2e8;
	border-radius: 10px;
	color: white;
	cursor: pointer;
}

.products .row>img {
	max-width: 100%;
}

.products .row .col-md-4 {
	padding: 20px 20px;
}

.products .row .col-md-4 div {
	border: 1px solid #9D9D9D;
	border-radius: 10px;
	padding-bottom: 10px;
}
.products .row .col-md-4 h3{
	font-size: 16px;
}

.products .row .col-md-4 .btn {
	margin-top: 5px;
}

.products .row .col-md-4 img {
	max-width: 100%;
	height: 160px;
	border-radius: 10px;
}

.products .row {
	text-align: center;
}

.col-md-6:first-child {
	margin-top: 30px;
	height: 300px;
	border: 1px solid #ccc;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-primary+h5{
	display: none;
}
.btn-primary+h5+h5:before{
	display: block;
	margin-bottom: 10px;
    clear: both; 
	content: "TELL:＋86-0755-85280750 \A";
	
}
/*.btn-primary:after{
	content: "\A aaaaaaaaaaaaaaaaa";
	white-space：pre-wrap; 
}*/
/*.btn-primary+h5:after
	{ 
content:"0";
color: red;
}*/

img {
	max-width: 100%;
}

h5 {
	border: none;
	font-weight: bold;
	font-size: 16px;
}

pre {
	font-family: "Verdant";
	font-size: 16px;
	margin: 0 0 10px;
	background: none;
	line-height: 25px;
}

.select-box {
	width: 100%;
	text-align: left;
	/*display: flex;*/
	/*flex-flow:column;
				align-items: center;*/
	/*justify-content: center;*/
}

.select-box .select-title {
	height: 30px;
	width: 100%;
	margin-top: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* background: #7ED7F7; */
	border-radius: 5px;
	/* color: white; */
	cursor: pointer;
}

.select-box ul {
	/*display: block;*/
	width: 100%;
	/*border: 1px solid yellow;*/
}

.select-box ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	height: 30px;
	line-height: 30px;
	list-style: none;
	cursor: pointer;
}

.select-box ul li:hover{
	background: #00a2e8;
}

.select-box ul li.current {
	background: #ebebeb;
}

.select-box ul li:not(:last-of-type) {
	border-bottom: 1px solid #ccc;
}

.none {
	display: none;
}

.block {
	display: block;
}