@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: #fd7925;
}
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.1);
}
i {
	position: relative;
	top: 2px;
}

@media(min-width:1200px) {
.container {
	max-width: 100%;
	padding-left: 5%;
	padding-right: 5%
}
}

@media(min-width:1599px) {
.container {
	max-width: 1540px;
}
}
.bgcolor {
	background: #f5f5f5
}
.text-danger {
	color: #fd7925;
}
.bg-danger {
	background: #eb7638;
}
.btn-danger {
	color: #fff;
	background: #fd7925;
	border: 1px solid #fd7925;
    border-radius: 5px;
	padding: .7rem 1.5rem;
}
.btn-danger.btn-sm{
	padding: .5rem 1rem
}
.btn-danger:hover, .btn-danger:focus, .btn.focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
}
.btn-danger a{
	margin: 0;
}
.btn i {
	top: 0;
}
/*表单样式*/
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: 60px;
	margin-top: 1rem;
}
.logo img {
	height: 100%;
	width: auto;
	margin-right: .5rem
}
/*顶部电话*/
.rel {
	background: url(/statics/shkinghoo/images/icon1.png) left center no-repeat;
	background-size: contain
}
.rel p {
	margin-left: 2rem;
	line-height: 1.2
}
/*导航样式*/
.navbar {
	height: 6rem;
	position: relative;
	z-index: 200
}
.navbar-menu {
	float: right;
	width: auto;
}
.navbar-menu li {
	float: left;
	margin: 0;
	line-height: 6.5rem;
	position: relative;
	text-align: center;
	margin-left: 1px;
}
.navbar-menu li a {
	width: 100%;
	display: inline-block;
	font-size: 1.15rem;
	padding: 0 2rem;
	position: relative;
	font-weight: bold;
}
.navbar-menu li:last-child {
	margin-right: -2rem
} 
.navbar-menu li.active > a, .navbar-menu li > a:hover {
	color: #fd7925;
}
.navbar-menu li ul {
	display: none;
	position: absolute;
	width: 100%;
	background: rgba(255,255,255,1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	left: 0px;
	top: 7rem;
	margin: 0;
	line-height: 1;
	padding: 10px 0
}
.navbar-menu li ul li {
	width: 100%;
	height: 100%;
	position: relative;
	font-size: .95rem;
	text-align: center;
	line-height: 30px;
}
.navbar-menu li ul:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	top: -8px;
	position: absolute;
	left: 50%;
	margin-left: -8px;
}
.navbar-menu li ul li a {
	width: 100%;
	font-weight: normal;
	color: #5a5a5a;
	padding: .4rem 0;
	font-size: 1.05rem;
}
.navbar-menu li ul li a:hover {
	padding-left: .5rem;
}

@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: #eb7638;
	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;
	top: -.5rem
}
.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: 410px;
	color: #235b0a;
	margin-left: 15%;
}
.sliderfont h1 {
	text-align: right;
	font-size: 66px;
}
/*---end---*/

/* ---- Tabs ---- */
.tabs-wrapper {
	display: table;
	width: 100%;
}
.tab-item {
	clear: both;
	overflow: hidden;
	padding: 1rem 0;
}
.tabs-container {
	float: left;
	position: relative;
	display: block;
	width: 100%;
}
.tabs-wrapper .tab-content {
	padding: 1rem 0 0 0;
	line-height: 200%;
	overflow: hidden;
}
ul.tabs {
	float: right;
	height: 50px;
	width: auto;
	padding-left: 0 !important;
	margin-bottom: 0 !important;
	margin-top: -55px
}
.subcontbox ul.tabs {
	width: 100%;
	float: left;
	margin-top: 2rem;
	border-bottom: 1px solid #ccc;
}
ul.tabs li {
	float: left;
	padding-left: 0 !important;
	overflow: hidden;
	padding-bottom: 0;
	position: relative;
	text-align: center;
	outline: none;
}
.subcontbox ul.tabs li{
	width: 16.666%
}
ul.tabs li a {
	height: 50px;
	line-height: 50px;
	padding: 0 3rem;
	text-decoration: none;
	display: block;
	outline: none;
	color: #fd7925;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	border: 1px solid #ccc;
	border-right: 0
}
.subcontbox ul.tabs li a{
	padding: 0;
}
ul.tabs li:last-child a {
	border-right: 1px solid #ccc;
}
ul.tabs li a:hover {
	color: #fd7925;
}
ul.tabs li.active {
	background-color: #fd7925;
}
ul.tabs li.active a {
	color: #fff;
	background-color: #fd7925;
	border: 1px solid #fd7925;
}
ul.tabs li.active {
	z-index: 1;
}
/*---end---*/


