/*!
 *  Fuda by lonnylin 124318556@qq.com Design
 *  Copyright 2018-Now fuda machine, Inc.
 *  License -  http://www.fudajixie.cn (Version: v1.1.1, CSS: MIT License)
 */
/* FUDA MOBILE PATH
 * -------------------------- */
@media screen and (max-width: 640px) {

#ServicePanel, .ctrolPanel, .servicePanel, .messagePanel, .qrcodePanel {
	display: none
}

/* LOGO */

.header .logo {		
	margin: 0;
	padding: 0 10px;
	height: auto
}

/* NAVBAR */

.top-nav {
	float: inherit;
	margin-top: 0;
	margin-bottom: 10px
}

.menu-extra li {
	padding-top: 5px;
}

/* FLASH */

.flash {
	height: 200px
}

.full-screen-slider {
	height: 200px
}

.slides {
	height: 200px
}

.slides li {
	background-position: center center;
	background-size: cover
}

.switch {
	display: none
}

/* ASIDE ARTICLE */

aside.fd-left {
	float: inherit;
	width: 100%
}

article.fd-right {
	float: inherit;
	width: 100%;
	overflow: hidden
}

/* ARTICLE LEFT */

h2.about-title span.title, h2.product-title span.title, h2.news-title span.title, h2.tags-title span.title {
	width: 60%
}

h2.about-title span.more, h2.product-title span.more, h2.news-title span.more, h2.tags-title span.more {
	width: 40%
}

p.fd-about-within img {
	margin-right: 0;
	margin-bottom: 10px;
	width: 100%
}

/* PRODUCTS */

.products-list {
	margin-left: -4%
}

.products-list li {
	width: 46%;
	margin-left: 4%
}

.products-list .chart {
	width: 100%;
	height: 174px
}

.products-list .chart img {
	width: 100%;
	height: 174px
}

.fds-wrap {
	float: inherit;
	width: 100%;
	margin-bottom: 20px
}

.fds-whole {
	padding: 0
}

.fds-pro-title {
	float: inherit;
	width: 100%
}

h2.product-intro span.title {
	width: 70%;
}

h2.product-intro span.more {
	width: 30%
}

/* RELATED */

.fd-related li .fa-angle-right {
	float: left;
	padding: 5px 0
}

.fd-related li {
	padding: 10px;
	overflow: hidden
}

.fd-related li a {
	float: left;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.fd-l-i {
	width: 30%
}

}