body {	
	color: #373d41;
	padding-top: 100px !important;
}
a {
    color: #373d41;
    text-decoration: none;
}
a:focus, a:hover {
	color: #8cb822;
	text-decoration: none;
}
.marg-top-10{
	margin-top: 10px;
}
.marg-top-20{
	margin-top: 20px;
}
.marg-top-30{
	margin-top: 30px;
}
.marg-top-40{
	margin-top: 40px;
}
.marg-btm-50 {
	margin-bottom: 50px;
}
.marg-btm-80 {
	margin-bottom: 80px;
}
.scale a{
	height: auto;
	width: auto;
	display: block;
	overflow: hidden;
}
.scale a img{
    height: auto;
    width: auto;
    -webkit-transition: all ease .8s;
    transition: all ease .8s;
}
.scale:hover img{
    -webkit-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
}
.container{
	width: 1270px;
}
/*导航 */
header{
	background: #fff;	
}
.header-scrolled{box-shadow: 0 0 4px rgba(0,0,0,.5);}
.header-line{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-bottom: 40px;
}
header .logo{
	float: left;
	margin-top: 7px;
	width: auto;
}
header .tel{
	margin-left: 30px;
	float: left;
	margin-top: 35px;
}
header .tel .btn-circle{
	height: 35px;
	width: 35px;
	background-color: #e1e5ec;
	border-radius: 25px;
	display: block;
	float: left;
	text-align: center;
	line-height: 35px;
	margin-right: 20px;
	font-size: 18px;
	color: #fff;
}
header .tel .btn-circle .fas{line-height: 35px;}
header .tel a:hover{
	background-color: #8cb822;
}
header #tel, header #wx{
	position: relative;
}
.tri_top:before{
	content: "";
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #8cb822;
	position: absolute;
	top: -10px;
	left: 45%;
}
header #phone{
	position: absolute;
	top: 45px;
	z-index: 999;
	left: -115px;
	border: 1px solid #8cb822;
	cursor: pointer;
	background-color: #fff;
	color: #373d41;
	padding: 5px 10px;
	display: none;
	width: 272px;
}
header #phone h1{
	font-weight: bold;
	margin-top: 10px;
	font-size: 26px;
	text-align: left;
	line-height: 35px;
}
header #phone h1 span{
	font-weight: normal;
}
header #wechat{
	position: absolute;
	top: 45px;
	z-index: 999;
	left: -74px;
	border: 1px solid #8cb822;
	cursor: pointer;
	background-color: #fff;
	color: #373d41;
	padding: 20px 20px 0px 20px;
	display: none;
	width: 180px;
}
header #wechat p{
	font-size: 16px;
}
header .navmenu{
	list-style-type: none;
	float: right;
	margin-top: 35px;
}
header .navmenu li{
	float: left;
	margin-right:15px;
	margin-left:15px;
}
header .navmenu li:last-child{margin-right:0px;}
header .navmenu li a{
	font-size: 16px;
}
header .navmenu li a.active{
	color: #8cb822;
}
/* 快速导航 */
.quick-nav{
	background-color: #373d41;
	margin-top: 60px;
	margin-bottom: 60px;
	float: left;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 70px;
}
.quick-nav img{
	float: left;
}
.quick-nav .info{
	float: left;
	margin-left: 20px;
}
.quick-nav .info h2{
	margin-top: 0px;
}
.quick-nav .info a{
	color: #fff;
	font-weight: lighter;
}
.quick-nav .info a:hover{
	color: #8cb822;
}
.quick-nav .info p{
	color: #fff;
	margin: 0px;
}
/* 视频 */
.video{
	background-attachment: scroll;
	background-image: url(../images/video_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 80px;
	padding-bottom: 80px;
}
/* 200+ */
.location{
	margin-top: 100px;
	margin-bottom: 90px;
	text-align: center;
}
.location .area a{
	border: 0px;
	border-radius: 0px;
	padding: 6px 30px;
	color: #fff;
}
.location .area .btn-default{
	background-color: #373d41;
}
.location .area .btn-default:hover{
	background-color: #8cb822;
}
.location .area .btn-success{
	background-color: #8cb822;
	position: relative;
}
.location .area .btn-success:before{
	content: "";
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid #8cb822;
	position: absolute;
	top: 30px;
	left: 30px;
}
.location .area .btn-success:hover{
	background-color: #373d41;
}
.location .area .btn-success:hover:before{
	border-top: 10px solid #373d41;
}
.location h3{
	margin-top: 45px;
	margin-bottom: 90px;
}
.location h4{
	text-align: left;
	font-size: 24px;
	margin-top: 60px;
}
.location h4 small{
	margin-left: 30px;
}
/* 产品展示 */
.products{}
.products .dislplay{
	position: relative;
}
.products .dislplay .info{
	position: absolute;
	color: #fff;
	top: 82px;
	right: 200px;
}
.products .dislplay .info h1{
	font-weight: bold;
	font-size: 40px;
}
.products .dislplay .info p{
	font-weight: bold;
	font-size: 24px;
	color: #fff;
}
.products .nav{
	margin-top: 40px;
	text-align: center;
	margin-bottom: 40px;
}
.products .nav .btn-lg{
	border-radius: 25px;
	padding: 13px 40px;
	margin: 0px 50px
}
.products .nav .btn-default{
	color: #999;
	border-color: #fff;
}
.products .nav .btn-success{
	border-color: #373d41;
	background-color: #fff;
	color: #373d41;
}
.products .nav .btn-success:hover{
	border-color: #8cb822;
	background-color: #8cb822;
	color: #fff;
}
.products h2{
	margin-top: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8cb822;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 30px;
}
.products h2 .angle-down{
	position: absolute;
	left: 50px;
	bottom: -9px;
	background-attachment: scroll;
	background-image: url(../images/triangle.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 13px;
	height: 10px;
}
.products h3{
	font-size: 22px;
	margin-bottom: 15px;
}
.products p{
	color: #999;
	font-size: 16px;
	line-height: 28px;
}
.products .thumb{
	margin-top: 50px;
}
/* 应用 */
.apply{}
.apply h1{
	margin-top: 70px;
	text-align: center;
	color: #373d41;
	font-weight: lighter;
	font-size: 54px;
	margin-bottom: 25px;
}
.apply h2{
	margin-bottom: 50px;
	color: #999;
	text-align: center;
	font-weight: lighter;
	font-size: 22px;
	line-height: 32px;
}
.apply h3{
	text-align: center;
	font-weight: lighter;
	margin-bottom: 50px;
}
/* 应用详情页 */
.apply .content{
	font-size: 16px;
	line-height: 30px;
}
/* 成功案例 */
.cases{}
.cases .dislplay {
	position: relative;
}
.cases .dislplay .info {
	position: absolute;
	color: #fff;
	top: 82px;
	right: 230px;
}
.cases .dislplay .info h1 {
	font-weight: bold;
	font-size: 40px;
}
.cases .dislplay .info p {
	font-weight: bold;
	font-size: 24px;
	color: #fff;
}
/* 走进速美 */
.walked {
	margin-top: 40px;
}
.walked .nav{
	margin-top: 40px;
	text-align: center;
	margin-bottom: 40px;
}
.walked .nav .btn-lg{
	border-radius: 25px;
	padding: 13px 40px;
	margin: 0px 50px
}
.walked .nav .btn-default{
	color: #999;
	border-color: #fff;
}
.walked .nav .btn-success{
	border-color: #373d41;
	background-color: #fff;
	color: #373d41;
}
.walked .nav .btn-success:hover{
	border-color: #8cb822;
	background-color: #8cb822;
	color: #fff;
}
.walked .thumb{}
.walked .thumb img{
	margin-bottom: 50px;
}
.walked h3{
	font-size: 18px;
	margin-top: 0px;
}
.walked h5{
	color: #999;
}
.walked p{
	color: #999;
}
/* 合作伙伴 */
.partner{}
.partner h1{
	margin-top: 70px;
	text-align: center;
	color: #373d41;
	font-weight: lighter;
	font-size: 54px;
	margin-bottom: 25px;
}
.partner h2{
	margin-bottom: 50px;
	color: #999;
	text-align: center;
	font-weight: lighter;
	font-size: 22px;
	line-height: 32px;
}
.partner img{
	border: 1px solid #ddd;
	margin-bottom: 20px;
}
/* 底部 */
footer{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	margin-top: 60px;
	padding-top: 30px;
	margin-bottom: 20px;
}
footer .address h1{
	font-size: 32px;
	font-weight: bold;
	color: #666;
	margin-bottom: 0px;
	margin-top: 0px;
}
footer .address h2{
	color: #999;
	font-size: 24px;
	margin-top: 15px;
	margin-bottom: 15px;
}
footer .address h2 strong{
	color: #373d41;
	font-size: 38px;
}
footer .address p{
	color: #999;
	font-size: 16px;
}
footer .qrcode{
	text-align: center;
}
footer .qrcode p{
	font-size: 14px;
	margin-top: 5px;
	color: #999;
}
footer dl{
	float: left;
	margin-right: 50px;
}
footer dl dt{margin-bottom: 8px;}
footer dl dt a{
	font-size: 17px;
	font-weight: normal;	
}
footer dl dd a{
	font-size: 15px;
	line-height: 26px;
	color: #999;
}
footer .info{
	text-align: center;
	font-size: 14px;
	color: #999;
}
footer .info p{
	margin-bottom: 5px;
}
footer .info p a{color: #999;}
footer .info p a:hover{color: #8cb822;}

/* 返回顶部及首页 */
/*clearboth*/
.clearfix:after{content:'.';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{*zoom:1;}
.clearfix .clear{_height:0px;}
/*gotop*/
.qrcode-service{
	transition: bottom ease .3s;
	z-index: 999;
	cursor: pointer;
	position: absolute;
	right: 0px;
	background-color: #fff;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	color: #666;
}
.qrcode-service h4{
	margin-bottom: 10px;
	font-size: 14px;
}
.qrcode-service p{
	margin-bottom: 2px;
	margin-top: 0px;
}
.qrcode-service img{
	margin-bottom: 5px;
	width: 120px;
}
.cbbfixed {
	position: fixed;
	right: 50px;
	transition: bottom ease .3s;
	bottom: -185px;
	z-index: 999;
	cursor: pointer;
}
.cbbfixed .cbbtn {
	width: 60px;
	height: 60px;
	display: block;
	background-color: #ddd;
}
.cbbfixed .gotop,  .cbbfixed .home, .cbbfixed .cweixin{transition: background-color ease .3s;margin-top: 1px;}
.cbbfixed .gotop:hover, .cbbfixed .home:hover {
	background-color: #373d41;
	color: #fff;
}
.cbbfixed .home, .cbbfixed .gotop {
	text-align: center;
	color: #999;
	line-height: 60px;
	background-color: #ddd;
	border-radius: 5px;
}
.cbbfixed .gotop {
	font-size: 18px;	
}
.cbbfixed .cweixin {
	text-align: center;
	color: #FFF;
	line-height: 60px;
	background-color: #ec7404;
	font-size: 30px;
}
.cbbfixed .cweixin div {
	background: url(../images/erwei.png);
	width: 194px;
	height: 199px;
	position: absolute;
	left: -184px;
	top: -45px;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	transform-origin: 100% 70%;
	-webkit-transform-origin: 100% 70%;
	transition: transform ease .3s,opacity ease .3s;
	-webkit-transition: all ease .3s;
	display: none;
*display:none;}
.cbbfixed .cweixin:hover div {display: block;transform: scale(1);-webkit-transform: scale(1);opacity: 1;*display:block;}
.cbbfixed .cweixin .weixin-icon{float: left;margin:12px 0 0 11px;width:18px;height: 18px; background: url(../images/side-icon01.png);}

/* 关于速美 */
.about{
	margin-top: 40px;
}
.about .nav{
	margin-top: 40px;
	text-align: center;
	margin-bottom: 40px;
}
.about .nav .btn-lg{
	border-radius: 25px;
	padding: 13px 40px;
	margin: 0px 50px
}
.about .nav .btn-default{
	color: #999;
	border-color: #fff;
}
.about .nav .btn-success{
	border-color: #373d41;
	background-color: #fff;
	color: #373d41;
}
.about .nav .btn-success:hover{
	border-color: #8cb822;
	background-color: #8cb822;
	color: #fff;
}
.about .content{
	font-size: 16px;
	line-height: 24px;
}
.about h1{
	margin-top: 70px;
	text-align: center;
	color: #373d41;
	font-weight: lighter;
	font-size: 54px;
	margin-bottom: 25px;
}
.about h2{
	margin-bottom: 50px;
	color: #999;
	text-align: center;
	font-weight: lighter;
	font-size: 22px;
	line-height: 32px;
}
.about .thumb{
	margin-bottom: 30px;
}
/* 品牌文化 */
.brand{}
.brand h1{
	text-align: center;
	color: #373d41;
	font-weight: lighter;
	font-size: 46px;
	margin-bottom: 25px;
}
.brand h1 span{
	color: #8cb822;
	font-weight: bold;
}
.brand h2{
	margin-bottom: 50px;
	color: #999;
	text-align: center;
	font-weight: lighter;
	font-size: 22px;
	line-height: 32px;
}
.brand .content{
	font-size: 18px;
	text-align: center;
	line-height: 30px;
}
/* 产品详情页 */
.product-show{}
.product-show h1{
	text-align: center;
	margin-bottom: 40px;
}
.product-show .content{}
.product-show .content h2{
	font-size: 22px;
}
.product-show .content p{
	font-size: 18px;
	color: #999;
	margin-bottom: 40px;
}
.product-show .pull-left button.btn-default{
	margin-right: 10px;
}
.product-show .pull-right button.btn-default{
	margin-left: 10px;
}  
.product-show .related{}
.product-show .related h4{
	background-attachment: scroll;
	background-image: url(../images/related.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #fff;
	line-height: 43px;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 8px;
	margin-top: 40px;
}
.product-show .related a{
	position: relative;
}
.product-show .related a .title{
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	opacity: 0.8;
	left: 0px;
	text-align: center;
	display: none;
	bottom: 0px;
}
.product-show .related a .title span{
	font-size: 20px;
	color: #fff;
	font-weight: lighter;
	margin-top: 115px;
	display: block;
}
/* 行业应用 */
.industry .dislplay{
	position: relative;
}
.industry .dislplay .info{
	position: absolute;
	color: #fff;
	top: 82px;
	right: 200px;
}
.industry .dislplay .info h1{
	font-weight: bold;
	font-size: 40px;
}
.industry .dislplay .info p{
	font-weight: bold;
	font-size: 24px;
	color: #fff;
}
.industry .nav{
	margin-top: 40px;
	text-align: center;
}
.industry .nav .btn-lg{
	border-radius: 25px;
	margin-right: 13px;
	padding-top: 13px;
	padding-right: 23px;
	padding-bottom: 13px;
	padding-left: 23px;
}
.industry .nav .btn-lg:last-child{margin-right: 0px;}
.industry .nav .btn-default{
	color: #999;
	border-color: #fff;
}
.industry .nav .btn-success{
	border-color: #373d41;
	background-color: #fff;
	color: #373d41;
}
.industry .nav .btn-success:hover{
	border-color: #8cb822;
	background-color: #8cb822;
	color: #fff;
}
/* 新闻动态 */
.news{}
.news .listitem{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.news .listitem li{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	padding: 15px 20px;
}
.news .listitem li:hover {
    box-shadow: 0 0 20px 0 #a6a6a6;
}
.news .listitem li h2{
	font-size: 22px;
}
.news .listitem li p{
	color: #999;
	line-height: 25px;
}
.news .listitem li p.p1{text-indent: 30px;}
.news .listitem li p.p2{}
.news .listitem li p span{margin-right: 10px;}
.news .listitem li p span.keyword{

	color: #8cb822;
	padding: 2px 5px;
}
.news .listitem li p span.keyword:hover{
	background-color: #373d41;
	color: #fff;
}
.news .portlet-body{
}
.news .portlet-body .mt-list-head {
	padding: 15px;
	text-align: center;
	background-color: #8cb822;
}
.news .portlet-body .mt-list-head h3{
	color: #fff;
	margin: 0px;
	padding: 0px;
}
.news .portlet-body .mt-list-head .badge {
	margin-top: 5px;
	background-color: #449c22;
}
.news .portlet-body .mt-list-container{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e7ecf1;
	border-left-color: #e7ecf1;
}
.news .portlet-body .mt-list-container ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.news .portlet-body .mt-list-container ul li{
	list-style: none;
	border-bottom: 1px solid;
	border-bottom-color: currentcolor;
	border-color: #e7ecf1;
	padding-top: 15px;
	position: relative;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.news .portlet-body .mt-list-container ul li .datetime{
	color: #8cb822;
}
.news .portlet-body .mt-list-container ul li .list-icon{
	font-size: 20px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
}
.news .portlet-body .mt-list-container ul li .list-content h4{}
.news .portlet-body .mt-list-container ul li .list-content p{
	color: #999;
}
/* 新闻详情页 */
.blog-content{}
.blog-content .blog-head h1{
	line-height: 40px;
}
.blog-content .blog-info h5{
	color: #999;	
}
.blog-content .blog-info h5 span{
	margin-right: 20px;
}
.blog-content .blog-info h5 a{
	color: #8cb822;
	font-size: 14px;
}
.blog-content .blog-info h5 a:hover{
	color: #373d41;
}
.blog-content .blog-desc{
	font-size: 16px;
	line-height: 30px;
}
.blog-content .blog-foot .btn.green{
    color: #FFF;
    background-color: #8cb822;
	border-radius: 0px;
}
.blog-content .blog-foot a.green:hover{
	background-color: #449c22;
}
/* 联系我们 */
.contact{
	margin-top: 40px;
}
.contact h1{
	font-weight: lighter;
	text-align: center;
	font-size: 36px;
	margin-top: 50px;
}
.contact h3{
	font-weight: lighter;
	text-align: center;
	font-size: 24px;
}
.contact h2{
	text-align: center;
    font-size: 60px;
    font-weight: lighter;
    margin-bottom: 20px;
}
.contact h4{
	text-align: center;
	font-size: 24px;
	color: #8cb822;
}
.contact .info > h2{
	font-weight: bold;
	font-size: 40px;
	color: #555;
}
.contact .info > h5 {
    margin-bottom: 30px;
    font-size: 19px;
    text-align: center;
	margin-bottom: 50px;
}
.contact .info > h5 strong {
    font-size: 26px;
    font-style: italic;
}
.contact .info > p {
	font-size: 16px;
	margin-top: 0px;
	color: #888;
	text-align: center;
}
.contact .factory{
	margin-bottom: 30px;
}

/*微信弹窗*/
#wxnr {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
	display: none;
	background: rgba(0,0,0,.6);
}
#wxnr .nrdf {
	margin: auto;
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	width: 5rem;
	height: 5rem;
	padding: 0.3rem;
	padding-top: 0.6rem;
	margin-top: -2.5rem;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 2px 6px #777;
	-webkit-box-shadow: 0px 2px 6px #777;
	-moz-box-shadow: 0px 2px 6px #777;
	border-radius: 10px;
	width: 80%;
	height: 35rem;
}
#wxnr img {
	width: 15rem;
	height: 15rem;
	display: block;
	margin: 2rem auto;
}
#wxnr p {
	font-size: 1.6rem;
	line-height: 1.6rem;
	text-align: center;
}
#wxnr i {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 2rem;
	height: 2rem;
	font-size: 1.2rem;
	line-height: 2rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	background: #333;
	border-radius: 1rem;
	cursor: pointer;
}
#wxnr span {
	display: inline-block;
	padding: 0.2rem 0.5rem;
	line-height: 1.8rem;
	background-color: #178ce9;
	color: #fff;
	border-radius: 0.5rem;
	cursor: pointer;
}
#wxnr span.wx {
	padding-left: 1.8rem;
	background-image: url(/sumei/images/wx.png);
	background-size: 1.8rem;
	background-position: 0.5rem center;
	background-repeat: no-repeat;
}
/*复制提示*/
#weixin {
	position: fixed;
	top: 50%;
	margin-top: -0.4rem;
	z-index: 9999999;
	font-size: 0.26rem;
	color: #fff;
	width: 90%;
	right: 5%;
	line-height: 0.8rem;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	border: 2px solid #333;
	border-radius: 0.1rem;
	display: none;
}