/*查看更多*/
.Lmore {
	display: inline-block;
	width: 12rem;
	height: 3rem;
	background: #33ac8b;
	text-align: center;
	line-height: 3rem;
	margin: 1.5em 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;
}
.Lmore:hover {
	background-color: #219172;
}
.Lmore a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.Lmore:hover a {
	color: #fff
}
.heading {
	text-transform: uppercase;
}
.heading hr{
	clear: both;
	width: 1.2rem;
	transform:rotate(90deg);
	margin: 1rem auto;
	border-top-color: #000;
}
.heading p a{
	margin:0 1rem;
	padding-bottom: .2rem
}
.heading p a.active{
	color: #fd7925;
	font-weight: bold;
	border-bottom: 2px solid #fd7925;
}
/*关于我们*/
.about hr, .team hr {
	width: 8%;
	border-top: 2px solid #fd7925;
	margin: 1rem auto;
}
.team p{
	font-size: 1rem;
}
.aboutL {
	padding: 1rem 4rem 0 0;
}
.aboutL li {
	float: left;
	width: 25%;
	font-size: 1.1rem;
	text-align: center;
	padding-top: .5rem;
}
.aboutR img {
	width: 100%;
	margin-top: 1.5rem;
}
.abouticon .col-lg-3 {
	padding: 0 3%;
	border-right: 1px solid #ccc;
}
.abouticon .col-lg-3:last-child {
	border-right: 0;
}
.abouticon .iconimg {
	width: 2rem;
	margin-top: 1.3rem;
}
.abouticon .iconfont {
	margin-left: 3.5rem;
}
.abouticon .iconfont p {
	margin-top: .5rem
}
/*产品列表*/
.proudclass {
	width: 100%;
	clear: both;
	text-align: center;
}
.proudclass ul {
	display: inline-block;
 *display:inline;
	width: auto;
	margin-bottom: 0;
	margin-left: 0;
 *zoom:1;
}
.proudclass ul>li {
	float: left;
	display: inline;
	text-align: center;
}
.proudclass ul>li a {
	color: #fff;
	display: inline-block;
	padding: .8rem 1.4rem;
}
.proudclass ul>li a:hover {
	background: #e85b1e;
	color: #fff;
}
.prod-list {
	clear: both;
	padding-top: 2rem;
	margin: 0 -1rem
}
.prod-list ul li {
	width: 33.33%;
	float: left;
	padding: 1rem;
}
.prod-list ul li p {
	line-height: 250%;
	border: 1px solid #ddd;
	border-top: 0;
	color: #2daa87;
}
.prod-list ul li .prodimg {
	width: 100%;
	background: #fff;
	height: 22rem;
	display: flex;
	justify-content: center;
	align-items: Center;
	overflow: hidden;
	border: 1px solid #ddd;
	border-bottom: 0;
}
.prod-list ul li .prodimg img {
	width: auto;
	height: auto;
}
.prod-list ul li:hover .prodimg {
	border: 1px solid #2daa87;
	border-bottom: 0;
}
.prod-list ul li:hover p {
	border: 1px solid #2daa87;
	border-top: 0;
}
/*新闻列表*/
.listone .oneimg {
	max-height: 350px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 1rem;
}
.listone:hover hr {
	border-top-color: #fd7925;
}
.ListboxR li {
	clear: both;
	margin-bottom: 1.7rem;
}
.ListboxR .newstime {
	float: left;
	width: 85px;
	background: #fd7925;
	height: 85px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 1rem;
	padding-top: 1.2rem;
}
.ListboxR .newstime p {
	font-size: 2rem;
	font-weight: bold;
}
.ListboxR .newsfont {
	margin-left: 110px;
	line-height: 1.7;
}
/*企业用户*/
.enterprise {
	background: #fff;
	padding: 2rem 1rem;
	margin-top: 2rem;
}
.subcontbox .enterprise{
	margin-top: 0;
	padding:0 0 2rem
}
.enterprise ul li {
	float: left;
	width: 16.6666%;
	display: flex;
	justify-content: center;
	align-items: Center;
	height: 130px;
}
.enterprise ul li img{
	max-height: 120px;
}
/*服务体系*/
.s-systembox {
	margin: 0 -15px;
	padding-top: 3rem;
}
.s-systembox .col-lg-4 {
	padding: 0 2%;
}
.systembox {
	position: relative;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	text-align: center;
	border-radius: 10px;
	padding: 3rem 2rem;
}
.s-systembox .col-lg-4:nth-child(1) .systembox, .s-systembox .col-lg-4:nth-child(3) .systembox {
	margin-top: 2rem;
}
.systembox:hover {
	background: #fd7925;
}
.systembox hr {
	border-top: 2px solid #eb7638;
	width: 50px;
	margin: .5rem auto 2rem;
}
.systembox h5, .systembox:hover a, .problembox p.font-size-18 {
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
}
.systembox p {
	line-height: 1.8;
	color: #999;
}
.systembox a {
	text-decoration: underline;
}
.systembox:hover p, .systembox:hover h5, .systembox:hover a {
	color: #fff;
}
.systembox:hover hr {
	border-top-color: #fff
}
.systembox .img img {
	width: 10rem;
}
.systembox .img .img02, .systembox:hover .img .img01 {
	display: none;
}
.systembox:hover .img .img02 {
	display: inline-block;
}
/*问题*/
.problem #owl-demo .item {
	padding: 1rem;
}
.problem {
	margin: 1rem -1rem 0
}
.problembox {
	width: 100%;
	height: 220px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	padding: 2rem
}
.problembox:hover {
	background: #fd7925;
	margin-top: -.5rem
}
.problembox:hover p {
	color: #fff;
}
/*广告*/
.advertisement .bgbox {
	height: 650px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: Center;
}

