/* 小于等于 1200px */

@media (max-width: 1199px) {}


/* 小于等于 992px */

@media (max-width: 991px) {
	.breadcrumb {
		float: left;
	}
}


/* 小于等于 768px */

@media (max-width: 767px) {
	header {
		position: relative;
		margin-bottom: 20px;
	}
	header .header-top {
		position: absolute;
	}
	header .header-top .logo {
		position: absolute;
		top: -8px;
		left: 15px;
		height: 34px;
		z-index: 1111;
		box-shadow: none;
	}
	header .header-top .logo img {
		width: auto;
		height: 100%;
	}
	header .welcome-text {
		display: none;
	}
	header .form-inline {
		position: absolute;
		top: -9px;
		left: 115px;
		height: 40px;
		z-index: 1111;
	}
	header .form-inline .keyword {
		display: none;
	}
	header .form-inline .form-control {
		float: left;
    width: 90px;
    display: inline-block;
	margin-left: 108px;
		
	}
	header .form-inline .btn {
		display: none;
	}
	.mobile-hide {
		display: none;
	}
	.top-bar .title a {
		line-height: 1.6;
	}
	#navbar {
		display: none;
	}
	.navbar-default {
		background-color: #f0f4f9;
	}
	.navbar-default .navbar-toggle {
		display: none;
	}
	.normal {
		display: none;
	}
	.larger {
		display: block;
	}
	.four-pic {
		display: block;
		margin-bottom: 20px;
	}
	.four-pic .col-xs-6 {
		margin-bottom: 15px;
	}
	.four-pic img {
		width: 100%;
		height: auto;
	}
	.mobile-top-nav {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		
	}
		
	.section-main {
		margin-bottom: 0;
	}
	.side-menu {
		position: relative;
		top: 0;
		right: 0;
		z-index: 999;
	}
	.side-menu .side-title {
		display: none;
	}
	.side-menu>ul {}
	.side-menu .navbar-toggle {
		position: relative;
		
		right: 0;
		margin-right: 0;
		background-color: #ddd;
		background-image: none;
		border: 1px solid #ddd;
		border-radius: 4px;
	}
	.side-menu .navbar-toggle .icon-bar {
		background-color: #cc0000;
	}
	.side-products {
		display: none;
	}
	.wrapper-title span {
		text-align: center;
		width: 100%;
		background: #3C6CA7;
	}
	.btn-add-to-card{
    height: 34px;
    border-radius: 0;
    border-color: #ccc;
    background-color: #3C6CA7;
    margin-top: 20px;
    
}
	.mobile-copyright {
		display: block;
		color: #fff;
		font-size: 12px;
		line-height: 40px;
		background-color: #333;
		margin-bottom: 0;
	}
	.mobile-copyright a {
		display: inline-block;
		color: #fff;
		font-size: 12px;
		text-decoration: none;
		padding: 0 5px;
	}
	.section-bottom,
	.sub-slider,
	.btn-box,
	.product-info .service,
	.recommend-products {
		display: none;
	}
	.recomend-list {
		display: block;
	}
	footer .promise:last-child {
	margin-left:-35px;
}
footer .promise:nth-last-child(2) {
    margin-left: 3px;
}

.btn-add-to-card {
		text-align: center;
		height: 48px;
		font-size: 24px;
        font-weight: bold;
		width: 100%;
		background: #3C6CA7;
	}
}


/* 小于等于 480px */

@media (max-width: 479px) {
	iframe {
		width: 380px;
		height: 214px;
	}
	}


/* 小于等于 480px */

@media (max-width: 413px) {
	header .logo img {
		width: 100%;
		height: auto;
	}
	.section01 ul>li {
		padding: 25px;
		padding-left: 100px;
	}
	.section01 .pic-box {
		left: 20px;
		top: 25px;
	}
	iframe {
		width: 340px;
		height: 191px;
	}
}


/* 小于等于 480px */

@media (max-width: 374px) {
	iframe {
        width: 320px;
        height: 180px;
    }
	/* 小于等于 374px */
}


/* 小于等于 320px */

@media (max-width: 320px) {
	.navbar-default .navbar-nav>li>a {
		color: #272220;
		font-size: 14px;
		font-weight: 500;
		line-height: 20px;
		padding: 15px 10px;
	}
	.section01 ul>li {
		padding: 20px;
		padding-left: 90px;
	}
	.section01 .pic-box {
		left: 15px;
		top: 15px;
	}
	.section01 ul>li>a.title {
		font-size: 12px;
		max-width: 180px;
	}
	.section01 ul>li>a>span {
		display: block;
		/* color: #272220; */
		font-size: 16px;
		line-height: 1.5;
		font-weight: bold;
	}
	iframe {
        width: 280px;
        height: 158px;
    }
}