.inner-banner img {
	width: 100%;
}

.container {
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
}

.sidebar {
	float: left;
	width: 240px;
}

.main {
	padding: 0 0 0 270px;
}

/* 单页内容 */
.info-content {
	display: block;
    line-height: 24px;
    padding: 20px 0 30px 20px;
	font-size: 14px;
}

/* 文章列表 */
.article-list {
	margin-top: 12px;
}

.article-wrapper li {
	text-align: right;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px dashed #ddd;
	color: #888;
	overflow: hidden;
	padding: 0 10px;
}

.article-wrapper li a {
	float: left;
	font-size: 14px;
	text-align: left;
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.article-wrapper li p {
	display: inline-block;
}

/* 文章详情 */
.article-content {
	padding-top: 28px;
}

.article-content .article-title {
	text-align: center;
	color: #000;
	font-size: 18px;
	line-height: 22px;
}

.article-content .article-times {
	line-height: 30px;
	border-bottom: solid 1px #ccc;
	padding-top: 10px;
	font-size: 12px;
	color: #999;
	width: 160px;
	margin: 0 auto;
	text-align: center;
}

.article-content .article-info {
	font-size: 14px;
}

.article-content .article-info p {
	padding-top: 20px;
	line-height: 24px;
}

/* 产品列表 */
.products-wrapper li {
	overflow: hidden;
	border-bottom: solid 1px #eee;
	padding: 8px 0;
}

.products-wrapper li .fl {
	float: left;
	padding-right: 20px;
}

.products-wrapper li .product-img {
	background: #fff;
	width: 150px;
	height: 150px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	border: solid 1px #eee;
	padding: 2px;
	overflow: hidden;
}

.products-wrapper li .product-img img {
	max-width: 150px;
	max-height: 145px;
	padding-top: 5px;
}

.products-wrapper li .products-title {
	display: block;
	max-height: 38px;
	font-size: 14px;
	padding: 4px 0 6px 0;
	overflow: hidden;
}

.products-wrapper li .products-info {
	display: block;
	font-size: 12px;
	color: #777;
	overflow: hidden;
}

.products-wrapper li .products-info p {
	line-height: 20px;
	margin: 0;
}

.products-wrapper li .products-info .more a {
	margin: 16px 0;
	display: inline-block;
	min-width: 85px;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}

.mmv {
	background-color: #ff0204;
	padding: 0 13px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	box-shadow: 0 0 1px rgb(0 0 0 / 0%);
	transform: translateZ(0);
	transition-property: color;
	transition-duration: .5s;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: .5s;
	-webkit-transition-property: color;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}

.mmv::before {
	background-color: #192634;
	transform-origin: 0 50%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
	content: "";
	transform: scaleX(0);
	transition-property: transform;
	transition-duration: .5s;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: .5s;
	-webkit-transition-property: transform;
	-webkit-transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
}

.mmv:hover {
	color: #fff;
	text-decoration: underline
}

.mmv:focus {
	color: #fff
}

.mmv:active {
	color: #fff
}

.mmv:hover::before {
	transform: scaleX(1);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	-webkit-transform: scaleX(1)
}

.mmv:focus::before {
	transform: scaleX(1);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	-webkit-transform: scaleX(1)
}

.mmv:active::before {
	transform: scaleX(1);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	-webkit-transform: scaleX(1)
}

.product-intro {
	font-size: 13px;
	line-height: 1.8;
	color: #666;
	margin: 15px 0 25px;
	padding: 6px;
	border: 1px solid #eee;
	border-radius: 5px;
}

/* 商品详情 */
.products-right {
	padding: 0 16px 0 440px;
}

.products-right .products-title {
	font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    color: #4a4a4a;
    padding-top: 15px;
    line-height: 24px;
    border-top: 1px solid #e4e2e2;
    text-transform: none;
    margin-bottom: 20px;
}

.products-right .products-note {
	line-height: 30px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.products-right .send-title {
	line-height: 48px;
    height: 48px;
    padding: 0 20px;
	color: #fff;
	margin: 16px 0;
    min-width: 85px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.products-content {
	padding-top: 30px;
    float: left;
    width: 100%;
}

.products-content .products-details,
.products-feedback-title{
	height: 40px;
    line-height: 40px;
    padding-left: 20px;
    background: #f3efec;
    color: #000;
    font-size: 18px;
}

.products-content .products-info {
	padding: 10px;
}

.products-content .products-info p {
	color: #222;
    font-size: 15px;
    line-height: 1.8;
}

.products-content .products-info img {
	max-width: 100%;
}

/* 相关模块 */
.related-box h3 {
	font-size: 18px;
    line-height: 24px;
    padding: 20px 0 12px 0;
    color: #333;
    font-weight: 400;
}

.related-box .related-list li {
	float: left;
    width: 50%;
    height: 30px;
    line-height: 30px;
}

.related-box .related-list li a {
	display: block;
    white-space: nowrap;
    margin-right: 3%;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    border-bottom: 1px dashed #eee;
}

.related-products ul li {
	width: 140px;
    height: 140px;
    border: 1px solid #eee;
    margin-right: 3px;
    display: inline-block;
}

.related-products li a {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.related-products li img {
	height: 130px;
}

/* 留言板 */
.feedback-box form {
	width: 100%;
    max-width: 600px;
    margin: 20px auto 0;
    text-align: left;
}

.feedback-box .input-item {
	display: flex;
	margin-bottom: 15px;
}

.input-item .input-title {
	width: 15%;
	font-size: 12px;
	text-align: right;
}

.input-item .input-inner{
	width: 85%;
}

.input-item .input-inner table {
	width: 100%;
}

.input-item input,
.input-item textarea {
	border: 1px solid #ccc;
	border-radius: 0;
	font-size: 12px;
	padding: .375rem .75rem;
}

.input-item:nth-child(3) .input-title::before,
.input-item:nth-child(7) .input-title::before{
	content: '*';
	color: #ff0204;
	display: inline-block;
	padding-right: 3px;
}

.feedback-box .send-btn {
	text-align: center;
}

.feedback-box .send-btn input {
	padding: 0 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    background: #ff9c00;
    border: none;
    color: #fff;
    cursor: pointer;
}


/* 面包屑 */
.breadcrumb-box {
	background: #1a1a1a;
	line-height: 43px;
	padding: 0 16px;
	margin-bottom: 16px;
}

.breadcrumb-box a,
.breadcrumb-box p {
	display: inline-block;
	color: #fff;
}

.breadcrumb-box a:first-child::before {
	content: '';
}

.breadcrumb-box a::before,
.breadcrumb-box p::before {
	content: '>';
	display: inline-block;
	padding-right: 3px;
}

/* 分类公用 */
.cat-title h3 {
	font-size: 20px;
	color: #333;
	line-height: 42px;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	margin-bottom: 12px;
	font-weight: 600;
}

.cat-list {
	display: table;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
}

.cat-list .cat-item {
	border-bottom: 1px solid #eee;
}

.cat-list .cat-item a {
	display: block;
	line-height: 24px;
	font-size: 16px;
	background: url(imgs/pico.png) 3px 15px no-repeat;
	padding: 9px 0 6px 14px;
}

.cat-list .cat-item a:hover {
	background-color: #f2f2f2;
	color: #333;
}

.cat-list .cat-item .sub-cat-list {
	display: none;
	clear: both;
	text-transform: capitalize;
	margin: 0 auto;
	position: relative;
	border-bottom: none;
	padding-bottom: 0;
}

.cat-list .cat-item .sub-cat-list a {
	display: block;
	line-height: 20px;
	color: #777;
	padding: 6px 0 4px 0;
	text-decoration: none;
	font-size: 12px;
	padding-left: 18px;
	font-weight: 400;
	background: url(imgs/icon01.gif) 8px 11px no-repeat;
}

.cat-list .cat-item .sub-cat-list a:hover {
	font-weight: 700;
	color: #555;
}

.cat-list .cat-item:hover .sub-cat-list {
	display: block;
}

/* 侧边栏 - 联系我们 */
.marketing-box {
	color: #333;
	font-size: 14px;
}

.marketing-box .marketing-title {
	padding: 5px 0;
}

.marketing-box .marketing-list-group {
	display: block;
	line-height: 2.5;
	font-size: 12px;
}

.marketing-box .marketing-list-group i {
	padding-right: 10px;
	font-size: 16px;
	color: #272636;
}

/* 上下篇切换 */
.page-box {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}
.page-box .page-title {
	width: 48%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #666;
	font-size: 16px;
	line-height: 30px;
}

/* 页码 */
.pages {
	text-align: center;
    font-size: 12px;
    padding: 15px 0;
    color: #b2b2b2;
    clear: both;
	display: flex;
	justify-content: center;
}

.pages .pages-item {
	display: inline-block;
    margin: 1px 5px;
    min-width: 10px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
}

.pages .pages-item:first-child {
	order: 2;
}

.pages .active,
.pages a:hover {
	background: #333;
    color: #fff;
}

/* 搜索主页 */
.search-bg {
	width: 100%;
    background: #a5d8e9 url(imgs/bg.jpg) no-repeat top center;
    background-size: cover;
}

.search-bg .search-info {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.search-bg .search-info h3 {
    padding-top: 45px;
    font-size: 40px;
    color: #333;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
    font-weight: 500;
    line-height: 1.4;
    padding: 45px 8% 0;
}

.search-bg .search-info .searchBox {
    margin: 0 auto;
    width: 50%;
    margin-top: 30px;
	overflow: hidden;
}

.search-info .searchBox .search-input {
	background: #fff;
    border: 0;
    height: 50px;
    width: 75%;
    padding: .375rem .75rem;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
    float: left;
    color: #333;
}

.search-info .searchBox .search-btn{
	background: #31a6cc;
    border: 0;
    height: 50px;
    width: 24%;
    color: #fff;
    font-size: 16px;
    border-radius: 0 5px 5px 0;
    float: left;
}

.search-info .searchBox:after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.nav-box {
	width: 100%;
    background: #333;
    box-shadow: 0 3px 5px #ccc;
}

.nav-box .nav-list {
	width: 1000px;
    background: #333;
    margin: 0 auto;
    text-align: center;
}

.nav-box .nav-list li {
	display: inline-block;
}

.nav-box .nav-list li a {
	height: 50px;
    line-height: 50px;
    color: #fff;
    padding: 16px 25px;
	font-size: 16px;
}

.nav-box .nav-list li a:hover,
.nav-box .nav-list li:nth-child(3) a{
    background: #31a6cc;
}

.search-container {
	
}

.search-container .search-title {
	margin: 40px auto;
    text-align: center;
}

.search-container .search-title h3 {
	font-size: 40px;
    line-height: 38px;
    color: #31a6cc;
    font-weight: 100;
	margin-bottom: 10px;
}

.search-container .search-title p {
	font-size: 16px;
    color: #666;
}

.search-container .search-product {
	
}

.search-product .search-product-info {
	width: 1000px;
    overflow: hidden;
    margin: 0 auto;
}

.search-product .search-product-info li {
	float: left;
    display: block;
	width: 240px;
    height: 280px;
    margin: 0 5px;
	text-align: center;
}

.search-product .search-product-info li a {
	width: 100%;
    height: 220px;
    text-align: center;
}

.search-product .search-product-info li a img {
	max-width: 100%;
    max-height: 220px;
}

.search-product .search-product-info li .search-product-name {
	width: 100%;
    height: 40px;
    line-height: 20px;
    margin-top: 10px;
	font-size: 16px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.search-feedback .feedback-box form {
	max-width: 900px;
}

.search-feedback .input-item .input-title {
	font-size: 16px;
}

.search-feedback .input-item .input-inner {
    width: 75%;
}

.search-feedback .input-item input,
.search-feedback .input-item textarea {
	border: 1px solid #bbe1ee;
    background: #bbe1ee;
	font-size: 16px;
    color: #257d9a;
}

.search-feedback .feedback-box .send-btn input{
	display: inline-block;
    padding: 0 80px;
    height: 65px;
    line-height: 65px;
    font-size: 25px;
    background: #257d9a;
    margin: 20px 14px;
    border-radius: 5px;
}