/* 媒体查询*/
@media screen and (min-width: 2880px) {

}

@media screen and (min-width: 2560px) and (max-width: 2879px){

}

@media screen and (min-width: 2304px) and (max-width: 2559px){

}

@media screen and (min-width: 1680px) and (max-width: 1919px){


}
@media screen and (min-width: 1600px)  and (max-width: 1679px) {


}
@media screen and (min-width: 1400px)  and (max-width: 1599px) {


}

@media screen and (min-width: 1366px) and (max-width: 1399px)
{

} 

@media screen and (min-width: 1360px) and (max-width: 1365px) {

} 

@media screen and (min-width: 1200px) and (max-width: 1359px) {
	

} 

@media screen and (min-width: 1152px) and (max-width: 1199px) {

}
/* 平板 start */
@media screen and (min-width: 960px) and (max-width: 1151px) {


}
/* 平板 end */

/* 小平板 start*/
@media screen and (min-width: 768px) and (max-width: 959px) {


	
}
/* 小平板 end*/

@media only screen and (min-width: 480px) and (max-width: 767px){
	
} 

@media only screen and (max-width: 479px) { 

}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* 320x480 start */
body {
	padding-top: 49px !important; 
}
.container {
    width: 100%;
}
.dropdown-menu{
	z-index: 99999999999999999;
}
.am-offcanvas-bar{
	width: 180px;
	top: 49px;
	background-color: #373d41;
}
.am-header-default {
	background-color: #373d41;
}
.am-header-default .am-header-title {
    line-height: 49px;
}
.am-header-default .am-header-nav i.fas{
	font-size: 24px;
	line-height: 49px;
}
.am-accordion-basic .am-accordion-title {
	color: #fff;
	font-size: 18px;
}
.am-header-default .am-header-nav>a {
    color: #fff;
}
.am-accordion-content {
    padding: .8rem 1.5rem 1.2rem;
	padding-right: 0px;
}
.am-accordion-content a{
	line-height: 35px;
	font-size: 16px;
}
.am-header-default .am-header-nav > a{
	min-width: 40px;
	height: 52px;
}
.am-offcanvas{
	top: 49px;
	z-index: 9999;
}
.am-accordion-basic .am-active .am-accordion-title {
    color: #8cb822;
}
.am-header .am-header-title img {
    margin-top: 0px;
    height: 49px;
}
.footer{
	
}
.footer > div{
	background-color: #373d41;
	text-align: center;
}
.footer > div .col-xs-3{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	padding-top: 10px;
}
.footer > div .col-xs-3:last-child{
	border-right-width: 0px;
}