.advertisement .owl-theme .owl-controls {
	margin-top: -2rem;
	position: relative;
	z-index: 10;
}
.advertisement .owl-theme .owl-controls .owl-page span {
	background: #fff;
}

/*浮动微信扫码+分享*/
.floatrel {
	display: inline-block;
	width: 3.5rem;
	position: fixed;
	bottom: 20%;
	right: 1rem;
	z-index: 500;
	background: #fd7925;
}
.floatrel ul li {
	width: 3.5rem;
	height: 3.5rem;
	text-align: center;
	line-height: 3.5rem;
	border-bottom: 1px solid rgba(255,255,255,.2);
	position: relative;
}
.floatrel ul li i {
	color: #fff;
	padding: 0;
	font-size: 2rem
}
.floatrel ul li a {
	display: inline-block;
	width: 3.5rem;
	height: 3.5rem;
	line-height:3.5rem;
	position: relative;
	left: 0;
}
.floatrel ul li:hover {
	background-color: #fd7925
}
.tooltip {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
	top: 0;
	cursor: pointer;
}
.tooltip-item {
	cursor: pointer;
	display: inline-block;
}
.tooltip-content {
	min-width: 10rem;
	right: 4.5rem;
	position: absolute;
	top: 0rem;
	box-shadow: 0 0 10px rgba(48,54,61,0.2);
	background: #fff;
	opacity: 0;
	cursor: default;
	pointer-events: none;
	padding: .2rem;
	cursor: pointer;
	z-index: 200
}
.tooltip-content::after {
	height: 100%;
	content: '';
	top: 16px;
	right: -16px;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 8px solid #dedede;
	border-width: 8px;
}
.tooltip .tooltip-content {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}
.tooltip:hover .tooltip-content {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
	transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}
