@charset "UTF-8";
/* CSS Document */
*, *:after, *:before {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
html {
	font-size: 14px;
	overflow-x: hidden;
}
body {
	color: #5a5a5a;
	font-size: 1rem;
}
a {
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
a:active, a:hover {
	color: #0d5c98;
}
p{
	margin: .3rem 0
}
img {
	width: auto;
	max-width: 100%;
}
hr {
	margin-top: 1.4rem;
	margin-bottom: 1.4rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.text-info {
	color: #0d5c98;
}
.btn-info {
	color: #fff;
	background: #0d5c98;
}
/*表单样式*/
form {
	display: block;
	margin-top: 0em;
}
.form-group {
	margin-bottom: 1.5rem;
}
label {
	display: inline-block;
	margin-bottom: 0.5rem;
}
.form-control {
	display: block;
	width: 100%;
	padding: 0.7rem 1.375rem;
	font-size: 1rem;
	line-height: 1;
	color: #666;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 2px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
select.form-control:not([size]):not([multiple]) {
	height: 2.8rem;
}
select.form-control {
	min-width: 6rem;
	padding: .4375rem 1rem;
	border: 1px solid #d4d4d4;
	color: #666;
	border-radius: 0;
}
.form-group .file-upload-default {
	visibility: hidden;
	position: absolute;
}
.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.form-group .file-upload-info {
	background: transparent;
}
.input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}
/*表单结束*/
/*logo样式*/
.logo {
	height: 70px;
	margin-top:1.1rem;
}
.logo p{
	font-weight: normal;
	letter-spacing: -.02rem
}
.logo img {
	height: 100%;
	width: auto;
	margin-right: .5rem
}
/*导航样式*/
.topnav {
	line-height: 35px;
	background: #0d5c98;
	color: #fff;
}
.topnav a{
	color: #fff;
	margin: 0 1.5rem
}
.topnav a:last-child{
	margin-right: 0;
}
.navbar {
	height: 7rem;
	position: relative;
	z-index: 200
}
.navbar-menu {
	float: right;
	width: auto;
	margin-right: -2rem;
}
.navbar-menu li {
	float: left;
	margin: 0;
	line-height: 3rem;
	position: relative;
	text-align: center;
	margin-left: 1px;
	margin-top: 2rem;
}
.navbar-menu li a {
	width: 100%;
	display: inline-block;
	font-size: 1.15rem;
	padding: 0 2rem;
	position: relative;
	font-weight: bold;
}
.navbar-menu li.active a, .navbar-menu li a:hover {
	color: #fff;
	background: #0d5c98;
}
.navbar-menu li ul {
	display: none;
	position: absolute;
	border-top: 3px solid #0d5c98;
	min-width: 100px;
	background: rgba(255,255,255,.8);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 5px 5px;
	left: 0px;
	top: 3rem;
	margin: 0;
	line-height: 1;
	padding: 10px 0
}
.navbar-menu li ul li {
	width: 100%;
	height: 100%;
	position: relative;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	margin: 0;
}
.navbar-menu li ul li a {
	width: 100%;
	font-weight: normal;
	background: transparent;
	color: #5a5a5a;
	padding: .4rem 0;
}

@media all and (min-width: 1024px) {
.navbar-menu li:hover ul {
	display: block;
}
}
.navbar-bg {
	position: fixed;
	width: 100%;
	display: none;
	opacity: 0;
	height: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, .7);
	overflow: hidden;
	z-index: 899;
	top: 0;
	left: 0;
}
.navbar-bg .active {
	display: inline-block;
}
.navbar-bg.active {
	display: block;
	opacity: 1;
}
.navbar-toggle {
	color: #0d5c98;
	line-height: 4.5rem;
	font-size: 1.8rem;
	height: 4.5rem;
	text-align: center;
}
/*幻灯样式*/
.slider-container {
	position: relative;
	height: 650px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
}
.slider-control {
	z-index: 2;
	position: absolute;
	top: 0;
	width: 12%;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	will-change: opacity;
	opacity: 0;
	font-family: "FontAwesome";
}
.slider-control:before {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 50px;
	height: 50px;
	color: #fff;
	text-align: center;
	font-size: 5rem;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	filter: alpha(opacity=0);
	-ms-transition: opacity 0.2s ease-out;
}
.slider-control.inactive:hover {
	cursor: auto;
}
.slider-control:not(.inactive):hover {
	opacity: 1;
	cursor: pointer;
}
.slider-control.left {
	left: 0;
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}
.slider-control.left:before {
	left: 15%;
	content: "\f104";
}
.slider-control.right {
	right: 0;
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}
.slider-control.right:before {
	left: inherit;
	right: 15%;
	content: "\f105";
}
.slider-control:hover.left:before, .slider-control:hover.right:before {
	opacity: 1;
	filter: alpha(opacity=100);
}
.slider-pagi {
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 2rem;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 0;
	list-style-type: none;
}
.slider-pagi__elem {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 1rem;
	height: 1rem;
	margin: 0 0.4rem;
	border-radius: 50%;
	border: 2px solid #fff;
	cursor: pointer;
}
.slider-pagi__elem:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: .4rem;
	height: .4rem;
	background: #fff;
	border-radius: 50%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
}
.slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}
.slider {
	z-index: 1;
	position: relative;
	height: 100%;
}
.slider.animating {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	will-change: transform;
}
.slider.animating .slide__bg {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	will-change: transform;
}
.slide {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.slide.active .slide__overlay, .slide.active .slide__text {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.slide__bg {
	position: absolute;
	top: 0;
	left: -50%;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	will-change: transform;
}
.slide:nth-child(1) {
	left: 0;
}
.slide:nth-child(1) .slide__bg {
	left: 0;
}
.slide:nth-child(2) {
	left: 100%;
}
.slide:nth-child(2) .slide__bg {
	left: -50%;
}
.slide:nth-child(3) {
	left: 200%;
}
.slide:nth-child(3) .slide__bg {
	left: -100%;
}
.slide:nth-child(4) {
	left: 300%;
}
.slide:nth-child(4) .slide__bg {
	left: -150%;
}
.slide:nth-child(5) {
	left: 400%;
}
.slide:nth-child(5) .slide__bg {
	left: -200%;
}
.slide:nth-child(6) {
	left: 500%;
}
.slide:nth-child(6) .slide__bg {
	left: -250%;
}
.slide:nth-child(7) {
	left: 600%;
}
.slide:nth-child(7) .slide__bg {
	left: -300%;
}
.slide:nth-child(8) {
	left: 700%;
}
.slide:nth-child(8) .slide__bg {
	left: -350%;
}
.slide:nth-child(9) {
	left: 800%;
}
.slide:nth-child(9) .slide__bg {
	left: -400%;
}
.sliderfont {
	padding-top: 18%;
	width: 100%;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"
}
/*---end---*/


/*查看更多*/
.Lmore {
	display: inline-block;
	width: 10rem;
	height: 3rem;
	border: 1px solid #0d5c98;
	background: #0d5c98;
	color: #fff;
	text-align: center;
	line-height: 3rem;
	margin: 2rem auto 0;
	font-family: Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	border-radius: 10px;
}
.Lmore:hover {
	background-color: transparent;
	border: 1px solid #0d5c98;
	color: #0d5c98
}
.Lmore a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.Lmore:hover a {
	color: #0d5c98
}
.heading {
	text-transform: uppercase;
}
.heading hr{
	width: 3rem;
	margin: 1rem auto;
}
/*关于我们*/
.about{
	background: url(Images/bg01.jpg) center no-repeat;
	background-size: cover;
}
.about hr {
	width: 14%;
	border-top: 2px solid #0d5c98;
	margin: 1rem 0 2rem 0;
}
.aboutL {
	padding: 2.8rem 0 3.5rem;
}

/*产品列表*/
.proudclass {
	width: 100%;
	clear: both;
	text-align: center;
	margin: 1rem 0 2rem;
}
.proudclass ul {
	display: inline-block;
 *display:inline;
	width: auto;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 1rem;
 *zoom:1;
}
.proudclass ul>li {
	float: left;
	display: inline;
	text-align: center;
	padding: 0 .5rem;
}
.proudclass ul>li a {
	display: inline-block;
	padding: .6rem 2rem;
	border-radius: 5px;
	border: 1px solid #0d5c98;
}
.proudclass ul>li a:hover {
	background: #0d5c98;
	color: #fff;
}
.prod-list {
	clear: both;
	margin: 0 -1rem
}
.prod-list ul li {
	width: 25%;
	float: left;
	padding: 1rem;
}
.prodbox{
	border: 1px solid #ddd;
	padding-bottom: .2rem;
}

.prod-list ul li .prodimg {
	width: 100%;
	background: #fff;
	height: 16rem;
	padding: 1rem;
	display: flex;
	justify-content: center;
	align-items: Center;
	overflow: hidden;
}
.prod-list ul li .prodimg img {
	width: auto;
	height: auto;
}
.prod-list ul li:hover .prodbox{
	border: 1px solid #0d5c98;
}
.prod-list ul li:hover .prodimg img{
	-webkit-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -o-transform:scale(1.1); 
}
/*新闻列表*/
.news{}
.news hr{
	border-top-color: #0d5c98;
}
.newslist{
	background: #fff;
	width: 100%;
	margin-top: 2rem;
	padding: 0 1.5rem;
}
.news ul.newsul {
	margin: 0 -1rem
}
.news ul.newsul li {
	float: left;
	width: 33.333%;
	padding: 0 1rem
}
.news .newsbox {
	background: #fff;
}
.news ul.newsul li:hover hr {
	border-top: 1px solid #fc9145;
}
.news .newsimg {
	float: left;
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.news .newsfont {
	clear: both;
	padding: .5rem 0 0 0;
}
/*服务体系*/
/*诚招代理背景图片*/
.daili{
	background: url(Images/bg02.jpg) top center no-repeat;
	background-size: 100%;
}
.daili hr{
	border-top-color: #fff;
}
.s-systembox{
	padding-top: 5rem;
}
.systembox {
	position: relative;
	border: 1px solid #ddd;
	text-align: center;
	padding: 0 2rem 2.5rem;
	background: #fff;
}

.systembox .img{
	margin-top:-2.5rem;
	margin-bottom: 1.5rem;
}

/*在线客服*/
.online-service {
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 500
}
.serviceS {
	width: 53px;
	height: 90px;
	background: url(Images/service2.png) center no-repeat;
	position: absolute;
	right: 0;
	top: 55px;
	color: #fff;
	font-size: .913rem;
	text-align: center;
	padding-top: 52px;
	padding-left: 8px;
}
.serviceH {
	width: 190px;
	height: 300px;
	background: url(Images/service1.png) right center no-repeat;
	position: absolute;
	right: -240px;
	top: 0;
}
.serviceH .Lfont {
	float: left;
	width: 75px;
	color: #fff;
	padding: 130px 20px;
	text-align: center;
	font-size: .913rem
}
.serviceH i {
	color: #3076c0;
}
.serviceH .Rfont {
	margin-left: 85px;
	padding-top: 80px;
}
.serviceH .Rfont li {
	padding: .2rem 0;
}
.online-service:hover .serviceS {
	right: -55px
}
.online-service:hover .serviceH {
	right: 0
}
/*底部样式*/
.footerbg {
	background-color: #212121;
}
.footer {
	width: 100%;
	color: #8c8e92;
	padding: 3.5rem 0 2rem;
	display: inline-table;
}

.footer a {
	color: #fff;
}
.navB{
	float: left;
	clear: both;
	border-bottom: 1px solid #666666;
	margin-bottom: 2rem;
	line-height: 5rem;
}
.navB a{
	margin: 0 2rem 0 0;
}
.navB a:last-child{
	margin: 0;
}
.rights {
	color: #8c8e92;
	background: #000000;
	text-align: center;
}
/*返回顶部*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 12px;
	right: 12px;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border: none;
	text-indent: -9999px;
	background: url(../css/images/ui.totop.png) no-repeat left top;
	background-size: cover;
	z-index: 190;
}
#toTop:hover {
	background: url(../css/images/ui.totop.png) no-repeat left -50px;
	background-size: cover;
}

/*响应式样式*/
@media all and (max-width: 1199px) {
h6 {
	font-size: 1.3rem
}
h4 {
	font-size: 1.6rem;
}
h5 {
	font-size: 1.5rem;
}
.topnav {
	padding: 0 1.2rem
}
.logo {
	height: 3.5rem;
	margin-top: 1rem
}
.logo h5 {
	font-size: 1.5rem;
	padding-top: 0;
}
	.logo h5 p{
		font-size: .75rem;
		padding-left: 0;
	}
.navbar {
	height: 5.5rem;
	padding: 0 1.2rem;
}
.navbar-menu {
	margin-right: -1rem
}
.navbar-menu li {
	margin-top: 1.2rem
}
.navbar-menu li a {
	padding: 0 1.5rem;
}
.slider-container {
	height: 350px;
}
	.sliderfont{
		padding-top: 12%;
		padding-left: 2rem;
	}
	.sliderfont h1{
		font-size: 3rem
	}
	.sliderfont h5{
		font-size: 1.2rem
	}
.Lmore {
	    width: 8rem;
    height: 2.5rem;
	line-height: 2.4rem;
	margin-top: 1rem;
}
	.heading p{
		padding: 0 1rem;
	}
.product, .news, .s-system, .about {
	padding: 2rem .5rem 2.5rem;
	margin: 0;
}
.s-systembox {
	padding-top: 4rem;
}
.systembox {
	padding: 1.5rem;
}
.systembox .img {
	margin-top: -4rem
}
	.proudclass{
		margin-bottom:0;
	}	
.prod-list {
	margin: 0 .5rem;
	padding-top: 1rem
}
.prod-list ul li .prodimg {
	height: 13rem;
}
	.prod-list ul li p.padding-10{
padding: 5px;
	}
.about {
	padding-left: 2rem;
	padding-right: 2rem;
}
.aboutL {
	padding: 1rem 0;
	margin-top: 0
}


.news ul.newsul li {
	margin-top: 1.5rem
}

.news .newsimg {
	height: 12rem;
}

.news .newsfont p:first-child {
	font-size: 16px;
}


.footer {
	padding: 2.5rem 2rem 0;
}
	.navB{
		line-height: 4rem;
		margin-bottom: 1rem;
	}
.rights {
	margin-top: 2rem;
	padding: 1rem 1.5rem;
}

}

@media all and (max-width: 1024px) {
.navbar-menu li a {
	font-size: 1rem;
}
}

@media all and (max-width: 992px) {
.display-hidden {
	display: block;
}
.topnav {
	display: none;
}
.navbar-toggle {
	float: right;
	right: 2.5rem;
	position: absolute;
	top: .5rem;
}
.navbar *, .navbar *:after, .navbar *:before {
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
}
.navbar-menu {
	position: fixed;
	top: 0;
	right: -260px;
	width: 260px;
	height: 100vh;
	background: #fff;
	overflow-x: hidden;
	z-index: 900;
	margin: 0;
	padding: 1rem 0;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.navbar-menu.active {
	right: 0
}
.navbar-menu li {
	width: 100%;
	line-height: 45px;
	padding: 0;
	border-bottom: 1px solid #dcdcdc;
	text-align: left;
	margin-top: 0;
}
.navbar-menu li a {
	color: #5a5a5a;
	padding: 0 2.5rem;
}
.navbar-menu li.active a {
	color: #0d5c98;
	background-color: transparent;
}
.navbar-menu li a:before {
	display: none;
}
.navbar-menu li a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	color: #ccc;
	position: absolute;
	right: 2.2rem;
}
.navbar-menu li ul {
	min-width: 100%;
	position: inherit;
	border-radius: 0;
	box-shadow: 0 0 0;
	top: 0;
	left: 0;
	padding: 0
}
.navbar-menu li ul li {
	line-height: 38px;
	text-align: left;
	padding-left: 3rem;
	background: rgba(0,0,0,.02);
	border-bottom: 0;
	border-top: 1px solid #dcdcdc;
}
.navbar-menu li ul li a {
	padding: .3rem 0;
}
.slider-container {
	height: 300px;
}
	.sliderfont{
		padding:14% 2rem 0;
		text-align: center;
	}

.systembox p {
	font-size: 1rem;
}
	.prod-list{
		margin: 0 .5rem
	}
.prod-list ul li {
	width: 33.33%;
	padding: .5rem
}
	.news .newsimg{
		height: 9rem
	}
.newslist {

    padding: 0 1rem;
}
.news ul.newsul {
	margin: 0 -.7rem;
}
.news ul.newsul li {
	padding: 0 .7rem;
}
.news ul.newsul li p:last-child {
	display: none;
}
.news .newsfont {
	padding-right: 0;
}
.heading p {
	font-size: 14px;
}
	.about{
		padding-top: 1rem
	}
.footer {
    padding: 2rem 1.5rem 1rem;
}
.navB {
    line-height: 2.5rem;
	margin-bottom: .5rem
}
	.footer .col-sm-4{
		padding-left: 2rem
	}
}

@media all and (min-width: 542px) and (max-width: 767px) {
.news ul.newsul li {
	width: 100%;
	padding-bottom: 1.5rem;
}
.news .newsimg {
	width: 250px;
	height: 140px;
	overflow: hidden;
}
.news .newsfont {
	margin-left: 270px;
}
.news .newsfont {
	clear: inherit;
	padding-top: 0
}
.news ul.newsul li p:last-child {
	display: block;
	height: 4.5rem;
	overflow: hidden;
}
.s-system {
	padding:1.8rem 0;
}
.s-systembox .col-xs-12 {
	width: 33.33%;
	padding: 0 .5rem
}

}

@media all and (max-width: 541px) {
h1 {
	font-size: 3rem;
}
h3 {
	font-size: 2rem;
}
h4 {
	font-size: 1.4rem;
}
.logo {
	height: 2.2rem;
	margin-top: 1rem;
	margin-left: -.4rem
}
.logo h3 {
	display: none;
}
.navbar {
	height: 4rem;
}
.navbar-toggle {
	line-height: 4rem;
	height: 4rem;
	font-size: 1.4rem;
	text-align: right;
}
.slider-container {
	height: 240px;
}
.navbar-toggle {
	top: 0;
	right: 2rem;
}
	.slider-pagi{
		bottom:1rem;
	}
	.sliderfont{
		padding-top: 22%;
	}
	.sliderfont h1{
		font-size: 1.6rem
	}
	.sliderfont h5{
		font-size: .913rem
	}
.product, .news, .s-system{
	margin: 0;
	padding: 1.5rem 0 1rem 0
}
.about {
	padding: 1rem 1.5rem 2rem;
}
	.about h4{
		text-align: center;
	}
	.about hr{
		margin: 1rem auto;
	}
.aboutL {
	padding: 0;
}
	.aboutL .col-xs-12{
		text-align: center;
	}
.s-systembox {
	padding-top: 1rem;
	margin: 0;
}
.s-systembox .col-xs-12 {
	padding: 0;
}
.systembox {
	padding: 1rem;
	margin-top: 3rem;
	margin-bottom: 1rem;
}
.systembox .img {
    margin-top: -3.5rem;
}
.product {
	padding-bottom: 1.5rem;
}
.prod-list {
	padding-top: .5rem;
}
.prod-list ul li {
	width: 50%;
	padding: .7rem
}
.prod-list ul li .prodimg {
	height: 9rem
}
.prod-list .font-size-16 {
	font-size: 1rem;
	padding: 0 1rem;
}
	.proudclass{
		margin:0;
		padding: 0 .8rem
	}
	.proudclass ul li{
		margin-bottom: .8rem
	}
.prod-list {
	margin: 0 .5rem;
	padding-top: 0rem
}
.proudclass ul>li a {
	padding: .3rem 1rem;
}
.news {
	padding-left: .5rem;
	padding-right: .5rem;
	padding-bottom: 2rem;
	background-size: 150%;

}
	.newslist{
		padding: 0;
		margin-top: 1rem; 
	}
.news ul.newsul {
    margin: 0 .7rem;
}
.news ul.newsul li {
	width: 100%;
	margin-top: .5rem
}
.news .newsimg {
	height: 185px;
}
.news .newsfont p:first-child {
	padding: 0;
}
.news ul.newsul li {
	padding: 0;
}

.footer {
    padding: 1.5rem 1.2rem .5rem;
}
.navB {
    line-height: 2rem;
	padding-bottom: 1rem;
	margin-bottom: .5rem;
}
	.footer .col-xs-12 .col-xs-12.padding-0{
		text-align: center;
		padding: 1rem 0
	}
	.footer .col-sm-4{
		padding: 0
	}
	.footer .col-sm-4 img{
		width: 70%;
	}

.s-systembox {
	padding: 1rem .5rem 0
}
.s-systembox .col-xs-6 {
	padding: 0 .5rem .1rem;
}

}

@media all and (max-width: 320px) {
.col-xs-6, .container {
	padding-left: 10px;
	padding-right: 10px
}
.systembox strong {
	font-size: 14px;
}
.systembox {
	margin-bottom: 1.5rem;
}
.prod-list ul li{
	width: 100%;
}
.prod-list ul li .prodimg {
	height: 20rem
}
}