.footer > div a{
	display: block;
	color: #FFF;
	margin-bottom: 0.5rem;
}
.footer > div a: hover{color: #FFF;}
.footer > div a .fas, 
.footer > div a .glyphicon, 
.footer > div a .fab{
	font-size: 2rem;
}
.footer > div a span{
	display: block;
	font-size: 1.2rem;
}
/* 移动端首页 */
.quick-nav{
	margin-top: 15px;
	margin-bottom: 0px;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;	
}
.location {
    margin-top: 20px;
    margin-bottom: 10px;
}
.location .area a {
    margin-bottom: 15px;
}
.location h3 {
    margin-top: 0px;
    margin-bottom: 30px;
}
.location h4 {
  	font-size: 2.3rem;
	margin-top: 20px; 
}
.location h4 small {
    margin-left: 30px;
	display: block;
	margin-left: 0px;
}
.products .dislplay .info {
    position: absolute;
    color: #fff;
    top: 20px;
    right: 28%;
}
.products .nav {
    margin-top: 15px;
    margin-bottom: 15px;
}
.products .nav .btn-lg {
    border-radius: 25px;
    padding: 10px 16px;
    margin: 0px;
}

/* 成功案例 */
.apply h1 {
    margin-top: 25px;
	font-size: 40px;
}
.apply h2 {
    margin-bottom: 25px;
	margin-top: 0px;
}
.apply .scale a img{
	margin-bottom: 20px;
}
.apply h3 {
	margin-top: 0px;
    margin-bottom: 40px;
}

/* 产品详情页 */
.product-show{
	margin-bottom: 50px;
}

/*　行业应用 */
.industry .dislplay .info {
    position: absolute;
    color: #fff;
    top: 20px;
    right: 28%;
}
.industry .nav {
    margin-top: 15px;
}
/* 战略合作 */
.partner h1 {
    margin-top: 20px;
    font-size: 4rem;
    margin-bottom: 0px;
}
.partner h2 {
    margin-bottom: 20px;
	margin-top: 20px;
}
/* 关于速美 */
.about {
    margin-top: 20px;	
}
.about .nav {
    margin-top: 0px;
	margin-bottom: 20px;
}
.about .nav .btn-lg {
    padding: 10px 16px;
    margin: 0px;
	font-size: 16px;
}
.about h1 {
    margin-top: 30px;
}
.brand h1 {
    font-size: 28px;
    margin-bottom: 0px;
}
.brand .content {
    text-align: left;
}
/* 新闻动态 */
.walked {
    margin-top: 20px;	
}
.walked .nav {
    margin-top: 0px;
	margin-bottom: 20px;
}
.walked .nav .btn-lg {
    padding: 10px 16px;
    margin: 0px;
	font-size: 16px;
}
.news .listitem li {
    padding: 15px 0px;
}
.news .listitem li p.p1 {
    text-indent: 0px;
}
.blog-content .blog-head h1 {
    margin-top: 10px;
	line-height: 35px;
}
.blog-content .blog-info h5 {
	font-weight: normal;
}
/* 联系我们 */
.contact {
    margin-top: 20px;
	margin-bottom: 50px;
}
.contact h1 {
    margin-top: 0px;
}
.contact h3 {
    margin-top: 0px;
}
.contact h2 {
    margin-bottom: 0px;
	margin-top: 0px;
	font-size: 32px;
}
.contact h4 {
    margin-bottom: 20px;
	margin-top: 20px;
	font-size: 20px;
}



/* 320x480 End */
}

@media only screen and (max-device-width : 320px) {

	
}