.tooltip-content.weixin {
	padding: .5rem;
}
.tooltip-content.service {
	width: 300px;
	padding: .5rem 1.5rem 1.5rem;
	text-align: left;
}
.servicebox hr {
	margin-top: 0;
	margin-bottom: .5rem;
}
.floatrel .servicebox i {
	color: #fd7925;
	margin-right: 6px;
	position: relative;
	top: .2rem
}
.servicebox p{
	line-height: 2.5;
}
.servicebox ul li {
	float: left;
	width: 50%;
	text-align: left;
	color: #565656;
	height: 2.5rem;
	line-height: 2.5rem;
	padding-left: 5px;
}
.servicebox ul li:hover {
	background-color: transparent;
}
.floatrel .servicebox ul li i {
	font-size: 1.05rem;
	top: 0rem;
}
.servicebox ul li a {
	width: 100%;
	height: auto;
	line-height: 1.8
}

/*底部样式*/
.footerbg {
	font-size: 1.1rem;
	background: #333333;
}
.footer {
	color: #a6a6a6;
	padding: 3.5rem 0;
}
.footer a{
	color: #fff;
	margin-left: 2.5rem;
}
.rights {
	color: rgba(255,255,255,.5);
	text-align: center;
	border-top:1px solid #454545;
}
/*子页banner*/
.subslider {
	width: 100%;
	height: 300px;
	
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative
}
.subcontbox {
	background: #fff;
	border-radius: 10px;
	padding: 2rem 3rem;
	font-size: 1.1rem;
	line-height: 1.8;
}

.subcontbox .title{
	width: 100%;
	clear: both;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	border-bottom: 1px dashed #dcdcdc;
}
.subcontbox .title h4{
	color: #000;
}
.subcontbox p{
	margin-bottom: 1rem;
}
.case{
	margin: 0 -15px;
}
.casebox{
	margin-bottom: 1rem;
}
.casebox h6{
	font-size: 1.3rem;
}
.casebox hr{
	margin: .8rem 0
}
.casebox .caseimg{
	height: 15rem;
	border: 1px solid #ccc;
	margin-bottom: 1rem;
	overflow: hidden;
}
/*返回顶部*/
#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(/statics/shkinghoo/Css/Images/ui.totop.png) no-repeat left top;
	background-size: cover;
	z-index: 190;
}
#toTop:hover {
	background: url(/statics/shkinghoo/Css/Images/ui.totop.png) no-repeat left -50px;
	background-size: cover;
}

/*响应式样式*/
@media all and (max-width: 1199px) {
h6 {
	font-size: 1.3rem
}
h2 {
    font-size: 2.5rem;
	}
h3 {
	font-size: 2rem;
}
h4 {
	font-size: 1.6rem;
}
h5 {
	font-size: 1.5rem;
}
.topnav {
	padding: 0 1.2rem
}
.logo {
	height: 2.8rem;
	margin-top: 1.2rem
}
.navbar {
	height: 5.5rem;
	padding: 0 2rem;
}
.navbar-menu {
	margin-right: -1rem
}
.navbar-menu li {
	line-height: 5.5rem;
}
	.navbar-menu li:last-child{
		margin-right: 0;
	}
.navbar-menu li ul {
	top: 5.5rem;
}
.navbar-menu li a {
	padding: 0 1.8rem;
}
.slider-container {
	height: 350px;
}
.slider-pagi {
	bottom: 1.2rem;
}
	.news ul.tabs{
		margin-top: -40px
	}
	.news ul.tabs li a{
		line-height: 40px;
		height: 40px;
		padding: 0 1.5rem;
	}
	.news .tabs-wrapper .tab-content{
		padding: 0;
	}
	.listone .oneimg {
       max-height: 250px;
	}
	
	.ListboxR li {
    margin-bottom: 1rem;
}
	.ListboxR .newstime{
		height: 70px;
		width: 70px;
		padding-top: .6rem;
	}
	.ListboxR .newstime p {
    font-size: 1.7rem;
}
	.ListboxR .newsfont {
    margin-left: 90px;
    line-height: 1.4;
}
	.ListboxR .newsfont p.padding-top-8{
		height: 3.2rem;
		overflow: hidden;
		padding-top: 8px
	}
	.listone hr{
		margin: .5rem 0
	}
.Lmore {
	margin-top: .5rem;
	width: 10rem;
	height: 2.5rem;
	line-height: 2.5rem;
}

.heading p {
	padding: 0 2rem;
	font-size: 1rem;
}
	
	.abouticon{
		padding: 1rem 0 1.5rem;
		margin: 0 .5rem;
	}
.product, .news, .s-system, .about, .policy {
	padding: 2rem 1.8rem 2.5rem;
	margin: 0;
}
.s-systembox {
	padding-top: 2rem;
	margin: 0;
}
	.systembox{
		padding: 2rem 1rem;
	}
	.systembox .img img{
		width: 8rem;
	}
	.systembox .padding-20{
		padding-top: 0;
		padding-bottom: 0;
	}
	.systembox p{
		font-size: 1rem;
		line-height: 1.6
	}
	.systembox p.margin-top-30{
		margin-top: 1rem;
	}
	.advertisement .bgbox{
		height: 350px;
text-align: center;
	}
	.advertisement .bgbox img{
	width: 80%;
		text-align: center;
}
	.enterprise ul li {
		height: 80px;
	}
	.enterprise ul li img{
		max-height: 80px;
	}
	.problem{
		margin-bottom: -1rem;
	}
	.problembox{
		height: auto;
	}
.prod-list {
	margin: 0;
	padding-top: 1rem
}
.prod-list ul li .prodimg {
	height: 18rem;
}
.prod-list ul li .prodimg img {
	max-height: 18rem;
}

.policy {
	padding-bottom: 1rem;
}
.policybox {
	overflow: hidden;
	padding: 1.5rem;
	margin-bottom: .5rem;
	display: inline-block;
}
.owl-controls .owl-buttons, .contantL {
	display: none;
}
.footer {
	padding: 2rem 1.5rem;
	font-size: 1rem
}
.rights {
	padding: .8rem 1.5rem;
	line-height: 200%;
	font-size: 1rem
}
.owl-theme .owl-controls {
	margin-bottom: 1rem
}
	.heading.margin-bottom-40{
		margin-bottom: 2rem;
	}
	.subabouticon img{
		width: 6rem
	}
	.subcontbox{
		border-radius: 0;
		padding: 2rem
	}
	.subcontainer{
		padding: 2rem 1rem
	}
		.heading{
		margin: 2rem 0
	}
}

@media all and (max-width: 1024px) {
.navbar-menu li a {
	font-size: 1rem;
}
}

@media all and (max-width: 992px) {
h2 {
    font-size: 2.2rem;
	}
.display-hidden {
	display: block;
}
.topnav, .footer .padding-top-20 .float-right {
	display: none;
}
.navbar-toggle {
	float: right;
	right: 2.5rem;
	position: absolute;
	top: 0;
}
.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;
}
.navbar-menu li a {
	color: #5a5a5a;
	padding: 0 2.5rem;
}
.navbar-menu li.active a {
	color: #eb7638;
	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;
	font-size: .9rem;
}
.navbar-menu li ul li a:hover {
	padding-left: 0
}
.slider-container, .advertisement .bgbox {
	height: 300px;
}
.prod-list ul li {
	width: 50%;
	padding: 0 1rem 1.5rem 1rem
}

	.systembox {
    padding: 1rem .5rem;
}
	.enterprise ul li{
		width: 25%;
	}
	.systembox hr {

    margin: .3rem auto 1rem;
}
	.systembox .img img {
    width: 7rem;
}
	.news .padding-left-0.col-lg-6{
		display: none;
	}
	.news .padding-right-0.col-lg-6{
		width: 100%;
		padding: 0;
	}
	.news .tabs-container{
		padding-top:1rem;
	}
	
.subslider {
	height: 240px;
}

}

@media all and (min-width: 542px) and (max-width: 767px) {
.aboutL {
	padding: 0 0 1rem 0;
}
.s-system {
	padding-left: 1rem;
	padding-right: 1rem;
}
.s-systembox .col-lg-4 {
	width: 33.333%;
	padding: 0 .6rem
}
}

@media all and (max-width: 541px) {
h1 {
	font-size: 3rem;
}
h3,h2 {
	font-size: 1.5rem;
}
h4 {
	font-size: 1.4rem;
}
h6 {
	font-size: 1.2rem;
}
.logo {
	height: 2.4rem;
	margin-top: .8rem
}
.navbar {
	height: 4rem;
	padding: 0 1.2rem;
}
.navbar-toggle {
	line-height: 3.5rem;
	height: 4rem;
	font-size: 1.4rem;
	text-align: right;
	right: 2.2rem;
	top: 0
}
.slider-container, .advertisement .bgbox {
	height: 200px;
}
.sliderfont {
	padding-top: 10%;
	transform: scale(.6);
	margin-left: 0;
}
.product, .news, .s-system, .about {
	margin: 0;
	padding: 1rem 1.2rem;
}
	.systembox p{}
	.abouticon{
		padding: .5rem 1rem
	}
	.abouticon .col-lg-3{
		margin: .3rem 0;
	}
	.abouticon .iconfont p{
		margin: 0;
		font-size: .875rem
	}
	.abouticon .col-lg-3:nth-child(2) {
    border-right: 0;
}
.s-systembox {
	padding-top: 1rem;
	margin: 0;
}
.s-systembox .col-xs-12 {
	padding: 0;
	margin: 0;
}
.s-systembox .col-lg-4:nth-child(1) .systembox, .s-systembox .col-lg-4:nth-child(3) .systembox {
    margin-top: 0;
}
	.s-systembox .col-lg-4 .systembox{
		margin-bottom: 1rem;
	}
.product {
	padding-bottom: 1.5rem;
}
.prod-list {
	padding-top: .5rem;
	margin: 0 .5rem;
}
.prod-list ul li {
	width: 50%;
	padding: .7rem
}
.prod-list ul li .prodimg {
	height: 10rem
}
.prod-list ul li .prodimg img {
	max-height: 10rem;
}
.prod-list .font-size-16 {
	padding: .2rem 1rem;
	line-height: 200%;
	font-size: 1rem;
}
.proudclass ul>li a {
	padding: .3rem 1rem;
}

	.news ul.tabs {
    margin-top: -55px;
}
	.news ul.tabs li a{
		font-size: .875rem;
		line-height: 30px;
    height: 30px;
    padding: 0 1rem;
	}
	.news .tabs-container {
    padding-top: 0;
}
	.news .padding-left-0.col-lg-6{
		display: inline-block;
		padding: 0 0 1rem 0;
	}
	.listone .oneimg {
    max-height: 120px;
		margin-bottom: 0;
}
	.listone  hr {
    margin-top: .5rem;
    margin-bottom: .5rem;
	}
	.ListboxR .newsfont h6{
		font-size: 1.05rem;
	}
	.enterprise{
		padding: 1rem;
		margin: 0 0 1rem;
	}
	.subcontbox .enterprise{
		padding-bottom: 0;
	}
	.enterprise ul li {
    width: 33.33%;
}
	.problem{
		margin-top: 0
	}
	.footer {
	padding: 1.5rem 2rem;
}
	.rights div{
		width: 100%;
		line-height: 1.4
	}
	.rights div.float-right{
		display: none;
	}
	.btn-danger{
		font-size: .875rem;
		padding: .3rem .8rem
	}
.subslider {
	height: 140px;
}
	.teamimg img{
		width: 60%;
	}
	.heading p:first-child, .heading hr{
		display: none;
	}
	.heading{
		margin-top: 1.5rem;
	}
	.heading h3{
		margin-bottom: 1rem;
	}
	.team{
		margin: 0
	}
	.casebox .caseimg{
		height: 12rem;
	}
	.subcontbox ul.tabs{
		height: 40px;
	}
	.subcontbox ul.tabs li a{
		font-size: .75rem;
		line-height: 40px;
		height: 40px;
	}
	.footer, .rights, .subcontbox p{
		font-size: .9rem;
	}
#toTop {
	width: 35px;
	height: 35px;
	}
	.subcontainer{
		padding: 1rem .5rem
	}
	.subcontainer .col-lg-3, .subcontainer .col-lg-6{
		padding: 0
	}
	.subabouticon .font-size-18{
		font-size: 1rem;
	}
	.subabouticon img {
    width: 5rem;
}
}

@media all and (max-width: 320px) {
.col-xs-6, .container {
	padding-left: 10px;
	padding-right: 10px
}
.prod-list ul li {
	width: 100%;
}
.prod-list ul li .prodimg {
	height: 20rem
}
	.enterprise ul li {
    width: 50%;
}
}
